
/* ----------------------------------------------------------------------------------------------------------------
own code
---------------------------------------------------------------------------------------------------------------- */
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  padding: 150px 0 120px 0;
  background: #002F61;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 150px 0 80px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 120px 0 50px 0;
  }
}

.hero-area .hero-image img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-image {
    display: none;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  padding-right: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding-right: 0;
    padding: 0px 120px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding-right: 0;
  }
}

.hero-area .hero-content h1 {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
}
.hero-area .hero-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #FCCD03;
}
.hero-area .hero-content h1 span {
  display: block;
}

.hero-area .hero-content p {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.hero-area .hero-content .trial-form {
  display: inline-block;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .hero-area .hero-content .trial-form {
    margin-top: 30px;
  }
}

.hero-area .hero-content .trial-form input {
  display: inline-block;
  height: 55px;
  width: 280px;
  border: 1px solid #eee;
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .hero-area .hero-content .trial-form input {
    margin: 0;
  }
}

.hero-area .hero-content .trial-form .button {
  display: inline-block;
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
  .hero-area .hero-content .trial-form .button {
    top: 0;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .hero-area .hero-content .trial-form .button .btn {
    width: 100%;
  }
}

.hero-area .hero-content .trial-form .button .btn {
  height: 55px;
  line-height: 55px;
  padding: 0px 25px;
}

.hero-area .hero-content .video-button {
  margin-top: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .video-button {
    display: block;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .video-button {
    display: block;
    margin-top: 30px;
  }
}

.hero-area .hero-content .video-button .text {
  color: #002F61 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-area .hero-content .video-button i {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #5034FC;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-area .hero-content .video-button:hover i {
  background-color: #002F61;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
  }
  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area {
    margin-top: 0px !important;
  }
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

/********** buttons **********/
.learnButton {
  margin-top: 10px;
}
.learnButton a{
  padding: 10px 15px;
  color: #000000!important;
  background-color: #FCCD03;
  border-radius: 5px;
}
/******* Call To Action 1 *******/
.cta-1 {
  padding: 80px 0;
  background-color: #EBF0F4;
}
.cta-1 .cta-1-wrapper {
  text-align: center;
}
.cta-1 .cta-1-wrapper h3 {
  font-size: 25px;
  font-weight: 500;
  color: #002F61;
}
.cta-1 .cta-1-wrapper p {
  font-size: 16px;
  font-weight: 500;
  color: #002F61;
  padding: 10px 0;
}
.cta-1 .cta-1-wrapper a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #002F61;
  padding: 10px 15px;
  border-radius: 5px;
}

/***** Call To Action 2 *****/
.cta-2 {
  background-color: #EBF0F4;
}
.cta-2-wrapper {
  padding: 40px 0;
}
.cta-2-text {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta-2-text {
  background-color: #002F61;
  border-radius: 5px 0 0 5px;
  padding: 20px;
}
.cta-2-text p {
  font-size: 16px;
  color: #fff;
}
.cta-2-button {
  padding: 17px;
  text-align: end;
}
#cta-2-button {
  background-color: #002F61;
  border-radius: 0 5px 5px 0;
  padding: 20px;
}
.cta-2-button a {
  font-size: 20px;
  background-color: #FCCD03;
  color: #000 !important;
  border-color: #FCCD03;
  padding: 15px 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cta-2-wrapper {
    margin: 0 5px;
  }
  .cta-2-text {
    text-align: center;
  }
  .cta-2-button {
    text-align: center;
  }
  #cta-2-text {
    background-color: #002F61;
    border-radius: 5px 5px 0 0;
    text-align: center;
  }
  #cta-2-button {
    background-color: #002F61;
    border-radius: 0 0 5px 5px;
    text-align: center;
  }
}
/******* Social Proofs *******/
.social-proofs {
  padding: 50px 0;
  background-color: #EBF0F4;
}
.social-proofs .social-proofs-heading {
  text-align: center;
}
.social-proofs .social-proofs-heading h1 {
  font-size: 50px;
  font-weight: 700;
  color: #002F61;
}
.social-proofs .social-proofs-heading p {
  font-size: 16px;
  font-weight: 400;
  color: #002F61;
  padding: 10px 150px;
}
.social-proofs .social-proofs-img{
  padding: 5px;
  margin: 20px 0;
}
.social-proofs .social-proofs-counter {
  text-align: center;
  padding-top: 20px;
}
.social-proofs .social-proofs-counter h2 {
  font-size: 50px;
  font-weight: 700;
  color: #002F61;
}
.social-proofs .social-proofs-counter p {
  font-size: 16px;
  font-weight: 400;
  color: #002F61;
}
@media (max-width: 767px) {
  .social-proofs .social-proofs-heading h1 {
    font-size: 35px;
  }
  .social-proofs .social-proofs-counter h2 {
    font-size: 35px;
  }
  .social-proofs .social-proofs-heading p {
    padding: 10px 0px;
  }
  .social-proofs .social-proofs-img {
    text-align: center;
  }
}
/* All Page Bannar */
.all-page-bannar {
  padding: 150px 0 120px;
  background-color: #002F61;
}
.all-page-bannar .img-wrapper {
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.all-page-bannar .img-wrapper img {
  width: 30%;
  padding: 50px 0;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .all-page-bannar {
    padding: unset;
  }
  .all-page-bannar .img-wrapper img {
    width: 30%;
  }
}

/* All Page Title */
.all-page-title{
  padding: 20px 0;
  background-color: #EBF0F4;
}
.all-page-title .title-wrapper {
  text-align: center;
  padding: 10px 0;
}
.all-page-title .title-wrapper h1 {
  font-size: 50px;
  font-weight: 700;
  color: #002F61;
}
.all-page-title .title-wrapper p {
  font-size: 16px;
  color: #000;
  padding: 10px;
}
@media (max-width: 767px) {
  .all-page-title .title-wrapper h1 {
    font-size: 35px;
  }
}
/* cloud Content */
.service-details-two-side {
  padding: 20px 0;
  background-color: #EBF0F4;
}
.service-details-two-side .heading {
  text-align: center;
  padding: 20px 0;
}
.service-details-two-side .heading h2 {
  font-size: 36px;
  color: #002F61;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-details-two-side .heading p {
  font-size: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .service-details-two-side {
    padding: 10px 0;
  }
  .service-details-two-side .heading h2 {
    font-size: 25px;
    padding: 10px 0;
  }
}
/*---- text-right, image-left ----*/
.service-details-two-side .text-right {
  padding: 0 20px;
  margin: 20px 0;
  text-align: left !important;
}
.service-details-two-side .text-right h3{
  font-size: 25px;
  color: #002F61;
  padding: 10px 0;
}
.service-details-two-side .text-right p{
  font-size: 16px;
  color: #000;
}
.service-details-two-side .text-right ul {
  margin: 30px 0;
}
.service-details-two-side .text-right ul li {
  list-style: disc;
  padding: 5px 0;
}
.service-details-two-side .text-right ul li p {
  font-size: 16px;
  color: #000;
}
.service-details-two-side .image-left {
  text-align:center;
}
.service-details-two-side .image-left img{
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .service-details-two-side .text-left ul {
    margin: 10px 0;
  }
  .service-details-two-side .text-left {
    margin: 0 0 15px 0 !important;
  }
}
/*---- text-left, image-right ----*/
.service-details-two-side .text-left {
  padding: 0 10px;
  margin: 5px 0;
}
.service-details-two-side .text-left h3 {
  font-size: 25px;
  color: #002F61;
  padding: 10px 0;
} 
.service-details-two-side .text-left p {
  font-size: 16px;
  color: #000;
}
.service-details-two-side .text-left ul {
  margin: 30px 0;
}
.service-details-two-side .text-left ul li {
  list-style: disc;
  padding: 5px 0;
}
.service-details-two-side .text-left ul li p {
  font-size: 16px;
  color: #000;
}
.service-details-two-side .image-right {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 50px;
}
.service-details-two-side .image-right img{
  width: 70%;
  border-radius: 5px;
}

.service-details-two-side .image-right-openstack-community {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.service-details-two-side .image-right-openstack-community img{
  width: 100%;
  border-radius: 5px;
}

.service-details-two-side .text-down {
  text-align: center;
  margin-top: 20px;
}
.service-details-two-side .text-down p {
  font-size: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .service-details-two-side .text-right ul {
    margin: 10px 0;
  }
}

/* Service List */
.service-list {
  padding: 20px 0;
  background-color: #EBF0F4;
}
.service-list .heading {
  text-align: center;
  padding: 10px 0;
}
.service-list .heading h2{
  font-size: 36px;
  font-weight: 600;
  color: #002F61;
}
.service-list .heading p {
  font-size: 16px;
  color: #222;
  padding: 20px 0;
}
.service-list .box {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 0;
  width: 100%;
  padding: 30px 0;
}
.service-list .box ul{
  display: flex;
  list-style: none;
  align-items: center; 
  justify-content: center;
}
.service-list .box ul li {
  margin: 0 5px;
  display: flex;
  align-items: center; 
  justify-content: center;
}
.service-list .box ul li#title{
  margin: 0 5px;
  display: flex;
  align-items: initial; 
  justify-content: initial;
}
.service-list .box ul li h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  color: #222;
}
.service-list .box ul li h4 {
  text-align: initial;
  font-size: 26px;
  font-weight: 500;
  color: #002F61;
}
.service-list .box ul li .square{
  height: 50px;
  width: 50px;
  background-color: #002F61;
}
.service-list .box ul li:last-child{
  text-align: end;
}
/* .service-list .box ul li h4{} */
.service-list .box ul li p {
  font-size: 16px;  
  color: #000;
}
.service-list .consent p {
  font-size: 20px;  
  color: #002F61;
  font-weight: 600;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .service-list .box {
    margin: 10px 15px;
  }
  .service-list .box ul {
    display: block;
    list-style: none;
    padding: 10px 5px;
  }
  .service-list .box ul li {
    padding: 3px;
    width: unset !important;
    justify-content: start;
  }
  .service-list .box ul li .square{
    display: none;
  }
}

/**** Tab Button ****/
.tabs-button {
  margin: 0 0;
  background-color: #EBF0F4;
}
.tabs-button .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}
.tabs-button .nav-tabs button {
    font-size: 16px;
    color: #000;
    padding: 20px 35px;
    margin: 5px 5px;
    background-color: #fff;
    border-radius: 5px;
}
.tabs-button .nav-tabs button.active {
  background-color: #FCCD03;
}

/******** News Box ********/
.news-box {
  padding: 20px 0;
  background-color: #EBF0F4;
}
.news-box .heading {
  text-align: center;
  padding: 20px 0;
}
.news-box .heading h2 {
  font-size: 40px;
  color: #002F61;
}
.news-box .heading p {
  font-size: 16px;
  color: #000;
}
.news-box .news-box-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  min-height: 260px;
}
.news-box .news-box-wrapper img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.news-box .news-box-wrapper iframe {
  border-radius: 10px;
  margin-bottom: 10px;
}
.news-box .news-box-wrapper h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #002F61;
}
.news-box .news-box-wrapper h3 {
  font-size: 20px;
  font-family: 'Tiro Bangla', serif;
  margin-bottom: 5px;
  color: #002F61;
}
.news-box .news-box-wrapper p {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .news-box {
    padding: 10px 0;
  }
  .news-box .heading h2 {
    font-size: 25px;
    padding: 10px 0;
  }
}

/******** News Details Box ********/
.news-details {
  /*margin: 200px 0px 0px 0px;*/
  padding: 50px 0;
  background-color: #EBF0F4;
}
.news-details .detail-nav {
  text-align: left;
}
.news-details .detail-nav p {
  font-size: 16px;
  padding: 10px 0;
  color: #000;
}
.news-details .detail-nav p.active {
  color: #00A9D8;
}
/* .news-details .news-details-wrapper {} */
/* .news-details .news-details-wrapper img {} */
.news-details .news-details-wrapper h2 {
  padding: 10px 0 0 0;
}
.news-details .news-details-wrapper p {
  padding: 10px 0;
  color: #000;
}
.news-details .news-details-wrapper .news-gallery {
  margin: 10px 0;
}
.news-details .news-details-wrapper .news-gallery img {
  width: 100%;
}
@media (max-width: 767px) {
  .news-details {
    margin: 35px 0 0 0;
  }
  .news-details .detail-nav {
    display: flex;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
  }
  .news-details .detail-nav p {
    padding: 0 10px;
  }
}
/******** Newsletter ********/
.newsletter {
  padding: 10px 0;
}
.newsletter .newsletter-wrapper {
  padding: 20px 0;
  text-align: center;
}
.newsletter .newsletter-wrapper h4 {
  padding: 10px;
}
.newsletter .newsletter-wrapper p {
  padding: 10px;
  color: #000;
}
.newsletter .newsletter-wrapper form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.newsletter .newsletter-wrapper form input {
  padding: 10px  20px;
  margin: 0 10px;
  background-color: #EBF0F4;
  border-radius: 5px;
  border: none;
}
.newsletter .newsletter-wrapper form button {
  padding: 15px 30px;
  color: #fff;
  background-color: #002F61;
  border-radius: 5px;
  border: none;
}

/*=====================
   Start Faq CSS
=======================*/
.faq-area {
  background-color: #EBF0F4;
}
.faq-area .title-wrapper {
  text-align: center;
  padding: 10px 0;
}
.faq-area .title-wrapper h1 {
  font-size: 50px;
  font-weight: 700;
  color: #002F61;
}
.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}
.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}
.accordion a {
  font-size: 16px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  padding: 15px 40px 15px 18px;
  border-radius: 5px;
  background: #fff;
  color: #000 !important;
}
.accordion a:hover {
  color:#fff !important;
  background:#002F61 !important;
}
.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 16px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
.accordion a:hover:after {
  color: #fff !important;
}
.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}
.accordion li:first-child {
  border-top: 0;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li a.active {
  color: #ffffff !important;
  background-color: #002F61;
}
.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}
@media (max-width: 767px) {

}
/*=====================
   End Faq CSS
=======================*/


/********** team **********/
.team {
  background-color: #EBF0F4;
  padding: 50px 0 0;
}
.team .heading {
  text-align: center;
  padding: 10px 0;
}
.team .heading h1 {
  font-size: 50px;
  font-weight: 700;
  color: #002F61;
}
.team .heading p {
  font-size: 16px;
  color: #000;
  padding: 10px;
}
.team .team-container{
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
}
.team .team-container img{
  width: 100%;
  background-color: #002F61;
  border-radius: 10px;
}
.team .team-container p{
  color: #000;
  padding-top: 10px;
}
.team .team-container .name-container{
  padding: 10px 0;
}
.team .team-container .name-container .name {}
.team .team-container .name-container .name h4{
  font-size: 25px;
  padding: 5px 0;
}
.team .team-container .name-container .square-container{
  width: 30%;
  float: right;
  display: flex;
}
.team .team-container .name-container .square-container .square{
  padding: 20px;
  background-color: #00A9D8;
  margin: 0 10px;
}

/*********** contact Form ***********/
.contact-form {
  background-color: #EBF0F4;
}
.contact-form form{
  padding: 10px 0;
}
.contact-form form .form-group{
  padding: 10px 0;
}
.contact-form form .form-group button{
  padding: 10px 20px;
  background-color: #002F61;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.contact-form form .form-group label{
  color: #000;
}
.contact-form form .form-group input{
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 3px solid;
  border-color:#002F61
}
.contact-form form .form-group textarea{
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 3px solid;
  border-color:#002F61
}
.contact-form form .form-group select{
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 3px solid;
  border-color:#002F61
}
.contact-form form .form-group select option{
  padding: 10px 0;
}
.contact-form .address-wrapper{
  background-color: #fff;
  padding: 20px;
  margin: 10px 0;
}
.contact-form .address-wrapper p{
  color: #000;
}
/*--------------------*/
@media (max-width : 575.98px){
  .contact-form .address-wrapper iframe{
    width: 328px;
  }
}
/********* search-bar *********/
.search-bar {
  padding-top: 20px;
  background-color: #EBF0F4;
}
.search-bar form {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar form .form-group label {
  color: #000;
}
.search-bar form .form-group input {
  margin-top: 10px;
  border-color: #888;
  width: 100%;
}
.search-bar form .form-group button {
  padding: 8px 30px;
  margin-top: 30px;
  background-color: #00A9D8;
  color: #fff;
  border: none;
  border-radius: 5px;
}

/********* listed-product *********/
.listed-product {
  padding: 20px 0;
  background-color: #EBF0F4;
}
.listed-product .product-wrapper {
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
  background-color: #fff;
}
/*.listed-product .product-wrapper .image{}*/
.listed-product .product-wrapper .image img{
  border-radius: 10px;
}
.listed-product .product-wrapper .details{
  margin: 10px 0;
} 
.listed-product .product-wrapper .details h4{
  font-size: 30px;
}
.listed-product .product-wrapper .details h5{
  padding: 10px 0;
}
.listed-product .product-wrapper .details p{
  padding-bottom: 10px;
  color: #000;
}
.listed-product .product-wrapper .details a{
  padding: 10px 20px;
  background-color: #00A9D8;
  color: #fff;
  border-radius: 5px;
}
.listed-product .product-wrapper .features{
  margin: 5px 0 5px 50px;
}
/* .listed-product .product-wrapper .features h6{} */
.listed-product .product-wrapper .features p{
  padding-top: 5px;
  color: #000;
}
.listed-product .product-wrapper .features .feature-single p i{
  margin-right: 5px;
  color: #00A9D8;
}
.listed-product .found {
  padding: 20px 0;
  text-align: center;
}
.listed-product .found h4{
  font-size: 25px;
}
.listed-product .product-wrapper .not-found {
  padding: 20px 0;
  text-align: center;
}
.listed-product .product-wrapper .not-found h4{
  font-size: 25px;
}
/*--------------------*/
@media (max-width : 575.98px){
  .listed-product .product-wrapper .details h4{
    margin-top: 10px;
  }
  .listed-product .product-wrapper .details h5{
    margin: 5px 0;
  }
  .listed-product .product-wrapper .details p{
    padding-bottom: 10px;
    color: #000;
  }
  .listed-product .product-wrapper .details a{
    margin-bottom: 10px;
  }
  .listed-product .product-wrapper .features{
    margin-left: 0;
  }
  .listed-product .product-wrapper .features .feature-single {
    display: flex;
  }
  .listed-product .product-wrapper .features .feature-single p{
    padding-top: 5px;
    color: #000;
    padding: 0 20px;
  }
}

/********** Pagination **********/
.pagination2 {
  padding: 20px 0;
  background-color: #EBF0F4;
}
.pagination2 p{
  text-align: center;
  color: #000;
}
.pagination2 .pagi-wrapper {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination2 .pagi-wrapper ul {  
  display: inline-block;  
  padding: 0;  
  margin: 0;  
}  
.pagination2 .pagi-wrapper ul li {
  display: inline;
}  
.pagination2 .pagi-wrapper ul li a {  
  color: black;  
  float: left;  
  padding: 8px 16px;  
  text-decoration: none;  
}
/********* sign-up *********/
.sign-up {
  padding: 30px 0;
  background-color: #EBF0F4;
}
.sign-up .contri_m_tab {
  padding-bottom: 25px ;
}
.sign-up .contri_m_tab ul {
  justify-content: center;
  border: none;
}
.sign-up .contri_m_tab ul li a{
  color: #222222;
}
.sign-up .contri_m_tab ul li a.active{
  background-color: transparent;
  border: none;
  color: #00A9D8;
}
.sign-up .dashboard {
  background-color: #002F61;
  border-radius: 10px;
}
.sign-up .dashboard .main_nav_title h1 {
  color: #fff;
  padding: 0 40px;
  margin-top: 10px;
}
.sign-up .dashboard .contributor_nav {
  padding: 20px ;
  margin-top: 50px;
}
.sign-up .dashboard .contributor_nav ul {
  display: inline;
}
.sign-up .dashboard .contributor_nav ul li a{
  color: #fff;
  padding: 10px 0;
}
.sign-up .dashboard .contributor_nav ul li a:hover{
  border: none;
}
.sign-up .dashboard .contributor_nav ul li a:focus{
  border: none;
}
.sign-up .dashboard .contributor_nav ul li a.active{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #FCCD03;
}
.sign-up .image{
  padding: 190px 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.sign-up .image img{
  width: 50%;
}
.sign-up .forms{
  padding: 50px;
  background-color: #002F61;
  border-radius: 10px;
}
.sign-up .forms h3{
  font-size: 25px;
  color: #fff;
}
.sign-up .forms p{
  padding: 10px 0;
  color: #fff;
}
.sign-up .forms a{
  padding: 10px 20px;
  margin: 10px 0;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}
.sign-up .forms ul li {
  display: flex;
  margin: 10px 15px 0 0;
  color: #fff;
}
.sign-up .forms ul li a{
  padding: 10px;
  margin: 0 15px 0 0;
}
.sign-up .forms ul li a.active {
  background-color: #FCCD03;
}
.sign-up .forms .form-group {
  padding: 10px 0;
}
.sign-up .forms .form-group label{
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
.sign-up .forms .form-group input{
  background-color: transparent;
  color: #fff;
}
.sign-up .forms .form-group button {
  width: 100%;
  padding: 10px 20px;
  background-color: #FCCD03;
  color: #000;
  border-color: #FCCD03;
  border-radius: 5px;
}
.sign-up .forms .profile-details {
  padding: 10px 0;
}
.sign-up .forms .profile-details h4 {
  color: #FCCD03;
}
.sign-up .forms .forgetPass {
  display: flex;
  justify-content: space-between;
}
.sign-up .forms .forgetPass a {
  color: yellow;
  padding: 0;
  margin: 0;
  background-color: none;
  border: none;
  border-radius: none;
  width: none;
  text-align: none;
}
.sign-up .forms .forgetPass a.left {
  text-align: initial;
}
.sign-up .forms .forgetPass a.right {
  text-align: end;
}
.sign-up .setting .contributor {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.sign-up .setting .contributor p {
  padding: 5px 0;
}

/*/////////////////*/
/*video for about*/
.youtube-bannar .video-wrapper iframe {
  margin-bottom: -7px;
}
@media (max-width : 575.98px){
  .youtube-bannar .video-wrapper iframe {
    height: 195px;
  }
}