:root { --primary-color: #FFEC0B;  }


body { position: relative; color: rgba(0, 0, 0, 0.65); font-size: 14px; line-height: 1.6; }
.f-medium { font-weight: 500 !important; }
.f-normal { font-weight: normal !important; }
.f-bold { font-weight: bold !important; }
.l-normal { line-height: normal !important; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.primary-dark { color: var(--primary-dark) !important; }
.bg-primary-dark { background-color: var(--primary-dark) !important; }
.border-primary-dark { border-color: var(--primary-dark) !important; }
.secondary-color { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.secondary-dark { color: var(--secondary-dark) !important; }
.bg-secondary-dark { background-color: var(--secondary-dark) !important; }
.border-secondary-dark { border-color: var(--secondary-dark) !important; }
a { color: rgba(0, 0, 0, 0.65); }
a:hover, a:focus { color: var(--primary-color); text-decoration: none; }
*:focus { outline: 0 !important; box-shadow: none !important; }
span.wpcf7-not-valid-tip { color: #f00; font-size: 12px; font-weight: normal; display: block; text-align: left; margin-top: 5px; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: 2px solid #f7e700; display: none !important; }
.btn, .btn:focus { border-radius: 0px; color: #000; background: var(--primary-color); padding: 7px 45px; transition: all 0.3s ease; text-transform: capitalize; display: inline-block; border: 1px solid var(--primary-color); }
.btn-outline { background: transparent; border-color: var(--primary-color); }
.btn-white { background: #FCFBF9; color: #000; border-color: #FCFBF9; }
.btn-black { background: #000; border-color: #000; color: #fff; }
.btn-lg { font-size: 18px; }
.btn:hover { background: #000; border-color: #000; color: #fff; transition: all 0.3s ease; }
.gray { color: #c7c7c7 !important; }
.blue { color: #1492E6 !important; }
.white { color: #fff !important; }
.yellow { color: var(--primary-color) !important; }
.bg-yellow { background: var(--primary-color) !important; }
.bg-blue { background: #085E7E !important; }
.black { color: #000 !important; }
.bg-black { background: #000 !important; }
.bg-gray { background: #E0DFDF !important; }
.f-12 { font-size: 12px !important; }
.f-13 { font-size: 13px !important; }
.f-14 { font-size: 14px !important; }
.f-15 { font-size: 15px !important; }
.f-16 { font-size: 16px !important; }
.f-18 { font-size: 18px !important; }
.f-20 { font-size: 20px !important; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: 2px solid #f7e700; background: #fff; color: red; }
header.is-scrolling { background: #000000ad; }

/* 
    BACK TO TOP
----------------------*/
#back2top { position: fixed; bottom: 0; right: 30px; width: 40px; height: 40px; z-index: 10000; background-color: #000; border-radius: 50%; border: 2px solid #ccc; transition: all 0.5s ease; visibility: hidden; opacity: 0; }
#back2top.active { bottom: 30px; visibility: visible; opacity: 1; }
#back2top:hover { cursor: pointer; background-color: var(--primary-color); border-color: var(--primary-color); }
#back2top i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #ccc; z-index: 10001; font-size: 20px; }
#back2top:hover i { color: #ccc; }

/* 
    HEADER
----------------------*/
header { transition: all ease-in 0.4s; padding: 0px 0; top: 0; width: 100%; z-index: 99;	/*position: fixed;*/ background-color: #000; border-bottom: 2px solid #fff; }
.is-scrolling { position: fixed; animation: slide-down 0.7s; animation-duration: 0.7s; animation-direction: normal; }
.mp-top { padding-top: 100px; }
.main-menu { display: flex; align-items: center; justify-content: flex-end; }
@keyframes slide-down {
	0% { opacity: 0; transform: translateY(-100%); }
	100% { opacity: 0.9; transform: translateY(0); }
}

/* MENU */

/*.video-sect { padding-top:100px;}
.team-sect, .blog-details { padding-top:100px !important;}
.service-sect, .contact-sect.bg-yellow  { padding-top:130px !important;}*/
.f-width { padding-top: 10px; padding-bottom: 10px; }
.nav-menu { padding: 0rem 0; transition: all 0.3s ease; background: transparent; }
.navbar-brand { padding: 0; margin: 0; display: flex; align-items: center; }
.navbar-brand span { color: #fff; font-size: 14px; line-height: 1; font-weight: 500; margin-left: 10px; }
ul.navbar-nav { flex-direction: row; flex-wrap: wrap; }
ul.navbar-nav li { padding: 10px; text-transform: capitalize; }
.navbar-nav .nav-link { position: relative; color: #fff; padding: 0; transition: 0.3s ease-in; font-size: 16px; }
.navbar-nav .nav-link:after { content: ""; width: 0%; height: 1px; background: var(--primary-color); display: block; transition: 0.3s width; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav li.current-menu-item .nav-link, .navbar-nav li.current-menu-item .nav-link:after, .navbar-nav .nav-link:hover:after { width: 100%; transition: 0.3s width; color: var(--primary-color); }
.dropdown>a:after { content: "\f107"; font-family: "Font Awesome 5 Free"; font-weight: 900; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; margin-left: 7px; color: #888; }
.dropdown:hover>.dropdown-menu { display: block; transform: scaleY(1); transition: transform 0.4s; }
.navbar-nav .dropdown-menu { position: absolute; display: block; transform: scaleY(0); transform-origin: 0 0; transition: transform 0.4s; padding: 0; }
ul.dropdown-menu>li { padding: 8px 15px; font-size: 14px; border-bottom: 1px solid #eee; }
ul.dropdown-menu>li>a { display: block; }
.ph-block { display: flex; align-items: center; line-height: normal; }
.ph-block a { font-size: 15px; color: #fff; line-height: normal; padding: 0 20px; }
.ph-block a span { font-size: 20px; display: block; line-height: normal; }

/* 
    FOOTER
----------------------*/
footer { background: #000; padding: 50px 0; color: #fff; clear: both; }
footer a { color: #fff; }
.footer-ttl { font-size: 20px; margin: 0 0 20px; font-weight:bold;text-transform: uppercase; position:relative; padding:0 0 10px; }
.footer-ttl:after {content: "";  position: absolute;  bottom: 0;  left: 0;  width: 20px;  height: 2px;  background: var(--primary-color);}
.footer-menu { padding: 0; list-style: none; }
.footer-menu li { padding: 4px 0; }
.footer-menu a { color: #fff; }
.footer-menu li i {color: var(--primary-color); width: 25px;}
.footer-menu a:hover { color: var(--primary-color); }
.footer-border { padding: 0 10%; margin: 0 auto; border: 2px solid var(--primary-color); border-width: 0 3px; height: 100%; }
.social { padding: 0; list-style: none; display: flex; align-items: center; }
.social li a { color: #fff; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 50%; margin-right: 10px; font-size: 16px; padding: 0; }
.social li a:hover { background-color: var(--primary-color); border-color: var(--primary-color); color: #000; }

/* 
    HOME PAGE
----------------------*/
.section-ttl { font-size: 32px; margin: 0 0 15px; color: #000; font-weight: bold; line-height: normal; }
.video-sect img {
  height: 400px;
  object-fit: cover;
}

/* banner Sect */
.border-yellow { background: var(--primary-color); /* padding: 0; */	/* width: 2px; */
display: block; margin: 0 15px; border: 1px solid var(--primary-color);/* height: 100%; */ }
.banner-sect { position: relative;	/* background-color: #000; */ height: 100vh; display: flex; align-items: center; justify-content: center; color: #fff; }
.bnr-ttl { font-size: 40px; line-height: normal; }
.bnr-text { font-size: 20px; }
.bnr-text p { margin-bottom: 0; }
.banner-sect .btn { padding: 7px 25px; margin: 0 10px; }
.banner-sect .btn:hover, .banner-sect .btn:focus { background: transparent; border-color: var(--primary-color); color: var(--primary-color); }
.welcome-sect .p-link { font-size: 20px; vertical-align: middle; padding: 0 10px; color: #000; }
.welcome-sect .p-link:hover { color: var(--primary-color); }

/* WORK AREA */
.work-sect .row { margin-right: -5px; margin-left: -5px; }
.work-sect [class*="col-"] { padding-right: 5px; padding-left: 5px; }
.work-block { position: relative; margin-bottom: 10px; }
.work-block video, .work-block .image-link, .work-block iframe { height: 320px; object-fit: cover; width: 100%; }
.work-text { position: absolute; top: 15px; left: 15px; width: 55%; font-size: 24px; font-weight: 600; color: #fff; line-height: 1.2; }

/* CLIENT LOGO */
.low-margin .row { margin-right: -5px; margin-left: -5px; }
.low-margin [class*="col"] { padding-right: 5px; padding-left: 5px; }
.client-brand img { height: 80px; object-fit: contain; }
hr.black { border-color: #000; }

/* RECENT PROJECTS */
.recent-block { margin-bottom: 10px; }
.recent-block img { height: 300px; object-fit: cover; }

/* CLIENT REVIEW */
.review-owner { left: auto; right: 20px; width: auto; text-align: left; }
.review-owner span { display: block; }
.review-block video, .review-block .image-link { height: 280px; }

/* Tabs Sect */
.tab-sect .nav-tabs { border: 0; }
.tab-sect .nav-tabs .nav-link { border: 0; font-size: 20px; color: #000; font-weight: bold; border-bottom: 1px solid transparent; padding: 0; margin-right: 25px; }
.tab-sect .nav-tabs .nav-link.active, .tab-sect .nav-tabs .nav-link:hover { border-color: #000; }
.blog-block { margin-bottom: 50px; }
.blog-block .blog-img { height: 200px; object-fit: cover; object-position: center; width: 100%; }
.blog-ttl { font-size: 22px; color: #000; font-weight: bold; margin: 15px 0px; line-height: normal; }
.blog-block>p {display: -webkit-box;  -webkit-line-clamp: 4;  -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis; }
.blog-block .description-blog { min-height: 100px; padding: 0 15px; }

/* Service Sect */
.service-sect .container-fluid { width: 92%; }
.service-sect .section-ttl { margin-bottom: 20px; }
.service-block { color: #000;/* 	position: relative; */ }
.service-block a { color: #000; }
.ser-block [class*="col-"]:after { content: ""; display: block; margin: 3rem -15px; position: relative; left: 0; right: 0; }
.ser-block .b-none:after { display: none; }
.service-block:after { content: ""; width: 2px; display: block; border: 1px solid var(--primary-color); position: absolute; left: -0px; top: -0px; bottom: -0px; }
.ser-ttl { font-size: 20px; color: #000; font-weight: bold; height: 55px; margin: 0 0 15px; line-height: normal; }
.y-block { display: flex; align-items: center; text-align: left; padding: 27px;/*     height: 100%; */ }
.y-block .ser-ttl { width: 30%; text-align: right; }
.y-text { width: calc(100% - 30%); border-left: 2px solid #000; padding-left: 30px; margin-left: 30px; }
.side-line { position: relative; }
.side-line:after { content: ""; height: 2px; display: block; width: 40%; background: #050505; position: absolute; bottom: 5px; right: 0; z-index: -1; }

/* Contact Sect */
.contact-sect { margin-bottom: 0.5rem; color: #000; }
.form-group { margin-bottom: 2rem; }
.form-control { border: 0; height: 50px; border-radius: 0; text-align: center; color: #000; }
.form-control::-webkit-input-placeholder {	/* Chrome/Opera/Safari */
color: #000; opacity: 1; }
.form-control::-moz-placeholder {	/* Firefox 19+ */
color: #000; opacity: 1; }
.form-control:-ms-input-placeholder {	/* IE 10+ */
color: #000; opacity: 1; }
.form-control:-moz-placeholder {	/* Firefox 18- */
color: #000; opacity: 1; }
textarea.form-control { height: 150px; }
.contact-sect .btn-black { height: 50px; width: 280px; padding: 12px; }
.contact-sect .social li a { color: #000; width: 60px; height: 60px; border: 3px solid #000; font-size: 28px; }

/* 
   Team Page 
-------------------- */
.line { border: 1px solid var(--primary-color); width: 450px; margin: 25px auto; }
.team-img { position: relative;/*     border: 1px solid #707070; */ }
.team-img:after {	/*     box-shadow: inset 0 0 70px var(--primary-color); */
content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.4s;/*background: rgba(255, 236, 11, 0.3);*/ }
.team-img:hover:after { opacity: 1; transition: opacity 0.4s; }
.team-img img { width: 100%; }
.team-name, .t-post { position: absolute; top: 20px; left: 0; transform: translateX(50px); color: #fff; transition: transform 0.4s, opacity 0.4s; opacity: 1; font-size: 18px; }
.t-post { top: 50px; text-transform: uppercase; font-size: 13px; }
.team-img:hover .team-name, .team-img:hover .t-post { transform: translateX(50px); /*transition: transform 0.4s, opacity 0.4s;*/ opacity: 1; }
.team-img:hover .t-post { transition: transform 0s, opacity 0s; }
.strength-block { display: flex; align-items: flex-start; padding: 150px 0; }
.s-ttl { font-size: 62px; font-weight: bold; line-height: 70px; border-right: 3px solid; padding-right: 30px; margin-right: 30px; white-space: nowrap; width: 350px; }
.contact-ttl { font-size: 34px; font-weight: bold;  border-right: 3px solid; padding-right: 30px; margin-right: 30px; line-height: normal; width: 350px; }
.s-text { width: calc(100% - 350px); }
.fact-sect img { width: 100%; }
.wpcf7-spinner {position: absolute;}
.leader-sect {background-size: cover;}

/* 
   Blog Details 
-------------------- */
.wpcf7-form select { text-align-last: center; -webkit-appearance: caret; text-align: -moz-center; text-align: -webkit-center; justify-content: center; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.l-black { border-color: #000; }
.related-text { font-size: 16px; display: inline-block; margin-top: 15px; color: #000; }
.blog-social li a { color: #000; border-color: #000; }
.blog-text img { width: 100%; height: auto; }

/* 
   How to make Money 
-------------------- */
.fact-sect .s-ttl { font-size: 30px; line-height: normal; border: 0; margin-right: 0; padding-right: 0; }
.fact-sect .s-text { border-left: 3px solid; padding-left: 30px; margin-left: 30px; }
.fact-sect .s-text p { margin-bottom: 0; }
.alert-bar { background: var(--primary-color); color: #000; font-size: 10px; }
.alert { position: relative; padding: .5rem 1rem; }
.alert>div { flex: 0 0 85%; width: 85%; }
.alert-bar .alert-dismissible .close { position: absolute; top: 50%; transform: translateY(-50%); right: 0; padding: 0.5rem 1.35rem; opacity: 1; cursor: pointer; background: #000; color: #fff; text-shadow: none; font-size: 10px; font-weight: bold; }

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
.video-sect { padding-top: 30px; }
.team-sect, .blog-details { padding-top: 30px !important; }
}*/
.wpcf7-form br { display: none; }
@media (min-width:1281px) {
	#rev_video { height: 600px; }
	#rev_slider_2_1_wrapper { height: 600px !important; }
	#rev_slider_2_1, #slide-2-layer-1 { height: 600px !important; }
}
@media (min-width:1025px) and (max-width:1280px) {
	#rev_video { height: 600px; }
	#rev_slider_2_1_wrapper, #slide-2-layer-1 { height: 600px !important; }
	#rev_slider_2_1 { height: 600px !important; }
}
.service-block p { min-height: 95px; }
