* {
     box-sizing: border-box !important;
}
html {
     scroll-behavior: smooth;
}
body {
     color: #666666;
     font-size: 14px;
     font-family: sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}
h2 {
     font-size: 22px;
}
h3 {
     font-size: 18px;
}
h4 {
     font-size: 16px
}
h5 {
     font-size: 14px
}
h6 {
     font-size: 13px
}


ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 24px;
}
img {
     max-width: 100%;
     height: auto;
}
blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}
button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
button:focus {
     outline: none;
     box-shadow: none !important;
}

a, 
.btn {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}


*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
:focus {
     outline: 0;
}

/** common style **/
.container {
     max-width: 1170px;
}
.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}
.text_align_left {
     text-align: left;
}
.text_align_right {
     text-align: right;
}
.text_align_center {
     text-align: center;
}
.common-text h2 {
     font-size: 45px;
     color: #2b2b2b;
     line-height: 60px;
     font-weight: bold;
}
.common-text p {
     padding-top: 15px;
     line-height: 30px;
     font-size: 17px;
     color: #262626;
}
@media (min-width: 768px) and (max-width: 991px) {
     .common-text h2 {
          line-height: 57px;
          font-size: 38px;
     }
}
@media (max-width: 767px) {
     .common-text h2 {
          text-align: center;
          line-height: 54px;
          font-size: 34px;
     }
 }
/** end common style **/

/** loader **/
.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}
.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
.loader img {
     width: 280px;
}
/** end loader **/

/** header **/
.main-header {
     display: flex;
     align-items: center;
     width: 100%;
     background:#141744;
     height: 80px;
     position: relative;
}
.main-header .container-fluid {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.main-header .logo {
     height: 100%;
     display: inline-flex;
     align-items: center;
}
.navbar {
     float: right; 
     position: static;
}
.navbar-dark .navbar-nav .nav-link {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 10px 24px;
     color: #999;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     border-radius: 30px;
     text-transform: uppercase;
}
.navbar-dark .navbar-toggler {
     border-color: rgba(255, 255, 255, .5);
}
.navbar-nav .dropdown-item {
     border-bottom: 1px solid #e6e6e6;
}
.navbar-nav .dropdown-item:last-of-type {
     border-bottom: none;
}
.navbar-nav .dropdown-item:hover {
     color: #fff;
     background-color: #79abf2;
}
.navbar-nav .dropdown-item:focus {
     background: none;
}
/* .navbar-nav .dropdown:hover .dropdown-menu {
     display: block;
} */
@media (min-width: 992px) {
     .main-header {
          padding: 0 40px;
     }
     .nav-item {
          margin-left: 10px;
     }
     .nav-link-shop {
          background: #79abf2;
          color: #fff !important;
     }
     .nav-link-shop .icon {
          margin-right: 6px;
     }
}
@media (max-width: 991px) {
     .navbar {
          padding: 0;
     }
     .navbar .navbar-collapse {
          width: 100%;
          position: absolute; 
          top: 80px;
          left: 0;
          z-index: 999;
          background: rgba(0,0,0,.9);
     }
     .nav-item {
          border-bottom: 0.5px solid rgba(255,255,255,.5);
          &:last-of-type {
               border: none;
          }
     }
     .nav-link {
          height: 60px;
          font-size: 16px !important;
     }
     .nav-link-shop .icon {
          margin-right: 6px;
     }
     .navbar-nav .dropdown-menu {
          border-radius: 0;
     }
}
/** end header **/

/** footer **/
.main-footer {
     padding: 60px 0;
     background: #79abf2;
}
.main-footer .infoma {
     display: block;
}
.main-footer .infoma h3 {
     text-align: left;
     font-weight: bold;
     font-size: 26px;
     line-height: 24px;
     color: #fff;
     padding-bottom: 15px;
}
.main-footer .conta {
     padding-top: 12px;
}
.main-footer .conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 22px;
     font-size: 17px;
     line-height: 18px;
     display: flex;
     align-items: center;
}
.main-footer .conta li:last-child {
     padding-right: 0;
}
.main-footer .conta li img {
     max-width: 84px;
}
.main-footer .conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 18px;
     color: #fff;
}
.main-footer .conta li a {
     color: #fff;
}
.main-footer .fullink li {
     display: inline-block;
     color: #bebbbb;
     font-size: 14px;
     text-align: left;
     line-height: 35px;
     margin-right: 16px;
}
.main-footer .fullink li a {
     color: #fff;
     font-size: 17px;
}
.main-footer .fullink li a:hover { 
     text-decoration: underline !important;
}
@media (max-width: 767px) {
     .main-footer .infoma {
          margin-bottom: 20px;
     }
}
/** end footer **/





