/*==============================================================================================*/
/*=================[                                                           ]=================*/
/*=================[     !!!!!!!! CSS ADDED BY CODELINE INFOTECH  !!!!!!!!     ]=================*/
/*=================[                                                           ]=================*/
/*===============================================================================================*/
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 992px){
    .hero-animation-img {
        position: relative;
        display: block;
        width: 100%;
    }
    .animation-one {
         -webkit-animation: move-one 7s ease-in-out infinite;  
          animation: move-one 7s ease-in-out infinite; 
    }   
    .animation-four {
        position: absolute;
        -webkit-animation: move-four 6s ease-in-out infinite;
        animation: move-four 6s ease-in-out infinite;
        left: 19%;
        bottom: -96px;
    }
    .animation-new{
        position: absolute;
        bottom: 10px;
    }
    .animation-six{
      position: absolute;
          right: 70%;
      -webkit-animation: move-four 6s ease-in-out infinite;
        animation: move-four 6s ease-in-out infinite;
    }
    .animation-two {
        position: absolute;
        -webkit-animation: move-two 8s ease-in-out infinite;
        animation: move-two 8s ease-in-out infinite;
        left: 50px;
        top: 204px;
    }
    .animation-three {
        position: absolute;
        -webkit-animation: move-three 9s ease-in-out infinite;
        animation: move-three 9s ease-in-out infinite;
        left: 104px;
    }    
}
@media (min-width: 992px) and (max-width: 1199px) {
    .animation-four, .animation-new{
        display: none !important;
    }
}
/* ============================================ */
/* !!!           min width 992px           !!! */
/* ============================================ */
@media (min-width: 768px) {
    .dropdown-menu {
        position: absolute;
        left: 0px;
        top: 100%;
        min-width: 258px;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        padding: 10px 10px;
        z-index: 100;
        border-radius: 0;
        background: #008fa8;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -moz-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        margin: 0;
        box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
        border: 0;
    }
    .dropdown-menu:before {
        position: absolute;
        top: -10px;
        left: 25px;
        text-align: center;
        margin: 0 auto;
        font-weight: 900;
        content: '';
        line-height: 10px;
        color: #232c42;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #008fa8;
        z-index: 999;
        opacity: 1;
    }
    .dropdown:hover .dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
        top: 100%;
        left: 3px;
    }
} 
/* ============================================ */
/* !!!           max width 1199px           !!! */
/* ============================================ */
@media (max-width: 1199px) {
     
}
/* =========================================== */
/* !!!           max width 992px           !!! */
/* =========================================== */
@media (max-width:992px) {
     
}
/* =========================================== */
/* !!!           max width 767px           !!! */
/* =========================================== */
@media (max-width:767px) { 
     
}   

/* =========================================== */
/* !!!           max width 575px           !!! */
/* =========================================== */
@media (max-width:575px) {
     
}  
/* =========================================== */
/* !!!           max width 375px           !!! */
/* =========================================== */
@media (max-width:375px) {
     

}
/* =========================================== */
/* !!!           max width 321px           !!! */
/* =========================================== */
@media (max-width:321px) {}
/*------------------------------------------------------------------- */
/* !! MIN WIDTH 240 TO MAX WIDTH 320 TO ORIENTATION:LANDSCAPE !! */
/*------------------------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {}