@import url('https://fonts.cdnfonts.com/css/sofia-pro');

body {
  background-color: var(--bg-color);
  font-family: 'Sofia Pro', sans-serif;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

:root {
  --bg-color: #142134;
  --buton-linear: linear-gradient(to bottom, #5faeac 0%, #23c3d5 100%);
  --text-color: #44B7BE;
  --buton-color: #5ACCDA;
}



.navmenu {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999999;
}

.navmenu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.navmenu .logo {
  width: auto;
  height: 55px;
}

.navmenu .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.navmenu ul {
  display: flex;
  align-items: center;
}

.navmenu ul li {
  margin-right: 30px;
  padding: 5px 0;
}

.navmenu ul li:last-child {
  margin-right: 0;
}

.navmenu ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s linear;
}

.navmenu ul li a:hover,
.navmenu ul li a:active,
.navmenu ul li a:focus {
  text-shadow: 0px -2px 6px #fff;
}

.navmenu .buton a {
  padding: 15px 25px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #3E7578;
  transition: all 0.9s ease;
}

.navmenu .buton a:hover {
  background: #3E7578;
  color: #fff;
}


.offcanvas,
.navcanmenu {
  display: none;
}

.sectionbanner {
  background-image: url(../img/genel/beautiful-cryptocurrwncy-concept.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 180px 0;
  border-radius: 0px 0px 100px 100px;
  position: relative;
}

.sectionbanner::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(95, 174, 172, 0.84) 0%, rgba(35, 195, 213, 0.84) 100%);
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 0px 0px 100px 100px;
}

.sectionbanner .container {
  position: relative;
  z-index: 1;
}

.sectionbanner .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  width: 85%;
}

.sectionbanner .text h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.sectionbanner .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}

.sectionbanner .text a button {
  background-color: var(--buton-color);
  border-radius: 10px;
  padding: 13px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.9s ease;
  border: none;
}

.sectionbanner .text a button:hover {
  background: #40acb9;
}

.sectionbanner .bilgiform {
  width: 85%;
  padding: 30px 30px 0 30px;
  border-radius: 20px;
  background: linear-gradient(to bottom, rgba(48, 224, 219, 0.6) 0%, rgba(20, 86, 94, 0.6) 30%);
  margin-left: auto;
}

.sectionbanner .bilgiform h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  width: 51%;
}

.sectionbanner .bilgiform .form-stil .form-group {
  display: flex;
  flex-flow: column;
  margin-bottom: 10px;
}

#phone{
  padding-left: 125px!important;
}

.sectionbanner .bilgiform .form-stil .form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #8DCCD4;
}

.sectionbanner .bilgiform .form-stil .form-group input {
  padding: 15px;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  background-color: #005F6D;
  color: #fff;
  width: 100%;
}

.sectionbanner .bilgiform .form-stil .form-group button {
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--buton-color);
  transition: all 0.9s ease;
  border: none;
  margin-top: 15px;
  padding: 7px 10px;
  height: auto;
  margin-left: 10px;
  margin-top: 8px;
}

.sectionbanner .bilgiform .form-stil .form-group button:hover {
  background: #5accda;
  color: #fff;
}

.sectionbanner .bilgiform span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #8DCCD4;
  padding: 5px 0;
}

#VideoModal .modal-content {
  height: 600px;
  width: 800px;
  margin: auto;
}

.sectionone {
  margin-top: 70px;
}

.sectionone .row {
  display: flex;
  align-items: center;
}

.sectionone .image {
  width: 100%;
  min-height: 450px;
  border-radius: 20px;
  position: relative;
  background: url(../img/genel/koldolar.png) #101B2B;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.sectionone .image .item {
  background-color: #3C495C;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding: 15px;
  min-width: 210px;
  position: absolute;
}

.sectionone .image .item.right {
  top: 50px;
  right: -5%;
}

.sectionone .image .item.left {
  top: 150px;
  left: -15%;
}

.sectionone .image .item .icon {
  height: 55px;
  width: 55px;
  background-color: #D69A00;
  padding: 10px;
  border-radius: 20px;
  margin-right: 10px;
}

.sectionone .image .item .icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sectionone .image .item .yazi h6 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.sectionone .image .item .yazi span {
  font-size: 16px;
  font-weight: 400;
  color: #63738B;
}

.sectionone .text {
  padding-left: 30px;
}

.sectionone .text h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--text-color);
}

.sectionone .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.sectionone .text .buton-grup {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.sectionone .text .buton-grup a {
  margin-right: 35px;
}

.sectionone .text .buton-grup button {
  background: #222E40;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: none;
  transition: all 0.6s linear;
}

.sectionone .text .buton-grup button:hover {
  background: var(--buton-linear);
}

.sectionone .text .buton-grup button:hover svg path {
  fill: #fff;
}

.sectiontwo {
  margin-top: 70px;
}

.sectiontwo .baslik {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.sectiontwo .baslik h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 50%;
}

.sectiontwo .ozellik-item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #222E40;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.4s linear;
  cursor: pointer;
}

.sectiontwo .ozellik-item:hover {
  transform: translateY(-15px);
}

.sectiontwo .ozellik-item .icon {
  height: 158px;
  width: auto;
  position: relative;
  z-index: 1;
}

.sectiontwo .ozellik-item .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.sectiontwo .ozellik-item .bgimage {
  height: 60%;
  width: auto;
  max-width: 80%;
  position: absolute;
  z-index: 0;
  bottom: -10%;
  right: -2%;
  transform: rotate(-25deg);
  opacity: 5%;
}

.sectiontwo .ozellik-item .bgimage img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
}

.sectiontwo .ozellik-item h6 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 15px;
}

.sectiontwo .ozellik-item p {
  font-size: 16px;
  font-weight: 400;
  color: #76869F;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sectionthree {
  margin-top: 70px;
}

.sectionthree .container .area {
  padding: 25px;
  background-color: #222E40;
  border-radius: 20px;
}

.sectionthree .row {
  display: flex;
  align-items: center;
}

.sectionthree .image {
  width: 100%;
  height: 450px;
  background-color: #142134;
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sectionthree .image img {
  width: 97%;
  height: auto;
  object-fit: contain;
}

.sectionthree .text {
  padding-right: 70px;
}

.sectionthree .text h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.sectionthree .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.sectionthree .sayac {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.sectionthree .sayac .item {
  display: inline-flex;
  flex-flow: column;
}

.sectionthree .sayac .item b {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.sectionthree .sayac .item span {
  font-size: 36px;
  font-weight: 900;
  background: var(--buton-linear);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sectionfour {
  margin-top: 70px;
}

.sectionfour .baslik {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.sectionfour .baslik h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.sectionfour .itemfour {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #222E40;
  padding: 30px 20px;
  transform: translateY(0);
  transition: all 0.4s linear;
  cursor: pointer;
}

.sectionfour .itemfour:hover {
  transform: translateY(-15px);
}

.sectionfour .itemfour .title {
  display: flex;
  align-items: center;
}

.sectionfour .itemfour .title .icon {
  height: 60px;
  width: 60px;
  border-radius: 20px;
  background: var(--buton-linear);
  padding: 15px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sectionfour .itemfour .title .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.sectionfour .itemfour .title h6 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.sectionfour .itemfour p {
  font-size: 15px;
  font-weight: 400;
  color: #76869F;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 18px;
}

.sectionfive {
  margin-top: 70px;
  background-color: #101B2B;
  overflow: hidden;
}

.sectionfive>.container>.row {
  display: flex;
  align-items: center;
}

.sectionfive .text h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.sectionfive .text .linkler {
  margin-top: 50px;
}

.sectionfive .text .item {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.sectionfive .text .item h6 {
  font-size: 32px;
  font-weight: 900;
  color: #44B7BE;
}

.sectionfive .text .item p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.sectionfive .text .item a img {
  height: 54px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transform: translateY(0);
  transition: all 0.4s linear;
}

.sectionfive .text .item a img:hover {
  transform: translateY(-5px);
}

.sectionfive .image {
  width: 100%;
  height: 575px;
}

.sectionfive .image img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.sectionsix {
  margin-top: 100px;
}

.sectionsix .row {
  display: flex;
  align-items: center;
}

.sectionsix .image {
  width: 100%;
  height: 450px;
  border: 5px solid #76869F;
  border-radius: 20px;
}

.sectionsix .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.sectionsix .text {
  padding-left: 30px;
  width: 95%;
}

.sectionsix .text h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--text-color);
}

.sectionsix .text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.sectionsix .text .buton-grup {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.sectionsix .text .buton-grup a {
  margin-right: 35px;
}

.sectionsix .text .buton-grup button {
  background: #222E40;
  border-radius: 10px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: none;
  transition: all 0.6s linear;
}

.sectionsix .text .buton-grup button:hover {
  background: var(--buton-linear);
}

.sectionsix .text .buton-grup button:hover svg path {
  fill: #fff;
}

.sectionseven {
  margin-top: 70px;
}

.YorumSwiperOne {
  margin-bottom: 10px;
}

.YorumSwiperOne .swiper-wrapper {
  width: 110%;
  left: -1%;
}

.YorumSwiperTwo .swiper-wrapper {
  width: 108%;
  left: -10%;
}

.sectionseven .baslik {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
}

.sectionseven .baslik h1 {
  font-size: 32px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0;
}

.sectionseven .baslik span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  width: 30%;
  text-align: center;
}

.sectionseven .yorumitem {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  background-color: rgba(79, 97, 124, 0.20);
  border-radius: 20px;
}

.sectionseven .yorumitem h6 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.sectionseven .yorumitem p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.sectionseven .yorumitem .userbilgi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.sectionseven .yorumitem .userbilgi .user {
  display: inline-flex;
  flex-flow: column;
}

.sectionseven .yorumitem .userbilgi .user b {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.sectionseven .yorumitem .userbilgi .user span {
  font-size: 14px;
  font-weight: 400;
  color: #76869F;
}

.sectionseven .yorumitem .userbilgi .raiting {
  display: flex;
  align-items: center;
  letter-spacing: 5px
}

.sectionseven .yorumitem .userbilgi .raiting i.active {
  color: var(--buton-color);
}

.sectionseven .yorumitem .userbilgi .raiting i {
  color: #142134;
  font-size: 24px;
}

footer {
  margin-top: 200px;
  background-color: #222E40;
  border-radius: 100px 100px 0 0;
}

footer .container {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 30px;
}

footer .titlebox {
  padding: 30px;
  border-radius: 20px;
  background: var(--buton-linear);
  margin-top: -5%;
}

footer .titlebox .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .titlebox .row .col-md-3 {
  display: flex;
  flex-flow: column;
  align-items: end;
}

footer .titlebox h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

footer .titlebox span {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}

footer .titlebox a {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 900;
  color: #50B3B6;
  transition: all 0.9s ease;
}

footer .titlebox a:hover {
  background: #67ced1;
  color: #fff;
}

footer .logo {
  margin-top: 40px;
  height: 48px;
  width: auto;
}

footer .logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

footer .smedia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

footer .smedia a {
  height: 52px;
  width: 52px;
  margin-right: 10px;
  background-color: #334155;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  transition: all 0.7s linear;
}

footer .smedia a:last-child {
  margin-right: 0;
}

footer .smedia a:hover {
  background: #44B7BE;
}

footer ul {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

footer ul li {
  margin-right: 20px;
}

footer ul li:last-child {
  margin-right: 0;
}

footer ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s linear;
}

footer ul li a:hover {
  color: #44B7BE;
}

.copyright {
  font-size: 16px;
  font-weight: 400;
  color: #76869F;
  width: 100%;
  padding: 7px;
  text-align: center;
}











@media (max-width: 850px) {
  body {
    padding-right: 0 !important;
  }

  .navcanmenu {
    background-color: transparent;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 10px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }

  .navcanmenu .logo {
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
  }

  .navcanmenu .logo img {
    height: 40px;
    width: 100%;
    object-fit: cover;
  }

  .offcanvas-header .logo {
    display: block;
    height: 120px;
    width: auto;
    padding: 30px;
  }

  .offcanvas.show {
    background-color: var(--bg-color);
    display: block;
  }

  .offcanvas-header .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .offcanvas .canvasmenu ul {
    margin-top: 50px;
  }

  .offcanvas .canvasmenu ul li {
    margin-bottom: 15px;
    margin-left: 40px;
    display: flow-root;
  }

  .offcanvas .canvasmenu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }

  .modal-backdrop.show {
    width: 0;
  }

  .offcanvas .canvasmenu .buton {
    background: var(--buton-linear);
    padding: 5px 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    border-color: transparent;
    margin-left: 40px;
    display: inline-flex;
  }

  .offcanvas-start {
    width: auto !important;
  }

  .navbar-toggler-icon {
    height: 40px;
    width: auto;
    border: none;
    background-color: transparent;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .navbar-toggler-icon span {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
  }

  .navbar-toggler-icon span hr {
    width: 35px;
    color: #fff;
    height: 4px;
    padding: 0 !important;
    margin: 3px 0 !important;
    opacity: 1;
    border-radius: 2px;
  }

  .offcanvas-header .btn-close {
    filter: brightness(1) invert(1);
  }

  .navmenu {
    display: none;
  }


  .sectionbanner {
    padding: 20px 0 20px 0;
    border-radius: 0 0 50px 50px;
  }

  .sectionbanner::after {
    border-radius: 0 0 50px 50px;
  }

  .sectionbanner .text h1 {
    font-size: 24px;
  }

  .sectionbanner .text p {
    font-size: 14px;
  }

  .sectionbanner .text {
    width: 100%;
  }

  .sectionbanner .bilgiform {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px 20px 0 20px;
  }

  .sectionbanner .bilgiform h2 {
    width: 100%;
    font-size: 20px;
  }

  .sectionbanner .bilgiform .form-stil .form-group input {
    padding: 10px;
  }

  .sectionbanner .bilgiform .form-stil .form-group button {
    padding: 3px 10px;
  }

  .sectionone .image .item.left {
    left: 0;
  }

  .sectionone .image .item.right {
    right: 0;
  }

  .sectionone .image .item {
    min-width: 150px;
    padding: 10px;
  }

  .sectionone .image .item .icon {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sectionone .image .item .yazi {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .sectionone .image .item .yazi h6 {
    font-size: 18px;
  }

  .sectionone .image .item .yazi span {
    font-size: 12px;
  }

  .sectionone .text h1 {
    font-size: 24px;
  }

  .sectionone .text p {
    font-size: 14px;
  }

  .sectionone .text {
    padding-left: 0;
  }

  .sectionsix .text .buton-grup button,
  .sectionone .text .buton-grup button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .sectionsix .text .buton-grup button svg,
  .sectionone .text .buton-grup button svg {
    height: 17px;
    width: auto;
    object-fit: contain;
  }

  .sectiontwo .baslik h1 {
    font-size: 24px;
    width: 100%;
  }

  .sectiontwo .ozellik-item .icon {
    height: 100px;
  }

  .sectionthree .image {
    height: 320px;
  }

  .sectionthree .text h1 {
    font-size: 24px;
  }

  .sectionthree .text {
    padding-right: 0;
  }

  .sectionthree .sayac .item span {
    font-size: 24px;
  }

  .sectionthree .sayac .item b {
    font-size: 12px;
    text-align: center;
  }

  .sectionthree .text p {
    font-size: 14px;
  }

  .sectionfour .baslik h1 {
    font-size: 24px;
  }

  .sectionfour .itemfour .title .icon {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    padding: 7px;
  }

  .sectionfour .itemfour .title h6 {
    font-size: 20px;
  }

  .sectionfive .text h1 {
    font-size: 24px;
  }

  .sectionfive {
    padding: 20px 20px 0 20px;
  }

  .sectionfive .text .item a img {
    height: 30px;
  }

  .sectionfive .text .item h6 {
    font-size: 24px;
  }

  .sectionfive .image {
    height: 380px;
  }

  .sectionfive .image img {
    width: auto;
  }

  .sectionthree {
    overflow: hidden;
  }

  .sectionsix .text h1 {
    font-size: 24px;
  }

  .sectionsix .text {
    width: 100%;
    padding-left: 0;
  }

  .sectionseven .baslik h1 {
    font-size: 24px;
  }

  .sectionseven .baslik span {
    width: 97%;
    font-size: 12px;
  }

  .sectionseven .yorumitem h6 {
    font-size: 18px;
  }

  .sectionseven .yorumitem p {
    font-size: 12px;
  }

  .sectionseven .yorumitem .userbilgi .raiting i {
    font-size: 16px;
  }

  .YorumSwiperOne,
  .YorumSwiperTwo {
    padding: 0 20px !important;
  }

  .YorumSwiperOne .swiper-wrapper {
    width: 100%;
    left: 0;
  }

  .YorumSwiperTwo .swiper-wrapper {
    width: 100%;
    left: 0;
  }

  footer .titlebox h1 {
    font-size: 24px;
    text-align: center;
  }

  footer .titlebox a {
    margin-top: 10px;
  }

  footer .titlebox .row .col-md-3 {
    align-items: center;
  }

  footer ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  footer .smedia a {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }

  footer ul li a {
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
  }

  footer {
    margin-top: 100px;
  }




  .modal,
  .sectionbanner,
  .sectionone,
  .sectiontwo,
  .sectionfour,
  .sectionsix,
  .sectionseven {
    overflow: hidden;
  }

}