/*================================================
            BASE CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Poppins:400,700|Roboto+Slab:400,700');

html,
body {
  height: 100%;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif; */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
}

a:focus {
  outline: 0 solid;
}

img {
  height: auto;
}

a {
  transition: 0.4s;
  text-decoration: none;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}


ul {
  list-style: none;
}

html,
body {
  height: 100%;
}

a:hover {
  text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*----- Container-------*/
@media (min-width:1200px) {
  .container {
    max-width: 1212px !important
  }
}

/*--------- Common Style -----------*/

/*--Home Page Title Style --*/
  .home-title{
    padding-bottom: 40px;
    text-align: center;
  }
  .home-title h2{
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
  }
  .home-title-border {
    background-color: #ff9800;
    width: 80px;
    height: 4px;
    display: inline-block;
}
@media only screen and (max-width: 992px) {
  .home-title{
    padding-bottom: 30px;
  }
  .home-title h2{
    font-size: 30px;
  }
}
/*---- Common Title For Other Pages ----*/
.section-title{
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2{
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.title-border-line {
  width: 155px;
  background: #ff9800;
  height: 3px;
  display: block;
  margin: 12px auto 0;
}
@media only screen and (max-width: 992px) {
  .section-title h2{
    font-size: 30px;
  }
}
/*================================================
            HEADER SECTION
==================================================*/
.header-full-top-area {
  border-top: 4px solid #ff9800;
  width: 100%;
  overflow: hidden;
}

.header-top-area {
  width: 100%;
  overflow: hidden;
}

.head_top_social {
  position: relative;
  display: inline-block;
  width: 100%;
}

.top-text-main:after {
  background: #ff9800;
  content: "";
  position: absolute;
  left: 0;
  right: -20000px;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  z-index: -200;
}

.head_top_social .top_socail_icon_text {
  float: left;
}

.head_top_social .top_socail_icon_text h4 {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0 5px 5px;
  font-weight: 400;
  margin: 0;
}

.head_top_social .top_socail_icon_area {
  float: right;
  position: relative;
}

.top_socail_icon_area .list-inline {
  padding: 0;
  margin: 0;
}

.top_socail_icon_area .list-inline li {
  display: inline-block;
  padding-left: 5px;
  list-style: none;
  position: relative;
  height: 35px;
  width: 35px;
  margin-right: 2px;
}

.top_socail_icon_area .list-inline li a {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.top_socail_icon_area .list-inline li a .cube-top svg {
  color: #4e4e4e;
  width: 17px;
  line-height: 20px;
  text-align: center;
}

.cube,
.cube span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.cube-top {
  background: transparent;
  background-size: 100%;
}

.cube-front {
  background-size: 100%;
  transform: translate(0, -100%) rotateX(90deg);
  transform-origin: bottom;
  border-radius: 50px;
}

.top_socail_icon_area .list-inline li a .cube-front svg {
  line-height: 30px;
  fill: #fff;
}

.top_socail_icon_area .list-inline li:hover .cube {
  transform: translate(0, 50%) rotateX(-90deg);
}

.top_socail_icon_area .list-inline li .facebook .cube-top {
  background: #3b5998;
}

.top_socail_icon_area .list-inline li .twitter .cube-top {
  background: #1da1f2;
}

.top_socail_icon_area .list-inline li .instagram .cube-top {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.top_socail_icon_area .list-inline li .linkedin .cube-top {
  background: #007bb5;
}

.top_socail_icon_area .list-inline li .youtube .cube-top {
  background: #ff0000;
}

.top_socail_icon_area .list-inline li .pinterest .cube-top {
  background: #cb2027;
}

.top_socail_icon_area .list-inline li .rss .cube-top {
  background: #f26522;
}

.top_socail_icon_area .list-inline li .cube-top {
  background: #d37e00 !important;
  border-radius: 50%;
  /* border: 2px solid #4e4e4e; */
}

.top_socail_icon_area .list-inline li .cube-top svg {
  fill: #fff;
}

.top_socail_icon_area .list-inline li .facebook .cube-front {
  background: #3b5998;
}

.top_socail_icon_area .list-inline li .twitter .cube-front {
  background: #1da1f2;
}

.top_socail_icon_area .list-inline li .instagram .cube-front {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.top_socail_icon_area .list-inline li .linkedin .cube-front {
  background: #007bb5;
}

.top_socail_icon_area .list-inline li .youtube .cube-front {
  background: #ff0000;
}

.top_socail_icon_area .list-inline li .pinterest .cube-front {
  background: #cb2027;
}

.top_socail_icon_area .list-inline li .rss .cube-front {
  background: #f26522;
}

@-webkit-keyframes animationTop {
  49% {
    -webkit-transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes animationTop {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

/* ============= [ header responsive Mobile  ] ==============*/
@media only screen and  (max-width: 767px) {
  .top-text-main:after {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .head_top_social .top_socail_icon_text h4{
    font-size: 14px;
  }
  .head_top_social .top_socail_icon_area{
    padding-top: 5px;
  }
  .top_socail_icon_area .list-inline li{
    height: 25px;
    width: 25px;
  }
  .top_socail_icon_area .list-inline li a{
    line-height: 25px;
  }
  .top_socail_icon_area .list-inline li a .cube-top svg{
    width: 13px;
  }
}

/*======================== CUSTOM HEADER STYLE ============================*/
.header-logo-area {
  background: #fff;
  width: 100%;
  padding: 0;
}

.header-logo {
  margin-top: -33px;
  position: relative;
}

.header-logo img {
  height: 150px;
}

.header-right-info {
  padding-top: 35px;
  padding-bottom: 30px;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.header-right-info ul {
  padding: 0;
  margin: 0;
  float: right;
}

.header-right-info ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  list-style: none;
}

.header-right-info ul li .single-header-right-info .text-box,
.header-right-info ul li .single-header-right-info .icon-box {
  display: table-cell;
  vertical-align: top;
}

.header-right-info ul li .single-header-right-info .text-box a:hover {
  color: #000;
}

.header-right-info ul li .single-header-right-info .icon-box svg {
  margin-top: 10px;
  color: #ff9800;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-box p {
  margin-bottom: 5px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.text-box h5 {
  font-size: 15px;
  font-weight: bold;
}

.header-right-info ul li .single-header-right-info .icon-box {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #dddddd;
  text-align: center;
  margin-right: 25px;
  margin-top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-text-main {
  position: relative;
  margin-left: auto !important;
}
/* ============= [ custom header responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  .header-logo {
    margin-top: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-logo img {
    height: 100px;
  }
}

.sticky-logo{
  display: none;
}
@media only screen and (max-width: 600px){
  .header-right-info{
    display: none;
  }
   .sticky-logo img{
     height: 55px;
   }
   .stick-show{
    display: block;
    transition: .4s;
  }
}

/*================================================
             HEADER SECTION
==================================================*/
.nav-bar-wrapper {
  background: #F0F0ED;
  box-shadow: 0 5px 5px -5px #000;
  position: relative;
  width: 100%;
  z-index: 999;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 600px){
  .sticky-padding{
     padding: 0px 0 !important;
  }
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

.dropdown-new:hover .dropdown-menu-new {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
}

.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

a.navbar-brand {
  width: 80%;
}

#nav.sticky {
  box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  transition: 0.1s;
  z-index: 999;
}

#nav.sticky.top-nav-main .navbar-brand {
  margin: 0;
  padding: 0;
}

#nav.sticky.top-nav-main .navbar-brand img {
  height: 55px;
}

#nav.sticky .top-nav-container {
  border: 0 !important;
}

.other-list-group a {
  border: 0;
  padding: 5px 0;
}

.navbar-nav li a {
  color: rgb(0, 0, 0);
  display: block;
  font-weight: 700;
  line-height: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 17px;
  text-transform: uppercase;
  padding: 2px 20px !important;
  transition: all 350ms ease 0s;
  position: relative;
}

.navbar-nav li a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #ff9800;
  transition: transform 0.5s;
  z-index: -1;
}

.navbar-nav li a:hover:before {
  transform: scaleX(1);
}

.navbar-nav li a.active {
  color: #ff9800 !important;
}

.navbar-nav li a:hover {
  color: #fff !important;
}

.navbar-nav li a.call-to-action {
  color: #fff !important;
  transition: all 0.5s ease-in-out;
  border: 2px solid #ff9800;
  background: #ff9800;
  text-transform: capitalize !important;
  transition: all .3s ease-in;
  padding: 0 20px !important;
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
}

.navbar-nav li a.call-to-action:hover {
  background: #fff;
  color: #ff9800 !important;
}

.btn-search:hover svg {
  fill: #ff9800;
  transition: all .3s ease-in;
}

.dropdown-menu-new {
  padding: 0;
  border-radius: 0;
}

.dropdown-menu-new li a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  background-color: transparent !important;
}

.dropdown-menu-new li a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #ff9800;
  transition: transform 0.5s;
  z-index: -1;
}

.dropdown-menu-new li a:hover:before {
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  a.navbar-brand {
    width: 65%;
  }

  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    transform: translateX(0%);
  }
  .navbar-nav li a.call-to-action{
    display: inline-block
  }
}

/* Seearch bar style  */
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  height: 105px;
}

.offcanvas-body button {
  background: #f09433;
  border-radius: 0px;
}

.offcanvas-body button svg {
  fill: #fff
}

/* Home Four About */
.home-4-about {
  overflow: hidden;
  padding: 120px 0;
}

.about-4-content {
  margin-left: -20px;
}

.about-4-content p {
  margin: 25px 0 35px;
}

.about-4-images {
  position: relative;
  height: 600px;
  margin-right: 110px;
  margin-left: -80px;
}

.about-4-images .image {
  position: absolute;
}

.about-4-images .image:nth-child(1) {
  left: 0;
  top: 0;
}

.about-4-images .image:nth-child(2) {
  right: 0;
  top: 0;
}

.about-4-images .image:nth-child(3) {
  right: 13.5%;
  bottom: 0;
}

.about-4-images .image:nth-child(4) {
  left: 0;
  top: 20%;
}

.blob svg {
  transform-origin: 50% 50%;
  animation: move 24s ease-in-out infinite;
}

@keyframes move {
  0% {
    transform: scale(1) translate(0, 0) rotate(0);
  }

  25% {
    transform: scale(0.8) translate(5vw, 10vh) rotate(55deg);
  }

  50% {
    transform: scale(0.6) translate(15vw, 5vh) rotate(180deg);
  }

  75% {
    transform: scale(0.8) translate(5vw, 10h) rotate(55deg);
  }

  100% {
    transform: scale(1) translate(0, 0) rotate(0);
  }
}

/* End Home Four About */

/*================================================
             SLIDER SECTION
==================================================*/
.slider-section {
  height: 85vh;
}
.slider-section .slider{
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  height: 85vh;
}
.single-slider {
  /*background: url("../media/home/slider-1.jpg");*/
  background: url("../media/home/slider-new-image-1.jpg");
}
.single-slider-2 {
  /*background: url("../media/home/slider-2.webp");*/
  background: url("../media/home/slider-new-image-2.jpg");
}
.single-slider-3 {
  /*background: url("../media/home/slider-3.jpg");*/
  background: url("../media/home/slider-new-image-3.jpg");
}

.slider-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 85vh;
  padding: 70px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slider-section .btn-title-home {
  padding-top: 20px;
}

.carousel-single-item .owl-controls {
  text-align: center;
}

/*slider text animation-delay */
.carousel-single-item .owl-stage .active .title h2,
.carousel-single-item .owl-stage .active .title p,
.carousel-single-item .owl-stage .active .title .btn,
.carousel-single-item .owl-stage .active .title .skill-ul,
.carousel-single-item .owl-stage .active .title .mobile-social-icon {
  opacity: 1;
  transform: translateY(0)translateX(0);
}

.carousel-single-item .slider-overlay .title h2 {
  transform: translateY(60px);
  transition-delay: 0.1s;
  transition-duration: 1s;
  opacity: 0;
}

.carousel-single-item .slider-overlay .title p,
.carousel-single-item .slider-overlay .title .skill-ul {
  transform: translateY(60px);
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 0;
}

.carousel-single-item .slider-overlay .title .btn {
  overflow: visible;
  background-image: none;
  transform: translateY(60px);
  transition-delay: 0.8s;
  transition-duration: 1s;
  opacity: 0;
  transition-property: transform, opacity;
}

.slider-section .title {
  text-align: center;
}

.slider-section .title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.slider-section .title p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  line-height: 28px;
  padding: 0 15%;
}

.slider-section .title .animition {
  margin-top: 0px;
}

.slider-section .btn-title {
  border: none;
  padding: 12px 30px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}

.slider-section .btn-title::before,
.slider-section .btn-title::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #fff;
}

.slider-section .btn-title:hover,
.slider-section .btn-title:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.slider-section .btn-title:hover::before,
.slider-section .btn-title:hover::after {
  background: #fff;
}

.slider-section .btn-title:hover::before,
.slider-section .btn-title:hover::after {
  transform: skew(0deg);
  background: #ff9800;
  border: 2px solid #ff9800;
}

/*----- owl button style -------*/
.slider-section .owl-carousel .owl-nav button.owl-next,
.slider-section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateX(50%, -50%);
  width: 50px;
  height: 50px;
  transition: all .3s ease-in;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-section .owl-carousel .owl-nav button.owl-prev:hover,
.slider-section .owl-carousel .owl-nav button.owl-next:hover {
  background: #ff9800;
  border-color: #ff9800;
}

.slider-section .owl-prev {
  left: 60px;
  right: auto;
}

.slider-section .owl-next {
  right: 60px;
  left: auto;
}

.owl-prev svg,
.owl-next svg {
  width: 40px;
  fill: #fff;
}

/* ============= [ Slider Responsive Teblet  ] ==============*/
@media only screen and (max-width: 992px){
  .slider-section .owl-prev{
    left: 15px;
  }
  .slider-section .owl-next{
    right: 15px;
  }
  .slider-section,
  .slider-section .slider,
  .slider-overlay{
    height: 55vh;
  }
  .slider-section .title p{
    padding: 0 5%;
  }
}
/* ============= [ Slider Responsive Mobile  ] ==============*/
@media only screen and (max-width: 767px) {
  .slider-section{
    height: 60vh;
  }
  .slider-section .slider{
    height: 60vh;
  }
  .slider-overlay{
    height: 60vh;
  }
  .slider-section .title h2{
    font-size: 25px;
  }
  .slider-section .title p{
    padding: 0 42px;
    font-size: 14px;
    line-height: 22px;
  }
  .slider-section .btn-title{
    padding: 8px 18px;
    font-size: 14px;
  }
  .slider-section .owl-carousel .owl-nav button.owl-next, 
  .slider-section .owl-carousel .owl-nav button.owl-prev{
    top: 40%;
    width: 40px;
    height: 40px;
    display: flex;
  }
  .slider-section .owl-next{
    right: 0px;
  }
  .slider-section .owl-prev{
    left: 0px;
  }
}

/*================================================
            ABOUT SECTION
==================================================*/
.about-section {
  padding-top: 100px;
  padding-bottom: 90px;
}

.about-img {
  position: relative;
}

.about-img img:nth-child(2) {
  position: absolute;
  bottom: -25px;
  right: 50px;
}

/*----- title ------*/
.about-content .title h5 {
  position: relative;
  display: inline-block;
  color: #ff9800;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-content .title .right {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #ff9800;
  margin-left: 5px;
  top: -6px;
}

.about-content .title h2 {
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about-content p {
  color: #838691;
  line-height: 26px;
  font-size: 16px;
}

.about-content .btn {
  padding-top: 80px;
  border: none;
  padding: 12px 30px;
  color: #000;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}

.about-content .btn:hover {
  color: #fff;
}

.about-content .btn::after,
.about-content .btn::before {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #ff9800;
}

.about-content .btn:hover::before,
.about-content .btn:hover::after {
  transform: skew(0deg);
  background: #ff9800;
}

/* ============= [ About Us Responsive Teblet  ] ==============*/
@media only screen and (max-width: 992px){
  .about-section {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .about-content .title h5{
    font-size: 16px;
  }
  .about-img img:nth-child(2) {
    bottom: -38px;
    right: 0px;
    width: 200px;
  }
  .about-content .title h2{
    font-size: 25px;
    margin-bottom: 12px;
  }
  .about-content p{
    line-height: 22px;
    font-size: 14px;
  }
  .about-content .btn{
    font-size: 14px;
    padding: 8px 18px;
  }
}
/* ============= [ About Us Responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  .about-section{
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .about-content .title h5{
    font-size: 15px;
  }
  .about-content .title h2{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .about-content p{
    font-size: 14px;
    line-height: 22px;
  }
  .about-content .btn{
    padding: 8px 18px;
    font-size: 14px;
    margin-left: 10px;
  }
  .about-img{
    padding-top: 20px;
  }
  .about-img img:nth-child(2){
    width: 200px;
    left: 0;
    bottom: -60px;
  }
}


/*================================================
           CHOOSE US  MESSAGE SECTION
==================================================*/
.section-choose-us {
  background: #f3f3f3;
  padding-top: 92px;
  padding-bottom: 70px;
}
.section-choose-us .block1 {
  height: 100%;
  overflow: hidden;
  min-height: 270px;
  border: 1px solid #ccc;
  padding: 25px 25px;
  transition: all .4s;
  text-align: center;
}

.section-choose-us .block1 .block1-title {
  font-size: 18px;
  text-transform: capitalize;
}

.section-choose-us .block1-show {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
}

.block1-symbol {
  height: 75px;
  -webkit-transform: scale(1.58) translateY(-22px);
  -moz-transform: scale(1.58) translateY(-22px);
  -ms-transform: scale(1.58) translateY(-22px);
  -o-transform: scale(1.58) translateY(-22px);
  transform: scale(1.58) translateY(-22px);
  transition: all .4s;
}

.block1-symbol svg {
  fill: #ff9800;
  width: 75px;
}

.block1-show {
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
  transition: all .4s;
}

.block1-hide {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all .4s;
}

/*---------------------------------------------*/
.block1:hover {
  min-height: 270px;
  background-color: #ff9800;
  border-color: #ff9800;
}

.block1:hover .block1-symbol {
  height: 75px;
}

.block1:hover .block1-symbol svg {
  fill: #fff;
  height: 75px;
}

.block1:hover .block1-show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.block1:hover .block1-hide {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.block1:hover .block1-symbol {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}

.block1:hover .block1-title {
  color: #fff;
}

.block1:hover .block1-hide p {
  color: #fff;
}

.block1-hide a {
  padding: 8px 15px;
  background: transparent;
  transition: all .3s;
  border: 1px solid #fff;
  margin-top: 5px;
  display: inline-block;
  color: #fff;
}

.block1-hide a:hover {
  background: #fff;
  color: #000;
}

.block1:hover .symbol-dark {
  opacity: 0;
}

.block1:hover .symbol-light {
  opacity: 1;
}
/* ============= [ Choose Us Responsive Teblet  ] ==============*/
@media only screen and (max-width: 992px){
  .section-choose-us {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .section-choose-us .title{
    padding-bottom: 30px;
  }
  .section-choose-us .title h3{
    font-size: 30px;
    margin: 0;
  }
  .section-choose-us .p-b-30{
    padding-bottom: 30px;
  }
}

/* ============= [ Choose Us Responsive Mobile  ] ==============*/
@media only screen and (max-width: 767px) {
  .section-choose-us{
    padding: 50px 0;
  }
  .section-choose-us .title{
    padding-bottom: 30px;
  }
  .section-choose-us .title h3{
    font-size: 30px;
    line-height: .5;
  }
}

/*================================================
           COUNTER SECTION
==================================================*/
#counter {
  background-image:
    /*linear-gradient(rgba(41, 41, 41, 0.752), rgba(29, 29, 29, 0.73)), url('../media/home/counter-bg.webp');*/
    linear-gradient(rgba(41, 41, 41, 0.752), rgba(29, 29, 29, 0.73)), url('../media/home/bg-counter.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
  margin-top: 100px 0;
  background-attachment: fixed;
}

#counter .counter-column {
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}

#counter .counter-column h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#counter .counter-column span {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transform: scale(1.0);
}

#counter .counter-column:hover span {
  transform: scale(1.2);
  padding-left: 10px;
}

.counter-effects {
  position: relative;
  margin-top: 70px;
}

.counter-img {
  width: 95px;
  height: 95px;
  line-height: 90px;
  border-radius: 50%;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: 1px solid #fbfbfb;
  background: transparent;
  position: relative;
  top: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
}

.counter-circle {
  position: absolute;
  top: -71px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.counter-circle:before {
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  left: 9px;
  border: 1px dashed #dfe8f3;
  bottom: -50px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-img svg {
  fill: #fff;
  line-height: 90px;
  width: 60px;
}

.counter-effects:hover .counter-circle:before {
  bottom: -60px;
  height: 60px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.counter-effects:hover .counter-img {
  position: relative;
  top: 10px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* ============= [ Choose Us Responsive Teblet  ] ==============*/
@media only screen and (max-width: 992px){
  #counter .counter-column span{
    font-size: 35px;
  }
  #counter .counter-column h3{
    font-size: 22px;
  }
}
/* ============= [ Counter Responsive Mobile  ] ==============*/
@media only screen and (max-width: 767px){
  #counter{
    padding: 30px 0;
  }
  #counter .counter-column span{
    font-size: 40px;
  }
  #counter .counter-column{
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

/*================================================
           FEATURE PROJECTS SECTION
==================================================*/
.featured-project {
  padding-top: 50px;
  padding-bottom: 60px;
}

.featured-project .bg-img2 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-project .block2 {
  height: 100%;
  min-height: 285px;
  overflow: hidden;
}

.featured-project .block2-content {
  height: 100%;
  background-color: rgba(255, 152, 0, .9);
  padding: 35px 30px;
  -webkit-transform: translateY(calc(100% - 50px));
  -moz-transform: translateY(calc(100% - 50px));
  -ms-transform: translateY(calc(100% - 50px));
  -o-transform: translateY(calc(100% - 50px));
  transition: all .4s;
  transform: translateY(calc(100% - 50px));
  padding: 35px 30px;
}

.block2-title {
  transition: all .2s;
  width: 100%;
  padding: 5px 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

.featured-project .block2-content:hover .block2-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.t1-m-1 {
  font-size: 22px;
  line-height: 1.333333;
  color: #fff;
}

.block2-content p {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 26px;
  color: #fff;
}

.block2-content a {
  font-size: 14px;
  padding-bottom: 26px;
  min-width: 130px;
  height: 30px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 0px 25px;
  transition: all .4s;
}

.block2-content a:hover {
  background: #fff;
  color: #000;
}

.block2:hover .block2-content {
  background-color: rgba(255, 152, 0, .9);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.p-b-40 {
  padding-bottom: 40px;
}

.project-btn {
  text-align: center;
}

.project-btn a {
  padding-top: 80px;
  border: none;
  padding: 12px 30px;
  color: #000;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
}

.project-btn a::before {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #ff9800;
}

.project-btn a::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #ff9800;
}

.project-btn a:hover {
  color: #fff;
}

.project-btn a:hover::before,
.project-btn a:hover::after {
  transform: skew(0deg);
  background: #ff9800;
}

/* ============= [ Feature Project Responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  .featured-project{
    padding-bottom: 30px;
  }
  .featured-project .title{
    padding-bottom: 30px;
  }
  .featured-project .title h3{
    font-size: 30px;
    line-height: .5;
  }
  .project-btn a{
    padding: 8px 25px;
    margin-top: 0;
  }
}

/*================================================
           TESTIMONIAL SECTION
==================================================*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  width: 100%;
  padding: 80px 0 40px 0;
}

.testimonial.testimonial-style {
  background: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
  -moz-box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
  box-shadow: 0 18px 42px 0 rgba(28, 30, 35, 0.15);
}

.testimonial.testimonial-style .testimonial-content {
  background: none;
  color: #222021;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 34px;
}

.testimonial.testimonial-style .testimonial-content span {
  line-height: 40px;
  margin-bottom: 50px;
}

.testimonial.testimonial-style .testimonial-content span svg {
  width: 40px;
  fill: #ff9800;
}

.testimonial .testimonial-content p {
  line-height: 30px;
  font-style: italic;
}

.testimonial-avatar {
  margin-top: 30px;
}

.testimonial .testimonial-avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  display: inline-block !important;
  max-width: 100%;
}

.testimonial .testimonial-caption {
  display: inline-block;
  vertical-align: middle;
}

.testimonial h6 {
  margin-top: 15px;
  color: #ff9800;
  text-transform: capitalize;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}

.testimonial .testimonial-content p,
.testimonial .testimonial-avatar label {
  margin-bottom: 0;
}

.testimonial-slider .owl-stage-outer {
  padding-bottom: 60px;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
  position: absolute;
  top: 42%;
  border-radius: 5%;
  width: 40px;
  height: 40px;
  transition: all .3s ease-in;
  border: 2px solid #000 !important;
  background: transparent;
}

.testimonial-slider .owl-prev {
  left: 0;
}

.testimonial-slider .owl-next {
  right: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
}

.testimonial-slider .owl-nav .owl-prev svg,
.testimonial-slider .owl-nav .owl-next svg {
  width: 60%;
  fill: #000
}

.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover {
  background: #ff9800;
  border-color: #ff9800 !important;
}

.testimonial-slider .owl-nav .owl-prev:hover svg,
.testimonial-slider .owl-nav .owl-next:hover svg {
  fill: #fff;
}

.testimonial-slider .owl-next {
  float: right;
  margin-right: 9px;
}

/* ============= [ Testimonial Responsive  ] ==============*/
@media only screen and (max-width: 767px){
  .testimonial-section{
    padding: 50px 0 40px 0;
  }
  .testimonial-slider .owl-stage-outer {
    padding-bottom: 50px;
  } 
  .testimonial-section .section-title{
    margin-bottom: 15px;
  }
  .testimonial-section .section-title h2{
    font-size: 30px;
  }
  .testimonial .testimonial-content p{
    font-size: 15px;
    line-height: 27px;
  }
}
/*================================================
           CLIENTS SECTION
==================================================*/
.clients-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.clients-section .clients-slider {
  margin-top: 30px;
  position: relative;
}

.clients-section .heading-title h2 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 11px;
}

.clients-section .dot-style {
  clear: both;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #ff9800;
}

.clients-section .dot-style::after,
.clients-section .dot-style::before {
  margin: 0 -15px;
  content: "";
}

.clients-section .dot-style,
.clients-section .dot-style::after,
.clients-section .dot-style::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.clients-section .dot-style::before {
  float: left;
  background: blue;
}

.clients-section .dot-style::after {
  float: right;
  background: #ff0808;
}

.clients-section .clients-member {
  /* display: table-cell; */
  background: #f7f7f7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid #edf0f3;
  transition: all 0.4s ease 0s;
}

.clients-section .clients-member:hover {
  border: 1px solid #ff9800;
}

.clients-slider .owl-nav button {
  position: absolute;
  top: 35%;
  width: 40px;
  background: #f09433 !important;
  border-radius: 0px !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.clients-slider:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}

.clients-slider:hover .owl-nav button:hover {
  border-radius: 50% !important;
}

.clients-section .owl-nav button svg {
  fill: #fff;
}

.clients-slider .owl-nav button.owl-prev {
  left: -50px;
  right: auto;
}

.clients-slider .owl-nav button.owl-next {
  right: -50px;
  left: auto;
}

/* ============= [ client Responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  .clients-section .heading-title h2{
    font-size: 30px;
  }
  .clients-slider .owl-nav button.owl-prev{
    left: -17px;
  }
  .clients-slider .owl-nav button.owl-next{
    right: -17px;
  }
}

/*================================================
           FOOTER SECTION
==================================================*/
.contact-footer {
  background: #ff9800;
  color: #fff;
  padding: 30px 0 20px;
}

.contact-footer h4 {
  font-size: 16px;
  margin-top: 3px;
}

.contact-footer h4 a {
  color: #fff;
}

.contact-footer .media-body {
  display: inline-block;
}

.contact-footer .pull-left svg {
  width: 20px;
}

.contact-footer .media {
  display: flex;
}

.contact-footer .media-body h4 a {
  margin-right: 5px;
  letter-spacing: 1px;
}

.contact-footer .media .pull-left {
  margin-right: 10px;
}

/*--- main footer style ---*/
footer {
  background-image: url(../media/common/footer.jpg);
  background-size: cover;
  color: #fff;
}

footer .overshadow {
  padding: 50px 0 0;
  background: rgba(129, 89, 14, 0.7);
}

footer .footer-top .social,
footer .footer-top .links,
footer .footer-top .map{
  margin-bottom: 30px;
}

footer .footer-top .social .social-info {
  border: 1px dashed #fff;
  padding: 30px;
}

footer .footer-top h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}

footer .footer-top .social .social-media {
  margin-top: 40px;
}

footer .footer-top .social .social-media ul {
  padding: 0px;
}

footer .footer-top .social .social-media ul li a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 5px;
  position: relative;
}

footer .footer-top .social-icon {
  text-align: center;
}

footer .footer-top .social-icon svg {
  fill: #fff;
  width: 20px;
}

footer .footer-top .links ul {
  padding: 0;
}

footer .footer-top .links ul li a{
  display: block;
  padding: 11px 0;
  border-bottom: 1px dashed #fff;
  position: relative;
  color: #fff;
}

/*--- social background ---*/
footer .footer-top .social .social-media ul li a:nth-of-type(1) {
  background: #3b5999;
}

footer .footer-top .social .social-media ul li a:nth-of-type(2) {
  background: #55acee;
}

footer .footer-top .social .social-media ul li a:nth-of-type(3) {
  background: #dd4b39;
}

footer .footer-top .social .social-media ul li a:nth-of-type(4) {
  background: #0077b5;
}

footer .footer-top .social .social-media ul li a:nth-of-type(5) {
  background: #cd201f;
}

footer .social-popup {
  color: #666;
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  z-index: 1;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

footer .social-popup::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 38px;
}

footer .footer-top .social-media ul li a:hover .social-popup {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

footer .location iframe{
  width: 100%;
  height: 190px;
}
/*--- copyright ------*/
footer .footer-bottom {
  background: #ff9800;
  padding: 10px 0;
}
footer .footer-bottom p{
  margin: 0;
  display: inline-block;
}
footer .footer-bottom p:last-child{
  float: right;
}

footer .footer-bottom a {
  color: #fff;
}

/* ============= [ footer Responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  footer .footer-top .social .social-media {
    margin-top: 16px;
  }
  footer .map {
    margin-top: 22px;
  }
  footer .footer-bottom p{
    display: block;
    text-align: center;
  }
  footer .footer-bottom p:last-child{
    float: unset;
  }
  .contact-footer{
    padding: 20px 0 20px;
  }
  .contact-footer .media-body h4 a{
    letter-spacing: 0;
    line-height: 1.5;
  }
  .contact-footer .single-box{
    margin-bottom: 9px;
  }
  .contact-footer .box-3{
    margin-bottom: 0px;
  }
  .contact-footer h4{
    margin: 0;
  }
}


/*================================================
    4. BACK TO TOP
==================================================*/
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #ff9800;
  border-radius: 25px;
  text-align: center;
  /* border: 2px solid #fff; */
  box-shadow: 0 2px 3px rgba(255, 152, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 100px;
  opacity: 1;
  z-index: 9999;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.arrow svg {
  width: 30px;
  fill: #fff;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 100px;
  cursor: pointer;
  background: #ff9800;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/*[ BREADCRUMB ]
///////////////////////////////////////////////////////////
*/
.breadcrumbs {
  background-image: url(../media/common/breadcamb.jpeg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.breadcrumbs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.breadcrumbs .bread-menu {
  color: #fff;
  z-index: 333;
  position: relative;
  line-height: initial;
  padding-left: 49px;
  font-size: 0;
}

.breadcrumbs .bread-menu:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 5px;
  left: 0;
  background: #F3A712;
  margin-top: -2.5px;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
}

.breadcrumbs ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumbs .bread-menu li {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  padding-right: 0px;
  margin-right: 0px;
  display: inline-block;
}

.breadcrumbs .bread-menu li a {
  color: #fff;
}

.breadcrumbs .bread-menu li a:hover {
  color: #f09433;
}

.breadcrumbs h2 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: 35px;
  z-index: 333;
  position: relative;
  font-weight: 700;
}

.breadcrumbs ul li a svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  fill: #fff;
  stroke-width: 1px;
}

/*[ ABOUT PAGE ]
///////////////////////////////////////////////////////////
*/
.about-company {
  padding: 70px 0;
  position: relative;
}

.about-company .title {
  text-align: center;
  margin-bottom: 35px;
}

.about-company .title h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.about-company .about-txt p {
  margin-bottom: 30px;
}

.about-company .about-txt p:last-child {
  margin: 0;
}

/*--- objective section ----*/
.objective {
  padding-bottom: 70px;
}

.objective .title {
  text-align: center;
  margin-bottom: 35px;
}

.objective .title h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.objective .about-txt {
  margin-top: 35px;
}

.objective h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.objective ul li {
  line-height: 30px;
  color: #383838;
  position: relative;
  margin-bottom: 15px;
}

.objective ul li::before {
  content: "•";
  font-size: 26px;
  position: absolute;
  left: -20px;
}

/*-------- team section -------*/
.team {
  padding: 70px 0;
  background: #F4F9FC;
}

.team .title {
  text-align: center;
  margin-bottom: 35px;
}

.team .title h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.team .single-team {
  margin-top: 30px;
  background: #fff;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0px 4px 10px #0000001a;
}

.single-team .team-head {
  position: relative;
  overflow: hidden;
}

.single-team .team-head img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-team .t-content {
  text-align: center;
  padding: 15px 15px;
  position: relative;
}

.single-team .t-content .name {
  line-height: 22px;
  font-weight: 700;
}

.single-team .t-content .name a {
  font-size: 20px;
  color: #2E2751;
  text-transform: capitalize;
}

.single-team .t-content .designation {
  position: relative;
  font-size: 14px;
  display: block;
  padding-bottom: 12px;
  margin-top: 5px;
}

.single-team .t-content .designation::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  background: #f3a712;
}

.single-team .mask {
  background-color: rgba(255, 152, 0, .7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .5s ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-team .mask ul {
  text-align: center;
  position: relative;
  top: 150px;
  left: 8%;
}

.single-team .mask ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  margin-left: 22px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: center;
  width: 35px;
  transition: 0.4s;
}

.single-team .mask ul li a svg {
  width: 20px;
  fill: #fff;
}

.single-team .mask ul li:nth-child(3) a svg {
  width: 25px;
}

.single-team .mask ul li a:hover {
  background-color: #fff;
  border: 1px solid transparent;
}

.single-team .mask ul li a:hover svg {
  fill: #f3a712;
}

.single-team .team-head:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-team .team-head:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
/* ============= [ About Page Responsive Mobile  ] ==============*/
@media only screen and (max-width: 767px) {
  .about-company{
    padding-bottom: 30px;
  }
  .objective {
    padding-bottom: 20px;
  }
}

/*[ SERVICES PAGE ]
///////////////////////////////////////////////////////////
*/
.service-page {
  padding: 50px 0;
}

.service-page .portfolio-wrapper {
  margin-top: 0px;
}

.service-page .section-title h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.service-page .single-portfolio {
  position: relative;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.service-page .single-portfolio .portfolio-head {
  position: relative;
  z-index: 1;
}

.service-page .single-portfolio .overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  opacity: 0;
  background: #f09433;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.service-page .single-portfolio:hover .overlay::before {
  opacity: .6;
}

.service-page .single-portfolio .more {
  height: 50px;
  width: 50px;
  opacity: 0;
  line-height: 51px;
  text-align: center;
  color: #fff;
  background: #fff;
  display: block;
  position: absolute;
  border: 1px solid #f09433;
  top: 50%;
  right: 20px;
  transition: all .4s;
  bottom: 0;
  border-radius: 100%;
  box-shadow: 0px 5px 5px #00000024;
  z-index: 333;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  visibility: hidden;
}

.service-page .single-portfolio .more:hover {
  background: #f09433;
}

.service-page .single-portfolio .more svg {
  width: 25px;
  fill: #f09433;
}

.service-page .single-portfolio .more:hover svg {
  fill: #fff;
}

.service-page .single-portfolio:hover .more {
  visibility: visible;
  opacity: 1;
}

.single-portfolio .portfolio-content {
  position: relative;
  top: -30px;
  text-align: left;
  width: 78%;
  padding: 10px 20px;
  border-left: 3px solid #f09433;
  background: #fff;
  left: 15px;
  display: inline-block;
  z-index: 1;
  margin-bottom: -30px;
  -webkit-box-shadow: -2px 2px 6px #0000002e;
  -moz-box-shadow: -2px 2px 6px #0000002e;
  box-shadow: -2px 2px 6px #0000002e;
}

.service-page .single-portfolio .portfolio-content h4 {
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
}

.service-page .single-portfolio .portfolio-content h4 a:hover {
  color: #000;
}

.service-page .single-portfolio .portfolio-content p {
  font-size: 14px;
}

/*[ PROJECTS PAGE ]
///////////////////////////////////////////////////////////
*/
/* ============= [ Project Page Responsive Mobile  ] ==============*/
@media only screen and (max-width: 767px) {
  .service-page{
    padding: 30px 0;
  }
}
/*[ PROJECTS DETAILS PAGE ]
///////////////////////////////////////////////////////////
*/
.project-details-page {
  padding: 50px 0;
  position: relative;
}

.project-details-page .heading-title p {
  font-size: 14px;
}

.project-details-page .slider-item{
  position: relative;
}
.project-details-page .slider-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 16px;
  background: rgba(255, 152, 0, 0.8);
  width: 100%;
  color: #fff;
  padding: 20px 15px;
  transition: all 0.5s ease-in-out;
}
.project-details-page .owl-carousel .owl-nav button.owl-next,
.project-details-page .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateX(50%, -50%);
  width: 50px;
  height: 50px;
  transition: .4s;
  background: rgba(255, 152, 0, 0.7);
  border-radius: 0px;
  margin: 0;
}

.project-details-page .owl-carousel .owl-nav button.owl-prev:hover,
.project-details-page .owl-carousel .owl-nav button.owl-next:hover {
  background: #ff9800;
}

.project-details-page .owl-prev {
  left: -1px;
  right: auto;
}

.project-details-page .owl-next {
  right: 0px;
  left: auto;
}

.project-details-page .owl-prev svg,
.project-details-page .owl-next svg {
  width: 50px;
  fill: #fff;
}

.project-details-page .project-content {
  padding: 15px 0 0 30px;
}

.project-details-page .project-content h2 {
  font-size: 28px;
  font-weight: 700;
}

.project-details-page .heading-title p {
  margin: 0;
}

.project-details-page .project-content .feature-list {
  padding: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 40px;
  padding-top: 10px;
}

.project-details-page .project-content .feature-list li {
  position: relative;
}

.project-details-page .project-content .feature-list li::before {
  content: "•";
  font-size: 26px;
  position: absolute;
  left: -20px;
}

.project-details-page .project-details-text {
  margin-top: 20px;
}

.project-details-page .project-details-text p {
  margin: 0;
  margin-bottom: 30px;
}

.project-details-page .project-details-text p:last-child {
  margin: 0;
}

/* ============= [ Project Details Page  Responsive Tablet  ] ==============*/
@media only screen and (max-width: 992px){
  
}
/* ============= [ Project Details Page  Responsive Mobile  ] ==============*/
@media only screen and (max-width: 767px) {
  .project-details-page .section-title h2{
    font-size: 25px;
    padding-bottom: 7px;
  }
  .project-details-page .section-title p{
    padding: 0;
    font-size: 13px;
    margin: 0;
  }
  .project-details-page .owl-carousel .owl-nav button.owl-next,
  .project-details-page .owl-carousel .owl-nav button.owl-prev{
     top: 45%;
     width: 42px;
     height: 42px;
   }
   .project-details-page .owl-carousel .owl-nav button.owl-next svg,
   .project-details-page .owl-carousel .owl-nav button.owl-prev svg{
     width: 42px;
   }
  .project-details-page .slider-item .caption{
    padding: 8px 15px;
    font-size: 14px;
  }
  .project-details-page .project-content .feature-list li {
    font-size: 16px;
    line-height: 30px;
   }
}

/*[ BLOG PAGE ]
///////////////////////////////////////////////////////////
*/
.blog-page {
  padding: 50px 0;
  background: #F0F0ED;
}

.blog-page .blog-details {
  background: #fff;
  box-shadow: 0 0 20px #e8e8e8;
  margin-bottom: 45px;
}

.blog-page .blog-details .image {
  display: block;
  overflow: hidden;
}

.blog-page .blog-details .image img {
  transition: .4s;
}

.blog-page .blog-details:hover img {
  transform: scale(1.2);
}

.blog-page .blog-content {
  padding: 0px 20px 30px 20px;
}

.blog-page .blog-content h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 5px
}

.blog-page .blog-content h4:hover a {
  color: #f09433;
}

.blog-page .icon-box {
  display: flex;
  padding-bottom: 9px;
}

.blog-page .icon-wrapper {
  padding-right: 20px;
}

.blog-page .icon-wrapper:last-child {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

.blog-page .icon-wrapper svg {
  width: 16px;
  transition: .4s;
}

.blog-page .icon-wrapper:hover span,
.blog-page .icon-wrapper:hover svg,
.blog-page .icon-wrapper:hover a {
  fill: #f09433;
  color: #f09433;
}

.blog-page .read-more {
  min-width: 130px;
  height: 30px;
  background: #f09433;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: .4s;
}

.blog-page .read-more:hover {
  background: #000;
}

/* ============= [ Blog Page Responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  .blog-page{
    padding: 30px 0;
  }
  .blog-page .blog-details{
    margin-bottom: 20px;
  }
}


/*[ BLOG DETAILS PAGE ]
///////////////////////////////////////////////////////////
*/
.blog-details-page {
  padding: 50px 0;
}

.blog-details-page .single-blog-post {
  margin-bottom: 30px;
}

.blog-details-page .single-post-content {
  padding: 20px 0px 20px 0px;
}
.single-post-content p {text-align: justify;font-size: 16px;line-height: 24px;}
.blog-details-page .single-post-header {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.blog-details-page .meta-info {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.blog-details-page .meta-info>li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  list-style: none;
}

.blog-details-page .meta-info a {
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-details-page .meta-info a svg {
  width: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.blog-details-page .meta-info span {
  font-size: 14px;
}

.blog-details-page .single-post-content .blog-post-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}

.blog-details-page .single-post-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 15px;
}

.blog-details-page .single-post-content h2{ font-size: 24px;
  font-weight: 600;}
  
.blog-details-page .single-post-content .meta-info {margin-bottom: 10px;}
.blog-details-page .single-post-content .ul-list li {
  color: #757575;
  font-size: 14px;
  list-style: outside none none;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}

.blog-details-page .single-post-content .ul-list li::before {
  background: #e1e1e1 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.blog-details-page blockquote {
  border-left: medium none;
  font-style: italic;
  margin: 0 0 15px;
  padding: 15px 30px;
  position: relative;
}

.blog-details-page .single-post-content blockquote p:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}

.blog-details-page .single-post-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  overflow: hidden;
  padding-top: 30px;
}

.blog-details-page .post-shearing {
  display: inline-block;
  float: left;
}

.blog-details-page .post-shearing ul li a svg {
  width: 20px;
}

.blog-details-page .post-shearing ul li a .Layer-3 {
  width: 25px;
}

.blog-details-page .post-shearing ul li:first-child {
  color: #000;
  font-weight: 700;
}

.blog-details-page .single-post-content .meta-info li {
  color: #757575;
  font-size: 14px;
  list-style: outside none none;
  margin-bottom: 6px;
  position: relative;
}

.blog-details-page .single-post-footer .post-shearing ul li,
.single-post-footer .post-tags ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

.blog-details-page .single-post-footer .post-shearing ul li a svg {
  transition: .3s;
}

.blog-details-page .single-post-footer .post-shearing ul li a svg {
  fill: #999;
}

.blog-details-page .single-post-footer .post-shearing ul li a:hover svg {
  fill: #000;
}

.blog-details-page .post-tags {
  display: inline-block;
  float: right;
}

.blog-details-page .single-post-footer .post-shearing ul,
.single-post-footer .post-tags ul {
  list-style: outside none none;
  margin: 0;
}

.blog-details-page .single-post-footer .post-tags ul li {
  margin-left: 20px;
  margin-right: 0;
  color: #757575;
  font-size: 14px;
  list-style: outside none none;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}

.blog-details-page .post-tags a {
  color: #999;
  transition: .4s;
}

.blog-details-page .post-tags a:hover {
  color: #f09433;
}

.blog-details-page .xboot-comment-area {
  background: #fff none repeat scroll 0 0;
}
.blog-small-info p {margin:0;}

.blog-details-page .sub-section-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.blog-details-page .xboot-comment-area .media {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 25px;
  display: flex;
}

.blog-details-page .media-list li:last-child {
  border-bottom: medium none;
  margin: 0;
}

.blog-details-page .media-list li {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 20px;
  transition: .3s;
  position: relative;
  list-style: none;
}

.blog-details-page .media-left img {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.blog-details-page .media-left,
.blog-details-page .media>.blog-details-page .pull-left {
  padding-right: 20px;
  display: inline-block;
}

.blog-details-page .xboot-comment-area .media-body {
  margin-top: 0;
  padding-right: 25px;
  display: inline-block;
}

.blog-details-page .comment-author-name {
  margin: 0;
}

.blog-details-page .comment-author-name a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.blog-details-page .xboot-comment-area .media-body>p span {
  color: #808080;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-details-page .media-body .button {
  margin-bottom: 10px;
  color: #000;
}

.blog-details-page .media-body .button svg {
  width: 18px;
  padding-bottom: 4px;
}

.blog-details-page .comment-form form {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
}

.blog-details-page .clear-fix textarea {
  border: 1px solid #e5e5e5;
  height: 150px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 15px;
  width: 100%;
}

.blog-details-page .input-field-wrapper {
  margin: 0 -10px;
}

.blog-details-page .input-field {
  float: left;
  padding: 0 10px;
  width: 33.3333%;
}

.blog-details-page .comment-form input {
  border: 1px solid #e5e5e5;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
  outline: none;
}

.blog-details-page .button-black {
  background: #f09433 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  letter-spacing: 2px;
  line-height: 46px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: .3s;
  cursor: pointer;
}

.blog-details-page .button-black:hover {
  background: #222;
}

/*----- right site ---------*/
.blog-details-page .single-widget {
  margin-bottom: 20px;
}

.blog-details-page .search-widget form {
  position: relative;
}

.blog-details-page .search-widget input {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.blog-details-page .search-widget button {
  background: #f09433;
  border: 1px solid transparent;
  border-left: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 30px;
  padding: 0 20px;
  transition: .3s;
  top: 0;
  position: absolute;
  right: 0;
}

.blog-details-page .search-widget button svg {
  fill: #fff;
  width: 18px;
}

/*--- latest post ----*/
.blog-details-page .sidebar-widget {
  margin-top: 30px;
}

.blog-details-page .sidebar-widget h5 {
  font-size: 25px;
  color: #000;
  font-weight: 700;
}

.blog-details-page .blog-small-item {
  overflow: hidden;
  border-bottom: 1px solid #757575;
  margin-top: 20px;
  display: inline-block;
  padding-bottom: 20px;
}

.blog-details-page .blog-small-img {
  float: left;
  width: 35%;
}

.blog-details-page .blog-small-img img {
  width: 115px;
}

.blog-details-page .blog-small-info {
  float: left;
  font-size: 16px;
  color: #202020;
  font-weight: 400;
  width: 60%;
}

.blog-details-page .blog-small-info h6.blog-small-title a {
  font-size: 16px;
  color: #202020;
  font-weight: 400;
}

.blog-details-page .blog-small-info h6.blog-small-title p {
  font-size: 14px;
}

/*---- category widget ----*/
.sidebar-widget .post-category-list {
  margin: 0;
  padding: 0;
}

.sidebar-widget .post-category-list>li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}

.sidebar-widget .post-category-list>li a {
  color: #000;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 16px;
}

.sidebar-widget .post-category-list>li a:hover {
  color: #f09433;
}

.sidebar-widget.post-category-list a span {
  float: right;
}

/*---- tag ------*/
.sidebar-widget.tag {
  padding-top: 15px;
  padding-left: 17px;
}

.sidebar-widget ul.tag li {
  display: inline-block;
}

.sidebar-widget ul.tag li a {
  border: 1px solid #e5e5e5;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  background: transparent;
  font-weight: 400;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 7px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.sidebar-widget ul.tag li a:hover {
  background: #f09433;
  border-color: #f09433;
  color: #fff;
}
/* ============= [ Blog Details Page Responsive Tablet  ] ==============*/
@media only screen and (max-width: 992px){
  .blog-details-page .blog-small-item{
    padding-bottom: 0;
  }
  .blog-details-page 
  .blog-small-img img {
    width: 100px;
}
.blog-details-page 
.blog-small-img{
  margin-right: 12px;
}
.blog-details-page .blog-small-info h6.blog-small-title a{
  font-size: 14px;
}
.blog-details-page 
.blog-small-info{
  font-size: 12px;
}
.blog-details-page .blog-small-info p{
  line-height: 19px;
}
.blog-details-page .post-tags ul li:first-child{
  margin-left: 0px;
  padding-left: 0;
}
.blog-details-page .post-tags {
  float: left;
  margin-top: 14px;
}
.project-details-page .project-content{
  padding: 15px 0 0 10px;
}
.project-details-page .project-content h2{
  font-size: 22px;
}
.project-details-page .project-content .feature-list{
  padding-top: 0px;
  line-height: 27px;
  font-size: 14px;
}
.project-details-page .slider-item .caption{
  font-size: 14px;
}
}
/* ============= [ Blog Details Page Responsive Mobile  ] ==============*/
@media only screen and (max-width: 767px) {
  .blog-details-page .single-post-content .meta-info{
    margin-bottom: 15px;
  }
  .blog-details-page .single-post-content .blog-post-title{
    line-height: 33px;
    margin-top: 0;
  }
  .blog-details-page{
    padding: 30px 0;
  }
  .comment-form-wrapper{
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .blog-details-page .button-black{
    letter-spacing: 1px;
    height: 38px;
    line-height: 28px;
  }
  .blog-details-page .input-field{
    width: 100%;
  }
  .blog-details-page .button-black{
    padding: 0 17px;
  }
  .blog-details-page .post-tags{
    float: left;
    margin-top: 12px;
  }
  .blog-details-page .single-post-footer .post-tags ul li{
    margin-left: 0px;
  }
  .blog-details-page .single-post-footer .post-tags ul li:first-child{
    margin-left: 0px;
    padding-left: 0px;
  }
  .blog-details-page .single-blog-post{
    margin-bottom: 8px;
  }
  .blog-details-page .xboot-comment-area .media{
    padding: 10px 0 10px 5px;
  }
  .blog-details-page .xboot-comment-area .media-body{
    padding-right: 0px;
  }
}

/*[ CONTACT PAGE ]
///////////////////////////////////////////////////////////
*/
.contact-page {
  padding: 50px 0;
}

.contact-page h2 {
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.contact-page .border {
  width: 150px;
  background: #ff9800;
  height: 4px;
  display: block;
}

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

.contact-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.contact-page .form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.contact-page .form-group textarea.form-control {
  height: 192px;
  padding: 12px 20px;
}

.contact-page form button.btn {
  color: #fff;
  background: #ff9800;
  padding: 10px 25px 6px;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid #ff9800;
  text-transform: uppercase;
}

.contact-page form button.btn svg {
  width: 15px;
  fill: #fff;
  margin-bottom: 3px;
}

.contact-page form button.btn:hover {
  background: transparent;
  color: #ff9800;
}

.contact-page form button.btn:hover svg {
  fill: #ff9800;
}

.contact-page .single-box {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.contact-page .media:first-child {
  margin-top: 0;
}

.contact-page .media .pull-left {
  margin-right: 10px;
}

.contact-page .media {
  display: flex;
}

.contact-page .pull-left svg {
  width: 16px;
  fill: #000;
}

/* ============= [ Contact Page Responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  .contact-page{
    padding: 30px 0;
  }
  .contact-page h2{
    margin-bottom: 20px;
    font-size: 25px;
  }
  .contact-page .contact-info{
    margin-top: 30px;
  }
}


/*[ BREADCRUMB 2 ]
///////////////////////////////////////////////////////////
*/
.breadcrumb-2 {
  /* background-image: url(../media/common/breadcrumb-2.jpg); */
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../media/common/breadcrumb-content-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-2 .breadcrumb-content {
  overflow: hidden;
  text-align: center;
}

.breadcrumb-2 .breadcrumb-text-wrapper {
  display: inline-block;
}

.breadcrumb-2 .breadcrumb-content .page-name {
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 2px;
  color: #fff;
}

.breadcrumb-2 .breadcrumb-list {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin: 0;
  padding: 0;
}

.breadcrumb-2 .breadcrumb-list li {
  float: left;
  margin-right: 20px;
  position: relative;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  color: #fbc02d;
}

.breadcrumb-2 .breadcrumb-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-2 .breadcrumb-list li:first-child::before {
  bottom: -1px;
  content: "/";
  position: absolute;
  right: -14px;
}

.breadcrumb-2 .breadcrumb-list li:first-child {
  padding-left: 15px;
}

/* ============= [ Breadcrumb Responsive  ] ==============*/
@media only screen and (max-width: 767px) {
  .breadcrumb-2 .breadcrumb-content .page-name{
    font-size: 25px;
    letter-spacing: 0px;
  }
}


/*[ Book An Appoinment ]
///////////////////////////////////////////////////////////
*/
.appoinment-page{
  padding: 70px 0;
}
.appoinment-page form{
  margin-top: 50px;
}
.appoinment-page .form-group {
  margin-bottom: 30px;
}
.appoinment-page .form-group .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.appoinment-page .form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}
.appoinment-page .form-select{
  padding: 5px 20px;
  height: 44px;
  border-radius: 0;
  color: #959595;
  box-shadow: none;
  border: 1px solid #dadada;
  font-size: 14px;
}
.appoinment-page form .btn{
  color: #fff;
  background: #ff9800;
  padding: 10px 25px 6px;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid #ff9800;
  text-transform: uppercase;
}
.appoinment-page form .btn svg {
  width: 15px;
  fill: #fff;
  margin-bottom: 3px;
}
.appoinment-page form .btn:hover {
  background: transparent;
  color: #ff9800;
}
.appoinment-page form .btn:hover svg{
  fill: #ff9800;
}
.daterangepicker .drp-buttons .btn{
  display: none;
}
/*--- optional style -----*/
.appoinment-page-3 .form-group{
  margin-bottom: 20px;
}
.appoinment-page .lebel-style-2 {
  font-size: 15px;
  margin-bottom: 8px;
}

/*[ YouTube Video Background ]
///////////////////////////////////////////////////////////
*/
.video-wrapper{
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-wrapper iframe{
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
/*================================================
     VIDEO BACKGROUND For Index-3
==================================================*/
.youtube-bg {
  height: 100vh;
  z-index: 10;
}
.youtube-bg .buttonBar{
 display:none;
}
.youtube-video-overlay {
position: relative;
}
