/* your styles go here */
h4:after{
    content: ' ';
        display: block;
        border-bottom: 3px solid #d80027;
        width: 80px;
        margin-top: 5px;
    }

/*h3:after{*/
/*    content: ' ';*/
/*        display: block;*/
/*        border-bottom: 3px solid #d80027;*/
/*        width: 80px;*/
/*        margin-top: 5px;*/
/*    }*/

    .sidebar_touch h3:after
    {
         content: ' ';
        display: block;
        border-bottom: none;
        /*width: 80px;*/
        margin-top: 5px;
    }

h2:after{
    content: ' ';
        display: block;
        border-bottom: 3px solid #051574;
        width: 80px;
        margin-top: 5px;
    }
.flag h2:after
    {
         content: ' ';
        display: block;
        border-bottom: none;
        /*width: 80px;*/
        margin-top: 5px;
    }

h5:after{
    content: ' ';
        display: block;
        border-bottom: 3px solid #00aaea;
        width: 80px;
        margin-top: 5px;
    }


 .tbcolor{
    color: #ffffff;
    background-color: #da3333;
 }   

 .btn-changeh{
    
    background: #f2f5f5;
    margin-bottom: 10px;
    text-align:left;
    border:0px;
    width:100%;
    color:black;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #da3333   inset;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 30px;
}
.btn-changeh:hover{
    box-shadow:1240px 0 0 #da3333  inset;
    color:white
}
.canada_sidebar_form{
    text-align: center;
    padding: 10px 0;
    background: #000000;
    box-shadow: 0px 13px 10px -8px #ccc;
    position: relative;
}

p{
    font-size: 0.85rem !important;
    --bs-text-opacity: 1;
    color: #000000 !important !important;
}

li{
    font-size: 0.85rem !important;
    --bs-text-opacity: 1;
    color: #000000 !important;
}


/* menu css*/


*{
  font-family: "Poppins", "Roboto", Arial, sans-serif;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}


.dropdown-menu{
    &.show{
        -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 */
         animation: fadeIn 0.3s alternate;
    }
}


.nav-item.dropdown.dropdown-mega{
    position: static;
    .dropdown-menu{
        width: 90%;
        top: auto;
        left: 5%;
    }
}


.navbar-toggler{
    border: none;
    padding: 0;
    outline: none;
    &:focus{
        box-shadow: none;
    }
    .hamburger-toggle{
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
        .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
            span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0), background 0.2s cubic-bezier(0.77,0.2,0.05,1.0), all 0.2s ease-in-out;
                left: 0px;
                &:first-child{
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }
                &:nth-child(2){
                    top: 50%;
                    transform: translate(0,-50%);
                }
                &:last-child{
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }
            }
            &.active{
                span {
                    position: absolute;
                    margin: 0;
                    &:first-child{
                        top: 45%;
                        transform: rotate(45deg);
                    }
                    &:nth-child(2){
                        left: 50%;
                        width: 0px;
                    }
                    &:last-child{
                        top: 45%;
                        transform: rotate(-45deg);
                    }
                }
            }
        }
    }
}


.icons{
  display: inline-flex;
  margin-left: auto;
  a{
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
    &:hover{
      color: white;
      text-shadow: 0 0 30px white;
    }
  }
}
/* end menu css */

	 .stick {
    position: fixed;
    width: 350px;
    top: 0px;
}

.removeline:after
{
    content: ' ';
    display: block;
    border-bottom: 0px solid #d80027 !important;
    width: 0px !important;
    margin-top: 0 !important;
}


.breadcrumb-item{
    color:white !important;
}

/*Counter*/


.counter
{
    text-align: center;
}

.counter-countt
{
    font-size: 50px !important;
    font-weight: 700;
    position: relative;
    color: white;
    text-align: center;
    display: inline-block;
    margin-bottom:0;
}

.plus
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: white;
    text-align: center;
    display: inline-block;
}
/*End Counter*/
	
ul ul{
    margin-left:5px !important;
} 
	