:root{
    --main-color:#00669f;
    --prime-color:#efc60a;
    --white-color:#fff;
    --dark-color:#000;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Merriweather Sans', sans-serif;
}
.un-heading{
    border-bottom: 6px solid var(--main-color);
}
.cmn-heading{
    font-family: 'Prompt', sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}
.top-box{
    height: 80rem;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 6rem;
    background: linear-gradient(45deg, #0b5a7b, #03151d) !important;
}
.top-box .navbar{
    padding-top: 3rem !important;
}
.top-box .navbar .navbar-brand img {
    height: 10rem;
    background: var(--white-color);
    border-top-right-radius: 3rem;
}
.btn-bar{
    color: var(--white-color);
    background: var(--main-color);
    padding: 0.4rem 3rem 0.4rem;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 0.6rem;
}

.btn-bar-2{
    background: var(--prime-color) !important;
}
.btn-bar-2:hover{
    background: var(--main-color);
    color: var(--white-color) !important;
}
.btn-bar:hover{
    background: var(--prime-color) !important;
    color: var(--white-color) !important;
}
.top-box .top-content .cmn-heading-3{
    font-size: 2.4rem !important;
    background: transparent;
    padding: 8px 1rem;
    width: 45rem;
    border: 3px solid #efc60a;
    color: #ffffff; 
    font-family: emoji !important;
}
.top-box .top-content .cmn-heading-2 {
    font-size: 6rem !important;
    line-height: 0.9 !important;
}

.top-box .top-content .cmn-heading{
    font-size: 4rem;
} 
.top-box .top-content .spn-txt{
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    font-weight: bold;
}
.top-box .top-content .spn-txt{
    font-family: 'Roboto', sans-serif;
}
.top-box .btn{
    font-size: 1.5rem;
    color: var(--white-color);
    background: var(--main-color);
    border-radius: 0.6rem;
    padding: 0.8rem 4rem;
    font-weight: bold;
    border: 1px solid var(--white-color);
}
.top-box .btn:hover{
    background: var(--prime-color) !important;
}
.registration-form {
    position: relative;
    background: var(--white-color);
    border-radius: 10px;
    padding: 2.9rem 4.2rem 3.2rem;
    box-shadow: 0 3rem 6rem 0rgba(11,02,56,.06);
    width: 55rem;
}
.registration-form:before {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 10rem;
    background: #dd073f;
    clip-path: polygon(300% 0,0 0,0 100%);
    content: '';
    border-radius: 10px 10px 0 0;
}
.registration-form h4 {
    font-size: 2.6rem;
    color: #fff;
    line-height: 3rem;
    margin-bottom: 6rem;
    position: relative;
    z-index: 3;
}
.registration-form p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.6rem;
    position: relative;
    z-index: 3;
    margin: 0 0 7.9rem;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.registration-form input[type=text] {
    width: 100%;
    height: 4.4rem;
    font-size: 1.4rem;
    line-height: 5.4rem;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background: #fff;
    outline: 0;
    border: 2px solid var(--main-color);
    padding: 0 2rem;
    margin-bottom: 2rem;
    transition: all .3s ease;
}
.registration-form input::placeholder{
    color: #5f5c5c;
}
.registration-form input[type=submit] {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background: #878168;
    color: #fff;
    text-align: center;
    border: none;
    outline: 0;
    font-size: 1.6rem;
    line-height: 50px;
    font-weight: 600;
    transition: all .3s ease;
    margin-top: 3rem;
}
.registration-form select{
    height: 4.4rem;
    padding: 0 0 0 2rem;
    width: 100%;
    border: 2px solid var(--main-color);
    background: #fff;
    font-size: 1.3rem;
    color: #5f5c5c;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 2rem;
}
.registration-form select:focus{
    border: 2px solid var(--main-color);
    outline: none !important;

}
.challenge-box{
    margin-bottom: 6rem;
}
.challenge-box .cmn-heading{
    font-size: 3.5rem;
}
.challenge-box .heading-1{
    color: var(--prime-color);
}
.challenge-box .meet-points li{
    position: relative;
    padding-left: 3rem;
}
.challenge-box .meet-points li::before{
    position: absolute;
    content: "\f00c";
    font-family: 'FONTAWESOME';
    top: 1rem;
    left: 0;
}
.challenge-box-2 .heading-2{
    color: var(--prime-color);
}
.challenge-box-2 .un-heading{
    line-height: 2;

}
.talent-box{
    background: #f6f6f6;
    padding: 6rem 0;
    margin-bottom: 6rem;
}
.talent-box .cmn-heading {
    color: var(--prime-color);
    font-size: 3.5rem;
}
.talent-box .nav-item {
    width: 100%;
    text-align: center;
}
.talent-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--white-color) !important;
    background-color: var(--main-color);
    border-radius: 0;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 4px solid var(--white-color) !important; 
}
.talent-box .tab-content > .active {
    display: block;
}
.talent-box .fade:not(.show) {
    opacity: 0;
}
.talent-box .fade {
    transition: opacity 0.15s linear;
}
.talent-box .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000 !important;
    font-size: 2.2rem !important;
    text-decoration: none;
    font-weight: bold;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-bottom: 4px solid var(--dark-color) !important; 
    
}
.talent-matrix-box{
    box-shadow: 2px 2px 6px #e1e0e0;
    background: linear-gradient(45deg, #0b5a7b, #03151d) !important;
    border-bottom-right-radius: 3rem;
    color: #fff;
}
.talent-box .bd-highlight img{
    height: 7rem;
}
.talent-box .talent-img{
    height: 41rem;
    border-radius: 4rem;
    border: 3px solid var(--white-color);
}
.date-box{
    margin-bottom: 6rem;
}
.date-box .date-heading-1{
    font-size: 3.5rem;
    color: var(--prime-color);
}
.column-margin-0px .mcb-column-inner {
    margin-bottom: 0 !important;
}


.video-box{
    margin-bottom: 11rem;
}
.video-box .video-heading{
    color: #2d2c26;
    font-size: 3.5rem;
    line-height: 1.5;
}
.video-box .un-heading{
    color: var(--prime-color) !important;
} 
.whyUs-container .un-heading{
    color: var(--prime-color) !important;
} 
.whyUs-container .cmn-heading{
    font-size: 3.5rem;
    padding-left: 11rem;
} 
.study-box{
    margin-bottom: 6rem;
}
.study-box .cmn-heading {
    font-size: 3.5rem;
}
.study-box .un-heading{
    color: var(--prime-color) !important;
}
.statistic-para{
    float: left;
    width: 100%;
}
.statistic-para p{}
.statistic-images{
    float: left;
    width: 100%;
}
.statistic-images img{}
#case-studies{
	background: url(../images/h14-bg-section-04.jpg);
	padding-bottom: 10px;
	background-position: center center;
	background-size: cover;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding-top:60px;
    padding-bottom:80px;
	background-attachment: fixed;
	background: #002531;
}

#case-studies-2{
    margin-top: -42px;
    margin-bottom: 50px;
}
.case-studie{}
.case-studie-boxs{
    box-shadow: 0 2px 43px rgba(12,12,12,.13);
    background-color: #fff;
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    padding: 11px;
    position: relative;
    transition: .4s ease;
    min-height: 366px;
}
.case-studie-boxs .case-studie-img{
    /* float: left; */
    width: 100%;
}
.case-studie-boxs .case-studie-img a{}
.case-studie-boxs .case-studie-img a img{
    width: 100%;
}
.case-studie-content{
    padding: 10px 0px 6px;
    width: 100%;
}
.case-studie-content .title{
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 900;
    color: #190200;
    text-align: center;
    font-family: 'Prompt', sans-serif;
}
.case-studie-content .sub-title{
    font-size: 15px;
    margin-bottom: 13px;
    padding: 0px 0px;
    text-align: center;
}
.comman-btn{
	    font-size: 1.5rem;
	    color: var(--white-color);
	    background: var(--main-color);
	    border-radius: 0.6rem;
	    padding: 0.4rem .2rem;
	    font-weight: bold;
	    border: 1px solid var(--white-color);
	    font-size: 11px;
	    display: flow-root;
	    width: 133px;
}
.comman-btn i{
}
.layar-btns {
    align-items: center;
    display: flex;
    justify-content: center;
}
.layar-btns span{
    margin: 1px 10px;
    font-weight: bold;
    font-size: 12px;
}

.whyUs-container {
  padding: 40px 0;
}

/* Choose us css */
.about-image-block {
  position: relative;
}

.about-image-block .image {
  position: relative;
}

.about-img .image img:first-child {
  left: -64px;
  position: relative;
  top: -32px;
}

.about-img .image img:last-child {
  position: absolute;
  left: 0%;
  top: 52px;
  border-radius: 15px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-1.px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.mb-30-none {
  margin-bottom: -30px !important;
}

.feature-item.active,
.feature-item:hover {
  border-color: #efc60a;
}

.feature-item {
  padding: 15px 10px 0;
  border: 1px solid #0d6b96;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  /* display: flex; */
  background: #F0F5FC;
  height: 100%;
}

.feature-item::before {
  width: 100%;
  height: 100%;
  background: url(../../images/feature-bg.png) no-repeat center center;
  background-size: cover;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.feature-item::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.feature-item:hover .feature-thumb {
  /* animation-play-state: running; */
  /* -webkit-animation-play-state: running; */
  -moz-animation-play-state: running;
}

.feature-item .feature-thumb {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #efc60a;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: rotate 3s linear infinite;
  -webkit-animation: rotate 3s linear infinite;
  -moz-animation: rotate 3s linear infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}

.feature-item .feature-thumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
}

.feature-item .feature-thumb::before {
  position: absolute;
  content: '';
  bottom: 31px;
  right: -10px;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: -ms-linear-gradient(0deg, #f6d365 0, #fda085 100%);
  background-image: -moz-linear-gradient(0deg, #f6d365 0, #fda085 100%);
  background-image: -webkit-linear-gradient(0deg, #0069a0 0, #0069a0 100%);
  box-shadow: 5.806px 23.287px 30.72px 1.28px rgb(253 160 133 / 50%);
}

.feature-item .feature-thumb::after {
  top: 6px;
  right: 6px;
}

.feature-item .feature-thumb::after,
.feature-item .feature-thumb::before {
  /* width: 10px; */
  /* height: 10px; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: -ms-linear-gradient(0deg, #f6d365 0, #fda085 100%);
  background-image: -moz-linear-gradient(0deg, #f6d365 0, #fda085 100%);
  background-image: -webkit-linear-gradient(0deg, #0069a0 0, #1e72a18f 100%);
  box-shadow: 5.806px 23.287px 30.72px 1.28px rgb(239 198 10);
  display: none;
}

.feature-item .feature-thumb::after {
  position: absolute;
  content: '';
  top: 3px;
  right: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: -ms-linear-gradient(0deg, #f6d365 0, #fda085 100%);
  background-image: -moz-linear-gradient(0deg, #f6d365 0, #fda085 100%);
  background-image: -webkit-linear-gradient(0deg, #0069a0 0, #efc60a 100%);
  box-shadow: 5.806px 23.287px 30.72px 1.28px rgb(0 105 160);
  display: none;
}

.feature-item .feature-thumb .thumb {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: rev-rotate 3s linear infinite;
  -webkit-animation: rev-rotate 3s linear infinite;
  -moz-animation: rev-rotate 3s linear infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}

.feature-item .feature-thumb .thumb img {
  width: 100%;
  position: relative;
}

.feature-item .feature-content {
  /* width: calc(100% - 0px); */
  /* padding-left: 9px; */
}

.feature-item.active .feature-content .title,
.feature-item:hover .feature-content .title {
  color: #222;
}

.feature-item .feature-content .title {
  margin: 0;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  color: #00669f;
  font-family: 'Prompt', sans-serif;
}
.feature-item .feature-content p{
    font-size: 14px;
}
.feature-item.active .feature-content p,
.feature-item:hover .feature-content p {
  color: #222;
}

.feature-shapes {
  position: absolute;
  right: 0;
  top: 0;
}

.feature-shapes img {
  width: 100%;
  max-width: 595px;
  opacity: 0.2;
}

.choose-bg {

  background: #f0f5fc;
  overflow: hidden;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Numbers */
.appie-single-counter {
  padding: 20px;
  position: relative;
  background: #fff;
  height: 160px;
  background-image: -moz-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
  background-image: -webkit-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
  background-image: -ms-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
  background-image: linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
  border-radius: 10px;
}

.mt-30 {
  /* margin-top: 30px; */
}

.appie-single-counter .counter-content {
  background: #fff;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 30px 40px 0 rgb(0 41 57 / 10%);
  padding-top: 37px;
  padding-bottom: 20px;
  border-bottom: 4px solid #00669f;
}

.appie-single-counter .counter-content .title {
  font-size: 28px;
  font-weight: bold;
  margin: 7px 0 4px;
  color: #00669f;
}

.appie-single-counter .counter-content p {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #505056;
}

.appie-single-counter .counter-content .title span {
  font-weight: 700;
  display: inline-block;
  transition: all .3s linear;
}

.appie-single-counter.item-2 {
  background-image: -moz-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
  background-image: -webkit-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
  background-image: -ms-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
  background-image: linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
}

.appie-single-counter.item-2 .counter-content {
  box-shadow: 0px 30px 40px 0px rgba(56, 31, 0, 0.1);
}

.appie-single-counter.item-3 {
  background-image: -moz-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
  background-image: -webkit-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
  background-image: -ms-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
  background-image: linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
}

.appie-single-counter.item-3 .counter-content {
  box-shadow: 0px 30px 40px 0px rgba(0, 74, 1, 0.1);
}

.appie-single-counter.item-4 {
  background-image: -moz-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
  background-image: -webkit-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
  background-image: -ms-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
  background-image: linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
}

.appie-single-counter.item-4 .counter-content {
  box-shadow: 0px 30px 40px 0px rgba(74, 0, 54, 0.1);
}

.pd-20-100 {
  padding: 40px 0 140px;
}

.loader-container {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
  background-image: linear-gradient(to right, #00669f, #efc60a);
  margin: auto;
  text-align: center;
}

.dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.dot-1 {
  background-color: #ffffff;
  z-index: 4;
  animation: moveDot1 2s infinite ease;
}

.dot-2 {
  background-color: #ffffff;
  z-index: 3;
  animation: moveDot2 2s infinite ease;
}

.dot-3 {
  background-color: #ffffff;
  z-index: 2;
  animation: moveDot3 2s infinite ease;
}

.dot-4 {
  background-color: #ffffff;
  z-index: 1;
  animation: moveDot4 2s infinite ease;
}

@keyframes moveDot1 {
  from {
    transform: rotate(0deg);
    /* transform-origin: top left */
    transform-origin: -20px -20px;
    transform-style: preserve-3D;
  }

  to {
    transform: rotate(-360deg);
    /* transform-origin: top left */
    transform-origin: -20px -20px;
    transform-style: preserve-3D;
  }
}

@keyframes moveDot2 {
  from {
    transform: rotate(0deg);
    /* transform-origin: top right */
    transform-origin: 40px -20px;
    transform-style: preserve-3D;
  }

  to {
    transform: rotate(-360deg);
    /* transform-origin: top right */
    transform-origin: 40px -20px;
    transform-style: preserve-3D;
  }
}

@keyframes moveDot3 {
  from {
    transform: rotate(0deg);
    /* transform-origin: bottom left */
    transform-origin: -20px 40px;
    transform-style: preserve-3D;
  }

  to {
    transform: rotate(-360deg);
    /* transform-origin: bottom left */
    transform-origin: -20px 40px;
    transform-style: preserve-3D;
  }
}

@keyframes moveDot4 {
  from {
    transform: rotate(0deg);
    /* transform-origin: bottom right */
    transform-origin: 40px 40px;
    transform-style: preserve-3D;
  }

  to {
    transform: rotate(-360deg);
    /* transform-origin: bottom right */
    transform-origin: 40px 40px;
    transform-style: preserve-3D;
  }
}

.whyUs-container{
    margin-bottom: 6rem;
}
.faq-box{
    margin-bottom: 6rem;
}
.faq-box .cmn-heading{
    color: var(--prime-color);
    font-size: 3.5rem;
}
.faq-box .un-heading{
    color: #000 !important;
}
.accordion-item{
    margin-bottom: 1.5rem;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-size: 1.8rem;
    color: var(--white-color) !important;
    position: relative;
}
.accordion-body p{
    font-size: 1.5rem;
}
.accordion-body{
   border: 2px solid #cfc5c5;
}
.accordion-flush .accordion-item .ac-btn-1{
    background: var(--main-color);
}
.accordion-flush .accordion-item .ac-btn-2{
    background: var(--prime-color);

}
.accordion-button:focus {
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button::after {
    position: absolute;
    content: "\f107";
    font-family: 'FONTAWESOME';
    right: 2rem;
    background-image:none !important;
}
.count-box{
    margin-bottom: 6rem;
}
.count-box .count-item {
    background: skyblue;
    padding: 3rem 2.5rem;
    border-radius: 0.8rem;
    border-bottom: 7px solid var(--main-color);
    height: 16rem;
}
.count-box .item-2{
    background: #ebb487 !important;
}
.count-box .item-3{
    background: #eb8c87 !important;
}
.count-box .item-4{
    background: #8eeb87 !important;
}
.count-box .count-item .h1{
    font-size: 3.5rem;
    color: white;
}
.count-box .count-item  span{
    font-size: 2rem;
    color: #4d4d4d;
}
.footer-copyright{
    background: var(--main-color);
    padding: 2rem 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .top-box .top-content{
        display: none;
    }
    .top-box .top-btn{
        display: none !important;
    }
    .top-box .top-content .cmn-heading {
        font-size: 4rem;
    }
    .top-box .top-content .spn-txt {
        font-size: 3rem;
    }
    .top-box .btn{
        padding: 0.8rem 3rem;
    } 
    .top-box{
        height: 100% !important;
    }
    .registration-form{
        margin-top: 3rem;
    }
    .registration-form h4 {
        font-size: 2rem;
    }
    .count-box .count-item{
        margin-bottom: 2rem;
    }
    .challenge-box .cmn-heading {
        font-size: 2.5rem;
    }
    .talent-box .cmn-heading {
        font-size: 1.7rem;
    }
    .talent-box .nav-link{
        font-size: 1.2rem !important;
    }
    .date-box .date-heading-1 {
        font-size: 2.5rem;
    }
    .paper-box .paper-heading-1 {
        font-size: 2.2rem;
        line-height: 1.6;
    }
    .video-box .video-heading {
        font-size: 2.2rem;
    }
    .video-bar{
        margin-bottom: 2rem;
    }
    .accordion-flush .accordion-item .accordion-button {
        font-size: 1rem;
    }
    .faq-box .cmn-heading {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){

    .top-bar-1{
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
    .registration-form{
        margin-top: 2rem;
    }
    .count-box .count-item{
        margin-bottom: 2rem;
    }
    .talent-box .cmn-heading {
        font-size: 3.2rem;
    }
    .talent-box .bd-highlight img{
        width: 100%;
    }
    .paper-box .paper-heading-1 {
        font-size: 2.8rem;
    }
    .video-box .video-txt span {
        padding: 1.2rem 2rem;
    }
}