
i,a{
    color: #41a2c7;
    vertical-align: bottom;
}
button:focus{
    background-color: #5cb4d5;
}
.input-label{
    color: #666;
    font-size: 14px;
}
select.bigger{
    font-size: 15px;
    height: calc(3.2rem + 2px);
    padding: 0.8rem 1rem;
}
nav{
    background: #fff;
    position: relative;
    z-index: 10;
}
nav ul a{
    font-size: 1.1rem;
    color: #333;
    text-transform: uppercase;
}
nav i.right {
    margin-left: 0px;
}
nav ul li:hover, .dropdown-content li:hover, .dropdown-content li.active {
    background-color: transparent;
}
nav ul a:hover {
    color: #333;
}
nav .brand-logo {
    padding: 5px 0 0 15px;
}
nav .brand-logo .tagline{
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    padding-bottom: 5px;
    font-weight: 600;
}
nav .brand-logo img{
    width: 186px;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 70px;
    line-height: 70px;
}    
nav .brand-logo {
    left: 0%;
    -webkit-transform: none;
    transform: none;
}
nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.select-wrapper input.select-dropdown{
    border-right: none;
    border-color: #ccc;
}
.dropdown-content li{
    min-height: 30px;
}
.dropdown-content.select-dropdown li>a, .dropdown-content.select-dropdown li>span{
    font-size: 12px;
    padding: 5px 10px;
}
.select-dropdown li img{
    width: 30px;
    margin: 5px;
    height: auto;
}
.select-wrapper input.select-dropdown{
    max-width: 150px;
}
.sidenav-trigger {
    border-radius: 50px;
    color: #000;
    float: none;
    position: fixed;
    top: 10px;
    left: 5px;
    z-index: 10;
}
.sidenav ul {
    display: none;
}
.sidenav li ul li > a {
    padding-left: 60px;
}
.btn{
    background: #5cb4d5;
}
.btn:hover, .btn:focus{
    background: #4aa5c7;
}
.burger-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    cursor: pointer;
    z-index: 201;
}
.line-1 {
  width: 27px;
  height: 2px;
  background-color: #666;
}

.line-2 {
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #666;
}

.line-3 {
  width: 27px;
  height: 2px;
  background-color: #666;
}

.page-footer {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 15px;
    color: #aaa;
    background-color: #000;
}
.page-footer .social-icons li{
    display: inline;
}
.page-footer .social-icons li a{
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 8px;
}
.page-footer .social-icons img{
    width: 35px;
}
.page-footer .quick_links ul{
    margin: 0;
}
.page-footer .quick_links ul > li{
    margin: 0;
    padding: 5px 0;
}
.page-footer .quick_links ul > li > a:before{
    font-family: "Material Icons";
    content: "\e5cc";
    vertical-align: middle;
}
.page-footer address{
    margin-bottom: 25px;
}
.footer-copyright{
    font-size: 0.9rem;
    text-align: center;
}

.fixed-action-btn ul{
    left: auto;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: visibility 0s, opacity 0.3s linear;
}
.fixed-action-btn ul .col{
    text-align: center;
}
.fixed-action-btn.active ul{
    left: auto;
    visibility: visible;
    opacity: 1;
}
.fixed-action-btn ul img{
    height: 50px;
    width: 50px;
}
.fixed-action-btn.active .btn-floating:after{
    background-color: #fff;
    font-family: "Material Icons";
    content: "\e14c";
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-size: 30px;
}
.fixed-action-btn .card .card-content {
    padding: 15px;
}
.fixed-action-btn .card .card-content .row{
    margin-bottom: 0px;
}
.fixed-action-btn .card .card-content .name{
    font-weight: 600;
}
.fixed-action-btn .card .card-content .designation{
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.fixed-action-btn .card .card-content .btn{
    background-color: #4AB14F;
}

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 2px solid #4AB14F;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(74, 177, 79, 0);
    border-top-color: #4AB14F;
    border-width: 13px;
    margin-left: -13px;
}
.btn-floating.btn-large{
    width: 50px;
    height: 50px;
}
h5{
    font-size:1.05rem;
}
.quick_links a{
    font-size:0.9rem;
}
h2.long-line{
    position: relative;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.5;
    font-size: 29px;
    margin-bottom: 40px;
    text-align: left;
}
h2.long-line:after{
    position: absolute;
    margin-left: 30px;
    background: #5cb4d5;
    content: '';
    height: 1px;
    width: 100%;
    top: 50%;
}
/*********************Start of blog CSS************************************************/
.blog_page{
    background-color: #e5e5e5;
    margin-top: 70px;
}
.blog_page > .container{
    background-color: #fff;
    padding: 20px;
}
.blog_page.details > .container .alsoRead{
    min-height: 300px;
    background-color: #e9e9e9;
    padding: 20px;
}
.blog_page.details > .container .alsoRead li{
    margin-bottom: 10px;
}
.blog_page.details > .container .alsoRead li a{
    color:#333;
    font-size: 1.1rem;
}
.blog_page.details > .container .alsoRead li a:hover{
    background-color: #ddd;
    color: #000;
}
.blog_page h1{
    color: #1769a2;
    position: relative;
    padding-bottom: 10px;
}
.blog_page h1:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: #ccc solid 1px;
}
.blog_page.details h2{
    font-size: 1.5rem;
}
.blog_page.details h3{
    font-size: 1.2rem;
    font-weight: 300;
}
.blog_page.details .card-box{
    padding: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 5px;
    background-color: #ffffff;
}
.blog_page.details .backToBlog{
    display: inline-block;
    border-radius: 25px;
}
.blog_page.details .backToBlog:before{
    float: left;
    margin-right: 10px;
    border-radius: 25px;
    font-family: "Material Icons";
    content: "\e5c4";
}
.blog_page.details .desc p{
    margin-bottom: 0 !important;
}
.blog_page.details .navs{
    height: 25px;
    margin-bottom: 20px;
}
.blog_page.details .navs a{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #000;
}
.blog_page.details .navs a.prev{
    float: left;
}
.blog_page.details .navs a.next{
    float: right;
}
.blog_page .breadcrumb {
    font-family: 'helvetica';
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
}
.blog_page .breadcrumb li {
    color: #fff;
    display: inline-block;
    list-style: none;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
}
.blog_page .breadcrumb > li+li:before {
    padding: 0 3px;
    color: #999;
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 1.2rem;
    float: left;
}
.blog_page .breadcrumb li a {
    text-decoration: none;
}
.blog_page .breadcrumb li, .blog_page .breadcrumb li a{
    color: #000;
    font-size: 1.1rem;
}
.blogSearch{
    margin-top: 9px;
}
.blogSearch input{
    padding: 3px 6px;
    height: 30px;
}
.blogSearch .input-group-addon{
    padding: 2px 6px;
}
.dropdown.blogSearch .dropdown-menu{
    display: block;
    background: none;
    box-shadow: none !important;
    border: none;
    left: auto;
    right: 0;
}
.blog_widget {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}
.blog_widget .blog_info .blog_title, .blog_widget .blog_info .blog_title a{
    color: #444;
    margin-top: 0;
}
.blog_widget .blog_info .blog_title, .blog_widget .blog_info .blog_title a:hover{
    color: #000;
}
.blog_widget .blog_info .blog_title{
    display: inline-block;
    font-size: 1.9rem;
    margin-bottom: 15px;
}
.blog_widget .blog_info .blog_category{
    color: #E67500;
    display: block;
    font-size: 15px;
}
.blog_widget .blog_info .desc{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 2px;
}
.blog_widget .blog_info .read_more{
    display: inline-block;
    text-decoration: none;
    font-size: 1.0625em;
    border-radius: 30px;
    font-weight: 600;
    padding: 0.4em 1.9625em;
    background: #fff;
    border: solid 1px #ccc;
    color: #333;
    margin-bottom: 15px;
    margin-top: .5em;
}
.blog_widget .blog_info .read_more:hover{
    color: #fff;
    background: #000;
    transition: all 0.3s;
}
.blog_widget .blog_image{
    display: inline-block;
    border:#eee solid 1px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.blog_pagination {
    margin: 40px 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}
.blog_pagination .newer, .blog_pagination .older {
    display: inline-block;
}
.blog_pagination .disable-url {
    color: #999999;
}
.blog_pagination a, .blog_pagination .disable-url {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.blog_pagination .newer:after {
    content: "|";
    display: inline-block;
    margin: 0 16px 0 20px;
    font-size: 12px;
    color: #999;
    vertical-align: bottom;
}
.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%;
}
.blog_meta .date{
    display: block;
    font-size: 1rem;
    color: #444;
    margin-bottom: 15px;
}
@media (min-width: 768px)
{
    
}
@media (min-width: 768px) and (max-width: 992px)
{
    .blog_page.details .navs a{
        max-width: 300px;
    }
}

@media (max-width: 767px)
{
    .blog_page h1{
        font-size: 2rem !important;
    }
    .blog_page, .blog_page .separator_line h1, .separator_line h2 {
        background: #f4f4f4;
    }
    .blog_widget.mini{
        padding: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .blog_widget .blog_info{
        margin-bottom: 10px;
    }
    .blog_widget .blog_info .blog_title{
        margin-bottom: 5px;
        font-size: 1.8rem;
    }
    .blog_meta .date{
        font-size: 0.9rem;
    }
    .blog_page.details .desc p{
        font-size: 1rem;
        text-align: justify;
    }
    .blog_page .breadcrumb li {
        display: block;
        min-height: 30px;
    }
    .blog_page .breadcrumb li, .blog_page .breadcrumb li a{
        color: #000;
        font-size: 0.95rem;
    }
    .blog_page .breadcrumb > li+li:before {
        padding: 0 3px 0 0;
        margin-left: -5px;
        font-size: 1rem;
    }
    .blog_page.details .navs a{
        font-size: 0.7rem;
        max-width: 140px;
    }
}
/*********************End of blog CSS************************************************/
@media screen and (min-width: 499px) and (max-width: 767px){
    .desktop-only-ad{
        display: none;
    }
    .mobile-only-ad{
        display: block;
    }
}