/*go to top starts*/
.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    width: 35px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
/*go to top ends*/

/*navigation dropdown starts*/
*{margin:0;padding:0;}
.navbarsExampleDefaulttwo,.navbarsExampleDefaulttwo ul, .navbarsExampleDefaulttwo ul li, .navbarsExampleDefaulttwo ul li a, 
.navbarsExampleDefaulttwo .head-mobile {
    display:block;
    position:relative;
}
.navbarsExampleDefaulttwo:after, .navbarsExampleDefaulttwo > ul:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
}
.navbarsExampleDefaulttwo #head-mobile {
    display:none;
}
.navbarsExampleDefaulttwo > ul > li:hover, .navbarsExampleDefaulttwo ul li.active:hover, 
.navbarsExampleDefaulttwo ul li.active,.navbarsExampleDefaulttwo ul li.has-sub.active:hover {
   -webkit-transition:background .3s ease;
   -ms-transition:background .3s ease;
   transition:background .3s ease;
}
.navbarsExampleDefaulttwo > ul > li.has-sub > a:after {
    position:absolute;
    top:22px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    content:'';
}
.navbarsExampleDefaulttwo > ul > li.has-sub > a:before {
    position:absolute;
    top:19px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.navbarsExampleDefaulttwo ul ul {
    position:absolute;
    left:-9999px;
}
.navbarsExampleDefaulttwo ul ul li {
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}

.navbarsExampleDefaulttwo li:hover > ul {
    left: auto;
    z-index: 2;
    background: #f0e98a;
    width: max-content;
        font-size: 14px;
}
.navbarsExampleDefaulttwo li a {
  cursor: pointer;
}
.navbarsExampleDefaulttwo li:hover > ul > li > a {
    padding: 10px 15px;
}
.navbarsExampleDefaulttwo ul ul ul {
    margin-left: 93%;
    top:0;
}
.navbarsExampleDefaulttwo ul ul li.has-sub > a:after {
    position:absolute;
    top:16px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    content:'';
}
.navbarsExampleDefaulttwo ul ul li.has-sub > a:before {
    position:absolute;
    top:13px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.navbarsExampleDefaulttwo ul ul > li.has-sub:hover > a:before {
    top:17px;
    height:0;
}
.navbarsExampleDefaulttwo ul .drop-submenu a {
  color: #000;
}
/*navigation dropdown ends*/

.main-box h3 {
    color: #890302;
    font-weight: bold;
}
.main-box h3 {   
    color:#313131;
    -webkit-animation:colorchange 1s infinite alternate; 
}
@-webkit-keyframes colorchange {
    0% {
        color: #000;
    }
    100% {
        color: #910200;
            
    }
}
.linear-wipe {   
    color:#313131;
    -webkit-animation:colorchange 1s infinite alternate; 
}
@-webkit-keyframes colorchange {
    0% {
        color: #ff8100;
    }
    100% {
        color: #910200;            
    }
}


















