
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* ----- fonts ----- */




html {
  scroll-behavior: smooth;
}


/* ----- variables ----- */
/* ----- text defaults ----- */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }




object {
	-webkit-pointer-events: none;
	pointer-events: none;
}


.tt-ol-submenu-list .active a{
text-decoration: underline !important;
}


.qrt-text {
  line-height: 18px; }

.qrt-white {
  color: white !important; }
  .qrt-white * {
    color: white !important; }

.qrt-text-right {
  text-align: right; }

@media (max-width: 768px) {
  .qrt-sm-text-left {
    text-align: left; } }



.qrt-just-text {
  padding: 40px 0; }


.qrt-just-img {
  width: 100%; }

/* ----- quote ----- */
blockquote {
  color: #28292c;
  font-size: 1rem;
  background: #ff7043;
  padding: 30px 30px 30px 35px;
  font-weight: 600;
  font-style: italic;
  position: relative; }
  blockquote:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 16px;
    opacity: 0.5;
    color: #fff;
    top: 13px;
    left: 13px; }
  blockquote:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 16px;
    opacity: 0.5;
    color: #fff;
    bottom: 13px;
    right: 13px;
    transform: rotate(180deg); }

/* ----- divider ----- */
.qrt-divider {
  background: #52555a;
  width: 100%;
  margin: 40px 0;
  height: 1px;
  opacity: 0.3; }
  .qrt-divider.qrt-space-fix {
    margin: 0 0 40px; }
  .qrt-divider.qrt-space-fix-2 {
    margin: 20px 0 40px; }

.qrt-divider-2 {
  background: #0c6db7;
  width: 90px;
  margin: 20px 0 20px;
  height: 4px;
  border-radius: 1px; }

/* ----- buttons ----- */
.qrt-btn {
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #28292c;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  border: solid 2px transparent;
  box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1); }
  .qrt-btn span {
    white-space: nowrap;
    margin: 0 5px;
    align-self: center;
    transition: 0.4s ease-in-out; }
  .qrt-btn i {
    display: block;
    font-size: 8px;
    margin: 0 5px 3px;
    align-self: center;
    transition: 0.4s ease-in-out; }
  .qrt-btn.qrt-btn-md {
    height: 45px;
    font-size: 10px;
    padding: 2px 35px 0; }
  .qrt-btn.qrt-btn-sm {
    height: 40px;
    font-size: 10px;
    padding: 1px 30px 0; }
  .qrt-btn:hover {
    color: #fff; }
  .qrt-btn:focus {
    outline: inherit;
    color: inherit; }
  .qrt-btn.qrt-btn-color {
    background-color: #ff7043;
    color: #28292c; }
    .qrt-btn.qrt-btn-color:hover {
      color: #28292c; }
    .qrt-btn.qrt-btn-color:focus {
      outline: inherit;
      color: #28292c; }
  .qrt-btn.qrt-btn-border {
    background-color: transparent;
    border-color: #fff; }
    .qrt-btn.qrt-btn-border:focus {
      outline: inherit;
      color: white; }
  .qrt-btn:hover i {
    transform: translateX(4px); }

.qrt-link {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 800;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #28292c;
  transition: 0.4s ease-in-out; }
  .qrt-link:hover {
    color: #28292c; }
  .qrt-link.qrt-white-link {
    color: white; }
    .qrt-link.qrt-white-link:hover {
      color: white;
      transform: translateX(5px); }
  .qrt-link.qrt-color-link {
    color: #ff7043; }
    .qrt-link.qrt-color-link:hover {
      color: #ff7043;
      transform: translateX(5px); }
  .qrt-link.qrt-w-chevron {
    padding-right: 10px; }
    .qrt-link.qrt-w-chevron:after {
      position: absolute;
      font-family: "Font Awesome 5 free";
      content: '\f061';
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 8px;
      line-height: 13px;
      top: 0;
      transform: translateX(5px);
      transition: 0.4s ease-in-out; }
    .qrt-link.qrt-w-chevron:hover {
      transform: translateX(0); }
      .qrt-link.qrt-w-chevron:hover:after {
        transform: translateX(10px); }
  .qrt-link:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .qrt-link i {
    font-size: 9px;
    margin-left: 3px; }
  .qrt-link.qrt-left-link {
    padding-left: 10px;
    padding-right: 0; }
    .qrt-link.qrt-left-link.qrt-w-chevron:after {
      content: '\f053';
      left: 0;
      transform: translateX(0); }
    .qrt-link.qrt-left-link.qrt-w-chevron:hover:after {
      transform: translateX(-4px); }

/* ----- space ----- */
.qrt-mr-20 {
  margin-right: 20px !important; }

.qrt-mb-80 {
  margin-bottom: 80px !important; }

.qrt-mb-40 {
  margin-bottom: 40px !important; }

.qrt-mb-30 {
  margin-bottom: 30px !important; }

.qrt-mb-20 {
  margin-bottom: 20px !important; }

.qrt-mb-25 {
  margin-bottom: 25px !important; }

.qrt-mb-10 {
  margin-bottom: 10px !important; }

.qrt-mb-5 {
  margin-bottom: 5px !important; }

.qrt-p-40-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.qrt-p-0-40 {
  padding-bottom: 40px; }

.qrt-p-40-0 {
  padding-top: 40px; }

.qrt-d-none {
  display: none; }

/* ------------------------------

frame

------------------------------ */
body {
  background-color: #02041e; }


   .qrt-preloader {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    background-color: #28292c;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
     .qrt-preloader .qrt-preloader-content {
      width: 200px;
      text-align: center;
      margin-bottom: 60px; }
       .qrt-preloader .qrt-preloader-content .qrt-preloader-load svg path {
        stroke: rgba(255, 255, 255, 0.1); }
       .qrt-preloader .qrt-preloader-content .qrt-preloader-load svg path:last-child {
        stroke: #0c6db7; }
       .qrt-preloader .qrt-preloader-content .qrt-logo {
        width: 80px;
        margin: 0 auto; }
         .qrt-preloader .qrt-preloader-content .qrt-logo img {
          width: 100%;
           }

       .qrt-preloader .qrt-preloader-content .progressbar-text {
        top: 30px !important;
        color: #f7f8f8 !important; }
   .qrt-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    width: 100%;
    border-radius: 0px 0px 0 0;
	  background-color: #02041e;
    padding: 0 0px 0 120px;
    box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
    z-index: 999;
    transform-style: preserve-3d;
    display: flex;
    justify-content: space-between;
    align-items: center;
	  border-bottom: solid 1px #202e61;
}


   .qrt-top-bar p {
		font-size: 14px;
	  line-height: 18px;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 500;
		color: rgba(255,255,255,1.00);
		margin: 0px 0px 0px 0px;
}


   .qrt-top-bar p.menutext {
	  margin-left: 100px;

}


@media (max-width: 560px) {
	

	.qrt-cursor-color	{display: none;}
	
	
	
}



@media (max-width: 480px) {
	
   .qrt-top-bar p.menutext {
	  display: none;

}	
	
	
   .qrt-top-bar {
    padding: 0 30px 0 95px;

}	
	
	
	
	
	
	
	
	
}



     .qrt-top-bar .qrt-symbol {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 80px;
      border-radius: 0px 0 0 0;
     /* background-color: #02041e;*/
      box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
      display: flex;
      justify-content: center;
      align-items: center; }
       .qrt-top-bar .qrt-symbol img {
        width: 90px;
       /* height: 22px;*/
        object-fit: cover;
        object-position: center;
        transition: 0.4s ease-in-out; }

     .qrt-top-bar .qrt-logo {
      margin-left: 10px;
      /*width: 80px;*/ 
}

     .qrt-top-bar .qrt-logo P {
		font-size: 14px;
font-family: Poppins, serif !important;
font-weight: 500;
		color: rgba(255,255,255,1.00);
		margin: 0px 0px 0px 0px;

}


@media (max-width: 480px) {
	
	     .qrt-top-bar .qrt-logo P {
		font-size: 12px;
font-weight: 500;
			margin-top: 3px;
margin-bottom: 3px;

}
	
}




       .qrt-top-bar .qrt-logo img {
        width: 100%;
        filter: invert(100%) brightness(150%); }
     .qrt-top-bar .qrt-menu {
     /* height: 80px;*/
      font-family: "Josefin Sans", sans-serif;
      transition: 0.4s ease-in-out;
      position: relative; }
       .qrt-top-bar .qrt-menu nav ul {
        padding: 0;
        margin: 0;
        display: flex; }
         .qrt-top-bar .qrt-menu nav ul li {
          position: relative;
          height: 80px;
          list-style-type: none;
          margin: 0 20px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
           .qrt-top-bar .qrt-menu nav ul li:first-child {
            margin-left: 0; }
           .qrt-top-bar .qrt-menu nav ul li:last-child {
            margin-right: 0; }
           .qrt-top-bar .qrt-menu nav ul li a {
            text-transform: uppercase;
            color: #f7f8f8;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 2px; }
           .qrt-top-bar .qrt-menu nav ul li:after {
            content: '';
            height: 3px;
            width: 0;
            position: absolute;
            bottom: 0;
            left: -20%;
            background-color: #ff7043; }
           .qrt-top-bar .qrt-menu nav ul li.current-menu-item:after {
            content: '';
            width: 135%; }
           .qrt-top-bar .qrt-menu nav ul li.qrt-this-page {
            opacity: 0.2;
            pointer-events: none; }
           .qrt-top-bar .qrt-menu nav ul li ul {
            pointer-events: none;
            opacity: 0;
            transform: translateY(5px);
            position: absolute;
            top: 80px;
            left: -25px;
            padding: 0 25px;
            background-color: #ff7043;
            min-width: 160px;
            border-radius: 0 0 5px 5px;
            box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
            transition: 0.2s ease-in-out;
            display: flex;
            flex-direction: column; }
             .qrt-top-bar .qrt-menu nav ul li ul li {
              white-space: nowrap;
              display: inline-block;
              height: auto;
              padding-top: 0;
              margin: 0 0 25px; }
               .qrt-top-bar .qrt-menu nav ul li ul li a {
                color: #28292c; }
               .qrt-top-bar .qrt-menu nav ul li ul li:first-child {
                margin-top: 20px; }
               .qrt-top-bar .qrt-menu nav ul li ul li:after {
                display: none; }
           .qrt-top-bar .qrt-menu nav ul li:hover ul {
            pointer-events: all;
            opacity: 1;
            transform: translateY(0); }

     .qrt-top-bar .qrt-buttons {
      display: flex;
      justify-content: flex-end;
      align-items: center; 
background-color: #202e61;
height: inherit;
padding-right: 30px;
padding-left: 20px;
}

@media (max-width: 480px) {
	
 .qrt-top-bar .qrt-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #202e61;
  height: inherit;
  padding-right: 15px;
  padding-left: 10px;
}
	
}


       .qrt-top-bar .qrt-buttons .qrt-search-btn {
        margin-left: 5px;
        color: white;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center; }
         .qrt-top-bar .qrt-buttons .qrt-search-btn i {
          font-size: 15px; }
       .qrt-top-bar .qrt-buttons .qrt-info-btn,  .qrt-top-bar .qrt-buttons .qrt-menu-btn {
        margin-top: 2px;
        padding: 8px 7px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        text-align: center; }
         .qrt-top-bar .qrt-buttons .qrt-info-btn span,  .qrt-top-bar .qrt-buttons .qrt-info-btn span:after,  .qrt-top-bar .qrt-buttons .qrt-info-btn span:before,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span:after,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span:before {
          content: "";
          display: block;
          width: 15px;
          height: 0.15em;
          border-radius: 1px;
          background: #f7f8f8;
          transition: 0.4s ease-in-out;
          backface-visibility: hidden; }
         .qrt-top-bar .qrt-buttons .qrt-info-btn span,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span {
          position: relative;
          margin: 5px 0 0; }
           .qrt-top-bar .qrt-buttons .qrt-info-btn span:after,  .qrt-top-bar .qrt-buttons .qrt-info-btn span:before,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span:after,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span:before {
            position: absolute; }
           .qrt-top-bar .qrt-buttons .qrt-info-btn span:before,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span:before {
            top: -5px; }
           .qrt-top-bar .qrt-buttons .qrt-info-btn span:after,  .qrt-top-bar .qrt-buttons .qrt-menu-btn span:after {
            top: 5px; }
         .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-active span,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-active span {
          transform: rotate(45deg); }
           .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-active span:before,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-active span:before {
            transform: translate(0px, 5px) rotate(-90deg); }
           .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-active span:after,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-active span:after {
            transform: translate(0px, -5px) rotate(-90deg); }
         .qrt-top-bar .qrt-buttons .qrt-info-btn:hover span,  .qrt-top-bar .qrt-buttons .qrt-info-btn:hover span:after,  .qrt-top-bar .qrt-buttons .qrt-info-btn:hover span:before,  .qrt-top-bar .qrt-buttons .qrt-menu-btn:hover span,  .qrt-top-bar .qrt-buttons .qrt-menu-btn:hover span:after,  .qrt-top-bar .qrt-buttons .qrt-menu-btn:hover span:before {
          background: white; }
         .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-info-btn,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-info-btn {
          transition: 0.4s ease-in-out;
          padding-left: 0;
          padding-right: 0; }
           .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-info-btn span,  .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-info-btn span:after,  .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-info-btn span:before,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-info-btn span,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-info-btn span:after,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-info-btn span:before {
border-radius: 20%;
width: 23px;
height: 3px; }
           .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-info-btn.qrt-active span,  .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-info-btn.qrt-active span:after,  .qrt-top-bar .qrt-buttons .qrt-info-btn.qrt-info-btn.qrt-active span:before,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-info-btn.qrt-active span,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-info-btn.qrt-active span:after,  .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-info-btn.qrt-active span:before {
            border-radius: 1px;
            width: 15px;
            height: 0.16em; }
       .qrt-top-bar .qrt-buttons .qrt-menu-btn {
        display: none; }
     .qrt-top-bar .qrt-search {
      border-radius: 5px;
      position: absolute;
      top: 80px;
      left: 80px;
      width: calc(100% - 80px);
      height: 80px;
      padding: 0 20px;
      background-color: white;
      z-index: -2;
      transform: translateZ(-1px) translateY(-100%);
      transition: 0.4s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center; }
       .qrt-top-bar .qrt-search form {
        opacity: 0;
        width: 100%;
        transition: 0.4s ease-in-out;
        display: flex;
        justify-content: space-between;
        align-items: center; }
         .qrt-top-bar .qrt-search form input {
          width: 100%;
          height: 40px;
          border-radius: 30px;
          background-color: transparent;
          border: none;
          font-size: 14px;
          padding: 0 20px;
          color: #28292c;
          background-color: #cacdd2; }
           .qrt-top-bar .qrt-search form input:focus {
            outline: inherit; }
           .qrt-top-bar .qrt-search form input::placeholder {
            font-size: 14px;
            font-family: "Josefin Sans", sans-serif;
            color: #28292c;
            opacity: 0.3; }
       .qrt-top-bar .qrt-search.qrt-active {
        transform: translateZ(-1px) translateY(0);
        border-radius: 0 0 5px 5px; }
         .qrt-top-bar .qrt-search.qrt-active form {
          opacity: 1; }
     .qrt-top-bar .qrt-info {
      overflow: scroll;
      position: absolute;
      top: 80px;
      right: 0;
      width: 350px;
      height: calc(100vh - 100px);
      background-color: #232536;
      box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
      z-index: -1;
      transform: translateZ(-1px) translateX(100%);
      transition: 0.4s ease-in-out; }
       .qrt-top-bar .qrt-info.qrt-active {
        transform: translateZ(-1px) translateX(0); }
       .qrt-top-bar .qrt-info .qrt-info-frame {
        padding: 40px;
        width: 100%;
        height: 100%; }
   .qrt-left-bar {
    position: relative;
    z-index: 9;
    width: 80px;
    height: 100%;
    border-radius: 0px 0 0 0px;
    background-color: #28292c;
    box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1); }
     .qrt-left-bar .qrt-current-page-title {
      pointer-events: none;
      text-align: right;
      position: absolute;
      bottom: calc(100vh - 285px);
      left: -111px;
      height: 90px;
      width: 300px;
      font-family: "Josefin Sans", sans-serif;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 2px;
      font-weight: 800;
      transform: rotate(-90deg);
      display: flex;
      justify-content: flex-end;
      align-items: center; }
       .qrt-left-bar .qrt-current-page-title a {
        display: none;
        color: #f7f8f8;
        pointer-events: none; }
         .qrt-left-bar .qrt-current-page-title a:first-child {
          display: block; }
     .qrt-left-bar .qrt-change-language {
      position: absolute;
      bottom: 40px;
      width: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
       .qrt-left-bar .qrt-change-language .qrt-leng {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 10px;
        padding-left: 2px;
        padding-top: 2px;
        font-family: "Josefin Sans", sans-serif;
        letter-spacing: 2px;
        font-weight: 800;
        border-radius: 50%;
        color: #f7f8f8;
        transition: 0.4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center; }
         .qrt-left-bar .qrt-change-language .qrt-leng:last-child {
          margin-bottom: 0; }
         .qrt-left-bar .qrt-change-language .qrt-leng.qrt-active {
          background-color: #ff7043;
          box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
          color: #28292c; }
   .qrt-curtain {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(40, 41, 44, 0.3);
    opacity: 0;
    pointer-events: none;
    /*width: 100vw;*/
    height: 100vh;
    transition: 0.4s ease-in-out; }
     .qrt-curtain.qrt-active {
      opacity: 1;
      pointer-events: all; }
   .qrt-content {
    position: relative;
    top: 80px;
width: calc(100vw - 200px);
height: calc(100vh - 80px):

}


     .qrt-content .qrt-content-frame {
      width: 100%;
      position: relative;
      overflow: hidden;
      padding: 40px;
      background-color: #f7f8f8;
      box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1); }
     .qrt-content .qrt-half-content-frame {
      width: 100%;
      position: relative;
      top: 0;
      background-color: #f7f8f8;
      box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
      display: block; }
       .qrt-content .qrt-half-content-frame .qrt-left {
width: 100%;
min-height: calc(100vh - 100px);
padding: 0px 0px 40px 0px;
position: absolute;
overflow: hidden;
float: right;
background-color: rgba(255,255,255,1.00)		;  
right: 0px;}











       .qrt-content .qrt-half-content-frame .qrt-right {
margin-right: auto;
position: relative;
left: 0px;
width: 100%;

}


   .qrt-cursor {
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    width: 30px;
    height: 30px; }
     .qrt-cursor .qrt-follower {
      margin-top: 3px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
      opacity: 0.2; }
       .qrt-cursor .qrt-follower i {
        opacity: 0; }

/* ----- frame (after 1200px) ----- */
@media (max-width: 1200px) {
   .qrt-content .qrt-half-content-frame {
    flex-direction: column; }
     .qrt-content .qrt-half-content-frame .qrt-left {
      width: 100%; position: relative;}
     .qrt-content .qrt-half-content-frame .qrt-right {
      position: relative;
		left: 0px;
      width: 100%; } }
/* ----- frame (after 992px) ----- */
@media (max-width: 992px) {
   .qrt-top-bar .qrt-buttons .qrt-send-request {
    display: none; } }
/* ----- frame (after 768px) ----- */
@media (max-width: 768px) {
   {
    margin: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0; }
     .qrt-preloader {
      border-radius: 0; }
     .qrt-top-bar {
      border-radius: 0;
	padding: 0 0px 0 110px;
	}
       .qrt-top-bar .qrt-symbol {
        border-radius: 0; }
       .qrt-top-bar .qrt-logo {
        opacity: 10;
        pointer-events: none;
        visibility:visible; }
       .qrt-top-bar .qrt-menu {
        position: absolute;
        top: 80px;
        left: 0;
        height: auto;
        width: 100%;
        background-color: #28292c;
        padding: 40px 20px;
        transform: translateZ(-1px) translateY(-100%); }
         .qrt-top-bar .qrt-menu nav {
          width: 100%; }
           .qrt-top-bar .qrt-menu nav ul {
            opacity: 0;
            transition: 0.4s ease-in-out;
            flex-direction: column; }
             .qrt-top-bar .qrt-menu nav ul li {
              height: auto;
              margin: 0 0 20px; }
               .qrt-top-bar .qrt-menu nav ul li:last-child {
                margin-bottom: 0; }
               .qrt-top-bar .qrt-menu nav ul li a {
                color: white; }
               .qrt-top-bar .qrt-menu nav ul li ul {
                border-radius: 5px;
                position: static;
                min-width: 100%;
                max-width: 100%;
                max-height: 0; }
                 .qrt-top-bar .qrt-menu nav ul li ul li {
                  display: flex; }
                   .qrt-top-bar .qrt-menu nav ul li ul li a {
                    color: #28292c; }
                   .qrt-top-bar .qrt-menu nav ul li ul li:last-child {
                    margin-bottom: 20px; }
               .qrt-top-bar .qrt-menu nav ul li.current-menu-item:after {
                display: none; }
               .qrt-top-bar .qrt-menu nav ul li.current-menu-item a {
                color: #ff7043; }
               .qrt-top-bar .qrt-menu nav ul li.current-menu-item ul li a {
                color: #28292c; }
               .qrt-top-bar .qrt-menu nav ul li:hover ul {
                margin-top: 20px;
                max-height: 500px;
                transform: translateY(0); }
         .qrt-top-bar .qrt-menu.qrt-active {
          transform: translateZ(-1px) translateY(0); }
           .qrt-top-bar .qrt-menu.qrt-active ul {
            opacity: 1;
            transition: 0.4s ease-in-out; }
             .qrt-top-bar .qrt-menu.qrt-active ul li ul {
              opacity: 0;
              transition: 0.4s ease-in-out; }
       .qrt-top-bar .qrt-buttons .qrt-menu-btn {
        display: flex; }
       .qrt-top-bar .qrt-info {
        height: calc(100vh - 80px);
        width: calc(100vw - 80px); }
         .qrt-top-bar .qrt-info .qrt-info-frame {
          padding: 40px 20px; }
       .qrt-top-bar .qrt-search {
        width: 100%;
        left: 0; }
         .qrt-top-bar .qrt-search.qrt-active {
          border-radius: 0; }
     .qrt-content {
      position: relative;
      width: calc(100vw - 80px);
      height: calc(100vh - 80px); }
       .qrt-content .qrt-content-frame {
        padding: 20px; }
       .qrt-content .qrt-half-content-frame .qrt-left {
        padding: 0px 0px 0px 0px; }
     .qrt-left-bar {
      display: none; }
     .qrt-cursor {
      display: none; } }


@media (max-width: 480px) {

     .qrt-content {
      position: relative;
      width: calc(100vw - 20px);
      height: calc(100vh - 80px); }	

}	



/* ----- frame (after 430px) ----- */
@media (max-width: 430px) {
	
	
     .qrt-content {
      position: relative;
      width: calc(100vw - 0px);
      height: calc(100vh - 80px); }	
	
	
	
	
   .qrt-top-bar .qrt-info {
    width: 100vw; } }
/* ----- half banner ----- */
.qrt-half-banner {
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
  overflow: hidden;
  background-color: #28292c;
  box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1); }
  .qrt-half-banner .qrt-image-frame {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .qrt-half-banner .qrt-video-background {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .qrt-half-banner.qrt-animated-zoom .qrt-image-frame {
    animation: zoom 20s linear infinite; }
  .qrt-half-banner.qrt-animated-show .qrt-image-frame img {
    animation: show 100s linear infinite; }
  .qrt-half-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .qrt-half-banner .qrt-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: rgb(2, 4, 30);
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
    .qrt-half-banner .qrt-overlay .qrt-banner-title {
      text-align: right; }
      .qrt-half-banner .qrt-overlay .qrt-banner-title .qrt-divider-2 {
        margin-left: auto; }
  .qrt-half-banner.qrt-left-align .qrt-overlay .qrt-scroll-hint {
    left: 40px; }
  .qrt-half-banner.qrt-left-align .qrt-banner-title {
    text-align: left; }
    .qrt-half-banner.qrt-left-align .qrt-banner-title .qrt-divider-2 {
      margin-right: auto;
      margin-left: 0; }

.qrt-scroll-hint {
position: absolute;
bottom: 30%;
left: 50%;
z-index: 12;

}


  .qrt-scroll-hint span {
    display: block;
    position: relative;
    width: 25px;
    height: 40px;
    border-radius: 15px;
    border: solid 2px #ff7043; }

    .qrt-scroll-hint span:after {
      content: '';
      width: 3px;
      height: 3px;
      background-color: #ff7043;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 45%;
      animation: mouse 1s ease-in-out infinite; }

.qrt-hint-frame {
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #28292c;
  height: 240px;
  width: 90px; }
  .qrt-hint-frame.qrt-left {
    left: 0;
    right: auto; }
  .qrt-hint-frame .qrt-scroll-hint {
    position: absolute;
    top: 40px;
    right: 33px; }
    .qrt-hint-frame .qrt-scroll-hint span {
      display: block;
      position: relative;
      width: 25px;
      height: 40px;
      border-radius: 15px;
      border: solid 2px #ff7043; }

/* ----- half banner (after 1200px) ----- */
@media (max-width: 1200px) {
  .qrt-half-banner .qrt-overlay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .qrt-half-banner .qrt-overlay .qrt-banner-title {
      position: relative;
      width: 100%;
      text-align: left; }
      .qrt-half-banner .qrt-overlay .qrt-banner-title .qrt-divider-2 {
        margin: 20px 0 20px; } }
/* ----- half banner (after 768px) ----- */
@media (max-width: 768px) {
  .qrt-half-banner .qrt-overlay .qrt-scroll-hint {
    display: none; } }
/* ----- main banner ----- */
.qrt-banner {
  background-color: #28292c;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: calc(100vh - 80px); }
  .qrt-banner .qrt-image-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .qrt-banner.qrt-animated-zoom .qrt-image-frame {
    animation: zoom 20s linear infinite; }
  .qrt-banner.qrt-animated-show .qrt-image-frame {
    animation: show 60s linear infinite; }
  .qrt-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }


@media (min-height: 844px) and (max-height: 844px) and (min-width: 390px) and (max-width: 390px) { 
	
	
	  .qrt-banner img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    object-position: center; }
	
.qrt-banner {
    background-color: #2f3182;
}
	


}




  .qrt-banner .qrt-video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0; }
  .qrt-banner .qrt-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: rgba(40, 41, 44, 0.6);
    display: flex;
    align-items: center; }
    .qrt-banner .qrt-overlay .qrt-banner-title {
      width: 80%;
      margin: 0 auto;
      position: relative; }
      .qrt-banner .qrt-overlay .qrt-banner-title .qrt-text {
        max-width: 500px; }

/* ----- main banner (after 768px) ----- */
@media (max-width: 768px) {
  .qrt-banner {
    height: auto}
    .qrt-banner .qrt-overlay {
      padding: 20px; }
      .qrt-banner .qrt-overlay .qrt-banner-title {
        text-align: center;
        margin: 0;
        width: 100%; }
        .qrt-banner .qrt-overlay .qrt-banner-title .qrt-divider-2 {
          margin: 0 auto 20px; }
        .qrt-banner .qrt-overlay .qrt-banner-title .qrt-text {
          margin: 0 auto;
          display: block; } }



@media (max-width: 480px) {

    .qrt-half-banner .qrt-overlay .qrt-banner-title {
      position: relative;
      width: 100%;
      text-align: center; }
	
      .qrt-half-banner .qrt-overlay .qrt-banner-title .qrt-divider-2 {
        margin: 20px auto 20px; }	

}



/* ----- main slider ----- */
.qrt-main-slider,
.qrt-main-slider-onepage {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #28292c; }
  .qrt-main-slider .qrt-project-cover,
  .qrt-main-slider-onepage .qrt-project-cover {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: calc(100vw - 100px); }
    .qrt-main-slider .qrt-project-cover .qrt-image-frame,
    .qrt-main-slider-onepage .qrt-project-cover .qrt-image-frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .qrt-main-slider .qrt-project-cover .qrt-video-background,
    .qrt-main-slider-onepage .qrt-project-cover .qrt-video-background {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      object-fit: cover;
      z-index: 0; }
    .qrt-main-slider .qrt-project-cover img,
    .qrt-main-slider-onepage .qrt-project-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0; }
    .qrt-main-slider .qrt-project-cover .qrt-overlay,
    .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 40px;
      background-color: rgba(40, 41, 44, 0.6);
      display: flex;
      align-items: center; }
      .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-parallax-fix,
      .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-parallax-fix {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center; }
      .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title,
      .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title {
        width: 80%;
        margin: 0 auto;
        position: relative; }
        .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title .qrt-text,
        .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title .qrt-text {
          max-width: 400px; }

.qrt-slider-navigation {
  width: 350px;
  display: flex; }
  .qrt-slider-navigation.qrt-absolute {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0; }
  .qrt-slider-navigation .qrt-slider-nav-btn {
    position: relative;
    overflow: hidden;
    background-color: #28292c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 70px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #f7f8f8;
    transition: 0.4s ease-in-out; }
    .qrt-slider-navigation .qrt-slider-nav-btn span {
      transition: 0.4s ease-in-out;
      opacity: 1; }
    .qrt-slider-navigation .qrt-slider-nav-btn:focus {
      outline: inherit; }
    .qrt-slider-navigation .qrt-slider-nav-btn:after {
      color: #f7f8f8;
      transition: 0.4s ease-in-out;
      content: '';
      transform: translateY(1px); }
    .qrt-slider-navigation .qrt-slider-nav-btn:before {
      color: #f7f8f8;
      transition: 0.4s ease-in-out;
      content: '';
      transform: translateY(1px); }
    .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-prev:hover i {
      transform: translateX(-5px); }
    .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-prev.swiper-button-disabled {
      pointer-events: none; }
      .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-prev.swiper-button-disabled:after {
        content: 'first';
        margin-right: 10px;
        opacity: 0.3;
        transition: 0.4s ease-in-out; }
      .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-prev.swiper-button-disabled span {
        opacity: 0;
        width: 0; }
      .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-prev.swiper-button-disabled i {
        transform: translateX(-40px);
        opacity: 0; }
    .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-next:hover i {
      transform: translateX(5px); }
    .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-next.swiper-button-disabled {
      pointer-events: none; }
      .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-next.swiper-button-disabled:before {
        content: 'last';
        margin-left: 10px;
        opacity: 0.3;
        transition: 0.4s ease-in-out; }
      .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-next.swiper-button-disabled span {
        display: none; }
      .qrt-slider-navigation .qrt-slider-nav-btn.qrt-main-next.swiper-button-disabled i {
        transform: translateX(40px);
        opacity: 0; }
    .qrt-slider-navigation .qrt-slider-nav-btn span {
      transform: translateY(1px);
      margin: 0 5px;
      position: relative;
      overflow: hidden;
      transition: 0.4s ease-in-out; }
    .qrt-slider-navigation .qrt-slider-nav-btn i {
      margin: 0 5px;
      font-size: 8px;
      transition: 0.4s ease-in-out; }

.qrt-slider-pagination {
  position: absolute;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center; }
  .qrt-slider-pagination .swiper-main-pagination {
    height: 3px;
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3); }
    .qrt-slider-pagination .swiper-main-pagination .swiper-pagination-progressbar-fill {
      height: 100%;
      background-color: #ff7043; }

/* ----- main slider (after 768px) ----- */
@media (max-width: 768px) {
  .qrt-main-slider,
  .qrt-main-slider-onepage {
    height: calc(100vh - 80px); }
    .qrt-main-slider .qrt-project-cover,
    .qrt-main-slider-onepage .qrt-project-cover {
      width: 100vw; }
      .qrt-main-slider .qrt-project-cover .qrt-overlay,
      .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay {
        padding: 20px; }
        .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title,
        .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title {
          margin-bottom: 70px;
          width: 100%;
          text-align: center; }
          .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title .qrt-divider-2,
          .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title .qrt-divider-2 {
            margin: 0 auto 20px; }
          .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title .qrt-text,
          .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title .qrt-text {
            margin: 0 auto;
            display: block; }

  .qrt-slider-navigation {
    width: 100%; } }
/* ----- animations ----- */
@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@keyframes show {
  0% {
    object-position: center; }
  50% {
    object-position: left; }
  100% {
    object-position: right; } }
@keyframes mouse {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }
/* ----- menu in animation ----- */
 .qrt-top-bar .qrt-menu .qrt-dynamic-menu {
  pointer-events: all;
  opacity: 1;
  transition: 0.4s ease-in-out; }
   .qrt-top-bar .qrt-menu .qrt-dynamic-menu nav ul li.current-menu-item:after {
    content: '';
    width: 135%;
    transition: 0.4s ease-in-out; }

/* ----- menu out animation ----- */
html.is-animating  .qrt-top-bar .qrt-menu .qrt-dynamic-menu {
  pointer-events: none;
  opacity: 0.999;
  transition: 0.4s ease-in-out; }
  html.is-animating  .qrt-top-bar .qrt-menu .qrt-dynamic-menu nav ul li.current-menu-item:after {
    content: '';
    width: 0; }
  html.is-animating  .qrt-top-bar .qrt-menu .qrt-dynamic-menu nav ul li ul {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.4s ease-in-out; }

/* ----- content in animation ----- */
.qrt-dynamic-content {
  pointer-events: all;
  position: relative;
  opacity: 1;
  transition: 0.4s ease-in-out; }
  .qrt-dynamic-content .qrt-banner, .qrt-dynamic-content .qrt-half-banner {
    transform: translateY(0);
    transition: 0.4s ease-in-out; }
    .qrt-dynamic-content .qrt-banner .qrt-video-background, .qrt-dynamic-content .qrt-banner img, .qrt-dynamic-content .qrt-half-banner .qrt-video-background, .qrt-dynamic-content .qrt-half-banner img {
      transform: translateX(0);
      transition: 0.4s ease-in-out;
      transition-delay: 0.4s; }
    .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-scroll-hint, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-scroll-hint {
      opacity: 1;
      transition: 0.4s ease-in-out;
      transition-delay: 0.8s; }
    .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-banner-title {
      opacity: 1;
      transition: 0.4s ease-in-out;
      transition-delay: 0.8s; }





    .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-banner-title h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
color: #02041e !important;
/*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/

}


    .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-banner-title h2 {
font-size: 30px;
line-height: 35px;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 500;
color: #FFF !important;
}





@media (max-width: 1366px) {
	    .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-banner-title h1 {
    font-size: 30px;
    color: #0c6db7;
    line-height: 34px;
    margin-bottom: 10px;


}
}


@media (max-width: 1199px) {
	    .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-banner-title h1 {
    font-size: 27px;
    color: #0c6db7;
    line-height: 32px;
    margin-bottom: 10px;


}
}


  .qrt-dynamic-content .qrt-slider-navigation {
    transform: translateY(0);
    transition: 0.4s ease-in-out;
    transition-delay: 0.8s; }
  .qrt-dynamic-content .qrt-main-slider, .qrt-dynamic-content .qrt-main-slider-onepage {
    transform: translateY(0);
    transition: 0.4s ease-in-out; }
    .qrt-dynamic-content .qrt-main-slider .qrt-project-cover .video-background, .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .video-background {
      transform: translateX(0);
      transition: 0.4s ease-in-out;
      transition-delay: 0.4s; }
    .qrt-dynamic-content .qrt-main-slider .qrt-project-cover .qrt-image-frame, .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .qrt-image-frame {
      transform: translateX(0);
      transition: 0.4s ease-in-out;
      transition-delay: 0.4s; }
    .qrt-dynamic-content .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title {
      opacity: 1;
      transition: 0.4s ease-in-out;
      transition-delay: 0.8s; }
  .qrt-dynamic-content .qrt-map-frame {
    transform: translateY(0);
    transition: 0.4s ease-in-out; }
    .qrt-dynamic-content .qrt-map-frame .qrt-map {
      opacity: 1;
      transform: scale(1);
      transition: 0.4s ease-in-out;
      transition-delay: 0.4s; }
  .qrt-dynamic-content .qrt-about-me-cover, .qrt-dynamic-content .qrt-page-cover {
    width: 100%;
    transition: 0.4s ease-in-out; }
    .qrt-dynamic-content .qrt-about-me-cover img, .qrt-dynamic-content .qrt-page-cover img {
      opacity: 1;
      transition: 0.4s ease-in-out;
      transition-delay: 0.4s; }
    .qrt-dynamic-content .qrt-about-me-cover .qrt-about-info, .qrt-dynamic-content .qrt-about-me-cover .qrt-hint-frame, .qrt-dynamic-content .qrt-page-cover .qrt-about-info, .qrt-dynamic-content .qrt-page-cover .qrt-hint-frame {
      transform: translateY(0);
      transition: 0.4s ease-in-out;
      transition-delay: 0.6s; }

 .qrt-left-bar .qrt-current-page-title {
  padding-right: 40px;
  opacity: 1;
  letter-spacing: 2px;
  transition: 0.4s ease-in-out; }

/* ----- content out animation ----- */
html.is-animating .qrt-dynamic-content {
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 1s; }
  html.is-animating .qrt-dynamic-content .qrt-banner, html.is-animating .qrt-dynamic-content .qrt-half-banner {
    transform: translateY(-100%);
    transition-delay: 0.8s; }
    html.is-animating .qrt-dynamic-content .qrt-banner .qrt-video-background, html.is-animating .qrt-dynamic-content .qrt-banner img, html.is-animating .qrt-dynamic-content .qrt-half-banner .qrt-video-background, html.is-animating .qrt-dynamic-content .qrt-half-banner img {
      transform: translateX(-100%);
      transition-delay: 0.4s; }
    html.is-animating .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-scroll-hint, html.is-animating .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-scroll-hint {
      opacity: 0;
      transition-delay: 0s; }
    html.is-animating .qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-banner-title, html.is-animating .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-banner-title {
      opacity: 0;
      transition-delay: 0s; }
  html.is-animating .qrt-dynamic-content .qrt-slider-navigation {
    transform: translateY(100%);
    transition-delay: 0s; }
  html.is-animating .qrt-dynamic-content .qrt-main-slider, html.is-animating .qrt-dynamic-content .qrt-main-slider-onepage {
    transform: translateY(-100%);
    transition-delay: 0.8s; }
    html.is-animating .qrt-dynamic-content .qrt-main-slider .qrt-project-cover .video-background, html.is-animating .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .video-background {
      transform: translateX(-100%);
      transition-delay: 0.4s; }
    html.is-animating .qrt-dynamic-content .qrt-main-slider .qrt-project-cover .qrt-image-frame, html.is-animating .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .qrt-image-frame {
      transform: translateX(-100%);
      transition-delay: 0.4s; }
    html.is-animating .qrt-dynamic-content .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title, html.is-animating .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title {
      opacity: 0;
      transition-delay: 0s; }
  html.is-animating .qrt-dynamic-content .qrt-map-frame {
    transform: translateY(-100%);
    transition-delay: 0.8s; }
    html.is-animating .qrt-dynamic-content .qrt-map-frame .qrt-map {
      opacity: 0;
      transform: scale(0.5);
      transition-delay: 0s; }
  html.is-animating .qrt-dynamic-content .qrt-about-me-cover, html.is-animating .qrt-dynamic-content .qrt-page-cover {
    width: 0;
    transition-delay: 0.8s; }
    html.is-animating .qrt-dynamic-content .qrt-about-me-cover img, html.is-animating .qrt-dynamic-content .qrt-page-cover img {
      opacity: 0; }
    html.is-animating .qrt-dynamic-content .qrt-about-me-cover .qrt-about-info, html.is-animating .qrt-dynamic-content .qrt-about-me-cover .qrt-hint-frame, html.is-animating .qrt-dynamic-content .qrt-page-cover .qrt-about-info, html.is-animating .qrt-dynamic-content .qrt-page-cover .qrt-hint-frame {
      transform: translateY(100%);
      transition-delay: 0s; }

html.is-animating  .qrt-left-bar .qrt-current-page-title {
  padding-right: 50px;
  opacity: 0;
  letter-spacing: 6px;
  transition: 0.4s ease-in-out;
  transition-delay: 0.4s; }

/* ------------------------------

content

------------------------------ */
/* ----- cover ----- */
.qrt-page-cover {
  overflow: hidden;
  background-color: #dee1e6;
  position: relative;
  padding-bottom: 0; }
  .qrt-page-cover img {
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%; }
  .qrt-page-cover.qrt-cover-center img {
    object-position: center; }
  .qrt-page-cover .qrt-about-info {
    padding: 20px;
    width: 300px;
    background-color: #28292c;
    position: absolute;
    left: 0;
    bottom: 0; }
    .qrt-page-cover .qrt-about-info.qrt-info-lg {
      width: 450px;
      left: auto;
      right: 0; }
    .qrt-page-cover .qrt-about-info.qrt-right-position {
      right: 0;
      left: auto; }
    .qrt-page-cover .qrt-about-info .qrt-table li span {
      transform: translateY(-1px);
      color: white;
      opacity: 0.6; }

.qrt-about-me-cover {
  overflow: hidden;
  position: relative;
  background-color: #dee1e6;
  padding-bottom: 105%;
  margin-bottom: 40px; }
  .qrt-about-me-cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0; }

.qrt-member-about {
  margin-bottom: 40px; }

@media (max-width: 768px) {
  .qrt-page-cover {
    padding-bottom: 0%; }
    .qrt-page-cover img {
      height: calc(100% - 80px); }
    .qrt-page-cover .qrt-hint-frame {
      display: none; }
    .qrt-page-cover .qrt-about-info, .qrt-page-cover .qrt-about-info.qrt-info-lg {
      width: 100%; }

  .qrt-member-about .qrt-hint-frame {
    display: none; } }
/* ----- counter up ----- */
.qrt-counter-frame {
  margin-bottom: 40px; }
  .qrt-counter-frame .qrt-counter-box .qrt-counter {
    display: block;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #28292c; }

/* ----- team ----- */
.qrt-team-member {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  .qrt-team-member .qrt-team-item {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 105%;
    filter: brightness(95%);
    transition: 0.4s ease-in-out; }
    .qrt-team-member .qrt-team-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .qrt-team-member .qrt-team-item:hover {
      filter: brightness(105%); }
  .qrt-team-member .qrt-team-member-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #28292c;
    padding: 15px 20px; }
    .qrt-team-member .qrt-team-member-description .qrt-member-more {
      background-color: #ff7043;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #28292c; }

/* ----- prices ----- */
.qrt-price {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background: white;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
  margin-bottom: 40px;
  transition: 0.4s ease-in-out; }
  .qrt-price.qrt-popular-price {
    transform: scale(1.03); }
    .qrt-price.qrt-popular-price:before {
      font-size: 9px;
      position: absolute;
      transform: rotate(45deg);
      z-index: 99;
      top: 15px;
      font-weight: 600;
      color: #28292c;
      right: -78px;
      content: 'POPULAR';
      padding: 2px 0 1px;
      width: 200px;
      text-align: center;
      background: #ff7043; }
  .qrt-price .qrt-price-body {
    position: relative;
    padding: 20px; }
    .qrt-price .qrt-price-body .qrt-asterisk {
      position: absolute;
      width: 100%;
      bottom: 4px;
      left: 0;
      text-align: center;
      font-size: 8px;
      opacity: 0.4; }
    .qrt-price .qrt-price-body .qrt-price-cost {
      position: relative;
      display: inline-flex;
      justify-content: center;
      margin-bottom: 20px;
      padding: 0 10px; }
      .qrt-price .qrt-price-body .qrt-price-cost .qrt-number {
        font-size: 36px;
        color: #28292c;
        font-weight: 800;
        margin-bottom: 0; }
        .qrt-price .qrt-price-body .qrt-price-cost .qrt-number span {
          color: #28292c;
          font-size: 12px;
          padding: 0 5px;
          opacity: 0.6; }
        .qrt-price .qrt-price-body .qrt-price-cost .qrt-number sup {
          font-size: 18px;
          position: absolute;
          top: 10px;
          right: 0; }
    .qrt-price .qrt-price-body .qrt-price-list {
      padding: 0;
      margin: 0 0 30px; }
      .qrt-price .qrt-price-body .qrt-price-list li {
        list-style-type: none;
        margin-bottom: 15px; }
        .qrt-price .qrt-price-body .qrt-price-list li:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f00c";
          margin-right: 5px;
          font-size: 9px;
          color: #ff7043; }
        .qrt-price .qrt-price-body .qrt-price-list li.qrt-empty-item {
          opacity: 0.3; }
          .qrt-price .qrt-price-body .qrt-price-list li.qrt-empty-item:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f00d";
            margin-right: 5px;
            font-size: 9px;
            color: #ff7043; }

/* ----- timeline ----- */
.qrt-timeline {
  position: relative; }
  .qrt-timeline::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: calc(100% - 5px);
    width: 1px;
    background: #dee1e6; }
  .qrt-timeline .qrt-timeline-item {
    position: relative; }
    .qrt-timeline .qrt-timeline-item .qrt-timeline-mark {
      position: absolute;
      top: 6px;
      left: -6px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: solid 3px #ff7043;
      background: white; }
    .qrt-timeline .qrt-timeline-item:hover .qrt-timeline-mark-light {
      animation: puls 1s infinite; }
    .qrt-timeline .qrt-timeline-item .qrt-timeline-content {
      position: relative;
      margin-left: 30px;
      margin-bottom: 40px; }
      .qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header {
        width: 100%; }
        .qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header .qrt-date {
          border-radius: 2px;
          position: relative;
          display: inline-block;
          color: #dee1e6;
          margin-left: auto;
          background: #28292c;
          padding: 4px 15px;
          font-size: 10px; }
          .qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header .qrt-date::before {
            content: '';
            position: absolute;
            top: 7px;
            left: -4px;
            height: 8px;
            width: 8px;
            background: #28292c;
            transform: rotate(45deg); }
        .qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header .qrt-el-suptitle {
          font-style: italic;
          font-size: 12px;
          margin-bottom: 20px; }
    .qrt-timeline .qrt-timeline-item:last-child .qrt-timeline-content {
      margin-bottom: 0; }

/* ----- testimonials ----- */
.qrt-testimonial {
  position: relative;
  margin-bottom: 20px; }
  .qrt-testimonial:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 16px;
    opacity: 0.6;
    color: #eee;
    top: 15px;
    right: 20px;
    transform: rotate(180deg); }
  .qrt-testimonial .qrt-testimonial-header {
    display: flex;
    margin-bottom: 20px;
    align-items: center; }
    .qrt-testimonial .qrt-testimonial-header img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      object-position: center;
      border-radius: 50%; }
    .qrt-testimonial .qrt-testimonial-header .qrt-testimonial-name {
      padding-left: 15px; }
  .qrt-testimonial .qrt-stars {
    background-color: #28292c;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    padding: 3px 10px;
    display: inline-flex;
    margin-top: 20px; }
    .qrt-testimonial .qrt-stars li {
      padding: 0 2px;
      list-style-type: none; }
      .qrt-testimonial .qrt-stars li i {
        font-size: 10px;
        color: #ff7043; }
      .qrt-testimonial .qrt-stars li.qrt-empty i {
        color: white;
        opacity: 0.3; }

/* ----- brands ----- */
.qrt-brands-slider {
  margin-bottom: 40px;
  pointer-events: none; }
  .qrt-brands-slider .swiper-slide img {
    width: 90px;
    margin-left: auto;
    margin-right: auto; }

/* ----- call to action ----- */
.qrt-call-to-action {
  padding: 20px 40px;
  background-color: #28292c;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between; }
  .qrt-call-to-action h4 {
    color: white;
    margin-right: 80px; }
  .qrt-call-to-action.qrt-call-to-action-white {
    background-color: white; }
    .qrt-call-to-action.qrt-call-to-action-white h4 {
      color: #28292c; }

@media (max-width: 768px) {
  .qrt-call-to-action {
    flex-direction: column;
    height: auto;
    padding: 40px; }
    .qrt-call-to-action h4 {
      margin-right: 0;
      margin-bottom: 40px;
      font-size: 22px; }
    .qrt-call-to-action.qrt-call-to-action-white {
      background-color: white; }
      .qrt-call-to-action.qrt-call-to-action-white h4 {
        color: #28292c; } }
/* ----- icon box ----- */
.qrt-icon-box {
  margin-bottom: 40px; }
  .qrt-icon-box img {
    width: 50px;
    margin-bottom: 20px; }
  .qrt-icon-box h4 {
    margin-bottom: 20px; }

/* ----- contact ----- */
.qrt-form-field input,
.qrt-form-field textarea {
  height: 50px;
  width: 100%;
  background: white;
  border: none;
  color: #28292c;
  font-size: 14px;
  padding-left: 65px;
  padding-right: 15px;
  box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
  margin-bottom: 0;
  transition: 0.4s ease-in-out; }

::placeholder {
  font-size: 14px;
  color: #28292c;
  letter-spacing: 2px; }

.qrt-form-field textarea {
  padding-left: 15px;
  padding-top: 15px;
  height: 150px;
  border-left: solid 50px white; }
  .qrt-form-field textarea.qrt-active {
    border-color: #ff7043; }
  .qrt-form-field textarea:focus {
    border-color: #ff7043; }

.qrt-contact-form .qrt-input:focus {
  outline: none; }

.qrt-contact-form .qrt-input.qrt-active + label,
.qrt-contact-form .qrt-input:focus + label {
  background: #ff7043;
  color: #28292c; }

.qrt-form-field {
  position: relative;
  margin-bottom: 20px; }

.qrt-contact-form label {
  text-align: center;
  color: #28292c;
  position: absolute;
  height: 50px;
  width: 50px;
  background: white;
  top: 0;
  left: 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 53px;
  letter-spacing: 1px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  cursor: text; }

.qrt-submit-frame {
  position: relative;
  height: 45px; }

.qrt-submit-button span {
  opacity: 1; }

.qrt-submit-button.qrt-active {
  position: relative;
  overflow: hidden; }

.qrt-submit-button.qrt-active span {
  transform: translateY(-200%);
  opacity: 0; }

.qrt-submit-button:after {
  content: 'Success!';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translateY(300%); }

.qrt-submit-button.qrt-active:after {
  transform: translateY(15px); }

/* ----- blog card ----- */
.qrt-post-date {
  background-color: #28292c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 10px 8px;
  color: white;
  font-size: 10px; }
  .qrt-post-date span {
    margin-right: 10px; }
    .qrt-post-date span i {
      margin-right: 7px; }

.qrt-post-frame {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }
  .qrt-post-frame.qrt-popular:before {
    font-size: 10px;
    position: absolute;
    z-index: 9;
    transform: rotate(45deg);
    z-index: 99;
    top: 15px;
    font-weight: 600;
    color: #28292c;
    right: -78px;
    content: 'POPULAR';
    padding: 2px;
    width: 200px;
    text-align: center;
    background: #ff7043; }
  .qrt-post-frame .qrt-post-thumb {
    background-color: #28292c;
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    filter: brightness(90%);
    transition: 0.4s ease-in-out; }
    .qrt-post-frame .qrt-post-thumb img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
    .qrt-post-frame .qrt-post-thumb:hover {
      filter: brightness(110%); }
    .qrt-post-frame .qrt-post-thumb .qrt-post-date {
      background-color: #f7f8f8;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 5px 0 5px 10px;
      color: #28292c;
      font-size: 9px;
      position: absolute;
      top: 0;
      left: 0; }
      .qrt-post-frame .qrt-post-thumb .qrt-post-date span {
        margin-right: 10px; }
        .qrt-post-frame .qrt-post-thumb .qrt-post-date span i {
          margin-right: 7px; }
  .qrt-post-frame .qrt-post-descr {
    width: 100%;
    padding-left: 0; }
    .qrt-post-frame .qrt-post-descr .qrt-post-title {
      font-size: 16px;
      margin-bottom: 10px;
      text-transform: none;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical; }
    .qrt-post-frame .qrt-post-descr .qrt-port-short-text {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical; }
    .qrt-post-frame .qrt-post-descr a {
      color: #28292c; }
      .qrt-post-frame .qrt-post-descr a:hover {
        color: #28292c; }
  .qrt-post-frame.qrt-sm-post {
    flex-direction: row;
    margin-bottom: 10px; }
    .qrt-post-frame.qrt-sm-post .qrt-post-thumb {
      margin-bottom: 0;
      width: 40%;
      padding-bottom: 27%; }
    .qrt-post-frame.qrt-sm-post .qrt-post-descr {
      width: 60%;
      padding-left: 10px; }
      .qrt-post-frame.qrt-sm-post .qrt-post-descr .qrt-post-title {
        font-size: 14px;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        box-orient: vertical; }
      .qrt-post-frame.qrt-sm-post .qrt-post-descr .qrt-port-short-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical; }
  .qrt-post-frame.qrt-lg-post .qrt-post-thumb {
    margin-bottom: 0;
    padding-bottom: 50%; }
  .qrt-post-frame.qrt-lg-post .qrt-post-descr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #28292c;
    padding: 20px 30px; }
    .qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-post-title {
      font-size: 20px;
      margin-bottom: 10px;
      text-transform: none; }
      .qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-post-title a {
        color: white; }
    .qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-port-short-text {
      max-width: 500px;
      -webkit-line-clamp: 1;
      line-clamp: 1; }
    .qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-work-more {
      margin-left: 40px;
      background-color: #ff7043;
      width: 35px;
      min-width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #28292c; }

.qrt-blog-pagination {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 55px;
  padding: 0 10px; }
  .qrt-blog-pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px; }
    .qrt-blog-pagination li a {
      height: 45px;
      line-height: 32px;
      min-width: 45px;
      text-align: center;
      border: none;
      color: #28292c;
      background: white;
      transition: 0.4s ease-in-out; }
      .qrt-blog-pagination li a.qrt-active {
        color: #28292c;
        background: #ff7043; }
        .qrt-blog-pagination li a.qrt-active:hover {
          background: #ff7043; }
      .qrt-blog-pagination li a:hover {
        background: white;
        color: #28292c; }

/* ----- table ----- */
.qrt-table {
  color: #28292c;
  padding: 0;
  margin: 0; }
  .qrt-table li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .qrt-table li:last-child {
      margin-bottom: 0; }
    .qrt-table li span {
      transform: translateY(-1px);
      color: #52555a; }
    .qrt-table li a {
      color: #52555a;
      transition: 0.4s ease-in-out; }
      .qrt-table li a:hover {
        color: #28292c; }

/* ----- instagram ----- */
.qrt-instagram .qrt-instagram-frame {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
  overflow: hidden; }
  .qrt-instagram .qrt-instagram-frame .qrt-instagram-item {
    position: relative;
    width: 33.333333%;
    padding: 0 5px;
    margin-bottom: 10px;
    transition: 0.4s ease-in-out; }
    .qrt-instagram .qrt-instagram-frame .qrt-instagram-item .qrt-instagram-image-frame {
      position: relative;
      padding-bottom: 100%;
      filter: brightness(90%);
      transition: 0.4s ease-in-out; }
      .qrt-instagram .qrt-instagram-frame .qrt-instagram-item .qrt-instagram-image-frame img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .qrt-instagram .qrt-instagram-frame .qrt-instagram-item .qrt-instagram-image-frame:hover {
        filter: brightness(120%); }

/* ----- social links ----- */
.qrt-social-list {
  padding: 0;
  margin: 0;
  display: flex; }
  .qrt-social-list li {
    list-style-type: none;
    margin-right: 10px; }
    .qrt-social-list li:last-child {
      margin-right: 0; }
    .qrt-social-list li a {
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #28292c;
      font-size: 12px;
      height: 35px;
      width: 35px;
      border: solid 1px #28292c;
      transition: 0.4s ease-in-out; }
      .qrt-social-list li a i {
        line-height: 35px; }
      .qrt-social-list li a:hover {
        transform: scale(0.9); }
      .qrt-social-list li a.qrt-white {
        color: white;
        border-color: white; }

/* ----- subscribe ----- */
.qrt-subscribe form {
  display: flex; }
  .qrt-subscribe form input {
    position: relative;
    padding-top: 2px;
    width: 80%;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border: solid 1px #28292c;
    border-right: none;
    padding-left: 15px;
    font-family: "Josefin Sans", sans-serif; }
    .qrt-subscribe form input::placeholder {
      font-family: "Josefin Sans", sans-serif; }
    .qrt-subscribe form input:focus {
      outline: inherit; }
  .qrt-subscribe form button {
    width: 20%;
    border-radius: 0 5px 5px 0; }
    .qrt-subscribe form button:hover i {
      transform: none; }

/* ----- copyright ----- */
.qrt-copy {
  font-size: 12px; 
padding-top: 30px;
}


.qrt-copy p {
font-size: 11px !important;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 300 !important;
color: #CFCFCF !important;
line-height: 14px !important;
}


  .qrt-copy a {
    transition: 0.2s ease-in-out; color: rgba(255,255,255,1.00) ; }
    .qrt-copy a:hover {
      color: #FFFFFF; }

/* ------------------------------

portfolio

------------------------------ */
/* ----- portfolio item ----- */
.qrt-work-item {
  width: 100%;
  background-color: #28292c;
  position: relative;
  overflow: hidden; }
  .qrt-work-item .qrt-work-descr {
    transform: translateY(100%);
    background-color: #28292c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s ease-in-out; }
    .qrt-work-item .qrt-work-descr .qrt-work-more {
      background-color: #ff7043;
      width: 35px;
      min-width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #28292c; }
  .qrt-work-item .qrt-work-cover-frame {
    display: block;
    position: relative;
    padding-bottom: 63%;
    filter: brightness(90%);
    transition: 0.4s ease-in-out; }
    .qrt-work-item .qrt-work-cover-frame img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .qrt-work-item .qrt-work-cover-frame .qrt-item-zoom {
      transform: translateY(-100%);
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      right: 0;
      background: #28292c;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.4s ease-in-out 0.05s; }
      .qrt-work-item .qrt-work-cover-frame .qrt-item-zoom i {
        text-align: center;
        width: 60px;
        font-size: 12px;
        color: white;
        line-height: 60px;
        transition: 0.2s ease-in-out; }
      .qrt-work-item .qrt-work-cover-frame .qrt-item-zoom:hover {
        background-color: #28292c; }
        .qrt-work-item .qrt-work-cover-frame .qrt-item-zoom:hover i {
          transform: scale(1.1); }
    .qrt-work-item .qrt-work-cover-frame .qrt-work-category {
      background-color: #f7f8f8;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 5px 0 5px 10px;
      color: #28292c;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 9px;
      display: inline-block;
      transition: 0.4s ease-in-out; }
      .qrt-work-item .qrt-work-cover-frame .qrt-work-category span {
        margin-right: 10px; }
    .qrt-work-item .qrt-work-cover-frame:hover {
      filter: brightness(110%); }
      .qrt-work-item .qrt-work-cover-frame:hover .qrt-item-zoom {
        opacity: 1; }
  .qrt-work-item:hover .qrt-work-descr {
    transform: translateY(0); }
  .qrt-work-item:hover .qrt-item-zoom {
    transform: translateY(0); }
  .qrt-work-item.qrt-work-open .qrt-work-descr {
    transform: translateY(0);
    position: relative; }

/* ----- portfolio item (after 768px) ----- */
@media (max-width: 768px) {
  .qrt-work-item .qrt-work-descr {
    transform: none; } }
/* ----- portfolio grid sizes ----- */
.qrt-masonry-grid-item-h-x-2 .qrt-work-item .qrt-work-cover-frame {
  padding-bottom: calc(126% + 20px); }

.qrt-masonry-grid-item-50 .qrt-work-item .qrt-work-cover-frame {
  padding-bottom: calc(63% + 8px); }
.qrt-masonry-grid-item-50.qrt-masonry-grid-item-h-x-2 .qrt-work-item .qrt-work-cover-frame {
  padding-bottom: calc(126% + 36px); }

/* ----- masonry grid ----- */
.qrt-masonry-grid {
  margin: -10px;
  min-height: 100vh !important; }

.qrt-masonry-grid:after {
  content: '';
  display: block;
  clear: both; }

.qrt-grid-sizer,
.qrt-masonry-grid-item {
  width: 25%; }

.qrt-3-col .qrt-grid-sizer,
.qrt-3-col .qrt-masonry-grid-item {
  width: 33.333%; }

.qrt-4-col .qrt-grid-sizer,
.qrt-4-col .qrt-masonry-grid-item {
  width: 25%; }

.qrt-masonry-grid-item {
  float: left;
  padding: 10px;
  overflow: hidden; }

.qrt-masonry-grid-item-33 {
  width: 33%; }

.qrt-masonry-grid-item-50 {
  width: 50%; }

.qrt-masonry-grid-item-100 {
  width: 100%; }

/* ----- filter ----- */
.qrt-filter-frame {
  padding: 20px; }

.qrt-filter {
  display: flex;
  align-items: center; }
  .qrt-filter.qrt-justify-end {
    justify-content: flex-end; }
  .qrt-filter .qrt-work-category {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    background-color: white;
    color: #28292c;
    height: 40px;
    margin-right: 10px;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 2px 20px 0;
    margin-bottom: 0;
    transition: 0.4s ease-in-out; }
    .qrt-filter .qrt-work-category.qrt-filter-icon {
      padding-left: 60px; }
      .qrt-filter .qrt-work-category.qrt-filter-icon i {
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ff7043;
        margin-right: 0;
        height: 100%;
        width: 40px; }
    .qrt-filter .qrt-work-category.qrt-current {
      color: white;
      background-color: #28292c; }
      .qrt-filter .qrt-work-category.qrt-current.qrt-filter-icon i {
        color: #28292c; }

@media (max-width: 992px) {
  .qrt-grid-sizer,
  .qrt-masonry-grid-item {
    width: 50%; }

  .qrt-masonry-grid-item-33 {
    width: 50%; }

  .qrt-masonry-grid-item-50 {
    width: 50%; }

  .qrt-masonry-grid-item-100 {
    width: 100%; }

  .qrt-filter {
    flex-direction: column; }
    .qrt-filter .qrt-work-category {
      margin-bottom: 10px; }
      .qrt-filter .qrt-work-category:last-child {
        margin-bottom: 0; } }
@media (max-width: 500px) {
  .qrt-grid-sizer,
  .qrt-masonry-grid-item {
    width: 100%; }

  .qrt-masonry-grid-item-33 {
    width: 100%; }

  .qrt-masonry-grid-item-50 {
    width: 100%; }

  .qrt-masonry-grid-item-100 {
    width: 100%; } }
/* ------------------------------

plugins customization

------------------------------ */
/* ----- smooth scrollbar ----- */
.scrollbar-track {
  width: 3px !important;
  background-color: rgba(255, 255, 255, 0); }
  .scrollbar-track .scrollbar-thumb {
    width: 3px;
    background-color: #28292c;
    opacity: 0.3;
    margin-bottom: 50px !important; }

/* ----- swiper ----- */
.qrt-latest-works-slider .swiper-slide,
.qrt-pop-post-slider .swiper-slide,
.qrt-testimonials-slider .swiper-slide {
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease-in-out; }
  .qrt-latest-works-slider .swiper-slide.swiper-slide-active,
  .qrt-pop-post-slider .swiper-slide.swiper-slide-active,
  .qrt-testimonials-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: all; }
  .qrt-latest-works-slider .swiper-slide.swiper-slide-next,
  .qrt-pop-post-slider .swiper-slide.swiper-slide-next,
  .qrt-testimonials-slider .swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: all; }

.qrt-slider-navigation {
  z-index: 999; }

.qrt-brands-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

.qrt-slider-nav {
  display: flex;
  justify-content: flex-end; }
  .qrt-slider-nav .qrt-slider-next, .qrt-slider-nav .qrt-slider-prev {
    margin-left: 20px;
    font-size: 12px;
    cursor: pointer;
    color: #28292c;
    transition: 0.4s ease-in-out; }
    .qrt-slider-nav .qrt-slider-next.swiper-button-disabled, .qrt-slider-nav .qrt-slider-prev.swiper-button-disabled {
      color: #28292c;
      opacity: .3;
      cursor: not-allowed; }
    .qrt-slider-nav .qrt-slider-next:focus, .qrt-slider-nav .qrt-slider-prev:focus {
      outline: inherit; }

.swiper-pagination-bullets span.swiper-pagination-bullet {
  margin-right: 4px;
  background-color: #28292c;
  opacity: .3;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  transition: 0.4s ease-in-out; }
  .swiper-pagination-bullets span.swiper-pagination-bullet:focus {
    outline: inherit; }
  .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #28292c;
    opacity: 1;
    transform: scale(1.3); }

/* ----- fancybox ----- */
.fancybox-container {
  margin: 10px;
  width: calc(100vw - 20px);
  height: calc(100vh - 20px); }
  .fancybox-container .fancybox-bg {
    background: rgba(25, 29, 36, 0.95); }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox-toolbar {
  background: #28292c;
  display: flex;
  width: calc(100vw - 20px);
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  z-index: 999999;
  padding: 0 17px;
  transition: 0.4s ease-in-out; }
  .fancybox-toolbar .fancybox-button {
    background: transparent;
    color: #f7f8f8; }
    .fancybox-toolbar .fancybox-button:hover {
      color: #f7f8f8; }
    .fancybox-toolbar .fancybox-button svg {
      width: 22px; }

.fancybox-slide--image {
  padding: 130px 0 60px; }

.fancybox-navigation .fancybox-button {
  background-color: transparent;
  margin: 0 15px; }

.fancybox-infobar {
  top: 5px;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 5px;
  z-index: 9999999999999;
  height: 70px;
  width: 70px;
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center; }

.fancybox-progress {
  background: #ff7043;
  z-index: 999999999999999999; }

.fancybox-thumbs {
  background-color: white; }

.fancybox-thumbs__list a:before {
  border-color: #ff7043;
  transition: 0.4s ease-in-out; }

.fancybox-button[disabled] {
  transform: scale(0);
  pointer-events: none;
  transition: 0.4s ease-in-out; }

.qrt-rec-popup {
  background-color: transparent;
  max-width: 50%;
  padding: 40px; }
  .qrt-rec-popup .qrt-testimonial {
    border-radius: 2px;
    background-color: white;
    padding: 40px; }
  .qrt-rec-popup .fancybox-button {
    background-color: transparent;
    color: #fff; }

@media (max-width: 768px) {
  .fancybox-container {
    margin: 0;
    width: 100%;
    height: 100%; }

  .fancybox-toolbar {
    width: 100%; }

  .fancybox-navigation .fancybox-button {
    bottom: -10px;
    top: auto; }

  .qrt-rec-popup {
    max-width: 100%; } }
/* ----- mapbox ----- */
.qrt-map-frame {
  background-color: #28292c;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .qrt-map-frame .qrt-lock {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    color: #28292c;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.4s ease-in-out; }
    .qrt-map-frame .qrt-lock.qrt-active {
      opacity: 1;
      background-color: #ff7043; }
    .qrt-map-frame .qrt-lock i {
      font-size: 12px; }
  .qrt-map-frame:hover .qrt-lock {
    opacity: 1; }
  .qrt-map-frame .qrt-map {
    margin-top: -20%;
    height: 120%;
    width: 100%;
    transition: 0.4s ease-in-out;
    pointer-events: none; }
    .qrt-map-frame .qrt-map.qrt-active {
      pointer-events: all; }
  .qrt-map-frame.qrt-map-frame-2 {
    height: 400px;
    width: 100%; }
    .qrt-map-frame.qrt-map-frame-2 .qrt-map {
      margin-top: -3%;
      height: 120%;
      width: 100%;
      transition: 0.4s ease-in-out; }

@media (max-width: 1200px) {
  .qrt-map-frame {
    background-color: #28292c; }
    .qrt-map-frame .qrt-map {
      margin-top: 0;
      height: 110%; } }
.mapboxgl-marker:after {
  position: absolute;
  content: 'Quarty';
  transform: translateX(-30%) translateY(10px);
  display: block;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  padding: 1px 10px;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px; }
.mapboxgl-marker svg {
  transform: scale(1.2);
  animation: marker 1s infinite ease-in-out; }
  .mapboxgl-marker svg g {
    fill: #ff7043; }
  .mapboxgl-marker svg circle {
    fill: #28292c; }
  .mapboxgl-marker svg ellipse {
    fill: #000; }

@keyframes marker {
  0% {
    transform: scale(1.2) translateY(0); }
  50% {
    transform: scale(1.2) translateY(-10px); }
  0% {
    transform: scale(1.2) translateY(0); } }

/*# sourceMappingURL=style.css.map */












/*menu*/
ul { list-style-type: none; }

.accordion {
width: 100%;
max-width: 360px;
margin: 0px 0px 0px 0px;
padding-left: 0px;
}


.accordion li a {
color: #FFF;
font-size: 14px;
font-weight: 600;
font-family: Poppins, serif !important;
padding: 4px 0px;
display: block;
	border-bottom: 1px solid #494c65;
}




.accordion .link {
cursor: pointer;
display: block;
padding: 8px 15px 8px 0px;
margin-bottom: 0px;
color: #FFF;
font-size: 14px;
font-weight: 600;
/*border-bottom: 1px solid #494c65;*/
position: relative;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
font-family: Poppins, serif !important;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #a81d46; }

.accordion li.open i { color: #a81d46; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  font-size: 14px;
	padding-left: 0px;padding-bottom: 10px;
}



.accordion li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins, serif !important;
    padding: 4px 0px;
    display: block;
	
-webkit-transition: all ease 0.3s;
-moz-transition: all ease .3s;
-o-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;	
}

.accordion li a:hover {
	text-decoration: none;color: #a81d46;
}

.submenu li a {
font-size: 14px;
font-family: Poppins, serif !important;
font-weight: 300;
color: #fff !important;
border-bottom: none;
padding-left: 10px;
padding-right: 10px;
	

}

.submenu a:hover {
  background: #19191E;
  padding-left: 10px;
  color: #000000;
}













.soc_buttons2{z-index: 1; padding-top: 0px !important;left: 0px; text-align: right; padding-right: 0px; margin-top: 15px; padding-left: 0px;}
.soc_buttons2 > li { color: #FFF; background: transparent; font-size: 15px; width: 40px; height: 40px; display: inline-block; cursor: pointer; position: relative; margin-right: 1px; margin-bottom: 0px; vertical-align: middle; margin-left: -4px;  }


.soc_buttons2 a { display: inline-block; color: #000000 ; }

.soc_buttons2 .fa { font-size:16px; position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }





@media (max-width: 767px) {
	

	.soc_buttons2{ text-align: left; padding-top: 0px !important; }

	
}


@media (max-width: 480px) {
	

	.soc_buttons2{ text-align: center; padding-top: 0px !important; }

	
}





#test{
 background: rgb(92,135,39);
background: -moz-linear-gradient(360deg, rgba(92,135,39,1) 14%, rgba(92,135,39,1) 14%, rgba(215,187,106,1) 14%, rgba(215,187,106,1) 30%, rgba(168,29,70,1) 30%, rgba(168,29,70,1) 42%, rgba(150,37,126,1) 42%, rgba(150,37,126,1) 54%, rgba(84,46,134,1) 54%, rgba(84,46,134,1) 67%, rgba(12,109,183,1) 67%, rgba(12,109,183,1) 80%, rgba(47,50,132,1) 80%);
background: -webkit-linear-gradient(360deg, rgba(92,135,39,1) 14%, rgba(92,135,39,1) 14%, rgba(215,187,106,1) 14%, rgba(215,187,106,1) 30%, rgba(168,29,70,1) 30%, rgba(168,29,70,1) 42%, rgba(150,37,126,1) 42%, rgba(150,37,126,1) 54%, rgba(84,46,134,1) 54%, rgba(84,46,134,1) 67%, rgba(12,109,183,1) 67%, rgba(12,109,183,1) 80%, rgba(47,50,132,1) 80%);
background: linear-gradient(360deg, rgba(92,135,39,1) 14%, rgba(92,135,39,1) 14%, rgba(215,187,106,1) 14%, rgba(215,187,106,1) 30%, rgba(168,29,70,1) 30%, rgba(168,29,70,1) 42%, rgba(150,37,126,1) 42%, rgba(150,37,126,1) 54%, rgba(84,46,134,1) 54%, rgba(84,46,134,1) 67%, rgba(12,109,183,1) 67%, rgba(12,109,183,1) 80%, rgba(47,50,132,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c8727",endColorstr="#2f3284",GradientType=1); 
}











h1 { font-family:'Montserrat', Arial, sans-serif; }
h2, h3, h4, h5, h6 { font-family:'Montserrat', Arial, sans-serif; }

h1 { font-size: 30px;color: #0c6db7;line-height: 35px;margin: 10px 0px 40px 0px;text-transform: uppercase;font-weight: 700; }
h2 { font-size: 18px; color: #2F3284; line-height: 22px; margin-bottom: 5px; margin-top: 10px; text-transform: none; font-weight: 700; }
h3 { font-size: 17px; color: #2F3284; line-height: 22px; margin-bottom: 5px; margin-top: 10px; text-transform: none; font-weight: 600; }
h4 { font-size: 17px; color: #0c6db7; line-height: 22px; margin-bottom: 5px; font-weight: 600; }
h5 { font-size: 16px; color: #240772; line-height: 20px; margin-bottom: 5px; font-weight: 600; }
h6 { font-size: 15px; color: #240772; line-height: 19px; margin-bottom: 5px; }


p {font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
font-style: normal;
font-size: 15px;
line-height: 20px;
margin: 5px 0px 15px 0px;
color: #000000;
font-weight: 400;
}

/*p a {color: #0060A6;
}*/



p strong {font-weight: 600;}


ul li strong {font-weight: 600;}



p.lifter-box {
font-family: 'Montserrat', Arial, sans-serif;
font-style: italic;
color: #5C8727;
background-color: #D6E0C7;
font-size: 20px;
line-height: 24px;
font-weight: 500;
padding: 20px;
margin: 20px 0px 20px 0px;
}


p.lifter {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #240772;
	font-size: 30px;
	line-height: 40px;
	margin:20px 0px 20px 0px ;
}


p.lifter1 {
    font-size: 20px;
line-height: 25px;
color: #542E86;
font-weight: 500;
text-transform: none;
margin: 10px 0px 0px 0px;
font-style: normal;
}

p.lifter2 {
font-size: 25px;
line-height: 30px;
color: #000000;
font-weight: 700;
text-transform: none;
margin: 10px 0px 50px 0px;
font-style: italic;
}

p.lifter3 {
font-size: 25px;
line-height: 30px;
color: #000000;
font-weight: 700;
text-transform: none;
margin: 10px 0px 20px 0px;
font-style: italic;
	background-image: url(../img/arrow.jpg);
	background-position: bottom left;
	padding-bottom: 40px;
	background-repeat: no-repeat;
}


p.lifter4 {
font-size: 23px;
line-height: 27px;
color: #0c6db7;
font-weight: 700;
text-transform: none;
margin: 10px 0px 50px 0px;
font-style: italic;
}



.list {	list-style: none; padding:0px; margin-bottom: 30px; 
font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
font-style: normal;
font-size: 15px;
line-height: 20px;
margin: 5px 0px 15px 0px;
color: #000000;
font-weight: 400;


}

.list-dash > li:before {
	content: "-";
	position: relative;
	left: -5px
}
.list-dash > li {
	text-indent: -5px;
	margin-bottom: 10px;
	padding-left: 20px
}
.list-circle > li {
	list-style-type: circle;
	text-indent: 0;
	margin-bottom: 5px
}
.list-disc > li:before {
font-family: Arial, Helvetica;
font-size: 25px;
position: relative;
top: 3px;
content: "\2022";
color: #767676;
padding-right: 10px;
margin-left: -20px;
}
.list-disc > li {
	font-size: inherit;
	list-style: outside none none;
	margin: 0 0 4px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-left: 20px
}
ul.list-disc {
	margin-bottom: 25px
}
.list-abc > li {
	list-style-type: lower-alpha;
	text-indent: 0;
	margin-bottom: 5px;
	margin-left: 20px
}
.list-ABC > li {
	list-style-type: upper-alpha;
	text-indent: 0;
	margin-bottom: 5px;
	margin-left: 20px
}
.list-iii > li {
	list-style-type: lower-roman;
	text-indent: 0;
	margin-bottom: 5px;
	margin-left: 20px
}
.list-123 > li {
	list-style-type: decimal;
	text-indent: 0;
	margin-bottom: 8px;
	margin-left: 20px
}








table {
	width: 100%;
	border-spacing: 1px;
	border-collapse:separate;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
	font-size: 14px;
line-height: 18px;
	
}
tbody td {
	padding: 5px 10px 5px 5px;
	border-bottom: 1px #E5E5E5 solid;
	vertical-align: top;
	letter-spacing: 0.1px;
}
tbody > tr:hover {
	background-color: #f5f5f5
}
table.hover-none > tbody > tr:hover {
	background-color: #fff
}
thead td {
	padding: 5px 10px 5px 5px;
	font-size: 90%;
	line-height: 17px;
	background-color: #122454;
	color: #FFFFFF;
}



tbody > tr:hover { background-color: #f5f5f5; }
table.hover-none > tbody > tr:hover { background-color: #fff;}
tbody td  { border-bottom: 1px #ccc solid; }
tbody td {padding: 2px 10px 2px 2px; vertical-align: top; }
thead tr{ font-size: 13px;  }
thead tr:first-child  { border-top: 3px #000 solid; vertical-align:top; }
thead tr:last-child  { border-bottom: 1px #000 solid; vertical-align:top; }
tbody tr:last-child  { border-bottom: 2px #000 solid; vertical-align:top; }
thead td {padding: 8px 10px 8px 10px; vertical-align: top; }


table.right2 thead td+td, table.right2 tbody td+td {text-align: right;}
table.right3 thead td+td+td, table.right3 tbody td+td+td {text-align: right;}


tr.lineThin td, td.lineThin{ border-bottom: 1px #000 solid;}
tr.lineThick td, td.lineThick{ border-bottom: 2px #000 solid;}
tr.lineNone td, td.lineNone { border-bottom:hidden !important; }

table.ft td+td { text-align:right }
table.ft thead tr:first-child { border-top: 1px #000 solid; }
/*table.ft thead tr:first-child td+td {text-align:center; border-bottom:1px #999 solid; }*/
table.ft thead tr+tr td+td {text-align:right; }
table.ft thead tr:last-child { border-bottom:3px #000 solid; }
table.ft tbody tr:last-child { border-bottom:1px #000 solid; }

table.ft1 td+td { text-align:right }
table.ft1 thead tr:first-child { border-top: 1px #000 solid; }
table.ft1 thead tr td+td {text-align:right; }
/* table.ft1 thead tr:last-child { border-bottom:3px #071689 solid; } */
table.ft1 tbody tr:last-child { border-bottom:1px #000 solid; }

table.gt td+td { text-align:left }
table.gt thead tr:first-child { border-top: 1px #000 solid; }
table.gt thead tr:last-child { border-bottom:3px #071689 solid; }
table.gt tbody tr:last-child { border-bottom:1px #000 solid; }
table.gt tbody tr td { vertical-align:top !important; }

table.small80 { font-size: 80%; line-height: 18px; }


tr.total-g td { border-top: 2px #122454 solid; border-bottom: 4px #122454 solid;}
tr.total-d td { border-top: 2px #122454 solid; border-bottom: 2px #122454 solid;}
tr.total-t td { border-top: 2px #122454 solid!important; }
tr.line-none td, td.lineNone { border-bottom:hidden !important; }

td.cy { color: #122454; font-weight: bold;}

td > ul.list { margin: 0; padding: 0;}

/* td aligns */
.cellCenter { text-align:center !important;}
.cellLeft { text-align:left !important;}
.cellRight { text-align:right !important;}
.vTop, tbody.vTop tr td { vertical-align:top !important; }
.vBot, tbody.vBot tr td { vertical-align:bottom !important; }


p.tblCap { font-size: 11px; font-style: italic; margin-top: 5px; }
p.cap { font-size: 11px; line-height: 14px; margin-bottom: 18px; font-style: italic; margin-top: -5px; }




.schoolmoto{background-color: #CFC6DF; padding: 20px; text-align: center; border: 4px dashed #542E86; margin-bottom: 20px; }
.schoolmoto p{font-weight: 600;}
.schoolmoto h1{color: #2F3284;
line-height: 35px;
margin: 10px 0px 0px 0px;}

 h2.schoolmotolifter{
	font-size: 18px;
line-height: 22px;
color: #542E86;
font-weight: 500;text-transform: none;
margin: 10px 0px 0px 0px;
	 font-style: italic;
}



.vm h2 {
    font-size: 24px;
    color: #202e61;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
}

.vm p {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0px 15px 0px;
    color: #000000;
    font-weight: 400;
}

h2.mh{
font-size: 40px;
color: #542E86;
line-height: 45px;
margin: 10px 0px 0px 0px;
text-transform: uppercase;
font-weight: 700;
}












#slide1 {
	pointer-events:inherit;
  animation-name: slidingstep1;
  animation-duration: 2s;
	  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
	padding-top: 80px;
	
}

#slide2 {
	pointer-events:inherit;
  animation-name: slidingstep1;
  animation-duration: 3s;
	  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
margin-left: 8%;
margin-top: -35%;padding-bottom: 80px;
}

@keyframes slidingstep1 {
  0% {
    left: -750px;
    opacity: 0;
  }
  5% {
    left: -500px;
    opacity: 0.2;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

/* Accordion Style */
.accordion-container {
  min-width: 100%;
}

.accordion-container .sub-menu-content {
  display: none;
  padding: 12px 15px;
}

.cd-panel-content .sub-menu-content {
  display: block;
}
.accordion-container .sub-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-top: 1px solid lightgray;
  text-decoration: none;
}

.cd-panel-content .sub-menu-title {
  border: none;
}
.accordion-container .sub-menu-title.active {
  background-color: rgb(243, 243, 243);
}
.accordion-container .sub-menu-title:hover {
  background-color: rgb(243, 243, 243);
}
.accordion-container .sub-menu-title h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.accordion-container .sub-menu-title i {
  font-size: 20px;
}
.accordion-container .fa-angle-down {
  transition: 300ms;
}
.accordion-container .fa-angle-down.close {
  transform: rotate(180deg);
}
.cd-panel-content .fa-angle-down {
  display: none;
}
/* Accordion Style End*/


















.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}



.text-gray {
    color: #000000!important;
}

.card-title{
font-weight: 600 !important;
margin-top: 10px;
color: #2f3284 !important;
text-transform: none;
font-size: 18px;
line-height: 22px;
margin-bottom: .4rem;
}
.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 100px;
    border-radius: 6px !important;
    color: rgba(0,0,0,.87);
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card .card-body{
    padding: .9375rem 1.875rem;
	min-height: 650px;
}


.card .card-body h5 {
    color: #F5F2A5;
	margin: 15px 0px 15px 0px;

}


@media (max-width:1199px) {

.card .card-body{
    padding: .9375rem 1.875rem;
	min-height: 320px;
}

	
}

@media (max-width:991px) {

.card .card-body{
	min-height: inherit  ;
}

	
}



.card-description{
color: #000;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 1.4;
margin: 0px 0px 10px 0px;	
	
}



.card.card-profile{
    text-align: center;
}
.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    max-height: 215px;
}

.card .card-header.card-header-image a {
    display: block;
}

.card .card-header.card-header-image img {
    width: 100%;
    height: 215px;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.card .card-header.card-header-image .colored-shadow {
    transform: scale(.94);
    top: 12px;
    filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transition: opacity .45s;
    opacity: 1;
}

.card .card-header.card-header-image .card-title {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0 2px 5px rgba(33,33,33,.5);
    font-weight: 700;
    font-family: 'Roboto Slab';
}

.card .card-category {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin: 0px 0px 10px 0px;
    padding: 0px;


}

.card .card-body+.card-footer {
    padding-top: 0;
    border: 0;
    border-radius: 6px;
}

.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.card-profile .card-footer .btn.btn-just-icon{
    font-size: 20px;
    padding: 12px 13px;
    line-height: 1em;
}

.card .card-footer {
    padding: .9375rem 1.875rem;
}


.card-profile .card-body+.card-footer{
    margin-top: -15px;
}
.card .text-info {
    color: #00bcd4!important;
}

.card-profile .card-avatar {
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    margin: -115px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.card-profile .card-avatar img{
    width: 100%;
}
.card-profile .card-avatar+.card-body{
    margin-top: 15px;
}





@media (max-width:767px) {
.card-description{
font-size: 14px;
line-height: 1.4;
margin: 0px 0px 10px 0px;	
	
}

}



.spbtxt{color: #2f3284; font-weight: 600; margin: 0px 0px 15px 0px;}
.greenarrow{color: #5c8727; }


.spbox{border: 3px #0c6db7 solid;padding: 4px 10px;}

.spbox p{color: #0c6db7; font-weight: 600; margin: 5px 0px 0px 0px;}

.spbox2{background-color: #d6e0c7; padding: 30px 15px 10px 15px; margin-bottom: 30px;}

.spbox2 .list-disc > li{font-size: 18px;
color: #542e86;
line-height: 22px;
	font-weight: 600;
}


.spbox2 .list-disc > li p{font-size: 18px;
color: #0c6db7;
line-height: 22px;
font-weight: 600;
margin: 10px 0px 5px 0px;}



.spbox2 .list-disc > li::before {
    font-family: Arial, Helvetica;
    font-size: 25px;
    position: relative;
    top: 3px;
    content: "\2022";
    color: #542e86;
    padding-right: 10px;
    margin-left: -20px;
}


.spbox3{background-color: #f8f3e4; padding: 30px 15px 10px 15px; margin-bottom: 30px;}


.spbox4{background-color: #e5eaf6; padding: 20px 15px 30px 15px; margin-bottom: 30px;}

.spbox4 p{color: #96257e; font-weight: 500; margin: 15px 0px 0px 0px; font-style: italic;}
.spbox4 p span{color: #0c6db7; font-weight: 500; padding: 10px 0px 0px 0px;}



.hmetext  {

text-align: center;
}

.hmetext h3 {
font-size: 45px;
color: #2F3284;
line-height: 60px;
margin-bottom: 15px;
margin-top: 10px;
text-transform: none;
font-weight: 700;
text-align: center;
}
.hmetext p {
font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
font-style: normal;
font-size: 20px;
line-height: 27px;
margin: 30px 0px 30px 0px;
color: #000000;
font-weight: 400;
text-align: center;
}


#cust1 h1{font-size: 30px;
color: #0c6db7;
line-height: 35px;
margin: 10px 0px 0px 0px;
text-transform: uppercase;
font-weight: 700;}
#cust1 h2{font-size: 17px;
color: #0C6DB7;
line-height: 21px;
margin-bottom: 5px;
margin-top: 5px;
text-transform: none;
font-weight: 400;}



.eqcolumn{width:14.2%; float: left; padding: 20px 10px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); min-height: 230px;   }






.eqcolumn:hover{background-color: #DFDFDF;     -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);}


.eqcolumn .col1{color: #2f3284;}
.eqcolumn .col2{color: #d7bb6a;}
.eqcolumn .col3{color: #a81d46;}
.eqcolumn .col4{color: #0c6db7;}

.eqwrap{margin-top: 20%;}


.eqcolumn h1 {
    font-size: 40px;
    color: #0c6db7;
    line-height: 45px;
    margin: 10px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
	text-align: center; 
	
	
}

.eqcolumn h2 {
font-size: 22px;
color: #542d84;
line-height: 26px;
margin: 10px 0px 0px 0px;
font-weight: 700;text-align: center;	
}

.eqcolumn p {
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0px 15px 0px;
    color: #000000;
    font-weight: 600;
	text-align: center;	
	
}



@media (max-width:1560px) {
	
.eqcolumn{width:14.2%; float: left; padding: 20px 5px; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); min-height: 230px;   }
	
}






@media (max-width:1366px) {
	
	.eqcolumn{width:14%; float: left; padding: 20px 5px; min-height: 200px;  }
	
	.eqwrap{margin-top: 25%;}

	.eqcolumn h1 {
    font-size: 40px;
    color: #0c6db7;
    line-height: 45px;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
	
	
}

.eqcolumn h2 {
font-size: 22px;
color: #542d84;
line-height: 26px;
margin: 10px 0px 0px 0px;
font-weight: 700;text-align: center;	
}

.eqcolumn p {
font-style: normal;
font-size: 13px;
line-height: 16px;
margin: 5px 0px 15px 0px;
color: #000000;
font-weight: 500;
text-align: center;
	
}
	
	
}






@media (max-width:1199px) {
	
	.eqcolumn{width:14%; float: left; padding: 10px 7px; min-height: 250px;   }
	
	.eqwrap{margin-top: 40%;}

	.eqcolumn h1 {
    font-size: 40px;
    color: #0c6db7;
    line-height: 45px;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
	
	
}

.eqcolumn h2 {
font-size: 22px;
color: #542d84;
line-height: 26px;
margin: 10px 0px 0px 0px;
font-weight: 700;text-align: center;	
}

.eqcolumn p {
font-style: normal;
font-size: 13px;
line-height: 16px;
margin: 5px 0px 15px 0px;
color: #000000;
font-weight: 500;
text-align: center;
	
}
	
	
}


@media (max-width:1024px) {
	
	.eqcolumn{width:33.3%; float: left; padding: 10px 7px; min-height: 150px;   }
	
	.eqwrap{margin-top: 5%;}

	.eqcolumn h1 {
    font-size: 40px;
    color: #0c6db7;
    line-height: 45px;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
	
	
}

.eqcolumn h2 {
font-size: 22px;
color: #542d84;
line-height: 26px;
margin: 10px 0px 0px 0px;
font-weight: 700;text-align: center;	
}

.eqcolumn p {
font-style: normal;
font-size: 13px;
line-height: 16px;
margin: 5px 0px 15px 0px;
color: #000000;
font-weight: 500;
text-align: center;
	
}
	
	
}




@media (max-width:640px) {
	
	.eqcolumn{width:100%; float: left; padding: 10px 7px; min-height: 100px;   }
	
	.eqwrap{margin-top: 0%;}

	.eqcolumn h1 {
    font-size: 40px;
    color: #0c6db7;
    line-height: 45px;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
	
	
}

.eqcolumn h2 {
font-size: 22px;
color: #542d84;
line-height: 26px;
margin: 10px 0px 0px 0px;
font-weight: 700;text-align: center;	
}

.eqcolumn p {
font-style: normal;
font-size: 13px;
line-height: 16px;
margin: 5px 0px 15px 0px;
color: #000000;
font-weight: 500;
text-align: center;
	
}
	
	
}









html {
  scroll-behavior: smooth;
}






/* Scroll to top button */
#totop {height: 9px;
opacity: 0;
position: fixed;
right: -60px;
width: 35px;
z-index: 9999;
display: block;
top: 90%;
background-repeat: no-repeat;
background-position: center 15px;
background-color: #404040;
font-size: 9px;
font-weight: 900;
color: #fff;
text-align: center;
line-height: 1;
border-radius: 2px;
padding: 28px 0 5px 0; }

#totop:before {
position: absolute;
content: "";
top: 0px;
left: 0;
margin-left: 0px;
font-size: 11px;
display: inline-block;
background-image: url(../img/back-top.png);
background-position: center center;
display: block;
width: 35px;
height: 35px;
background-repeat: no-repeat;	
	
	
}





#totop.show { right:10px; opacity:0.7; }
#totop:hover { opacity:1; }
#totop {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}




#button {
display: inline-block;
background-color: black;
width: 35px;
height: 35px;
text-align: center;
border-radius: 24px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s, opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#button::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 1em;
line-height: 33px;
color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}










.custom-column-3 { width: 25%; padding: 0 15px; float: left; }
.custom-column-3:nth-child(3n+1) { clear: both; }


@media screen and (max-width: 1500px) { 
  .custom-column-3 { width: 25%; }
  .custom-column-3:nth-child(4n+1) { clear: none; }
  .custom-column-3:nth-child(3n+1) { clear: both; }
  
   }


@media screen and (max-width: 1200px) { 
  .custom-column-3 { width: 25%; }
  .custom-column-3:nth-child(4n+1) { clear: none; }
  .custom-column-3:nth-child(3n+1) { clear: both; }
  
   }

@media screen and (max-width: 767px) { 
  .custom-column-3 { width: 25%; }
  .custom-column-3:nth-child(3n+1) { clear: none; }
  .custom-column-3:nth-child(2n+1) { clear: both; }  
  
   }

@media screen and (max-width: 600px) { .custom-column-5 { width: 100%; }
  .custom-column-3 { width: 100%; }
  .custom-column-3 { clear: both; }
   }




.be-post { border: 1px solid #edeff2; border-radius: 2px; width: 100%; margin-bottom: 30px !important;}

.be-img-block { overflow: hidden; display: block; }

.be-post .be-img-block { margin-bottom: 10px; position: relative; }

.be-post .be-img-block img { width: 100%; height: auto; position: relative; -webkit-transition: all ease-out 0.3s; transition: all 0.3s; }

.be-post .be-img-block img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }





.be-post-inner {
	width: 100%;
	color: #b4b7c1;
	display: inline-block;
	clear: both;
	font-size: 12px;
	padding: 10px;
    margin-bottom: 20px !important;
	}

.be-post-inner-l { float:left; width:30%;  }

.be-post-inner-r { float:left; width:70%; text-align:left; }

.border_Sep{
	border-bottom: #E8E8E8 1px solid;
	
	}




.be-post-title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 500;
	margin: 0 15px 10px 15px;
	padding-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}















.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	margin: 0 0 0 0px;
	padding-right: 10px;
padding-left: 10px;
}

@media screen and (max-width: 991px) { 
	
	.column div {
	position: relative;
	float: left;
	margin: 0 0 0 0px;
	padding-right: 0px;
padding-left: 0px;
}
}


.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}




/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




.tooltip {
	margin-top: 30px;
  
}


.atext{

padding: 20px 10px;
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}



.atext:hover{
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}







     .qrt-left-bar {
      position: fixed;
    }
     .qrt-top-bar {
      position: fixed;
    }
    .qrt-dynamic-content {
margin-left: 0px;
margin-top: 80px;
border-left: 100px solid #02041e;
border-right: 100px solid #202e61;
		height: 100vh;
    }
     .qrt-content {
      top: 0;
    }

    .section {
      position: relative;
      min-height: calc(100vh - 80px);
      /*min-width: calc(100vw - 80px);*/
    }




     .qrt-top-bar .qrt-info {
      overflow-x: hidden;
    }
     .qrt-content .qrt-content-frame {
      padding: 0 30px;
    }

     .hmetext p {
      font-size: 24px;
      line-height: 1.5;
      margin: 70px 0;
    }

    .qrt-banner object {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-style: none;
      outline: none;
    }

    .svgwrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 80%;
    }

    @media(max-width: 768px){
      .qrt-dynamic-content {
        margin-left: 0;
border-left: 40px solid #02041e;
border-right: 40px solid #202e61;
      }
       .hmetext p {
        font-size: 18px;
        margin: 40px 0;
      }
      .section {
        position: relative;
        min-height: auto;
        min-width: 100%;
      }
      .svgwrapper {
        width: 90%;
        height: auto;
      }

    }



    @media(max-width: 480px){
      .qrt-dynamic-content {
        margin-left: 0;
border-left: 0px solid #02041e;
border-right: 0px solid #202e61;
      }


    }






    ::-webkit-scrollbar {
      width: 3px;
    }
    
    ::-webkit-scrollbar-track {
      background-color: lightgray;
    }
    
    ::-webkit-scrollbar-thumb {
      background-color: rgb(141, 141, 141);
    }

.five-goals {
  border: 2px solid #231f20;
  width: 100%;
  padding: 20px;
}
.five-goals h2 {
  font-size: 20px;
  color: #154684;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.five-goals .goals {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 20px;
}
.five-goals .goals .goal.one { --color: #2e3183;}
.five-goals .goals .goal.two { --color: #246db7;}
.five-goals .goals .goal.three { --color: #532d86;}
.five-goals .goals .goal.four { --color: #96247d;}
.five-goals .goals .goal.five { --color: #a41e4c;}

.five-goals .goals .goal {
  border: 2px solid var(--color);
  padding: 10px;
}
.five-goals .goals .goal span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: var(--color);
}
.five-goals .goals .goal h4 {
  color: var(--color);
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 2px solid var(--color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.five-goals .goals .goal img {
  width: 35px;
  height: auto;
  margin: 15px 0 5px 0;
}
.five-goals .goals .goal p {
  font-size: 14px;
  font-weight: 600;
  color: var(--color);
}

.five-goals .strands-title {
  color: #636366;
}
.five-goals .strands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.five-goals .strands .strand{
  border: 2px solid #d2d3d5;
  padding: 10px;
  position: relative;
}
.five-goals .strands .strand::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #d2d3d5;
}
.five-goals .strands .strand::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent white;
  z-index: 5;
}
.five-goals .strands .strand:last-of-type::after, .five-goals .strands .strand:last-of-type::before {
  display: none;
}
.five-goals .strands .strand h4{
  color: #63636c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}

@media(max-width: 960px){
  .five-goals .goals {
    grid-template-columns: 1fr;
  }
  .five-goals .strands {
    grid-template-columns: 1fr;
  }
  .five-goals .strands .strand::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 5px 0 5px;
    border-color: #d2d3d5 transparent transparent transparent;
  }
  .five-goals .strands .strand::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px 2.5px 0 2.5px;
    border-color: white transparent transparent transparent;
  }
}


.bod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 25px;
}
.bod-grid .bod .header {
  cursor: pointer;
}
.bod-grid .bod .header .title {
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.bod-grid .bod .header i {
  color: #154684;
  transition: 300ms;
  margin-right: 10px;
}
.bod-grid .bod .header.active i{
  transform: rotateZ(135deg);
}
.bod-grid .bod .header h4 {
  margin-bottom: 0;
  color: #154684;
}
.bod-grid .bod .header p {
  margin: 0;
  font-size: 12px;
}
.bod-grid .bod .images {
  position: relative;
}
.bod-grid .bod img.bod-bg {
  width: 100%;
  height: auto;
}
.bod-grid .bod img.bod-member {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  transition: 300ms;
}
.bod-grid .bod .description {
  display: none;
  padding: 15px 30px 15px 0;
}

@media(max-width: 960px){
  .bod-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width: 640px){
  .bod-grid {
    grid-template-columns: 1fr;
  }
}

.geckos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 15px;
}
.geckos-grid .gecko .img-container {
  position: relative;
  padding: 7.5px;
  border: 2px solid var(--color);
}
.geckos-grid .gecko img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.geckos-grid .gecko .img-container::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: var(--color) transparent transparent transparent;
}
.geckos-grid .gecko .img-container::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  transform: translateX(2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: white transparent transparent transparent;
  z-index: 5;
}
.geckos-grid .gecko p {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  padding: 0 5px;
  margin-top: 15px;
}

@media(max-width: 640px){
  .geckos-grid {
    grid-template-columns: 1fr;
  }
}













.text{
    /*previous styles*/
    background: linear-gradient(-45deg, #5c8727, #b32b96, #733eb9, #0f84dd);
    background-size: 100% 2%;
}
.text{
    /*previous styles*/
    -webkit-background-clip: text;
}

.text{
    /*previous styles*/
    -webkit-text-stroke: 4px transparent;
}


















.at-section__title {
  margin: 0 0 70px;
  color: #000;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2.625rem;
  text-align: center;
}
.at-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #FFF;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  min-width: 14.2857142857%;
  flex-basis: 14.2857142857%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  min-width: 11.1111111111%;
  flex-basis: 11.1111111111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
height: 350px;
line-height: 350px;	
	
}

.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .at-column {
    width: 33.3% !important;
    max-width: 33.3% !important;
    min-width: 33.3% !important;
    flex-basis:33.3% !important;
  }
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex-basis: 100% !important;
  }
}
.at-user {
position: absolute;
top: 0%;
left: 0;
width: 100%;
transform: translate(0, 0%);
text-align: center;
}
.at-user__avatar {
width: 180px;
height: 180px;
border-radius: 100%;
margin: 0 auto 20px;
overflow: hidden;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
color: #313435;
margin-bottom: 15px;
display: inline-block;
vertical-align: middle;	
font-size: 25px;
font-weight: 500;
line-height: 30px;
padding: 0px 30px;
margin-bottom: 15px;
}


.at-user__name p {
font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
font-style: normal;
font-size: 25px;
line-height: 28px;
margin: 5px 0px 15px 0px;
color: #fff;
font-weight: 700;
}

.at-user__name h3 {
font-size: 35px;
color: #FFFFFF;
line-height: 40px;
margin-bottom: 5px;
margin-top: 10px;
text-transform: none;
font-weight: 700;
}


.hltext h2 {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: none;
  font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,1.00);
}

.hltext h1 {
font-size: 21px;
color: #676767;
line-height: 25px;
margin: 15px 0px 0px 0px;
text-transform: none;
font-weight: 700;
}

.hltext p {
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0px 15px 0px;
  color: #000000;
  font-weight: 500;
}

.bdright{border-right: 2px solid rgba(0,0,0,1.00);}



@media only screen and (max-width: 1199px) {
	.at-user__name p {
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0px 5px 0px;
  color: #fff;
  font-weight: 600;
}
	
.at-user__name h3 {
  font-size: 30px;
  line-height: 35px;
}	
	
	
	
	
}






@media only screen and (max-width: 991px) {
	
	
.at-column {

  padding: 10px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
height: 200px;
line-height: 200px;	
	
}	
	
	
	.at-user__name p {
font-size: 16px;
line-height: 20px;
margin: 5px 0px 5px 0px;
color: #fff;
font-weight: 500;
}
	
.at-user__name h3 {
  font-size: 25px;
  line-height: 30px;
}	
	
	
	
	
	
.bdright{border-right: none;}
	
.hltext h2 {
text-align: center!important;
}

.hltext h1 {
text-align: center!important;
}

.hltext p {
text-align: center!important;
}	
	

	
}


@media only screen and (max-width: 480px) {
	
.at-column {

height: 100px;
line-height: 100px;	
	
}		
	
}










#digbox {
font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
border: 1px solid #ccc;
border-radius: 3px;
padding: 30px;
margin: 15px auto 0;
position: relative;
font-size: 22px;
line-height: 1.2;
margin: 70px 0;
font-weight: 500;
color: rgba(255,255,255,1.00);
text-align: left;
	
	
	
}
#digbox:after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
width: 25px;
height: 25px;
bottom: -13px;
left: 30%;
    background: inherit;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	
background-color: #004785;
border-right-color: white;
border-bottom-color: white;
border-top-color: #004785;
border-left-color: #004785;
}














/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 42 - PORTFOLIO DETAIL 1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.portfolio-detail-entry{position: relative;}
.portfolio-detail-entry img{display: block; width: 100%; height: auto;}
.portfolio-detail-related-entry{position: relative; padding-bottom: 30%; display: block; overflow: hidden; background: #014785; }
.portfolio-detail-related-entry .background{background-position: left top;background-repeat: no-repeat;margin-left: 15%;background-size: 38%;}
.portfolio-detail-related-entry:hover .background{transform: scale(1.1); -webkit-transform: scale(1.1); }
.portfolio-detail-related-entry .background:before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(34,34,34,0);}
.portfolio-detail-related-entry:hover .background:before{background: rgba(34,34,34,0);}

.portfolio-detail-related-entry .text2{position: absolute;right: 10%;bottom: 80px;width: 35%;}


.portfolio-detail-related-entry .text2 p{
color: #FFFFFF !important;
text-transform: none;
font-size: 25px;
line-height: 30px;
font-weight: 500;
padding-bottom: 5px;
	font-style: italic;

}


.portfolio-detail-related-entry:hover .text2{bottom: 120px;}

/*.portfolio-detail-related-entry:hover .text2{bottom: 55px;}
.portfolio-detail-related-entry:hover .text3{bottom: 20px;}*/


.portfolio-detail-related-entry .align-left{text-align: left; padding-left: 30px; padding-right: 20px; display: block;}
.portfolio-detail-related-entry .align-right{text-align: right; padding-left: 15px; display: block;}
.portfolio-detail-related-entry .tag{font-size: 13px; line-height: 14px; color: rgba(255,255,255,.7); display: inline-block; margin-bottom: 15px; margin-left: 15px;
vertical-align: baseline;}
.portfolio-detail-related-entry:hover .tag{margin-bottom: 25px;}
.portfolio-detail-related-entry .square-hamburger-icon{position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -10px;}
.portfolio-detail-related-entry * {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
.full-size{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}



.item {
  height: 50px;
  margin: 0px;
  position: relative;
	display: inline-block;
	float: right;
}



@media only screen and (max-width: 1800px) {
	
	.portfolio-detail-related-entry .text2{position: absolute; right: 5%; bottom: 80px; width: 40%;}
.portfolio-detail-related-entry .text2 p{
font-size: 23px;
line-height: 27px;
font-weight: 500;
padding-bottom: 5px;

}	
}


@media only screen and (max-width: 1560px) {
	
	.portfolio-detail-related-entry .text2{position: absolute; right: 5%; bottom: 80px; width: 40%;}
.portfolio-detail-related-entry .text2 p{
font-size: 20px;
line-height: 25px;
font-weight: 500;
padding-bottom: 5px;

}	
}




@media only screen and (max-width: 1366px) {
	
.portfolio-detail-related-entry{position: relative; padding-bottom: 40%; display: block; overflow: hidden; background: #014785; }
.portfolio-detail-related-entry .text2{position: absolute; right: 5%; bottom: 50px; width: 40%;}

	.portfolio-detail-related-entry:hover .text2{bottom: 60px;}

.portfolio-detail-related-entry .text2 p{
font-size: 18px;
line-height: 22px;
font-weight: 500;
padding-bottom: 5px;

}	
	
.portfolio-detail-related-entry .background {
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 5%;
  background-size: 49%;
}	
	
	
	
}



@media only screen and (max-width: 1199px) {
	
	
.portfolio-detail-related-entry .text2{position: absolute; right: 10%; bottom: 50px; width: 35%;}
	.portfolio-detail-related-entry:hover .text2{bottom: 60px;}


.portfolio-detail-related-entry .text2 p{
font-size: 15px;
line-height: 19px;
font-weight: 500;
padding-bottom: 5px;

}	
	
	
	
	
	
	
}




@media only screen and (max-width: 991px) {
	
.portfolio-detail-related-entry{position: relative; padding-bottom: 40%; display: block; overflow: hidden; background: #014785; }
	
.portfolio-detail-related-entry .background {
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-left: 7%;
  background-size: 45%;
}	
	
	
.portfolio-detail-related-entry .text2{position: absolute;right: 4%;bottom: 10px;width: 50%;}
.portfolio-detail-related-entry:hover .text2{bottom: 12px;}



.portfolio-detail-related-entry .text2 p{
font-size: 14px;
line-height: 18px;
font-weight: 500;
padding-bottom: 5px;

}	
	
	
	
	
	
	
}



@media only screen and (max-width: 767px) {
.portfolio-detail-related-entry {
  position: relative;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  background: #014785;
}	
	
	
	.portfolio-detail-related-entry .background{background-size: 80%; background-position: center top; margin-left: 0%;}

.portfolio-detail-related-entry .text2{position: absolute; left: 0%; bottom: 15px; width: 100%;}
	
	
.portfolio-detail-related-entry .text2 p{
font-size: 17px;
line-height: 22px;
font-weight: 500;
padding-bottom: 5px;

}	
		
}




@media only screen and (max-width: 480px) {
.portfolio-detail-related-entry {
  position: relative;
  padding-bottom: 110%;
  display: block;
  overflow: hidden;
  background: #014785;
}	
	
	
	.portfolio-detail-related-entry .background{background-size: 80%; background-position: center top; margin-left: 0%;}

.portfolio-detail-related-entry .text2{position: absolute; left: 0%; bottom: 5px; width: 100%;}
	
	.portfolio-detail-related-entry:hover .text2{bottom: 5px;}

.portfolio-detail-related-entry .text2 p{
font-size: 14px;
line-height:17px;
font-weight: 500;
padding-bottom: 0px;

}	
		
}

@media only screen and (max-width: 360px) {
.portfolio-detail-related-entry {
  position: relative;
  padding-bottom: 140%;
  display: block;
  overflow: hidden;
  background: #014785;
}	
	
	
	.portfolio-detail-related-entry .background{background-size: 80%; background-position: center top; margin-left: 0%;}

.portfolio-detail-related-entry .text2{position: absolute; left: 0%; bottom: 5px; width: 100%;}
	
	.portfolio-detail-related-entry:hover .text2{bottom: 5px;}

.portfolio-detail-related-entry .text2 p{
font-size: 14px;
line-height:17px;
font-weight: 500;
padding-bottom: 0px;

}	
		
}







 .journey .img-container {
  position: relative;
  padding: 7.5px;
  border: 2px solid var(--color);
	 display: inline-block;
	 margin-bottom: 12px;
	 margin-top: 12px;
}

.journey .img-container::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: var(--color) transparent transparent transparent;
}

.journey .img-container h2 {
font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
font-style: normal;
font-size: 20px;
line-height: 22px;
margin: 5px 0px 5px 0px;
color: #000000;
font-weight: 600;
}

.journey .img-container::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  transform: translateX(2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: white transparent transparent transparent;
  z-index: 5;
}











#section10  {
position: absolute;
bottom: 10%;
right: 4%;
z-index: 12;

}


#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: relative;
  bottom: 0px;
	display: inline-block;
  left: 0%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  box-sizing: border-box;
	text-align: center;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-animation: ryb 2s infinite;
  animation: ryb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes ryb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ryb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
}



@media only screen and (max-width: 1400px) {


#section10 {
    position: absolute;
    bottom: 13%;
    right: 4%;
    z-index: 12;
}

}



@media only screen and (max-width: 1366px) {


#section10 {
    position: absolute;
    bottom: 8%;
    right: 6%;
    z-index: 12;
}

}


@media only screen and (max-width: 991px) {
	
	#section10  {
  position: absolute;
  bottom: 7%;
	right: 6%;

}

	
	
}




@media only screen and (max-width: 767px) {
	
		#section10  {
		display: none;


}


	
	
}

	










 .hmtext .text-container {
position: relative;
padding: 7.5px;
border: 1px solid var(--color);
display: inline-block;
margin-bottom: 12px;
margin-top: 12px;
	 
	 
	 
	 
	 
	 
	 
	 
}

.hmtext .text-container::after {
content: "";
position: absolute;
top: 248px;
right: -20px;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: var(--color) transparent transparent transparent;
}

.hmtext .text-container h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
  padding: 30px 40px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(255,255,255,1.00);
  text-align: left;
}

.hmtext .text-container::before {
content: "";
position: absolute;
top: 249px;
right: -15px;
transform: translateX(2px);
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: #004785 transparent transparent transparent;
z-index: 5;
}












.gekban{position: absolute;
bottom: -4px;
right: 5%;}

.hmbtext{
	padding:100px 200px 100px 200px;
	
}




.vmv h2 {
font-size: 25px;
color: #FFFFFF;
line-height: 30px;
margin-bottom: 15px;
margin-top: 20px;
text-transform: none;
font-weight: 700;
text-transform: uppercase;
}

.vmv p {
font-style: normal;
font-size: 18px;
line-height: 23px;
margin: 5px 0px 15px 0px;
color: #FFFFFF;
font-weight: 400;
}


.tom{border: 1px solid rgba(0,0,0,1.00);padding: 30px; }
.tom .spt1{color: #542e86; font-style: italic; font-weight: 600;}
.tom .spt2{color: #0c6db7;  font-style: italic; font-weight: 600;}




 .tom2 .text-container {
	 background-color: #542e86;;
position: relative;
padding: 30px 40px;
border: 1px solid var(--color);
display: inline-block;
margin-bottom: 12px;
margin-top: 12px;
	 
}

.tom2 .text-container::after {
content: "";
position: absolute;
top: -20px;
right: 49.9%;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: var(--color) transparent transparent transparent;
}

.tom2 .text-container::before {
content: "";
position: absolute;
top: -20px;
right: 50.1%;
transform: translateX(1px);
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 0;
	background-color: #542e86;
border-color: #FFFFFF transparent transparent transparent;
z-index: 5;
}




.tom2 .text-container h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(255,255,255,1.00);
  text-align: left;
}







.tom2 .text-container p {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(255,255,255,1.00);
  text-align: left;
	font-style: italic;
}








@media only screen and (max-width: 1800px) {
	
.hmbtext{
	padding:60px 120px 60px 120px;
}	
	
}

@media only screen and (max-width: 1400px) {
	
.hmbtext{
	padding: 50px 50px 50px 50px;
}	
	
.gekban {
  position: absolute;
  bottom: -4px;
  right: 0%;
}	
	
.hmtext .text-container h2 {
  padding: 20px 30px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}	
	
	
	
}




@media only screen and (max-width: 1199px) {
	
.hmbtext{
	padding: 20px 10px 20px 10px;
}	
	
.gekban {
  position: absolute;
  bottom: -4px;
  right: 0%;
}	
	
.hmtext .text-container h2 {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}	
	
	
	
}


@media only screen and (max-width: 991px) {
	
.vmv h2 {
font-size: 20px;
line-height: 25px;
margin-bottom: 10px;
margin-top: 15px;
}

.vmv p {
font-size: 16px;
line-height: 21px;
margin: 5px 0px 15px 0px;
}
	
	
	
.hmbtext{
	padding: 20px 10px 20px 10px;
}	
	
.gekban {
  position: inherit;
  bottom: -4px;
  right: 0%;
}	
	
.hmtext .text-container h2 {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}	
	
	
	
	
.hmtext .text-container::before {
content: "";
position: absolute;
top: 100%;
left: 49.5%;
transform: translateX(2px);
width: 0;
height: 0;
border-style: solid;
border-width: 11px 11px 0 0;
border-color: #004785 transparent transparent transparent;
z-index: 5;
}	
	
.hmtext .text-container::after {
content: "";
position: absolute;
top: 100%;
left: 49.92%;
width: 0;
height: 0;
border-style: solid;
border-width: 13px 13px 0 0;
border-color: var(--color) transparent transparent transparent;
}	
	
	
}





















.call .portfolio-detail-entry{position: relative;}
.call .portfolio-detail-entry img{display: block; width: 100%; height: auto;}
.call .portfolio-detail-related-entry{position: relative; padding-bottom: 48%; display: block; overflow: hidden; background: #1b1b1b;}
.call .portfolio-detail-related-entry .background{background-size: cover;background-position: center bottom;background-repeat: no-repeat; margin-left: 0%;}
.call .portfolio-detail-related-entry:hover .background{transform: scale(1.1); -webkit-transform: scale(1.1);}
.call .portfolio-detail-related-entry .background:before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(34,34,34,0);}
.call .portfolio-detail-related-entry:hover .background:before{background: rgba(34,34,34,0);}
.call .portfolio-detail-related-entry .text2{position: absolute;
right: 10px;
top: 30px;
width: 50%;}

.portfolio-detail-related-entry:hover .text2{bottom: 120px;}




.call .portfolio-detail-related-entry .text2 h1{
color: #D8D5DC  !important;
text-transform: none;
font-size: 30px;
line-height: 34px;
font-weight: 500;
padding-bottom: 5px;
  -webkit-text-stroke: 3px transparent;
	
}


.call .portfolio-detail-related-entry .text2 h2{
color: #FFF !important;
text-transform: none;
font-size: 60px;
line-height: 55px;
font-weight: 500;
padding-bottom: 10px;
	
}

.call .portfolio-detail-related-entry .text2 p{
color: #202E61 !important;
text-transform: none;
font-size: 16px;
line-height: 20px;
font-weight: 400;
padding-bottom: 0px;
font-style: normal;
margin: 5px 0px 12px 0px;
	
}




.call .portfolio-detail-related-entry .align-left{text-align: left; padding-left: 30px; padding-right: 20px; display: block;}
.call .portfolio-detail-related-entry .align-right{text-align: right; padding-left: 15px; display: block;}
.call .portfolio-detail-related-entry .tag{font-size: 13px; line-height: 14px; color: rgba(255,255,255,.7); display: inline-block; margin-bottom: 15px; margin-left: 15px;
vertical-align: baseline;}
.call .portfolio-detail-related-entry .square-hamburger-icon{position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -10px;}
.call .portfolio-detail-related-entry * {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
.call .full-size{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}



.call .portfolio-detail-related-entry:hover img {
     /*padding-left: 40px;*/
    color: #25aae1;
    right: -10%;
	bottom: -90px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.call .portfolio-detail-related-entry img {
    position: absolute;
    text-align: center;
	max-width: 40%;
    right: -520px;
	bottom: -120px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}







.dkbutton {
border-radius: 5px;
color: #FFFFFF;
padding: 5px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
margin: 4px 2px;
transition-duration: 0.4s;
text-transform: uppercase;
font-weight: 600;
}
.dkbutton5 {
color: #202E61;
border: 2px solid #202E61;
}

.dkbutton5:hover {
  background-color: #202E61;
  color: white;
	text-decoration: none;
}



@media (max-width: 1800px) {
	.call .portfolio-detail-related-entry .text2 h1 {
  color: #BAB8BD !important;
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 5px;
}
	
	
.call .portfolio-detail-related-entry .text2 p{
color: #202E61 !important;
text-transform: none;
font-size: 14px;
line-height: 18px;
font-weight: 400;
padding-bottom: 0px;
font-style: normal;
margin: 5px 0px 12px 0px;
	
}
	
	
	
	
	
}



@media (max-width: 1366px) {
	.call .portfolio-detail-related-entry{position: relative; padding-bottom: 55%; display: block; overflow: hidden; background: #1b1b1b; }
.call .portfolio-detail-related-entry .text2{position: absolute;right: 10px;top: 30px;width: 50%;}
	
}


@media (max-width: 1199px) {
	
	
	.call .portfolio-detail-related-entry .text2 h1 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  padding-bottom: 0px;
}
	
	
.call .portfolio-detail-related-entry .text2 p{
font-size: 13px;
line-height: 16px;
font-weight: 400;
padding-bottom: 0px;
margin: 5px 0px 12px 0px;
	
}	
	
	
	
	.call .portfolio-detail-related-entry{position: relative; padding-bottom: 60%; display: block; overflow: hidden; background: #1b1b1b; }
.call .portfolio-detail-related-entry .text2{position: absolute;right: 10px;top: 20px;width: 50%;}
	
}




@media (max-width: 991px) {
	
	
	.call .portfolio-detail-related-entry .text2 h1 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 0px;
}
	
	
.call .portfolio-detail-related-entry .text2 p{
font-size: 16px;
line-height: 20px;
font-weight: 400;
padding-bottom: 0px;
margin: 5px 0px 12px 0px;
	
}	
	
	
	
	.call .portfolio-detail-related-entry{position: relative; padding-bottom: 50%; display: block; overflow: hidden; background: #1b1b1b; }
.call .portfolio-detail-related-entry .text2{position: absolute;right: 10px;top: 50px;width: 50%;}
	
}


@media (max-width: 767px) {
		
	.call .portfolio-detail-related-entry .text2 h1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 0px;
}
	
	
.call .portfolio-detail-related-entry .text2 p{
font-size: 14px;
line-height: 18px;
font-weight: 400;
padding-bottom: 0px;
margin: 5px 0px 12px 0px;
	
}	
	
	
	
	.call .portfolio-detail-related-entry{position: relative; padding-bottom: 50%; display: block; overflow: hidden; background: #1b1b1b; }
.call .portfolio-detail-related-entry .text2{position: absolute;right: 10px;top: 20px;width: 50%; left: inherit;
bottom: inherit;}
	
}



@media (max-width: 600px) {
		
	.call .portfolio-detail-related-entry .text2 h1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 0px;
}
	
	
.call .portfolio-detail-related-entry .text2 p{
display: none;
	
}	

	
}
@media (max-width: 480px) {
		.call .portfolio-detail-related-entry{position: relative; padding-bottom: 55%; display: block; overflow: hidden; background: #1b1b1b; }

		.call .portfolio-detail-related-entry .text2{position: absolute;right: 0px;top: 20px;width: 50%; left: inherit;}

	.call .portfolio-detail-related-entry .text2 h1 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 0px;
}
	
	
.call .portfolio-detail-related-entry .text2 p{
display: none;
	
}	
	
	
.dkbutton {
  border-radius: 5px;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-weight: 600;
}	
	

	
}






.test-shine {
  background-color: #02041e;
  background-repeat: no-repeat;
  top:0px;
  
  display: inline-block;
}

.test-shine:after {
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 30%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 1);overflow: hidden;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.10) 0%,
    rgba(255, 255, 255, 0.5) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */
.test-shine:hover:after {
  opacity: 0.8;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 1s, 1s, 1.55s;
  transition-timing-function: ease;
}

/* Active state */
.test-shine:active:after {
  opacity: 0;
}









