@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body {
    color: #000;
    line-height: 1;
    padding: 0;
	font-family: "Nunito Sans", sans-serif;
  font-weight: 400;

}
.titletext h3 {
  color: #225a2b;
}
.titletext ul {
  list-style: disc;
  color: #000;
}
.titletext ul li{
  color: #000;
}

:root {
  --white: #fff;
  --black: #000000;
  --grey: #7d7d7d;
  --trans: 0.3s linear;
  --primary: #128F83;
  --secondary: #3C445D;
	 --backgroundColor: rgba(246, 241, 209);
  --colorShadeA: rgb(106, 163, 137);
  --colorShadeB: rgb(121, 186, 156);
  --colorShadeC: rgb(150, 232, 195);
  --colorShadeD: rgb(187, 232, 211);
  --colorShadeE: rgb(205, 255, 232);
}

.buttonweb  a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.5rem;
  color: var(--colorShadeA);
  font-weight: 700;
/*   text-transform: uppercase; */
}

a.big-button {
  padding: 1em 2em;
  border:2px solid rgb(13, 9, 5);
  border-radius: 1em;
  background: var(--colorShadeE);
  transform-style: preserve-3d;
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
a.big-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: inherit;
/*   box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.75em 0 0 var(--colorShadeA); */
  transform: translate3d(0, 0.75em, -1em);
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
}

a.big-button:hover {
  background: rgb(253, 242, 1);
  transform: translate(0, 0.375em);
}

a.big-button:hover::before {
  transform: translate3d(0, 0.75em, -1em);
}

a.big-button:active {
  transform: translate(0em, 0.75em);
}

a.big-button:active::before {
  transform: translate3d(0, 0, -1em);

  box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.25em 0 0 var(--colorShadeB);
}


.bubblebox h4 {
  color: #fdf201;
  font-weight: 700;
  font-size: 22px;
}
.bubblebox p {
  color: #fff;
  font-size: ;
  width: 60%;
  margin-bottom: 0px;
}
.header-area.sticky {
  background-color: #fff !important;
  z-index: 99;
  transition: var(--trans);
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px #225a2b;
}
.contactfromfooter {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
.contactfromfooter h3 {
  color: #000;
  text-align: center;
}
.contactfromfooter textarea {
  height: 49px !important;
}
.contactfromfooter input.btn {
  width: 100% !important;
}
.contactfromfooter {
  padding: 15px 30px 0px;
  background-color: #fff;
  text-align: center;
}
.contactfromfooter input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  padding: 8px 11px !important;
  border: 1px solid #3e6f46;
  width: 100%;
  color: #225a2b !important;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: transparent;
  opacity: 1;
}
.ullistnew ul {
  list-style: none;
  position: relative;
}
.ullistnew ul li {
  position: relative;
  color: #fff;
  font-size: 22px;
	text-transform: capitalize;
}
.ullistnew ul li::before {
  content: "\f1d8";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -24px;
  top: 5px;
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  color: #fdf201;
  font-weight: bold;
}
.buttonweb.textstart {
  justify-content: start;
}
.contactfrom.sub {
  background-color: #fdf201;
  padding: 35px 35px 15px;
  text-align: center;
}

.card {
  position: relative;
  width: 100%;
  background: radial-gradient(#000 50%, #000 100%);
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  height: 461px;
}

.card img {
  transform: scale(1.3);
  transition: 0.3s ease-out;
  height: 500px;
  width: 100% !important;
  display: block;
  object-fit: cover;
}

.card:hover img {
	transform: scale(1.1) translateY(-20px);
	opacity: 0.1;
}

.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	text-align: center;
	color: #fff;
}

.text-h1 {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out;
	font-size : 24px;
	text-align : left;
}

.text-p {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out 0.2s;
	font-size: 14px;
	text-align : left;
	margin-bottom: 0px;
}

ul.text-p {
  list-style: disc;
}
ul.text-p li{
  color: #fff;
	font-size: 14px;
}


.card:hover .overlay .text-h1 {
	opacity: 1;
	transform: translateY(0);
	color: #fff;
}

.card:hover .overlay .text-p {
	opacity: 1;
	transform: translateY(0);
	color: #fff;
}

body.boxed {
    max-width: 1170px;
    background: #f4f5f8;
}
.aboutusv .panel-grid-cell:nth-child(1) {
  padding: 5%;
  background-color: #fff;
}
.aboutusv {
  background-size: 50%;
  background-repeat: no-repeat !important;
  background-position: right;
}
a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 100% !important;
    width: 1170px !important;
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
}

header {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #8d8d8d;
    line-height: 1.8;
}

ol.list-unstyled {
    margin-left: 0;
}

.list-unstyled li i {
    padding-right: 15px;
    color: #ffda43;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    color: #2a2a2a;
	font-weight : 800;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 1.688;
	font-weight: 500;
  font-style: normal;
}

p + p:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 30px 35px;
    background: #ffda44;
    font-size: 20px;
    color: #675F3F;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.light {
    font-weight: 100;
}

.btn {
    border-radius: 3px;
    font-size: 16px;
/*     font-family: "Roboto Condensed"; */
    font-weight: bold;
    line-height: 48px;
    padding: 0 0px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-primary {
   background: #225A2B;
  color: #fff;
}

.btn-primary:hover {
    background: #002D92;
}

.btn-default {
    background: #FFDA44;
    color: #4c443a;
}

.btn-default:hover {
    background: #ECC124;
}

/* section {
    padding: 80px 0;
} */

.sidebar {
    padding: 80px 15px;
}

main.main {
    padding-bottom: 75px;
}


/* --------------- 1.1 Spacer --------------- */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

@media all and (max-width: 767px) {
    br {
        display: none;
    }
}

@media all and (max-width: 480px) {
    section {
        padding: 5px 0;
    }
}


/* --------------- Header Styles --------------- */

.logo-top-info {
    padding: 12px 0;
}

.top-info {
    width: auto;
}

.top-info,
.social {
    float: left;
}

.top-info h3 {
    font-size: 15px;
    color: #CC743A;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    line-height: 1.4;
}

.top-info > div {
    padding: 0 20px;
    float: left;
    border-right: 1px solid #e9ecf2;
}

.top-info > div:last-child {
    border: none;
}

.top-info:after {
    content: "";
    display: block;
    clear: both;
}

span.forex {
    font-size: 14px;
    font-family: "Roboto";
    color: rgba(118, 121, 127, 0.6);
    line-height: 1.571;
    position: relative;
    padding-left: 8px;
}

span.forex i {
    font-size: 17px;
    color: #35db24;
    padding-right: 3px;
    line-height: 1;
}

.social ul.social-icons {
    padding-left: 15px;
}

.social ul.social-icons li {
    display: inline-block;
}

.social ul.social-icons li:last-child a {
    margin: 0;
}

.social ul.social-icons li a:hover {
    background: #093eb6;
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 21px;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #ce7b44;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.top-info-social {
    margin-top: 5px;
}

.top-info-social:after {
    content: "";
    display: block;
    clear: both;
}

@media all and (max-width: 1199px) {
    .top-info > div {
        padding: 0 16px;
    }
    .social ul.social-icons li a {
        margin-right: 10px;
    }
}

@media all and (max-width: 991px) {
    .logo-top-info {
        padding: 6px 0 0;
    }
    .logo {
        text-align: left;
        margin-bottom: 20px;
    }
    .top-info-social {
        display: none;
    }
}

@media all and (max-width: 479px) {
    .logo img {
        width: 180px;
    }
}


/* --------------- Navigation --------------- */

.main-menu {
    padding: 0;
    background: #f4f5f8;
}

ul.main-menu li a {
    font-size: 15px;
    font-family: "Roboto Condensed";
    color: #61656F;
    font-weight: bold;
    line-height: 1.467;
    text-transform: uppercase;
    padding: 20px 25px;
    display: block;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

ul.main-menu li:last-child a {
    padding-right: 0;
}

ul.main-menu li a:hover,
ul.main-menu li.active > a {
    color: #093eb6;
}

ul.main-menu > li {
    display: inline-block;
    padding: 0;
    position: relative;
}

ul.main-menu > li.dropdown ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 1000;
}

ul.main-menu > li.dropdown ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

ul.main-menu > li.dropdown ul:before {
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px !important;
    left: 30px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

ul.main-menu > li.dropdown:hover ul,
ul.main-menu > li.dropdown:hover ul:before {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

i.fa.dropdown-toggle {
    display: none;
}

li.dropdown i.fa.dropdown-toggle {
    display: block;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
}

@media all and (max-width: 991px) {
    nav.navbar-collapse {
        position: absolute;
        right: 0px;
        top: 75px;
        width: 250px;
        opacity: 0;
        z-index: 1000;
        height: auto !important;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -ms-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }
    .navbar-collapse.collapse {
        display: none !important;
        padding: 0;
        overflow: inherit;
    }
    .navbar-collapse.collapsing {
        padding: 0;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        opacity: 1;
        right: 20px;
    }
    .navbar-toggle {
        display: block;
        right: 0;
        position: absolute;
        background: none;
        top: 0px;
        border: none;
        padding: 0 10px;
        margin: 21px 15px;
    }
    .navbar-toggle span.icon-bar {
        background: #61656f;
        height: 3px;
    }
    ul.main-menu > li {
        display: block;
    }
    ul.main-menu {
        padding: 10px 0;
    }
    ul.main-menu > li > a {
        padding: 15px 10px;
    }
    ul.main-menu > li.dropdown ul {
        left: -30px;
    }
    ul.main-menu > li.dropdown:hover ul,
    ul.main-menu > li.dropdown:hover ul:before {
        visibility: hidden;
        opacity: 0;
        top: 100%;
    }
    ul.main-menu > li.dropdown.open ul,
    ul.main-menu > li.dropdown.open ul:before {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    ul.main-menu > li.dropdown.open ul {
        left: 0;
    }
}


/* --------------- BreadCrumb --------------- */


.page-title h2.title {
    margin: 0 0 25px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.26;
}

.page-title p.description {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}

.breadcrumbs {
    background: #f4f5f8;
    padding: 25px 0;
}

.breadcrumbs span,
.breadcrumbs a {
    font-size: 15px;
    color: #61656f;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    color: #093eb6;
}

.breadcrumbs i {
    padding-right: 15px;
    color: #bebebe;
}

.breadcrumbs span.parent i {
    padding-right: 5px;
}

.breadcrumbs span {
    padding-right: 15px;
}

@media all and (max-width: 767px) {
    .page-title {
        padding: 70px 15px;
    }
}

@media all and (max-width: 480px) {
    .page-title h2.title {
        font-size: 42px;
        line-height: 1;
    }
    .page-title p.description {
        font-size: 16px;
    }
    .breadcrumbs {
        padding: 25px 0 0;
    }
    .breadcrumbs span {
        margin-bottom: 25px;
        display: inline-block;
    }
}


/* --------------- Flex Slider --------------- */

.flex-direction-nav a {
    width: 54px;
    height: 100px;
}

.flex-direction-nav a:before {
    content: " ";
    display: block;
    background: url('../images/arrow-left.png') no-repeat;
    width: 54px;
    height: 100px;
}

.flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../images/arrow-right.png') no-repeat;
}

.flex-control-nav {
    bottom: 40px;
}

.flex-control-paging li a {
    background: #aaa;
}

.flex-control-paging li a.flex-active {
    background: #ffda44;
}

section.home-slider {
    padding: 0;
}

.flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
}

.flexslider li.has-overlay:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.44);
}

/* .slider-content {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    width: 100%;
} */

.flexslider .slides > li {
    position: relative;
}

.slider-content h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 30px;
}

.slider-content p {
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    font-weight: 100;
    margin: 0 0 40px;
}

.slider-content .primary-btn {
    border-radius: 3px;
    background: #FFDA44;
    font-size: 20px;
    font-family: "Roboto Condensed";
    color: #4c443a;
    font-weight: bold;
    padding: 0 40px;
    line-height: 60px;
}

.slider-content .primary-btn i {
    padding-left: 10px;
}

.slider-content .primary-btn:hover {
    background: #ECC124;
}

@media all and (max-width: 991px) {
    .slider-content h2 {
        font-size: 44px;
        margin-bottom: 25px;
    }
    .slider-content p {
        font-size: 18px;
        margin-bottom: 36px;
    }
    .slider-content .primary-btn {
        font-size: 18px;
        line-height: 54px;
        border: none;
    }
    .flexslider .slides > li {
        height: 500px;
    }
    .flexslider .slides > li img {
        height: 100%;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        object-fit: cover;
    }
}

@media all and (max-width: 767px) {
    .slider-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .slider-content p {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .slider-content .primary-btn {
        font-size: 16px;
        line-height: 48px;
        padding: 0 30px;
        border: none;
    }
    .flex-direction-nav {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .slider-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .slider-content p {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6;
    }
    .flexslider .slides > li {
        height: 420px;
    }
}

@media all and (max-width: 480px) {
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .slider-content p {
        font-size: 14px;
    }
    .flexslider .slides > li {
        height: 450px;
    }
}

@media all and (max-width: 400px) {
    .slider-content h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}


/* --------------- Homepage Content --------------- */

.color-title h2{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #ce7b44;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
}

.subtitle h4 {
    font-size: 20px;
/*     font-family: "Roboto"; */
    color: #ce7b44;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
}
.subtitle h3{
    font-size: 20px;
/*     font-family: "Roboto"; */
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
	text-align: center;
}
.btn.text-center {
  width: 100%;
}
.widget-title {
  border-bottom: 0px solid #eee;
}
.m-auto h2 {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.color-title h3 {
  font-size: 40px;
  font-family: "Roboto";
  margin: 20px 0;
  font-weight: bold;
}
/*Company Section*/

.company-image {
    position: relative;
    min-height: 370px;
}

.company-image > div {
    position: absolute;
}

.company-image .img-left {
    width: 55%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.company-image .img-right {
    width: 85%;
    right: 0;
}

.company-image .img-left img,
.company-image .img-right img {
    height: 100%;
    min-width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

.company {
    display: flex;
    align-items: center;
}

@media all and (max-width: 991px) {
    .company {
        display: block;
        text-align: center;
    }
    .company > div {
        margin: 0 auto 30px;
        float: none;
    }
    .company > div:last-child {
        margin-bottom: 0;
    }
    .company-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
    }
    .company-image > div.hover-effect {
        width: auto;
    }
}

@media all and (max-width: 787px) {
    .company > div {
        margin-bottom: 40px;
    }
    .company-image > div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }
    .company-image .img-left {
        margin-bottom: 30px;
    }
}


/*Ceo Section*/

section.home-ceo {
    background: #f4f5f8;
    padding: 0;
}

.row.ceo {
    display: flex;
    align-items: flex-end;
}

.row.ceo > div {
    display: block;
}

.ceo-details {
    padding: 45px 0;
}

.ceo-details h4.subtitle {
    font-size: 27px;
}

.ceo-details p {
    margin-bottom: 32px;
}

.ceo-details p.ceo-name {
    margin-bottom: 0;
    color: #303539;
}

a.link {
    font-size: 16px;
    font-family: "Roboto";
    color: #ffbe00;
    font-weight: bold;
    text-transform: uppercase;
}

a.link:hover {
    color: #194ABA;
}

@media all and (max-width: 991px) {
    .row.ceo {
        display: block;
        text-align: center;
    }
}


/*Home Links Section*/

section.home-links {
    background: #f4f5f8;
    padding: 30px 0;
}

.row.links > div + div {
    width: auto;
}

.links h4.subtitle {
    margin: 0;
    line-height: 48px;
}

.links .btn-primary {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    font-family: "Roboto";
    color: #72777b;
    font-weight: bold;
    padding: 0 34px;
}

.links .btn-primary:hover {
    background: #093EB6;
    color: #fff;
}

@media all and (max-width: 1199px) {
    section.home-links {
        padding: 50px 0;
    }
    .row.links {
        text-align: center;
    }
    .row.links > div:first-child {
        display: block;
        float: none;
        width: auto;
    }
    .links h4.subtitle {
        line-height: 1;
    }
    .row.links > div + div {
        display: inline-block;
        float: none;
        margin-top: 30px;
    }
}

@media all and (max-width: 480px) {
    .row.links > div + div {
        display: block;
        float: none;
        margin-top: 30px;
    }
    .links .btn-primary {
        width: 100%;
    }
}


/*Process Section*/

.title-2 h2 {
    font-size: 40px;
   font-family: "Roboto Condensed";
    color: #093EB6;
    font-weight: bold;
    margin: 0;
}

.subtitle-2 h4 {
    font-size: 20px;
    font-family: "Roboto";
    color: #4C4F54;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 20px;
}

@media all and (max-width: 767px) {
    h2.title-2 {
        font-size: 30px;
    }
    h4.subtitle-2 {
        font-size: 16px;
    }
    .row.process > div {
        margin-bottom: 40px;
    }
    .row.process > div:last-child {
        margin-bottom: 0;
    }
}


/*Stats Section*/

section.home-stats {
    background: #f4f5f8;
    padding: 30px 0;
}

.row.stats > div {
    padding: 20px 15px;
    border-left: 1px solid #dee0e5;
}

.row.stats > div:first-child {
    border-left: none;
}

.row.stats > div:after {
    display: block;
    content: "";
    clear: both;
}

.stats img {
    float: left;
    padding-right: 12px;
}

.stats-info h4.counter {
    font-size: 36px;
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.stats-info {
    float: left;
}

.stats-info p {
    margin-bottom: 0;
}

@media all and (max-width: 1099px) {
    .stats img {
        float: none;
        display: inline-block;
        padding: 0;
    }
    .row.stats {
        text-align: center;
    }
    .stats-info {
        float: none;
        display: block;
        margin-top: 20px;
    }
}

@media all and (max-width: 991px) {
    section.home-stats {
        padding: 0;
    }
    .row.stats > div {
        padding: 30px 20px;
        border-bottom: 1px solid #dee0e5;
        border-left: 1px solid #dee0e5;
    }
    .row.stats > div:nth-child(3),
    .row.stats > div:nth-child(4) {
        border-bottom: 0;
    }
}

@media all and (max-width: 480px) {
    .row.stats > div {
        float: none;
        display: block;
        width: 100%;
    }
    .row.stats > div:nth-child(3) {
        border-bottom: 1px solid #dee0e5;
    }
}


/*Services Section*/

.services-other .img-box {
    float: left;
    margin-right: 22px;
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 74px;
    text-align: center;
    border: 2px solid #FFDA44;
}

.services-other .services-info {
    width: 100%;
    padding-left: 100px;
}

.services-other .services-info h4 {
    margin: 0 0 10px;
    line-height: 1;
}

.services-other .services-info p {
    margin-bottom: 0;
}

.row.service-list {
    margin: 0;
}

@media all and (max-width: 1099px) {
    .row.services-other {
        text-align: center;
    }
    .services-other .img-box {
        float: none;
        margin: 0;
    }
    .services-other .services-info {
        padding: 30px 0 0;
    }
}

@media all and (max-width: 991px) {
    .row.services {
        text-align: center;
    }
    .row.services > div {
        width: 500px;
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .row.services > div:last-child {
        margin-bottom: 0;
    }
    .row.services-other > div {
        margin-bottom: 45px;
    }
    .row.services-other .clearfix {
        display: none;
    }
    .row.services-other > div:last-child {
        margin-bottom: 0;
    }
    .about-services .row.services {
        text-align: left;
    }
    .about-services .row.services > div {
        width: 50%;
    }
    .about-services .row.services a {
        display: block;
    }
}

@media all and (max-width: 767px) {
    .about-services .row.services {
        text-align: center;
    }
    .about-services .row.services > div {
        width: 500px;
    }
}


/*Testimonials Section*/

section.home-testimonials {
    background: #f4f5f8;
}

.section-title h2.title-2 {
    margin: 20px 0;
}

.home-testimonials blockquote {
    background: #ffffff;
    font-size: 19px;
    font-family: "Georgia";
    color: #677078;
    line-height: 1.684;
    text-align: left;
    border: none;
    margin: 0 0 50px;
    padding: 40px 33px;
    position: relative;
}

.home-testimonials blockquote:hover {
    box-shadow: 16px 27px 49px 0px rgba( 0, 0, 0, 0.1);
}

.home-testimonials blockquote:before {
    content: open-quote;
    display: block;
    font-size: 121px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: rgba( 255, 218, 68, 0.3);
    position: absolute;
    line-height: 60px;
    left: 20px;
}

.home-testimonials blockquote:after {
    content: close-quote;
    font-size: 0;
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

h4.client-name {
    font-size: 20px;
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    text-align: center;
}

p.designation {
    text-align: center;
    margin: 0;
    float: none;
    width: 100%;
}


.error-msg {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px;
}

.form-control:focus {
    border: 1px solid rgba(244, 244, 244, 0.8);
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.2);
}

textarea.form-control {
    min-height: 160px;
}

button.btn.btn-warning {
    padding: 0;
    line-height: 60px;
    border-radius: 0;
    border: none;
    font-size: 19px;
    font-weight: bold;
    background: #093eb6;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #D66260;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn.btn-warning:hover {
    background: #002D92;
}





/*Image Hover Effects*/

.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-effect,
.img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}

.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}



/* ==========================================================================
   Loader and Animation styles
   ========================================================================== */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /* change if the mask should have another color then white */
    opacity: 1;
    z-index: 11111;
    /* makes sure it stays on top */
    height: 100%;
    overflow: hidden;
}


.site-branding {
  margin-top: 0px;
  margin-bottom: 0px;
}
.widget {
  margin: 0px;
}

.entry-title {
  display: none;
}
.text-white p {
  color: #fff;
}
.textwh h3 {
  color: #fff;
}
.twobox .panel-grid-cell {
  background-color: #faa027;
  padding: 30px;
  border-radius: 8px;
  transition: var(--trans);
  cursor: pointer;
	height: 328px;
}
.twobox img {
  background-color: #deeeec;
  padding: 26px;
  border-radius: 50%;
}

.twobox .panel-grid-cell h3 {
  color: #000 !important;
	font-size:32px;
}
.twobox .panel-grid-cell:hover h3 {
  color: #fff !important;
}
.twobox .panel-grid-cell:hover {
  color: #fff;
}
.twobox .panel-grid-cell:hover {
  color: #fff;
  margin-top: -10px;
  transition: all 0.5s;
}
.aboutusbg {
  background: rgb(255,255,255);
 background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgb(3, 21, 62) 25%, rgb(3, 21, 62) 25%);
}
.listul ul li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 7px;
}
.listul ul {
  list-style: disc;
  color: #fff;
  margin-bottom: 0px;
}
.aboutusbgcd{
	background: #03153E;
background: linear-gradient(90deg, rgba(3, 21, 62, 1) 75%, rgba(255, 255, 255, 1) 75%);
}
.subbox .panel-grid-cell {
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  text-align: center;
}


.subbox .panel-grid-cell h3 {
  margin-top: 20px !important;
  margin-bottom: 15px;
  color: #ce7b44;
}

.subnone .panel-grid-cell:nth-child(1),.subnone .panel-grid-cell:nth-child(4) {
  background-color: #fff;
  padding: 0px !important;
}
.destopnone {
  display: none;
}
.fs18 p {
  font-size: 18px;
}


.ullist li {
  color: #000;
  font-size: 16px;
}
.ullist ul {
  list-style: disc;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  padding: 12px 15px !important;
  border: 1px solid #3e6f46;
  width: 100%;
  color: #225a2b !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: transparent;
  opacity: 1;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 116px;
}
.fsnews h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 30px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
width: 42%;
  border: none;
  text-transform: capitalize;
  margin: 0 auto;
  display: block;
}
.subrow .panel-grid-cell:nth-child(1),.subrow .panel-grid-cell:nth-child(4) {
  background-color: transparent;
}
.threebox .panel-grid-cell:hover {
  box-shadow: 0px 0px 10px 0px #00000047;
  transition: all 0.5s;
}
.partner-images img {
  width: 109px !important;
  padding: 9px;
}
.text-white.ullist li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.subbox .panel-grid-cell img {
  filter: brightness(1) invert(1);
}


.fontheading h2 {
  font-size: 50px;
}
.fontheading h1 {
  font-size: 35px;
}
.fs20 p {
  font-size: 20px;
}

#mega-menu-wrap-primary {
  clear: both;
  width: 100%;
}
.site-description {
  display: none;
}
.fourbox .panel-grid-cell h3 {
  font-size: 26px;
}
.fourbox .panel-grid-cell {
  height: 364px;
}
.navbar {
  padding-top: 23px;
  padding-bottom: 15px;
}
.site-branding img {
  position: absolute;
  top: 2px;
}
footer p {
  font-size: 14px;
  font-weight: 400;
}
footer h3 {
  color: #fff;
  font-size: 25px;
}
footer ul {
  padding: 0px !important;
}
footer ul li {
  color: #fff;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 12px;
}
footer img {
 width: 115px;
}
.hentry {
  margin: 0px;
}
.footerweb p {
  color: #fff;
}
.footerweb span {
  display: block;
}
.threebox .panel-grid-cell {
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 9px;
}
.pad {
  padding: 15px !important;
}

.buttonweb div a {
  
  background-color: #225A2B;
  margin: 0px 4px;
  font-size: 16px;
  font-weight : 600;
	color: #fff;
	
}
.buttonweb {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.buttonweb a:last-child {
  background-color: #fdf201;
  color: #000;
}


.secondview section li {
  background-color: #ce7b44;
  color: ;
}
.secondview section li p {
  color: #fff !important;
}

.biodiesel-services li p {
  color: #000 !important;
}
.fontbold h1 {
  font-weight: 900;
}
.contactusbox .panel-grid-cell {
  background-color: #F6F6F6;
  padding: 30px;
}
.contactusbox .panel-grid-cell h3 {
  color: #225a2b;
}
.contactusbox .panel-grid-cell div p {
  margin-bottom: 0px;
}
.contactusbox .panel-grid-cell div p span {
  color: #686161;
}
.aboutus .panel-grid-cell:nth-child(2) {
  background-color: #fff;
  padding: 8.5% !important;
}
.fontbold h4 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  opacity: 0.6;
}
.aboutus {
  background-size: 50% !important;
  background-position: center left;
	background-repeat:no-repeat;
}
.fourboxsub .panel-grid-cell {
  text-align: center;
}
.fourboxsub .panel-grid-cell h3 {
  font-size: 22px;
  color: #225a2b;
}
.aboutustwo .panel-grid-cell:nth-child(1) {
  padding-top: 305px;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  border-radius: 8px;
  background-image: url(https://kingoftea.in/wp-content/uploads/2025/12/Rectangle-21091.png);
  background-position: center;
  background-repeat: no-repeat;
}
.aboutustwo .panel-grid-cell:nth-child(2) {
  padding-top: 305px;
  padding-left:30px;
  padding-right: 15px;
  padding-bottom: 30px;
  border-radius: 8px;
  background-image: url(https://kingoftea.in/wp-content/uploads/2025/12/Rectangle-21090.png);
  background-position: center;
  background-repeat: no-repeat;
}
.whitebox {
  background-color: #fff;
  width: 60%;
  padding: 42px;
  border-radius: 8px;
}
.whitebox h4 {
  color: #225a2b;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.whitebox h2{
	color: #225a2b;
}
.whitebox a {
  text-decoration: underline;
  text-transform: capitalize;
  color: #000;
}
.subscribe .col-md-4 {
  padding-left: 0px;
}
.subscribe .col-md-8 {
  padding-right: 0px;
}
.subscribe h3 {
  font-size: 22px;
  color: #225a2b;
}
.subscribe input.btn {
  width: 100% !important;
  border-radius: 0px 8px 8px 0px;
}
.subscribe .col-md-8 input {
  border-radius: 8px 0px 0px 8px;
}
.subscribe p {
  margin-bottom: 0px;
}
.wpcf7-spinner {
  position: absolute;
}
.subscribe .panel-grid-cell:nth-child(1) {
  position: relative;
  top: -10px;
}
.subscribe {
  background-position: bottom !important;
}
.fontboldheading h2 {
  font-size: 45px;
  font-weight: bold;
}
.menusub h3 {
  font-size: 48px;
  color: #225a2b;
  font-weight: 800;
}
.w179 img{
	width : 179px;
}
.menusub ul {
  padding: 0px 15px;
  list-style: disc;
}
.menusub ul li {
  color: #000;
  font-size: 20px;
	font-family: "Josefin Sans", sans-serif;
}
.subpaddingleft .panel-grid-cell:nth-child(2) {
  padding-left: 75px;
}
.menusub.text-white h2,.menusub.text-white h3, .menusub.text-white li {
  color: #fff !important;
}


.aboutushome {
  position: relative;
}

.aboutushome::before {
  content: "";
  background-image: url(https://kingoftea.in/wp-content/uploads/2025/12/image-2.png);
  position: absolute;
  right: 0px;
  width: 244px;
  height: 299px;
  top: 0px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
}
.aboutushome::after {
  content: "";
  background-image: url(https://kingoftea.in/wp-content/uploads/2025/12/image-1.png);
  position: absolute;
  left: 0px;
  width: 244px;
  height: 299px;
  bottom: 0px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
}
.fontheading span {
  color: #fdf201;
}
.fs22 p {
  font-size: 25px;
}
.franchies h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #225A2B;
}
.franchies p {
  text-align: center;
}
.unit h3 {
  color: #215027;
}
.element  {
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    background-color: #64bee6;
  }
  25% {
    background-color: #dc3c3a;
  }
	 50% {
    background-color: #363636;
  }
	75% {
    background-color: #f1710e;
  }
	100% {
    background-color: #ff8c24;
  }
}
.contactfrom .panel-grid-cell:nth-child(2) {
  background-color: #f6f6f6;
  padding: 34px;
}
::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fdf201;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: #225a2b;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #225a2b;
}

@media (max-width: 767px) {
 
	.aboutushome::before,.aboutushome::after {
  width: 74px;
  height: 81px;
}
	 .site-branding img {
/*     width: 100%; */
    text-align: left;
    display: flex;
  }
	.site-branding img {
  position: relative;
  top: 0px;
}
	.fontheading h1 {
  font-size: 25px;
}
	.fs20 p {
  font-size: 16px;
}
	.buttonweb div a {
  padding: 9px 11px;
  background-color: #225A2B;
  margin: 0px 4px;
  font-size: 14px;
  color: #fff;
}
	.fs22 h3 {
  font-size: 20px;
  font-weight: 400;
}
	 .site-info, .copyright {
    text-align: left !important;
  }
	.twobox .panel-grid-cell {
  background-color: #faa027;
  padding: 15px !important;
  border-radius: 8px;
  transition: var(--trans);
  cursor: pointer;
  height: auto;
}
	.aboutusbg {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgb(3, 21, 62) 25%, rgb(3, 21, 62) 25%, rgb(3, 21, 62) 25%);
}
	.subbox .panel-grid-cell {
  padding: 15px 10px !important;
  border-radius: 8px;
  text-align: center;
}
	.fs45 h1 {
  font-size: 30px;
}
	.fs18 p {
  font-size: 16px;
}
	h2{
		font-size: 30px !important;
	}
	.revrce {
  flex-direction: column-reverse !important;
}
	.fontbold h1 {
  font-weight: 800;
  font-size: 35px;
}
	 .fourboxsub {
    display: flex;
    flex-direction: row !important;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap !important;
  }
	.fourboxsub .panel-grid-cell {
    width: 48% !important;
  }
	.aboutustwo .panel-grid-cell {
  padding: 15px !important;
}
	.whitebox {
  background-color: #fff;
  width: 100%;
  padding: 25px;
  border-radius: 8px;
}
	.fs22 p {
  font-size: 17px;
}
	.unit h3 {
  color: #215027;
  font-size: 20px;
}
	.contactfrom .panel-grid-cell:nth-child(2) {
  background-color: #f6f6f6;
  padding: 21px !important;
}
	.contactusbox .panel-grid-cell {
  background-color: #F6F6F6;
  padding: 20px !important;
}
	.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  width: 60%;
}
	.bubblebox p {
  width: 100%;
  margin-bottom: 0px;
}
	.aboutusv .panel-grid-cell:nth-child(1) {
  padding: 15px !important;
}
	.aboutusv {
  background-size: 100%;
  background-repeat: no-repeat !important;
  background-position: bottom;
}
	.destopnone {
  display: block;
}
	.ullistnew ul li {
  position: relative;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
	.text-h1 {
  font-size: 18px;
}
	.overlay {
  padding: 18px;
}
	.text-p {
  font-size: 13px;
}
	ul.text-p li {
  color: #fff;
  font-size: 13px;
}
}