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


@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe_UI.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe_UI_Italic.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe_UI_Bold.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe_UI_Bold_Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Light';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Light'), url('../fonts/segoeuil.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Semi Bold'), url('../fonts/seguisb.woff') format('woff');
}

:root{
    --black:#000;
    --white:#fff;
    --yellow:#D99B09;
    --blue:#2663CC;
    --color-black1:#272727;
    --color-black2:#303030;
    --color-black3:#444444;
    --color-black4:#1A1A1A;
    --color-black5:#131313;
    --color-black6:#1D1D1D;
    --footerbg:#1E1E1E;
    --inactivedot:#B5B5B5;
    --readmore:#2F74E5;
    --sectionbg:#F5F5F5;
    --sectionbg-color:#F9F9F9;
    --footborder:#576A88;
    --statbox:#315BA2;
    --linksbg:#EAEEF6;
    --iconbg:#163975;
    --countertext:54px;
    --bannerheaading:48px;
    --heaading-font1:42px;
    --heaading-font2:38px;
    --heaading-font3:28px;
    --heaading-font5:24px;
    --heaading-font4:22px;
    --heaading-font6:20px;
    --procount:32px;
    --count2:34px;
    --counttext:15px;
    --para-big:18px;
    --para:16px;
    --para-small:14px;
}



.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}



body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}



body h2{
    font-size:var(--heaading-font1);
    text-transform: unset;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    margin:0;
    letter-spacing: 0.42px;
}


body p{
    font-family:var(--para);
    line-height:30px;
    color:var(--black);
    font-weight:400;
}

a:hover,
a:focus{
    text-decoration: none;
}

header{
    width:100%;
    position:fixed;
    z-index:999;
    left:0;
    top:0;
    transition:0.4s all ease;
}

header.fixed.fixednow{
    width:100%;
    transition:0.4s all ease;
    box-shadow: 0px 3px 6px #00000029;
    background:var(--footerbg);
}

.bottomheader{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
    padding:13px 0;
}

.logo{
    width:21%;
}

.logo > a{
    display:block;
}

.logo img{
    transition:0.5s all ease;
}

.menuflexx{
    width:79%;
}

.mailmenu{
    width:100%;
}

.mailmenu > ul{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    list-style:none;
    padding:27px 0;
    transition:0.5s all ease;
}

.mailmenu > ul > li{
    margin:0 0 0 35px;
}

.mailmenu > ul > li > a{
    font-size:var(--para);
    line-height:21px;
    color:var(--white);
    letter-spacing: 0.16px;
    font-family: 'Segoe UI Regular';
    text-decoration:none;
    display:block;
    padding:11px 0;
    position:relative;
}

/*.mailmenu > ul > li > a:hover:after{
    content:'';
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    height:1px;
    background:#fff;
    transition:0.5s all;
}*/

.mailmenu > ul > li > a:hover,
.mailmenu > ul > li > a:focus{
    color:var(--readmore);
}

header.fixed.fixednow .logo img{
    width:55%;
    transition:0.5s all ease;
}

header.fixed.fixednow .mailmenu > ul{
    padding:15px 0;
    transition:0.5s all ease;
}

.mailmenu > ul > li.menuhover{
    position:relative;
}

.mailmenu > ul > li.menuhover:after{
    content:'\f107';
    font-family:fontAwesome;
    color:var(--white);
    position:absolute;
    right:-17px;
    top:15px;
    font-size:20px;
}

.mailmenu > ul > li.menuhover:hover:after{
    color:var(--readmore);
}

.menudrop{
    width: 200px;
    background: var(--white);
    border-top: 3px solid var(--readmore);
    position: absolute;
    top: 100%;
    left: -70%;
    display:none;
}

.menudrop ul{
    list-style:none;
    width:100%;
    padding:0;
    margin:0;
}

.menudrop > ul > li > a {
    font-size:var(--para-small);
    line-height:23px;
    display:block;
    padding:10px 10px;
    text-align:left;
    color:var(--black);
    letter-spacing: 0.18px;
    font-family: 'Segoe UI Regular';
    border-left:3px solid transparent;
}

.menudrop > ul > li:not(:last-child) > a{
    border-bottom:1px solid #C3CAD8;
}

.menudrop > ul > li > a:hover,
.menudrop > ul > li > a:focus{
    color:var(--readmore);
    border-left-color:var(--readmore);
}



.mailmenu > ul > li.menuhover:hover .menudrop{
    display:block;
}

.mediadrop{
    left:auto;
    right:-50%;
}

.menudrop > ul > li.subdrop{
    position:relative;
}

.menudrop > ul > li.subdrop > a{
    position:relative;
}

.menudrop > ul > li.subdrop > a:after{
    content:'\f105';
    font-family:fontAwesome;
    font-size:20px;
    color:var(--black);
    position:absolute;
    top:10px;
    right:15px;
}

.subdropdown {
    width: 90%;
    position: absolute;
    left: 100%;
    background: var(--white);
    top: 3px;
    display:none;
}

.subdropdown ul{
    list-style:none;
    width:100%;
    padding:0;
    margin:0;
}

.subdropdown > ul > li > a {
    font-size:var(--para-small);
    line-height:18px;
    display:block;
    padding:10px 10px;
    text-align:left;
    color:var(--black);
    letter-spacing: 0.18px;
    font-family: 'Segoe UI Regular';
    border-left:3px solid transparent;
}

.subdropdown > ul > li:not(:last-child) > a{
    border-bottom:1px solid #C3CAD8;
}

.menudrop > ul > li.subdrop > a:hover:after,
.menudrop > ul > li.subdrop > a:focus:after{
    color:var(--readmore);
}

.subdropdown > ul > li > a:hover,
.subdropdown > ul > li > a:focus{
    color:var(--readmore);
    border-left-color:var(--readmore);
}

.menudrop > ul > li.subdrop:hover .subdropdown{
    display:block;
}

.homepagebanner-section{
    width:100%;
}

.homepagebanner-slider{
    margin-bottom:0 !important;
}

.homepagebanner-slide.slick-slide{
    position:relative;
    height:100vh;
}

.homepagebanner-slide.slick-slide video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.homepagebanner-slide.slick-slide > img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.bannertext{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, 2%);
    text-align:center;
}

.bannertext h1{
    font-size:var(--bannerheaading);
    line-height:64px;
    text-align:center;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    margin:0 0 29px;
    color:var(--white);
    text-transform: uppercase;
}

.bannertext > ul{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.bannertext > ul li{
    font-size:var(--para-big);
    line-height:24px;
    margin:0 23px;
    position:relative;
    font-family: 'Segoe UI Bold';
    text-transform: uppercase;
    color:var(--white);
}

.bannertext > ul li:not(:last-child):after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    right: -25px;
    top: 8px;
    background: var(--white);
}

.bannertext h2{
    line-height:62px;
    color:var(--white);
    text-align:center;
    font-weight:700;
    text-transform: uppercase;
}

.bannertext h3{
    font-size:var(--heaading-font2);
    line-height:51px;
    text-align:center;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    color:var(--yellow);
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
}


.homepagebanner-slider .slick-dots{
    bottom:50px;
    z-index:10;
}

.welcome-section{
    width:100%;
    background:var(--white);
}

.welcomeflex{
    width:100%;
    padding:75px 0 45px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

.welcomeimg{
    width:44%;
}

.welcometext{
    width:56%;
    padding:0 0 0 100px;
}

.welcometext h4{
    font-size:var(--heaading-font3);
    line-height:37px;
    text-transform: uppercase;
    color:var(--color-black1);
    font-family: 'Segoe UI Bold';
    margin:0 0 2px;
    letter-spacing: 0.28px;
}

.welcometext h2{
    text-transform: uppercase;
    color:var(--color-black1);
    margin:0 0 5px;
    line-height:52px;
    letter-spacing: 0.42px;
}

.welcometext h5{
    font-size:var(--heaading-font4);
    line-height:30px;
    font-family: 'Segoe UI Semi Bold';
    color:var(--color-black3);
    letter-spacing: 0.22px;
    margin:0 0 4px;
}

.welcometext h5 span{
    font-size:var(--heaading-font1);
    font-family: 'Playfair Display', serif;
    font-weight:700;
    color:var(--blue);
    margin:0 5px 0 0;
    letter-spacing: 0.42px;
}

.welcometext h6{
    font-size:var(--para);
    line-height:21px;
    font-family: 'Segoe UI Regular';
    color:var(--black);
    letter-spacing: 0.16px;
    padding: 0 0 0 50px;
    margin:0 0 25px;
}

.welcometext p{
    font-size:var(--para);
    line-height:26px;
    font-family: 'Segoe UI Regular';
    color:var(--black);
    letter-spacing: 0.16px;
    margin:0 0 12px;
}

.welcometext h3{
    text-align:center;
    font-size:var(--para);
    line-height:21px;
    font-family: 'Segoe UI Bold';
    color:var(--blue);
    letter-spacing: 0.16px;
    margin:25px 0 23px;
    text-transform: uppercase;
}

.couterflex{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}

.countsub{
    width:30%;
    text-align:center;
}

.welcometext .countsub h4{
    text-align:center;
    font-size: var(--countertext);
    line-height:72px;
    color:var(--color-black2);
    font-family: 'Playfair Display', serif;
    font-weight:700;
    position:relative;
    letter-spacing: 0.54px;
    margin:0 0 4px;
    display:inline-block;
    z-index:1;
}

.welcometext .countsub h4:before{
    content: '';
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: rgb(49 91 163 / 23%);
    position: absolute;
    top: 8px;
    left: -10px;
    z-index: -1;
}

.welcometext .countsub h6{
    font-size: var(--heaading-font4);
    line-height:29px;
    letter-spacing: 0.22px;
    color:var(--color-black2);
    font-family: 'Segoe UI Regular';
    text-transform: uppercase;
    text-align:center;
    padding:0;
    margin:0;
}

.countsub1{
    width:100%;
}

.countsub1:last-child{
    margin:45px 0 0;
}

.countsub .countsub1:last-child h4:before{
    left:auto;
    right:20px;
}

.countsub:last-child h4:before{
    left:auto;
    right:20px;
}

.ourervices-section{
    width:100%;
    background:var(--color-black4);
}

.ourervices-in{
    width:100%;
    padding:58px 0 65px;
}

.ourervices-in h2{
    font-size: var(--bannerheaading);
    text-transform: uppercase;
    line-height:64px;
    color:var(--white);
    text-align:center;
    margin:0 0 30px;
}

.ourservice-slide.slick-slide{
    margin:0 6px;
    padding:24px 12px;
    text-align:center;
    height:auto;
    border:2px solid transparent;
}

.ourservice-slide.slick-slide:hover{
    border-color:#97979796;
}

.iconbox{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 10px;
}

.ourservice-slide h4{
    font-size:var(--heaading-font5);
    line-height:32px;
    font-family: 'Segoe UI Semi Bold';
    color:var(--white);
    text-align:center;
    margin:0 0 13px;
}

.ourservice-slide p{
    font-size:var(--para);
    line-height:27px;
    color:var(--white);
    text-align:center;
    font-family: 'Segoe UI Regular';
    margin:0;
    min-height:190px;
    margin:0 0 25px;
    letter-spacing: 0.16px;
}

.ourservice-slide p strong{
    font-family: 'Segoe UI Semi Bold';
}

.readmore{
    width:127px;
    display:block;
    background:var(--readmore);
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    letter-spacing: 0.16px;
    color:var(--white);
    font-size:var(--para);
    line-height:29px;
    margin:0 auto;
    padding:5px 5px;
    border:1px solid var(--readmore);
    transition:0.3s all;
}

.readmore:focus,
.readmore:hover{
    color:var(--readmore);
    background:transparent;
    transition:0.3s all;
}

.ourservice-slide.slick-slide .readmore{
    opacity:0;
}

.ourservice-slide.slick-slide:hover .readmore{
    opacity:1;
}

.sliderdots .slick-dots li{
    width:15px;
    height:15px;
    border-radius:100%;
    padding:0;
    margin:0 7px;
    background:var(--inactivedot);
}

.sliderdots .slick-dots li button{
    width:15px;
    height:15px;
    opacity:0;
    z-index:15;
}

.ourservice-slider .slick-dots{
    bottom:-40px;
}

.sliderdots .slick-dots li.slick-active{
    background:var(--white);
}

.sneakpeak-section{
    width:100%;
    position:relative;
}

.sneakpeak-section > img{
    width:100%;
}

.sneakpeak-in{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.sneakleakflex{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}

.sneaktext{
    width:55%;
}

.sneaktext h2{
    font-size:var(--bannerheaading);
    line-height:63px;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    color:var(--white);
    margin:0 0 30px;
    letter-spacing: 0.48px;
}

.sneaktext .readmore{
    margin:0;
    padding:7px 5px;
}

.playbox{
    width:41%;
    text-align:center;
}

.playbox > a{
    width:94px;
    height:94px;
    border-radius:100%;
    background:#ffffff1f;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#468CFF;
    font-size:35px;
    margin:0 auto;
}

.okewa-pulse_3 {
    display: block;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color:#888888;
    border-radius: 100%;
    height: 230px;
    width: 230px;
    bottom: -70%;
    left: -70%;
    /*transform:translate(-50%, -50%);*/
    -webkit-animation: ok_widgetPulse infinite 3.5s;
    animation: ok_widgetPulse infinite 3.5s
}

@keyframes ok_widgetPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.playbox p{
    font-size:var(--heaading-font5);
    line-height:32px;
    color:var(--white);
    text-align:center;
    margin:25px 0 0;
    font-family: 'Segoe UI Semi Bold';
    letter-spacing: 0.24px;
}


.contentandcreativity-section{
    width:100%;
    background:var(--sectionbg);
}

.contentandcreativity-in{
    width:100%;
    padding:55px 0 65px;
}

.contentandcreativity-in h2{
    font-size:var(--bannerheaading);
    line-height:64px;
    color:var(--color-black5);
    text-align:center;
    margin:0 0 10px;
    letter-spacing: 0.48px;
    text-transform:uppercase;
}

.contentandcreativity-in h3{
    text-align:center;
    font-size:var(--heaading-font4);
    line-height:30px;
    letter-spacing: 0.22px;
    color:var(--black);
    margin:0 0 50px;
    font-family: 'Segoe UI Regular';
}

.contentflex{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

.contentsub{
    width:25%;
}

.imgthumb{
    width:100%;
    position:relative;
}

.imgthumb:after{
    content:'';
    position:absolute;
    left:49.5%;
    width:3px;
    height:46px;
    background:#468CFF;
    bottom:-23px;
    display:none;
}

.imgthumb > img {
    width:100%;
    filter: grayscale(1);
    transition:0.4s all;
}

.contentsub:hover .imgthumb:after{
    display:block;
}

.contentsub:hover .imgthumb img{
    filter:grayscale(0);
    transition:0.4s all;
}

.contenttext{
    width:100%;
    padding:32px 18px 20px;
}

.contenttext h4{
    font-size:var(--heaading-font6);
    line-height:27px;
    margin:0 0 8px;
    font-family: 'Segoe UI Bold';
    color:var(--color-black6);
    text-align:center;
}

.contenttext p{
    font-size:var(--para);
    line-height:28px;
    color:var(--color-black6);
    font-family: 'Segoe UI Regular';
    letter-spacing: 0.16px;
    margin:0;
    text-align:center;
    min-height:112px;
}

.readbtn{
    width: 98px;
    display: block;
    background: transparent;
    text-align: center;
    font-size:var(--para-small);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.14px;
    color: var(--color-black6);
    line-height: 23px;
    margin: 20px auto 0;
    padding: 7px 5px;
    border: 1px solid var(--color-black6);
    transition: 0.3s all;
}

.readbtn:hover,
.readbtn:focus{
    background:var(--color-black6);
    color:var(--white);
}


.ourprojects-section{
    width:100%;
    background:var(--white);
}

.ourprojects-in{
    width:100%;
    padding:40px 0 0;
}

.ourprojects-in h2{
    font-size:var(--bannerheaading);
    line-height:64px;
    color:var(--color-black5);
    text-align:center;
    margin:0 0 10px;
    letter-spacing: 0.48px;
    text-transform:uppercase;
}

.ourprojects-in h3{
    text-align:center;
    font-size:var(--heaading-font4);
    line-height:30px;
    letter-spacing: 0.22px;
    color:var(--black);
    margin:0 0 50px;
    font-family: 'Segoe UI Regular';
}

.grid-item > img{
    width:100%;
    filter: grayscale(1);
    transition:0.5s all ease;
}

.bigbox{
    width:50%;
    position:relative;
}

.smallbox{
    width:25%;
    position:relative;
}

.textbox{
    width:100%;
    padding:0 10px 0 48px;
    position:absolute;
    bottom:40px;
    left:0;
    opacity:0;
    transition:0.5s all ease;
}

.textbox h5{
    font-size:var(--heaading-font5);
    line-height:40px;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    color:var(--white);
    margin:0;
}

.grid-item:hover > img{
    filter: grayscale(0);
    transition:0.5s all ease;
}

.grid-item:hover .textbox{
    opacity:1;
    transition:0.5s all ease;
}

.awards-section{
    width:100%;
    background:var(--white);
    position:relative;
}

.awards-section:before{
    content:'';
    width:100%;
    height:428px;
    position:absolute;
    bottom:0;
    left:0;
    background-image:url('../images/awards.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

.awards-in{
    width:100%;
    padding:55px 0 65px;
    position:relative;
}

.awards-in h2{
    font-size:var(--bannerheaading);
    line-height:64px;
    color:var(--color-black5);
    text-align:center;
    margin:0 0 10px;
    letter-spacing: 0.48px;
    text-transform:uppercase;
}

.awards-in h3{
    text-align:center;
    font-size:var(--heaading-font4);
    line-height:30px;
    letter-spacing: 0.22px;
    color:var(--black);
    margin:0 0 50px;
    font-family: 'Segoe UI Regular';
}

.awards-slide.slick-slide{
    margin:0 19px;
    height:auto;
}

.awards-thumb{
    width:100%;
}

.awards-thumb > img{
    width:100%;
}

.awards-text{
    width:100%;
    padding:35px 10px 20px;
}

.awards-text p{
    font-size:var(--para);
    line-height:26px;
    font-family: 'Segoe UI Bold';
    color:var(--white);
    margin:0;
    text-align:center;
}

.awards-slider .slick-dots{
    bottom:-40px;
}

.homepagecontact-section{
    width:100%;
    position:relative;
}

.homepagecontact-section > img{
    width:100%;
}

.homecontact{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.homepagecontact-in h3{
    font-size:40px;
    line-height:63px;
    font-family: 'Playfair Display', serif;
    font-weight:400;
    color:var(--black);
    text-align:center;
    margin:0 0 25px;
    letter-spacing: 0.4px;
}

.contactbtn{
    width: 140px;
    display:block;
    border:1px solid var(--color-black6);
    background:var(--color-black6);
    text-align:center;
    color:var(--white);
    font-family:'Poppins', sans-serif;
    line-height:26px;
    padding:7px 5px;
    margin:0 auto;
    letter-spacing: 0.18px;
}

.contactbtn:hover,
.contactbtn:focus{
    background:transparent;
    color:var(--color-black6);
}

.innerpagebanner-section{
    width:100%;
    position:relative;
}

.innerpagebanner-section > img{
    width:100%;
}

.inbannertext{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, 0%);
}

.inbannertext h1{
    font-size:var(--heaading-font1);
    line-height:56px;
    color:var(--white);
    text-align:center;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    letter-spacing: 0.42px;
    margin:0 0 6px;
    text-transform: uppercase;
}

.inbannertext h5{
    font-size:var(--para-big);
    line-height:24px;
    text-align:center;
    color:var(--white);
    letter-spacing: 0.18px;
    font-family: 'Segoe UI Regular';
}


.aboutsrpl-section{
    width:100%;
    background:var(--sectionbg-color);
}

.aboutsrpl-in{
    width:100%;
    padding:70px 0 58px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.aboutsrpl-text{
    width:64.5%;
    padding: 0 40px 0 0;
}

.aboutsrpl-text h3{
    font-size:var(--heaading-font3);
    letter-spacing: 0.28px;
    line-height:37px;
    font-family:'Seo';
    font-family: 'Segoe UI Bold';
    color:var(--blue);
    text-transform:uppercase;
    margin:0;
}

.aboutsrpl-text h4{
    font-size:var(--heaading-font4);
    letter-spacing: 0.22px;
    line-height:30px;
    font-family: 'Segoe UI Semi Bold';
    color:var(--color-black3);
    margin:2px 0 12px;
}

.aboutsrpl-text p{
    font-size:var(--para);
    line-height:23px;
    margin:0 0 14px;
    color:var(--black);
    letter-spacing: 0.16px;
    font-family: 'Segoe UI Regular';
}

.aboutsrpl-stats{
    width:35.5%;
    background:var(--statbox);
    position:relative;
}

.topflex{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.toplogo{
    width:194px;
    height:133px;
    border: 3px solid #D6D6D6;
    background:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1;
    top: -15px;
    left: -15px;
}

.aboutsrpl-stats:before{
    content:'';
    width:35px;
    height:35px;
    background:var(--statbox);
    position:absolute;
    top:-25px;
    left:-25px;
    z-index:-1;
}

.coutbox{
    position:relative;
}

.topflex .coutbox{
    padding:24px 30px 25px;
    width: 55%;
}

.topflex .coutbox:after{
    content:'';
    width:98%;
    height:1px;
    background:#4875C2;
    position:absolute;
    left:2px;
    bottom:0;
}

.bootmflex{
    width:100%;
    padding:45px 0 40px;
    display:flex;
    align-items:unset;
    justify-content:center;
    flex-wrap:wrap;
}

.bootmflex .coutbox{
    width:33.33%;
    padding:0 25px;
}

.bootmflex .coutbox:not(:last-child):after{
    content:'';
    height:100%;
    width:1px;
    position:absolute;
    top:0;
    right:10px;
    background:#4875C2;
}

.coutbox h5{
    font-size:var(--count2);
    line-height:46px;
    display:inline-block;
    margin:0 0 8px;
    color:var(--white);
    letter-spacing: 0.35px;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    z-index:1;
    position:relative;
}

.coutbox h5:before{
    content:'';
    width:38px;
    height:38px;
    border-radius:100%;
    background:#90acdc3b;
    position:absolute;
    top:-5px;
    left:-10px;
    z-index:-1;
}

.coutbox h6{
    font-size:var(--counttext);
    line-height:22px;
    text-transform: uppercase;
    margin:0;
    color:var(--white);
    letter-spacing: 0.15px;
    font-family: 'Segoe UI Semi Bold';
}

.allmemberslist-section{
    width:100%;
}

.memberflex{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.membertext{
    width:63%;
    padding:45px 62.5px;
}

.membertimg{
    width:37%;
}

.membertimg > img{
    width:100%;
}

.membertext h3{
    font-size:var(--heaading-font3);
    letter-spacing: 0.28px;
    line-height:37px;
    font-family:'Seo';
    font-family: 'Segoe UI Bold';
    color:var(--blue);
    text-transform:uppercase;
    margin:0;
}

.membertext h4{
    font-size:var(--heaading-font4);
    letter-spacing: 0.22px;
    line-height:30px;
    font-family: 'Segoe UI Semi Bold';
    color:var(--color-black3);
    margin:4px 0 10px;
}

.membertext h6{
    font-size:var(--heaading-font6);
    letter-spacing: 0.2px;
    line-height:27px;
    font-family: 'Segoe UI Regular';
    color:var(--black);
    margin:0;
}

.brandflex{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
    margin:20px 0 30px;
}

.brandname{
    padding:0 30px 0 0;
    position:relative;
}

.brandlogo:not(:last-child):after{
    content:'';
    width:1px;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    background:#C3CAD8;
}

.brandlogo{
    padding:0 20px;
    position:relative;
}

.membertext .brandname h4{
    font-size:var(--heaading-font6);
    letter-spacing: 0.2px;
    line-height:27px;
    font-family: 'Segoe UI bold';
    color:var(--black);
}

.membertext p{
    font-size:var(--para);
    line-height:24px;
    margin:0 0 12px;
    color:var(--black);
    letter-spacing: 0.16px;
    font-family: 'Segoe UI Regular';
}

.membertext p strong{
    font-family: 'Segoe UI Bold';
    font-weight: normal;
}

.alllinksflex{
    width:86%;
    border-radius:24px;
    margin:30px 0 28px;
    padding:4px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    background:var(--linksbg);
}

.alllinksflex > a{
    font-size:var(--para-big);
    display:inline-block;
    padding:7px 15px;
    border-radius:20px;
    text-align:center;
    letter-spacing: 0.18px;
    line-height:25px;
    font-family: 'Segoe UI Bold';
    margin:0 15px 0 0;
    color:var(--black);
}

.alllinksflex > a:hover,
.alllinksflex > a:focus{
    background:var(--blue);
    color:var(--white);
}

.alllinksflex > a:last-child{
    margin:0;
}

.profilecounterflex{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.procountsub{
    width:20%;
    padding:0;
    margin:0 30.5px 0 0;
}

.procountsub:not(:last-child){
    border-right:1px solid #C3CAD8;
}

.procountsub h5{
    font-size:var(--procount);
    line-height:43px;
    display:inline-block;
    margin:0 0 9px;
    color:var(--blue);
    letter-spacing: 0.32px;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    z-index:1;
    position:relative;
}

.procountsub h5:before{
    content:'';
    width:30px;
    height:30px;
    border-radius:100%;
    background:#90acdc3b;
    position:absolute;
    top: 0;
    left: -5px;
    z-index:-1;
}

.procountsub h6{
    font-size:var(--para-small);
    line-height:21px;
    text-transform: uppercase;
    margin:0;
    color:var(--black);
    letter-spacing: 0.14px;
    font-family: 'Segoe UI Semi Bold';
}

.pclass{
    padding-right:10px;
}


.allmemberslist-section:nth-of-type(odd) .memberflex{
    flex-direction:row-reverse;
}

.allmemberslist-section:nth-of-type(odd){
    background:var(--linksbg);
}

.allmemberslist-section:nth-of-type(odd) .alllinksflex{
    background:var(--white);
}

.allmemberslist-section:nth-of-type(odd) .membertext{
    padding:45px 62.5px 45px 75px;
}

.allmemberslist-section:nth-of-type(1) .membertext{
    padding: 45px 10px 45px 62.5px;
}

.icontextflex{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.icontextsub{
    width:22%;
    padding:22px 18px;
    border:1px solid var(--iconbg);
    margin:0 19px 0 0;
}

.icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin:0 0 14px;
}

/*.icon img{
    transition:0.3s all;
}*/

.icontextsub h5{
    font-size:var(--para-small);
    line-height:21px;
    text-transform: uppercase;
    color:var(--black);
    font-family: 'Segoe UI Bold';
}

.icontextsub:hover{
    background:var(--iconbg);
}

.icontextsub:hover .icon > img{
    filter:invert(1);
}

.icontextsub:hover h5{
    color:var(--white);
}


.gallerytab-section{
    width:100%;
    position:relative;
}

.galtabs{
    width:55%;
    border-radius:24px;
    padding:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    background:var(--linksbg);
    margin:45px auto;
}

.galtabs:before,
.galtabs:after{
    display:none;
}

.galtabs li{
    margin:0;
    width:33%;
}

.galtabs li a{
    width:100%;
    display:block;
    font-size:var(--heaading-font6);
    line-height:26px;
    color:var(--black);
    text-transform: uppercase;
    padding: 10px 21px;
    border-radius: 20px;
    text-align: center;
    letter-spacing: 0.18px;
    font-family: 'Segoe UI Bold';
}

.galtabs li >a:focus,
.galtabs li >a:hover,
.galtabs li.active>a, 
.galtabs li.active>a:focus, 
.galtabs li.active>a:hover{
    background: var(--blue);
    color: var(--white);
}

.galtabcontent{
    width:100%;
}

.galtabcontent h2{
    text-align:center;
    margin:0 0 25px;
}

.galtabcontent p.mainpara{
    font-size:var(--para);
    line-height:26px;
    text-align:center;
    font-family: 'Segoe UI Regular';
    letter-spacing: 0.16px;
    color:var(--black);
    max-width:800px;
    margin:0 auto 30px;
}

.theatreflex{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

.theatresub{
    width:29%;
    border-radius:4px;
    overflow: hidden;
    margin:0 2% 40px;
    background:var(--white);
    box-shadow: 0px 3px 6px #00000029;
}

.theatrethumb{
    width:100%;
}

.theatrethumb > img{
    width:100%;
}

.theatretext{
    width:100%;
    padding:20px 15px;
}

.theatretext h6{
    font-size:var(--para-small);
    line-height:22px;
    font-family: 'Segoe UI Semi Bold';
    letter-spacing: 0.16px;
    margin:0 0 5px;
    color:var(--black);
}

.theatretext h4{
    font-size:var(--heaading-font6);
    line-height:30px;
    font-family: 'Segoe UI Semi Bold';
    font-weight:700;
    letter-spacing:0.30px;
    margin:0;
    color:var(--black);
}

a.watchbtn{
    width: 100px;
    display: flex;
    align-items:center;
    justify-content:space-between;
    background: var(--readmore);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.16px;
    color: var(--white);
    font-size: var(--para-small);
    line-height: 20px;
    margin:15px 0 0;
    padding: 5px 15px;
    border: 1px solid var(--readmore);
    transition: 0.3s all;
}

a.watchbtn:hover,
a.watchbtn:focus{
    background:transparent;
    color:var(--readmore);
}

.otherplayslist{
    width:95%;
    padding:30px;
    border-radius:4px;
    background:var(--linksbg);
    margin:15px auto 55px;
}

.otherplayslist ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.otherplayslist ul li{
    width:33.33%;
    font-size:var(--counttext);
    line-height:25px;
    color:var(--black);
    font-family: 'Segoe UI Regular';
    margin:0 0px 10px 0;
    position:relative;
    padding:0 0 0 20px;
}

.otherplayslist ul li:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--readmore);
    position: absolute;
    top: 9px;
    left:0;
}


.movies-section{
    width:100%;
    background:var(--white);
}

.movies-section:nth-of-type(even){
    background:var(--sectionbg-color);
}

.movies-section:nth-of-type(even) .movieflex{
    flex-direction:row-reverse;
}

.movieflex{
    width:100%;
    padding:45px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.moviestext{
    width:53%;
    padding:20px 45px 20px 0;
}

.movies-section:nth-of-type(even) .movieflex .moviestext{
    padding:20px 0 20px 45px;
}

.movieimg{
    width:47%;
}

.movieimg > img{
    width:100%;
}

.moviestext h3{
    font-size:var(--heaading-font3);
    letter-spacing: 0.28px;
    line-height:37px;
    font-family: 'Segoe UI Bold';
    color:var(--blue);
    text-transform:uppercase;
    margin:0;
}

.moviestext h4{
    font-size:var(--heaading-font4);
    letter-spacing: 0.22px;
    line-height:30px;
    font-family: 'Segoe UI Semi Bold';
    color:var(--color-black3);
    margin:2px 0 12px;
}

.moviestext p{
    font-size:var(--para);
    line-height:23px;
    margin:0 0 14px;
    color:var(--black);
    letter-spacing: 0.16px;
    font-family: 'Segoe UI Regular';
}

.allmoviesvideoflex{
    width:100%;
    background:var(--white);
    padding:25px 0px 0;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.allmoviesvideoflex > a{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size:var(--para);
    line-height:20px;
    letter-spacing: 0.16px;
    font-family: 'Segoe UI Semi Bold';
    color:var(--blue);
    border:1px solid var(--blue);
    padding:10px 20px;
    margin:0 20px 0 0;
}

.allmoviesvideoflex a .fa{
    margin:0 10px 0 0;
}

.allmoviesvideoflex > a:hover,
.allmoviesvideoflex > a:focus{
    background:var(--blue);
    color:var(--white);
}

.allmoviesvideoflex h5{
    width:100%;
    font-size:var(--heaading-font6);
    line-height:25px;
    margin:0 0 15px;
    letter-spacing: 0.22px;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    text-transform: capitalize;
    color:var(--black);
}

.movies-section:nth-of-type(even) .movieflex .allmoviesvideoflex{
    background:transparent;
}


.photogallery-section{
    width:100%;
    position:relative;
    background:var(--white);
}

.photogallery-in{
    width:100%;
    padding:55px 0;
}

.photogalleryflex{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.photogallerysub{
    width:23%;
    margin:0 1% 25px;
    border-radius:4px;
    overflow:hidden;
    box-shadow:0px 3px 6px #00000029;
    position:relative;
}


.photogallerysub img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:0.4s all;
}

.photogallerysub .photobtn{
    font-size:var(--para-small);
    width:100px;
    line-height: 20px;
    margin:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding: 5px 5px;
    background:var(--readmore);
    border:1px solid var(--readmore);
    text-decoration:none;
    display:block;
    color:var(--white);
    text-align:center;
    opacity:0;
    transition:0.3s all;
}

.photogallerysub .photobtn:hover,
.photogallerysub .photobtn:focus{
    /*background:transparent;*/
    color:var(--white);
}

.photogallerysub img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:0.3s all;
    border-radius:4px;
}

.photogallerysub:hover img{
    filter:brightness(45%);
    transition:0.3s all;
}


.photogallerysub:hover .photobtn{
    opacity:1;
    transition:0.3s all;
}




.videogalsub{
    width:31%;
    margin:0 1% 25px;
    border-radius:4px;
    overflow:hidden;
    box-shadow:0px 3px 6px #00000029;
}

.vgalthnumb{
    width:100%;
}

.vgalthnumb img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.vgaltext{
    width:100%;
    padding:20px 15px;
}

.vgaltext h4{
    font-size: var(--heaading-font6);
    line-height: 30px;
    font-family: 'Segoe UI Semi Bold';
    font-weight: 700;
    letter-spacing: 0.30px;
    margin: 0;
    color: var(--black);
    min-height: 60px;
}


.interviews-section{
    width:100%;
    background:var(--white);
}

.interviews-in{
    width:100%;
    padding:55px 0;
}

.interviews-flex{
    width:100%;
    display:grid;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

.interviewspage .theatretext h4{
    min-height:60px;
}

.newsarticle-section{
    width:100%;
}

.newsarticle-in{
    width:100%;
    padding:55px 0;
}

.newsarticle-list{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

.newsarticle-sub{
    width:23%;
    margin:0 1% 25px;
    border-radius:4px;
    background:var(--white);
    padding:0px;
    box-shadow: 0px 3px 6px #00000029;
    position:relative;
}

.newsarticle-sub h4{
    font-size: var(--heaading-font6);
    line-height: 30px;
    font-family: 'Segoe UI Semi Bold';
    font-weight: 700;
    letter-spacing: 0.30px;
    margin:0 0 15px;
    color: var(--black);
}

.newsarticle-sub p{
        font-size: var(--para);
    line-height: 26px;
    text-align: left;
    font-family: 'Segoe UI Regular';
    letter-spacing: 0.16px;
    color: var(--black);
    margin:0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.newsarticle-sub .awthumb{
    font-size:var(--para-small);
    width:100px;
    line-height: 20px;
    margin:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding: 5px 5px;
    background:var(--readmore);
    border:1px solid var(--readmore);
    text-decoration:none;
    display:block;
    color:var(--white);
    text-align:center;
    opacity:0;
    transition:0.3s all;
}

.newsarticle-sub .awthumb:hover,
.newsarticle-sub .awthumb:focus{
    /*background:transparent;*/
    color:var(--white);
}

.newsarticle-sub img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:0.3s all;
    border-radius:4px;
}

.newsarticle-sub:hover img{
    filter:brightness(45%);
    transition:0.3s all;
}


.newsarticle-sub:hover .awthumb{
    opacity:1;
    transition:0.3s all;
}

.awardspage-section{
    width:100%;
    background:var(--white);
}

.awardspage-in{
    width:100%;
    padding:55px 0;
}

.awardspageflex{
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

.awsub{
    width:29%;
    margin:0 2% 30px;
}

.awthumb{
    width:100%;
    display:block;
}

.awthumb img{
    width:100%;
}

.awtext{
    width:100%;
    padding:15px 10px 15px;
    border-bottom:1px solid #C3CAD8;
}

.awtext p{
    font-size: var(--para);
    line-height: 26px;
    font-family: 'Segoe UI Bold';
    color: var(--black);
    margin: 0;
    text-align: center;
}

body.contactuspage .homepagecontact-section{
    display:none;
}

.contactus-section{
    width:100%;
    background:var(--white);
}

.contactus-in{
    width:100%;
    padding:55px 0;
    display:flex;
    align-items:flex-start;
    justify-content:space-evenly;
    flex-wrap:wrap;
}

.contactus-in h4{
    font-size:var(--heaading-font5);
    line-height:30px;
    margin:0 0 15px;
    color:var(--black);
    letter-spacing: 0.22px;
    font-family: 'Playfair Display', serif;
    font-weight:700;
    text-transform: uppercase;
}

.contactaddress{
    width: 45%;
    padding: 30px 55px 0px 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contactaddress ul{
    list-style:none;
    padding:0;
    margin:0;
}

.contactaddress ul li{
    margin:0 0 20px;
    position:relative;
    padding:0 0 0 30px;
}

.contactaddress ul li.location:before{
    content:'\f041';
    font-family:fontAwesome;
    font-size:25px;
    color:var(--blue);
    position:absolute;
    top:0;
    left:0;
}

.contactaddress ul li.mail:before{
    content:'\f0e0';
    font-family:fontAwesome;
    font-size:18px;
    color:var(--blue);
    position:absolute;
    top:2px;
    left:0;
}

.contactaddress ul li p,
.contactaddress ul li a{
    font-size:var(--para);
    line-height:26px;
    color:var(--black);
    letter-spacing:0.16px;
    font-family: 'Segoe UI Regular';
}

.contactaddress ul li p strong{
    font-family: 'Segoe UI Semi Bold';
}

.contactaddress ul li a{
    display:inline-block;
}

.contactform{
    width:45%;
    padding:30px;
    background:var(--white);
    box-shadow:0px 3px 6px #00000029;
}

.formclass{
    width:100%;
}

.formclass .form-group{
    width:100%;
    margin:0 0 15px;
}

.formclass .form-group label{
    font-size:var(--para-small);
    line-height:19px;
    color:var(--black);
    letter-spacing:0.16px;
    font-family: 'Segoe UI Semi Bold';
    margin:0 0 4px;
    font-weight:normal;
}

.formclass .form-group label em{
    color:#ff0000;
}

.formclass .form-group .form-control{
    width:100%;
    font-size:var(--para);
    line-height:26px;
    color:var(--black);
    letter-spacing:0.16px;
    font-family: 'Segoe UI Regular';
    border:1px solid #C3CAD8;
    height:auto;
    padding:8px 15px;
    outline:none;
    box-shadow:none;
}

.formclass .form-group .form-control:hover,
.formclass .form-group .form-control:focus{
    border-color:var(--blue);
}

.recaptcha-div{
    width:100%;
    margin:25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formclass button{
    width:127px;
    display:block;
    background:var(--readmore);
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    letter-spacing: 0.16px;
    color:var(--white);
    font-size:var(--para);
    line-height:29px;
    margin:0 auto;
    padding:5px 5px;
    border:1px solid var(--readmore);
    transition:0.3s all;
    box-shadow:none;
    outline:none;
}

.formclass button:focus,
.formclass button:hover{
    color:var(--readmore);
    background:transparent;
    transition:0.3s all;
}

.mapbox{
    width:100%;
    height:270px;
    border-radius:4px;
    margin:45px 0 0;
    position:relative;
}

.mapbox:before{
    content:'';
    width:100%;
    height:1px;
    background:#C3CAD8;
    position:absolute;
    left:0;
    top:-35px;
}

.mapbox iframe{
    width:100%;
    height:100%;
    border-radius:4px;
}

.upcominshow-section{
    width:100%;
    background:var(--white);
}

.upcominshow-in{
    width:100%;
    padding:55px 0;
}

.upcominshow-in h2{
    text-align:center;
}

.breadcrumb-section{
    width:100%;
    background:var(--white);
}

ul.breadcrumbul{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
    list-style:none;
    border-bottom:1px solid #C3CAD8;
}

ul.breadcrumbul li a{
    font-size:var(--counttext);
    line-height:20px;
    color:var(--black);
    font-family: 'Segoe UI Regular';
    margin:0 35px 0 0;
    position:relative;
    padding:10px 0;
    display:block;
}

ul.breadcrumbul li:not(:last-child) a:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--readmore);
    position: absolute;
    top: 18px;
    right: -21px;
}

ul.breadcrumbul li:last-child a{
    color:var(--blue);
}

/* =============================================== Footer CSS =============================================== */

#footer{
    background:var(--footerbg);
}

.footerin{
    width:100%;
}

.footmenu{
    width:100%;
    border-bottom:1px solid var(--footborder);
}

.footmenu ul{
    width:100%;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:33px 28px;
}

.footmenu ul li{
    position:relative;
    margin:0 20px;
}

.footmenu ul li:not(:last-child):after{
    content:'';
    width:6px;
    height:6px;
    border-radius:100%;
    background:var(--readmore);
    position:absolute;
    top: 9px;
    right: -21px;
}

.footmenu ul li a{
    font-size:var(--para-big);
    line-height:24px;
    color:var(--white);
    display:block;
    font-family: 'Segoe UI Regular';
    letter-spacing: 0.18px;
}

.footmenu ul li a:hover,
.footmenu ul li a:focus{
    color:var(--readmore);
}

.footelast{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:21px 0 18px;
}

.copybox{
    width:65%;
}

.copybox p{
    font-size:var(--para-small);
    line-height:24px;
    font-family: 'Segoe UI Regular';
    color:var(--white);
    letter-spacing: 0.18px;
}

.copybox p a{
    color:var(--white);
}

.copybox p a:hover,
.copybox p a:focus{
    color:var(--readmore);
}

.footsocial{
    width:35%;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.footsocial a{
    width:40px;
    height:40px;
    border-radius:100%;
    border:1px solid #B2B1B1;
    font-size:18px;
    color:var(--white);
    display:flex;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 0 10px;
}

.footsocial a.fb:hover,
.footsocial a.fb:focus{
    background:#1877f2;
    border-color:#1877f2;
}

.footsocial a.tw:hover,
.footsocial a.tw:focus{
    background:#1da1f2;
    border-color:#1da1f2;
}

.footsocial a.insta:hover,
.footsocial a.insta:focus{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.footsocial a.yt:hover,
.footsocial a.yt:focus{
    background:#ff0000;
    border-color:#ff0000;
}

.customcontainer{
    width:100%;
}

.thankyou{
    width:100%;
    background:var(--footerbg);
}

.main-content{
    width:100%;
    padding:15% 0 10%;
    text-align:center;
}

.main-content h1{
    font-size:var(--heaading-font1);
    text-align:center;
    color:var(--white);
    line-height: 63px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing:0.4;
    margin:0;
}

.main-content p{
    font-size: var(--para);
    line-height: 24px;
    color: var(--white);
    font-family: 'Segoe UI Regular';
    letter-spacing: 0.18px;
    font-weight:normal;
    margin:0 0 20px;
}

.main-content .fa{
    padding:15px;
    background:var(--white);
    border-radius:100%;
    margin:30px auto;
}

.ptopzero{
    padding-top:0;
}

.p0{
    padding:0;
}

#loader-wrapper{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    background:#fff;
}

.loader{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.fancybox-caption{
    text-align:center;
}
.togglemenus, .mobilepatch,
.moblogo{
    display:none;
}

.iframebox iframe{
    width:100%;
    height:100%;
}

section#shefali .alllinksflex{
    width:100%;
}

section#shefali .alllinksflex a{
    /*padding:7px 7px;*/
    margin:0 5px 0 0;
}

section#shefali .alllinksflex a:last-child{
    margin:0;
}