/**
  * Name: Zingbox
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import "css/bootstrap.css";
@import "css/animate.css";
@import "css/animsition.css";
@import "css/font-awesome.css";
@import "css/ionicons.css";
@import "css/font-etline.css";
@import "css/shortcodes.css";
@import "zingbox-icon.css";
@import "css/reponsive.css";


/* For Revolution Slider */
@import "includes/rev-slider/css/settings.css";
@import "includes/rev-slider/css/layers.css";
@import "includes/rev-slider/css/navigation.css";

/**
  *	Reset Browsers
  * General
  * Elements
  * Forms
  * Typography
  * Layouts
  * Effect
  * Top Bar
  * Header
  * Blog Post
  * Widgets
  * Pagination
  * Footer
  * Bottom
  * Scroll Top

*/

/* Reset Browsers
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,
nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,th,td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
  content: none;
}

blockquote,q {
  quotes: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #565872;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  /* max-width: 20%; */
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  margin: 0 0 20px;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

blockquote {
  position: relative;
  background-color: transparent;
  margin: 0px;
  padding: 0 0 0 32px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote em,
blockquote i {
  font-style: normal;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -6px;
}

sub {
  bottom: -3px;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

/* List */

ul,
ol {
  padding: 0;
  margin: 0 0 20px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}
li {
  list-style: none;
}

ul li,
ol li {
  padding: 0.1em 2;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #e0e0e0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 8px 12px;
}

a:hover {
  text-decoration: none;
}

/* Media */
embed,
iframe,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */

button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input,
textarea {
  font-size: 1em;
  max-width: 100%;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  ); /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
  display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type="search"] {
  outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Input normal */
select,
textarea,
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"] {
  /* color: #57b33e; */
  border: 1px solid #eaeaea;
  padding: 14px 20px;
  letter-spacing: 0px;
  background-color: transparent;
  line-height: inherit;
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease 0.238s;
  -moz-transition: border ease 0.238s;
  transition: border ease 0.238s;
}

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 0;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #565872;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  letter-spacing: 0.5px;
  font-weight: 500;
  background-color: #ffffff;
  color: #1f242c;
  border-color: #57b33e;
  border-radius: 7px;
  padding: 12.5px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 15;
  font-weight: 500;
  border-width: 1px;
  -webkit-appearance: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.innerpage-block .btn{ padding: 12.5px!important;
  font-size: 15px!important;}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  background-color: #ff7029;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #565872;
}

:-moz-placeholder {
  color: #565872;
}

::-moz-placeholder {
  color: #565872;
  opacity: 1;
} /* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
  color: #565872;
}

/* Links */
a {
  color: #222;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: #57b33e;
  text-decoration: none;
}

/* Typography
-------------------------------------------------------------- */
h1 {
  font-family: "Teko", sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 3;
}

h3 {
  font-family: "Rubik", sans-serif;
  color: #1f242c;
  font-weight: 700;
}

h4 {
  font-family: "Rubik", sans-serif;
  color: #565872;
  font-weight: 400;
}

h5 {
  font-family: "Teko", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  padding: 100px 0 35px 7px;
}

h6 {
  font-family: "Teko", sans-serif;
  color: #191919;
  font-weight: 400;
  line-height: 1;
}
/* padding: 15px 0 15px 5px; */

h1 {
  font-size: 72px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 20px;
} 
h4 {
  font-size: 15px;
} 
h5 {
  font-size: 72px;
} 
h6 {
  font-size: 47px;
} 

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* Layouts
-------------------------------------------------------------- */
#main-content {
  padding: 115px 0 120px 0;
}
#main-content-2 {
  padding: 120px 0 120px 0 !important;
}

body.page #main-content {
  padding-top: 0;
  padding-bottom: 0;
}

/* Inner Content */
#inner-content,
#inner-sidebar {
  position: relative;
  z-index: 1;
}

/* Sidebar Right */
.sidebar-right #site-content {
  float: left;
  width: 66.38%;
}

.sidebar-right #sidebar {
  float: right;
  width: 31.62%;
}

/* Sidebar left */
.sidebar-left #site-content {
  float: right;
  width: 65.9%;
}

.sidebar-left #sidebar {
  float: left;
  width: 31.62%;
}

/* No Sidebar */
.no-sidebar #site-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

/* Top Bar
-------------------------------------------------------------- */
#top-bar {
  position: relative;
  z-index: 1;
  background-color: #57b33e;
}

#top-bar,
#top-bar a {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

#top-bar .top-bar-inner-wrap {
  display: table;
  width: 100%;
  padding: 18px 0px 15px 0px;
}

#top-bar .top-bar-content {
  display: table-cell;
  width: 70%;
  text-align: left;
  vertical-align: middle;
}

#top-bar .top-bar-socials {
  display: table-cell;
  width: 30%;
  text-align: right;
  vertical-align: middle;
}

/* Top Bar Content */

#top-bar .top-bar-content .content:first-child {
  position: relative;
  letter-spacing: 0.3px !important;
  display: inline-block;
  padding: 0px 13px 0px 17px;
  margin: 0px 0px 0px 300px;
  color: #fff;
}

#top-bar .top-bar-content .content:last-child {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 27px;
  color: #fff;
}

#top-bar .top-bar-content .content:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  font-size: 19px;
}

#top-bar .top-bar-content .content.location:before {
  content: "\f041";
}

#top-bar .top-bar-content .content.envelope:before {
  content: "\f003";
}

/* Top Bar Socials*/

#top-bar .top-bar-socials .icons a {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0px 9px;
}

#top-bar .top-bar-socials .icons a:last-child {
  padding-right: 0px !important;
}

#top-bar .top-bar-socials .icons a:hover {
  color: #ff7029;
}

/* Style 1 */
.topbar-style-1 #top-bar {
  background-color: #57b33e;
}


/* Header
-------------------------------------------------------------- */
#site-header {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-header-inner {
  position: relative;
}
#site-header .wrap-inner {
  padding-top: 28.5px;
  padding-bottom: 28.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Header Fixed */

#site-header.is-fixed {
  position: fixed;
  top: -151px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#site-header.is-fixed.is-small {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#site-header.is-fixed.is-small img{
  max-width: 100% !important;
}
#site-header.is-fixed.is-small .wrap-inner {
  padding-top: 45px;
  padding-bottom: 45px;
}
#site-header.is-fixed.is-small .wrap-inner.style-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
#site-header.is-fixed.is-small #site-logo {
  padding-top: 15px;
  padding-bottom: 8px;
  margin-top: -48px;
}
#site-header.is-fixed.is-small #header-get-a-quote {
  top: 28px;
}
#site-header.is-fixed.is-small .header-phone {
  top: 28px;
}
.header-style-1 #site-header.is-fixed.is-small #header-get-a-quote {
  top: 33px;
}
#site-header.is-fixed.is-small #main-nav .sub-menu {
  top: 90px;
}

/* Site Logo */

#site-logo {
  width: 30.5%;
  margin: -104px 0px 0px 0px;
  padding: 30px 0px 53px 0px;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  box-shadow: 0 5px 10px rgb(0 0 0 / 7%);
  /* height: 150px; */
}
.main-logo img{
  max-width: 100% !important;
}

#site-logo-inner {
  /* text-align: center; */
  padding-left: 10px;
}

/* Main Nav */
#main-nav ul {
  margin: 0px;
}
#main-nav ul li {
  position: relative;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-nav > ul > li {
  float: left;
  padding: 35px 20px 35px 14px !important;
}
#main-nav > ul > li > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1f242c;
  position: relative;
  line-height: 23px;
  font-family: "Rubik", sans-serif;
}
#main-nav ul li .active::after,
#main-nav ul li .active {
  color: #57b33c !important;
}
#main-nav ul li .down::after {
  content: "\f078";
  font-family: "FontAwesome",sans-serif;
  color: #1f242c;
  font-size: 12px;
  margin-left: 5px;
}

/* Sub Menu */
#main-nav .sub-menu {
  position: absolute;
  top: 95px;
  left: 0px;
  width: 250px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
  opacity: 0;
  display: block !important;
  visibility: hidden;
  padding: 0 30px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
#main-nav .sub-menu.style-2 {
  top: 105px;
}
#main-nav .right-sub-menu {
  left: auto;
  right: 0;
}
#main-nav .sub-menu li a {
  font-family: "Rubik", sans-serif;
  display: block;
  font-size: 18px;
  color: #1F242C;
  padding:15px 0;
  font-weight: 500;
  /* line-height: 65px; */
}

#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-nav .sub-menu li {
  border-bottom: 0.5px solid #d1d1d1;
}
#main-nav .sub-menu li:last-child {
  border-bottom: 2px solid #ff7029;
}
#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li.current-item a {
  color: #57b33e;
}

/* Mobile Menu */
#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0 ;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0px;
  text-align: left;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid #D9D9D9;
  position: relative;
}
#main-nav-mobi ul > li > a {
  color: #1F242C;
  display: inline-block;
  font-size: 14px;
  padding-left: 25px;
  line-height: 48px;
  font-weight: 600;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px ;
}
#main-nav-mobi ul li:last-child {
  border-bottom: 1px solid #D9D9D9 ;
}
#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
  color: #57b33c;
}
#main-nav-mobi ul li .active {
  color: #57b33c;
}
#main-nav-mobi .sub-menu li a {
  padding-left: 40px;
}
#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
  content: "\f103";
  color: #1F242C;
}
#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f102";
}
#main-nav-mobi ul ul li {
  background-color: #fff;
  border-color: #D9D9D9;
}

/* Mobile Menu Button */
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button:before,
.mobile-button:after,
.mobile-button span {
  background-color: #57b33e;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before,
.mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

#site-header #header-get-a-quote {
  position: absolute;
  right: -220px;
  top: 35px;
  z-index: 10;
}

.header-phone {
  position: absolute;
  right: 260px;
  top: 39px;
  z-index: 10;
}

.header-phone .socical-icon {
  display: flex;
  display:-webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header-phone .socical-icon .icon {
  margin-top: 6px;
}

.header-phone .socical-icon .icon::before {
  content: "\f095";
  font-family: "fontAwesome";
  color: #57b33c;
  font-size: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 11px 13px;
  text-align: center;
  margin: 0 12px 0 0;
}

.header-phone .socical-icon a {
  font-weight: 700;
}

.header-phone .socical-icon .call-us {
  line-height: 17px;
}

#header-get-a-quote a {
  border: 1px;
  border-color: #57b33e;
  border-radius: 7px;
  padding: 20px 58px;
  border-style: solid;
  margin: 15px 0 0 0;
  font-family: "Rubik", sans-serif;
  color: #1f242c;
  font-weight: 500;
  font-size: 15px;
}

#header-get-a-quote a:hover {
  background-color: #57b33e;
  color: #ffffff;
}

/* Style 1 */

.header-style-1 #site-header .wrap-inner {
  padding-top: 32px;
  padding-bottom: 37px;   
  /* margin-left: -6px; */
}

.header-style-1 #site-header #main-nav {
  position: absolute;
  left: 300px;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 #site-header #main-nav > ul > li {
  padding: 35px 27px 35px 14px;
}

.header-style-1 #site-header #header-get-a-quote {
  position: absolute;
  right: 13px;
  top: 44px;
  z-index: 10;
}

.header-style-1 #header-get-a-quote a {
  border: 0px;
  background-color: #57b33e;
  color: #ffffff;
}

.header-style-1 #header-get-a-quote a:hover {
  background-color: #ff7029;
  color: #ffffff;
}

/* Style 2 */
.header-style-2 #site-header #main-nav {
  position: absolute;
  left: 300px;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
      width: 885px;
}
.header-style-2.menu-has-search #site-header #main-nav {
  right: 225px;
}
.header-style-2 #site-logo {
  margin-left: -85px;
}
.header-style-2 #site-header .wrap-inner {
  padding-top: 52px;
  padding-bottom: 49px;
}
.header-style-2 #site-header .header-get-a-quote-icon {
  line-height: 1px;
}


/* Header Baner */
#header-banner {
  background-image: url("img/header-baner.jpg");
  height: 400px;
}

#header-banner #header-banner-inner a :hover {
  color: #57b33e;
}
.header-banner-inner-wrap {
  padding: 130px 0 0 0;
  text-align: center;
  z-index: 10;
}
#header-banner
  #header-banner-inner
  .header-banner-inner-wrap
  .blog-standar-start1 {
  letter-spacing: -1.5px;
}

/* Absolute */
.site-header-absolute #site-header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* Blog Post
-------------------------------------------------------------- */
.hentry {
  padding-top: 52px;
}
.hentry:first-child {
  margin: 0px;
  border: none;
  padding: 0px;
}
.hentry .post-content-wrap {
  padding: 28px 0px 0px 0px;
}
.hentry .post-content-wrap ul {
  margin: 0;
  padding-bottom: 40px;
}
.hentry .post-content-wrap ul li {
  padding-bottom: 6px;
}
.hentry .post-content-wrap .fa.fa-check {
  font-size: 17px;
  color: #57b33c;
  padding-right: 20px;
}
.hentry .post-content-wrap ul li:first-child .fa.fa-check {
  padding-right: 17px;
}
/* Post title */
.hentry .post-title {
  padding: 17px 0 16px 0;
  letter-spacing: -1px;
}
.hentry .post-title-detail {
  font-size: 28px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  line-height: 41px;
  padding-bottom: 12px;
  letter-spacing: -0.6px;
}
.hentry .post-title-detail.style1 {
  padding: 30px 0 15px 0;
}
.post-title-service-detail {
  font-size: 16px;
  margin-bottom: 5px;
}
.margin-top-4 {
  margin-top: -4px !important;
}
/* Post meta */
.hentry .post-meta {
  color: #1f242c;
  line-height: 30px;
  margin-bottom: 12px;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.hentry .post-meta a {
  color: #1f242c;
}
.hentry .post-meta .item {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding-left: 0px;
}
.hentry .post-meta span.post-by-author.item {
  color: #57b33e;
}

.hentry .post-meta span.post-date.item::before {
  content: "\f073";
  font-family: "FontAwesome";
  padding-right: 5px;
}
.hentry .post-meta a:hover {
  color: #57b33e;
}
/* style-2 */
.margin-top-19 {
  margin-top: 19px !important;
}
.margin-bottom-51 {
  margin-bottom: 51px !important;
}
.post-title-detail.style-2 {
  margin-top:8px;
}
.post-title-detail.style-2 span {
  font-family: "Teko", sans-serif;
  font-size: 60px;
  color: #1f242c;
  font-weight: 400;    
  letter-spacing: -1.2px;
}

/* Post content */
.hentry .post-excerpt {
  margin-bottom: 24px;
  width: 770px;
}
.hentry .post-excerpt p:first-child {
  margin: 0px;
}
.hentry .box-excerpt {
  margin: 27px 0px;
}
.hentry .box-excerpt .thumb {
  float: left;
  margin: 4px 31px 0 0;
}
.hentry .box-excerpt .text {
  overflow: hidden;
}
.hentry .post-excerpt.style1 p {
  padding-bottom: 13px;
}
.hentry .post-excerpt.style2 {
  margin-bottom: 11px;
}
.margin-bottom-32 {
  margin-bottom: 32px !important;
}
/* post author */
.hentry .post-author {
  background-color: #f0f4f9;
  border-left: 8px solid #57b33c;
  border-radius: 5px;
  margin-bottom: 27px;
  /* margin-right: 30px; */
  margin-top: 30px !important;
  padding-bottom: 20px;
}
.hentry .post-author p {
  margin-left: 46px;
  padding-top: 19px;
  margin-bottom: 8px;
}
.hentry .post-author a {
  margin-left: 46px;
  font-weight: 700;
}

/* Post read more */
.hentry .post-link a {
  display: inline-block;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #57b33e;
  text-align: center;
  padding: 10px 58px;
  letter-spacing: -0.5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hentry .post-link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hentry .post-link a:hover {
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: #ff7029;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Post tags */
.hentry .post-tags-socials {
  width: 100%;
  display: table;
  padding-top: 39px;
  border-top: 2px solid #f0f4f9;
}
.hentry .post-tags {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  text-align: left;
}
.hentry .title {
  font-weight: 700;
  color: #222;
  padding-bottom: 5px;
  padding-right: 6px;
  font-size: 16px;
}

.hentry .post-socials span {
  margin-right: 69px;
}
.hentry .post-socials {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  text-align: right;
  padding-right: 15px;
}
.hentry .post-socials .socical-icon {
  margin-right: 5px;
}
.hentry .post-socials a {
  color: #707070;
  padding: 0 8px;
}
.hentry .post-socials a:hover {
  color: #57b33e;
}

/* Comments */
.comments-area {
  padding-top: 76px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-family: "Teko", sans-serif;
  color: #191919;
  font-weight: 400;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 0px;
  padding: 0;
}
.comments-area .comments-title {
  letter-spacing: -0.7px;
}

.comments-area .comment-time {
  position: absolute;
  right: 4%;
  top: 13%;
}
#comments p,
.comment-reply-link {
  margin-left: 133px;
  margin-bottom: 13px;
}
.comment-reply-link {
  font-family: "Rubik", sans-serif;
  color: #57b33c;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}
.comment-reply-link:hover {
  color: #ff7029;
}

/* Comments list */
.comment-list {
  margin: 0px;
}
.comment-list li.comment {
  padding: 0px;
}
.comment-list article {
  position: relative;
  padding: 26px 0px 25px 0px;
  border-bottom: 2px solid #f2f7ff;
  margin-bottom: 6px;
}
.comment-list article .gravatar {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 33px;
  margin-top: 5px;
}
.comment-list article:last-child {
  margin-left: 113px;
}

.comment-list .comment-meta {
  margin-bottom: 17px;
}
.comment-list .comment-meta .comment-author {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1f242c;
  line-height: 26px;
  padding-right: 8px;
  padding: 0;
}

/* Comments respond */
.comment-respond {
  padding-top: 98px;
  letter-spacing: -1px;
}
#commentform .name-wrap,
#commentform .email-wrap {
  width: 46%;
  float: left;
  margin-right: 4%;
  margin-bottom: 18px;
}
#commentform .email-wrap {
  margin-right: 0px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
  background-color: #fff;
  border-color: #e2eeff;
  padding-top: 15px;
  padding-bottom: 11px;
}
#commentform textarea {
  height: 170px;
  width: 96%;
  margin-bottom: 33px;
}
#comments .comment-respond .form-submit {
  margin: 0px;
}
#commentform input[type="submit"] {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background-color: #57b33e;
  color: #ffffff;
  border: 0px !important;
  padding: 22px 36px !important;
  letter-spacing: 0px;
}
#commentform input[type="submit"]:hover {
  background-color: #ff7029;
}
/* Widgets
-------------------------------------------------------------- */
#sidebar .widget {
  position: relative;
  z-index: 1;
  margin-top: 56px;
}
#sidebar .widget:first-child {
  margin: 0px;
}

/* Center */
.widget.align-center {
  text-align: center;
}

/* Box shadow */
.widget.has-shadow {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.03);
}

/* No sep */
.widget.no-sep .widget-title span {
  padding: 0px;
}
.widget.no-sep .widget-title span:after {
  height: 0px;
  width: 0px;
  background-color: transparent;
}

/* Border */
.widget.has-border.border-solid {
  border: 1px solid #f2f2f2;
}

/* Widget title */
.widget .widget-title {
  font-size: 20px;
  margin-bottom:5px;
  position: relative;
  z-index: 1; border-bottom: solid 1px #333;
}
.widget .widget-title span {
  display: block;
  position: relative;
  padding: 0px 0px 16px 0px;
}

/* Widget Search */
#sidebar .widget.widget_search .search-form {
  position: relative;
  width: 370px;
  height: 80px;
}
#sidebar .widget.widget_search .search-form .search-field {
  background-color: #fff;
  padding-left: 15px;
  margin-top: 10px;
  height: 80px;
  font-size: 18px;
}
#sidebar .widget.widget_search .search-form .search-submit {
  position: absolute;
  background-color: #57b33e;
  top: 10px;
  right: 0px;
  width: 80px;
  height: 80px;
  text-align: center;
  text-indent: 9999px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar .widget.widget_search .search-form .search-submit:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: 25px;
  right: 25px;
}
#sidebar .widget.widget_search .search-form .search-submit:hover {
  background-color: #ff7029;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Widget category */

.widget.widget_category ul {
  margin-left: 0px;
}

.widget.widget_category li {
  border: solid 1px #e3e3e3;
  padding: 8px 0 9px 21px;
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_category ul li:hover {
  background-color: #57b33e;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_category ul li:hover a {
  color: #fff;
}
.widget.widget_category li:first-child {
  margin-top: 12px;
}
.widget.widget_category li:last-child {
  margin-bottom: -10px;
}

.widget.widget_category ul li a {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
}
.widget.widget_category ul li a::after {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #222;
  position: absolute;
  right: 29px;
}
/* style-2 */
.widget.widget_category.style-2 li {
  padding-top: 10px;
}

/* Widget widget_recent_news */

.widget.widget_recent_news ul {
  margin: 0px;
}
.widget.widget_recent_news ul li {
  margin-top: 15px;
  padding: 0px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.widget.widget_recent_news ul li:first-child {
  margin-top: -6px;
}
.widget.widget_recent_news ul li:last-child {
  margin-bottom: 36px;
}

.widget.widget_recent_news .thumb {
  width: 75px;
  height: 70px;
  float: left;
  margin: 15px;
}
.widget.widget_recent_news .text {
  overflow: hidden;
  width: 196px;
  margin-left: 85px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.widget.widget_recent_news .text h4 {
  line-height: 24px;
}
.widget_recent_news .post-date {
  font-size: 12px;
  color: #1f242c;
}
.widget.widget_recent_news .entry-date::before {
  content: "\f073";
  font-family: "FontAwesome";
  padding-right: 5px;
  font-size: 14px;
}

/* Widget your headline here  */
#widget-banner {
  background-image: url("img/post/your-head-here.png");
  max-width: 100%;
  height: 490px;
}
#widget-banner-inner {
  max-width: 100%;
  height: 490px;
  position: absolute;
  opacity: 0.8;
  background-color: #57b33e;
}

#widget-banner #widget-banner-inner .your-headline-here {
  text-align: left;
  padding: 159px 0 0px 28px;
  letter-spacing: -0.7px;
  line-height: 69px;
}

#widget-banner #widget-banner-inner .btn.your-headline-here {
  position: absolute;
  top: 43.6%;
}
#widget-banner #widget-banner-inner .btn.your-headline-here a {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border: 1px;
  border-color: #ffffff;
  border-radius: 7px;
  padding: 15px 77px 15px 22px;
  border-style: solid;
  margin: 35px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#widget-banner #widget-banner-inner .btn.your-headline-here a:hover {
  background-color: #ff7029;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#widget-banner #widget-banner-inner .btn.your-headline-here a::after {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  right: 15px;
}

/* widget-get-a-quote */
.widget.widget_get-a-quote {
  margin-bottom: 71px;
}
.widget.widget_get-a-quote .widget-title {
  margin-bottom: 24px;
}
.widget.widget_get-a-quote .widget-title span {
  padding: 10px 0 0 0;
}
.widget.widget_get-a-quote input {
  border-radius: 5px;
}
.widget.widget_get-a-quote .name,
.widget.widget_get-a-quote .email {
  margin-bottom: 4px;
}
.widget.widget_get-a-quote .name input {
  padding: 20px 0 18px 22px
}
.widget.widget_get-a-quote .name::after {
  content: "\e97c";
  font-family: 'zingbox-icon';
  color: #df1e08;
  font-size: 14px;
  position: absolute;
  right: 31px;
  top: 86px;
}

.widget.widget_get-a-quote .email input {
  padding: 20px 0 18px 22px
}

.widget.widget_get-a-quote .email::after {
  content: "\e97a";
  font-family: 'zingbox-icon';
  color: #df1e08;
  font-size: 12px;
  position: absolute;
  right: 29px;
  top: 175px;
}
.widget.widget_get-a-quote .message input {
  padding: 11px 0 80px 22px;
}

.widget.widget_get-a-quote .message::after {
  content: "\e97b";
  font-family: 'zingbox-icon';
  color: #df1e08;
  font-size: 14px;
  position: absolute;
  right: 29px;
  top: 255px;
}
.widget.widget_get-a-quote .message {
  margin-bottom: 12px;
}
.widget.widget_get-a-quote .btn-send {
  background-color: #57b33e;
  padding: 15px 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
}
.widget.widget_get-a-quote .btn-send:hover {
  background-color: #ff7029;
}
/* widget-company-profile */
.widget-company-profile {
  background-color: #57b33e;
  border-radius: 5px;
  padding-bottom: 59px;
}
.widget-company-profile-inner-wrap {
  color: #fff;
  padding-left: 30px;
}
.widget-company-profile .title {
  padding: 39px 0 12px 0px;
  color: #fff;
}
.widget-company-profile .infor-company {
  padding-right: 35px;
  margin-bottom: 40px;
}
.widget-company-profile .btn-download::before {
  content: "\f1c1";
  font-family: "FontAwesome",sans-serif;
  font-size: 20px;
  position: absolute;
  left: 57px;
}
.widget-company-profile .btn-download a {
  color: #fff;
  background-color: #1F242C;
  padding: 19px 30px 17px 60px;
  border-radius: 5px;
  font-weight: 500;
}
.widget-company-profile .btn-download a:hover {
  background-color: #ff7029;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  padding-top: 105px;
}
.themesflat-pagination ul {
  margin: 0px;
  position: relative;
}
.themesflat-pagination ul li {
  display: inline-block;
  padding: 0px;
  margin-right: 10px;
}
.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 20px;
  color: #0d1f35;
  text-align: center;
  width: 60px;
  height: 60px;
  border: 1px solid #f0f4f9;
  line-height: 60px;
  background-color: transparent;
  border-radius: 10px;
  background-color: #f0f4f9;
}
.themesflat-pagination ul li .page-numbers span.fa {
  font-size: 25px;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
  background-color: #57b33e;
  color: #fff;
  border-color: #57b33e;
}

.themesflat-pagination .page-prev-next {
  width: 100%;
  border: 1px solid #f0f4f9;
}
.themesflat-pagination .page-prev-next > li {
  width: 49.7%;
  border-left: 1px solid #f0f4f9;
  display: inline-block;
  margin: 0px;
  padding: 13px 15px 11px 15px;
}
.themesflat-pagination .page-prev-next > li:first-child {
  border-left: 0px;
}
.themesflat-pagination .page-prev-next > li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  color: #0d1f35;
  position: relative;
  z-index: 1;
}
.themesflat-pagination .page-prev-next > li a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0%;
  text-align: center;
  width: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesflat-pagination .page-prev-next > li a.prev:before {
  content: "\f104";
  left: 0;
}
.themesflat-pagination .page-prev-next > li a.next:before {
  content: "\f105";
  right: 0;
}
.themesflat-pagination .page-prev-next > li a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e9e9e9;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesflat-pagination .page-prev-next > li a.prev:after {
  left: 0;
}
.themesflat-pagination .page-prev-next > li a.next:after {
  right: 0;
}
.themesflat-pagination .page-prev-next > li a.prev {
  padding-left: 36px;
}
.themesflat-pagination .page-prev-next > li a.next {
  padding-right: 36px;
}

.themesflat-pagination .page-prev-next > li a:hover {
  color: #57b33e;
}
.themesflat-pagination .page-prev-next > li a:hover:before {
  color: #fff;
}
.themesflat-pagination .page-prev-next > li a:hover:after {
  background-color: #57b33e;
}

/* Footer
------------------------------------------------------------- */
#footer.style-1 {
  background-color: #1F242C;
  position: relative;
  z-index: 1;
  padding: 87px 0px 85px 0px;
}
#footer .bg-right {
  position: absolute;
  bottom: 0%;
  right: -2%;
  z-index: -1;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #57b33e;
}
#footer .footer-socials a {
  background-color: #707070;
  border: 1px;
  border-radius: 50%;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 40px;
  margin-right: 12px;
  text-align: center;
}
#footer .footer-socials .active,
#footer .footer-socials a:hover {
  color: #ffffff;
  background-color: #57b33e;
}
.margin-bottom-15,
.service-list {
  color: #ffffff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 28px;
  margin-top: 20px;
}
#footer h3 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
}
#footer h4 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
}

#footer .widget.widget_services {
  padding: 0 0 0 40px;
}
#footer .widget.widget_services ul {
  padding-top: 2px;columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#footer .widget.widget_services ul li {
  padding: 0;
}

#footer .widget.widget_Latest-post {
  padding: 0 0 0 60px;
}
#footer .widget.widget_Latest-post ul {
  margin-top: 2px;
}
#footer .widget.widget_Latest-post ul li {
  display: flex;
  display:-webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer .widget.widget_Latest-post ul li:last-child {
  padding-top: 16px;
}

#footer .widget.widget_Latest-post ul li .thumb {
  width: 30%;
  margin: 8px 11px 0 0;
}
#footer .widget.widget_Latest-post ul li .text {
  width: 70%;
  margin-top: -2px;
}
#footer .widget.widget_Latest-post .post-date {
  color: #ffffff;
  font-size: 12px;
  line-height: 28px;
}

#footer .Email input {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 7px 0px 7px 18px;
  margin-top: 4px;
  border-color: #3e444e;
}
#footer .btn-subcriber {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background-color: #ff7029;
  border: 0px;
  padding: 17px 0px;
  margin-bottom: 11px;
  width: 100%;
  letter-spacing: 0px;
}
#footer .btn-subcriber:hover {
  background-color: #57b33c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .tittle-email {
  color: #ffffff;
  opacity: 0.8;
}

#footer-widgets .widget ul {
  margin: 0;
  list-style: none;
}

#footer .footer-inner {
  padding: 70px 0;
}
.footer-secont-span{float: right;}
/* style 1 */

/* style 2 */
#footer.style-2 .footer-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer.style-2 .bg-left {
  position: absolute;
  left: -2%;
  bottom: 0%;
  z-index: -1;
}
#footer.style-2 a:hover {
  color: #57b33e;
}
#footer.style-2 {
  background-color: #f0f4f9;
}
#footer.style-2 .footer-information {
  background-color: #57b33c;
  border-radius: 0 0 5px 5px;
  margin: 0;
}
#footer.style-2 .footer-information a,
#footer.style-2 .footer-information span,
#footer.style-2 .footer-information i {
  color: #fff;
}
#footer.style-2 .footer-information a {
  font-weight: 700;
}
#footer.style-2 h3,
#footer.style-2 h4,
#footer.style-2 a,
#footer.style-2 p,
#footer.style-2 span {
  color: #1f242c;
}
#footer.style-2 .socical-icon {
  display: flex;
  display:-webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 30px 0 34px 0;
  margin-left: 14%;
}
#footer.style-2 .phone .socical-icon {
  margin-left: 26%;
}
#footer.style-2 .mail .socical-icon {
  margin-left: 19%;
}
#footer.style-2 .socical-icon .content a:hover {
  color: #ff7029;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer.style-2 .socical-icon .icon-1,
#footer.style-2 .socical-icon .icon-2,
#footer.style-2 .socical-icon .icon-3 {
  margin-top: 20px;
}

#footer.style-2 .socical-icon .icon-1:before {
  content: "\f041";
  font-family: "fontAwesome";
  color: #fff;
  font-size: 27px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 10px 15px;
  text-align: center;
  margin-right: 11px;
}
#footer.style-2 .socical-icon .icon-2:before {
  content: "\f095";
  font-family: "fontAwesome";
  color: #fff;
  font-size: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 12px 13px;
  text-align: center;
  margin-right: 12px;
}
#footer.style-2 .socical-icon .icon-3:before {
  content: "\f0e0";
  font-family: "fontAwesome";
  color: #fff;
  font-size: 23px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 11px 12px;
  text-align: center;
  margin-right: 13px;
}

#footer.style-2 .address::after,
#footer.style-2 .phone::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer.style-2 .address::after {
  right: 2%;
  top: 24%;
}
#footer.style-2 .phone::after {
  right: -7%;
  top: 24%;
}

#footer.style-2 .widget.widget_text p {
  margin-bottom: 25px;
  margin-top: 17px;
}

#footer.style-2 .widget.widget_services {
  padding-left: 50px;
}
#footer.style-2 .widget.widget_services .widget-title {
/* padding-bottom:4px;*/
}

#footer.style-2 .widget.widget_useful-link .widget-title span {
  padding-bottom: 4px;
}
#footer.style-2 .widget.widget_useful-link ul li {
  padding: 0px 0 0 0;
}

/*#footer.style-2 .widget.widget_email {
  padding-top: 7px;
}*/
#footer.style-2 .btn-subcriber {
  margin-bottom: 13px;
}

#footer.style-2 .footer-socials a {
  background-color: #fff;
  color: #707070;
}
#footer.style-2 .footer-socials .active,
#footer.style-2 .footer-socials a:hover {
  color: #fff;
  background-color: #ff7029;
}
#footer.style-2 .widget-infomation .widget-infomation-inner .icon1::before {
  content: "\f041";
  font-family: "FontAwesome", sans-serif;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 15px;
  text-align: center;
}
#footer.style-2 .Email input {
  background-color: #fff;
  padding-left: 20px;
  padding-top: 5px;
}

/* Bottom
-------------------------------------------------------------- */

#bottom {
  background-color: #1d1d1d;
}
#bottom .bottom-bar-inner-wrap {
  padding: 24px 0px 24px 0px;
  display: flex;
  display:-webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#bottom .bottom-bar-content {
  display: flex;
  display:-webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width:100%;
  font-size: 16px;
  /* margin-left: 10px; */
  letter-spacing: 0.1px;
}
#bottom .bottom-bar-content a,
#bottom .bottom-bar-content span,
#bottom .bottom-bar-menu a {
  color: rgba(255, 255, 255, 0.5);
}
#bottom .bottom-bar-content li {
  padding: 0 5px 0 0;
}

#bottom .bottom-bar-menu {
  display: flex;
  display:-webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  width: 50%;
  font-size: 16px;
  padding-left: 26%;
}
#bottom .bottom-bar-menu a {
  padding: 0 13.5px;
}
#bottom .bottom-bar-menu a::after {
  content: "|";
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  margin-left: 12px;
}

#bottom .bottom-bar-content a:hover,
#bottom .bottom-bar-menu a:hover {
  color: #57b33e;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.margin-right-3 {
  margin-right: 3px !important  ;
}
/* style-2 */
#bottom.bottom-style-2 {
  background-color: #f0f4f9;
  border-top: 1px solid #d9d9d9; 
}

#bottom.bottom-style-2 .bottom-bar-inner-wrap {
  padding: 21px 0px 3px 20px;
}

#bottom.bottom-style-2 .bottom-bar-content a {
  width: 100%;
  color: #1f242c;
  text-align: center;
}
/* BACKGROUND IMG HOME */
.service {
  background-image: url("img/shortcode/service/slider-3.jpg");
  background-size: cover; 
  padding: 0 0 303px 0;
}
.row-experiences {
  background-image: url("img/shortcode/experience/bg-experience.jpg");
  background-size: cover;
  padding: 0 0 443px 0;
}
.row-request {
  background-image: url("img/shortcode/request/bg-request.jpg");
  background-size: cover;
}
.style-2 .item.acticle .img-overlay {
  background-image: url("img/shortcode/article/article-4.png");
  background-color: #57b33e;
  border-radius: 5px;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}

#scroll-top.show {
  right: 24px;
  opacity: 1;
  visibility: visible;
}
#scroll-top:before,
#scroll-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top:before {
  z-index: -1;
  background-color: #57b33e;
}
#scroll-top:after {
  content: "\f10c";
  font-family: "Ionicons";
  font-size: 18px;
  color: #fff;
}
#scroll-top:hover:before {
  background-color: #ff7029;
}


#site-header a h3{
  display: inline;
  color: #57b33e;
  font-size: 22px;
}
#site-header a p{
  display: inline;
  padding-left: 0px;
}

.themesflat-headings.style-1 .heading {
    color: #000;
}
.row-experiences-content {
    width: 1170px;
}

.img-about-us-2 {
    top: 15%;
}

.counter-item-about-us {
    bottom: 0px;
}

.counter-item-about-us .number-wrap {
    font-size: 17px;
    margin-top: -20px;
}

.counter-item-about-us {
    background-color: #fbd0c4;
}

#get-a-quote {
    background-color: #57b33e;
    border-radius: 7px;
    padding: 19.5px 56px;
    border-style: solid;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

#get-a-quote:hover {
    background-color: #ff7029;
    color: #fff;
}

.row .animated .link-1 .zingbox-icon-check {
    color: #ff7029;
    padding-right: 11px;
    font-size: 20px;
}

.item.acticle .img img {
  max-width: 185px;
}

.owl-theme .owl-nav {
    margin-top: 63px !important;
    display: none !important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav{
  display: none !important;

}


.row-counter{
  background: #f0f4f9;
}

.img-about-us, .img-about-us-1, .img-about-us-2 {
  max-width: 55% !important;
}


.bar-contant {
  margin-right: -270px;
}
.theme-black {
    background: #111 !important;
}

.theme-regular {
    background: #fff !important;
}
.palette {
    height: 13px;
    min-width: 20px;
    /* background: #ddd !important; */
    display: inline-block;
    border-radius: 2px;
    position: relative;
    top: 3px;
    margin-left: 3px;
    border: 2px solid #e4f1f9;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    -ms-border-radius: 2;
    -o-border-radius: 2;
}

.row-service{
  background: url(../assets/img/pngegg.png);
  height: 565px;
}

.box-service {
background: white;
}


@media only screen and (max-width: 767px) {
   .header-style-2 #site-logo {
    margin-left: 0px; 
}

#site-logo {
    width: 83% !important;
}
#site-logo-inner {
    padding-left: 0px;
}

.img-about-us-1 {
    left: 39.5%;
}
.img-about-us-2 {
    left: 4%;
}
.img-about-us {
  padding-left: 12px;
}

.img-about-us-2 {
height: 220px;
}

.img-about-us, .img-about-us-1, .img-about-us-2 {
    max-width: 47% !important;
}

.counter-item-about-us {
    bottom: -17px;
    height: 70px;
}
#site-header.is-fixed.is-small img {
    max-width: 20% !important;
}
.m-size {
      margin-left: 75px;
    margin-top: -62px;
}
.mbl{
  margin-top: -13px;
}
#site-header a h3 {
    font-size: 18px;
}
.m-size p {
  font-size: 13px;
}
.row-aubout-us #get-a-quote {
  margin-left: 90px;
}
.box-service {
    padding-top: 55px;
}
.item.acticle .img img {
    padding-left: 0px;
}
.main-logo img {
    max-width: 20% !important;
}
.counter-item-about-us .heading {
    margin-top: -20px;
}
#site-header a p {
    padding-left: 0px;
}
#site-header.is-fixed.is-small #site-logo {
    padding: 33px 10px 60px 10px !important;
}

.row-articles{
  /* padding-top: 680px; */
  padding-top: 200px;
}
.row-service {
background-image: none;
}

}

@media only screen and (max-width: 2000px) {
/* .header-style-2 #site-logo {
    margin-left: 0px;
} */
#site-logo-inner {
     padding-left: 0px;
}

}

#rev-slider1{
  height: 80% !important;
}

/* .rev_slider_wrapper {
  height: 80% !important;
} */


.row-aubout-us {
      margin-bottom: -200px;
    margin-top: 30px;
}

.mbl{
  margin-left: 15px;
}



 .box-service {
   background: #504f4e;
 }

 .service-inner-text .icon {
    background-color: #51504f;
 }

 .row-service ul li a ,h3{
   color: white;
 }

 .h-2{
   margin-left: 115px;
    margin-bottom: 25px;
    margin-top: -70px;
 }

 .link-1 img{
   max-width: 310px;
    height: 250px;
 }



 .logoheight img{
  max-width: 43px;
}

.disabled{
  display: none;
}


 /*---------------------------------HEADER---------------------------------------*/

 .topbar {
  background: rgb(87 179 62);
}

.topbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  border-left: 1px solid rgb(190 76 20);
}

.topbar .navbar-nav .nav-link:hover,
.topbar .navbar-nav .nav-link:focus {
  color: #fff;
  opacity: .8;
}

.theme {
  background-color: #57b33e;
  /* padding: 2px; */
  margin: 5px 7px;
  display: inline-flex;
}

.palette.theme-black {
  color: #fff;
  background-color: #2a2a2a;
}

.palette {
  width: 30px;
  display: inline-block;
  text-align: center;
  color: #000;
  position: relative;
  font-size: 12px;
  height:25px;
  line-height: 25px;
  vertical-align: middle;
  top: -1px;

}

.font-selection a {
  color: #fff;
  width: 32px;
  line-height: 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.122);
  display: inline-block;
}

.topbar .form-inline .form-control {
  height: 28px;
  padding-right: 28px;
  background: rgb(255 255 255 / 97%);
  border-radius: 30px;
  max-width: 184px;
  font-size: 14px;
}

.topbar .form-inline .btn {
  position: absolute;
  border-radius: 50%;
  font-size: 10px;
  padding: 0;
  height: 24px;
  width: 24px;
  right: 6px;
  background: rgb(62 62 62);
  color: #fff;
}


/*  */

.top-head {
  background: rgb(226 91 25) !important;
  position: relative;
  z-index: 2;
}

.top-head a {
  color: rgb(255 255 255) !important;
}

.top-head a.text-dark:focus,
.top-head a.text-dark:hover {
  color: #ccc !important;
}

.header-new-section .container {
  max-width: 100%;
}

.top-head .border-left {}

.top-head .border-right {
  border-right: 1px solid #93eae7 !important;
}

.search_form {
  display: inline-block;
}

.search_form .form-control {
  height: 28px;
  border: none !important;
  background: none !important;
  font-size: 13px;
}

.search_form .input-group-append {
  border: none;
  padding: 0 10px 4px;
  height: auto;
  background: rgb(48 80 171);
  color: #fff;
  font-size: 13px;
}

.search-form {
  border: 1px solid #c3c3c3;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

a.advance-search {
  font-size: 13px;
  color: #9167be !important;
  position: relative;
  top: -2px;
}

.top-head .link-group a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  color: rgb(0 0 0) !important;
  background-color: rgb(255 255 255 / 82%);
  margin-top: 2px;
  border-radius: 3px;
  font-size: 14px;
}

.top-head .link-group a.contrast {
  background-color: #000;
  border: 1px solid #000;
  color: #ffeb3b !important;
}

.top-head ul li {}

li.top-login {
  padding-left: 10px;
}

li.top-login.dropdown:hover .dropdown-menu {
  display: block;
}

li.top-login.dropdown .dropdown-menu {
  top: 26px;
  margin: 0px;
  padding: 0px;
  background: #6ed3cf;
}

li.top-login.dropdown .dropdown-menu li a:hover {
  color: #fff !important;
  background: #9167be;
}

li.top-login.dropdown .dropdown-menu li {
  border-top: solid 1px #fff;
}

li.top-login.dropdown .dropdown-menu li:first-child {
  border-top: 0px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 255 255);
  background: rgb(240 126 1);
}

.nav-item .dropdown-toggle::after {
  position: relative;
  top: 3px;
  left: 6px;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
  background: rgb(251 251 251);
  box-shadow: 0 10px 10px 0 #00000021;
}
.nav-item.dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
}





.nav-item.dropdown .dropdown-menu li a {
  padding: 7px 15px 7px;
  border-bottom: 1px solid rgb(0 0 0 / 7%);
  color: #333;
  text-transform: capitalize;
}

.navbar {
  padding: 0rem 1rem !important;
}

.navbar-brand img {
  max-width: 75px;
  display: inline-block;
  vertical-align: sub;
  height:75px;
}

.navbar-brand span {
  width: 75px;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}



.logo-title h1 {
  line-height: 1.5;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  padding-bottom:0px;
 
}

.navbar-brand img {}

.navbar-brand p {
  margin: 0;
  font-size: 14px;
}

.logo-title {
  display: inline-block;
  margin-left: 10px;position: relative;top:-15px;
}

.logo-title h5 {
  margin: 0;
  font-size: 16px;
}

.logo-title p {}

a.navbar-brand {
  color: #000;
}

.btn-rounded {
  border-radius: 10em;
}

.bottom-header .navbar {
  background: rgb(87 179 62);
  box-shadow: 0 14px 14px 2px rgba(0, 0, 0, 0.129);
  position: relative;
  z-index: 10;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
 /* width:1200px;*/
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  max-width: 98%;
}



.dropdown-menu {
  min-width: 13rem;
}

a.btn.btn-outline-primary {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: #000080;
  padding: 7px 13px 7px;
  font-size: 18px;
  box-shadow: 0 0 8px #000080;
}

a.btn.btn-outline-primary:hover {
  color: #4169e1;
  background-color: #edbb02;
  border-color: #edbb02;
}

.middle-header {
  position: relative;
  z-index: 1;
  background: #fff;
}

.mainmenu .navbar-nav .nav-item:hover>.nav-link {
  color: #fff;
  background: rgb(240 126 1);
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  /* padding: 0; */
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 255 255);
  background: rgb(240 126 1);
}

.mainmenu .navbar-nav .nav-link {
  color: rgb(255 255 255);
  padding: 20px 20px;
  border-right: 1px solid rgba(224, 224, 224, 0.31);
  font-size: 14px;
  font-weight: 700;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}




.navbar-light .navbar-toggler {
  border: none;
  height: 32px;
  outline: none;
}

.login-pro {
  font-weight: 600;
  font-size: 14px;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
}



.pulse {
  box-shadow: 0 0 0 #2077c3;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 #2077c3;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px #2077c3;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 #2077c3;
  }
}

@keyframes pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 #2077c3;
      box-shadow: 0 0 0 0 #2077c3;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.bottom-header .btn {
  color: #fff !important;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid;
  border-radius: 30px;
  margin-right: 5px;
}

.topbar .form-inline {
  max-width: 192px;
}

.topbar .btn:hover {
  background: #333;
}

.foot-login:hover,
.widget_links li a:hover {
  opacity: .8;
  color: #fff
}

.bottom-header .a_search {
  background:#f07e01;
}

.bottom-header .btn_login {
  background: #f07e01;
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #aab4bd;
}

::-webkit-scrollbar-track {
  background: #e8edf2;
}

a:hover {
  text-decoration: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}




/*---------------------------------CM SLIDER-----------------------------------*/

.offset-md-2 {
  margin-left: 0%;
}

.slider1.slick-initialized {
  visibility: visible;
  opacity: 1;
}

/* .minister-slider {
  margin-left: 70px;
} */

 .cm {
  border:solid 1px #57b33e;
} 
.cm .bc{padding:10px 0; background: #57b33e;}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #eea412;
  margin: 0;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.navbar-toggler{
  display: none;
}

.collapse.navbar-collapse{
display: block;
}

@media only screen and (max-width: 992px) {
  .navbar-toggler{
    display: block;
  }
  .collapse.navbar-collapse{
    display: none;
    }
    .collapse.navbar-collapse.show{
      display: block;
      }
}

@media only screen and (max-width: 767px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width:100%;
  }
  .navbar-toggler{
    display: block;
  }
  .collapse.navbar-collapse{
    display: none;
    }
    .collapse.navbar-collapse.show{
      display: block;
      }
      #main-content-home .slick-slide img{height:auto;}
      .themesflat-spacer{height:20px!important;}
}

a:hover {
  outline: none;
  color: #000;
  text-decoration: none;
}

#topmenubar,#navbarSupportedContent{
  font-weight: 700;
}


.themesflat-headings.about-us.style-2 .heading-shadown-text {
  top:32px!important;
  left: 0% !important;
}

.cm h4{
  font-size: 18px;
  text-align: center; color:#fff;
}

.cm p{
  font-size: 13px;
  text-align: center;
  font-weight: 500; line-height:1; color:#e5e5e5;
}

/* .p1{
  padding-bottom: 197px;
} */

.counter-item-about-us {
  /* background-color: #fff; */
  padding: 10px 40px;
  position: inherit !important;
  /* bottom: 32px; */
  /* left: 5%; */
  border-radius: 5px;
}

.footer-inner p{
  font-size: 16px;
}

.bc{
  background: white;
}

.row-articles .img a h1{
  color: #000;
}

/* .site-main ul{
height: 80% !important;
} */

.custom.tp-bullets {
top: 80% !important;
}

#rev-slider1{
  height: 80% !important;
}
.btn.text-bold{font-weight: bold;padding:10px 20px;}
/* INERR PAGE */

.inner-header {
  background: url(img/strip-bg-1.jpg) no-repeat top left;
  background-size: 100%;
  padding: 50px 0;
}

.inner-header h3 {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
}

.fontresize {
  overflow: hidden;
}
.inner-pages {
  /* background: url(../images/about-us-bg-1.png)repeat-x bottom left; */
  border-bottom: solid 1px#e0e0e0;
}

.overflow {
  overflow: hidden;
}
.breadcrumbs {
  margin: 20px0;
  float: left;
}

ul {
  list-style: none;
}

.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}
.breadcrumbs li a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.breadcrumbs>li+li:before {
  padding: 0 5px;
  color: #8a8a8a;
  font: normal normal normal 14px /1 FontAwesome;
  content: "\f101";
}

.print-option {
  float: right;
  margin: 20px 0;
}

.print-option button {
  background: transparent;
  border: solid 1px#3B3B3B;
  color: #3B3B3B;
  border-radius: 3px;
  padding: 2px 10 px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.innerpage-block {
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0px 5px 6px -4px #888888;
  min-height:450px;
  border: solid 1px#e3e2e2;
}

.quotes {
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.innerpage-block ul {
  margin-left: 20px;
}
.innerpage-block li {
  padding-left: 5px;
  position: relative;
}
.innerpage-block li:before {
  /*content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0px;
  top: 5px;*/
}

.last-update {
  font-size: 13px;
  color: #6f6f6f;
  margin-bottom: 20px;
  display: block;
}

.last-update:before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbs{
  margin-top: 25px;
  font-size: 15px;
}
.print-option button{
  font-size: 13px;
}

/* .innerpage-block p, ul{
  font-size: 14px;
} */

.row{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mt10 {
  margin-top: 10px;
}
/*Fixed Social*/

        #fixed-social {
           position: fixed;
           z-index: 99999;
           top: 450px;          
           right:-153px;
           transition: all 0.5s; cursor: pointer;
           display: inline-block;
        }
        #fixed-social img{display:block; width: 152px; height:224px; }
        #fixed-social:hover{right:0px;}
        #fixed-social i{display: inline-block;padding-bottom:2px;}
        #fixed-social>a{color:#fff;text-decoration: none;}
        .resp-container {
            position: relative;
            overflow: hidden;
            padding-top: 50.25%;
        }
        .resp-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
        .dairy_cls .modal-header{padding:8px;}
        .dairy_cls .modal-title{color:#000;}
        .titles_cls{ background:#343a40;
           color: #fff;
           padding:8px 10px; font-size: 15px;
           border-radius:6px 0 0 6px; writing-mode: vertical-rl;text-orientation: mixed;display:inline-block; text-align: center; line-height: 20px;text-transform: uppercase;height:224px;}
           .extra-padding{padding-left:15px!important;padding-right:15px!important;}



           /*==================
 FRONTEND LOGIN
====================*/
.front-login {
  max-width:880px;
  overflow: hidden;
  margin:20px auto 0 auto;
  background:rgb(68 146 46 / 73%);
  color: #fff;
  padding: 30px 20px;
  border-radius: 4px;
  box-shadow: 6px 7px 10px -4px #888888;
  position: relative;
  z-index: 999;
}
.login-right {
  border-left:dashed 1px #c0c0c0;
  min-height: 220px;
}
.front-login .forget-password a{color:#fff;}
.login-left{text-align: center;}
.login-btn{background: #f07e01; padding:8px 30px; font-size: 20px;border-color: #f07e01;}
.login-right h3, .login-left h3{border-bottom:solid 1px #c0c0c0; margin-bottom: 15px; padding-bottom: 10px;}
.login-right .form-control{font-size:16px;}
.forget-password{text-decoration: underline;}
.textfraph{position: relative;z-index: 999;}
.textfraph li{margin-bottom:5px;}
.textfraph li span{display:inline-block; font-size:30px;}
.textfraph li a{display: block; background:#57b33e; padding:3px 20px; border-radius: 6px; padding-top:6px;font-size:20px; color:#fff;}
.textfraph li.two a{color:#fce435;}
.textfraph li.three a{color:#fff;}
.textfraph li a:hover{background:#318519;}
.headings{background: rgb(87 179 62); color:#fff; font-size: 22px;padding:10px 20px;margin-top:20px;}
.inn-content{margin-left:20px; margin-top:20px;}
.gallery-items img {transition: all .3s linear;}
.gallery-items:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.gallery-items {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-items .gallery-img img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.img-box {
    height: 95px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    padding: 12px;
    border: 1px dotted #ccc;
    margin: 15px 4px;
    background:#fff;
}
.img-box img {
    max-width:60%;
    max-height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.gallery-items .desp{position: absolute;height: 30px; background: rgba(0,0,0,0.6); bottom:0px; left:0px; right: 0px; text-align: center;}
.gallery-items .desp h5{ color: #fff; font-weight: normal;}
.desp h4{line-height:30px!important;}

@media only screen and (max-width:1366px) {
.themesflat-headings.about-us.style-2 .sub-heading {
  margin: 6px 60px 35px 1px;
}
}


/* pagination start */

.pagination {
	list-style: none !important;
	padding: 0 !important;
	line-height: 30px;

}

.pagination li a:hover, .pagination li.active a {
	background: #e0a50e;
	color: #fff;
}

.pagination li a {
	height: 30px;
	min-width: 30px;
	display: inline-block;
	color: #484032;
	text-align: center;
	line-height: 30px;
	padding: 0 6px;
	margin-right: 5px;
	border-radius: 50%;
	background: #eee;
}
/* pagination end */
.navbar-toggler:focus, .navbar-toggler:hover {
   background-color: transparent;
}
@media only screen and (max-width:767px){
  #footer.style-2 .footer-inner {
      padding: 10px 0 !important;
  }
  .inner-header h3{font-size:14px;}
  .inner-header{padding:30px 0;}
  .login-right{border-left:0px;margin-top:30px;}
  .forget-password{display: block; margin-top:20px;float:none;text-align: center;}
  .navbar-brand img{width:50px;height:50px;}
  .logo-title{top:0px; text-align: left!important;}
  .logo-title h1{font-size: 20px!important;}
  .logo{text-align:left!important;}
  .logo.centerlogo .logo-title h1{top:-10px!important; font-size: 26px!important;}
  #topnav .container-fluid, .mainmenu .container-fluid{justify-content:flex-start;}
  .topbar .navbar-nav .nav-link{border-left:0px;}
  .mainmenu .navbar-nav .nav-link{border-right:0px;}
  }
  .error{

color:red;
  }
 /* .form-submit .infor input:first-child {
    margin-right: 0%!important;; 
}

.form-submit .infor input {
    width: 0%!important;; 
}*/

input[readonly] {
  background-color: #e7e6e6;
}

.heading-name{

  font-size: 35px;
  text-align: center;
  color: white;
}
.p-sub-heading{

  font-size: 18px;
  color: white;
}
a.p-sub-heading {
  color: #fff;
  opacity: 1;
 font-weight: 600;
}
a:hover.p-sub-heading{
  color: #007bff;
}
.swal2-styled.swal2-confirm {
  background: #f07e01 !important;
  padding: 8px 30px !important;
  font-size: 20px !important;
  border-color: #f07e01 !important;
  
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
}
.swal2-styled.swal2-confirm {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.swal2-styled.swal2-cancel {
      background: red !important;
  padding: 8px 30px !important;
  font-size: 20px !important;
  border-color: red !important;
  
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
}
  ,.swal2-styled.swal2-cancel {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.error {
  color: red;
}

.red {
  color: red;
}

.banner-img {
  width: 100%;
  max-height: 280px;
  margin-bottom: 50px;
}

.pagedetail {
  border: dashed 1px #ccc;
  padding: 15px;
}

.dashboar-count {
  border: dashed 1px #333;
  border-radius: 6px;
  float: right;
  margin-bottom: 10px;
}

.dashboar-count span {
  background: #333;
  display: inline-block;
  color: #fff;
  padding: 10px;
}

.dashboar-count label {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom: 0px;
  padding: 0 15px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Loader*/
#ftco-loader {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

#ftco-loader.fullscreen {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  overflow: hidden;
}

#ftco-loader.blocks {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(0, 157, 167, 0.66);
  z-index: 999;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 6px;
}

#ftco-loader.blocks .labels {
  text-align: center;
  color: #fff;
  position: relative;
  bottom: -130px;
}

#ftco-loader.fullscreen .labels {
  text-align: center;
  color: #fff;
  position: relative;
  top: 55%;
}

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
  }

  50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
  }

  100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
  }

  50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
  }

  100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px;
  }
}
/* Start By Dimple 2 feb 2022 for mobile view for developer*/
@media only screen and (max-width: 600px)  and (min-width: 240px) { 

  .navbar-light .navbar-toggler {
    height: 18px;
}

.navbar-brand img {
  width: 25px;
  height: 25px;
}


.logo-title h1 {
  font-size: 16px!important;
}


.navbar-brand p {
  font-size: 10px;
}

.logo-title {
  top: 6px;
  line-height: 10px;
}

.pb-2, .py-2 {
  padding-bottom: 0.1rem!important;
}

.navbar-brand {
   padding-top: 0.1rem; 
   padding-bottom: 0.1rem;
}

#footer h3 {
  font-size: 12px;
}

#footer.style-2 h3, #footer.style-2 h4, #footer.style-2 a, #footer.style-2 p, #footer.style-2 span {
  color: #1f242c;
  font-size: 11px;
line-height: 17px;
}

#footer .widget.widget_services ul {
  padding-top: 0px;
}

#bottom.bottom-style-2 .bottom-bar-inner-wrap {
  padding: 5px 0px 3px 20px;
line-height: 20px;
}

.bottom-bar-inner-wrap span{
  font-size: 13px;
}


}
/*End  By dimple 2 feb 2022 for mobile view for developer*/