@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Light'), url('fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Light'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Light'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
  font-family: 'kids_magazineregular';
  src: url('fonts/kids_magazine-webfont.woff2') format('woff2'),
    url('fonts/kids_magazine-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2 {
  font-family: 'kids_magazineregular' !important;
}

body {
  font-family: 'Myriad Pro Regular' !important;
  color: #000;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
  text-transform: capitalize;
  font-size: 22px;
  padding: 0px 20px;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

.header {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 105vh;
  padding-top: 20px;
}

/* ---------------------->NAVİGASYON<--------------------------------------- */
.nav-icon {
  position: relative;
  float: right;
  width: 90px;
  z-index: 1;
  cursor: pointer;
}

.nav-icon img {
  width: 90px;
  height: auto;
  display: block;
  transition: 300ms linear all;
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3) {
  width: 20px;
  margin: 0 auto;
}

.nav-icon span:nth-child(2) {
  margin: 5px 0;
  width: 32px;
}

.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3) {
  width: 30px;
}

.full-nav {
  background: #FFFFFF;
  color: #18191d;
  position: fixed;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 3.75rem;
  z-index: 999;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.4s ease-in-out;
}

.full-nav.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
  z-index: 99;
}

.full-nav .logo {
  display: flex;
  justify-content: center;
  padding: 4rem;
}

.nav2 {}

.nav2 ul {
  display: block;
  max-width: 700px;
}

.nav2 ul li {
  display: flex;
  flex: 50%;
  background-color: white;
  padding: 1rem;
  border-bottom: 10px solid white;
  border-right: 10px solid white;
  transition: all 0.5s;
}

.nav2 ul li a {
  font-size: 1.4em;
  color: #18191d;
}

.nav2 ul li:hover {
  background-color: #F15424;
}

.nav ul li:hover a,
.nav ul li:hover a span {
  color: #F15424;
}

.social-icons a {
  color: #82877A;
  border: 3px solid #82877A;
  width: 50px;
  height: 50px;
  line-height: 40px;
  display: inherit;
  text-align: center;
  border-radius: 50px;
  transition: all ease 1s;
  margin-top: 40px;
  padding: 5px;
  font-size: 1.5em;
}

.social-icons a:hover i {
  color: rgb(0, 0, 0);
  margin-top: -1px;
  border-color: rgb(78, 78, 78);
}

.social-icons a:hover {
  color: rgb(21, 1, 134);
  margin-top: -1px;
  border-color: #F15424;
}

ul.social-icons.list-inline {
  text-align: center;
  margin-top: 22px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.corner-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 0 0 0 120px;
  z-index: 2;
}

.nav-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.nav-close span {
  background: #18191d;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
}

.nav-close span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.logo-title {
  text-decoration: none;
  color: black;
}

.header-logo {
  background: #ffffff;
  padding: 3px 0px;
}

.header-logo img {
  width: 100px;
}

header {
  width: 100%;
  background: #304186;
  position: relative;
  padding: 0px 0;
  display: flex;
  z-index: 99;
}

.banner {
  width: 100%
}

.grid--center-v {
  align-items: center;
}

.trusted {
  width: 100%;
  padding: 60px 0px;
  background: #304186;
}

.trusted h1 {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  text-align: right;
  margin: 0px;
  line-height: 2;
  text-transform: uppercase;
}

.trusted p {
  color: #ffffff;
  text-align: right;
  margin-top: 20px;
}

.product-home {
  width: 100%;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #ffffff 65%,
      #304186 65%,
      #304186 80%,
      #ffffff 80%,
      #ffffff 100%);
}

.product-home h2 {
  font-size: 40px;
  font-weight: normal;
  color: #304186;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 2;
  text-transform: uppercase;
}

.product-home p {
  color: #304186;
  margin-top: 90px;
}

.about-trusted {
  width: 100%;
  padding: 60px 0px;
  background: #304186;
}

.about-trusted h1 {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  margin: 0px;
  line-height: 2;
  text-transform: uppercase;
}

.about-trusted h1 span {
  font-size: 12px;
}

.about-trusted p {
  color: #ffffff;
  text-align: justify;
  ;
  margin-top: 20px;
}

.about-sevtion-2 {
  background: #ffffff;
  padding: 40px 0px;
}

.about-sevtion-2 p {
  color: #304186;
  text-align: justify;
  ;
  margin-top: 20px;
}

.about-sevtion-3 {
  background: #304186;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.about-sevtion-3 p {
  color: #ffffff;
  text-align: justify;
  ;
  margin-top: 20px;
}

.ultra-guide {
  width: 100%;
  padding: 40px 0px;
  background: linear-gradient(to bottom,
      #f06135 0%,
      #f06135 70%,
      #ffffff 70%,
      #ffffff 100%);
}

.ultra-guide p {
  color: #ffffff;
  text-align: justify;
  ;
  margin-top: 20px;
}

.advance-guide {
  width: 100%;
  padding: 40px 0px;
  background: linear-gradient(to bottom,
      #304186 0%,
      #304186 70%,
      #ffffff 70%,
      #ffffff 100%);
}

.advance-guide p {
  color: #ffffff;
  text-align: justify;
  ;
  margin-top: 20px;
}

.product-sevtion {
  background: #ffffff;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.product-sevtion h3 {
  font-size: 25px;
  color: #304186;
  margin-top: 20px;
  font-weight: bold;
}

.product-sevtion p {
  color: #304186;
  text-align: justify;
  ;
  margin-top: 20px;
}

.partner {
  width: 100%;
  padding: 40px 0px;
  background: #304186;
}

.partner h1 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  margin: 0px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
}

.partner p {
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}


.distributor{  width: 100%;
  padding: 20px 0px;
  background: #ffffff; text-align: center;margin: 0 auto;}


.distributor img{text-align: center; margin: 0 auto; width: 80%}
.contact-partner {
  width: 100%;
  padding: 40px 0px;
  background: #ffffff;
}

.contact-partner h1 {
  font-size: 18px;
  font-weight: normal;
  color: #304186;
  position: relative;
  margin: 0px;
  line-height: 1.7;

  text-transform: uppercase;
}

.contact-partner p {
  color: #304186;

  margin-top: 15px;
}



.contact-info {
  width: 100%;
  padding: 40px 0px;
  background: #304186;
  margin-bottom: 20px;
}

.contact-info h2 {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  margin: 0px;
  line-height: 1.7;
margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-info h3 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin: 0px;
  line-height: 1.7;

  text-transform: uppercase;
}

.contact-info p {
  color: #ffffff;

  margin-top: 20px;
  font-size: 20px;
}

.form-bg{background: #ffffff; padding: 30px; margin-top: 30px;}

.form-bg h3 {
 font-size: 25px;
 font-weight: 600;
 color: #304186;
 position: relative;
 margin: 0px;
 line-height: 1.7;
 text-align: center;

 text-transform: uppercase;
}
.form-bg .form-control {
    border: none;
    border-bottom: 1px solid #304186;
    font-size: 14px;
    border-radius: 0;
    padding-left: 0;
    background: 0 0;
    color: #304186;
    outline: 0;
    height: 40px;
    padding-top: 20px;
    padding-bottom: 0;
}
.enquirepopup_box input {
    transition: all 0.4s ease-out;
}
.form-bg .input-group {
    margin-bottom: 11px;
}
.form-bg .col-md-5 {
    float: left;
}

.form-btn {
    background: #304186;
    color: #fff;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    width: 110px !important;
    border-radius: 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 6px 5px !important;
}




.grow {
  transition: all .2s ease-in-out;
}

.grow:hover {
  transform: scale(1.1);
}

.nemargin {
  transform: translateY(-130px);
}

.nemargin2 {
  transform: translateY(-30px);
}

.pleft0 {
  padding-left: 0px;
}

.pright0 {
  padding-right: 0px;
}

.footer {
  width: 100%;
  background: #304186;
  padding: 30px 0px;
  color: #ffffff;
}

.footer h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}

.footer .qlinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer .qlinks li a {
  color: #ffffff;
  font-size: 20px;
}

.footer .social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  float: left;
}

.footer .social li a img {
  width: 70%;
}

.footer p {
  margin-bottom: 0px;
  color: #ffffff;
}

.footer-copy {
  width: 100%;
  background: #ffffff;
  padding: 10px 0px;
  color: #304186;
}

.footer-copy p {
  margin-bottom: 0px;
  color: #304186;
  text-align: center;
}
