/* common */

.main-content-inner {
    padding-left: 0;
    overflow: hidden;
}


/*====== common ends ======*/
/* .banner-content-box.col-md-10.col-sm-11.col-xs-12{
    padding-left: 16px;
} */

/*===== privacy  ======*/


.contetn_head h1 {
    padding: 3rem 0 2rem 7.5rem;
    font-size: 54px;
}

.splitsection {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.rightconentarea {
    padding: 0 2rem;
}

.leftcontentarea {
    min-width: 330px!important;
    max-width: 300px;
    background-color: #000!important;
    float: left;
    padding: 10px 12px;
}

.leftcontentarea li {
    margin-bottom: 5px;
}

.leftcontentarea a {
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-size: 12px!important;
    line-height: 12px;
}
.leftcontentarea a:hover{
    color: var(--dark-color);
}
.rightconentarea h5 {
    font-size: 18px;
    margin: 1.5rem 0;
}

.rightconentarea h4 {
    font-size: 22px;
    margin: 1.5rem 0;
    margin-top: 0;
}
.rightconentarea h4:nth-child(1){
    margin-bottom: 50px;
    line-height: normal;
}

.rightconentarea p {
    font-size: 18px;
}

.policycontent ul {
    list-style: disc;
    padding-left: 3rem;
}

.policycontent ul li {
    font-size: 18px;
}

.policycontent p a {
    font-weight: bold;
    color: #000;
}

.slick-slide {
    outline: none;
}

.bgwidcolor {
    background-color: #f8f8f8!important;
    padding-bottom: 120px;
}

.categorypage .content_right,
.catalist>.content_right {
    background-color: rgba(248, 248, 248, 0.8);
}
.pravacypolicy.main-content-inner {
    overflow: unset;
}
.pravacypolicy .content_left.leftcontentarea{
    position: sticky;
    top: 40px;
}

.mainbg.privacymainbg >.content_right{
    margin-left: 19rem;
}

.main-content-inner.pravacypolicy .contetn_head h1{
    padding: 3rem 0 0rem 19rem;
}

.catalist .content_right{
    margin-left: 8rem;
    padding-top: 120px;
}
@media screen and (max-width:991px) {
    .main-content-inner.pravacypolicy .contetn_head h1 {
        padding: 3rem 0 0rem 0;
    }
    .mainbg.privacymainbg >.content_right{
        margin-left: 0rem;
    }
    .main-content-inner {
        padding-left: 0;
    }
    .privacymainbg {
        display: flex;
        flex-direction: column-reverse;
    }
    .privacymainbg .content_right {
        padding: 0;
    }
    .content_right.bgwidcolor {
        margin: 0;
    }
    .content_right.bgwidcolor .rightcatainfo {
        max-width: 100%;
    }
    .mainbg.privacymainbg {
        background-color: #f8f8f8;
        padding: 0 15px;
    }
    .content_left.leftcontentarea {
        float: none;
        margin: auto;
    }
    .splitsection {
        flex-direction: column-reverse;
    }
    .contetn_head h1 {
        padding: 2rem 0px 0rem 0rem;
        font-size: 40px;
    }
    .rightconentarea {
        padding: 0 0rem;
    }
    .rightconentarea h4 {
        font-size: 30px;
    }
    .leftcontentarea {
        min-width: 100%!important;
        margin-top: 2rem;
    }
    .leftcontentarea li {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .rightconentarea h4 {
        font-size: 26px;
        margin: 1rem 0;
    }
    .rightconentarea h5 {
        margin: 1rem 0;
    }
    .contetn_head h1 {
        font-size: 36px;
    }
    
}


/*====== privacy ends ======*/


/*====== Single Blog ======*/

.maindiv {
    position: relative;
    top: -160px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(25px);
}

.maindiv.blogpage {
    background-color: rgba(248, 248, 248, 0.8);
    margin-left: 8rem;
}

.fixedwithdiv {
    padding-top: 80px;
    padding-left: 100px;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.content_head {
    display: flex;
    justify-content: space-between;
}

.content_head {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.content_head span {
    margin: 0 8px 0 0;
}

.content_head i {
    margin: 0 10px;
    color: #000;
}

.content_head p {
    margin: 0;
    margin-bottom: 10px;
}

.fullwithdiv {
    padding: 0 4rem;
}

.withimgsec {
    display: flex;
    grid-gap: 32px;
}
.withimgsec.fullwithdiv ~ .fixedwithdiv{
    padding-top: 40px;
    margin-bottom: 120px;
}
.withimgsec div:nth-child(1) {
    min-width: 250px;
}

.withimgsec div:nth-child(1) a {
    margin: 0;
}

.contentdiv {
    max-width: 75%;
}

.fullcontentwidth {
    display: flex;
}

.fullcontentwidth h2 {
    text-transform: uppercase;
    margin: 32px 0 32px 32px;
}

.fullcontentwidth div:nth-child(1) {
    max-width: 39%;
    margin-right: 25px;
}

.slidegraphic {
    display: flex;
}

.bgwithimg {
    background-image: url('../images/Triangle.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 265px;
    min-height: 400px;
    max-height: 400px;
    margin-right: 20px;
    margin: 32px 32px 32px 0;
}

.bgwithimg h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bgwithimg a {
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    margin-top: 10px;
}

.bgwithimg a:hover {
    color: #fff;
    background-color: #000;
}

.bgwithimg p {
    color: #fff;
    margin-top: 3rem;
}

.withimgsec img {
    width: 100%;
}

.singlebloglist {
    list-style: decimal;
    padding-left: 3rem;
    margin-bottom: 1rem;
}
.singlebloglist li{
    font-size: 18px;
}
.maindiv .feature-slider-section,
.maindiv .fetaure-section-title {
    margin: 0;
}

.feautreSlider2 .slick-list {
    overflow-y: hidden;
    overflow-x: scroll;

}

.feautreSlider2 .slick-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.feautreSlider2 .slick-list::-webkit-scrollbar {
    height: 4px;
    background-color: #F5F5F5;
}

.feautreSlider2 .slick-list::-webkit-scrollbar-thumb {
    background-color: #102a48;
    border: 2px solid #555555;
}
.feature-slider-section{
    padding-bottom: 0;
}

/* .singleblogslide .slick-list{
    overflow:unset;
} */

.singleblogslide{
    padding-top:120px;
    background-color: #fff;
}

.feautreSlider2 .slick-list {
    padding: 0 150px 0 0;
}

.main_single_content h1 {
    margin-bottom: 40px;
}

@media screen and (max-width:1024px) {
    .maindiv {
        left: 0px;
    }
    .fixedwithdiv {
        max-width: 100%;
        padding: 3rem 2rem;
    }
    .main_single_content h1 {
        font-size: 44px;
    }
    .contentdiv {
        max-width: 100%;
    }
    .fullcontentwidth h2 {
        font-size: 32px;
    }
    .maindiv .feature-slider-section,
    .maindiv .fetaure-section-title {
        margin: 0 0 0 auto;
    }
    .scrollopt {
        position: absolute;
        left: -20px;
        top: 275px;
    }
}

@media screen and (max-width:991px) {
    .maindiv.blogpage{
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
    .maindiv {
        top: -60px;
    }
    .maindiv .feature-slider-section,
    .maindiv .fetaure-section-title {
        margin-left: 12px;
    }
    .fixedwithdiv {
        max-width: 100%;
        padding: 3rem 1rem;
    }
    .main_single_content h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .content_head i {
        margin: 0 4px;
    }
    .content_head span {
        margin: 0 4px 0 0;
        font-size: 14px;
    }
    .fullwithdiv {
        padding: 1rem;
    }
    .withimgsec {
        flex-direction: column;
    }
    .fixedwithdiv {
        padding-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .slidegraphic {
        flex-direction: column;
        align-items: center;
    }
    .bgwithimg {
        padding: 2rem 0;
    }
    .fixedwithdiv:not(:nth-child(1)) {
        padding-top: 10px;
    }
    .fullcontentwidth {
        flex-direction: column;
    }
    .fullcontentwidth div {
        max-width: 100%!important;
    }
    .fullcontentwidth h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:320px) {
    .content_head i {
        margin: 0 1px;
    }
    .content_head span {
        margin: 0 2px 0 0;
    }
}


/*====== Single Blog ends ======*/


/*====== Category page ======*/

.content_left {
    min-width: 200px;
    max-width: 200px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(25px);
    float: left;
    padding: 30px 25px;
    position: relative;
    z-index: 1;
    margin-top: 4.8rem;
    margin-left: 2rem;
}

.content_left a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.content_right {
    padding-left: 100px;
    margin-left: 8rem;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding-top: 80px;
}

.tribg {
    background-image: url(../images/catabg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.rightcatainfo {
    max-width: 100%;
    display: flex;
    grid-gap: 40px;
    /* padding-right: 100px; */
}
.categories .rightcatainfo >div{
    width: 50%;
}
.rightcatainfo div>div {
    margin-bottom: 10px ;
    margin-top: 0;
}

.rightcatainfo div>div h3 {
    margin: 0px 0 40px 0;
    padding-top: 0px;
    text-transform: uppercase;
}

.submisionarea {
    background-image: url('../images/submissionbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    grid-gap: 10px;
}

.submisionarea h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.submisionarea a {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 30px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.submisionarea a:hover {
    background-color: #000;
    color: #fff;
}

.submisionarea p {
    margin-top: 2rem;
    font-weight: bold;
    font-size: 12px;
}

.catalist {
    background-image: url(../images/catabg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.categorylist {
    display: flex;
    justify-content: space-between;
    grid-gap: 32px;
}

.categoryitemlist {
    max-width: 100%;
    margin-top: 2rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
    /* padding-right: 100px; */
}

.categoryitemlist>div:nth-child(1){
    margin-bottom: 40px;
}

.categoryitemlist h2 {
    text-transform: uppercase;
}

.categoryitemlist p {
    padding-right: 40%;
    margin: 0;
    /* padding-bottom: 15px; */
}

.categorycolum p {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.categoryitem a {
    color: #000;
    position: relative;
}

.categoryitem a:hover>span.custtooltip:hover {
    opacity: 0;
    visibility: hidden;
}

.categoryitem a:hover>span.custtooltip {
    opacity: 1;
    visibility: visible;
}
.categoryitem a:hover{
    color: #f79b77;
}
.categoryitem a:hover span{
    color:#000
}

.custtooltip {
    position: absolute;
    top: 90%;
    left: 100%;
    background: #fff;
    z-index: 5;
    padding: 10px;
    min-width: 150px;
    max-width: 220px;
    box-shadow: 2px 5px 22px -9px #000;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.categorylist >div{
    width: 33.33%;
}

/* new css */

.withimgsec div:nth-child(1) p {
    margin-bottom: 0;
}

.content_head span,
.content_head i {
    font-size: 12px;
    transition: all .3s ease;
}
.content_head i:hover{
    color: var(--dark-color);
}

.categories.main-content-inner {
    overflow: unset;
}
.mainbg.categorypage .content_left{
    position: sticky;
    top: 0;
}


.mainbg.categorypage >.content_right{
    margin-left: 8rem;
}
.main-content-inner.categories .contetn_head h1{
    padding: 3rem 0 2rem calc(8rem + 100px);
}



.categorypage .content_right{
    padding-top: 80px;
}

.clickable_banner{
    display: block;
    margin-left: 8rem;
}
.clickable_banner:hover object a{
    background: #000;
    color: #fff;
}
.clickable_banner object{
    margin-top: 40px;
}
@media screen and  (max-width:1440px){
    .fixedwithdiv{
        max-width: 90%;
    }
}

@media screen and (max-width:991px) {
    .clickable_banner{
        margin-left: 0rem;
    }
}
@media screen and (max-width:1024px) {
    .submisionarea {
        margin-left: 0rem;
        padding: 0;
    }
    .submisionarea h2 {
        margin-top: 2rem;
    }
    .categoryitemlist,
    .rightcatainfo {
        max-width: 100%;
    }
    .categoryitemlist p {
        padding-right: 0;
    }
    .withimgsec.fullwithdiv {
        padding: 0 0 0 40px;
    }
    .singleblogslide{
        padding: 3rem 2rem;
    }
    .withimgsec.fullwithdiv ~ .fixedwithdiv {
        padding-top: 20px;
        margin-bottom: 0px;
    }
    .singleblogslide {
        padding: 3rem 2rem;
        padding-right: 0;
    }
    .content_right{
        padding-left: 50px;
    }

    .rightcatainfo,
    .categoryitemlist{
        padding-right: 50px;
    }
}

@media screen and (max-width:991px) {
    .contetn_head h1 {
        text-align: center;
        margin-bottom: 1.8rem;
    }

    .mainbg.categorypage .content_left{
        position: relative;
        top: 0;
    }
    .mainbg.categorypage >.content_right{
        margin-left: 0rem;
    }
    .main-content-inner.categories .contetn_head h1{
        padding: 3rem 0 0rem 0rem;
    }

    .scrollopt{
        display: none;
    }
    .categories .rightcatainfo >div {
        width: 100%;
    }
    .categorylist >div{
        width: 100%;
    }
    .fixedwithdiv {
        max-width: 100%;
    }

    .blogpage .navarrow {
        right: 10%;
    }
    .blogpage  .arback {
        left: 80%;
    }
}

@media screen and (max-width:768px) {
    .content_right {
        background-color: unset;
        backdrop-filter: unset;
    }
    .mainbg {
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(25px);
    }
    .catalist .content_right {
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(25px);
        padding-left: 0;
        margin-left: 0;
        padding: 2rem;
    }
}

@media screen and (max-width:767px) {
    .content_left {
        float: none;
        margin-top: 0rem;
        margin: auto;
    }
    .content_right {
        padding-left: 0;
        margin-left: 0;
        padding: 0 15px;
    }
    .rightcatainfo {
        flex-direction: column;
        grid-gap: 0;
    }
    .mainbg {
        padding-top: 2rem;
    }
    .rightcatainfo div>div {
        margin: 0rem 0;
    }
    .submisionarea {
        background-size: cover;
    }
    .categorylist {
        flex-direction: column;
    }
    .catalist .content_right {
        padding: 0rem 1rem;
        padding-bottom: 0;
    }
    .categoryitemlist{
        padding-bottom: 3rem;
    }
    .mainbg.categorypage{
        padding-top: 0;
    }
    .categorypage .content_right {
        padding-top: 40px;
    }
    .rightcatainfo div>div h3{
        margin: 0px 0 30px 0;
    }
    .categoryitemlist h2{
        margin-bottom: 30px;
    }
    .nav-links-li.active::before{
        left: -17%;
    }
    .categoryitemlist, .rightcatainfo {
        max-width: 100%;
    }
    .categoryitemlist{
        margin-top: 42px!important;
    }
    .categoryitemlist h2 {
        margin-bottom: 20px;
    }
    .categoryitemlist>div:nth-child(1) {
        margin-bottom: 30px;
    }
    .categorycolum p{
        margin-bottom: 20px;
    }
    .rightcatainfo div>div h3 {
        margin: 0px 0 20px 0;
    }
    .rightcatainfo div>div {
        margin-bottom: 30px;
    }
    .content_head {
        margin-bottom: 30px;
    }
    .main_single_content h1 {
        margin-bottom: 25px;
    }
    .withimgsec.fullwithdiv {
        padding: 0 0 0 15px;
    }
    .bgwithimg{
        margin: 20px 0;
    }
    .singlebloglist li{
        font-size: 14px;
    }
    .singleblogslide{
        padding: 2rem 0rem;
        padding-bottom: 0;
    }
    .blogpage .arback {
        left: 72%;
    }
    .rightcatainfo,
    .categoryitemlist{
        padding-right: 0px;
    }
}



/*====== Category page ends ======*/


/* ===About Page==== */

.abouttribg {
    background-image: url(../images/aboutbgnew.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.abouthead h1 {
    padding: 3rem 0px 2rem calc(8rem + 100px);
}

.abouthead~.mainbg .content_right .rightcatainfo>div {
    display: flex;
}


.aboutwithpadd {
    padding: 0;
}

.noflex {
    display: block;
}

.noflex>div {
    display: block;
}

.about1 {
    float: left;
    width: 50%;
    margin-top: 0!important;
}

.aboutrow1container {
    position: relative;
}

.triimg {
    position: absolute;
    left: 194px;
    max-width: 175px;
    top: 231px;
}

.about4 {
    float: left;
}

.noflex div>div {
    margin-bottom: 0;
    width: 50%;
}

.about2 {
    margin-top: 0!important;
}

.about2 img {
    position: relative;
    right: 50px;
    top: -40px;
}

.about5 img {
    top: 0px;
}

.aboutrow2container {
    max-width: 100%;
    /* padding-right: 80px; */
}

.about3>p {
    padding-top: 2rem;
    padding-left: 28rem;
}

body:not(.single-post) .about3>p:nth-child(2) {
    position: relative;
    right: 10rem;
    top: 30px;
    z-index: 1;
    margin-bottom: 4rem;
}

.content_right.withrighttri .aboutrow1container {
    padding-bottom: 7rem!important;
}

.about5 img {
    right: 0;
}

.withrighttri::after {
    content: url('../images/twotri.png');
    position: absolute;
    /*or absolute*/
    right: 0px;
    top: -235px;
}

.content_right.withrighttri .aboutrow1container {
    align-items: center;
}

.abouthead ~ .mainbg .content_right:nth-child(1){
    padding-top: 80px!important;
}
.bgblur{
    margin-left: 8rem;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
}
.bgblur .content_right {
    margin-left: 0rem;
    background: unset;
}

.bgblur .content_right{
    backdrop-filter: blur(0px);
}
@media screen and (max-width:1440px) {
    .aboutrow1container {
        display: flex!important;
    }
    .triimg {
        top: 231px;
    }
    .withrighttri::after {
        top: -148px;
    }
    .about2 img {
        right: 0;
    }
    .feature-slider-section{
        padding-left: 0px;
    }
}

@media screen and (max-width:1360px) {
    .triimg{
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .triimg {
        display: none;
    }
    .abouthead~.mainbg .content_right {
        padding-left: 50px!important;
        margin-left: 2rem!important;
    }
    .abouthead~.mainbg .content_right.aboutwithpadd {
        padding-left: 0!important;
        padding-right: 20px;
        margin-left: 0!important;
    }
    .withrighttri::after {
        content: none;
    }
    .aboutrow2container {
        max-width: 98%;
    }
    .about3>p {
        padding-left: 25rem;
    }
    .about3>p {
        padding-left: 21rem;
    }
    .about4 img{
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .main-content-inner {
        padding-top: 89.3px;
    }
    .abouthead h1 {
        padding: 2rem 0;
        margin-bottom: 0;
    }
    .abouthead~.mainbg .content_right {
        padding-left: 0px!important;
    }
    .abouthead~.mainbg .content_right.aboutwithpadd {
        margin-left: 0!important;
    }
    .content_right.withrighttri {
        padding-top: 0;
    }
    .about5 {
        padding-bottom: 3rem!important;
    }
    .about2 img,
    .about4 img {
        max-width: 100%;
    }

    .partnerstribg .abouthead h1{
        color: #fff;
    }
}
@media screen and (max-width:768px) {
    .bgblur {
        margin-left: 8rem;
        background-color: unset;
        backdrop-filter: blur(0px);
        margin-left: 0rem;
    }
   
}
@media screen and (max-width:767px) {
    .aboutrow1container {
        flex-direction: column-reverse;
    }
    .abouttribg {
        background-size: cover;
        background-position: center;
    }
    .about1 {
        width: 100%;
        margin-top: 1rem!important;
    }
    .about4 {
        float: none;
    }
    .about3 p {
        padding: 0 15px;
    }
    .abouthead~.mainbg .content_right {
        margin: 0!important;
        padding: 0 15px!important;
        max-width: 100%;
    }
    .allbox .rightcatainfo,
    .allbox .rightcatainfo,
    .aboutrow2container {
        max-width: 100%!important;
    }
    .abouthead~.mainbg .content_right,
    .content_right.aboutwithpadd {
        padding: 0 !important;
    }
    .aboutrow1container {
        padding: 0 15px;
    }
    .about3>p:nth-child(2) {
        right: 0;
    }
    .about5 {
        padding-bottom: 1rem!important;
    }
    .content_right.withrighttri .aboutrow1container {
        padding-bottom: 2rem!important;
    }
    .abouthead ~ .mainbg .content_right:nth-child(1) {
        padding-top: 40px!important;
    }
    .noflex div>div{
        width: 100%;
    }
}

@media screen and (max-width:425px) {
   

    .abouthead ~ .mainbg{
        padding-top:0rem;
    }
    
}

/* ===About Page ends==== */

/* =====Partners======= */

.intropara{
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.innercontainer{
    max-width: 100%;
}

.bluebar{
    background-color: #102A48;
    min-width: 300px;
    text-align: center;
    padding: 35px 0;
}
.bluebar h3{
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}
.bluebar a{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 7px 12px;
    margin-top: 1rem;
    font-weight: bold;
    background: #fff;
    color: #000;
}

.bluebar a:hover{
    color: #fff;
    background: #000;
    border-color: #000;
}

.main-content-inner.partnerstribg{
    background-image: url(../images/partnersbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


.fdpartners h2{
    margin-top: 80px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.fdsingle h3{
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.innercontainer{
    padding-bottom: 120px;
}

.partnerstribg .content_right{
    background-color: rgba(248, 248, 248, 0.8);
} 

.partnersgrid{
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr)); /* see notes below */
    grid-gap: 32px;
}

.fdsingle img{
    width: 100%;
}
.content_right{
    padding-right: 100px;
}
@media screen and (max-width:1366px) {
    .partnersgrid{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* see notes below */
    
    }
    .fdsingle img{
        width: 100%;
    }

    .scrollopt {
        position: absolute;
        left: 0px;
        top: 250px;
    }
    .containerwithpadding{
        padding: 0px 6.2rem;
    }
    .judge-team:nth-child(2) {
        padding: 47px 0px 0px 50px;
    }
    .banner-content-box.col-md-10.col-sm-11.col-xs-12{
        padding-left:0px;
    }
    .container-fluid.containerwithpadding {
        padding-right: 0;
        padding-left: 0.5rem;
    }
    .nav-links-li {
        padding-bottom: 12px;
    }
    .nav-links-li.active::before {
        content: url(../images/actnav.png);
        position: absolute;
        top: 2px;
        left: -22%;
    }
}

@media screen and (max-width:1024px) {
    .content_right{
        padding-right: 50px;
    }
}
@media screen and (max-width:991px) {
    .partnerstribg .mainbg .content_right {
        margin-left: 0!important;
    }
    .partnerstribg .mainbg {
        background-color: rgba(248, 248, 248, 0.8);
    }
    .partnerstribg .innercontainer {
        max-width: 100%;
        padding: 0 15px;
    }
    .fdsingle{
        text-align: center;
    }
    .partnerstribg .mainbg{
        background: unset;
    }
    .partnersgrid{
        padding-bottom: 80px;
    }
    .content_right{
        padding-right: 0px;
    }
}

@media screen and (max-width:767px) {
    .partnerstribg .innercontainer {
        max-width: 100%;
        padding: 2rem 15px;
        margin:auto;
    }
    .intropara{
        flex-direction: column;
    }
    .fdsingle{
        flex-direction: column;
    }
    .fdpartners h2{
        text-align: center;
    }
    .fdsingle h3{
        margin-bottom: 0.5rem;
    }
    .fdpartners h2{
        margin-top: 2rem;
    }
   
    .partnerstribg .mainbg {
        padding-top: 0;
    }
    .fdsingle img {
        width: 75%;
    }
    .partnerstribg .innercontainer{
        padding: 0rem 15px;
    }
    .partnersgrid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .partnersgrid {
        padding-bottom: 50px;
    }
}
/* =====Partners ends======= */


/* =======judges======= */
.judgesbg{
    background-image: url(../images/d_judges_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.judgesbg .content_right{
    background-color: rgba(248, 248, 248, 0.8);
} 

.alljudges{
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-row-gap: 55px;
    margin-bottom: 4rem; */
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr)); /* see notes below */
    grid-gap: 32px;
    grid-row-gap: 80px;
    margin-bottom: 4rem; 
}
.singlejudge h3{
    text-transform: uppercase;
    margin-top: 2rem;
}

.singlejudge img{
    width: 100%;
}
.judgelist{
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(186px, 1fr) );
    grid-auto-rows:  auto;
}
.judgesbg .intropara p{
    margin-bottom: 80px;
}

.otherjudges h2{
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.otherjudges p{
    margin-bottom: 1.5rem;
}
.judgesbg .innercontainer {
    padding-bottom: 120px;
}

@media screen and (max-width:1366px) {
    .alljudges{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* see notes below */
      
    }

    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 63px;
        left: 99px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 120px;
        bottom: 14px;
    }
    .judge-profile-desg {
        bottom: 7px;
        left: 100px;
    }
    .judge-profile-name {
        left: 80px;
        bottom: 46px;
    }

    .judge-team:nth-child(2) .judge-profile-desg {
        left: 132px;
        bottom: 18px;
    }
    .judge-profile-name {
        left: 91px;
        bottom: 50px;
    }
    .judge-profile-desg {
        bottom: 17px;
        left: 109px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 63px;
        left: 104px;
    }
    
}

@media screen and (min-width:1360px) and (max-width:1380px) {
    .container-fluid.containerwithpadding{
        padding-left: 2.5rem;
    }
}

@media screen and (max-width:1024px) {
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 83px;
        bottom: -4px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 32px;
        left: 65px;
    }
    .judge-profile-name {
        left: 58px;
        bottom: 25px;
    }
    .judge-profile-desg {
        bottom: -1px;
        left: 72px;
    }

    .alljudges{
        grid-gap: 25px;
        margin-bottom: 50px;
    }
    .judgesbg .intropara p {
        margin-bottom: 50px;
    }
    .innercontainer {
        max-width: 100%;
    }
    .judgesbg .content_right{
        padding-right: 50px;
    }
    
}

@media screen and (max-width:991px) {
    .judgesbg .innercontainer {
        max-width: 100%;
        padding: 2rem 15px;
    }

    .judgesbg .abouthead~.mainbg .content_right{
        margin-left: 0rem!important;
    }
    .alljudges{
        margin-bottom: 2rem;
    }
    .judgesbg .content_right{
        padding-right: unset;
    }
    .abouthead ~ .mainbg .content_right:nth-child(1) {
        padding-top: 50px!important;
    }
}

@media screen and (max-width:767px) {
    .judgesbg .intropara p {
        margin-bottom: 2rem;
    }
    .judgesbg .innercontainer{
        padding: 0rem 15px;
    }
    .alljudges{
        grid-row-gap: 20px;
    }

    .judge-profile-name{
        left: 54px;
        bottom: 53px;
    }
    .judge-profile-desg {
        bottom: 22px;
        left: 98px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 54px;
        left: 53px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 114px;
        bottom: 0px;
    }

    .alljudges {
        margin-bottom: 20px;
    }
    .otherjudges h2 {
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .judgelist{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:375px) {
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 60px;
        left: 31px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 88px;
        bottom: 0px;
    }
    .judge-profile-name {
        left: 32px;
        bottom: 53px;
    }
    .judge-profile-desg {
        bottom: 22px;
        left: 74px;
    }
}

@media screen and (max-width:320px) {
    .singlejudge img{
        width: 95%;
    }
}
/* =======judges ends======= */

/* ========contact page=========== */

.contactbg{
    background-image: url(../images/contactbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.contactsubscribe .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.contactsubscribe .form-group label {
    position: relative;
    cursor: pointer;
  }

  .contactsubscribe .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
  }

  .contactsubscribe .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: 2px solid var(--dark-color);;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    
    
  }
  .contactsubscribe .form-group input:checked + label::before{
      border-color: var(--dark-color);
  }
  .contactsubscribe .form-group,
  .contactsubscribe .form-group label{
      display: flex;
      align-items: flex-start;
  }
  .contactsubscribe .form-group label a{
      color: #000;
  }
  #contactsubemail{
      color: #000;
      border-bottom: 2px solid #000;
      transition: all .3 ease-in;
  }
  #contactsubemail:focus{
      border-bottom-color:var(--dark-color);
  }
  .contactsubscribe .form-group button{
      appearance: none;
      box-shadow: none;
      border: none;
      background-color: #fff;
      color: #000;
      font-size: 12px;
      padding: 8px 15px;
      font-weight: bold;
      border: 2px solid #000;
      transition: all .3s ease-in;
  }
 

  .contactsubscribe .form-group button:hover{
      color:  var(--dark-color);
      border-color: var(--dark-color);
  }

  [for="contactsubscribe"] a:hover{     
    color: var(--dark-color);
  }
  .contactintro{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      grid-gap: 30px;
  }
  .contactintro >div:nth-child(2){
    background: #fff;   
    padding: 40px;
  }
  .terms{
      display: flex;
  }
  .terms .form-group >div{
      display: flex;
  }
  .terms >div:nth-child(1){
    width: 70%;
  }
  .terms  >div:nth-child(2){
    width: 30%;
    text-align: right;
  }

  .partinput{
      display: flex;
      grid-gap: 30px;
      margin-top: 2rem;
  }
  .partinput >div{
      width: 50%;
  }
  .partinput input{
    width: 100%;
  }

  .partinput input{
    appearance: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    background-color: transparent;
  }
  .partinput .input-group{
      position: relative;
  }
  .partinput .input-group input{
        margin-bottom: 2rem;
  }


  .partinput input:focus{
      border-bottom-color: var(--dark-color);
  }
  .partinput input:focus{
      outline: none;
  }


  .partinput input,
  .partinput label {
      position: relative;
      display: inline-block;
      width: 100%;
  }

  
  
  .partinput input[type="text"],
  .partinput input[type="email"] {
		font-size: 1.25em;
		padding: 0 0 5px 0;
		z-index: 10;
		background: transparent;
		margin-bottom: 0.5em;
		border: none;
		border-bottom: 2px solid black;
	}
    
	.partinput label {
		display: inline-block;
		margin: 0 auto;
		padding: 0 0 5px 0;
		transition: all 0.5s ease-in-out; 
		z-index: 1;
		top: 36px;
	}

    .filled label {
        top: 0;
        font-size: 0.8em;
    } 

    .partinput select{
        width: 100%;
        padding: 0px 0 5px 0;
        margin: 25px 0;
        border: none;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid black;
    }

    .partinput select:focus{
        outline: none;
    }

     #message{
        width: 100%;
        appearance: none;
        border: none;
        background-color: transparent;
        border-bottom: 2px solid black;
        margin-top: 2rem;
    }

    #message:focus{
        outline: none;
    }

    .terms .form-group>div label{
        display: flex;
        align-items: flex-start;
    }
    .terms .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .terms{
        margin-top: 2rem;
    }
    .terms .form-group >div,
    .submitbtn{
        margin: 1rem 0;
    }
    .terms .form-group label {
        position: relative;
        cursor: pointer;
      }
      .terms .form-group label a{
          color: #000;
      }
      .terms .form-group label:before {
        content:'';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #000;;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
      }
    
      .terms .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid var(--dark-color);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
      }
    

      .submitbtn input{
          appearance: none;
          box-shadow: none;
          border: none;
          background-color: #000;
          color: #fff;
          padding: 10px 20px;
          border: 1px solid #000;
          text-transform: capitalize;
          transition: all 0.3s ease-in-out;
          font-weight: 600;
      }
      .submitbtn input:hover{
          background: #fff;
          color: #000;
      }

      .contactintro >div >h3,
      .sendmsg h3{
          text-transform: uppercase;
      }

      .partinput input:focus,
      #message:focus
      {
        border-bottom-color: var(--dark-color);
        }

   .contactbg .abouthead ~ .mainbg .content_right:nth-child(1){
       padding-left: 40px;
   }
   .contactbg .abouthead h1{
    padding: 3rem 0px 2rem calc(8rem + 40px);
   }

   .contactintro >div{
       width: 100%;
   }
   .contact_subscribe{
        position: relative;
    }

    [for="contactsubemail"]{
        color: #000;
        position: relative;
        left: 1px;
        top: 24px;
        font-size: 16px;
        transition: all 0.5s ease-in-out;
    }
    
    [for="contactsubemail"].active{
        left: 1px;
        top: 0px;
        font-size: 13px;
    }

@media screen and (max-width:1440px) {
    .innercontainer >.contactintro >div{
        width: 50%;
    }
    .contactsubscribe .form-group label br{
        display: none;
    }
    .arback{
        left: 79%;
    }
    .navarrow{
        right: 13%;
    }
    .judge-team:nth-child(2){
        padding:48px 0px 0px 50px;
    }
}

@media screen and (max-width:1366px) {
    .navarrow {
        right: 13%;
    }
}

@media screen and (max-width:1280px) {
    .judge-logo {
        right: 231px;
        bottom: 73px;
        left: unset;
    }
    .judge-profile-name {
        left: 91px;
        bottom: 44px;
    }
    .judge-profile-desg {
        bottom: 9px;
        left: 109px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 135px;
        bottom: 6px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 51px;
        left: 104px;
    }
    .judge-team:nth-child(2) .judge-profile-desc{
        padding-left: 160px;
    }
    .judge-profile-desc {
        padding: 100px 0 0 85px;
    }
}

@media screen and (max-width:1024px) {
    .containerwithpadding {
        padding: 0px 4.5rem;
    }
    .about-section {
        display: block;
        padding: 75px 0 40px;
    }
    .arback {
        left: 75%;
    }
    #secthird {
        padding-bottom: 35px;
    }
    .judge-profile-desc {
        padding: 70px 0 0 70px;
    }
    .judge-team:nth-child(1) .judge-profile-desc {
        position: relative;
        top: -61px;
        right: -130px;
    }
    .judge-profile-name {
        left: 71px;
        bottom: 30px;
    }
    .judge-profile-desg {
        bottom: 4px;
        left: 88px;
    }
    .judge-team:nth-child(2) {
        padding: 42px 0px 0px 52px;
    }
    .judge-logo {
        right: 177px;
        bottom: 57px;
        left: unset;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 106px;
        bottom: 0px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 35px;
        left: 79px;
    }
    .judge-team:nth-child(2) .judge-profile-desc {
        padding-left: 85px;
    }
    
    .judges-section{
        margin-bottom: 75px;
    }
    .nav-links-li {
        padding-bottom: 20px;
    }
    .containerwithpadding {
        padding: 0px 5rem;
    }
}


@media screen and (max-width:991px) {
    .containerwithpadding {
        padding: 0 15px;
    }
    .navarrow {
        right: 16%;
    }
    .judges-section {
        padding: 0px 0 35px;
    }
    .judge-logo {
        right: 184px;
        bottom: 60px;
        left: unset;
    }
    #footer{
        padding: 50px 50px 0 50px;
    }
    .footer-left-content, .footer-right-content {
        padding-bottom: 50px;
    }    
    .partner-section-title{
        margin-bottom: 35px;
    }
    .partner-inner-title.media-partner {
        margin-top: 40px;
    }
    .banner-content-box.col-md-10.col-sm-11.col-xs-12{
        width: 100%;
    }
    .judge-team:nth-child(1) .judge-profile-desc {
        position: relative;
        top: -61px;
        right: -40px;
    }
    .about-content-img img {
        width: 100%;
        transition: 1s all linear;
    }
}
@media screen and (max-width:768px) {
    .contactintro >div >p br{
        display: none;
    }
}

@media screen and (max-width:767px) {
    .contactintro{
        flex-direction: column;
    }
    .innercontainer >.contactintro >div{
        width: 100%;
    }
    .contactintro >div >h3,
      .sendmsg h3{
         font-size: 18px;
      }
      .contactintro >div:nth-child(2) {
        background: #fff;
        padding: 1rem 1rem;
    }
    .sendmsg{
        margin-top: 2rem;
    }
    .partinput{
        margin-top: 1rem;
        flex-direction: column;
        grid-gap: 0;
    }
    .partinput >div{
        width: 100%;
    }
    .terms{
        flex-direction: column;
    }
    .terms >div:nth-child(1),
    .terms >div:nth-child(2) {
        width: 100%;
    }
    .terms >div:nth-child(2){
        text-align: center;
    }
    .contactsubscribe .form-group{
        flex-direction: column;
        align-items: center;
    }
    .contactsubscribe .form-group button{
        margin-top: 1rem;
    }

    .about-section {
        display: block;
        padding: 50px 0 50px;
    }
    .navarrow {
        right: 9%;
    }
    .judges-section{
        margin-top: 50px;
    }
    .judge-profile-name {
        left: 79px;
        bottom: 61px;
    }
    .judge-profile-desg {
        bottom: 31px;
        left: 125px;
    }
    .judge-profile-desc {
        padding: 40px 0 0 0px;
    }
    .judge-team:nth-child(1) .judge-profile-desc{
        top: 0px;
        right: 0px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 62px;
        left: 74px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 115px;
        bottom: 9px;
    }
    .judge-team:nth-child(2) {
        padding: 42px 0px 0px 0px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 138px;
        bottom: 9px;
    }
    .judge-team:nth-child(2) .judge-profile-desc {
        padding-left: 0px;
    }
    .judges-section {
        margin-bottom: 0px;
    }
    #secfifth{
        overflow: hidden;
    }
    .arback {
        left: 69%;
    }
    #footer {
        padding: 50px 15px 50px 15px;
    }
    .footer-left-desc h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .footer-left-desc {
        padding: 30px 0 30px;
    }
   .footer-right-content {
        padding-bottom: 0px;
    }
    .nav-links-li.active::before {
        top: 3px;
        left: -18%;
    }
    .footer-left-desc {
        padding: 30px 0 60px;
    }
}

@media screen and (max-width:375px) {
    .judge-profile-img {
        margin-left: -175px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 106px;
        bottom: 9px;
    }
    .judge-profile-name {
        left: 70px;
        bottom: 61px;
    }
    .judge-profile-desg {
        bottom: 31px;
        left: 116px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 62px;
        left: 64px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 124px;
        bottom: 9px;
    }
}

@media screen and (max-width:350px) {
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 62px;
        left: 43px;
    }
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 103px;
        bottom: 9px;
    }
    .judge-profile-name {
        left: 46px;
        bottom: 61px;
    }
    .judge-profile-desg {
        bottom: 31px;
        left: 87px;
    }
}
/* ========contact page ends=========== */


@media screen and (min-width:1920px) {
    .judge-team:nth-child(2) .judge-profile-desg {
        left: 195px;
        bottom: 28px;
    }
    .judge-profile-name {
        position: absolute;
        bottom: 60px;
        transform: rotate(-15deg);
        left: 130px;
    }
    .judge-team:nth-child(2) .judge-profile-name {
        bottom: 76px;
        left: 159px;
    }
    .judge-profile-desg {
        position: absolute;
        bottom: 21px;
        transform: rotate(-16deg);
        left: 155px;
    }
}


@media screen and (min-width:1660px) and (max-width:1900px){
    .judge-logo{
        bottom: 111px;
        right: 336px;
    }
    .judge-logo.two{
        top: 52%;
    }
    .judge-team:nth-child(2){
        padding: 55px 0px 0px 50px;
    }
    .judge-team:nth-child(2) .judge-profile-name{
        bottom: 82px;
        left: 152px;
    }
    .judge-team:nth-child(2) .judge-profile-desg{
        left: 187px;
        bottom: 35px;
    }
    .judge-profile-name{
        bottom: 62px;
        left: 131px;
    }
    .judge-profile-desg{
        bottom: 20px;
        left: 157px;
    }
}
