html,
body {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'GilroyBold';
  src: url('/frontend/assets/font/Gilroy-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GilroyRegular';
  src: url('/frontend/assets/font/gilroy-regular-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
'GilroyRegular*/

body {
  font-family: 'GilroyRegular', 'Helvetica', 'Arial', 'sans-serif';
}

#mainNav .navbar-nav>li>a {
  font-size: 14px;
  font-weight: 600;
  font-family: 'GilroyBold', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  font-weight: 400;
  padding-left: .8rem;
  padding-right: .8rem;
  line-height: 1.1em;
}

.main {
  overflow: hidden;
}

a {
  color: #8254df;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover,
a:focus {
  color: #a81e33;
  text-decoration: none;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

.responsivetest {
  display: none;
  width: 20px;
  height: 20px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GilroyBold', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
}

p {
  color: #4d4d4d;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 36px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

.hide {
  display: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #9d1c36;
  border-color: #9d1c36;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  /*background-color: white;*/
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'GilroyRegular', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'GilroyRegular', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}


#mainNav .navbar-brand img {
  width: 36%;
}


#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #fff;
  border-color: #fff;
  outline: none;
}

#mainNav .navbar-nav>li>a {
  font-size: 1em;
  font-weight: 600;
  font-family: 'GilroyRegular', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.1em;
  width: 129px;
  border: 1px solid;
  border-radius: 8px;
}

#mainNav .navbar-nav>li>a.active {
  color: #243A79 !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
  color: #656e64;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
  color: #fdcc52;
}


@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: rgb(255 255 255 / 20%)
  }

  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }

  #mainNav .navbar-brand:hover,
  #mainNav .navbar-brand:focus {
    color: white;
  }

  #mainNav .navbar-nav>li>a,
  #mainNav .navbar-nav>li>a:focus {
    color: #243A79;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: rgba(255, 255, 255, 1);
  }

  #mainNav.navbar-shrink {
    background-color: rgb(255 255 255 / 70%);
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: rgba(255, 255, 255, .8);
    padding-top: 0;
  }

  #mainNav.navbar-shrink .navbar-brand:hover,
  #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fff;
  }

  #mainNav.navbar-shrink .navbar-nav>li>a,
  #mainNav.navbar-shrink .navbar-nav>li>a:focus {
    color: #243A79;
  }

  #mainNav.navbar-shrink .navbar-nav>li>a:hover,
  #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
    color: #fff;
  }

}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background-size: 100%;
  background-image: rgb(0, 0, 0), url("../img/slider-bg.jpeg");
  background-image: -webkit-linear-gradient(bottom, #6f6f6fcc 0%, #000000ad 100%), url("../img/slider-bg.jpg");
  background-image: linear-gradient(to top, #243A79 0%, transparent 80%), url(../img/slider-bg.jpg)
}

header.masthead:after {
  background: linear-gradient(to right, #f39222 25%, #d91f5d 25%, #d91f5d 50%, #2aa9e0 50%, #2aa9e0 75%, #0ca551 75%);
  position: absolute;
  content: '';
  height: 12px;
  right: 0;
  left: 0;
  bottom: 0;
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .header-content a.btn {
  margin: 0 10px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

.header-btn {
  background: #fff;
  width: 100%;
  max-width: 150px;
  color: #243A79;
  border-radius: 32px;
  font-size: 24px;
  display: flex;
  justify-content: space-evenly;
  padding: 8px 0;
  cursor: pointer;
  font-family: 'GilroyBold';
  display: flex;
  align-items: center;
}

@media (min-width: 1441px) {


  header.masthead .header-content h1 .main-title {
    font-size: 3.5em !important;
  }

  header.masthead .header-content {
    max-width: 605px;
    margin-bottom: 100px;
    text-align: center;
  }

  header.masthead .header-content h1 .main-title {
    font-size: 2.607em;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }

  header.masthead .header-content h1 {
    font-size: 1.8em;
  }

  header.masthead .header-content h1 .main-title {
    font-size: 2.607em;
  }

  header.masthead .header-content h1 .semi-title {
    font-size: 1.5vw;
  }

  header.masthead .device-container {
    max-width: 325px;
  }

  header.masthead .header-content h1 img {
    width: 14rem;
    display: block;
    --margin: 0 auto .5rem auto;
    --right: -1.1em;
    margin: 0 auto;
    position: relative;
  }

  header.masthead.breakpage {
    height: 320px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background-image: rgb(255, 255, 255, 0.5), url("../img/sep01-bg.jpg");
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.53) 100%), url("../img/sep01-bg.jpg");
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.53) 100%), url("../img/sep01-bg.jpg");
    background-size: 100%;
    background-position: top right;
  }

  header.masthead.breakpage .header-content h1 {
    font-size: 1.8em;
  }


}

section.download {
  position: relative;
  padding: 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }

  header.masthead .header-content {
    margin-bottom: 0;
  }

}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

.frm-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frm-check input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.frm-check label {
  display: inline-block;
}

.frm-check .cbx {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}

.frm-check .cbx:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}

.frm-check .lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
  font-size: medium;
  margin-bottom: 2px;
}

.frm-check input[type="checkbox"]:checked~.cbx {
  border-color: transparent;
  background: #243A79;
  animation: jelly-42 0.6s ease;
}

.frm-check input[type="checkbox"]:checked~.cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.frm-check .cntr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

@-moz-keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(1.25, 0.75);
  }

  40% {
    transform: scale(0.75, 1.25);
  }

  50% {
    transform: scale(1.15, 0.85);
  }

  65% {
    transform: scale(0.95, 1.05);
  }

  75% {
    transform: scale(1.05, 0.95);
  }

  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(1.25, 0.75);
  }

  40% {
    transform: scale(0.75, 1.25);
  }

  50% {
    transform: scale(1.15, 0.85);
  }

  65% {
    transform: scale(0.95, 1.05);
  }

  75% {
    transform: scale(1.05, 0.95);
  }

  to {
    transform: scale(1, 1);
  }
}

@-o-keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(1.25, 0.75);
  }

  40% {
    transform: scale(0.75, 1.25);
  }

  50% {
    transform: scale(1.15, 0.85);
  }

  65% {
    transform: scale(0.95, 1.05);
  }

  75% {
    transform: scale(1.05, 0.95);
  }

  to {
    transform: scale(1, 1);
  }
}

@keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(1.25, 0.75);
  }

  40% {
    transform: scale(0.75, 1.25);
  }

  50% {
    transform: scale(1.15, 0.85);
  }

  65% {
    transform: scale(0.95, 1.05);
  }

  75% {
    transform: scale(1.05, 0.95);
  }

  to {
    transform: scale(1, 1);
  }
}

.file-input {
  background: #fff;
  border-radius: 8px;
  padding: 3px 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-input label {
  color: #243A79;
  border: 1px solid #243A79;
  padding: 8px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.file-input label:hover {
  text-decoration: underline;
}

#form_vergi {
  display: none;
}

#form_imza {
  display: none;
}

footer {
  padding: 25px 0 0;
  color: #4d4d4d;
  font-size: 0.8em;
  position: relative;
  /* ::before kullanımı için gerekli */
  background-color: #f7f7f7;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #0ca551 25%, #2aa9e0 25%, #2aa9e0 50%, #d91f5d 50%, #d91f5d 75%, #f39222 75%);
}

footer p {
  margin: 0;
  line-height: 1.8em;
}

footer ul {
  margin-bottom: 0;
}

footer ul li {
  display: block;
  width: 100%;
}

footer ul li a {
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
  padding: 2.5px 0px;
  display: block;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  border-color: #333333d9;
  background-color: #333333d9;
  outline: none;
  border: none;
}

.btn {
  border-radius: 300px;
  font-family: 'GilroyRegular', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  background: #243A79;

  border: none;
  letter-spacing: 1px;
  font-weight: 600;

  border-radius: 2px;
  padding: 0 20px;
  line-height: 40px;
  outline: none;
  border: none
}

.submit-btn {
  border-radius: 8px !important;
  font-family: 'GilroyRegular', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  background: #243A79;

  border: none;
  letter-spacing: 1px;
  font-weight: 400;

  border-radius: 2px;
  padding: 5px 80px;
  line-height: 40px;
  outline: none;
  border: none;
  opacity: 0.7;
  font-size: 24px;
  cursor: pointer;
}

.btn img {
  width: 1.4em;
  margin-top: -2px;
  margin-right: 5px;
}

.btn-xl {
  font-size: .8em;
}

span.bold {
  font-weight: 600;
}

section.section {
  position: relative;
  z-index: 1;
}

.form-control-file {
  padding: 10px 0;
  background: white;
  border-radius: 8px;
}

section.section.seperation {
  background: rgb(58, 58, 58);
  background-image: -webkit-linear-gradient(top, rgba(241, 103, 145, .5) 0%, rgba(253, 183, 21, .8) 100%), url("../img/sep01-bg.jpg");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, .8) 100%), url("../img/sep01-bg.jpg");
}

section.section.seperation#sep01 {
  background: rgb(58, 58, 58);
  background-image: -webkit-linear-gradient(top, rgba(241, 103, 145, .5) 0%, rgba(253, 183, 21, .8) 100%), url("../img/sep01-bg.jpg");
  background-image: linear-gradient(to top, #243A79 0%, transparent 80%), url(../img/sep01-bg.jpg);
  background-size: contain;
}

section.section.seperation#sep01:before,
section.section.seperation#sep01:after {
  background: linear-gradient(to right, #0ca551 25%, #2aa9e0 25%, #2aa9e0 50%, #d91f5d 50%, #d91f5d 75%, #f39222 75%);
  position: absolute;
  content: '';
  height: 12px;
  right: 0;
  left: 0;
}

.section.section.seperation#sep01:before {
  top: 0px;
}

.section.section.seperation#sep01:after {
  bottom: 0px;
}

section.section.seperation#sep02 {
  background-image: rgb(241, 103, 145);
  background-image: -webkit-linear-gradient(top, rgba(241, 103, 145, .5) 0%, rgba(253, 183, 21, .8) 100%), url("../img/bgbg.jpeg");
  background-image: linear-gradient(to top, #243A79 0%, transparent 80%), url("../img/bgbg.jpeg");
}

.language {
  display: flex;
  align-items: center;
  color: #fff;
}

section.section.seperation#sep03 {
  background: rgb(58, 58, 58);
  background-image: -webkit-linear-gradient(top, rgba(241, 103, 145, .5) 0%, rgba(253, 183, 21, .8) 100%), url("../img/sep02-bg.jpg");
  background-image: linear-gradient(to bottom, #243A79 0%, transparent 50%), url("../img/sep02-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

section.section.seperation#sep03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(to right, #0ca551 25%, #2aa9e0 25%, #2aa9e0 50%, #d91f5d 50%, #d91f5d 75%, #f39222 75%);
}

section.section.seperation#sep03 img {
  width: 70%;
}

section.section.seperation .explain {
  color: #fff;
  margin: 1.3rem 0;
  line-height: 1.3em;
  font-size: 1.4em;
  text-align: center;
}

.form .desc {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-family: 'GilroyBold', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
}


section.section.seperation#sep03 form {
  width: 100%;
}

section.section.seperation#sep03 form .btn {
  width: 100%;
  font-size: .9em;
  padding: .3rem;
  background-color: #a81e33;
  box-shadow: none;
}

section.section.seperation#sep10 {
  background: rgb(130, 84, 223);
  background: -webkit-linear-gradient(top, rgba(130, 84, 223, .6) 0%, rgba(247, 76, 90, .7) 100%), url("../img/login-bg.jpeg");
  background: linear-gradient(to bottom, rgba(130, 84, 223, .6) 0%, rgba(247, 76, 90, .7) 100%), url("../img/login-bg.jpeg");
  background-position: bottom right;
  height: 100vh;
}

section.section.seperation#sep10>div>div>div {
  margin-top: 20vh;
}

section.section.seperation#sep10 form {
  /*width:80%;*/
}

.nav-item {
  position: relative;
}



.nav-item:last-child:after {
  display: none;
}

.my-auto {
  margin-bottom: unset !important;
}

section h2 {
  font-size: 1.7em;
  font-weight: 600;
  color: #333;
  line-height: 1.1em;
  margin-bottom: 2rem;
}

section h2.lead {
  font-size: 1.5em;
  color: #a81e33;
  line-height: 1.1em;
  margin: 3rem 0;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #a81e33;
}

h3 span {
  display: block;
  color: #636364;
  font-size: .8em;
}

header.masthead .header-content {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

img.examboo-usage {
  width: 85%;
  margin: 45px auto 110px;
  display: block;
}

div.circle {
  background-image: url(../img/icon-circle-text0.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 105px;
  height: 125px;
  position: absolute;
  top: -70px;
}

div.circle p {
  margin: 20px 0 0 0;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  line-height: 1.1em;
  height: 100%;

}

#sep01 {
  /*padding: 32px 0px;*/
}

#sep01 div.circle {
  width: 700px;
  height: 150px;
}

#sep01 div.circle p {
  font-size: 1.2em;
  margin: 0 0 0 0;
  padding: 30px 11px 10px 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  line-height: 1.1em;
  height: 100%;
}

#sep01 div.circle#no1 {
  left: 23%;
  margin-left: -18rem;
  top: 50%;
  margin-top: -10rem;
  z-index: 999;
  color: #fff;
  font-size: 3.60em;
}

svg:hover rect {
  fill: #d91f5d;
}

svg:hover path {
  fill: #d91f5d;
}

svg:hover ellipse {
  stroke: #d91f5d;
}

#sep01 div.circle#no2 {
  left: 14%;
  margin-left: -13rem;
  top: 32%;
  margin-top: -1rem;
  z-index: 999;
  color: #fff;
  font-size: 4.5em;
  font-weight: 700;
}

#sep01 div.circle#no3 {
  right: 50%;
  margin-right: -18rem;
  top: 50%;
  margin-top: -10rem;
  z-index: 999;
  background-image: url(../img/sep3.png);
}

#sep01 div.circle#no4 {
  right: 50%;
  margin-right: -13rem;
  top: 50%;
  margin-top: -1rem;
  z-index: 999;
  background-image: url(../img/sep4.png);
}

section.section#features .col-lg-4>div {
  width: 120px;
  margin: 0 auto 5px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

section.section#features .col-lg-4 p {
  text-align: center;
  font-weight: 600;
  padding: 0 15px;
}

section.section#features .col-lg-4 p span {
  color: #656e64;
  font-weight: 400;
  display: block;
}

.card {
  margin-bottom: 0.8rem;
  border: none;
}

.card-header .btn {
  background: none;
  box-shadow: none;
  color: #333;
  text-decoration: none;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.4em;
  white-space: normal;
}

.card-header {
  padding: .5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}

.card-body {
  font-size: .9em;
}

.card-body p {
  margin-bottom: 1em;
  font-size: 1em;
}

#sep01 .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -82px;
  margin-top: 13rem;
  animation: pulse 1s infinite;
}

#sep01 img#phone {
  height: 25rem;
}

.mfp-wrap {
  background-image: rgb(130, 84, 223), url("../img/slider-bg.jpeg");
  background-image: -webkit-linear-gradient(top, rgba(130, 84, 223, .3) 0%, rgba(247, 76, 90, .3) 100%);
  background-image: linear-gradient(to bottom, rgba(130, 84, 223, .3) 0%, rgba(247, 76, 90, .3) 100%);

}

.form-control {
  padding: .9rem;
  font-size: 1.1em;
  color: #a81e33;
  border: none;
  border-radius: 8px;
}

.footer-logo {
  width: 13rem;
  filter: invert(85%);
  margin-top: 35px;
}

ul.social {
  margin-top: 7vh;
  float: right;
}

ul.social li {
  display: inline-block;
  width: auto;
}

ul.social li a {
  font-size: 1.8em;
  padding: 0 4px;
}

section.section#sep03::after {
  display: none;
}

section.section#sep03 div.container {
  margin-bottom: .8rem;
}

ul.second-nav {
  margin: 0;
}

ul.second-nav li {
  display: inline-block;
  margin-right: 5px;
}

ul.second-nav li:first-child {
  margin-right: 30px;
}

ul.second-nav li a {
  font-size: .8em;
  color: #fff;
  text-decoration: none;
}

ul.second-nav li a img {
  float: left;
  width: 16px;
  margin-top: 5px;
  margin-right: 5px;
}

p.address i.fa {
  color: #333;
  margin-right: .4rem;
}

.noseperation:before,
.noseperation:after {
  width: 0;
  height: 0;
}

.form h1 {
  font-weight: 600;
}

form label {
  color: #fff;
  font-size: .8em;
}

form a {
  color: #fff;
  font-size: .8em;
}

form a:hover {
  color: #fff;
}

form .btn:hover,
form .btn:active,
form .btn:focus {
  background-color: #a81e33;
  border-color: #a81e33;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 58, 78, .5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #a81e33;
  border-color: #a81e33;
}

.alert {
  border: 1px solid transparent;
  background-color: #ac4051;
  font-size: .9em;
  color: #fff;
}

.close:focus,
.close:hover {
  color: #a81e33;
}

.breadcrumb {
  padding: .5rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: .5px;
  font-size: 0.8em;
}

.breadcrumb-item a {
  color: #8254df;
}

.content p {
  margin-bottom: 1rem;
}


@media (max-width:768px) {


  #sep01 div.circle#no1 {
    font-size: 1.7em;
    margin-left: -30%;
  }

  #sep01 div.circle#no2 {
    left: 27%;
    font-size: 2.5em;

  }

  #sep01 div.circle {
    width: 332px;
    height: 150px;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#accordion .card:nth-child(n+6) {
  display: none;
}

#accordion.full .card:nth-child(n+6) {
  display: block;
}

#showall {
  width: 100%;
}

.with-nav-tabs h3 {
  color: #fff;
}

/*tabs*/

.panel.with-nav-tabs {
  padding: 3rem;
}

.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}

.panel.with-nav-tabs .nav-tabs li {
  width: 25%;
  margin-right: 2rem;
  padding-bottom: 5px;

}


/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  opacity: 0.6;
  display: block;
  padding-bottom: 5px;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
  opacity: 0.6;
}

.with-nav-tabs.panel-default .nav-tabs>li>a.active,
.with-nav-tabs.panel-default .nav-tabs>li>a.active:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a.active:focus {
  opacity: 1;
  border-bottom: 3px solid #fff;

}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #555;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  background-color: #4a9fe9;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
  color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #3c763d;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
  color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #31708f;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
  color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #8a6d3b;
}

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
  color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
  background-color: #f2dede;
  /* bg color */
  border-color: #ebccd1;
  /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
  color: #a94442;
  /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
  background-color: #ebccd1;
  /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
  color: #fff;
  /* active text color */
  background-color: #a94442;
  /* active bg color */
}

/*end tabs*/


.scrollup {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 15px;
  display: none;
  z-index: 99999;
  text-indent: -9999px;
  background: #5f5f5f7a;
}

.scrollup img {
  display: block;
  width: 55%;
  left: 0.55rem;
  position: relative;
  top: .6rem;
}

.text-color1 {
  color: #25A9DF;
}

.text-color2 {
  color: #F6921E;
}

.text-color3 {
  color: #D91C5C;
}

.text-color4 {
  color: #a81e33;
}

.text-color5 {
  color: #155c5f;
}

.text-color6 {
  color: #769544;
}

.text-color7 {
  color: #864098;
}

.text-color8 {
  color: #ce4829;
}

.text-color9 {
  color: #e82455;
}

.text-color10 {
  color: #f16791;
}

#whatis .aos-item img {
  width: 8rem;
  float: right;
}

ul.applinks {
  padding: 0;
  margin-top: 6rem;
  list-style-type: none;
}

ul.applinks li img {
  width: 15rem !important;
  margin: 0 auto;
  display: block;
}

p.rights {
  text-align: center;
  color: #fff;
  line-height: 1.1em;
  padding: 5px 70px;
  margin-top: 25px;
  background-color: #333;
}

.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  width: 100%;
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  background-color: rgba(0, 0, 0, .5) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 2em !important;
  height: 50px;
  width: 50px;
}

.owl-nav button.owl-next {
  float: right;
  margin-right: -40px;
}

.owl-nav button.owl-prev {
  float: left;
  margin-left: -40px;
}

.owl-nav button i.fa {
  font-size: .8em;
  line-height: 2em;
}

.owl-nav button.owl-prev i.fa {
  margin-left: -5px;
}

.owl-nav button.owl-next i.fa {
  margin-right: -5px;
}

#contactform .alert {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}


.text-white {
  color: white;
}

.bg-white {
  background-color: white;
}

.text-black {
  color: #333;
}

.bg-black {
  background-color: #333;
}



.main-mobile {
  width: 100%;
  height: 100%;
  max-height: 718px;
}































































@media (min-width: 768px) {}

@media only screen and (min-width: 1601px) {}

@media only screen and (min-width: 1220px) {}

@media only screen and (max-width: 1199px) {
  .main-mobile {
    width: 100%;
    height: 100%;
    max-height: 618px;
  }

  #sep01 div.circle {
    width: 600px;
    height: 150px;
  }

  #sep01 div.circle#no1 {

    font-size: 3em;
  }

  #sep01 div.circle#no2 {

    font-size: 3.5em;

  }
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {}


/* Portrait tablet to landscape and desktop */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #sep01 div.circle {
    width: 400px;
    height: 150px;
  }

  #sep01 div.circle#no1 {
    font-size: 2.2em;
  }

  #sep01 div.circle#no1 {

    margin-left: -11rem;
    top: 79%;

  }

  #sep01 div.circle#no2 {
    font-size: 2.5em;
    top: 49%;
  }

  .main-mobile {
    width: 100%;
    height: 100%;
    max-height: 284px;
    max-width: 188px;
  }

  #sep01 img#phone {
    height: 18rem;
  }
}


/* Landscape phone to portrait tablet */

@media only screen and (max-width: 767px) {
  #sep01 div.circle {
    width: 400px;
    height: 150px;
  }

  #sep01 div.circle#no1 {
    font-size: 2em;
  }

  #sep01 div.circle#no1 {

    margin-left: -11rem;
    top: 55%;

  }

  #sep01 div.circle#no2 {
    font-size: 2.5em;
    top: 49%;
  }

  .main-mobile {
    width: 100%;
    height: 100%;
    max-height: 284px;
    max-width: 188px;
  }

  #sep01 img#phone {
    height: 18rem;
  }
}


/*  Iphone 6 Plus Yatay */

@media only screen and (max-width: 667px) {
  header.masthead .header-content {
    max-width: 150px;

  }

  .isSmall {
    width: 50%;
  }
}


/*  Iphone 6 Plus Dikey */



/*Landscape phones and down Iphone 6 */

@media only screen and (max-width: 480px) {
  h1{
    font-size: 1.6rem;
  }
  h3{
    font-size: 1rem;
  }
  p{
    font-size: 0.9rem;
  }
  .form .desc{
    font-size: 0.8rem;
  }
  .form-control{
    font-size: 0.9rem;
  }
  .file-input span{
    font-size: 0.9rem;
  }
  .frm-check .lbl{
    font-size: small;
  }
  section.section.seperation .explain{
    font-size: 0.9rem;
  }
  .main-mobile {
    width: 100%;
    height: 100%;
    max-height: 220px;
    max-width: 143px;
  }

  .header-btn {
    background: #fff;
    width: 100%;
    max-width: 136px;
    color: #243A79;
    border-radius: 32px;
    font-size: 17px;
    display: flex;
    justify-content: space-evenly;
    padding: 6px 0;
    cursor: pointer;
    font-family: 'GilroyBold';
  }

  header.masthead .header-content {

    margin-bottom: 50px;

  }

  #sep01 img#phone {
    height: 14rem;
  }

  #sep01 div.circle#no1 {
    font-size: 1.5em;
  }

  #sep01 div.circle#no2 {
    font-size: 1.4em;

  }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {}
