* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1550px !important;
}

.owl-carousel .owl-dot:focus, .owl-carousel .owl-dot:active {
  outline: 0;
}

body, html {
  font-family: reg;
  direction: rtl !important;
}

@font-face {
  font-family: reg;
  src: url("../fonts/OoredooArabic-Regular.ttf") format("opentype");
}

@font-face {
  font-family: boldd;
  src: url("../fonts/OoredooArabic-Heavy.ttf") format("opentype");
}

a {
  text-decoration: none;
}

a:active, a:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: boldd;
}

.btn-website {
  background-color: #AA52FF;
  border: 1px solid #AA52FF;
  color: #FFF;
  padding: 15px 30px 10px 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-website:hover {
  background-color: #FFF;
  color: #AA52FF;
}

.btn-website:hover svg {
  margin-right: 15px;
}

.btn-website svg {
  margin-right: 10px;
}

::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1;
  /* Firefox */
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1;
  /* Firefox */
  font-size: 15px;
}

::-ms-input-placeholder {
  color: #999 !important;
  opacity: 1;
  /* Firefox */
  font-size: 15px;
}

::placeholder {
  color: #999 !important;
  opacity: 1;
  /* Firefox */
  font-size: 15px;
}

.line-c {
  width: 130px;
  margin: auto;
  height: 5px;
  background-color: #AA52FF;
}

.title-sec {
  text-align: center;
  margin-bottom: 80px;
}

.title-sec h1 {
  color: #07baf6;
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  font-size: 50px;
}

@media (max-width: 767px) {
  .title-sec h1 {
    font-size: 24px;
  }
}

.title-sec p {
  color: #000B72;
  font-size: 20px;
}

@media (max-width: 767px) {
  .title-sec p {
    font-size: 14px;
  }
}

ul {
  list-style-type: none;
}

.fixed-icon {
  position: fixed;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #000B72;
  color: #FFF;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
  z-index: 999999;
  -webkit-box-shadow: 0 0 32px 0px rgba(255, 255, 255, 0.77);
          box-shadow: 0 0 32px 0px rgba(255, 255, 255, 0.77);
}

.fixed-icon:hover {
  color: #FFF;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #000B72;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
}

.fixed-nav .navbar-brand img {
  width: 72px;
}

.fixed-nav .btn-website {
  width: 135px;
  height: 45px;
}

.fixed-nav1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #000B72;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
}

.fixed-nav1 .navbar-brand img {
  width: 72px;
}

.fixed-nav1 .btn-website {
  width: 135px;
  height: 45px;
}

main {
  position: relative;
  padding: 50px 0 200px 0;
}

main .img-anim-1 {
  position: absolute;
  top: 500px;
  left: 100px;
  -webkit-animation: img1 30s linear infinite forwards;
          animation: img1 30s linear infinite forwards;
}

main .img-anim-2 {
  position: absolute;
  top: 500px;
  right: 100px;
  -webkit-animation: img2 30s linear infinite forwards;
          animation: img2 30s linear infinite forwards;
}

@media (min-width: 992px) {
  @-webkit-keyframes img1 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    50% {
      -webkit-transform: translateX(600px) translateY(200px);
              transform: translateX(600px) translateY(200px);
    }
  }
  @keyframes img1 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    50% {
      -webkit-transform: translateX(600px) translateY(200px);
              transform: translateX(600px) translateY(200px);
    }
  }
  @-webkit-keyframes img2 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    50% {
      -webkit-transform: translateX(-600px) translateY(-400px);
              transform: translateX(-600px) translateY(-400px);
    }
  }
  @keyframes img2 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    50% {
      -webkit-transform: translateX(-600px) translateY(-400px);
              transform: translateX(-600px) translateY(-400px);
    }
  }
}

@media (max-width: 991px) {
  main .img-anim-1 {
    top: 50px !important;
    left: 20px;
    -webkit-animation: img1 25s linear infinite forwards;
            animation: img1 25s linear infinite forwards;
  }
  main .img-anim-2 {
    top: 650px;
    -webkit-animation: img2 25s linear infinite forwards;
            animation: img2 25s linear infinite forwards;
  }
  @-webkit-keyframes img1 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      bottom: 0;
    }
    50% {
      -webkit-transform: translateX(100px) translateY(90px);
              transform: translateX(100px) translateY(90px);
    }
  }
  @keyframes img1 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      bottom: 0;
    }
    50% {
      -webkit-transform: translateX(100px) translateY(90px);
              transform: translateX(100px) translateY(90px);
    }
  }
  @-webkit-keyframes img2 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    50% {
      -webkit-transform: translateX(-80px) translateY(-90px);
              transform: translateX(-80px) translateY(-90px);
    }
  }
  @keyframes img2 {
    0%, 100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    50% {
      -webkit-transform: translateX(-80px) translateY(-90px);
              transform: translateX(-80px) translateY(-90px);
    }
  }
}

main nav .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main nav .navbar-brand img {
  width: 120px;
}

main nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

main nav .navbar-toggler {
  border-color: white !important;
}

main nav .navbar-toggler:active, main nav .navbar-toggler:focus {
  outline: none;
}

main nav .nav-item {
  margin-left: 70px;
  position: relative;
}

main nav .nav-item .nav-link {
  color: #FFF !important;
}

main nav .nav-item:last-child {
  margin-left: 0;
}

main nav .nav-item.active .nav-link {
  color: #AA52FF !important;
}

main nav .nav-item.active::after {
  content: "";
  display: block;
  background-color: #AA52FF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}

main nav .nav-item:hover .nav-link {
  color: #AA52FF !important;
}

main nav .nav-item .nav-link {
  padding: 0 !important;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1330px) {
  main nav .nav-item {
    margin-left: 30px !important;
  }
  main nav .nav-item .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  main nav .nav-item {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
  main nav .nav-item::after {
    display: none !important;
  }
}

main nav .btn-website {
  width: 187px;
  height: 68px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}

main .header .content {
  margin-top: 200px;
  margin-bottom: 870px;
}

main .header .content .content1 h1 {
  margin-bottom: 30px;
  color: #07baf6;
}

@media (max-width: 767px) {
  main .header .content .content1 h1 {
    font-size: 24px;
  }
}

main .header .content .content1 p {
  color: #FFF;
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  main .header .content .content1 p {
    text-align: center;
    font-size: 12px;
  }
}

main .header .content .content1 .btn-website {
  border-radius: 50px;
}

main .header .about-us .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .header .about-us .line-c {
  margin: 0;
  margin-bottom: 50px;
  width: 18%;
}

main .header .about-us h1 {
  color: #07baf6;
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  font-size: 60px;
}

@media (max-width: 767px) {
  main .header .about-us h1 {
    font-size: 24px;
  }
}

main .header .about-us p {
  color: #000B72;
  font-size: 18px;
  width: 500px;
  line-height: 2.2;
}

@media (max-width: 767px) {
  main .header .about-us p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 991px) {
  main .header .content {
    margin-top: 150px !important;
    margin-bottom: 100px !important;
  }
  main .header .about-us {
    text-align: center;
  }
  main .header .about-us p {
    width: 100% !important;
    color: #FFF;
  }
  main .header .about-us .line-c {
    margin: 50px auto !important;
  }
}

@media (max-width: 991px) {
  main .content {
    margin-top: 50px !important;
  }
  main .content .content1 {
    text-align: center;
    margin-bottom: 50px;
  }
}

.services {
  padding: 80px 0;
}

.services .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .boxes .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 19px;
  -webkit-box-shadow: 1.59px 11px 15px rgba(0, 0, 0, 0.17);
          box-shadow: 1.59px 11px 15px rgba(0, 0, 0, 0.17);
  height: 530px;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  z-index: 1;
}

.services .boxes .box:first-child {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  left: -30px;
}

.services .boxes .box:last-child {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  right: -30px;
  z-index: 0;
}

.services .boxes .box:hover {
  -webkit-transform: scale(1.1, 1.2);
          transform: scale(1.1, 1.2);
  background-color: #000B72;
  z-index: 2;
}

.services .boxes .box:hover h2, .services .boxes .box:hover li {
  color: #FFF;
}

.services .boxes .box img {
  width: 170px;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .services .boxes .box img {
    width: 125px;
  }
}

.services .boxes .box h2 {
  color: #000B72;
  font-size: 26px;
}

.services .boxes .box .line-c {
  margin-bottom: 30px;
}

.services .boxes .box ul {
  list-style: none;
  text-align: center;
}

.services .boxes .box ul li {
  color: #0018A5;
  font-size: 12px;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .services .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services .box {
    -webkit-box-flex: 1  !important;
        -ms-flex: auto  !important;
            flex: auto  !important;
    width: 40% !important;
    margin: 20px;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    position: static !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .services .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services .box {
    -webkit-box-flex: 1  !important;
        -ms-flex: auto  !important;
            flex: auto  !important;
    width: 100% !important;
    margin-bottom: 30px;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    position: static !important;
  }
}

.portofolio {
  padding: 80px 0;
}

.portofolio .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

.portofolio .nav-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: none;
}

.portofolio .nav-tabs li:last-child a, .portofolio .nav-tabs li:last-child a.active {
  color: #FFF !important;
  background-color: #AA52FF;
  padding: 8px 30px;
  border: 1px solid #AA52FF;
  border-radius: 50px;
}

.portofolio .nav-tabs li a {
  border: 0;
  color: #000B72 !important;
  font-size: 22px;
}

.portofolio .nav-tabs li a.active {
  color: #AA52FF !important;
  font-weight: bold;
  text-decoration: underline;
}

.portofolio .tab-content {
  padding-top: 100px;
}



.portofolio .tab-content .box {
  position: relative;
  background-size: cover !important;
  height: 521px;
  margin-bottom: 30px;
  border-radius: 30px;

}

.portofolio .tab-content .box .content {
  position: absolute;
  bottom: 35px;
  right: 35px;
}

.portofolio .tab-content .box .content h3 {
  color: #FFF;
  font-size: 24px;
}

.portofolio .tab-content .box .content p {
  color: #FFF;
  font-size: 14px;
}

.portofolio .tab-content .box .content a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  color: #FFF;
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}

.portofolio .tab-content .box .content a svg {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .portofolio .nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .portofolio .nav-tabs li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 30%;
    margin: 5px;
  }
  .portofolio .nav-tabs li a {
    padding: 5px;
    font-size: 18px !important;
  }
}

.partner {
  padding: 80px 0;
  padding-bottom: 120px;
}

.partner .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.partner .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner .owl-carousel .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner .owl-carousel .box img {
  width: 170px;
}

.partner .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.partner .owl-carousel .owl-nav .owl-next {
  margin-right: 20px;
}

.partner .owl-carousel .owl-nav .owl-next,
.partner .owl-carousel .owl-nav .owl-prev {
  width: 100px;
  height: 50px;
  background-color: #AA52FF;
  border-radius: 5px;
}

.partner .owl-carousel .owl-nav .owl-next svg,
.partner .owl-carousel .owl-nav .owl-prev svg {
  color: #FFF;
  font-size: 20px;
}

@media (max-width: 767px) {
  .partner .owl-carousel .owl-nav .owl-next,
  .partner .owl-carousel .owl-nav .owl-prev {
    width: 90px;
  }
  .partner .owl-carousel .owl-nav .owl-next img,
  .partner .owl-carousel .owl-nav .owl-prev img {
    width: 50px;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  .partner .owl-carousel .owl-nav .owl-next,
  .partner .owl-carousel .owl-nav .owl-prev {
    width: 54px;
  }
}

.what-mod {
  padding: 80px 0;
  padding-top: 400px;
  background: url("../../images/main/what-say.png") no-repeat;
}

.what-mod .title-sec h1 {
  color: #FFF;
}

.what-mod .what-say-slider .owl-stage {
  padding-top: 50px;
}

.what-mod .what-say-slider .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 50px !important;
}

.what-mod .what-say-slider .owl-dots .owl-dot:focus, .what-mod .what-say-slider .owl-dots .owl-dot:active {
  outline: 0;
}

.what-mod .what-say-slider .owl-dots .owl-dot span {
  background-color: #4F576F;
  border: 1px solid #4F576F;
  width: 51px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
  .what-mod .what-say-slider .owl-dots .owl-dot span {
    width: 25px;
  }
}

.what-mod .what-say-slider .owl-dots .owl-dot.active span {
  background-color: #00BBFE;
  width: 110px;
}

@media (max-width: 767px) {
  .what-mod .what-say-slider .owl-dots .owl-dot.active span {
    width: 75px;
  }
}

.what-mod .what-say-slider .box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.what-mod .what-say-slider .box .icon {
  position: absolute;
  top: -44px;
  right: 0;
  width: 100px;
  height: 73px;
}

@media (max-width: 767px) {
  .what-mod .what-say-slider .box .icon {
    top: -25px;
    width: 67px;
    height: 47px;
  }
}

.what-mod .what-say-slider .box p {
  color: #FFF;
  font-size: 17px;
  line-height: 2.5;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .what-mod .what-say-slider .box p {
    text-align: justify;
    font-size: 14px;
  }
}

.what-mod .what-say-slider .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.what-mod .what-say-slider .box .content img {
  width: 38px;
  height: 86px;
  display: inline-block;
  margin-left: 30px;
}

.what-mod .what-say-slider .box .content .sub h5 {
  color: #AA52FF;
  font-size: 26px;
}

@media (max-width: 767px) {
  .what-mod .what-say-slider .box .content .sub h5 {
    font-size: 22px;
  }
}

.what-mod .what-say-slider .box .content .sub ul {
  list-style-type: none;
}

.what-mod .what-say-slider .box .content .sub ul li {
  display: inline-block;
}

.what-mod .what-say-slider .box .content .sub ul li svg {
  color: #27AAE1;
  font-size: 15px;
}

.what-mod .modawna {
  padding: 80px 0;
  margin-top: 250px;
}

.what-mod .modawna .owl-carousel {
  margin-top: 100px;
}

.what-mod .modawna .owl-carousel .owl-dots {
  margin-top: 50px;
}

.what-mod .modawna .owl-carousel .owl-dots .owl-dot:focus, .what-mod .modawna .owl-carousel .owl-dots .owl-dot:active {
  outline: 0;
}

.what-mod .modawna .owl-carousel .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.2);
  width: 51px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
  .what-mod .modawna .owl-carousel .owl-dots .owl-dot span {
    width: 25px;
  }
}

.what-mod .modawna .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #00BBFE;
  width: 110px;
}

@media (max-width: 767px) {
  .what-mod .modawna .owl-carousel .owl-dots .owl-dot.active span {
    width: 75px;
  }
}

.what-mod .modawna .owl-carousel .box {
  background-color: #6B7AFB;
  padding: 80px 15px 25px 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.what-mod .modawna .owl-carousel .box:hover {
  background-color: #6571DE;
}

.what-mod .modawna .owl-carousel .box:hover .overlay {
  opacity: 1;
}

.what-mod .modawna .owl-carousel .box:hover .icon1 {
  display: none;
}

.what-mod .modawna .owl-carousel .box:hover .icon2 {
  display: block !important;
}

.what-mod .modawna .owl-carousel .box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 187, 254, 0.3);
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.what-mod .modawna .owl-carousel .box .icon {
  width: 114px;
  height: 85px;
  position: absolute;
  top: 25px;
  right: 14px;
  z-index: -1;
}

.what-mod .modawna .owl-carousel .box .icon.icon2 {
  display: none;
}

.what-mod .modawna .owl-carousel .box h1 {
  color: #FFF;
  font-size: 22px;
  margin-bottom: 10px;
}

.what-mod .modawna .owl-carousel .box p {
  color: #FFF;
  font-size: 13px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .what-mod .modawna .owl-carousel .box p {
    text-align: justify;
  }
}

.what-mod .modawna .owl-carousel .box a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  color: #FFF;
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  margin-bottom: 20px;
}

.what-mod .modawna .owl-carousel .box a svg {
  margin-right: 15px;
}

.what-mod .modawna .owl-carousel .box .box-img {
  text-align: center;
}

.what-mod .modawna .owl-carousel .box .box-img img {
  width: 100%;
  height: 305px;
}

@media (max-width: 767px) {
  .what-mod .modawna .owl-carousel .box .box-img img {
    height: 100% !important;
    height: 400px;
  }
}

.what-mod .modawna .owl-carousel .owl-dots {
  display: block;
}

.contact {
  padding: 80px 0;
}

.contact .form-control {
  border: 1px solid #DFDFED;
  border-radius: 50px;
  height: 50px;
  padding: 30px;
}

.contact .form-control:focus, .contact .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.contact textarea {
  height: 242px !important;
}

.contact .btn-website {
  width: 329px;
  height: 86px;
  border-radius: 50px;
  font-size: 30px;
  margin-top: 60px;
}

.contact .btn-website svg {
  margin-left: 20px;
}

@media (min-width: 320px) and (max-width: 600px) {
  .contact .btn-website {
    width: 100%;
    height: auto !important;
    margin: 0;
    font-size: 20px;
  }
}

.footer {
  padding: 300px 0 20px 0;
  background-size: 2563px 1068px !important;
}

.footer .content1 .box1 img {
  display: inline-block;
  width: 206px;
  height: 154px;
  margin-bottom: 45px;
}

.footer .content1 .box1 h3 {
  font-size: 26px;
  color: #FFF;
}

.footer .content1 .box1 ul {
  list-style-type: none;
}

.footer .content1 .box1 ul li {
  color: #FFF;
  margin-bottom: 10px;
}

.footer .content1 .box1 ul li svg {
  display: inline-block;
  margin-left: 10px;
}

.footer .content1 .box2 h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #FFF;
}

.footer .content1 .box2 ul {
  list-style-type: none;
}

.footer .content1 .box2 ul li {
  margin-bottom: 10px;
}

.footer .content1 .box2 ul li a {
  color: #FFF;
  font-size: 15px;
}

.footer .content1 .box3 h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #FFF;
}

.footer .content1 .box3 input {
  width: 330px;
  height: 50px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.footer .content1 .box3 input::-webkit-input-placeholder {
  text-align: center;
  color: #C9C9C9;
}

.footer .content1 .box3 input:-ms-input-placeholder {
  text-align: center;
  color: #C9C9C9;
}

.footer .content1 .box3 input::-ms-input-placeholder {
  text-align: center;
  color: #C9C9C9;
}

.footer .content1 .box3 input::placeholder {
  text-align: center;
  color: #C9C9C9;
}

.footer .content1 .box3 input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

@media (min-width: 320px) and (max-width: 600px) {
  .footer .content1 .box3 input {
    width: 100%;
  }
}

.footer .content1 .box3 button {
  height: 40px;
  width: 152px;
  border-radius: 50px;
  color: #FFF;
  font-size: 18px;
}

.footer .content1 .box3 button:focus, .footer .content1 .box3 button:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
}

.footer .content1 .box3 button svg {
  display: inline-block;
  margin-left: 5px;
}

.footer hr {
  background-color: rgba(255, 255, 255, 0.45);
}

.footer .content2 {
  text-align: center;
}

.footer .content2 p {
  color: #FFF;
  display: inline-block;
}

.footer .content2 ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.footer .content2 ul li {
  margin-left: 20px;
}

.footer .content2 ul li:last-child {
  margin-left: 0;
}

.footer .content2 ul li a {
  color: #FFF;
}

.footer .content2 ul li a svg {
  font-size: 25px;
}

@media (max-width: 767px) {
  .footer .content2 ul {
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1700px) {
  .footer {
    padding: 80px 0 20px 0;
    background: #000B72 !important;
    text-align: center;
  }
  .footer .box1, .footer .box2, .footer .box3 {
    margin-bottom: 50px;
  }
  .footer input {
    margin: auto;
  }
}

.modawna-page main {
  padding: 0;
}

.modawna-page .modawana-content {
  padding: 180px 0;
}

.modawna-page .modawana-content .content h1 {
  font-size: 32px;
  color: #555;
}

.modawna-page .modawana-content .content p {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

.modawna-page .modawana-content .content .bg-img {
  background-size: cover !important;
  width: 50%;
  height: 500px;
}

@media (max-width: 991px) {
  .modawna-page .modawana-content .content .bg-img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .modawna-page .modawana-content {
    padding: 150px 0;
  }
  .modawna-page .title-sec h1 {
    font-size: 30px;
  }
}

.portofolio-page main {
  padding: 0;
}

.portofolio-page .porto-content {
  padding: 180px 0;
}

.portofolio-page .porto-content .content h1 {
  font-size: 32px;
  color: #555;
}

.portofolio-page .porto-content .content p {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

.portofolio-page .porto-content .content .bg-img {
  background-size: cover !important;
  width: 50%;
  height: 500px;
}

.portofolio-page .porto-content .content article {
  margin-top: 50px;
}

.portofolio-page .porto-content .content article span {
  background-color: #EEE;
  display: inline-block;
  padding: 10px;
  margin: 5px;
}

.portofolio-page .porto-content .content article span:first-child {
  background-color: #000B72;
  color: #FFF;
}

@media (max-width: 991px) {
  .portofolio-page .porto-content .content .bg-img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .portofolio-page .modawana-content {
    padding: 150px 0;
  }
  .portofolio-page .title-sec h1 {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */