/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
   font-family: 'Roboto', sans-serif !important;
}

#header-wrap {
	background-color: #fff;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

#header.dark:not(.sticky-header) #header-wrap {
    border-top: 1px solid rgba(230, 230, 230, 1);
}

#header.dark:not(.transparent-header) {
    border-bottom-color: rgba(230, 230, 230, 1);
}

.header-misc-icon > a {
	color: #212121;
}


.header-extras li:not(:first-child) {
    border-left: 2px solid rgba(230, 230, 230, 1);
}

#header-wrap .header-buttons {
	border-left: 2px solid rgba(230, 230, 230, 1);
}

#header #logo img {
    height: 120px;
}


#header #header-wrap, #header, #header.dark:not(.transparent-header) {
	background-color: #fff;
}

#header, #header.dark:not(.transparent-header), #header #header-wrap, #header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark) {
    background-color: #fff;
}

.cnvs-hamburger .cnvs-hamburger-inner, .cnvs-hamburger .cnvs-hamburger-inner::before, .cnvs-hamburger .cnvs-hamburger-inner::after {
	background-color: #212121;
}

.menu-item.current > .menu-link {
    color: #BF0000;
}

/*
.is-expanded-menu .menu-link, .menu-link {
    padding: 25px 8px;
}
*/

.fancy-title::before, .fancy-title::after {
    max-width: 10%;
	
}


.title-bottom-border h1 {
	font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}


.title-bottom-border h1 {
    border-bottom: calc(var(--cnvs-fancy-title-border-size)* 2) solid #BF0000;
}

.title-border-color::before, .title-border-color::after {
    border-top: 1px solid #0297FD;
}

.fancy-title {
	margin-bottom: 0.5rem;
}

.fancy-title h4 {
	color:#BF0000;
}

.slogan {
	font-size: 1.9rem;
}

.tinos {
  font-family: "Tinos", serif !important;
  font-weight: 400;
  font-style: normal;
}



.i-plain {
	color: #2366AF;
}

h1 > span:not(.nocolor):not(.badge), .h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), .h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge) {
    color:#BF0000;
} 

.header-extras li .he-text {
    color: #333;
}

.is-expanded-menu .sticky-header #header-wrap {
    background-color: #fff;
}


.clients-grid img {
	width: 70%
}

/*
.header-wrap-clone {
    height: 70px;
}
*/


.heading-block h2 {
	font-family: 'Roboto', sans-serif !important;
}


.heading-block h3, .heading-block .h3 {
    font-family: 'Roboto', sans-serif !important;
	font-size: 2rem;
}


iframe {
	border-radius: 10px;
}

a {
    color: #bd0708;
}

ul, ol {
	margin-left: 30px;
}

.button {
    background-color: #2366AF;
}


.button-dirtygreen.button-3d:hover, .button-dirtygreen.button-reveal:hover, .button-dirtygreen.button-border:hover {
    background-color: #0297FD !important;
}

.header-misc-icon {
    margin: 0 18px;
}

.uil-search:before {
   font-size: 18px;
}

.top-links-container {
	margin-left: 0px !important;
}

h4 {
    font-size: 1.1rem;
}

.is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container, .is-expanded-menu .primary-menu:not(.on-click) .mega-menu-content{
	margin-left:0px;
}

.button.button-light {
    background-color: #fff;
    color: #212121;
}

.card {
	border: 1px solid #ddd !important;
}

.menu-item:hover > .menu-link {
    color: #bd0708;
}


.menu-link{
	text-transform:capitalize !important;
	color: #212121;
}

.is-expanded-menu .sub-menu-container {
	border-top: 2px solid #bd0708;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link{
	padding: 7px 13px;
}

.slider-caption h2 {
    font-size: 2.5rem !important;
    letter-spacing: 1px;
    line-height: 40px;
	color:#ffffff;
}

.slider-caption.slider-caption-center {
    top: 10%;
}

.slider-caption p {
	font-size: 2rem;
	font-weight: 500;
}


.slider-feature a:hover {
    background-color: #bd0708;
	color: #fff;
}


.boxed-slider {
    padding-top: 130px;
}


.text-bg-primary {
    color: #fff !important;
    background-color: #2366AF !important;
}

.text-bg-red {
    color: #fff !important;
    background-color: #BF0000 !important;
}


#services .card {
	border: 1px solid #e9ecef;
}


#services .card-footer {
	background-color: transparent;
	border-top: none;
}

#services .button {
	margin: 0px;
	background-color: #bd0708;
	color: #fff;
	border-color:transparent;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #BF0000;
	font-weight: 500;
	background-color: #fff;
}

.canvas-alt-tabs2 .nav-link {
    background-color: #f8f9fa;
}


#categories-tab .nav-link:not(.active) {
    background-color: #E3A9AA;
	color:#212121;
	margin-left:10px;
}

.color-yellow, .h-color-yellow:hover {
    color: #E3A9AA !important;
}

.color {
    color: #2366AF !important;
}


.bg-overlay-bg{
	    background-color: rgba(0, 0, 0, 0.2);
}


.feature-box .fbox-icon i {
    color: #F4B701;
}

hr {
    color: #bd0708;
    border-top: 3px solid;
    opacity: 1;
}

#news .fbox-icon {
    width: 3rem;
    height: 3rem;
    padding: 0;
}


.btn-link{
	color: #bd0708 !important;
}


#copyrights {
	background-color:#BF0000;
}


.block-tab-4 .nav-link {
			padding-top: 20px;
			padding-bottom: 20px;
			font-weight: 500;
			color: #222;
			transition: none;
		}

		.block-tab-4 .nav-link.active,
		.block-tab-4 .tab-pane {
			color: #FFF;
			background-color: #125715;
		}

		.block-tab-4 .nav-link:nth-child(2).active,
		.block-tab-4 .tab-pane:nth-child(2) {
			background-color: #6d0f0f;
		}

		.block-tab-4 .nav-link:nth-child(3).active,
		.block-tab-4 .tab-pane:nth-child(3) {
			background-color: #1d0f6d;
		}

		.block-tab-4 .nav-link:nth-child(4).active,
		.block-tab-4 .tab-pane:nth-child(4) {
			background-color: #0f6d60;
		}

		.block-tab-4 .nav-link:nth-child(5).active,
		.block-tab-4 .tab-pane:nth-child(5) {
			background-color: #6d6b0f;
		}

		.block-tab-4 .nav-link:nth-child(6).active,
		.block-tab-4 .tab-pane:nth-child(6) {
			background-color: #0f676d;
		}

		.block-tab-4 .nav-link:nth-child(7).active,
		.block-tab-4 .tab-pane:nth-child(7) {
			background-color: #6d0f55;
		}


.ins-categories .nav-link.active i {
    color:#F4B701;
}

.services-grid .feature-box {
    background-color: #bd0708 !important;
}


.bg-color, .bg-color #header-wrap {
    background-color: #F4F4F6 !important;
}


.section{
	background-color:#f8f9fa;
	margin: 70px 0;
    padding-bottom:70px;
}

#links {
	background-color: #ffffff;
	margin: 0rem;
}

.services-grid .feature-box{
	border-radius: 0rem;
}

.ins-categories .nav-link.active {
    color: #fff;
    background-color: #bd0708;
}


.ins-categories .nav-link .tab-desc {
    color: #fff;
}

.ins-categories .nav-link{
   background-color: #fff;
   box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
}

.ins-categories .nav-link:hover {
    color: #fff;
    background-color: #bd0708;
}

.ins-categories .nav-link:hover i {
    color: #F4B701;
}


.page-title-content h1, .page-title-content .h1{
	font-size: 1.4rem;
}

.page-title-content span {
    font-size:1rem;
}

.breadcrumb a:hover {
    color: #F4B701;
}

.color-2 {
   color: #bd0708;
}

.button.button-border:not(.button-fill):hover {
    background-color: #0297fe;
}


.services-grid .feature-box .color-2:hover{
	color:#fff !important;
}


.services-grid .feature-box:hover {
    background-size: cover;
}

.entry-categories a {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


.entry-meta li {
    font-size: 90%;
    margin: 0 1rem 0.75rem 0;
    color: #adb5bd;
}


.entry-meta .no-separator li {
     color: #0b4f47 !important;
}

.entry::after {
    content: "";
    position: relative;
    height: 2px;
    margin-top: 30px;
    background-color: #EEE !important;
}

.portfolio-desc {
    background-color: white;
	padding: 10px 60px;
    text-align: center;
}

.page-title{
	border-bottom: 0px solid var(--cnvs-page-title-border-color);
}

.heading-block::after {
    content: none;
}

.btn-success{
	background-color: #daa501 !important;
	border: 1px solid #daa501 !important;
}


/*
.content-wrap{
	padding-bottom:0px !important;
}
*/


.is-expanded-menu .sub-menu-container, .is-expanded-menu .mega-menu-content{
	    background-color: #fff;
}


.team-title h4{
	text-transform: capitalize;
}

.team-title span{
	font-size:1.2rem;
}

.is-expanded-menu .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*=col-]):not([class=col]){
	    width: 340px;
}


/*
.canvas-tabs .nav-link.active, .canvas-tabs .nav-tabs .nav-item.show .nav-link, .canvas-tabs.nav-tabs .nav-link.active, .canvas-tabs.nav-tabs .nav-tabs .nav-item.show .nav-link
{
	color: #bd0708;
	font-weight: 600;
	
}
*/


.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border-color:transparent;
    box-shadow: none;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  padding-left: 2rem;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

.more-link {
    font-family: roboto;
    font-style: normal;
	
}

.entry-title h3 {
	font-size: 1.2rem;
}

.play-video i {
	 color: #bd0708;
}


#footer {
    border-top: none;
	color:#fff;
}


.copyright-links, .copyrights-menu a, .copyright-links a{
	color:#fff;
}

#copyrights a {
	color:#fff;
}


.copyright-links a {
	border-bottom: 1px dotted #fff;
}

.widget_links li a:hover {
	color: #bd0708;
}


@media (min-width: 1200px) {
    .display-4 {
        font-size: 2.7rem;
    }
}


@media (min-width: 768px) {
.page-title-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
	}
}


@media (min-width: 992px) {
    .services-grid .feature-box {
        padding: 1.5rem;
	}
	.sub-menu-container::before{
		border-bottom: none;
	}

	.services-grid .feature-box:hover .fbox-content p {
    color:#fff !important;
	}
	.services-grid .feature-box:hover .dark p, .services-grid .feature-box:hover .dark h4, .services-grid .feature-box:hover .dark .fbox-icon i, .services-grid .feature-box:hover .dark a  {
		color:#212121 !important;
	}
	    .menu-container > .menu-item:hover {
        background-color: transparent;
    }
	    .menu-container > .menu-item:hover::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 0%;
        height: 0px;
        background-color: transparent;
    }
	    .sub-menu-container .menu-item > .menu-link {
        color: #212121 !important;
    }
	    .sub-menu-container .menu-item:not(:last-child) {
        border-bottom: 1px solid rgba(233, 196, 106, 0.1);
    }
	    .services-grid .feature-box {
        padding: 0.7rem;
        background-size: 0;
        border: 1px solid rgba(255, 255, 255, .1);
		height: 140px;
    }
	    .dark .services-grid .feature-box:hover .fbox-icon i {
        color: #DAA500 !important;
    }
	    .services-grid .feature-box:hover {
        border-color: #DAA500;
    }
	.sub-menu-container{
		border-radius:0px;
	}
	.services-grid .feature-box .fbox-content {
        transform: translateY(10px);
    }
	.services-grid .feature-box:hover .fbox-icon, .services-grid .feature-box:hover .fbox-content {
        transform: translateY(10px);
    }
	.slider-caption h2 {
    	font-size: 2.2rem !important;
    	letter-spacing: 1px;
    	line-height: 50px;
	}
	.menu-container > .menu-item > .menu-link::after {
		 background: transparent;
	}

}

@media (min-width: 576px) {
    .canvas-br-side-tabs .nav-link.active {
        border-right: 2px solid #bd0708  !important;
    }
}