/* HTML Template

==============  [Table of contents] ==============
1. Fonts
2. Resources / Css Files
3. Global 
4. Main Header / Two / Three / Four / Five
5. Banner Section
6. Feature Section
7. Clients Section
8. About Section
9. Intro Section
10 .Testimonial Section
11. Call to Action
12. Footer Section
13. Pricing Section
14. Funfact Section
15. Team Section
16. Process Section
17. Blog Section
18. Contact Section
19. Portfolio Section


-------------------------------------------*/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap&subset=cyrillic,latin-ext,vietnamese');

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');


/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/
@import url('custom/animate.css');
@import url('custom/jquery-ui.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('custom/global.css');
@import url('custom/swiper.min.css');
@import url('custom/jquery.fancybox.min.css');
@import url('custom/owl.css');
@import url('custom/bootstrap-select.css');
@import url('custom/custom-animate.css');
@import url('custom/hover.css');
@import url('bredcrumb/bredcrumb.css');
@import url('slider/slider.css');
@import url('service/service.css');
@import url('funfact/funfact.css');
@import url('portfolio/portfolio.css');
@import url('skill/skill.css');
@import url('testimonials/testimonials.css');
@import url('blog/blog.css');
@import url('contact/contact.css');
@import url('footer/footer.css');
@import url('about/about.css');
@import url('menu/menu-3.css');







/*** 

====================================================================
	map
====================================================================

 ***/

.bkr003 .map-01 {}
.bkr003 .map-01 .map-outer {
	position: relative;
    height: 500px;
}
.bkr003 .map-01 .map-canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
}

/*** 

====================================================================
	scroll-to-top
====================================================================

 ***/

/*** Scroll To Top style ***/

.scroll-to-top.one {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    right: 118px;
    line-height: 66px;
    font-size: 15px;
    z-index: 99;
    display: block;
    color: #FFC500;
    font-weight: 200;
    text-align: center;
    cursor: pointer;
    background: #464646;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    /* opacity: 0; */
}

.scroll-to-top.one span:before {
	font-size: 27px;
}

.scroll-to-top.one:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}




/*** 

====================================================================
	gilk-01
====================================================================

 ***/

.bkr003 .gilk-01 {
    position: relative;
    background: #000000;
}
.bkr003 .gilk-01 .content {
    background: #090909;
    text-align: center;
    padding: 188px 0px 240px 0px;
}
.bkr003 .gilk-01 .content .title {}
.bkr003 .gilk-01 .content .title h2 {
    font-size: 130px;
    color: #8FF35E;
    
    font-weight: 200;
    margin-bottom: -25px;
}
.bkr003 .gilk-01 .content .text p {
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 28px;
}
.bkr003 .gilk-01 .content .btn-box a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    background: #FFC500;
    padding: 10px 35px;
    border-radius: 30px;
}
.bkr003 .gilk-01 .content .btn-box a {
    background-image: -webkit-linear-gradient(315deg, #8FF35E 50%, transparent 50%);
    background-image: -o-linear-gradient(315deg, #8FF35E 50%, transparent 50%);
    background-image: linear-gradient(135deg, #8FF35E 50%, transparent 50%);
    background-size: 0px 50px;
    background-position: -50px -50px;
    background-repeat: no-repeat;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.bkr003 .gilk-01 .content .btn-box a:hover {
    background-size: 300% 300%;
    background-position: 0% 0%;
    color: #000000;
}
.bkr003 .gilk-01 .gilk-content {
    position: relative;
	transform: all 700ms ease;
}
.bkr003 .gilk-01 .item {
    overflow: hidden;
}
.bkr003 .gilk-01 .item .image img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.bkr003 .gilk-01 .item:hover .image img {
    transform:scale(1.2) rotate(2deg);	
}

.bkr003 .gilk-01 .item .image .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 700ms;
}
.bkr003 .gilk-01 .item:hover .image .overlay{
    transition: all 700ms ease 700ms;
    transform: translate3d(0px, 0px, 0px);      
}
.bkr003 .gilk-01 .item .image .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.bkr003 .gilk-01 .item .image .overlay .box .link-icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.bkr003 .gilk-01 .item .image .overlay .box .link-icon a span:before {
    display: inline-block;
    color: #222222;
    font-size: 24px;
    line-height: 35px;
    transition: all 1200ms ease;
}
/*.bkr003 .gilk-01 .item .image .overlay .box .link-icon a:hover span:before{
    color: #fff;    
}*/
.bkr003 .gilk-01 .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.bkr003 .gilk-01 .nav-style-two .owl-prev {
    position: absolute;
    top: -387px;
    left: 15px;
    color: #FAC921;
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	opacity: 0;
}
.bkr003 .gilk-01 .nav-style-two .owl-next {
    position: absolute;
    top: -387px;
    right: 15px;
    color: #FAC921;
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.bkr003 .gilk-01 .item .image .overlay .box .link-icon a {
    margin: 0px 15px;
}
.bkr003 .gilk-01 .item .image .overlay .box .link-icon a span {
    font-size: 30px;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.bkr003 .gilk-01 .item .image .overlay .box .link-icon a:nth-child(1) span {
	background: #FFC839;
}
.bkr003 .gilk-01 .item .image .overlay .box .link-icon a:nth-child(2) span {
	background: #8FF35E;
}
.bkr003 .gilk-01 .item .image .overlay .box .link-icon a:nth-child(3) span {
	background: #fff;
}


#menu li a, #menu li.active a {
	font-size: 24px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    
}


/*** 

====================================================================
	about 02
====================================================================

 ***/

.bkr003 .header-left {
    height: 100%;
    position: fixed;
    width: 20%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 9;
    text-align: center;
    padding: 55px 0px 50px 0px;
    margin-left: 70px;
}
.bkr003 .sweem .header-right {
    margin-left: 26%;
    height: 100%;
    /* padding-bottom: 100px; */
}
.bkr003 .header-left .title h2 {
    font-size: 48px;
    color: #fff;
    text-shadow: 0.717px 1.867px 4px rgba(0, 0, 0, 0.65);
    
    margin-bottom: 3px;
}
.bkr003 .header-left .subtitle h3 {
    font-size: 22px;
    color: #fff;
    text-shadow: 0.717px 1.867px 4px rgba(0, 0, 0, 0.65);
}
.bkr003 .header-left .image {
    margin-top: 200px;
}
.bkr003 .header-left .image img {}
.bkr003 .header-left .social-list {
    margin-top: 180px;
}
.bkr003 .header-left .social-list ul {
    position: relative;
    left: 0;
}
.bkr003 .header-left .social-list ul li {
    display: inline-block;
}
.bkr003 .header-left .social-list ul li a {}
.bkr003 .header-left .social-list ul li a span {
    font-size: 18px;
    color: #222222;
    margin: 0px 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    background: transparent;
    transition: all 700ms ease;
}
.bkr003 .header-left .social-list ul li a span:before {}
.bkr003 .header-left .social-list ul li a:hover span {
    font-size: 18px;
    color: #222222;
    border: 1px solid #F0B7C3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    transition: all 700ms ease;
}
.bkr003 .sweem .main-menu .navigation > li > a {
    font-size: 24px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    
}
.bkr003 .sweem .main-header .header-upper {
    margin-top: 18px;
}
.bkr003 .sweem .header-right {
    margin-left: 20%;
}
.bkr003 .sweem .header-style-two .auto-container {
    max-width: 1800px;
}
.bkr003 .sweem .main-menu .navigation > li {
    margin-right: 50px;
}
.bkr003 .sweem  .main-content-box .fixed-top-bar {
    background: #2a2a2e00;
}
.bkr003 .sweem .fixed-top-bar .main-menu .navigation li > a:before {
	display: none;
}
.bkr003 .sweem .fixed-top-bar .main-menu .navigation {
    padding-left: 0;
}
.bkr003 .sweem .main-content-box {
    margin-top: 40px;
}
.bkr003 .sweem .container {
    width: 1277px;
}
#menu {
    position: fixed;
    top: 265px;
    left: 0;
    height: 40px;
    z-index: 1;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
}
#menu li {
    display: inline-block;
    margin-right: 20px;
}
#menu li a {
	font-size: 20px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    
}


/*** 

====================================================================
	qualification-01
====================================================================

 ***/

.bkr003 .qualification-01 {
    position: relative;
    background: #121D30;
    padding: 100px 0px 100px 0px;
}
.bkr003 .qualification-01 .sec-title {
    margin-bottom: 0;
    text-align: center;
}
.bkr003 .qualification-01 .sec-title .subtitle h3 {
    font-size: 16px;
    color: #FF9600;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}
.bkr003 .qualification-01 .sec-title .title h2 {
    font-size: 70px;
    color: #FFFEFE;
    font-weight: 700;
    line-height: 120px;
}
.bkr003 .qualification-01 .sec-title .title h2:before {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 0;
    margin-left: 530px;
    background: url(../images/background/home-02-shape.png);
    width: 131px;
    height: 6px;
    background-repeat: no-repeat;
}

.bkr003 .qualification-01 .item {
    position: relative;
    z-index: 1;
}
.bkr003 .qualification-01 .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: url(../images/background/qualification-01-shape-1.png);
    background-repeat: no-repeat;
}
.bkr003 .qualification-01 .item:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: url(../images/background/qualification-01-shape-2.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    z-index: -1;
}
.bkr003 .qualification-01 .item .block {
	position: relative;
	padding: 70px 40px 48px 55px;
}
.bkr003 .qualification-01 .item .block:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 0px;
    background: #5F99FF;
    left: 0;
    right: 0;
    margin: auto;
    top: -2px;
    transition: all 700ms ease;
}
.bkr003 .qualification-01 .item .block:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 0px;
    background: #5F99FF;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    transition: all 700ms ease;
}
.bkr003 .qualification-01 .item:hover .block:before {
    background: #5F99FF;
    width: 100%;
}
.bkr003 .qualification-01 .item:hover .block:after {
    background: #5F99FF;
    width: 100%;
}

.bkr003 .qualification-01 .item .icon {
    display: inline-block;
}
.bkr003 .qualification-01 .item .icon span:before {
    font-size: 50px;
    color: #EE8D03;
}
.bkr003 .qualification-01 .item .title {}
.bkr003 .qualification-01 .item .title h2 {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
}
.bkr003 .qualification-01 .item .subtitle {}
.bkr003 .qualification-01 .item .subtitle h3 {
    font-size: 14px;
    color: #98D100;
    margin-bottom: 20px;
}
.bkr003 .qualification-01 .item .text {}
.bkr003 .qualification-01 .item .text p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}
.bkr003 .qualification-01 .tabs-box .tab {
    display: none;
	transition: all 700ms ease;
}
.bkr003 .qualification-01 .tabs-box .tab.active-tab {
    display: block;
	transition: all 700ms ease;
}
.bkr003 .qualification-01 .tab-buttons {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.bkr003 .qualification-01 .tab-buttons:before {
    margin: auto;
    height: 6px;
    content: "";
    position: absolute;
    width: 100px;
    background: #0C1320;
    bottom: -35px;
    left: -20px;
    right: 0;
}
.bkr003 .qualification-01 .tab-buttons:after {
    margin: auto;
    height: 6px;
    content: "";
    position: absolute;
    width: 20px;
    background: #0C1320;
    bottom: -35px;
    left: 160px;
    right: 40px;
}
.bkr003 .qualification-01 .tab-buttons li {
    position: relative;
    font-size: 70px;
    color: #FFFEFE;
    font-weight: 700;
    line-height: 120px;
    display: inline-block;
    margin: 0px 30px;
    cursor: pointer;
}
.bkr003 .qualification-01 .tab-buttons li:before {
    position: absolute;
    content: "";
    bottom: 20px;
    right: -35px;
    background: #fff;
    width: 5px;
    height: 75px;
    background-repeat: no-repeat;
}
.bkr003 .qualification-01 .tab-buttons li:last-child:before {
	display: none;
}
.bkr003 .qualification-01  .tab-buttons .tab-btn.active-btn {
        text-decoration: line-through;
}


/*** 

====================================================================
	about-05
====================================================================

 ***/

.bkr003 .education-01 {
    position: relative;
    background: #00024F;
    padding-bottom: 180px;
    z-index: 1;
    padding-top: 220px;
}
.bkr003 .education-01:before {
    position: absolute;
    content: "";
    background: url(../images/background/home-03-shape.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bkr003 .education-01 .sec-title {
    margin-bottom: 70px;
}
.bkr003 .education-01 .sec-title .title h2 {
    font-size: 130px;
    color: #FFFFFF;
}
.bkr003 .education-01 .sec-title .title h2:first-letter {
    text-transform: uppercase;
    font-size: 250px;
    text-shadow: -5px 2.1px 0px rgb(255, 255, 255);
    color: #E1A34C;
    padding-right: 15px;
}
.bkr003 .education-01 .content {
	position: relative;
    padding-left: 55px;
}
.bkr003 .education-01 .content:before {
    position: absolute;
    left: 15px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #FFFFFF;
    content: "";
}
.bkr003 .education-01 .content .item {
    position: relative;
    top: -12px;
    margin-bottom: 60px;
}
.bkr003 .education-01 .content .item .title h3 {
    position: relative;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.bkr003 .education-01 .content .item .title h3:after {
    position: absolute;
    top: 10px;
    left: -49px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #E1A34C;
    border: 2px solid #fff;
    content: "";
}
.bkr003 .education-01 .content .item .date h4 {
    font-size: 24px;
    color: #E1A34C;
    margin-bottom: 6px;
}
.bkr003 .education-01 .content .item .text p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-right: 100px;
    margin-bottom: 0;
}
.bkr003 .education-01 .image {
    margin-top: 6px;
    margin-left: 6px;
}
.bkr003 .education-01 .image:nth-child(2) {
    position: relative;
    margin-top: 0;
    top: -73px;
    left: 100px;
}
.bkr003 .education-01 .image:nth-child(2):after {
    position: absolute;
    content: "\f00c";
    left: -26px;
    bottom: 117px;
    font-size: 24px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000000;
    width: 51px;
    height: 51px;
    background: #E1A34C;
    line-height: 51px;
    text-align: center;
}

/*** 
=============================================
    sidebar page container
=============================================
***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px;
}
.sidebar-page-container .news-block {}
.sidebar-page-container .news-block .inner-box {}
.sidebar-page-container .news-block .inner-box .image-box {
    position: relative;
    display: block;
    background: #000;
    overflow: hidden;
    transition: all 700ms ease;
}
.sidebar-page-container .news-block .inner-box .image-box .image {}
.sidebar-page-container .news-block .inner-box .image-box .image img {
    transition: all 700ms ease;
}
.sidebar-page-container .news-block:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.1);
    transition: all 700ms ease;
}
.sidebar-page-container .news-block .inner-box .lower-content {
    margin-top: 35px;
}
.sidebar-page-container .news-block .inner-box .lower-content .date {
     position: relative;
    font-size: 14px;
    color: #777777;
    display: inline-block;
    margin-right: 15px;
}
.sidebar-page-container .news-block .inner-box .lower-content .date:before {
    position: absolute;
    top: 13px;
    right: -10px;
    content: "";
    background: #777777;
    width: 4px;
    height: 1px;
}
.sidebar-page-container .news-block .inner-box .lower-content .category {
    display: inline-block;
}
.sidebar-page-container .news-block .inner-box .lower-content .category li {}
.sidebar-page-container .news-block .inner-box .lower-content .category li a {
    font-size: 14px;
    color: #777777;
}
.sidebar-page-container .news-block .inner-box .title {}
.sidebar-page-container .news-block .inner-box .title h2 {
    margin-top: 16px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 36px;
}
.sidebar-page-container .news-block .inner-box .title h2 a {
    font-size: 24px;
    color: #222222;
    transition: all 700ms ease;
}
.sidebar-page-container .news-block .inner-box .title h2 a:hover {
    color: #FF9600;
    transition: all 700ms ease;
}
.sidebar-page-container .news-block .inner-box .text p {
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 20px;
}
.sidebar-page-container .news-block .inner-box .read-more-btn {}
.sidebar-page-container .news-block .inner-box .read-more-btn a {
     position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #FF9600;
    transition: all 700ms ease;
}
.sidebar-page-container .news-block .inner-box .read-more-btn a:before {
    position: absolute;
    top: -5px;
    right: -25px;
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FF9600;
    font-size: 15px;
    transition: all 700ms ease;
}
.sidebar-page-container .news-block .inner-box .read-more-btn a:hover:before {
    right: -35px;
    transition: all 700ms ease;
}
.sidebar-page-container .news-block.two {
    border: 1px solid #D7D7D7;
    padding: 25px 80px 60px 60px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.sidebar-page-container .news-block .inner-box blockquote {
    position: relative;
    display: block;
    background: #FF9600;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    z-index: 1;
    border-left: 0;
    text-align: center;
    padding: 100px 60px 60px 60px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.sidebar-page-container .news-block .inner-box blockquote:after {
    position: absolute;
    font-size: 130px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.2);
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    left: 305px;
    top: 60px;
    z-index: -1;
}
.sidebar-page-container .news-block .inner-box blockquote .name h4 {
    margin-top: 38px;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}


/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px 0 50px; 	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:15px;
	color: #222;
	line-height:30px;
	padding:20px 30px;
	padding-right: 75px;
	height: 58px;
	width:100%;
	border: 1px solid #ddd;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.sidebar .search-box .form-group input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777777;
}

.sidebar .search-box .form-group input:focus{
	border-color:#FF9600;	
}

.sidebar .search-box .form-group input[type="submit"], 
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    font-size: 18px;
    background: #FF9600;
    color: #fff;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	color: #222;
}

/*=== Categories ===*/
.sidebar .categories {
    position: relative;
    margin-bottom: 50px;
}

.sidebar .categories .sidebar-title{
	margin-bottom: 35px;
}

.sidebar-page-container .sidebar-title h4 {
    position: relative;
    font-size: 24px;
    color: #222;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 10px;
}

.category-list{
	position: relative;
}

.category-list li {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 10px 5px 10px;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #777777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-list li a span{
	margin-left: 10px;
	color: #222;
	float: right;
    transition: all 700ms ease;
}

.category-list li:hover:before{
	color: #FF9600;

}

.category-list li a:hover {
    color: #FF9600;
}

.category-list li:hover a span {
    color: #FF9600;
    transition: all 700ms ease;
}


/*=== Latest News ===*/

.post-widget {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget .sidebar-title {
    margin-bottom: 35px;
}

.post-widget .post {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
    min-height: 80px;
    padding-top: 5px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.post-widget .post:last-child{
	margin-bottom: 0px;
}

.post-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.post-widget .post .thumb img{
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #777777;
}

.post-widget .post h5 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
}

.post-widget .post h5 a{
	color: #222;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h5 a:hover{
	color: #FF9600;
}



/*=== Tags ===*/

.tags-widget{
	position: relative;
}

.tags-widget .widget-content{
	position: relative;
	padding: 45px 30px 37px;
	background-color: #f5f8fb;
}

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
} 

.tag-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 12px;
    color: #777777;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid #EBEBEB;
    border-radius: 3px;
    padding: 18px 30px;
}

.tag-list li a:hover{
	color: #fff;
    border: 2px solid #FF9600;
    background: #FF9600;
}












/* 9.2.2. Scroll overlay animation #2 */
[data-animation].overlay-anim-box2:before,
[data-animation].overlay-anim-box2:after,
[data-animation].overlay-anim-box2 {
    opacity: 1;
}

.overlay-anim-box2 {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.overlay-anim-box2:before {
	content: '';
	width: calc(100% + 1px);
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
		-o-transition: 1s cubic-bezier(.86, 0, .07, 1);
			transition: 1s cubic-bezier(.86, 0, .07, 1);
	z-index: 3;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);       
}

.overlay-anim-box2.overlay-anim2:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
}

.light-bg-2 .overlay-anim-box2:before {
	background: #000;
}

.dark-bg-1 .overlay-anim-box2:before {
	background: #111517;
}

.dark-bg-2 .overlay-anim-box2:before {
	background: #1b2a2f;
}

.red-bg .overlay-anim-box2:before {
	background: #ef0d33;
}
.overlay-dark-bg-1:before {
    background: #FFFFFF !important;
}
.overlay-dark-bg-2:before {
    background: #041230 !important;
}
.overlay-dark-bg-3:before {
    background: #152136 !important;
}
.overlay-dark-bg-4:before {
    background: #00024F !important;
}
.overlay-dark-bg-5:before {
    background: #222 !important;
}
.overlay-dark-bg-6:before {
    background: #000000 !important;
}
.overlay-dark-bg-7:before {
    background: #C2F2B6 !important;
}
.overlay-dark-bg-8:before {
    background: #383838 !important;
}
.overlay-dark-bg-9:before {
    background: #383838 !important;
}
.red-color {
    color: #ef0d33;
}

/* 9.2.4. Scroll title fill animation */
[data-animation].title-fill:before,
[data-animation].title-fill:after,
[data-animation].title-fill {
    opacity: 1;
}

.title-fill {
	white-space: nowrap;
	color: transparent;
	position: relative;
	display: inline-block;
}

.title-fill:before,
.title-fill:after {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	/*color: #ef0d33;*/
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	-webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
		-o-transition: 1s cubic-bezier(.77, 0, .175, 1);
			transition: 1s cubic-bezier(.77, 0, .175, 1);
	width: 0%;
	white-space: nowrap;
	overflow: hidden;
}

.title-fill:after {
	color: #ef0d33;
	/*background: #f5f5f5;*/
	-webkit-transition-delay: .3s;
	    -o-transition-delay: .3s;
	        transition-delay: .3s;
}

.title-fill.title-fill-anim:before,
.title-fill.title-fill-anim:after {
	width: 100%;
}

.dark-bg-1 .title-fill:before,
.dark-bg-2 .title-fill:before {
	color: white;
}

.red-bg .title-fill:before {
	color: #262626;
}

.light-bg-2 .title-fill:after {
	background: #f0f0f0;
}

.dark-bg-1 .title-fill:after {
	background: #111517;
}

.dark-bg-2 .title-fill:after {
	background: #1b2a2f;
}

.red-bg .title-fill:after {
	background: #1b2a2f;
}

.tr-delay01.title-fill:after {
	-webkit-transition-delay: .4s !important;
	    -o-transition-delay: .4s !important;
	        transition-delay: .4s !important;
}

.tr-delay02.title-fill:after {
	-webkit-transition-delay: .7s !important;
	    -o-transition-delay: .7s !important;
	        transition-delay: .7s !important;
}

.tr-delay03.title-fill:after {
	-webkit-transition-delay: .10s !important;
	    -o-transition-delay: .10s !important;
	        transition-delay: .10s !important;
}

.tr-delay04.title-fill:after {
	-webkit-transition-delay: .7s !important;
	    -o-transition-delay: .7s !important;
	        transition-delay: .7s !important;
}

.tr-delay05.title-fill:after {
	-webkit-transition-delay: .8s !important;
	    -o-transition-delay: .8s !important;
	        transition-delay: .8s !important;
}

.tr-delay06.title-fill:after {
	-webkit-transition-delay: .9s !important;
	    -o-transition-delay: .9s !important;
	        transition-delay: .9s !important;
}

.tr-delay07.title-fill:after {
	-webkit-transition-delay: 1s !important;
	    -o-transition-delay: 1s !important;
	        transition-delay: 1s !important;
}

.tr-delay08.title-fill:after {
	-webkit-transition-delay: 1.1s !important;
	    -o-transition-delay: 1.1s !important;
	        transition-delay: 1.1s !important;
}

.tr-delay09.title-fill:after {
	-webkit-transition-delay: 1.2s !important;
	    -o-transition-delay: 1.2s !important;
	        transition-delay: 1.2s !important;
}

.tr-delay10.title-fill:after {
	-webkit-transition-delay: 1.3s !important;
	    -o-transition-delay: 1.3s !important;
	        transition-delay: 1.3s !important;
}




///////////////////

.bkr003 .about-04 .image .overlay-anim-box2:before {
    background: #041230 !important;
}




/* 9.2.3. Scroll fade animation */
.fade-anim-box {
	display: inline-block;
	opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
    	-o-transition: 1s cubic-bezier(.77, 0, .175, 1);
			transition: 1s cubic-bezier(.77, 0, .175, 1);
}

.fade-anim-box.fade-anim {
	opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}










/* 9.2.2. Scroll overlay animation #2 */
[data-animation].overlay-anim-box2:before,
[data-animation].overlay-anim-box2:after,
[data-animation].overlay-anim-box2 {
    opacity: 1;
}

.overlay-anim-box2 {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.overlay-anim-box2:before {
	content: '';
	width: calc(100% + 1px);
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
		-o-transition: 1s cubic-bezier(.86, 0, .07, 1);
			transition: 1s cubic-bezier(.86, 0, .07, 1);
	z-index: 3;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);       
}

.overlay-anim-box2.overlay-anim2:before {
	-webkit-transform: translateX(1%);
	    -ms-transform: translateX(1%);
	        transform: translateX(1%);
}

.light-bg-2 .overlay-anim-box2:before {
	background: #f0f0f0;
}

.dark-bg-1 .overlay-anim-box2:before {
	background: #111517;
}

.dark-bg-2 .overlay-anim-box2:before {
	background: #1b2a2f;
}

.red-bg .overlay-anim-box2:before {
	background: #ef0d33;
}


/*home 1*/

.bkr003 .about-04 .title-fill:after {
    background: transparent;
}
.bkr003 .about-04 .title-fill:before, .bkr003 .about-04 .title-fill:after {
    color: #ef0d33;
}


/*home 2*/

.bkr003 .slider-01 .title-fill:after {
    color: #fff;
}
.bkr003 .slider-01 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .slider-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*about-03*/

.bkr003 .about-03 .title-fill:after {
    color: #fff;
}
.bkr003 .about-03 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .about-03 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*service-icon-03*/

.bkr003 .service-icon-03 .title-fill:after {
    color: #fff;
}
.bkr003 .service-icon-03 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .service-icon-03 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*skills-03*/

.bkr003 .skills-03 .title-fill:after {
    color: #fff;
}
.bkr003 .skills-03 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .skills-03 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*portfolio-02*/

.bkr003 .portfolio-02 .title-fill:after {
    color: #fff;
}
.bkr003 .portfolio-02 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .portfolio-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*qualification-01*/

.bkr003 .qualification-01 .title-fill:after {
    color: #fff;
}
.bkr003 .qualification-01 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .qualification-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*pricing-03*/

.bkr003 .pricing-03 .title-fill:after {
    color: #fff;
}
.bkr003 .pricing-03 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .pricing-03 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*testimonial-03*/

.bkr003 .testimonial-03 .title-fill:after {
    color: #fff;
}
.bkr003 .testimonial-03 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .testimonial-03 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*latest-news-03*/

.bkr003 .latest-news-03 .title-fill:after {
    color: #fff;
}
.bkr003 .latest-news-03 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .latest-news-03 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*contact-02*/

.bkr003 .contact-02 .title-fill:after {
    color: #fff;
}
.bkr003 .contact-02 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .contact-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}




/*home 3*/


/*about-05*/

.bkr003 .about-05 .title-fill:after {
    color: #fff;
}
.bkr003 .about-05 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .about-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .about-05 h2 span {
    position: relative;
    left: -30px;
}

/*education-01*/

.bkr003 .education-01 .title-fill:after {
    color: #fff;
}
.bkr003 .education-01 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .education-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .education-01 h2 span {
    position: relative;
    left: -30px;
}

/*kills-05*/

.bkr003 .skills-05 .title-fill:after {
    color: #fff;
}
.bkr003 .skills-05 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .skills-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .skills-05 h2 span {
    position: relative;
    left: -30px;
}


/*service-icon-05*/

.bkr003 .service-icon-05 .title-fill:after {
    color: #fff;
}
.bkr003 .service-icon-05 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .service-icon-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .service-icon-05 h2 span {
    position: relative;
    left: -30px;
}


/*portfolio-04*/

.bkr003 .portfolio-04 .title-fill:after {
    color: #fff;
}
.bkr003 .portfolio-04 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .portfolio-04 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .portfolio-04 h2 span {
    position: relative;
    left: -30px;
}


/*testimonial-05*/

.bkr003 .testimonial-05 .title-fill:after {
    color: #fff;
}
.bkr003 .testimonial-05 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .testimonial-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .testimonial-05 h2 span {
    position: relative;
    left: -30px;
}


/*latest-news-05*/

.bkr003 .latest-news-05 .title-fill:after {
    color: #fff;
}
.bkr003 .latest-news-05 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .latest-news-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .latest-news-05 h2 span {
    position: relative;
    left: -30px;
}


/*contact-04*/

.bkr003 .contact-04 .title-fill:after {
    color: #fff;
}
.bkr003 .contact-04 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .contact-04 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #E3A34C;
}
.bkr003 .contact-04 h2 span {
    position: relative;
    left: -30px;
}




/*home 4*/


/*about-06*/

.bkr003 .about-06 .title-fill:after {
    color: #222;
}
.bkr003 .about-06 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .about-06 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}


/*about-06*/

.bkr003 .design-01 .title-fill:after {
    color: #222;
}
.bkr003 .design-01 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .design-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}
.bkr003 .design-01 .content h3 .title-fill:after {
    color: #222;
}

/*service-icon-06*/

.bkr003 .service-icon-06 .title-fill:after {
    color: #222;
}
.bkr003 .service-icon-06 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .service-icon-06 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}


/*works-01*/

.bkr003 .works-01 .title-fill:after {
    color: #222;
}
.bkr003 .works-01 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .works-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}


/*pricing-04*/

.bkr003 .pricing-04 .title-fill:after {
    color: #222;
}
.bkr003 .pricing-04 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .pricing-04 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}


/*skills-06*/

.bkr003 .skills-06 .title-fill:after {
    color: #222;
}
.bkr003 .skills-06 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .skills-06 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}

/*resume-03*/

.bkr003 .resume-03 .title-fill:after {
    color: #222;
}
.bkr003 .resume-03 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .resume-03 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}


/*funfact-06*/

.bkr003 .funfact-06 .title-fill:after {
    color: #fff;
}
.bkr003 .funfact-06 .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .funfact-06 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}


/*latest-news-06*/

.bkr003 .latest-news-06 .title-fill:after {
    color: #222;
}
.bkr003 .latest-news-06 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .latest-news-06 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}


/*contact-05*/

.bkr003 .contact-05 .title-fill:after {
    color: #222;
}
.bkr003 .contact-05 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .contact-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FF9600;
}




/*home-5*/


/*gilk-01*/

.bkr003 .gilk-01 .title-fill:after {
    color: #8FF35E;
}
.bkr003 .gilk-01 .content h2 .title-fill:after {
    color: #8FF35E;
}
.bkr003 .gilk-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC500;
}


/*gallery-heading-01*/

.bkr003 .gallery-heading-01 .title-fill:after {
    color: #8FF35E;
}
.bkr003 .gallery-heading-01 .content h2 .title-fill:after {
    color: #8FF35E;
}
.bkr003 .gallery-heading-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC500;
}


/*service-icon-02*/

.bkr003 .service-icon-02 .title-fill:after {
    color: #FFC500;
}
.bkr003 .service-icon-02 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .service-icon-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*download-01*/

.bkr003 .download-01 .title-fill:after {
    color: #FFC500;
}
.bkr003 .download-01 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .download-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*skills-02*/

.bkr003 .skills-02 .title-fill:after {
    color: #FFC500;
}
.bkr003 .skills-02 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .skills-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}

/*funfact-02*/

.bkr003 .funfact-02 .title-fill:after {
    color: #FFC500;
}
.bkr003 .funfact-02 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .funfact-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*subscribe-01*/

.bkr003 .subscribe-01 .title-fill:after {
    color: #FFC500;
}
.bkr003 .subscribe-01 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .subscribe-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*subscribe-01*/

.bkr003 .pricing-02 .title-fill:after {
    color: #FFC500;
}
.bkr003 .pricing-02 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .pricing-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*subscribe-01*/

.bkr003 .featured-works-01 .title-fill:after {
    color: #FFC500;
}
.bkr003 .featured-works-01 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .featured-works-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*subscribe-01*/

.bkr003 .testimonial-02 .title-fill:after {
    color: #FFC500;
}
.bkr003 .testimonial-02 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .testimonial-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*subscribe-01*/

.bkr003 .faq-01 .title-fill:after {
    color: #FFC500;
}
.bkr003 .faq-01 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .faq-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}

/*subscribe-01*/

.bkr003 .latest-news-02 .title-fill:after {
    color: #FFC500;
}
.bkr003 .latest-news-02 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .latest-news-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}


/*subscribe-01*/

.bkr003 .contact-01 .title-fill:after {
    color: #FFC500;
}
.bkr003 .contact-01 .content h2 .title-fill:after {
    color: #FFC500;
}
.bkr003 .contact-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #8FF35E;
}



/*home-7*/


/*about-section*/

.bkr003 .about-07 .title-fill:after {
    color: #222222;
}
.bkr003 .about-07 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .about-07 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}

/*resume-section*/

.bkr003 .resume-05 .title-fill:after {
    color: #222222;
}
.bkr003 .resume-05 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .resume-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}


/*resume-section*/

.bkr003 .services-tab-01 .title-fill:after {
    color: #222222;
}
.bkr003 .services-tab-01 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .services-tab-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}


/*resume-section*/

.bkr003 .skill-07 .title-fill:after {
    color: #222222;
}
.bkr003 .skill-07 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .skill-07 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}


/*resume-section*/

.bkr003 .portfolio-06 .title-fill:after {
    color: #222222;
}
.bkr003 .portfolio-06 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .portfolio-06 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}


/*resume-section*/

.bkr003 .testimonials-07 .title-fill:after {
    color: #222222;
}
.bkr003 .testimonials-07 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .testimonials-07 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}


/*resume-section*/

.bkr003 .latest-news-08 .title-fill:after {
    color: #222222;
}
.bkr003 .latest-news-08 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .latest-news-08 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}


/*resume-section*/

.bkr003 .contact-07 .title-fill:after {
    color: #222222;
}
.bkr003 .contact-07 .content h2 .title-fill:after {
    color: #222222;
}
.bkr003 .contact-07 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #FFC815;
}



/*home-8*/


.overlay-dark-bg-2:before {
    background: #2A2A2E !important;
}



/*home-6*/


/*header-left*/


.bkr003 .header-left .title-fill:after {
    color: #fff;
}
.bkr003 .header-left .content h2 .title-fill:after {
    color: #fff;
}
.bkr003 .header-left .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}

/*about-02*/

.bkr003 .sweem .about-02 .title-fill:after {
    color: #222;
}
.bkr003 .sweem .about-02 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .sweem .about-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}


/*resume-01*/

.bkr003 .sweem .bkr003 .resume-01 .title-fill:after {
    color: #222;
}
.bkr003 .sweem .bkr003 .resume-01 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .sweem .bkr003 .resume-01 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}


/*latest-news-02*/

.bkr003 .sweem .bkr003 .latest-news-02 .title-fill:after {
    color: #222;
}
.bkr003 .sweem .bkr003 .latest-news-02 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .sweem .bkr003 .latest-news-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}


/*portfolio-05*/

.bkr003 .portfolio-05 .title-fill:after {
    color: #222;
}
.bkr003 .portfolio-05 .latest-news-02 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .portfolio-05 .latest-news-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}


/*latest-news-07*/

.bkr003 .latest-news-07 .title-fill:after {
    color: #222;
}
.bkr003 .latest-news-07 .latest-news-02 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .latest-news-07 .latest-news-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}

/*contact-06*/

.bkr003 .contact-06 .title-fill:after {
    color: #222;
}
.bkr003 .contact-06 .latest-news-02 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .contact-06 .latest-news-02 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}

/*portfolio-05*/

.bkr003 .portfolio-05 .title-fill:after {
    color: #222;
}
.bkr003 .portfolio-05 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .portfolio-05 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}


/*latest-news-07*/

.bkr003 .latest-news-07 .title-fill:after {
    color: #222;
}
.bkr003 .latest-news-07 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .latest-news-07 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}


/*contact-06*/

.bkr003 .contact-06 .title-fill:after {
    color: #222;
}
.bkr003 .contact-06 .content h2 .title-fill:after {
    color: #222;
}
.bkr003 .contact-06 .title-fill:before, .dark-bg-2 .title-fill:before {
    color: #EFAFBF;
}