

body {
  font-family: 'Muli', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 20px;
}
button{
  outline: none !important;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Muli', sans-serif;
  color: #666666;
  margin: 0px;
  transition: all 500ms ease;
}
a{
  text-decoration: none !important;
}
ul{
  padding: 0;
  margin: 0;
}
::selection {
  background: #f47d23;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: rgb(243 115 35); 
}
@-ms-viewport{
  width: device-width;
}
.logo #logo-first {
  float: left;
  margin: 0;
  max-width: 220px;
}
#logo-first img {
  width: 100%;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 9;
}
.header-top-area {
  background: #50423b;
  padding: 5px 0px;
}
.header-top-left ul li {
  display: inline-block;
  margin: 2px 20px 2px 0px;
  color: #fff;
  font-size: 15px;
}

.header-top-left ul li:last-child {
  margin-right: 0px;
}
.header-top-right ul li {
  display: inline-block;
}
.header-top-left ul li i {
  margin-right: 5px;
}
.header-top-right ul li a {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  color: #000;
}
.header-bottom {
  background: rgb(237 237 237);
  padding: 10px 0px;
}
.sticky {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation-name: fadeInDown;
  animation-duration: .9s;
  animation-timing-function: cubic-bezier(.2,1,.22,1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  box-shadow: 8px 8px 20px 0px rgb(0 0 0 / 4%);
}
.sticky .logo #logo-first {
  max-width: 160px;
}
.logo #logo-last {     
  float: left;
  font-weight: 300;
  font-size: 1rem;
  color: #f2f2f2;
  padding-bottom: 20px;
}
.logo:hover #logo-last {  
  margin: 0;
  color: #00b3b3;
}
.site-nav {
  position: absolute;
  top: 100%;
  right: 0%;
  background: #a6a6a6;
  height: 0px;
  overflow: hidden;
}
.site-nav-open {
  height: auto;
}
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;  
}
.site-nav li {
  border-bottom: 1px solid #8c8c8c;  
}
.site-nav li:last-child {    
  border: none;
}
.site-nav a {            
  color: #f2f2f2;
  display: block;
  padding: 2em 2em 2em 1.5em; 
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #402936;
  transition: 0.5s;
}
.site-nav a:hover,         
.site-nav a:focus {
  background: transparent;
  color: #f47d23;
}
.site-nav-icon  {
  display: inline-block;   
  font-size: 1.5em;
  margin-right: 1em;
  width: 1em;         
  text-align: right;  
  color: rgba(255, 255, 255, .35); 
}
.site-nav ul li.active a {
  color: #f37223;
}
.menu-toggle {
  padding: 0;
  position: absolute;
  top: 1.9em;
  right: 1em;
  cursor: pointer;
}
.hamburger,
.hamburger::before,
.hamburger::after {
  content:'';
  display: block;
  background: #f37121;
  height: 3px;
  width: 1.75em;
  border-radius: 2px;
  transition: all ease-in-out 500ms;
}
.hamburger::before {
  transform: translateY(-7px);
}
.hamburger::after {
  transform: translateY(4px);
}
.open .hamburger {
  transform: rotate(45deg);
  background: #f37121;
}
.open .hamburger::before {
  opacity: 0;            
}
.open .hamburger::after {
  transform: translateY(-3px) rotate(-90deg);
  background: #f37121;
}


/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  height:100vh;
  background:#000;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background:rgba(0,0,0,.50);
  line-height:100vh;
  text-align:center;
}

.Modern-Slider .item .img-fill img{
 /*filter:blur(5px);*/
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
  position: relative;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#d62828;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font-size:50px;
  font-family: 'Josefin Sans', Sans-serif;
  text-transform:uppercase;
  color:#FFF;
  animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
  font-weight: 700;
}

.Modern-Slider .item h5{
  margin:0 auto;
  padding:0;
  font-size:18px;
  font-family: 'Muli', sans-serif;
  color:#FFF;
  max-width:600px;
  line-height: 30px;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}
.Modern-Slider .item.slick-active a{
  animation:fadeInRight 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.bnr-btn {
  position: absolute !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
  top: 170px;
}

.about-sec {
  padding: 80px 0px;
}
.about-img img {
  width: 100%;
  height: 100%;

}


.our-team-sec.service-sec {
    padding-bottom: 0;
}
.about-sec .section-title-center h2{
  color: #000;
}
.about-content {
  padding: 15px 0px;
}
.about-content h3 {
  font-size: 21px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
  font-family: 'Josefin Sans', Sans-serif;
}
.about-content p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  padding-bottom: 5px;
  font-family: 'Muli', sans-serif;
  text-align: justify;
}
.about-content a {
  font-size: 15px;
  line-height: 30px;
  color: #F2821F;
  font-weight: 500;
  padding-bottom: 5px;
  font-family: 'Josefin Sans', Sans-serif;
  text-transform: capitalize;
}

.section-title-center h2 {
  font-family: 'Josefin Sans', Sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
  color: #fff;
}

.section-title-center p {
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  padding-top: 20px;
  color: #fff;
}
.our-service {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #4672D0;
  background: -webkit-linear-gradient(top left, #002e56, #9a2a00);
  background: -moz-linear-gradient(top left, #4672D0, #EB9D47);
  background: linear-gradient(to bottom right, #002e56, #9a2a00);
}
.our-service .col-md-6, .our-service .col-md-12{
  z-index: 1;
}
.our-service .section-title-center {
  margin-bottom: 70px;
}
.section-title-center {
  margin-bottom: 30px;
}
.major-cgd .section-title-center h2 {
  line-height: 50px;
}
/* .our-service:after {
  content: '';
  background: #000000ad;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
} */
.service-box.side-img {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  height: 280px;
  margin-top: 10px;
  box-shadow: 1px 13px 20px 0px #12121275;
}
.hover01  img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section-title-center h2::after {
  content: '';
  display: block;
  width: 140px;
  background: #ec7a22;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  height: 3px;
}
.service-box img{
  width: 100%;
  height: 100%;
}
.service-icon {
  display: block;
  padding-top: 15px;
  padding-bottom: 20px;
  max-width: 90px;
  margin: auto;
}
.service-icon img {
  width: 100%;
}
.service-box h3 {
  font-family: 'Josefin Sans', Sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #f37326;
}

.service-box p {
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  padding-top: 8px;
  color: #fff;
}
/* .service-box:hover {
  box-shadow: 0px 5px 40px 0 rgb(20 52 92 / 15%);
  background: #cbcbcb;
  border-color: #cbcbcb;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
} */
/* .service-box:hover p {
  color: #212121;
} */
/* .service-box:hover h3 {
  color: #212121;
} */
.our-mission .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  min-height: 290px;
  box-shadow: 0 20px 50px 3px rgb(99 119 238 / 20%);
  padding: 45px 30px 45px 40px;
}

.our-mission .inner-box h3 {
  font-size: 24px;
  color: #09092b;
  margin-bottom: 24px;
  font-family: 'Josefin Sans', Sans-serif;
  font-weight: 700;
}
.our-mission .inner-box p {
  margin-bottom: 17px;
}
.our-mission .inner-box .list-item li {
  position: relative;
  display: block;
  padding-left: 45px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #686868;
}
.our-mission .inner-box .list-item li:before {
  position: absolute;
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 30px;
  font-weight: 5;
  left: 0px;
  top: 0px;
}
.our-mission .inner-box .list-item li:before {
  color: #f37323;
}
.our-mission {
  padding: 80px 0px;
}
.our-team-sec h2{
  color: #000;
}
.our-team-sec {
  padding: 80px 0px;
}
.team-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
}
.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 20px;
  height: 284px;
}
.team-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
  height: 100%;
}
.team-block-one .inner-box .image-box .social-links {
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  bottom: -121px;
  right: 0px;
  border-radius: 0px;
  padding:15px;
  opacity: 0;
  transition: all 500ms ease;
}
.team-block-one .inner-box .lower-content {
  position: relative;
  padding-top: 10px;
}
.team-block-one .inner-box .image-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}
.team-block-one .inner-box:hover .image-box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.team-block-one .inner-box:hover .image-box .social-links {
  bottom: 0px;
  opacity: 1;
}
.team-block-one .inner-box .image-box .social-links {
  background: #f27428;
}
.team-block-one .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
.team-block-one .inner-box .image-box .social-links li a:hover {
  background: #fff;
}
.team-block-one .inner-box .image-box .social-links li a:hover {
  color: #f27529;
}
.our-team-sec  p{
  color: #000;
  font-size: 16px;

}
.details li {
  font-size: 13px;
  line-height: 25px;
}
.team-block-one .inner-box .lower-content h3 {
  margin-bottom: 4px;
  font-family: 'Josefin Sans', Sans-serif;
  font-weight: 700;
  font-size: 23px;
}
.lower-content a {
  color: #f37723;
}
.partners-sec {
  padding: 80px 0px;
}
.partners-sec .slick-slide {
    margin: 0px 20px;
    height: 135px;
}
.partners-sec .slick-slide img {
    width: 100%;
    height: 100%;
}
.partners-sec .title {
  margin-bottom: 75px;
}
.customer-logos {
  display: flex;
  justify-content: center;
}
.partners-sec h2{
  color: #000;
}
#chart {
  background: #f4f4f4;
}
.chart-sec .col-md-6{
  padding-bottom: 30px;
}
.right-opert p {
  text-align: justify;
  padding-bottom: 20px;
}

.left-opert {
  border: 2px solid #755847;
  background: #f37721;
  border-radius: 20px;
  padding: 20px;
}
.left-opert h3{
  font-family: 'Josefin Sans', Sans-serif;
  color: #fff;
  text-align: center;
}

.left-opert ul li {
  font-size: 17px;
  color: #fff;
  line-height: 32px;
  padding-left: 10px;
  margin-left: 30px;
}

.left-opert ul {
  padding-top: 20px;
}
.chart-sec{
  padding-bottom: 0;
}

#myChart {
  background: #f4f4f4;
}


.counter-single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.counter-single-item .icon {
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  text-align: center;
  line-height: 70px;
  margin-right: 0;
  font-size: 27px;
  color: #e76d21;
  background: #fff;
}
.counter-single-item .content .number {
  font-size: 43px;
  color: #ffffff;
  font-family: 'Josefin Sans', Sans-serif;
}
.counter-single-item .content .text {
  color: #ffffff;
  font-size: 14px;
}
.counter-sec {
  padding: 115px 0px;
  background-image: url(../images/bg-images.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.counter-sec:before {
  content: '';
  background: #060605bd;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.counter .col-md-4:after {
  content: '';
  display: block;
  width: 1px;
  height: 150px;
  background: #a5e6e8;
  position: absolute;
  top: -21px;
  right: 0;
}
.counter .col-md-4:last-child::after{
 display: none;
}
.main-footer .footer-top {
  position: relative;
  padding: 70px 0px 50px 0px;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.main-footer .widget-section .widget-title h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 20px;
  font-family: 'Josefin Sans', Sans-serif;
}
.main-footer .widget-section .widget-title .decor {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 57px;
  height: 9px;
  background-repeat: no-repeat;
}
.main-footer .widget-section .widget-title {
  position: relative;
  margin-bottom: 39px;
}
.main-footer .widget-section .contact-widget .widget-content .box {
  position: relative;
  margin-bottom: 21px;
}
.main-footer .widget-section .contact-widget .widget-content .box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  font-family: 'Josefin Sans', Sans-serif;
}
.main-footer .widget-section .contact-widget .widget-content .box p {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .widget-section .contact-widget .widget-content .box li {
  position: relative;
  display: block;
  margin-bottom: 4px;
}
.main-footer .widget-section .contact-widget .widget-content .box li i {
  font-size: 16px;
  color: #fff;
  padding-right: 15px;
}
.main-footer .widget-section .contact-widget .widget-content .box li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}
.main-footer .widget-section .links-widget .widget-content ul li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.main-footer .widget-section .links-widget .widget-content ul li a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-footer .widget-section .links-widget .widget-content ul li a:hover {
  color: #fff;
  padding-left: 20px;
  transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-footer .widget-section .links-widget .widget-content ul li a:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
  background: #fb5155;
}
.main-footer .widget-section .links-widget .widget-content ul li a:hover:before {
  opacity: 1;
}
.main-footer .widget-section .about-widget .widget-content .box .text p {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .widget-section .about-widget .widget-content .subscribe-box .form-group input[type='email'] {
  position: relative;
  width: calc(100% - 190px);
  height:45px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #1e2332;
  outline: none;
}
.theme-btn.style-one {
  background-image: linear-gradient(to right, #f4841e 0%, #be3b3b 50%, #f37123 100%);
}
.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700 !important;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff !important;
    background: transparent;
    padding: 7px 30px;
    text-align: center;
    cursor: pointer;
    background-size: 200% auto;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}
.main-footer .widget-section .about-widget .widget-content .subscribe-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 42px;
  border: 0;
  height: 45px;
}
.subscribe-box {
  position: relative;
  margin-top: 22px;
}
.theme-btn:hover {
  background-position: right center;
}
.main-footer .footer-bottom.style-one {
  position: relative;
  background: #fff;
  padding: 10px 0px;
  z-index: 99;
}

.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  padding-right: 13px;
  margin-right: 6px;
  line-height: 1;
}
.footer-nav li a {
  font-size: 16px;
  color: #666666;
}
.main-footer .footer-bottom.style-one .footer-nav li:before {
  background: #666;
}
.footer-bottom .footer-nav li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.6);
  width: 3px;
  height: 1px;
  top: 15px;
  right: 0px;
}
.footer-bottom .footer-nav li:last-child:before{
	display: none;
}
.footer-bottom .footer-nav li:last-child {
  padding: 0px;
  margin: 0px;
}
.main-footer{
  position: relative;
}
.main-footer:after {
  content: '';
  display: block;
  background: #000000d1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.main-footer .footer-column{
  z-index: 9;
}


.breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}
.breadcrumb-wrapper .image {
  width: 100%;
  height: 400px;
}
.breadcrumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image:after {
  content: '';
  display: block;
  background: #000000bf;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.breadcrumb-wrapper .content {
  position: absolute;
  top: calc(50% + -130px);
  transform: translateY(-50%);
}
.breadcrumb-wrapper .content .title {
  font-size: 50px;
  color: #fff;
  font-family: 'Josefin Sans', Sans-serif;
}
.left-img img {
  width: 100%;
}
.wd-title-block h5 {
  font-family: 'Josefin Sans', Sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mr-top-0 {
  margin-top: 20px;
}
.list-icon.check-square-o li {
  display: block;
  font-size: 15px;
  padding-bottom: 16px;
  color: #787878;
  position: relative;
  padding-left: 30px;
}
.list-icon.check-square-o li::before {
  color: #f37323a3;
  position: absolute;
  content: "\f046";
  font-family: FontAwesome;
  font-size: 19px;
  line-height: 30px;
  font-weight: 5;
  left: 0px;
  top: 0px;
  right: 0;
}
.about-us, .getintouch {
  padding-bottom: 70px;
   padding-top: 70px;
}
.section-content-space {
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.section-content .title-tag {
  font-size: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 600;
  color: #33cacd;
}
.section-content .title {
  color: #301514;
  font-size: 59px;
  text-transform: uppercase;
}
.about-box {
  text-align: center;
}
.about-us .icon {
  background: #f37723;
  max-width: 90px;
  margin: auto;
  font-size: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: #fff;
  font-style: oblique;
  transition: 0.5s;
  margin-bottom: 30px;
}
.about-us h2 {
  color: #000;
}
.about-box h2 {
  color: #000;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.service-wrp .check-square-o{
  margin-top: 22px;
}

.service-wrp h6{
  font-size: 18px;
  font-weight: bold;
}

.service-sec .col-md-6{
  padding-bottom: 30px;
}
.bg-color-white{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  min-height: 200px;
  box-shadow: 0 20px 50px 3px rgb(99 119 238 / 20%);
  padding: 45px 30px 45px 40px;
}
.md-margin-b-30 {
  margin-top: 30px;
}
.font-size-22 {
  font-size: 22px;
  font-family: 'Josefin Sans', Sans-serif;
  font-weight: 700;
}
.margin-b-5, .margin-b-10 {
  padding: 10px 0px;
}
.bg-color-white p a{
  color: #000;
  transition: 0.5s;
}
.bg-color-white p a:hover{
  color: #f37723;
  transition: 0.5s;
}
.getintouch h2, .getintouch p{
  color: #000;
  padding-top: 10px;
}
.form-box {
  max-width: 800px;
  margin: 0 auto;
}
.comment-form-v1 input, .comment-form-v1 textarea {
  box-shadow: none !important;
  font-weight: 600;
  border-color: #bebebe;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.center-block button {
  border: 0;
}
.form-control:focus {
  border-color: #f47a25b5;
}
.center-block {
  text-align: center;
}
.height-350 {
  height: 350px !important;
}
.moretext, .moretext2, .moretext3 {
  display: none;
}
.lg\:flex {
  justify-content: center;
}
.lg\:w-48 {
  width: 18rem !important;
}
.about-img {
  height: 175px;
  position: relative;
}



.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: black;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: black;
}
.prev1 {
  color: #f37723;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  background: #6464640f;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.prev1 :hover {
  cursor: pointer;
  color: #f37723;
}

.next1 {
  color: #f37723;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5em;
  background: #6464640f;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.next1 :hover {
  cursor: pointer;
  color: #f37723;
}
/* Custom Arrow */
.prev {
  color: #f37723;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  background: #6464640f;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.prev :hover {
  cursor: pointer;
  color: #f37723;
}

.next {
  color: #f37723;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5em;
  background: #6464640f;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.next :hover {
  cursor: pointer;
  color: #f37723;
}
.about-wrap .slick-initialized .slick-slide {
  display: block;
  height: 175px;
}
@media screen and (max-width: 800px) {
  .next {
    display: none !important;
  }
}