/* APP CSS */ 
body, html{
	/*font-family: "Sanchez" ,sans-serif;*/
	font-family: 'Hind Siliguri', sans-serif;
	background-color: #f1f1f1;
	scroll-behavior: smooth;
}
::selection {
    background: #f1b209;
    color: #fff;
}
#top_header{
	padding: 10px 3%;
	background-color: #444444;
	color: #fff;
}
#top_header .row{
	/*border-bottom: 1px solid #ccc;*/
}
header{
	background-color: #fff;
	border-bottom: 3px solid #f1b209;
}
#navigation{
	padding: 10px 3%;
}
#navbarCollapse .navbar-nav .nav-item .nav-link{
	background-color: #fff;
	color: #000;
}
#navbarCollapse .navbar-nav .nav-item .nav-link:hover{
	color: #fff;
}
#navbarCollapse .navbar-nav .nav-item .nav-link.active{
	border-bottom: 3px solid #f1b209;
	/*color: #fff;*/
}
#navAbout{
	position: relative;
	width: fit-content;
	height: fit-content;
}
.dropdown-about{
	position: absolute;
	top: 100px;
	opacity: 0;
	transition: top 0.3s ease-out;
	background-color: #f1b209;
	color: #fff;
	z-index: 1;
	min-width: 100%;
	visibility: hidden;
}
.dropdown-about .dropdown-item{
	color: #fff;
	background-color: #f1b209;
	transition: background-color 0.3s ease-out;
}
.dropdown-about .dropdown-item:hover{
	background-color: #fff;
	color: #f1b209;
}
#navAbout:hover .dropdown-about{
	opacity: 1;
	top: 34px;
	visibility: visible;
}
.navbar-brand img{
	width: 150px;
	object-fit: contain;
}
footer{
	padding: 5% 5% 20px 5%;
	/*background-color: #84776c;*/
	background-color: #444444;
	color: #fff;
}
#fotcontent{
	border-bottom: 2px solid #f1b209;
	padding-bottom: 5%;
}
footer #footerlogo{
	width: 150px;
	/*height: 50px;*/
	object-fit: contain;
}
footer #recent_list{
	list-style: none;
}
footer #recent_list li{
	background-color: transparent;
}
footer #recent_list li a{
	color: #fff;
}
footer h5{
	font-weight: bold;
}
footer ol{
	list-style: none;
	padding-left: 20px;
}
/*footer ol li::before {
  content: "\2022";  
  color: #f1b209; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}*/
footer ol li a{
	color: #fff;
}
footer ol li a:hover{
	color: #f1b209;
}
.newsletterForm .form-control{
	background-color: transparent;
	border: 0px solid transparent;
	border-bottom: 1px solid #ccc;
	border-radius: 1px;
}
.newsletterForm input:focus, .newsletterForm input::placeholder{
	color: #fff;
}
#myBtn{
	width:40px;
	height:40px;
	border-radius:50%;
	display:none;
	position:fixed;
	bottom:100px;
	right:25px;
	z-index:300;
	border:none;
	outline:none;
	border:.05rem solid white;
	background-color:#f1b209;
	color:white;
	cursor:pointer;
	padding:5px;
	font-size:10px;
}
#myBtn:hover{opacity:.9;}
/* ============ HOME ===========*/
#home_header{
	padding-top: 5%;
	padding-bottom: 18%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 20px #e8e8e8;
}
#home_header a{
	background-color: #f1b209;
	width: fit-content;
	color: #fff;
	border-radius: 50px;
}
#home_header a:hover .btn_icon_text{
	cursor: pointer;
}
#home_header a:hover .btn_icon_holder{
	cursor: pointer;
}
.hh_img img{
	border-radius: 50%;
	position: relative;
	z-index: 1;
	object-fit: cover;
}
.bt_bb_floating_element_html{
	transition: transform 1200ms ease-out;
}
.hh_img:after{
	content: '';
	position: absolute;
	bottom: -90px;
	right: -120px;
	width: 450px; 
	height: 450px; 
	background-repeat: repeat; 
	border-radius: 50%;
	background-image:url('https://davaofibre.ph/wp-content/uploads/2020/11/bgn-dots-gray.png');
	z-index: 0;
}
#home_header h1{
	font-weight: bold;
	font-size: 3.5rem;
	font-family: "Red Hat Display",Arial,Helvetica,sans-serif;
	position: inherit;
	z-index: 1;
}
#home_header h1 u{
	text-decoration: none;
	position: inherit;
}
#home_header h1 u:after{
	border-radius: .3em;
	background: #f1b209;
	display: block;
    content: "";
    height: max(.25em,.3em);
    left: .05em;
    right: .05em;
    bottom: 3px;
    width: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.passion{
	position: absolute;
	z-index: 1;
	top: 40%;
	left: 50%;
	color: transparent;
	transform: translate(-50%,-55%);
	opacity: .125;
	font-size: 3em;
	-webkit-text-stroke: .09rem #000;
	font-family: "Red Hat Display",Arial,Helvetica,sans-serif;
	transform-origin: center;
    transition-delay: 750ms;
    pointer-events: none;
    display: block;
    letter-spacing: -.04em;
    user-select: none;
    white-space: nowrap;
}
.passion:after, .passion:before{
	clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
}
#home_service{
	padding: 5%;
	/*margin-top: -5%;
	padding-bottom: 5%;
	padding-left: 5%; 
	padding-right: 5%;*/
}
#home_client{
	padding-top: 5%;
}
#home_about{
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
	/*border-top-right-radius: 100px;*/
}
#home_about ol{
	list-style: none;
	padding-left: 5px;
}
#home_about h4{
	font-weight: bold;
	font-family: "Sanchez",Arial,Helvetica,sans-serif;
}
.hh_img2 img{
	/*border-radius: 50%;*/
	object-fit: cover;
}
.hh_img2 .circle{
	top: 22%;
	right: -1px;
	left: unset;
}
.hh_img2 .sm_circle{
	bottom: 10px;
	left: 15px;
	right: unset;
}
#home_video{
	background-color: #fff;
	/*border-top-left-radius: 250px;*/
	padding-top: 5%;
	padding-bottom: 5%; 
}
#video_box .card-img{
	border-radius: 20px;
}
.video-overlay {
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}
.video-overlay .hvr-float{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-overlay .btn-group{
	background-color: #f1b209;
	/*border-top-left-radius: 50px;*/
	/*border-bottom-left-radius: 50px;*/
	/*border-radius: 50px;*/
	overflow: hidden;
}
.video-overlay .btn-group:hover{
	background-color: #84776c;
}
.video-overlay .hvr-float .btn_icon_text{
	padding: 20px;
}
.video-overlay .hvr-float .input-group-append{
	padding-right: 10px;
}
.footerHome{
	background-color: #84776c;
}
#home_contact{
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
	/*border-bottom-left-radius: 250px;*/
}
.hc_content h1{
	font-weight: bold;
	font-size: 3.5rem;
	font-family: "Red Hat Display",Arial,Helvetica,sans-serif;
	position: inherit;
	z-index: 1;
}
.hc_content h1 u{
	position: relative;
	text-decoration: none;
}
.hc_content h1 u:after{
	border-radius: .3em;
	background: #f1b209;
	display: block;
    content: "";
    height: max(.25em,.3em);
    /*left: .05em;*/
    right: .05em;
    bottom: 3px;
    width: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.hc_content .passion{
	left: 10%;
	font-size: 4em;
}
#testimoniaCarousel .quote{
	font-size: 24pt;
}
.testimonialCard{
	background-color: transparent;
	box-shadow: none;
}
.contactCard{
	background-color: rgba(241, 241, 241, 1);
	border-radius: 20px;
	overflow: hidden;
}
.contactCard .card-header{
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.contactOverlay{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 20px;
	background-color: rgba(241, 178, 9, .8);
	color: #fff;
}
.contactForm input, .contactForm select{
	background-color: transparent;
	border-color: transparent;
	border-bottom: 1px solid #989898;
	border-radius: 1px;
}
.contactForm input::placeholder, .contactForm input:focus,
.contactForm textarea::placeholder, .contactForm textarea:focus,
.contactForm select:focus{
	color: #000;
	background-color: transparent;
}
.contactForm textarea{
	border-color: #989898;
	border-radius: 1px;
	background-color: transparent;
}


/* ============= ABOUT =================*/
#page_header{
	overflow: hidden;
	background: url('../images/about.jpg');
	box-shadow: 0 0 20px #e8e8e8;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page_overlay{
	width: inherit;
	padding-top: 12%;
	padding-bottom: 13%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
#page_header a{
	background-color: #f1b209;
	width: fit-content;
	color: #fff;
	border-radius: 50px;
}
#page_header a:hover .btn_icon_text{
	cursor: pointer;
}
#page_header a:hover .btn_icon_holder{
	cursor: pointer;
}
#slider-section2 h1{
	font-family: "Red Hat Display",Arial,Helvetica,sans-serif;
}
#page_header h1{
	font-weight: bold;
	font-size: 3.5rem;
	font-family: "Red Hat Display",Arial,Helvetica,sans-serif;
	position: inherit;
	z-index: 1;
}
#page_header h1 u{
	text-decoration: none;
	position: inherit;
}
#page_header h1 u:after{
	border-radius: .3em;
	background: #f1b209;
	display: block;
    content: "";
    height: max(.25em,.3em);
    left: .05em;
    right: .05em;
    bottom: 3px;
    width: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
#page_header .passion{
	left: 65%;
	-webkit-text-stroke: .09rem #fff;
}
#projectAbout{
	margin-top: -80px;
	padding-bottom: 5%;
}
#aboutContent{
	padding-bottom: 5%;
}
#aboutContent h1{
	font-weight: bold;
	font-size: 3.5rem;
	font-family: "Red Hat Display",Arial,Helvetica,sans-serif;
	position: inherit;
	z-index: 1;
}
#aboutContent h1 u{
	text-decoration: none;
	position: inherit;
}
#aboutContent h1 u:after{
	border-radius: .3em;
	background: #f1b209;
	display: block;
    content: "";
    height: max(.25em,.3em);
    left: .05em;
    right: .05em;
    bottom: 3px;
    width: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
/* ================ History ============*/
.historySection{
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
}
.historyCard{
	background-color: #f1f1f1;
	width: 95%;
	border-radius: 0px;
	box-shadow: none;
	position: relative;
	border-bottom: 3px solid #f1b209;
}
.leftHistory:before{
	content: '';
	position: absolute;
	left: 10px;
	right: 0;
	height: 3px;
	background-color: #f1f1f1;
}
.leftHistory{
	padding-top: 25px;
}
.leftHistory i{
	background-color: #fff;
	border: 2px solid #f1b209;
	color: #f1b209;
	border-radius: 50%;
    font-size: 20px;
    height: 50px;
    right: -26px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.circle-black{
	background-color: #000;
	color: #fff;
	padding: 27px 15px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.historySection{
	position: relative;
}
.historySection .row:before{
	content: '';
	position: absolute;
	top: 15%;
	bottom: 0;
	left: 49.9%;
	width: 5px;
	/*height: fit-content;*/
	background-color: #f1f1f1;
}
.rightHistory{
	padding-top: 8%;
}
.rightHistory i{
	background-color: #fff;
	border: 2px solid #f1b209;
	color: #f1b209;
	border-radius: 50%;
    font-size: 20px;
    height: 50px;
    left: -26px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 50px;
}
.rightHistory .historyCard{
	margin-left: auto;
}
.rightHistory:before{
	content: '';
	position: absolute;
	left: 0px;
	right: 10px;
	height: 3px;
	background-color: #f1f1f1;
}

/* ============== Product ==============*/
.product_content{
	padding-top: 10%;
}
#productList{
	padding: 5%;
}
#productList span{
	color: #777777;
}
.headtitle{
	font-weight: bold;
}
.headtitle::after{
	content: '';
    display: block;
    width: 130px;
    height: 5px;
    border-radius: 50px;
    background-color: #f1b209;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.productCard{
	border-radius: 0px;
	box-shadow: none;
	overflow: hidden;
}
.productCard:hover{
	box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}
.productCard .card-header{
	border-color: transparent;
}
.productCard .product-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -450px;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: rgba(0,0,0,.3);
	transition: left .3s ease-out;
}
.productCard .card-header:hover .product-overlay{
	left: 0;
}
.product-overlay .btn_brown{
	position: absolute;
	bottom: 0;
}
.productCard .title{
	width: fit-content;
}
.productCard .title:after{
	content: '';
	display: block;
	width: 80%;
	height: 3px;
	border-radius: 50px;
	background-color: #f1b209;
}
#corrugatedCarousel .carousel-indicators{
	position: relative;
	margin-left: 0px;
	justify-content: left;
}
#corrugatedCarousel .carousel-indicators li{
	text-indent: unset;
	width: 100px;
	height: auto;
}
.product_content img{
	cursor: pointer;
	border: 1px solid #fff;
}
.product_content img:hover{
	border: 1px solid #f1b209;
}
#productModal{

}
#productModal .modal-content{
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
#productModal .modal-header, #productModal .modal-body{
	background-color: transparent;
	border-color: transparent;
}
/*============== Contact ===============*/
#contact_container{
	background-color: #444444;
}
.map{
	width: 100%;
	height: 450px;
}
.contactInfo{
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	border-radius: 0px;
}
.contactInfo .card-header{
	border-color: transparent;
	background-color: #f1b209;
	width: fit-content;
	border-radius: 0px;
}
.contactInfo .card-body p{
	color: #ffffff;
}
#contact_1{
	/*margin-top: -30px;*/
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
}
/*========= Blog ==================*/
.blogSection{
	background-color: #fff;
	padding-top: 5%;
	padding-bottom: 5%;
}
.blogCard{
	background-color: transparent;
	box-shadow: none;
}
.blogCard .card-header{
	border-color: transparent;
}
.blogCard .link_a{
	font-size: 16pt;
}
.link_a{
	color: #000;
}
.link_a:hover{
	color: #f1b209;
}
.blogCard .btn_icon_text,.blogCard .btn_icon_holder{
	cursor: pointer;
}
.searchForm .form-control, .searchForm button{
	border-color: transparent;
	border-bottom: 1px solid #ccc;
	border-radius: 1px;
}
.blog_sidebar{
	border-radius: 0px;
	border-top: 10px solid #f1b209;
	box-shadow: none;
	margin-top: -135px;
}
.blog_sidebar .card-header{
	border-color: transparent;
}
.blog_sidebar .title{
	font-weight: bold;
}
.blog_sidebar .title:after{
	content: '';
	width: 100px;
	height: 2px;
	display: block;
	background-color: #f1b209;
	margin-top: 5px;
}

#recent_list .card{
	box-shadow: none;
	border-radius: 0px;
	background-color: transparent;
}
#recent_list a{
	color: #000;
	cursor: pointer;
}
#recent_list a:hover{
	color: #f1b209;
}
.btn_tag{
	background-color: #f1f1f1;
	border-radius: 0px;
	margin-bottom: 5px;
}
.btn_social{
	background-color: #f1f1f1;
	color: #000;
}
.commentCard{
	border: 3px solid #f1f1f1;
	box-shadow: none;
	border-radius: 0px;
	padding: 20px;
}
.commentCard .card-header{
	padding: 0px;
}
.commentCard .card-body{
	padding: 0px;
	padding-top: 20px;
}
.btn_social:hover{
	background-color: #f1b209;
	color: #fff;
}
.btn_dbrown{
	background-color: #84776c;
	color: #fff;
	transition: background-color .3s ease-out;
}
.btn-group:hover .btn_dbrown{
	background-color: #f1b209;
	color: #fff;
}
.btn-group:hover .btn_brown{
	background-color: #84776c;
	color: #fff;
}
.replyForm .btn_brown{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.replyForm .btn_dbrown{
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.replyForm input{
	border-radius: 1px;
	border-color: transparent;
	border-bottom: 1px solid #ccc;
}
.replyForm textarea{
	border-radius: 1px;
	border: 1px solid #ccc;
}
.prevCard{
	background-color: transparent;
	border-radius: 0px;
	box-shadow: none;
	position: relative;
}
.prevCard img{
	width: 80px;
	height: 80px;
	object-fit: contain;
	position: relative;
}
.prevCard a{
	color: #000;
}
.prevCard a:hover{
	color: #f1b209;
}
/*================= News ===============*/
.news_section{
	padding-top: 5%;
	padding-bottom: 5%;
}
#news_container{
	padding-left: 5%;
	padding-right: 5%;
}
.news_Card{
	overflow: hidden;
	border-radius: 0px;
}
.news_Card img{
	border-radius: 0px;
	transition: transform .3s;
}
.news-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: rgba(0,0,0,.3);
	transition: opacity .3s ease-out;
}
.news-overlay h3{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}
/*.news-overlay .btn_white{
	position: absolute;
	left: 0;
	bottom: 0;
}*/
.btn_white{
	background-color: #fff;
	border-radius: 0px;
}
.news_Card .n_content .col-10{
	background-color: #fff;	
	padding: 25px;
}
.news_Card .n_content{
	color: #000;
	position: absolute;
	bottom: 0;
	/*left: -377px;*/
	left: -85%;
	transition: left .3s ease-out;
	width: fit-content;
	padding: 0px;
}
.news_Card:hover .n_content{
	left: 0;
}
.news_Card:hover .btn_white{
	background-color: #f1b209;
	color: #fff;
}
.news_Card:hover .news-overlay h3{
	background-color: transparent;
	opacity: 0;
}
.news_Card:hover img{
	transform: scale(1.2);
}
/*============== Events ================*/
.eventCard{
	background-color: transparent;
	box-shadow: none;
	border-radius: 0px;
	overflow: hidden;
}
.eventCard .card-header{
	padding: 0px;
	overflow: hidden;
	border-radius: 0px;
}
.eventCard .event-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -450px;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: rgba(0,0,0,.3);
	transition: left .3s ease-out;
}
.eventCard .card-header:hover .event-overlay{
	left: 0;
}
.event-overlay .btn_brown{
	position: absolute;
	bottom: 0;
}
/*======================================
	Services CSS
========================================*/ 
.single-service {
	position: relative;
	background: #fff;
	/*margin-top: 30px;*/
    margin-bottom: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0 0 20px #e8e8e8;
	-moz-box-shadow: 0 0 20px #e8e8e8;
	box-shadow: 0 0 20px #e8e8e8;
	border-radius: 10px;
}
.single-service .service-head{
	position:relative;
}
.single-service .icon-bg {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    z-index: 333;
    bottom: -33px;
    left: 10px;
    background: #f1b209;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}
/*.single-service:hover .icon-bg{
	background:#1FAF4B;
	color:#fff;
}*/
.single-service .service-content{
	padding: 35px 20px;
}
.single-service .service-footer{
    padding: 0px 20px 30px;
    background-color: transparent;
    border-color: transparent;
}
.single-service h4 {
	font-family: "Red Hat Display",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 3em;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
}
.single-service h4 a {
	color: #28243C;
	font-size: 20px;
}
.single-service h4:hover a{
	color:#f1b209;
}
.single-service p {
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-service .service-content p{
	margin:0;
}
.single-service .btn {
    background: transparent;
    margin-top: 15px;
    font-size: 15px;
    color: #f1b209;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-service:hover .btn{
	color:#fff;
	background: #f1b209;
}
.single-service .btn i{
	margin-right:5px;
}
/* ============ BUTTONS ========*/
.btn_brown{
	background-color: #f1b209;
	color: #fff;
}
.btn_icon{
	color: #f1b209;
}
.btn_icon_text{
	background-color: #f1b209;
	color: #fff;
	padding: .375rem .75rem;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	transition: background-color .5s;
	font-family: "Assistant",sans-serif;
}
.btn_icon_holder{
	background: #84776c;
	border-color: #84776c;
	color: #fff;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: background-color .5s;
}
.btn_outline_brown{
	border: 2px solid #f1b209;
	background-color: #fff;
	color: #f1b209;
}
/* ============ COLORS ========*/
.brown{
	color: #f1b209;
}
.bg_dbrown{
	background-color: #84776c;
}
/* ============ SHAPES ========*/
.bt_bb_floating_element{
	transition: transform 1200ms ease-out;
}
.sm_circle{
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 5em;
    height: 5em;
    opacity: .9;
    mix-blend-mode: multiply;
    border-radius: 50%;
    background-color: rgba(132, 119, 108, 1);
    z-index: 2;
}
.circle{
	position: absolute;
	top: 22%;
	left: -1px;
	width: 8em;
    height: 8em;
    opacity: .9;
    /*mix-blend-mode: multiply;*/
    border-radius: 50%;
    border: 5px solid #f1b209;
    z-index: 2;
}
/* =============== Message Modal ========*/
#modalMessage{

}
#modalMessage .modal-content, #modalVideo .modal-content{
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
}
#modalMessage .modal-dialog{

}
#modalMessage .modal-header, #modalVideo .modal-header{
	background-color: transparent;
    border-color: transparent;
}
#modalMessage .modal-body, #modalVideo .modal-body{
    background-color: #f1b209;
    /*border-radius: 10px;*/
}
/* ================ Pre loader ==========*/
#wrapper{
	visibility: none;
	transition: 2s ease;
}
#preloader{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 2222;
	background: #fff;
	transition: 2s ease;
}
#preload{
    margin-top:20%;
    height:150px;
    width:150px;
    border-radius: 50%;
    /*border:20px solid #e5e5e5;*/
    animation:3s pre linear infinite;
}
@keyframes pre {
    0%{
        transform:rotate(0deg);
        /*border-top:20px solid mediumseagreen;*/
    }
    100%{
        transform:rotate(360deg);
        /*border-top:20px solid green;*/
    }
}
/* ==================== Product CUbe */


@keyframes spin {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    transform: rotateX(360deg) rotateY(360deg);
  }
}



/* ================================================== */
/* ================================================== */
/* ================================================== */
.slider_overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.slider-section .carousel-caption{
	position: absolute;
	top: 45.5%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: left;
	text-shadow: none;
	bottom: 0;
}
.carousel-control-prev, .carousel-control-next{
	z-index: 99;
}

.serviceCard{
	box-shadow: none;
	background-color: transparent;
}
.serviceCard .card-body{
	width: 85%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
	border-bottom: 3px solid #fff;
}
.serviceCard:hover .card-body{
	border-bottom: 3px solid #f1b209;
}
.serviceCard .icon-bg{
	position: absolute;
	top: 0;
	background-color: #f1b209;
	width: fit-content;
	padding: 10px;
}
.countdown{
	background-color: #444444;
}
.countdown #projectAbout{
	padding-top: 5%;
}
.countdown #projectAbout .projectCard, #projectAbout .projectCard{
	border-left: 3px solid #f1b209;
	border-radius: 1px;
	height: 240px;
}
.countdown #projectAbout .bg::before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 742px;
    height: 476px;
    background-image: url('../images/bg-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.workflow{
	padding: 5% 0px;
	background-color: #fff;
}
.workCard{
	border-color: transparent;
	box-shadow: none;
	background-color: transparent;
}
.workCard .card-header{
	border-color: transparent;
}
.workCard .card-body h5{
	font-weight: bold;
}
.workbox{
	width: fit-content;
	padding: 50px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	/*transition: background 1s ease;*/
}
.workbox:after{
	position: absolute;
    content: url('../images/right-arrow.png');
    left: 100%;
    top: 50%;
    color: #e4e4e4;
    font-size: 45px;
    margin-top: -10px;
}
.workbox:hover{
	color: #fff;
	background: #f1b209;
}
.worknum{
    position: absolute;
    left: 43%;
    top: 0px;
    width: 40px;
    height: 40px;
    color: #777777;
    font-size: 23px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 35px;
    background-color: #ffffff;
    border: 2px solid #2d2d2d;
}
.lastwc .workbox:after {
	content: '';
	position: absolute;
    left: 100%;
    top: 50%;
    color: #e4e4e4;
    font-size: 45px;
    margin-top: -10px;
}
.workflow .headtitle::after{
	content: '';
    display: block;
    width: 130px;
    height: 5px;
    border-radius: 50px;
    background-color: #f1b209;
    margin-left: unset;
    margin-right: auto;
    margin-top: 10px;
}

