@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=K2D:400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,900,700|Playfair+Display:700);
#main {
  padding: 20px 0;
  background: #fff;
}
body{color: #000!important}
.preloader-bg {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2222;
  background: #fff;
}
.client {
    padding: 45px 0px;
}
.our {
    text-align: center;
    padding-bottom: 35px;
    color: #ea2a21;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #303030;
}
.service-box-content p {
  text-align: justify;
  font-size: 15px;
}

.home-3box .service-box-content {
  height: 225px;
}

.shrt-menu .navbar-nav .nav-item ul li {
  position: relative;
}

.aco-pimage {
  position: relative;
}

.aco-pimage:before {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 33px;
  border: solid 7px #e52f29;
  border-width: 5px 0 0 5px;
}
.about-tittle{
    text-align:center;
    position:relative;
}
.about-tittle h1::after {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    z-index: 2;
    background: #e52f29;
    width: 115px;
    height: 3px;
}
.about-content{
    text-align:center;
}
.about-content h2 {
    padding: 20px 0px;
}
.about-content span {
    color: #e52f29;
}
.aco-pimage:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  right: -5px;
  bottom: 10px;
  border: solid 7px #e52f29;
  border-width: 0 5px 5px 0;
}


.tbl {
    background-color: #f9f9f9;
    border-radius: 7px;
    border: 1px solid #CCC;
}
.title {
    color: #000;
    font-size: 20px;
    border-bottom: solid 1px #F00;
}
.maintext {
    font-size: 11pt;
    color: #3f3d3b;
    line-height: 150%;
    text-decoration: none;
    text-align: center;
}
.inpHome {
    font-size: 11px;
    padding: 2px;
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 5px;
}
.sub-st {
    border: 1px solid #b37743;
    background-image: linear-gradient(bottom, rgb(179,120,67) 8%, rgb(215,156,94) 54%, rgb(255,188,123) 77%);
    background-image: -o-linear-gradient(bottom, rgb(179,120,67) 8%, rgb(215,156,94) 54%, rgb(255,188,123) 77%);
    background-image: -moz-linear-gradient(bottom, rgb(179,120,67) 8%, rgb(215,156,94) 54%, rgb(255,188,123) 77%);
    background-image: -webkit-linear-gradient(bottom, rgb(179,120,67) 8%, rgb(215,156,94) 54%, rgb(255,188,123) 77%);
    background-image: -ms-linear-gradient(bottom, rgb(179,120,67) 8%, rgb(215,156,94) 54%, rgb(255,188,123) 77%);
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.08, rgb(179,120,67)),
	color-stop(0.54, rgb(215,156,94)),
	color-stop(0.77, rgb(255,188,123))
);
    border-radius: 5px;
    padding: 5px;
}
.maintext a {
    font-size: 11pt;
    color: #3f3d3b;
    text-decoration: none;
}
.border1 {
    border-radius: 5px;
    line-height: 150%;
    border: 1px solid #CCC;
}


.green-contact-form {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}


.contact-inform {
    margin-top: 35px;
}

.subhead {
    color: #ff5f21;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.contact-inform li {
    list-style: none;
    margin-bottom: 25px;
    margin-top: 25px;
}
.contact-inform a {
    color: #ea2a21;
    margin-left: 10px;
}
.company-main {
    padding: 40px 0px;
}
.company-profile h3 {
    color: #ec4c27;
    font-size: 25px;
    font-weight: 600;
}
.company-profile span {
    color: #77993d;
}
.company-profile small{
    color: #77993d;
    font-size: 20px;
}
.company-profile li{
    color:#000000;
}
.dilip img{
    width:100%;
}
.hr {
    color: #ec4c27;
    opacity: 1;
    max-width: 100%;
	margin-bottom:0px;
}
.dilip h3 {
    color: #ec4c27;
    font-size: 25px;
    font-weight: 600;
}
.dilip span {
    color: #77993d;
}
.aerow {
    padding-top: 7px;
    background-position: center;
}
.profile {
    font-size: 30px;
    font-weight: 700;
    color: #e52f29;
    margin-bottom: 40px;
    text-shadow: 2px 1px 2px #77993d;
}
.company-profile  p {
    color: #000000;
    margin: 15px 0px;
}  

.aco-pimage img {
  width: 75%;
  float: none;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 2em;
}
.vision {
    display: flex;
    border:1px solid #c8c3c3;
    margin: 30px 0px 0px 0px;
    transition:0.5s;
    position:relative;
    border-radius: 10px;
}
/*.vision:hover {*/
/*    color: #c8c3c3;*/
/*    background-color: rgb(229, 47, 41);*/
/*    opacity: 0.8;*/
/*    width: 93%;*/
/*    border-radius: 10px;*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    height: auto;*/
/*    border:none;*/
/*}*/
.vision-img {
    padding: 10px 4px 0px;
}
.company{
    display:flex;
}
.company-img {
    padding: 10px 4px 0px;
}

#Careerfrm .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

#Careerfrm .col-md-12 {
  padding-left: 5px;
  padding-right: 5px;
}

#Careerfrm .input-group select {
  height: 34px;
}

.view-more-btn:hover {
  color: #e52f29;
}

.shrt-menu .navbar-nav .nav-item ul ul li a {
  font-size: 14px;
}





.service-box-4 .service-content li a {
  color: #333;
  width: auto;
  background: 0 0;
  line-height: inherit;
  margin-top: 0;
}

.shrt-menu .navbar-nav .nav-item ul li ul {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 25rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  left: 100%;
  top: -3px;
}

.shrt-menu .navbar-nav .nav-item ul li:hover ul {
  display: block;
}

.download-part ul {
  float: left;
  margin-left: 0;
}

.accordion .btn-link {
  color: #000;
}
.download-part {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.download-part li {
  width: 45%;
  list-style: none;
  /* float: left; */
  height: 185px;
  border: 1px solid #dadadaee;
  margin-left: 0px;
  margin-bottom: 10px;
  margin: 7px 5px;
}

.acod-title a:hover {
  color: #e52f29;
}

.acod-head {
  padding: 0;
  margin: 0;
}

.acod-head h6 {
  padding: 0;
  margin: 0;

}

.acod-head h6 a {
  font-size: 18px;
  padding-left: 15px;
}

.download-part li img {
  width: 80%;
  float: none;
  margin: 0 auto;
  margin-top: 10px;
}

.download-part li h4 {
  font-size: 15px;
  color: #000;
  text-align: center;
}

.certif .masonry-grid {
  width: 33%;
}

.certif .col-10 {
  max-width: 100%;
  padding: 0;
}

.accordion > .card .card-header {
  background-color: #ffae72;
}

.certif {
  margin-top: 0;
  padding-top: 0 !important;
}

.faq-q .col-10 {
  float: left;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.certif .tg-project figure img {
  height: auto;
}

.dlab-media,
.dlab-post-media {
  position: relative;
}

.quick-links li a {
  color: #e52f29;
}

.service-content h6 a {
  color: #e52f29;
  width: auto;
  background: 0 0;
  line-height: inherit;
  margin-top: 0;
  text-transform: inherit;
}

.tg-haslayout {
  width: 100%;
  float: left;
}

.tg-main-section {
  padding: 20px 0;
}

.tg-haslayout {
  width: 100%;
  float: left;
}

#wrapper {
  overflow: hidden;
}

.masonry-grid {
  float: left;
  padding: 15px;
  width: 25%;
}

.tg-member:hover .tg-team-hover,
.tg-post:hover .fig-hover,
.tg-product:hover .tg-product-hover,
.tg-project:hover .tg-portfolio-hover,
.tg-theme-hover:hover .fig-hover {
  opacity: 1;
}

.tg-portfolio-hover,
.tg-post .fig-hover,
.tg-product-hover,
.tg-team-hover,
.tg-theme-hover .fig-hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.carousel-inner > .item > img {
  width: 100%;
}

.tg-project {
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}

.tg-project figure {
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 1;
}

.tg-project figure img {
  width: 100%;
  height: 200px;
  display: block;
}

.tg-portfolio-hover,
.tg-post .fig-hover,
.tg-product-hover,
.tg-team-hover,
.tg-theme-hover .fig-hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#Careerfrm .input-group select {
  padding: 0;
}

.anchor-bottom {
  border-bottom: 70px solid #e52f29;
  border-left: 70px solid transparent;
  height: 0;
  width: 0;
  margin: 0;
  left: auto;
  top: auto;
  right: -20%;
  bottom: -20%;
}

.tg-portfolio-hover .anchor-bottom i,
.tg-portfolio-hover a:hover {
  font-size: 14px;
  top: 40px;
}

.anchor-bottom i {
  font-size: 25px;
  color: #fff;
  top: 37px;
  left: 33px;
  position: absolute;
}

.tg-haslayout {
  width: 100%;
  float: left;
}

.tg-portfolio-hover .anchor-bottom i,
.tg-portfolio-hover a:hover {
  font-size: 14px;
  top: 40px;
}

.anchor-bottom i {
  font-size: 25px;
  color: #fff;
  top: 37px;
  left: 33px;
  position: absolute;
}

.preloader {
  position: absolute;
  top: 15em;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 192px;
  padding-bottom: 12%;
}

.preloader-top {
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  overflow: hidden;
}

.preloader-top-sun {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0;
  width: 35%;
  padding-bottom: 35%;
  -webkit-animation: preloader 3s ease infinite;
  animation: preloader 3s ease infinite;
}

.preloader-top-sun-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid;
  box-sizing: border-box;
}

.preloader-top-sun-line {
  position: absolute;
  width: 20%;
  height: 5px;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.preloader-top-sun-line-0 {
  -webkit-transform: rotate(0) translateX(-350%);
  transform: rotate(0) translateX(-350%);
}

.preloader-top-sun-line-45 {
  -webkit-transform: rotate(45deg) translateX(-350%);
  transform: rotate(45deg) translateX(-350%);
}

.preloader-top-sun-line-90 {
  -webkit-transform: rotate(90deg) translateX(-350%);
  transform: rotate(90deg) translateX(-350%);
}

.preloader-top-sun-line-135 {
  -webkit-transform: rotate(135deg) translateX(-350%);
  transform: rotate(135deg) translateX(-350%);
}

.preloader-top-sun-line-180 {
  -webkit-transform: rotate(180deg) translateX(-350%);
  transform: rotate(180deg) translateX(-350%);
}

.preloader-top-sun-line-225 {
  -webkit-transform: rotate(225deg) translateX(-350%);
  transform: rotate(225deg) translateX(-350%);
}

.preloader-top-sun-line-270 {
  -webkit-transform: rotate(270deg) translateX(-350%);
  transform: rotate(270deg) translateX(-350%);
}

.preloader-top-sun-line-315 {
  -webkit-transform: rotate(315deg) translateX(-350%);
  transform: rotate(315deg) translateX(-350%);
}

.preloader-bottom {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
}

.preloader-bottom-line {
  position: absolute;
  height: 5px;
  border-radius: 5px;
  margin: auto;
  left: 0;
  right: 0;
}

.preloader-bottom-line-lg {
  width: 100%;
  top: 0;
}

.preloader-bottom-line-md {
  width: 75%;
  top: 25%;
}

.preloader-bottom-line-sm {
  width: 50%;
  top: 50%;
}

.preloader-bottom-line-xs {
  width: 25%;
  top: 75%;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: translateY(200%) rotate(0);
    transform: translateY(200%) rotate(0);
  }
  25% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(200%) rotate(-180deg);
    transform: translateY(200%) rotate(-180deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: translateY(200%) rotate(0);
    transform: translateY(200%) rotate(0);
  }
  25% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(200%) rotate(-180deg);
    transform: translateY(200%) rotate(-180deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
}

.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.dlab-title1 {
  float: left;
  width: 100%;
  border-radius: 25px 0;
  background-color: #e52f29;
  position: relative;
  margin-top: -27px;
  padding: 10px 7px;
}

.video .col-md-4 {
  float: left;
  margin-bottom: 1em;
}

a {
  color: #e52f29;
  text-decoration: none;
}

.video {
  padding-top: 2em;
  padding-bottom: 2em;
  float: left;
  width: 100%;
}

.dlab-title1 h4 a {
  color: #fff;
}

.dlab-post-text img {
  width: 655px;
  margin-top: 1em;
  float: left;
  margin-right: 33px;
}

.portfolio-content-wrap h5 {
  margin-bottom: 10px;
  margin-top: 20px;
/*
  border-left: 3px solid #000;
  padding-left: 10px;
*/
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.team-title {
  text-align: left;
  margin-bottom: 17px;
}

.team-title p {
  text-align: left;
  margin-top: 1em;
}

.team-designation {
  color: #e52f29;
}

.team-title h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-pro {
  background-color: #f4f3e1 !important;
}

.footer-logo p {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 22px;
}

.team-social-wrap ul.social-icons > li > a {
  border: 1px solid #b2b2b2;
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin-right: 18px;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  -o-box-shadow: unset;
  border-radius: 100%;
  color: #e52f29;
}

.team-content-wrap {
  margin-top: 1em;
}

.shrt-menu .navbar-nav .nav-item ul li {
  list-style: none;
}

.shrt-menu .navbar-nav .nav-item ul li a {
  text-transform: uppercase;
}

.ext-sidebar-menu .menu h1 a {
  color: #e52f29;
}

.portfolio-content-wrap {
  font-size: 17px;
}

.team-info img {
  float: left;
  width: 30%;
  margin-right: 10px;
}

.feat-b {
  margin-left: 25px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  height: 500px !important;
}

.contact-p {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 3em;
}

.dlab-blog-grid-2 .col-lg-4 {
  float: left;
  width: 33%;
  flex: inherit;
  max-width: 100%;
  position: inherit !important;
  left: inherit !important;
  top: inherit !important;
}

.dlab-post-title h4 {
  font-size: 20px;
}

.studio-project-area .col-md-8 img {
  width: 100%;
}

.studio-project-area .col-md-8 {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
/*  border-bottom: solid 3px #e52f29;*/
  -webkit-box-shadow: 0 0 24px -11px #999;
  box-shadow: 0 0 24px -11px #999;
}

#Contactfrm {
  background: url(images/contact-form-bg.html);
  visibility: visible;
  animation-delay: 0.2s;
  animation-name: fadeInUp;
  width: 61%;
  float: none;
  margin: 0 auto;
}

.site-button span {
  background-color: #464646;
  padding: 10px 20px;
}

#masonry .col-lg-6 {
  float: left;
}

.expertise h5 {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f58d40;
  text-align: center;
}

.quali {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 2em;
  border-bottom: 2px solid #eeeeee3b;
}

.expertise p {
  line-height: 28px;
  margin-bottom: 24px;
}

.expertise .ti-alarm-clock:before {
  content: "\e6c6";
}

.team-designation h6 {
  color: #fff;
}

.menu h1 {
  color: #e52f29;
}

.expertise .text-black {
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
}

[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.studio-project-area {
  margin-top: 2em;
}

.contact-p .col-md-4 {
  border-right: 1px solid #eee;
  margin-left: 0;
}

.video .col-md-4 {
  float: left;
}

.studio-project-area .col-md-12 .col-md-6 {
  float: left;
}

.studio-project-area .col-md-6 h5 {
  font-weight: 700;
}

.input-group select {
  color: #495057;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.studio-project-area .col-md-6 p {
  text-align: justify;
}

.dzForm {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 38px -26px #4a4a4a;
  border: 2px dashed #fdab6d;
  padding: 20px;
}

.inquiry-form .input-group-addon {
  border-width: 0 0 1px;
  font-size: 16px;
  padding: 9px 0 3px;
  vertical-align: top;
  border-bottom: 1px solid #e1e6eb;
}

.input-group-addon {
  background: #fff;
  border-color: #e1e1e1;
  padding: 6px 14px;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.latest-project-info .align-self-center h2 {
  color: #fff;
  margin-bottom: 10px;
}

.inquiry-form .form-control {
  font-size: 16px;
}

.icon-bx-wraper.expertise {
  border-radius: 4px;
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
  font-size: 14px;
}

.icon-bx-wraper {
  position: relative;
}

.radius-sm {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.panel {
  margin-bottom: 0 !important;
}

.p-a20 {
  padding: 20px;
}

.dlab-post-text-infra .col-md-6 {
  float: left;
}

.dlab-post-text-infra .col-md-6 img {
  border-radius: 10px;
  border: 4px solid #ffff;
  width: 500px;
  margin-top: 1em;
  margin-left: 2em;
}

.dlab-post-text-infra .col-md-6 p {
  text-align: justify;
}

.dlab-post-text-infra {
  margin-top: 2em;
}

.dlab-post-text-infra .col-md-12 {
  float: left;
  width: 100%;
}

.dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 33px;
  border: solid 7px #e52f29;
  border-width: 5px 0 0 5px;
}

.dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  right: -5px;
  bottom: 10px;
  border: solid 7px #e52f29;
  border-width: 0 5px 5px 0;
}

.dlab-post-text-infra .col-md-12:nth-child(3) {
  margin-top: 3em;
}

.dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 33px;
  border: solid 7px #e52f29;
  border-width: 5px 0 0 5px;
}

.dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  right: -5px;
  bottom: 10px;
  border: solid 7px #e52f29;
  border-width: 0 5px 5px 0;
}

.dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 33px;
  border: solid 7px #e52f29;
  border-width: 5px 0 0 5px;
}

.dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  right: -5px;
  bottom: 10px;
  border: solid 7px #e52f29;
  border-width: 0 5px 5px 0;
}

.dlab-post-text-infra .col-md-12:nth-child(6) {
  margin-top: 3em;
  margin-bottom: 3em;
}

.dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 33px;
  border: solid 7px #e52f29;
  border-width: 5px 0 0 5px;
}

.dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  position: absolute;
  right: -5px;
  bottom: 10px;
  border: solid 7px #e52f29;
  border-width: 0 5px 5px 0;
}

.dlab-post-text-infra .col-md-12:nth-child(4) {
  margin-top: 3em;
}

.dlab-post-text-infra .col-md-6 h5 {
  font-weight: 700;
  color: #171717;
  line-height: 30px;
  margin-bottom: 15px;
  border-left: solid 3px #000;
  padding-left: 15px;
  font-size: 16px;
}

.inner-text .title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 45px;
  color: #232323;
  font-weight: 700;
  color: #171717;
  line-height: 30px;
  margin-bottom: 15px;
  border-left: solid 3px #000;
  padding-left: 10px;
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
}

.whatsapp-stiky {
  position: fixed;
  z-index: 11;
  bottom: 17px;
  right: 15px;
  left: auto;
}

.whatsapp-stiky a {
  display: block;
}

.whatsapp-stiky a .fa {
  background: #16ac04;
  color: #fff;
  padding: 10px 13px;
  font-size: 33px !important;
  border-radius: 100%;
}

.team-part1 .dlab-team9 .dlab-title {
  background-color: #e52f29;
  font-weight: 500;
  bottom: -5px;
  position: absolute;
  color: #fff;
  display: block;
  left: 0;
  font-size: 16px;
  letter-spacing: 3px;
  transition: inherit;
  writing-mode: inherit;
  margin: 0;
  transform-origin: left;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 0.8;
  -ms-opacity: 0.8;
}

.team-part1 {
  margin-top: 2em;
}

.quality img {
  float: right;
  margin-left: 2em;
}

.quality p {
  text-align: justify;
}

.quality {
  margin-top: 2em;
}

.inner-text ul li {
  font-size: 16px;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  display: block;
}

.list-check li:before {
  content: "\e64c";
  color: #ff5e14;
}

.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-chevron-circle li:before,
.list-circle li:before,
.list-cup li:before,
.list-hand-point li:before,
.list-heart li:before,
.list-icon-box li:before,
.list-pen li:before,
.list-star li:before {
  font-family: themify;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.dlab-post-header h6 a {
  color: #868686;
}

.dlab-post-meta ul {
  margin: 0;
  list-style: none;
  text-transform: capitalize;
}

.blog-post.blog-single .dlab-post-meta {
  margin-bottom: 0;
  margin-bottom: 18px;
}

.dlab-post-meta ul li {
  padding: 0;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.dlab-post-title h4 a {
  color: #232323;
}

blockquote {
  padding: 16px 20px 16px 80px;
  font-size: 16px;
  font-style: italic;
  color: #555;
  margin: 20px 0 15px;
  border-left: none;
  line-height: 30px;
  position: relative;
  background: #f6f6f6;
  clear: both;
  border-left: 4px solid #efbb20;
  border-color: #ff5e14;
}

.blog-single .dlab-post-tags {
  margin-top: 20px;
}

.dlab-post-tags {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}

.clear {
  clear: both;
}

.dlab-post-tags .post-tags a {
  border: 1px solid #ebedf2;
  padding: 2px 8px;
  color: #a9a9a9;
  margin: 0 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.portfolio-content h5 {
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
}

.comments-area .comments-title {
  text-transform: uppercase;
  font-size: 20px;
}

ol.comment-list li.comment .comment-author {
  margin-bottom: 5px;
  display: block;
  margin-bottom: 10px;
}

ol.comment-list li.comment .comment-body:before {
  border-color: transparent #fff;
  z-index: 1;
  left: -12px;
  top: 22px;
}

.blog-single .dlab-post-media a {
  margin-right: 10px;
  margin-bottom: 1em;
}

.blog-single .dlab-img-effect a {
  margin-right: 0;
  margin-bottom: 0;
}

.dlab-post-text blockquote p {
  margin-left: 3em !important;
}

.blog-single .dlab-img-effect {
  margin-bottom: 3em;
  margin-right: 14px;
  text-align: center;
}

.dlab-post-media:hover img {
  transform: scale(1.1);
}

.dlab-post-media img {
  transform-origin: 0 0;
  transition: transform 0.25s, visibility 0.25s ease-in;
}

.icon-sm .fa {
  color: #e52f29;
  margin-right: 10px;
}

ol.comment-list li.comment .comment-body:after,
ol.comment-list li.comment .comment-body:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-width: 10px 12px 10px 0;
  border-style: solid;
}

ol.comment-list li.comment .comment-author {
  margin-bottom: 5px;
}

ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 0;
  left: -80px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #fff;
}

.content-area {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-bottom: 1em;
  border-bottom: 2px solid #eeeeee3b;
}

ol.comment-list li.comment .comment-author .fn {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #555;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}

.widget_archive li {
  position: relative;
  padding-left: 10px;
  display: block;
}

ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999;
  font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 15px;
}

ol.comment-list li.comment .comment-meta:before {
  content: "\f133";
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
  font-family: FontAwesome;
  font-size: 11px;
  vertical-align: top;
}

ol.comment-list li.comment .comment-meta a {
  margin-left: 5px;
  color: #8d8d8d;
}

.alert,
.btn,
.btn-group-divides > .btn:last-child:not(:first-child),
.btn-group-divides
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .dropdown-toggle:not(:first-child),
.dlab-booking-form .dlab-extra-services li .icon-bx-lg,
.dlab-booking-form .dlab-extra-services li.active .icon-bx-lg:after,
.dropdown-menu,
.form-control,
.img-thumbnail,
.input-group-addon,
.list-group-item:first-child,
.list-group-item:last-child,
.modal-content,
.nav-pills > li > a,
.nav-tabs > li > a,
.navbar-toggler,
.pager li > a,
.pager li > span,
.panel,
.panel-group .panel,
.panel-head ing,
.searchform input[type="submit"],
.searchform input[type="text"],
.well,
.widget_tag_cloud a,
ol.comment-list li.comment .comment-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  margin-left: 80px;
  position: relative;
  border: 1px solid #e9e9e9;
}

.feature-box-desc h4 {
  background-color: transparent !important;
}

.back-team {
  background-color: transparent !important;
}

.comment-respond {
  padding: 30px;
  border: 1px solid #e9e9e9;
  margin-bottom: 2em;
  background-color: #eee;
}

.comment-respond .comment-reply-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  
}

.comment-reply-title {
  margin-top: 0;
}

.comments-area .comment-form p {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
}

.comments-area .comment-form p textarea {
  height: 120px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 50px;
  border: 1px solid #e1e6eb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: capitalize;
  vertical-align: middle;
}

.alignleft {
  float: left;
  margin: 5px 15px 25px 0;
}

.dlab-post-text h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 10px;
  border-left: 3px solid #45413e;
  padding-left: 10px;
  text-transform: capitalize;
}

.dlab-post-meta li:after {
  content: "|";
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
  opacity: 0.5;
}

.comment-form[class*="comment-form"] input,
.comment-form[class*="comment-form"] textarea {
  border: 1px solid #ccc;
  padding: 8px 10px;
  width: 100%;
}

.comments-area .comment-form p textarea {
  height: 120px;
}

.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
  background-color: #efbb20;
  border: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
}

.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}

.comments-area .comment-form p input[type="submit"] {
  background-color: #ff5e14;
}

blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: #efbb20;
  font-size: 35px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-style: normal;
  color: #ff5e14;
}

.dlab-post-text p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #999;
}

#masonry .col-lg-6 h4 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.dlab-info[class*="border-"] .post-title {
  margin-top: 0;
}

.dlab-post-title .post-title {
  margin-top: 15px;
  margin-bottom: 5px;
}

.dlab-post-title {
  margin-bottom: 5px;
}

.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
  border-top: none;
}

.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
  border-color: #eee;
  height: 170px;
}

.blog-effect1 .dlab-info {
  background: #fff;
}

.blog-rounded[class*="border-"] {
  border-radius: 0 0 4px 4px;
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
  position: relative;
}

.border-1 {
  border-width: 1px;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  border-style: solid;
}

.p-a20 {
  padding: 20px;
}

.dlab-post-text p:last-child {
  margin: 0;
}

.dlab-post-text p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #434343;
  margin-top: 10px !important;
}

#masonry {
  margin-top: 1em;
  float: left;
  width: 100%;
}

.side-bar .widget {
  margin-bottom: 30px;
}

.widget-title.style-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 12px;
}

.widget .post-title,
.widget .widget-title {
  text-transform: uppercase;
}

.widget-title {
  padding-bottom: 15px;
  position: relative;
  vertical-align: middle;
  margin: 0 0 25px;
}

.widget-title.style-1:after {
  border-radius: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin: 0;
  position: absolute;
  vertical-align: bottom;
  width: 50px;
}

.search-bx.style-1 .form-control {
  border: 1px solid #efefef;
  border-width: 0;
  font-size: 16px;
  height: 45px;
  padding: 5px 20px;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-top: 2em;
}

.widget-post .dlab-post-media {
  width: 125px;
}

.recent-posts-entry .dlab-post-media img {
  border-radius: 3px;
  height: 100px;
}

.dlab-post-text h4 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 1em;
  border-left: 3px solid #e52f29;
  padding-left: 10px;
}

.recent-posts-entry .dlab-post-media {
  display: table-cell;
  vertical-align: middle;
}

.comments-area p:before {
  font-family: themify;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 35px;
  font-size: 16px;
  color: #ccc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e1e6eb;
  text-align: center;
  border-radius: 4px 0 0 4px;
  color: #ff5e14;
}

.comments-area p.comment-form-author:before {
  content: "\e602";
}

.comments-area p.comment-form-email:before {
  content: "\e75a";
}

.comments-area p.comment-form-url:before {
  content: "\e665";
}

.comments-area p.comment-form-comment:before {
  content: "\e645";
}

.recent-posts-entry .dlab-post-media {
  padding-right: 8px;
  width: 110px;
}

.dlab-media,
.dlab-post-media {
  position: relative;
}

.recent-posts-entry .dlab-post-info,
.recent-posts-entry .widget-post {
  overflow: hidden;
  margin-bottom: 10px;
}

.widget_archive ul li a {
  color: #767676;
  text-transform: capitalize;
  font-size: 16px;
}

.widget_archive ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: FontAwesome;
}

.widget_tag_cloud.radius a {
  border-radius: 16px;
  padding: 9px 7px;
}

.widget_tag_cloud a {
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #ebedf2;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 5px;
  color: #555;
  font-weight: 600;
}

.dlab-accordion {
  float: left;
  margin-top: 2em;
}

.widget_tag_cloud.radius a {
  padding: 7px 10px;
  float: left;
  margin-bottom: 2px;
}

.recent-posts-entry .dlab-post-info,
.recent-posts-entry .dlab-post-media {
  display: table-cell;
  vertical-align: middle;
}

.recent-posts-entry .dlab-post-info {
  background: 0 0;
  padding: 0;
  margin-left: 110px;
  border: none;
  background-color: #fff;
}

.dlab-post-header h6 {
  font-size: 16px;
  text-transform: capitalize !important;
}

.factrie_latest_post_widget img,
.factrie_popular_post_widget img {
  margin: 0 20px 10px 0;
  max-width: 60px;
  float: left;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search-bx.style-1 .input-group-btn button {
  background: rgba(0, 0, 0, 0.89) none repeat scroll 0 0;
  border: 0;
  color: #000;
  font-size: 16px;
  height: 45px;
  width: 40px;
  border-width: 0;
}

.search-bx.style-1 .input-group {
  border: 1px solid #efefef;
}

.site-button,
.site-button-secondry {
  color: #e52f29;
  padding: 6px 0;
  display: inline-block;
  font-size: 16px;
  outline: 0;
  cursor: pointer;
  outline: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.blog-effect1 {
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.blog-post {
  position: relative;
  margin-bottom: 30px;
  margin-top: 1em;
}

.menu h1 {
  font-size: 27px;
  margin-bottom: 10px;
  border-left: 3px solid #e52f29;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 700;
}

.our-story > span {
  color: #ff5e14;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}

.quali .col-md-12 h2 {
  font-weight: 700;
  color: #171717;
  line-height: 30px;
  margin-bottom: 15px;
  border-left: solid 3px #000;
  padding-left: 10px;
  font-size: 20px;
  margin-top: 1em;
}

.about-progress {
  float: left;
  width: 100%;
  background-color: #ffff;
  border: 2px solid #eeeeee3b;
  padding-bottom: 2em;
  padding-top: 2em;
}

.certificate {
  float: left;
  width: 100%;
}

.ext-sidebar-menu ul.menu li.active a,
.ext-sidebar-menu ul.menu li:hover a,
.ext-sidebar-menu.sidebar-widget ul.menu li.current-menu-item a,
.ext-sidebar-menu.sidebar-widget ul.menu li:hover a {
  background: #ff5e14;
  color: #fff;
}

.ext-sidebar-menu ul.menu li {
  display: block;
  padding: 0 !important;
  border: 0;
}

.ext-sidebar-menu ul.menu li a {
  background: #fff;
  display: block;
  padding: 8px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 17px;
}

.studio-project-area .col-md-8 {
  float: left;
  margin-top: 0;
  padding-bottom: 2em;
}

.studio-project-area .col-md-5 {
  float: left;
  margin-top: 2em;
  padding-right: 0;
}

.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.widget_nav_menu li a {
  color: #767676;
  text-transform: capitalize;
}

.widget_nav_menu li {
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.11);
  position: relative;
  padding: 10px 10px 10px 15px;
  margin-bottom: 0;
  line-height: 20px;
}

.certificate .col-md-12 {
  background-color: #e52f29;
  border-radius: 12em;
  padding: 25px;
}

.bg-white {
  background-color: #fff !important;
  padding-bottom: 1em;
}

.timeline h2 {
  color: #e52f29;
  font-size: 40px;
  margin-top: 0;
}

.timeline strong {
  font-size: 29px;
}

.content-inner span {
  text-align: center;
  margin-top: 1em;
}

.content-inner .title .text-primary {
  color: #e52f29 !important;
  margin-top: 1em;
}

.our-story h2.title {
  font-size: 38px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  margin-top: 1em;
}

.our-story h2.title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.blog-sing .col-md-3 {
  float: left;
}

.blog-sing .col-md-9 {
  float: left;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: solid 3px #e52f29;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
}

.blog-sing {
  background-color: #fff;
}

.our-story h4.title {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #999;
  text-align: center;
  margin-bottom: 2em;
}

.our-story p {
  font-size: 15px;
  line-height: 25px;
  color: #353535;
}

.box-about-list .icon-bx-wraper {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.icon-bx-wraper {
  position: relative;
}

.m-b30 {
  margin-bottom: 30px;
}

.our-story img {
  float: right;
  margin-left: 1em;
  width: 300px;
  margin-bottom: 1em;
  border: 1px solid #eee;
  padding: 10px;
}

.box-about-list .icon-bx-wraper .dlab-tilte {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 25px;
  text-align: left;
  margin-top: 0;
}

.box-about-list .icon-bx-wraper p {
  opacity: 0.8;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  margin-top: 1em;
  text-align: left;
}

.service-box.style3 .icon-lg {
  margin-bottom: 25px;
}

.acod-body .col-md-3 {
  float: left;
}

.collapse.show {
  display: block;
  width: 100%;
  float: left;
}

.panel {
  float: left;
  width: 100%;
  margin-top: 3px;
}

.acod-head a:after {
  float: right;
  color: #efbb20;
  font-size: 16px;
  letter-spacing: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #ff5e14;
}

.icon-lg {
  width: 80px;
}

.service-box.style3 .icon-bx-wraper:before {
  content: attr(data-name);
  position: absolute;
  font-size: 100px;
  right: 30px;
  top: 30px;
  line-height: 80px;
  font-weight: 700;
  color: #000;
  opacity: 0.05;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.service-box.style3 .icon-bx-wraper {
  padding: 61px 20px 20px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  height: 450px;
}

.icon-bx-wraper {
  position: relative;
}

.service-box.style3 .dlab-tilte {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  line-height: 30px;
  margin-top: 1em;
  text-align: center;
}

.team-part1 .dlab-media {
  overflow: inherit;
}

.team-part1 .dlab-box {
  height: 360px;
}

.icon-content p {
  line-height: 22px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  text-align: center;
}

.service-box.style3 .icon-bx-wraper:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.service-box.style3 .icon-bx-wraper:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #e52f29;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.service-box.style3 .icon-bx-wraper:hover .dlab-tilte {
  color: #fff;
}

.service-box.style3 .icon-bx-wraper:hover .icon-content p {
  color: #fff;
}

.section-head .title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #232323;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.section-head p {
  padding-top: 10px;
  font-size: 15px;
  color: #494949;
}

.about-progress-box h6 {
  font-size: 16px;
  line-height: 22px;
  color: #848484 !important;
  margin-bottom: 10px;
  text-align: center;
}

.icon-content {
  overflow: hidden;
}

.icon-bx-wraper {
  position: relative;
}

.team-part {
  padding: 70px 0 46px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
}

.section-head {
  margin-bottom: 3em;
}

.dlab-bnr-inr h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
}

.dlab-bnr-inr .breadcrumb-row {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1.2em;
}

.breadcrumb-row {
  background: #f9f9f9;
  padding: 20px 0;
  float: right;
}

.breadcrumb-row ul {
  margin: 0;
}

ul[class*="list-"] {
  font-size: 15px;
}

.icon-md {
  float: left;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 5px solid #f69249;
  padding: 10px;
  margin-right: 10px;
}

.icon-md img {
  padding-top: 10px;
}

.ab-t {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 2em;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.dlab-bnr-inr h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
  float: left;
}

.overlay-black-middle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.box-about-list .icon-bx-wraper {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  float: left;
  width: 48%;
  margin-left: 10px;
  height: 230px;
}

.overlay-black-middle:after {
  opacity: 0.5;
}

.dlab-bnr-inr {
  position: relative;
  height: 312px;
  margin: 65px 0px 0px;
  display: flex;
  align-items: center;
}

.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.dlab-bnr-inr .breadcrumb-row ul li a {
  color: #fff;
}

.breadcrumb-row ul li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: fontawesome;
  color: #fff;
}

.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child {
  color: #fff;
}

.dlab-bnr-inr .breadcrumb-row ul li a {
  color: #fff;
}

.bg-primary {
  color: #fff;
  background-color: #696969 !important;
  padding-left: 5em;
  float: left;
  padding-top: 4em;
  padding-bottom: 3em;
}

.dlab-team9 .dlab-title a {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: left;
}

.dlab-media:hover .dlab-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}

.dlab-media.dlab-media-right .dlab-info-has {
  right: 0;
  padding: 15px;
  width: auto;
  left: auto;
  margin-right: -60px;
}

.dlab-social-icon li a {
  color: #fff;
}

.certificate img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  width: 245px;
}

.dlab-media.dlab-media-right .dlab-info-has {
  bottom: auto;
  margin-bottom: 0;
  top: 0;
}

.dlab-social-icon {
  display: inline-block;
  margin: 0 -3px;
  padding: 0;
  text-align: center;
}

.portfolio .dlab-gallery-box {
  margin-bottom: 0;
  padding: 7px;
  position: relative;
}

.dlab-media {
  position: relative;
}

.dlab-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.dlab-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.portfolio-ic a {
  color: #000;
}

.portfolio p {
  margin: 0;
}

.portfolio-ic .check-km i.icon-bx-xs {
  color: #000 !important;
}

.overlay-icon .check-km i.icon-bx-xs {
  background-color: #fff;
  color: var(--color-hover);
}

.dlab-box:hover .overlay-bx,
.dlab-media:hover .overlay-bx,
.overlay-bx:hover,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.portfolio .dlab-box:hover .dlab-img-overlay1::before,
.portfolio .dlab-img-overlay1:hover::before {
  opacity: 0.8;
}

.portfolio-ic .dlab-img-overlay1:before {
  background-color: #d2151e;
}

#masonry li {
  display: inline-block;
  width: 33%;
}

.overlay-bx .align-m,
.overlay-icon {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.dlab-media:hover .overlay-bx a > i,
.overlay-bx:hover a > i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.portfolio-ic a:hover i,
.portfolio-mas a:hover i {
  background: 0 0;
  border: 2px solid #fff;
}

.portfolio .icon-bx-xs {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
}

.accordion-faq.accordion .card-header {
  border-bottom: 1px solid #eff2f7;
  position: relative;
  cursor: pointer;
  background: #fff;
}

.acod-head a {
  display: block;
  padding: 13px 40px 13px 25px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #000;
}

.studio-project-area .panel {
  box-shadow: 0 0 0 0 #000 !important;
}

.studio-project-area h4 {
  padding: 10px;
  border-left: 3px solid #e52f29;
  margin-bottom: 10px;
/*  color: #4a4542;*/
	color: #000;
  margin-top: 1em;
  font-size: 20px;
  font-weight: 700;
  background-color: #eeee;
}

.acod-head {
  background-color: #fff;
  margin-bottom: 4px;
}

.acod-body {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  border-left: 1px solid #ebedf2;
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
  border-top: 1px solid transparent;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
}

.dlab-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.dlab-team9 .dlab-media.dlab-media-right .dlab-info-has {
  background-color: var(--color-primary);
  border-radius: 20px 0 0 20px;
  top: 50px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-media.dlab-media-right .dlab-social-icon li {
  display: block;
  margin: 3px 0;
}

.dlab-social-icon li {
  display: inline-block;
  padding: 0;
  font-size: 12px;
}

.dlab-team9 .dlab-title {
  background-color: #e52f29;
  font-weight: 500;
  bottom: 0;
  position: absolute;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  text-align: right;
  text-transform: uppercase;
  opacity: 0.8;
  -ms-opacity: 0.8;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.dlab-media img,
.dlab-post-media img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.team-part .dlab-media img {
  height: 255px;
  border-radius: 100%;
  background: #e52f29;
  padding: 8px;
}

.dlab-post-media img {
  height: 295px;
}

.blog-single .dlab-post-media img {
  height: auto;
  transform: scale(1);
  border-radius: 10px;
  /* border: 1px solid #eee; */
  /* box-shadow: 0 0 18px -4px #999; */
  margin: 11px auto 14px;
  display: block;
}

.blog-single .dlab-post-text img {
  float: none;
  margin: 25px auto 10px;
  display: block;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 0 18px -4px #999;
}

.team-part1 .dlab-media a {
  display: block;
}

.team-part1 .dlab-media img {
  height: 255px;
  border-radius: 100%;
  background: #e52f29;
  padding: 8px;
}

.dlab-team9 .dlab-media.dlab-media-right .dlab-info-has {
  background-color: #e52f29;
  border-radius: 20px 0 0 20px;
  top: 25px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-media.dlab-media-right .dlab-info-has {
  right: 0;
  padding: 15px;
  width: auto;
  left: auto;
  margin-right: 0;
}

.aboyt-part .col-md-8 {
  float: left;
}

.aboyt-part .col-md-4 {
  float: left;
}

.dlab-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  opacity: 1;
  margin-bottom: -100px;
  z-index: 2;
}

.dlab-media {
  position: relative;
}

.dlab-media,
.dlab-post-media {
  position: relative;
}

.dlab-media.dlab-media-right .dlab-info-has {
  bottom: auto;
  margin-bottom: 0;
  top: 0;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.service-box-4 .service-images img {
  width: 175px;
  height: 175px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px 0;
  border-radius: 500px;
  background: #fff;
  padding: 10px;
  transition: all 0.5s ease;
  margin: 0 auto;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.carousel-control {
  width: 10% !important;
}

.service-box-4 .service-images img:hover {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.service-box-4m {
  float: left;
}

.service-box-4 .service-images {
  position: relative;
  padding: 20px 20px 0;
}

.service-content {
  text-align: left;
}

.aboyt-part:nth-child(3) .our-story {
  float: left;
  background-color: #e2e1e1;
  padding: 10px;
  font-size: 17px;
  border: 1px solid #b9b9b9;
}

.aboyt-part:nth-child(3) .our-story h2.title {
  font-size: 38px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
  color: #f98634;
  font-weight: 700;
  text-transform: uppercase;
}

.aboyt-part:nth-child(4) .our-story {
  float: left;
  background-color: #e2e1e1;
  padding: 10px;
  border: 1px solid #b9b9b9;
  margin-top: 0;
  font-size: 17px;
}

.aboyt-part:nth-child(4) .our-story img {
  margin-left: 0;
  margin-right: 10px;
}

.aboyt-part:nth-child(4) .our-story h2.title {
  font-size: 38px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
  color: #f98634;
  font-weight: 700;
  text-transform: uppercase;
}

.service-box-4 .service-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

.service-content h6 {
  text-align: center;
}

.service-content li {
  text-align: center;
  list-style: none;
  line-height: 25px;
}

.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(255, 57, 70, 0.15);
  border-top-color: #ff3946;
  height: 170px;
  margin: 0 auto 45px;
  width: 170px;
}

.timeline .content p {
  font-size: 17px;
  line-height: 25px;
}

.ctn-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #ff3946;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 70px;
  position: absolute;
}

.aboyt-part:nth-child(2) .our-story img {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  color: rgba(255, 57, 70, 0.15);
  position: relative;
  font-size: 70px;
  line-height: 70px;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.dlab-bnr-inr-entry {
  /* padding-top:11em; */
  position: absolute;
  z-index: 11;
  width: 100%;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
.carousel-caption {
    position: absolute;
    right: 5%!important;
    bottom: 1.25rem;
    left: 5%!important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 285px!important;
}
	.carousel-caption p {
    font-size: 17px!important;
    line-height: 50px!important;
    width: 250px!important;
}
}

.scroll-top {
  width: 25px;
  height: 25px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0) 80%
  );
}

body {
  font-family: K2D, sans-serif !important;
  font-weight: 400;
  color: #373435;
  font-size: 16px;
  position: relative;
  top: 0 !important;
}

.font-lato {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.about-progress img {
  float: none;
  margin: 0 auto;
  display: block;
}

.about-progress .section-head {
  margin-bottom: 1em;
}

.about-progress .m-auto p {
  text-align: center;
  font-size: 30px;
  color: #e52f29;
  text-transform: uppercase;
  font-weight: 700;
}

.font-k2d {
  font-family: K2D, sans-serif !important;
  font-size: 36px;
}

.font-k2d span {
  color: #e52f29;
  font-size: 36px;
  font-weight: 400;
}

.main-page-wrapper {
  overflow-x: hidden;
    overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 400;
  font-family: Lato, sans-serif;
}

.h1,
h1 {
  font-size: 50px;
}

.h2,
h2 {
  font-size: 48px;
}

.h3,
h3 {
  font-size: 40px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 22px;
}

.h6,
h6 {
  font-size: 18px;
}

p {
  line-height: 25px;
  font-size: 17px;
}

ul {
  margin-left: 10px;
}

body a {
  text-decoration: none;
  display: inline-block;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
}

button {
  border: none;
  outline: 0;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: 0 0;
}

button:focus {
  outline: 0;
}

input,
textarea {
  outline: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.full-width-container {
  padding-left: 60px;
  padding-right: 60px;
}

.demo-container-900 {
  max-width: 900px;
  margin: 0 auto;
}

.demo-container-1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.p0 {
  padding: 0 !important;
}

.pt-15 {
  padding-top: 15px;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 1em;
  float: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #c1c1c1;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline .left:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -30px;
  background-color: #fff;
  border: 4px solid #ff9f55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline .left {
  left: 0;
  position: relative;
  width: 50%;
  margin-top: 1em;
  float: left;
}

.timeline .right {
  width: 50%;
  float: left;
  right: 50%;
  top: 54%;
  margin-top: 18em;
}

.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: -6px;
  border: medium solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.timeline .right::after {
  left: -16px;
}

.content {
  padding: 20px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .container::before {
    left: 60px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  .left::after,
  .right::after {
    left: 15px;
  }
  .right {
    left: 0;
  }
}

.pt-50 {
  padding-top: 50px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-200 {
  margin-bottom: 200px;
}

.m0 {
  margin: 0 !important;
}

.row.gutter-80 {
  margin: 0 -40px;
}

.row.gutter-80[class*="col-"] {
  padding: 0 40px;
}

.row.gutter-50 {
  margin: 0 -25px;
}

.row.gutter-50[class*="col-"] {
  padding: 0 25px;
}

body .solid-button-one {
  min-width: 188px;
  line-height: 48px;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  padding: 0 35px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
}

body .solid-button-one:hover {
  background: #fff;
  box-shadow: none;
}

body .solid-button-one .icon-right {
  vertical-align: -1px;
  margin-left: 5px;
}

body .solid-button-one .icon-left {
  vertical-align: -1px;
  margin-right: 5px;
}

body .video-button-one {
  font-size: 18px;
  line-height: 55px;
  color: #57667e;
}

body .video-button-one i {
  font-size: 50px;
  color: #d8d8d8;
  vertical-align: middle;
}

body .video-button-one .icon-right {
  margin-left: 10px;
}

body .video-button-one .icon-left {
  margin-right: 10px;
}

body .theme-button-one {
  font-family: CircularStdmed;
  width: 220px;
  line-height: 56px;
  text-align: center;
  font-size: 19px;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  position: relative;
}

body .theme-button-one:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0, 1);
}

body .theme-button-one:hover {
  color: #fff;
  border-color: #fff;
}

body .theme-button-one:hover:before {
  transform: scale(1, 1);
}

body .theme-button-two {
  text-transform: capitalize;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

body .theme-button-two:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
}

body .theme-button-two:hover:before {
  opacity: 1;
}

body .theme-button-two .icon-right {
  vertical-align: -1px;
  margin-left: 5px;
}

body .theme-button-two .icon-left {
  vertical-align: -1px;
  margin-right: 5px;
}

body .line-button-one {
  text-transform: capitalize;
  line-height: 48px;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px;
  text-align: center;
  padding: 0 35px;
  min-width: 180px;
}

body .line-button-one:hover {
  box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
  color: #fff;
}

body .line-button-two {
  text-transform: capitalize;
  line-height: 48px;
  border: 1px solid #e0e9ef;
  border-radius: 25px;
  padding: 0 35px;
  min-width: 180px;
  text-align: center;
  font-size: 18px;
  color: #233d63;
}

.agn-our-pricing .table-wrapper .pr-column:hover .line-button-two,
body .line-button-two:hover {
  color: #fff;
  box-shadow: 0 13px 28px 0 rgba(163, 48, 53, 0.25);
}

body .line-button-three {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 48px;
  border: 1px solid #171717;
  min-width: 180px;
  text-align: center;
  color: #141414;
}

body .line-button-three:hover {
  color: #fff;
}

body .white-shdw-button {
  text-transform: capitalize;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 10px 25px 0 rgba(123, 147, 171, 0.15);
  border-radius: 3px;
  padding: 0 33px;
  background: #fff;
}

body .white-shdw-button .icon {
  font-size: 25px;
  vertical-align: middle;
  margin-left: 10px;
}

body .white-shdw-button:hover {
  color: #fff;
  box-shadow: 0 13px 28px 0 rgba(163, 48, 53, 0.25);
}

body .dark-button-one {
  font-family: CircularStdmed;
  line-height: 50px;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #3b3b3b;
}

#arch-carousel .indicators-one li i,
#arch-carousel .indicators-one li span,
#contact-form .form-group .help-block,
#eCommerce-carousel .color-tab ul li a,
#eCommerce-carousel .inner-item-wrapper .button-group .details-info-button,
#eCommerce-carousel .inner-item-wrapper .button-group .shop-now,
#isotop-gallery-wrapper .isotop-item .hover-jojo,
#isotop-gallery-wrapper .isotop-item .hover-jojo ul li,
#isotop-gallery-wrapper .isotop-item .hover-jojo ul li a,
#theme-banner-four .main-wrapper .button-group .more-button,
#theme-banner-two .main-wrapper .button-group .contact-button,
#theme-banner-two .main-wrapper .button-group .more-button,
.about-me-portfo .inner-content .button-group li a,
.agn-our-gallery .main-wrapper .img-box .hover-content,
.agn-our-gallery .main-wrapper .view-gallery,
.agn-what-we-do .single-block .more-button,
.arch-footer .top-footer .footer-list ul li a,
.blog-details .post-tag-area .share-icon li a,
.blog-details .post-tag-area .tags li a,
.blog-details .user-comment-area .single-comment .reply,
.blog-details-fg .blog-fg-data .video-banner-blog .video-button,
.btn,
.cart-list-form .table .product-info .product-name,
.cart-list-form .table .remove-product,
.checkout-form .checkbox-list li label:before,
.checkout-toggle-area p button,
.contact-address-two .address-block a,
.contact-us-section .contact-info ul li a,
.dark-button-one,
.eCommerce-hero-section .carousel-indicators li,
.eCommerce-hero-section .social-share li a,
.eCommerce-side-menu .main-menu-list > ul .sub-menu a,
.eCommerce-side-menu .main-menu-list > ul > li > a,
.faq-page .faq-search-form button,
.faq-page .submit-faq button,
.faq-tab-wrapper-four .faq-panel .panel .panel-heading .panel-title a i,
.form-style-three .send-button,
.gallery-sidebar .sidebar-icon ul li a,
.gallery-sidebar .sidebar-list li a,
.isotop-menu-wrapper li,
.language-switcher .dropdown-menu ul li a,
.nav-tabs .nav-link,
.navbar .mega-dropdown-list li a .icon,
.navbar-nav .nav-item .nav-link,
.our-blog .img-holder .video-button,
.our-blog .post-data .date,
.our-blog .post-data .read-more,
.our-feature-app .text-wrapper .explore-button,
.our-feature-sass .down-arrow,
.our-feature-sass .single-feature-block .text-box .read-more,
.our-project .project-item .hover-valina,
.our-project-portfo .text-content .gallery-button,
.our-service .service-block .read-more,
.our-service-app .main-content .down-arrow,
.our-service-app .main-content .more-button,
.our-service-portfo .service-block .read-more,
.our-service-sass .service-block .detail-button,
.our-service-sass .service-block .icon-s,
.our-service-sass .service-block p,
.our-service-seo .single-block .more-button,
.our-service-seo .single-block p,
.our-team .single-team-member .hover-content,
.our-team .single-team-member .hover-content ul li a,
.our-team .single-team-member .info-meta,
.owl-theme .owl-nav[class*="owl-"],
.page-breadcrumbs li a,
.panel .panel-heading .panel-title a:before,
.pd-footer .theme-pager,
.pd-footer .theme-pager span,
.portfo-footer .copyright-text .social-icon li a,
.portfo-footer form .input-group label,
.portfo-footer form button,
.product-details-modal .main-bg-wrapper .close-button,
.product-details-modal .main-bg-wrapper .next,
.product-details-modal .main-bg-wrapper .prev,
.product-showcase .single-product-case,
.product-showcase .single-product-case .info .cart-button span,
.product-showcase .single-product-case .info .cart-button:after,
.product-showcase .single-product-case .info .cart-button:before,
.product-showcase .single-product-case .info .name,
.project-details .share-icon li a,
.project-minimal-style .share-icon li a,
.project-with-sidebar .project-item .img-box a,
.sass-contact-banner .subscribe-button,
.sass-faq-section .down-button,
.sass-faq-section .sub-heading a,
.sass-our-pricing .single-pr-table .trial-button,
.sass-our-pricing .single-pr-table .upgrade-button,
.sass-our-pricing .single-pr-table .upgrade-button:before,
.seo-contact-banner .contact-button,
.seo-our-goal .text-wrapper .request-button,
.seo-our-pricing .single-pr-table .pr-footer .plan-button,
.seo-our-pricing .single-pr-table .pr-footer .plan-button:before,
.seo-our-pricing .single-pr-table .pr-footer .trial-button,
.seo-what-we-do .single-block .wrapper,
.service-standard .service-block:before,
.shop-demo-filter .selectize-dropdown .option,
.shop-details .procuct-details .product-info .cart-button,
.shop-details .procuct-details .product-info .wishlist-button,
.shop-details .product-review-tab .nav-tabs li a:before,
.shrt-menu .main-header .cart-action-wrapper .button-group a,
.shrt-menu .menu-social-icon li a,
.shrt-menu .top-header .infoList li a,
.shrt-menu
  .top-header
  .right-widget
  .user-profile-action
  .dropdown-menu
  ul
  li
  a,
.studio-client-slider .customer-block,
.studio-client-slider .customer-block .customer-info span,
.studio-client-slider .customer-block .name,
.studio-client-slider .customer-block p,
.studio-client-slider .customer-block:before,
.studio-feature-area .feature-block,
.studio-feature-area .feature-block .title,
.studio-footer-one .bottom-footer ul li a,
.studio-footer-one .top-footer .footer-list ul li a,
.studio-project-holder,
.svg path,
.theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a,
.theme-Ecommerce-menu
  .right-content
  .user-profile-action
  .dropdown-menu
  ul
  li
  a,
.theme-action-banner-two .banner-button,
.theme-footer-four .bottom-footer ul li a,
.theme-footer-four .footer-list ul li a,
.theme-footer-four .social-icon li a,
.theme-footer-one .bottom-footer ul li a,
.theme-footer-one .top-footer .footer-information ul li a,
.theme-footer-one .top-footer .footer-list ul li a,
.theme-footer-three .social-icon li a,
.theme-footer-two ul li a,
.theme-main-menu .header-right-widget,
.theme-menu-one .header-right-widget .call-us a,
.theme-menu-one .logo,
.theme-menu-one .navbar-nav .login-button a,
.theme-menu-one.d-align-item .navbar-nav .login-button-two a,
.theme-menu-three .header-right-widget .social-icon li a,
.theme-menu-two .logo,
.theme-menu-two .quote-button,
.theme-pagination-one ul li a,
.theme-sidebar-widget .color-filter li a,
.theme-sidebar-widget .keywords-tag li a,
.theme-sidebar-widget .list-item li .sub-menu a,
.theme-sidebar-widget .list-item li a,
.theme-sidebar-widget .sidebar-popular-product .info a,
.theme-sidebar-widget .sidebar-search button,
.theme-sidebar-widget .size-filter li a,
.theme-tab .tabs-menu li a,
.tran3s,
body .line-button-one,
body .line-button-three,
body .line-button-two,
body .solid-button-one,
body .theme-button-one,
body .theme-button-one:before,
body .theme-button-two:before,
body .video-button-one,
body .video-button-one i,
body .white-shdw-button,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  transition: all 0.3s ease-in-out;
}

#mega-menu-holder .img-box .img img,
.our-project .project-item .hover-valina .zoom,
.our-project .project-item .hover-valina:after,
.our-project .project-item .hover-valina:before,
.our-project .project-item p,
.our-project-portfo #isotop-gallery-wrapper .isotop-item .effect-zoe img,
.our-service-portfo .service-block:after,
.our-service-portfo .service-block:before,
.our-team .img-box img,
.service-standard .service-block .hover-content p,
.theme-main-menu,
.tran4s {
  transition: all 0.4s ease-in-out;
}

#arch-carousel .indicators-one li i,
#arch-carousel .inner-item-wrapper .upper-title,
#contact-form .form-group .help-block li:before,
#studio-banner-two .main-text-wrapper .button-link,
.agn-counter-section .counter-wrapper .single-counter-box .icon,
.agn-counter-section .counter-wrapper .single-counter-box .number,
.agn-our-pricing .table-wrapper .pr-column .pr-header .price,
.agn-what-we-do .single-block .more-button,
.arch-blog .blog-post:hover .title a,
.arch-contact .form-wrapper .contact-text .call-us,
.arch-footer .top-footer .phone,
.arch-footer .top-footer h2 a,
.arch-project-gallery .isotop-menu-wrapper li.is-checked,
.arch-service .single-block:hover .title a,
.b-wh-text .page-breadcrumbs li a:hover,
.blog-details .post-tag-area .share-icon li a:hover,
.breadcrumbs-two .page-breadcrumbs li a:hover,
.cart-list-form .table .product-info .product-name:hover,
.cart-list-form .table .remove-product:hover,
.checkout-toggle-area form .lost-passw:hover,
.checkout-toggle-area p button:hover,
.contact-address-two .address-block p a:hover,
.contact-address-two .address-block ul li a:hover,
.eCommerce-hero-section .social-share li a:hover,
.eCommerce-side-menu .main-menu-list > ul .sub-menu a:hover,
.eCommerce-side-menu .main-menu-list > ul > li:hover > a,
.faq-page .faq-search-form button:hover,
.faq-page .submit-faq button:hover,
.faq-tab-wrapper
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a:before,
.faq-tab-wrapper-four .faq-panel .panel .panel-heading .panel-title a i,
.faq-tab-wrapper-two
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a:before,
.faq-tab-wrapper.faq-page
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a:before,
.gallery-sidebar .sidebar-icon ul li a:hover,
.gallery-sidebar .sidebar-list li a:hover,
.gallery-sidebar .sidebar-list li.active a,
.navbar .mega-dropdown-list li a:hover,
.navbar .mega-dropdown-list li a:hover .icon,
.navbar .navbar-toggler,
.our-blog .single-blog-post:hover .post-data .title a,
.our-project .isotop-menu-wrapper li.is-checked,
.pd-footer .theme-pager:hover,
.pd-footer .theme-pager:hover span,
.pricing-tab-menu .nav-tabs .nav-item .nav-link,
.product-details-modal .main-bg-wrapper .close-button:hover,
.product-showcase .single-product-case:hover .info .name,
.project-minimal-style .owl-theme .owl-nav[class*="owl-"]:hover,
.project-with-sidebar .project-item .hover-coco .title a:hover,
.realated-product .owl-theme .owl-nav[class*="owl-"]:hover,
.related-project .owl-theme .owl-nav[class*="owl-"]:hover,
.sass-faq-section .sub-heading a:hover,
.seo-our-goal .text-wrapper .request-button:hover,
.seo-our-pricing .single-pr-table .pr-footer .trial-button:hover,
.seo-our-pricing .single-pr-table .pr-header .price,
.service-minimal .service-block:hover .read-more,
.service-modren .service-block .service-info:hover .read-more,
.service-standard .service-block .hover-content .read-more:hover,
.shop-details .procuct-details .product-info .cart-button:hover,
.shop-details .procuct-details .product-info .price,
.shrt-menu .main-header .call-us a,
.shrt-menu .top-header .infoList li a:hover,
.shrt-menu
  .top-header
  .right-widget
  .language-switcher
  .dropdown-menu
  ul
  li
  a:hover,
.shrt-menu
  .top-header
  .right-widget
  .user-profile-action
  .dropdown-menu
  ul
  li
  a:hover,
.shrt-menu.dark-bg
  .top-header
  .right-widget
  .language-switcher
  .dropdown-menu
  ul
  li
  a:hover,
.shrt-menu.dark-bg
  .top-header
  .right-widget
  .user-profile-action
  .dropdown-menu
  ul
  li
  a:hover,
.shrt-menu.text-light .navbar .dropdown-menu .dropdown-item:hover,
.shrt-menu.text-light .navbar .mega-dropdown-list li a:hover,
.shrt-menu.text-light .top-header .infoList li a:hover,
.signin-form-wrapper .signUp-text a,
.solid-inner-banner .page-breadcrumbs li a:hover,
.studio-client-slider .customer-block:before,
.studio-contact-area .contact-text .call-to-dial,
.studio-feature-area .feature-block .detail-button,
.studio-feature-area .feature-block .icon-s,
.studio-feature-area .feature-block:hover .title,
.studio-footer-one .top-footer .footer-list ul li a:hover,
.studio-footer-one .top-footer h2 a,
.team-classic .wrapper .hover-content li a:hover,
.team-minimal .single-team-member .hover-content ul li a:hover,
.team-standard .single-team-member .hover-content ul li a:hover,
.theme-Ecommerce-menu
  .right-content
  .user-profile-action
  .dropdown-menu
  ul
  li
  a:hover,
.theme-counter-three .single-counter-box .icon,
.theme-counter-three .single-counter-box .number,
.theme-footer-four .bottom-footer ul li a:hover,
.theme-footer-four .footer-list ul li a:hover,
.theme-footer-four .phone,
.theme-footer-four.light-v .bottom-footer ul li a:hover,
.theme-footer-four.light-v .footer-list ul li a:hover,
.theme-footer-one .about-widget .phone,
.theme-footer-one .bottom-footer ul li a:hover,
.theme-footer-one .top-footer .footer-list ul li a:hover,
.theme-footer-one.arch-footer .top-footer .footer-list ul li a:hover,
.theme-footer-three .phone,
.theme-footer-two .social-icon li a:hover,
.theme-list-item li .color-style,
.theme-menu-one .header-right-widget .call-us a,
.theme-menu-one
  .header-right-widget
  .language-switcher
  .dropdown-menu
  ul
  li
  a:hover,
.theme-menu-one .navbar-nav .nav-item.active .nav-link,
.theme-menu-one .navbar-nav .nav-item:hover .nav-link,
.theme-pagination-one ul li a:hover,
.theme-pagination-one ul li.active a,
.theme-sidebar-widget .list-item li .sub-menu a:hover,
.theme-sidebar-widget .list-item li:hover a,
.theme-sidebar-widget .recent-news-item li:hover .rn-title a,
.theme-sidebar-widget .sidebar-popular-product li:hover .info a,
.theme-sidebar-widget .sidebar-search button:hover,
.theme-tab .z-content-inner ol li a:hover,
.theme-tab-basic.theme-tab .tabs-menu li.z-active a,
.theme-title-one .upper-title,
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.drp-icon,
body .line-button-one,
body .solid-button-one:hover,
body .theme-button-one,
body .video-button-one:hover,
body .video-button-one:hover i,
body .white-shdw-button {
  color: #e52f29;
}

#arch-carousel .details-info-button,
#arch-carousel .indicators-one li.active span,
#contact-form .form-group .help-block,
#eCommerce-carousel
  .inner-item-wrapper
  .button-group
  .details-info-button:hover,
#eCommerce-carousel .inner-item-wrapper .button-group .shop-now:hover,
#isotop-gallery-wrapper .isotop-item .hover-jojo ul li a:hover,
#theme-banner-two .main-wrapper .button-group .contact-button:hover,
.about-arch .img-box .sq-box,
.about-arch .text-wrapper .mark-text:before,
.action-banner-three,
.agn-home-blog .single-blog-post .flip-box-back,
.agn-our-gallery .main-wrapper .view-gallery:hover,
.agn-our-pricing .table-wrapper .pr-column:hover .line-button-two,
.arch-testimonial .owl-theme .owl-dots .owl-dot span:hover,
.arch-testimonial .owl-theme .owl-dots .owl-dot.active span,
.blog-details .user-comment-area .single-comment .reply:hover,
.blog-details-fg .blog-fg-data .video-banner-blog .video-button:hover,
.btn-white:hover,
.contact-us-section .contact-info ul li a:hover,
.dark-button-one:hover,
.faq-page .submit-faq button,
.faq-tab-wrapper-four
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a,
.faq-tab-wrapper-three
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a,
.form-style-three .send-button:hover,
.gallery-sidebar .sidebar-title:before,
.ln-home-demo .single-page-demo .new,
.ln-inner-page-demo .inner-wrapper .single-page a .new,
.navbar .dropdown-menu .dropdown-item span,
.navbar .mega-dropdown-list li a span,
.newsletter-section.agn-theme .main-wrapper form button,
.newsletter-section.agn-theme .theme-title-one.upper-bar:before,
.our-blog .single-blog-post:hover .img-holder .video-button,
.pricing-tab-menu .nav-tabs .nav-item .nav-link.active,
.product-details-modal .main-bg-wrapper .cart-button,
.product-showcase .single-product-case .info .cart-button span,
.project-details .side-block .block-title:before,
.scroll-top,
.seo-contact-banner .contact-button:hover,
.seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box,
.shop-demo-filter .selectize-dropdown .active,
.shop-demo-filter .selectize-dropdown .option:hover,
.shop-details .procuct-details .product-info .cart-button,
.shop-details .procuct-details .product-info .wishlist-button:hover,
.shop-details .product-review-tab .tab-content .list-item li:before,
.shrt-menu .main-header .cart-action-wrapper .button-group a:hover,
.studio-client-slider .center .customer-block,
.theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a:hover,
.theme-action-banner-two .banner-button:hover,
.theme-footer-four .social-icon li a:hover,
.theme-footer-one .top-footer .footer-information ul li a:hover,
.theme-footer-three .social-icon li a:hover,
.theme-menu-two .quote-button:hover,
.theme-sidebar-widget .keywords-tag li a:hover,
.theme-sidebar-widget .price-ranger .ui-slider .ui-slider-range,
.theme-sidebar-widget .size-filter li a:hover,
.theme-tab .nested-tab-menu li.z-active a:before,
.theme-tab .tabs-menu li a:before,
.theme-tab .z-content-inner .list-item li:before,
.theme-tab-solid.theme-tab .tabs-menu li.z-active a,
.video-action-banner-one .video-button,
.video-action-banner-one .video-button:before,
body .line-button-one:hover,
body .line-button-three:hover,
body .line-button-two:hover,
body .solid-button-one,
body .theme-button-one:before,
body .theme-button-two,
body .white-shdw-button:hover {
  background: #e52f29;
}

#isotop-gallery-wrapper .isotop-item .hover-jojo ul li a:hover,
#theme-banner-two .main-wrapper .button-group .contact-button:hover,
.agn-our-gallery .main-wrapper .view-gallery:hover,
.agn-our-pricing .table-wrapper .pr-column:hover .line-button-two,
.arch-testimonial .owl-theme .owl-dots .owl-dot span,
.blog-details .user-comment-area .single-comment .reply:hover,
.contact-us-section .contact-info ul li a:hover,
.faq-page .submit-faq button,
.form-style-three .send-button:hover,
.our-project .isotop-menu-wrapper li.is-checked,
.pricing-tab-menu .nav-wrapper,
.seo-contact-banner .contact-button:hover,
.shop-details .procuct-details .product-info .cart-button,
.shop-details .procuct-details .product-info .wishlist-button:hover,
.studio-feature-area .feature-block:hover,
.theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a:hover,
.theme-action-banner-two .banner-button:hover,
.theme-footer-four .social-icon li a:hover,
.theme-footer-one .top-footer .footer-information ul li a:hover,
.theme-footer-three .social-icon li a:hover,
.theme-sidebar-widget .keywords-tag li a:hover,
.theme-sidebar-widget .size-filter li a:hover,
body .line-button-one,
body .line-button-three:hover,
body .line-button-two:hover,
body .solid-button-one,
body .theme-button-one {
  border-color: #ff3a46;
}

.theme-main-menu {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  padding: 10px 0 0;
}

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.theme-main-menu.fixed {
  position: fixed !important;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  top: -48px;
  padding: 10px 0 9px;
  z-index: 11111;
}

.theme-main-menu.fixed .header-top {
  height: 35px;
}

.theme-main-menu.fixed .header-top ul {
  display: none;
}

.theme-menu-one.d-align-item.fixed .logo {
  width: 63px;
}

.theme-menu-one.fixed.d-align-item .logo {
  top: 5px;
}

.theme-menu-one.fixed .navbar-nav .nav-item .nav-link,
.theme-menu-two.fixed .navbar-nav .nav-item .nav-link {
  padding-bottom: 20px;
}

.theme-menu-one.fixed,
.theme-menu-two.fixed {
  padding: 20px 0 0;
}

.theme-main-menu.theme-menu-three.fixed {
  padding: 20px 0 5px;
}

.theme-menu-one.fixed .logo,
.theme-menu-three.fixed .logo {
  width: 70px;
}

.theme-menu-one.fixed .header-right-widget {
  top: 7px;
}

.theme-menu-two.fixed .logo {
  top: 7px;
}

.theme-menu-two.fixed .quote-button {
  top: 9px;
}

.theme-main-menu.theme-menu-two.fixed,
.theme-menu-one.d-align-item.color-white.fixed {
  background: #1b1d3d;
}

.theme-main-menu.theme-menu-three.fixed {
  background: rgba(29, 31, 66, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.theme-menu-three.fixed .header-right-widget {
  top: 14px;
}

.theme-menu-one.d-align-item.fixed .navbar-nav .nav-item .nav-link {
  padding-bottom: 0;
}

.theme-menu-one.d-align-item.fixed {
  padding-bottom: 12px;
}

#theme-banner-one {
  background: url(../images/shape/1.html) no-repeat top right;
  position: relative;
}

#theme-banner-one .main-wrapper {
  padding: 235px 0 155px;
}

#theme-banner-one .main-wrapper .slogan {
  display: inline-block;
  background: #fbfbff;
  border: 1px solid #e9e9e9;
  line-height: 32px;
  padding: 0 20px;
  font-size: 15px;
  color: #677180;
  border-radius: 3px;
}

#theme-banner-one .main-wrapper .slogan span {
  color: #ff605e;
}

#theme-banner-one .main-wrapper .main-title {
  font-family: CircularStdmed;
  font-size: 70px;
  line-height: 80px;
  padding: 25px 0 35px;
}

#theme-banner-one .main-wrapper .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #8b8e92;
  padding-bottom: 28px;
}

#theme-banner-one .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 55px;
}

#theme-banner-one .main-wrapper .button-group .more-button {
  margin-right: 30px;
}

#theme-banner-one .illustration {
  position: absolute;
  right: 12%;
  top: 27%;
}

#theme-banner-one .illustration .shape-one {
  position: absolute;
  top: -28px;
  right: -63px;
}

#theme-banner-one .illustration .shape-two {
  position: absolute;
  bottom: 0;
  right: -25px;
}

#theme-banner-one .oval-one {
  position: absolute;
  right: -3%;
  top: 26%;
  animation: jump 8s infinite linear;
}

#theme-banner-one .shape-three {
  position: absolute;
  top: 21%;
  right: 22%;
  animation: animationFramesTwo 13s infinite linear;
}

#theme-banner-one .shape-four {
  position: absolute;
  top: 27%;
  left: 7%;
  animation: animationFramesFour 25s alternate infinite linear;
}

#theme-banner-one .shape-five {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: animationFramesThree 35s alternate infinite linear;
}

#theme-banner-one .shape-six {
  position: absolute;
  top: 70%;
  right: 3%;
  animation: animationFramesFour 20s alternate infinite linear;
}

#theme-banner-one .shape-seven {
  position: absolute;
  bottom: 2%;
  right: 28%;
  animation: animationFramesOne 15s infinite linear;
}

#theme-banner-one .shape-eight {
  position: absolute;
  bottom: 3%;
  left: 38%;
  animation: animationFramesFour 20s alternate infinite linear;
}

#theme-banner-one .shape-nine {
  position: absolute;
  bottom: 4%;
  left: 4%;
  animation: animationFramesOne 17s infinite linear;
}

#theme-banner-one .shape-ten {
  position: absolute;
  top: 60%;
  left: 4%;
  animation: animationFramesOne 20s alternate infinite linear;
}

#theme-banner-one .shape-eleven {
  position: absolute;
  top: 22%;
  left: 41%;
  animation: animationFramesOne 15s infinite linear;
}

#theme-banner-two {
  background: linear-gradient(-120deg, #8758ff 0, #614ef9 100%);
  position: relative;
  overflow: hidden;
}

#theme-banner-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 753px;
  background: url(../images/shape/bg4.html) no-repeat left top;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

#theme-banner-two .main-wrapper {
  padding: 285px 0 300px;
  position: relative;
  z-index: 9;
}

#theme-banner-two .bg-round-one {
  width: 690px;
  height: 690px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  position: absolute;
  top: -170px;
  left: -281px;
  z-index: 1;
}

#theme-banner-two .bg-round-two {
  width: 690px;
  height: 690px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -464px;
  z-index: 1;
}

#theme-banner-two .bg-round-three {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 0 0 85px;
  position: absolute;
  top: -87px;
  right: -98px;
  z-index: 1;
  transform: rotate(-9deg);
}

#theme-banner-two .bg-round-four {
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 0 0 85px;
  position: absolute;
  top: -87px;
  right: -98px;
  z-index: 1;
  transform: rotate(-9deg);
}

#theme-banner-two .bg-round-five {
  width: 650px;
  height: 650px;
  background: linear-gradient(-90deg, #8557ff 0, #805cff 100%);
  border-radius: 50%;
  position: absolute;
  bottom: -90px;
  right: -205px;
  z-index: 1;
}

#theme-banner-two .illustration {
  position: absolute;
  right: 10%;
  top: 28%;
  z-index: 1;
  max-width: 47%;
}

#theme-banner-two .main-title {
  font-family: CircularStdmed;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  text-decoration: underline;
}

#theme-banner-two .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 40px 0 35px;
}

#theme-banner-two .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 50px;
}

#theme-banner-two .main-wrapper .button-group .more-button {
  width: 165px;
  line-height: 50px;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(-180deg, #00ebac 0, #00d1f4 100%);
  margin-right: 18px;
}

#theme-banner-two .main-wrapper .button-group .more-button i {
  vertical-align: -1px;
}

#theme-banner-two .main-wrapper .button-group .more-button:hover {
  background: 0 0;
  border-color: #fff;
}

#theme-banner-two .main-wrapper .button-group .contact-button {
  width: 170px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

#theme-banner-three {
  position: relative;
  padding: 320px 0;
}

.partical-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

#particles {
  width: 100%;
  height: 100%;
}

#theme-banner-three .main-title {
  font-family: CircularStdbld;
  font-size: 140px;
  color: #fff;
  text-decoration: underline;
}

#theme-banner-three .main-title span,
#theme-banner-three .main-title span b {
  text-decoration: underline;
  line-height: 160px;
}

#theme-banner-three .main-title i {
  color: #e1a34c;
  font-style: normal;
}

#theme-banner-three:before {
  content: "";
  background: -webkit-radial-gradient(
    50% 50%,
    circle closest-side,
    #23265b 0,
    #1b1d3d 100%
  );
  position: absolute;
  width: 2285px;
  height: 2285px;
  border-radius: 50%;
  left: 50%;
  top: -500px;
  transform: translateX(-50%);
  z-index: -1;
}

#theme-banner-four {
  position: relative;
}

#theme-banner-four .main-wrapper {
  padding: 290px 0 260px;
  position: relative;
  z-index: 5;
}

#theme-banner-four .screen-one {
  position: absolute;
  right: 0;
  top: 12%;
  z-index: 1;
  width: 35%;
}

#theme-banner-four .screen-two {
  position: absolute;
  right: 24%;
  top: 27%;
  z-index: 1;
  width: 22%;
}

#theme-banner-four .shape-one {
  position: absolute;
  right: 0;
  top: 145px;
  z-index: 0;
  opacity: 0.65;
}

#theme-banner-four .shape-two {
  position: absolute;
  bottom: 12%;
  left: 31%;
  animation: rotated 20s infinite linear;
}

#theme-banner-four .shape-three {
  position: absolute;
  bottom: 19%;
  right: 4%;
  z-index: -1;
  animation: rotated 50s infinite linear;
}

#theme-banner-four .shape-four {
  position: absolute;
  top: 17%;
  right: 37%;
  z-index: -1;
  animation: rotatedHalf 30s infinite linear;
}

#theme-banner-four .round-shape-one {
  width: 20px;
  height: 20px;
  border: 3px solid #fe8f8f;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationFramesOne 15s infinite linear;
}

#theme-banner-four .round-shape-two {
  width: 7px;
  height: 7px;
  background: #d5eeff;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationFramesTwo 13s infinite linear;
}

#theme-banner-four .round-shape-three {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #a3eead;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationFramesTwo 15s infinite linear;
}

#theme-banner-four .round-shape-four {
  position: absolute;
  right: 26%;
  bottom: 20%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1px solid #fbfbfb;
  animation: rotated 10s infinite linear;
}

#theme-banner-four .round-shape-four:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -5px;
  background: #ddabf6;
  border-radius: 50%;
}

#theme-banner-four .main-wrapper .slogan {
  display: inline-block;
  background: #fbfbff;
  border: 1px solid #e9e9e9;
  line-height: 32px;
  padding: 0 20px;
  font-size: 15px;
  color: #677180;
  border-radius: 18px;
}

#theme-banner-four .main-wrapper .slogan span {
  color: #ff605e;
}

#theme-banner-four .main-wrapper .main-title {
  font-family: CircularStdmed;
  font-size: 70px;
  line-height: 80px;
  padding: 25px 0 35px;
}

#theme-banner-four .main-wrapper .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #8b8e92;
  padding-bottom: 28px;
}

#theme-banner-four .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  line-height: 55px;
}

#theme-banner-four .main-wrapper .button-group .more-button {
  width: 185px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 10px 40px 0 rgba(150, 57, 57, 0.25);
  background: linear-gradient(-135deg, #bf6cff 0, #9041ff 100%);
  margin-right: 30px;
}

#theme-banner-four .main-wrapper .button-group .more-button:hover {
  box-shadow: none;
}

#theme-banner-four .main-wrapper .button-group .more-button i {
  vertical-align: -1px;
  margin-left: 5px;
}

#theme-banner-four .main-wrapper .button-group .video-button:hover,
#theme-banner-four .main-wrapper .button-group .video-button:hover i {
  color: #f569f8;
}

#theme-banner-five {
  background: linear-gradient(145deg, #8400fc 0, #11def4 100%);
  position: relative;
  z-index: 5;
}

#theme-banner-five .bg-shape-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

#theme-banner-five .bg-shape-holder .big-round-one {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.04);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}

#theme-banner-five .bg-shape-holder .big-round-two {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.04);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}

#theme-banner-five .bg-shape-holder .big-round-three {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.04);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}

#theme-banner-five .bg-shape-holder .shape-one {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(213, 238, 255, 0.29);
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationFramesTwo 13s infinite linear;
}

#theme-banner-five .bg-shape-holder .shape-two {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationFramesOne 15s infinite linear;
}

#theme-banner-five .bg-shape-holder .shape-three {
  position: absolute;
  bottom: 15%;
  left: 35%;
  animation: animationFramesFour 15s infinite linear alternate;
}

#theme-banner-five .bg-shape-holder .shape-four {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(213, 238, 255, 0.29);
  position: absolute;
  bottom: 12%;
  right: 30%;
  animation: animationFramesFive 15s infinite linear alternate;
}

#theme-banner-five .mobile-screen-one {
  position: absolute;
  right: -3%;
  top: 145px;
  z-index: -1;
  width: 29%;
}

#theme-banner-five .mobile-screen-two {
  position: absolute;
  right: 20%;
  top: 260px;
  z-index: -1;
  width: 29%;
}

#theme-banner-five .mobile-screen-two .search-box {
  position: absolute;
  top: 31%;
  right: 28%;
  width: 68%;
}

#theme-banner-five .main-wrapper {
  padding: 300px 0 215px 15%;
}

#theme-banner-five .main-title {
  font-family: CircularStdmed;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
}

#theme-banner-five .sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 40px 0 35px;
}

#theme-banner-five .main-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

#theme-banner-five .main-wrapper .button-group li a {
  width: 213px;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 9px 0 9px 70px;
  position: relative;
  font-size: 20px;
  color: #fff;
}

#theme-banner-five .main-wrapper .button-group li a span {
  display: block;
  font-size: 17px;
  margin-bottom: -5px;
}

#theme-banner-five .main-wrapper .button-group li a.google-button {
  margin-right: 22px;
}

#theme-banner-five .main-wrapper .button-group li a img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.fixed .logo img {
  width: 133px;
  margin: 41px auto 0;
}

.shrt-menu.fixed .main-header .navbar {
  margin-top: 5px;
}

.logo img {
  margin: 0;
  transition: all 0.5s;
}

.navbar-nav {
  justify-content: right;
  text-align: right;
  width: 100%;
  display: initial;
  margin-left: 0;
}

.theme-footer-one {
  position: relative;
  padding-top: 125px;
}

.theme-footer-one .shape-two {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 18s infinite linear;
}

.theme-footer-one.top-border {
  border-top: 1px solid #ededed;
  padding-top: 95px;
}

.theme-footer-one .about-widget .email {
  font-size: 18px;
  color: #76797e;
  margin: 15px 0;
  display: block;
}

.theme-footer-one .about-widget .phone {
  font-size: 22px;
}

.theme-footer-one .top-footer .title {
  font-size: 22px;
  padding: 12px 0 25px;
}

.theme-footer-one .top-footer .footer-list ul li a {
  display: block;
  line-height: 38px;
  font-size: 17px;
  color: #76797e;
}

.theme-footer-one .top-footer .footer-information p {
  padding: 0 0 30px;
  color: #76797e;
}

.theme-footer-one .top-footer .footer-information ul li {
  display: inline-block;
}

.theme-footer-one .top-footer .footer-information ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #dbdbdb;
  margin-right: 10px;
}

.theme-footer-one .top-footer .footer-information ul li a:hover {
  color: #fff;
}

.theme-footer-one .bottom-footer {
  border-top: 1px solid #ededed;
  margin-top: 90px;
  padding: 35px 0;
}

.theme-footer-one .bottom-footer p {
  float: left;
  color: rgba(87, 102, 126, 0.8);
}

.theme-footer-one .bottom-footer ul {
  float: right;
}

.theme-footer-one .bottom-footer ul li {
  display: inline-block;
}

.theme-footer-one .bottom-footer ul li a {
  line-height: 28px;
  color: rgba(87, 102, 126, 0.8);
  margin-left: 15px;
}

.theme-footer-one .shape-one {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 6px solid #27c3ff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}

.theme-footer-one .shape-one:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #ecf4ff;
  border-radius: 50%;
}

.our-service-portfo .service-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #e1a34c;
  border-right: 1px solid #e1a34c;
  background: #1b1d3d;
  z-index: -1;
  transform: scale(1, 0);
}

.our-service-portfo .service-block:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #e1a34c;
  border-bottom: 1px solid #e1a34c;
  background: #1b1d3d;
  z-index: -1;
  transform: scale(0, 1);
}

.our-service-portfo .service-block:hover:after,
.our-service-portfo .service-block:hover:before {
  transform: scale(1, 1);
}

.our-service-portfo .service-block:hover .read-more,
.our-service-portfo .service-block:hover .title a {
  color: #e1a34c;
}

.our-project-portfo.section-portfo {
  border-bottom: none;
  padding-bottom: 90px;
}

.our-project-portfo .isotop-menu-wrapper {
  position: relative;
  margin: 5px 0 60px;
  padding-left: 190px;
}

.our-project-portfo .isotop-menu-wrapper:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 0;
  background: #e1a34c;
  transition: width 1s ease-out;
}

.our-project-portfo .isotop-menu-wrapper.show-pr:before {
  width: 150px;
}

.our-project-portfo .isotop-menu-wrapper li {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  margin-right: 65px;
  cursor: pointer;
}

.our-project-portfo .isotop-menu-wrapper li.is-checked {
  color: #e1a34c;
}

.our-project-portfo .text-content {
  position: relative;
  margin-bottom: 120px;
}

.our-project-portfo .text-content p {
  font-size: 20px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.6);
  width: 70%;
  padding-left: 190px;
}

.our-project-portfo .text-content .gallery-button {
  width: 190px;
  line-height: 55px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #e1a34c;
  position: absolute;
  right: 0;
  top: 8px;
}

.our-project-portfo .text-content .gallery-button:hover {
  background: #fff;
  color: #e1a34c;
}

.our-project-portfo #isotop-gallery-wrapper .grid-sizer,
.our-project-portfo #isotop-gallery-wrapper .isotop-item {
  width: 25%;
  padding: 0 20px;
  margin-top: 35px;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item .effect-zoe {
  position: relative !important;
  overflow: hidden;
  background: -webkit-radial-gradient(
    50% 50%,
    circle closest-side,
    #23265b 0,
    #1b1d3d 100%
  );
  text-align: center;
  margin: 0;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item .effect-zoe img {
  position: relative;
  display: block;
  width: 100%;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item:hover .effect-zoe img {
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.4;
}

.our-project-portfo
  #isotop-gallery-wrapper
  .isotop-item
  .effect-zoe
  .inner-caption {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  text-transform: uppercase;
  top: auto;
  bottom: 0;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item h2 {
  font-size: 20px;
  float: left;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item h2 span {
  font-weight: 700;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item h2 a {
  color: #233d63;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 25px;
  margin-left: 18px;
}

.our-project-portfo
  #isotop-gallery-wrapper
  .isotop-item:hover
  p.icon-links
  a:focus,
.our-project-portfo
  #isotop-gallery-wrapper
  .isotop-item:hover
  p.icon-links
  a:hover {
  color: #e1a34c;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item p.description {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
  padding: 0 0 70px;
  color: #fff;
  text-transform: none;
  opacity: 0;
  font-size: 95%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item h2,
.our-project-portfo #isotop-gallery-wrapper .isotop-item p.icon-links a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item:hover p.description {
  opacity: 1;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item:hover .inner-caption,
.our-project-portfo #isotop-gallery-wrapper .isotop-item:hover h2,
.our-project-portfo #isotop-gallery-wrapper .isotop-item:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.our-project-portfo #isotop-gallery-wrapper .isotop-item:hover h2 {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.our-project-portfo
  #isotop-gallery-wrapper
  .isotop-item:hover
  p.icon-links
  a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.our-project-portfo
  #isotop-gallery-wrapper
  .isotop-item:hover
  p.icon-links
  a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.portfo-footer {
  position: relative;
  background: linear-gradient(-180deg, #1b1d3d 0, #1d1f47 100%);
  padding: 270px 0 0;
}

.portfo-footer:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 182px;
  border-radius: 8px;
  background: #e1a34c;
  top: -91px;
  left: 50%;
  transform: translateX(-50%) scale(1, 0);
  transition: all 1s ease-out;
}

.portfo-footer.show-pr:before {
  transform: translateX(-50%) scale(1, 1);
}

.portfo-footer .round-shape {
  position: absolute;
  left: 0;
  top: -45px;
}

.portfo-footer .theme-title-one {
  margin-bottom: 118px;
}

.portfo-footer .theme-title-one:before {
  content: url(../images/icon/icon22.html);
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1s ease-in-out;
}

.portfo-footer .theme-title-one.show-pr:before {
  top: -72px;
  opacity: 1;
}

.portfo-footer .theme-title-one .upper-title {
  color: #e1a34c;
}

.portfo-footer .theme-title-one .main-title {
  color: #fff;
}

.portfo-footer form {
  max-width: 840px;
  padding: 0 15px;
  margin: 0 auto;
}

.portfo-footer form .row {
  margin: 0 -25px;
}

.portfo-footer form .row[class="col-"] {
  padding: 0 25px;
}

.portfo-footer form .input-group {
  position: relative;
  z-index: 1;
}

.portfo-footer form .input-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: 0 0;
  height: 53px;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 75px;
}

.portfo-footer form .input-group textarea {
  width: 100%;
  max-width: 100%;
  height: 160px;
  max-height: 160px;
  resize: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: 0 0;
  font-size: 18px;
  color: #fff;
  padding-top: 12px;
}

.portfo-footer form .input-group label {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 53px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin: 0;
}

.portfo-footer form .input-group input:focus ~ label,
.portfo-footer form .input-group input:valid ~ label,
.portfo-footer form .input-group textarea:focus ~ label,
.portfo-footer form .input-group textarea:valid ~ label {
  top: -35px;
}

.portfo-footer form .input-group input:focus,
.portfo-footer form .input-group textarea:focus {
  border-bottom-color: #fff;
}

.portfo-footer form button {
  float: right;
  margin-top: 40px;
  width: 185px;
  line-height: 48px;
  border: 1px solid #e1a34c;
  background: 0 0;
  color: #e1a34c;
  font-size: 20px;
}

.portfo-footer form button:hover {
  background: #e1a34c;
  color: #fff;
}

.portfo-footer .copyright-text {
  text-align: center;
  padding: 130px 0 50px;
}

.portfo-footer .copyright-text .social-icon li {
  display: inline-block;
}

.portfo-footer .copyright-text .social-icon li a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 22px;
  display: block;
  margin: 0 6px;
}

.portfo-footer .copyright-text .social-icon li a:hover {
  background: #e1a34c;
  color: #fff;
}

.portfo-footer .copyright-text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 45px;
}

.trusted-partner {
  margin-bottom: 130px;
}

.trusted-partner .title {
  font-size: 18px;
  color: #878787;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 100px;
}

.trusted-partner .title span {
  font-size: 22px;
  color: #244574;
}

.partner-slider {
  text-align: center;
}

.partner-slider a {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}

.partner-slider .center a,
.partner-slider a:hover {
  opacity: 1;
  transform: scale(1.1);
}

.our-feature-sass {
  background: url(../images/shape/bg3.html) no-repeat top 81% right;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}

.our-feature-sass .down-arrow {
  display: block;
  width: 90px;
  height: 90px;
  box-shadow: 0 15px 20px 0 rgba(209, 218, 235, 0.35);
  border-radius: 50%;
  margin: 0 auto 405px;
  line-height: 90px;
  text-align: center;
  color: #7494b5;
  font-size: 35px;
}

.our-feature-sass .down-arrow span {
  display: block;
  transform: rotate(-90deg);
}

.our-feature-sass .down-arrow:hover {
  color: #fff;
  background: #9a5be8;
}

.our-feature-sass .single-feature-block {
  position: relative;
  margin-bottom: 330px;
}

.our-feature-sass .single-feature-block:last-child {
  margin: 0;
}

.our-feature-sass .single-feature-block .text-box {
  max-width: 550px;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(odd)
  .text-box {
  float: right;
}

.our-feature-sass
  .single-feature-block
  .text-box
  .theme-title-one
  .main-title
  .line {
  display: inline-block;
  position: relative;
}

.our-feature-sass
  .single-feature-block
  .text-box
  .theme-title-one
  .main-title
  .line:before {
  content: "";
  width: 0;
  height: 3px;
  background: #233d63;
  border-radius: 5px;
  position: absolute;
  right: -105px;
  bottom: 10px;
  transition: all 1s ease-out;
}

.our-feature-sass
  .single-feature-block
  .text-box
  .theme-title-one.show-pr
  .main-title
  .line:before {
  width: 100px;
}

.our-feature-sass .single-feature-block .text-box p {
  font-size: 18px;
  line-height: 32px;
  padding: 40px 0 38px;
}

.our-feature-sass .single-feature-block .text-box ul li {
  font-size: 17px;
  line-height: 38px;
  color: #76797e;
  padding-left: 30px;
  position: relative;
}

.our-feature-sass .single-feature-block .text-box ul li:before {
  content: "\f107";
  font-family: Flaticon;
  font-size: 15px;
  color: #ff6400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 38px;
}

.our-feature-sass .single-feature-block .text-box .read-more {
  width: 162px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  text-align: center;
  color: rgba(48, 56, 88, 0.4);
  margin-top: 55px;
}

.our-feature-sass .single-feature-block .text-box .read-more:hover {
  color: #fff;
  background: #f569f8;
  border-color: #f569f8;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(odd)
  .img-box {
  position: absolute;
  top: -35px;
  left: -52px;
  z-index: -1;
  width: 43%;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(odd)
  .img-box
  .bg-shape {
  position: absolute;
  left: 100px;
  top: 20%;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(odd)
  .img-box
  .screen-one {
  position: absolute;
  top: -50px;
  left: 10px;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(odd)
  .img-box
  .screen-two {
  position: absolute;
  top: 30px;
  left: 42%;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(odd)
  .img-box
  .screen-three {
  position: absolute;
  top: 42%;
  left: 12%;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(odd)
  .img-box
  .screen-four {
  position: absolute;
  top: 59%;
  left: 55%;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(even)
  .img-box {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: -1;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(even)
  .img-box
  .main-shape {
  position: absolute;
  right: 0;
  top: -100px;
}

.our-feature-sass
  .feature-wrapper
  .single-feature-block:nth-child(even)
  .img-box
  .screen-two {
  position: absolute;
  right: 45px;
  top: -130px;
}

.our-feature-sass .section-shape-one {
  width: 8px;
  height: 8px;
  background: #fce3ba;
  border-radius: 50%;
  position: absolute;
  left: 8%;
  top: 11%;
  animation: animationFramesOne 15s alternate infinite linear;
}

.our-feature-sass .section-shape-two {
  position: absolute;
  right: -356px;
  top: -170px;
  opacity: 0.7;
  animation: rotatedHalfTwo 15s alternate infinite linear;
  z-index: -1;
}

.our-feature-sass .section-shape-two:before {
  content: url(../images/shape/shape-19.html);
  position: absolute;
  top: 50%;
  left: 50px;
}

.our-feature-sass .section-shape-three {
  position: absolute;
  left: -400px;
  top: 55%;
  opacity: 0.6;
}

.our-feature-sass .section-shape-four {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ffe49f;
  border-radius: 50%;
  left: 27%;
  top: 65%;
  animation: animationFramesOne 12s alternate infinite linear;
}

.our-feature-sass .section-shape-five {
  position: absolute;
  top: 62%;
  left: 46%;
  animation: rotatedHalfTwo 15s alternate infinite linear;
}

.our-feature-sass .section-shape-six {
  position: absolute;
  top: 60%;
  right: 33%;
  animation: animationFramesThree 25s alternate infinite linear;
}

.our-feature-sass .section-shape-seven {
  position: absolute;
  bottom: -70px;
  left: 50%;
  animation: animationFramesThree 25s alternate infinite linear;
}

.our-feature-sass .section-shape-eight {
  position: absolute;
  right: 150px;
  bottom: 100px;
  animation: rotatedHalfTwo 10s alternate infinite linear;
}

.our-feature-app {
  position: relative;
  padding: 310px 0 250px;
}

.our-feature-app .single-feature-box {
  padding-bottom: 315px;
  position: relative;
}

.our-feature-app .single-feature-box:last-child {
  padding: 0;
}

.our-feature-app .single-feature-box:nth-child(1):before {
  content: url(../images/shape/line-3.html);
  position: absolute;
  top: 53%;
  left: 81px;
}

.our-feature-app .single-feature-box:nth-child(2):before {
  content: url(../images/shape/line-4.html);
  position: absolute;
  top: 63%;
  left: 80px;
}

.our-feature-app .text-wrapper .title {
  font-size: 46px;
  line-height: 55px;
  color: #3e3e3e;
  padding: 40px 0 30px;
}

.our-feature-app .text-wrapper p {
  font-size: 18px;
  line-height: 30px;
  color: #8c929d;
}

.our-feature-app .text-wrapper .sub-heading {
  font-size: 21px;
  color: #57667e;
  padding-bottom: 30px;
}

.our-feature-app .text-wrapper ul li {
  font-size: 17px;
  line-height: 38px;
  color: rgba(87, 102, 126, 0.7);
  position: relative;
  padding-left: 35px;
}

.our-feature-app .text-wrapper ul li:before {
  content: "\f107";
  font-family: Flaticon;
  position: absolute;
  line-height: 30px;
  font-size: 16px;
  left: 0;
  top: 0;
  color: #ff6400;
}

.our-feature-app .text-wrapper .explore-button {
  width: 175px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  margin-top: 38px;
}

.our-feature-app
  .single-feature-box:nth-child(1)
  .text-wrapper
  .explore-button {
  color: #ead24c;
  background: #fef9da;
}

.our-feature-app
  .single-feature-box:nth-child(1)
  .text-wrapper
  .explore-button:hover {
  background: #ead24c;
  color: #fef9da;
}

.our-feature-app
  .single-feature-box:nth-child(2)
  .text-wrapper
  .explore-button {
  color: #4ebef9;
  background: rgba(30, 193, 254, 0.11);
}

.our-feature-app
  .single-feature-box:nth-child(2)
  .text-wrapper
  .explore-button:hover {
  background: #4ebef9;
  color: #e6f8ff;
}

.our-feature-app
  .single-feature-box:nth-child(3)
  .text-wrapper
  .explore-button {
  color: #ff8aa0;
  background: rgba(255, 61, 92, 0.11);
}

.our-feature-app
  .single-feature-box:nth-child(3)
  .text-wrapper
  .explore-button:hover {
  background: #ff8aa0;
  color: #ffeaed;
}

.our-feature-app .single-feature-box:nth-child(1) .text-wrapper {
  margin-top: 165px;
}

.our-feature-app .single-feature-box:nth-child(3) .text-wrapper {
  margin-top: 60px;
}

.our-feature-app .feature-img-box {
  position: relative;
  padding-right: 90px;
}

.our-feature-app .feature-img-box .feature-offer-box {
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 25px 50px 0 rgba(78, 81, 144, 0.07);
}

.our-feature-app .feature-img-box .feature-offer-box .icon-box {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.our-feature-app .feature-img-box .support-feature .icon-box {
  background: linear-gradient(120deg, #f99a78 0, #ff538c 100%);
}

.our-feature-app .feature-img-box .price-feature .icon-box {
  background: linear-gradient(120deg, #6c47da 0, #e081ff 100%);
}

.our-feature-app .feature-img-box .access-feature .icon-box {
  background: linear-gradient(120deg, #51ec70 0, #24bd9b 100%);
}

.our-feature-app .feature-img-box .feature-offer-box .icon-box img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.our-feature-app .feature-img-box .price-feature .icon-box img {
  width: 22px;
}

.our-feature-app .feature-img-box .feature-offer-box .title {
  font-size: 24px;
  color: #4e4e4e;
  padding: 20px 0 30px;
}

.our-feature-app .feature-img-box .feature-offer-box p {
  color: #8c929d;
}

.our-feature-app .feature-img-box .support-feature {
  margin-top: 180px;
}

.our-feature-app .feature-img-box .feature-offer-box .icon-box:after,
.our-feature-app .feature-img-box .feature-offer-box .icon-box:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(
    -51deg,
    #f99a78 0,
    #8834cc 20%,
    #37bdd1 42%,
    #d4ea3e 62%,
    #f8669d 83%,
    #fc5d95 91%,
    #ff538c 100%
  );
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}

.our-feature-app .feature-img-box .feature-offer-box .icon-box:after {
  filter: blur(13px);
}

.our-feature-app .feature-img-box .shape-one {
  position: absolute;
  top: 34%;
  left: -12%;
  animation: animationFramesOne 15s infinite linear alternate;
}

.our-feature-app .feature-img-box .shape-two {
  position: absolute;
  top: 12%;
  left: 15%;
  animation: animationFramesFive 18s infinite linear alternate;
}

.our-feature-app .feature-img-box .shape-three {
  position: absolute;
  top: 0;
  left: 24%;
  animation: animationFramesTwo 15s infinite linear alternate;
}

.our-feature-app .feature-img-box .shape-four {
  position: absolute;
  top: 19%;
  right: 28%;
  animation: animationFramesFive 20s infinite linear alternate;
}

.our-feature-app .feature-img-box .shape-five {
  position: absolute;
  top: 12%;
  right: 2%;
  animation: animationFramesFive 18s infinite linear alternate;
}

.our-feature-app .single-feature-box:nth-child(1) .feature-img-box:before {
  content: url(../images/shape/shape-44.html);
  position: absolute;
  top: 34px;
  right: 55px;
}

.our-feature-app .single-feature-box:nth-child(2) .feature-img-box:before {
  content: url(../images/shape/shape-50.html);
  position: absolute;
  top: -24px;
  right: -12px;
}

.our-feature-app .single-feature-box:nth-child(3) .feature-img-box:before {
  content: url(../images/shape/shape-51.html);
  position: absolute;
  top: -83px;
  left: -40px;
  z-index: -1;
}

.our-feature-app .single-feature-box .access-screen-holder .screen {
  float: right;
  position: relative;
}

.our-feature-app .single-feature-box .screen-mockup {
  position: relative;
}

.our-feature-app .single-feature-box .screen-mockup .mockup {
  margin: 0 auto;
}

.our-feature-app .single-feature-box .screen-mockup .screen-one {
  position: absolute;
  right: -84px;
  top: 16%;
}

.our-feature-app .single-feature-box .screen-mockup .screen-two {
  position: absolute;
  left: -38px;
  top: 43%;
}

.sass-our-pricing {
  position: relative;
  padding: 260px 0 245px;
}

.sass-our-pricing .section-shape-one {
  position: absolute;
  right: -356px;
  top: 0;
  opacity: 0.7;
  animation: rotatedHalfTwo 15s alternate infinite linear;
  z-index: -1;
}

.sass-our-pricing .section-shape-one:before {
  content: url(../images/shape/shape-23.html);
  position: absolute;
  top: 50%;
  left: calc(21% + 4px);
}

.sass-our-pricing .section-shape-two {
  position: absolute;
  left: -25px;
  top: 13%;
  z-index: -1;
}

.sass-our-pricing .section-shape-three {
  position: absolute;
  left: 17%;
  top: 23%;
  animation: animationFramesFour 20s alternate infinite linear;
}

.sass-our-pricing .section-shape-four {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #937fff;
  top: 50%;
  left: 5%;
  animation: animationFramesTwo 13s infinite linear;
}

.sass-our-pricing .section-shape-five {
  position: absolute;
  top: 51%;
  right: 5%;
  animation: animationFramesTwo 13s infinite linear;
}

.sass-our-pricing .section-shape-six {
  position: absolute;
  right: -75px;
  bottom: 170px;
}

.sass-our-pricing .icon-box .icon {
  height: 31px;
}

.sass-our-pricing .theme-title-one {
  margin-bottom: 80px;
}

.sass-our-pricing .row[class*="col-"] {
  border-left: 1px solid #e0e9ef;
  padding: 0 50px;
}

.sass-our-pricing .row[class*="col-"]:last-child {
  border-right: 1px solid #e0e9ef;
}

.sass-our-pricing .single-pr-table .pr-header {
  text-align: center;
  padding-top: 20px;
  min-height: 180px;
}

.sass-our-pricing .single-pr-table .pr-header .price {
  font-size: 44px;
}

.sass-our-pricing .single-pr-table.free .pr-header .price {
  color: #ffcc6f;
}

.sass-our-pricing .single-pr-table.regular .pr-header .price {
  color: #06df9e;
}

.sass-our-pricing .single-pr-table.plus .pr-header .price {
  color: #ff6262;
}

.sass-our-pricing .single-pr-table .pr-header .title {
  font-size: 19px;
  color: #303858;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.sass-our-pricing .single-pr-table .pr-header .package {
  font-size: 18px;
  color: #696d80;
}

.sass-our-pricing .single-pr-table .pr-body {
  border-top: 1px dashed #d8dde1;
  padding: 40px 0 30px;
  min-height: 330px;
}

.sass-our-pricing .single-pr-table .pr-body .feature {
  font-family: CircularStdmed;
  font-size: 20px;
  color: #303858;
  padding-bottom: 15px;
}

.sass-our-pricing .single-pr-table .pr-body ul li {
  font-size: 16px;
  position: relative;
  padding-left: 28px;
  line-height: 40px;
  color: #818386;
}

.sass-our-pricing .single-pr-table .pr-body ul li:before {
  content: "\f107";
  font-family: Flaticon;
  font-size: 14px;
  position: absolute;
  color: #12d859;
  line-height: 40px;
  left: 0;
  top: 0;
}

.sass-our-pricing .single-pr-table .upgrade-button {
  display: block;
  text-align: center;
  border: 1px solid #f2f2f2;
  border-radius: 25px;
  line-height: 50px;
  font-size: 18px;
  color: #233d63;
  position: relative;
}

.sass-our-pricing .single-pr-table .upgrade-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(-135deg, #bf6cff 0, #9041ff 100%);
  transform: scale(0, 1);
  z-index: -1;
}

.sass-our-pricing .single-pr-table:hover .upgrade-button {
  border-color: transparent;
  color: #fff;
}

.sass-our-pricing .single-pr-table:hover .upgrade-button:before {
  transform: scale(1);
}

.sass-our-pricing .single-pr-table .trial-button {
  display: block;
  text-align: center;
  color: #818386;
  margin-top: 32px;
}

.sass-our-pricing .single-pr-table .trial-button:hover {
  color: #bf6cff;
}

.sass-our-pricing .single-pr-table .pr-footer {
  padding-bottom: 70px;
}

.sass-our-pricing .pricing-tab-menu .nav-wrapper {
  border: none;
  padding: 2px;
  background: linear-gradient(-135deg, #bf6cff 0, #9041ff 100%);
}

.sass-our-pricing .pricing-tab-menu .nav-tabs .nav-item .nav-link {
  color: #9546ff;
  background: #fff;
}

.sass-our-pricing .pricing-tab-menu .nav-tabs .nav-item .nav-link.active {
  background: 0 0;
  color: #fff;
}

.sass-faq-section {
  position: relative;
  padding: 150px 0;
}

.sass-faq-section .section-shape-one {
  position: absolute;
  left: -356px;
  top: 20px;
  opacity: 0.6;
  z-index: -1;
  animation: rotatedHalfTwo 20s alternate infinite linear;
}

.sass-faq-section .section-shape-one:before {
  content: url(../images/shape/shape-28.html);
  position: absolute;
  top: 50%;
  right: -10px;
}

.sass-faq-section .section-shape-two {
  position: absolute;
  top: 69%;
  left: 5%;
  animation: animationFramesTwo 13s infinite linear;
}

.sass-faq-section .section-shape-three {
  position: absolute;
  top: 23%;
  right: 10%;
  animation: animationFramesTwo 20s infinite linear;
}

.sass-faq-section .section-shape-four {
  position: absolute;
  right: -90px;
  bottom: 190px;
}

.sass-faq-section .sub-heading {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #9f9f9f;
  margin: 25px 0 95px;
}

.sass-faq-section .sub-heading a {
  color: #303858;
  text-decoration: underline;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs {
  margin: 0 0 95px;
  border: none;
  justify-content: center;
  -webkit-justify-content: center;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs .nav-item {
  margin: 10px 0 0;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs .nav-link {
  border: none;
  line-height: 32px;
  border-radius: 3px;
  padding: 0 18px;
  color: #989898;
  font-size: 17px;
  margin: 0 10px;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs li:nth-child(1) .nav-link {
  background: #f4f3ff;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs li:nth-child(2) .nav-link {
  background: #fee;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs li:nth-child(3) .nav-link {
  background: #f3ffed;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs li:nth-child(4) .nav-link {
  background: #edf3ff;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs li:nth-child(5) .nav-link {
  background: #fdf9e9;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs li:nth-child(6) .nav-link {
  background: #e6fafd;
}

.sass-faq-section .faq-tab-wrapper .nav-tabs .nav-item.show .nav-link,
.sass-faq-section .faq-tab-wrapper .nav-tabs .nav-link.active {
  background: #22d4ab !important;
  color: #fff;
}

.faq-tab-wrapper .faq-panel .panel {
  background: #fff;
  box-shadow: 0 10px 14px 0 rgba(90, 111, 155, 0.05);
  margin-bottom: 30px;
}

.faq-tab-wrapper .faq-panel .panel .panel-heading .panel-title a {
  display: block;
  padding: 25px 10px 25px 65px;
  font-size: 22px;
  color: #303858;
  position: relative;
}

.faq-tab-wrapper .faq-panel .panel .panel-heading .panel-title a:before {
  content: "+";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #464646;
}

.faq-tab-wrapper
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a:before {
  content: "-";
}

.faq-tab-wrapper .faq-panel .panel .panel-body p {
  line-height: 30px;
  padding: 0 90px 38px 65px;
}

.sass-faq-section .down-button {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #22d4ab;
  border-radius: 50%;
  margin: 60px auto 0;
  color: #22d4ab;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
}

.sass-faq-section .down-button:hover {
  background: #22d4ab;
  color: #fff;
}

.why-choose-us-app {
  background: linear-gradient(-35deg, #902afc 0, #3498f6 100%);
  position: relative;
  padding: 255px 0 150px;
  overflow: hidden;
  z-index: 5;
}

.why-choose-us-app .bg-shape-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.why-choose-us-app .bg-shape-holder .big-round-one {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.03);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}

.why-choose-us-app .bg-shape-holder .big-round-two {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.03);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}

.why-choose-us-app .bg-shape-holder .big-round-three {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.03);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}

.why-choose-us-app .text-wrapper {
  max-width: 500px;
  float: right;
}

.why-choose-us-app .text-wrapper .title-box {
  display: inline-block;
  line-height: 35px;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.why-choose-us-app .text-wrapper .bottom-title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  padding: 45px 0 35px;
}

.why-choose-us-app .text-wrapper ul li {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  padding: 0 0 15px 40px;
}

.why-choose-us-app .text-wrapper ul li:before {
  content: "\f103";
  font-family: Flaticon;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 32px;
  font-size: 24px;
}

.why-choose-us-app .text-wrapper ul {
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  padding-bottom: 48px;
  margin-bottom: 55px;
}

.why-choose-us-app .text-wrapper .director-speech {
  position: relative;
}

.why-choose-us-app .text-wrapper .director-speech .d-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  float: left;
}

.why-choose-us-app .text-wrapper .director-speech .bio-block {
  float: left;
  padding-left: 25px;
}

.why-choose-us-app .text-wrapper .director-speech .bio-block .name {
  font-size: 20px;
  color: #fff;
  padding: 2px 0;
}

.why-choose-us-app .text-wrapper .director-speech .bio-block span {
  font-size: 18px;
  color: #fff;
  font-style: italic;
}

.why-choose-us-app .text-wrapper .director-speech .sign {
  position: absolute;
  right: 0;
  top: -32px;
}

.why-choose-us-app .screen-preview {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
}

.newsletter-section {
  position: relative;
  padding: 140px 0 0;
}

.newsletter-section .theme-title-one.upper-bar:before {
  background: #7491ff;
}

.newsletter-section .main-wrapper {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 120px;
}

.newsletter-section .main-wrapper form {
  max-width: 57%;
  margin: 50px auto 0;
  position: relative;
}

.newsletter-section .main-wrapper form input {
  width: 100%;
  height: 65px;
  border: 1px solid rgba(186, 186, 186, 0.3);
  border-radius: 38px;
  padding: 0 105px 0 40px;
  font-size: 18px;
  color: rgba(62, 62, 62, 0.4);
}

.newsletter-section .main-wrapper form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  width: 100px;
  border-radius: 0 38px 38px 0;
  color: #fff;
  font-size: 32px;
  background: #6d5cf8;
}

.newsletter-section .main-wrapper form::placeholder {
  color: rgba(62, 62, 62, 0.4);
  opacity: 1;
}

.newsletter-section .main-wrapper form:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.4);
}

.newsletter-section .main-wrapper form::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.4);
}

.newsletter-section .subscription-label {
  text-align: center;
  margin: 0;
  display: block;
}

.newsletter-section .subscription-label.error {
  color: #ff4343;
}

.newsletter-section .subscription-label.valid {
  color: #28a745;
}

.theme-Ecommerce-menu {
  position: relative;
  padding: 60px 60px 40px;
  z-index: 99;
}

.theme-Ecommerce-menu .left-content ul li,
.theme-Ecommerce-menu .right-content > ul > li {
  display: inline-block;
  vertical-align: middle;
}

.theme-Ecommerce-menu .left-content ul .menu-button {
  display: block;
  background: 0 0;
  position: relative;
  margin: -8px 15px 0 0;
}

.eCommerce-search {
  width: 300px;
  position: relative;
}

.eCommerce-search input {
  width: 100%;
  border: none;
  font-style: italic;
  color: rgba(65, 65, 65, 0.33);
  padding-left: 30px;
  background: 0 0;
}

.eCommerce-search .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 27px;
  color: #2e2e2e;
}

.eCommerce-search::placeholder {
  color: rgba(65, 65, 65, 0.33);
  opacity: 1;
}

.eCommerce-search:-ms-input-placeholder {
  color: rgba(65, 65, 65, 0.33);
}

.eCommerce-search::-ms-input-placeholder {
  color: rgba(65, 65, 65, 0.33);
}

.theme-Ecommerce-menu .right-content .dropdown-toggle:after {
  display: none;
}

.theme-Ecommerce-menu .right-content .dropdown-toggle {
  background: 0 0;
}

.theme-Ecommerce-menu .right-content .dropdown-menu {
  background: #fff;
  box-shadow: 0 25px 50px 0 rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  margin: 15px -35px 0 0;
}

.theme-Ecommerce-menu .right-content .cart-action-wrapper .dropdown-toggle {
  height: 27px;
  position: relative;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .dropdown-toggle
  .item-count {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff3612;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  right: -12px;
  top: -6px;
}

.theme-Ecommerce-menu .right-content .cart-action-wrapper .dropdown-menu {
  padding: 40px 35px;
  min-width: 300px;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .item-img {
  width: 70px;
  height: 80px;
  display: block;
  float: left;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .item-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 25px;
  position: relative;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .item-info
  .close {
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 12px;
  color: rgba(31, 31, 31, 0.9);
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .item-info
  .close:hover {
  color: #ff3612;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .item-info
  .name {
  font-size: 18px;
  color: #1f1f1f;
  margin: 5px 0;
  padding-right: 12px;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .item-info
  .price {
  font-size: 20px;
  color: #1f1f1f;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .item-info
  .price
  .quantity {
  font-size: 17px;
  color: rgba(31, 31, 31, 0.3);
  margin-left: 15px;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .selected-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .cart-product-list
  .selected-item:last-child {
  margin-bottom: 14px;
}

.theme-Ecommerce-menu .right-content .cart-action-wrapper .subtotal .title {
  font-size: 18px;
  color: #1f1f1f;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .subtotal
  .total-price {
  font-size: 20px;
  color: #1f1f1f;
}

.theme-Ecommerce-menu .right-content .cart-action-wrapper .subtotal {
  padding-bottom: 7px;
}

.theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a {
  font-family: CircularStdmed;
  display: block;
  line-height: 45px;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-top: 15px;
}

.theme-Ecommerce-menu
  .right-content
  .cart-action-wrapper
  .button-group
  a:hover {
  color: #fff;
}

.theme-Ecommerce-menu .right-content .user-profile-action {
  padding-left: 35px;
}

.theme-Ecommerce-menu .right-content .user-profile-action .dropdown-toggle img {
  display: inline-block;
}

.theme-Ecommerce-menu
  .right-content
  .user-profile-action
  .dropdown-toggle
  span {
  font-size: 17px;
  color: #414141;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 16px;
}

.theme-Ecommerce-menu .right-content .user-profile-action .dropdown-menu {
  min-width: 220px;
  padding: 20px 25px 25px;
}

.theme-Ecommerce-menu
  .right-content
  .user-profile-action
  .dropdown-menu
  ul
  li
  a {
  font-size: 16px;
  line-height: 42px;
  color: #4b4c51;
  padding-left: 30px;
  position: relative;
}

.theme-Ecommerce-menu
  .right-content
  .user-profile-action
  .dropdown-menu
  ul
  li
  a
  .icon {
  position: absolute;
  left: 0;
  top: 11px;
}

.theme-Ecommerce-menu
  .right-content
  .user-profile-action
  .dropdown-menu
  ul
  li
  a:hover
  .icon
  path {
  fill: #ff3612;
}

#eCommerce-home {
  height: 100vh;
  position: relative;
}

#eCommerce-home:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #f0f0f0;
  left: 50%;
  z-index: -1;
}

#eCommerce-home .main-page-wrapper {
  height: 100%;
  position: relative;
}

#eCommerce-home .main-page-wrapper:after,
#eCommerce-home .main-page-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 16.666666666%;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  z-index: -1;
}

#eCommerce-home .main-page-wrapper:before {
  left: 16.6666666%;
}

#eCommerce-home .main-page-wrapper:after {
  right: 16.6666666%;
}

.eCommerce-side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 360px;
  background: #fff;
  box-shadow: 0 2px 100px 0 rgba(218, 218, 218, 0.5);
  z-index: 999;
  padding: 0 25px 30px 80px;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.5s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}

.eCommerce-side-menu.show-menu {
  opacity: 1;
  transform: scale(1);
}

.eCommerce-side-menu .logo-wrapper {
  margin-top: 60px;
  position: relative;
  padding-left: 30px;
}

.eCommerce-side-menu .logo-wrapper .close-button {
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  height: 36px;
}

.eCommerce-side-menu .main-menu-list > ul {
  margin-top: 70%;
  padding-bottom: 30px;
}

.eCommerce-side-menu .main-menu-list > ul > li > a {
  font-size: 36px;
  line-height: 60px;
  color: #3e3e3e;
  position: relative;
  display: block;
}

.eCommerce-side-menu .main-menu-list > ul > li {
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.7s ease-in-out;
}

.eCommerce-side-menu.show-menu .main-menu-list > ul > li:nth-child(1) {
  transition-delay: 0.2s;
}

.eCommerce-side-menu.show-menu .main-menu-list > ul > li:nth-child(2) {
  transition-delay: 0.3s;
}

.eCommerce-side-menu.show-menu .main-menu-list > ul > li:nth-child(3) {
  transition-delay: 0.4s;
}

.eCommerce-side-menu.show-menu .main-menu-list > ul > li:nth-child(4) {
  transition-delay: 0.5s;
}

.eCommerce-side-menu.show-menu .main-menu-list > ul > li:nth-child(5) {
  transition-delay: 0.6s;
}

.eCommerce-side-menu.show-menu .main-menu-list > ul > li {
  opacity: 1;
  transform: translateX(0);
}

.eCommerce-side-menu .main-menu-list > ul > li > a .expander {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  font-size: 15px;
  line-height: 60px;
  color: inherit;
}

.eCommerce-side-menu .main-menu-list > ul .sub-menu {
  padding: 10px 0 10px 30px;
}

.eCommerce-side-menu .main-menu-list > ul .sub-menu a {
  font-size: 24px;
  line-height: 35px;
  color: #b7b7b7;
}

.eCommerce-side-menu .copy-right {
  font-size: 16px;
  color: rgba(62, 62, 62, 0.7);
  margin-top: 100px;
}

.main-menu-list ul .sub-menu {
  display: none;
  transition: all 0.3s ease-in-out;
}

.main-menu-list ul .sub-menu.show {
  display: block;
}

.eCommerce-side-menu .eCommerce-search {
  width: 100%;
  margin: 40px 0;
  display: none;
}

.eCommerce-hero-section {
  position: relative;
}

.eCommerce-hero-section:after,
.eCommerce-hero-section:before {
  content: url(../images/shape/shape-54.html);
  position: absolute;
  z-index: -3;
}

.eCommerce-hero-section:before {
  right: 0;
  bottom: 0;
}

.eCommerce-hero-section:after {
  top: 4%;
  right: 35%;
}

.eCommerce-hero-section .carousel-indicators {
  position: absolute;
  right: auto;
  left: 60px;
  top: 30%;
  bottom: auto;
  display: block !important;
  margin: 0;
}

.eCommerce-hero-section .carousel-indicators li {
  width: 3px;
  height: 20px;
  border-radius: 3px;
  background: #e7e7e7;
  margin: 5px 0;
  cursor: pointer;
}

.eCommerce-hero-section .carousel-indicators li.active,
.eCommerce-hero-section .carousel-indicators li:hover {
  background: #454545;
}

.eCommerce-hero-section .carousel-indicators li.active {
  transform: scale(1, 1.2);
}

#eCommerce-carousel .inner-item-wrapper {
  position: relative;
  padding: 100px 0 90px;
}

#eCommerce-carousel .inner-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 90px;
}

#eCommerce-carousel .inner-item-wrapper .main-title {
  font-family: "Playfair Display", serif;
  font-size: 130px;
  line-height: 120px;
  color: #19212b;
  width: 35%;
}

#eCommerce-carousel .inner-item-wrapper .price-tag {
  padding: 25px 0 50px;
}

#eCommerce-carousel .inner-item-wrapper .price-tag .current-price {
  font-size: 58px;
  color: #ff4b68;
  font-weight: 400;
  margin-right: 40px;
  display: inline-block;
  animation-delay: 0.5s;
}

#eCommerce-carousel .inner-item-wrapper .price-tag del {
  font-size: 32px;
  color: #d3d3d3;
  display: inline-block;
  animation-delay: 0.5s;
}

#eCommerce-carousel .inner-item-wrapper .button-group li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

#eCommerce-carousel .inner-item-wrapper .button-group .shop-now {
  width: 180px;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  font-family: CircularStdbld;
  font-size: 14px;
  text-transform: uppercase;
  color: #3c3c3c;
  background: #fff;
  box-shadow: 0 15px 40px 0 rgba(199, 202, 211, 0.25);
  margin-right: 115px;
  animation-delay: 1s;
}

#eCommerce-carousel .inner-item-wrapper .button-group .shop-now:hover {
  color: #fff;
}

#eCommerce-carousel .inner-item-wrapper .button-group .details-info-button {
  font-family: Lato, sans-serif;
  font-weight: 100;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  background: #2e2e2e;
  display: block;
  animation-delay: 1s;
}

#eCommerce-carousel .inner-item-wrapper .product-img {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
  animation-delay: 1.2s;
}

#eCommerce-carousel .color-tab {
  text-align: center;
  position: absolute;
  top: 100px;
  right: -20px;
  transform: rotate(-90deg);
}

#eCommerce-carousel .color-tab p {
  font-size: 20px;
  color: #343638;
  padding-bottom: 35px;
}

#eCommerce-carousel .color-tab ul li {
  display: inline-block;
}

#eCommerce-carousel .color-tab ul li a {
  display: block;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
}

#eCommerce-carousel .color-tab ul li:nth-child(1) a {
  border-color: #9aa2ce;
}

#eCommerce-carousel .color-tab ul li:nth-child(2) a {
  border-color: #00ead0;
}

#eCommerce-carousel .color-tab ul li:nth-child(3) a {
  border-color: #ff4b68;
}

#eCommerce-carousel .color-tab ul li:nth-child(1):hover a {
  background: #9aa2ce;
}

#eCommerce-carousel .color-tab ul li:nth-child(2):hover a {
  background: #00ead0;
}

#eCommerce-carousel .color-tab ul li:nth-child(3):hover a {
  background: #ff4b68;
}

#eCommerce-carousel .brand-text {
  font-size: 400px;
  font-family: CircularStdblck;
  color: #f8f8f8;
  position: absolute;
  right: -100px;
  bottom: 0;
  line-height: 290px;
  z-index: -3;
  animation-delay: 1.2s;
}

.eCommerce-hero-section .social-share {
  position: absolute;
  bottom: 150px;
  left: -40px;
  transform: rotate(-90deg);
}

.eCommerce-hero-section .social-share li {
  display: inline-block;
  font-family: CircularStdmed;
  font-size: 16px;
  color: #3c3c3c;
  text-transform: uppercase;
}

.eCommerce-hero-section .social-share li a {
  color: #dbdbdb;
  font-size: 20px;
  margin: 0 10px;
  transform: rotate(90deg);
}

.eCommerce-hero-section .social-share li:first-child {
  margin-right: 25px;
}

.product-details-modal .main-bg-wrapper {
  width: 100%;
  height: 100%;
  padding: 50px 0 100px;
  text-align: center;
}

.product-details-modal .main-bg-wrapper .product-img {
  margin: 0 auto;
  max-width: 400px;
}

.product-details-modal .main-bg-wrapper .close-button {
  position: fixed;
  top: 20px;
  right: 30px;
  background: 0 0;
  font-size: 35px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.product-details-modal .main-bg-wrapper .title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #19212b;
  padding: 80px 0 30px;
}

.product-details-modal .main-bg-wrapper p {
  font-size: 18px;
  line-height: 30px;
  color: #5a6473;
  width: 60%;
  margin: 0 auto;
}

.product-details-modal .main-bg-wrapper .cart-button {
  line-height: 45px;
  padding: 0 30px;
  color: #fff;
  border-radius: 3px;
  margin-top: 35px;
  font-size: 16px;
}

.product-details-modal .main-bg-wrapper .next,
.product-details-modal .main-bg-wrapper .prev {
  position: absolute;
  font-size: 35px;
  color: rgba(0, 0, 0, 0.4);
  background: 0 0;
  top: 50%;
}

.product-details-modal .main-bg-wrapper .next {
  right: 10px;
}

.product-details-modal .main-bg-wrapper .prev {
  left: 10px;
}

.product-details-modal .main-bg-wrapper .next:hover,
.product-details-modal .main-bg-wrapper .prev:hover {
  color: #000;
}

.product-filter-area {
  position: relative;
  padding-bottom: 40px;
}

.product-filter-area .display-item-filter {
  font-size: 17px;
  color: rgba(79, 79, 79, 0.7);
}

.filter-dropdown-holder .filter-button {
  background: 0 0;
  font-size: 20px;
  color: #2e2e2e;
  padding-left: 45px;
  position: relative;
  line-height: 30px;
  margin-right: 55px;
}

.filter-dropdown-holder .filter-button .icon {
  width: 30px;
  height: 30px;
  background: #3a3a3a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 8px;
}

.filter-dropdown-holder .filter-button .icon span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 2px auto;
  transition: all 0.3s ease-in-out;
}

.filter-dropdown-holder .filter-button .icon span:nth-child(1) {
  width: 17px;
}

.filter-dropdown-holder .filter-button .icon span:nth-child(2) {
  width: 11px;
}

.filter-dropdown-holder .filter-button .icon span:nth-child(3) {
  width: 5px;
}

.filter-dropdown-holder .filter-button.open .icon span:nth-child(1) {
  width: 5px;
}

.filter-dropdown-holder .filter-button.open .icon span:nth-child(2) {
  width: 11px;
}

.filter-dropdown-holder .filter-button.open .icon span:nth-child(3) {
  width: 17px;
}

.product-filter-area .large-filter-content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 70px;
  width: 100%;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 50px 70px 70px;
  box-shadow: 0 50px 100px 0 rgba(207, 215, 224, 0.2);
  transform: scale(1, 0);
  transform-origin: 0 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.product-filter-area .large-filter-content.show-content {
  opacity: 1;
  transform: scale(1);
}

.theme-sidebar-widget .sidebar-title {
  font-family: CircularStdmed;
  font-size: 24px;
  color: #1d1d1d;
  padding-bottom: 30px;
}

.theme-sidebar-widget .list-item {
  margin-top: -17px;
}

.theme-sidebar-widget .list-item li a {
  display: block;
  position: relative;
  line-height: 50px;
  font-size: 18px;
  color: #4e4e4e;
}

.theme-sidebar-widget .list-item li a .expander {
  position: absolute;
  background: 0 0;
  line-height: 50px;
  right: 0;
  top: 0;
  color: inherit;
  font-size: 14px;
}

.theme-sidebar-widget .list-item li .sub-menu {
  padding-left: 30px;
}

.theme-sidebar-widget .list-item li .sub-menu a {
  font-size: 16px;
  line-height: 31px;
  color: #585858;
}

.theme-sidebar-widget .list-item li .sub-menu a:hover {
  padding-left: 10px;
}

.theme-sidebar-widget .list-item li a span {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
}

.theme-sidebar-widget .list-item.blog-category li a {
  border-bottom: 1px solid #eaeaea;
  line-height: 56px;
}

.theme-sidebar-widget .list-item.blog-category li a span {
  line-height: 50px;
}

.theme-sidebar-widget .price-ranger .ui-widget-content {
  background: #eee;
  border: none;
  height: 5px;
  border-radius: 5px;
  margin-bottom: 22px;
  max-width: 350px;
}

.theme-sidebar-widget .price-ranger .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(207, 207, 207, 0.61);
}

.theme-sidebar-widget .price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.theme-sidebar-widget .price-ranger .ranger-min-max-block li {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
}

.theme-sidebar-widget .price-ranger .ranger-min-max-block li:first-child {
  color: #989ca2;
}

.theme-sidebar-widget .price-ranger .ranger-min-max-block input {
  width: 50px;
  height: 30px;
  border: none;
  background: 0 0;
  text-align: center;
  color: #3e3e3e;
}

.theme-sidebar-widget .size-filter {
  margin: 0 -8px;
}

.theme-sidebar-widget .size-filter li {
  float: left;
  padding: 0 8px;
}

.theme-sidebar-widget .size-filter li a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
  line-height: 38px;
  font-size: 15px;
  text-transform: uppercase;
  color: rgba(29, 29, 29, 0.4);
}

.theme-sidebar-widget .size-filter li a:hover {
  color: #fff;
}

.theme-sidebar-widget .color-filter li {
  display: inline-block;
}

.theme-sidebar-widget .color-filter li a {
  display: block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
}

.theme-sidebar-widget .color-filter li:nth-child(1) a {
  border-color: #9aa2ce;
}

.theme-sidebar-widget .color-filter li:nth-child(2) a {
  border-color: #00ead0;
}

.theme-sidebar-widget .color-filter li:nth-child(3) a {
  border-color: #ff4b68;
}

.theme-sidebar-widget .color-filter li:nth-child(4) a {
  border-color: #ffd657;
}

.theme-sidebar-widget .color-filter li:nth-child(5) a {
  border-color: #dc6cff;
}

.theme-sidebar-widget .color-filter li:nth-child(6) a {
  border-color: #57ff86;
}

.theme-sidebar-widget .color-filter li:nth-child(1):hover a {
  background: #9aa2ce;
}

.theme-sidebar-widget .color-filter li:nth-child(2):hover a {
  background: #00ead0;
}

.theme-sidebar-widget .color-filter li:nth-child(3):hover a {
  background: #ff4b68;
}

.theme-sidebar-widget .color-filter li:nth-child(4):hover a {
  background: #ffd657;
}

.theme-sidebar-widget .color-filter li:nth-child(5):hover a {
  background: #dc6cff;
}

.theme-sidebar-widget .color-filter li:nth-child(6):hover a {
  background: #57ff86;
}

.shop-demo-filter .selectize-input {
  width: 170px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  outline: 0;
  padding: 0 15px;
}

.shop-demo-filter .selectize-input .item,
.shop-demo-filter .selectize-input input {
  font-size: 15px;
  color: #4f4f4f;
}

.shop-demo-filter .selectize-dropdown {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: none;
  box-shadow: 0 50px 100px 0 rgba(229, 232, 235, 0.2);
  cursor: pointer;
}

.shop-demo-filter .selectize-dropdown .option {
  font-size: 15px;
  color: #4f4f4f;
  line-height: 30px;
}

.shop-demo-filter .selectize-dropdown .active,
.shop-demo-filter .selectize-dropdown .option:hover {
  color: #fff;
}

.shop-demo-filter .selectize-control.single .selectize-input:after {
  right: 8px;
}

.theme-sidebar-widget .sidebar-search {
  height: 60px;
  position: relative;
}

.theme-sidebar-widget .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 1px solid #f9f9f9;
  padding: 0 50px 0 25px;
  color: #a9a9a9;
  box-shadow: 4.994px 9.801px 25px 0 rgba(217, 224, 235, 0.4);
}

.theme-sidebar-widget .sidebar-search::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.theme-sidebar-widget .sidebar-search:-ms-input-placeholder {
  color: #a9a9a9;
}

.theme-sidebar-widget .sidebar-search::-ms-input-placeholder {
  color: #a9a9a9;
}

.theme-sidebar-widget .sidebar-search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: #fff;
  color: #b1b1b1;
  font-size: 20px;
}

.theme-sidebar-widget .sidebar-popular-product .img {
  width: 85px;
  height: 85px;
}

.theme-sidebar-widget .sidebar-popular-product .info {
  padding-left: 25px;
}

.theme-sidebar-widget .sidebar-popular-product .info a {
  font-size: 22px;
  color: #3e3e3e;
  margin-bottom: 3px;
}

.theme-sidebar-widget .sidebar-popular-product .info .price {
  font-size: 22px;
  color: #989ca2;
}

.theme-sidebar-widget .sidebar-popular-product li {
  margin-bottom: 30px;
}

.theme-sidebar-widget .sidebar-popular-product li:last-child {
  margin: 0;
}

.theme-sidebar-widget .recent-news-item .rn-title {
  font-family: CircularStdmed;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.theme-sidebar-widget .recent-news-item .rn-title a {
  color: #3e3e3e;
}

.theme-sidebar-widget .recent-news-item .date {
  font-size: 18px;
  color: #b5b5b5;
}

.theme-sidebar-widget .recent-news-item li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.theme-sidebar-widget .recent-news-item li:last-child {
  margin-bottom: 0;
}

.theme-sidebar-widget .keywords-tag {
  margin: 0 -5px;
}

.theme-sidebar-widget .keywords-tag li {
  float: left;
  padding: 0 5px;
  margin-bottom: 15px;
}

.theme-sidebar-widget .keywords-tag li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #989ca2;
  padding: 0 20px;
  line-height: 33px;
  border: 1px solid #e0e0e0;
}

.theme-sidebar-widget .keywords-tag li a:hover {
  color: #fff;
}

.product-showcase .single-product-case {
  margin-bottom: 85px;
}

.product-showcase .single-product-case .img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.product-showcase .single-product-case .img-holder a {
  display: block;
}

.product-showcase .single-product-case .img-holder img {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.product-showcase .single-product-case:hover .img-holder img {
  transform: scale(1);
}

.product-showcase .single-product-case .info {
  position: relative;
}

.product-showcase .single-product-case .info .name {
  font-size: 24px;
  color: #3e3e3e;
}

.product-showcase .single-product-case .info .price {
  font-size: 24px;
  color: rgba(84, 84, 84, 0.55);
  margin-top: 5px;
}

.product-showcase .single-product-case .info .cart-button {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.product-showcase .single-product-case .info .cart-button:after,
.product-showcase .single-product-case .info .cart-button:before {
  content: " ";
  position: absolute;
  background: #bbb;
}

.product-showcase .single-product-case .info .cart-button:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}

.product-showcase .single-product-case .info .cart-button:after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

.product-showcase .single-product-case .info .cart-button:hover:after,
.product-showcase .single-product-case .info .cart-button:hover:before {
  transform: scale(0);
}

.product-showcase .single-product-case .info .cart-button span {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transform: scale(0);
}

.product-showcase .single-product-case .info .cart-button:hover span {
  transform: scale(1);
}

.cart-section .main-container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}

.cart-list-form {
  position: relative;
}

.cart-list-form table {
  margin: 0;
}

.cart-list-form .table th {
  border: none;
  text-align: center;
  padding: 0 0 60px;
  text-align: center;
  text-transform: uppercase;
  color: #1d1d1d;
  font-size: 15px;
}

.cart-list-form .table th:first-child {
  text-align: left;
}

.cart-list-form .table tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
}

.cart-list-form .table .product-thumbnails {
  width: 85px;
}

.cart-list-form .table .product-thumbnails img {
  max-width: none;
}

.cart-list-form .table .product-img {
  display: block;
}

.cart-list-form .table .product-info {
  padding-left: 30px;
  text-align: left;
}

.cart-list-form .table .product-info .product-name {
  font-size: 20px;
  color: #1f1f1f;
}

.cart-list-form .table .product-info .serial {
  font-size: 16px;
  color: rgba(31, 31, 31, 0.33);
  padding-bottom: 10px;
}

.cart-list-form .table .product-info ul li {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  padding-right: 15px;
}

.cart-list-form .table .price {
  font-size: 24px;
  color: #1d1d1d;
}

.cart-list-form .table .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}

.cart-list-form .table .quantity li button {
  font-size: 24px;
  color: #1d1d1d;
  background: 0 0;
}

.cart-list-form .table .quantity .product-value {
  font-size: 20px;
  color: #1d1d1d;
  max-width: 45px;
  background: 0 0;
  border: none;
  text-align: center;
  padding-left: 12px;
}

.cart-list-form .table .remove-product {
  color: #d6d6d6;
  font-size: 22px;
}

.cart-section .cart-footer {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 35px;
}

.cart-section .cart-footer .coupon-form {
  padding-bottom: 120px;
}

.cart-section .cart-footer .coupon-form input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 16px;
  color: #c4c4c4;
  margin-right: 30px;
}

.cart-section .cart-footer .coupon-form::placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.cart-section .cart-footer .coupon-form:-ms-input-placeholder {
  color: #c4c4c4;
}

.cart-section .cart-footer .coupon-form::-ms-input-placeholder {
  color: #c4c4c4;
}

.cart-section .cart-footer .cart-total-section {
  text-align: right;
}

.cart-section .cart-footer .cart-total-table tr th {
  font-size: 18px;
  color: rgba(29, 29, 29, 0.33);
  font-weight: 400;
  padding-right: 40px;
}

.cart-section .cart-footer .cart-total-table tr td {
  font-size: 24px;
  color: #1d1d1d;
}

.cart-section .cart-footer .cart-total-table tr td,
.cart-section .cart-footer .cart-total-table tr th {
  padding-bottom: 12px;
}

.cart-section .cart-footer .cart-total-section .checkout-process {
  margin-top: 24px;
}

.cart-section .cart-footer .cart-total-section {
  padding-right: 82px;
}

.checkout-form .main-title {
  font-family: CircularStdmed;
  font-size: 28px;
  color: #1d1d1d;
  padding-bottom: 55px;
}

.checkout-form .single-input-wrapper {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #1a1a1a;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 55px;
}

.checkout-form::placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.checkout-form:-ms-input-placeholder {
  color: #1a1a1a;
}

.checkout-form::-ms-input-placeholder {
  color: #1a1a1a;
}

.checkout-form .single-input-wrapper:focus {
  border-bottom-color: #545454;
}

.checkout-form .selectize-input {
  width: 100%;
  line-height: 40px;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e5e5e5;
  box-shadow: none;
  outline: 0;
  padding: 0 15px 0 0;
}

.checkout-form .selectize-control {
  margin-bottom: 50px;
}

.checkout-form .selectize-input .item,
.checkout-form .selectize-input input {
  font-size: 16px;
  color: #1a1a1a;
}

.checkout-form .selectize-dropdown {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: none;
  box-shadow: 0 50px 100px 0 rgba(229, 232, 235, 0.2);
  cursor: pointer;
}

.checkout-form .selectize-dropdown .option {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 22px;
}

.checkout-form .selectize-dropdown .active,
.checkout-form .selectize-dropdown .option:hover {
  color: #fff;
  background: #1a1a1a;
}

.checkout-form .selectize-control.single .selectize-input:after {
  right: 8px;
}

.checkout-form .checkbox-list li label {
  position: relative;
  font-family: CircularStdmed;
  font-size: 16px;
  line-height: 15px;
  padding-left: 30px;
  color: #1a1a1a;
  cursor: pointer;
  margin: 0 0 20px;
}

.checkout-form .checkbox-list li input[type="checkbox"] {
  display: none;
}

.checkout-form .checkbox-list li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1px;
}

.checkout-form .checkbox-list li input[type="checkbox"]:checked + label:before {
  content: "\f107";
  font-family: Flaticon;
  background: #373737;
  color: #fff;
  border-color: #373737;
}

.checkout-form .checkbox-list {
  padding-bottom: 55px;
}

.checkout-form .other-note-area p {
  font-family: CircularStdmed;
  font-size: 16px;
  color: #1a1a1a;
  padding-bottom: 8px;
}

.checkout-form .other-note-area textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px;
  resize: none;
  height: 145px;
}

.checkout-form .order-confirm-sheet {
  padding-left: 60px;
}

.checkout-form .order-confirm-sheet .order-review {
  border: 1px solid #e5e5e5;
  padding: 50px 40px;
}

.checkout-form .order-confirm-sheet .order-review .product-review {
  width: 100%;
}

.checkout-form .order-confirm-sheet .order-review .product-review tr {
  font-family: CircularStdmed;
}

.checkout-form
  .order-confirm-sheet
  .order-review
  .product-review
  tbody
  th
  span {
  font-size: 18px;
  color: #242424;
  font-weight: 400;
}

.checkout-form .order-confirm-sheet .order-review .product-review tbody td {
  font-size: 18px;
  color: #1d1d1d;
  text-align: right;
}

.checkout-form .order-confirm-sheet .order-review .product-review tbody td,
.checkout-form .order-confirm-sheet .order-review .product-review tbody th {
  padding-bottom: 25px;
}

.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  color: #242424;
  font-weight: 400;
}

.checkout-form .order-confirm-sheet .order-review .product-review tfoot td {
  text-align: right;
  font-size: 24px;
  color: #222;
}

.checkout-form .order-confirm-sheet .order-review .product-review tfoot td,
.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}

.checkout-form .order-confirm-sheet .order-review .payment-list li {
  padding: 0 0 5px 30px;
}

.checkout-form .order-confirm-sheet .order-review .payment-list li p {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 15px;
}

.checkout-form .order-confirm-sheet .order-review .payment-list li label {
  position: relative;
  font-family: CircularStdmed;
  font-size: 18px;
  line-height: 15px;
  color: #1a1a1a;
  cursor: pointer;
  margin: 0 0 15px;
}

.checkout-form .order-confirm-sheet .order-review .payment-list li {
  position: relative;
}

.checkout-form .order-confirm-sheet .order-review .payment-list li input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.checkout-form
  .order-confirm-sheet
  .order-review
  .payment-list
  li
  label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 12px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: -1px;
}

.checkout-form .order-confirm-sheet .order-review .payment-list {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}

.checkout-form .order-confirm-sheet .policy-text {
  font-size: 15px;
  line-height: 22px;
  color: #979797;
  padding: 25px 0 20px;
}

.checkout-form .order-confirm-sheet .agreement-checkbox label {
  position: relative;
  font-family: CircularStdmed;
  font-size: 16px;
  color: #1a1a1a;
  cursor: pointer;
  padding-left: 30px;
  margin-bottom: 35px;
}

.checkout-form .order-confirm-sheet .agreement-checkbox input[type="checkbox"] {
  display: none;
}

.checkout-form .order-confirm-sheet .agreement-checkbox label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}

.checkout-form .order-confirm-sheet .dark-button-one {
  width: 100%;
}

.checkout-toggle-area p {
  padding-bottom: 5px;
}

.checkout-toggle-area p button {
  color: #1a1a1a;
  background: 0 0;
  display: inline-block;
  text-decoration: underline;
}

.checkout-toggle-area form input {
  width: 100%;
  height: 55px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 0 30px;
  margin-bottom: 20px;
}

.checkout-toggle-area form input:focus {
  border-color: #777;
}

.checkout-toggle-area form .lost-passw {
  color: #636067;
  font-size: 16px;
  margin: 12px 0 35px;
}

.checkout-toggle-area form button {
  font-size: 15px;
}

.checkout-toggle-area form p {
  padding-top: 30px;
}

.solid-inner-banner {
  background: #fafcff;
  text-align: center;
  padding: 265px 0 0;
}

.solid-inner-banner.white-bg {
  background: #fff;
}

.solid-inner-banner .page-title {
  font-family: CircularStdmed;
  font-size: 60px;
  color: #313131;
  padding-bottom: 150px;
}

.solid-inner-banner .page-breadcrumbs {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.solid-inner-banner .page-breadcrumbs li {
  display: inline-block;
  font-size: 22px;
  color: #244574;
  margin: 0 3px;
}

.solid-inner-banner .page-breadcrumbs li a {
  color: #244574;
}

.shop-details .procuct-details .tab-content img {
  width: 100%;
}

.shop-details .procuct-details .tab-content {
  margin-bottom: 40px;
}

.shop-details .nav-tabs > li {
  margin: 0;
}

.shop-details .procuct-details .nav-tabs > li > a {
  padding: 0;
  margin: 0 20px 0 0;
  border: 0;
  border-radius: 0;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
}

.shop-details .nav-tabs {
  border: none;
}

.shop-details .procuct-details .product-info {
  padding-left: 30px;
}

.shop-details .procuct-details .product-info .product-name {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 15px;
  color: #313131;
}

.shop-details .procuct-details .product-info .rating li {
  display: inline-block;
  color: #a2a2a2;
}

.shop-details .procuct-details .product-info .rating li:nth-child(6) {
  margin: 0 10px;
}

.shop-details .procuct-details .product-info .rating li i {
  color: #ffbd3a;
}

.shop-details .procuct-details .product-info .price {
  font-family: CircularStdmed;
  display: block;
  font-weight: 400;
  font-size: 32px;
  margin: 30px 0 20px;
}

.shop-details .procuct-details .product-info .availability li {
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  color: #989ca2;
}

.shop-details .procuct-details .product-info .availability li span {
  color: #212121;
}

.shop-details .procuct-details .product-info .availability li:nth-child(2) {
  margin: 0 10px;
}

.shop-details .procuct-details .product-info p {
  font-size: 18px;
  margin: 25px 0 50px;
}

.shop-details .procuct-details .product-info .customize-order h6 {
  font-size: 24px;
  color: #313131;
  padding-bottom: 25px;
}

.shop-details .procuct-details .product-info .quantity ul {
  border: 1px solid #e3e3e3;
  display: inline-block;
}

.shop-details .procuct-details .product-info .quantity ul li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}

.shop-details .procuct-details .product-info .quantity ul li button {
  font-size: 25px;
  color: #c9c9c9;
  background: 0 0;
  width: 25px;
}

.shop-details .procuct-details .product-info .quantity ul .product-value {
  font-size: 19px;
  color: #313131;
  max-width: 42px;
  background: 0 0;
  border: none;
  padding-left: 10px;
}

.shop-details .procuct-details .product-info .quantity {
  padding-right: 90px;
}

.shop-details .procuct-details .product-info .color-filter li {
  display: inline-block;
}

.shop-details .procuct-details .product-info .color-filter li a {
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
}

.shop-details .procuct-details .product-info .color-filter li:nth-child(1) a {
  border-color: #9aa2ce;
}

.shop-details .procuct-details .product-info .color-filter li:nth-child(2) a {
  border-color: #00ead0;
}

.shop-details .procuct-details .product-info .color-filter li:nth-child(3) a {
  border-color: #ff4b68;
}

.shop-details .procuct-details .product-info .color-filter li:nth-child(4) a {
  border-color: #ffd657;
}

.shop-details
  .procuct-details
  .product-info
  .color-filter
  li:nth-child(1):hover
  a {
  background: #9aa2ce;
}

.shop-details
  .procuct-details
  .product-info
  .color-filter
  li:nth-child(2):hover
  a {
  background: #00ead0;
}

.shop-details
  .procuct-details
  .product-info
  .color-filter
  li:nth-child(3):hover
  a {
  background: #ff4b68;
}

.shop-details
  .procuct-details
  .product-info
  .color-filter
  li:nth-child(4):hover
  a {
  background: #ffd657;
}

.shop-details .procuct-details .product-info .customize-order {
  margin-bottom: 50px;
}

.shop-details .procuct-details .product-info .cart-button {
  font-family: CircularStdmed;
  width: 155px;
  line-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

.shop-details .procuct-details .product-info .cart-button:hover {
  background: #fff;
}

.shop-details .procuct-details .product-info .wishlist-button {
  font-family: CircularStdmed;
  width: 190px;
  line-height: 48px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  border: 1px solid #dcdcdc;
}

.shop-details .procuct-details .product-info .wishlist-button:hover {
  color: #fff;
}

.shop-details .procuct-details .product-info .wishlist-button i {
  margin-right: 8px;
  opacity: 0.8;
}

.shop-details .product-review-tab {
  border: 1px solid #ebebeb;
  padding: 40px 55px 35px;
  margin: 125px 0 130px;
}

.shop-details .product-review-tab .nav-tabs li a {
  padding: 0 0 22px;
  margin-right: 60px;
  font-size: 22px;
  color: #a6aab1;
  border: none;
  border-radius: 0;
  background: 0 0;
  position: relative;
}

.shop-details .product-review-tab .nav-tabs li a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  transform: rotate(135deg);
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
  opacity: 0;
}

.shop-details .product-review-tab .nav-tabs li:last-child a {
  margin-right: 0;
}

.shop-details .product-review-tab .nav-tabs {
  border-bottom: 1px solid #ebebeb;
}

.shop-details .product-review-tab .nav-tabs .nav-link.active {
  color: #474747;
}

.shop-details .product-review-tab .nav-tabs .nav-link.active:before {
  opacity: 1;
}

.shop-details .product-review-tab .tab-pane {
  padding: 30px 0 0;
}

.shop-details .product-review-tab .tab-content p {
  line-height: 32px;
  color: #989ca2;
}

.shop-details .product-review-tab .tab-content .list-title {
  font-size: 18px;
  color: #474747;
  font-style: italic;
  padding: 35px 0 22px;
}

.shop-details .product-review-tab .tab-content .tab-title {
  font-size: 20px;
  color: #474747;
  padding: 10px 0 22px;
}

.shop-details .product-review-tab .tab-content .list-item li {
  font-size: 18px;
  color: #989ca2;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.shop-details .product-review-tab .tab-content .list-item li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.shop-details .user-comment-area {
  padding-right: 200px;
}

.user-comment-area .single-comment {
  padding-bottom: 50px;
}

.user-comment-area .single-comment:last-child {
  padding-bottom: 0;
}

.user-comment-area .single-comment .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.user-comment-area .single-comment .user-comment-data {
  padding-left: 30px;
  position: relative;
}

.user-comment-area .single-comment .user-comment-data .name {
  font-family: CircularStdmed;
  font-size: 20px;
  color: #3e3e3e;
  padding-bottom: 5px;
}

.user-comment-area .single-comment .user-comment-data .rating li {
  display: inline-block;
}

.user-comment-area .single-comment .user-comment-data .rating li a {
  font-size: 15px;
  color: #fbc134;
  margin-right: 1px;
}

.user-comment-area .single-comment .user-comment-data p {
  padding-top: 15px;
  color: #989ca2;
}

.realated-product .title {
  font-size: 36px;
  padding-bottom: 55px;
}

.realated-product.product-showcase .single-product-case {
  margin: 0;
}

.realated-product .owl-theme .owl-nav[class*="owl-"] {
  background: 0 0;
  padding: 0;
  font-size: 32px;
  margin: 0 0 0 15px;
  color: #cacaca;
}

.realated-product .owl-theme .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

.faq-page .faq-page-title {
  font-size: 32px;
}

.faq-page .faq-search-form {
  height: 60px;
  position: relative;
}

.faq-page .faq-search-form input {
  width: 500px;
  height: 100%;
  border: 1px solid #e1e1e1;
  padding: 0 70px 0 30px;
  font-size: 18px;
  color: #a6a6a6;
  font-style: italic;
}

.faq-page .faq-search-form input:focus {
  border-color: #313131;
}

.faq-page .faq-search-form button {
  position: absolute;
  width: 70px;
  top: 0;
  right: 0;
  bottom: 0;
  background: 0 0;
  color: #b1b1b1;
}

.faq-page .submit-faq .faq-page-title {
  padding-bottom: 75px;
}

.faq-page .submit-faq input {
  width: 100%;
  height: 60px;
  padding: 0 15px 0 30px;
  color: #989ca2;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.faq-page .submit-faq::placeholder {
  color: #989ca2;
  opacity: 1;
}

.faq-page .submit-faq:-ms-input-placeholder {
  color: #989ca2;
}

.faq-page .submit-faq::-ms-input-placeholder {
  color: #989ca2;
}

.faq-page .submit-faq textarea {
  width: 100%;
  height: 290px;
  max-height: 290px;
  padding: 15px 30px;
  color: #989ca2;
  resize: none;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.faq-page .submit-faq input:focus,
.faq-page .submit-faq textarea:focus {
  border-color: #212121;
}

.faq-page .submit-faq button {
  display: block;
  width: 100%;
  height: 60px;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  color: #fff;
}

.faq-page .submit-faq button:hover {
  background: #fff;
}

.our-team .theme-title-one .upper-title {
  color: rgba(36, 69, 116, 0.55);
}

.our-team .img-box img {
  width: 100%;
}

.team-standard .single-team-member {
  position: relative;
  padding: 0 45px 55px 0;
  margin-bottom: 100px;
}

.team-standard .single-team-member .wrapper {
  position: relative;
}

.team-standard .single-team-member .img-box img {
  border-radius: 4px;
}

.team-standard .single-team-member .info-meta {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  padding: 25px 0 25px 50px;
  background: #fff;
  box-shadow: 5.994px 14.835px 30px 0 rgba(229, 234, 239, 0.5);
}

.our-team .single-team-member .info-meta .name {
  font-size: 22px;
  color: #3d3d3d;
  padding-bottom: 5px;
}

.our-team .single-team-member .info-meta span {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
}

.team-standard .single-team-member:hover .info-meta {
  transform: translate(0, 55px);
}

.team-standard .single-team-member .hover-content {
  position: absolute;
  width: 45px;
  background: #fff;
  box-shadow: 8px 0 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 0;
}

.team-standard .single-team-member .hover-content ul {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

.team-standard .single-team-member .hover-content ul li a {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  margin: 15px 0;
}

.team-standard .single-team-member:hover .hover-content {
  transform: scale(1, 1);
}

.team-minimal .single-team-member {
  text-align: center;
  margin-bottom: 130px;
}

.team-minimal .single-team-member .img-box {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.team-minimal .single-team-member .info-meta {
  padding: 30px 0 0;
}

.team-minimal .single-team-member .hover-content {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform: scale(0.7);
  opacity: 0;
}

.team-minimal .single-team-member:hover .hover-content {
  transform: scale(1);
  opacity: 1;
}

.team-minimal .single-team-member .hover-content ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.team-minimal .single-team-member .hover-content ul li {
  display: inline-block;
  margin: 0 12px;
}

.team-minimal .single-team-member .hover-content ul li a {
  font-size: 25px;
  color: #fff;
}

.team-business .single-team-member {
  margin-bottom: 120px;
}

.team-business .single-team-member .img-box {
  width: 220px;
}

.team-business .single-team-member .info-meta {
  padding-left: 40px;
  width: calc(100% - 220px);
}

.team-business .single-team-member .info-meta q {
  font-size: 21px;
  line-height: 25px;
  font-style: italic;
  color: #3d3d3d;
  display: block;
  padding: 30px 0 45px;
}

.team-classic .wrapper {
  position: relative;
  background: #353535;
  margin-bottom: 100px;
}

.team-classic .single-team-member:hover img {
  opacity: 0.4;
}

.team-classic .wrapper .info-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.03);
  transform: translateY(10%);
  opacity: 0;
}

.team-classic .wrapper .hover-content {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  opacity: 0;
}

.team-classic .wrapper .hover-content li {
  display: inline-block;
  margin: 0 10px;
}

.team-classic .wrapper .hover-content li a {
  font-size: 25px;
  color: #fff;
}

.team-classic .single-team-member:hover .hover-content {
  opacity: 1;
}

.team-classic .single-team-member:hover .info-meta {
  transform: translateY(0);
  opacity: 1;
}

.about-us-standard .top-icon-box {
  text-align: center;
  padding-bottom: 50px;
}

.about-us-standard .top-icon-box .icon {
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(202, 221, 243, 0.5);
  width: 70px;
  height: 70px;
  margin: 0 auto;
  line-height: 70px;
  border-radius: 50%;
  font-size: 28px;
  color: #ffc77e;
}

.about-us-standard .top-icon-box span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(36, 69, 116, 0.55);
  padding-top: 30px;
}

.about-us-standard .single-block .block-title {
  font-size: 24px;
  color: #244574;
}

.about-us-standard .single-block p {
  font-size: 18px;
  line-height: 32px;
  color: #798598;
  padding-right: 50px;
}

.about-us-standard .single-block .author-data {
  padding: 38px 0 0 40px;
}

.about-us-standard .single-block .author-data .name {
  font-family: CircularStdmed;
  font-size: 16px;
  text-transform: uppercase;
  color: #3e3e3e;
  position: relative;
}

.about-us-standard .single-block .author-data .name:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  background: #666;
  top: 8px;
  left: -40px;
}

.about-us-standard.agency-style .row {
  padding-bottom: 120px;
}

.about-us-standard.agency-style .row:last-child {
  padding: 0;
}

.about-us-standard.agency-style .row:nth-child(even) .img-box img {
  margin-top: -185px;
}

.theme-counter-two {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.theme-counter-two .single-counter-box:nth-child(2) {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.theme-counter-two .single-counter-box {
  padding: 95px 15px 95px 7%;
}

.theme-counter-two .single-counter-box .icon-box {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.theme-counter-two .single-counter-box .icon-box img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.theme-counter-two .single-counter-box:nth-child(1) .icon-box {
  background: linear-gradient(120deg, #f99a78 0, #ff538c 100%);
}

.theme-counter-two .single-counter-box:nth-child(2) .icon-box {
  background: linear-gradient(120deg, #51ec70 0, #24bd9b 100%);
}

.theme-counter-two .single-counter-box:nth-child(3) .icon-box {
  background: linear-gradient(120deg, #6c47da 0, #e081ff 100%);
}

.theme-counter-two .single-counter-box .text {
  padding-left: 30px;
}

.theme-counter-two .single-counter-box .text .number {
  font-size: 36px;
  color: #3e3e3e;
}

.theme-counter-two .single-counter-box .text p {
  font-size: 18px;
  color: #a4a7ac;
  margin-top: -8px;
}

.video-action-banner-one {
  background-image: url(../images/home/12.html);
  background-size: 120%;
  background-repeat: no-repeat;
  animation: imageBgAnim 50s infinite linear alternate;
}

.video-action-banner-one .overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 320px 0;
  text-align: center;
}

.video-action-banner-one .video-button {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
}

.video-action-banner-one .video-button img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.video-action-banner-one .video-button:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: hvr-ripple-out-two 1.2s linear infinite;
}

.theme-action-banner-two {
  position: relative;
  background: url(../images/home/13.html) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 150px 0 160px;
  z-index: 1;
}

.theme-action-banner-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: -1;
}

.theme-action-banner-two .title {
  font-family: CircularStdmed;
  font-size: 48px;
  color: #fff;
  padding: 0 200px;
}

.theme-action-banner-two .banner-button {
  width: 210px;
  line-height: 53px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 65px;
}

.our-service .service-block .service-title {
  font-size: 48px;
  line-height: 54px;
}

.our-service .service-block .service-title a {
  color: #3e3e3e;
}

.our-service .service-block .read-more {
  font-size: 38px;
  line-height: 20px;
}

.service-minimal .row {
  margin: 0 -110px;
}

.service-minimal .row[class*="col-"] {
  padding: 0 110px;
}

.service-minimal .service-block .icon-box {
  height: 80px;
  margin-bottom: 50px;
}

.service-minimal .service-block p {
  font-size: 17px;
  line-height: 32px;
  color: #798598;
  padding: 35px 0;
}

.service-minimal .service-block .read-more {
  color: #cfd5df;
}

.service-minimal .service-block {
  margin-bottom: 140px;
}

.service-standard .service-block {
  background-size: cover;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  height: 475px;
}

.service-standard .service-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: -1;
}

.service-standard .service-block:hover:before {
  opacity: 1;
}

.service-standard .service-block .hover-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  padding: 20px 40px;
}

.service-standard .service-block .hover-content .title a {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 12px;
}

.service-standard .service-block .hover-content .read-more {
  color: #fff;
}

.service-standard .service-block .hover-content p {
  font-size: 16px;
  color: #fff;
  padding: 10px 40px 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -50px;
  transform: translateY(-100%);
}

.service-standard .service-block:hover .hover-content p {
  opacity: 1;
  left: 0;
}

.our-service .our-history .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
}

.our-service .our-history .img-box .bottom-img {
  position: absolute;
  right: -65px;
  bottom: 0;
  border: 30px solid #fff;
}

.our-service .our-history .text-wrapper {
  padding: 80px 0 0 180px;
}

.our-service .our-history .text-wrapper p {
  color: #67707e;
  font-size: 20px;
  line-height: 35px;
  padding-top: 30px;
}

.service-creative .service-block {
  padding: 110px 0 125px;
}

.service-creative .service-block .img-box {
  margin-top: 30px;
}

.service-creative .service-block .service-info .num {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 70px;
  margin-bottom: 30px;
}

.service-creative .service-block .service-info .service-title a {
  color: #fff;
}

.service-creative .service-block .service-info p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  padding: 22px 0 40px;
}

.service-creative .service-block .service-info .read-more {
  color: #fff;
}

.service-creative .service-block:nth-child(even) .service-info {
  padding-left: 60px;
}

.service-creative .service-block:nth-child(odd) .service-info {
  padding-right: 60px;
}

.service-creative .service-block:nth-child(odd) .img-box {
  float: right;
}

.service-modren .service-block .img-box img {
  border-radius: 5px;
}

.service-modren .service-block .service-info .tag {
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  padding: 0 35px;
  border-radius: 3px;
}

.service-modren .service-block .service-info .tag.color-one {
  background: #ffeaee;
  color: #ff8aa0;
}

.service-modren .service-block .service-info .tag.color-two {
  background: #fef9da;
  color: #ead24c;
}

.service-modren .service-block .service-info .tag.color-three {
  background: #e7fff5;
  color: #70e9ae;
}

.service-modren .service-block .service-info .tag.color-four {
  background: #edf9ff;
  color: #7fd8ff;
}

.service-modren .service-block .service-info .read-more {
  color: #cfd5df;
}

.service-modren .service-block .service-info .service-title {
  margin: 40px 0 45px;
}

.service-modren .service-block {
  padding-bottom: 150px;
}

.service-modren .service-block:last-child {
  padding-bottom: 0;
}

.service-modren .service-block:nth-child(odd) .service-info {
  padding-right: 30px;
}

.service-modren .service-block:nth-child(even) .service-info {
  padding-left: 30px;
}

.project-ms-grid .inner-container {
  max-width: 1410px;
  padding: 0 15px;
  margin: 0 auto;
}

.our-project .isotop-menu-wrapper {
  text-align: center;
}

.our-project .isotop-menu-wrapper li {
  display: inline-block;
  font-size: 20px;
  color: #244574;
  line-height: 31px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 0 16px;
  border: 2px solid transparent;
  cursor: pointer;
  margin: 0 5px 10px;
}

#isotop-gallery-wrapper .grid-sizer,
#isotop-gallery-wrapper .isotop-item {
  width: 33.33333333%;
}

.project-standard #isotop-gallery-wrapper {
  margin: 0 -35px;
}

.project-standard #isotop-gallery-wrapper .grid-sizer,
.project-standard #isotop-gallery-wrapper .isotop-item {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 70px;
}

.project-ms-full-width #isotop-gallery-wrapper .grid-sizer,
.project-ms-full-width #isotop-gallery-wrapper .isotop-item {
  width: 25%;
}

.project-ms-grid #isotop-gallery-wrapper {
  margin: 0 -25px;
}

.project-ms-grid #isotop-gallery-wrapper .grid-sizer,
.project-ms-grid #isotop-gallery-wrapper .isotop-item {
  width: 33.3333333%;
  padding: 0 25px;
  margin-bottom: 45px;
}

.our-project .project-item {
  overflow: hidden;
  position: relative;
}

.our-project .project-item .img-box img {
  width: 100%;
  transition: all 1s ease-in-out;
}

#isotop-gallery-wrapper .isotop-item .hover-jojo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(55, 55, 55, 0.5);
  padding: 10px 25px;
  opacity: 0;
}

#isotop-gallery-wrapper .isotop-item .project-item:hover .hover-jojo {
  opacity: 1;
}

#isotop-gallery-wrapper .isotop-item .hover-jojo > div {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.our-project .project-item .title a {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.our-project .project-item .title span {
  font-family: CircularStdmed;
  text-decoration: underline;
}

.success-story-section {
  background-size: cover !important;
  min-height: 650px;
  color: #fff;
  padding: 180px 135px 0;
}

.success-story-section h3 {
  color: #e52f29;
  font-size: 32px;
  margin-bottom: 18px;
}

.qode_video_box_button_holder {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 44;
}

.qode_video_box_button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color 0.15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
}

.qode_video_box_button_arrow {
  border-top: 11px solid transparent;
  border-left: 11px solid #303030;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
  -webkit-transform: translate(-48%, -50%);
}

.qode_video_box_button_holder:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid #fff;
  border-radius: 50%;
}

.qode_video_image:hover .qode_video_box_button {
  background-color: transparent;
  border: 1px solid #fff;
}

.qode_video_image:hover .qode_video_box_button_arrow {
  border-left-color: #fff;
}

.why-us-cont {
  color: #fff;
  padding: 25px 0;
}

.why-us-cont ul {
  margin: 10px 0 0 17px;
}

.why-us-cont ul li {
  margin: 0 0 5px;
}

.home-3box {
  position: relative;
  z-index: 2;
  margin-top: 3em;
}

.home-3box:after {
  background: url(../images/solar-bg.png) bottom right no-repeat;
  content: "";
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 70%;
  z-index: 1;
  opacity: 0.1;
}

.home-3box .container {
  position: relative;
  z-index: 2;
}

.feature-box {
  background: #fff;
  padding: 25px;
  min-height: 450px;
  border-radius: 5px;
  box-shadow: 0 -2px 26px -19px #e52f29;
}

.service-content a {
  color: #fff;
  float: none;
  width: 45%;
  background-color: #000;
  border-radius: 5px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.home-3box .service-box-4 .feature-box {
  height: 550px;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #e52f29;
}

.feature-box-desc li {
  list-style: none;
}

.feature-box-desc ul li a {
  color: #333;
}

.feature-box .view-all {
  margin: 20px 0 0;
  background: #e52f29;
}

.feature-box .view-all:hover {
  background: #e52f29;
}

.studio-project-area .feature-box {
  min-height: auto;
  margin-top: 30px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.studio-project-area .feature-box img {
  height: 213px;
  width: 100%;
  float: none;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.studio-project-area .feature-box:hover img {
  transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.studio-project-area .feature-box .feature-box-desc {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 35px;
  z-index: 3;
  transition: all ease 0.9s;
  -moz-transition: all ease 0.9s;
  -webkit-transition: all ease 0.9s;
  -o-transition: all ease 0.9s;
}

.product-sec .feature-box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 94, 20, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.product-sec .feature-box:hover:after {
  width: 100%;
}

.studio-project-area .feature-box:hover .feature-box-desc {
  visibility: visible;
  opacity: 1;
}

.studio-project-area .feature-box .feature-box-desc h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 7px;
  color: #fff;
}

.studio-project-area .feature-box .feature-box-desc h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.studio-project-area .feature-box .feature-box-desc p {
  line-height: 22px;
  color: #fff;
}

.signUp-minimal .signin-form-wrapper {
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  padding: 70px 65px 35px;
  position: relative;
}

.signUp-minimal .signin-form-wrapper .signUp-text {
  font-size: 17px;
  padding-top: 35px;
}

.element-section .highlight {
  background: #f7f7f9;
  padding: 40px 15px;
  margin: 30px 0;
}

.highlight .s {
  color: #e83e8c;
}

.highlight .na {
  color: #4f9fcf;
}

.highlight .nt {
  color: #2f6f9f;
}

.highlight .c {
  color: #999;
}

.element-tile {
  font-size: 28px;
  color: #313131;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.element-tile-two {
  font-size: 36px;
  color: #313131;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.button-style button {
  display: inline-block;
  margin: 35px 0 0;
}

.element-section .section-portfo {
  background: #1b1d3d;
  padding: 30px 0 150px;
}

.element-section .project-minimal-style {
  padding-top: 0;
  padding-bottom: 0;
}

.element-section .portfo-footer {
  padding: 150px 0;
}

.element-section .portfo-footer:before {
  display: none;
}

.element-section .btn {
  margin-top: 10px;
}

.faq-tab-wrapper-two .faq-panel .panel .panel-heading .panel-title a {
  display: block;
  padding: 22px 40px 22px 45px;
  font-size: 22px;
  color: #303858;
  position: relative;
}

.faq-tab-wrapper-two .faq-panel .panel {
  margin-bottom: 20px;
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.faq-tab-wrapper-two .faq-panel .panel-body {
  border-top: 1px solid rgba(21, 21, 21, 0.06);
  padding: 35px 40px 10px 45px;
}

.faq-tab-wrapper-two .faq-panel .panel-body p {
  padding-bottom: 25px;
}

.faq-tab-wrapper-three .faq-panel .panel .panel-heading .panel-title a {
  display: block;
  padding: 20px 40px 20px 25px;
  font-size: 21px;
  color: #303858;
  position: relative;
  background: #f9f9f9;
}

.faq-tab-wrapper-three .faq-panel .panel {
  margin-bottom: 20px;
}

.faq-tab-wrapper-three .faq-panel .panel-body {
  padding: 35px 40px 10px 25px;
}

.faq-tab-wrapper-three .faq-panel .panel-body p {
  padding-bottom: 25px;
}

.faq-tab-wrapper-three
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a {
  color: #fff;
}

.faq-tab-wrapper-four .faq-panel .panel .panel-heading .panel-title a {
  display: block;
  padding: 20px 10px 20px 60px;
  font-size: 21px;
  color: #303858;
  position: relative;
  background: #f9f9f9;
}

.faq-tab-wrapper-four .faq-panel .panel .panel-heading .panel-title a i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.faq-tab-wrapper-four .faq-panel .panel {
  margin-bottom: 20px;
}

.faq-tab-wrapper-four .faq-panel .panel-body {
  padding: 40px 15px 30px;
}

.faq-tab-wrapper-four
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a,
.faq-tab-wrapper-four
  .faq-panel
  .panel
  .panel-heading.active-panel
  .panel-title
  a
  i {
  color: #fff;
}

.faq-panel .panel-body .img-gallery {
  padding: 25px 0 30px;
}

.faq-panel .panel-body .img-gallery img {
  width: 100%;
  margin-top: 5px;
}

.breadcrumbs-two {
  background: #fafcff;
  padding: 265px 0 150px;
}

.breadcrumbs-two .page-title {
  font-family: CircularStdmed;
  font-size: 55px;
  color: #313131;
}

.breadcrumbs-two .page-breadcrumbs li {
  display: inline-block;
  font-size: 22px;
  color: #244574;
  margin: 0 0 0 3px;
}

.breadcrumbs-two .page-breadcrumbs li a {
  color: #244574;
}

.breadcrumbs-three {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 265px 0 150px;
  position: relative;
  z-index: 1;
}

.breadcrumbs-three .page-title {
  font-family: CircularStdmed;
  font-size: 60px;
  padding-bottom: 15px;
}

.breadcrumbs-three .page-breadcrumbs li {
  display: inline-block;
  font-size: 22px;
  margin: 0 3px;
}

.b-wh-text .page-breadcrumbs li,
.b-wh-text .page-breadcrumbs li a,
.b-wh-text .page-title {
  color: #fff;
}

.breadcrumbs-four {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 265px 0 150px;
  position: relative;
  z-index: 1;
}

.breadcrumbs-four .page-title {
  font-family: CircularStdmed;
  font-size: 55px;
}

.breadcrumbs-four .page-breadcrumbs li {
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0 3px;
}

.theme-counter-three .single-counter-box {
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(123, 147, 171, 0.15);
  padding: 40px 5px 50px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.theme-counter-three .single-counter-box .icon {
  font-size: 45px;
  padding-bottom: 10px;
}

.theme-counter-three .single-counter-box .number {
  font-size: 60px;
}

.theme-counter-three .single-counter-box p {
  font-size: 20px;
}

.theme-list-item li {
  font-family: Rubik, sans-serif;
  line-height: 44px;
  color: #777;
  position: relative;
  padding-left: 22px;
}

.theme-list-item li i,
.theme-list-item li span {
  position: absolute;
  line-height: 44px;
  left: 0;
  top: 0;
  color: #313131;
  font-size: 15px;
}

.theme-footer-two {
  background: #1e202d;
  padding: 25px 0;
}

.theme-footer-two .copy-right {
  color: rgba(255, 255, 255, 0.7);
}

.theme-footer-two .footer-menu li {
  display: inline-block;
}

.theme-footer-two .footer-menu li a {
  color: #a4a6b0;
  margin: 5px 8px;
}

.theme-footer-two .footer-menu li a:hover {
  color: #fff;
}

.theme-footer-two .footer-menu,
.theme-footer-two .social-icon {
  text-align: right;
}

.theme-footer-two .social-icon li {
  display: inline-block;
}

.theme-footer-two .social-icon li a {
  color: rgba(219, 219, 219, 0.3);
  margin: 0 0 0 30px;
  font-size: 20px;
}

.theme-footer-three {
  text-align: center;
  padding-bottom: 30px;
}

.theme-footer-three .email {
  color: rgba(87, 102, 126, 0.8);
  font-size: 20px;
  margin: 15px 0;
}

.theme-footer-three .phone {
  font-size: 22px;
  margin-bottom: 30px;
}

.theme-footer-three .social-icon li {
  display: inline-block;
  margin: 0 8px;
}

.theme-footer-three .social-icon li a {
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #dadada;
}

.theme-footer-three .social-icon li a:hover {
  color: #fff;
}

.theme-footer-three .copy-right {
  font-size: 14px;
  color: #798598;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 35px;
}

.theme-footer-four {
  background: #1e202d;
  padding-top: 90px;
}

.theme-footer-four .row[class*="col-"] {
  padding-bottom: 35px;
}

.theme-footer-four .title {
  font-size: 24px;
  color: #fff;
  padding-bottom: 25px;
}

.theme-footer-four .gallery-widget ul {
  margin: 30px -6px 0;
  max-width: 260px;
}

.theme-footer-four .gallery-widget li {
  float: left;
  width: 33.33333%;
  padding: 0 6px;
}

.theme-footer-four .footer-list ul li a {
  line-height: 36px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

.theme-footer-four .email {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.theme-footer-four .phone {
  font-size: 22px;
  margin: 15px 0 25px;
}

.theme-footer-four .social-icon li {
  display: inline-block;
  margin-right: 10px;
}

.theme-footer-four .social-icon li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #dbdbdb;
}

.theme-footer-four .social-icon li a:hover {
  color: #fff;
}

.theme-footer-four .bottom-footer {
  border-top: 1px solid rgba(237, 237, 237, 0.05);
  margin-top: 45px;
  padding: 35px 0;
}

.theme-footer-four .bottom-footer p {
  float: left;
  color: rgba(255, 255, 255, 0.7);
}

.theme-footer-four .bottom-footer ul {
  float: right;
}

.theme-footer-four .bottom-footer ul li {
  display: inline-block;
}

.theme-footer-four .bottom-footer ul li a {
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 15px;
}

.theme-footer-four.light-v {
  background: #fff;
  padding-top: 0;
}

.theme-footer-four.light-v .title {
  color: #102622;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.theme-footer-four.light-v .bottom-footer p,
.theme-footer-four.light-v .bottom-footer ul li a,
.theme-footer-four.light-v .email,
.theme-footer-four.light-v .footer-list ul li a {
  color: #76797e;
}

.theme-footer-four .about-widget p {
  padding: 0 80px 35px 0;
}

.theme-footer-four.light-v .bottom-footer {
  border-top-color: #ededed;
}

.modal .modal-dialog {
  transform: translate(0, 0);
}

.modal .fade-right {
  animation: fadeInLeft 0.5s;
  animation-direction: reverse;
}

.modal .fade-left {
  animation: fadeInRight 0.5s;
  animation-direction: reverse;
}

.modal .fade-up {
  animation: fadeInDown 0.5s;
  animation-direction: reverse;
}

.modal .fade-down {
  animation: fadeInUp 0.5s;
  animation-direction: reverse;
}

.modal.show .fade-right {
  animation: fadeInRight 0.5s;
}

.modal.show .fade-left {
  animation: fadeInLeft 0.5s;
}

.modal.show .fade-up {
  animation: fadeInUp 0.5s;
}

.modal.show .fade-down {
  animation: fadeInDown 0.5s;
}

.modal-button {
  width: 100%;
}

.btn-white,
.form-control {
  border: 1px solid #d1d1d1;
}

.form-control {
  line-height: 30px;
}

.btn-white:hover {
  color: #fff;
}

.modal-content {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.text-sm {
  font-size: 15px;
}

.modal-body form::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.modal-body form:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal-body form::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal-body .facebook {
  background: #3f51b5;
}

.modal-body .google {
  background: #f44336;
}

.modal-body .twitter {
  background: #00bcd4;
}

.modal-body .s-sign {
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
}

.modal-body .s-sign i {
  margin-top: 5px;
}

.modal-content.bg-dark,
.modal-content.bg-dark .modal-title,
.modal-content.bg-dark p {
  color: rgba(255, 255, 255, 0.85);
}

.modal-content.bg-dark .modal-header {
  border-bottom-color: rgba(135, 150, 165, 0.1);
}

.modal-content.bg-dark .modal-footer {
  border-top-color: rgba(135, 150, 165, 0.1);
}

.modal-content.bg-dark .btn-white {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.shrt-menu {
  position: absolute;
  z-index: 99;
  transition: 0.5s all;
  background: #fff;
  border-bottom: 4px solid #e52f29;
}

.element-section .shrt-menu {
  z-index: inherit;
}

.shrt-menu .main-header {
  position: relative;
  padding: 9px 15px 0;
	background-color: #fff;
}

.shrt-menu .main-header .navbar {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: right;
  padding: 10px 0;
  float: right;
}

.shrt-menu.fixed .nav-bar {
  border-top: 0 solid #666;
  background: #fff;
}

.shrt-menu.fixed .main-header .logo {
  display: none;
}

.shrt-menu .main-header .logo {
  margin-bottom: 15px;
}

.shrt-menu.fixed .main-header .navbar {
  margin-bottom: 0;
}

.shrt-menu .widget-container {
  position: relative;
}

.shrt-menu .logo a {
  display: block;
  position: relative;
  z-index: 1;
}

.shrt-menu .contact-us {
  margin-left: 35px;
}

.shrt-menu.light-bg {
  background: #fff;
  box-shadow: 0 260px 100px 0 rgba(236, 236, 236, 0.2);
}

.shrt-menu.dark-bg {
  background: #222836;
}

.navbar-nav .nav-item:hover > .nav-link,
.text-dark .navbar-nav .nav-item .nav-link:hover,
.text-dark .navbar-nav .nav-item.active .nav-link {
  color: #e52f29 !important;
  border-bottom: 1px solid #e52f29;
}

.text-dark .navbar-nav .nav-item .nav-link {
  color: #636363;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.carousel-inner .carousel-item img {
  width: 100%;
}

.welcome-section {
  background: #fff;
  background-attachment: fixed;
  background-size: 100%;
  position: relative;
  padding: 25px 0;
  margin-top: -55px;
  box-shadow: 0 -2px 26px -19px #e52f29;
}

.welcome-section .main-wrapper h3 {
  font-weight: 500;
  color: #000;
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 10px;
}

.welcome-section .main-wrapper p {
  color: #000;
  line-height: 30px;
  padding: 0 0 20px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.welcome-section .main-wrapper {
  position: relative;
  z-index: 22;
}

.welcome-section .main-wrapper img {
  margin: 0 auto;
}

.welcome-section .container {
  position: relative;
  z-index: 2;
}

.welcome-section:after {
  content: "";
  position: absolute;
  top: 0;
  /*background: url(../images/logo.png) center center no-repeat;*/
  width: 100%;
  opacity: 0.05;
  height: 100%;
  background-size: 33%;
  z-index: 1;
}

.welcome-section h1 {
  font-size: 36px;
  font-weight: 100;
  color: #000;
  margin: 0 0 18px;
}

.welcome-section .view-all {
  margin: 10px auto 0;
  background: #e52f29;
}

.welcome-section .view-all:hover {
  color: #fff;
  background: #333;
}

.welcome-section h1 span {
  color: #e52f29;
  font-size: 36px;
  font-weight: 400;
}

.home-slider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  top: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.home-slider .carousel-caption h3 {
  color: #fff;
  margin: 10px 0 25px;
  font-family: K2D, sans-serif !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 53px;
}

.home-slider .carousel-caption p {
  font-size: 19px;
}

.shrt-menu .navbar-nav .nav-item .nav-link {
  padding: 7px 9px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: K2D, sans-serif !important;
  text-align: center;
}

.shrt-menu .navbar-nav .nav-item {
  display: inline-block;
}

.shrt-menu .navbar-nav .nav-item ul {
  display: none;
}

.shrt-menu .navbar-nav .nav-item:hover > ul {
  display: block;
  position: absolute;
  background: #fff;
  width: 235px;
  border-top: 2px solid #e52f29;
  margin-left: 0px;
	padding-left:5px!important;
}

.shrt-menu .navbar-nav .nav-item ul li {
  text-align: left;
}

.shrt-menu .navbar-nav .nav-item ul li a {
  padding: 5px;
  display: block;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  line-height: 22px;
  color: #636363;
  font-size: 14px;
}

.shrt-menu .navbar-nav .nav-item ul li a:hover {
  color: #e52f29;
}

.shrt-menu .top-header {
  border-bottom: 1px solid #ececec;
}

.shrt-menu::placeholder {
  color: rgba(0, 0, 0, 0.35);
  opacity: 1;
}

.shrt-menu:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.shrt-menu::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.shrt-menu.dark-bg::placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.shrt-menu.dark-bg:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.shrt-menu.dark-bg::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.shrt-menu .top-header .infoList li {
  display: inline-block;
  line-height: 52px;
  border-right: 1px solid #ececec;
  padding: 0 35px;
}

.shrt-menu .top-header .infoList li a {
  color: #2a2a2a;
}

.shrt-menu .top-header .infoList li a i {
  margin-right: 5px;
}

.shrt-menu .top-header .right-widget > li {
  display: inline-block;
  line-height: 52px;
  vertical-align: middle;
}

.shrt-menu .top-header .right-widget .language-switcher button {
  background: 0 0;
  height: 52px;
  text-transform: uppercase;
  color: #233d63;
  font-size: 14px;
  margin: 0 20px;
  padding: 0 20px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.shrt-menu .top-header .right-widget .language-switcher .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 25px 50px 0 rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
}

.shrt-menu .top-header .right-widget .language-switcher .dropdown-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #767a89;
  line-height: 32px;
  text-transform: uppercase;
}

.shrt-menu .top-header .right-widget .user-profile-action {
  margin-right: 18px;
}

.shrt-menu .top-header .right-widget .user-profile-action .dropdown-toggle img {
  display: inline-block;
}

.shrt-menu
  .top-header
  .right-widget
  .user-profile-action
  .dropdown-toggle
  span {
  font-size: 17px;
  color: #414141;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 16px;
}

.shrt-menu .top-header .right-widget .user-profile-action .dropdown-menu {
  min-width: 220px;
  padding: 20px 25px 25px;
  background: #fff;
  box-shadow: 0 25px 50px 0 rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  margin: 0;
}

.shrt-menu .top-header .right-widget .user-profile-action .dropdown-menu ul li {
  line-height: 42px;
}

.shrt-menu
  .top-header
  .right-widget
  .user-profile-action
  .dropdown-menu
  ul
  li
  a {
  font-size: 16px;
  line-height: 42px;
  color: #4b4c51;
  padding-left: 30px;
  position: relative;
}

.shrt-menu
  .top-header
  .right-widget
  .user-profile-action
  .dropdown-menu
  ul
  li
  a
  .icon {
  position: absolute;
  left: 0;
  top: 11px;
}

.shrt-menu
  .top-header
  .right-widget
  .user-profile-action
  .dropdown-menu
  ul
  li
  a:hover
  .icon
  path {
  fill: #ff3612;
}

.shrt-menu .top-header .right-widget .theme-button-two {
  line-height: 52px;
  display: block;
}

.header-search {
  position: relative;
  height: 40px;
}

.header-search input {
  width: 220px;
  height: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.35);
  padding-right: 20px;
  font-style: italic;
  transform-origin: 100% 0;
  background: 0 0;
}

.header-search .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  line-height: 40px;
  color: #2e2e2e;
  cursor: pointer;
}

.header-search.toggle-search input {
  transform: scale(0, 1);
}

.header-search.toggle-search.show input {
  transform: scale(1);
}

.op-footer-one h2 {
  font-size: 72px;
  font-weight: 400;
  line-height: 85px;
  color: #202020;
}

.op-footer-one h2 a {
  color: #202020;
}

.op-footer-one .bottom-text {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 120px;
  padding: 70px 0;
}

.op-footer-one .bottom-text ul {
  margin: 0 -40px;
}

.op-footer-one .bottom-text ul li {
  float: left;
  padding: 0 40px;
}

.op-footer-one .bottom-text ul li a {
  font-size: 20px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}

.op-footer-one .bottom-text ul li a:hover {
  color: #ff4649;
}

.op-footer-one .bottom-text p {
  font-size: 18px;
  color: #c9c9c9;
}

.animate-logo {
  text-align: center;
  margin: 0 auto 45px;
  display: table;
}

.studio-project-area {
  position: relative;
}

a {
  text-decoration: none;
}

.studio-project-area:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/heart-bg.html) top center no-repeat;
  z-index: 1;
}

.studio-project-area .container {
  z-index: 3;
}

.header-top {
  padding: 0 14px;
  margin-top: 0;
  text-align: right;
}

.header-top .soical-icon {
  display: inline-block;
  margin: 0;
}

.header-top .soical-icon li {
    display: inline-block;
    margin: 0px 0px 0px 15px;
}

.header-top .soical-icon li a {
  font-size: 15px;
  background: #a5a5a5;
  width: 31px;
  height: 31px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
}

.header-details {
  text-align: left;
  display: inline-block;
  padding: 0 10px;
}

.header-details li {
  text-align: left;
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #636363;
}

.header-details li a {
  color: #636363;
}

.header-details li .fa {
  color: #e52f29;
}

.grid-4 {
  width: 260px;
}

.studio-box-container .main-page-wrapper {
  background: #f4f3e1;
  position: relative;
}

.action-banner-three {
  padding: 70px 0;
  position: relative;
  z-index: 5;
  background: #f4f3e1 !important;
}

.action-banner-three .main-wrapper h2 {
  font-size: 36px;
  font-weight: 100;
  color: #000;
  margin: 0 0 18px;
}

.action-banner-three h2 span {
  color: #e52f29;
  font-size: 36px;
  font-weight: 400;
}

.action-banner-three .main-wrapper h3 {
  font-weight: 500;
  color: #000;
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 10px;
}

.action-banner-three .main-wrapper p {
  color: #000;
  line-height: 30px;
  padding: 0 0 20px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.action-banner-three .main-wrapper {
  margin: 0 auto;
}

.nav-bar {
  background: #ffebdc;
}

.studio-feature-area .theme-title-one {
  margin-bottom: 40px;
}

.social-section {
  padding: 55px 0;
  background: #eee;
}

.social-block {
  height: 745px;
  text-align: center;
  background: #fff;
  padding: 5px 35px;
  border-radius: 10px;
  box-shadow: 0 0 16px -8px #888;
}

.social-block h3 {
  margin: 25px 0;
  font-size: 31px;
  color: #231f20;
}

.twitter-widget {
  height: 600px;
  overflow: auto;
}

.home-slider {
  background: #fff;
  margin: 116px 0 0;
}

.studio-feature-area .feature-block .detail-button {
  font-size: 30px;
  margin-top: 20px;
}

.studio-project-area {
  padding: 0 0 45px;
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  padding-top: 2em;
  border-bottom: 2px solid #eeeeee3b;
}

.studio-project-area:after {
  background: url(../images/footer-bottom-shad.html) bottom right no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-size: 46%;
  z-index: 1;
  opacity: 0.2;
}

.studio-project-area:before {
  background: url(../images/footer-bottom-shad.html) bottom left no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-size: 46%;
  z-index: 1;
  opacity: 0.2;
}

.studio-project-area .welcome-section {
  margin-top: -128px;
  z-index: 1111;
}

.view-all {
  text-transform: capitalize;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  background: #333;
  font-family: K2D, sans-serif !important;
  border-radius: 2px;
  margin: 50px auto 0;
  display: table;
  transition: all 0.5s;
  border-radius: 3px;
}

.view-all:hover {
  color: #fff;
  background: #0cb4f4;
}

.main-title:after {
  background: #e52f29;
  height: 3px;
  width: 60px;
  content: "";
  display: block;
  margin: 8px auto;
}

.step-section {
  padding: 60px 0 70px;
  position: relative;
  z-index: 2;
}

.step-part {
  text-align: center;
}

.step-part img {
  margin: 0 auto;
  width: 110px;
  padding: 8px;
}

.step-part h3 {
  font-size: 38px;
  color: #000;
  margin: 0 0 7px;
  font-weight: 600;
}

.step-part p {
  line-height: 23px;
}

a:hover {
  color: #e52f29;
  text-decoration: underline;
}

.home-address li {
  padding-bottom: 15px;
  line-height: 25px;
  color: #fff;
}

.quick-links {
  margin: 0 0 10px;
}

.quick-links.footer-list ul li {
  padding: 0 2px;
  list-style: none;
}

.quick-links ul li a {
  font-size: 18px;
}

.studio-footer-one {
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 30px 0 0;
    float: left;
    width: 100%;
    border-top: 1px solid red;
}
.studio-footer-one:before {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}

.studio-footer-one .top-footer .about-widget {
  margin-top: 15px;
}

.studio-footer-one .top-footer .title {
  font-size: 24px;
  color: #e52f29;
  padding-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid;
  margin-bottom: 24px;
}

.studio-footer-one .top-footer .footer-list ul li a {
  
  display: block;
  color: #000!important;
 
  padding: 7px 0 6px;
 
  font-size: 13px;
    text-transform: uppercase;
    line-height: 22px;
}

.footer-logo img {
  display: table;
  margin: 0 auto 30px;
}

.studio-footer-one .top-footer .footer-list ul.soical-icon li {
    display: inline-block;
    margin: 0 29px 0 0px;
    padding: 0;
}

.studio-contact .form-control {
  margin-bottom: 15px;
}

.studio-footer-one .top-footer .footer-list ul.soical-icon li a {
  font-size: 22px;
  background: #a5a5a5;
  width: 41px;
  height: 42px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 28px;
}

.studio-footer-one .bottom-footer {
  padding: 11px;
  margin: 30px 0 0;
  border-radius: 5px;
}

.studio-footer-one .bottom-footer p {
  color: #5e717d;
}

.studio-footer-one .bottom-footer p a {
  color: #e52f29;
}

.studio-footer-one .bottom-footer ul li {
  display: inline-block;
}

.studio-footer-one .bottom-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

.studio-footer-one .bottom-footer ul li a:hover {
  color: #fff;
}

.container {
  position: relative;
}

.title-7 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.inner-page.studio-contact-area img {
  max-width: 113px;
  margin: 0 25px 50px 0;
  float: left;
}

.intro {
  float: left;
  color: #fff;
  width: 64%;
}

.intro b {
  font-size: 20px;
  font-weight: 500;
  color: #f8e71c;
}

.clear {
  clear: both;
}

a {
  color: #e52f29;
  text-decoration: none !important;
}

.top-footer h2 {
    font-size: 24px;
    margin: 50px 0px 18px 39px;
    color: #000;
    font-weight: 700;
}

.success-story {
  padding: 10px 0;
  background: 0 0;
  margin-top: -120px;
  float: left;
  width: 100%;
}

.success-story .view-all {
  background: #fff;
  color: #e52f29;
}

.success-story .view-all:hover {
  background: #231f20;
  color: #fff;
}

.white {
  color: #fff !important;
}

.white-p p {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.footer-list ul li {
    list-style: none;
    padding: 0 0 0px;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-list ul.address li .fa {
  color: #e52f29;
  margin-right: 8px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .timeline .left {
    width: 100%;
  }
  .timeline .right {
    width: 100%;
    top: 0%;
    margin-top: 2em;
  }
  .timeline::after {
    left: 15px;
  }
  .left::after,
  .right::after {
    top: 33px;
    left: -12px;
  }
  .header-top {
    padding: 8px 0 0 !important;
    text-align: center !important;
    width: 260px;
    margin: 0px auto;
  }
  .header-details {
    padding: 0 !important;
    margin: 0 auto 10px !important;
    text-align: center !important;
  }
  .header-details li {
    padding: 0 3px !important;
  }
  .welcome-section h1,
  .welcome-section h1 span {
    font-size: 27px !important;
    display: block;
  }
  .shrt-menu .main-header .navbar {
    width: 100%;
    float: left;
  }
  .shrt-menu .navbar-nav .nav-item:hover > ul {
    width: 100%;
    margin-left: 0px;
  }
  .shrt-menu .navbar-nav .nav-item ul li ul {
    left: auto;
    position: initial;
    width: 100%;
    min-width: 100%;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .shrt-menu .navbar-nav .nav-item {
    display: block;
  }
  .header-details li.d-none {
    display: inline-block !important;
  }
  .header-details li a span {
    display: none;
  }
  .header-top .soical-icon li {
    padding: 0 2px 0 0;
  }
  .header-top .soical-icon li a {
    width: 39px;
    height: 39px;
    font-size: 18px;
    line-height: 36px;
  }
  .header-details li a .fa {
    background: #fff;
    width: 39px;
    height: 39px;
    text-align: center;
    padding: 12px;
    border-radius: 100%;
    box-shadow: 0 0 9px -2px #999;
  }
  .welcome-section .main-wrapper p {
    padding: 0 16px 20px !important;
    font-size: 15px !important;
    text-align: justify;
  }
  .main-page-wrapper {
    /* overflow-x: initial */
  }
  .sticky .rogan-hero-section {
    margin-top: 7em;
  }
  .team-part .dlab-media img {
    height: 240px;
  }
  .container::before {
    display: none !important;
  }
  .dlab-post-text-infra .col-md-6 h5 {
    line-height: 19px !important;
  }
  .team-blog .dlab-info {
    min-height: auto;
  }
  .team-blog .blog-post {
    text-align: center;
    margin: 0px 15px 25px;
  }
  .dlab-media img,
  .dlab-post-media img {
    width: 225px;
  }
  .team-part1 .dlab-media img {
    height: 225px;
  }
  .success-story-section {
    padding: 12em 15px 10em !important;
  }
  .service-box-4 .service-images img {
    width: 160px;
    height: 160px !important;
  }
  .qode_video_box_button_holder {
    margin-top: 3em;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .studio-project-area .feature-box img {
    height: 205px;
    width: 100%;
  }
  .top-footer .col-sm-3 {
    float: left;
    width: 100%;
  }
  .logo img {
    float: none;
    margin: 0 auto;
  }
  .navbar-toggler i {
    background: url(../images/ic.png);
    width: 31px;
    height: 23px;
    float: left;
    background-size: 100%;
    padding: 10px;
  }
  .feature-box {
    height: auto;
    margin-bottom: 1em;
  }
  .shrt-menu .main-header .navbar {
    padding: 0;
    min-height: 35px;
  }
  .nav-container {
    float: left;
    width: 100%;
  }
  .header-top .soical-icon {
    float: none;
    margin: 0 auto;
    width: 180px;
  }
  .rogan-hero-section {
    float: left;
    width: 100%;
    margin-top: 9em;
  }
  .welcome-section {
    float: left;
    width: 100%;
    margin-top: 15px !important;
  }
  .home-slider .carousel-caption {
    top: 3% !important;
  }
  .home-slider .carousel-caption h3 {
    font-size: 15px !important;
    margin-bottom: 0;
  }
  .home-slider .carousel-caption p {
    font-size: 10px;
    line-height: 15px;
  }
  .team-part {
    float: left;
    width: 100%;
    padding-top: 0;
  }
  .home-3box {
    float: left;
    width: 100%;
    margin-top: 2em;
  }
  .success-story-section {
    padding: 10px;
    padding-top: 3em;
    min-height: 580px;
  }
  .studio-project-area .feature-box {
    margin-top: 0;
  }
  .studio-project-area .feature-box .feature-box-desc {
    padding: 0 25px !important;
  }
  .acod-head a {
    padding: 8px 40px 9px 8px !important;
    font-size: 15px;
  }
  p {
    line-height: 20px;
    font-size: 17px;
  }
  .dlab-bnr-inr {
    position: relative;
    height: 130px !important;
    margin-top: 16em !important;
    background-size: 100%;
    padding-bottom: 47px;
  }
  .dlab-bnr-inr-entry {
    padding-top: 0 !important;
    top: 0px;
  }
  .dlab-bnr-inr .breadcrumb-row ul li a {
    font-size: 14px;
  }
  .dlab-bnr-inr .breadcrumb-row {
    text-align: center;
    float: left;
    margin: 6px 0px;
  }
  .dlab-bnr-inr h1 {
    font-size: 20px !important;
    float: left;
    width: 100%;
  }
  .breadcrumb-row ul li {
    font-size: 12px !important;
  }
  .studio-project-area {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }
  .studio-project-area .col-md-8 {
    margin-top: 0 !important;
    padding: 10px;
  }
  .container {
    padding: 0;
  }
  .box-about-list .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .service-box.style3 .icon-bx-wraper {
    height: auto;
  }
  .about-progress .m-auto p {
    font-size: 20px !important;
  }
  .dlab-post-text-infra .col-md-6 {
    padding: 0;
  }
  .dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-6 img {
    margin-top: 0;
    margin-left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
    left: 0;
  }
  .quali .col-md-12 h2 {
    float: left;
    width: 100%;
  }
  #masonry li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
  }
  .shrt-menu.fixed .main-header .navbar {
    margin-bottom: 0;
    padding: 0;
  }
  .dlab-blog-grid-2 .col-lg-4 {
    width: 100%;
  }
  .blog-post {
    margin-bottom: 0;
  }
  .blog-post .dlab-post-media img {
    width: 100%;
  }
  .blog-post .dlab-info {
    height: auto;
  }
  .contact-p .col-md-4 {
    margin-bottom: 0;
  }
  .home-slider {
    background: #fff;
  }
  .success-story {
    margin-top: -55px !important;
  }
  .service-content li:last-child a {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 643px) {
  .blog-post .dlab-info {
    height: auto;
  }
  .blog-post .dlab-post-media img {
    width: 100%;
  }
  .timeline .left {
    width: 100%;
  }
  .timeline .right {
    width: 100%;
    top: 0%;
    margin-top: 2em;
  }
  .timeline::after {
    left: 15px;
  }
  .left::after,
  .right::after {
    top: 33px;
    left: -12px;
  }
  .header-top {
    padding: 8px 0 0 !important;
    text-align: center !important;
  }
  .header-details {
    padding: 0 !important;
    margin: 0 auto 10px !important;
    text-align: center !important;
  }
  .header-details li {
    padding: 0 6px !important;
  }
  .welcome-section h1,
  .welcome-section h1 span {
    font-size: 27px !important;
    display: block;
  }
  .shrt-menu .main-header .navbar {
    width: 100%;
    float: left;
    min-height: 35px;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .shrt-menu .navbar-nav .nav-item {
    display: block;
  }
  .header-details li.d-none {
    display: inline-block !important;
  }
  .header-details li a span {
    display: none;
  }
  .header-top .soical-icon li {
    padding: 0 3px 0 0;
  }
  .header-top .soical-icon li a {
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    padding: 7px !important;
    border-radius: 100%;
    font-size: 20px;
  }
  .sticky .header-details li a .fa {
    background: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 14px;
    border-radius: 100%;
    font-size: 20px;
    box-shadow: 0 0 9px -2px #999;
  }
  .welcome-section .main-wrapper p {
    padding: 0 16px 20px !important;
    font-size: 15px !important;
    text-align: justify;
  }
  .main-page-wrapper {
    /* overflow-x: initial */
  }
  .sticky .rogan-hero-section {
    margin-top: 7em;
  }
  .service-content li:last-child a {
    width: 100%;
  }
  .container::before {
    display: none !important;
  }
  .dlab-post-text-infra .col-md-6 h5 {
    line-height: 19px !important;
  }
  .dlab-media img,
  .dlab-post-media img {
    width: 225px;
  }
  .team-part1 .dlab-media img {
    height: 225px;
  }
  .success-story-section {
    padding: 12em 15px !important;
    min-height: 535px;
  }
  .home-slider .carousel-inner > .item > img {
    height: 205px !important;
  }
  .top-footer .col-sm-3 {
    float: left;
    width: 100%;
    max-width: 100%;
    flex: inherit !important;
  }
  .studio-footer-one {
    padding: 45px 0 0 !important;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .studio-project-area .feature-box img {
    height: 300px;
    width: 100%;
  }
  .logo img {
    float: none;
    margin: 0 auto;
  }
  .navbar-toggler i {
    background: url(../images/ic.png);
    width: 31px;
    height: 23px;
    float: left;
    background-size: 100%;
    padding: 10px;
  }
  .feature-box {
    height: auto;
    margin-bottom: 1em;
  }
  .nav-container {
    float: left;
    width: 100%;
  }
  .header-top .soical-icon {
    float: none;
    margin: 0 auto;
    width: 220px;
  }
  .rogan-hero-section {
    float: left;
    width: 100%;
    margin-top: 9.5em;
  }
  .welcome-section {
    float: left;
    width: 100%;
    margin-top: 15px !important;
  }
  .home-slider .carousel-caption {
    top: 3% !important;
  }
  .home-slider .carousel-caption h3 {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
  .home-slider .carousel-caption p {
    font-size: 15px;
    line-height: 20px;
  }
  .team-part {
    float: left;
    width: 100%;
  }
  .home-3box {
    float: left;
    width: 100%;
    margin-top: 2em;
  }
  .success-story-section {
    padding: 10px;
  }
  .studio-project-area .feature-box {
    margin-top: 0;
  }
  .studio-project-area .feature-box .feature-box-desc {
    padding: 0 25px !important;
  }
  .acod-head a {
    padding: 8px 40px 9px 8px !important;
    font-size: 15px;
  }
  p {
    line-height: 20px;
    font-size: 17px;
  }
  .dlab-bnr-inr {
    position: relative;
    height: 166px !important;
    margin-top: 15em !important;
    background-size: 100%;
    padding-bottom: 70px;
  }
  .dlab-bnr-inr-entry {
    padding-top: 0 !important;
  }
  .dlab-bnr-inr .breadcrumb-row ul li a {
    font-size: 14px;
  }
  .dlab-bnr-inr .breadcrumb-row {
    text-align: center;
    float: left;
    margin: 7px 0px 0px;
  }
  .dlab-bnr-inr h1 {
    font-size: 29px !important;
    float: left;
    width: 100%;
  }
  .breadcrumb-row ul li {
    font-size: 12px !important;
  }
  .studio-project-area {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }
  .studio-project-area .col-md-8 {
    margin-top: 0 !important;
    padding: 10px;
  }
  .container {
    padding: 0;
  }
  .box-about-list .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .service-box.style3 .icon-bx-wraper {
    height: auto;
  }
  .about-progress .m-auto p {
    font-size: 20px !important;
  }
  .dlab-post-text-infra .col-md-6 {
    padding: 0;
  }
  .dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-6 img {
    margin-top: 0;
    margin-left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
    left: 0;
  }
  .quali .col-md-12 h2 {
    float: left;
    width: 100%;
  }
  #masonry li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
  }
  .shrt-menu.fixed .main-header .navbar {
    margin-bottom: 0;
    padding: 0;
  }
  .dlab-blog-grid-2 .col-lg-4 {
    width: 100%;
  }
  .blog-post {
    margin-bottom: 0;
  }
  .contact-p .col-md-4 {
    margin-bottom: 0;
  }
  .home-slider {
    background: #fff;
  }
  .success-story {
    margin-top: -55px !important;
  }
  .header-details {
    text-align: center;
  }
  .qode_video_box_button_holder {
    margin-top: 3em !important;
  }
  .our-story img {
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .aboyt-part {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .left::after,
  .right::after {
    left: -15px !important;
  }
  .left {
    left: 0;
    position: relative;
    width: 100%;
    margin-top: 1em;
    float: left;
  }
  .right {
    left: 0;
    top: 0;
    margin-top: 10px;
    width: 100%;
  }
  .certificate .col-md-12 {
    border-radius: 0 !important;
  }
}

@media (min-width: 644px) and (max-width: 768px) {
  .header-top {
    padding: 8px 0 0 !important;
    text-align: center !important;
  }
  .header-details {
    padding: 0 !important;
    margin: 0 auto 10px !important;
    text-align: center !important;
  }
  .header-details li {
    padding: 0 6px !important;
  }
  .welcome-section h1,
  .welcome-section h1 span {
    font-size: 27px !important;
    display: block;
  }
  .shrt-menu .main-header .navbar {
    width: 100%;
    float: left;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .shrt-menu .navbar-nav .nav-item {
    display: block;
  }
  .sticky .header-details li.d-none {
    /* display: inline-block!important */
  }
  .sticky .header-details li a span {
    /* display: none */
  }
  .sticky .header-details li a .fa {
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px;
    border-radius: 100%;
    box-shadow: 0 0 9px -2px #999;
  }
  .welcome-section .main-wrapper p {
    padding: 0 16px 20px !important;
    font-size: 15px !important;
    text-align: justify;
  }
  .main-page-wrapper {
    /* overflow-x: initial */
  }
  .sticky .rogan-hero-section {
    margin-top: 7em;
  }
  .home-3box .service-box-content {
    height: 274px;
  }
  .service-box-4 .service-images img {
    width: 220px;
    height: 150px !important;
  }
  .service-content li:last-child a {
    width: 100% !important;
  }
  .service-content h6 a {
    font-size: 14px;
    line-height: 18px;
  }
  .service-box-4 .service-content li a {
    font-size: 12px;
  }
  .container::before {
    display: none !important;
  }
  .dlab-post-text-infra .col-md-6 h5 {
    line-height: 19px !important;
  }
  .dlab-media img,
  .dlab-post-media img {
    width: 225px;
  }
  .team-part1 .dlab-media img {
    height: 225px;
  }
  .success-story-section {
    padding: 3em 15px !important;
    min-height: 535px;
  }
  .home-slider .carousel-inner > .item > img {
    height: 270px !important;
  }
  .top-footer .col-sm-3 {
    float: left;
    width: 100%;
    max-width: 100%;
    flex: inherit !important;
  }
  .studio-footer-one {
    padding: 45px 0 0 !important;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .studio-project-area .feature-box img {
    height: 180px;
    width: 100%;
  }
  .logo img {
    float: none;
    margin: 0 auto;
  }
  .navbar-toggler i {
    background: url(../images/ic.png);
    width: 31px;
    height: 23px;
    float: left;
    background-size: 100%;
    padding: 10px;
  }
  .feature-box {
    height: auto;
    margin-bottom: 1em;
    padding: 10px;
  }
  .shrt-menu .main-header .navbar {
    /* background-color: #000 */
  }
  .nav-container {
    float: left;
    width: 100%;
  }
  .header-top .soical-icon {
    float: none;
    margin: 0 auto;
    /* display: block; */
    width: 172px;
  }
  .rogan-hero-section {
    float: left;
    width: 100%;
    margin-top: 9em;
  }
  .welcome-section {
    float: left;
    width: 100%;
    margin-top: -5px !important;
  }
  .home-slider .carousel-caption {
    top: 17% !important;
  }
  .home-slider .carousel-caption h3 {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
  .home-slider .carousel-caption p {
    font-size: 15px;
    line-height: 20px;
  }
  .team-part {
    float: left;
    width: 100%;
  }
  .home-3box {
    float: left;
    width: 100%;
    margin-top: 2em;
  }
  .success-story-section {
    padding: 10px;
    min-height: 520px;
  }
  .studio-project-area .feature-box {
    margin-top: 0;
  }
  .studio-project-area .feature-box .feature-box-desc {
    padding: 0 25px !important;
  }
  .acod-head a {
    padding: 8px 40px 9px 8px !important;
    font-size: 15px;
  }
  p {
    line-height: 20px;
    font-size: 17px;
  }
  .dlab-bnr-inr {
    position: relative;
    height: 190px !important;
    margin-top: 15em !important;
    background-size: 100%;
    padding-bottom: 40px;
  }
  .dlab-bnr-inr-entry {
    padding-top: 0em !important;
  }
  .dlab-bnr-inr .breadcrumb-row ul li a {
    font-size: 14px;
  }
  .dlab-bnr-inr .breadcrumb-row {
    text-align: center;
    float: left;
    margin-top: 5px;
  }
  .dlab-bnr-inr h1 {
    font-size: 24px !important;
    float: left;
    width: 100%;
  }
  .breadcrumb-row ul li {
    font-size: 12px !important;
  }
  .studio-project-area {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }
  .studio-project-area .col-md-8 {
    margin-top: 0 !important;
    padding: 10px;
  }
  .container {
    padding: 0;
  }
  .box-about-list .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .service-box.style3 .icon-bx-wraper {
    height: auto;
  }
  .about-progress .m-auto p {
    font-size: 20px !important;
  }
  .dlab-post-text-infra .col-md-6 {
    padding: 0;
  }
  .dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-6 img {
    margin-top: 0;
    margin-left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
    left: 0;
  }
  .quali .col-md-12 h2 {
    float: left;
    width: 100%;
  }
  #masonry li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
  }
  .shrt-menu.fixed .main-header .navbar {
    margin-bottom: 0;
    padding: 0;
  }
  .dlab-blog-grid-2 .col-lg-4 {
    width: 50%;
  }
  .blog-post {
    margin-bottom: 0;
  }
  .contact-p .col-md-4 {
    margin-bottom: 0;
  }
  .home-slider {
    background: #fff;
  }
  .success-story {
    margin-top: -90px !important;
  }
  .header-details {
    text-align: center;
  }
  .qode_video_box_button_holder {
    margin-top: 3em !important;
  }
  .our-story img {
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .aboyt-part {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .certificate .col-md-12 {
    border-radius: 0 !important;
  }
  .service-box-4-area .service-box-4 {
    float: left;
    width: 33%;
    margin-right: 0;
    padding-right: 0;
    height: auto;
  }
  .container {
    max-width: 610px !important;
  }
  .service-box-4 .service-images {
    position: relative;
    padding: 0;
  }
  .service-box-4-area {
    float: left;
    width: 100%;
  }
  .service-box-4 .service-content .title {
    font-size: 17px;
    line-height: 25px;
  }
  .service-content {
    text-align: left;
    font-size: 12px;
  }
  .product-sec .col-md-4 {
    width: 50%;
    float: left;
  }
  .dlab-box[class*="border-"],
  .dlab-info[class*="border-"] {
    border-color: #eee;
    height: 205px !important;
  }
  .service-content a {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .home-3box .service-box-content {
    height: 255px;
  }
  .service-box-4 .service-images img {
    width: 160px;
    height: 150px !important;
  }
  .why-us-cont {
    margin-left: 30px;
  }
  .container::before {
    display: none !important;
  }
  .dlab-post-text-infra .col-md-6 h5 {
    line-height: 19px !important;
  }
  .dlab-media img,
  .dlab-post-media img {
    width: 225px;
  }
  .team-part1 .dlab-media img {
    height: 225px;
  }
  .success-story-section {
    padding: 3em 15px !important;
    min-height: 535px;
  }
  .home-slider .carousel-inner > .item > img {
    height: 270px !important;
  }
  .top-footer .col-sm-3 {
    float: left;
    width: 100%;
    max-width: 25%;
    flex: inherit !important;
    padding-right: 0;
  }
  .studio-footer-one .top-footer .footer-list ul.soical-icon li a {
    width: 33px;

    height: 34px;

    line-height: 20px;
  }
  .studio-footer-one .top-footer .footer-list ul li a {
    font-size: 11px !important;
  }
  .footer-logo p {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
  }
  .footer-list ul li {
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .footer-list ul.address li .fa {
    margin-right: 6px;
  }
  .address {
    margin-bottom: 0;
  }
  .studio-footer-one {
    padding: 45px 0 0 !important;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .studio-project-area .feature-box img {
    height: 195px;
    width: 100%;
  }
  .logo img {
    float: none;
    margin: 0 auto;
  }
  .navbar-toggler i {
    background: url(../images/ic.png);
    width: 31px;
    height: 23px;
    float: left;
    background-size: 100%;
    padding: 10px;
  }
  .feature-box {
    height: auto;
    margin-bottom: 1em;
    padding: 10px;
  }
  .shrt-menu .main-header .navbar {
    float: left;
    padding: 0;
    margin: 0;
  }
  .nav-container {
    float: left;
    width: 100%;
  }
  .rogan-hero-section {
    float: left;
    width: 100%;
    margin-top: 10em;
  }
  .welcome-section {
    float: left;
    width: 100%;
    margin-top: -72px !important;
  }
  .home-slider .carousel-caption {
    top: 8% !important;
  }
  .home-slider .carousel-caption h3 {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
  .home-slider .carousel-caption p {
    font-size: 15px;
    line-height: 20px;
  }
  .team-part {
    float: left;
    width: 100%;
  }
  .home-3box {
    float: left;
    width: 100%;
    margin-top: 2em;
  }
  .success-story-section {
    padding: 10px;
    min-height: 430px;
  }
  .studio-project-area .feature-box {
    margin-top: 0;
  }
  .studio-project-area .feature-box .feature-box-desc {
    padding: 0 25px !important;
  }
  .acod-head a {
    padding: 8px 40px 9px 8px !important;
    font-size: 15px;
  }
  p {
    line-height: 20px;
    font-size: 17px;
  }
  .dlab-bnr-inr {
    position: relative;
    height: 195px !important;
    margin-top: 9em !important;
    background-size: 100%;
    padding-bottom: 39px;
  }
  .dlab-bnr-inr-entry {
    padding-top: 0em !important;
  }
  .dlab-bnr-inr .breadcrumb-row ul li a {
    font-size: 14px;
  }
  .dlab-bnr-inr .breadcrumb-row {
    text-align: center;
    float: left;
    margin-top: 0.2em;
  }
  .dlab-bnr-inr h1 {
    font-size: 32px !important;
    float: left;
    width: 100%;
  }
  .breadcrumb-row ul li {
    font-size: 12px !important;
  }
  .studio-project-area {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }
  .studio-project-area .col-md-8 {
    margin-top: 0 !important;
    padding: 10px;
    float: left;
  }
  .container {
    padding: 0;
  }
  .box-about-list .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    height: 400px;
    margin-left: 8px;
    max-width: 48%;
  }
  .service-box.style3 .icon-bx-wraper {
    height: 485px;
    padding: 5px;
  }
  .about-progress .m-auto p {
    font-size: 20px !important;
  }
  .dlab-post-text-infra .col-md-6 {
    padding-left: 18px;
  }
  .dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-6 img {
    margin-top: 0;
    margin-left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
    left: 0;
  }
  .quali .col-md-12 h2 {
    float: left;
    width: 100%;
  }
  #masonry li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
  }
  .shrt-menu.fixed .main-header .navbar {
    margin-bottom: 0;
    padding: 0;
  }
  .dlab-blog-grid-2 .col-lg-4 {
    width: 50%;
  }
  .blog-post {
    margin-bottom: 0;
  }
  .contact-p .col-md-4 {
    margin-bottom: 0;
  }
  .home-slider {
    background: #fff;
    margin-top: 0;
  }
  .success-story {
    margin-top: -90px !important;
  }
  .header-details {
    float: left;
    width: 64%;
    margin-left: 0;
  }
  .qode_video_box_button_holder {
    margin-top: 3em !important;
  }
  .our-story img {
    float: left !important;
    margin: 0 auto;
    width: 30%;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 4px 9px;
  }
  .aboyt-part {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .certificate .col-md-12 {
    border-radius: 0 !important;
  }
  .service-box-4-area .service-box-4 {
    float: left;
    width: 33%;
    margin-right: 0;
    padding-right: 0;
    height: auto;
  }
  .container {
    max-width: 760px !important;
  }
  .service-box-4 .service-images {
    position: relative;
    padding: 0;
  }
  .service-box-4-area {
    float: left;
    width: 100%;
  }
  .service-box-4 .service-content .title {
    font-size: 17px;
    line-height: 25px;
  }
  .service-content {
    text-align: left;
    font-size: 15px;
  }
  .product-sec .col-md-4 {
    width: 50%;
    float: left;
    margin-top: 2em;
  }
  .dlab-box[class*="border-"],
  .dlab-info[class*="border-"] {
    border-color: #eee;
    height: 205px !important;
  }
  .shrt-menu .main-header {
    padding-left: 0;
  }
  .navbar-nav {
    display: inherit !important;
  }
  .navbar-collapse {
    display: block !important;
    float: left !important;
    width: 100% !important;
  }
  .navbar-toggler {
    display: none !important;
  }
  .shrt-menu .navbar-nav .nav-item {
    display: inline-block !important;
    float: left;
    height: 30px;
  }
  .studio-project-area .col-md-5 {
    float: left;
    margin-top: 2em;
    padding-right: 0;
    float: left;
    margin-left: 5px;
    padding-left: 0;
    max-width: 32%;
    flex: inherit;
  }
  .ab-t .col-md-3 {
    padding-right: 0;
  }
  .studio-footer-one .bottom-footer {
    margin: 0 !important;
  }
  .quality img {
    float: right;
    margin-left: 2em;
    width: 300px;
  }
  .blog-single .dlab-img-effect {
    width: 405px !important;
  }
  .dlab-post-text img {
    float: none;
    width: 45% !important;
  }
}

@media (min-width: 901px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    padding: 0;
  }
  .service-box-4 .service-images img {
    width: 160px;
    height: 150px !important;
  }
  .container {
    width: 875px !important;
    max-width: 875px !important;
  }
  .why-us-cont {
    margin-left: 30px;
  }
  .container::before {
    display: none !important;
  }
  .dlab-post-text-infra .col-md-6 h5 {
    line-height: 19px !important;
  }
  .dlab-media img,
  .dlab-post-media img {
    width: 225px;
  }
  .team-part1 .dlab-media img {
    height: 225px;
  }
  .success-story-section {
    padding: 3em 15px !important;
    min-height: 535px;
  }
  .home-slider .carousel-inner > .item > img {
    height: 270px !important;
  }
  .top-footer .col-sm-3 {
    float: left;
    width: 100%;
    max-width: 25%;
    flex: inherit !important;
    padding-right: 0;
  }
  .studio-footer-one .top-footer .footer-list ul li a {
    font-size: 11px !important;
  }
  .footer-logo p {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
  }
  .footer-list ul li {
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .footer-list ul.address li .fa {
    margin-right: 6px;
  }
  .address {
    margin-bottom: 0;
  }
  .studio-footer-one {
    padding: 45px 0 0 !important;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .studio-project-area .feature-box img {
    height: 200px;
    width: 100%;
  }
  .logo img {
    float: none;
    width: 158px;
    margin: 0 auto;
  }
  .navbar-toggler i {
    background: url(../images/ic.png);
    width: 31px;
    height: 23px;
    float: left;
    background-size: 100%;
    padding: 10px;
  }
  .feature-box {
    height: auto;
    margin-bottom: 1em;
    padding: 10px;
  }
  .shrt-menu .main-header .navbar {
    float: right;
    padding: 0;
    margin: 0 9px;
  }
  .nav-container {
    float: left;
    width: 100%;
  }
  .rogan-hero-section {
    float: left;
    width: 100%;
    margin-top: 7em;
  }
  .welcome-section {
    float: left;
    width: 100%;
    margin-top: -30px !important;
  }
  .home-slider .carousel-caption {
    top: 17% !important;
  }
  .home-slider .carousel-caption h3 {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
  .home-slider .carousel-caption p {
    font-size: 15px;
    line-height: 20px;
  }
  .team-part {
    float: left;
    width: 100%;
  }
  .home-3box {
    float: left;
    width: 100%;
    margin-top: 2em;
  }
  .success-story-section {
    padding: 10px;
    min-height: 430px;
  }
  .studio-project-area .feature-box {
    margin-top: 0;
  }
  .studio-project-area .feature-box .feature-box-desc {
    padding: 0 25px !important;
  }
  .acod-head a {
    padding: 8px 40px 9px 8px !important;
    font-size: 15px;
  }
  p {
    line-height: 20px;
    font-size: 17px;
  }
  .dlab-bnr-inr {
    position: relative;
    height: 168px !important;
    margin-top: 6em !important;
    background-size: 100%;
  }
  .dlab-bnr-inr-entry {
    padding-top: 0em !important;
  }
  .dlab-bnr-inr .breadcrumb-row ul li a {
    font-size: 14px;
  }
  .dlab-bnr-inr .breadcrumb-row {
    text-align: center;
    /* float: left; */
    margin-top: 0.2em;
    padding-right: 25px;
  }
  .dlab-bnr-inr h1 {
    font-size: 26px !important;
    /* float: left; */
    /* width: 100%; */
  }
  .breadcrumb-row ul li {
    font-size: 12px !important;
  }
  .studio-project-area {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }
  .studio-project-area .col-md-8 {
    margin-top: 0 !important;
    padding: 10px;
    float: left;
  }
  .container {
    padding: 0;
  }
  .box-about-list .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    height: 400px;
    margin-left: 8px;
    max-width: 48%;
  }
  .service-box.style3 .icon-bx-wraper {
    height: 485px;
    padding: 5px;
  }
  .about-progress .m-auto p {
    font-size: 20px !important;
  }
  .dlab-post-text-infra .col-md-6 {
    padding-left: 18px;
  }
  .dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-6 img {
    margin-top: 0;
    margin-left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
    left: 0;
  }
  .quali .col-md-12 h2 {
    float: left;
    width: 100%;
  }
  #masonry li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
  }
  .shrt-menu.fixed .main-header .navbar {
    margin-bottom: 0;
    padding: 0;
  }
  .dlab-blog-grid-2 .col-lg-4 {
    width: 50%;
  }
  .blog-post {
    margin-bottom: 0;
  }
  .contact-p .col-md-4 {
    margin-bottom: 0;
  }
  .home-slider {
    background: #fff;
    margin-top: 0;
  }
  .success-story {
    margin-top: -90px !important;
  }
  .header-details {
    float: left;
    margin: 5px 0;
  }
  .qode_video_box_button_holder {
    margin-top: 3em !important;
  }
  .our-story img {
    float: left !important;
    margin: 0 auto;
    width: 30%;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 7px 2px !important;
    font-size: 11px !important;
  }
  .aboyt-part {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .service-box-4-area .service-box-4 {
    float: left;
    width: 33%;
    margin-right: 0;
    padding-right: 0;
    height: auto;
  }
  .container {
    max-width: 875px !important;
  }
  .service-box-4 .service-images {
    position: relative;
    padding: 0;
  }
  .service-box-4-area {
    float: left;
    width: 100%;
  }
  .service-box-4 .service-content .title {
    font-size: 17px;
    line-height: 25px;
  }
  .service-content {
    text-align: left;
    font-size: 15px;
  }
  .product-sec .col-md-4 {
    width: 50%;
    float: left;
    margin-top: 2em;
  }
  .dlab-box[class*="border-"],
  .dlab-info[class*="border-"] {
    border-color: #eee;
    height: 205px !important;
  }
  .shrt-menu .main-header {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    display: inherit !important;
  }
  .navbar-collapse {
    display: block !important;
    float: left !important;
    width: 100% !important;
  }
  .navbar-toggler {
    display: none !important;
  }
  .shrt-menu .navbar-nav .nav-item {
    display: inline-block !important;
    padding: 7px 3px;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
  }
  .studio-project-area .col-md-5 {
    float: left;
    margin-top: 2em;
    padding-right: 0;
    float: left;
    margin-left: 5px;
    padding-left: 0;
    max-width: 32%;
    flex: inherit;
  }
  .ab-t .col-md-3 {
    padding-right: 0;
  }
  .studio-footer-one .bottom-footer {
    margin: 0 !important;
  }
  .quality img {
    float: right;
    margin-left: 2em;
    width: 300px;
  }
  .blog-single .dlab-img-effect {
    width: 405px !important;
  }
  .dlab-post-text img {
    float: none;
    width: 45% !important;
  }
  .header-details li {
    padding: 0 4px 0 0 !important;
    font-size: 12px !important;
  }
  .header-details li a {
    color: #636363 !important;
    font-size: 14px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .header-details li {
    font-size: 15px !important;
  }
  .navbar-collapse.collapse {
    padding: 0;
  }
  .service-box-4 .service-images img {
    width: 160px;
    height: 150px !important;
  }
  .container {
    width: 900px !important;
    max-width: 900px !important;
  }
  .why-us-cont {
    margin-left: 30px;
  }
  .container::before {
    display: none !important;
  }
  .dlab-post-text-infra .col-md-6 h5 {
    line-height: 19px !important;
  }
  .dlab-media img,
  .dlab-post-media img {
    width: 225px;
  }
  .team-part1 .dlab-media img {
    height: 225px;
  }
  .success-story-section {
    padding: 3em 15px !important;
    min-height: 535px;
  }
  .header-details {
    margin: 0;
    padding: 0;
  }
  .header-top .soical-icon {
    display: inline-block;
    margin: 0;
  }
  .header-top {
    margin: 0;
    padding: 0;
  }
  .shrt-menu .main-header {
    margin: 0;
    padding: 0;
  }
  .top-footer .col-sm-3 {
    float: left;
    width: 100%;
    max-width: 25%;
    flex: inherit !important;
    padding-right: 0;
  }
  .studio-footer-one .top-footer .footer-list ul li a {
    font-size: 11px !important;
  }
  .footer-logo p {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
  }
  .footer-list ul li {
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .footer-list ul.address li .fa {
    margin-right: 6px;
  }
  .address {
    margin-bottom: 0;
  }
  .studio-footer-one {
    padding: 45px 0 0 !important;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .studio-project-area .feature-box img {
    height: 200px;
    width: 100%;
  }
  .logo img {
    float: none;
    width: 145px;
    margin: 0 auto;
  }
  .navbar-toggler i {
    background: url(../images/ic.png);
    width: 31px;
    height: 23px;
    float: left;
    background-size: 100%;
    padding: 10px;
  }
  .feature-box {
    height: auto;
    margin-bottom: 1em;
    padding: 10px;
  }
  .shrt-menu .main-header .navbar {
    float: right;
    padding: 0;
    margin: 0;
  }
  .nav-container {
    float: left;
    width: 100%;
  }
  .rogan-hero-section {
    float: left;
    width: 100%;
    margin-top: 6em;
  }
  .welcome-section {
    float: left;
    width: 100%;
    margin-top: -30px !important;
  }
  .team-part {
    float: left;
    width: 100%;
  }
  .home-3box {
    float: left;
    width: 100%;
    margin-top: 2em;
  }
  .success-story-section {
    padding: 10px;
    min-height: 430px;
  }
  .studio-project-area .feature-box {
    margin-top: 0;
  }
  .studio-project-area .feature-box .feature-box-desc {
    padding: 0 25px !important;
  }
  .acod-head a {
    padding: 8px 40px 9px 8px !important;
    font-size: 15px;
  }
  p {
    line-height: 20px;
    font-size: 17px;
  }
  .dlab-bnr-inr {
    position: relative;
    height: 185px !important;
    margin-top: 5em !important;
    background-size: 100%;
  }
  .dlab-bnr-inr-entry {
    padding-top: 0em !important;
  }
  .dlab-bnr-inr .breadcrumb-row ul li a {
    font-size: 14px;
  }
  .dlab-bnr-inr .breadcrumb-row {
    text-align: center;
    /* float: left; */
    margin-top: 0.2em;
  }
  .dlab-bnr-inr h1 {
    font-size: 23px !important;
    /* float: left; */
    /* width: 100%; */
  }
  .breadcrumb-row ul li {
    font-size: 12px !important;
  }
  .studio-project-area {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }
  .studio-project-area .col-md-8 {
    margin-top: 0 !important;
    padding: 10px;
    float: left;
  }
  .container {
    padding: 0;
  }
  .box-about-list .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    height: 400px;
    margin-left: 8px;
    max-width: 48%;
  }
  .service-box.style3 .icon-bx-wraper {
    height: 485px;
    padding: 5px;
  }
  .about-progress .m-auto p {
    font-size: 20px !important;
  }
  .dlab-post-text-infra .col-md-6 {
    padding-left: 18px;
  }
  .dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-6 img {
    margin-top: 0;
    margin-left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
    left: 0;
  }
  .quali .col-md-12 h2 {
    float: left;
    width: 100%;
  }
  #masonry li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
  }
  .shrt-menu.fixed .main-header .navbar {
    margin-bottom: 0;
    padding: 0;
  }
  .dlab-blog-grid-2 .col-lg-4 {
    width: 50%;
  }
  .blog-post {
    margin-bottom: 0;
  }
  .contact-p .col-md-4 {
    margin-bottom: 0;
  }
  .home-slider {
    background: #fff;
    margin-top: 0;
  }
  .success-story {
    margin-top: -90px !important;
  }
  .header-details {
    margin-left: 0;
  }
  .qode_video_box_button_holder {
    margin-top: 3em !important;
  }
  .our-story img {
    float: left !important;
    margin: 0 auto;
    width: 30%;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .aboyt-part {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .service-box-4-area .service-box-4 {
    float: left;
    width: 33%;
    margin-right: 0;
    padding-right: 0;
    height: auto;
  }
  .service-box-4 .service-images {
    position: relative;
    padding: 0;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    padding: 7px 5px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .service-box-4-area {
    float: left;
    width: 100%;
  }
  .service-box-4 .service-content .title {
    font-size: 17px;
    line-height: 25px;
  }
  .service-content {
    text-align: left;
    font-size: 15px;
  }
  .product-sec .col-md-4 {
    width: 50%;
    float: left;
    margin-top: 2em;
  }
  .dlab-box[class*="border-"],
  .dlab-info[class*="border-"] {
    border-color: #eee;
    height: 175px !important;
  }
  .shrt-menu .main-header {
    padding-left: 0;
  }
  .navbar-nav {
    display: inherit !important;
    margin-top: 1em;
  }
  .navbar-collapse {
    display: block !important;
    float: left !important;
    width: 100% !important;
  }
  .navbar-toggler {
    display: none !important;
  }
  .shrt-menu .navbar-nav .nav-item {
    display: inline-block !important;
  }
  .studio-project-area .col-md-5 {
    float: left;
    margin-top: 2em;
    padding-right: 0;
    float: left;
    margin-left: 5px;
    padding-left: 0;
    max-width: 32%;
    flex: inherit;
  }
  .ab-t .col-md-3 {
    padding-right: 0;
  }
  .studio-footer-one .bottom-footer {
    margin: 0 !important;
  }
  .quality img {
    float: right;
    margin-left: 2em;
    width: 300px;
  }
  .blog-single .dlab-img-effect {
    width: 405px !important;
  }
  .dlab-post-text img {
    float: none;
    width: 45% !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .team-part .dlab-media img {
    height: 225px;
  }
  .header-details {
    margin: 0;
    padding: 0;
  }
  .header-top .soical-icon {
    display: inline-block;
    margin: 0;
  }
  .header-top {
    margin: 0;
    padding: 0;
  }
  .shrt-menu .main-header {
    margin: 0;
    padding: 0;
  }
  .top-footer .col-sm-3 {
    float: left;
    width: 100%;
    max-width: 25%;
    flex: inherit !important;
    padding-right: 0;
  }
  .studio-footer-one .top-footer .footer-list ul li a {
    font-size: 11px !important;
  }
  .footer-logo p {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
  }
  .footer-list ul li {
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .footer-list ul.address li .fa {
    margin-right: 6px;
  }
  .address {
    margin-bottom: 0;
  }
  .studio-footer-one {
    padding: 45px 0 0 !important;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .studio-project-area .feature-box img {
    height: 225px;
    width: 100%;
  }
  .logo img {
    float: none;
    margin: 0 auto;
    width: 150px;
  }
  .navbar-toggler i {
    background: url(../images/ic.png);
    width: 31px;
    height: 23px;
    float: left;
    background-size: 100%;
    padding: 10px;
  }
  .feature-box {
    height: auto;
    margin-bottom: 1em;
    padding: 10px;
  }
  .shrt-menu .main-header .navbar {
    float: right;
    padding: 0;
    margin: 0;
  }
  .nav-container {
    float: left;
    width: 100%;
  }
  .rogan-hero-section {
    float: left;
    width: 100%;
    margin-top: 6em;
  }
  .welcome-section {
    width: 100%;
    margin-top: -30px !important;
  }
  .home-slider .carousel-caption {
    top: 17% !important;
  }
  .team-part {
    float: left;
    width: 100%;
  }
  .home-3box {
    float: left;
    width: 100%;
    margin-top: 2em;
  }
  .success-story-section {
    padding: 41px;
    min-height: 430px;
  }
  .studio-project-area .feature-box {
    margin-top: 0;
  }
  .studio-project-area .feature-box .feature-box-desc {
    padding: 13px 25px 0 !important;
  }
  .acod-head a {
    padding: 8px 40px 9px 8px !important;
    font-size: 15px;
  }
  p {
    line-height: 20px;
    font-size: 17px;
  }
  .dlab-bnr-inr {
    position: relative;
    height: 212px !important;
    margin-top: 5.7em !important;
    background-size: 100%;
  }
  .dlab-bnr-inr-entry {
    padding-top: 0em !important;
  }
  .dlab-bnr-inr .breadcrumb-row ul li a {
    font-size: 14px;
  }
  .dlab-bnr-inr .breadcrumb-row {
    text-align: center;
    /* float: left */
  }
  .dlab-bnr-inr h1 {
    font-size: 30px !important;
    /* float: left; */
    /* width: 100%; */
  }
  .breadcrumb-row ul li {
    font-size: 12px !important;
  }
  .studio-project-area {
    margin-top: 0 !important;
    padding-top: 1em !important;
  }
  .studio-project-area .col-md-8 {
    margin-top: 0 !important;
    padding: 10px;
    float: left;
  }
  .container {
    padding: 0;
  }
  .box-about-list .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    height: 400px;
    margin-left: 8px;
    max-width: 48%;
  }
  .service-box.style3 .icon-bx-wraper {
    height: 485px;
    padding: 5px;
  }
  .about-progress .m-auto p {
    font-size: 20px !important;
  }
  .dlab-post-text-infra .col-md-6 {
    padding-left: 18px;
  }
  .dlab-post-text-infra .col-md-12:first-child .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-6 img {
    margin-top: 0;
    margin-left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(3) .col-md-6:first-child:before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(4) .col-md-6:nth-child(2):before {
    left: 0;
  }
  .dlab-post-text-infra .col-md-12:nth-child(6) .col-md-6:first-child:before {
    left: 0;
  }
  .quali .col-md-12 h2 {
    float: left;
    width: 100%;
  }
  #masonry li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
  }
  .shrt-menu.fixed .main-header .navbar {
    margin-bottom: 0;
    padding: 0;
  }
  .dlab-blog-grid-2 .col-lg-4 {
    width: 50%;
  }
  .blog-post {
    margin-bottom: 0;
  }
  .contact-p .col-md-4 {
    margin-bottom: 0;
  }
  .home-slider {
    background: #fff;
    margin-top: 0;
  }
  .success-story {
    margin-top: -90px !important;
  }
  .header-details {
    margin-left: 0;
  }
  .qode_video_box_button_holder {
    margin-top: 3em !important;
  }
  .our-story img {
    float: left !important;
    margin: 0 auto;
    width: 30%;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .aboyt-part {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .service-box-4-area .service-box-4 {
    float: left;
    width: 33%;
    margin-right: 0;
    padding-right: 0;
    height: auto;
  }
  .service-box-4 .service-images {
    position: relative;
    padding: 0;
  }
  .shrt-menu .navbar-nav .nav-item .nav-link {
    padding: 7px 5px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .service-box-4-area {
    float: left;
    width: 100%;
  }
  .service-box-4 .service-content .title {
    font-size: 17px;
    line-height: 25px;
  }
  .service-content {
    text-align: left;
    font-size: 15px;
  }
  .product-sec .col-md-4 {
    width: 50%;
    float: left;
    margin-top: 2em;
  }
  .dlab-box[class*="border-"],
  .dlab-info[class*="border-"] {
    border-color: #eee;
    height: 175px !important;
  }
  .shrt-menu .main-header {
    padding-left: 0;
  }
  .navbar-nav {
    display: inherit !important;
    margin-top: 1em;
  }
  .navbar-collapse {
    display: block !important;
    float: left !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .navbar-toggler {
    display: none !important;
  }
  .shrt-menu .navbar-nav .nav-item {
    display: inline-block !important;
  }
  .studio-project-area .col-md-5 {
    float: left;
    margin-top: 2em;
    padding-right: 0;
    float: left;
    margin-left: 5px;
    padding-left: 0;
    max-width: 32%;
    flex: inherit;
  }
  .ab-t .col-md-3 {
    padding-right: 0;
  }
  .studio-footer-one .bottom-footer {
    margin: 0 !important;
  }
  .quality img {
    float: right;
    margin-left: 2em;
    width: 300px;
  }
  .blog-single .dlab-img-effect {
    width: 405px !important;
  }
  .dlab-post-text img {
    float: none;
    width: 45% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .shrt-menu .navbar-nav .nav-item .nav-link {
    padding: 7px 9px;
    font-size: 13px;
  }
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(../images/sprite_x.html) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(../images/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/sprite_y.html) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/sprite_y.html) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(../images/sprite_next.html) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(../images/sprite_prev.html) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(../images/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(../images/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(../images/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(../images/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/default_thumb.html) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
  background: url(../images/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
  background: url(../images/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/sprite_x.html) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(../images/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.html) center center
    no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(../images/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(../images/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(../images/btnNext.html) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../images/btnPrevious.html) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../images/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../images/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../images/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../images/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../images/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../images/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/contentPattern.html) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/contentPattern.html) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(../images/btnNext.html) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../images/btnPrevious.html) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../images/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../images/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../images/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../images/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../images/loader.html) center center no-repeat;
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/loader.html) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(../images/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../images/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../images/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../images/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.html) -22px -71px
    no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.html) center right
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.html) center
    left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.html) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.html) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.html) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.html) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.html) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.html) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.html) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.html) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.html) -22px -71px
    no-repeat;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.html) center right
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.html) center
    left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.html) -88px -53px
    no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.html) top
    left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.html) -110px -53px
    no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.html) top
    left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.html) top
    right repeat-y;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.html) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.html) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.html) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.html) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.html) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.html) center center
    no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.html) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.html) -32px -71px
    no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.html) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.html) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.html) center right
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.html) center left
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.html) -88px -80px
    no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.html) top
    left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.html) -110px -80px
    no-repeat;
}

div.pp_pic_holder a:focus {
  outline: 0;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.html) 0 0
    no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.html) 10000px
    10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.html) 10000px
    10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_contract,
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.light_rounded .pp_content,
div.pp_default .pp_content {
  background-color: #fff;
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
  position: relative;
}

div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
  background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
  margin-top: 12px !important;
}

div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_bottom,
.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_bottom,
* html .pp_top {
  padding: 0 20px;
}

.pp_bottom .pp_left,
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle,
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right,
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
  display: none;
}

#tg-nav ul li a:hover,
#tg-nav ul li.active a,
.anchor-top i,
.author-name ul li a:hover,
.col ul li a:hover,
.fa-bars,
.owl-theme .owl-controls.clickable .owl-buttons div:hover,
.price-display .prices input,
.tg-addnav > ul > li > div > a:hover,
.tg-author-detail .author-name h3 a,
.tg-blog-tags a:hover i,
.tg-color .tg-banner-content h1,
.tg-comment-head .right-box a:hover,
.tg-counter .tg-timer,
.tg-mini-cart .tg-emptycart:hover,
.tg-mini-cart .tg-product-data a:hover,
.tg-panel-heading h4.actives a,
.tg-panel-heading h4:hover a,
.tg-portfolio-hover a,
.tg-post-head .right-box ul li a:hover i,
.tg-post:hover h3 a,
.tg-postmeta li:after,
.tg-product-data h3 a:hover,
.tg-product-hover a,
.tg-product-nav-tabs li a:hover,
.tg-product-nav-tabs li.active a,
.tg-shopview li a i:hover,
.tg-shopview li a:hover,
.tg-team-hover a,
.tg-theme-hover:hover .tg-hover-content h3,
.tg-widget ul li a:hover,
.widget-accordions ul li .tg-panel-heading.actives,
.widget-recent-post ul li a,
a,
a:active,
a:focus,
a:hover,
p a,
p a:hover {
  color: #e52f29;
}

#tg-nav ul li ul li:before,
#tg-nav ul li.active::before,
#tg-nav ul li:hover::before,
.col .tg-heading-border:after,
.col.aboutus ul li a:hover,
.col.tg-tags ul li a:hover,
.form-search fieldset input,
.logo-area,
.navbar-toggle,
.navbar-toggle:hover,
.owl-theme .owl-controls .owl-page span:after,
.tg-author-detail .tg-heading-border:after,
.tg-banner .tg-heading-border:after,
.tg-banner ul,
.tg-bggreen .tg-heading-border.tg-borderwhite:after,
.tg-btn:hover,
.tg-heading-border:after,
.tg-hover-content:before,
.tg-improve-content,
.tg-improve-holder,
.tg-pagination ul li.tg-next a:hover,
.tg-pagination ul li.tg-previous a:hover,
.tg-portfolio-head .tg-nav ul li a:hover,
.tg-portfolio-head .tg-nav ul li.current-menu-item a,
.tg-product-hover a:hover,
.tg-product-nav-tabs li a:hover:after,
.tg-product-nav-tabs li.active a:after,
.tg-rightarea .form-search fieldset input,
.tg-shop-sale-slider .item .slider-caption h2,
.tg-shop-sale-slider .item .slider-caption h2:after,
.tg-shop-sale-slider .item .slider-caption h2:before,
.tg-socialicon li a:hover,
.tg-stock:hover,
.tg-team-hover a:hover,
.tg-widget ul li a:hover i,
.ui-slider-horizontal .ui-slider-range {
  background: #e52f29;
}

.preloader-bottom-line,
.preloader-top-sun-line,
.tg-shop-sale-slider .owl-controls .owl-page.active span {
  background: #e52f29 !important;
}

#header .tg-cart .tg-mini-cart .tg-btns.shopping .tg-btn:hover,
#tg-nav ul li a:after,
#tg-nav ul li a:hover,
#tg-nav ul li.active a,
.col.tg-tags ul li a:hover,
.four-columns,
.navigation-list li:before,
.preloader-top-sun-bg,
.tg-addnav > ul > li > div > a:after,
.tg-improve-box,
.tg-products-detail:hover .product-description,
.tg-recent-post ul li,
.tg-socialicon li a:hover,
.tg-theme-hover:hover {
  border-color: #e52f29;
}

.tg-improve-box.active .tg-improve-content,
.tg-improve-box:hover .tg-improve-content {
  background: rgba(130, 180, 64, 0.8);
}
.dlab-bnr-inr {
  background-size: cover;
}
.navbar-toggler {
  border: 0px !important;
  outline: 0px;
}

.blog-post.blog-single {
  -webkit-box-shadow: 0 0 24px -11px #999;
  box-shadow: 0 0 24px -11px #999;
  padding: 18px;
  margin: 30px 0px;
}
.blog-list {
  margin: 28px 0px;
}
.blog-list h2 {
}
.blog-list ul {
  margin: 0px;
}
.blog-list ul li {
  list-style: none;
  padding: 3px 0px;
}
.blog-list ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.05);
  display: block;
  padding: 11px 11px;
  color: #333;
}
.blog-list ul li:hover > a {
  color: #e52f29;
}
.team-blog .blog-post {
  background: #fff;
}
.team-blog .dlab-info {
  height: auto;
  min-height: 271px;
  border: 1px solid #fff;
}
.blog-post:hover > .dlab-info .dlab-post-title h4 a {
  color: #e52f29;
}
.back-btn {
  border: 1px solid #e52f29;
  color: #fff;
  padding: 7px 20px;
  border-radius: 2px;
  background: #e52f29;
}
.back-btn:hover {
  background: #333;
  color: #fff;
}

/*Home Four Section*/

.ss_two_sec {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
  margin-bottom: 30px;
  padding: 35px 23px;
  border-radius: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  position: relative;
  z-index: 5;
  text-align: center;
  overflow: hidden;
}
.ss_two_sec:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(-55deg, #36d1dc, #5b86e5);
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.ss_two_sec:hover:after {
  visibility: visible;
  opacity: 1;
}

.ss_service_two::before {
  background: #208dc4;
  content: "";
  display: inline-block;
  height: 120%;
  left: -30%;
  position: absolute;
  top: -80%;
  transform: rotate(45deg);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  width: 39%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.ss_service_two:hover:before {
  left: -30%;
  top: -60%;
  opacity: 1;
  visibility: visible;
}
.ss_service_two img {
  transition: 0.3s;
}
.ss_service_two:hover img {
  transform: scale(1.1);
}
.ss_two_sec h2,
.ss_two_sec p {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.ss_two_sec:hover h2,
.ss_two_sec:hover p {
  color: #fff;
}
.ss_section_two {
  padding-bottom: 70px;
}
.ss_two_sec svg,
.ss_two_sec img {
  width: 80px;
  height: 80px;
}
.pt-70 {
  padding-top: 70px !important;
}

/* ===Section Four=== */
.ss_section_sec_bg {
  background: rgba(90, 135, 228, 0.05);
}
.ss_four_left h1 {
  padding-bottom: 50px;
}
.ss_four_two h2 {
  margin-bottom: 10px;
}
.ss_four_one svg,
.ss_four_one img {
  width: 90px;
  height: 90px;
}
.ss_section_six,
.ss_team,
.ss_about_sec_five,
.ss_section_seven,
.ss_section_eight,
.ss_trade_sec_two,
.ss_section_five,
.happy_clients,
.ss_pv_one,
.ss_pv_two {
  padding-top: 40px;
}
.ss_four_left .ss_box_bg {
  border: 2px solid transparent;
}
.ss_four_left .ss_box_bg:hover {
  border-color: #5b86e5;
}
.home-title {
  color: #e52f29;
  font-size: 35px;
  text-transform: capitalize;
  margin: 0px 0px 20px !important;
}

.ss_box_bg {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
  padding: 15px 8px 8px 0px;
  border-radius: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  overflow: hidden;
  margin-bottom: 25px;
}
.easy-point {
  margin: 25px 20px 35px;
  width: 67px;
  float: left;
}
.wp-block-column h2 {
  clear: none;
  margin: 0px;
  padding: 0px;
  font-size: 23px;
}
.p-l-r-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}





/*product slider*/

.carousel-multi-item.v-2.product-carousel .carousel-inner .carousel-item.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.carousel-multi-item.v-2.product-carousel .carousel-item-right.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%); }
.carousel-multi-item.v-2.product-carousel .carousel-item-left.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%); }
.carousel-multi-item.v-2.product-carousel .carousel-item-right,
.carousel-multi-item.v-2.product-carousel .carousel-item-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.carousel-multi-item.v-2.product-carousel *, .carousel-multi-item.v-2.product-carousel ::after, .carousel-multi-item.v-2.product-carousel ::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
.fuchsia-rose-text {
  color: #e5342d;
}
.aqua-sky-text {
  color: #5cc6c3;
}
.mimosa-text {
  color: #F0C05A;
}
.list-inline-item .fas, .list-inline-item .far {
  font-size: .8rem;
}
.chili-pepper-text {
  color: #9B1B30;
}
.carousel-multi-item .controls-top .btn-floating {
  background: #F8CDCD;
}
.carousel-multi-item .carousel-indicators li {
  height: .75rem;
  width: .75rem;
  max-width: .75rem;
  background-color: #e5352f;
}
.carousel-multi-item .carousel-indicators .active {
  height: 1rem;
  width: 1rem;
  max-width: 1rem;
  background-color: #e5352f;
}
.carousel-multi-item .carousel-indicators {
  margin-bottom: -1rem;
}
.m-50{
	margin: -50px !important;
}
.p-b-100 {
    padding-bottom: 60px !important;
}
.bt-1{
	border-top: 1px solid #77993d !important;
}

.team-banner {
    width: 100%;
    background-image: url(./images/team-bg.png);
    background-size: cover;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px 0px 0px 0px;
}

.compony-years::before {
    content: '';
    position: absolute;
    background-color: #9b9897;
    width: 10px;
    height: 1523px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}


.img-sec {
    width: 100%;
    margin: 200px 0px 0px 0px;
}

.media-img img {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.media-img {
    border: 5px solid #f58634;
    width: 255px;
    height: 255px;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
}

.media-img1 {
    border: 5px solid #f58634;
    width: 255px;
    height: 255px;
    border-radius: 100%;
    background-color: #00cbfe;
    text-align: center;
    overflow: hidden;
    padding: 16px 0px 0px 0px;
}

.media-img1 img {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.media-desc {
    width: 100%;
    text-align: center;
    background: #f58634;
    color: #fff;
    padding: 5px 0px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: -8px 0px 0px 0px;
    z-index: 999;
}

.trending-desc h3 {
    margin: 15px 0px 15px 0px;
}

.media-desc h3 a {
    color: #fff;
    font-size: 26px;
}

.trending-desc {
    width: 100%;
    margin: 50px 0px 50px 0px;
}

.articles-desc {
    width: 100%;
    background: #fff;
    padding: 10px 10px;
}

.articles-desc h5 a {
    color: #000;
    transition: all ease-in-out 0.3s;
}

.articles-desc h5 a:hover{
    color:#f58634;
}

.articles-desc p {
    font-size: 16px;
}

.articles-desc a {
    color: #f58634;
    transition: all ease-in-out 0.3s;
}

.articles-desc a:hover{
    color:#0056b3;
}

.infrastructre-bg {
    width: 100%;
	/*background-image: url(../images/about-banner.png);*/
	background-image: url("../../../img/banner-3.jpg");
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 125px 0px 40px 0px;
	background-color: #000;
	position:relative;
}

.infrastructre-bg::before{position:absolute;top: 0px;left:0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.83);content: " "}

.infa-ul {
    float: right;
    color: #fff;
}

.infa-ul ul li {
    display: inline-block;
    margin: 18px 0px 0px 0px;
}

.infa-ul ul li a{
    color:#fff;
}

.infa-text h1 {
    color: #fff;
}

section.infa-desc {
    width: 100%;
    margin: 60px 0px 0px 0px;
}

.infa-info span {
    color: #f58634;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 10px 0px 50px 0px;
}

.back-home a {
    text-align: center;
    width: 140px;
    background:  #f58634;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 600;
}

.back-home {
    margin: 30px 0px 30px 0px;
}

.samudra-desc {
    background-color: #e2e1e1;
    padding: 25px 55px 25px 56px;
}

.compony-years {
    width: 100%;
    background-color: #fad7cb;
    margin: 49px 0px 0px 0px;
    padding: 122px 0px 0px 0px;
    position: relative;
}

.year-info {
    background-color: #fff;
    margin: -60px 0px 40px 0px;
    padding: 25px 20px 15px 20px;
}

.year-info b {
    font-size: 35px;
    color:#fd7e14;
}

.quality{
    width:100%;
   
}

.quality-banner  img {
    left: 0px;
    right: 0px;
    margin: 0px -14px 0px 11px;
}

.quality-desc {
    margin: 50px 0px 0px 0px;
}

.dwnld-img img {
    width: 100%;
    margin: 40px 0px 0px 0px;
}
.dwnld-img1 img {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.faq-desc h3 {
    margin: 0px 0px 45px 0px;
}

.faq-desc {
    margin: 0px 0px 40px 0px;
}

.team-img img {
    margin: 82px 0px 0px -14px;
}

.banner-img img {
    max-width: 1350px;
    margin: 0px 0px 0px -12px;
}

.carees-info h4 {
    background: #eeee;
    padding: 10px 14px;
    margin: 0px 0px 22px 0px;
    border-left: 5px solid red;
}

.carees-info {
    background-color: #fff;
    padding: 20px 12px 45px 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-bottom: 2px solid red;
}

.carees-info h6 {
    font-weight: 800;
}
.carees-info h5 a {
    color: #f58634;
}
.carees-info ul li a {
    color: #0d6efd;
}
.carees-info ul li {
    list-style-type: none;
    margin: 18px 0px -10px -37px;
}
.carees-info span {
    color: red;
    font-weight: 800;
    margin: 12px 0px 12px 0px;
    display: block;
}

.career-img img {
    width: 100%;
}

.aco-info {
    background-color: #fff;
    padding: 25px 10px 175px 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-bottom: 2px solid red;
    margin: 0px 0px 40px 0px;
}
.aco-ul ul li {
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    color: #f58634;
}
.captcha {
	background-color:#f9f9f9;
	border:2px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width: 500px) {
	.captcha {
		flex-direction:column;
	}
	.text {
		margin:.5em!important;
		text-align:center;
	}
	.logo {
		align-self: center!important;
	}
	.spinner {
		margin:2em .5em .5em .5em!important;
	}
}

.text {
    font-size: 16px;
    font-weight: 500;
    margin-right: 1em;
}
.spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
input[type="checkbox"]:checked+.checkmark { 
	animation:2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span { 
	animation:1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.logo1 {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}
.logo1 img {
	height:2em;
	width:2em;
}
.logo1 p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logo1 small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
::selection {
	background-color:transparent;
	color:teal;
}
::-moz-selection {
	background-color:transparent;
	color:teal;
}
.career-form input {
    margin: 0px 0px 10px 0px;
}
.career-form textarea {
    margin: 0px 0px 10px 0px;
}

.career-form {
    background-color: #fff;
    padding: 50px 15px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin: 0px 0px 45px 0px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}
.career-form a{
    background: #464646;
    color: #f58634;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 12px 0px 0px 0px;
    transition: all ease-in-out 0.3s;
}

.career-form a:hover{
    background-color: #f58634;
    color:#fff;
}

.contact-inform li a i {
    color: #000;
    margin: 0px 12px 0px 0px;
}

.logo{width:190px;padding-top:0px;}
.footer-logo img{width:200px;}

.address li:nth-child(3) a{text-transform: lowercase!important;}
.address li:nth-child(4) a{text-transform: lowercase!important;}
.whychoose{ background:url("../images/choose_bg.jpg") no-repeat;}
.whychoose li{color:#fff;}
.owl-carousel .owl-item img {
    display: block !important;
    width: 100% !important;
    height: 115px !important;
    border:1px solid red!important;
    border-radius:10px;
}




/* ----> wrapper */
#content-slider .slider-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: right;
}

#content-slider .slider-wrap.full {
  width: 100%;
  max-width: 100%;
  text-align: center; 
  border: none;
}


/* --------> Link style */
#content-slider *:focus {
  outline: 0;
} 

#content-slider a:hover {
  color: #7FD4FD;
  text-decoration: underline;
}

#content-slider a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
  outline: 0;
}

/* -------> Responsive images (ensure images don't scale beyond their parents) */
#content-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  border: 0;
}

/* -------> Main */
#content-slider .slider {
  overflow: hidden;
  width: 100%;
  height: 35rem;
  margin: 70 auto;       

  position: relative;               
}

#content-slider .slider-inner {
  width: 500%;          
  line-height: 0;
  display: flex;
  height: 100%;

  animation: 30s slidy infinite;
  transition: all 2s ease-in-out; 
}

#content-slider .slider-main-title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;          
  line-height: 3rem;
  text-transform: uppercase;
  margin: 1rem 0;
}

#content-slider .slider .slider-head {
  position: absolute;
  z-index: 12;
  width: 40%;
  height: auto;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 1rem;
  margin: 11rem 0 0 1rem;
  overflow: hidden;

  transition: all 0.5s ease-in-out; 
}

#content-slider .slider-thumb .slider-head {
  position: absolute;
  z-index: 12;                      
  top: 0;
  right: 0;
  width: auto;
  height: auto;  
  text-align: right;
  margin: .5rem .5rem 0 0;
  opacity: 1;
  overflow: hidden;

  transition: all 0.5s ease-in-out;
}

/* -------> Article */
#content-slider .slider h2,
#content-slider .slider-thumb h2 {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

#content-slider .slider p,
#content-slider .slider-thumb p {
  color: #fffefe;
  padding: 0;
  margin: 0 0 1rem;
  opacity: .8;
  line-height: 1.2;
}

#content-slider .slider a,
#content-slider .slider-thumb a {
  font-weight: 700;
  color: #00ABFA;
  text-decoration: none;
  line-height: 1.2;
}

/* -------> Article IMg Slider */
#content-slider .slider h1 { font-size: 1.5rem; line-height: 1.2; }

#content-slider .slider p { font-size: 1.2rem; line-height: 1.2; }

#content-slider .slider a { font-size: 1rem; line-height: 1.2; }

/* -------> Article IMg Prev */
#content-slider .slider-thumb h2 { font-size: 1rem; line-height: 1.2; }

#content-slider .slider-thumb p { font-size: .875rem; line-height: 1.2; }

#content-slider .slider-thumb a { font-size: .75rem; line-height: 1.2; }


/* -------> Main Img */
#content-slider figure {
  margin: 0;
  padding: 0;
  width: 20%;
  cursor: pointer;

  transition: all 2s ease-in-out; 
}

#content-slider figure img {
  width: 100%;
  position: relative;
}   

/* -------> Max contrls img preview */ 
#content-slider .slider-thumb {
  width: 25%;
  margin: 35rem 0% 0 0%;
  text-align: center;
  display: block;
  z-index: 1000;
  cursor: pointer;
  position: absolute;
}

#content-slider .slider-thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .55;
  transition: all .2s ease-in-out;
}

#content-slider .slider-thumb:hover:after {
  opacity: 0;
}

#thumb-1 { left: 0; }
#thumb-2 { left: 25%; }
#thumb-3 { left: 50%; }
#thumb-4 { left: 75%; }

#content-slider input[type='radio'] {           
  width: 10px;
  height: 10px;
  position: absolute;
  display: none;
}

#content-slider .slider-arrow-control {                   
  position: absolute;
  left: 0;
  z-index: 15;          
  top: 0%;
  width: 100%;
  height: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
}

#content-slider .slider-dot {
  width: 9px;
  height: 9px;
  margin: 0 2px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #00ABFA;
  background: #00ABFA;

  transition: all 0.3s ease-in-out; 
}

#content-slider .slider-dot-control {
  padding: 1rem 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  line-height: 0;
}   

#content-slider .slider-dot-control>label:hover { 
  width: 9px; 
  height: 9px; 
  background: #FFF; 
  border: 1px solid #00ABFA; 
}     


/* -------> Controls */ 


#input-1:checked ~ .slider .slider-inner { margin-left: 0%;   }
#input-2:checked ~ .slider .slider-inner { margin-left:-100%; }
#input-3:checked ~ .slider .slider-inner { margin-left:-200%; }
#input-4:checked ~ .slider .slider-inner { margin-left:-300%; }
#input-5:checked ~ .slider .slider-inner { margin-left:-400%; }


#input-1:checked ~ .slider-dot-control>label:nth-child(1) { opacity: 1; background: #fff; }
#input-2:checked ~ .slider-dot-control>label:nth-child(2) { opacity: 1; background: #fff; }
#input-3:checked ~ .slider-dot-control>label:nth-child(3) { opacity: 1; background: #fff; }
#input-4:checked ~ .slider-dot-control>label:nth-child(4) { opacity: 1; background: #fff; }


#input-1:checked ~ #thumb-1:after { opacity: 0; }
#input-2:checked ~ #thumb-2:after { opacity: 0; }
#input-3:checked ~ #thumb-3:after { opacity: 0; }
#input-4:checked ~ #thumb-4:after { opacity: 0; }


.slider-arrow-control>label:nth-child(2) {
  width: 3.125rem;
  height: 3.125rem;
  top: 50%;
  margin-top: -1.5625rem;
  display: inline-block;
  position: relative;           
  cursor: pointer;
}

#input-1:checked ~ .slider-arrow-control>label:nth-child(2),
#input-2:checked ~ .slider-arrow-control>label:nth-child(3),
#input-3:checked ~ .slider-arrow-control>label:nth-child(4),
#input-4:checked ~ .slider-arrow-control>label:nth-child(1),
#input-5:checked ~ .slider-arrow-control>label:nth-child(1),
#input-1:checked ~ .slider-arrow-control>label:nth-child(4),
#input-2:checked ~ .slider-arrow-control>label:nth-child(1),
#input-3:checked ~ .slider-arrow-control>label:nth-child(2),
#input-4:checked ~ .slider-arrow-control>label:nth-child(3) {
  width: 3.125rem;
  height: 3.125rem;
  top: 50%;
  margin-top: -1.5625rem;
  display: inline-block;
  position: relative;           
  cursor: pointer;
}

#input-1:checked ~ .slider-arrow-control>label:nth-child(2):after,
#input-2:checked ~ .slider-arrow-control>label:nth-child(3):after,
#input-3:checked ~ .slider-arrow-control>label:nth-child(4):after,
#input-4:checked ~ .slider-arrow-control>label:nth-child(1):after,
#input-5:checked ~ .slider-arrow-control>label:nth-child(1):after,
#input-1:checked ~ .slider-arrow-control>label:nth-child(4):after,
#input-2:checked ~ .slider-arrow-control>label:nth-child(1):after,
#input-3:checked ~ .slider-arrow-control>label:nth-child(2):after,
#input-4:checked ~ .slider-arrow-control>label:nth-child(3):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #00ABFA;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 3.125rem;
  background: rgba(0,0,0,.5);
}

#input-1:checked ~ .slider-arrow-control>label:nth-child(2),  
#input-2:checked ~ .slider-arrow-control>label:nth-child(3), 
#input-3:checked ~ .slider-arrow-control>label:nth-child(4), 
#input-4:checked ~ .slider-arrow-control>label:nth-child(1) {       
  float: right;
  right: 0;                      
}

#input-1:checked ~ .slider-arrow-control>label:nth-child(2):after,  
#input-2:checked ~ .slider-arrow-control>label:nth-child(3):after, 
#input-3:checked ~ .slider-arrow-control>label:nth-child(4):after, 
#input-4:checked ~ .slider-arrow-control>label:nth-child(1):after {
  content: "\2192";                     
}

#input-1:checked ~ .slider-arrow-control>label:nth-child(4),
#input-2:checked ~ .slider-arrow-control>label:nth-child(1),
#input-3:checked ~ .slider-arrow-control>label:nth-child(2),
#input-4:checked ~ .slider-arrow-control>label:nth-child(3) {   
  float: left;
  left: 0;           
}

#input-1:checked ~ .slider-arrow-control>label:nth-child(4):after,
#input-2:checked ~ .slider-arrow-control>label:nth-child(1):after,
#input-3:checked ~ .slider-arrow-control>label:nth-child(2):after,
#input-4:checked ~ .slider-arrow-control>label:nth-child(3):after {
  content: "\2190";
}

/*#thumb-1:focus ~ .slider-inner { margin-left: 0%;   }
#thumb-2:focus ~ .slider-inner { margin-left:-100%; }
#thumb-3:focus ~ .slider-inner { margin-left:-200%; }
#thumb-4:focus ~ .slider-inner { margin-left:-300%; }
#thumb-5:focus ~ .slider-inner { margin-left:-400%; }*/

#content-slider input:checked ~ .slider-inner {
  animation: none;         
}
#content-slider input:hover ~ .slider-inner, 
#content-slider label:hover ~ .slider-inner {
  animation-play-state: paused;
}
#content-slider input:hover ~ .slider-inner, 
#content-slider label:hover ~ .slider-inner {
  animation-play-state: paused;
}
#content-slider span:focus ~ .slider-inner {
  animation: none;         
}
#content-slider span:hover ~ .slider-inner {
  animation-play-state: paused;
}


/* -------> Animation */
/*
@keyframes slidy {
20% { margin-left:    0%; }
25% { margin-left: -100%; }
45% { margin-left: -100%; }
50% { margin-left: -200%; }
70% { margin-left: -200%; }
75% { margin-left: -300%; }
95% { margin-left: -300%; }
100% { margin-left: -400%; }
}*/


/* -------> Responsive */
@media (max-width: 992px) {
  html {
    font-size: 12px;
  }

  #content-slider .slider-thumb .head {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px;
  }

  #content-slider .slider .head {
    display: none;
  }

  #content-slider .slider-dot { display: none; }

  #content-slider .slider-arrow-control { display: block; }


  #content-slider #thumb-2:focus { opacity: 1; } 

  #thumb-2:focus ~ #thumb-5 { display: none; }

  #content-slider #thumb-3:focus { opacity: 1; } 

  #thumb-3:focus ~ #thumb-5 { display: none; }

  #content-slider #thumb-4:focus { opacity: 1; } 

  #thumb-4:focus ~ #thumb-5 { display: none; }

}

@media (max-width: 480px) {
  #content-slider .slider-thumb img { display: none; }
}

.carousel-item {
  height: 777px;
  min-height: 450px;
  background: no-repeat center right scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
    position: absolute;
    top: 10rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left!important;
    background-color: #00000059;
    width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    height:200px;
    

}
.carousel-caption p{font-size: 45px; line-height: 50px}

.slider-section{margin-top: 150px;
    margin-bottom: 40px;}
.mb-10{margin-bottom:100px;}
.typed {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing;
  animation-duration: 3.5s;
  animation-timing-function: steps(50, end);
  animation-fill-mode: forwards;
	color:#fff;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@media only screen and (max-width: 600px)  
{
    #google_translate_element, .header-top {display:none!important;}
    .logo{width:80px;}

}


div.iconbox_icon {
    border: 2px solid #ed1c23 !important;
    color: #ed1c23;
    background: white;
    display:inline-block;
    padding:20px;
    border-radius:50px;
   width:100px;
   height:100px;
   margin:20px;
}
a.iconbox_icon:hover {  color: #ed1c23!important;}
.iconbox_icon i.fa{
  font-size:50px!important;
}
 .iconbox.av-no-box .iconbox_icon {
    position: relative;
    top: 0;
    margin: 0 auto 20px auto;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    font-size: 30px;
    display: block;}
.vmm li{list-style-type:none;border-left:1px dashed red;padding-left: 27px;margin-bottom:0px!important}
.vmm li:last-child{border-left:0px;}
.vmm li p{margin-bottom:0px!important}
.vmm i{margin-left:-50px; border:1px solid red; border-radius:50px; padding:10px;color:red;background-color:#fff;width:47px!important;display:inline-block;}


section.infrastructre-bg{padding-top:20px;height:150px!important;}
.infa-text {
    margin: 60px 0px;padding-top:20px;}
.infa-ul {
    margin: 60px 0px;padding-top:20px;}
.theme-main-menu{height:170px!important;}
#google_translate_element{height:30px!important; overflow:hidden;padding-top:5px;}


/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
#owl-demo .item{
  
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel {position:relative;}
.owl-carousel .owl-item{margin-top: 15px;}
 .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0;
	 
}
.owl-wrapper-outer{position:relative;}
.owl-wrapper{display:flex!important;position:relative;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    background-color: #fff;
    padding:2px 10px;
    margin: 5px;
    display: inline;
	border-radius: 2px;
	color: red;
	border:1px solid red;
}