/****************************************************************

  Client:   dafadri via Spydernet
  Type:     CSS Document
  Designer:   Vipin Chandran (Front-end Development only)
  E-mail    vipinradhalayam@gmail.com

*****************************************************************/
/********************************
    FONTS ATTACHED
*********************************/
@font-face {
  font-family: "GLITTEN ALL CAPS";
  src: url("../webfonts/GLITTENALLCAPSRegular.eot");
  src: url("../webfonts/GLITTENALLCAPSRegular.eot?#iefix") format("embedded-opentype"), url("../webfonts/GLITTENALLCAPSRegular.woff2") format("woff2"), url("../webfonts/GLITTENALLCAPSRegular.woff") format("woff"), url("../webfonts/GLITTENALLCAPSRegular.ttf") format("truetype"), url("../webfonts/GLITTENALLCAPSRegular.svg#GLITTENALLCAPSRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/********************************
    General Styles
*********************************/
body {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  background-color: #fff;
  color: #000;
}

h1 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  line-height: 1.2;
}

h2 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  line-height: 1.2;
}

h3 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  line-height: 1.2;
}

h4 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  line-height: 1.2;
}

h5 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  line-height: 1.2;
}

h6 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  line-height: 1.2;
}

a {
  color: #509672;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

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

h1 {
  margin-bottom: 20px;
}

h1 > span {
  color: #509672;
}

.prehd {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #509672;
}

.prehd::before {
  left: 0;
}

.prehd::after {
  right: 0;
}

p.smlfnt {
  font-size: 12px;
}

.img-daf {
  width: 100%;
  height: auto;
}

.mar-off {
  margin: 0;
}

.pad-off {
  padding: 0;
}

.btn-daf {
  border-radius: 0;
  padding: 14px 25px;
  font-weight: 600;
  color: #fff;
  background-color: #509672;
  text-transform: capitalize;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  position: relative;
}

.btn-daf.white {
  color: #509672;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-daf.trans {
  color: #000;
  border: 1px solid #509672;
  background-color: transparent;
  border-radius: 0;
}

.btn-daf.transwhite {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-daf.sml {
  font-size: 11px;
  padding: 10px 15px;
}

.btn-daf + .btn-daf {
  margin-left: 15px;
}

.btn-daf:hover, .btn-daf:focus {
  color: #fff;
  background-color: #509672;
}

.btn-daf.transwhite:hover, .btn-daf.transwhite:focus {
  color: #fff;
}

.btn-daf:focus {
  text-decoration: none;
  outline: none;
}

.section, section {
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cust-row {
  margin: 0 -7px;
}

.cust-col {
  padding: 0 7px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #509672;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #509672;
}

ul.tick-list > li {
  display: block;
  position: relative;
  color: #000;
  padding-left: 30px;
}

ul.tick-list > li + li {
  margin-top: 13px;
}

ul.tick-list > li:before, ul.tick-list > li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: rgba(80, 150, 114, 0.28);
}

button:focus {
  outline: none;
}

.site-link {
  color: #509672;
  font-weight: 700;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.site-link:hover {
  text-decoration: none;
  color: #ce9507;
}

.vdo-olay .modal-dialog {
  width: 70%;
  height: 80vh;
  max-width: unset;
}

.vdo-olay .modal-body {
  padding: 2px;
  border-radius: 0;
  height: 100%;
}

.vdo-olay .modal-content {
  border-radius: 0;
  padding: 0;
  height: 100%;
}

.vdo-olay button.close {
  position: absolute;
  right: -35px;
  top: -2px;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  outline: none;
}

.vdo-olay button.close:hover, .vdo-olay button.close:focus {
  color: #fff;
  outline: none;
  opacity: 1;
}

/********************************
     Over Writing Styles
*********************************/
.fcltheme {
  color: #509672 !important;
}

.fcltheme2 {
  color: rgba(80, 150, 114, 0.28) !important;
}

.fclwhite {
  color: #fff !important;
}

.fcldark {
  color: #171717 !important;
}

.fclbody {
  color: #000 !important;
}

.mar-off {
  margin: 0 !important;
}

.lineht1 {
  line-height: 1 !important;
}

.flxbx {
  display: flex;
}

.vcentr {
  align-items: center;
}

.vbot {
  align-items: flex-end;
}

.hcentr {
  justify-content: center;
}

.hright {
  justify-content: flex-end;
}

.hspsarnd {
  justify-content: space-around;
}

.hspsbtw {
  justify-content: space-between;
}

.hspsevnly {
  justify-content: space-evenly;
}

.txtup {
  text-transform: uppercase;
}

.fwt300 {
  font-weight: 300;
}

.fwt400 {
  font-weight: 400;
}

.fwt500 {
  font-weight: 500;
}

.fwt600 {
  font-weight: 600;
}

.fwt700 {
  font-weight: 700;
}

.mt-std {
  margin-top: 30px !important;
}

.mb-std {
  margin-bottom: 30px !important;
}

.mb-off {
  margin-bottom: 0 !important;
}

.lex {
  font-family: "Lexend", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.glit {
  font-family: "GLITTEN ALL CAPS";
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.theme-bgclr {
  background-color: #509672;
}

.mt-minus10 {
  margin-top: -10px !important;
}

.bgwhite {
  background-color: #fff;
}

.bgtheme {
  background-color: #509672;
}

.blknwhite {
  filter: grayscale(100%);
}

/********************************
     Header Section
*********************************/
.daf-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.contact-num {
  letter-spacing: 2px;
}

.ih-inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.daf-header .row {
  margin: 0;
}

.site-logo {
  flex: 0 0 160px;
  max-width: 160px;
  padding: 10px 0;
  position: relative;
}

.logo {
  display: block;
  z-index: 1;
}

.site-menu {
  position: relative;
  background-color: #509672;
}

.mobile-menu {
  position: relative;
}

.menu-handle {
  display: block;
  text-align: right;
  font-size: 20px;
  padding: 5px 10px;
  color: #509672;
  width: 70px;
  text-align: center;
  border-radius: 5px;
}

#mmClose {
  display: none;
}

.mm-ctrl #mmClose {
  display: block;
}

.mm-ctrl #mmBar {
  display: none;
}

.daf-deskmenu {
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 10px 0;
}

.daf-deskmenu > li + li {
  margin-left: 30px;
}

.daf-deskmenu > li > a, .dropdown-item {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.dropdown-item {
  text-align: left;
  padding: 5px;
}

.daf-deskmenu > li > a:hover, .daf-deskmenu > li > a:focus, .dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.daf-deskmenu > li > a.donation:focus {
  color: #fff;
}

.site-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-handle > span {
  display: block;
  height: 25px;
  text-align: right;
}

.menu-handle:hover {
  color: #509672;
}

.menu-handle:focus {
  color: #171717;
}

/********************************
          HOME
*********************************/
.daf-home {
  position: relative;
  padding: 0;
}

.hs-item > .img-daf {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hsitem-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.owl-item.active .hsitem-caption .container {
  animation: capmove 3s 1; /* IE 9 */
  transform: scaleY(1);
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

@keyframes capmove {
  from {
    opacity: 0; /* IE 9 */
    transform: scaleY(0.05);
  }
  to {
    opacity: 1; /* IE 9 */
    transform: scaleY(1);
  }
}
.hs-item .container {
  position: relative;
}

.home-slider .owl-nav {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 1140px;
  text-align: right;
}

.home-slider .owl-nav button.owl-next, .home-slider .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.84);
  border: none;
  color: #000;
  font-size: 14px;
  border-radius: 0;
  margin: 0;
  padding: 20px 30px !important;
}

.home-slider .owl-nav button.owl-prev {
  border-top-left-radius: 10px;
}

.home-slider .owl-nav button.owl-next {
  border-top-right-radius: 10px;
}

.home-slider .owl-nav button.owl-next:hover, .home-slider .owl-nav button.owl-prev:hover {
  color: #fff;
  background-color: #509672;
}

.daf-home.sp, .daf-home.sp .hs-item {
  height: 300px;
}

.daf-home.sp .hsitem-caption {
  padding: 15px;
  display: flex;
  align-items: center;
  align-items: flex-end;
}

/********************************
    MAJOR SECTION
*********************************/
.inner-menu {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.inner-menu > li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin: 20px;
}

.inner-menu > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 9px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.inner-menu > li > a {
  color: #000;
  font-size: 16px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.inner-menu > li > a:hover, .inner-menu > li.active > a {
  color: #509672;
}

.inner-menu > li:hover::before, .inner-menu > li.active::before {
  background-color: #509672;
}

.order-steps {
  margin-top: 60px;
  margin-bottom: 80px;
}

.order-steps > li {
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.shape {
  margin: 0 auto 20px;
  width: 200px;
  height: 266px;
  display: block;
  text-align: center;
  padding-top: 30px;
  color: rgba(80, 150, 114, 0.28);
  font-size: 100px;
  font-weight: 600;
  background-image: url(../imgs/shape-green.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.order-steps > li:nth-child(even) > span.shape {
  background-image: url(../imgs/shape-blk.svg);
}

.grey-wrapper {
  background-color: #F5F5F5;
  padding: 40px;
}

.white-wrapper {
  background-color: #fff;
  padding: 40px 80px;
}

.prof-pic {
  max-width: 115px;
  border: 1px solid rgba(80, 150, 114, 0.28);
}

/********************************
      FORM STYLES
*********************************/
.form-group {
  margin-bottom: 30px;
}

label {
  color: #171717;
  font-weight: 700;
}

.form-control {
  border: none;
  border-bottom: 1px solid #F5F5F5;
  background-color: transparent;
  height: 50px;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #509672;
}

.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

/* Customize the label (the container) */
.cb-container {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 17px;
  margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #509672;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/********************************
        FOOTER
*********************************/
.daf-footer {
  background-color: #509672;
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
  background-image: url(../imgs/footer-bg.png);
  background-size: 22% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}

.daf-footer::before {
  content: "";
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../imgs/logo-bg.png);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.logo-footer {
  background-color: #fff;
  padding: 20px 30px;
  text-align: right;
  margin-left: -30px;
}

.logo-footer .img-daf {
  max-width: 180px;
}

.ft-top {
  padding: 50px 0;
}

.ft-menu > li + li {
  margin-top: 16px;
}

.ft-menu > li > a {
  display: block;
  color: #fff;
}

.footer-form .form-control {
  background-color: #fff;
  border-color: #fff;
  padding-left: 15px;
}

.footer-form input.form-control {
  height: 40px;
}

.footer-form .form-group {
  margin-bottom: 15px;
}

.footer-form .btn-daf.white {
  height: 40px;
  padding: 8px 25px;
}

.poweredby {
  text-align: right;
  margin-bottom: 0;
  color: #fff;
}

.poweredby img {
  width: 70px;
  height: auto;
  margin-left: 5px;
}

.power-row {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

/********************************
      SUB PAGES
*********************************/
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: -15px;
  margin-bottom: 0;
}

.breadcrumb > li + li {
  margin-left: 40px;
}

.breadcrumb > li {
  color: #509672;
  position: relative;
}

.breadcrumb > li > a {
  color: #000;
}

.breadcrumb > li + li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  color: #509672;
  position: absolute;
  left: -20px;
}

.prod-box > span {
  display: block;
  margin-right: 5px;
  width: 100%;
}

.prod-box > div {
  margin-top: 3px;
}

.table-wrapper {
  border: 1px solid #dee2e6;
}

.form-table td {
  border-color: transparent;
  padding: 1rem 0.75rem;
}

.custom-table {
  display: block;
  border: 1px solid #dee2e6;
}

.custom-table > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.custom-table > li + li {
  border-top: 1px solid #dee2e6;
}

.precise-box {
  padding: 10px;
}

.yes-no label + label {
  margin-left: 10px;
}

.yes-no label {
  line-height: 1;
}

.custom-table > li.vtop {
  align-items: flex-start;
}

.delivery-det {
  display: block;
}

.delivery-det label {
  display: block;
}

.delivery-det label + label {
  margin-top: 10px;
}

.fcldisabled {
  color: #ccc;
}

.sp-imgs > li:nth-child(even) {
  margin-top: 100px;
}

.table-container {
  overflow: auto;
}

.table-container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.form-table {
  min-width: 340px;
}

.form-table tr > th:last-child, .form-table tr > td:last-child {
  text-align: right;
}

.form-table select {
  border-color: #ccc;
}

.border-box {
  border: 1px solid #CCC;
  padding: 30px;
}

.measure-list.port .measure-item {
  text-align: center;
}

.measure-item label {
  display: block;
}

.measure-item input {
  border: 1px solid #ccc;
  padding: 7px;
  width: 100%;
  max-width: 200px;
}

.measure-list {
  justify-content: center;
}

.measure-list > li {
  margin-bottom: 40px;
}

.measure-list.port .measure-img {
  height: 200px;
  padding: 0 60px 5px;
}

.measure-img > .img-daf {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.uline-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.uline-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #509672;
}

.ultit-obj {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  color: #509672;
}

.measure-list.land .measure-img {
  height: 280px;
}

.student-profile span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 10px;
}

.display-table thead > tr > th, .display-table.colored tbody > tr > td {
  background-color: #F5F5F5;
}

.display-table thead > tr > th, .display-table tbody > tr > td {
  text-align: center;
}

.display-table thead > tr > th:first-child, .display-table tbody > tr > td:first-child {
  text-align: left;
}

.display-table a {
  color: #000;
}

.modal hr {
  border-color: #509672;
}

.store-map {
  height: 150px;
  margin-bottom: 15px;
}

.measure-list.pants .measure-img {
  margin-bottom: 15px;
}

.size-video {
  height: 440px;
}

.display-table.colored thead > tr:first-child > th {
  background-color: #509672;
  color: #fff;
  text-align: center;
}

.table-bordered.display-table.colored {
  border: 2px solid #509672;
}

/********************************
     BOOKS LIST
*********************************/
.book-search {
  position: relative;
  max-width: 500px;
  margin: 0 auto 50px;
}

.book-search > input {
  width: 100%;
  border: 1px solid #509672;
  border-radius: 30px;
  height: 45px;
  padding: 10px 60px 10px 40px;
}

.book-search > a {
  background-color: #509672;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 18px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-menu {
  justify-content: center;
  margin-bottom: 60px;
}

.book-menu > li {
  display: block;
}

.book-menu > li + li {
  margin-left: 50px;
}

.book-menu > li > a {
  color: #000;
  font-size: 16px;
}

.book-menu > li.active > a, .book-menu > li > a:hover {
  color: #509672;
  text-decoration: underline;
}

.cat-head {
  margin-bottom: 50px;
}

.cathd-action {
  padding-left: 60px;
}

.cathd-action .cb-container {
  margin-left: 5px;
}

.book-box span {
  font-weight: 600;
  font-size: 16px;
}

.book-img {
  position: relative;
}

.book-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #509672;
  background-color: transparent;
}

.book-det {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.book-price {
  text-align: right;
  position: relative;
}

.book-price::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #F5F5F5;
}

.book-price > span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.book-list > li {
  margin-bottom: 40px;
}

.books-catbox + .books-catbox {
  margin-top: 30px;
}

.item-count {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.item-count > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #509672;
  color: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 1;
}

.item-count > input {
  height: 20px;
  width: calc(100% - 60px);
  background-color: #F5F5F5;
  text-align: center;
  padding: 2px 4px;
}

.shopping-cart {
  background-color: #F5F5F5;
  border: 1px solid #509672;
}

.cart-price {
  color: #FF0000;
  font-weight: 500;
  font-size: 14px;
}

.cart-head {
  background-color: #509672;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-head > span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #509672;
  border-radius: 50%;
}

.cart-list {
  display: block;
  padding: 7px;
  min-height: 500px;
}

.cart-list > li {
  display: block;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
}

.cart-list select {
  margin-bottom: 10px;
  font-size: 10px;
  margin-top: -4px;
  display: block;
}

.cart-total {
  justify-content: space-between;
  align-items: center;
}

.cart-total > span {
  font-weight: 600;
}

.cart-total > span:last-child {
  color: #FF0000;
}

.cartbot-box {
  padding: 7px;
  border-top: 1px solid #509672;
}

.cartbot-box .btn-daf {
  width: 100%;
  margin-top: 10px;
}

.cart-item-remove {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 2;
  font-size: 13px;
}

.addto-cart {
  display: block;
  font-size: 18px;
}

.big-cart .item-count {
  display: flex;
  align-items: center;
  margin-right: 30px;
  max-width: 150px;
}

.big-cart .item-count > a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}

.big-cart .item-count > input {
  height: 40px;
  width: calc(100% - 80px);
}

.big-cart .cart-price {
  font-size: 24px;
  font-weight: 600;
}

.big-cart .cart-item-remove {
  font-size: 22px;
  right: 15px;
  top: 15px;
}

.big-cart + .big-cart {
  margin-top: 30px;
}

.cart-total {
  background-color: #F5F5F5;
  border: 1px solid #509672;
  padding: 30px;
  margin: 40px 0 30px;
}

/********************************
    LOGIN | SIGN UP
*********************************/
.login-wrapper {
  border: 1px solid #509672;
  padding: 40px 80px;
  border-radius: 30px;
  max-width: 700px;
  margin: 0 auto;
}

.login-form .form-control, .daf-admin .form-control, .general-form .form-control {
  border: 1px solid #B8B8B8;
  padding-left: 30px;
}

.login-form .btn-daf {
  width: 100%;
}

.login-wrapper > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 60px;
  color: #509672;
  padding: 4px;
  border: 4px solid #509672;
  margin: -78px auto 38px;
  background-color: #fff;
}

.otp-box .form-control {
  width: 50px;
  padding: 5px;
}

.otp-box {
  justify-content: center;
}

.otp .btn-daf {
  width: inherit;
}

.track-list {
  display: block;
  border-left: 2px dashed #509672;
  padding-left: 40px;
}

.track-list > li {
  position: relative;
  display: block;
}

.track-list > li + li {
  margin-top: 35px;
}

.track-list > li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #509672;
  border-radius: 50%;
  position: absolute;
  left: -49px;
  top: 0;
}

.track-list > li p {
  font-weight: 700;
}

.track-list > li p > span {
  display: block;
  font-weight: 400;
  color: #808080;
}

.signup-wrapper {
  max-width: unset;
}

/********************************
     ADMIN PANEL
*********************************/
.daf-admin {
  position: relative;
}

.side-bar {
  width: 100%;
  max-width: 220px;
  background-color: #E9E9E9;
  padding-top: 85px;
}

.content-area {
  width: 100%;
  padding: 30px 60px 30px 250px;
  min-height: 400px;
}

.admin-menu {
  display: block;
}

.daf-admin .btn-daf {
  min-width: unset;
  padding: 10px 15px;
}

.daf-admin .btn-daf > span {
  display: inline-block;
  margin-right: 10px;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #000;
  font-weight: 500;
  padding: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #509672;
}

.content-area-head {
  text-align: right;
  margin-bottom: 15px;
}

.daf-admin .table td, .daf-admin .table th {
  border-top: none;
  background-color: #E9E9E9;
  border-color: #ccc;
}

.daf-admin .table .btn-daf {
  font-size: 12px;
  padding: 4px 8px;
}

.daf-admin .table .btn-daf > span {
  margin-right: 5px;
}

.daf-admin .table .btn-daf + .btn-daf {
  margin-left: 5px;
}

.action-link {
  color: #000;
  font-size: 16px;
}

.admin-table {
  min-width: 899px;
}

.custom-file-label {
  border-color: #B8B8B8;
  border-radius: 0;
}

.product-entry-form .btn-daf {
  min-width: 220px;
}

.form-wrapper {
  margin: 30px auto 0;
  max-width: 700px;
}

.daf-admin select.form-control {
  padding-left: 10px;
}

.custom-file-label, .custom-file-input {
  height: 50px;
}

.custom-file-label::after {
  height: 48px;
}

.custom-file-label {
  padding-top: 14px;
}

.custom-file-label::after {
  padding-top: 13px;
}

.tabpane-box {
  justify-content: space-between;
}

.tabpane-inner {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 30px;
}

.form-tracking-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.form-tracking-code input, .form-tracking-code .btn-daf {
  height: 35px;
}

.form-tracking-code .btn-daf {
  padding: 4px 18px;
}

.form-tracking-code input {
  max-width: 340px;
}

.admin-settings .dropdown-item {
  color: #509672;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.admin-settings .dropdown-item > span {
  display: inline-block;
  width: 30px;
}

.content-area-head .dropdown-toggle::after {
  display: none;
}

.subtab-container .nav-link {
  position: relative;
  padding-left: 18px !important;
}

.subtab-container .nav-link::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 23px;
}

.subtab-container .nav-pills .nav-link.active, .subtab-container .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #509672;
}

.subtab-container .nav-pills .nav-link.active::before, .subtab-container .nav-pills .show > .nav-link::before {
  background-color: #509672;
}

.subtab-container .nav-pills .nav-item + .nav-item {
  margin-left: 30px;
}

.subtab-container .nav-pills {
  justify-content: center;
  margin-bottom: 40px;
}

.subtab-container .tab-content {
  padding: 30px;
}

.form-group.flxbx label {
  width: 50%;
}

.form-group.flxbx .form-control {
  width: 50%;
}

.clr-units {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.clr-units > a {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid transparent;
}

.clr-units > a + a {
  margin-left: 2px;
}

.clr-units > a:hover, .clr-units > a.active {
  border-color: #000;
}

.clr-units > a.red {
  background-color: red;
}

.clr-units > a.blue {
  background-color: blue;
}

.clr-units > a.green {
  background-color: green;
}

.clr-units > a.yellow {
  background-color: yellow;
}

.clr-units > a.grey {
  background-color: grey;
}

.product-entry-form button {
  width: 100%;
  height: 50px;
}

.image-upload {
  display: flex;
  width: 100%;
}

.image-upload > li {
  display: block;
  width: 100%;
}

.image-upload > li + li {
  margin-left: 10px;
}

.image-upload > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #509672;
  height: 130px;
  color: #ccc;
  text-align: center;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.image-upload > li > a + a {
  margin-top: 10px;
}

.image-upload > li.big > a {
  height: 270px;
}

.image-upload > li > a span {
  display: block;
  font-size: 22px;
}

.image-upload > li > a:hover {
  color: #509672;
}

/********************************
    PROJECT DETAILS
*********************************/
.outer {
  margin: 0 auto;
  max-width: 800px;
}

#thumbs {
  margin: 30px 0;
}

#thumbs .item {
  height: 100px;
  margin: 0 7px;
  cursor: pointer;
  opacity: 0.95;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

#thumbs .item .img-prohy {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#thumbs .current .item {
  opacity: 1;
}

.projdet-slider .owl-nav [class*=owl-],
.prodet-slider .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.projdet-slider .owl-nav [class*=owl-].disabled:hover,
.prodet-slider .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  position: absolute;
  top: calc(50% - 17px);
  background: #509672;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 0;
  font-size: 22px;
  font-weight: 600;
  border-radius: 0;
}

#thumbs.owl-theme .owl-prev {
  left: 0;
}

#thumbs.owl-theme .owl-next {
  right: 0;
}

#thumbs.owl-theme .owl-next > span, #thumbs.owl-theme .owl-prev > span {
  display: block;
  margin-top: -5px;
}

#thumbs.owl-theme .owl-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #509672;
}

#big.owl-theme .owl-item a {
  border: 1px solid #509672;
  display: block;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lb-data .lb-close {
  background: none;
  width: 26px;
  height: 26px;
  position: relative;
}

.lb-data .lb-close::before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.lb-data .lb-close:hover::before {
  color: #509672;
}

.prodet-name {
  margin-bottom: 30px;
}

.prodet-name > span {
  font-size: 14px;
  color: #808080;
  display: block;
}

.prodet-price {
  color: #509672;
  margin-bottom: 40px;
}

.prodet-size {
  height: 30px;
  border: 1px solid #509672;
  border-radius: 0;
  padding: 0 5px;
}

.prodet-filter {
  margin-bottom: 40px;
}

.prodet-filter .item-count {
  margin-right: 0;
  margin-left: 30px;
  max-width: 150px;
}

.prodet-filter .item-count > a {
  font-size: 16px;
  width: 30px;
  height: 30px;
}

.prodet-filter .item-count > input {
  height: 30px;
  width: calc(100% - 60px);
  background-color: #F5F5F5;
  text-align: center;
  padding: 2px 4px;
}

.prodet-desc {
  margin-bottom: 30px;
}

.specification {
  display: block;
  max-width: 500px;
}

.specification > li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.specification > li > span {
  display: block;
  width: 50%;
  color: #888;
}

.specification > li > span:first-child {
  font-weight: 700;
  color: #000;
}

.prodet-tab-content {
  padding-top: 40px;
}

.prodet-menu {
  margin-top: 40px;
}

.prodet-menu .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.prodet-menu .nav-item.show .nav-link, .prodet-menu .nav-link.active {
  color: #509672;
}

.related-prods {
  padding-top: 70px;
}

/********************************
  CHECK OUT | MY ORDER | PAYMENT
*********************************/
.chkout-orderdet {
  background-color: #F5F5F5;
  padding: 40px;
  border-radius: 20px;
}

.table-list {
  display: block;
}

.table-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.table-list > li:last-child {
  text-align: right;
}

.myorder-list > li {
  padding: 30px 0;
  margin-bottom: 0;
}

.myorder-list > li + li {
  border-top: 1px dashed #ccc;
}

.final-bill {
  background-color: #509672;
  padding: 30px 0;
  margin-top: -40px;
  margin-bottom: 70px;
}

.bill-logo {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.billname {
  margin-bottom: 0;
}

.bill-content {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.payment-box {
  max-width: 500px;
  margin: 0 auto;
}

.pb-row {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #000;
}

.pb-row.grey {
  background-color: #F5F5F5;
  border: 1px solid #E9E9E9;
}

.pb-icon {
  font-size: 20px;
  width: 35px;
}

.cvv {
  max-width: 50px;
  height: 35px;
}

.cont-info {
  justify-content: space-between;
}

.pref-payment {
  justify-content: space-between;
}

.other-payment h6 {
  margin-bottom: 2px;
}

/********************************
  THANK YOU | PARENT PROFILE
*********************************/
.thanq-contact {
  display: block;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.thanq-contact > li {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  font-weight: 700;
}

.thanq-contact > li > span {
  display: block;
  margin-right: 15px;
}

.ppsl-box {
  position: relative;
  background-color: #E9E9E9;
  height: 100%;
}

.ppsl-box.add {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ppsl-box > span {
  display: block;
  background-color: rgba(80, 150, 114, 0.76);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.parpro-studlist > li {
  margin: 15px 0;
}

.ppslb-add {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #509672;
  background-color: #fff;
  color: #509672;
  font-size: 40px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

/********************************
      REFERENCE CHART
*********************************/
.vdo-box {
  position: relative;
}

.vdo-box > a {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(80, 150, 114, 0.62);
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  font-size: 44px;
}

.measure-img-list > li {
  display: block;
  margin-bottom: 15px;
}

.measure-img-list {
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 30px;
}

/********************************
     Media Queries
*********************************/
@media (min-width: 992px) {
  .hide-on-desk {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
  .menu-handle {
    font-size: 24px;
    padding: 0 20px;
  }
  .menu-handle .img-daf {
    width: 30px;
  }
  .daf-deskmenu > li + li {
    margin-left: 20px;
  }
  .otp-box input + input {
    margin-left: 50px;
  }
  .side-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .myorder-det {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  body {
    line-height: 1.5;
  }
  .daf-deskmenu > li + li {
    margin-left: 30px;
  }
  .grey-wrapper {
    padding: 60px;
  }
  .student-profile {
    padding: 60px;
  }
  .nav-pills .nav-link {
    font-size: 16px;
    padding-left: 30px;
  }
  .big-cart + .big-cart {
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .daf-deskmenu > li + li {
    margin-left: 60px;
  }
  .side-bar {
    max-width: 300px;
  }
  .content-area {
    padding: 30px 60px 30px 330px;
  }
}
@media (max-width: 1199.98px) {
  .google-map {
    height: 350px;
  }
  .home-slider .owl-nav {
    max-width: 960px;
  }
  .shape {
    padding-top: 41px;
  }
  .side-bar {
    max-width: 200px;
  }
  .content-area {
    padding: 30px 20px 30px 220px;
  }
  .measure-img-list {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (max-width: 991.98px) {
  .logo {
    margin-top: 0;
  }
  .site-logo {
    flex: 0 0 90px;
    max-width: 90px;
    padding: 5px 0;
  }
  .daf-deskmenu > li > a, .dropdown-item {
    font-size: 14px;
  }
  .daf-deskmenu {
    padding: 7px 0;
  }
  .order-steps > li {
    margin-bottom: 30px;
  }
  .hs-item {
    position: relative;
    height: calc(100vh - 73px);
  }
  .ft-col + .ft-col {
    margin-top: 30px;
  }
  .hsitem-caption {
    background-color: rgba(0, 0, 0, 0.308);
  }
  .hsitem-caption h1 {
    color: #fff;
  }
  .sp-imgs {
    margin-bottom: 30px;
  }
  .sp-imgs > li:nth-child(even) {
    margin-top: 0;
  }
  .uline-title {
    margin-bottom: 30px;
  }
  .measure-list.land .measure-img {
    height: 230px;
  }
  .cart-list {
    min-height: unset;
  }
  .shopping-cart {
    margin-bottom: 40px;
  }
  .otp-box {
    justify-content: space-between;
  }
  .content-area {
    padding: 30px;
  }
  .side-bar {
    position: static;
    max-width: unset;
  }
  .nav-pills {
    text-align: center;
  }
  .nav-pills .nav-item {
    display: inline-block;
  }
  .form-group.label-wrapper {
    margin-bottom: 0;
  }
  .outer {
    margin-bottom: 40px;
  }
  .chkout-orderdet {
    margin-bottom: 30px;
  }
  .mobdwn-30 {
    margin-bottom: 30px;
  }
  .measure-img-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 767.98px) {
  .mobdown {
    margin-bottom: 20px;
  }
  .nomobile, .desk-menu {
    display: none;
  }
  .section, section {
    padding: 50px 0;
  }
  .footer-menu > li > a h1 {
    font-size: 30px;
  }
  .footer-menu > li > a {
    height: 200px;
  }
  .footer-menu {
    margin-bottom: 50px;
  }
  .ft-col {
    margin-bottom: 20px;
  }
  .ft-content .ft-col:last-child .ft-box {
    margin-top: -50px;
  }
  .inner-menu > li::before {
    top: 6px;
  }
  .inner-menu > li > a {
    font-size: 14px;
  }
  .inner-menu > li {
    margin: 10px;
  }
  .white-wrapper {
    padding: 20px 40px;
  }
  .grey-wrapper {
    padding: 20px;
  }
  .measure-list.land .measure-img {
    height: 160px;
  }
  .form-tracking-code input {
    max-width: 280px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  body {
    font-size: 12px;
  }
  .mt-std {
    margin-top: 15px !important;
  }
  .mb-std {
    margin-bottom: 15px !important;
  }
  .btn-daf {
    min-width: unset;
    font-size: 10px;
    padding: 12px 15px;
  }
  .site-link {
    font-size: 12px;
  }
  .form-control {
    height: 40px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .vdo-olay .modal-dialog {
    width: calc(100% - 20px);
    height: calc(100vh - 140px);
  }
  .vdo-olay {
    top: 60px;
    padding-top: 40px;
  }
  .vdo-olay button.close {
    right: 0px;
    top: -36px;
    font-size: 24px;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu > li {
    width: 100%;
  }
  .footer-menu > li + li {
    margin-left: 0;
    margin-top: -1px;
  }
  .footer-menu > li > a {
    height: 140px;
  }
  .google-map {
    height: 300px;
  }
  .ih-inner .daf-soc {
    display: none;
  }
  .home-slider .owl-nav {
    max-width: unset;
    right: 15px;
    left: 15px;
    margin: unset;
    width: unset;
  }
  .daf-home.sp, .daf-home.sp .hs-item {
    height: 250px;
  }
  .grey-wrapper {
    padding: 15px;
  }
  .white-wrapper {
    padding: 10px 20px;
  }
  .form-control {
    font-size: 12px;
  }
  .order-steps {
    margin: 20px 0;
  }
  .shape {
    width: 170px;
    height: 229px;
    font-size: 80px;
    padding-top: 42px;
  }
  .ft-col, .ft-col + .ft-col {
    margin: 0;
  }
  .ft-box {
    margin-bottom: 30px;
  }
  .measure-list.port .measure-img {
    padding: 0 42px 5px;
    height: 178px;
  }
  .measure-item {
    text-align: center;
  }
  .measure-list.land .measure-img {
    padding-bottom: 10px;
  }
  .cat-head {
    display: block;
    margin-bottom: 30px;
  }
  .cathd-action {
    padding-left: 0;
    padding-top: 15px;
  }
  .book-list > li {
    margin-bottom: 30px;
  }
  .book-menu > li + li {
    margin-left: 15px;
  }
  .book-menu > li {
    margin: 15px;
  }
  .book-menu {
    margin-bottom: 35px;
  }
  .login-wrapper {
    padding: 40px 50px;
  }
  .otp-box .form-control {
    width: 40px;
  }
  .content-area {
    padding: 15px;
  }
  .prodet-price, .prodet-name, .prodet-filter {
    margin-bottom: 20px;
  }
  .form-tracking-code input {
    max-width: unset;
    margin: 10px 0;
  }
  .form-tracking-code {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .form-tracking-code .btn-daf {
    width: 100%;
  }
  .myorder-det {
    margin-top: 20px;
  }
  .admin-settings .dropdown-item {
    font-size: 12px;
  }
  .admin-settings .dropdown-item > span {
    width: 24px;
  }
  .bill-logo {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
  .big-cart .cart-list > li .img-daf {
    margin-bottom: 15px;
  }
  .ppsl-box.add {
    min-height: 200px;
  }
  .image-upload {
    display: block;
  }
  .image-upload > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-entry-form .cb-container {
    font-size: 12px;
  }
  .form-group.flxbx label, .form-group.flxbx .form-control {
    width: 100%;
  }
  .form-group.flxbx {
    display: block;
    margin-bottom: 15px;
  }
  .clrbox {
    margin-bottom: 25px;
  }
  .measure-img-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 480px) {
  .btn-daf + .btn-daf {
    margin-left: 0;
    margin-top: 15px;
  }
  .measure-list.port .measure-img {
    padding: 0 25px 5px;
  }
  .prodet-filter .item-count {
    margin-left: 20px;
  }
}
@media (max-width: 360px) {
  .google-map {
    height: 250px;
  }
  .measure-list.port .measure-img {
    height: 150px;
  }
  .prodet-filter .item-count {
    margin-left: 10px;
  }
  .bill-logo {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
}
/* Media Query for Iphones */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- VIDEO MEDIA QUERY ----------- */
/* Portrait and Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  /* your css rules for ipad pro portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
/********************************
   Customizing Animate CSS
*********************************/
.animated.delay-50ms {
  animation-delay: 50ms;
}

.animated.delay-100ms {
  animation-delay: 100ms;
}

.animated.delay-150ms {
  animation-delay: 150ms;
}

.animated.delay-200ms {
  animation-delay: 200ms;
}

.animated.delay-250ms {
  animation-delay: 250ms;
}

.animated.delay-300ms {
  animation-delay: 300ms;
}

.animated.delay-350ms {
  animation-delay: 350ms;
}

.animated.delay-400ms {
  animation-delay: 400ms;
}

.animated.delay-450ms {
  animation-delay: 450ms;
}

.animated.delay-500ms {
  animation-delay: 500ms;
}

.animated.delay-550ms {
  animation-delay: 550ms;
}

.animated.delay-600ms {
  animation-delay: 600ms;
}

.animated.delay-650ms {
  animation-delay: 650ms;
}

.animated.delay-700ms {
  animation-delay: 700ms;
}

.animated.delay-750ms {
  animation-delay: 750ms;
}

.animated.delay-800ms {
  animation-delay: 800ms;
}

.animated.delay-850ms {
  animation-delay: 850ms;
}

.animated.delay-900ms {
  animation-delay: 900ms;
}

.animated.delay-950ms {
  animation-delay: 950ms;
}

.animated.delay-1000ms {
  animation-delay: 1000ms;
}

.animated.delay-1050ms {
  animation-delay: 1050ms;
}

.animated.delay-1100ms {
  animation-delay: 1100ms;
}

.animated.delay-1150ms {
  animation-delay: 1150ms;
}

.animated.delay-1200ms {
  animation-delay: 1200ms;
}

.animated.delay-1250ms {
  animation-delay: 1250ms;
}

.animated.delay-1300ms {
  animation-delay: 1300ms;
}

.animated.delay-1400ms {
  animation-delay: 1400ms;
}

.animated.delay-1500ms {
  animation-delay: 1500ms;
}

.animated.delay-1600ms {
  animation-delay: 1600ms;
}

.animated.delay-1700ms {
  animation-delay: 1700ms;
}

.animated.delay-1800ms {
  animation-delay: 1800ms;
}

.animated.delay-1900ms {
  animation-delay: 1900ms;
}/*# sourceMappingURL=style.css.map */