.nav-dropdown-default {
    padding: 12px;
}
.nav>li>a {
    font-size: 14px;    
}
.nav>li{    margin: 0 10px;  }

ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}

.top_bar {
    width: 100%;
    z-index: 1;
    height: 51px;
    line-height: 51px;
    position: relative;
}
.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.top_bar_contact_item {
    font-size: 13px;
    height: 51px;
    line-height: 51px;
    margin-right: 14px;
    padding-right: 14px;
    position: relative;
}
.top_bar_contact_item:last-child {
    margin-right: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 300;
    opacity: 1;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.top_bar_contact_item:last-child i{ color: #fff; }


.top_bar_contact_item:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.11);
    display: block;
    position: absolute;
    left: -14px;
    top: 15px;
}
.top_bar_contact_item:nth-child(odd):after{
    content: unset;
}
.top_bar .social-icons { display: flex; }
.top_bar .social-icons li { margin: 0; }
.top_bar .social-icons li a{
    margin: 0;
    font-size: 12px;
    min-width: 40px;
}
.cmt-header-style-02 .top_bar .social-icons li a { min-width: 26px; }

.top_bar ul li.facebook-icon a {
    background-color: #385da9;
}
.top_bar ul li.twitter-icon a {
    background-color: #33ccff;
}
.top_bar ul li.google-icon a {
    background-color: #dc4a38;
}
.top_bar ul li.linkedin-icon a {
    background-color: #0073b1;
}

.top_bar ul li.facebook-icon:hover a ,
.top_bar ul li.twitter-icon:hover a ,
.top_bar ul li.google-icon:hover a ,
.top_bar ul li.linkedin-icon:hover a {
    background-color: #fff;
}

.social-icons i {   color: #fff; font-size: 16px;  }
.social-icons a:hover i{   color: #000;  }

.top-info {   display: flex; }
.top_bar_contact_item {
    font-size: 13px;
    height: 51px;
    line-height: 51px;
    margin-right: 14px;
    padding-right: 14px;
    position: relative;
}

.top_bar_contact_item a {
    color: #fff;
}

.title-header h5 {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: inherit;
    position: relative; color:#fff;
}
.title-header h2.title {
    font-weight: 100;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0; color:#fff;
}
.title-header h2.title strong {
    font-weight: 500;
}
.title-header {
    text-align: center;
}
/* style5 */
.featured-icon-box.icon-align-top-content.style5 { 
    padding: 35px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    border: 2px dashed #fff !important;
    background-color: #00000014;
}
.featured-icon-box.icon-align-top-content.style5 .featured-content {
    padding-top: 24px;
}
.featured-icon-box.icon-align-top-content.style5:after,
.featured-icon-box.icon-align-top-content.style5:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.55s,transform 0.55s;
}
.featured-icon-box.icon-align-top-content.style5:after{
    border-left: 2px dashed;
    border-right: 2px dashed;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.featured-icon-box.icon-align-top-content.style5:before{
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.featured-icon-box.icon-align-top-content.style5:hover:after,
.featured-icon-box.icon-align-top-content.style5:hover:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-color: #ffffffa3;
}
.featured-icon-box.icon-align-top-content.style5:hover{border-color: transparent !important;}


.featured-title-head h5 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize; color:#fff;
}
.featured-desc p {
    color: #fff;
}

/* style4 */
.featured-icon-box.icon-align-top-content.style4 {
    padding: 30px 25px 25px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    margin-top: -60px;
    border-radius: 10px;
}
.featured-icon-box.icon-align-top-content.style4 .featured-content{ padding: 0; }
.featured-icon-box.icon-align-top-content.style4 .content-inner{
    padding: 25px 30px;
    padding-bottom: 5px;
    margin: 15px -25px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.top-ban .featured-title-head h5 {
    color: #000;
}
.top-ban p {
    color: #000;
}
.top-ban a {
    color: #980114;
    font-weight: 600;
}
.featured-icon-box.icon-align-top-content.style4 .bg_icon {
    position: absolute;
    content: "";
    top: 35px;
    right: 25px;
    opacity: 0.06;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
}
.featured-icon-box.icon-align-top-content.style4{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-icon-box.icon-align-top-content.style4:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.know-more {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 55px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    *position: absolute;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}
.know-more:hover:before { -webkit-transform: scaleX(1);  transform: scaleX(1);  -webkit-transform-origin: left center;  transform-origin: left center;}
.know-more:before { content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;  background-color: #fff;    -webkit-transform: scaleX(0);  transform: scaleX(0);  -webkit-transform-origin: right center;  transform-origin: right center;  -webkit-transition: transform .24s cubic-bezier(.37,.31,.31,.9); -webkit-transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9); transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9); transition: transform .24s cubic-bezier(.37,.31,.31,.9); transition: transform .24s cubic-bezier(.37,.31,.31,.9),-webkit-transform .24s cubic-bezier(.37,.31,.31,.9);}
.know-more:hover { color: #000;}


.foot-about h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
}

.foot-about h3:before {
    content: "";
    width: 25px;
    height: 3px;
    background: #b71d2e;
    display: block;
    position: absolute;
    bottom: -5px;
}
.foot-about p {
    color: #fff;
}

/** menu-footer-quick-links **/
.widget-foot ul#menu-footer-quick-links li a{
    padding-left: 22px;
    font-weight: 400; color:#fff;
}
.widget-foot ul#menu-footer-quick-links li a:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #fff;
}
.widget-foot ul#menu-footer-quick-links li {
    display: block;
    padding: 0 0 11px 0;
    position: relative;     margin: 0;
}
.widget-foot ul#menu-footer-quick-links li:last-child{ padding-bottom: 0; }

ul.widget_contact_wrapper li {
    padding-left: 22px;
    position: relative;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    margin: 0;
    list-style: none;
}
 ul.widget_contact_wrapper li i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    justify-content: center;
}



.featured-icon-box {
    position: relative;
    margin: 15px 0;
    padding: 25px;
    height: 100%;
    min-height: 200px;
}


.featured-icon-box .cmt-icon{ margin-bottom: 0; }
.featured-title h5{ font-size: 19px; line-height: 25px; margin-bottom: 15px; font-weight: 500; }

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 4px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-content .featured-title h5 { margin-bottom: 6px; }
.featured-icon-box.icon-align-before-title .featured-title h5{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 20px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 10px; }

.container{ counter-reset: featuredbox-number; }
.featuredbox-number .cmt-num:before{ 
    counter-increment: featuredbox-number; 
    content: counter(featuredbox-number, decimal-leading-zero) " " ; 
}
.second-footer .widget-area .widget{
    padding: 7px 30px;
    position: relative;
}
.second-footer .widget-area:not(:nth-child(2)) .widget{
    background-color: #1a1f31;
}
.second-footer .featured-icon-box .featured-title h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.second-footer .featured-icon-box .featured-desc p { color: #fff; }
.second-footer .featured-icon-box .featured-icon .cmt-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0px rgba(0,0,0,.08);
    text-align: center;
    color: #fff;
}
.second-footer .featured-icon-box .cmt-icon i{
    font-weight: 600;
    font-size: 15px;
}

.featured-title {  background-color: transparent !important; }
.second-footer .featured-icon-box .featured-title h5 a{ color: #fff;  }
.second-footer .featured-icon-box .featured-title h5{ color: #fff;  }

.absolute-footer, html {  background-color: #1f2438; }


a.know-more.top-form {
    background: #9d0e20;
    border-radius: 0;
    padding: 25px;
    min-height: 50px;
    border-color: #9d0e20;
    font-weight: 700 !important;
    color: #fff !important;
    font-size: 14px !important;
}

.top-bar-nav .html {
    margin: 0;
}
a.know-more.top-form:hover {
    color: #980114 !important;
    border-color: #fff;
}





@media (max-width:600px){
.featured-icon-box.icon-align-top-content.style4{ margin-top: inherit;  }
.title-header h2.title{    font-size: 22px !important;   line-height: 32px;}
.about-home .title-header h2 {  font-size: 22px !important;  }
.call-ac {  text-align: center;  }
.call-ac h3 {   font-size: 22px; }
.about-home {  margin-top: 50px; }
a.know-more.top-form{justify-content: center; font-size: 10px !important;}
.top_bar .social-icons li a{   padding-left: 0px !important; }
#top-bar {  display: none;}
}

#logo img{
	max-height: 125px !important;
}

.header-main {
    height: 125px !important;
}