@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212;
}

@font-face {
  font-family: "BebasNeue-Regular";
  src: url(../../assets/fonts/BebasNeue-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #121212;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 48px;
  color: #0067f4;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .main-btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
}

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 59px;
  font-weight: normal;
  line-height: 55px;
  color: #ffffff;
  font-family: "BebasNeue-Regular";
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 45px;
    line-height: 43px;
    padding-bottom: 24px;
  }
}

.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 24px;
}

/*===========================
    2.HEADER css 
===========================*/
/*===== NAVBAR ONE =====*/
.navgition {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition.navgition-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navgition.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar {
  position: relative;
  padding: 0;
}

.navgition .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #121212;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 767px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

.navgition .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative;
}

.navgition .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: #121212;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
  }
}

.navgition .navbar .navbar-nav .nav-item a::before,
.navgition .navbar .navbar-nav .nav-item a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 4px;
  background-color: #0067f4;
  left: 50%;
  margin: 0 2px;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}

@media (max-width: 767px) {

  .navgition .navbar .navbar-nav .nav-item a::before,
  .navgition .navbar .navbar-nav .nav-item a::after {
    display: none;
  }
}

.navgition .navbar .navbar-nav .nav-item a::after {
  left: auto;
  right: 50%;
}

.navgition .navbar .navbar-nav .nav-item.active>a,
.navgition .navbar .navbar-nav .nav-item:hover>a {
  color: #0067f4;
}

.navgition .navbar .navbar-nav .nav-item.active>a::before,
.navgition .navbar .navbar-nav .nav-item.active>a::after,
.navgition .navbar .navbar-nav .nav-item:hover>a::before,
.navgition .navbar .navbar-nav .nav-item:hover>a::after {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}

@media (max-width: 767px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}

.navgition .navbar .navbar-social span {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 24px;
  margin-right: 14px;
}

.navgition .navbar .navbar-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.navgition .navbar .navbar-social ul li a {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6c6c6c;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navgition .navbar .navbar-social ul li a:hover {
  color: #0067f4;
}

.header-hero {
  height: 850px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .header-hero {
    height: 650px;
  }
}

.header-hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
  background: -o-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
  background: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
}

.header-hero .header-content {
  padding-top: 170px;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero .header-content {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .header-hero .header-content {
    padding-top: 197px;
  }
}

.header-hero .header-content .header-title {
  font-size: 82px;
  line-height: 75px;
  color: #10a2ab;
  font-family: "BebasNeue-Regular";
  margin: 20px 0;
}

.header-hero .header-content .header-title strong {
  color: #333
}

@media (max-width: 767px) {
  .header-hero .header-content .header-title {
    font-size: 41px;
    line-height: 47px;
  }
}

.header-hero .header-content .text {
  font-size: 28px;
  line-height: 49px;
  color: #0e8289;
  margin-top: 16px;
  font-family: arial;
  font-weight: bold;
  /* background: #242424; */
  width: 525px;
  margin: 0 auto;
  border-radius: 59px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .header-hero .header-content .text {
    font-size: 16px;
    line-height: 45px;
    width: 100%;
  }
}

.header-hero .header-content .header-btn {
  margin-top: 22px;
}

.header-hero .header-content .header-btn li {
  display: inline-block;
  margin: 10px 10px 0;
}

.header-hero .header-content .header-btn li a.main-btn {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  line-height: 50px;
}

.header-hero .header-content .header-btn li a.main-btn i {
  margin-left: 5px;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one {
  color: #fff;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(left, #0067f4, #2bdbdc);
  background-image: -o-linear-gradient(left, #0067f4, #2bdbdc);
  background-image: linear-gradient(to right, #0067f4, #2bdbdc);
  background-position: right center;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one:hover::before {
  background-image: -webkit-linear-gradient(right, #0067f4, #2bdbdc);
  background-image: -o-linear-gradient(right, #0067f4, #2bdbdc);
  background-image: linear-gradient(to left, #0067f4, #2bdbdc);
  background-position: left center;
  -webkit-transition: all none ease-out 0s;
  -moz-transition: all none ease-out 0s;
  -ms-transition: all none ease-out 0s;
  -o-transition: all none ease-out 0s;
  transition: all none ease-out 0s;
}

.header-hero .header-content .header-btn li a.main-btn.btn-two:hover {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}

.header-hero .header-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.header-hero .header-shape img {
  width: 100%;
}

/*===========================
      3.SERVICES css 
===========================*/
.services-area {
  padding-top: 100px;
  position: relative;
  background: url(../images/bg003.jpg)center top;
  background-attachment: fixed;
  background-repeat: none;
  background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .services-area {
    padding-top: 80px;

  }
}

.services-content .services-icon i {
  font-size: 64px;
  color: #0067f4;
}

.services-content .services-content {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .services-content .services-content {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-content .services-content {
    padding-left: 15px;
    padding-top: 0;
  }
}

.services-content .services-content .services-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
}

.services-content .services-content .text {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-top: 8px;
}

.services-image {
  position: absolute;
  width: 46%;
  /* height: 134%; */
  bottom: 0px;
  right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-image {
    width: 34%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-image {
    position: relative;
    width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .services-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 16px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-image {
    position: relative;
    width: 540px;
    margin: 0 auto;
  }
}

.services-image .image {
  max-width: 885px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px;
  }
}

.services-image .image img {
  width: 100%;
}

/*===========================
      4.PRICING css 
===========================*/
.pricing-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url('../../assets/images/section001.jpg')center no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pricing-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.single-pricing {
  padding: 24px 20px 50px;
  position: relative;
  overflow: hidden;
  background: url('../../assets/images/program-bg.jpg')center no-repeat;
  background-size: cover;
}

.single-pricing .pricing-header .sub-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #121212;
  position: relative;
  padding-bottom: 8px;
}

.single-pricing .pricing-header .sub-title::before {
  position: absolute;
  content: '';
  width: 72px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2bdbdc;
  margin: 0 auto;
}

.single-pricing .pricing-header .price {
  display: block;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
  margin-top: 32px;
  color: #121212;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing .pricing-header .price {
    font-size: 50px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .single-pricing .pricing-header .price {
    font-size: 50px;
    margin-top: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pricing .pricing-header .price {
    font-size: 64px;
    margin-top: 32px;
  }
}

.single-pricing .pricing-header .year {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #6c6c6c;
  margin-top: 3px;
}

.single-pricing .pricing-list {
  margin-top: 40px;
}

.single-pricing .pricing-list ul li {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pricing .pricing-list ul li {
    font-size: 16px;
    margin-top: 16px;
  }
}

.single-pricing .pricing-list ul li i {
  color: #0067f4;
  margin-right: 8px;
}

.single-pricing .pricing-btn {
  margin-top: 42px;
}

.single-pricing .pricing-btn .main-btn {
  background-color: #0067f4;
  border-radius: 50px;
  color: #fff;
  border-color: #0067f4;
}

.single-pricing .pricing-btn .main-btn:hover {
  background-color: #005ad5;
  border-color: #005ad5;
}

.single-pricing .buttom-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 101%;
}

.single-pricing.pro .pricing-header .sub-title::before {
  right: auto;
  left: 0;
  background-color: #0067f4;
}

.single-pricing.pro .pricing-baloon {
  position: absolute;
  top: 0;
  right: -78px;
  width: 156px;
}

.single-pricing.enterprise .pricing-header .sub-title::before {
  right: 0;
  left: auto;
  background-color: #0067f4;
}

.single-pricing.enterprise .pricing-flower {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 144px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing.enterprise .pricing-flower {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .single-pricing.enterprise .pricing-flower {
    width: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-pricing.enterprise .pricing-flower {
    width: 144px;
  }
}

.single-pricing.enterprise .pricing-flower img {
  width: 100%;
}

/*===========================
    5.CALL TO ACTION css 
===========================*/
.call-to-action {
  background: url('../../assets/images/bg4.jpg')no-repeat;
  background-size: cover;
  position: relative;
}

.call-action-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action-image {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .call-action-image {
    position: relative;
    width: 100%;
  }
}

.call-action-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.call-action-content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .call-action-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.call-action-content .call-title {
  font-size: 52px;
  font-weight: normal;
  color: #fff;
  line-height: 55px;
  font-family: "BebasNeue-Regular";
  text-shadow: 1px 1px 1px #000;
}

@media (max-width: 767px) {
  .call-action-content .call-title {
    font-size: 28px;
    line-height: 38px;
  }
}

.call-action-content .text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .call-action-content .text {
    font-size: 14px;
  }
}

.call-action-content .call-newsletter {
  max-width: 410px;
  position: relative;
  margin: 24px auto 0;
}

.call-action-content .call-newsletter i {
  font-size: 26px;
  color: #0067f4;
  position: absolute;
  left: 18px;
  top: 15px;
}

.call-action-content .call-newsletter input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 50px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 30px;
}

.call-action-content .call-newsletter input::placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.call-action-content .call-newsletter button {
  border: 0;
  border-radius: 50px;
  height: 48px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #0067f4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .call-action-content .call-newsletter button {
    position: relative;
    right: auto;
    margin-top: 15px;
    background-color: #fff;
    color: #0067f4;
  }
}

.call-action-content .call-newsletter button:hover {
  background-color: #005ad5;
  color: #fff;
}

/*===========================
    6.CALL TO ACTION css 
===========================*/
.contact-area {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .contact-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.form-group {
  margin: 0;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #121212;
  background: #cbced1;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

p.form-message.error {
  color: #f00;
}

.contact-form .single-form {
  margin-top: 30px;
}

.contact-form .single-form textarea,
.contact-form .single-form input {
  width: 100%;
  height: 56px;
  border: 1px solid #cbced1;
  border-radius: 5px;
  padding: 0 25px;
  background-color: #fff;
  font-size: 16px;
}

.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea::-moz-placeholder,
.contact-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea::-moz-placeholder,
.contact-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea::-webkit-input-placeholder,
.contact-form .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #a4a4a4;
}

.contact-form .single-form textarea {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.contact-form .single-form .main-btn {
  border-radius: 50px;
  background-color: #0067f4;
  color: #fff;
}

.contact-form .single-form .main-btn:hover {
  background-color: #005ad5;
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

/*===========================
7.FOOTER css 
===========================*/
.footer-area {
  background-color: #f4f6f7;
}

.footer-widget {
  padding-top: 90px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.footer-logo-support .footer-logo .social {
  margin-left: 35px;
}

.footer-logo-support .footer-logo .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer-logo-support .footer-logo .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-logo-support .footer-logo .social li a:hover {
  color: #0067f4;
}

.footer-logo-support .footer-support span {
  font-size: 20px;
  line-height: 25px;
  color: #6c6c6c;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer-logo-support .footer-support span {
    display: block;
  }
}

.footer-logo-support .footer-support span.mail {
  margin-left: 32px;
}

@media (max-width: 767px) {
  .footer-logo-support .footer-support span.mail {
    margin-left: 0;
  }
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #6c6c6c;
}

.footer-link {
  margin-top: 32px;
}

.footer-link ul {
  margin-top: 8px;
}

.footer-link ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-link ul li a:hover {
  color: #0067f4;
}

.footer-newsletter {
  margin-top: 32px;
}

.footer-newsletter .newsletter {
  margin-top: 24px;
  position: relative;
}

.footer-newsletter .newsletter input {
  width: 100%;
  height: 44px;
  border-radius: 50px;
  padding: 0 24px;
  border: 0;
  background-color: rgba(33, 33, 33, 0.12);
  font-weight: 500;
}

.footer-newsletter .newsletter input::placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #6c6c6c;
}

.footer-newsletter .newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 0;
  font-size: 20px;
  color: #121212;
  cursor: pointer;
  background: none;
}

.footer-newsletter .text {
  margin-top: 16px;
}

.footer-copyright {
  background-color: #2b354f;
}

.copyright {
  padding: 23px 0;
}

.copyright .text {
  color: #fff;
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #0067f4;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: none;
}

.back-to-top:hover {
  background-color: #005ad5;
  color: #fff;
}

.table {
  font-family: arial
}

.table label,
span {
  font-weight: bold;
  font-size: 18px;
}

.table td strong {
  font-size: 15px;
  color: #000
}

.table td {
  font-size: 15px;
}

.table td ul li {
  line-height: 26px;
  font-weight: 700;
  ;
}

/* Colors  */
.col1 {
  color: #000 !important
}

.register-link {
  display: block;
  padding: 0 0 20px 0
}

.register-link a {
  font-family: arial;
  display: block;
  font-size: 18px;
}

.call-newsletter .table {
  text-align: left
}

.call-newsletter .table td {
  font-size: 14px;
}

.plan001 td {
  color: #fff;
  font-size: 18px !important;
  line-height: 20px;
}

.plan001 td span {
  font-size: 14px;
}

.tn01 {
  background: #0b935b;
  color: #fff;
}

.tn02 {
  background: #057a4a;
  color: #fff;
}

.tn03 {
  background: #075e3b;
  color: #fff;
}

.tn04 {
  background: #05442a;
  color: #fff;
}

.noborder th,
.noborder th td {
  border: none !important
}

#committe .table td {
  padding: 5px 0
}

.oninfo {
  text-align: center
}

.oninfo ul li {
  font-size: 20px;
}

.pt012 {
  background: linear-gradient(to bottom, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
}

.pt012 td strong {
  color: #fff
}

.pt012 td {

  color: #fff;
  padding: 10px !important;
}

.pr-area2 {
  background: url('../../assets/images/bg5.jpg')top !important;
  background-size: 100% !important
}

.tabcol {
  background: #f4f7fb;
}

.call-action-content span {
  color: #fff;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: arial
}

#abt-conf {
  padding: 100px 0
}

#abt-conf .section-title p {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0 50px 0;
  color: #fff
}

.sli-block {
  border: 1px dashed #FF9800;
  margin-bottom: 20px;
  padding: 20px; 
  border-radius: 20px;
  background: rgba(000, 000, 000, 50%);
  height: 118px;
}

.sli-block h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 21px;
}

#abt-conf {
  background: url(../images/bg002.jpg)center top;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.ifg h3,
.ifg p {
  color: #fff
}

#awards {
  padding: 100px 0
}

.award-body {
  padding: 40px;

  margin: 0 0 16px 0;
  border-radius: 8px;
}

.award-body h4 {
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase
}

.award-body h5 {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 4px 0 10px 0;
  font-size: 22px;
}

.ccl90 {
  padding: 10px 25px;
  background: #2199af;
  display: inline-block;
  color: #fff;
  border-radius: 64px;
  font-size: 24px;
}

.ccl91 {
  padding: 10px 25px;
  background: #6b79af;
  display: inline-block;
  color: #fff;
  border-radius: 64px;
  font-size: 24px
}

.mm-body {
  padding-left: 100px;
}

.ifg {
  margin: 50px 0 0 0
}

.cll001 span {
  font-size: 30px;
  background: #000;
  color: #fff;
  padding: 5px 34px;
}

.object-fit {
  object-fit: cover;
}

#scan-to-pay {
  padding: 100px 0
}

.tbngd table td {
  text-align: left;
  border-bottom: 1px solid #333
}

.tbngd h3 {
  margin-bottom: 50px;
}

.address {
  margin-top: 50px;
}

.address h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}

.address h4 {
  margin: 5px 0 0 0;
  text-transform: uppercase;
  color: #179aa9;
  font-size: 24px;
}

.address a {
  display: block;
  padding-top: 5px;
  color: #333
}

.eventdt tbody {
  background: #dee7ff;
}

.eventdt tbody td {
  border-bottom: 1px solid #333;
  font-size: 16px;
}

.eventdt tbody td strong {
  font-size: 18px;
}

.mem-slimg h3 {
  font-size: 20px;
  padding: 14px 0;
}

.organise {
  padding: 50px 0;
  background: url(../images/ser001.jpg)center top;
  background-size: cover;
}

.organise h3 {
  font-size: 30px;
  margin: 10px 0 0 0;
}

.organise p {
  font-size: 20px;
}


@media screen and (max-width: 992px) {
  #home .header-content h2 {
    font-size: 28px;
  }

  #home .header-content {
    padding-top: 90px;
  }

  .mm-body {
    padding-left: 0px;
  }

  .cll001 span {  
	margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    padding: 11px 10px;
    border-radius: 5px;
  }
  #abt-conf img{
	margin-bottom:40px;
	}
  #pricing .title{
	font-size: 44px;
    line-height: 44px;
}
}

#participants {
  padding: 90px 0
}

.sub-title {
  color: #ffba7e;
  font-size: 28px;
}

.petron-table {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;

  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

/* Table style */
.petron-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0
}

.petron-table td {
  padding: 16px 20px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}

.petron-table tr:last-child td {
  border-bottom: none;
}

.petron-table td:first-child {
  width: 30%;
  font-weight: 600;
  color: #193975;
  text-transform: uppercase;
  background-color: #cdd2f5;
}

.petron-table td:last-child {
  background-color: #d9ddf7;
}

.petron-table span {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  color: #222;
}

.petron-table label {
  display: block;
  font-size: 0.9rem;
  color: #4b4b4b;
  margin-bottom: 5px;
}

.petron-table tr {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.petron-table tr:hover {
  background-color: #fff6f8;
  transform: scale(1.01);
}

/* Animation */
@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .petron-table td {
    display: block;
    width: 100%;
  }

  .petron-table td:first-child {
    background-color: #6472bf;
    color: #fff;
    border-radius: 8px 8px 0 0;
	  width: 100%;
  }

  .petron-table td:last-child {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
  }
	
}

.ghll ul {
  list-style: disc;
}

#pricing .title {
  color: #fff !important;
  margin: 0 0 40px 0
}

.pjustify {
  text-align: justify;
}

.tbngd th {
  font-size: 18px;
  background: #a6cff5
}

/* Section spacing */
#conferenceAccordion {
    margin-top: 30px;
}

/* Accordion card */
#conferenceAccordion .card {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
}

/* Hover effect */
#conferenceAccordion .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Header */
#conferenceAccordion .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

/* Accordion button */
#conferenceAccordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2d3d;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
    border: none;
    box-shadow: none;
    border-left: 4px solid #0067f4;
}

/* Hover button */
#conferenceAccordion .btn-link:hover {
    text-decoration: none;
    color: #0056b3;
    background: #f8fbff;
}

/* Remove focus outline */
#conferenceAccordion .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* Active accordion */
#conferenceAccordion .btn-link[aria-expanded="true"] {
    background: #f4f8ff;
    color: #0d6efd;
    border-left: 4px solid #0d6efd;
}

/* Plus icon */
#conferenceAccordion .btn-link::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 300;
    color: #0d6efd;
    transition: all 0.3s ease;
}

/* Minus icon when open */
#conferenceAccordion .btn-link[aria-expanded="true"]::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

/* Body content */
#conferenceAccordion .card-body {
    padding: 25px 30px;
    font-size: 15px;
    line-height: 1.9;
    color: #4a5568;
    border-top: 1px solid #eef2f7;
}

/* Paragraph styling */
#conferenceAccordion .card-body p {
    margin-bottom: 15px;
}

/* List styling */
#conferenceAccordion .card-body ul {
    padding-left: 0px;
    margin-bottom: 0;
}

#conferenceAccordion .card-body ul li {
    margin-bottom: 10px;
    position: relative;
}

/* Better bullet look */
#conferenceAccordion .card-body ul li::marker {
    color: #0d6efd;
}

/* Mobile responsive */
@media (max-width: 768px) {
    #conferenceAccordion .btn-link {
        font-size: 16px;
        padding: 16px 18px;
    }

    #conferenceAccordion .card-body {
        padding: 18px 20px;
        font-size: 14px;
    }
}
#awards p{
  font-size: 16px;
  text-align: justify;
  margin:20px 0 0 0
}
