.img {
    width: 100%;
    border-radius: 3%;
    box-shadow: 7px 7px 10px 2px rgba(0,0,0,0.16);
}

.box {
    transition: all .3s ease;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.box:hover {
    --webkit--box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
    --mozy--box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
    /* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16); */
    margin-top: 5px;
    margin-bottom: 5px;
}


.btn-danger {
    color: #fff;
    background-color: #f17203b5!important;
    border-color: #f17203b5!important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: rgba(241, 114, 3, 0.86) !important;
    border-color: rgba(241, 114, 3, 0.86)!important;
}

.text-danger {
    color: #f17203b5!important;
}

.separator-danger {
    color: rgba(241, 114, 3, 0.86)!important;
}
.separator-danger:before, .separator-danger:after {
    border-color: rgba(241, 114, 3, 0.86)!important;
}



nav a {
    color: white!important;
}


.section .title-area {
    margin-bottom: 30px;
    padding-top: 50px;
}


.title1 {
    letter-spacing: 10px!important;
}

.title2 {
    font-family: 'Iceland', cursive!important;
    font-size: 100px!important;
    margin-bottom: -20px;
    margin-top: -5px;
    line-height: .8;
}

.title3 {
    max-width: 31em!important;
}

.title4 {
    line-height: 1.5!important;
    margin-top: -20px;
}

@media (max-width: 992px) {
    .title3 {
        margin-top: -30px!important;
    }
}
@media (max-width: 654px) {
    .title2 {
        font-size: 80px!important;
    }
}
@media (max-width: 538px) {
    .title2 {
        font-size: 60px!important;
    }
}
@media (max-width: 538px) {
    .title2 {
        font-size: 50px!important;
    }
}
@media (max-width: 364px) {
    .title2 {
        font-size: 40px!important;
    }
}


@media (max-width: 767px) {
    nav a {
        color: #777!important;
    }
}




/***** Phone *****/
@media (max-width: 767px) {
    #phone1 {
        display: none;
    }
    #phone2 {
        display: none;
    }
    #phone3 {
        display: block!important;
    }
}

#phone1 {
    right: 0;
    border: none;
    box-shadow: 0px 0px 0px 1px black;
    font-size: 17px;
    margin-right: -210px;
    padding-bottom: 10px;
    outline: none;
}

#phone1:hover {
    transition: 1s;
    margin-right: -190px;
}

#phone2 {
    right: 0;
    border: none;
    box-shadow: 0px 0px 0px 1px black;
    font-size: 11px;
    margin-right: -210px;
    background: #fff;
    color: #f17203;
}

#phone3 {
    color: red!important;
}

.phone {
    z-index: 99;
    position: fixed;
    top: 35%;
    right: 0%;
    color: red;
    font-weight: 1000;
    background-color: #f17203b5;
    color: white;
    border-radius: 4px;
    opacity: 1;
    font-family: 'Nunito', sans-serif!important;
}

.on {
    animation-name: on;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    z-index: 99;
    position: fixed;
    top: 35%;
    right: 0%;
    color: red;
    font-weight: 1000;
    background-color: #f17203b5;
    color: white;
    border-radius: 4px;
    opacity: 1;
    font-family: 'Nunito', sans-serif!important;
}

@keyframes on {
0%   {
  margin-right: -210px;
  }
100%   {
  margin-right: 0px;
  }
}


.off {
    animation-name: off;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    z-index: 99;
    position: fixed;
    top: 35%;
    right: 0%;
    color: red;
    font-weight: 1000;
    background-color: #f17203b5;
    color: white;
    border-radius: 4px;
    opacity: 1;
    font-family: 'Nunito', sans-serif!important;
}

@keyframes off {
0%   {
  margin-right: 0px;
  }
100%   {
  margin-right: -210px;
  }
}



/* entero logo mobile frendly */
.entero_main {
    width: 1512px;
}

@media (max-width: 1524px) {
    .entero_main {
        width: 1370px!important;
    }
}
@media (max-width: 1404px) {
    .entero_main {
        width: 1300px!important;
    }
}
@media (max-width: 1315px) {
    .entero_main {
        width: 1100px!important;
    }
}
@media (max-width: 1124px) {
    .entero_main {
        width: 950px!important;
    }
}
@media (max-width: 993px) {
    .entero_main {
        width: 800px!important;
    }
}
@media (max-width: 849px) {
    .entero_main {
        margin-left: -2%;
    }
}
@media (max-width: 800px) {
    .entero_main {
        margin-left: -3%;
    }
}
@media (max-width: 750px) {
    .entero_main {
        margin-left: -8%;
    }
}
@media (max-width: 700px) {
    .entero_main {
        margin-left: -12%;
    }
}
@media (max-width: 650px) {
    .entero_main {
        margin-left: -20%;
    }
}
@media (max-width: 600px) {
    .entero_main {
        margin-left: -25%;
    }
}
@media (max-width: 550px) {
    .entero_main {
        margin-left: -32%;
    }
}
@media (max-width: 450px) {
    .entero_main {
        margin-left: -50%;
    }
}
@media (max-width: 410px) {
    .entero_main {
        margin-left: -60%;
    }
}
@media (max-width: 385px) {
    .entero_main {
        margin-left: -68%;
    }
}
@media (max-width: 370px) {
    .entero_main {
        margin-left: -72%;
    }
}
@media (max-width: 360px) {
    .entero_main {
        margin-left: -60%;
        width: 640px!important;
    }
}
@media (max-width: 290px) {
    .entero_main {
        margin-left: -77%;
        width: 640px!important;
    }
}