@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700;800;900&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@font-face {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular.ttf);
}

@font-face {
    font-family:Oswald-Light;
    src: url(../fonts/Oswald-Light.ttf);
}

@font-face {
    font-family:glasgow-medium;
    src: url(../fonts/glasgow-medium.ttf);
}

@font-face {
    font-family:OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family:OpenSans-Light;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family:OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family:Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family:Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family:Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family:Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family:Ubuntu-Bold;
    src:url(../fonts/Ubuntu-Bold.ttf) format('truetype');
}
@font-face {
    font-family:Ubuntu-Regular;
    src:url(../fonts/Ubuntu-Regular.ttf) format('truetype');
}
@font-face{
	font-family:'Oxygen-Bold';
	src:url(../fonts/Oxygen-Bold.ttf) format('truetype');
}
@font-face{
	font-family:'Oxygen-Regular';
	src:url(../fonts/Oxygen-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Oxygen-Bold';
    src:url(../fonts/Oxygen-Bold.ttf) format('truetype');
}

body {
    /*font-family:'Roboto-Medium',Arial,Helvetica,sans-serif;*/
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Vollkorn', serif !important;
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
p{font-family: 'Vollkorn', serif !important;}
h1,h2,h3,h4,h5,h6,ul,p{margin:0px; padding:0px;font-weight:600;}
li{list-style:none;}
a{text-decoration:none;transition:all ease-in-out 0.5s;}
a:hover{text-decoration:none;transition:all ease-in-out 0.5s;}
::-moz-selection { /* Code for Firefox */
  color: #2b2a28;
  background: yellow;
}

::selection {
  color: #2b2a28; 
  background: yellow;
}
header,section,footer{width:100%;float:left;}
/*.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:OpenSans-Regular;}*/
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-family: 'Vollkorn', serif !important;}
.top_sec{background-color: #2b2a28;padding: 0px 0px;}
.logo a{width: 100%;padding-top: 20px;float: left;}
.logo img.img-responsive {
    width: 300px;
}
.top-sec_inner{position: relative;margin-bottom: 15px;}
.top-sec_inner li{ padding-left: 20px; display: inline-block;margin-right: 35px;color: #fff;font-weight: 100;}
.top-sec_inner li i{position: relative; color:#ffa137;left: -30px;top: 20px;font-size: 20px;}
.top-sec_inner li p{font-weight: 500;  font-size: 14px;  letter-spacing: 0.5px;}
.top-sec_inner li p span{color: #ffa137;}
.chal{}
.chal span{margin-right: 10px;margin-top: 8px;}
.chal span a{color: #fff;}
.chal span a i{position: inherit;font-size: 15px;}
.time_border{padding-left: 13px;border-left: 1px solid #5c5a5b;}
/*nav css*/
.stellarnav.mobile li a{color: #fff !important;}
.stellarnav { position: relative; width: 100%; z-index: 9900; line-height: normal; }
.stellarnav a { color: #777; }
.stellarnav ul { margin: 0; padding: 0; text-align: left; background-color: #fff;}
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding: 7px 15px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }

/* main level */
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a { padding: 20px 25px; }

/* first level dd */
.stellarnav ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; }
.stellarnav li li { display: block; }

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.stellarnav.light { background: rgba(255, 255, 255, 1); }
.stellarnav.light a { color: #000; }
.stellarnav.light ul ul { background: rgba(255, 255, 255, 1); }
.stellarnav.light li a { color: #000; }

/* dark theme */
.stellarnav.dark { background: rgba(0, 0, 0, 1); }
.stellarnav.dark a { color: #FFF; }
.stellarnav.dark ul ul { background: #ffa137; }
.stellarnav.dark li a { color: #2b2a28;font-size: 15px;font-weight: 100; }
.stellarnav.dark li a:hover{    background-color: #2b2a28;
    color: #fff !important;}
/* sticky nav */
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after { content: ''; margin-left: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #2b2a28; display: inline-block; }
.stellarnav li li.has-sub > a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #000; position: relative; top: 4px; }
.stellarnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #FFF; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop li.has-sub a { padding-right: 5px; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }

/* svg icons */
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.stellarnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.stellarnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.stellarnav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.stellarnav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.stellarnav.light .icon-close:before { border-color: #000; }
.stellarnav.light .icon-close:after { border-color: #000; }
.stellarnav.dark .icon-close:before { border-color: #FFF; }
.stellarnav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
.stellarnav .full { width: 100%; }
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav .location-btn-mobile.half { text-align: right; }
.stellarnav.light .third, .stellarnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-left: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-left: 0; }
.stellarnav.light .menu-toggle span.bars span { background: #000; }
.stellarnav.dark .menu-toggle span.bars span { background: #FFF; }
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a { padding: 15px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background: #2b2a28; }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {z-index: 111111; position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.stellarnav.mobile.right > ul { right: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third { text-align: left; }
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul { background: none; }
.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.stellarnav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop > ul > li.mega { position: inherit; }
.stellarnav.desktop > ul > li.mega > ul { width: 100%; }
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.stellarnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */


/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
    .stellarnav { overflow: hidden; display: block; }
    .stellarnav ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
    .stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
}
.search {
  width: 130px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  margin-top: 15px;border-radius: 0;
    border: 1px solid #ffa137;
    color: #ffa137;
}
.search::placeholder{color: #ffa137;}
.search:focus{    border-color: #ffa137;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;}

/* When the input field gets focus, change its width to 100% */
.search:focus {
  width: 100%;
}
.new-color{color: #000 !important;
    background-color: #ffa137 !important;}
.new-color:hover{background-color: #2b2a28 !important;}
.fixed{position: fixed;top:0;z-index: 1111;width: 100%;background-color: #fff;box-shadow: 0px 0px 5px 0px #000;}
/*nav css end*/
/*----------------------------------------------------------------------------------------------------------*/

/*banner css*/
#loop-slider,#loop-slider #img-group .slide {
  position: relative;
  width: 100vw;
  max-width: 100%;
}

:root {
  --img-height: calc(100vw / 3.24);
  --img-height-mobile: calc(100vw / 2.2);
}

#loop-slider {
  overflow: hidden;
  height: var(--img-height);
}

@media (max-width:920px) {
  #loop-slider {
    height: var(--img-height-mobile);
  }
}

#loop-slider:hover .controls::after,#loop-slider:hover .controls::before {
  opacity: 1;
}

#loop-slider #img-group {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-100vw);
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
}

#loop-slider #img-group .slide {
  display: inline;
  float: left;
  height: var(--img-height);
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 99;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width:920px) {
  #loop-slider #img-group .slide {
    height: var(--img-height-mobile);
  }
}

#loop-slider .control-container {
  height: var(--img-height);
}

@media (max-width:920px) {
  #loop-slider .control-container {
    height: var(--img-height-mobile);
  }
}

#loop-slider .controls {
  z-index: 1000;
  position: absolute;
  top: 50%;
  display: block;
  width: 33px;
  height: 50px;
  transform: translateY(-50%);
}

#loop-slider .controls:hover {
  cursor: pointer;
}

#loop-slider .controls::after,#loop-slider .controls::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 35px;
  height: 6px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 2px 6px rgba(0,0,0,.7);
  top: 12px;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  opacity: 0;
}

@media (max-width:920px) {
  #loop-slider .controls::after,#loop-slider .controls::before {
    opacity: 1;
  }
}

#loop-slider .controls.prev {
  left: 20px;
}

#loop-slider .controls.prev::after,#loop-slider .controls.prev::before {
  top: 12px;
  left: 0;
}

#loop-slider .controls.prev::before {
  transform: rotate(-45deg);
  border-top-left-radius: 2px;
}

#loop-slider .controls.prev::after {
  transform: translateY(21px) rotate(45deg);
  border-bottom-left-radius: 2px;
}

#loop-slider .controls.next {
  right: 20px;
}

#loop-slider .controls.next::after,#loop-slider .controls.next::before {
  top: 12px;
  right: 0;
}

#loop-slider .controls.next::before {
  transform: rotate(45deg);
  border-top-left-radius: 2px;
}

#loop-slider .controls.next::after {
  transform: translateY(21px) rotate(-45deg);
  border-bottom-left-radius: 2px;
}

/*banner css end*/
 /*-------------------------------------------------------*/

/*button css*/
.btn{
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease 0s;
}
.btn:before,
.btn:after{
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease 0s;
}
.btn:after{
    top: auto;
    left: auto;
    bottom: 5px;
    right: 5px;
}
.btn:hover:before,
.btn:hover:after{
    width: 50%;
}
.btn.btn-sm:before,
.btn.btn-sm:after{
    height: 2px;
    top: 3px;
}
.btn.btn-sm:after{
    top: auto;
    bottom: 3px;
}
.btn.btn-xs:before,
.btn.btn-xs:after{
    height: 1px;
    top: 2px;
}
.btn.btn-xs:after{
    top: auto;
    bottom: 2px;
}
.btn.red{
    color: #fe6d6d;
    border: 1px solid #fe6d6d;
}
.btn.red:hover{
    background: #fe6d6d;
    color: #fff;
}
.btn.blue{
    color: #2b2a28;
    border: 1px solid #2b2a28;
}
.btn.blue:hover{
    background: #2b2a28;
    color: #fff;
}
.btn.orange{
    color: #ee955b;
    border: 1px solid #ee955b;
}
.btn.orange:hover{
    background: #ee955b;
    color: #fff;
}
.btn.green{
    color: #ffa137;
    border: 1px solid #ffa137;
}
.btn.green:hover{
    background: #ffa137;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 20px; }
}
/*button css end*/

/*---------------------------------------------------*/

/* service box*/
.description{font-weight: 400;padding-bottom: 15px;}
.service-icon img{border-radius: 50%;    height: 100px;object-fit: cover;}
.serviceBox{
    padding: 70px 20px 30px;
    margin: 50px 0 110px;
    background: #2b2a28;
    text-align: center;
    position: relative;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 100px;
    background: #2b2a28;
    position: absolute;
    bottom: -100px;
    left: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.serviceBox:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{ width: 100%; }
.serviceBox .service-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #951c45;
    border: 5px solid #fff;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateX(360deg); }
.serviceBox .title{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
}
.serviceBox.yellow,
.serviceBox.yellow:before,
.serviceBox.yellow .service-icon{ background: #ffa137; }
.serviceBox.blue,
.serviceBox.blue:before,
.serviceBox.blue .service-icon{ background: #0c5685; }
.serviceBox.green,
.serviceBox.green:before,
.serviceBox.green .service-icon{ background: #95be3e; }
@media only screen and (max-width:767px){
    
    .market-list li {
    width: 100% !important;
    margin-left: 0 !important;
    
}
    
    .serviceBox{ margin: 50px 0 160px; }
}
.service_sec{position: relative; margin: 0 0 350px 0;}
.ser_vice_sec{ position: absolute;
    width: 100%;
    float: left;
    margin: 0 auto 0 auto;
    top: -150px;
    left: 0;
    padding: 0px 150px;}
/*service box end */

/*---------------------------------------------------------------------------*/

/*welcome css*/
.wel_come-sec{padding: 40px 0px 40px 0px;}
.nav_jivam{width: 100%;float: left;}
.nav_jivam1{width: 100%; height: 400px;/*overflow: hidden;*/float: left;}

/*.nav_jivam1:hover{overflow-y: scroll;}*/
.nav_jivam1 h1{width: 100%;
    margin-bottom: 5px;
    float: left;
    font-size: 35px;
    color: #ffa137;
    line-height: 40px;
    letter-spacing: 0.8px;}
.nav_jivam1 p{width: 100%; padding: 5px 0px; letter-spacing: 0.8px; font-size: 15px;text-align: justify;font-weight: 400; float: left;}
.nav_jivam1 ul li{letter-spacing: 0.8px; list-style-type: disc;  font-size: 15px;text-align: justify;font-weight: 400;}
.nav_jivam1 ul{padding-left: 20px;}
.read_sec_full{width: 100%; margin-top: 20px; float: left;}
.catpage .about_content ul li{letter-spacing: 0.8px; list-style-type: disc;  font-size: 15px;text-align: justify;font-weight: 400;}
.catpage .about_content ul{padding-left: 20px;}
.wel_come-sec:before{/*background-color: #f1a500;
    content: '';
    height: 400px;
    width: 100%;
    position: absolute;
   
    left: -0;
    border-radius: 100%;
    opacity: 0.2;
    z-index: -1;*/}
.side_wel{width: 100%;float: left;border: 5px solid #ffa137;box-shadow: 0px 5px 10px 2px #2b2a28;}
.side_wel img{min-height: 400px; width: 100%;}

/*welcome css end*/
 /*-----------------------------------------------------------------*/
 
 /*why us css*/
 .why_us{padding:20px 0px 40px 0px;}
.head_line h4{width: 100%;text-align: center; margin-bottom: 20px;margin-top: 30px;font-size: 30px; float: left;}
.head_line h4:before{content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);    width: 150px;
    z-index: 1;
    background-color: #ddd;}
    .head_line h4:after{content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);    width: 50px;
    z-index: 1;
    background-color: #2b2a28;}
.qua_lity{width: 100%;padding: 15px;box-shadow: 0px 4px 6px #2b2a28;
   background-color: #fff;height: 290px;
    overflow: hidden;transition: ease-in-out 0.5s;
   border: 2px solid #ffa137;margin: 30px 0px; float: left;}
   .qua_lity:hover{background-color:#2b2a28;box-shadow: none;border-color: #2b2a28; }
   .qua_lity:hover .ftr{background-color: transparent;border-color: #fff;}
   .qua_lity:hover p{color: #fff;}
.qua_lity p{width: 100%;
    text-align: center;
    float: left;transition: ease-in-out 0.5s;
    color: #ffa137;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;}
.ftr{text-align: center;
    border-radius: 50%;    border: 2px solid #ffa137;
    background-color: #ffa137;
    padding: 50px 0px;
    width: 160px;transition: ease-in-out 0.5s;
    color: white;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;}
   
.ftr i{font-size: 65px;
    text-align: center;}
 /*why us css end*/

/*-----------------------------------------------------*/
/*big sec*/
.big_sec{background-image: url(../images/big.jpg);
    background-attachment: fixed;margin-bottom: 50px;
    background-repeat: no-repeat;position: relative;background-position: bottom;
    padding: 100px 0px;}
    .big_sec::before{background-color: rgb(43 42 40 / 56%);
    content: '';
    top: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;}
.pty{text-align: center;}
.pty p{text-align: center;font-size: 40px;margin-bottom: 50px;font-weight: 100;color: #fff;}
.pty a{text-align: center;}
/*big sec end*/

/*---------------------------------------------------*/

/*slideer css*/
/*
.new_slide{margin: 40px 0px;}
.carousel-control{top: 42%;opacity: inherit;}
.carousel-control.left i{background-color: #ffa137;color: white;padding: 15px 15px;display: inline-block;}
.carousel-control.right i{background-color: #ffa137;color: white;padding: 15px 15px;display: inline-block;}
.carousel-control.left i:hover, .carousel-control.right i:hover{background-color: #2b2a28;}
.center-block{}
.sli_der-box{padding: 5px;border: 3px solid #ffa137;float: left;width: 100%;}
.sli_der-box img{height: 200px;}
.sli_der-box-main{padding: 10px 0px 0px 0px;}
#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {

  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{

  font-weight: 400;
    background-color: #ffa137;
    padding: 10px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
}
#itemslider h5{

  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
*/

/* override position and transform in 3.3.x */
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}

.carousel-inner .item.next {
  transform: translateX(33%)
}
.carousel-inner .item.prev {
  transform: translateX(-33%)
}

.carousel-inner .item.right,
.carousel-inner .item.left { 
  transform: translateX(0);
}


.carousel-control.left,.carousel-control.right {background-image:none;}
.inner-events-box {
    width: 100%;
    padding: 0px 15px;
    margin-top: 30px;
    float: left;
}
.inner-events-box .nbs-flexisel-container {
    max-width: 100%;
    position: relative;
    float: left;
}
.inner-events-box .nbs-flexisel-inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}
.inner-events-box .nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.inner-events-box .nbs-flexisel-item {    float:left;    margin:0px;    padding:0px;    cursor:pointer;    position:relative;    line-height:0px;}
.inner-events-box .nbs-flexisel-item img {width:100%;cursor: pointer;position: relative;height: 200px;object-fit: cover;}
.isbox-1{width:100%;padding:10px 15px;text-align:center;transition:all ease-out 0.8s;float:left;}
.isbox-1:hover{}
#offers  .is-box:last-child {box-shadow:none;}
.isbox-1 img{width:100%;float:left;}
.isbox-1 h3{    width: 100%;
    /* margin: 8px 0px; */
    font-size: 16px;
    color: #ffffff;
    font-family: Roboto-Bold;
    float: left;
    background-color:#ffa137;
    padding: 10px 0px;}
.isbox-1 h3 span{color:#ffffff;}
.isbox-1 h3 span i{}
.isbox-1 p{width:100%;height:135px;margin:0px 0px 5px 0px;color:#acacac;overflow:hidden;text-align:justify;line-height:normal;float:left;}
.isbox-1 a{width:auto;float:left;}
.inner-events-box .nbs-flexisel-nav-left, .inner-events-box .nbs-flexisel-nav-right {
    padding: 5px 12px;
  
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
    background-color: #ffa137;
    background-color: ;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    /*border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;*/
}
.inner-events-box .nbs-flexisel-nav-left {left: 10px;}
.inner-events-box .nbs-flexisel-nav-left:before {content: "<"}
.inner-events-box .nbs-flexisel-nav-left.disabled {opacity: 0.4;}
.inner-events-box .nbs-flexisel-nav-right {right: 5px;}
.inner-events-box .nbs-flexisel-nav-right:before {content: ">"}
.inner-events-box .nbs-flexisel-nav-right.disabled {opacity: 0.4;}
.isbox-1 a{position: relative;overflow: hidden;    border: 1px solid #c6605e;}
.isbox-1 a::before{    position: absolute;
    top: 0;
    left: -5%;
    z-index: 2;
    display: none;
    content: '';
    width: 80%;
    height: 83%;transition: ease-in-out 0.5s;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);}
    .isbox-1 a:hover::before{webkit-animation: shine .75s;transition: ease-in-out 0.5s;
    animation: shine .75s;display: block;}
/*slider css end*/

/*--------------------------------------------------------------------------*/
/*counter css*/
.sectionClass {
  
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
  float: left;
}

.projectFactsWrap .item:nth-child(1){
  background: #ffa137;
}

.projectFactsWrap .item:nth-child(2){
  background: #ffa137;
}

.projectFactsWrap .item:nth-child(3){
  background: #ffa137;
}

.projectFactsWrap .item:nth-child(4){
  background: #ffa137;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 100;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: #fff;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}
.chal_hat::after{content: '\0025';}
.chal_hat-plus::after{content: '\002B';}
/*counter css end*/

/*---------------------------------------------------------------------------------------------------------*/

/*testimonials css*/
.testimonial{
    margin: 10px 15px;
    padding: 0 0 20px 20px;
    position: relative;
    
}
.pic{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2b2a28;
    width: 80px;

    z-index: 2;
    border: 5px solid #2b2a28;
}
.pic img{
    margin: 0 auto;
    text-align: center;
}
.testimonial-review{
    /*border: 5px solid #ffa137;*/
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
.testimonial-review p{
    font-style: italic;
    font-weight: normal;
    line-height: 24px;
    padding: 9px 0 0 49px;
    color: #7c7c7c;
    font-size: 15px;
    position: relative;
}
/*.testimonial-review p::before{
    content: '\f10d';
    
    position: absolute;
    left:0;
    top:10px;
    font-size: 30px;
}*/
.testimonial-title{
    padding: 0 0 0 48px;
    font-size: 15px;
    color:#7c7c7c;
}
.testimonial-title a{
    color:#2b2a28;
    font-size: 15px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #3e3e3e;
    display: block;
    height: 8px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffa137;
}
#testimonial-slider{padding: 50px 0px;}
.testimonial-slider1{padding: 30px 0px 0px 0px;}
/*testimonials end*/

/*----------------------------------------------------------------------------*/

/*footer css*/
#footer_sec{ position: relative; background: url(../images/big.jpg);background-size: cover;
    padding: 70px 0px 30px 0px;}
.bla_ck::before{background-color: #000000e3;
    content: '';
    top: 0;
        opacity: 0.6;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;}
.logo-footer img{text-align: center;margin-right: auto;position: relative;
    z-index: 111;margin-left: auto;/*border: 4px solid #ffa137;*/
    padding: 20px;}
   /* #footer_sec::before{content: '';
    position: absolute;
    width: 528px;
    height: 4px;
    left: 0px;
    background-color: #ffa137;
    z-index: 1;
    top: 107px;}
     #footer_sec::after{content: '';
    position: absolute;
    width: 528px;
    height: 4px;
    right: 0px;
    background-color: #ffa137;
    z-index: 1;
    top: 107px;}*/
    .logo-footer::after{content: '';}
    .logo-footer::before{content: '';}
.footer_inner{    width: 100%;
    margin: 80px 0px 20px 0px;
    float: left;
    margin-top: -38px;
    position: relative;}
.footer_about{width: 100%;float: left;}
.footer_about h4{width: 100%;
    float: left;letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;}
    .footer_about h4 span{color: #ffa137;}
.footer_about p{    width: 100%;
    float: left;
    color: #fff;font-family: sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 15px;}
.footer_about a{margin-bottom: 20px;}
.footer_about ul{position: relative;display: block;}
.footer_about ul li{width: 100%;float: left;}
.footer_about ul li i{margin-right: 10px;color: #ffa137;font-size: 15px;}
.footer_about ul li a{line-height: 30px;
    color: white;
    font-weight: 500;
    font-size: 15px;
    /*font-family: sans-serif;*/
    
}
    .footer_about ul li a:hover{color: #ffa137;letter-spacing: 1.5px;}
.last_footer{width: 100%;float: left;}
.last_footer ul{position: relative;display: block;}
.last_footer ul li{padding-left: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;margin-bottom: 20px;
    /*font-family: sans-serif;*/
    
}
.last_footer ul li i{position: absolute;left: 0;font-size: 20px;color: #ffa137;}
.copy p{text-align: center;font-size: 15px;font-weight: 600;
/*font-family: sans-serif;*/
    
}
.copy-right{background-color: #d5d5d5;padding: 5px 0px;}
html {
  scroll-behavior: smooth;
}
#return-to-top {
   position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgb(43, 42, 40);
    width: 50px;
    height: 50px;
    display: block;
    border: 3px solid #fff;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
        color: #ffffff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 11px;
    font-size: 19px;
    -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;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.social-sec{position: relative; width: 100%; display: block;float: left;}
.social-sec li{display: inline-block;}
.social-sec li a{color: #ffa137;font-size: 20px;padding: 5px 10px;margin: 0px 15px 0px 0px;border: 2px solid #ffa137;}
.social-sec li a:hover{background-color: #ffa137;color: #000;}
.social-sec li a i{}


.float{
position: fixed;
    bottom: 50px;
    padding: 10px 16px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;

}



.my-float{
}

.float1:active, .float1:focus{outline: none;}
.phone_left-side a {
    position: fixed;
    bottom: 130px;
    animation: topBottom 4s infinite;
    z-index: 11111;
    left: 15px;
    background-color: #2b2a28;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 22px;}
/*footer css end*/


/*modal css*/
.pop-box{width: 100%;float: left;}
.pop-box input{    width: 100%;
    float: left;
    border: 1px solid #ffa137;
    border-radius: 0;
    margin-bottom: 15px;}
.pop-box textarea{    width: 100%;
    float: left;
    border: 1px solid #ffa137;
    border-radius: 0;height:80px;
    margin-bottom: 15px;}

.modal-body p{width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    margin: 10px 0px;
    border: none;}
.modal-open{padding: 0 !important;overflow: inherit !important;}
.modal{top: 70px;    z-index: 111111;}
.modal-footer{border: none;}
.clear{clear: both;}
/*  about================================*/
.brad_cum{background: url(https://www.villagelocalminers.com/images/background-banner.jpg); padding: 70px 0px;margin-bottom: 20px;position:relative;background-size: cover;
    background-position: center center;}
.brad_cum::before{content:'';    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;}
.brad_cum h2{    width: 100%;
    float: left;
    color: white;
    text-decoration: underline;
    letter-spacing: 1.5px;}
    .brad_cum h1{    width: 100%;
    float: left;
    color: white;
    text-decoration: underline;
    letter-spacing: 1.5px;}
    .serviceBox p{font-size: 15px;
    color: #fff;font-weight: 400;padding: 0px 0px 10px 0px;
    line-height: 27px;
    margin-bottom: 0;}
.brad_cum ul{width: 100%; position: relative; text-align: right; float: left;}
.brad_cum ul li{display: inline-block;margin-right: 20px;font-size: 15px; line-height: 30px; color: #fff;font-weight: 100;}
.brad_cum ul li a{color: #fff;}
/*.brad_cum ul li a::after{content: '\f101';position: absolute;color: #fff;    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;


    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: 120px;}*/
.text_sec-box p{font-size: 15px;font-weight: 200;margin-bottom: 5px;text-align: justify;line-height: 20px;letter-spacing: 0.5px;}
#text-inner{padding: 20px 0px;}
.type_text input{border: 1px solid #2b2a28;border-radius: 0;margin-bottom: 20px;height: 40px;}
.type_text textarea{border: 1px solid #2b2a28;border-radius: 0;margin-bottom: 20px;height: 80px;}
.type_text input::placeholder{color: #2b2a28;}
.type_text textarea::placeholder{color: #2b2a28;}

.type_text button{margin-bottom: 20px;}
.enquiry{}
.enquiry h2{    width: 100%;
    margin-bottom: 20px;
    float: left;
    font-size: 20px;
    padding-left: 15px;
    line-height: 25px;
    font-weight: 500;}
.show_detail{width: 100%;float: left;}
.show_detail h2{width: 100%;margin-bottom: 20px;float: left;}
.show_detail p{    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 100;
    margin: 0 0 5px 0;}
.show_detail p i{color: #b23821;
    margin-right: 15px;
    font-size: 17px;}
.show_detail p strong{color: #b0790c;padding-left: 30px;}
.map_sec iframe{height: 450px;}
#contact{padding:50px 0px;}
#gallery{padding:50px 0px;}

.gallery {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
.mind_it{max-height: 250px;object-position: 5px 10%;}

.lightbox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7);
    -webkit-filter: none !important;
    z-index: 9997;
}

.lightbox img {
    display: block;
    position: absolute;
    border: 5px solid #fff;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
}

body.blurred > * {
    -webkit-filter: blur(2px);
    -webkit-transform: translate3d(0, 0, 0);
}

.lightbox__loading {
    background: url(../images/loading.gif) center center no-repeat;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.lightbox__caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9998;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.lightbox__caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.lightbox__button {
    position: absolute;
    z-index: 9999;
    background: no-repeat center center;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.lightbox__button:hover,
.lightbox__button:focus {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.lightbox__close {
    right: 10px;
    top: 10px;
    background-image: url("../images/close.png");
}

.lightbox__nav {
    top: 50%;
    margin-top: -16px;
}

.lightbox__nav--next {
    right: 10px;
    background-image: url("../images/next.png");
}

.lightbox__nav--prev {
    left: 10px;
    background-image: url("../images/previous.png");
}
.gallery a h6 {
    background: #ffa137;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10px 0px;
    color: #fff;
}

.gallery a {
    border: 1px solid #a4432c;
    display: block;
    margin-bottom: 40px;
}
.my-fr-fr{width: 100%; margin: 0px 0px 0px 0px; height: 200px;}
.my-fr-fr:hover{opacity: 0.5;}
.try{width: 100%;float: left;}
.try ul{width: 100%; padding-left: 30px; float: left;}
.try ul li{width: 100%; list-style-type: disc;margin-bottom: 15px; float: left;}
.try ul li a{font-size: 16px;color: #2b2a28;}
.trynew{width: 100%;float: left;}
.trynew ul{width: 100%;position: relative;float: left;padding-left: 20px;border-left: 1px solid #2b2a28;}
.trynew ul li{width: auto;float: left;}
.trynew ul li a{width: 100%;font-size: 16px;color: #2b2a28; font-weight: 400; float: left;}
.trynew ul li i{position: absolute;left: 0px;margin-top: 5px;color: #2b2a28;}
#blog{padding:50px 0px;}
.single-blog{width: 100%;padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;margin-bottom: 30px; text-align: center; float: left;}
.single-blog:hover{box-shadow: 0px 3px 4px 0px #000;}
.single-blog img{width: 100%;height:200px;object-fit:cover;float: left;}
.single-blog h2 a{    width: 100%;
    color: #2b2a28;
    float: left;
   
   
    text-align: left;
    font-weight: 600;}
.single-blog p{    width: 100%;
    color: #2b2a28;
    float: left;
    padding: 10px 0px;
    font-size: 15px;
    text-align: left;
    font-weight: 300;}
.single-blog a{width: auto;margin: 10px 0px 5px 0px;}
.no-never h4{background-color: #ffa137;color: black;padding: 10px 10px;}
.no-never ul{position: relative;}
.no-never ul li{width: 100%;float:left;}
.no-never ul li a{width: 100%;
    float: left;
    background-color: #e0e0e0;
    color: #2b2a28;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #000;}
.no-never img{    width: 100%;
    height: 300px;
    object-fit: cover;}
.no-never h5{    background-color: #2b2a28;
    color: white;
    padding: 10px 10px;
    font-weight: 100;}
.no-never p{width: 100%; text-align: justify; font-size: 15px;line-height: 30px;font-weight: 400; float: left;}

/*======================================================================================*/
.inner_sec-bg {
    background: url(../images/Minerals.jpg)center -192px no-repeat;
    background-size: cover;
    padding: 30px 0px;
    position: relative;
}

.inner_sec-bg b {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    float: left;
}
.inner_sec-bg span {
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 5px;
    text-align: center;
    left: 48%;
    bottom: 25px;
}

.breadcumb-wrapper{float: left; width: 100%; background:#e5e5e5;border-bottom:1px solid #e6e8e9;padding-top:15px;padding-bottom:5px;}
.breadcumb-wrapper .breadcumb{ float: left; width: 100%; padding: 0; margin: 0;}
.breadcumb-wrapper ul.breadcumb li{display:inline-block;margin-right:6px;}
.breadcumb-wrapper ul.breadcumb li:last-child a:after,
.breadcumb-wrapper ul.breadcumb li:last-child span:after{display:none;}
.breadcumb-wrapper ul.breadcumb li a{display:inline-block;color:#333;font-weight:700;font-size:13px;text-transform:capitalize;display:block;}
.breadcumb-wrapper ul.breadcumb li span{display:inline-block;color:#232323;font-weight:300;font-size:14px;text-transform:capitalize;display:block;}
.breadcumb-wrapper ul.breadcumb li a i,
.breadcumb-wrapper ul.breadcumb li span i{font-size:14px;font-weight:normal;margin-right:5px;}
.breadcumb-wrapper ul.breadcumb li a:after,
.breadcumb-wrapper ul.breadcumb li span:after{content:'\f105';display:inline-block;font-family:'FontAwesome';color:#909aa2;font-size:13px;margin-left:13px;}
.breadcumb-wrapper .breadcumb {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;}
    .breadcumb-wrapper ul.breadcumb li {
    display: inline-block;
    margin-right: 6px;}
    .breadcumb-wrapper ul.breadcumb li a {
    display: inline-block;
    color: #2b2a28;
    font-weight: 700;
    font-size: 13px;
    text-transform: capitalize;
    display: block;}
    .breadcumb-wrapper ul.breadcumb li a i, .breadcumb-wrapper ul.breadcumb li span i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;}
.catpage{width: 100%;  padding:40px 0; margin: 0;}
.catpage{width: 100%;  padding:40px 0; margin: 0;}
.catpage .about_content{ float: left; width: 100%; margin: 0 0 15px; padding: 0;}
.catpage .about_content p{ text-align:justify;margin-bottom:10px;}
.catpage .about_content h2{ font-size: 18px; font-weight: 600; color: #2b2a28 ; margin-bottom: 10px;}
.catpage .sub-category-box h2{color:#fff;margin:0px;padding:7px 10px;background:#2b2a28 ; font-size: 16px; text-transform: capitalize;}
.catpage .about_content h3{text-align: left; font-size: 18px; font-weight: 600; color: #333; text-transform: capitalize;}
.catpage .sub-category-box h2:hover{ background: #333;}
.catpage .sub-category-box h2:hover a{ color: #fff;}
.catpage .sub-category-box .cotent_desc p{ margin-bottom: 10px;}
.catpage .about_content tr td p{ margin: 0; padding: 0;}
.details-image{ float: right; width: 300px; margin:0px 0 15px 15px; text-align: center;}
.details-image a{ display: block;}
.details-image img{ width: 100%; border: 1px solid #ccc;    height: 240px;
    object-fit: cover; margin-bottom: 15px;}
.details-en{width:auto;    background: #ffa137;
    color: #1d2123 !important;text-decoration:none;font-size:15px;padding:6px 20px;margin: 0; display:inline-block!important; border: 0;}
.details-en:hover{background:#2b2a28  !important;color:#fff !important;}
.image-enquire{ float: left; width: 100%; margin: 0; padding: 0;}
.image-enquire img{ width: 100%; margin-bottom: 15px; border: 1px solid #ccc;}
.image-enquire h4{ color: #2b2a28 ; font-size: 18px; font-weight: 600; margin-bottom: 8px; text-align: left; padding: 0;}
.image-enquire p{ font-size: 14px; line-height: 18px; color: #666; text-align: justify; margin-bottom: 15px;}
.quick-contact-btn{
display: inline-block;
padding: 6px 25px;
border-radius: 0px;
background: #333;
font-size: 14px;
border: 0;
color: #fff;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.quick-contact-btn:hover{ background:#2b2a28 ;}
.catpage .about_content ul{ float: left;  margin: 0 0 15px; padding: 0;}
.catpage .about_content ul li{ font-size: 14px; line-height: 24px; color: #333; list-style: none;}
.catpage .about_content ul li:before{    
content: "\f0da";
font-family: "FontAwesome";
margin-right: 5px;
}
.img-box{margin-bottom:20px;}
.img-box img{width:100%;margin:0px;padding:2px;border:1px solid #ccc;background:#fff;}
.img-box p a{color:#111111;}

.open-title {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    background: #eee;}
.brown-bg {
    background: #ffa137  !important;}
.left-title {
    padding: 10px;
    line-height: 20px;
    background: #333;
    color: #1d2123;
    font-size: 18px !important;
    font-weight: 500;
    border-bottom: 1px dotted #1d2123;
    margin: 0px;
    text-transform: uppercase;
    text-align: left;}
    .left_form {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 15px 0;
    background: #1d2123;}
    .form-group {
    margin-bottom: 15px;}
.left_form input {
    border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;}
.left_form select {
    border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;}
    .left_form textarea {
    height: 100px;
    width: 100%;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;}
   .left_form .submit {
    width: auto;
    padding: 8px 25px;
    height: auto;
    line-height: normal;
    border-radius: 0px;
    background: #333;
    font-size: 14px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;}
    .menu_head {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;}
    .menu_head a {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 10px;
    background: #1d2123;}
    .menu_head a:hover{background-color: #ffa137;}
    .page_heading {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;}
    .page_heading h2 {
    background: #ffa137;
    color: #fff;
    padding: 10px;
    line-height: 20px;
    font-size: 18px !important;
    font-weight: 500;
    margin: 0 0 10px;}
    .catpage .about_content {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;}
    .details-image {
    float: right;
    width: 300px;height: 300px;
    margin: 0px 0 15px 15px;
    text-align: center;}
    .details-image a {
    display: block;}
    .catpage .about_content p {
    text-align: justify;
    margin-bottom: 10px;    font-size: 15px;
    font-weight: 100;
    line-height: 22px;}
    .catpage .about_content h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;}
    .sub-category-box {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 10px;
    text-transform: capitalize;
    border: 1px solid #ccc;}
    .detail{color: #2b2a28;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 900 !important;}
    .sub-category-box img {
    border: 1px solid #ccc;    height: 225px;
    width: 100%;}
    .catpage .sub-category-box h2 {
    color: #fff;
    margin: 0px;
    padding: 7px 10px;
    background: #ffa137;
    font-size: 16px;
    text-transform: capitalize;}
    .sub-category-box h2 a {
    color: #fff;}

.cotent_desc {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;}
    .catpage .sub-category-box .cotent_desc p {
    margin-bottom: 10px;}
    .read_more {
    float: left;
    width: auto;
    margin-bottom: 15px;
    padding: 6px 18px;
    background: #ffa137;
    color: #1d2123;
    margin-right: 8px;}
    .modal-header {
    padding: 0!important;
    background: #2b2a28;
    color: #fff;}
    .modal-header .close {
    margin-right: 15px;    color: black;
    opacity: inherit;}
    .modal-header .close{margin-top: 5px;}
    h4.modal-title {
    text-align: left;
    padding: 10px 15px;}
    .image-enquire {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;}
    .image-enquire img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
height: 180px;}
    .image-enquire h4 {
    color: #2b2a28 ;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;}
    .image-enquire p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-align: justify;
    margin-bottom: 15px;}
    .modal-body input[type="text"], .modal-body input[type="email"], .modal-body input[type="number"] {
    width: 100%;
    padding: 7px 12px;
    border-radius: 0;
    border: 1px solid #ccc;}
    textarea, select, input[type="text"], input[type="date"], input[type="time"], input[type="number"], input[type="email"], input[type="tel"], input {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;}
    .modal-body textarea {
    width: 100%;
    padding: 7px 12px;
    border-radius: 0;
    border: 1px solid #ccc;}
    .quick-contact-btn {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 0px;
    background: #333;
    font-size: 14px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;}

.modal-dialog {margin: 70px auto;}
.hytre{padding: 8px 20px;}
.modal-open{overflow: inherit; padding: 0 !important;}
.modal-content{border-radius: 0;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.fix-yaar{height: 400px;overflow-y: scroll;}

.market-list{position: relative;}
.market-list li{    width:27%;
    margin-left: 66px;
    margin-bottom: 20px;
    float: left;
    background-color: #ff9f34;
    text-align: center;}
.market-list li a{    font-size: 17px;
    font-weight: 400;
    color: white;
    padding: 0px 0px;
    margin: 5px 0px;
    float: left;
    width: 100%;}
.ar_ea{}


.scrollbox {

  overflow: auto;
  visibility: hidden;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
  visibility: visible;
}

.scrollbox_delayed {
  transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
  transition: visibility 0s 0.2s;
}


.bt-white{border-color: #fff !important;color: #fff !important;}


.fec-sec{width: 100%;box-shadow: 0px 0px 4px 0px #ccc;margin: 10px 0px 10px 0px;padding: 15px 10px 50px 10px;float: left;}
.fec-sec:hover{box-shadow: 0px 0px 4px 0px #30383c;transition: ease-in-out 0.5s;}
.fec-sec h3{width: 100%;    font-size: 20px; text-align: center;margin: 10px 0px 15px 0px; float: left;}
.fec-button{width: 100%; text-align: center; float: left;}
.fec-button a{padding: 5px 30px;}
.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin: 15px auto 0px auto;
}

.kht{    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 0 10px;margin-bottom: 20px;
    height: 40px;
    box-sizing: border-box;}

.area_service{width:100%;float:left;}
.area_service li{width:25%;margin-bottom: 45px;float:left;}
.area_service li a{
    background-color: #ffa137;
    color: black;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 500;}

.area_service li a:hover{background:#2b2a28;color:#fff;}



.about_content p strong, #text-inner p strong{color:#ffa137;}

.about_content h3 {
        color: #ffa137 !important;
    line-height: 20px;
    font-size: 18px !important;
    font-weight: 900 !important;
    margin: 0 0 10px;
    display: inline-block;
}
#offers .owl-pagination {
    display: none;
}

#offers .owl-buttons .owl-next {
    right: 0;
    position: absolute;
    top: 50%;
    background: #000;
    opacity: 1;
    text-transform: capitalize;
}

#offers .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background: #000;
    opacity: 1;
    text-transform: capitalize;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 60px; /* Adjust the size as needed */
    height: 60px;
    /*border-radius: 50%;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}


.submenu a{color:#fff !important;}


#offers button {
    top: 50%;
    background: #000;
    color: #fff;
    padding: 10px 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    /* font-size: 30px; */
    position: absolute;
}

#offers button span {
    font-size: 40px;
    line-height: 30px;
}

button.owl-prev {
    left: 0;
}

button.owl-next {
    right: 0;
}











.single_testimonial.text-center {
    text-align: center;
}

.single_testimonial.text-center a {
    text-align: center;
}

.single_testimonial.text-center img {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 2rem;
}

.single_testimonial.text-center span.white {
    font-size: 20px;
    color:#ffa137;
}

.single_testimonial.text-center .author.color_ff {
    font-size: 1.5rem;
    margin-top: 1rem;
    color:#000;
}
.single_testimonial.text-center .author.color_ff a{
    color:#000;
}

#testimonial-slider .owl-nav {}

#testimonial-slider .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 60px;
}

#testimonial-slider .owl-nav button.owl-prev {
    left: -40px;
}

#testimonial-slider .owl-nav button.owl-next.disabled {
    right: -40px;
}

.panel-body {
    font-size: 15px;
}
h2.ghj {
    margin-top: 5rem;
    text-align: center;}

.panel-title a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title a:hover, 
.panel-title a:active, 
.panel-title a:focus  {
    text-decoration:none;
}













