 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');

:root {
    --facebook: #3C5B9B;
    --twitter: #fff;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --whatsapp: #00cf4d;
    --logoColor: #6b2600;
    --blackColor: #040003;
    --darkGreyColor: #333;
    --whiteColor: #fff;
    --gradient: linear-gradient(to left, #6b2600, #da8b15);
    --gradientDeg: linear-gradient(0deg, #cc2725 0%, #cc2725 35%);
    --paragraphFonts: 'Montserrat', sans-serif;
    --titleFonts: 'Montserrat', sans-serif;
}

body {
    background: var(--whiteColor);
    color: var(--darkGreyColor);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6{font-family: 'Montserrat', sans-serif;color:#0c0c0c;margin:0 0 20px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{color:#0c0c0c;}
p a{color:#363636; width: auto; display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 16px;}
p a:hover{text-decoration:underline;outline:none;}
p{letter-spacing:normal;margin-bottom:10px;line-height:24px;font-size:15px;color:#363636; font-family: 'Open Sans', sans-serif;}
a{color:#7f7f7f;text-decoration:none;outline:none;display:block;}
a:hover,
a:focus,
a:active{outline:none;text-decoration:none;}
img{max-width:100%;height: auto;}
iframe{border:0;width:100%;}
blockquote{padding:0;border:0;}
label{color:#e91111;display:block;font-weight:400;margin:0;}
textarea{border-radius:0!important;background:#fff;height:100px !important;}
select{border-radius:0!important;background:#fff;border:1px solid #ccc;height:40px !important;line-height:40px !important;box-shadow:none;padding:0 10px !important;box-sizing:border-box;}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
input{border:1px solid #ccc;height:40px;border-radius:0;background:#fff;line-height:40px;box-shadow:none;padding:0 10px;box-sizing:border-box;}
input[type="file"]{ width: 100%; padding: 0px; font-size: 12px; margin: 0;}
.form-group{position:relative;}
.form-control::-moz-placeholder{color:#555;}
.form-control:focus::-moz-placeholder{color:#fba71a;}
.form-control:focus{border-color:#fba71a;}
h2{font-size:26px;font-weight:bold;}
h3{font-size:20px;margin:0 0 30px;font-weight:bold;overflow:hidden;}
h3 span{padding:0 10px 0 0;position:relative;}
h4{font-size:16px;font-weight:bold;margin:0;text-transform:capitalize;padding:15px 0;color:#333;}
h5{text-transform:capitalize;}
.btn{padding:0 15px;text-transform:capitalize;font-weight:bold;line-height:35px;text-align:center;border:1px solid transparent;border-radius:0;font-size:12px;color:#fff;}
.btn:hover{color:#fff;}
.btn i{margin:0 8px 0 0;}
.btn.blank{border-color:rgba(255, 255, 255, 0.5);}
.btn.blank:hover{background:#fff;}
.full-width{width:100%;}
.btn.gary-btn{background:#f8f8f8;color:#363636;}
.btn.red-btn:hover{background:#f8f8f8;color:#363636;}
.btn.dark{background:#333;}
.btn.black-btn{background:#000;color:#fff;}
.blue-btn{background:#1c72ce;text-transform:capitalize;font-size:15px;border-radius:3px;}
.btn.lg{height:50px;line-height:47px;font-size:14px;min-width:160px;}
.social-icons{margin:0;padding:0;list-style:none;}
.social-icons li{float:left;margin:0 0 0 8px;}
.social-icons li:first-child{margin:0;}
.social-icons li a{font-size:16px;}
.facebook{color:#3c5899;}
.twitter{color:#5ea9dd;}
.youtube{color:#ee1c1b;}
.pinterest{color:#ee1c1b;}
.linkedin{color:#0077B5;}
.instagram{color:#fd5949;}
.btn-list{margin:0;padding:0;list-style:none;}
.btn-list li{float:left;margin:0 0 0 20px;}
.btn-list li:first-child{margin:0;}

/* Header*/
  /* Header*/ 
.bg-orange{background-color: #6d2600;}
.text-blue{color:#6d2600}
.header {  width: 100%; position: absolute; top: 0; left: 0; z-index: 999; padding: 0; } 
.topbar {
    width: 100%;
    margin: 0; 
    padding: 5px 0px 5px;
    background: #000000bf;
    } 
    .call-now .con-bx span a:hover { 
    color: #ffffff; 
}
.navigation .menu .instagram1 a.readmore-button:hover {
    color: #fff; 
    background: #6d2600;
}
.navigation .menu .instagram1 a.readmore-button:hover svg{ color: #fff; }
.top_right {  width: 100%; display: flex; justify-content: flex-start; align-items: center; margin: 0; } 
.search { max-width: 400px; width: 100%; margin: 0 0px; padding: 0; position: relative; margin-left: auto; } 
.search_btn {      position: absolute;
    top: 3px;
    right: 2px;
    padding: 0 20px;
    line-height: 31px;
    background: #6d2600;
    color: #2d2d2d;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px 40px 40px 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center; } 
.search_btn:hover { background: #3e3e3e; color: #6d2600; } 
.phone_call { display: inline-block; list-style: none;padding: 0 } 
.phone_call a { color: #6d2600; text-decoration: none; font-size: 15px; font-weight: 600; } 
.phone_call a svg { width: 24px; height: 24px; margin-right: 3px; vertical-align: middle } 
.phone_call a:hover { color: #6d2600} 
.navbar .phone_call { margin: 10px 0; } 
.navbar .phone_call a { color: #fff; } 
.navbar .phone_call a:hover, .navbar .phone_call a:focus { color: #eadd89; } 
ul.social {  margin: 0; padding: 0; } 
.top_right ul.social {  margin: 0; list-style: none; padding: 0px; width: auto; display: flex
    ;
        align-items: center;} 
header ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    border: 0px solid #ffffff;
    background: #fff !important;
}

ul.social li { margin: 0px; display: inline-block; } 
ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 35px; height: 35px; border-radius: 100%; display: flex; align-items: center; justify-content: center;     color: #262b2f;
    background: #ffffff;} 
ul.social li a svg { color: #262b2f; width: 15px; height: 15px; margin: 0; padding: 0; } 
ul.social li.facebook a { background: #3C5B9B; } 
ul.social li.twitter a { background: #000000 } 
ul.social li.linkedin a { background: #027ba5; } 
ul.social li.youtube a { background: #f70000; } 
ul.social li.instagram a { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); } 
.menubar {
    width: 100%;
    position: relative;
    background-color:#ffffffd6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;
    } 
/* .menubar .container { background: #fff; border-radius: 0px 0px 12px 12px; position: relative;    width: 94%;     max-width: 94%;}  */
.topbar .list-style-none li a { color: #fff;    letter-spacing: 0px; font-size: 15px;    font-weight: 500; } 
/* .menubar .container:before { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='77px' height='77px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M49 947 c-38 -29 -49 -88 -28 -144 6 -15 88 -163 182 -327 116 -202 189 -318 224 -356 53 -57 153 -120 192 -120 l21 0 0 480 0 480 -287 0 c-211 -1 -292 -4 -304 -13z'/></g></svg>"); position: absolute; left: -51px; z-index: -1; top: 0px; } 
.menubar .container:after { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='77px' height='77px' viewBox='0 0 64.000000 96.000000' preserveAspectRatio='xMidYMid meet'><g transform='translate(0.000000,96.000000) scale(0.100000,-0.100000)' fill='white' stroke='none'><path d='M0 480 l0 -480 21 0 c39 0 139 63 192 120 35 38 108 154 224 356 94 164 176 312 182 327 21 56 10 115 -28 144 -12 9 -93 12 -303 13 l-288 0 0 -480z'/></g></svg>"); position: absolute; right: -51px; z-index: -1; top: 0px; }  */
.menubar.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; background: #fff; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } to { opacity: 1; transform: none } } 
.menubar .logo { padding: 0px; display: flex; height: 100%; align-items: center; } 
.navigation .nav-header { display: none; padding: 12px 20px } 
.call-now { display: flex; align-items: center; transition: all 0.3s linear; } 
.call-now .img-bx {width: 30px;height: 30px;margin-right: 10px;background: #fff0;display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: all 0.3s ease;border: 1px dashed #fff;} 
.call-now:hover .img-bx { border-style: solid; transform: scale(1.05); } 
.call-now .img-bx svg {height: 16px;width: 16px;color: #fff;} 
.call-now .con-bx { text-align: left; } 
.call-now .con-bx span {
      font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;margin-right: 10px;
    } 
    .topbar p.mb-0.ms-2.text-white {
    font-size: 14px;
}
.call-now .con-bx span a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1px;
    display: inline;
}
ul.social1.m-0.d-flex.list-style-none.align-items-center.justify-content-between { width: 100%; height: 100%; } 
.navigation .navbar button { float: right; width: 40px; height: 40px; background: transparent; border: 0; outline: 0; color: #fff; font-size: 25px; border-radius: 0; text-align: center; line-height: 40px; position: relative; z-index: 99; padding: 5px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } 
.navigation .navbar button span { display: block; position: absolute; height: 3px; width: 70%; background: #164178; border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 
/* .navigation .navbar button span:nth-child(1) { top: 8px; } 
.navigation .navbar button span:nth-child(2), .navigation .navbar button span:nth-child(3) { top: 18px; } 
.navigation .navbar button span:nth-child(4) { top: 28px; } 
.navigation .navbar button.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 
.navigation .navbar button.open span:nth-child(2) { transform: rotate(45deg); } 
.navigation .navbar button.open span:nth-child(3) { transform: rotate(-45deg); } 
.navigation .navbar button.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }  */
.navigation .menu { display: block } 
.navigation .menu ul {  width: 100%; margin: 0; padding: 0; text-align: right; display: flex; position: relative; justify-content: end;    padding-left: 0px; } 
.navigation .menu ul li { display: inline-block; position: relative } 
.navigation .menu ul li a {    padding: 27px 14px;
    display: block;
    color: #240d00;
    transition: all 0.3s ease;
    font-size: 15px;
    background: transparent;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;} 
.navigation .menu ul li.active a, .navigation .menu ul li:hover a {color:#00823f;background: transparent;} 
.navigation .menu ul li ul.cs-dropdown { top: 100%; left: 0; text-align: left; border: 0; } 
.navigation .menu ul li ul.cs-dropdown li:last-child { border: 0 } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown { left: 100%; margin-top:-43px } 
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown { left: -100%; margin-top: -31px } 
.navigation .menu ul li ul.cs-dropdown { position: absolute; width: 250px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; transition: all .3s ease } 
.navigation .menu ul li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; transition: all .3s ease; } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 
.navigation .menu ul li ul.cs-dropdown li { display: block; padding: 0; border-bottom: 1px solid #eee; width: 100% } 
.navigation .menu ul li ul.cs-dropdown li:last-child a { border-bottom: 0 } 
.navigation .menu ul li ul.cs-dropdown li:last-child a:after { display: none } 
.navigation .menu ul li ul.cs-dropdown li a:hover { color: #fff; background: #6d2600; } 
.navigation .menu ul li ul.cs-dropdown li:hover a { color: #fff; background: #6d2600} 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { background: #fff; color: #333 } 
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fff; background: #6d2600; } 
.navigation .menu ul li ul.cs-dropdown li a {       color: #3c3c3c;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    background: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
    letter-spacing: 0px;} 
.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: #240d00; } 
.navigation ul li.cs-submenu a button svg { width: 16px; height: 16px; } 
.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); color: #6d2600; } 
.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: #242424 } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: #333; } 
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg { color: #fff; } 
.navigation .navbar { display: none; padding: 12px 0; margin: 0 } 
.menubar .logo img { width: 193px; max-width: 193px; } 
.hidden-lg{display: none !important;} 
.list-style-none li{list-style: none;} 
/* .navigation .menu ul li:nth-child(4) ul.cs-dropdown{width: 650px;border: 1px solid #eee;} 
.navigation .menu ul li:nth-child(4) ul.cs-dropdown li { width: 50%;  margin: 0px 0px; border-left: 1px solid #eee; } 
.navigation .menu ul li:nth-child(10) ul.cs-dropdown {left: -95%;}  */
header .btn-primary {
    color: #fff;
    background-color: #6d2600;
    border-color: #6d2600;
    border-radius: 21px;
    padding: 0px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0px;
    line-height: 24px;
    text-transform: uppercase;
}
.navigation .menu .instagram1 {
    width: 170px;
}
.navigation .menu .instagram1 button.btn.fw-bold {
    color: #6d2600;
    font-family: "Afacad Flux", sans-serif;
    font-size: 20px;
    font-weight: 700 !important;
}
/* .skewed-header {
      position: absolute;
      height: 55px;
      background-color: #6d2600;
      color: #000000;
      display: flex;
      align-items: center;
      padding-left: 0px;
      clip-path: polygon(7% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%);
      right: 0px;
      width: 40%;
      top: 0px;
      z-index: 0;
    } */
.topbar .d-flex.justify-content-end {
    position: relative;
    z-index: 1;
}
.readmore-button, .readmore-button-bl {
    border-radius: 35px;
    background-color: #6d2600;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    z-index: 1;
}
    @media (min-width: 1024px) {
        .navigation .menu ul li ul.cs-dropdown{width:900px;left:-200%;}
         .navigation .menu ul li ul.cs-dropdown li{width: 33%;float: left;}
         .navigation .menu ul li ul.cs-dropdown li { 
    border-left: 1px solid #eee;
}
      /* .skewed-header {
        height: 51px;
        padding-left: 30px;
      } */
    }
  

.main_s_banner { position: relative;
    background: url(../images/slider-2.jpg) no-repeat scroll center center;
    background-size: cover;
}
.main_s_banner video{width: 100%; height: 100%;}
.main_s_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:black;
    opacity: 0.5;
    z-index: 1;
}

.main_slider_area .book_table_area {
    margin: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 20;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.main_slider_area .book_table_area .book_single_one {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .60px;
    display: inline-block;
    position: relative;
    z-index: 22;
    margin-bottom: 15px;
}
.main_slider_area .book_table_area .book_single_one:before {
    content: "";
    width: 52px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -72px;
    bottom: 10px;
    opacity: 1;
    z-index: 22;
}
.main_slider_area .book_table_area .book_single_one:after {
    content: "";
    width: 52px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -72px;
    bottom: 10px;
    opacity: 1;
    z-index: 22;
}
.main_slider_area .book_table_area .book_single_text {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 65px;
}
.book_table_inner {
    background: #f5f5f5;
    -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
    clear: both;
    padding: 35px 32px 35px 32px;
    margin-top: -25px !important;
    z-index: 20;
    position: relative;
}
.book_table_inner .form-group{margin-bottom: 0;}
.book_table_inner .col20{width: 20%;}
.book_table_inner .col15{width: 15%;}
.main_slider_area .book_table_area .book_table_inner {
    margin-top: 0px !important;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid #524e54;
}
.book_table_inner .col20 .input-group-addon {
    background: #fff;
    border-radius: 0;
    border: 1px solid #fff;
	border-left:0;
    border-left: 0;
}
.main_slider_area .book_table_area .book_table_inner form select{float: left;
background: url(../images/angle-down.png) no-repeat 90% 50%
#f5f5f5;
border: 1px #dedede solid;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* 
.datepicker{border-radius:0 !important;padding-top:0 !important;border-color:#fba71a !important;box-shadow:none;color:#333;}
.datepicker-dropdown.datepicker-orient-bottom:before{border-top-color:#fba71a !important;}
.datepicker-days{border-radius:0 !important;box-shadow:none!important;}
.datepicker table tr td,
.datepicker table tr th{border-radius:0;padding:3px 9px;}
.datepicker table tr th.dow{background:#fba71a;color:#fff;}
.datepicker table tr td:hover{background:#fba71a;}
.datepicker table tr td.active.active{background:#fba71a;}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused{background:#fba71a;cursor:pointer;color:#fff;}

.book_now{padding: 8px 0; width: 100%; background:#6d2600; color: #fff; font-size: 16px; border:1px solid#6d2600;}
.book_now:hover,.book_now:focus{background: transparent; color:#6d2600; border-color:#6d2600;} */
.introduction_area.intro_area2 {float: left; width: 100%; padding-bottom: 70px; padding-top: 70px; background: #fff;}
.introduction_area.intro_area2 .introduction_inner .introduction_img{ display: inline-block;
    position: relative;
    width: 100%;
}
.introduction_area.intro_area2 .introduction_inner .introduction_img img {
    max-width: 100%;
}
.introduction_area.intro_area2 .introduction_inner .introduction_img img + img {
    position: absolute;
    right: 35px;
    bottom: 0px;
}
 .scrollbar-width {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 10px;    padding-right: 15px;
}
 .scrollbar-width2 {
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 10px;    padding-right: 15px;
}
.call-now .con-bx span a:hover { 
    color: #a2ffca;}
    header ul.social li a:hover { 
    background: #c8ffe1 !important;
}
.intro_title h1, .intro_title1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #6d2600;
    letter-spacing: 0px;
    position: relative;    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;margin-bottom: 10px;
}
.intro_title h2, .intro_title h3, .cmTitle, .intro_title h4{
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    color: #242424;
    letter-spacing: 0px;text-align: left;
    position: relative;padding: 0px;
    margin: 10px 0px;font-family: 'Montserrat', sans-serif;
}
.intro_title ul {
    padding: 0px;
    margin: 0px 0px 15px;
}
.intro_title ul li {
    list-style: circle;
    margin-left: 18px;
    margin-bottom: 8px;
}
.intro_title p {
    text-align: justify;
}
 .intro_title h1:before,  .intro_title1:before {
    content: "";
    background: #242424;
    width: 70px;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
 .intro_title h1 span {
    color: #242424;
}
.intro_title .scrollbar-width {
    max-height: 315px;
    overflow-y: auto;
    margin-bottom: 21px;
    padding-right: 15px;
}
.introduction_inner .introduction_left_text p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #444;
    letter-spacing: .225px;
}
.introduction_inner .introduction_left_text h4 {
    font-size: 18px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: .54px;
}
.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area{margin-top: 30px;}
.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item {
    text-align: center;
    position: relative;
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item:before {
    content: "";
    height: 84px;
    background: #d7d7d7;
    width: 1px;
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .intro_box_item h4 {
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 18px;
}
.western_resort{float:left; width: 100%; padding: 0; margin: 0; background: #00883e14;}
.p0{padding: 0;}
.img-wrap  {
	position:relative;
	width:100%;
	display:block;
}
.img-wrap img {
	width:100%;
	height: auto;
	display:block;
}
.western_resort_content{position: relative; height: auto;    aspect-ratio: 115 / 67; text-align: center; color: #333; font-size: 16px; line-height: 24px;}
.western_resort_content .center_box{position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%,-50%); max-height: 100%; width: 100%; padding: 0 60px;}
.western_resort_content .center_box .title3{    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #00883e;
    letter-spacing: 0px;
    position: relative;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 10px;}
.western_resort_content .center_box p{ margin-bottom: 20px;}
.western_resort_content .center_box .facilities_btn{padding: 8px 30px; background: #6d2600; color: #333; font-size: 16px; display: inline-block; border: 1px solid #6d2600; font-weight: 100;}
.western_resort_content .center_box .facilities_btn:hover, .western_resort_content .center_box .facilities_btn:focus{background: transparent; color: #6d2600; border-color: #6d2600;}
.text-element-over {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,.9);
    padding: 14px 6px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    z-index: 10;
}
.resort_feature{float: left;
    width: 100%;
    padding: 20px 15px;
    margin: 0;
    background-color: #6d26001c;}
.services-wrap {
	overflow: hidden;
}
.services-wrap img{
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.services-wrap:hover img{
	transform: rotate(-2deg) scale(1.1);
}
.services-text-over {
    position: relative;
    top: 70%;
    left: 50%;
    z-index: 3;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: rgb(43 43 43);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-align: center;
    width: 100%;
    line-height: 21px;
}

.services-box {
	position: relative;
	width: 100%;
	display: block;
}
.services-box img{
	width: 36px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.popular_packages{float: left; width: 100%; margin: 0; padding: 50px 0; background:#ffffff;}
.single-service-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 95%;
    margin: 10px auto;
    border: 1px solid #efe7e3;
    border-radius: 10px;
}
.single-service-item .img-holder .image01{position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    background: #fff;
    aspect-ratio: 1;}
.single-service-item .img-holder .image01 img{ position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%,-50%); width: auto; max-height: 100%;}
/* .single-service-item .img-holder .content {} */
.single-service-item .text-holder {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    padding: 0px 15px 0;
    transform: translate3d(0px, -110%, 0px);   
    transition: all 500ms ease;
    transition-delay: 0.5s;    border-radius: 10px;
}
.single-service-item:hover .text-holder{
    transition: all 500ms ease;
    transform: translate3d(0px, 0%, 0px);    
}
.single-service-item .text-holder .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-service-item .text-holder .inner .inner-content {
    display: table-cell;
    vertical-align: middle;
}
.single-service-item .text-holder .icon-box span:before {
    color: #2acb35;
    font-size: 45px;
    line-height: 45px;
}
.single-service-item .text-holder h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 12px;
}
.single-service-item .text-holder p{
    margin: 0;
}
.single-service-item .text-holder a {
    margin-top: 15px;
}

.single-service-item .text-holder-1 {
       padding-top: 3px;
    padding-bottom: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    transform: translate3d(0px, 0%, 0px);
    transition: all 500ms ease;
    transition-delay: 0.5s;
    border-radius: 5px;
}
.single-service-item .text-holder-1 .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-service-item .text-holder-1 .inner .inner-content {
    display: table-cell;
    vertical-align: middle;
}
.single-service-item:hover .text-holder-1{
    transition: all 500ms ease;
    transform: translate3d(0px, 145%, 0px);
}
.single-service-item .text-holder-1 .icon-box span:before {
    color: #2acb35;
    font-size: 45px;
    line-height: 45px;
}
.single-service-item .text-holder-1 h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 12px;
}

/* .read_more{position:relative;padding:10px 25px 10px 25px;background:#fba71a;z-index:1;overflow:hidden;display:inline-block;font-weight:700;text-transform:uppercase;font-size:13px;line-height:21px;color:#fff;box-shadow:0px 16px 35px 0px rgba(0, 0, 0, 0.2);transition:all 0.3s;margin-top:20px; border: 1px solid#6d2600}
.read_more:hover{color:#fba71a; background: transparent; border-color:#6d2600;} */

/* Featured Services */
.webpulse_home_featured{float:left;width:100%;margin:0;padding:50px 0;background:#f0f0f0;}
.products_heading{    float: none;
    text-align: center; 
    margin: auto;
    display: flow-root;
    margin-bottom: 10px;}
/* .products_heading h2{font-size:30px;line-height:30px;display:inline-block;text-transform:capitalize;margin:0;font-weight:600;} */
.separator{line-height:0.5;text-align:center;margin:0px 0 20px 0;}
.separator span{display:inline-block;position:relative;}
.separatorss span:before,
.separatorss span:after{content:"";position:absolute;border-bottom:5px solid #00883e;top:0px;width:30px;}
.separator span:before{right:100%;}
.separator span:after{left:100%;}

.wps_featured{margin-bottom:0!important}
.wps_featured .slick-prev{display:none!important}
.wps_featured .slick-next{display:none!important}
.wps_featured{margin-bottom:0!important}
.wps_featured .slick-prev{left:-20px;z-index:50;top:48.5%;width:40px!important;height:40px!important;display:block!important;z-index:50}
.wps_featured .slick-next{right:-10px;z-index:50;top:50%;width:40px!important;height:40px!important;display:block!important;z-index:50}
.gallery_home{float: left; width: 100%; margin: 0; padding: 40px 0; background: #ffffff;}
.gallery_home h2{color: #fff;}
/* .gallery_home p{ text-align: center; max-width: 80%; margin: 0 auto; margin-bottom: 30px;} */
.gallery_home .results{margin-bottom: 20px;}
.gallery_home .item .gallery_item{
        background-color: rgb(235 246 240);
    margin-right: 15px;
    border: 1px solid #d6e9df;
    border-radius: 10px;
    overflow: hidden;
}
.gallery_home .item .item .gallery_item img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info h4, .gallery_item_info .title4{
    margin: 0;
    padding: 0;
    color: #2d2d2d;font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.gallery_item_info p {
    margin: 0;
    margin-top: 5px;
    color: #333;
    max-width: 100%;
}


.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hover_effect:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: #1dc1f8;
}

.hover_effect:hover {
    background: #00883e;
}

ul.social li a:hover{ 
    background: #c4ffde;
}
.hover_effect:after {
    content: "\f0c1";
}

.hover_effect:after {
    content: "\f00e";
}
.view_full_btn{padding: 10px 35px; background: #ffb600; color: #333; display: inline-block; font-size: 16px; border: 1px solid #ffb600;}
.view_full_btn:hover,.view_full_btn:focus{background: transparent; color: #ffb600; border-color: #ffb600;}
.home_blog{float:left;width:100%;margin:0;padding:50px 0;background:#f0f0f0;}

.home_blog .products_heading p{color: #333; max-width: 100%; margin: 0 auto 30px;}

/* .home_blog .events-full-box {
	margin-bottom: 50px;
}
.home_blog .events-full-box:last-child {
	margin-bottom: 0px;
} */
.home_blog .events-single-box {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	transition: all 0.3s ease-in-out;
    background: #fff;height: 100%;
}
.home_blog .events-single-box img {
	width: 100%;
	height: 100%;
}
.home_blog .events-single-box:hover {
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out;
}
.home_blog .events-single-box:hover .event-info h3, .news_section .events-single-box:hover a {
	transition: all 0.3s ease-in-out;
}
.home_blog .event-info {
	padding: 25px;
}
.home_blog .event-info .title3 {
	transition: all 0.3s ease-in-out;
	margin: 0;
    color: #ffb600;
    position: relative;
    height: 60px;
}
.home_blog .event-info .title3 span{position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%,-50%); width: 100%; max-height: 100%;}
.home_blog .event-info .title3 a{ color: #333; font-size: 18px; text-transform: capitalize;}
.home_blog .event-info:hover .title3 a{color: #ffb600;}
.home_blog .event-info .events-time span {
	color: #666666;
	font-size: 13px;
	margin-right: 12px;
}
.home_blog .event-info .events-time span .event-icon {
	padding-right: 2px;
}
.home_blog .event-info p {
	margin: 0;
	font-size: 15px;
	color: #333;
	padding-bottom: 15px;
}
.home_blog .event-info a {
	color: #ffb600;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}
.home_blog .event-info a .events-btn-icon {
	padding-left: 5px;
}



.reviews{ float: left; width: 100%;
	background: url(../images/reviewbg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	    padding: 89px 0 100px;
}
.reviews-style-1:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    bottom: 0;
    left: 0;
    background: rgba(19,35,47);
}

.reviews:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
/* .people h4{text-align: left; color: #fff;}
.people h2{text-align: left; color: #fff; text-transform: uppercase;}
.people h2 span{color: #ffb600;} */
.people p{    color: #fff;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;}
.view_more_btn{     position: relative;
    padding: 12px 25px;
    background: #6d2600;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 21px;
    color: #fff;    height: 45px;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 47%);
    transition: all 0.3s;}
    .view_more_btn:before, .view_more_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: #00883e;
    will-change: transform;
    transform: skew(-45deg) scaleX(0);
    transition: transform .3s ease-in-out;
}
.view_more_btn2{ background: #00883e;}
   .view_more_btn2:before, .view_more_btn2:after {
    background: #6d2600 !important;
}
.view_more_btn:before {
    right: 75%;
    margin-right: -1px;
    transform-origin: 0% 0%;
}

.view_more_btn:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    transform-origin: 100% 0%;
}

.view_more_btn:hover:before, .view_more_btn:hover:after {
    transform: skew(-45deg) scaleX(1.5);
}

.view_more_btn:hover {
    color: #fff;
}

button.view_more_btn {
    border: 0;
    margin: 0;
    border-radius: 4px;
}
.view_more_btn2{ background: #00883e;}
   .view_more_btn2:before, .view_more_btn2:after {
    background: #00883e;
}
/* .view_more_btn:hover,.view_more_btn:focus{background:transparent; color:#ffb600 ; border-color:#ffb600} */
.slider-item{
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 30px;
}
.slider-image{
	    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    background: #6d2600;
    border-radius: 100%;
    margin-right: 25px;
    font-size: 70px;
    font-weight: 900;
    color: #fff;
}
.slider-image img{
/*	border-radius: 50%;*/
}
.slider-content{
	padding-left: 25%;
}
.slider-content .title4{
	color: #00883e;
    font-size: 17px; text-transform: uppercase;
	margin-bottom: 5px;    font-family: 'Montserrat', sans-serif;
    padding: 0;
    text-align: left;
}
.slider-content span{
	text-transform: capitalize;
  color: #333;
}
.slider-quote{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

/*reviews-style-1*/

section.reviews.reviews-style-1{padding-bottom:100px; }

.reviews-style-1 .section-title{width: 100%; text-align: left;}

.reviews-style-1 .container{position: relative; z-index: 2;}

.reviews-style-1:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    bottom: 0;
    left: 0;
    background: rgba(19,35,47);
}

.reviews-style-1 .slider-item{padding: 45px 30px;}


/*review-style-2*/

.reviews-style-2 .slider-image{
  float: none;
  display: inline-block;
  padding: 0 0 15px;
}

.reviews-style-2  .slider-content{padding: 0;}
.home_explore{float:left;width:100%;margin:0;padding:50px 0;background:#fff;}
.explore{float: left; width: 100%; margin: 0; padding: 0; text-align: center; position: relative; height: 225px;  border: 1px solid #eee; transition: all ease-in-out 0.5s; box-shadow: 0 0 8px #ccc;}
.explore_box{position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%,-50%); width: 100%; max-height: 100%;  padding: 30px 20px;}
.explore:hover{
    transform: translateY(-5px);
    transition: all ease-in-out 0.5s;
}
.explore_icon i{
    font-size: 48px;
    color: #ffa801;
    margin-bottom: 10px;
}
.explore_box h4{
    margin: 0;
    color: #333;
    text-transform: inherit;
    font-size:20px;
    line-height: 30px;
    padding: 0;
}
.explore_box p{font-size: 14px; margin: 0;}
.widCOETitle{font: normal 10px Arial,Helvetica,sans-serif;
        font-weight: normal;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.12px;
    color: #000;
    padding-top: 5px;
    z-index: 3;
    position: relative;
}
.widCOEReadReviews {
    font: normal 10px Arial,Helvetica,sans-serif;
    text-align: center;
    letter-spacing: -.12px;
    color: 
    #069;
    padding-top: 1px;
    padding-bottom: 5px;
    z-index: 3;
    position: relative;
    text-decoration: underline;
}
.explore_box img {
    margin-top: -15px;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;}

/* Footer */
/* .web-pulse-india{float:left;width:100%;padding:40px 0px 20px; position: relative; background: url(../images/footer-image.jpg); background-size: 100%; background-position: center center;}
.web-pulse-india:before{position: absolute; top: 0; left: 0; content:''; background: rgba(0,0,0,0.8); width: 100%; height: 100%;}
.web-pulse-india h4{ float: left; width: 100%; font-size:18px;text-align:left;color:#fff;margin-bottom:20px; position: relative; padding: 0;}
.web-pulse-india h4:after{width: 5rem; content: ""; position: absolute;
    display: inline-block;
    border-top-style: solid;
    border-color: inherit; margin-top: 1.07143rem;
    border-top-width: 1px; left: 0; top: 100%;}

.web-pulse-india p{float: left; width: 100%;  color:#fff;}
.web-pulse-india p a{ float: left; color:#fba71a;}
.web-pulse-india p a:hover{color:#fff;}
.web-pulse-india p span{ float: left;}
.web-pulse-india h4 span{color:#fba71a;}
.footer-links{float:left;width:100%;margin:0;padding:0;}
.footer-links li{line-height:28px;list-style:none;color:#fff;font-size:14px;}
.footer-links a{color:#fff;text-transform:capitalize!important;}
.footer-links a:hover{color:#fba71a;} */
    
/***************footer ***************/
.webpule_quote {
    float: left;
    width: 100%;
    background: #00883e;
    display: block;
    overflow: hidden;
    padding: 20px 0px;
}
.banner-content .title4 {
    float: left;
    margin-bottom: 0;
    color: #6d2600;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
    font-weight: 700;
}
.banner-contact {
    float: right;
    display: flex;
    align-items: center;
}
.banner-contact a {
    color: #6d2600;
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}
.banner-contact span {
    color: #6d2600;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
}
.banner-contact a.banner-btn {
    color: #00883e;
}
footer ul {
    display: flow-root
}
footer ul.social li a:hover svg {fill: #333;
    color:  var(--logoColor);}
footer .mb-0.text-white2.fw-bold1.text-uppercase.title3.fs-20.lsp-5 {
    color:  var(--logoColor);
    font-weight: 700;
}
form#emailSubscribe input::placeholder{color:#fff;}
form#emailSubscribe {
    background: var(--primary-blue);
    padding: 2px !important;
}
footer .title3 {
     letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #50d08a;
}
ul.text-secondary li{list-style:none;}
ul.text-secondary li a{     color: #fff;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.w-48 {
    width: 48%;
}
ul.text-secondary.d-flow-root.w-100 li {
   width: 32%;
    float: left;
    margin-right: 1%;
}
.mt-02px {
    margin-top: 2px;
}

hr.border-white.bg-white {
    opacity: 0.2;
}
span.post-title.link-secondary2 {
    font-size: 15px;
    font-weight: 400;
    padding-left: 8px;
    font-family:   "Afacad Flux", sans-serif;
}
.post-title.link-secondary2 {
    display: flex
;
}
ul.text-secondary li a:hover {
    color: #75daa3;}
.post-title.link-secondary2 a.text-white1.link-secondary2 {
    padding-left: 10px;
}
.w-100.rounded-5.px-4.py-4.bg-sky.d-block.mb-5 {
    background: #ffffff;
    border-radius: 10px;
}

.bg-dark-green,
.btn-dark-green {
    background:  var(--logoColor) !important; 
    font-weight: 600;transition: all 0.5s ease;
}
.bg-dark-green:hover, .btn-dark-green:hover {
    background: var(--primary-blue) !important;}
.border-start1.border-end1.border-light-gray {
    border-left: 1px solid #ebebeb73;
    border-right: 1px solid #ebebeb73;
    padding: 0px 30px;
}
.footer {
    background: #333333;
}

footer .link-secondary2 {
    color:#fff;font-size: 15px;
}

footer a.link-secondary2:focus,
footer a.link-secondary2:hover {
    color: #64d178 !important;
}

.bg-black-transparent {
    background-color: #000000bf !important;
}
li.pb-1 a.link-secondary2.d-flex.align-items-start {
    font-size: 17px;
    font-weight: 400;letter-spacing: 0px;
}
.footer:after {
    content: "";
    background: #0000006e;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
}

.text-gray-light {
    color: #c7c7c7;
}

.text-muted {
    color: #181818 !important;
}

footer p.link-secondary21 {
    color: #999999;
}
footer ul{padding:0px;margin:0px;}
footer li.pb-1{list-style: none;}
li.pb-1 a {
    color: #fff;
    font-size: 17px;
}
.wps_copy{    float: left;
    width: 100%;
    background: #202020;
    line-height: 40px;
    color: #fff;
    padding: 14px 0px;}
.wps_copy a{ color: #fff;}
.wps_copy a:hover{ color: #4fd08a;}
.social-icons{float:left;overflow:hidden;margin:0;}
.social-icons li a{height:40px;width:40px;background:#e1e1e1;border-radius:3px;line-height:40px;text-align:center;font-size:16px;}
.social-icons li a:hover{color:#fff;}
.social-icon{padding:16px 20px;}
.social-icons .facebook:hover{background:#3c5899;}
.social-icons .twitter:hover{background:#5ea9dd;}
.social-icons .youtube:hover{background:#ee1c1b;}
.social-icons .pinterest:hover{background:#ee1c1b;}
.social-icons .linkedin:hover{background:#0077B5;}
.social-icons .instagram:hover{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
#web-pulse-scroll-up{position:fixed;z-index:8030;bottom:65px;right:30px;width:46px;height:46px;border-radius:50%;color:#fff;font-size:24px;line-height:42px;text-align:center;text-decoration:none;cursor:pointer;transition:all 0.25s;display:none;background:#00883e;}
#web-pulse-scroll-up:hover{background:#333;}
.web-pulse-india address{float: left; width: 100%;}
.web-pulse-india address h6{font-size: 16px; color:#6d2600; margin: 0 0 10px; padding: 0; text-transform: capitalize; font-weight: 600;}
.popular_tag {margin: 0 0 20px; padding: 0; float: left; width: 100%;}
.popular_tag li{list-style: none; display: inline-block; margin-right: 5px; margin-bottom: 5px;}
.popular_tag li a{border: solid 1px rgba(255,255,255,0.5); display: inline-block; text-decoration: none; transition: all .3s ease; color: #fff; border-radius: 50px; padding: 4px 15px;}
.widget__newsletter-form{ float: left; width: 100%; margin: 0 0 15px; padding: 0; position: relative;}
.widget__newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #eee; border-radius: 20px;
    background: #222;
}
.widget__newsletter-form .btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    background:#6d2600; color: #fff;
    text-align: center;
}
.widget__newsletter-form .btn i{position: relative; font-size: 16px; margin: 0; top: 0; left: 0;}

/* Send Enquire */
.enquiry{position: fixed;z-index: 1000;bottom: 28px;left: 25px;height: 50px;color: #fff;font-size: 18px;text-align: center;text-decoration: none;cursor: pointer;}
.enquiry i{ float: left;z-index: 999;position: absolute;left: 0;width: 50px;height: 50px;border-radius: 50%;
color: #fff;font-size: 24px;line-height: 50px;text-align: center;text-decoration: none;cursor: pointer;background:#6d2600;transition: 0.5s; box-shadow: 0px 2px 6px rgba(0,0,0,0.4);}
.enquiry strong{ background: #333;color: #fff;padding: 10px 20px;border-radius: 0 30px 30px 0;height: 45px;float: left;font-size: 15px;margin-top: 3px;margin-left: 35px; box-shadow: 2px 2px 6px rgba(0,0,0,0.4);}
.enquiry i:hover{ color:#fff; background:#6d2600;}
.enquiry strong:hover{ color:#fba71a; background: #eee;}

/* Modal Form*/
.modal-content{border-radius: 0;}
.modal-header{ padding: 0 15px; background:#6d2600; color: #fff;}
.modal-header h4{ text-align: left; font-size: 18px; line-height: 18px; color: #fff;}
.close{float: right;font-size: 23px;font-weight: 600;line-height: 2;color: #fff;text-shadow: 0 1px 0 #fff;    opacity: .7;}
.close:hover, .close:focus {color: #fff;text-decoration: none;cursor: pointer;opacity: .9;}
.send_p{font-size: 13px; line-height: 18px; text-align: center;}
.modal-body input[type="text"], .modal-body select,
.modal-body input[type="text"], .modal-body select, .modal-body input[type="number"], .modal-body input, textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 14px;
}
.modal-title { 
    font-size: 17px;
    font-weight: 700;
}
.modal-body textarea{padding: 5px 12px;
    border-radius: 5px !important;
    font-size: 14px;}
.modal-body select{ width: 100%;}
.pac-container { z-index: 100000; }
.g-recaptcha{transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0}
.modal_btn{width:auto; background:#333; padding: 8px 25px; border:none; color:#fff; font-size:14px; border-radius:4px; cursor: pointer;}
.modal_btn:hover,.modal_btn:focus{background:#6d2600; color: #fff;}


/* Inner Heading Banner*/
.heading_banner{ float: left; width:100%; position:relative;background-size:100%;padding: 150px 0 30px;margin:0;}
.heading_banner::before{position:absolute;display:block;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.7);top:0;left:0;z-index:0;content:'';}
.heading_banner h1{margin: 0 0 10px;text-transform: capitalize;font-size: 36px;font-weight: 600;color: #fff;
text-align: center;background: rgba(0, 0, 0, 0.5);display: inline-block;width: auto;padding: 10px 20px;}
.heading_banner h2{margin:0;letter-spacing:0px;text-transform:capitalize;font-size:18px;font-weight:normal;color:#eee;text-align:center;text-align: center;background: rgba(0, 0, 0, 0.5);display: inline-block;width: auto;padding: 10px 20px;}

.heading_banner .cat_title{    margin: 0 0 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 5px 20px;}
.heading_banner .cat_title2{margin:0;letter-spacing:0px;text-transform:capitalize;font-size:18px;font-weight:normal;color:#eee;text-align:center;text-align: center;background: rgba(0, 0, 0, 0.5);display: inline-block;width: auto;padding: 10px 20px;}


/* Breadcrumb*/
.inner_breadcrumb{ float: left; width: 100%; background:#fff;position:relative;margin:0;box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);}
.inner_breadcrumb .breadcrumb{background:none;border-radius:0;border:none;list-style:none;padding:0;float:left;display:inline-block;text-transform:capitalize;margin:0;}
.inner_breadcrumb .breadcrumb li{font-weight:bold;text-transform:uppercase;color:#666;float:left;display:inline-block;line-height:55px;}
.inner_breadcrumb .breadcrumb li a{float: left; padding:0;color:#666;letter-spacing:0.3px;}
.inner_breadcrumb .breadcrumb li:before{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;padding:0 14px;color:#fff;display:inline-block;}
.inner_breadcrumb .breadcrumb li.active{color:#fba71a;}
.inner_breadcrumb .breadcrumb li + li:before{content:"\f105";color:#fff;padding:0 14px;}
.inner_breadcrumb .breadcrumb li + li:before{ float: left; padding:20px 10px;color:#bfbfbf;}

/* About Us */
.about_page{float:left;width:100%;margin:0;padding:50px 0;background:#eee; position: relative;}
.left_sidebar{float: left; width: 100%; margin: 0 0 25px; padding: 0;}
.left_sidebar .left_title {float: left; width: 100%; padding: 8px 10px; margin: 0; line-height: 30px;background:#6d2600; font-size: 24px; color: #fff; font-weight: 600;}
.left_sidebar form{float: left; width: 100%;background: #fff; padding: 10px 10px 10px;}

.left_image{ float: left; width: 340px; margin:0px 15px 15px 0; text-align: center;}
.left_image .left_centered{width: 100%; position:relative;padding:0px;min-height:260px;overflow:hidden;  border: 1px solid #eee;}
.left_image .left_centered .image{width: 100%; text-align: center; overflow: hidden; position: relative; height: 260px; transition: transform .5s ease;}
.left_image .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; max-height: 100%;}
.left_image:hover .left_centered .image{transform: scale(1.1);}


.right_image1{ float: right; width: 340px; margin:0px 0px 15px 15px; text-align: center;}
.right_image1 .left_centered{width: 100%; position:relative;padding:0px;min-height:260px;overflow:hidden;  border: 1px solid #eee;}
.right_image1 .left_centered .image{width: 100%; text-align: center; overflow: hidden; position: relative; height: 260px; transition: transform .5s ease;}
.right_image1 .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; max-height: 100%;}
.right_image1:hover .left_centered .image{transform: scale(1.1);}


.client_satisfaction{ float: left; width: 200px; margin:0px 15px 15px 0; text-align: center;}
.client_satisfaction .client_centered{width: 100%; position:relative;padding:0px;min-height:200px;overflow:hidden;  border: 1px solid #eee;}
.client_satisfaction .client_centered .image{width: 100%; text-align: center; overflow: hidden; position: relative; height: 200px; transition: transform .5s ease;}
.client_satisfaction .client_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; max-height: 100%;}
.client_satisfaction:hover .client_centered .image{transform: scale(1.1);}



/* left menu */
/* .left_sidebar ul{ float: left; width: 100%; padding: 0; margin: 0;background:#333;}
.left_sidebar ul li{float:left;width:100%;padding:0;margin:0;border-bottom:1px solid #444; list-style: none;}
.left_sidebar ul li a{color:#FFF;text-transform:uppercase;padding:10px;font-weight:500; line-height:20px; font-size: 14px;}
.left_sidebar ul li a:hover,.left_sidebar ul li a:focus,.left_sidebar ul li a.active{background:#fba71a;color:#fff;}
.left_sidebar ul li ul{float:left;width:100%;margin:0;padding:0;background:#fff;}
.left_sidebar ul li ul li{border-bottom:1px dashed #CCC;list-style-type:none;position:relative;}
.left_sidebar ul li ul li a{display:block;font-weight:500;color:#000;text-align:left;font-size:12px;padding:4px 15px;text-decoration:none;text-transform:uppercase;line-height:24px;}
.left_sidebar ul li ul li a:hover,.left_sidebar ul li ul li a:focus,.left_sidebar ul li ul li a.active{background:#fba71a;color:#fff;}
.left_sidebar ul li ul li a i{float:right;line-height:24px;}
.left_sidebar ul li ul li ul{display:none;transition:all 2s;position:absolute;left:98%;top:0px;z-index:200;background:#fff;width:200px;box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.75);}
.left_sidebar ul li ul li:hover ul{display:block;transition:all 2s;}
.left_sidebar ul li ul li ul li a{display:block;font-weight:400;color:#333;text-align:left;font-size:13px;padding:4px 15px;text-decoration:none;text-transform:capitalize;line-height:24px;}
.left_sidebar ul li ul li ul li a:hover,.left_sidebar ul li ul li ul li a:focus,.left_sidebar ul li ul li ul li a.active{background:#fe0000;color:#fff;} */


/* fixed */
#sidebar {width: 274px;float:left;animation-delay: 5s;}
#sidebar.stick {position: fixed;top: 50px;z-index: 991; border-radius: 0 0 0.5em 0.5em;}



/* About Right*/
.right_side h1 {padding: 8px 10px; margin: 0 0 10px;line-height: 30px;background:#6d2600;font-size: 24px;color: #fff;font-weight: 600;}
.right_side h2 {padding:0px; margin: 20px 0 5px;line-height: 30px;font-size: 22px;color: #333;font-weight: 600;}
.right_side h3{padding:0px; margin: 10px 0 5px;line-height: 30px;font-size: 20px;color: #333;font-weight: 600;}
.wps_right{ 
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px;
    border: 0px solid #ccc;
    margin-bottom: 20px;
}
.right_side p{ line-height: 24px; margin-bottom: 10px; text-align: justify; font-size:15px; font-weight: normal}
.right_side .about_b{ float: left; width: 100%; overflow: hidden; height: 230px; margin-bottom:15px;}
.right_side .about_image{position:relative;padding:0px;text-align:center;min-height:230px;overflow:hidden; transition: all 0.4s ease-in-out; border: 1px solid #eee;}
.right_side .about_b:hover .about_image{transform: scale(1.1);}
.right_side .about_image img{ position: absolute; margin:auto; padding: 0; top:50%;left:50%; transform: translate(-50%, -50%); max-width: 100%; width: 100%; max-height: 100%;}
.right_side .factsheet .info h4{ font-size: 16px;}
.right_side .factsheet .info p{font-size: 13px;}
.right_side ul{ margin: 0 0 25px; padding: 0;}
.right_side ul li{ list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal;}
.right_side ul li::before {content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px;}


/* About Team*/
/* .team{float:left;width:100%;margin:0;padding:50px 0;background:#fff; position: relative;}
.team_box{ float: left; width: 100%; margin: 0 0 15px; padding: 0;}
.team_box .team_image{background:#fff;text-align: center;position: relative;overflow: hidden;height: 280px; border: 1px solid #ccc;}
.team_box .team_image img{max-width: 100%;position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);width: auto;max-height: 100%;}
.team_box .team_content{padding: 10px 15px;text-align: center;cursor: pointer;position: relative;border: 2px solid #ccc;margin: 3px 0 0;}
.team_box .team_content h4{color:#fba71a;margin: 0;padding: 0;font-size: 17px;}
.team_box .team_content p{letter-spacing: 0.3px; color: #333; margin: 0;}
 */




/*** About Page2  */
.about_page2{float:left;width:100%;margin:0;padding:50px 0;background:#fff; position: relative;}
.certified_area2 { float: left; width: 100%; padding: 0px 0px 50px;}
.certified-text{float: left; width: 100%; margin-bottom: 10px;}
.frame-text {
    font-size: 72px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    line-height: 100px;
    background:#6d2600;
    padding: 0px 15px;
    float: left;
    margin-right: 20px;
}
.certified-text h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: none;
    color: #333;
    text-align: left;
    padding: 0;
}
.certified-certi img {
    width: 50%;
    float: left;    
}
.certi-img-1 {
    padding-right: 10px;
}

.certi-img-2 {
    padding-left: 10px;
}
.certified-inner {
    margin-bottom: 25px;
}

.certified-inner p{font-size: 14px; line-height: 24px; margin-bottom: 35px;}
.certified-inner ul{margin: 0; padding: 0;}
.certified-inner ul li {
    color: #333;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 14px;
    list-style: none;
}
.certified-inner ul li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background:#6d2600;
    width: 8px;
    height: 8px;
}
.about_right2{float: right;
width: 550px;
margin: 0px 0 15px 15px;
text-align: center;}


.about_right2 iframe {
    width: 100%;
    height: 315px;
}

.webpule_quote { float: left; width: 100%;
    background:#6d2600;
    display: block;
    overflow: hidden;
    padding: 20px 0px;
}
.banner-contact {
    float: right;
}
.banner-contact span i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
        margin-top: 5px;
}
.banner-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}
.banner-btn {
    float: right;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background: #333;
    border-radius: 0px;
}
.banner-btn:hover,.banner-btn:focus{
    background: #617722;
    color:#fff;
}
.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    max-width: 600px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
}

/* Products Page */
.product_listing{float:left;width:100%;margin-bottom:15px;box-shadow:0px 3px 5px 0px rgba(210, 210, 210, 0.75);transition:all 0.35s ease-in-out;border-style:solid;border-width:1px 1px 0px 1px;border-color:#eee;}
.product_listing .product{width: 100%; position:relative;padding:0px;text-align:center;min-height:200px;overflow:hidden;border-right:1px solid #eee; display: block;}

.product_listing .product .image1{width: 100%;text-align: center;overflow: hidden;position: relative;height: 200px;transition: all 0.4s ease-in-out;}
.product_listing .product .image1 img{position: absolute;max-width: 100%;top: 50%;left: 50%;margin: auto;transform:translate(-50%, -50%);width: auto;max-height: 100%;}
.product_listing:hover .product .image1{transform:scale(1.1);}
.padding0{padding:0;}
.right-content{position:relative;}
.right-content h3{line-height:24px;padding:10px 0;text-align:left; margin: 0;}
.right-content h4{line-height:24px;padding:10px 0;text-align:left;}
.blue-line1{width:100%;display:block;height:1.1px;background:#eee;position:relative;margin-bottom:10px;padding:0 15px;}
.read_more_product{background:#333; padding: 7px 10px; font-size:14px;color:#fff;margin:10px 0px 10px 0px;display: inline-block;width: auto;border-radius: 3px;}
.read_more_product i{margin-left:10px;}
.read_more_product:hover,.read_more_product:focus{color:#fff; background:#6d2600;}
.product_listing:hover .right-content h3 a{color:#fba71a;}
.product_listing:hover .right-content h4 a{color:#fba71a;}

/* Products Poup */
.product_popup{ float: left; width: 100%; margin: 0; padding: 0;}
.product_popup_image{ width: 100%; margin-bottom: 15px; border: 1px solid #ccc; overflow: hidden; position: relative;    height: auto; aspect-ratio: 1;}
.product_popup_image img{ position: absolute; max-width: 100%; top:50%; left: 50%; transform: translate(-50%, -50%); max-height: 100%; width: 100%; margin: auto;}
.product_popup h4{ color:#6d2600; font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; text-align: left; padding: 0;}
.product_popup p{ font-size: 14px; line-height: 24px; color: #333; text-align: left; margin-bottom: 15px;}
#product_enquiry label.error{color:#FB3A3A;font-weight:normal;}
.col-lg-4.col-md-6.col-12 .more_info {
    margin: 10px 0px;
}


/* Product Sub Listing */
.product_right_image{ float: right; width: 100%; margin:0px 0 15px 15px; text-align: center;border-radius: 10px;overflow: hidden;}
.product_right_image iframe{ width: 100%;    height: auto;
    aspect-ratio: 1;}
.product_right_image .detail_image{width: 100%; text-align: center; overflow: hidden; position: relative; height: auto; aspect-ratio: 1;}
.product_right_image .detail_image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); width: auto; max-height: 100%;aspect-ratio: 1;min-width: 100%;}
.cat_info p{ font-size: 14px; line-height: 24px; color: #423f3f; text-align: justify; margin-bottom: 15px;}
.product_right_image .detail_enq_btn{width:auto;background:#333;color:#fff;text-decoration:none;font-size:15px;padding:8px 20px;margin: 0; display:inline-block!important; border: 0; border-radius: 4px;}
.product_right_image .detail_enq_btn:hover,.product_right_image .detail_enq_btn:focus{background-color:#fba71a;color:#fff;}
.product_right_image:hover .detail_enq_btn{background-color:#fba71a!important;color:#fff;}
.product_right_image .product_dimage{width: 100%; text-align: center; overflow: hidden; height: auto; border: 1px solid #eee; margin-bottom: 15px;}
.product_right_image .product_dimage .detail_image{ transition: transform .5s ease; transform-origin: center center;}
.product_right_image:hover .product_dimage .detail_image{transform: scale(1.2);}


/* You May Also Like  */
.you_may{float: left; width: 100%; padding: 7px 10px;margin: 0 0 8px;line-height: 30px;background:#6d2600;font-size: 20px;color: #fff;font-weight: 400;}
.product_more{float: left;width: 100%;border: solid 1px #eee;max-width: 100%;background: #fff;padding-bottom: 11px;margin: 0 0px 30px;text-align: center;}
.product_more .may_image{margin-bottom:13px;text-align:center;min-height:200px;overflow:hidden;}
.product_more .may_image .image{ transition: transform .5s ease; transform-origin: center center;}
.product_more:hover .may_image .image{transform: scale(1.1);}
.product_more .may_image .image{position:relative;padding:10px 10px 0px;text-align:center;min-height:200px;overflow:hidden;}
.product_more .may_image .image img{margin:10px auto 0;top: 50%;left: 50%;transform: translate(-50%,-50%); position: absolute; max-height:100%;}
.product_more h4{ float: left; width:100%;text-align:center;padding:0 10px;font-weight:600;font-size:18px;color:#fba71a;margin-bottom:10px;text-transform: capitalize; line-height: 24px; margin: 0;}
.product_more span{ float: left; width: 100%; padding: 5px 0 10px; color:#423f3f; font-size: 13px; font-weight: 400;}
.may_btn{background: #333;color: #fff;text-align: center;padding: 8px 20px;width: auto;margin: auto;	transition: 0.5s; border: 0; border-radius: 4px;}
.may_btn:hover{	background:#6d2600;}
.product_more:hover .may_btn{	background:#6d2600;}

/* Gallery Page */
.gallery_category{position:relative;overflow:hidden; margin-bottom: 20px;}
.gallery_category:before{position:absolute;content:"";right:20px;bottom:20px;border:2px solid rgba(255,255,255,0.90);box-shadow:0 0 0 30px rgba(255,255,255,0.4);opacity:0;top:20px;left:20px;z-index:1;transition:all .4s ease}
.gallery_category:before{opacity:1}
.gallery_category .gallery_image{transform:scale(1.5) translateY(0);transition:all .4s ease-in-out}
.gallery_category:hover .gallery_image{transform:scale(1.5) translateY(-12px)}
.gallery_category .gallery_image{width: 100%; position: relative; overflow: hidden; height: 285px;}
.gallery_category .gallery_image img{ position: absolute; max-width: 100%; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 100%;}
.gallery_category .caption{position:absolute;bottom:calc(50% - 30px);left:50%;transform:translateX(-50%) translateY(50%);z-index:10;text-align:center;width:100%}
.gallery_category:after{position:absolute;content:'';height:100%;width:100%;left:0;background-color:rgba(0,0,0,0.6);transition:opacity .3s ease-in-out;opacity:0;top:0}
.gallery_category:hover:after{opacity:1; background-color: rgba(0,0,0,0.8);}
.gallery_category:after{opacity:1; transition: all 0.4s ease-in-out;}
.gallery_category .caption h3{color:#fff;margin-bottom:10px;transform:translateY(20px);transition:all .5s ease-in-out;opacity:0}
.gallery_category .caption p{transform:translateY(50px);color:rgba(255,255,255,0.7);opacity:0;transition:all .5s ease-in-out}
/*.gallery_category:hover .caption h3,.gallery_category:hover .caption p{opacity:1;transform:translateY(0px)}*/
.gallery_category .caption h3,.gallery_category .caption p{opacity:1;transform:translateY(0px)}
.gallery_category:hover .caption h3{color:#fba71a;}
.gallery_category .link-wrap{position:absolute;top:calc(50% - 30px);right:50%;transform:translateX(50%) translateY(-50%);z-index:10}
.gallery_category .link-wrap i{display:inline-block;height:45px;width:45px;line-height:40px;background-color:rgba(255,255,255,0.2);border:2px solid rgba(255,255,255,0.3);text-align:center;color:#fff;font-size:14px;opacity:0;transition:all .5s ease-in-out}
/*.gallery_category .link-wrap a:first-child{transform:translateY(-30px);margin-right:5px}
.gallery_category .link-wrap a:last-child{transform:translateY(-60px)}*/
/*.gallery_category:hover .link-wrap a{opacity:1;transform:translateY(0px)}*/
.gallery_category .link-wrap i{opacity:1;transform:translateY(0px)}
.gallery_category .link-wrap i:hover{background-color:rgba(255,255,255,0.4)}
.gallery_video iframe{ width: 100%; height: 185px!important; margin-bottom: 5px;}




/* Gallery Details */
.gallery_details {position: relative;overflow: hidden;background: #222; margin-bottom: 20px;}
.gallery_details .gdetails_image{width: 100%; transition: all .4s ease-in-out;opacity: 0.9;}
.gallery_details:hover .gdetails_image {transform: scale(1.1);filter: blur(4px);}
.gallery_details .gdetails_image{width: 100%; position: relative; overflow: hidden; height: 190px;}
.gallery_details .gdetails_image img{position: absolute; max-width: 100%; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 100%; width: 100%;}
.gallery_details .caption {position: absolute;bottom: calc(50% - 30px);left: 50%;transform: translateX(-50%) translateY(50%);z-index: 10;text-align: center;width: 100%;}
.gallery_details:before, 
.gallery_details:after {position: absolute;content: '';height: 0px;width: 0px;background-color: transparent;transition: all .3s ease-in-out;opacity: 0;}
.gallery_details:before {border-left: 1px solid #fff;border-top: 1px solid #fff;top: 20px;left: 20px;z-index: 1;}
.gallery_details:after {border-right: 1px solid #fff;border-bottom: 1px solid #fff;bottom: 20px;right: 20px;}
.gallery_details:hover:before, 
.gallery_details:hover:after {height: 40px;width: 40px;opacity: 1;}
.gallery_details .link-wrap {position: absolute;top: calc(55% - 25px);right: 50%;transform: translateX(50%) translateY(-50%);z-index: 10;}
.gallery_details .link-wrap i{display:inline-block;height:45px;width:45px;line-height:40px;background-color:rgba(255,255,255,0.2);border:2px solid rgba(255,255,255,0.3);text-align:center;color:#fff;font-size:14px;opacity:0;transition:all .5s ease-in-out}
.gallery_details:hover .link-wrap i {opacity: 1;transform: translateY(0px);}
.gallery_details .link-wrap i:hover {background-color: rgba(152, 180, 70, 0.76);}


/* Video Gallery */
.video_gallery{ float: left; width: 100%; margin: 0 0 20px; padding: 10px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .3);transition: all .3s ease-in-out}
.video_gallery:hover {box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);}
.video_gallery i{line-height: inherit; color: #ff9900; font-size: 20px;}
.video_gallery iframe{ width: 100%; height: 300px; margin-bottom: 5px;}
.video_gallery h3{font-size: 14px; color: #333; padding: 0; line-height: 24px; font-weight: normal; margin-bottom: 10px;}
.video_gallery h3 i{ width: 50px;height: 50px;background: #e02f2f;border: 1px solid #ce2626;text-align: center;line-height: 45px;float: left;font-size: 30px;color: #fff;margin-right: 15px;}

/* Careers Page  */
/* .careers_page{float:left;width:100%;margin:0;padding:50px 0;background:#eee; position: relative;}
.careers_right h1{padding: 8px 10px;
margin: 0 0 10px;
line-height: 30px;
background:#6d2600;
font-size: 24px;
color: #fff;
font-weight: 600;}
.career_list{float: left; width: 100%; padding:0px; margin: 0 0 20px; border: 1px solid #ccc; background: #fff;}
.career_list h2{ font-size:18px; line-height: 30px; margin: 0 0 10px; padding: 5px 10px; background: #eee;}
.career_list ul {display: inline-block; margin:0px 0 10px; padding:0px;}
.career_list ul li {display: inline-block; margin-right: 15px; list-style: none;}
.career_list ul li:before{ content: none; margin: 0;}
.career_list ul li a {color: #333333; transition: all 0.5s ease-out;}
.career_list ul li i {margin-right: 5px; color:#6d2600;}
.detail01{ padding: 0 10px;}
.career_list h2 a{ color: #333;}
.career_list:hover h2 a{ color:#6d2600;}
.career_list:hover .read_more_product{ background:#6d2600; color: #fff;}
.career_list:hover{box-shadow: 0 0 15px #c1c1c1; border: 1px solid #eee;}



.career_box{float: left; width: 100%; margin: 0 0 15px; border: 1px solid #ccc; padding: 15px 15px; background: #eee; font-size: 16px;}
.career_box i{ color:#fba71a; font-size: 20px; margin-right: 10px;}
.upload{ position: absolute; z-index: 9; right: 15px; top: 10px; font-size: 12px!important; line-height: normal!important;} */


/* select Option */
/* .product_add{ position: relative;}
.product_add .check_product i{ position: absolute; right: 1px; top: 1px; z-index: 9; width: 50px; height: 50px; line-height: 50px; font-size: 24px; background: #333; color: #fff; cursor: pointer; text-align: center; font-weight: 100}
.product_add .check_product i:hover, .product_add .check_product i:focus, .product_add .check_product i.active {
  background:#6d2600;
  color: #fff;
}
.fa-check{background:#6d2600!important;
  color: #fff;} */



/* View select products */
/* .product_header{ float: left; width: 100%; border: 1px solid #eee; margin-bottom: 20px; padding: 0px;} */
/*.product_header.stricky{position: fixed;top: 56px;right:89px;z-index: 999; width: 870px; background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);}*/
/* .product_header .container{width: 100%; padding: 10px; border: 1px solid #eee;}
.product_header.stricky{position: fixed;top: 50px;right:0;z-index: 995; width: 100%; }
.product_header.stricky .container{width: 1170px; background: #fff; 
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);}
.product_header.stricky .container .col-lg-2{ width: 10%;}
.product_header .image{float: left; width: 100%; position: relative; height: 80px; text-align: center; border: 1px solid #eee;}
.product_header .image img{ position: absolute; max-width: 100%; top:50%; left:50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; margin: auto; padding: 10px;}
.select_close{ position: absolute; z-index: 999; right: -5px; top: -5px; background: #333; color: #fff; font-size: 13px; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 75%;}
.select_close:hover,.select_close:focus{ background:#6d2600; color: #fff;} */


/* List and Grid */
/* .listing_view{float: left; width: 100%; background: #eee; border: 1px solid #ccc; padding: 5px; margin-bottom: 15px;}
.listing_view h3{ line-height: 30px; padding-left: 5px; color: #333; font-size: 17px; margin:5px 0;}
.product_view_btn{float: right;}
.list_btn{ float: left; background: #333; color: #fff; margin-left:10px; padding: 10px 20px;}
.list_btn:hover,.list_btn:focus, .list_btn.active{background:#fba71a; color: #fff;}
.thumbnail{margin-bottom:20px;padding:0;border-radius:0}
.list_item{float:none;width:100%;margin-bottom:10px}
.list_item .list-group-image{margin-right:10px}
.list_item .thumbnail{margin-bottom:0}
.list_item .caption{padding:9px 9px 0 9px}
.list_item:before,.list_item:after{display:table;content:" "}
.list_item img{float:left}
.list_item:after{clear:both}
.list-group-item-text{margin:0 0 11px}

.list_item .thumbnail .product_view{float: left; width: 30%; padding: 15px; margin-right: 25px; border-right: 1px solid #eee; background: #fff;z-index: 2; margin-bottom: 0;}
.product_view{float: left; width: 100%; margin-bottom: 10px; position: relative; overflow: hidden; height: 250px; padding: 10px; }
.product_view .image{ text-align: center; position: relative; width: 100%; height:220px; overflow: hidden; margin: 0;transition: transform .5s ease;}
.product_view .image img{ position: absolute; max-width: 100%; top:50%; left: 50%; margin: auto; transform:translate(-50%, -50%); width: auto; max-height: 100%; padding: 10px;}
.item_view .thumbnail:hover .product_view .image{transform: scale(1.1);}
.item_view .caption{ text-align: center;}
.list_item .caption{ text-align: left;}
.item_view .caption h3{ padding:10px;margin-bottom: 10px; text-transform: capitalize;line-height: 24px; margin: 0; height: auto;}
.list_item .caption h3{ text-align: left; padding: 10px 0 13px;}
.item_view .caption h3 a{font-weight: 600; font-size: 18px; color:#6d2600;}
.item_view .caption h3{ height: 65px;}
.list_item .caption h3{ height: auto;}
.item_view .caption h4{ padding:10px;margin-bottom: 10px; text-transform: capitalize;line-height: 24px; margin: 0;}
.list_item .caption h4{ text-align: left;}
.item_view .caption h4 a{font-weight: 600; font-size: 18px; color:#6d2600;}
.item_view .caption p{ text-align: center; height: 70px; overflow: hidden; display: none;}
.list_item .caption p{ text-align: justify; height: auto; display: block;}
.item_view .caption span{ text-align: center; margin-bottom: 10px; display:block;}
.list_item .caption span{ text-align: justify; margin-bottom: 10px; display:block;}
.item_view .caption .may_btn{display: inline-block;}
.item_view .caption .may_btn:hover, .item_view .caption .may_btn:focus, .item_view .caption .may_btn.active{ background:#6d2600; color: #fff;}
.item_view .thumbnail:hover{box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);} */


/* Client Page */ 
.client_image{ float: left; width: 100%; margin: 0; padding: 10px; overflow: hidden; position: relative; height: 120px; border: 1px solid #eee; margin-bottom: 15px;}
.client_image .client_logo{overflow: hidden; position: relative; height: 100px; transition: transform .5s ease; }
.client_image:hover .client_logo{ transform: scale(1.1);}
.client_image .client_logo img{ position: absolute; max-width: 100%; top:50%; left: 50%; transform: translate(-50%, -50%); margin: auto; max-height: 100%; width:auto;}

/* Blog Page */
/* 
.blog_news{ float: left; width: 100%; margin-bottom: 50px;}
.blog_page{float:left;width:100%;margin:0;padding:50px 0;background:#eee; position: relative;}
.blog_page .blog_left h1{padding: 8px 10px;margin: 0 0 10px;line-height: 30px;background:#6d2600;font-size: 24px;color: #fff;font-weight: 600;}
.feature_blog{ float: left; width: 100%; margin: 0 0 15px; padding: 0; border: 1px solid #ccc; background: #fff;}
.feature_blog .slick-dots{bottom: -35px;}
.feature_blog .feature_blog_item .image{ width: 100%; margin: 0; position: relative; overflow: hidden; height: 290px;}
.feature_blog .feature_blog_item .image img{ position: absolute; max-width: 100%; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%;}

.feature_blog .feature_blog_item .blog_content{float: left; width: 100%; padding: 0; margin: 0;}
.feature_blog .feature_blog_item .blog_content h2{margin: 10px 0 10px; padding: 0; font-size: 22px; line-height: 30px;}
.feature_blog .feature_blog_item .blog_content h2 a{ color: #333;}
.feature_blog .feature_blog_item:hover .blog_content h2 a{ color:#6d2600;}
.feature_blog .feature_blog_item .blog_content .blog_read_more{ float: left; padding: 7px 20px; color: #fff; background: #333; text-decoration: none; border-radius: 4px;}
.feature_blog .feature_blog_item:hover .blog_content .blog_read_more{ background:#6d2600; color: #fff;}

.blog_grid{position: relative;}
.blog_grid .image{float: left; width: 100%; margin:0px; position: relative; overflow: hidden; height: 290px;}
.blog_grid .image img{position: absolute; max-width: 100%; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%;}
.blog_grid a img {min-width: 100%;}
.blog_grid .article_title { float: left; width: 100%;background-color: #fff;margin: 0;margin-bottom: 20px;border: 2px solid #ccc;padding: 10px;padding-top: 15px;}
.blog_grid .article_title hr.article_line {
    background-color:#6d2600;
    height: 4px;
    margin: 0;
    padding: 0;
    margin: -10px -12px 10px;
    border: none;
    position: relative;
    top: -7px;
}
.blog_grid h4 {
    height: 60px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left;
    padding: 0;
}
.blog_grid h4 a{ color: #333;}
.blog_grid:hover h4 a{ color:#6d2600;}
.blog_grid .article_title .article_category_name {position: absolute;top: 20px;left: 0;background: #f2f2f2; padding: 5px 10px;font-weight: 600;color: #333;}
.blog_grid .article_title .article_category_name a{ color: #333;} */
/* .left_title1{float: left;width: 100%;padding: 8px 10px;margin: 0 0 10px;line-height: 30px;background:#6d2600;font-size: 24px;color: #fff;font-weight: 600;}
.right_news{ float: left; width: 100%; margin-bottom: 15px; border: 1px solid #ccc; background: #fff;}
.right_news .image{float: left; width: 100%; margin:0 0 10px; position: relative; overflow: hidden; height: 180px;}
.right_news .image img{position: absolute; max-width: 100%; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%;}
.right_news h5{ padding: 10px; line-height: 18px; font-size: 15px; margin: 0px;}
.right_news h5 a{ color: #333;}
.right_news:hover h5 a{color:#6d2600;}

.pager li > a{border-radius: 0px; color:#6d2600;}
.pager li > a:hover,.pager li > a:focus {color: #fff; background:#6d2600; border-color:#fba71a; }
 */



/* New Blog Details Page */
.blog_details{ float: left; width: 100%; background: #fff; border: 1px solid #fff0; padding: 0px;}
.blog_details ul {display: inline-block; margin:0px 0 20px; padding: 0;}
.blog_details ul li {display: inline-block; margin-right: 15px; list-style: none;}
.blog_details ul li:before{ content: none; margin: 0;}
.blog_details ul li a {color: #333333; transition: all 0.5s ease-out;}
.blog_details ul li i {margin-right: 5px;}
.blog_details1{ float: left; width: 100%; margin: 0; padding: 0;}
.blog_details1 img{ width: 100%; margin-bottom: 15px;}
.blog_details1 p{ text-align: justify; line-height: 24px;}
.blog_details1 .block-quote {padding: 30px 40px;margin-bottom: 20px;background: #eee;border-left: 3px solid#6d2600;}
.blog_details1 .block-quote p{ font-size: 15px; line-height: 24px;}
.blog_details1 h3{ margin: 0 0 5px; padding: 0; line-height: 30px;}
.blog_details1 ul{    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    display: flow-root;}
.blog_details1 ul li{width: 100%; display: inline-block;list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal;}
.blog_details1 ul li::before {content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px;}
.fb-comments{ width: 100%;}


/* Recent Blog */
/* 
.recent_blog{position: relative;}
.recent_blog .image{float: left; width: 100%; margin:0px; position: relative; overflow: hidden; height: 190px;}
.recent_blog .image img{position: absolute; max-width: 100%; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%;}
.recent_blog a img {min-width: 100%;}
.recent_blog .article_title { float: left; width: 100%;background-color: #fff;margin: 0;margin-bottom: 20px;border: 2px solid #f2f2f2;padding: 10px;padding-top: 15px;}
.recent_blog .article_title hr.article_line {
    background-color:#6d2600;
    height: 4px;
    margin: 0;
    padding: 0;
    margin: -10px -12px 10px;
    border: none;
    position: relative;
    top: -7px;
}
.recent_blog h4 {
    height: 60px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left;
    padding: 0;
}
.recent_blog h4 a{ color: #333;}
.recent_blog:hover h4 a{ color:#6d2600;}
.recent_blog .article_title .article_category_name {position: absolute;top: 20px;left: 0;background: #f2f2f2; padding: 5px 10px;font-weight: 600;color: #333;}
.recent_blog .article_title .article_category_name a{ color: #333;}
 */


/* Old Blog Page */
/* 
.blog_news .image_box {float: left; width: 100%; position: relative; height: 350px; overflow: hidden;
border: 1px solid #ccc;}
.blog_news .image_box .blog_image{position: relative; height: 350px; overflow: hidden; transition: all 0.5s ease-out;}
.blog_news:hover .image_box .blog_image{ transform: scale(1.1);}
.blog_news .image_box .blog_image img{ position: absolute; max-width: 100%; top:50%; left: 50%; margin: auto; padding: 0; transform: translate(-50%, -50%); width: 100%; height: auto}
.blog_news .content-box { float: left; width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}
.blog_news .content-box h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}
.blog_news .content-box h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}
.blog_news .content-box p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}
.blog_btn{ float: right; padding: 7px 20px; background: #333; color: #fff; display: inline-block;}
.blog_btn:hover,.blog_btn:focus, .blog_btn.active{background:#6d2600; color: #fff;}
.blog_news:hover .blog_btn{background:#6d2600; color: #fff;}
.blog_news:hover .content-box h2 a{ color:#6d2600;}
.blog_news .content-box ul {display: inline; margin:0px;}
.blog_news .content-box ul li {display: inline-block; margin-right: 15px;}
.blog_news .content-box ul li:before{ content: none; margin: 0;}
.blog_news .content-box ul li a {color: #333333; transition: all 0.5s ease-out;}
.blog_news .content-box ul li i {margin-right: 5px;}
.sidebar_post{float: left; width: 100%; padding: 10px 15px; background: #eee;}
.sidebar_post .media { float: left; width: 100%; margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}
.sidebar_post .media:last-child{ border-bottom: 0;}
.sidebar_post .media .media-left {
    float: left;
    width: 80px;
}
.sidebar_post .media .media-left .image{ width: 100%; position: relative; height: 60px; overflow: hidden; border: 1px solid #ccc;}
.sidebar_post .media .media-left .image img{ position: absolute; max-width: 100%; margin: auto; top:50%; left: 50%; transform: translate(-50%, -50%); max-height: 100%; width: auto; padding: 0;}
.sidebar_post .media .media-body h4 {
    font-size: 15px;
    text-transform: capitalize;
    line-height:18px;
    text-align: left;
    padding: 0;
}
.sidebar_post .media .media-body h4 a {
    color: #333333;
    transition: all 0.5s ease-out;
}
.sidebar_post .media .media-body h4 a:hover{ color:#6d2600;}
.sidebar_post .media:hover .media-body h4 a{ color:#6d2600;}
.line1{ border-top-color: #ccc;} */

/* Blog Details  */
.blogdetails img{ width: 100%;}
.blog_news .content_details { float: left; width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}
.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}
.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {display: inline; margin:0px;}
.blog_news .content_details ul li {display: inline-block; margin-right: 15px;}
.blog_news .content_details ul li:before{ content: none; margin: 0;}
.blog_news .content_details ul li i {margin-right: 5px;}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid#6d2600;
}
.blog_news .block-quote p{ font-size: 15px; line-height: 24px;}
.blog_news .content_details ol{ width: 100%; margin: 0 0 25px; padding: 0;}
.blog_news .content_details ol li{ list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal;}
.blog_news .content_details ol li::before {content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px;}
.share-area{background: #fff;
    padding: 15px 30px;
}
.share-area .project-name li {
  display: inline-block;
  margin-right: 20px;
}
.share-area .project-name li:last-child {
  margin: 0;
}
.share-area .project-name li a {
  color: #333333;
  transition: all 0.5s ease-out;
}
.share-area .project-name li a:hover {
  color: #526788;
}
.share-area .social-icon {
  display: inline;
  margin-right: 30%;
}
.share-area .social-icon:last-child {
  margin: 0;
}
.share-area .social-icon li {
  display: inline-block;
  margin: 0!important;
}
.share-area .social-icon li h3 {
  margin: 0;
  font-size: 18px;
  color: #333333;
  margin-right: 10px;
  font-weight: 500;
line-height: 15px;
}
.share-area .social-icon li i {
  margin-right: 2px;
}
.share-area .social-icon li i:last-child {
  margin: 0;
}
.share-area .social-icon li .fa-facebook {
  color: #ffffff;
  background-color: #3b579d;
  padding: 11px 14px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.share-area .social-icon li .fa-facebook:hover {
  opacity: 0.7;
}
.share-area .social-icon li .fa-twitter {
  color: #ffffff;
  background-color: #1da1f2;
  padding: 11px 12px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.share-area .social-icon li .fa-twitter:hover {
  opacity: 0.7;
}
.share-area .social-icon li .fa-google {
  color: #ffffff;
  background-color: #ea4335;
  padding: 11px 13px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.share-area .social-icon li .fa-google:hover {
  opacity: 0.7;
}
.share-area .social-icon li .fa-linkedin {
  color: #ffffff;
  background-color: #0177b5;
  padding: 11px 13px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.share-area .social-icon li .fa-linkedin:hover {
  opacity: 0.7;
}
 
/* Sitemap page */
.sitemap_page{float:left;width:100%;margin:0;padding:50px 0;background:#eee; position: relative;}
.sitemap_right_side h1{padding: 8px 10px;
margin: 0 0 10px;
line-height: 30px;
background:#6d2600;
font-size: 24px;
color: #fff;
font-weight: 600;}
.sitemap{
	border-left: 1px solid #666;
	padding:0;
	
}
.sitemap li{ list-style:none!important;
	background: transparent url(../images/sitemap/sitemap_hr.png) no-repeat scroll 0px 9px;
padding: 0px 0px 0px 15px;
margin-bottom: 5px;
}
.sitemap li ul{border-left: 1px solid #666;
	padding:0;}
.sitemap li a{
	color: #333;
	font-size: 14px;
padding-bottom: 5px;
display: block;
}
.sitemap li a:hover{ color:#fba71a;}
 

/* banner */
.wpsSlider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.wpsSlider:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    height: 22%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    top: 0;
    left: 0;
    z-index: 9;
    content: '';
}

.wpsSlider img {
    width: 100%;    aspect-ratio: 478 / 231;
    object-fit: cover;
}

.wpsSlider::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    /* height: 100%; */
    background: linear-gradient(to bottom, rgb(0 0 0 / 45%), rgb(0 0 0 / 47%), rgb(0 0 0 / 45%));
    aspect-ratio: 478 / 231;
}

.wpsSlider .carousel-control-prev,
.wpsSlider .carousel-control-next {
       top: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    color: var(--whiteColor);
    font-size: 14px;
    outline: 0;
    background: #00883e;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 9;
    position: absolute;
    opacity: 1;
    left: inherit;
}

.wpsSlider .carousel-control-next-icon,
.wpsSlider .carousel-control-prev-icon {
    background-size: 50%;
}

.wpsSlider .carousel-control-prev {
    left: 1%;
}

.wpsSlider .carousel-control-next {
    right: 1%;
}

.wpsSlider .carousel-control-prev:hover,
.wpsSlider .carousel-control-next:hover,
.wpsSlider .carousel-control-prev:focus,
.wpsSlider .carousel-control-next:focus {
    background: var(--darkGreyColor);
    border-color: var(--darkGreyColor);
}

.wpsSlider .carousel-indicators {
    display: none;
}

.wpsSlider .sliderCaption {
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 9;
    right: 0;
    top:50%;
    margin: auto;
}

.wpsSlider .sliderCaption .sliderTitle {
    color:#fff3ed;
    /* background: var(--logoColor); */
    text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
    font-family: var(--titleFonts);
    display: inline-block;
    font-size: 36px;
    padding: 5px 20px;
    margin: 0;
    font-weight: 600;
    opacity: 0;
}

.wpsSlider .carousel-item p {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 0;
    max-width: 600px;
    text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
    font-weight: 500;
    letter-spacing: 1px;
}

.wpsSlider .carousel-item.active .sliderTitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
    opacity: 1;
}

.wpsSlider .carousel-item.active .sliderTitle.up {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
    opacity: 1;
}

.wpsSlider .carousel-item.active .sliderTitle.right {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.4s;
    opacity: 1;
}

.wpsSlider .carousel-item.active .sliderTitle.left {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
    opacity: 1;
}


.wpsSlider .carousel-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    opacity: 1;
}

.wpsSlider .carousel-item.active p.up {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    opacity: 1;
}

.wpsSlider .carousel-item.active p.left {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
    opacity: 1;
}
.title4{    color: #2d2d2d;
    font-size: 17px;
    font-weight: 700;
    margin: 13px 0 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;}
     
    .title1 {
       font-size: 30px;
    line-height: 30px;
    display: inline-block;
    text-transform: capitalize;
    margin: 10px 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #6d2600;
}
.title1 span {
    color: #28ca72;
}
.wpsClients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #ffffff;
    position: static;
    opacity: 1;
    margin: 0 10px 20px;
    transition: opacity 0.3s ease;
    border-radius: 6px;
}

.wpsClients .item .image {
    position: relative;
    padding: 10px 10px;
    text-align: center;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.wpsClients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}
/* why choose us */
.features-section-two {
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
    background:#ebf6f0;
    color: #ffffff;
    width: 100%;
    float: left;
}

.features-section-two .auto-container {
    max-width: 1300px;
    position: static;
}

.circle-one1 {
    position: absolute;
    left: -282px;
    top: 7px;
    width: 600px;
    height: 600px;
    border: 100px solid #88919b14;
    border-radius: 50%;
}

.features-section-two .column {
    position: relative;
    padding-top: 0px;
}

.features-section-two .column:nth-child(2) {
    order: 12;
}

.features-section-two .image-column {
    padding-top: 0px;
    order: 4;
    text-align: center;
    margin-bottom: 0px;
}

.features-section-two .column .inner {
    position: relative;
    display: block;
}

.features-section-two .image-column img {
    position: relative;
    border-radius: 10px;
    height: 370px;
}

.features-section-two .column .inner {
    position: relative;
    display: block;
}

.featured-block-three {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    padding: 25px 20px;
    transition: all 700ms ease;
    box-shadow: 0px 0px 5px 1px #cccccc87;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.inner-box .title3 {
    color: #00883e;
    font-family: 'Montserrat', sans-serif;
}
.featured-block-three:hover {
    background: #00883e26;
}

.featured-block-three .inner-box {
    position: relative;
    display: block;
    padding-right: 100px;
    min-height: 96px;
    text-align: right;
}

.featured-block-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #efe7e3;
    padding: 12px 0px;
    line-height: 20px;
    color: #a0a9e8;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #debaa8;
}

.featured-block-four {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    padding: 25px 20px;
    transition: all 700ms ease;
    box-shadow: 0px 0px 5px 1px #cccccc87;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.featured-block-four:hover {
    background: #00883e26;
}

.featured-block-four .inner-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
    text-align: left;
}

.featured-block-four .icon-box {
    position: absolute;
    left: 0;
    top: -5px;
    width: 80px;
    height: 80px;
    background:#efe7e3;
    padding: 12px 0px;
    line-height: 20px;
    font-size: 42px;
    color: #a0a9e8;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #debaa8;
}

.featured-block-four .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
}

.featured-block-three .icon-box:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
}
.title3 {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
    color: #6d2600;
}
.features-section-two .column .inner .icon-box img {
    width: 40px;
}
/* why choose us */
.shadow {
    box-shadow: 0px 0px 5px 1px #ccc !important;
}
/* videos */
   /* YouTube Video Grid */
         .yt-video-section {
         width: 100%;
         overflow: hidden;
         }
         .yt-video-section .section-title p {
         max-width: 720px;
         font-size: 15px;
         color: #555;
         }
         /* Video Box */
         .yt-video-box {
         position: relative;
         height: 300px;
         overflow: hidden;
         border-radius: 16px;
         background: #000;
         box-shadow: 0 6px 18px rgba(0,0,0,0.15);
         }
         .yt-video-box img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         }
         /* Play Button */
         .yt-play-btn {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 52px;
         height: 52px;
         line-height: 52px;
         border-radius: 50%;
         background: #d9141b;
         color: #fff;
         text-align: center;
         font-size: 20px;
         text-decoration: none;
         animation: ytPulse 1.4s infinite;
         }
         .yt-play-btn span{    display: flex;
         align-items: center;
         justify-content: center;
         height: 100%;}
         /* Pulse Animation */
         @keyframes ytPulse {
         0% { box-shadow: 0 0 0 0 rgba(217,20,27,0.6); }
         100% { box-shadow: 0 0 0 40px rgba(217,20,27,0); }
         }
         .col-md-5c{width:50%;padding:0px 15px}


.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 90px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus, .whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 30px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: linear-gradient(to bottom, #000000 0%, #363636 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding:15px 15px;
    background: #00883e;
    color: #fff;
    border-radius: 0;
}
a.whatapp_btn.whatapp_btn2 {
    bottom: 150px;
    background: #6d2600;
}
.modal .form-group {
    position: relative;
    margin-bottom: 10px;
}
/* blogs */
/* blogs */
.news-section-two {
  position: relative;
  padding: 100px 0 70px;}
  .sec-title {
  position: relative;
  margin-bottom: 35px;
}
.news-block-two {
  position: relative;
}
.news-block-two .inner-box {
  position: relative;
  /* margin-bottom: 30px; */
}
.news-block-two .image img {
  border-radius: 6px;
  width: 100%;
}
.news-block-two .lower-content {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: -50px;
  padding: 23px 25px;
  box-shadow: 0 0 62px 0 rgba(27,31,45,.09);
}
a.read-more-link {
    font-size: 16px;
    font-weight: 700;
    color: #00883e;
    text-transform: capitalize;
}
a.read-more-link:hover{color: #060a0e;}
.news-block-two .lower-content::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: -ms-linear-gradient(90deg,#191d2a 0,#30364d 75%);
  opacity: 0;
  transition: .5s;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  border-radius: 6px;
}
.news-block-two .category {
  position: relative;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 3px 21px;
  transform: translateY(-12px);
  margin-bottom: 10px;
  transition: .5s;
  background: #cd7c1c;
  width: max-content;
  line-height: 18px;
}
.news-block-two .post-meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #182B54;
}
.news-block-two .title3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #202020;
     padding-bottom: 12px;
    margin-bottom: 0px;
  transition: .5s;
}
/* .news-block-two .title3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: url(../images/border-shape-2.8e7f34a3.png) repeat-x 50%;
} */
.news-block-two .title3 a {
      transition: all 0.5s ease;
    color: #6d2600;
    font-size: 17px;
    font-weight: 700;
    margin: 0px 0 0px;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
}
.news-block-two .image {
    overflow: hidden;
    aspect-ratio: 37 / 24;
    min-width: 100%;  border-radius: 6px;;
    min-height: 100%;
}
a.slide-in-left.btn.bg-dark-green.border.border-2.w-120.h-50px.border-white.text-white.px-4.fs-5.rounded-pill.p-2.shadow.mt-3 {
    height: 42px;
    line-height: 40px;
    padding: 0px 16px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 135px;
    margin: auto;
}
.news-block-two .post-meta{padding: 0px;}
.news-block-two .post-meta li {
    list-style: none;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
}
.news-block-two .image img{transition: all 0.5s ease;}
.news-block-two:hover .image img{transform: scale(1.1);}
.news-block-two .title3 a:hover {
    color:#000000;}
      /* === About Section Styles === */
.d-flow-root{display: flow-root;}
.about-images2 {
    position: relative;
    float: left;
    max-width: 500px;
    height: auto;
    z-index: 2;margin: 0px 35px 20px 0px;
}

/* Main image mask container */
.about-images2 .about-images {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 600px;
    z-index: 1;
    -webkit-mask-image: url(../images/about-mask-1.svg);
    mask-image: url(../images/about-mask-1.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* Inner image */
.about-images2 .about-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;transition: all 0.5s ease;
}
.about-images2 .about-images img:hover {  
    filter: grayscale(1);
    transform: scale(1.1);
    transform: rotate(1deg);
}
/* Shape 1 */
.about-images2 .shapes-one {
      position: absolute;
    top: 17px;
    left: -45px;
    z-index: -1;
    width: 100%;
    max-width: 160px;
    opacity: 0.4;
}

.about-images2 .shapes-one img {
    width: 100%;
}

/* Shape 2 */
.about-images2 .shapes-two {
    position: absolute;
    bottom: -7px;
    right: -45px;
    z-index: -1;
    max-width: 160px;
    opacity: 0.4;
}

.about-images2 .shapes-two img {
    width: 100%;
}

/* Fun Fact Item (Count Box) */
.about-images2 .fun-fact-item {
      position: absolute;
    top: 33px;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 180px;
    padding: 26px 16px;
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #00883e, #46c37f);
}

/* Count Number */
.about-images2 .fun-fact-item .count {
font-size: 35px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}

/* Count Label */
.about-images2 .fun-fact-item .client {
 font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.navigation .menu .instagram1 a.view_more_btn {
    width: auto;
    padding: 12px 13px;
    text-align: center;
}
.bg-light2{background: #ebf6f0;}
.col-content.d-flex {
    background: #fff;
    border-radius: 10px;
    align-items: center;
    padding: 20px;
}
.col-content.d-flex .pb-0.fs-16.fw-bold.lsp-5.text-gray-light.text-capitalize {
    color: #6d2600;
    font-size: 16px;
    font-weight: 700;
}
footer .icon img {
    width: 85px;
}
 /* counter section */
        .counter {
            background: #fff;
            text-align: center;
            width: 100%;
            padding: 0 0 25px;
            margin: 0 auto 15px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            position: relative;
        }

        .counter:before {
            content: "";
            background: #fff;
            width: 30px;
            height: 30px;
            border-radius: 5px 0;
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
            transform: translateX(-50%) rotate(45deg);
            position: absolute;
            bottom: -15px;
            left: 50%;
        }

        .counter .counter-values {
            color: #FFF;
            background: linear-gradient(to right, #6d2600, #501c00);
            font-size: 30px;
            font-weight: 700;
            padding: 15px 0 10px;
            margin: 0 0 5px;
            border-radius: 10px 10px 0 0;
            display: block;
        }

        .counter .counter-icon {
            color: #fff;
            background: linear-gradient(to right, #6d2600, #501c00);
            font-size: 25px;
            line-height: 50px;
            width: 50px;
            height: 50px;
            margin: 0 auto;
            border-radius: 10px;
        }

        .counter .counter-icon svg {
            width: 25px;
            height: 25px;
        }

        .counter.purple .counter-values,
        .counter.purple .counter-icon {
            background: linear-gradient(to right, #00883e, #0cba5b);
        }

        .counter.magenta .counter-value,
        .counter.magenta .counter-icon {
            background: linear-gradient(to right, #00883e, #0cba5b);
        }

        .counter .title3 {
            color: #403535;
            margin: 30px 0px;
            font-weight: 800;
            font-size: 17px;
            transition: .4s;
        }

        @media screen and (max-width:990px) {
            .counter {
                margin-bottom: 45px;
            }
        }

        @media screen and (max-width:990px) {
            .counter {
                margin-bottom: 40px;
            }
        }


        /* ABOUT CSS CUSTOM */
.features {
    width: 100%;
    position: relative;
}

.counter-block {
    box-shadow: 0 0 50px 0 #000
}

.h2_title, .features .h2_title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    color: #00883e;
}

.features-holder {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.feature-panel-holder {
    padding-top: 20px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.feature-panel-holder:hover {
    padding-top: 0;
}

.feature-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0px;
    border-radius: 8px 0 8px 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border: 1px solid #d1ebdd;
}

.feature-panel-dark {
    background-color:#ffffff;
}

.feature-panel-holder:hover .feature-panel-dark {
    background-color: #d1ebdd;
}

.feature-icon img {
    width: 40px;
    filter: hue-rotate(45deg);
    transition: 0.3s ease-in-out;
}

.titleFact {
    font-size: 17px;
    color: #00883e;
    transition: 0.3s ease-in-out;
    margin: 10px 0px;
    font-weight: 700;
}

.feature-panel-holder:hover .titleFact {
    color: #6d2600;
    ; }

.feature-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: var(--color-dark);
    ; visibility: hidden;
    opacity: 0;
    height: 25px;
    transition: 0.3s ease-in-out;
}

.feature-panel-holder:hover .feature-content p {
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.feature-panel a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 2px solid #6d2600;
    border-radius: 50%;
    font-size: 13px;
    color: #6d2600;
    margin-top: -32px;
    transition: 0.3s ease-in-out;
}

.feature-panel-holder:hover .feature-panel a {
    color: #00883e;
    border-color: #00883e;
    margin-top: 12px;
}
/* our process */
.our-process-area .shpape-pro {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    left: inherit;
    z-index: 9;
}

.our-process-area .shpape-pro img {
    max-width: 40px;
    opacity: 0.2;
}

.our-process-area .single-process-card {
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    transition-duration: 500ms;
    background-color: #fff;
    margin-right: 15px;
    border: 1px solid #d6e9df;
    border-radius: 10px;
    overflow: hidden;
}

.our-process-area .single-process-card .single-process-content {
    padding: 30px 10px;
}

.our-process-area .single-process-card .single-process-content .process-number {
    position: relative;
}

.our-process-area .single-process-card .single-process-content .title4 {
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 10px;
    transition-duration: 500ms;
    font-size: 18px !important;    margin-bottom: 5px;
}

.our-process-area .single-process-card:hover {
    background-color:#0c934a;
}

.our-process-area .single-process-card:hover .single-process-content .process-number .title3 {
    background-color: #fff ;
    color: #fff;
}

.our-process-area .single-process-card:hover .title4.text-blue.fs-5.fw-bold {
    color: #fff;
}

.our-process-area .single-process-card:hover p {
    color: #fff;
}

.our-process-area .single-process-card .single-process-content .process-number .title3 {
    height: 80px;
    width: 80px;
    font-size: 35px;
    line-height: 80px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(180deg, #6d2600, #d0672e);
    color: #fff;
    position: relative;
    font-weight: 600;
    z-index: 1;
    transition-duration: 500ms;
}

.our-process-area .single-process-card:hover .single-process-content .process-number .title3::after {
    border-color: #fff;
}

.our-process-area .single-process-card .single-process-content .process-number .title3::after {
    position: absolute;
    content: "";
    height: 92px;
    width: 92px;
    border: 1px dashed #00883e;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 500ms;
}

@media (max-width: 1023px) {
    .features-holder {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .feature-panel-holder {
        width: 30%;
        padding-top: 20px;
    }

    .features-card {
        display: block;
    }
}

@media (max-width: 650px) {
    .feature-panel-holder {
        width: 97%;
    }

    .features-card {
        transform: none;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/* keyfects */
.color-btn {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

div#colorSwitcher {
    z-index: 9;
    display: none;
    position: relative;
}

button#toggleSwitcher {
    width: 50px;
    height: 50px;
    z-index: 9;
    position: relative;
}

.top-75 {
    top: 70%;
}

.rotate-arrow svg {
    transform: rotate(180deg);
    width: 30px;
}

.bottoms ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
:root { 
    --color-dark: #000000a4;
 
}

/* faqs start */
.accordion-item {
    margin-bottom: 15px;
    border-radius: 5px !important;
    overflow: hidden;
}

.accordion-header {
    padding: 0!important;
    margin: 0!important;
    text-transform: initial;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid #eee;
}

.accordion-button {
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #6d2600;
}

.accordion-button:not(.collapsed) {
    color:#fff;
    background:#6d2600;
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover, .accordion-button:focus {
    color:#fff;
    background:#6d2600;
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 15px;
    line-height: 24px;
}

/* faqs end */
/* contact css start */
.text-holder a b:hover {
    color: #6d2600
}

.corner:hover .bottom_corners:before, .corner:hover .bottom_corners:after, .corner:hover:before, .corner:hover:after {
    border-color: #6d2600;
    height: 100%;
    z-index: 0;
    width: 100%;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.z-index-1 {
    z-index: 1;
}

.corner:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    z-index: 0;
    border: 2px solid #6d2600;
    border-width: 2px 0 0 2px;
    border-radius: 2px 0 0 0;
}

.corner:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #6d2600;
    border-width: 2px 2px 0 0;
    border-radius: 0 2px 0 0;
}

.corner .bottom_corners:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -2px;
    z-index: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #6d2600;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 2px;
}

.corner .bottom_corners:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #6d2600;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 2px 0;
}

.base-header2 {
    position: relative;
    z-index: 1;
}

.z-index-9 {
    z-index: 9;
}

.icon-holder {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:#00883e;
}

ul.social li {
    margin: 0px 3px;
    display: inline-block;
    border-radius: 5px;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width:35px;
    height:35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.twitter a {
    background: #212121;
}

/* contact css end */

.market_area h3 {
    display: block;
    margin: 10px 0px;
}

.market_area h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-dark-blue);
}

.market-list {
    display: flow-root;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none ;
    margin-right: 0 ;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 10px 9px 0px;
    display: block;
    color: #333;
    font-size: 15px;
    background-color:#fff7f0;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid #fff7f0;
}

.market-list li a:hover {
    background:#fff7f0;
    color: #00883e;
}

.wps_right.market_area h2.mt25 {
    color:  #00883e;
}

.wps_right.market_area h3.mt25 {
    color: #00883e;
    font-size: 18px;
}
   /* Factory Gallery */
         .factory-gallery {
         width: 100%;
         }
         .factory-gallery .section-title p {
         max-width: 720px;
         font-size: 15px;
         color: #555;
         }
         .col-md-5c{width: 50%;}
         @media (min-width: 1024px) {
         .col-md-5c {
         width: 20%;
         }
         }
         /* Gallery Item */
         .fg-item {
         background: #fff;
         border: 1px solid #ddd;
         border-radius: 12px;
         overflow: hidden;
         height: 100%;
         }
         .fg-link {
         position: relative;
         display: block;
         aspect-ratio: 4 / 3;
         overflow: hidden;
         }
         .fg-link img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         transition: 0.4s ease;
         }
         /* Hover Overlay */
         .fg-icon {
         position: absolute;
         inset: 0;
         background:rgb(0 136 62 / 71%);
         opacity: 0;
         transition: 0.4s ease;
         }
         .fg-icon::after {
         content: "+";
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         font-size: 32px;
         color: #fff;
         font-weight: 700;
         }
         /* Hover Effects */
         .fg-link:hover img {
         transform: scale(1.1);
         opacity: 0.4;
         }
         .fg-link:hover .fg-icon {
         opacity: 1;
         }
         /* CARD */
.col-lg-4.col-md-6.col-12 .product_listing {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all .35s ease;
}

/* IMAGE */
.col-lg-4.col-md-6.col-12 .product,
.col-lg-4.col-md-6.col-12 .product a {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.col-lg-4.col-md-6.col-12 .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.col-lg-4.col-md-6.col-12 .right-content {
    position: relative;    padding-bottom: 1px !important;
}

.col-lg-4.col-md-6.col-12 .title3 {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 700;
    margin: 13px 0 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.col-lg-4.col-md-6.col-12 .title3 a {
    text-decoration: none;
    color: inherit;transition: all 0.5s ease;
}
.col-lg-4.col-md-6.col-12 .title3 a:hover{color:#6d2600;}
.col-lg-4.col-md-6.col-12 .blue-line1 {
    display: block;
    height: 1px;
    background: #d5d5d5;
    margin: 8px 0;
}

/* TEXT CLAMP */
.col-lg-4.col-md-6.col-12 .more_info p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* product details */
.product_listing {
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff6d592e;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.slides.active 
 {
    border: 2px solid #097ef2;
}
.right-content h4, .right-content .title4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    color:#00883e;
}
.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #ff746126;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}
.product_showcase {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 6px 0;
    margin-bottom: 8px;
}
.productBrochureandvideo {
    margin-right: 15px;
    border: 1px dashed #6d2600;
    padding: 7px;
    border-radius: 5px;
}
.productBrochureandvideo a {
    font-weight: 600;
    color: #670c00;
}
.productBrochureandvideo a svg {
    color: #7d0004;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.item.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #ffffff;
    height: 35px;
    border-radius: 5px;
    width: 40px;
}
.item.youtube svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
}
.product_listing .more_info {
    max-height: 240px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.right-content table {
    width: 95%;
}
.right-content table tr td:first-child {
    color: #740000;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    text-align: left;
    font-weight: 400;
    color: #191919;
    line-height: 24px;
    font-size: 15px;
}
.right-content table tbody tr td {
    border: 1px solid #d9d6d6;
    width: 60%;
}
.slider .slides {
    width: 67px;
    border: 0px solid #311d1d;
    cursor: pointer;
}
.post-item.mt-3.link-secondary2.d-flex.align-items-center1.link-secondary2 {
    justify-content: start;
}
.post-title.link-secondary2 { 
    display: block;
}
.post-title.link-secondary2 a.text-white1.link-secondary2 {
    padding-left: 10px;
    display: inline-block;
}
footer ul.social li a { 
    width: 30px;
    height: 30px;}
    footer ul.social li {
    margin: 0px 0px;}
    .owl-carousel1.row.clientsw .image {
    aspect-ratio: 75 / 47;    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel1.row.clientsw .clients {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
     .owl-carousel1.row.clientsw .image img{    height: 80px;
    width: auto;
    margin: auto;
    display: block;}
@media (min-width: 1200px) {
       .col-md-5c{width:20%;padding:0px 15px}
       .gallery_item_info { 
    height: 120px;
}
.featured-block-three, .featured-block-four { 
    height: 176px;
}
       .products_heading{
    width: 75%;}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
  .slides {
            width: 50px;
            border: 1px solid #ccc;
            cursor: pointer;
          
        }
        .slides.active {
            border: 1px solid #b46f0d;
        }
.blog_details h1 {
    font-weight: 700;
    font-size: 25px;
    color: #6d2600;
    margin: 10px 0px;
}
.blog_details1 h2, .blog_details1 h3 {
    font-weight: 700;
    font-size: 22px;
    color: #6d2600;
    margin: 10px 0px;
}
.blog_details1 ul li {
    margin-bottom: 7px;
}
.navigation .menu >ul >li >a:hover, .navigation .menu >ul >li >a:hover button .fa{
    color: #119f49;}
    h3.title3.text-center.py-2.mb-0 {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
}
.productPopup .image img.catImg {
    width: 100%;border-radius: 10px;
}
.product_right_image .detail_image { 
    border-radius: 10px;
}
.market-list li a { 
    line-height: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.tt.text-center.fs-6.fw-bold.my-2 {
    font-size: 16px !important;
    color: #00943c;
}
 
 footer li.facebook a {
    background: #496eb4;
    border-color: #496eb4;color: #fff;
}
footer li.twitter a {
    background: #323232;
    border-color: #323232;color: #fff;
}
footer li.linkedin a {
    background: #0274b3;
    border-color: #0274b3;color: #fff;
}

footer li.youtube a {
    background: #e12428;
    border-color: #e12428;color: #fff;
}
footer li.instagram a {
   color: #fff; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
footer ul.social li a svg {
    color: #ffffff;}

  