/*
Theme Name: Nihas Flowerworks
Theme URI: https://example.com/
Author: Nihas Flowerworks
Author URI: https://example.com/
Description: Custom WordPress theme for Nihas Flowerworks, converted from the supplied static HTML/CSS design.
Version: 1.0.0
Text Domain: nihas-flowerworks
*/
/* ------------------------------------------------------------------------------------------------------------
	01. GLOBAL RESET
	02. GENERIC
	03. STRUCTURE
	04. MENU
	05. SLIDER
--------------------------------------------------------------------------------------------------------------- */

/*
===============================================================================================================
01. GLOBAL RESET
=============================================================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
border: 0; font-family:'Open Sans', sans-serif; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, p {display: block;}
html { text-rendering:optimizeLegibility !important; -webkit-font-smoothing:antialiased !important; overflow-y: scroll; }
img, a, a:hover, a:active, a:focus {border: none; outline: none;}
ol {list-style: decimal outside; padding:0px 0px 30px 20px;	margin:0px;}
ul {list-style: disc outside; padding:0px 0px 30px 20px; margin:0px;}
ul li {margin:0px; padding:0px; font-size: clamp(18px, 1.5vw, 20px); line-height: 1.5; color:#000; font-family:'Open Sans', sans-serif;}
ol li {margin:0px; padding:0px; font-size: clamp(18px, 1.5vw, 20px); line-height: 1.5; color:#000; font-family:'Open Sans', sans-serif;}

img, object, embed, video {max-width: 100%;	margin: 0;	padding: 0}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width: 100%;}
img { vertical-align: top; }

::-webkit-input-placeholder { color:#7D8D98; }
:-moz-placeholder { color:#7D8D98; opacity:1; }
::-moz-placeholder { color:#7D8D98; opacity:1; }
:-ms-input-placeholder { color:#7D8D98; }



/*
===============================================================================================================
02. GENERIC
=============================================================================================================== */
body {background:#fff;font-family:'Open Sans', sans-serif;font-size: clamp(18px, 1.5vw, 20px); line-height: 1.5;color:#000; overflow-y: hidden; padding: 0px !important; }
h1, h2, h3, h4, h5, h6 { color:#000; padding:10px 0px; margin:0px; font-family: "Baskervville", serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#081013; font-family:'Open Sans', sans-serif;  }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #081013; }

h1 {font-size: clamp(40px, 6vw, 80px); line-height: 1.15;}
h2 {font-size: clamp(32px, 3.5vw, 40px); line-height: 1.2;}
h3 {font-size: clamp(20px, 3vw, 28px); line-height: 1.1;}
h4 {font-size: clamp(18px, 2.5vw, 24px); line-height: 1.1;}
h5 {font-size: clamp(16px, 2vw, 20px); line-height: 1.1;}
h6 { font-size: clamp(14px, 1.5vw, 18px); line-height: 1.1;}
p {font-size: clamp(14px, 1.2vw, 16px); line-height: 1.5; color:#000; font-weight: 500; margin:0px; padding:0px 0px 25px; font-family:'Open Sans', sans-serif;}

a { transition: all 0.25s ease; }
a, a:focus{ color:#000; text-decoration:none; }
a:hover{ color:#145245; text-decoration:none; }
button:focus { outline: none; box-shadow: none; }

table{border-collapse:collapse;border:1px solid #0C0C0C;border-spacing:inherit;width:650px !important;}
table tr td{padding:15px 12px;line-height:18px;font-size:18px;}
tr:nth-child(odd){background-color:#f3f3f3;}
tr:nth-child(even){background-color:#fff;}
td{vertical-align:middle;border:1px solid #0C0C0C;border-width:0px 1px 1px 0px;color:#0C0C0C;}
tr:last-child td{border-width:0px 1px 0px 0px;}
tr td:last-child{border-width:0px 0px 1px 0px;}
tr:last-child td:last-child{border-width:0px 0px 0px 0px;}
tr:first-child th{background-color:#fff9fc;border:0px solid #FFF;border-width:0px 0px 1px 1px;color:#0C0C0C;}
tr:first-child th:first-child{border-width:0px 0px 1px 0px;}
tr:first-child th:last-child{border-width:0px 0px 1px 1px;}
blockquote{background:#f9f9f9;border-left:10px solid #511EFF;margin:1.5em 10px 1.5em 0px;padding:13px 20px 12px;quotes:"\201C""\201D""\2018""\2019";}
blockquote:before{content:"\201C";font-size:4em;position:absolute; margin:25px 0px 0px 0px; }
blockquote p:first-child{text-indent:40px; padding: 0px; }


.center-align { margin-left:auto; margin-right:auto; float:none !important; }
.pad-lr-0 { padding-left:0px !important; padding-right:0px !important; }
.pad-lt-0 { padding-left:0px !important; }
.pad-rt-0 { padding-right:0px !important; }
.pad-top-0 { padding-top:0px !important; }



/* ===============================================================================================================
03. STRUCTURE
=============================================================================================================== */
.container { max-width:1230px; margin:0px auto; width:100%; padding-left: 15px; padding-right: 15px; }
.container-960 {max-width:990px;}

.row { margin: 0px -15px; padding: 0px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; float:left; padding-left: 15px; padding-right: 15px; }

/* HEADER CSS
--------------------------------------------------------------------------------------------------------------- */
.header-bg { padding:10px 0px 10px; position: fixed; width: 100%; background:linear-gradient(to right, #fcfafb, #fceded); z-index: 91; transition: .5s; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); }
.header-smaller { box-shadow: 0px 0px 5px rgba(0,0,0,0.5); }
.logo { display:flex; justify-content:flex-start; align-items: center; color:#000; text-transform: uppercase; font-weight: bold; font-size:15px; }
.logo span { margin:0px 0px 0px 10px; line-height: 1.2;  }
.fixed-header { height:85px; }

.header-bg .navbar { padding: 0px; }
.header-bg .navbar .navbar-collapse { display: block !important; }
.header-bg .navbar .navbar-nav { display: flex !important; padding:21px 0px 0px; }
.header-bg .navbar .navbar-nav li { position: relative; float: left; margin: 0px 14px; font-size:14px; font-weight:600; text-transform: uppercase; }
.header-bg .navbar .navbar-nav li a { padding:0px 0px 5px; color: #000; }
.header-bg .navbar .navbar-nav li a:hover { color: #145245; }
.navbar-nav .nav-link:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color:#145245; transform: scaleX(0); transform-origin: bottom right;  transition: transform 0.3s ease-out; }
.navbar-nav .nav-link.active:after { transform: scaleX(1); }
.header-btn { max-width:220px; width:100%; height: 42px; line-height: 42px; font-weight:600;  border:2px solid #145245; background:#145245; border-radius: 100px; color: #fff; float:right; text-align: center; font-size:14px; margin:11px 0px 0px 0px; text-transform: uppercase; display:flex; justify-content: center; align-items: center; }
.header-btn:hover { background:transparent; color: #145245; border:2px solid #145245; }
.header-btn:focus { background: #145245; color: #fff; border:2px solid #145245; }
.header-btn .fa-long-arrow-right { margin:1px 0px 0px 8px; }


/* BANNER SECTION CSS
--------------------------------------------------------------------------------------------------------------- */
.banner-img { height:570px;  }
.banner-sub-text { font-size: clamp(14px, 1.3vw, 20px); line-height: 1.3; font-weight: bold; color: #145245; }
.banner-content { display: flex; align-items: center; justify-content:center; height:570px; }
.banner h1 { line-height:1; }
.banner h1 span { font-size: clamp(50px, 7vw, 100px); font-family: "Baskervville", serif; font-style:italic; background-image: linear-gradient(to right, #c83d6d 1.13%, #c83d6d 50.01%, #f18e70 98.88%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; }
.divi-line { margin:0px auto 20px; display:block; }
.banner-content p { line-height:26px; padding:0px 0px 35px; }
.btn { padding:0px; width:100%; max-width:200px; height: 45px; display:flex; justify-content: center; align-items: center; font-size:14px; background:#145245; color:#fff; border:2px solid #145245; text-transform:uppercase; border-radius:4px; font-weight:bold; float:left; margin:0px 24px 0px 0px; }
.btn:hover { background:transparent; color:#145245; border:2px solid #145245; }
.btn:focus, .btn.watch-btn:hover { background:#145245; color: #fff; border:2px solid #145245; }
.btn.watch-btn { border:2px solid #145245; background:transparent; color:#145245; }
.orange-text { color:#fb282f; }
.green-text { color:#145245; }
.banner-content .btn .fa-long-arrow-right { margin:2px 0px 0px 8px; }
.banner-left-pad { padding-left:8%; }

/* SLICK SLIDER CSS
--------------------------------------------------------------------------------------------------------------- */
.slick-slider { position:relative; display:block; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent; }
.slick-list { position:relative; display:block; overflow:hidden; margin:0; padding:0; }
.slick-list:focus { outline:none; }
.slick-list.dragging { cursor:pointer; cursor:hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); }
.slick-track { position:relative; top:0; left:0; display:block; margin: 0px auto; }
.slick-track:before, .slick-track:after { display:table; content:''; }
.slick-track:after { clear:both; } 
.slick-loading .slick-track { visibility:hidden; }
.slick-slide { display:none; float:left; height:100%; min-height:1px; }
[dir='rtl'] .slick-slide { float:right; }
.slick-slide img { display:block; }
.slick-slide.slick-loading img { display:none; }
.slick-slide.dragging img { pointer-events:none; }
.slick-initialized .slick-slide { display:block; }
.slick-loading .slick-slide { visibility:hidden; }
.slick-vertical .slick-slide{ display:block; height:auto; border:1px solid transparent; }

/* SIGNATURE SERVICE SECTION CSS
--------------------------------------------------------------------------------------------------------------- */
.signature-bg { padding:80px 0px 80px; background:#fbf9fa;  }
.tagline { display:flex;align-items: center;text-align: center;justify-content: center;color:#0d4640; text-transform: uppercase; font-weight:700; font-size:15px; letter-spacing:1px; }
.tagline:before, .tagline:after {content: "";flex: 1;border-bottom: 1px solid #0d4640; margin: 0 12px; max-width:30px; }
.signature-bg .divi-line { margin:10px auto 20px; }

.signature-list-image { margin:40px 0px 40px; }
.signature-bg .row { margin-left:-8px; margin-right:-8px; }
.signature-bg .col-12 { padding-left:8px; padding-right:8px; }
.service-card { background: #ffffff; border-radius: 20px; padding:15px 20px 25px; box-shadow:0px 4px 15px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.03);display: flex;flex-direction: column;align-items: center;transition: transform 0.3s ease, box-shadow 0.3s ease; margin:10px auto 15px; }
.service-card:hover {transform: translateY(-5px);box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);}
.card-icon-img { height:80px;display: flex;align-items: center;justify-content: center;margin-bottom:20px;}
.card-icon-wrapper img {max-height: 100%;object-fit: contain;}
.service-card h3 { font-size:14px;font-weight: 700;letter-spacing: 0.5px;color: #282828;margin-bottom: 12px; text-transform:uppercase; white-space: nowrap; }
.card-text, .card-text p { font-size:14px;line-height: 1.6;color: #000;margin-bottom:22px;flex-grow: 1; padding:0px; }
.card-divider {width:55px;height:3px;border-radius: 2px;}

/* Individual accent colors parsed from the image */
.line-red { background-color: #d9534f; }
.line-green { background-color: #3b7775; }
.line-lime { background-color: #7a9834; }
.line-red-pink { background-color: #a24f59; }
.line-orange { background-color: #eb2326; }
.line-teal { background-color: #0ca6b0; }

.card-icon-img  { animation: floatUpDown 1.5s ease-in-out infinite alternate;  transition: transform 0.2s ease; }
@keyframes floatUpDown {
  0% {
    transform: translateY(-8px); 
  }
  100% {
    transform: translateY(8px); 
  }
}

/* COUNTER STRIP GREENBG SECTION CSS
--------------------------------------------------------------------------------------------------------------- */
.counter-green-bg { background: linear-gradient(90deg, #024642 0%, #003632 100%); padding:10px 0px 19px;  }
.counter-item { display:flex; flex-direction:row; justify-content: center; align-items: center; gap:18px; position: relative; }
.counter-green-bg h3 { font-size:40px; font-weight:600; margin-bottom: 0;line-height:1.2; color:#fff; font-family:'Open Sans', sans-serif; padding:8px 0px 8px; font-style: italic; }
.counter-text { float:left; font-size:12px; font-weight:500; text-transform: uppercase;letter-spacing:0.5px;color: rgba(255, 255, 255, 0.75);margin-top: 0.25rem; }
.counter-green-bg .row > div:not(:last-child) .counter-item::after { content: "";position: absolute;right: 0;top:19%;height:75%;width:1px;background-color: rgba(83, 99, 96, 0.65); border-radius:25px; }

/* RECENT WORK CREATIONS SECTION CSS
--------------------------------------------------------------------------------------------------------------- */
.recent-work-bg { padding:80px 0px 100px; background:#fbf9fa;  }
.title-sub-text { color:#145245; text-transform: uppercase; font-weight:700; font-size:15px; letter-spacing:1px; }
.btn.portfolio-btn { margin:31px 0px 0px 0px;  }
.btn.portfolio-btn .fa-long-arrow-right { margin:2px 0px 0px 8px; }
.gallery-list { padding:40px 0px 0px; }
.gallery-card img { width: 100%;height: 100%;object-fit: cover;display: block;border-radius:16px; }
.gallery-card:hover {transform: translateY(-5px);  }
.recent-work-bg .row { margin-left:-7px; margin-right:-7px; }
.recent-work-bg .col-lg-2 { padding-left:7px; padding-right:7px; width: 100%; max-width:20%;  }

/* CLIENT TESTIMONIALS SECTION CSS
--------------------------------------------------------------------------------------------------------------- */
.clients-testimonials { padding:0px 0px 0px; background:#fbf9fa; position:relative; z-index: 1; }
.clients-testimonials .title-sub-text { color: #0d4640; }
.testimonial-title-top { padding:40px 0px 0px; }
.clients-testimonials h2 { letter-spacing:-1px; line-height: 1.4; }
.clients-testimonials h2 span { font-size:44px; letter-spacing:-2px; font-family:"Baskervville", serif; font-style:italic; background-image: linear-gradient(to right, #c83d6d 1.13%, #c83d6d 50.01%, #f18e70 98.88%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; }
.clients-testimonials .row { margin-left:-7px; margin-right:-7px; }
.clients-testimonials .col-12 { padding-left:7px; padding-right:7px;   }
.testimonial-card { position: relative; background: #fff; border-radius: 20px; padding:23px 25px 25px; box-shadow:0px 4px 15px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.03);display: flex;flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; box-sizing: border-box; width: 100%; }
.testimonial-info { display:flex; gap:10px; justify-content:flex-start; align-items:center;   }
.user-img { width:50px; height:50px; }
.user-img img { border-radius:100px; }
.testimonial-card p { padding:0px; font-size:15px; }
.testimonial-text { margin-bottom:35px; display: block; flex-grow: 1; }
.client-name {display: flex; flex-direction: column; align-items: flex-start; flex: 1;  }
.client-name h4 { font-size:14px; line-height: 16px; font-weight:700; padding:8px 0px 5px; text-transform:uppercase; font-family:'Open Sans', sans-serif; }
.testimonial-slider .slick-slide  { display: flex !important; height:auto !important; }
.testimonial-slider .slick-track { display: flex !important; padding-bottom:35px; }
.testimonial-slider:not(.slick-initialized) { visibility: hidden; }
.clients-testimonials .slick-prev {width:40px; height:40px; background:transparent; border:2px solid #145245; border-radius:100px; display:flex; align-items: center; justify-content: center; position:absolute; bottom:60px; left:-28%; }
.clients-testimonials .slick-next {width:40px; height:40px; background:transparent; border:2px solid #145245; border-radius:100px; display:flex; align-items: center; justify-content: center; position:absolute; bottom:60px; left:-20%; }
.clients-testimonials .prev-arrow { background:url("../img/left-arrow.png") no-repeat 0px 0px; width:11px; height:15px; display:block; }
.clients-testimonials .next-arrow { background:url("../img/right-arrow.png") no-repeat 0px 0px; width:11px; height:15px; display:block; }
.clients-testimonials .slick-prev:hover, .clients-testimonials .slick-next:hover { background:transparent; border:2px solid #f3444b; }

.bottom-title-text { padding:100px 0px 0px; }
.bottom-title-text h2 { padding:0px; font-size:35px; }
.bottom-title-text h3 span { letter-spacing:-1px; font-size:45px; padding:0px 0px 10px; font-family: "Baskervville", serif; font-style:italic; background-image: linear-gradient(to right, #325c58 1.13%, #325c58 50.01%, #4c8c2c 98.88%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; }
.btn.book-consultation-btn { width:100%; max-width:250px; margin:0px auto 30px; float:none;  }
.btn.book-consultation-btn .fa-long-arrow-right { margin:2px 0px 0px 8px; }
.bg-left-img { float:left; position: absolute; left: 0; bottom: 0; z-index:-1; pointer-events: none;}
.bg-right-img { float:right; position: absolute; right: 0; bottom: 0; z-index:-1; pointer-events: none; }


/* INNER PAGES CSS
--------------------------------------------------------------------------------------------------------------- */
.inner-banner { height:300px; background:linear-gradient(to right, #fcfafb, #fceded); display: flex; align-items: center; justify-content: center; }
.inner-banner h1 { font-weight: 700; background-image: linear-gradient(to right, #325c58 1.13%, #325c58 50.01%, #4c8c2c 98.88%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; display: inline-block; }
.about-content { padding:80px 0px 30px; background:#fbf9fa; position:relative; z-index: 1; }
.about-content h2 { color: #145245; padding:10px 0px 30px; font-weight:700;  }
.about-content .bottom-title-text h2 { color:#000; padding:0px; font-weight:500; }

.inner-recent-work { position:relative; z-index: 1; padding:0px 0px 30px; }
.portfolio-recent-work .btn.portfolio-btn { margin:50px auto 50px; float: none; }
.gallery-card { width:100%; height:210px; margin:0px 0px 20px;  }
.portfolio-recent-work { padding: 80px 0px 30px; position:relative; z-index: 1 }

.news-page {padding:50px 0px 50px; }
.news-box { border: 1px solid #E4E4E4; border-radius: 10px; margin: 0px 0px 80px; }
.news-img { height: 260px; overflow: hidden; }
.news-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px 10px 0px 0px; }
.news-page .row { margin-left: -40px; margin-right: -40px; }
.news-page .col-12 { padding-left: 40px; padding-right: 40px; }
.news-content { background: #f8f8f8; padding: 14px 20px 24px; border-radius: 0px 0px 10px 10px; }
.news-date { font-size: 14px; float:left; width: 100%; font-weight: 600; }
.news-content h3 { width: 100%; font-size: 28px; line-height: 36px; font-weight:700; padding: 0px; margin: 10px 0px 30px; color: #145245; display:block;  }
.news-content h3 a { font-weight:700; color: #145245; font-family: "Baskervville", serif; }
.news-content h3 a:hover { color:#000; }
.news-desc { height: 68px; overflow: hidden; margin: 0px 0px 15px; }
.news-desc p { padding: 0px; }
.read-more { font-weight: 700; text-decoration: underline; font-size:16px; color: #145245; }
.read-more:hover { text-decoration: underline; color: #000; }

ul.pagination { display: block; padding: 0px; margin: 40px 0px 0px; }
ul.pagination li { display: inline-block; padding: 0px; margin: 0px 8px 5px; background: #145245; border-radius: 100px; }
ul.pagination li a, ul.pagination li span, .page-item.disabled .page-link, .page-item.disabled .page-numbers { font-size: 15px; background: #fceded; border: 1px solid #000; border-radius: 100px !important; width: 40px; height: 40px; padding: 0; line-height: 40px; margin: 0px !important; color: #000; display: flex; justify-content: center; align-items: center; font-weight: 600; }
ul.pagination li .page-link:focus { color: #000; background: #145245; box-shadow: none; }
ul.pagination .page-item.active .page-link, ul.pagination .page-item.active .page-numbers { color: #fff; border: 1px solid #145245; background: #145245; }
ul.pagination li a:hover, ul.pagination li span:hover { color: #fff; border: 1px solid #145245; background: #145245; }

.linkedin-btn { background: #145245; border: 1px solid #145245; color:#fff; width:100%; max-width:280px; height:60px; margin:30px auto 0px; line-height: 60px; font-size: 16px; font-weight: 700; letter-spacing: 0.5px;  border-radius: 35px; display:flex; align-items: center; justify-content: center; text-transform:uppercase; }
.linkedin-btn:hover { background:transparent; border: 1px solid #145245; color:#145245;  }
.linkedin-btn:focus { background: #145245; border: 1px solid #145245; color:#fff; }
.linkedin-btn .fa { margin:0px 10px 0px 0px; font-size:20px; }
.form-details { max-width:500px; width:100%; margin:80px auto 0px; }
.form-control {  font-size:15px; width:100%; border:none; padding:0px; color:#808080;  }
.form-control:focus { box-shadow:none; border:none; }
.form-control-box .fa { margin:0px 10px 0px 0px; font-size:20px; color:#145245;  }
.form-control-box { background: #FFFFFF; border: 1px solid #E4E4E4; border-radius:6px; max-width:100%; width:100%; height:50px; margin:0px auto 10px; padding:0px 0px 0px 15px; display:flex; align-items: center; justify-content: flex-start; position: relative; }
.form-message-box { background: #FFFFFF; border: 1px solid #E4E4E4; height:100px; resize:none; width: 100%; display: flex; flex-direction: column; margin:0px 0px 50px; padding:0px; }
.form-details .send-btn { width:100%; float:none; border-radius: 100px; margin:0px auto 0px; font-size: 18px; height:50px; }
.form-details .send-btn .fa { margin:0px 0px 0px 10px;}
.form-message-box .wpcf7-textarea { width:100% !important; height:97px !important; resize: none; font-size:15px; font-weight:300; color:#808080; padding:18px 0px 0px 20px; border:none; }
.form-details .fa-phone { margin:0px 13px 0px 0px; }
.form-details .fa-linkedin-square { margin:0px 12px 0px 0px; }


/* FOOTER SECTION CSS
--------------------------------------------------------------------------------------------------------------- */
.footer-bg { padding:80px 0px 80px; background:#faf8f9; }
.f-logo { margin:0px 0px 10px; display:block; }
.footer-bg p { font-size:15px; width:100%; max-width:78%; padding:0px 0px 10px; }
.footer-social { display:flex; justify-content: flex-start; flex-direction:row; font-size:20px; gap:20px; }
.footer-social a { color:#000; font-weight:800; }
.footer-social a:hover, .social-link:hover, .footer-links li a:hover { color:#145245; }
.footer-bg h6 { font-family:'Open Sans', sans-serif; text-transform:uppercase; font-size:15px; font-weight:700; padding:15px 0px 25px; color:#145245; } 
.social-link { display:block; font-size: 15px; padding:0px 0px 15px; width:100%; color:#000; font-weight:500; }
.social-link .fa { color:#145245; font-size:17px; vertical-align: top;  }
.social-link .fa-phone { margin:3px 15px 0px 0px; }
.social-link .fa-envelope { margin:2px 13px 0px -2px; }
.social-link .fa-map-marker { margin:1px 15px 0px 1px; font-size: 21px; }
.footer-links { margin:0px; padding:0px; list-style-type: none; grid-template-columns: repeat(2, 1fr); display: grid; }
.footer-links li { display:block; font-size: 15px; padding:0px 0px 12px; color:#000; font-weight:500; }
.footer-links li a { color:#000; font-weight:500; }
.newsletter-group { width:100%; max-width:250px; height:46px; border:1px solid #e2e3e5; border-radius:4px; margin:10px 0px 0px;  }
.newsletter-group .form-control { border:none; padding:0px 0px 0px 15px; float:left; font-size:15px; height:44px; width:83%; }
.newsletter-group .submit-btn { margin: 0px 0px 0px 1px; float:left; width:41px; height:45px; display:flex; justify-content: center; align-items: center; color:#fff; background:#145245; border-radius:0px 4px 4px 0px; font-size:16px; }
.newsletter-group .submit-btn:hover {background:#000;}
.newsletter-group .form-control:focus { box-shadow:none; border:none; }
.footer-bg .newsletter p { max-width:88%; padding:0px 0px 13px; line-height: 1.7; }
.copyright-bg { padding:8px 0px 8px; background:#0c3e3f; }
.copyright-text { font-size:13px; color:#fff;  }

/* SPRITES
--------------------------------------------------------------------------------------------------------------- */
.reel-icon { background:url("../img/reel-icon.png") no-repeat 0px 0px; width:20px; height: 20px; display:flex; justify-content: center; align-items: center; margin:0px 10px 0px 0px;  }
a:hover .reel-icon { background:url("../img/reel-icon-hv.png") no-repeat 0px 0px; }
.quote-icon { background:url("../img/quote-icon.png") no-repeat 0px 0px; width:21px; height:18px; float:left; margin:0px 0px 18px 0px; }

/* NEW SLIDER MENU
--------------------------------------------------------------------------------------------------------------- */
.overlayright { z-index:999; position: fixed; right:0; top:0; margin-right:-320px; height:100%;  transition:margin-right .2s ease-in;  -moz-transition:margin-right .2s ease-in; -webkit-transition:margin-right .2s ease-in; }
.overlayright.active { margin-right: 0; overflow-y: scroll; }
.slider-menu { background:#000; width:320px; padding:15px 0px 0px; }

.menu-accordion { margin:16px 0px 0px;  }
.menu-accordion ul { padding: 0px; list-style-type: none; }
.menu-accordion ul li { font-size:16px; }
.menu-accordion ul li a { color: #fff; float: left; width: 100%;  padding:10px 15px; border-bottom: 1px solid #141414;  }
.menu-accordion ul li a:hover { color:#f3444b; }
.menu-accordion .fa-chevron-down { float: right; font-size: 11px; margin: 7px 0px 0px; }
.menu-accordion ul li:hover .dropdown-menu { display:block; position: relative; background: none; border-radius: 0px; border: none; }
.menu-accordion ul li .dropdown-menu li .dropdown-menu { display: none; }
.menu-accordion ul li .dropdown-menu li:hover .dropdown-menu { display: block; }
.menu-accordion ul li .dropdown-menu li .dropdown-menu li .dropdown-menu { display: none; }
.menu-accordion ul li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu { display: block; }
.menu-accordion ul li .dropdown-menu li a { padding: 7px 15px 7px 30px; }
.menu-accordion ul li .dropdown-menu li .dropdown-menu li a { padding: 7px 15px 7px 50px; }
.menu-accordion ul li .dropdown-menu li .dropdown-menu li .dropdown-menu li a { padding-left: 70px; }

.popup-close-icon { background:url(../img/close-icon.svg) no-repeat 0px 0px; width:14px; height:14px; display:block; margin:0px 15px 0px 0px; }
.mob-menu-bg { width:100%; text-align: right; }



/* IE hack code ----------- */
@media screen\0 {

}

@media only screen and (min-width:1651px){ 
	
}

@media only screen and (max-width:1650px){ 
	
}

@media only screen and (max-width:1199px){ 
	
	/*HOME PAGE CSS*/
	.header-bg { padding: 10px 20px 10px 0px; }
	.header-btn { margin: 11px 14px 0px 0px; float: none; display: inline-block; vertical-align: top; }
	.menu-icon .fa-bars { color: #145245; font-size: 24px; margin: 13px 0px 0px 0px;  }
	.menu-icon { margin: 8px 0px 0px 6px; display: inline-block; }
	.banner-left-pad { padding-left:30px; }
	.service-card h3, .card-text, .card-text p { font-size: 16px; }
	.service-card { margin: 10px auto 20px; }
	.clients-testimonials h2 span { font-size: 39px; display: block; }
	.counter-green-bg .row > div:not(:last-child) .counter-item::after { content:none; }
	.divi-line { margin: 10px 0px 20px; }
	
	/*INNER PAGES CSS*/
	.portfolio-recent-work .divi-line { margin: 0px auto 20px; }
	.news-page .row { margin-left:-15px; margin-right:-15px; }
	.news-page .col-12 { padding-left:15px; padding-right:15px; }
	
}

@media only screen and (min-width:768px) and (max-width:1024px){
	
	/*HOME PAGE CSS*/
	.banner h1 { line-height: 1.15; }
	
	
	
	
}

@media only screen and (min-width:992px) and (max-width:1024px){
	
	/*INNER PAGES CSS*/
	.inner-banner { background-position:75% center !important;   }
}	

@media only screen and (min-width:768px) and (max-width:991px){
	
	/*HOME PAGE CSS*/
	.clients-testimonials .slick-prev { left:42%; bottom:-40px; }
	.clients-testimonials .slick-next { left:51%; bottom:-40px; }
	.recent-work-bg { padding: 80px 0px 50px; }
	.card-text { height:100px; }
	.testimonial-title-top { padding:0px 0px 40px; }
	
	/*INNER PAGES CSS*/
	.portfolio-recent-work.recent-work-bg .col-lg-2 { max-width: 50%; }
	
}
@media only screen and (max-width:991px){
	
	/*HOME PAGE CSS*/
	.counter-green-bg { padding:20px 0px 25px; }
	.counter-item { display:block; text-align:center; margin:10px 0px 25px; }
	.counter-text { float:none; margin:0px 0px 10px; font-size: 16px; }
	.counter-icon { height:50px; }
	.clients-testimonials h2 { line-height: 1.5; }
	.clients-testimonials .slick-prev, .clients-testimonials .slick-next { z-index: 1; }
	.bg-left-img, .bg-right-img { display:none; }
	.clients-testimonials { padding: 0px 0px 40px; }
	.footer-social { margin:0px 0px 40px; }
	
	/*INNER PAGES CSS*/
	.inner-banner { height:150px; background-position:75% center !important;   }
	.about-content { padding:40px 0px 30px; }
	.news-box { margin: 0px 0px 30px;}
	

}

@media only screen and (max-width:767px){
	
	/*HOME PAGE CSS*/
	.header-btn { display:none; }
	.header-bg { padding: 10px 0px 10px 0px; }
	.banner-content, .banner-img { height:450px; }
	.banner-content .btn { max-width:165px; font-size:12px; margin:0px 10px 0px 0px; }
	.banner-content .btn.watch-btn { margin:0px; }
	.testimonial-title-top { padding:0px 0px 40px; text-align:center; }
	.recent-work-bg { padding: 80px 0px 50px; }
	.recent-work-bg .col-lg-2 { max-width: max-content; float:none; margin:0px auto 20px; }
	.btn.portfolio-btn { float:none !important; margin:0px auto 0px;  }
	.clients-testimonials .slick-prev { left:35%; bottom:-40px; }
	.clients-testimonials .slick-next { left:55%; bottom:-40px; }
	.footer-bg { padding:40px 0px 40px; }
	.footer-links, .footer-call-links { margin:0px 0px 30px; }
	.recent-work-bg h2 { margin-bottom: 25px; }
	
	/*INNER PAGES CSS*/
	.inner-recent-work { padding: 0px 0px 30px; }
	.gallery-card {width: 280px;}
	.portfolio-recent-work.recent-work-bg h2 { margin-bottom:10px; }
	
	
	
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) and (orientation: portrait), screen and (max-device-width: 320px) and (orientation: portrait) { 
 
	
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) and (orientation: landscape), screen and (max-device-width: 320px) and (orientation: landscape) { 
	
}

@media only screen and (max-width:320px){
	
}

