.ffoonnttss
{
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
}

*
{
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
}

p
{
    color: #3a3c3c;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    padding-bottom: 10px;
    margin: 0px;
}

a,a:hover,a:focus,a:active
{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

h1,h2,h3,h4
{
    font-family: 'Signika', sans-serif;
    font-weight: 500;
}

h1
{
    font-size: 40px;
}

h2
{
    font-size: 36px;
}

h3
{
    font-size: 32px;
}

h4
{
    font-size: 26px;
}

.topbrdr
{
    border-top: 2px solid #146eb4;
}

.flexbox1
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logodiv
{
    padding: 8px 0;
}

.logodiv img
{
    display: inline-block;
}

.top-social-icons
{
    margin-top: 7px;
    float: right;
}

.top-social-icons i
{
    font-size: 15px;
    border: 1px solid #146eb4;
    padding: 8px 10px;
    color: #146eb4;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.top-social-icons i:hover
{
    background: transparent;
    background:#146eb4;
    border:1px solid #146eb4;
    color:#fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.top-contact-info 
{
    margin-top: 9px;
    float: right;
    margin-right: 15px;
}

.top-contact-info ul
{
    margin: 0px;
    padding: 0px;
}

.top-contact-info ul li 
{
    display: inline-block;
    font-size: 15px;
    color: #000;
}

.top-contact-info ul li span 
{
    left: -.5em;
    color: #146eb4;
}

.top-contact-info ul li a 
{
    color: #000;
    font-size:15px;
    vertical-align: text-bottom;
}

.top-contact-info ul li:nth-child(2) 
{
    margin-left: 25px;
}

.h-menubg
{
    background-color: #146eb4;
}

.hp-bg
{
    background-color: #f3f2f2;
    padding-bottom: 26px;
}

.hp-title
{
    color: #1f2c33;
    display: inline-block;
    margin: 45px 0 35px 0;
}

.h-pdiv
{
    background-color: white;
    display: block;
    box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
    -webkit-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
    -moz-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
    -o-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
    margin-bottom: 30px;
    position: relative;
}

.flexbox3
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.h-pname
{
    background-color: #dedcdc;
    color: #1f2c33;
    padding: 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.h-pname>a,
.h-pname>a:hover,
.h-pname>a:active,
.h-pname>a:focus
{
    text-decoration: none;
    color: #1f2c33;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
} 

.wthree-btn 
{
    position: relative;
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    overflow: hidden;
    border: 2px solid #146eb4;
    padding: .7em 2em;
    color: #146eb4;
    z-index: 9;
    font-size: 1em;
    outline:none;
}

.wthree-btn:focus
{
    color: #fff;
    text-decoration:none;
    outline: none;
}

.wthree-btn:before, .wthree-btn:after 
{
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #146eb4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    transition:.5s all;
}

.wthree-btn:before 
{
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wthree-btn:after 
{
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.wthree-btn:hover 
{
    color: #fff;
}

.wthree-btn:hover:before 
{
    animation: criss-cross-left 0.8s both;
}

.wthree-btn:hover:after 
{
    animation: criss-cross-right 0.8s both;
}

.ht-div
{
    border-bottom: 1px dashed #dddddd;
}

.ht-title
{
    color: #1f2c33;
    display: inline-block;
    margin: 45px 0 35px 0;
}

.client-say
{
    padding-bottom: 40px;
}

.client-image
{
    text-align: center;
}

.client-msg
{
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding: 10px 0;
    color: #999;
    font-style: italic;
}

.client-name
{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    font-style: normal;
    display: block;
    white-space: nowrap;
    padding-right: 15px;
    color: #333;
}

.client-name>span
{
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    font-weight: normal;
    color: #146eb4;
}

.vclient-space
{
    padding-bottom: 30px;
}

.hc-title
{
    color: #1f2c33;
    display: inline-block;
    margin: 45px 0 35px 0;
}

.marquee 
{
    width: 100%;
    overflow: hidden;
}

.marquee div.js-equal-height1
{
    margin-right: 26px;
    margin-bottom: 10px;
    padding-top: 0px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.marqfl
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.marquee img
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100px;
}

.footer-bg
{
    background-color: #146eb4;
    padding-top: 40px;
}

.footer-div
{
    padding-bottom: 30px;
}

.footer-title
{
    color: white;
    margin: 0 0 18px 0;
    font-size: 22px;
    position: relative;
    padding-bottom: 6px;
}

.footer-title:before
{
    position: absolute;
    content: '';
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -2px;
    background-color: white;
}

.footer-text
{
    padding-bottom: 0px;
    color: white;
    text-align: left;
}

.flexbox4
{
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    margin-bottom: 8px;
}

.flexbox4 a .img 
{
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    color: #104d7c;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.flexbox4 a 
{
    color: #ffffff;
    font-size: 16px;
}

.flexbox4:hover .img 
{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.sub-space
{
    margin-bottom: 15px;
}

.subtxt
{
    border: 1px solid white;
    outline: none;
    padding: 8px 12px;
    color: white;
    font-size: 15px;
    width: 100%;
    background-color: transparent;
}

.subtxt::-webkit-input-placeholder
{
    color: white;
}

.subtxt::-moz-placeholder
{
    color: white;
}

.subtxt:-ms-input-placeholder
{
    color: white;
}

.subtxt:-moz-placeholder
{
    color: white;
}

.subbtn
{
    outline: none;
    font-size: 16px;
    width: 100%;
    padding:8px;
    border: 1.5px solid #ffffff;
    color: white;
    background-color: #104d7c;
}

.pcube-div
{
    background-color: #104d7c;
    padding-top: 12px;
    padding-bottom: 10px;
}

.pcube
{
    color: white;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

.pcube > a, .pcube > a:hover, .pcube > a:focus, .pcube > a:active
{
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 25px;
}

.page-titlebg
{
    background: url('../../assets/images/dtbg.jpg') no-repeat center center;
    background-size: cover;
}

.page-titlebg2
{
    background: url('../../assets/images/dott.png') repeat 100% 100%;
}

.page-title
{
    color: white;
    margin: 30px 0;
    text-align: center;
}

.ribbon 
{
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}

.ribbon span 
{
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #104d7c;
    background: linear-gradient(#146eb4 0%, #104d7c 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}

.ribbon span::before 
{
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #104d7c;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #104d7c;
}

.ribbon span::after 
{
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #104d7c;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #104d7c;
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover
{
    color: #104d7c;
    border: 1px solid #104d7c;
    background-color: white;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    background-color: #104d7c;
    border-color: #104d7c;
}







.flexbox6
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.product-bg
{
    background-color: #f8f7f7;
    padding-top: 40px;
    padding-bottom: 30px;
}

.scroll-div-main
{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    height: 142px;
    padding: 0px;
    margin-bottom: 26px;
}

.scroll-div-main::-webkit-scrollbar 
{
    width: 12px;
    height: 8px;
}

.scroll-div-main::-webkit-scrollbar-track 
{
    background-color: #b7b7b7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.scroll-div-main::-webkit-scrollbar-thumb 
{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #104d7c;
}

.pinline-blk
{
    display: inline-block;
    width: 100%;
    height: 500px;
    padding: 10px;
    border: 6px solid #abadb0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.flexbox10
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.flexbox10>img
{
    max-height: 100%;
}

.pinline-blk:hover
{
    border: 6px solid #104d7c;
}

@media (min-width: 991px) and (max-width: 1200px) 
{
    .pinline-blk
    {
        height: 410px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .pinline-blk
    {
        height: 311px;
    }
}

@media (max-width: 767px)
{
    .pinline-blk
    {
        height: 500px;
    }
}

@media (max-width: 500px)
{
    .pinline-blk
    {
        height: 450px;
    }
}

@media (max-width: 400px)
{
    .pinline-blk
    {
        height: 360px;
    }
}

@media (max-width: 400px)
{
    .pinline-blk
    {
        height: 270px;
    }
}

.scroll-imagenew
{
    margin: 8px 12px 0px 0;
    width: 126px;
    height: 114px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 4px;
    border: 6px solid #abadb0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.scroll-imagenew:hover
{
    border: 6px solid #104d7c;
}

.flexbox11
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.flexbox11>img
{
    max-height: 100%;
}

.font17
{
    font-size: 17px;
}

@media (max-width:767px)
{
    .small-mg-bt-10
    {
        margin-bottom: 10px;
    }
}

.change-float
{
    float: right;
}

@media (max-width: 767px)
{
    .change-float
    {
        float: left;
    }
}

hr
{
    border-color: #b7b7b7;
}

.advice-icon
{
    font-size: 30px;
    padding-right: 10px;
    color: #104d7c;
}

.advice-title
{
    color: #303b45;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: bold;

}

.advice-no
{
    color: #104d7c;
    font-size: 18px;
    margin: 0;
}

.page-detail-bg
{
    padding-bottom: 20px;
    padding-top: 30px;
}

.page-desc-title
{
    margin: 30px 0 15px 0px;
    position: relative;
    padding-bottom: 15px;
}

.page-desc-title:before
{
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #104d7c;
    position: absolute;
    bottom: 1px;
    left: 0px;
}









/***** By Prakash **********/
.news-div
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px dotted #3a3c3c;
    margin-bottom: 30px;
    padding: 30px;
}

.flexboxnews
{
    display: table;
}

.flexboxnews > div.newsimage
{
    text-align: center;
    width: 170px;
    display: table-cell;
    vertical-align: top;
}

.flexboxnews > div.newsimage > div.mainimg
{
    display: inline-block;
    background-color: white;
    padding: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 2px #bbb;
}

.flexboxnews > div.newsdetail
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}

.flexboxnews .dt
{
    display: table;
}

.flexboxnews .dt .dc
{
    display: table-cell;
    vertical-align: top;
}

.flexboxnews .dt .dc:last-child
{
    padding-left: 10px;
}

.flexboxnews .dt .dc a, .flexboxnews .dt .dc a:hover, .flexboxnews .dt .dc a:focus
{
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #333332;
}

.flexboxnews .dt1
{
    display: table;
    width: 117px;
}

.flexboxnews .dc1
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.flexboxnews .dc1:first-child
{
    background-color: #146eb4;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.flexboxnews .dc1:last-child
{
    width: 67px;
    height: 50px;
    background-color: #3f3e3e;
    color: white;
    font-size: 18px;
    line-height: 22px;
}

.flexboxnews .newsinfo
{
    padding-top: 10px;
}

@media (max-width: 767px)
{
    .news-div
    {
        padding: 15px;
    }
    .flexboxnews
    {
        display: block;
    }
    .flexboxnews > div.newsimage
    {
        width: 100%;
        padding-bottom: 10px;
        display: block;
    }
    .flexboxnews > div.newsdetail
    {
        padding-left: 0px;
        width: 100%;
        display: block;
    }
    .flexboxnews .dt
    {
        width: 100%;
    }
    .flexboxnews .dt .dc
    {
        display: block;
    }
    .flexboxnews .dt .dc:first-child
    {
        padding-bottom: 10px;
    }
    .flexboxnews .dt1
    {
        width: 100%;
    }
    .flexboxnews .dc1
    {
        width: 50%;
    }
}

#myList
{
    list-style: none;
}

#myList li
{
    display: none;
}

#loadMore,
#showLess
{
    display: inline-block;
    margin: 0 10px 10px 0;
    background-color: #146eb4;
    padding: 8px 16px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#newsdet
{

    padding: 10px;
}

#newsdet div.newsimg
{
    text-align: center;
}

#newsdet .dt
{
    display: table;
    padding: 10px 0;
}

#newsdet .dt .dc
{
    display: table-cell;
    vertical-align: top;
}

#newsdet .dt .dc:last-child
{
    padding-left: 10px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
    color: #333332;
}

#newsdet .dt1
{
    display: table;
    width: 117px;
}

#newsdet .dc1
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#newsdet .dc1:last-child
{
    width: 67px;
    height: 50px;
    background-color: #3f3e3e;
    color: white;
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 767px)
{
    #newsdet .dt
    {
        width: 100%;
    }
    #newsdet .dt .dc
    {
        display: block;
    }
    #newsdet .dt .dc:first-child
    {
        padding-bottom: 10px;
    }
    #newsdet .dt1
    {
        width: 100%;
    }
    #newsdet .dc1
    {
        width: 50%;
    }
}

.newstext
{
    background-color: #efefee;
    padding: 10px 0px;
    overflow: hidden;
    color:Black;
}

.newslink
{
    text-decoration:none; 
    color: #3a3c3c;
    padding-right: 20px;
}

.newslink:hover
{
    text-decoration:none; 
    color: Black;
    padding-right: 20px;
}

.mgbt15
{
    margin-bottom: 15px;
}

.par-lbl
{
    font-size: 15px;
}

.par-txt
{
    border: 1px solid #9b9a9f;
    padding: 6px 10px;
    font-size: 15px;
    width: 100%;
    display: block;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.par-btn
{
    background-color: #146eb4;
    display: inline-block;
    color: white;
    font-size: 16px;
    padding: 10px 62px;
    border: none;
}

.news
{
    background-color: #146eb4;
    color: white;
    padding: 10px 28px;
    font-size: 15px;
}

#newsdet .dc1:first-child
{
    background-color: #146eb4;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}






#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button 
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button 
{
    display: none;
}
#cssmenu 
{
    background: #146eb4;
}

#cssmenu > ul > li 
{
    float: left;
}

#cssmenu.align-center > ul 
{
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li 
{
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul 
{
    text-align: left;
}

#cssmenu.align-right > ul > li 
{
    float: right;
}

#cssmenu > ul > li > a 
{
    padding: 17px 22px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    transition: all .25s ease;
}

@media (max-width: 991px)
{
    #cssmenu > ul > li > a 
    {
        padding: 17px 12px;
    }
}

#cssmenu > ul > li:hover > a 
{
    color: #ffffff;
    background-color: #104d7c;
}

#cssmenu > ul > li.has-sub > a 
{
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after 
{
    position: absolute;
    top: 24px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}

#cssmenu > ul > li.has-sub > a:before 
{
    position: absolute;
    top: 21px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before
{
    top: 23px;
    height: 0;
}

#cssmenu > ul > li.has-sub:hover > a:after
{
    background: #ffffff;
}

#cssmenu ul ul 
{
    position: absolute;
    left: -9999px;
}

#cssmenu.align-right ul ul 
{
    text-align: right;
}

#cssmenu ul ul li 
{
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 99;
}

#cssmenu li:hover > ul 
{
    left: auto;
}

#cssmenu.align-right li:hover > ul 
{
    left: auto;
    right: 0;
}

#cssmenu li:hover > ul > li 
{
    height: 35px;
}

#cssmenu ul ul ul 
{
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul 
{
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a 
{
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background: #146eb4;
    white-space: nowrap;
    min-width: 170px;
    font-family: 'Asap', sans-serif;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a 
{
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover 
{
    color: #ffffff;
    background-color: #104d7c;
}

#cssmenu ul ul li.has-sub > a:after 
{
    position: absolute;
    top: 16px;
    right: 6px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after 
{
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before 
{
    position: absolute;
    top: 13px;
    right: 9px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before 
{
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before 
{
    top: 17px;
    height: 0;
}

#cssmenu ul ul > li.has-sub:hover > a:after 
{
    background: #ffffff;
}

@media (max-width: 767px)
{
    #cssmenu 
    {
        width: 100%;
    }

    #cssmenu ul 
    {
        width: 100%;
        display: none;
    }

    #cssmenu.align-center > ul 
    {
        text-align: left;
    }

    #cssmenu ul li 
    {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li 
    {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a 
    {
        width: 100%;
        border-bottom: 0;
        font-family: 'Asap', sans-serif;
    }

    #cssmenu > ul > li 
    {
        float: none;
    }

    #cssmenu ul ul li a 
    {
        padding-left: 25px;
        font-family: 'Asap', sans-serif;
    }

    #cssmenu ul ul ul li a 
    {
        padding-left: 35px;
        font-family: 'Asap', sans-serif;
    }

    #cssmenu ul ul li a 
    {
        color: #ffffff;
        background: none;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a 
    {
        color: #ffffff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul 
    {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before 
    {
        display: none;
    }

    #cssmenu #menu-button 
    {
        display: block;
        padding: 17px;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
    }

    #cssmenu #menu-button:after 
    {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

    #cssmenu #menu-button:before 
    {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ffffff;
        content: '';
    }

    #cssmenu #menu-button.menu-opened:after 
    {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenu #menu-button.menu-opened:before 
    {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button 
    {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 50px;
        width: 46px;
        cursor: pointer;
    }
    
    #cssmenu .submenu-button:after 
    {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ffffff;
        content: '';
    }
    
    #cssmenu .submenu-button:before 
    {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ffffff;
        content: '';
    }

    #cssmenu .submenu-button.submenu-opened 
    {
        background: #104d7c;
    }

    #cssmenu .submenu-button.submenu-opened:before 
    {
        display: none;
    }

    #cssmenu .submenu-button.submenu-opened:after 
    {
        background: #ffffff;
    }

    #cssmenu ul ul .submenu-button 
    {
        height: 34px;
        width: 34px;
    }

    #cssmenu ul ul li .submenu-button:after 
    {
        top: 15px;
        right: 13px;
    }

    #cssmenu ul ul li .submenu-button:before 
    {
        top: 12px;
        right: 16px;
    }
    
     #cssmenu ul ul li:hover .submenu-button:after,
     #cssmenu ul ul li:hover .submenu-button:before
     {
         background: #ffffff;
     }
}
