html {
    scroll-behavior: smooth;
}

.header-full .dropheader-full .drop-links-cvr {
    padding-left: 80px;
}

.drop-links-cvr ul {}

p {
    line-height: 1.8 !important;
    letter-spacing: 1px !important;
}

.my-header-full {
    width: 100%;
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 6;
    background-color: #0B0B0B;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-full .head-rhs ul.head-lst li .my-font {
    font-weight: 500 !important;
}

.new-haeder {
    position: fixed !important;
    top: 0 !important;
    border-bottom: 2px solid #fff;
}

.header-full .head-rhs a.new-ham {
    top: 13px !important;
}

.w-fx {
    width: 263px !important;
    margin-top: 40px !important;
    font-weight: 500 !important;
}

.banner {
    background-image: url(../summit_assest/image/New-Banner.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* background-attachment: fixed; */
    min-height: 518px;
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
    background-position: top;
    margin-top: 86px;
}

/*.banner .banner-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.banner .banner-content h1 {
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 3rem;
    text-shadow: 2px -1px 4px black;
}

.banner .banner-content p {
    color: #fff;
    padding: 12px 0;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-shadow: 2px -1px 4px black;
}

.banner .banner-content .para-heading {
    font-weight: 700;
    font-size: 20px;
}

.patch {
    width: 100%;
    margin-top: -40px;
}

.about-sec {
    background-color: #fff !important;
    padding: 70px 0px 70px 0px;
}

.about-sec h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.about-sec .about-div {
    text-align: center;
    padding: 10px 85px;
}

.about-sec .about-div p {
    font-weight: 500;
    font-size: 17px
}

.about-div:after {
    content: "";
    border-bottom: 3px solid #d7b46a;
    width: 70px;
    height: 18px;
    position: absolute;
    /* text-align: center; */
    /* margin: 0 auto; */
    left: 50%;
    transform: translate(-50%, -50%);
}

.awards-img {
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    height: auto;
}

.awards-sec {
    background-color: #000;
    padding: 70px 0px 70px 0px;
}

.awards-clr p {
    color: #fff;
    padding: 20px 0;
}

.awards-clr h2 {
    color: #d7b46a;
    letter-spacing: 0.1em;
}

.awards-content {
    position: absolute;
    top: 50%;
    transform: translate(-5%, -50%);
}

.awards-content hr {
    margin-top: 1rem;
    margin-bottom: 0 !important;
    border: 0;
    border-top: 1px solid #d7b46a !important;
}

.img-flex img {
    width: 100%;
}

.w-20 {
    width: 25%;
    padding: 10px;
    position: relative;
    height: 270px;
    overflow: hidden;
    margin-bottom: 20px;
}

.w-20 p {
    position: absolute;
    bottom: 3px;
    /* left: 16px; */
    padding: 0px 30px 0 12px;
    line-height: 1.5 !important;
    /* natasha */
    font-size: 17px;
}


/* .w-20 .testclass:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
  
   .w-20 .testclass:hover p{
    top:50%;
    transition-duration: 1s;
}
.w-20 .testclass:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
   }

   .w-20 .testclass1:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass1:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
   }
    .w-20 .testclass1:hover p{
       top:50%;
       transition-duration: 1s;
    }

   .w-20 .testclass2:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   
   .w-20 .testclass2:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
   }

   .w-20 .testclass2:hover p{
    top:50%;
    transition-duration: 1s;}

   .w-20 .testclass3:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass3:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }

   .w-20 .testclass3:hover p{
    top:50%;
    transition-duration: 1s;}

   .w-20 .testclass4:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass4:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass4:hover p{
    top:50%;
    transition-duration: 1s;}

    .w-20 .testclass5:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass5:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass5:hover p{
    top:50%;
    transition-duration: 1s;}

   .w-20 .testclass6:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }

   .w-20 .testclass6:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }

   .w-20 .testclass6:hover p{
    top:50%;
    transition-duration: 1s;
}

   .w-20 .testclass7:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass7:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass7:hover p{
    top:50%;
    transition-duration: 1s;
}
   .w-20 .testclass8:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }

   .w-20 .testclass8:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass8:hover p{
    top:50%;
    transition-duration: 1s;} */


/* .w-20 .testclass9:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   } */


/* .w-20 .testclass9:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass9:hover p{
    top:50%;
    transition-duration: 1s;} */


/* .w-20 .testclass10:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }

   .w-20 .testclass10:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass10:hover p{
    top:50%;
    transition-duration: 1s;}


   .w-20 .testclass11:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }

   .w-20 .testclass11:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height:100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass11:hover p{
            top:50%;
             transition-duration: 1s;
            }

   .w-20 .testclass12:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass12:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
   } */


/* .w-20 .testclass12:hover p{
    top:50%;
    transition-duration: 1s;} */


/* .w-20 .testclass13:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass13:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass13:hover p{
    top:50%;
    transition-duration: 1s;}

   .w-20 .testclass14:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }

 
   .w-20 .testclass14:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }

   .w-20 .testclass14:hover p{
    top:50%;
    transition-duration: 1s;}


   .w-20 .testclass15:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass15:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }

   .w-20 .testclass15:hover p{
    top:50%;
    transition-duration: 1s;}

   .w-20 .testclass16:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass16:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }

   .w-20 .testclass16:hover p{
    top:50%;
    transition-duration: 1s;}

   .w-20 .testclass17:before{
    background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
   }
   .w-20 .testclass17:hover:before{
    background: rgb(0 0 0 / 44%);
    bottom:0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
   }
   .w-20 .testclass17:hover p{
    top:50%;
    transition-duration: 1s;} */

.w-20 .testclass18:before,
.w-20 .testclass:before,
.w-20 .testclass1:before,
.w-20 .testclass2:before,
.w-20 .testclass3:before,
.w-20 .testclass4:before,
.w-20 .testclass5:before,
.w-20 .testclass7:before,
.w-20 .testclass8:before,
.w-20 .testclass9:before,
.w-20 .testclass12:before,
.w-20 .testclass16:before {
    background: rgb(0 0 0 / 80%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 90px;
    position: absolute;
    top: 225px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
}

.w-20 .testclass18:hover:before,
.w-20 .testclass:hover:before,
.w-20 .testclass1:hover:before,
.w-20 .testclass2:hover:before,
.w-20 .testclass3:hover:before,
.w-20 .testclass4:hover:before,
.w-20 .testclass5:hover:before,
.w-20 .testclass7:hover:before,
.w-20 .testclass8:hover:before,
.w-20 .testclass9:hover:before,
.w-20 .testclass12:hover:before,
.w-20 .testclass16:hover:before {
    background: rgb(0 0 0 / 44%);
    bottom: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.w-20 .testclass18 p,
.w-20 .testclass p,
.w-20 .testclass1 p,
.w-20 .testclass2 p,
.w-20 .testclass3 p,
.w-20 .testclass4 p,
.w-20 .testclass5 p,
.w-20 .testclass7 p,
.w-20 .testclass8 p,
.w-20 .testclass9 p,
.w-20 .testclass12 p,
.w-20 .testclass16 p {
    position: absolute;
    bottom: 3px;
    /* left: 16px; */
    padding: 0px 30px 0 12px;
    line-height: 1.5 !important;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transition: .4s;
    z-index: 9;
    text-align: center;
    width: 100%;
}

.w-20 .testclass18:hover p,
.w-20 .testclass:hover p,
.w-20 .testclass1:hover p,
.w-20 .testclass2:hover p,
.w-20 .testclass3:hover p,
.w-20 .testclass4:hover p,
.w-20 .testclass5:hover p,
.w-20 .testclass7:hover p,
.w-20 .testclass8:hover p,
.w-20 .testclass9:hover p,
.w-20 .testclass12:hover p,
.w-20 .testclass16:hover p {
    transform: translateY(-67px);
}

.leadership-sec {
    background: #fff;
    padding: 70px 0px 70px 0px
}

.leadership-sec p {
    color: #fff;
    font-weight: 600;
}

.exolore {
    background-color: transparent !important;
    border: 1px solid #fff;
}

.exolore:hover {
    color: #ffffff !important;
    text-align: center;
    display: inline-block;
    background-color: #CC0000 !important;
    border: 1px solid #CC0000;
}


/* .testclass:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass {
    background-image: url(../summit_assest/image/leadership.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass1:hover{
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05); 
        transform: scale(1.05, 1.05);
        -ms-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
       } */

.testclass1 {
    background-image: url(../summit_assest/image/banking.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}

.testclass2 {
    background-image: url(../summit_assest/image/marketing.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass2:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass3 {
    background-image: url(../summit_assest/image/technology.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass3:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass4 {
    background-image: url(../summit_assest/image/esg-global.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass4:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass5 {
    background-image: url(../summit_assest/image/supply.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass5:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass6 {
    background-image: url(../summit_assest/image/hr.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass6:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass7 {
    background-image: url(../summit_assest/image/innovation.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass7:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass8 {
    background-image: url(../summit_assest/image/csr.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass8:hover{
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05); 
        transform: scale(1.05, 1.05);
        -ms-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
       } */

.testclass9 {
    background-image: url(../summit_assest/image/risk.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass9:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass10 {
    background-image: url(../summit_assest/image/security.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass10:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass11 {
    background-image: url(../summit_assest/image/hospitality.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass11:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass12 {
    background-image: url(../summit_assest/image/luxury.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass12:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass13 {
    background-image: url(../summit_assest/image/health.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass13:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass14 {
    background-image: url(../summit_assest/image/design.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass14:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass15 {
    background-image: url(../summit_assest/image/visual.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass15:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass16 {
    background-image: url(../summit_assest/image/media.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass16:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass17 {
    background-image: url(../summit_assest/image/events.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass17:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */

.testclass18 {
    background-image: url(../summit_assest/image/real.jpg);
    height: 100%;
    background-size: cover;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    height: 270px;
    position: relative;
    cursor: pointer;
}


/* .testclass18:hover{
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05); 
    transform: scale(1.05, 1.05);
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   } */


/* code by natasha */

.global-text {
    /* position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); */
    color: #d7b46a;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-shadow: 2px 1px #d7b46a;
    width: 100%;
    margin-bottom: 3rem;
}

.banner .banner-content h1,
.about-sec h2,
.awards-clr h2,
.global-text,
.why-attend .attend-div h2,
.content-bx1 h2,
.common-ttle {
    font-family: Saira Condensed;
}

.why-attend {
    background-color: #000;
    padding: 40px;
}

.why-attend .attend-div {
    text-align: center;
    padding: 10px 85px;
}


/* natasha */

.why-attend .attend-div h2 {
    color: #d7b46a;
    padding: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.why-attend .attend-div p {
    color: #fff;
    margin-bottom: 40px;
}

.goto-button,
a.goto-button {
    background: #fff;
    border-radius: 0px;
    color: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 3px;
    margin: 0;
    padding: .75rem 2.5rem .75rem 1.25rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: padding 125ms ease-in-out;
    -moz-transition: padding 125ms ease-in-out;
    -ms-transition: padding 125ms ease-in-out;
    -o-transition: padding 125ms ease-in-out;
    transition: padding 125ms ease-in-out;
}

.text-box--image {
    color: #fff;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-decoration: none;
}

.text-box--image .text-box__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: background-image .3s ease;
    -moz-transition: background-image .3s ease;
    -ms-transition: background-image .3s ease;
    -o-transition: background-image .3s ease;
    transition: background-image .3s ease;
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    top: 0;
    width: 100%;
}

.text-box--image .text-box__text:hover {
    border-radius: 5px;
}

.text-box--image .text-box__image:before {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.text-box--image .text-box__text {
    align-items: center;
    background-image: linear-gradient(to bottom, rgba(.9, 0, 0, 0) 0, #000 100%);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    line-height: 1.1;
    margin: 0 auto;
    min-height: 370px;
    /* padding: 20px 20px 50px; */
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 60px 30px 0;
}

.text-box--image .text-box__text h3 {
    color: #fff;
    font-size: 16px !important;
    font-size: 1.6875rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 0 20px;
}

.text-box--image .text-box__text p:not(.goto-button) {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 0.57px;
    line-height: 1.6;
    margin-top: 18px;
}

.text-box--image .text-box__text .goto-button {
    bottom: 0;
    padding-bottom: 11px;
    padding-top: 11px;
    position: absolute;
}

.text-box--image:focus,
.text-box--image:hover {
    text-decoration: none;
    color: #fff !important;
    font-weight: 400;
    border-radius: 5px;
}

.layout-welcome .middle-wrapper .fade-in.is-animated {
    opacity: 0;
    -webkit-animation: fadeInUp ease 1;
    -moz-animation: fadeInUp ease 1;
    -ms-animation: fadeInUp ease 1;
    -o-animation: fadeInUp ease 1;
    animation: fadeInUp ease 1;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -ms-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
}

.row .text-box--image:focus .text-box__image,
.text-box--image:hover .text-box__image {
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

.text-box--image:focus .text-box__image:before,
.text-box--image:hover .text-box__image:before {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.goto-button:before,
a.goto-button:before {
    background-image: url(image/arrow.svg);
    content: "";
    display: block;
    height: 10px;
    -webkit-transition: transform 125ms ease-in-out;
    -moz-transition: transform 125ms ease-in-out;
    -ms-transition: transform 125ms ease-in-out;
    -o-transition: transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
}


/* .goto-button:active, .goto-button:focus, .goto-button:hover, a.goto-button:active, a.goto-button:focus, a.goto-button:hover {
    padding-left: 2.5rem;
    padding-right: 1.25rem;
} */

.content-bx1 h2 {
    margin-bottom: 40px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.1em;
}

.content-bx1 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec-gbc {
    width: 100%;
    padding: 70px 0px 70px 0px;
    background-color: #fff !important;
}

.partner {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.partner:hover {
    background-color: #161616 !important;
    color: #fff !important;
}

.card-bx1 img {
    width: 100%;
}

.content-bx1 a.common-cta {
    width: 100% !important;
}

.sec-gbc .sec-sldr-bx .card-bx1 a .desc1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px 0;
}

.sec-gbc .desc1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #646464;
    margin-bottom: 15px;
}

.desc1 .heading {
    color: #000;
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.desc1 .heading3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    display: none;
}

.conect {
    padding: 70px 20px;
    background-color: #0B0B0B;
}

.last-sec {
    color: #fff;
    text-align: center;
}

.container-600-wrp {
    /* width: 620px; */
    margin: 0 auto;
}

.myinput {
    max-width: 500px;
    margin: 0 auto;
}

.sec-gbc .sec-sldr-bx .swiper-container {
    cursor: pointer !important
}

.sec-gbc .sec-sldr-bx .card-bx1 a {
    cursor: pointer !important
}

.drop-links-cvr {
    width: 390px;
}

.drp-cta {
    background-color: transparent !important;
    border: 1px solid #fff;
}

.header-full .dropheader-full .social-icons-wrp #drop-login-cta {
    padding: 12px 18px;
}


/* .w-20 .testclass p{
    transition-duration: 1s;
}

.w-20 .testclass p:before{
    transition-duration: 1s;
} */

.drop-links-cvr:last-child {
    border-right: 0px solid #000;
}


/* .my-own-dropdown{
    display:none;
} */

.my-own-dropdown {
    /* position: absolute; */
    /* background-color:#fff; */
}

.drop-links-cvr li {
    position: relative;
}


/* .my-new-class:hover .my-own-dropdown{
    display:block !important;
} */

.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 3px 10px;
}

.arrow:hover {
    border: solid red;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 3px 10px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.drop-links-cvr ul .my-new-class:hover {
    color: red !important
}

.my-own-dropdown {
    margin-left: 20px !important;
}

.my-own-dropdown li a {
    font-size: 16px !important;
}

.header-full .dropheader-full .drop-links-cvr .my-own-dropdown li a:hover {
    font-size: 16px !important;
}

.header-full .dropheader-full .drop-links-cvr ul li a:hover {
    font-size: 18px !important;
}

.header-full .dropheader-full .drop-links-cvr ul li a {
    font-size: 18px;
}

.header-full .dropheader-full .drop-links-cvr .my-own-dropdown li a {
    padding: 7px 0px;
}

.drop-links-cvr {
    border-right: 0px solid #ffffff7d;
}

.my-down-arrow:before {
    content: "\f0d7";
    float: right !important;
    color: #fff !important;
    margin-top: 9px;
    font-size: 25px;
    margin-left: 10px;
}

.header-full .dropheader-full #my-logo-open1 {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 20px;
    display: block !important;
    padding: 0px !important;
    z-index: 2;
}

.header-full .dropheader-full #my-logo-open {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block !important;
    padding: 0px !important;
    z-index: 2;
}

.header-full .dropheader-full {
    padding: 0px 170px;
}
@media only screen and (max-width: 1770px){
.banner {
    background-size: cover;
}
}

@media only screen and (min-width:1600px) {
    .header-full .dropheader-full {
        padding: 0 300px;
    }
    .header-full .dropheader-full .drop-links-cvr {
        padding-left: 100px;
    }
    .drop-links-cvr {
        width: 440px;
    }
    .testclass {
        height: 325px !important;
    }
    .testclass1 {
        height: 325px !important;
    }
    .testclass2 {
        height: 325px !important;
    }
    .testclass3 {
        height: 325px !important;
    }
    .testclass4 {
        height: 325px !important;
    }
    .testclass5 {
        height: 325px !important;
    }
    .testclass6 {
        height: 325px !important;
    }
    .testclass7 {
        height: 325px !important;
    }
    .testclass8 {
        height: 325px !important;
    }
    .testclass9 {
        height: 325px !important;
    }
    .testclass10 {
        height: 325px !important;
    }
    .testclass11 {
        height: 325px !important;
    }
    .testclass12 {
        height: 325px !important;
    }
    .testclass13 {
        height: 325px !important;
    }
    .testclass14 {
        height: 325px !important;
    }
    .testclass15 {
        height: 325px !important;
    }
    .testclass16 {
        height: 325px !important;
    }
    .testclass17 {
        height: 325px !important;
    }
    .testclass18 {
        height: 325px !important;
    }
    /* .w-20 .testclass:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass1:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass17:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass16:before {
            background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 145px;
    position: absolute;
    top: 210px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
        }
        .w-20 .testclass15:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass14:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass13:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        } */
    /* .w-20 .testclass12:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        } */
    /* .w-20 .testclass11:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass10:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        } */
    /* .w-20 .testclass9:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
            } */
    /* .w-20 .testclass8:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass7:before {
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 130px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        }
        .w-20 .testclass6:before {
            background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 145px;
    position: absolute;
    top: 210px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
        }
    .w-20 .testclass5:before {
            background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 145px;
    position: absolute;
    top: 210px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
        }
        .w-20 .testclass4:before {
            background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 145px;
    position: absolute;
    top: 210px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
        }
        .w-20 .testclass3:before {
            background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 145px;
    position: absolute;
    top: 210px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
        }
     .w-20 .testclass2:before {
            background: rgb(0 0 0 / 72%);
    bottom: 3px;
    content: '';
    left: 0px;
    height: 145px;
    position: absolute;
    top: 210px;
    width: 100%;
    z-index: 0;
    transition-duration: 1s;
        }
        .w-20 .testclass18:before{
            background: rgb(0 0 0 / 72%);
            bottom: 3px;
            content: '';
            left: 0px;
            height: 145px;
            position: absolute;
            top: 210px;
            width: 100%;
            z-index: 0;
            transition-duration: 1s;
        } */
    .patch {
        width: 100%;
        margin-top: -57px;
    }
    .awards-content {
        position: absolute;
        top: 50%;
        transform: translate(-5%, -50%);
    }
    .h2,
    h2 {
        font-size: 3rem;
    }
    .banner .banner-content .para-heading {
        font-size: 23px;
    }
    a.common-cta {
        padding: 14px 25px;
        font-size: 16px;
        font-weight: 700;
    }
    .about-sec .about-div p {
        font-weight: 500;
        font-size: 20px;
    }
    .awards-clr p {
        color: #fff;
        padding: 20px 0;
        font-size: 18px;
    }
    .awards-clr {
        padding: 100px 10px;
    }
    .why-attend .attend-div p {
        font-size: 20px;
    }
    .desc1 .heading3 {
        font-size: 14px;
    }
    .common-desc {
        font-size: 20px;
    }
    .text-box--image .text-box__text p:not(.goto-button) {
        font-size: 14px;
    }
    .w-20 {
        height: 325px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .logo-bx {
        width: 190px;
        display: block;
    }
    .mobile-logo {
        width: 58px;
        margin-top: 0px;
    }
    .mobile-logo1 {
        width: 118px !important;
        left: 62px !important;
        margin-top: -48px !important;
        position: absolute !important;
    }
    .banner {
        height: 55vh;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        background-attachment: fixed;
    }
    .new-haeder {
        position: fixed !important;
        top: 0px !important;
        border-bottom: 2px solid #fff;
        height: 60px;
    }
    .header-full .dropheader-full .drop-links-cvr ul li a {
        font-size: 13px !important;
        padding: 6px 10px;
        display: block;
    }
    .mobile-open-logo {
        width: 60px;
        margin-top: -10px;
    }
    .header-full .dropheader-full #my-logo-open1 {
        width: 100%;
        height: 50px;
        position: absolute;
        left: 71px;
        top: 20px;
        display: block !important;
        padding: 0px !important;
        z-index: 2;
    }
    .mobile-open-logo1 {
        width: 99px;
    }
    .header-full .dropheader-full .social-icons-wrp {
        bottom: inherit !important;
    }
    .header-full .head-rhs a.new-ham {
        top: 2px !important;
    }
    .patch {
        margin-top: 0;
    }
    .about-sec .about-div {
        text-align: center;
        padding: 5px 10px;
    }
    .awards-content {
        position: relative;
        text-align: center;
        transform: translate(0%, -50%);
    }
    .h2,
    h2 {
        font-size: 1.2rem;
    }
    /* natasha */
    .w-20 {
        width: 100% !important;
        padding: 10px;
        position: relative;
        height: 270px;
    }
    .why-attend .attend-div {
        text-align: center;
        padding: 10px 0px;
    }
    .pl15 {
        padding-left: 0;
    }
    .pr15 {
        padding-right: 0;
    }
    .content-bx1 {
        position: relative;
        margin-bottom: 30px;
        top: 0;
        left: 0;
        transform: translate(-5%, -30%);
    }
    .container-600-wrp {
        /* width: 310px; */
        margin: 0 auto;
    }
    .header-full .dropheader-full {
        padding: 0px;
    }
    .header-full .dropheader-full .drop-links-cvr {
        padding-left: 0px;
    }
    .header-full .dropheader-full #my-logo-open {
        width: 134px;
        height: 50px;
        position: absolute;
        left: 4px;
        top: 10px;
        display: block !important;
        padding: 0px !important;
        z-index: 2;
    }
    .arrow {
        position: absolute;
        top: 8px;
        left: 179px;
    }
    .header-full .dropheader-full.open-drop {
        padding-top: 58px;
    }
    .w-20:nth-of-type(3) {
        order: 1;
    }
    .w-20:nth-of-type(1) {
        order: 2;
    }
    .w-20:nth-of-type(2) {
        order: 3;
    }
    .w-20:nth-of-type(4) {
        order: 4;
    }
    .w-20:nth-of-type(5) {
        order: 5;
    }
    .w-20:nth-of-type(6) {
        order: 6;
    }
    .w-20:nth-of-type(7) {
        order: 7;
    }
    .w-20:nth-of-type(8) {
        order: 8;
    }
    .w-20:nth-of-type(9) {
        order: 9;
    }
    .w-20:nth-of-type(10) {
        order: 10;
    }
    .w-20:nth-of-type(11) {
        order: 11;
    }
    .w-20:nth-of-type(12) {
        order: 12;
    }
    .w-20:nth-of-type(13) {
        order: 13;
    }
    .w-20:nth-of-type(14) {
        order: 14;
    }
    .w-20:nth-of-type(15) {
        order: 15;
    }
    .w-20:nth-of-type(16) {
        order: 16;
    }
    .w-20:nth-of-type(17) {
        order: 17;
    }
    .w-20:nth-of-type(18) {
        order: 18;
    }
    .w-20:nth-of-type(19) {
        order: 19;
    }
    .w-20:nth-of-type(20) {
        order: 20;
    }
    .banner .banner-content p {
        padding: 0px 0;
    }
    .about-sec {
        padding: 10px 0px 70px 0px;
    }
    .about-sec .about-div p {
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }
    .banner .banner-content h1 {
        font-size: 1.5rem;
    }
    /* natasha */
    .awards-clr p {
        padding: 20px 0 0 0;
        font-size: .876rem;
        text-align: left;
    }
    .awards-sec a.common-cta {
        width: 100% !important;
        padding: 7px 15px;
        margin-left: -37%;
        margin-top: 8% !important;
    }
    .awards-clr h2 {
        font-size: 1rem;
        text-align: left;
    }
    .sec-gbc .sec-sldr-bx {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sec-gbc .mob-div {
        padding-left: unset;
    }
    .w-20 p {
        font-size: 0.876rem;
    }
    .w-20 .testclass18:before,
    .w-20 .testclass:before,
    .w-20 .testclass1:before,
    .w-20 .testclass2:before,
    .w-20 .testclass3:before,
    .w-20 .testclass4:before,
    .w-20 .testclass5:before,
    .w-20 .testclass7:before,
    .w-20 .testclass8:before,
    .w-20 .testclass9:before,
    .w-20 .testclass12:before,
    .w-20 .testclass16:before {
        top: 169px;
    }
    .start-pg {
        margin-top: -121px !important;
    }
}


/* aquib css */

.banner .banner-context {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.banner .banner-context h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}

.banner .banner-context .global-heading {
    font-size: 32px;
    text-align: left;
    color: #fff;
}

.banner .banner-context .date-heading {
    font-size: 32px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    ;
}

.about-secs {
    background-color: #f5f5f5;
    padding: 70px 0px 70px 0px;
}

.about-secs h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.about-secs .about-inner {
    text-align: left;
    padding: 10px 85px;
    position: relative;
    right: 12%;
}

.about-secs .about-inner p {
    font-weight: 500;
    font-size: 20px;
}

.left-cta {
    display: block !important;
}

.about-secs h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.content-bz1 {
    text-align: left;
    padding: 20px 20px;
}

.content-bz1 h2 {
    margin-bottom: 20px;
}

.content-bz1 .sm-connect {
    font-weight: 500;
    font-size: 22px;
}

.content-bz1 .sm-connect2 {
    font-size: 19px;
}

.sm-speaker a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.sm-partner {
    width: 100%;
    padding: 70px 0;
}


/* Tabs*/

.agenda-sec {
    padding: 60px 0;
    margin-bottom: 30px;
}

.agenda-sec .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs {
    background: #ffffff;
    /* color: #CC0000; */
    color: #000;
}

#tabs h6.section-title {
    color: #000000;
    font-size: 60px;
    font-weight: 300;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #CC0000 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 24px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #a3a3a3;
    font-size: 24px;
}

.sm-list {
    list-style: none;
    position: relative;
    top: 8px;
}

.sm-list li {
    margin-bottom: 30px;
}

.sm-list .sm-time {
    font-size: 24px;
    color: #454545;
    font-weight: 600;
}

.sm-list .sm-check {
    color: #000000;
    font-weight: 600;
    font-size: 28px;
    position: absolute;
    left: 41%;
}

.tab-div .tab-div-one {
    padding: 15px 50px 15px 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.tab-div .tab-div-one:after {
    content: "";
    width: 100%;
    height: auto;
    background: url('./image/agenda.png') no-repeat;
    top: 10px;
    right: 0;
    left: 24%;
    position: absolute;
    display: inline-block;
    min-height: 385px;
}

.sm-but {
    position: relative;
    top: 30%;
    margin-bottom: 140px;
}

.sm-li-wc {
    position: relative;
    top: 101px;
}

.sm-li-ap {
    position: relative;
    top: 211px;
}

@media only screen and (max-width:1400px) {
    .about-secs .about-inner {
        right: 0;
    }
}

@media (min-width: 320px) and (max-width: 346px) {
    .why-attend {
        padding: 15px !important;
        ;
    }
    .w-20 {
        width: 100% !important;
    }
    .sm-list .sm-time {
        font-size: 7px;
        color: #454545;
        font-weight: 600;
        position: relative;
        right: 75px;
        font-weight: 800;
    }
    .sm-list .sm-check {
        color: #000000;
        font-weight: 600;
        font-size: 10px;
        position: absolute;
        left: 100%;
    }
    .sm-li-ap {
        position: relative;
        top: 237px;
    }
    .sm-li-wc {
        position: relative;
        top: 119px;
    }
    .tab-div .tab-div-one:after {
        content: "";
        width: 57%;
        height: auto;
        background: url('./image/agenda.png') no-repeat;
        top: 10px;
        right: 0;
        left: 21%;
        position: absolute;
        display: inline-block;
        min-height: 385px;
    }
    .sm-but {
        position: relative;
        top: 23%;
        margin-bottom: 140px;
    }
}

@media (min-width: 347px) and (max-width:490px) {
    .sm-list .sm-time {
        font-size: 10px;
        color: #454545;
        font-weight: 600;
        position: relative;
        right: 70px;
    }
    .sm-list .sm-check {
        color: #000000;
        font-weight: 600;
        font-size: 12px;
        position: absolute;
        left: 105%;
    }
    .sm-li-ap {
        position: relative;
        top: 237px;
    }
    .sm-li-wc {
        position: relative;
        top: 121px;
    }
    .tab-div .tab-div-one:after {
        content: "";
        width: 46%;
        height: auto;
        background: url('./image/agenda.png') no-repeat;
        top: 10px;
        right: 0;
        left: 35%;
        position: absolute;
        display: inline-block;
        min-height: 385px;
    }
    .sm-but {
        position: relative;
        top: 27%;
        margin-bottom: 140px;
    }
}

@media (min-width: 491px) and (max-width:575px) {
    .sm-list .sm-time {
        font-size: 11px;
        color: #454545;
        font-weight: 600;
        position: relative;
        right: 66px;
    }
    .sm-list .sm-check {
        color: #000000;
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        left: 90%;
    }
    .tab-div .tab-div-one:after {
        content: "";
        width: 32%;
        height: auto;
        background: url('./image/agenda.png') no-repeat;
        top: 10px;
        right: 0;
        left: 33%;
        position: absolute;
        display: inline-block;
        min-height: 385px;
    }
    .sm-but {
        position: relative;
        top: 30%;
        margin-bottom: 140px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .sm-list .sm-time {
        font-size: 13px;
        color: #454545;
        font-weight: 600;
        position: relative;
        right: 37px;
    }
    .sm-list .sm-check {
        color: #000000;
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        left: 70%;
    }
    .tab-div .tab-div-one:after {
        content: "";
        width: 32%;
        height: auto;
        background: url('./image/agenda.png') no-repeat;
        top: 10px;
        right: 0;
        left: 30%;
        position: absolute;
        display: inline-block;
        min-height: 385px;
    }
    .sm-but {
        position: relative;
        top: 30%;
        margin-bottom: 140px;
    }
    .sm-li-ap {
        position: relative;
        top: 242px;
    }
    .sm-li-wc {
        position: relative;
        top: 124px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    /* natasha */
    .w-20 {
        width: 50% !important;
        padding: 10px;
        position: relative;
        height: 270px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .sm-list .sm-time {
        font-size: 14px;
        color: #454545;
        font-weight: 600;
        position: relative;
        right: 13px;
    }
    .sm-list .sm-check {
        color: #000000;
        font-weight: 600;
        font-size: 16px;
        position: absolute;
        left: 58%;
    }
    .tab-div .tab-div-one:after {
        content: "";
        width: 32%;
        height: auto;
        background: url('./image/agenda.png') no-repeat;
        top: 10px;
        right: 0;
        left: 28%;
        position: absolute;
        display: inline-block;
        min-height: 385px;
    }
    .sm-but {
        position: relative;
        top: 35%;
        margin-bottom: 140px;
    }
    .sm-li-ap {
        position: relative;
        top: 244px;
    }
    .sm-li-wc {
        position: relative;
        top: 124px;
    }
    /* natasha */
    .w-20 .testclass18:before,
    .w-20 .testclass:before,
    .w-20 .testclass1:before,
    .w-20 .testclass2:before,
    .w-20 .testclass3:before,
    .w-20 .testclass4:before,
    .w-20 .testclass5:before,
    .w-20 .testclass7:before,
    .w-20 .testclass8:before,
    .w-20 .testclass9:before,
    .w-20 .testclass12:before,
    .w-20 .testclass16:before {
        top: 178px;
    }
    .text-box--image .text-box__text {
        padding: 6px 10px 0;
    }
}


/* natasha */

@media only screen and (min-width: 769px) and (max-width: 1399px) {
    .w-20 .testclass18:before,
    .w-20 .testclass:before,
    .w-20 .testclass1:before,
    .w-20 .testclass2:before,
    .w-20 .testclass3:before,
    .w-20 .testclass4:before,
    .w-20 .testclass5:before,
    .w-20 .testclass7:before,
    .w-20 .testclass8:before,
    .w-20 .testclass9:before,
    .w-20 .testclass12:before,
    .w-20 .testclass16:before {
        top: 170px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .w-20 {
        width: 33%;
        padding: 10px;
        position: relative;
        height: 270px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .sm-list .sm-check {
        color: #000000;
        font-weight: 600;
        font-size: 30px;
        position: absolute;
        left: 48%;
    }
    .tab-div .tab-div-one:after {
        content: "";
        width: 100%;
        height: auto;
        background: url('./image/agenda.png') no-repeat;
        top: 10px;
        right: 0;
        left: 26%;
        position: absolute;
        display: inline-block;
        min-height: 385px;
    }
}

@media only screen and (max-width:1280px) {
    .w-20 {
        width: 33%;
        padding: 10px;
        position: relative;
        height: 270px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .new-bx img {
        padding: 0px 0px 10px 0px;
    }
    .new-place {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:992px) {
    .sm-list {
        padding-left: 0;
    }
    .nav-tabs {
        padding: 0 0 0 122px;
    }
    .tab-cont {
        max-width: 1280px;
        margin: 0 auto;
    }
    .new-sp {
        width: 100%;
        max-width: 1920px;
        min-height: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        text-align: center;
        padding: 5px 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.sec-sp {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .w-20 .testclass18:before,
    .w-20 .testclass:before,
    .w-20 .testclass1:before,
    .w-20 .testclass2:before,
    .w-20 .testclass3:before,
    .w-20 .testclass4:before,
    .w-20 .testclass5:before,
    .w-20 .testclass7:before,
    .w-20 .testclass8:before,
    .w-20 .testclass9:before,
    .w-20 .testclass12:before,
    .w-20 .testclass16:before {
        top: 170px;
    }
}

@media only screen and (min-width: 491px) and (max-width: 767px) {
    .content-bx1 h2 {
        margin-left: 10px;
    }
}