@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


:root {
    --main-color: #034075;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;

    --red-1: #be2c1f;
    --orange-1: #eb8c18;
}

html,
body {
    height: 100%;
    background-image: url("../images/assets/global/bg-main.png");
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: var(--paragraph-color);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--heading-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Shadows Into Light', cursive;
    margin: 0;
}

h1 {
    font-size: 42px;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul.standard{
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: none;
}

.font-title{
    font-family: 'Shadows Into Light', cursive;
    letter-spacing: 2px;
}

.pl-2{padding-left: 20px !important;}

.le-4{letter-spacing: 4px !important}

.m-title {
    font-size: 3em; font-weight: bolder;
    color: var(--orange-1);
}

.text-justify{text-align: justify !important;}
.text-red-1{color:#be2c1f;}
.text-orange-1{color: #eb8c18;}
.text-center{text-align: center !important}

.bg-orange{
    background: #fdcf00;
    background:     url('../images/assets/global/bg-yellow-01.jpg'); background-size:cover; background-position: center; padding:100px 0; 
}

     .features *{color: #ffffff}
     .features i{ font-size:3em; margin-bottom:30px }
     .features h4{font-family: 'Poppins', sans-serif; margin-bottom:10px }

.standard li i{color: var(--orange-1)}

.block-section{
    background: #fdcf00;
    padding: 0px 0px;
    background-image: url('../images/assets/global/bg-fruit-01.png');background-size: contain;
}

.block-section img{ margin:0 }

.block-100{padding: 100px 0}


.text-phrase{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    opacity: 1 !important;
}


/*--------------------   CI FORM --------------------*/
.csi-form{
    margin: 20px 0;
}

.csi-form label {
    font-size: .8em;
}
.csi-form input{
    border: none;
    border-bottom: 1px solid var(--orange-1);
    margin-bottom: 30px;
    background: rgba(255, 255, 255, .5) ;
    outline: none;
}

.csi-form input:focus{
    border: none;
    border-bottom: 3px solid var(--red-1);
}

.csi-form textarea{
    border: none;
    height: 150px;
    background: rgba(255, 255, 255, .5) ;
    border-bottom: 1px solid var(--orange-1);
}

.csi-form textarea:focus{
    border: none;
    border-bottom: 3px solid var(--red-1);
}

.csi-form input[type=checkbox] {
         position: relative;
           cursor: pointer;
           outline: none;
    }


.csi-form input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 20px;
         height: 20px;
         top: 0;
         left: 0;
         border: 2px solid var(--orange-1);
         border-radius: 3px;
         background-color: white;
}

.csi-form input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: 1px solid var(--orange-1);
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 4px;
         left: 8px;
}

.btn-form-1{
    background: var(--red-1);
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: 'Shadows Into Light', cursive;
    display: inline-block;
    border-radius: 0;
}

.btn-form-1:hover{
    background: #fdcf00 ;
    color: var(--red-1);
}


.success {
  background-color: #0791BE;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  color: #ffffff;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 60px;
}

.error {
  padding: 1em;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3); 

  animation:error 0.5s 1;
  -webkit-animation:error 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay:2s;
  -webkit-animation-delay:2s; /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;

} 

.footer{
    margin-top: 25px;
    background-color: #8f1a2c;
    padding: 50px 0;
    color: #ffffff !important;
}

.footer p{ 
    color: #ffffff !important;
 }

.footer img{ 
    width: 75%;
 }

.contact-side ul {list-style: none; margin-top: 25px}
.contact-side ul li{padding: 5px}

.footer ul {list-style: none; margin-top: 25px}
.footer ul li{padding: 5px}.contact-side ul {list-style: none; margin-top: 25px}
.footer ul li i{margin: 15px; font-size: 2em}
.footer ul li i:hover{
    color: var(--orange-1);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.footer h3{ margin-top:10px; margin-bottom:10px; font-family: 'Poppins', sans-serif;  }
.footer .footer-social ul li{display:inline-block; !important;}
.footer .footer-social ul li a{color: #ffffff !important}
.footer .footer-social ul li a i:hover{
    color: var(--orange-1);
    -webkit-transition: all 1s ease;
    transition: all .2s ease;
}

.form-footer form{margin-top: 20px}
.form-footer input[type=text]{
    color: var(--main-color);
    border: 1px solid #ffffff;
    padding: 10px;
    outline: none;
}

.form-footer input[type=submit]{
    color: var(--white-color);
    border: 1px solid #ffffff;
    padding: 10px;
    outline: none;
    background-color: var(--orange-1);
}

.privacy{margin: 50px 0; font-family: 'Poppins', sans-serif; }
.privacy h1{ font-family: 'Poppins', sans-serif;  }
.privacy h3{ margin-top:10px; margin-bottom:10px; font-family: 'Poppins', sans-serif;  }
.privacy p{ margin-bottom: 10px }

.privacy ul {list-style: none; margin-top: 10px; margin-bottom: 40px}
.privacy ul li i{margin-right: 10px; margin-bottom: 5px;color: var(--orange-1); padding: 1px 5px; border: 1px solid var(--orange-1);}

.top-sav-social a i {color: var(--white-color); padding: 0 20px}
.top-sav-social span{margin-right: 30px}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/* NAV */
.flexMain {
    display:flex;
    align-items: center
}

.flexMain img{width: 30%}

@media (max-width: 768px){
    .flexMain img{width: 100%}
}

.flex1 { flex:1 }
.flex2 { flex:2 }
.flex3 { flex:3 }

button.siteLink {
    margin-left:-5px;
    border:none;
    padding:24px;
    display:inline-block;
    min-width:115px;
}

.side-nav-Link {
    margin-left:-5px;
    border:none;
    padding:24px;
    display:inline-block;
    min-width:115px;
}
.whiteLink {
    background : #fff;
}
.whiteLink:active {
    background : #000;
    color: #fff;
}
.blackLink {
    color: #fff;
    background:#b9052c;
    transition: all 300ms linear;
}

.blackLink:active {
    color: #000;
    background:#fff
}
#siteBrand {
    font-family: impact;
    letter-spacing : -1px;
    font-size:32px;
    color:#b9052c;
    line-height : 1em;
}
#menuDrawer {
    background:#fff;
    position:fixed;
    height:100vh;
    overflow:auto;
    z-index:12312;
    top:0;
    left:0;
    border-right:1px solid #eaeaea;
    min-width:25%;
    max-width:320px;
    width:100%;
    transform : translateX(-100%);
    transition : transform 200ms linear;
}
#mainNavigation {
    transition : transform 200ms linear;
    background : #fff;
}
.drawMenu > #menuDrawer {
    transform : translateX(0%);
}
.drawMenu > #mainNavigation {
    transform : translateX(25%);
}
.fa-times {
    cursor : pointer
}
a.nav-menu-item:hover {
    margin-left:2px;
    border-left:10px solid black;
}
a.nav-menu-item{
    transition:border 200ms linear;
    text-decoration:none;
    display:block;
    padding:18px;
    padding-left:32px;
    border-bottom:1px solid #eaeaea;
    font-weight:bold;
    color:#343434
}

.bg-dark{    background-color: #b9052c !important;
}
select.noStyle {
    border:none;
    outline:none
}



