/*----------------
5.0 Homepage Sections
-----------------*/

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

#home-banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 0px 0;
  position: relative;
  height: 100vh;
}
#home-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: #222328;*/
  opacity: 0.5;
}
#home-banner .content {
  margin-top: 0vw;
  position: relative;
}
#home-banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
}
#home-banner h2 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#home-banner p {
  color: #fff;
  font-size: 20px;
  max-width: 800px;
  margin: 20px 0;
}
#home-banner a {
  margin-right: 30px;
}
#home-banner span {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.btn-outline-default {
  color: #fff;
  border: 2px #fff solid;
  border-radius: 30px;
  background-color: transparent;
  opacity: 1;
}
 @-webkit-keyframes fdeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 10%, 0);
transform:translate3d(0, 10%, 0)
}
to {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}
}
@keyframes fdeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 10%, 0);
transform:translate3d(0, 10%, 0)
}
to {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}
}
@media (min-width:768px) {
.fdeInUp {
  -webkit-animation-name: fdeInUp;
  animation-name: fdeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}
}
/*----------------
5.1 About us Sections
-----------------*/

#about-us-block {
  padding: 100px 0;
}
#about-us-block h2 {
  font-size: 32px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
#about-us-block .section-title {
  margin-bottom: 80px;
}
#about-us-block .section-title p {
  color: #6f6f6f;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.section-title a {/*position:relative; margin-top:-64px; margin-right:8px;*/
  float: right;
  padding: 12px 50px;
  font-size: 11px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-color: transparent;
  border: 2px #d9d9d9 solid;
  color: #404040;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: -43px;
  text-align: right;
}
.section-title a:hover {
  background-color: #ff4a5b;
  border: 2px #ff4a5b solid;
  color: #fff;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  text-decoration: none;
}
.col-about-us {
  text-align: center;
  padding: 10px 15px;
}
.col-about-us i {
  font-size: 67px;
  color: #51dde9;
  font-weight: 100;
  margin-bottom: 40px;
}
.col-about-us p {
  color: #73757d;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Crimson Text', serif;
}
.col-about-us h4 {
  color: #404040;
  font-weight: 600;
}
/*----------------
5.2 Why choose us
-----------------*/

#why-choose-us {
  padding: 80px 0 0;
  color: #fff;
  text-align: center;
}
#why-choose-us .section-title {
  background: #51dde9;
  padding: 60px 0;
  margin-bottom: 110px;
}
#why-choose-us .section-title:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #51dde9;
  border-radius: 5px;
  position: relative;
  margin-bottom: -90px;
  transform: rotate(45deg);
}
#why-choose-us h2 {
  margin-bottom: 0px;
}
#why-choose-us .nav.nav-tabs {
  text-align: center;
  border-bottom: 0px;
}
#why-choose-us .nav.nav-tabs li {
  float: none;
  display: inline-block;
}
#why-choose-us .tab-content .tab-pane {
  background: none;
  margin-top: 80px;
  margin-bottom: 120px;
}
#why-choose-us .tab-content .tab-pane img {
  margin: 0 auto;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
#why-choose-us .nav-tabs > li > a {
  border: 2px #fff solid;
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#why-choose-us .nav > li > a:hover, #why-choose-us .nav > li > a:focus, #why-choose-us .nav > li.active > a {
  background: #fff;
  border-bottom: 2px #ffc527 solid;
}
/*----------------
5.2 Counter
-----------------*/


#company-counter {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
#company-counter:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
#company-counter .row {
  position: relative;
  z-index: 9;
}
.c-block .counter {
  padding: 15px 42x 15px 42px;
  margin: 0 auto;
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #fff;
  display: inline-block;
  margin: 0 0;
}
.c-block p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  text-align: center;
  padding: 8px 10px;
  display: block;
  margin: 0 0;
  letter-spacing: 1px;
}
.c-block i {
  color: #fff;
  font-size: 52px;
  margin-right: 15px;
  font-weight: 900;
}
/*----------------
5.3 our-work-block     f37121   #c3c3c3     top right bottom left         3  top  right/left bottom          2  top/bottom  right/left
-----------------*/

#our-work-block {
  padding: 10px 0 67px;
  background-color: #2869ab;
}
#our-work-block h2 {
  font-size: 32px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
#our-work-block .section-title, #process-block .section-title {
  margin-bottom: 90px;
}
#our-work-block .section-title p {
  color: #73757d;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
  margin-top: 50px;
}
#our-work-block .works ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#our-work-block .works ul li {
  float: left;
  min-height: 100%;
width: calc(100% / 3)  ;
  padding: 10px;
  list-style: none;
}
#our-work-block .works figure {
  position: relative;
  overflow: hidden;
}
#our-work-block .works figure img {
  width: 100%;
  height: 100%;
  max-height: 262px;
  min-height: 262px;
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page #our-work-block .works figure img, .single #our-work-block .works figure img {
  border-radius: 0;
  margin-top: auto;
}
#our-work-block .works figure:hover img, #our-work-block .works figure:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#our-work-block .works figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(81,221,233,0.5);
  text-align: center;
  font-size: 15px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#our-work-block .works figcaption a {
  color: #fff
}
#our-work-block .works figcaption a:hover, #our-work-block .works figcaption a:focus {
  color: #73d0da
}
#our-work-block .works figure:hover figcaption, #our-work-block .works figure:focus figcaption {
  opacity: 1
}
.visible {
  opacity: 1
}
#our-work-block .works figure.cs-hover figcaption {
  opacity: 1
}
#our-work-block .works figcaption i {
  font-size: 35px
}
#our-work-block .works figcaption h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
#our-work-block .works figcaption hr {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background: #000;
  margin-top: 8px;
  margin-bottom: 8px;
}
#our-work-block .works figcaption .caption-content a {
  color: #fff;
  text-transform: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
#our-work-block .works figcaption .caption-content a:hover {
  text-decoration: none;
  color: #ffc527;
  transition: all 300ms ease-in-out;
}
#our-work-block .works figcaption .caption-content {
  position: absolute;
  top: 68%;
  text-align: center;
  width: 200px;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#our-work-block .works figure:hover figcaption .caption-content, #our-work-block .works figure:focus figcaption .caption-content {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#our-work-block .works figure figcaption .work-more {
  float: right;
  width: auto;
  margin-right: -50px;
  margin-top: -35px;
}
#our-work-block .works figure figcaption .work-more li {
  display: inline-block;
  list-style: none;
  min-width: inherit;
  width: auto;
  float: right;
  min-height: inherit;
  margin: 10px 5px;
}
#our-work-block .works figure figcaption .work-more li a {
  font-size: 20px;
  color: #fff;
  padding: 6px 10px;
  transition: all 300ms ease-in-out;
}
#our-work-block .works figure figcaption .work-more li a i {
  font-size: 20px;
  color: #fff;
}
#our-work-block .works figure figcaption .work-more li a:hover {
  color: #ffc527;
  transition: all 300ms ease-in-out;
}
.more-links {
  float: right;
  display:inline-block;
  margin-right: 25px;
  font-size: 14px;
  color: #242424;
  font-weight: 500;
  border-bottom: 2px #242424 solid;
  margin-top: 15px;
}
.more-links:hover {
  color: #ffc527;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  border-color: #ffc527;
}

/*----------------
5.3b our-work-block2     121   top right bottom left         3  top  right/left bottom          2  top/bottom  right/left
-----------------*/

#our-work-block2 {
  padding: 10px 0 67px;
  background-color: #f37D34;
  color: #fff;
}
#our-work-block2 h2 {
  font-size: 24px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
#our-work-block2 .section-title, #process-block .section-title {
  margin-bottom: 90px;
}
#our-work-block2 .section-title p {
  color: #73757d;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
  margin-top: 50px;
}
#our-work-block2 .works ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#our-work-block2 .works ul li {
  float: left;
  color: #fff;
  min-height: 100%;
width: calc(100% / 3)  ;
  padding: 10px;
  list-style: none;
}




/*----------------
5.4 our-services
-----------------*/ 

#our-services {
  padding: 80px 0;
  background: #f6f6fa;
}
#our-services .section-title {
  margin-bottom: 100px;
}
.services-block {
  margin: 40px 0;
}
.services-block p {
  font-family: 'Crimson Text', serif;
  color: #73757d;
  font-size: 16px;
  line-height: 1.4;
}
.services-block .services-content {
  display: inline-block;
  width: 75%;
  float: right;
}
.services-block .services-content h6 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.8px
}
.services-block i {
  text-align: center;
  display: inline-block;
  background: #51dde9;
  color: #fff;
  font-size: 24px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  padding: 22px;
  margin-right: 15px;
  margin-top: 14px;
}





/*----------------
5.5 testimonials
-----------------*/ 

#testimonials-block {
  color: #000;
  background: #fff;
  padding: 20px 0 20px;
}
#testimonial {
  padding: 30px 0;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonial .item img {
  width: 184px;
  height: 184px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
#testimonial .item h5 {
  color: #6f6f6f;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
}
#testimonial .item p strong {
  font-size: 18px;
  color: #404040;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: block;
}
#testimonial .item p {
  font-weight: 400;
  margin: 10px 0;
  color: #6f6f6f;
  font-style: italic;
  font-family: 'PT Serif', serif;
  font-size: 16px;
}
#testimonial.owl-theme .owl-controls .owl-page {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 15px 10px;
  opacity: 0.6;
}
#testimonial.owl-theme .owl-controls .owl-page.active {
  opacity: 1;
  border: 1px #51dde9 solid;
}
#testimonials-block .owl-theme .owl-controls .owl-page span {
  visibility: hidden;
}


/*----------------
5.6 Clients Section
-----------------*/ 


#clients-block {
  background: #51dde9;
  padding: 50px 0;
  color: #ffffff;
}
#clients .item {
  padding: 0;
  margin: 35px;
  color: #FFF;
  text-align: center;
}
#clients-block .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=1);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #74e4ed;
  transition: all 0.5s;
}
#clients-block .owl-theme .owl-controls .owl-page.active span, #clients-block .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #fff;
}
#clients-block .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
/*----------------
5.7 from-blog Section
-----------------*/ 

.section-title p {
  max-width: 700px;
  margin: 0 auto;
  color: #73757d;
  font-size: 16px;
}
#from-blog {
  padding: 120px 0 80px;
  text-align: center;
}
#from-blog .section-title {
  margin-bottom: 80px;
}
#from-blog article a img {
  max-height: 240px;
  min-height: 240px;
  border-radius: 8px;
}
article {
  margin-bottom: 40px;
}
/*----------------
5.8 article
-----------------*/ 


article a img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  display: block;
}
article header {
  padding: 0;
}
article header .date-article, .single article header.entry-header .date-article {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  background: #54ddea;
  display: inline-block;
  float: right;
  position: relative;
  top: 32px;
  padding: 6px 10px;
  border-top-right-radius: 4px;
}
article header .author.vcard a, .single article header.entry-header .author.vcard a {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  color: #b6b6b6;
  margin-right: 50px;
}
article header.entry-header {
  color: #a1aaba;
  font-family: 'Droid Serif', serif;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}
article a h5 {
  color: #404040;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
article a {
  text-decoration: none !important;
}
article a h5:hover {
  color: #51dde9;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
article p {
  font-size: 18px;
  color: #73757d;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 0.5px;
  font-family: 'Crimson Text', serif;
}
/*----------------
5.9 home-contact-block
-----------------*/ 

#free-trial-block {
  padding: 70px 0 55px;
  background: #31313b;
}
#free-trial-block .row {
  padding: 15px;
}
#free-trial-block p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  max-width: 800px;
}

#free-trial-block a:hover {
  border: 1px #fff solid;
  background: none;
  text-decoration: none;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
}


/* for 3 and 4 COLUMNS dynoGall page 80vh*/
#gallery-content2 {
  background-color: #FFF;
  padding-top: 15px;
}
#gallery-content2 .nav-links > a {
  color: #41465f;
}

#gallery-content2 .gallery-row .gallery-column .gallery-item {
  min-height: 590px;
  margin-bottom: 30px;
  background-color: #ccc;
}
#gallery-content2 .gallery-row .gallery-column .gallery-item .gallery-image {
  padding: 20px;
  padding-bottom: 10px;
}
#gallery-content2 .gallery-row .gallery-column .gallery-item .gallery-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
#gallery-content2 .gallery-row .gallery-column .gallery-item .gallery-image-details {
  padding-bottom: 10px;
}
#gallery-content2 .gallery-row .gallery-column .gallery-item .gallery-image-details p {
  text-align: center;
  margin: 0;
  color: #e06a14;
}
#gallery-content2 .gallery-row .gallery-column .gallery-item .gallery-image-details > a {
  display: block;
  text-align: center;
  width: 100%;
  color: #e06a14;
}
#gallery-content2 .gallery-row .gallery-column .gallery-item .gallery-image-details > a:hover {
  color: #e06a14;
}


/* for 3 and 4 COLUMNS dynoGall page   min-height: 440px; 10vh  */
#gallery-content3 {
  background-color: #FFF;
  padding-top: 15px;
}
#gallery-content3 .nav-links > a {
  color: #41465f;
}

#gallery-content3 .gallery-row .gallery-column .gallery-item {
  margin-bottom: 30px;
  background-color: #ccc;
}
#gallery-content3 .gallery-row .gallery-column .gallery-item .gallery-image {
  padding: 20px;
  padding-bottom: 10px;
}
#gallery-content3 .gallery-row .gallery-column .gallery-item .gallery-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
#gallery-content3 .gallery-row .gallery-column .gallery-item .gallery-image-details {
  padding-bottom: 10px;
}
#gallery-content3 .gallery-row .gallery-column .gallery-item .gallery-image-details p {
  text-align: center;
  margin: 0;
  color: #e06a14;
}
#gallery-content3 .gallery-row .gallery-column .gallery-item .gallery-image-details > a {
  display: block;
  text-align: center;
  width: 100%;
  color: #e06a14;
}
#gallery-content3 .gallery-row .gallery-column .gallery-item .gallery-image-details > a:hover {
  color: #e06a14;
}


.customStripButton {
display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #1275ff;
background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);

        background-image: linear-gradient(#ee7d7d,#dd0000 85%,#e63232);    /* #eea17d,#dd5200 85%,#e46230  */
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
    border-radius: 4px;
}

.offWhiteYellow {
  color: #e8e8de;
}

