/* @import "./bootstrap-grid.min.css"; */
/* @import "./bootstrap-reboot.min.css"; */
@import "./bootstrap.min.css";
@import "./fonts.css";
:root {
    --animate-delay: 3s;
    --animate-duration: 1s;
    --animate-repeat: 1;
}
html {
    margin: 0;
    font-family: "Muli";
    font-size: 1rem;
    line-height: 1.5;
    color: #2c2c2c;
    background-color: #fff;
    --layoutWidth: 300px;
	--gutterWidth: calc((var(--windowWidth) - 310px)/2);
	--windowWidth: calc(100vw - 18px);
	--stripeMaxInset: calc(var(--layoutWidth)/2);
	--stripeInset: calc(var(--stripeMaxInset)*0.125);
	--stripeStart: calc(var(--stripeStartMax) - var(--stripeInset));
	--stripeStartMax: calc(var(--layoutWidth) + var(--gutterWidth));
}
body {
    margin: 0;
    font-family: "Muli";
    font-size: 1rem;
    line-height: 1.5;
    color: #2c2c2c;
    background-color: #fff;
}
button:focus {
	outline: none;
}
sub {
	bottom: 0;
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
.row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row:before, .row:after{
    display:inline-block;
    }
.bg-theme {
    background: -webkit-gradient(linear, left top, right top, from(#006abc), to(#009cff));
    background: -o-linear-gradient(left, #006abc, #009cff);
    background: linear-gradient(to right, #006abc, #009cff);
}
ul, li {
    padding: 0;
    margin: 0;
}
li {
    display: inline-block;
    list-style-type: none;
}
a {
    color: #2c2c2c;
}
a:hover {
    color: #009cff;
    text-decoration: none;
}
.mar-b-3 {
    margin-bottom: 30px;
}
.btn {
    display: inline-block;
    text-align: center;
    min-width: 100px;
    width: auto;
    padding: 7px 15px;
    font-size: 13px;
    font-family: 'Muli-Bold';
    background-color: #009cff;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.btn-soldout {
    display: inline-block;
    text-align: center;
    min-width: 100px;
    width: auto;
    padding: 7px 15px;
    font-size: 13px;
    font-family: 'Muli-Bold';
    background-color: red;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.btn:hover {
	color: #fff;
	-webkit-box-shadow: 0 7px 13px 0px rgba(51, 130, 197, 0.3);
	        box-shadow: 0 7px 13px 0px rgba(51, 130, 197, 0.3);
}
.btn.btn-lg {
    min-height: 54px;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 30px;
    font-family: 'Muli-Bold';
    font-weight: 400;
}
.arrow-svg-icon {
	width: 17px;
	height: 16px;
	margin-left: 5px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.arrow-svg-icon path {
    fill: #fff;
}
.btn:hover .arrow-svg-icon{
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.btn-white, .btn-white:hover {
    /* background-color: #fff;
    color: #000; */
    background-color: #004a82;
    color: whitesmoke;
}
.btn-black, .btn-black:hover {
    /* background-color: #000;
    color: #fff; */
    background-color: #9e0a1ad6;
    color: whitesmoke;
}
.flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.section-space {
    padding: 60px 0;
}
.section-heading-box {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 60px;
}
.section-heading-box h2{
    font-size: 32px;
    line-height: 38px;
    font-family: "Muli-Black";
    color: #000;
    margin-bottom: 16px;
    letter-spacing: -0.32px;
}
.section-heading-box p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.32px;
    font-family: 'Muli';
    /*font-family: 'Muli-Light';*/
    color: #333;
    max-width: 680px;
    margin: 0 auto;
}
.card-item {
    /* display: -ms-grid;
    display: grid; */
    padding: 20px;
    text-align: center;
}
.card-item figure {
    margin-bottom: 35px;
}
.card-title {
    font-size: 20px;
    font-family: "Muli-ExtraBold";
    color: #000;
    margin-bottom: 25px;
}
.card-desc {
    font-size: 14px!important;
    line-height: 25px!important;
    font-family: 'Muli-SemiBold'!important;
    margin-bottom: 0!important;
    color: #333!important;
    letter-spacing: 0.5px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg, .navbar .container-md,
.navbar .container-sm, .navbar .container-xl {
	display: block;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}
/* Queries */
@media screen and (max-width:1440px) {
    .section-heading-box h2 {
        font-size: 28px;
        line-height: 34px;
    }
}
@media screen and (max-width:1199px) {
    .section-space {
        padding: 50px 0;
    }
    .section-heading-box h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .section-heading-box {
        padding: 0;
        margin-bottom: 30px;
    }
    .section-heading-box p {
        font-size: 15px;
        line-height: 24px;
    }
    .btn {
        padding: 5px 10px;
        font-size: 13px;
    }
    .btn.btn-lg {
        min-height: 44px;
        line-height: 44px;
        font-size: 12px;
        padding: 0 15px;
    }
    .arrow-svg-icon {
        width: 15px;
        height: 13px;
        margin-left: 3px;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        vertical-align: middle;
    }
}
@media screen and (max-width:991px) {
    .section-heading-box h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .btn {
        min-width: 80px;
        width: auto;
        padding: 5px 7px;
        font-size: 11px;
    }
}
@media screen and (max-width:767px) {
    .body-fixed {
        overflow: hidden;
    }
    .section-space {
        padding: 30px 0 30px;
    }

    .btn.btn-lg {
        min-height: 40px;
        line-height: 40px;
        font-size: 13px;
        letter-spacing: 0;
        padding: 0 16px;
    }
}
@media screen and (max-width:575px) {
    .mar-b-3 {
        margin-bottom: 20px;
    }
    .section-space {
        padding: 30px 0;
    }
    .section-heading-box h2 {
        font-size: 21px;
        line-height: 30px;
        max-width: 390px;
        margin: 0 auto 12px;
    }
    .section-heading-box p {
        font-size: 15px;
        max-width: 100%;
        margin: 0 auto 12px;
    }
    .section-heading-box {
        margin-bottom: 20px;
    }
    .arrow-svg-icon {
        width: 16px;
        margin-left: 5px;
    }
}
@media screen and (min-width:576px) {
    .container {
        max-width: 700px;
    }
}
@media screen and (min-width:768px) {
    .container {
        max-width: 880px;
    }
}
@media screen and (min-width:992px) {
    .container {
        max-width: 1120px;
        padding: 0 40px;
    }
}
@media screen and (min-width:1200px) {
    .container {
        max-width: 1300px;
        padding: 0 30px;
    }
}
@media screen and (min-width:1441px) {
    .container {
        padding: 0 15px;
    }
}
