
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}


aside,
footer,
section {
    display: block;
}



fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


menu {
    display: block;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* ===================================================================
 * # basic/base setup styles
 *
 * ------------------------------------------------------------------- */
/*html {
    font-size: 62.5%;
    box-sizing: border-box;
}*/

/**,
*::before,
*::after {
    box-sizing: inherit;
}*/

/*
body {
    font-weight: normal;
    line-height: 1;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}
*/

body,
input,
button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}


/* -------------------------------------------------------------------
 * ## Media
 * ------------------------------------------------------------------- */
img,
video {
    max-width: 100%;
    height: auto;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #050505;
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}


#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/*
end preloader
*/
/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 600;
    display: none;
}


.go-top i {
    font-size: 68px;
    color: var(--text-h);
    line-height: inherit;
}
.go-top i:hover {
    color: var(--text-h2);
    cursor: pointer;
}

.bottom-left {
    position: absolute;
    bottom: 25%;
    left: 25%;
}

/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0
}

#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color:  var(--bg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#header.hide {
    top: -100px;
}
.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 0 15px;
    color:  var(--text);
    letter-spacing: 2px
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color:  var(--text-h)
}

.sticky .nav-item .nav-link.active,
.sticky .nav-item .nav-link:hover {
    color: var(--text);
}

.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}

.logo, .logo-scroll {
    margin-left: 5%;

}
.logo > img, .logo-scroll > img{
    width: 220px;
}
ul.nav {
    margin-right: 5%;
}

/* ======================================== BUY BUTTON - on banner ======================================== */
.buy-btn-banner {
    background-color: #2A2D34;
    color: #A5D0A8;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    border: 2px solid #2A2D34;
    font-size: large;
}

.buy-btn-banner:hover {
    background-color: #FCF6FA;
    border: 2px solid #FCF6FA;
    color: #79A382;
}
/* ======================================== learn more - banner ========================================
*/
.more {
    background-color: transparent;
    color: #FCF6FA;
    padding: 10px 20px;
    border-radius: 30px;
    border: transparent;
    font-weight: 700;
    font-size: large;
}
.more:hover {

    color: #2A2D34;
    background-color: #FCF6FA;
}
/*
======================================== dark mode ========================================
*/
#mode {

    width : 60px;

}
.mode {
    margin-right: 3%;
}
.dark #mode{
    content:url("../images/dark mode/white.png");
}
#mode:hover {
    filter: brightness(82%);

    width : 60px;
}
/*
=========================================animation of changing modes===============================================================
*/
body *:not(#preloader, #loader, .shadow-overlay2, .buy-btn-banner, .more, .bottom-left, .mode, #mode, .go-top, .faq-img, .order_b, .container .col-12, .content .ts div, .sent-message ) {
    transition: 0.4s ease-in-out;
}

 /* ======================================== set nav item font size ========================================
 */
ul.navbar-nav > li.nav-item {
    margin: 7px;
    font-size: x-large;
}
/* ======================================== scaling animation ========================================
 */
.more,.buy-btn-banner,li.nav-item,li.u-shape-circle,.u-carousel-control, .go-top i {
    animation-name: example2;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.more:hover,.buy-btn-banner:hover,li.nav-item:hover, li.u-shape-circle:hover,.u-carousel-control:hover, .go-top i:hover {
    animation-name: example;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes example {
    from {transform: scale(1);}
    to {transform: scale(1.1);}
}
@keyframes example2 {
    from {transform: scale(1.1);}
    to {transform: scale(1);}
}
@keyframes logo_an {
    from {width: 300px; height: 300px;}
    to {width: 350px; height: 350px;}
}
@keyframes logo_an2 {
    from {width: 350px; height: 350px;}
    to {width: 300px; height: 300px;}
}
/*
======================================== Responsive: logo_header ========================================
*/


/*
======================================== Header END ========================================
*/

/* ===================================================================
 * # ======================================== home ========================================
 *
 * ------------------------------------------------------------------- */
.s-home {
    width: 100%;
    height: 30%;
    min-height: 500px;
    margin-top: auto;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.53) 0%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.55) 0%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.54) 0%);

}
.site-logo {
    height: 110px;
}

.s-home .shadow-overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: -moz-linear-gradient(top, transparent 0%, rgb(22, 22, 26) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgb(22, 22, 26) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgb(22, 22, 26) 100%);
}
.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-color: rgba(0, 0, 0, 0.39);
}


/*
======================================== home end ===============================================================================================
*/
/*
======================================== WELCUM TITLE ========================================
(after home)
*/

#title {
    max-width: 1920px;
    height:410px;
    background: var(--img-title) no-repeat fixed 0 0;
    overflow:auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;

}

/* Centered text */
.centered {
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    bottom: 8%;
    width: 70%;
}
.centered h1, .centered p{
    text-align: center;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    text-shadow: 0px 0px 16px #2A2D34;
}
.centered h1 {
    color: var(--text-h2);
    font-size: 57px;
}
.txt {
    margin-top: 20px;
    color: var(--text);
    font-size: 25px;

}
#more_icon {
    font-size: 22px;
    margin-top: 45px;
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    text-shadow: 0px 0px 6px var(--bg-add);
    color: var(--text);
}
#more_icon:hover {
    color: #bfffb3;

}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 12px); }
    100%   { transform: translate(0, -0px); }
}

/*
======================================== end welcum title ===============================================================================================
*/
/*
============================= play video on scroll  ================================
*/
#bound-one, #bound-two {
    background: var(--bg);
}
.scroll-bound {
    height: 300vh;
}
.content {
    height: 100vh;
    position: sticky;
    top:0;
}
.col-lg-6 video {
    width: 70%;
}
.vid {
    text-align: right;
}
.content .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 26px;
}
.col-lg-6 div p {
    color: var(--text);
    text-align: left;
}
.col-lg-6.ts {
    padding-right: 70px;
}
.col-lg-6 div hr {
    color: var(--text-h2);
}
.col-lg-6 div h1 {
    text-align: left;
    color: var(--text-h);
}
/*
============================= play video on scroll end ================================
*/
/*
======================================== description part ================================================================
*/
.list_desc p {
    margin-bottom: 40px;
    margin-left: 35px;
    font-size: 17px;
    color: var(--text);
}
.list_desc {
    /*position: absolute;*/
    bottom: 23px;
}
.list_desc p i {
    padding-right: 9px;
    font-size: 11px;
}
div.col-6.text h1 {
    margin-left: 20px;
    margin-top: 30px;
    color: var(--text-h);
}
#carousel_a71d {
    padding: 95px 30px 95px 30px;
    min-height: 740px;
}
.u-carousel-item {
    justify-content: center;
}
div.text{
    padding: 0px 6px 20px 6px;
    background-color: var(--bg);
    height: 500px;
    width: 500px;
    border-radius:.95rem;
    margin-right: 4px;

}
div.text hr{
    height: 2px;
   color: var(--text);

}
.sel-bg{
    background-color: var(--bg-add);
}
svg.u-control {
    color: var(--text);
}
div.img{
    height: 500px;
    width: 500px;
    margin-left: 4px
}
div.img img{
    height: 500px;
    width: 500px;
    margin-left: 4px;
    border-radius: .95rem;
}
ol {
    bottom: -55px;
}
ol li.u-shape-circle{
    width: 23px;
    height: 23px;
    background-color: var(--text);
    cursor: pointer;
}
ol li.u-shape-circle:hover{
    width: 23px;
    height: 23px;
    background-color: var(--text-h);
}
.u-active.u-shape-circle {
    background-color: var(--text-h2);
    width: 21px;
    height: 21px;
}
/*
======================================== description part end ================================================================
*/
/*----------------------------------------titles with icons------------------------------------------------------------*/
body {
    background-color: var(--bg) !important;
}
div.col-4 {
    margin-top: 95px;
}
div.col-4 .icon_circle {
    background-color: var(--text);
    margin-bottom: 45px;
    height: 100px;
    width: 100px;
    text-align: center;

}
.icon_circle i {
    color: var(--bg);
    font-size: 36px;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon_text div p, .icon_text div h3{
    text-align: center;
}
.icon_text div h3{
    color: var(--text-h);
}
.bot {
    margin-top: 100px;
}
.icon_text {
    height: 250px;
    /*max-width: 1500px;*/
   color: var(--text);

}
#details_icons  {
    background-color: var(--bg);
    margin: 20px;


}
#d_icons {
    height: 520px;
    background-color: var(--bg);
}
div.col-4 .icon_circle:hover {
    box-shadow: 0 0 20px var(--text);
}
/*
======================================== titles with icons end ===========================================================================
*/
/*
======================================== video player ===========================================================================
*/
#video {
    background-color: var(--bg-add);
    text-align: center;
    padding: 40px 40px 65px 40px;
}
.video-mask{
    margin-left: auto;
    margin-right: auto;
    height: 380px;
    width: 675px;
    border-radius: 25px;
    overflow: hidden;

}
.video-mask:hover {
    box-shadow: 2px 2px 14px var(--text-t);
}
.container h1 {
    color: var(--text-h);
    font-size: 57px;
}
.container p {
    margin-bottom: 30px;
    color: var(--text);
    font-size: 19px;
    font-weight: lighter;
}

/*
======================================== end video player ===========================================================================
*/
/*-------------------------------------------------------------------------------------
                                         FAQ Area
---------------------------------------------------------------------------------------*/

#faq-area {
    padding: 90px 0 72px
}

#accordion .card {
    margin: 0 0 20px;
    border: 0;
    border-radius: 10px;
}

#accordion .card-header {
    border-radius: 10px;
    border: 0;
    background-color: var(--text);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative
}
#accordion .card-header button {
    color: var(--bg);
    background: none;
    letter-spacing: 1px;
    border: none;
}
#accordion .card-header.active button,
#accordion .card-header:hover button,
#accordion .card-header:hover:after {
    color: var(--text);
}

#accordion .card,
#accordion .card-header.active,
#accordion .card-header:hover {
    background-color: var(--text-h2);
}

#accordion .card-header button {
    font-weight: 600;
    font-size: 18px;
    display: block
}

#accordion .collapse.show,
#accordion .card-body {
    background-color: var(--bg-add);
    color: var(--text);
    border-radius: 0 0 10px 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    line-height: 24px
}
.faq-img img {
    border-radius: 15px;
    transform: scale(0.95);
    margin-top: -8px;

}

.section-heading h2 {
    color: var(--text-h);
}
.section-heading p {
    text-align: center !important;
}
/* ================================= end faq =======================================================================*/
/* ================================= buy selection =======================================================================*/

#buy {
    background-color: var(--bg-add);
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 15px;
}
#buy h1 {
    text-align: center;
    color: var(--text-h);
    font-size: 65px;
}
#buy .row {
    margin-left: auto;
    margin-right: auto;

}
.black_c {
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    border-radius: 15px;
    height: 570px;
    background-color: var(--text);
    overflow-y: hidden;
    position: relative;
    text-align: center;
}
.masked {
    top: 0;
    overflow:hidden;
    border-radius: 15px 15px 0 0;
    width: 100%;
    background-size: 330px;
    height: 43%;
}
.masked:hover {
    filter: opacity(0.6);
    height: 60%;
    cursor: pointer;
}
.masked .carousel-item img {
    overflow:hidden;
}
.black_c img {

    /*color: var(--text-h)*/
    width: 300px;
}
.ul_text div p {
   text-align: center;
    font-size: 15px;
    color: var(--bg);
    padding: 20px;
}
.black_c .ul_text table {

    list-style-type: circle;
    font-size: 19px;
    color: var(--bg);
    display: table;
    margin: 0 auto;
    padding-right: 34px;
    line-height: 2;
}
.ul_text table td img {
    width: 25px;
    margin-right: 8px;
    text-align: left;
}
b {
    font-weight: bold !important;
}
.ul_text table {
    width: 100%;
    height: 80%;
}

.bg-pink {
    background-color: #E96DA7;
    color: #FCF6FA !important;
    box-shadow: 0 0 2px var(--bg);
}
.bg-white {
    background-color: #FCF6FA;
    color: #2A2D34 !important;
    box-shadow: 0 0 2px var(--bg);
}
.bg-black {
    background-color: #16161A;
    color: #FCF6FA !important;
    box-shadow: 0 0 2px var(--bg);
}
.ul_text table td {
    text-align: center;
    padding: 5px;

}
.black_c .footer_c {
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0px;
    margin: 0;
    border-radius: 0 0 15px 15px;
    background-color: var(--text-h2)
}

.black_c .order_b {
    height: 60px;
    cursor: pointer;
    text-align: center;
    background-color: var(--text-h);
    margin: auto;
}
.black_c .order_b p{
    font-size: 26px;
    position: relative;
    justify-content: center;
    top: 17%;
    color: var(--bg-add);
}
.black_c .order_b p b a{
    color: var(--bg-add);
}
.black_c .order_b1 {
    height: 60px;
    cursor: pointer;
    text-align: center;
    background-color: var(--text-h2);
    margin: auto;
}
.order_b1 p {
    font-size: 26px;
    position: relative;
    justify-content: center;
    top: 17%;
    color: var(--text)
}

.footer_c .col-6:first-of-type {
    border-right: 1px solid var(--bg);
}
.footer_c .col-6  {
    font-size: 20px;
    color: var(--bg);
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.footer_c .col-6 img  {
    height: 33px;
}
.hover_card {
    box-shadow: 0 0 15px var(--text);
}
.click_card {
    box-shadow: 0 0 15px var(--text);
    transform: scale(1.15);
}
.click_sh{
    background-color: var(--text-h2);

}
.container.row hr {
    background-color: var(--text);
    height: 3px;
    margin-top: 60px;
    margin-bottom: 60px;
    opacity: 0.60;
    width: 98%;
}
.price {
    content: var(--price);
}
.battery {
    content: var(--battery);
}
.size {
    content: var(--size);
}
.paint {
    content: var(--paint);
}
.container .tab {
    border-radius: 15px;
    padding: 0;
    background-color: var(--text);

}
table.row {
    border-collapse: collapse;
    border-style: hidden;

}
td, th  {
   color: var(--bg);
    text-align: center !important;
}
.img_h {
    text-align: center;
}
.img_h img {
    width: 50%;
}
.pt div table thead .img_h img {
    content: url("../images/buy/pink.png");
}
.bt div table thead .img_h img {
    content: url("../images/buy/black.png");
}
.wt div table thead .img_h img {
    content: url("../images/buy/white.png");
}
.table-responsive {
    padding: 12px;
}
.arrow_t {
    text-align: center;
    color: var(--bg);
    height: 20px;
    width: 100%;
    padding: 0;
    border-radius: 0 0 15px 15px;

}
.pt .arrow_t {
    background-color: rgb(237, 196, 224);
}
.wt .arrow_t {
    background-color: rgb(187, 187, 187);
}
.bt .arrow_t {
    background-color: rgb(144, 185, 156);
}

.arrow_t i {
    font-size: 33px;
    margin-top: -7px;
}
td table tr, td table tr td {
    border-style: none;
}

/* The Modal (background) */
#image-viewer {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border-radius: 15px;
}
.modal-content2 {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content2 {
        width: 100%;
    }
}
.arrow_t:hover {
    cursor: pointer;
    filter: brightness(70%);
}
td i {
    font-size: 35px;
}
/* ================================= end buy selection =======================================================================*/
/* ================================= about us =======================================================================*/
.container_about {
    padding: 50px;
}
.container_about h1 {
    font-size: 50px !important;
    text-align: center;
}
.container_about hr {
    height: 2px;
    color: var(--text-h);
}
.container_about div div img {
    border-radius: 15px;
}
.container_about div div {
    margin: auto;
}
/* ================================= end about us =======================================================================*/
/* ================================= contact us =======================================================================*/
#contact {
    background-color: var(--bg-add);
    padding: 40px 40px 65px 40px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section-title {
    padding-bottom: 40px;
    text-align: center;
}
 .info {
    width: 100%;
}
 .info i {
    font-size: 20px;
    background: var(--text-h2);
    color: var(--text);
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}
 .info div h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-h2) !important;
}
 .info div {
    color: var(--text-h2);
}
 .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--text);
}
 .info .email, .info .phone {
    margin-top: 40px;
}
 .php-email-form {
    width: 100%;
}
 .php-email-form .form-group {
    padding-bottom: 8px;
}
 .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
 .php-email-form .error-message br + br {
    margin-top: 25px;
}
 .php-email-form .sent-message {
    display: none;
    color: var(--text);
    background: var(--text-h2);
     border-radius: 15px;
    padding: 15px;
    font-weight: 600;
}
 .sent-message div {
     text-align: left;
 }
.sent-message div:last-child {
    text-align: right;
    cursor: pointer;
}
 .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
 .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
 .php-email-form input, .contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
 .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: var(--text-h);
}
 .php-email-form input {
    height: 44px;
     border-radius: 15px;
}
 .php-email-form textarea {
     border-radius: 15px;
    padding: 10px 12px;
}
 .php-email-form button[type=submit] {
    background: var(--text-h);
    border: 0;
    padding: 10px 24px;
    color: var(--bg);
    transition: 0.4s;
    border-radius: 15px;
}
 .php-email-form button[type=submit]:hover {
    background: var(--text-h2)
}
 .info a {
     text-decoration: none;
 }
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-control {
    color: var(--text) !important;
    background-color: var(--bg) !important;
}

/* ================================= end contact us =======================================================================*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--bg-add);
    padding: 0 0 30px 0;
    color: var(--text);
    font-size: 14px;
}
#footer .footer-top {
    background: var(--bg);
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: var(--text);
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--text-h);
    color: var(--text);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 15px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: var(--text-h2);
    color: var(--text);
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);

    position: relative;
    padding-bottom: 12px;
}
h4.cen {
    text-align: center;
    padding-bottom: 0px !important;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--text);
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 4px 0;
    /*display: flex;
    align-items: center;*/
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: var(--text);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    color: var(--text-h2);
}
#footer .footer-top .footer-newsletter form {
    margin-top: 16px;
    background: var(--bg-add);
    padding: 6px 10px;
    position: relative;
    border-radius: 15px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
    background: var(--bg-add);
    color: var(--text);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--text-h);
    color: var(--text);
    transition: 0.3s;
    border-radius: 0 15px 15px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: var(--text-h2);
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: var(--text);
}
.img_icon img {
    width: 100%;
    margin-bottom: 25px;
}
.footer-newsletter p {
    margin-bottom: 0px;
}
/* ====================================== end footer ======================================*/
