/* imported styles */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(../fonts/montserrat/stylesheet.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(../fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css);
@import url(../fonts/pe-icon-7-stroke/css/helper.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);

@import url(../fonts/flaticon/flaticon.css);
@import url(../fonts/Stroke-Gap-Icons-Webfont/style.css);


@import url(../revolution/css/settings.css);




/* reset styles */
* {
  margin: 0;
  padding: 0;
}

/* global styles */
body {
  font-size: 15px;
  line-height: 28px;
  font-family: "Raleway";
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #000000;
}
h4 {
  color: #111111;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  font-family: "montserrat_light",sans-serif;
}
h5 {
  color: #111111;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-family: "montserrat_light",sans-serif;
}
h1,
h2,
h3,
h6 {
  font-family: "montserratregular", sans-serif;
  font-weight: 400;
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover, a:active, a:focus {
  text-decoration: none !important;
  outline: none;
}

img {
  max-width: 100%;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {padding-top: 0 !important;}
.section-padding {
  padding: 150px 0;
}
.section-title h2 {
  color: #525f71;
  font-family: "montserratultra_light",sans-serif;
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 48px;
  margin: 0 0 18px;
}
.section-title p {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 17px;
  font-weight: 300;
  font-family: "Raleway";
}
.section-title span.separator {
  color: #96A1B3;
  font-weight: bold;
  letter-spacing: -1px;
}
.section-title span.separator:before, .section-title span.separator:after {
  content: "";
  width: 42px;
  height: 2px;
  background: #96A1B3;
  display: inline-block;
  vertical-align: middle;
}
.section-title span.separator:before {
  margin-right: 5px;
}
.section-title span.separator:after {
  margin-left: 5px;
}

.thm-btn {
  font-family: "montserratlight", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 25px;
  border-bottom: 2px solid #8796A8;
  background: #8A9FB9;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.thm-btn:hover {
  background: #1ea433 !important;
  border-color: #1ea433 !important;
  color: #fff !important;
}
.thm-btn.bdrd {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.95);
}

img.full-img {
  width: auto;
  max-width: none;
}

/* topbar styles */
.top-bar {
  background: #131313;
}
.top-bar .contact-info li {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 50px;
  font-size: 12px;
  font-family: "montserratlight";
  margin-right: 20px;
}
.top-bar .contact-info li:last-child {
  margin-right: 0;
}
.top-bar .contact-info li i {
  font-size: 16px;
  margin-right: 5px;
}
.top-bar .contact-info li i.fa-envelope {
  font-size: 15px;
}
.top-bar .contact-info li i.fa-phone {
  position: relative;
  top: 2px;
}
.top-bar .social-link li {
  display: inline-block;
}
.top-bar .social-link li:last-child a {
  margin-right: 0;
}
.top-bar .social-link li a {
  display: block;
  line-height: 50px;
  margin-right: 15px;
}
.top-bar .social-link li a:hover i {
  color: #1ea433;
}
.top-bar .social-link li a i {
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/* header styles */
.header .logo {
  line-height: 115px;
}
.header .mainmenu-container .nav-header, .header .mainmenu-container .nav-footer {
  display: inline-block;
}

.navigation > li {
  display: inline-block;
  line-height: 115px;
  position: relative;
}
.navigation > li > a:hover {
  color: #1ea433;
}
.navigation > li > a {
  display: block;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  padding: 0 18px;
  font-family: "montserratregular", sans-serif;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}




.navigation  > li > ul.submenu {
  top: 100%;
  left: 0;
}
.navigation  > li > ul.submenu.align-right {
  right: 0;
  left: auto;
}
.navigation  > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.navigation  > li > ul.submenu > li > ul.submenu {
  top: 0;
  left: 100%;
}
.navigation  > li > ul.submenu > li > ul.submenu.align-right {
  right: 100%;
  left: auto;
}
.navigation  > li > ul.submenu > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.navigation  > li ul.submenu {
  position: absolute;
  width: 200px;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all .3s ease;
}
.navigation  > li ul.submenu li {
  display: block;
  padding: 0;
  background: #E9F0F6;
  line-height: 40px;
}
.navigation  > li ul.submenu li:last-child a {
  border-bottom: 0;
}
.navigation  > li ul.submenu li:last-child a:after {
  display: none;
}
.navigation  > li ul.submenu li:hover > a {
  color: #1ea433;
}
.navigation  > li ul.submenu li a {
  color: #000000;
  padding: 0px 26px;
  position: relative;
  display: block;
  font-weight: 400;
  transition: all .3s ease;
}
.navigation  > li ul.submenu li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 12px;
}
.navigation  li.has-submenu > a > button {
  display: none;
}



.nav-footer ul li {
  display: inline-block;
  vertical-align: middle;
}
.nav-footer ul li.menu-expander {
  display: none;
}
.nav-footer ul button {
  background: none;
  border: none;
  color: #646464;
  font-size: 22px;
  padding: 0;
  line-height: 115px;
  padding: 0 12px;
  outline: none;
}

.about-section {
  overflow: hidden;
  padding-top: 100px;
}
.about-section .section-title {
  margin-top: 102px;
}
.about-section .thm-btn {
  margin-top: 27px;
}
.about-section .thm-btn:hover {
  background: #49607c !important;
}

.our-mission-area {
  overflow: hidden;
}

.our-mission-wrapper {
  margin-left: -16px;
  margin-right: -16px;
  background: #1ea433;
  color: #fff;
  height: 520px;
  padding: 0 34px;
  display: table;
}
.our-mission-wrapper.subscribe {
  background: #262F3A;
}
.our-mission-wrapper.subscribe form {
  margin-top: 15px;
  height: 40px;
  border-bottom: 1px solid #888D93;
}
.our-mission-wrapper.subscribe form input, .our-mission-wrapper.subscribe form button {
  background-color: transparent;
  border: none;
  outline: none;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
}
.our-mission-wrapper.subscribe form input {
  width: calc(100% - 55px);
}
.our-mission-wrapper.subscribe form button {
  font-size: 33px;
  color: #fff;
}
.our-mission-wrapper.subscribe form button i {
  line-height: 40px;
}
.our-mission-wrapper .our-mission {
  display: table-cell;
  vertical-align: middle;
}
.our-mission-wrapper .our-mission > i {
  font-size: 32px;
  margin-bottom: 25px;
}
.our-mission-wrapper h2, .our-mission-wrapper i, .our-mission-wrapper p {
  color: inherit;
}
.our-mission-wrapper h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.our-mission-wrapper a.thm-btn {
  padding: 9px 28px;
  margin-top: 20px;
}
.our-mission-wrapper a.thm-btn:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.service-img-holder {
  display: table-cell;
  vertical-align: middle;
  background-position: center center;
  background-size: cover;
  min-height: 520px;
}

/* service area styles */
.single-services {
  margin-top: 55px;
  padding-left: 10px;
}
.single-services .icon-box {
  width: 67px;
  height: 67px;
  background: #1ea433;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.single-services .icon-box i {
  font-size: 32px;
  line-height: 67px;
}
.single-services h3 {
  font-family: "montserratlight", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
  margin-top: 24px;
  margin-bottom: 19px;
}
.single-services p {
  color: #718097;
}

/* about full section styles */
.about-full {
  background: #e6ffea;
  overflow: hidden;
}
.about-full .full-img img {
  max-width: none;
}
.about-full .section-title {
  padding-top: 90px;
}
.about-full .list-box {
  padding-left: 150px;
  margin-top: 65px;
}
.about-full .list-box li {
  margin-bottom: 40px;
}
.about-full .list-box li:last-child {
  margin-bottom: 0;
}
.about-full .list-box li .img-box, .about-full .list-box li .content {
  display: table-cell;
  vertical-align: middle;
}
.about-full .list-box li .img-box {
  width: 102px;
}
.about-full .list-box li .content {
  padding-left: 25px;
}
.about-full .list-box li .content h4 {
  font-family: "montserratlight", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
  margin-top: 0px;
  margin-bottom: 19px;
}

/* portfolio area styles */
.portfolio-area {
  background: #F9F9F9;
}
.portfolio-area .section-title {
  margin-bottom: 65px;
}

.single-portfolio-item {
  margin-left: -15px;
  margin-right: -15px;
}
.single-portfolio-item:hover .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.single-portfolio-item img {
  width: 100%;
}
.single-portfolio-item .overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(159, 112, 252, 0.93);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  text-align: center;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.single-portfolio-item .overlay .box-holder {
  display: table;
  width: 100%;
  height: 100%;
}
.single-portfolio-item .overlay .box-holder .box {
  display: table-cell;
  vertical-align: middle;
}
.single-portfolio-item .overlay .box-holder .box h4 {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 15px;
}
.single-portfolio-item .overlay .box-holder .box p {
  background: #2D3742;
  display: inline-block;
  font-family: "montserratlight";
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  padding: 4px 0;
  padding-left: 36px;
  padding-right: 36px;
  margin-top: 20px;
}
.single-portfolio-item .overlay .box-holder .box ul {
  margin-top: 50px;
}
.single-portfolio-item .overlay .box-holder .box ul li {
  display: inline;
}
.single-portfolio-item .overlay .box-holder .box ul li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #FDFCFF;
  border-radius: 50%;
  color: #fff;
  line-height: 46px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.single-portfolio-item .overlay .box-holder .box ul li a:hover {
  border-color: #000;
  background: #000;
}

.call-to-action {
  background: #262F3A;
  padding: 45px 0;
}
.call-to-action h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-family: "montserratlight";
  margin-top: 14px;
}
.call-to-action .thm-btn {
  font-size: 13px;
  padding: 9px 37px;
}

.our-clients {
  padding-bottom: 100px;
}
.our-clients h2 {
  color: #525F71;
  font-size: 38px;
  text-transform: capitalize;
  font-family: "montserratultra_light";
}
.our-clients p.highlighted {
  font-size: 17px;
  color: #77889D;
  font-weight: 300;
  margin-top: 13px;
  margin-bottom: 30px;
}
.our-clients p {
  font-size: 16px;
  line-height: 35px;
}
.our-clients .thm-btn {
  font-size: 13px;
  padding: 9px 37px;
  background: #1ea433;
  margin-top: 25px;
}
.our-clients .thm-btn:hover {
  background: #7949d9 !important;
  border-color: #7949d9 !important;
}
.our-clients .logo-list li {
  display: inline-block;
  padding: 0 25px;
  padding-bottom: 50px;
}

.testimonials-area {
  background: url(../img/resources/testimonials-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 136px;
}
.testimonials-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(38, 47, 58, 0.97);
}
.testimonials-area .container {
  position: relative;
}
.testimonials-area .container .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}
.testimonials-area .container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.testimonials-area .container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.testimonials-area .container .owl-carousel .owl-nav [class*=owl-] {
  background-color: transparent;
  color: #fff;
  font-size: 45px;
}
.testimonials-area .container .owl-carousel .owl-dots {
  margin-top: 23px;
}
.testimonials-area .container .owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: #fff;
}
.testimonials-area .container .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 2px solid #8E9399;
}
.testimonials-area .container .owl-carousel .owl-item img {
  width: auto;
  max-width: none;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}

.single-testimonial img {
  margin-bottom: 40px;
  width: auto;
  max-width: none;
}
.single-testimonial p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}
.single-testimonial h3 {
  font-size: 15px;
  font-family: "montserratregular";
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 7px;
}
.single-testimonial span.position {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 300;
}

.our-blog .section-title {
  margin-bottom: 70px;
}

.single-blog-post .img-holder {
  position: relative;
}
.single-blog-post .img-holder .date {
  width: 57px;
  height: 89px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
font-family: "montserrat_light",sans-serif;
  background: #1ea433;
  text-align: center;
  padding-top: 9px;
}
.single-blog-post .img-holder .date.red {
  background: #FD3951;
}
.single-blog-post .img-holder .date.orange {
  background: #FFA800;
}
.single-blog-post .img-holder .date span {
  display: block;
  line-height: 22px;
  text-transform: uppercase;
}
.single-blog-post h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "montserratregular";
  font-weight: 500;
  color: #111111;
  margin-top: 40px;
  margin-bottom: 12px;
}
.single-blog-post ul {
  margin-bottom: 10px;
}
.single-blog-post ul li {
  display: inline;
}
.single-blog-post ul li span {
  color: #111111;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  text-transform: capitalize;
}
.single-blog-post ul li span a {
  color: #FF1744;
}
.single-blog-post p {
  color: #718097;
}

.footer {
  background: url(../img/resources/footer-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(38, 47, 58, 0.97);
}
.footer.full-width {
  width: 100%;
  padding: 90px 5%;
}

@media (min-width: 1400px) {
  .footer.full-width {
    padding: 90px 14.35%;
  }
}
.single-footer-widget {
  position: relative;
}
.single-footer-widget .title {
  font-family: "montserratsemi_bold", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin-bottom: 46px;
}
.single-footer-widget .contact-info {
  padding-right: 35px;
}
.single-footer-widget .contact-info li {
  padding: 25px 0;
  border-bottom: 1px solid #3E454D;
}
.single-footer-widget .contact-info li:first-child {
  padding-top: 0;
}
.single-footer-widget .contact-info li .label, .single-footer-widget .contact-info li .content {
  display: table-cell;
  vertical-align: top;
  font-family: "montserrat_light",sans-serif;
}
.single-footer-widget .contact-info li .label {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: "montserratlight", sans-serif;
  width: 85px;
}
.single-footer-widget .contact-info li .content {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  padding-left: 10px;
}
.single-footer-widget .flicker-widget {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.single-footer-widget .flicker-widget li {
  display: inline-block;
  margin: 0 2.5px;
  margin-bottom: 10px;
}
.single-footer-widget .recent-post {
  color: rgba(255, 255, 255, 0.65);
  padding-right: 65px;
}
.single-footer-widget .recent-post li {
  padding: 17px 0;
  border-bottom: 1px solid #3E454D;
}
.single-footer-widget .recent-post li:first-child {
  padding-top: 0;
}
.single-footer-widget .recent-post h3 {
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserratregular";
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.single-footer-widget .recent-post span {
  color: rgba(255, 255, 255, 0.65);
  text-transform: capitalize;
  font-size: 12px;
}
.single-footer-widget .newsletter p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}
.single-footer-widget .newsletter input {
  color: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 40px;
  border: 1px solid #7D8288;
  background-color: transparent;
  border-radius: 15px;
  outline: none;
  padding-left: 30px;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-footer-widget .newsletter button {
  width: 100%;
  height: 40px;
  background: #1B2027;
  border: none;
  outline: none;
  border-radius: 15px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  transition: all .3s ease;
}
.single-footer-widget .newsletter button:hover {
  background: #fff;color: #000;
}
.footer-bottom {
  background: #1B2027;
  border-top: 1px solid #333B44;
  border-bottom: 1px solid #333B44;
  padding: 19px 0;
  overflow: hidden;
}
.footer-bottom.full-width {
  width: 100%;
  padding: 20px 5% 18px;
}

@media (min-width: 1400px) {
  .footer-bottom.full-width {
    padding: 20px 14.35% 18px;
  }
}
.footer-menu ul li {
  display: inline;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-family: "montserrat_light",sans-serif;
  margin-right: 26px;
}

.footer-copy {
  font-size: 11px;
  font-family: "montserrat_light",sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 11px;

}


/*=================================================================start index2.html page css===================*/
/*===============Start slider and header area css=================*/
.slider-area {
  background: url(../img/resources/slider-bg.png);
  background-size: cover;
  background-position: center center;
}
.header-area.full-width {
    width: 100%;
    padding: 0 5%;
}
.header-area.full-width .logo {
  float: left;
  padding-top: 45px;
  width: 20%;
}
.header-area.full-width .mainmenu {
  float: right;
}
.mainmenu {
  padding-top: 50px;
}
.mainmenu ul li {
    float: left;
}
.mainmenu ul {
    float: none;
    font-size: 12px;
}
.mainmenu ul li {
  display: inline-block;
  float: none;
  position: relative;
}
.mainmenu ul li.active::before {
  position: absolute;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.mainmenu ul li a {
  color: #fff;
  display: block;
  font-family: "montserratregular",sans-serif;
  padding: 2px 16px;
  text-transform: uppercase;
}

.slider-text-area {
  padding-bottom: 550px;
  padding-top: 270px;
}
.slider-text h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 32px;
  text-transform: uppercase;
}
.slider-text p {
  color: #a4afb6;
  font-size: 16px;
  line-height: 30px;
}
.slider-text a {
  background: #00abe1 none repeat scroll 0 0;
  border-radius: 7px;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular",sans-serif;
  font-size: 13px;
  margin-top: 30px;
  padding: 11px 38px;
  text-transform: uppercase;
  transtion: all .3s ease;
}
.slider-text a:hover {
  background: #0192c0;
}
/*=================End slider and header area css=============*/

/*=================Start who we are area css==================*/
.who-we-are-area {
  padding-bottom: 140px;
  padding-top: 100px;
}
.who-we-are-area .section-title {
  padding-bottom: 64px;
}
.who-we-area .single-item h3 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin: 37px 0 13px;
  text-transform: uppercase;
}
.who-we-area .single-item a {
  color: #ffa800;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .3s ease;
}
.who-we-area .single-item a:hover {
  color: #c07e00;
}
/*===============End who we are area css===========================*/

/*===============Start service we provide area css=================*/
.service-we-provide-area {
  background: rgba(0, 0, 0, 0) url("../img/resources/service-provide-bg.jpg") no-repeat scroll 0 0 / cover ;
  padding-bottom: 132px;
  padding-top: 139px;
  position: relative;
  z-index: 1;
}
.service-we-provide-area .section-title {
  padding-bottom: 79px;
}
.service-we-provide-area .section-title h2 {
  color: #fff;
}
.service-we-provide-area .section-title p {
  color: #fff;
}
.service-we-provide-area .section-title span.separator {
  color: #fff;
}
.service-we-provide-area .section-title span.separator::after {
  background: #fff;
}
.service-we-provide-area .section-title span.separator::before {
  background: #fff none repeat scroll 0 0;
}
.service-we-provide-area::before {
  background: #262f3a;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .95;
  z-index: -1;
}
.single-service-provide .icon-box i {
  font-size: 50px;
  color: #1ea433;
}
.single-service-provide .icon-box i.mobileapps {
  color: #fc1e71;
}
.single-service-provide .icon-box i.camera {
  color: #a5e400;
}
.single-service-provide .icon-box i.branding {
  color: #e7ae23;
}
.single-service-provide .content h4 {
  color: #ffffff;
  font-family: "montserrat_light",sans-serif;
  font-size: 15px;
  margin: 25px 0 19px;
  text-transform: uppercase;
}
.single-service-provide .content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
}
/*==================End service we provide area css===========*/

/*==================Start explore features css================*/
.explore-features {
  padding-bottom: 71px;
  padding-top: 139px;
}
.explore-features .section-title {
  padding-bottom: 63px;
}
.explore-features-items .single-item {
  padding-bottom: 72px;
}
.explore-features-items .single-item .content {
  float: left;
  text-align: right;
  width: 265px;
}
.explore-features-items .single-item .content h4 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 15px;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.explore-features-items .single-item .icon-holder {
  overflow: hidden;
  float: right;
}
.explore-features-items .single-item .icon-holder i{
  border: 2px solid #1ea433;
  border-radius: 50%;
  color: #1ea433;
  font-size: 35px;
  height: 79px;
  padding: 0px 0;
  width: 79px;
  display: block;
  text-align: center;
  line-height: 79px;
}
.explore-features-items.align-left .single-item .icon-holder {
  float: left;
}
.explore-features-items.align-left .single-item .content {
  float: right;
  text-align: left;
}
/*=================End explore features css==================*/

/*=================Start watch video area css================*/
.watch-video-area {
  background: #e9f0f6 none repeat scroll 0 0;
  overflow: hidden;
}
.watch-video-area .full-img img {
  float: right;
  max-width: none;
  width: auto;
}
.watch-video-content {
  padding-left: 50px;
  padding-top: 91px;
}
.watch-video-content .section-title {
  padding-bottom: 23px;
}
.watch-video-content .section-title span {
  color: #fd3951;
  font-size: 15px;
}
.watch-video-content .section-title h2 {
  font-size: 27px;
  margin: 4px 0 18px;
}
.watch-video-content .section-title p {
  font-size: 18px;
  line-height: 32px;
}
.video-preview {
  width: 550px;
  margin: auto;
}
.video-preview a {
    display: block;
    background: #000;
    position: relative;
}
.video-preview a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/resources/play-icon.png) center center no-repeat;
    z-index: 99;
}
.video-preview img {
    width: 100%;
    opacity: 0.2;
    transition: all .3s ease;
}
.video-preview a:hover img {
    opacity: .85;
}
/*============End watch video area css=============*/

/*============Start latest news update area css====*/
.latest-news-update-area {
  padding-bottom: 140px;
  padding-top: 150px;
}
.latest-news-content h1 {
  color: #525f71;
  font-family: "montserratultra_light",sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin: -9px 0 17px;
}
.latest-news-content p {
  font-size: 16px;
  line-height: 31px;
}
.latest-news-content a {
  background: #1ea433 none repeat scroll 0 0;
  border-bottom: 1px solid #40a3d1;
  color: #fff;
  display: inline-block;
  font-family: "montserrat_light",sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 21px;
  padding: 11px 34px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.latest-news-content a:hover {
  background: #0096dc;
}
.latest-single-blog h4 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 15px;
  margin: 27px 0 9px;
  text-transform: uppercase;
}
.latest-single-blog ul {
  margin: 0 0 10px;
  overflow: hidden;
}
.latest-single-blog li {
  color: #777777;
  float: left;
  font-size: 14px;
}
.latest-single-blog li span {
  padding-left: 5px;
}
.latest-single-blog li::after {
  color: #666;
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.latest-single-blog ul li:last-child::after{
    content: "";
}
.latest-single-blog p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.latest-single-blog a {
  color: #fd3951;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s ease;
}

.latest-single-blog a:hover {
  color: #bd0000;
}
.latest-single-blog a i {
  padding-left: 5px;
}
/*============End latest news update area css====*/

/*============Start muscat featured area css=====*/
.muscat-featured-area {
  background: #262f3a none repeat scroll 0 0;
  padding-top: 150px;
  padding-bottom: 149px;
}
.muscat-featured-img {
  padding-right: 30px;
}
.muscat-featured-img img {
  float: right;
  max-width: none;
}
.muscat-featured-content {
  padding-top: 70px;
}
.muscat-featured-content h1 {
  color: #ffffff;
  font-family: "montserratultra_light",sans-serif;
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 23px;
}
.muscat-featured-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 19px;
}
.muscat-featured-content ul {
  margin-bottom: 27px;
}
.muscat-featured-content ul li {
  color: #fffefe;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
}
.muscat-featured-content ul li i {
  color: #f03850;
  font-weight: 900;
  padding-right: 12px;
}
.muscat-featured-content a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  background: #ffa800;
  display: inline-block;
  padding: 11px 32px;
  font-family: "montserrat_light",sans-serif;
  border-bottom: 1px solid #8e5e00;
  transition: all .3s ease;
}
.muscat-featured-content a:hover {
  background: #915aff;
}
/*============End muscat featured area css=====*/

/*============Start client area css============*/
.client-area {
  padding-top: 150px;
  padding-bottom: 130px;
}
.client-area .single-item {
  background: rgba(0, 0, 0, 0) url("../img/resources/client/icon.png") no-repeat scroll center bottom;
  padding-bottom: 40px;
}
.client-area .single-item h5 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 13px;
  margin: 37px 0 19px;
  text-transform: uppercase;
}
.client-area .single-item p {
  font-size: 16px;
  line-height: 28px;
}
/*============End client area css============*/

/*============Start portfolio home2 area css=*/
.portfolio-area.home2 {
  background: #fff none repeat scroll 0 0;
}
/*============End portfolio home2 area css===*/

/*============Start love and skill area css==*/
.love-and-skill-area {
  padding-bottom: 150px;
  padding-top: 144px;
}
.love-and-skill h1 {
  color: #111111;
  font-family: "montserratregular",sans-serif;
  font-size: 30px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.love-and-skill p {
  color: #000000;
  font-size: 17px;
  margin: 0 0 30px;
}
.love-and-skill a:hover {
  background: #774eca;
}
.love-and-skill a {
  font-size: 12px;
  text-transform: uppercase;
  background: #1ea433;
  color: #fff;
  display: inline-block;
  padding: 12px 36px;
  margin: 0 8px;
  font-family: "montserrat_light",sans-serif;
}
.love-and-skill a.purchase-now {
  background: #8a9fb9;
  transition: all .3s ease;
}
.love-and-skill a.purchase-now:hover {
  background: #49607c;
}
/*============End love and skill area css==*/

/*============Start Footer home 2 area css=*/
.footer.full-width.home2 {
  padding: 90px 3%;
}
.footer.home2 {
  background: #212a34 none repeat scroll 0 0;
}
.single-footer-widget h3 {
  color: #ffffff;
  font-family: "montserratregular",sans-serif;
  font-size: 20px;
  margin: 0 0 36px;
}

/*Start widget-about css=====*/
.single-footer-widget .widget-about p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 26px;
  margin: -8px 0 24px;
}
.single-footer-widget .widget-about ul li {
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserrat_light",sans-serif;
  font-size: 13px;
  line-height: 42px;
}
.single-footer-widget .widget-about ul li i {
  font-size: 17px;
  padding-right: 15px;
}
/*End widget-about css=====*/

/*Start latest-news-widget css=====*/
.col-lg-3.latest-news-widget {
  padding-left: 0;
  padding-right: 0;
}
.single-footer-widget .latest-news .single-item {
  margin-bottom: 23px;
}
.single-footer-widget .latest-news .single-item .img-holder {
  float: left;
  padding-right: 20px;
}
.single-footer-widget .latest-news .single-item .latest-news-title {
  float: left;
  padding-top: 18px;
}
.single-footer-widget .latest-news .single-item .latest-news-title h5 {
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserratregular",sans-serif;
  font-size: 12px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.single-footer-widget .latest-news .single-item .latest-news-title ul li {
  color: rgba(255, 255, 255, 0.65);
  float: left;
  font-size: 11px;
  text-transform: uppercase;
}
.single-footer-widget .latest-news .single-item .latest-news-title ul li::after {
  color: #fefefe;
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.single-footer-widget .latest-news .single-item .latest-news-title ul li:last-child::after{
    content: "";
}
.single-footer-widget .latest-news .single-item .latest-news-title ul li span {
  padding-left: 4px;
}
/*End latest-news-widget css=====*/

/*Start widget-user-link css=====*/
.col-lg-3.user-link {
  padding-left: 20px;
}
.single-footer-widget .widget-user-link {
  margin-top: -10px;
}
.single-footer-widget .widget-user-link ul.floatleft {
  float: left;
  width: 150px;
}
.single-footer-widget .widget-user-link ul li a{
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "montserratregular",sans-serif;
}
.single-footer-widget .widget-user-link ul li i {
  padding-right: 8px;
}
/*End widget-user-link css=====*/

/*Start contact-form css=======*/
.single-footer-widget .contact-form form input[type="text"] {
  background: #2c353e none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 13px;
  height: 47px;
  margin-bottom: 15px;
  padding: 0 30px;
  width: 100%;
}
.single-footer-widget .contact-form form textarea {
  background: #2c353e none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 13px;
  height: 127px;
  margin-bottom: 25px;
  padding: 10px 30px;
  width: 100%;
}
.single-footer-widget .contact-form form button[type="submit"]:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.single-footer-widget .contact-form form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 7px 32px;
  text-transform: uppercase;
  font-family: "montserratregular",sans-serif;
  transition: all .3s ease;
}
/*End contact-form css=======*/
/*============End Footer home 2 area css===*/
/*=================================================================End index2.html page css=====================*/
/*=================================================================start index3.html page css===================*/
/*==========Start home3 slider and header area css===*/
.home-3-slider-area{
    background: url(../img/resources/banner-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.home-3-slider-area::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.home-3-header-area.full-width {
  padding: 0 5%;
  width: 100%;
}
.home-3-header-area .logo{
  display: inline-block;
  padding-top: 51px;
}
.home-3-header-area .mainmenu {
  float: right;
  padding-top: 63px;
}
.home-3-header-area .mainmenu ul {
  float: none;
  font-size: 14px;
}
.home-3-header-area .mainmenu ul li.active::before {
  border: medium none;
}
.home-3-header-area .mainmenu ul li a{
  font-family: "montserrat_light",sans-serif;    
}
.home-3-header-area .nav-footer {
  float: right;
  display: inline-block;
}
.home-3-header-area .nav-footer ul li button {
  color: #fff;
  padding-top: 24px;
}
.home-3-slider-text {
  padding-bottom: 270px;
  padding-top: 325px;
}
.home-3-slider-text h1 {
  color: #ffffff;
  font-family: "montserratregular",sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
  margin: 0 0 32px;
}
.home-3-slider-text i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 53px;
  margin-right: 20px;
  padding: 19px 22px;
  width: 53px;
}
.home-3-slider-text p {
  color: #ffffff;
  font-family: "montserratregular",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 12px 0;
}
/*==========End home3 slider and header area css===*/

/*==========Start our agency area css==============*/
.our-agency-area {
  padding-bottom: 134px;
  padding-top: 138px;
}
.our-agency-area .section-title {
  padding-bottom: 55px;
}
.single-agency-item .icon-holder {
  float: left;
  margin-right: 25px;
  padding-top: 5px;
}
.single-agency-item .icon-holder i {
  color: #1ea433;
  font-size: 35px;
  font-weight: 600;
}
.single-agency-item .content {
  overflow: hidden;
}
.single-agency-item .content span {
  color: #1ea433;
  font-size: 14px;
}
.single-agency-item .content h4 {
  color: #111111;
  font-family: "montserratregular",sans-serif;
  font-size: 16px;
  margin: 10px 0 18px;
  text-transform: uppercase;
}
.single-agency-item .content p {
  line-height: 29px;
}
/*==========End our agency area css==============*/

/*========Start fact counter css=================*/
.fact-counter {
  background: rgba(0, 0, 0, 0) url("../img/resources/fact-counter-bg.jpg") no-repeat scroll 0 0 / cover ;
  padding-bottom: 115px;
  padding-top: 117px;
}
.single-fact-counter i {
  color: #fff;
  font-size: 25px;
}
.single-fact-counter h3 {
  color: #ffffff;
  font-family: "montserratregular",sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 31px;
  margin: 6px 0 14px;
}
.single-fact-counter p {
  color: #fff;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
  font-family: "montserrat_light",sans-serif;
}
/*========End fact counter css=================*/

/*========Start portfolio home3 area css=======*/
.portfolio-area.home3 {
  padding-bottom: 150px !important;
  padding-top: 137px;
}
.view-more-button a {
  background: #8a9fb9 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular",sans-serif;
  font-size: 13px;
  margin-top: 70px;
  padding: 12px 53px;
  text-transform: uppercase;
}
/*========End portfolio home3 area css=========*/

/*========Start services-full css==============*/
.services-full {
  padding: 0 3%;
  width: 100%;
  background: #e9f0f6;
  overflow: hidden;
}
.left-service-items {
  padding-top: 160px;
}
.service-single-item {
  padding-bottom: 40px;
}
.service-single-item .icon-holder {
  float: left;
  margin-right: 20px;
}
.service-single-item .icon-holder i {
  color: #fea700;
  font-size: 50px;
}
.service-single-item .content {
  overflow: hidden;
}
.service-single-item .content h4 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 14px;
  margin: 15px 0 29px;
  text-transform: uppercase;
}
.service-full-img img {
  float: left;
  max-width: none;
}
/*========End services-full css==============*/

/*========Start meat our team css============*/
.meat-our-team-area {
  padding-bottom: 144px;
  padding-top: 137px;
}
.meat-our-team-area .section-title {
  padding-bottom: 64px;
}
.single-team-member {
  padding-left: 30px;
  padding-right: 30px;
}
.single-team-member .img-holder {
  background: #dddde9 none repeat scroll 0 0;
  position: relative;
  padding-top: 30px;
}
.single-team-member .member-info h4 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 14px;
  margin: 27px 0 5px;
  text-transform: uppercase;
}
.single-team-member .member-info p {
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  font-family: "montserrat_light",sans-serif;
}
.single-team-member .img-holder {overflow: hidden;}
.single-team-member .img-holder:hover .overlay-content {
  bottom: 0;
}
.single-team-member .img-holder .overlay-content {
  padding-top: 20px;
  bottom: -100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  transition: all .3s ease;
  background: rgba(255, 255, 255, 0.45);
}
.single-team-member .img-holder .overlay-content h4 {
  background: #1ea433 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular",sans-serif;
  font-size: 13px;
  margin: 0 0 11px;
  padding: 13px 31px;
  text-transform: uppercase;
}
.single-team-member .img-holder .overlay-content p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "montserrat_light",sans-serif;
}
.single-team-member .overlay-text {
  
}
/*========End meat our team css============*/

/*========Start Skill and video-area css===*/
.skill-video-left-text {
  background: #1ea433 none repeat scroll 0 0;
  min-height: 499px;
  padding-top: 115px;
}
.skill-video-left-text h1 {
  color: #fff;
  font-family: "montserratregular",sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  padding: 60px 0px;
}
.skill-middle {
  background: #e9f0f6 none repeat scroll 0 0;
  padding: 0 80px;
}
.our-skill {
  padding-bottom: 100px;
  padding-top: 118px;
}
.our-skill .progress-label h4 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 12px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.our-skill .progress-label h4 span {
  color: #667c91;
  font-size: 11px;
  padding-left: 5px;
}
.our-skill .progress {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  height: 3px;
  margin-bottom: 39px;
  overflow: hidden;
}
.our-skill .progress .progress-bar {
  background: #1ea433 none repeat scroll 0 0;
  box-shadow: none;
}
.video-gallery-right {
  background-position: center center;
  background-size: cover;
  min-height: 499px;
  position: relative;
  z-index: 1;
}
.video-gallery-right:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: .9;
  z-index: -1;
}
.play-button {
  margin-top: 157px;
  text-align: center;
}
.play-button a i {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 72px;
  padding: 23px 25px;
  text-align: center;
  width: 72px;
}
.play-button p {
  color: #ffffff;
  font-family: "montserratregular",sans-serif;
  font-size: 16px;
  margin: 36px 0 0;
  text-transform: uppercase;
}
/*========End Skill and video-area css===*/

/*=====Start awesome template area css===*/
.awesome-template-left img {
  float: right;
  max-width: none;
  opacity: 0.75;
}
.awesome-template-right {
  padding: 138px 0 105px;
}
.awesome-template-right .section-title h2 {
  font-size: 35px;
  margin: 0 0 1px;
}
.awesome-template-right .section-title span {
  color: #1ea433;
}
.awesome-template-right .section-title p {
  color: #718097;
  margin: 17px 0 20px;
}
.awesome-template-items {
  margin-top: 60px;
}
.awesome-template-items .single-item {
  margin-bottom: 37px;
}
.awesome-template-items .single-item .icon-holder {
  float: left;
  margin-right: 30px;
}
.awesome-template-items .single-item .icon-holder i {
  color: #1ea433;
  font-size: 30px;
  font-weight: 700;
  border: 1px solid #e1e7ee;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}
.awesome-template-items .single-item .content{
    overflow: hidden;
}
.awesome-template-items .single-item .content h4 {
  margin: 5px 0 16px;
}
.awesome-template-items .single-item .content p {
  font-size: 14px;
}
/*=====End awesome template area css===*/

/*=====Start world form client css=====*/
.world-form-client-left {
  background: rgba(0, 0, 0, 0) url("../img/resources/world-form-client.jpg") no-repeat scroll 0 0 / cover ;
  min-height: 660px;
  padding: 39px 50px;
  position: relative;
  z-index: 1;
}
.world-form-client-left::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.world-form-client-left .section-title {
  background: rgba(0, 0, 0, 0) url("../img/resources/world-client-border.png") no-repeat scroll center center / 100% 100%;
  padding: 228px 35px 184px;
}
.world-form-client-left .section-title h2 {
  color: #fff;
  font-size: 38px;
}
.world-form-client-left .section-title p {
  color: #ffffff;
  line-height: 28px;
  margin: 20px 0 0;
}
.world-form-client-left .section-title.text-center span.separator {
  color: #fff;
}
.world-form-client-left .section-title.text-center span.separator::before {
  background: #fff;
}
.world-form-client-left .section-title.text-center span.separator::after {
  background: #fff none repeat scroll 0 0;
}

.world-form-client-right {
  background: #e9f0f6 none repeat scroll 0 0;
  min-height: 660px;
  padding: 150px 80px 0;
}
.world-client-single-item {
  background: rgba(0, 0, 0, 0) url("../img/testimonials/world-client-icon.png") no-repeat scroll center bottom;
  padding-bottom: 52px;
}
.world-client-single-item .img-holder {
  margin: 0 0 39px;
}
.world-client-single-item .content {
  margin: 0 80px;
}
.world-client-single-item .content p {
  color: #718097;
  font-size: 16px;
  line-height: 34px;
  margin: 0 0 20px;
}
.world-client-single-item .content span {
  color: #ffa800;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "montserrat_light",sans-serif;
}

.client-testimonial-control {
  color: #afb4b8;
  font-size: 40px;
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.client-testimonial-control.right {
  left: auto;
  right: 0;
}
.client-testimonial-control:hover{
    color: #fd3951;    
}
/*=====End world form client css=====*/

/*=====start our client area css=====*/
.our-client-area {
}
.our-client-items .single-item {
  border-right: 1px solid #e5e5e5;
  padding-bottom: 75px;
  padding-top: 76px;
}
.our-client-items .single-item {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  height: 200px;
  padding-top: 76px;
}
.our-client-items .single-item:last-child{
    border-right: none;
}
/*=====End our client area css=====*/

/*start latest blog post area css=*/
.latest-blog-post-area {
  padding-bottom: 110px;
  padding-top: 137px;
}
.latest-blog-post-area .section-title {
  padding-bottom: 64px;
}
.single-latest-blog .img-holder {
    position: relative;
}
.single-latest-blog .img-holder::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: url(../img/latest-blog/img-overlay.png);
}
.single-latest-blog .img-holder .date {
  left: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
}
.single-latest-blog .img-holder .date h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 3px;
}
.single-latest-blog .img-holder .date p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "montserratregular",sans-serif;
}
.single-latest-blog .img-holder .icon-holder {
  bottom: 20px;
  position: absolute;
  right: 20px;
}
.single-latest-blog .img-holder .icon-holder i {
  background: #1ea433 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 30px;
  padding: 14px 12px;
}
.single-latest-blog .img-holder .icon-holder i.Special {
  background: #ffa800 none repeat scroll 0 0;
}
.single-latest-blog .content h4 {
  margin: 38px 0 3px;
}
.single-latest-blog .content ul {
  overflow: hidden;
}
.single-latest-blog .content ul li {
  color: #888888;
  float: left;
  font-size: 14px;
}
.single-latest-blog li::after {
  color: #666;
  content: "/";
  display: inline-block;
  margin: 0 7px;
}
.single-latest-blog li:last-child::after{
    content: "";
}
.single-latest-blog .content ul li span {
  padding-left: 5px;
}
.single-latest-blog .content p {
  margin: 10px 0 0;
}
/*=====End our client area css=====*/

/*=====start footer full width home3 area css===*/
.footer.full-width.home3 {
  padding: 87px 5% 80px;
  width: 100%;
}
.footer.home3 {
    background: rgba(0, 0, 0, 0) url("../img/resources/footer-bg2.jpg") no-repeat fixed center center / cover ;
    overflow: hidden;
    position: relative; 
}
.col-lg-3.h3-about-us-pd {
  padding: 0 60px 0 0;
}
.h3-about-us-widget {
  margin-top: -11px;
}
.home3 .single-footer-widget h3 {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 50px;
  text-transform: uppercase;
}
.h3-about-us-widget p {
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserrat_light",sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 27px;
}
.h3-about-us-widget ul li {
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserrat_light",sans-serif;
  font-size: 11px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.h3-about-us-widget ul li i {
  font-size: 17px;
  padding-right: 15px;
}
.col-lg-3.h3-latest-news-pd {
  padding: 0 60px 0 0;
}
.h3-latest-news-item .h3-single-item {
  margin-bottom: 20px;
  margin-top: -3px;
}
.h3-latest-news-item .h3-single-item .img-holder {
  float: left;
  margin-right: 40px;
}
.h3-latest-news-item .h3-single-item .content {
  overflow: hidden;
}
.h3-latest-news-item .h3-single-item .content p {
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserrat_light",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0;
}
.h3-latest-news-item .h3-single-item .content span {
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserrat_light",sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
}
.col-lg-3.h3-userlink-pd {
  padding: 0;
  padding-left: 20px;
}
.h3-user-link {
  margin-top: -16px;
}
.h3-user-link ul li a{
  color: rgba(255, 255, 255, 0.65);
  font-family: "montserrat_light",sans-serif;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
}
.h3-user-link ul.floatleft {
  float: left;
  width: 150px;
}
.h3-user-link ul li i {
  padding-right: 8px;
}
.h3-gallery-item {
  margin-top: -3px;
}
.col-lg-3.h3-gallery {
  padding: 0;
}
.h3-gallery-item .single-item {
  float: left;
  margin-bottom: 19px;
  padding-right: 15px;
}
.h3-gallery-item .single-item img {
  width: 119px;
}

/*=====End footer full width home3 area css===*/
/*=================================================================End index3.html page css=====================*/
/*=================================================================Start index4.html page css===================*/
/*=====Start top bar home 4 area css==========*/
.top-bar.home-v4 {
  background: #333333 none repeat scroll 0 0;
}
/*=====End top bar home 4 area css===========*/
/*=====Start Slider header and mainmenu css==*/
.slider-area-h4{
    background: url(../img/slider/home4-slider-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.slider-area-h4::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
}
.logo-h4 {
  padding-top: 36px;
}
.mainmenu-h4 {
}
.mainmenu-h4 ul li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "montserratregular",sans-serif;
}
.slider-text-area-h4 {
  padding-bottom: 180px;
  padding-top: 200px;
}
.slider-text-area-h4 .slider-text-h4 h1 {
  background: rgba(0, 0, 0, 0) url("../img/slider/home-4-h1-bg.png") no-repeat scroll 0 0 / 100% 100%;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular",sans-serif;
  font-size: 70px;
  font-weight: 600;
  margin: 0 0 31px;
  padding-bottom: 16px;
  padding-left: 80px;
  padding-top: 23px;
  text-transform: uppercase;
  padding-right: 80px;
}
.slider-text-area-h4 .slider-text-h4 p {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 43px;
}
.slider-text-area-h4 .slider-text-h4 a {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 10px 41px;
  font-family: "montserrat_light",sans-serif;
}
/*=====End Slider header and mainmenu css==*/

/*=====Start wlcome our muscat area css====*/
.welcome-our-muscat-area {
  padding-bottom: 130px;
  padding-top: 138px;
}
.welcome-our-muscat-area .section-title {
  padding-bottom: 63px;
}
/*=====End wlcome our muscat area css====*/

/*=====Start our info h4 area css====*/
.our-info-h4 .who-we-are-h4 {
  background: #1ea433 none repeat scroll 0 0;
  padding: 0;
}
.our-info-h4 .single-item {
  padding: 92px 115px 150px;
}
.our-info-h4 .single-item i {
  color: #fff;
  font-size: 40px;
}
.our-info-h4 .single-item h3 {
  color: #fff;
  font-family: "montserrat_light",sans-serif;
  font-size: 21px;
  margin: 11px 0 28px;
  text-transform: uppercase;
}
.our-info-h4 .single-item p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 38px;
}
.our-info-h4 .single-item a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  padding: 9px 37px;
  font-family: "montserratregular",sans-serif;
  transition: all .3s ease;
}
.our-info-h4 .single-item a:hover {
  background: #fff;
  color: #000;
}
.our-info-h4 .our-mission-h4 {
  background: #262f3a none repeat scroll 0 0;
  padding: 0 0 3px;
}
.our-info-h4 .what-we-do-h4 {
  background: #fd3951 none repeat scroll 0 0;
  padding: 0;
}
/*=====End our info h4 area css====*/

/*=====start core features area css====*/
.explore-features-items .single-item .icon-holder.core-muscat i {
  background: #1ea433 none repeat scroll 0 0;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.explore-features-items .single-item:hover .core-muscat i{
    background: none;
    color: #1ea433;
}
/*=====End core features area css====*/

/*=====Start experience team area h4 css====*/
.experience-team-area-h4 {
  background: rgba(0, 0, 0, 0) url("../img/resources/experience-team-bg.jpg") no-repeat scroll 0 0 / cover ;
  padding-bottom: 130px;
  padding-top: 145px;
  position: relative;
  z-index: 1;
}
.experience-team-area-h4::before {
  background: #262f3a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.97;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.experience-team-area-h4 .experience-team-items {
  margin: 0 auto 135px;
  width: 830px;
}
.experience-team-area-h4 .experience-team-items .experience-team-single-item {
  width: 166px;
  float: left;
}
.experience-team-area-h4 .experience-team-items .experience-team-single-item i {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  height: 50px;
  display: block;
  margin: 0 0 18px;
  transition: all 0.5s ease 0s;
}
.experience-team-area-h4 .experience-team-items .experience-team-single-item h5 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "montserrat_light",sans-serif;
  transition: all 0.5s ease 0s;
}
.experience-team-area-h4 .experience-team-left {
  padding-left: 50px;
}
.experience-team-area-h4 .experience-team-left h3 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 37px;
  text-transform: uppercase;
}
.experience-team-area-h4 .experience-team-left p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.experience-team-area-h4 .experience-team-right-text {
    padding-left: 40px;
}
.experience-team-area-h4 .experience-team-right-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: -5px;
}
.experience-team-single-item:hover.experience-team-single-item i {
  color: #0cb4ce;
}
.experience-team-single-item:hover.experience-team-single-item h5{
    color: #0cb4ce;
}
/*=====End experience team area h4 css====*/

/*=====Start portfolio area-h4 css========*/
.single-portfolio-h4 {
  padding: 0 22.5px;
}
.single-portfolio-h4 .single-portfolio-item {
  margin-left: 0;
  margin-right: 0;
}
.single-portfolio-h4 .single-portfolio-item .overlay {
  bottom: 21px;
  left: 42px;
  right: 43px;
  top: 20px;
}
/*=====End portfolio area-h4 css========*/

/*=====Start we have achive area css====*/
.we-have-achive-area {
  overflow: hidden;
}
.we-have-achive-left {
  padding: 0;
}
.we-have-achive-left img {
  float: right;
  max-width: none;
}
.we-have-achive-right {
  background: #e9f0f6 none repeat scroll 0 0;
  height: 829px;
  padding: 125px 0 133px 90px;
}
.we-have-achive-right .section-title {
  padding-right: 200px;
}
.we-have-achive-right .section-title h2 {
  font-size: 42px;
  margin: 0 0 11px;
}
.we-have-achive-right .section-title span {
  color: #000000;
}
.we-have-achive-right .section-title p {
  color: #718097;
  line-height: 30px;
  margin: 33px 0 35px;
}
.we-have-achive-items {
  width: 540px;
}
.we-have-achive-items .single-item {
  float: left;
  width: 180px;
}
.we-have-achive-items .single-item .icon-holder i {
  color: #3fd8ff;
  float: left;
  font-size: 35px;
  margin-right: 15px;
}
.we-have-achive-items .single-item .icon-holder i.branch-icon {
  color: #ffa800;
}
.we-have-achive-items .single-item .icon-holder i.awards-icon {
  color: #fd3951;
}
.we-have-achive-items .single-item .content {
  float: left;
}
.we-have-achive-items .single-item .content h1 {
  color: #3fd8ff;
  font-family: "Raleway";
  font-size: 30px;
  font-weight: 400;
  margin: -5px 0 8px;
}
.we-have-achive-items .single-item .content h1.branch-count {
  color: #ffa800;
  margin-top: -5px;
}
.we-have-achive-items .single-item .content h1.awards-count {
  color: #fd3951;
  margin-top: -5px;
}
.we-have-achive-items .single-item .content h3 {
  color: #a9b2c1;
  font-size: 19px;
  font-weight: 400;
  font-family: "Raleway";
}
.we-have-achive-right-img {
  padding-right: 50px;
  padding-top: 110px;
}
/*=====End we have achive area css====*/

/*=====Start Pricing Table area css===*/
.pricing-table-area {
  padding-bottom: 135px;
  padding-top: 138px;
}
.pricing-table-area .section-title {
  padding-bottom: 64px;
}
.single-price-box {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-bottom: 50px;
}
.single-price-box .price-name {
  background: #282828;
  padding: 60px 0px;
}
.single-price-box .price-name.standard-price-name {
  background: #1ea433 none repeat scroll 0 0;
}
.single-price-box .price-name h3 {
  color: #ffffff;
  font-size: 19px;
  margin-top: -19px;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.single-price-box .price-amount-box {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 2px 5px #d1cfcf;
  height: 111px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  top: -43px;
  width: 111px;
}
.single-price-box .price-amount-box h2 {
  color: #111111;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.single-price-box .price-amount-box p {
  color: #777777;
  font-size: 12px;
  font-family: "montserrat_light",sans-serif;
}
.single-price-box .price-lists ul {
  margin-top: -9px;
}
.single-price-box .price-lists ul li {
    color: #777777;
    line-height: 43px;
}
.single-price-box .price-join-now a {
  background: #282828 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular",sans-serif;
  font-size: 13px;
  margin: 34px 0 0;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.single-price-box .price-join-now a:hover {background: #fff;color: #000;}
.single-price-box .price-join-now.standard-join-now a:hover {
  background: #774ECA;
  color: #fff;
}
.single-price-box .price-join-now.standard-join-now a {
  background: #1ea433 none repeat scroll 0 0;
  transition: all .3s ease;
}
/*=====End Pricing Table area css===*/

/*=====Start contact us area========*/
.contact-form-h4 {
  background: #e9f0f6 none repeat scroll 0 0;
  padding: 78px 100px 130px;
}
.contact-form-h4 .section-title h2 {
  font-size: 42px;
  margin: 0 0 11px;
}
.contact-form-h4 .section-title p {
  color: #000000;
  margin: 0 0 61px;
}
.contact-form-h4 input {
  border: 1px solid #fff;
  color: #898989;
  display: block;
  font-family: "Raleway";
  font-size: 11px;
  font-weight: 400;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 29px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.contact-form-h4 textarea {
  border: 1px solid #fff;
  color: #898989;
  display: block;
  font-family: "Raleway";
  font-size: 11px;
  font-weight: 400;
  height: 220px;
  margin-bottom: 41px;
  padding: 10px 29px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.contact-form-h4 input:focus {
    border: 1px solid #282828;
}
.contact-form-h4 textarea:focus {
    border: 1px solid #282828;
}
.contact-form-h4 button.contact-us-button:hover {
  background: #31336d;
}
.contact-form-h4 button.contact-us-button {
  transition: all .3s ease;
  background: #57599f none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 11px 40px;
  text-transform: uppercase;
  font-family: "montserrat_light",sans-serif;
}
.contact-form-img {
  padding: 0;
}
/*=====End contact us area css===========*/

/*=====Start home4-client-area css========*/
.home4-client-area .single-item {
  height: 177px;
  padding-top: 45px;
}
/*=====End home4-client-area css==========*/

/*=====Start footer-bottom-h4 area css====*/

.footer-bottom.clearfix.full-width.footer-bottom-h4 {
  padding: 20px 5%;
  width: 100%;
}
/*=====End footer-bottom-h4 area css======*/
/*=================================================================End index4.html page css=====================*/
/*=================================================================Start index5.html page css===================*/
/*==Start slider and header h5 area css===*/
.slider-area-h5{
    background: url(../img/slider/home5-slider-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    z-index: 1;
}
.slider-area-h5::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header-h5 {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  padding-bottom: 28px !important;
  padding-top: 16px !important;
  position: relative;
  top: 60px;
}
.logo-h5 {
  padding-left: 50px;
  padding-top: 13px;
}
.mainmenu-h5 ul {
    text-align: right;
}
.mainmenu-h5 ul li {
  display: inline-block;
  float: none;
}
.mainmenu-h5 ul li a {
  color: #222222;
  display: block;
  font-family: "montserratregular",sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-right: 32px;
  padding-top: 25px;
  text-transform: uppercase;
}
.slider-text-area-h5 {
  padding-bottom: 250px;
  padding-top: 250px;
}
.slider-text-h5 a i{
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 26px;
  height: 96px;
  padding: 35px 0;
  width: 96px;
}
.slider-text-h5 h1 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  margin: 43px 0 22px;
  text-transform: uppercase;
}
.slider-text-h5 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 42px;
}
.slider-text-h5 .slider-h5-button a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.slider-text-h5 .slider-h5-button a {
  transition: all .3s ease;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "montserrat_light",sans-serif;
  font-size: 13px;
  margin: 0 4px;
  padding: 11px 33px;
  text-transform: uppercase;
}
.slider-text-h5 .slider-h5-button a.contact-us:hover {
  background: #915aff;
  color: #fff;
}
.slider-text-h5 .slider-h5-button a.contact-us {
  transition: all .3s ease;
  background: #1ea433 none repeat scroll 0 0;
  border: 1px solid #1ea433;
}
/*=====End slider and header h5 area css===*/

/*=====Start muscat-multipurpose-template-area css===*/
.muscat-multipurpose-template-area {
  overflow: hidden;
  padding-bottom: 145px;
  padding-top: 142px;
}
.muscat-multipurpose-template-text .section-title h2 {
  font-size: 40px;
  margin: 0 0 15px;
}
.muscat-multipurpose-template-text .section-title p {
  color: #77889d;
  font-size: 17px;
  margin: 0 0 23px;
}
.muscat-multipurpose-template-text a {
  background: #8a9fb9 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "montserrat_light",sans-serif;
  font-size: 13px;
  margin-top: 25px;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.muscat-multipurpose-template-text a:hover {
  background: #49607c;
}

.muscat-multipurpose-template-img img {
  float: left;
  max-width: none;
  padding-left: 20px;
}
/*=====End muscat-multipurpose-template-area css===*/

/*=====Start muscat multipurpose Theme css=========*/
.muscat-multipurpose-theme-area{
    background: url(../img/resources/muscat-mltp-theme-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.muscat-multipurpose-theme-area::before {
  background: #262f3a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.96;
  position: absolute;
  top: 0;
  width: 100%;
}
.muscat-multipurpose-theme-area .creative-agency {
  margin-left: 0;
}
.muscat-multipurpose-theme-area .award-winning {
  margin-right: 0;
}
.muscat-multipurpose-theme-area .single-item {
  border: 1px solid #626871;
  margin-bottom: 30px;
  margin-top: 30px;
}
.muscat-multipurpose-theme-area .single-item:hover {border-color: #FFA800 !important;}
.muscat-multipurpose-theme-area .single-item.creative-agency-item {
  border: 1px solid #625331;
  transition: all .3s ease;
}
.muscat-multipurpose-theme-area .single-item {
  padding: 125px 100px 120px;
}
.muscat-multipurpose-theme-area .single-item i {
  color: #ffa800;
  font-size: 35px;
  font-weight: 700;
}
.muscat-multipurpose-theme-area .single-item h3 {
  color: #fffefe;
  font-family: "montserrat_light",sans-serif;
  font-size: 17px;
  margin: 10px 0 1px;
  text-transform: uppercase;
}
.muscat-multipurpose-theme-area .single-item span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
    text-transform: capitalize;
}
.muscat-multipurpose-theme-area .single-item p {
  color: #fffefe;
  font-size: 14px;
  line-height: 29px;
  margin: 20px 0 0;
}
/*=====End muscat multipurpose Theme css=========*/

/*=====Start our provide service-area============*/
.our-provide-service-area{
    overflow: hidden;
    background: #e9f0f6;
}
.our-provide-service-right .section-title {
  padding-bottom: 43px;
}
.our-provide-service-right .section-title h2 {
  font-size: 42px;
  margin: 0 0 10px;
}
.our-provide-service-right .section-title p {
  font-size: 15px;
}
.our-provide-service-img {
  padding-right: 0;
}
.our-provide-service-img img {
  max-width: none;
  float: right;
}
.our-provide-service-right {
  padding: 155px 85px 117px;
}
.our-provide-service-right .single-item {
  padding-bottom: 35px;
  padding-right: 35px;
}
.our-provide-service-right .single-item i {
  color: #fea700;
  font-size: 35px;
  font-weight: 700;
}
.our-provide-service-right .single-item h5 {
  color: #111111;
  font-family: "montserrat_light",sans-serif;
  font-size: 14px;
  margin: 20px 0 15px;
  text-transform: uppercase;
}
/*=====End our provide service-area============*/

/*=====Start why choose muscat area============*/
.why-choose-muscat-area {
  background: #e9f0f6 none repeat scroll 0 0;
  overflow: hidden;
}
.why-choose-muscat-left .section-title {
  padding-bottom: 45px;
}
.why-choose-muscat-left .section-title h2 {
  font-size: 42px;
  margin: 0 0 10px;
}
.why-choose-muscat-left .section-title p {
  color: #000000;
  font-size: 15px;
}
.why-choose-muscat-left {
  padding: 155px 220px 100px 100px;
}
.why-choose-muscat-left .single-item {
  padding-bottom: 45px;
}
.why-choose-muscat-left .single-item .icon-holder i {
  color: #1ea433;
  float: left;
  font-size: 35px;
  font-weight: 700;
  margin-right: 40px;
}
.why-choose-muscat-left .single-item .content {
  overflow: hidden;
}
.why-choose-muscat-left .single-item .content h5 {
  margin: 0 0 16px;
}
.why-choose-muscat-left .single-item .content p {
  line-height: 29px;
}
.why-choose-muscat-img {
  padding-left: 0;
}
.why-choose-muscat-img img {
  float: left;
  max-width: none;
}
/*=====End why choose muscat area============*/

/*=====Start meat our team v2 area===========*/
.meat-our-team-v2-area {
  padding-bottom: 140px;
  padding-top: 138px;
}
.meat-our-team-v2-area .section-title {
  padding-bottom: 60px;
}
.single-item-member-v2 .content h4 {
  font-size: 16px;
  margin: 28px 0 2px;
}
.single-item-member-v2 .content ul {
    overflow: hidden;
}
.single-item-member-v2 .content ul li {
  color: #ffa800;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 -2px;
  text-transform: uppercase;
}
.single-item-member-v2 .content ul li::after {
  color: #ffa800;
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.single-item-member-v2 .content ul li:last-child::after {
  content: "";
}
.single-item-member-v2 .content span{
  color: #ffa800;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;    
}
.single-item-member-v2 .content p {
  line-height: 29px;
  margin: 12px 0 0;
}
/*=====End meat our team v2 area===========*/

/*=====Start home5 footer area=============*/
.home5 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 85px 5% 70px !important;
  width: 100% !important;
}
.single-footer-widget.single-footer-widget-h5 .title {
  font-size: 15px;
}
.single-footer-widget-h5 .single-footer-widget ul.contact-info {
  padding-right: 80px;
}
.single-footer-widget.single-footer-widget-h5 ul.latest-work-widget {
  margin-left: -5px;
  margin-right: -5px;
}
.single-footer-widget.single-footer-widget-h5 ul.latest-work-widget li {
  display: inline-block;
  margin: 0 2.5px 10px;
}
/*=====End home5 footer area=============*/

/*=====Star footer bottom h5 area========*/
.footer-bottom-h5-area {
  background: #242c36 none repeat scroll 0 0;
  border-bottom: 1px solid #454b54;
  border-top: 1px solid #454b54;
  padding-bottom: 65px;
  padding-top: 68px;
}
.footer-bottom-h5.text-center p {
  color: #fff;
  font-family: "montserrat_light",sans-serif;
  font-size: 11px;
  margin: 9px 0 0;
  text-transform: uppercase;
}
.footer-bottom-h5.text-center span i {
  color: #f65280;
  font-size: 14px;
  font-weight: 600;
  margin: 0 3px;
}
/*=====End footer bottom h5 area========*/
/*=================================================================End index5.html page css=====================*/
/*=================================================================Start about-v1.html page css=================*/
/*====Start breadcrumb area css=========*/
.breadcrumb-area {
  background: rgba(0, 0, 0, 0) url("../img/resources/breadcrumb-bg.jpg") no-repeat scroll center center / cover ;
  padding-bottom: 125px;
  padding-top: 132px;
  position: relative;
}
.breadcrumbs h1 {
  color: #ffffff;
  display: inline-block;
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 600;
  line-height: 31px;
  padding: 46px 70px 0;
  border: 5px solid #7d8289;
  border-bottom: none;
  text-transform: uppercase;
}
.breadcrumb-area::before {
  background: #262f3a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
/*====End breadcrumb area css===========*/

/*==Start Breadcrumb bottom area css====*/
.breadcrumb-bottom-area {
  background: #1ea433 none repeat scroll 0 0;
  padding-bottom: 13px;
  padding-top: 13px;
}
.breadcrumb-bottom-left a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb-bottom-right {
    text-align: right;
}
.breadcrumb-bottom-right ul {
}
.breadcrumb-bottom-right ul li {
  display: inline-block;
  float: none;
}
.breadcrumb-bottom-right ul li::after {
  color: #fff;
  content: "/";
  margin: 0 0 0 7px;
}
.breadcrumb-bottom-right ul li:last-child::after {
  content: "";
}
.breadcrumb-bottom-right ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
/*==End Breadcrumb bottom area css====*/
/*=================================================================End about-v1.html page css===================*/
/*=================================================================Start about-v2.html page css=================*/
.breadcrumb-area-v2{
    background: url(../img/resources/breadcrumb-bg-v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.breadcrumb-area-v2::before {
  background: #262f3a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.breadcrumb-text-area-v2 {
  padding-bottom: 150px;
  padding-top: 180px;
}
.who-we-are-area.recent-form-our-blog {
  padding-bottom: 140px;
  padding-top: 137px;
}
/*=================================================================Start about-v2.html page css=================*/
/*=================================================================Start services-v1.html page css==============*/
.breadcrumb-area.service-v1-bdc-bg {
  background: url(../img/resources/service-v1-bdc-bg.jpg); 
  background-position: center center;
}
.why-choose-us img {
  margin-bottom: -1px;
}
/*=================================================================End services-v1.html page css================*/
/*=================================================================Start services-v2.html page css==============*/
.breadcrumb-area-v2.breadcrumb-v3 {
  background: url(../img/resources/breadcrumb-bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*=================================================================End services-v2.html page css================*/
/*==============================================================Start blog-right-sidebar.html page css==========*/
/*==Start blog content css====*/
.breadcrumb-area.blog-right-v1-breadcrumb {
  background: rgba(0, 0, 0, 0) url("../img/resources/blog-right-v1-bdc-bg.jpg") no-repeat scroll 0 0 / 100% 100%;
}
.blog-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.blog-content .blog-post-items {
  margin-right: 60px;
}
.blog-content .sidebar-wrapper {
  border-left: 1px solid #000;
  margin-left: -50px;
  padding-left: 40px;
}
.blog-content .single-blog-post {
  padding-bottom: 45px;
}
.blog-content .single-blog-post a h4 {
  margin: 38px 0 11px;
}
.blog-content .single-blog-post ul {
  margin-bottom: 14px;
}
.single-blog-post ul li span a i {
  color: #96a1b3;
  font-size: 13px;
  margin: 0 3px;
}
.single-blog-post ul li span a i:hover{
    color: #ff1744;
}
.blog-content .single-blog-post h3 {
  color: #718097;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 9px;
  margin-top: 13px;
  text-transform: none;
}
.blog-content .single-blog-post p {
  font-size: 14px;
  line-height: 26px;
}
.blog-content .single-blog-post p span {
  color: #ffa800;
  font-weight: 600;
}
.blog-content .single-blog-post p span.style-1 {
  color: #1ea433;
  font-weight: 500;
}
.blog-content .single-blog-post p span.style-2 {
  color: #fd3951;
  font-weight: 500;
}
.blog-content .single-blog-post p span.style-3 a {
  color: #333333;
  font-weight: 600;
  text-decoration: underline !important;
}
.blog-content .single-blog-post p.special-1 {
  font-weight: 500;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}
.blog-content .single-blog-post p.special-1::before {
  background: #ff4569 none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 0px;
  position: absolute;
  top: 7px;
  width: 2px;
}
.blog-content .single-blog-post b {
  color: #96a1b3;
  display: inline-block;
  float: left;
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  padding-right: 10px;
}
.post-pagination {
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
  margin-top: 40px;
}
.post-pagination li {
  display: inline-block;
}
.post-pagination li a {
  border: 1px solid #000000;
  color: #718097;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  margin: 0 3px;
  padding: 5px;
  width: 40px;
}
.post-pagination li span {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  margin: 0 5px;
  padding: 5px;
  width: 40px;
  background: #1ea433;
}
.post-pagination li a:hover{
  background: #1ea433; 
  color: #fff;
  border: 1px solid #1ea433;
}

.blog-content .sidebar-wrapper {
  border-left: 1px solid #ced2d7;
  margin-left: -50px;
  margin-top: -150px;
  padding-left: 40px;
  padding-top: 150px;
}
.blog-content .single-sidebar {
  border-bottom: 1px solid #d2d5d9;
  margin-left: -40px;
  padding-bottom: 35px;
  padding-left: 40px;
}
.blog-content .single-sidebar:last-child{
    border-bottom: none;
}
.single-sidebar .search-form input {
  border: 1px solid #dddddd;
  color: #acb6c4;
  font-size: 13px;
  height: 40px;
  padding-left: 15px;
  padding-right: 70px;
  width: 100%;
}
.single-sidebar .search-form button {
  background: #fd3951 none repeat scroll 0 0;
  border: medium none;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 50px;
}
.single-sidebar .search-form button i {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  padding-left: 1px;
  padding-top: 10px;
}
.single-sidebar .title {
  color: #525f71;
  font-size: 20px;
  padding-bottom: 41px;
  padding-top: 57px;
  text-transform: uppercase;
  font-family: "montserrat_light",sans-serif;
}

.single-sidebar .categories-lists {
  margin-top: -15px;
}
.single-sidebar .categories-lists li a {
  color: #718097;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}
.single-sidebar .categories-lists li a span {
  color: #fd3951;
  padding-right: 10px;
  font-family: "montserratregular",sans-serif;
}

.single-sidebar .recent-posts-list li {
  margin-bottom: 24px;
}
.single-sidebar .recent-posts-list li .img-box {
  width: 72px;
}
.single-sidebar .recent-posts-list li .img-box, .single-sidebar .recent-posts-list li .recent-post-content {
  display: table-cell;
  vertical-align: middle;
}
.single-sidebar .recent-posts-list .recent-post-content {
  line-height: 22px;
  padding-left: 20px;
}
.single-sidebar .recent-posts-list .recent-post-content a {
  color: #718097;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.single-sidebar .recent-posts-list .recent-post-content p {
  color: #ff1744;
  font-size: 14px;
  margin: 8px 0 0;
}
.single-sidebar .recent-posts-list .recent-post-content p span {
  color: #111111;
  padding-right: 5px;
}

.single-sidebar .archive-list {
  margin-top: -15px;
}
.single-sidebar .archive-list li a {
  color: #718097;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}
.single-sidebar .archive-list li a span {
  color: #fd3951;
  font-size: 14px;
  padding-right: 10px;
  font-family: "montserratregular",sans-serif;
}

.single-sidebar .tag-list {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}
.single-sidebar .tag-list li {
  display: inline-block;
}
.single-sidebar .tag-list li a {
  border: 1px solid #000000;
  color: #718097;
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin: 0 5px 10px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.single-sidebar .tag-list li a:hover {
  border: 1px solid #fd3951;
  background: #fd3951;
  color: #ffffff;
}
/*==End blog content css====*/
/*==============================================================End blog-right-sidebar.html page css============*/
/*==============================================================Start blog-single.html page css=================*/
.blog-content.single-blog-page .single-blog-post {
  padding-bottom: 0;
}
/*==Start caption box css====*/
.single-blog-post .caption-box {
  background: rgba(0, 0, 0, 0) url("../img/blog-details/caption-box-bg.png") no-repeat scroll center top;
  border-bottom: 1px solid #1ea433;
  margin: 33px 0 55px;
  padding-bottom: 30px;
  padding-top: 49px;
}
.single-blog-post .caption-box p {
  color: #718097;
  font-size: 16px;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
/*==End caption box css====*/

/*==Start img caption box css====*/
.single-blog-post .img-caption-box {
  margin-bottom: 32px;
}
.single-blog-post .img-caption-box .img-box {
  width: 376px;
}
.single-blog-post .img-caption-box .text-box {
  padding-left: 30px;
}
.single-blog-post .img-caption-box .img-box, .single-blog-post .img-caption-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post .img-caption-box .text-box p {
  line-height: 26px;
}
.single-blog-post .img-caption-box .text-box p span {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}
.single-blog-post .img-caption-box .text-box p span.style-1 {
  color: #1ea433;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
/*==End img caption box css====*/

/*==Start admin info box css====*/
.single-blog-post .admin-info-box {
  background: #e9f0f6 none repeat scroll 0 0;
  margin: 49px 0 83px;
  padding: 20px;
}
.single-blog-post .admin-info-box .img-box {
  width: 161px;
}
.single-blog-post .admin-info-box .admin-address {
  width: 250px;
}
.single-blog-post .admin-info-box .admin-address ul {
  margin: 0;
}
.single-blog-post .admin-info-box .admin-address ul li {
  display: inline-block;
  float: none;
  line-height: 40px;
  padding-left: 30px;
}
.single-blog-post .admin-info-box .admin-address ul li i {
  color: #fea700;
  display: inline-block;
  font-size: 16px;
  height: auto;
  width: 20px;
}
.single-blog-post .admin-info-box .admin-address ul li span.admin {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}
.single-blog-post .admin-info-box .admin-address ul li span {
  color: #777777;
  font-weight: 400;
  padding-left: 10px;
}
.single-blog-post .admin-info-box .admin-text {
  
}
.single-blog-post .admin-info-box .img-box, .single-blog-post .admin-info-box .admin-address, .single-blog-post .admin-info-box .admin-text{
    display: table-cell;
    vertical-align: middle;
}
.single-blog-post .admin-info-box .admin-address ul li span.admin-social-link {
  margin-left: -5px;
}
.single-blog-post .admin-info-box .admin-address ul li span.admin-social-link i {
  color: #000000;
  font-size: 13px;
  margin: 0;
}
.single-blog-post .admin-info-box .admin-address ul li span.admin-social-link i:hover{
    color: #d34836;
}

.single-blog-post .admin-info-box .admin-text p span {
  color: #718097;
  font-weight: 500;
}
/*==End admin info box css====*/

/*==Start comment box css====*/
.single-blog-post .comment-box .title {
  color: #525f71;
  font-family: "montserratultra_light",sans-serif;
  font-size: 28px;
  margin: 0 0 48px;
}
.single-blog-post .comment-box .single-comment-box {
  margin-bottom: 30px;
}
.single-blog-post .comment-box .single-comment-box.comment-reply {
  padding-left: 60px;
}
.single-blog-post .comment-box .single-comment-box .comment-img {
  float: left;
  width: 90px;
}
.single-blog-post .comment-box .single-comment-box .comment-text {
  overflow: hidden;
  padding-left: 30px;
}
.single-blog-post .comment-box .single-comment-box .comment-text h4 {
  margin: 5px 0 17px;
}
.single-blog-post .comment-box .single-comment-box .comment-text p {
  overflow: hidden;
}
.single-blog-post .comment-box .single-comment-box .comment-text ul {
  border-right: 1px solid #dddddd;
  float: left;
  margin: 0 20px 0 0;
  width: 92px;
}
.single-blog-post .comment-box .single-comment-box .comment-text ul li {
  color: #525f71;
  display: block;
  font-family: "montserrat_light",sans-serif;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
}
.single-blog-post .comment-box .single-comment-box .comment-text ul li a {
  color: #fd3951;
}
.single-blog-post .comment-box .single-comment-box .comment-text ul li a i {
  padding-right: 5px;
}
/*==End comment box css====*/

/*==Start comment form css====*/
.single-blog-post .comment-form h1 {
  color: #525f71;
  font-family: "montserratultra_light",sans-serif;
  font-size: 28px;
  margin: 100px 0 54px;
}
.single-blog-post .comment-form input, .single-blog-post .comment-form textarea {
  border: 1px solid #dddddd;
  color: #acb6c4;
  display: block;
  font-size: 13px;
  height: 40px;
  outline: medium none;
  padding: 0 15px;
  width: 100%;
  transition: all 0.5s ease 0s;
  font-family: 'PT Sans', sans-serif;
}
.single-blog-post .comment-form textarea {
  height: 140px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-top: 15px;
}
.single-blog-post .comment-form button {
  background: #fd3951 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px 43px;
  font-family: "montserratregular",sans-serif;
}
.single-blog-post .comment-form input:focus{
    border: 1px solid #fd3951
}
.single-blog-post .comment-form textarea:focus{
    border: 1px solid #fd3951;
}
/*==End comment form css====*/
/*==============================================================End blog-single.html page css===================*/
/*==========================================================Start blog-right-sidebar-v2.html page css===========*/
.breadcrumb-area-v2.blog-right-v2-bdc-bg {
  background: url(../img/resources/blog-right-v2-bdc-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;   
}
.blog-content-v2 {
  padding-bottom: 149px;
  padding-top: 150px;
}
.blog-content-v2 .blog-post-item-v2 {
  margin-right: 60px; 
  font-size: 14px;
  line-height: 26px;
}
.blog-content-v2 .sidebar-wrapper {
  margin-left: -30px;
}

/*==Start single latest blog css====*/
.blog-content-v2 .single-latest-blog {
  margin-bottom: 55px;
}
.blog-content-v2 .single-latest-blog .img-holder::before {
  background: url(../img/blog-post-v2/single-blog-ing-overlay.png);
  background-size: cover;
  background-position: center center;
}
.blog-content-v2 .single-latest-blog .img-holder .icon-holder {
  right: 30px;
  bottom: 30px;
}
.blog-content-v2 .single-latest-blog .img-holder .icon-holder i {
  padding: 8px;
}
.blog-content-v2 .single-latest-blog .content h4 {
  margin: 38px 0 5px;
}
.blog-content-v2 .single-latest-blog .content p.captiontext {
  font-size: 14px;
  font-weight: 400;
  margin: 11px 0 10px 10px;
  padding-left: 15px;
  position: relative;
}
.blog-content-v2 .single-latest-blog .content p.captiontext::before {
  background: #fd3951 none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 2px;
}
.blog-content-v2 .single-latest-blog .img-holder .icon-holder.yellow i {
  background: #ffa800;
}
.blog-content-v2 .single-latest-blog .content p span.style-1 {
  color: #1ea433;
  font-weight: 400;
}
.blog-content-v2 .single-latest-blog .content p span.style-2 {
  color: #fd3951;
  font-weight: 400;
}
.blog-content-v2 .single-latest-blog .content p span.style-3 {
  color: #333333;
  font-weight: 600;
}
.blog-content-v2 .single-latest-blog .img-holder .icon-holder.color-2 i {
  background: #1ea433;
}
.blog-content-v2 .single-latest-blog .content b {
  color: #96a1b3;
  display: inline-block;
  float: left;
  font-size: 52px;
  font-weight: 700;
  line-height: 55px;
  padding-right: 10px;
}
.blog-post-item-v2 .single-latest-blog .content p.caption-text-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.blog-post-item-v2 .single-latest-blog .content p span.style-4 {
  color: #fd3951;
  font-weight: 600;
}
.post-pagination.blog-right-v2 {
  margin-top: 95px;
}
.post-pagination.blog-right-v2 li {
}
.post-pagination.blog-right-v2 li a {
}
.post-pagination.blog-right-v2 li a.next {
  width: 80px;
}
.post-pagination.blog-right-v2 li span {
    background: #1ea433 none repeat scroll 0 0;
}
.post-pagination.blog-right-v2 li a:hover {
    background: #1ea433 none repeat scroll 0 0;
    border: 1px solid #1ea433;
}
/*==End single latest blog css====*/

/*==Start single sidebar v2 css====*/
.single-sidebar-v2 .search-form input {
  border: 1px solid #e6e6e6;
  color: #acb6c4;
  font-size: 13px;
  height: 43px;
  padding-left: 20px;
  padding-right: 70px;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
}
.single-sidebar-v2 .search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  height: 43px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 50px;
}
.single-sidebar-v2 .search-form button i {
  color: #718097;
  font-size: 15px;
  font-weight: 700;
}
.single-sidebar-v2 {
  margin-bottom: 43px;
}
.single-sidebar-v2 .title {
  color: #525f71;
  font-family: "montserratultra_light",sans-serif;
  font-size: 20px;
  margin: -5px 0 0;
}
.single-sidebar-v2 .title::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 2px;
  margin-bottom: 31px;
  margin-top: 10px;
  width: 40px;
}
.single-sidebar-v2 .title span {
  display: block;
}
.single-sidebar-v2 .categories {
  margin-top: -18px;
}
.single-sidebar-v2 .categories li a {
  color: #718097;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
}
.single-sidebar-v2 .categories li a span {
  border: 1px solid #808da3;
  border-radius: 50%;
  color: #777777;
  float: right;
  font-size: 12px;
  font-weight: 400;
  height: 31px;
  line-height: 26px;
  padding-left: 7px;
  width: 31px;
}

.single-sidebar-v2 .tag-list {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.single-sidebar-v2 .tag-list li {
  display: inline-block;
}
.single-sidebar-v2 .tag-list li a {
  border: 1px solid #000000;
  color: #718097;
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin: 0 5px 10px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.single-sidebar-v2 .tag-list li a:hover{
    background: #1ea433;
    color: #fff;
    border: 1px solid #1ea433;
}

.single-sidebar-v2 .recent-post-list {
  margin-bottom: 60px;
}
.single-sidebar-v2 .recent-post-list li {
  margin-bottom: 25px;
}
.single-sidebar-v2 .recent-post-list li .img-box {
  width: 82px;
}
.single-sidebar-v2 .recent-post-list li .content {
  padding-left: 15px;
}
.single-sidebar-v2 .recent-post-list li .img-box, .single-sidebar-v2 .recent-post-list li .content{
    display: table-cell;
    vertical-align: middle;
}
.single-sidebar-v2 .recent-post-list li .content a h4 {
  color: #718097;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 2px;
  text-transform: none;
}
.single-sidebar-v2 .recent-post-list li .content span {
  font-size: 12px;
  text-transform: uppercase;
  color: #999999;
}
/*==End single sidebar v2 css====*/
/*==========================================================Start blog-right-sidebar-v2.html page css====================*/
/*==========================================================Start blog-single-v2.html page css===========================*/
.blog-content-v2.blog-single-v2 .single-latest-blog {
  margin-bottom: 0;
}
.single-latest-blog .caption {
  background: rgba(0, 0, 0, 0) url("../img/blog-details-v2/caption-bg.png") no-repeat scroll center top;
  border-bottom: 1px solid #1ea433;
  margin: 35px 0 50px;
  padding-bottom: 10px;
  padding-left: 70px;
  padding-top: 18px;
}
.single-latest-blog .caption p {
  color: #718097;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
}
.single-latest-blog .caption-bottom {
  margin: 0 0 35px;
}

.single-latest-blog .img-caption {
  margin-bottom: 33px;
}
.single-latest-blog .img-caption .img-hold {
  width: 353px;
  position: relative;
}
.single-latest-blog .img-caption .img-hold:before{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/blog-details-v2/caption-overlay.png);
    width: 100%;
    height: 100%;
    content: "";
}
.single-latest-blog .img-caption .content-text {
  padding-left: 25px;
}
.single-latest-blog .img-caption .content-text p {
  margin-top: -7px;
}
.single-latest-blog .img-caption .img-hold, .single-latest-blog .img-caption .content-text{
    display: table-cell;
    vertical-align: middle;
}
.single-latest-blog .img-caption .content-text ul {
  margin-top: -5px;
  padding-left: 30px;
}
.single-latest-blog .img-caption .content-text ul li {
  line-height: 40px;
}
.single-latest-blog .img-caption .content-text ul li:after{
    content: "";
}
.single-latest-blog .img-caption .content-text ul li i {
  color: #fd3951;
  font-size: 14px;
  padding-right: 7px;
}

.single-latest-blog .admin-info-box {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-bottom: 96px;
  margin-top: 35px;
  padding-bottom: 23px;
  padding-top: 23px;
  position: relative;
}
.single-latest-blog .admin-info-box .img-hold {
  width: 133px;
}
.single-latest-blog .admin-info-box .admin-info {
  padding-left: 30px;
}
.single-latest-blog .admin-info-box .img-hold, .single-latest-blog .admin-info-box .admin-info{
    display: table-cell;
    vertical-align: middle;
}
.single-latest-blog .admin-info-box .admin-info h2 {
  color: #525f71;
  font-family: "montserrat_light",sans-serif;
  font-size: 20px;
  margin: 9px 0 15px;
}
.single-latest-blog .admin-info-box .admin-social-link {
  position: absolute;
  right: 15px;
  top: 30px;
}
.single-latest-blog .admin-info-box .admin-social-link a i {
  color: #000000;
  font-size: 14px;
  padding: 0 5px;
}
.single-latest-blog .admin-info-box .admin-social-link a i:hover{
    color: #d34836;
}

.single-latest-blog .comment-box{
}
.single-latest-blog .comment-box .title {
  color: #525f71;
  font-family: "montserratultra_light",sans-serif;
  font-size: 24px;
  margin: 0 0 46px;
}
.single-latest-blog .comment-box .single-comment-box {
  margin-bottom: 45px;
  position: relative;
}
.single-latest-blog .comment-box .single-comment-box .img-hold {
  width: 89px;
}
.single-latest-blog .comment-box .single-comment-box .comment-text {
  padding-left: 35px;
}
.single-latest-blog .comment-box .single-comment-box .comment-text h4 {
  border-bottom: 1px solid #d6dae1;
  margin: 12px 0 0;
  padding-bottom: 17px;
}
.single-latest-blog .comment-box .single-comment-box .comment-text p {
  margin: 17px 0 0;
}
.single-latest-blog .comment-box .single-comment-box .img-hold, .single-latest-blog .comment-box .single-comment-box .comment-text{
    display: table-cell;
    vertical-align: middle;
}
.single-latest-blog .comment-box .single-comment-box .comment-reply {
  position: absolute;
  right: 0;
  top: 5px;
}
.single-latest-blog .comment-box .single-comment-box.comment-reply-box {
  padding-left: 50px;
}
.single-latest-blog .comment-box .single-comment-box .comment-reply ul li {
  border-right: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-family: "montserrat_light",sans-serif;
  font-size: 11px;
  line-height: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}
.single-latest-blog .comment-box .single-comment-box .comment-reply ul li a {
  color: #9f70fc;
}
.single-latest-blog .comment-box .single-comment-box .comment-reply ul li a i {
  display: inline-block;
  padding-right: 3px;
}
.single-latest-blog .comment-box .single-comment-box .comment-reply ul li:last-child{
    border-right: none;
}
.single-latest-blog .comment-box .single-comment-box .comment-reply ul li:after{
    content: "";
    margin: 0;
}

.single-latest-blog .comment-form {
}
.single-latest-blog .comment-form h1 {
  color: #525f71;
  font-family: "montserratultra_light",sans-serif;
  font-size: 24px;
  margin: 90px 0 46px;
}
.single-latest-blog .comment-form input, .single-latest-blog .comment-form textarea {
  border: 1px solid #dddddd;
  color: #acb6c4;
  display: block;
  font-size: 13px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  transition: all 0.5s ease 0s;
}
.single-latest-blog .comment-form textarea{
  height: 140px;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-top: 15px;    
}
.single-latest-blog .comment-form button {
  background: #9f70fc none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "montserratregular",sans-serif;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.single-latest-blog .comment-form input:focus{
    border: 1px solid #9f70fc;
}
.single-latest-blog .comment-form textarea:focus{
    border: 1px solid #9f70fc;    
}
/*==========================================================End blog-single-v2.html page css===========================*/
/*==========================================================Start contact-v1.html page css=============================*/
.breadcrumb-area.contact-bdc-bg-v1 {
   background: rgba(0, 0, 0, 0) url("../img/resources/contact-bdc-bg-v1.jpg") no-repeat scroll center center / cover ;  
}
.breadcrumb-area.contact-bdc-bg-v1::before {
  opacity: 0.85;
}
.contact-area-v1 {
  padding-bottom: 120px;
  padding-top: 140px;
}
.contact-v1-left {
    padding: 0;
}
.contact-form-v1 {
  margin-right: 40px;
}
.contact-form-v1 .section-title {
  padding-bottom: 28px;
}
.contact-form-v1 .contact-form p {
  margin-bottom: 30px;
}
.contact-form-v1 .contact-form input, .contact-form-v1 .contact-form textarea {
  border: 1px solid #ececec;
  color: #acb6c4;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 42px;
  padding: 0 20px;
  width: 100%;
  transition: all .3s ease;
}
.contact-form-v1 .contact-form textarea {
  height: 188px;
  padding-top: 15px;
}
.contact-form-v1 .contact-form button {
  background: #9f70fc none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-top: 50px;
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "montserratregular",sans-serif;
  display: block;
  transition: all .3s ease;
}
.contact-form-v1 .contact-form button:hover {
  background: #774eca;
}
.contact-form-v1 .contact-form input:focus{
    border: 1px solid #4a4a4a;
}
.contact-form-v1 .contact-form textarea:focus{
    border: 1px solid #4a4a4a;
}
.contact-v1-right ul li {
  margin-bottom: 20px;
}
.contact-v1-right ul li .icon-holder {
  float: left;
  margin-right: 20px;
  padding-top: 15px;
}
.contact-v1-right ul li .content {
  float: left;
  padding-top: 8px;
}
.contact-v1-right ul li .content span {
  color: #9f70fc;
  font-size: 14px;
}
.contact-v1-right ul li .content h4 {
  font-family: "montserratregular",sans-serif;
  font-size: 16px;
  margin: 8px 0 18px;
}
.contact-v1-right ul li .content p {
  color: #000000;
  font-size: 14px;
  line-height: 25px;
}
.contact-v1-right ul li .content input {
  border: 1px solid #e0e0e0;
  color: #acb6c4;
  font-size: 13px;
  font-weight: 400;
  height: 42px;
  margin-top: 15px;
  padding-left: 20px;
  width: 200px;
}
.contact-v1-right ul li .content button {
  background: #9f70fc none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular",sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 42px;
  margin-left: -5px;
  text-transform: uppercase;
  width: 113px;
  padding-top: 1px;
}
/*==========================================================End contact-v1.html page css=================================*/
/*==========================================================Start contact-v2.html page css===============================*/
.breadcrumb-area-v2.contact-bdc-bg-v2 {
  background: rgba(0, 0, 0, 0) url("../img/resources/contact-bdc-bg-v1.jpg") no-repeat scroll center center / cover ;
}
.contact-area-v2 {
  padding-bottom: 98px;
  padding-top: 138px;
}
.contact-v2-left {
  padding: 0;
}
.contact-form-v2 {
  margin-right: 83px;
}
.contact-form-v2 .section-title {
  padding-bottom: 27px;
}
.contact-form-v2 .section-title h2 {
  margin-bottom: 8px;
}
.contact-form-v2 .contact-form p {
    margin-bottom: 30px;
}
.contact-form-v2 .contact-form input, .contact-form-v2 .contact-form textarea {
  border: 1px solid #ececec;
  color: #acb6c4;
  font-size: 13px;
  font-weight: 400;
  height: 42px;
  padding: 0 20px;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.contact-form-v2 .contact-form textarea {
  height: 186px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.contact-form-v2 .contact-form button:hover {
  background: #d7263c;
}
.contact-form-v2 .contact-form button {
  background: #fd3951 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "montserratregular",sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 42px;
  margin-top: -5px;
  text-transform: uppercase;
  width: 100%;
  transitioN: all .3s ease;
}
.contact-form-v2 .contact-form input:focus{
    border: 1px solid #777;
}
.contact-form-v2 .contact-form textarea:focus{
    border: 1px solid #777;
}

.contact-v2-right {
  margin-left: -30px;
  padding: 16px 0 0;
}
.contact-v2-right ul li {
  margin-bottom: 57px;
}
.contact-v2-right ul li .icon-holder {
  background: #fd3951 none repeat scroll 0 0;
  border-radius: 50%;
  float: left;
  height: 82px;
  width: 82px;
  margin-right: 20px;
}
.contact-v2-right ul li .icon-holder i {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  padding: 24px;
}
.contact-v2-right ul li .content {
  float: left;
  padding-top: 1px;
}
.contact-v2-right ul li .content h4 {
  font-family: "montserratregular",sans-serif;
  margin: 0 0 15px;
}
.contact-v2-right ul li .content p {
  color: #000000;
  font-size: 14px;
  line-height: 26px;
}
/*==========================================================End contact-v2.html page css=================================*/
/*==========================================================Start 404.html page css======================================*/
.breadcrumb-area.pagenot-found-bdc-bg {
    background: rgba(0, 0, 0, 0) url("../img/resources/404-bdc-bg.jpg") no-repeat scroll center center / cover ;  
}
.breadcrumb-area.pagenot-found-bdc-bg::before {
  opacity: 0.85;
}
.page-not-found-content{
    
}
.page-not-found-area {
  padding-bottom: 142px;
  padding-top: 120px;
}
.page-not-found-content h1 {
  background: rgba(0, 0, 0, 0) url("../img/404/pattern.png") no-repeat scroll 0 0 / cover ;
  color: #8a9fb9;
  display: block;
  font-size: 250px;
  margin: 0 145px;
  padding-bottom: 30px;
  padding-top: 120px;
  font-family: "montserratregular",sans-serif;
}
.page-not-found-content h2 {
  color: #111111;
  font-family: "montserratregular",sans-serif;
  font-size: 36px;
  margin: 0 0 60px;
}
.page-not-found-content h2 span {
  color: #fd3951;
}
.page-not-found-content .search-option input {
  border: 1px solid #e0e0e0;
  height: 42px;
  padding: 0 20px;
  width: 360px;
  color: #d1d1d1;
  font-size: 13px;
  font-family: "Raleway";
}
.page-not-found-content .search-option button:hover {
  background: #d7263c;
}
.page-not-found-content .search-option button {
  outline: none;
  transition: all .3s ease;
  background: #fd3951 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular",sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 42px;
  margin-left: -6px;
  margin-top: 1px;
  text-transform: uppercase;
  width: 113px;
}
.page-not-found-content p {
  color: #718097;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 22px 80px 0;
}
/*==========================================================End 404.html page css========================================*/
/*==========================================================Start faq-default.html.html page css=========================*/
.faq-default-content-area {
  padding-bottom: 100px;
  padding-top: 150px;
}
.faq-default-content-area .faq-default-content {
  font-size: 14px;
  line-height: 26px;
  margin-right: 60px;
  font-weight: 400;
}
.faq-default-content .accrodion-title h4 {
  cursor: pointer;
  margin: 0 0 44px;
  transition: all 0.5s ease 0s;
}
.faq-default-content-area .faq-default-content .accrodion-content {
  margin-top: -29px;
  padding-bottom: 43px;
}
.faq-default-content .accrodion-title h4:hover{
    color: #9F70FC;
}
.faq-default-content-area .sidebar-wrapper {
  margin-left: -30px;
}
/*==========================================================End faq-default.html.html page css===========================*/
/*==========================================================Start coming-soon.html page css==============================*/
.coming-soon-content-area {
  background: rgba(0, 0, 0, 0) url("../img/coming-soon-page/content-bg.png") no-repeat scroll 0 0 / cover ;
  padding-bottom: 180px;
  padding-top: 150px;
}
.coming-soon-content-area .logo {
  padding-bottom: 146px;
  text-align: center;
}
.coming-soon-content-area h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 98px;
  text-align: center;
  text-transform: uppercase;
}
.launch-date {
  margin: 0 32px;
  overflow: hidden;
}
.launch-date ul {
}
.launch-date ul li {
  border: 12px solid #ba9ed3;
  border-radius: 50%;
  float: left;
  height: 189px;
  margin-left: 70px;
  text-align: center;
  width: 189px;
  padding: 40px 0;
}
.launch-date ul li h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: "montserrat_light",sans-serif;
  margin: 0 0 0px;
}
.launch-date ul li p {
  color: #ffffff;
  font-size: 18px;
  font-family: "montserrat_light",sans-serif;
}
.coming-soon-content-area .contact-address {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  margin: 110px 15px 0;
  overflow: hidden;
  padding-top: 0;
}
.coming-soon-content-area .contact-address .single-item {
  border-right: 2px solid #ddd;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 31px;
}
.coming-soon-content-area .contact-address .single-item.middle {
  padding-left: 65px;
}
.coming-soon-content-area .contact-address .single-item.last-child {
  border-right: 0 none;
  padding-left: 70px;
}
.coming-soon-content-area .contact-address .single-item .icon-holder {
  float: left;
  margin-left: 5px;
  margin-right: 40px;
  padding-top: 29px;
}
.coming-soon-content-area .contact-address .single-item .content {
  float: left;
}
.coming-soon-content-area .contact-address .single-item .content h4 {
  color: #fff;
  font-family: "montserratregular",sans-serif;
  font-size: 16px;
  margin: 0 0 15px;
}
.coming-soon-content-area .contact-address .single-item .content p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.coming-soon-bottom p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 52px 125px 53px;
  text-align: center;
}
.coming-soon-bottom .mail-submit-form input {
  border: medium none;
  color: #d0d0d0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 42px;
  padding-left: 15px;
  padding-right: 20px;
  width: 355px;
}
.coming-soon-bottom .mail-submit-form button:hover {
  background: #0d96ab;
}
.coming-soon-bottom .mail-submit-form button {
  transition: all .3s ease;
  ouline: none;
  background: #0cb4ce none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 42px;
  margin-left: -6px;
  text-transform: uppercase;
  width: 133px;
  font-family: "montserratregular",sans-serif;
}

.coming-soon-bottom .social-link {
  padding-top: 35px;
}
.coming-soon-bottom .social-link a i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  height: 32px;
  margin: 0 5px;
  padding: 8px;
  width: 32px;
  transition: all 0.3s ease 0s;
}
.coming-soon-bottom .social-link a i:hover{
  background: #000;
  color: #fff;
  transform: rotate(360deg);
  border: 1px solid #333;
}
.coming-soon-footer {
  background: rgba(0, 0, 0, 0) url("../img/coming-soon-page/content-bg.png") no-repeat scroll 0 0 / cover ;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.coming-soon-footer::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.coming-soon-footer .copy-right-text p {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "montserratregular",sans-serif;
}

/*==========================================================End coming-soon.html page css================================*/
/*==========================================================Start faq.html page css======================================*/
.breadcrumb-area.faq-bdc-bg {
    background: url(../img/resources/faq-bdc-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}
.breadcrumb-area.faq-bdc-bg::before {
  opacity: 0.85;
}
.faq-default-content.faq-content {
  margin-top: -10px;
}
.faq-content .panel-group .panel {
  border-radius: 0;
  margin-top: 10px;
}
.faq-content .panel-group .panel {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
}
.faq-content .panel-group .panel.panel-default {
  border: medium none;
}
.faq-content .panel-group .panel.panel-default .panel-heading {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e8ed;
  height: 47px;
  padding: 15px 0; 
}
.faq-content .panel-group .panel.panel-default .panel-heading .panel-title a {
  color: #111111;
  display: block;
  font-family: "montserrat_light",sans-serif;
  font-size: 15px;
  padding-left: 65px;
  position: relative;
}
.faq-content .panel-group .panel.panel-default .panel-heading .panel-title a::after {
  border: 1px solid #9f70fc;
  color: #fff;
  content: "\f106";
  font-family: fontawesome;
  font-size: 24px;
  height: 47px;
  left: -1px;
  padding: 9px 15px;
  position: absolute;
  top: -16px;
  width: 47px;
  background: #9f70fc;
}
.faq-content .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed:after {
  border: 1px solid #9f70fc;
  color: #9f70fc;
  content: "\f107";
  font-family: fontawesome;
  font-size: 24px;
  height: 47px;
  left: -1px;
  padding: 9px 15px;
  position: absolute;
  top: -16px;
  width: 47px;
  background: #fff;
}


.faq-content .panel-group .panel.panel-default .panel-collapse .panel-body {
  border-top-color: #fff;
  padding-bottom: 15px;
  padding-left: 65px;
  padding-top: 17px;
}
.faq-content .panel-group .panel.panel-default .panel-collapse .panel-body .panel_body_up p {
  color: #718097;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Raleway";
}
/*==========================================================End faq.html page css======================================*/

.single-blog-post .img-holder img {
  width: 100%;
}
.single-latest-blog .img-holder img {
  height: auto;
  width: 100%;
}





/* portfolio 3 column gutter styles */


.portfolio-3-column-gutter .col-md-4 {margin-bottom: 10px;}
.portfolio-3-column-gutter .single-portfolio-item {
  margin: 0 -10px;
}


.portfolio-4-column-gutter .col-md-3 {margin-bottom: 10px;}
.portfolio-4-column-gutter .single-portfolio-item {
  margin: 0 -10px;
}



.portfolio-3-column-grid .col-md-4 {
  margin-bottom: 30px;
}
.portfolio-3-column-grid .single-portfolio-item {
  margin: 0;
}
.portfolio-3-column-grid .single-portfolio-item .overlay {
  left: 35px;
  right: 35px;
}

.portfolio-3-column-masonary .masonary-item {
  margin-bottom: 30px;
  padding: 0 15px;
}
.portfolio-3-column-masonary .masonary-item {width: 33.33333%;}
.portfolio-3-column-masonary .single-portfolio-item {
  margin: 0;
  position: relative;
}
.portfolio-3-column-masonary .single-portfolio-item .overlay {
  left: 35px;
  right: 35px;
}



.portfolio-4-column-grid .col-md-3 {
  margin-bottom: 30px;
}
.portfolio-4-column-grid .single-portfolio-item {
  margin: 0;
}
.portfolio-4-column-grid .single-portfolio-item .overlay {
  left: 35px;
  right: 35px;
}


.portfolio-4-column-masonary .masonary-item {
  margin-bottom: 30px;
  padding: 0 15px;
}
.portfolio-4-column-masonary .masonary-item {width: 25%;}
.portfolio-4-column-masonary .single-portfolio-item {
  margin: 0;
  position: relative;
}
.portfolio-4-column-masonary .single-portfolio-item .overlay {
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#image-gallery-mix .mix {display: none;}


.portfolio-tiles-masonary .masonary-item.span-1 {width: 20%;}
.portfolio-tiles-masonary .masonary-item.span-1 .single-portfolio-item .overlay .box-holder .box p {padding-left: 15px;padding-right: 15px;}
.portfolio-tiles-masonary .masonary-item.span-2 {width: 40%;}
.portfolio-tiles-masonary .masonary-item {padding: 0;}
.portfolio-tiles-masonary .masonary-item .single-portfolio-item {margin: 0;}



.portfolio-filter {margin-bottom: 70px;}
.portfolio-filter li > span {color: #333333;font-style: 15px;font-family: 'Raleway';font-weight: 500;display: inline-block;padding: 0 10px;transition: all .3s ease;cursor: pointer;}
.portfolio-filter li.active > span {color: #9F70FC;}
.portfolio-filter li > span .filter-counter {font-size: 12px; font-weight: 300;color: #666666;font-family: 'Raleway';position: relative;bottom: 10px;}




.single-portfolio-details h3 {font-size: 18px;color: #111111;margin: 0;text-transform: uppercase;font-family: 'Montserrat';margin-bottom: 20px;}
.single-portfolio-details p {font-size: 15px;color: #718097;margin: 0;font-weight: 300;line-height: 28px;}
.single-portfolio-details .img-box {margin-left: 0;margin-right: -15px;margin-top: -30px;display: inline-block;float: right;}
.single-portfolio-details .img-box img {padding: 30px 15px 0px;}
.single-portfolio-details .featured-image {margin-bottom: 50px;}
.single-portfolio-details .content-box {margin-top: 50px;}
.single-portfolio-details .content-box p {margin-bottom: 25px;}
.single-portfolio-details .features {margin-top: 45px;}
.single-portfolio-details .features h3 {font-size: 15px;margin-bottom: 10px;}
.single-portfolio-details .features p {font-size: 15px;color: #718097;margin-bottom: 25px;}
.single-portfolio-details .navigation {border-top: 1px solid #E7E7E7;border-bottom: 1px solid #E7E7E7;margin-top: 60px;}
.single-portfolio-details .navigation ul {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.single-portfolio-details .navigation ul li a {font-size: 13px;font-family: 'Montserrat';color: #111111;text-transform: uppercase;line-height: 60px;}
.single-portfolio-details .navigation ul li a i.fa-long-arrow-left {margin-right: 5px;}
.single-portfolio-details .navigation ul li a i.fa-long-arrow-right {margin-left: 5px;}
.single-portfolio-details .navigation ul li a i.fa-th {font-size: 20px;}

.single-portfolio-details.one .img-box {margin: 0;margin-left: -15px;margin-top: -30px;}

.portfolio-area.home2.single-portfolio-details-page {padding-bottom: 150px;}


.rev_slider_wrapper .muscat-caption-h1 {font-size: 58px;text-transform: uppercase;color: #FFFFFF;font-family: 'Montserrat';font-weight: 600;}
.rev_slider_wrapper .muscat-caption-p {font-weight: 500;color: #FFFFFF;font-size: 16px;line-height: 30px;}
.rev_slider_wrapper .thm-btn {padding-top: 10px;padding-bottom: 10px;background: #111111;color: #fff; font-family: 'Montserrat' !important;font-size: 13px;font-weight: 300px;letter-spacing: .1em !important; transition: all .3s ease !important;border: none;}
.rev_slider_wrapper .muscat-caption-h1-bordered {background: rgba(0, 0, 0, 0) url("../img/slider/home-4-h1-bg.png") no-repeat scroll 0 0 / 100% 100%; color: #ffffff; display: inline-block; font-family: "montserratregular",sans-serif; font-size: 70px; font-weight: 600; margin: 0 0 31px; padding-bottom: 30px; padding-left: 80px; padding-top: 30px; text-transform: uppercase; padding-right: 80px;}

.rev_slider_wrapper .has-overlay .slotholder:after {width: 100%; height: 100%; content: ""; position: absolute; left: 0; top: 0; pointer-events: none; /* black overlay with 50% transparency */ background: rgba(0, 0, 0, 0.45); }
.rev_slider_wrapper .thm-btn.bordered {background-color: transparent;border: 1px solid #fff;color: #fff;transition: all .3s ease !important;}
.rev_slider_wrapper .thm-btn.bordered:hover {background-color: #fff !important;border: 1px solid #fff !important;color: #000 !important;}


.stricky.home-v4 {position: fixed;top:0;left:0;width: 100%;z-index: 9999;}

.header.home-v4 {/*background-color: transparent;*/ background:#FFFFFF;}
.header.home-v4 .mainmenu-h4 i {color: #fff;}
.header.home-v4 .mainmenu-h4 .navigation > li {line-height: 45px;}




/* header search box styles */

.search-holder {background: #9F70FC;padding: 5px 0;display: none;}
.search-holder form {background: #fff; padding: 0px 10px 3px;border-radius: 3px;line-height: 33px;}
.search-holder form input {background-color: transparent;border: none;width: calc( 100% - 30px);outline:none;height: 100%;}
.search-holder form button {background-color: transparent;border: none;padding-top: 5px;}




header.home-v5 {padding-top: 60px;}
header.home-v5 .container {background: #fff;padding: 0 40px;}
.header.home-v5 .logo {line-height: 100px;}
.header.home-v5 .navigation > li {line-height: 100px;}
.header.home-v5 .nav-footer ul button {line-height: 100px;}


header.stricky {tranistion: all .3s ease;}
header.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #FFFFFF;
  box-shadow: 0 0px 10px rgba(0,0,0, 0.1);
}

.header.stricky-fixed .logo,
.header.stricky-fixed .navigation > li,
.header.stricky-fixed .nav-footer ul button,
.stricky-fixed .header .logo,
.stricky-fixed .header.home-v4 .mainmenu-h4 .navigation > li,
.stricky-fixed .header.home-v4 .nav-footer ul button,
.stricky-fixed .header.home-v5 .navigation > li,
.stricky-fixed .header.home-v5 .nav-footer ul button {line-height: 80px;}


.stricky-fixed .header.home-v4 {background: #fff;}
.stricky-fixed .top-bar.home-v4 {display: none;}

.stricky-fixed header.home-v5 {padding-top: 0;background: #fff; box-shadow: 0 0px 10px rgba(0,0,0, 0.1);}



.home-v5-testimonials {padding: 135px 0;position: relative;background: url(../img/resources/home-v5-testimonials-bg.jpg) 0 0 no-repeat;-webkit-background-size: cover;background-size: cover;}
.home-v5-testimonials:before {content: '';position: absolute;top: 0;left: 0;right:0;bottom:0;background: rgba(38,47,58, .96);}
.home-v5-testimonials .signle-testimonial {padding: 50px 20px;position: relative;transition: all .3s ease;}
.home-v5-testimonials .signle-testimonial .content > img {margin-bottom: 15px;transition: all .3s ease;}
.home-v5-testimonials .signle-testimonial p {font-size: 14px; color: #FFFFFF;font-weight: 300;font-family: 'Raleway';transition: all .3s ease;}
.home-v5-testimonials .signle-testimonial .img-box {width: 40%;margin: auto;display: block;transition: all .3s ease;position: relative;min-height: 100px;line-height: 100px;}
.home-v5-testimonials .signle-testimonial .content {opacity: 0;transition: all .3s ease;}
.home-v5-testimonials .signle-testimonial .overlay {position: absolute;top: 0;left: 0;right: 0;bottom:0;line-height: 276px;transition: all .3s ease;}
.home-v5-testimonials .signle-testimonial:hover {background: #3E454E;}
.home-v5-testimonials .signle-testimonial:hover .overlay {opacity: 0;}
.home-v5-testimonials .signle-testimonial:hover .content {opacity: 1;}


.portfolio-4-column-gutter.home-2  {overflow: hidden;}