/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Cube
Version:    1.0
Last change:    03/08/18
Assigned to:    Code bundle
Primary use:    Creative and Portfolio

*/
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);
@font-face {
  font-family: 'Lato';
  font-style : normal;
  font-weight: 400;
  src        : local('Lato Regular'), local('Lato-Regular'), url("https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style : italic;
  font-weight: 600;
  src        : local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url("https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style : italic;
  font-weight: 700;
  src        : local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url("https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style : italic;
  font-weight: 800;
  src        : local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url("https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hrIqY.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style : normal;
  font-weight: 400;
  src        : local('Open Sans Regular'), local('OpenSans-Regular'), url("https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style : normal;
  font-weight: 600;
  src        : local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style : normal;
  font-weight: 700;
  src        : local('Open Sans Bold'), local('OpenSans-Bold'), url("https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style : normal;
  font-weight: 800;
  src        : local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'futura-bold';
  src        : url("Futura-Std-Bold.ttf");
}
@font-face {
  font-family: 'futura-book';
  src        : url("Futura-Std-Book.ttf");
}
@font-face {
  font-family: 'mons-bold';
  src        : url("FontsFree-Net-SFProDisplay-Bold.ttf");
}
@font-face {
  font-family: 'mons-italic';
  src        : url("FontsFree-Net-SFProDisplay-RegularItalic.ttf");
}
@font-face {
  font-family: 'mons-regular';
  src        : url("FontsFree-Net-SFProDisplay-Regular.ttf");
}
@font-face {
  font-family: 'mons-medium';
  src        : url("FontsFree-Net-SFProDisplay-Medium.ttf");
}
@font-face {
  font-family: 'mons-light';
  src        : url("FontsFree-Net-SFProDisplay-Light.ttf");
}

html {
  font-family             : "mons-regular", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust    : 100%;
}

body {
  font-family: "mons-regular", sans-serif;
  margin     : 0;
  font-size  : 14px;
  line-height: 24px;
}

.mons-bold {
  font-family: 'mons-bold';
}

.mons-regular {
  font-family: 'mons-regular';
}

.mons-italic {
  font-family: 'mons-italic';
}

.mons-medium {
  font-family: 'mons-medium';
}

.mons-light {
  font-family: 'mons-light';
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h5 {
  margin        : 0;
  padding       : 0;
  color         : #000000;
  font-family   : "mons-bold", sans-serif;
  text-transform: uppercase;
}

h4,
h6 {
  margin : 0;
  padding: 0;
  color  : #000000;
}

p {
  font-size  : 14px;
  margin     : 0;
  line-height: 24px;
}

.light-p {
  color: #666666;
}

.font18 {
  font-size  : 18px;
  line-height: 200%;
}
@media screen and (max-width: 320px) {
  p {
    font-size: 14px;
  }
}

.text-shadow {
  text-shadow: -1px -1px 0 rgba(255,255,255,0.3), 1px 1px 0 rgba(0,0,0,0.8);
  font-family: 'Bitter';
  color      : red;
  font-weight: 600;
  font-size  : 35px;
}

.owl-prev {
  position: absolute;
  top     : 50%;
  left    : 20px;
  display : block !important;
  border  : 0 solid black;
}

.owl-next {
  position: absolute;
  top     : 50%;
  right   : 20px;
  display : block !important;
  border  : 0 solid black;
}

.owl-next i,
.owl-prev i {
  transform: scale(2,2);
  color    : white;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1400px !important;
  }

  .desktop-d-flex {
    display: flex;
  }

  .desktop-pad60,
  .skill-content div.font18 {
    padding: 0 60px;
  }
}

a {
  text-decoration   : none;
  text-transform    : capitalize;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition   : all ease-in-out 0.5s;
  -ms-transition    : all ease-in-out 0.5s;
  -o-transition     : all ease-in-out 0.5s;
}

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

a:active,
a:focus,
a:hover {
  color: #fff;
}

img {
  max-width: 100%;
}
/**
 *  - Forms
 */
input {
  line-height: normal;
}
/*button,
button[disabled]:hover,
button[disabled]:focus,*/
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size       : 14px;
  display         : inline-block;
  text-transform  : uppercase;
  border          : none;
  background-color: #b7b7b7;
}
/*
button:hover,
button:focus,*/
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #000000;
}
/*button:focus,*/
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline       : thin dotted;
  outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #fff;
  border    : 1px solid #aeaeae;
  width     : 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color    : 1px solid #000000;
  color           : #b7b7b7;
  outline         : 0;
}

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

textarea::-webkit-input-placeholder {
  color: #000000;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

textarea:-ms-input-placeholder {
  color: #000000;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color         : #686868;
  display       : block;
  font-size     : 13px;
  font-size     : 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height   : 1.6153846154;
  margin-bottom : 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}
/**
 *  - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear  : both;
  display: block;
  margin : 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

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

ul {
  margin : 0;
  padding: 0;
}

.lightcase-icon-close:before {
  content: '✕';
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  border     : 2px solid white;
  line-height: 130%;
}

a[class*='lightcase-icon-'] {
  width    : 1.423em;
  height   : 1.423em;
  font-size: 28px;
}
/**
 *  - Clearings
 */
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.content-bottom-widgets:after,
.content-bottom-widgets:before,
.entry-content:after,
.entry-content:before,
.entry-summary:after,
.entry-summary:before,
.primary-menu:after,
.primary-menu:before,
.site-content:after,
.site-content:before,
.site-main > article:after,
.site-main > article:before,
.social-links-menu:after,
.social-links-menu:before,
.textwidget:after,
.textwidget:before,
blockquote:after,
blockquote:before {
  content: "";
  display: table;
}

.clear:after,
.comment-content:after,
.content-bottom-widgets:after,
.entry-content:after,
.entry-summary:after,
.primary-menu:after,
.site-content:after,
.site-main > article:after,
.social-links-menu:after,
.textwidget:after,
blockquote:after {
  clear: both;
}

.section-padding {
  padding: 100px 0;
}

.section-unique {
  padding: 80px 0 90px;
}

.section-about {
  padding: 80px 0 90px;
}

.section-bg-clr1 {
  background-color: #f5f5f5;
}

.section-bg-img2 {
  background-image   : url("../images/joinus/bg.jpg");
  background-position: 100% 100%;
  background-size    : cover;
}

.header-slider {
  /*  background-image: url("../images/banner.png");*/
  background-size      : cover;
  background-attachment: fixed;
  -moz-user-select     : none;
  -webkit-user-drag    : none;
  -webkit-user-select  : none;
  -ms-user-select      : none;
}

.non-drag {
  -moz-user-select   : none;
  -webkit-user-drag  : none;
  -webkit-user-select: none;
  -ms-user-select    : none;
}

.image-thumb img {
  width        : 120px;
  height       : 130px;
  border-radius: 10px;
}

.image-thumb {
  text-align: center;
}

.lightcase-inlineWrap .light-background {
  background        : black;
  padding           : 15px;
  border-radius     : 15px;
  box-shadow        : 0 0 30px rgba(255, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
  -moz-box-shadow   : 0 0 30px rgba(255, 0, 0, 0.5);
  -o-box-shadow     : 0 0 30px rgba(255, 0, 0, 0.5);
}

.lightcase-inlineWrap .light-background h5,
.lightcase-inlineWrap .light-background h6,
.lightcase-inlineWrap .light-background p {
  color: white !important;
}

.light-background {
  display      : none;
  padding      : 10px;
  border       : 1px solid white;
  border-radius: 15px;
}

.light-background h5,
.light-background p {
  color: white;
}

.light-background h6 {
  color: lightblue;
}

.clearfix {
  margin-top: 15px;
}

.dotClass {
  font-size: 14px;
  display  : inline-block;
  position : relative;
  top      : -2px;
}
@media screen and (min-width: 992px) {
  .owl-abouts .owl-dots {
    position: absolute;
    bottom  : -175px;
  }

  .news-container .owl-dots {
    bottom  : -65px;
    position: absolute;
    left    : 50%;
  }

  .owl-blog .owl-dots,
  .owl-featured-clients .owl-dots {
    bottom  : -75px;
    position: absolute;
    left    : 45%;
  }

  .section-bg-img3 {
    min-height: 500px;
  }

  .recaptcha-buttonDiv {
    text-align: right;
  }

  .owl-carousel .owl-item .play-overlay img {
    width : 120px !important;
    margin: auto;
  }
}

.position-absolute-center {
  position: absolute;
  bottom  : 45%;
  left    : 45%;
  right   : 45%;
  top     : 45%;
}

.section-header,
.section-spark {
  text-align   : center;
  margin-bottom: 45px;
}

.section-spark h4 {
  background    : black;
  padding-bottom: 0;
  color         : white;
}
/* .section-header h4:before {
  content          : "";
  position         : absolute;
  bottom           : 0;
  left             : 50%;
  -webkit-transform: translate(0px -50%, 0);
  -moz-transform   : translate(0px -50%, 0);
  -ms-transform    : translate(0px -50%, 0);
  -o-transform     : translate(0px -50%, 0);
  transform        : translate(0px -50%, 0);
  background-color : #d8d8d8;
  height           : 4px;
  width            : 40px;
} */
/* .section-header h4:after {
  content          : "";
  position         : absolute;
  bottom           : 10px;
  left             : 48%;
  -webkit-transform: translate(0px -50%, 0);
  -moz-transform   : translate(0px -50%, 0);
  -ms-transform    : translate(0px -50%, 0);
  -o-transform     : translate(0px -50%, 0);
  transform        : translate(0px -50%, 0);
  background-color : #d8d8d8;
  height           : 4px;
  width            : 40px;
} */
@media screen and (max-width: 480px) {
  .section-header h4,
  .section-spark h4 {
    font-size: 32px;
  }

  .section-header,
  .section-spark {
    margin-bottom: 25px;
  }

  .ourlife {
    padding-bottom: 65px;
  }

  .img-thumb {
    height: auto !important;
  }

  .font16 {
    font-size: 16px;
  }

  p.mons-regular {
    font-size: 16px;
  }

  .product-overlay h5 {
    font-size: 17px;
  }

  .product-overlay h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .section-header h4 {
    font-size: 25px;
  }
}

.section-header p {
  max-width: 650px;
  margin   : 0 auto;
}

.load-more {
  background-color       : #222222;
  color                  : #fff;
  text-align             : center;
  padding                : 20px 35px;
  text-transform         : uppercase;
  -o-border-radius       : 3px;
  -webkit-border-radius  : 3px;
  -moz-border-radius     : 3px;
  border-radius          : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}

.back-to-top {
  position          : fixed;
  width             : 35px;
  height            : 35px;
  background        : #344153;
  border-radius     : 4px;
  text-align        : center;
  bottom            : 35px;
  cursor            : pointer;
  right             : 2%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition     : all 0.5s ease-in-out;
  transition        : all 0.5s ease-in-out;
  z-index           : 9;
  opacity           : 0;
}

.scroll-top i {
  font-size  : 30px;
  line-height: 35px;
  color      : #fff;
}

.map-section .google-map {
  height: 550px;
}
/*-------------------------------------------------------------------------------------------*/
/* Preloader   ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
#preloader {
  width     : 100%;
  height    : 100%;
  position  : fixed;
  top       : 0;
  left      : 0;
  z-index   : 9999999;
  background: #b7b7b7;
}

.sk-circle {
  width            : 80px;
  height           : 80px;
  position         : absolute;
  top              : 50%;
  left             : 50%;
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
  width   : 100%;
  height  : 100%;
  position: absolute;
  left    : 0;
  top     : 0;
}

.sk-circle .sk-child:before {
  content          : '';
  display          : block;
  margin           : 0 auto;
  width            : 15%;
  height           : 15%;
  background-color : red;
  border-radius    : 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation        : sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform    : rotate(30deg);
  transform        : rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform    : rotate(60deg);
  transform        : rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform    : rotate(90deg);
  transform        : rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform    : rotate(120deg);
  transform        : rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform    : rotate(150deg);
  transform        : rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform    : rotate(180deg);
  transform        : rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform    : rotate(210deg);
  transform        : rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform    : rotate(240deg);
  transform        : rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform    : rotate(270deg);
  transform        : rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform    : rotate(300deg);
  transform        : rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform    : rotate(330deg);
  transform        : rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay        : -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay        : -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay        : -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay        : -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay        : -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay        : -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay        : -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay        : -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay        : -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay        : -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay        : -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform        : scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform        : scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}
/*
	================================
		01.	Header Section
	================================
*/
.header-section .header-wrapper {
  width           : 100%;
  z-index         : 99;
  padding         : 15px 0;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .header-section .header-wrapper {
    padding: 5px 0;
  }

  .recaptcha-buttonDiv {
    text-align: center;
    margin-top: 15px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .skeleton-avatar,
  .skeleton-content-1,
  .skeleton-content-2,
  .skeleton-content-3 {
    display: none;
  }

  .skeleton-author,
  .skeleton-author-2,
  .skeleton-author-3,
  .skeleton-label {
    left : 15px !important;
    width: 90% !important;
  }
}

.header-section .header-wrapper .logo {
  text-align: center;
}

.logo img {
  /*width: 120px;*/
  height: 45px;
}
@media screen and (max-width: 991px) {
  .header-section .header-wrapper .logo {
    margin-top   : 0;
    margin-bottom: 0;
  }

  .section-header h4:before {
    left: 47%;
  }

  .section-header h4:after {
    left: 42%;
  }

  .section-unique {
    padding: 60px 0 0;
  }

  .skill-content p.font18 {
    font-size: 16px;
    padding  : 0 10px;
  }

  .owl-carousel .owl-item .play-overlay img {
    max-width: inherit;
    width    : 80px !important;
  }

  .position-absolute-center {
    position: absolute;
    bottom  : 50%;
    left    : 40%;
    right   : 40%;
    top     : 50%;
  }
}

.w-60 {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .header-section .header-wrapper .navbar-light .navbar-toggler {
    margin: 5px 0 5px auto;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .navbar-toggler:active,
  .navbar-toggler:focus {
    outline: 0;
  }

  .navbar-toggler span {
    display          : block;
    background-color : #444;
    height           : 3px;
    width            : 25px;
    margin-top       : 4px;
    margin-bottom    : 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform   : rotate(0deg);
    -o-transform     : rotate(0deg);
    transform        : rotate(0deg);
    position         : relative;
    left             : 0;
    opacity          : 1;
  }

  .navbar-toggler span:nth-child(1),
  .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition   : transform 0.35s ease-in-out;
    -o-transition     : transform 0.35s ease-in-out;
    transition        : transform 0.35s ease-in-out;
  }

  .navbar-toggler:not(.collapsed) {
    border: none;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform   : rotate(135deg);
    -o-transform     : rotate(135deg);
    transform        : rotate(135deg);
    opacity          : 0.9;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height          : 12px;
    visibility      : hidden;
    background-color: transparent;
    display         : inline;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform   : rotate(-135deg);
    -o-transform     : rotate(-135deg);
    transform        : rotate(-135deg);
    opacity          : 0.9;
    margin-top       : -7px;
  }
}

.header-section .header-wrapper .menu-section {
  background-color: transparent !important;
  padding         : 0;
}

.header-section .header-wrapper .menu-section .navbar-collapse {
  text-align: center;
}

.header-section .header-wrapper .menu-section .navbar-collapse ul {
  display: inline-block !important;
}
@media screen and (max-width: 991px) {
  .header-section .header-wrapper .menu-section .navbar-collapse ul {
    display         : block !important;
    background-color: #000000;
  }
}

.header-section .header-wrapper .menu-section .navbar-collapse ul li {
  float: left;
}
@media screen and (max-width: 991px) {
  .header-section .header-wrapper .menu-section .navbar-collapse ul li {
    float: none;
  }
}

.header-section .header-wrapper .menu-section .navbar-collapse ul li a {
  color         : #b7b7b7;
  text-transform: uppercase;
  margin-right  : 10px;
  font-weight   : 700;
}
@media screen and (max-width: 1199px) {
  .header-section .header-wrapper .menu-section .navbar-collapse ul li a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header-section .header-wrapper .menu-section .navbar-collapse ul li a {
    margin-right: 0;
  }
}

.header-section .header-wrapper .menu-section .navbar-collapse ul li a.active {
  color      : #222222;
  font-weight: 700;
  position   : relative;
  transition : 0.5s ease;
}

.header-section .header-wrapper .menu-section .navbar-collapse ul li a.active:after {
  content         : "";
  position        : absolute;
  bottom          : 5px;
  left            : 3px;
  width           : 90%;
  height          : 4px;
  background-color: #cc2427;
}
@media screen and (max-width: 991px) {
  .header-section .header-wrapper .menu-section .navbar-collapse ul li a.active {
    color: #fff;
  }

  .header-section .header-wrapper .menu-section .navbar-collapse ul li a.active:after {
    background-color: #fff;
  }
}

.header-section .header-wrapper.menu-fixed {
  -webkit-box-shadow         : 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow            : 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow                 : 0 1px 5px rgba(0, 0, 0, 0.3);
  position                   : fixed;
  top                        : 0;
  width                      : 100%;
  height                     : auto;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  background-color           : #fff;
  padding                    : 0;
}

.header-section .header-wrapper.menu-fixed .logo {
  margin-top   : 5px;
  margin-bottom: 5px;
}

.header-section .header-wrapper.menu-fixed .navbar-collapse {
  margin-bottom: 10px;
  margin-top   : 10px;
}

.header-section .animated {
  -webkit-animation-duration : 1s;
  animation-duration         : 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode        : both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}
@keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}
@keyframes fadeInDown {
  from {
    opacity          : 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0);
  }

  to {
    opacity          : 1;
    -webkit-transform: none;
    transform        : none;
  }
}

.header-section .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name        : fadeInDown;
}

.header-section .banner-text {
  padding   : 70px 0 200px;
  text-align: center;
  z-index   : -1;
}

.header-section .banner-logo {
  padding-bottom: 80px;
  text-align    : center;
}

.header-section .banner-logo img {
  margin-right: 30px;
}

.header-section .banner-text p {
  font-size     : 30px;
  text-transform: capitalize;
  color         : #b7b7b7;
  margin-bottom : 15px;
}
@media screen and (max-width: 1199px) {
  .header-section .banner-text p {
    font-size: 25px;
  }
}

.header-section .banner-text h2 {
  color        : #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .header-section .banner-text h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .header-section .banner-text h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header-section .banner-text h2 {
    font-size: 30px;
  }

  .header-section .banner-logo img {
    width       : 25%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .header-section .banner-text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .header-section .banner-text h2 {
    font-size: 16px;
  }
}

.header-section .banner-text h1 {
  font-weight   : 700;
  letter-spacing: 5px;
  line-height   : 50px;
  padding-bottom: 60px;
  color         : #fff;
}
@media screen and (max-width: 1199px) {
  .header-section .banner-text h1 {
    font-size  : 60px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .header-section .banner-text h1 {
    font-size  : 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-section .banner-text h1 {
    font-size  : 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .header-section .banner-text h1 {
    font-size  : 27px;
    line-height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .header-section .banner-text h1 {
    font-size: 20px;
  }
}

.header-section .banner-text a {
  font-weight            : 700;
  text-align             : center;
  text-transform         : uppercase;
  color                  : #fff;
  padding                : 15px 30px;
  border                 : 2px solid #fff;
  -o-border-radius       : 5px;
  -webkit-border-radius  : 5px;
  -moz-border-radius     : 5px;
  border-radius          : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/*
===========================
	03. About Section
===========================
*/
@media screen and (max-width: 991px) {
  .about-info {
    margin-bottom: 40px;
  }
}
/*
===========================
	02. Feature Section
===========================
*/
@media screen and (max-width: 991px) {
  .feature1-thumb {
    margin-bottom: 30px;
  }
}

.feature1-thumb img {
  width: 100%;
}

.feature-content {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .feature-content {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .feature-content {
    text-align: center;
  }
}

.feature-content .feature-thumb {
  margin-bottom: 22px;
}

.feature-content .feature-thumb i {
  color    : #000000;
  font-size: 30px;
}

.feature-content .feature-text h6 {
  font-weight  : 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .feature-content .feature-text h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .feature1-content {
    margin: 20px 0;
  }
}

.feature1-content h5 {
  font-weight  : 700;
  margin-bottom: 15px;
  font-size    : 26px;
}
@media screen and (max-width: 1199px) {
  .feature1-content h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .feature1-content h5 {
    font-size: 15px;
  }
}

.feature1-content p {
  margin-bottom: 15px;
}

.feature1-content .feature-link {
  margin-top: 45px;
}

.feature1-content .feature-link a {
  color                  : #000000;
  padding                : 15px 35px;
  border                 : 2px solid #000000;
  -o-border-radius       : 3px;
  -webkit-border-radius  : 3px;
  -moz-border-radius     : 3px;
  border-radius          : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  text-transform         : uppercase;
}
/*
	======================
	03. Service Section
	======================
*/
.service-section {
  padding: 80px 0 90px;
}
@media screen and (max-width: 480px) {
  .service-section {
    padding: 60px 25px 50px;
  }

  .header-section .banner-text {
    padding: 150px 0 120px;
  }

  h5 {
    font-size: 24px;
  }

  .font18 {
    font-size: 19px;
  }

  .mobile-mt-3 {
    margin-top: 1rem;
  }

  .mobile-mb-3 {
    margin-bottom: 1rem;
  }
}

.service-content {
  text-align: center;
  vertical-align: middle;
  padding   : 40px 20px;
}

.service-content .service-thumb {
  margin-bottom: 25px;
}

.service-content .service-thumb i {
  font-size: 70px;
  color    : #222222;
}

.service-content .service-text h6 {
  text-transform: uppercase;
  color         : #222222;
  margin-bottom : 10px;
}
/*
	================================
		04.	Skill Section
	================================
*/
.section-skill {
  padding: 90px 0 80px;
}

.skill-content h5 {
  margin-bottom: 20px;
}

.iq-progress-bar-text {
  font-size     : 16px;
  text-transform: uppercase;
  color         : #ffffff;
  position      : relative;
  margin-top    : 50px;
}

.iq-progress-bar-text span {
  float      : right;
  background : #222222;
  text-align : center;
  width      : 40px;
  height     : 24px;
  line-height: 24px;
  font-weight: 600;
  position   : relative;
  bottom     : 34px;
  right      : 0;
  font-size  : 14px;
}

.iq-progress-bar-text span:before {
  content     : "";
  position    : absolute;
  left        : 50%;
  margin-left : -5px;
  bottom      : -5px;
  width       : 0;
  height      : 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #222222 transparent transparent transparent;
}

.iq-progress-bar {
  background        : #b7b7b7 none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow        : 0 0 0;
  height            : 4px;
  margin            : 0;
  position          : relative;
  width             : 100%;
}

.iq-progress-bar .title {
  color      : #222222;
  position   : absolute;
  top        : -30px;
  font-size  : 18px;
  font-weight: 700;
}

.iq-progress-bar > span {
  background: #222222 none repeat scroll 0 0;
  display   : block;
  height    : 100%;
  width     : 0;
}
/*
======================
	05. Team Section
=======================
*/
.team-section {
  padding: 65px 0 70px;
}
@media screen and (max-width: 480px) {
  .team-section {
    padding: 60px 25px 50px;
  }
}

.team-content {
  margin-bottom: 110px;
  text-align   : center;
  position     : relative;
}

.team-content:hover .team-thumb::before {
  -webkit-animation: shine 0.9s;
  animation        : shine 0.9s;
}

.team-content:hover .team-text {
  border-top-color  : #222;
  padding-top       : 42px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow    : 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow     : 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow   : 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow        : 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.team-content:hover .team-text ul {
  opacity           : 1;
  visibility        : visible;
  -webkit-transition: all 700ms ease;
  -ms-transition    : all 700ms ease;
  -o-transition     : all 700ms ease;
  -moz-transition   : all 700ms ease;
  transition        : all 700ms ease;
}

.team-content .team-thumb {
  position: relative;
  overflow: hidden;
}

.team-content .team-thumb::before {
  position         : absolute;
  top              : 0;
  left             : -80%;
  z-index          : 5;
  display          : block;
  content          : '';
  width            : 50%;
  height           : 100%;
  background       : -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  background       : -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2)));
  background       : -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  background       : -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2)));
  background       : linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform    : skewX(-25deg);
  transform        : skewX(-25deg);
}

.team-content .team-thumb img {
  width: 100%;
}

.team-content .team-text {
  background-color  : #eee;
  position          : absolute;
  left              : 0;
  bottom            : -80px;
  width             : 100%;
  padding           : 10px 20px 14px;
  background        : #ffffff;
  border-top        : 4px solid transparent;
  -webkit-transition: all 700ms ease;
  -ms-transition    : all 700ms ease;
  -o-transition     : all 700ms ease;
  -moz-transition   : all 700ms ease;
  transition        : all 700ms ease;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition   : all ease-in-out 0.5s;
  -ms-transition    : all ease-in-out 0.5s;
  -o-transition     : all ease-in-out 0.5s;
}

.team-content .team-text h5 a {
  color         : #222222;
  font-size     : 26px;
  text-transform: capitalize;
}

.team-content .team-text p {
  margin-top   : 5px;
  margin-bottom: 20px;
}

.team-content .team-text ul {
  position          : absolute;
  left              : 0;
  top               : 10px;
  width             : 100%;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: all 300ms ease;
  -ms-transition    : all 300ms ease;
  -o-transition     : all 300ms ease;
  -moz-transition   : all 300ms ease;
  transition        : all 300ms ease;
  -webkit-transition: all ease-in-out 0.9s;
  -moz-transition   : all ease-in-out 0.9s;
  -ms-transition    : all ease-in-out 0.9s;
  -o-transition     : all ease-in-out 0.9s;
}

.team-content .team-text ul li {
  display     : inline-block;
  margin-right: 20px;
}

.team-content .team-text ul li a:hover i {
  color: #222222;
}

.team-content .team-text ul li a i {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition   : all ease-in-out 0.5s;
  -ms-transition    : all ease-in-out 0.5s;
  -o-transition     : all ease-in-out 0.5s;
  color             : #b3b3b3;
  font-size         : 16px;
}
/*
================================
	07. Video section
================================
*/
.section-team {
  padding   : 80px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-team {
    padding: 60px 0;
  }
}

.ie-team {
  width : 80%;
  height: 691px;
}

.section-video1 {
  padding: 280px 0 330px;
}
@media screen and (max-width: 480px) {
  .section-video1 {
    padding: 111px 25px;
    /*    padding-bottom: 180px;*/
  }

  .ie-team {
    width : 100%;
    height: 210px;
  }
}

.section-video {
  position: relative;
  z-index : 1;
  padding : 80px 0 120px;
}
@media screen and (max-width: 480px) {
  .section-video {
    padding: 80px 10px;
  }
}

.section-video:after {
  content         : "";
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  background-color: rgba(1, 1, 1, 0.4);
  z-index         : -1;
}

#blog.section-video:after {
  background-color: white;
}

.video-content {
  text-align: center;
}

.video-content h5 {
  color         : #fff;
  text-transform: capitalize;
  margin-bottom : 32px;
}
@media screen and (max-width: 360px) {
  .video-content h5 {
    font-size: 20px;
  }
}

.video-content h2 {
  text-transform: uppercase;
  margin-bottom : 25px;
  font-weight   : 700;
  color         : #fff;
}
@media screen and (max-width: 991px) {
  .video-content h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .video-content h2 {
    font-size: 30px;
  }

  .section-bg-img2 {
    background-position: 44% 100%;
  }

  .section-bg-img4 {
    background-position: 38% 100%;
  }
}
@media screen and (max-width: 480px) {
  .video-content h2 {
    font-size: 20px;
  }

  .video-content h5 {
    font-size    : 18px;
    margin-bottom: 25px;
    line-height  : 44px;
  }
}
@media screen and (max-width: 360px) {
  .video-content h2 {
    font-size: 15px;
  }
}

.video-content-button {
  background-color       : transparent;
  border                 : none;
  color                  : #fff;
  padding                : 15px 33px;
  border                 : 2px solid #fff;
  cursor                 : pointer;
  -o-border-radius       : 3px;
  -webkit-border-radius  : 3px;
  -moz-border-radius     : 3px;
  border-radius          : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}

.pointer {
  cursor: pointer;
}

.p-adjustment {
  padding-right: 15px;
  padding-top  : 5px;
}

.p-adjustment i {
  font-size: 19px;
}

#blogsite {
  border-color: red;
  color       : red;
}

.video-content1 {
  text-align: center;
  position  : relative;
}

.video-content1 h3 {
  color         : #222222;
  text-transform: capitalize;
  margin-bottom : 15px;
}

.video-content1 .banner__link {
  cursor                            : pointer;
  position                          : absolute;
  left                              : 50%;
  top                               : 190%;
  -webkit-transform                 : translate(-50%, -50%);
  -moz-transform                    : translate(-50%, -50%);
  -ms-transform                     : translate(-50%, -50%);
  -o-transform                      : translate(-50%, -50%);
  transform                         : translate(-50%, -50%);
  padding                           : 10px 30px;
  border                            : none;
  -o-border-radius                  : 5px;
  -webkit-border-radius             : 5px;
  -moz-border-radius                : 5px;
  border-radius                     : 5px;
  -moz-background-clip              : padding;
  -webkit-background-clip           : padding-box;
  background-clip                   : padding-box;
  -webkit-transition-property       : background;
  -o-transition-property            : background;
  transition-property               : background;
  -webkit-transition-delay          : 0s;
  -o-transition-delay               : 0s;
  transition-delay                  : 0s;
  -webkit-transition-duration       : 0.2s;
  -o-transition-duration            : 0.2s;
  transition-duration               : 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function     : ease-in-out;
  transition-timing-function        : ease-in-out;
  border-color                      : #222222;
  background-color                  : #222222;
}

.video-content1 .banner__link:hover {
  background-color: #000000;
}

.video-content1 .banner__link::after,
.video-content1 .banner__link::before {
  position                         : absolute;
  content                          : '';
  top                              : 50%;
  left                             : 50%;
  -webkit-transform                : translate(-50%, -50%);
  -moz-transform                   : translate(-50%, -50%);
  -ms-transform                    : translate(-50%, -50%);
  -o-transform                     : translate(-50%, -50%);
  transform                        : translate(-50%, -50%);
  border-width                     : 1px;
  border-style                     : solid;
  -webkit-animation-duration       : 1s;
  animation-duration               : 1s;
  -webkit-animation-name           : button-pulls;
  animation-name                   : button-pulls;
  -webkit-animation-delay          : 0s;
  animation-delay                  : 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function        : ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count        : infinite;
  -webkit-animation-fill-mode      : forwards;
  animation-fill-mode              : forwards;
}
@-webkit-keyframes button-pulls {
  0% {
    width       : 50%;
    height      : 50%;
    border-color: #222222;
  }

  100% {
    width       : 100%;
    height      : 150%;
    border-color: rgba(34, 34, 34, 0.3);
  }
}
@keyframes button-pulls {
  0% {
    width       : 50%;
    height      : 50%;
    border-color: #222222;
  }

  75% {
    width       : 75%;
    height      : 150%;
    border-color: rgba(34, 34, 34, 0.3);
  }
}

.video-content1 .banner__link::after {
  -webkit-animation-delay: 0.4s;
  animation-delay        : 0.4s;
}
@keyframes button-pulls {
  0% {
    width       : 100%;
    height      : 100%;
    border-color: #222222;
  }

  100% {
    width       : 125%;
    height      : 150%;
    border-color: rgba(34, 34, 34, 0.1);
  }
}

.video-content1 .banner__link:hover::after,
.video-content1 .banner__link:hover::before {
  -webkit-animation-name: none;
  animation-name        : none;
}

.video-content1 .banner__link i {
  font-size: 30px;
  color    : #fff;
}
/*
===================
	Price Section
===================
*/
.section-price {
  padding   : 50px 0 100px;
  background: black;
}

.section-quotation {
  padding: 70px 0;
}

.section-quotation .mag-bottom30 {
  margin-bottom: 30px;
}

.section-quotation .form-group {
  border       : 2px solid black;
  padding      : 15px;
  border-radius: 20px;
}

.section-quotation .advertiser-check {
  position   : absolute;
  top        : 48px;
  display    : flex;
  align-items: center;
}

.section-quotation .advertiser-checkbox {
  margin-right: 10px;
}

.section-quotation .btn-submit {
  border-radius : 5px;
  border        : 2px solid red;
  color         : red;
  background    : none;
  font-weight   : bold;
  text-transform: uppercase;
}

.errspan {
  float   : right;
  right   : 6px;
  top     : -55px;
  position: relative;
  z-index : 2;
  color   : red;
}

.section-price h4,
.section-price p {
  color: white;
}

.section-price p {
  max-width : 780px;
  text-align: justify;
}

.section-price hr {
  width     : 55%;
  background: white;
}
@media screen and (max-width: 480px) {
  .section-price {
    padding: 20px 25px 80px;
  }
}

.price-content {
  border            : 10px solid #e3e3e3;
  padding           : 35px 0;
  text-align        : center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition   : all ease-in-out 0.5s;
  -ms-transition    : all ease-in-out 0.5s;
  -o-transition     : all ease-in-out 0.5s;
}
@media screen and (max-width: 1199px) {
  .price-content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  .price-content {
    margin-bottom: 30px;
  }
}

.price-content:hover {
  border: 10px solid #222222;
}

.price-content:hover .but-button a {
  background-color: #222222;
  color           : #fff;
}

.price-content .price-header {
  margin-bottom: 30px;
}

.price-content .price-header h4 {
  color      : #333333;
  font-weight: 700;
  line-height: 20px;
}

.price-content .price-header h4 span {
  font-size: 14px;
}

.price-content ul {
  overflow     : hidden;
  display      : inline-block;
  margin-bottom: 35px;
}

.price-content ul li {
  padding-bottom: 12px;
  display       : table;
}

.price-content ul li:last-child {
  padding-bottom: 0;
}

.price-content ul li i {
  margin-right: 10px;
  float       : left;
}

.price-content ul li span {
  display: table-cell;
}

.price-content .but-button a {
  border                 : 2px solid #222222;
  padding                : 15px 25px;
  -o-border-radius       : 5px;
  -webkit-border-radius  : 5px;
  -moz-border-radius     : 5px;
  border-radius          : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  color                  : #222222;
  -webkit-transition     : all ease-in-out 0.5s;
  -moz-transition        : all ease-in-out 0.5s;
  -ms-transition         : all ease-in-out 0.5s;
  -o-transition          : all ease-in-out 0.5s;
}
/*
	=======================
		Footer Section
	=======================
*/
footer {
  background-color: #f7f7f7;
  padding         : 65px 0;
}

footer .footer-widget .footer-header h6 {
  text-transform: capitalize;
  color         : #222222;
}

footer .footer-widget .footer-about .footer-logo {
  margin-bottom: 20px;
}

footer .footer-widget .footer-content {
  color: #666666;
}

footer .footer-widget .footer-content ul li {
  margin-bottom: 10px;
}

footer .footer-widget .footer-content ul li:last-child {
  margin-bottom: 0;
}

footer .footer-widget .footer-content ul li a {
  color         : #666666;
  text-transform: uppercase;
}

footer .footer-widget .footer-content ul li i {
  float       : left;
  font-size   : 20px;
  color       : #a5a5a5;
  margin-right: 10px;
}

footer .footer-widget .footer-about p {
  margin-bottom: 20px;
  color        : #666666;
}

footer .footer-widget .footer-list ul li {
  float        : none;
  overflow     : hidden;
  margin-bottom: 15px;
}

footer .footer-widget .footer-list ul li a {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition   : all ease-in-out 0.5s;
  -ms-transition    : all ease-in-out 0.5s;
  -o-transition     : all ease-in-out 0.5s;
  color             : #666666;
  font-weight       : 500;
}

footer .footer-widget .footer-list ul li a:hover {
  color: #222222;
}

footer .footer-widget .footer-contact p {
  margin-bottom: 20px;
}

footer .footer-widget .footer-contact form {
  margin-bottom: 30px;
}

footer .footer-widget .footer-contact form input[type="text"] {
  width           : 69%;
  background-color: #fff;
  border          : 1px solid #fff;
  border-right    : none;
  padding         : 19px 10px;
  color           : black;
}

footer .footer-widget .footer-contact form input[type="submit"] {
  background-color: #656565;
  padding         : 20px 15px;
  width           : 100%;
  color           : #fff;
  margin-left     : -3px;
}
@media screen and (max-width: 1199px) {
  footer .footer-widget .footer-contact form input[type="submit"] {
    width: 38%;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-widget .footer-contact form input[type="submit"] {
    width: 25%;
  }
}

footer .footer-widget .footer-contact .follow-list h6 {
  color         : #222222;
  text-transform: capitalize;
  margin-bottom : 30px;
}

footer .footer-widget .footer-contact .follow-list ul {
  overflow: hidden;
}

footer .footer-widget .footer-contact .follow-list ul li {
  float       : left;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  footer .footer-widget .footer-contact .follow-list ul li {
    margin-right: 0;
  }
}

footer .footer-widget .footer-contact .follow-list ul li a i {
  width                  : 40px;
  height                 : 40px;
  text-align             : center;
  line-height            : 35px;
  border                 : 2px solid #222222;
  font-size              : 16px;
  -o-border-radius       : 50%;
  -webkit-border-radius  : 50%;
  -moz-border-radius     : 50%;
  border-radius          : 50%;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  -webkit-transition     : all ease-in-out 0.5s;
  -moz-transition        : all ease-in-out 0.5s;
  -ms-transition         : all ease-in-out 0.5s;
  -o-transition          : all ease-in-out 0.5s;
}

footer .footer-widget .footer-contact .follow-list ul li a:hover i {
  background-color: #222222;
  color           : #fff;
}
/*
	============================
		Latest Work
	============================
*/
.section-portfolio {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .section-portfolio {
    padding: 60px 25px;
  }
}

.mg-portfolio {
  margin: auto;
}

.portfolio-img,
.tungtung {
  margin: auto;
}

.portfolio-area #portfolio-selector {
  text-align   : center;
  margin-bottom: 40px;
}

.portfolio-area #portfolio-selector ul {
  text-align: center;
  overflow  : hidden;
  display   : inline-block;
}

.portfolio-area #portfolio-selector ul li {
  float             : left;
  margin-right      : 10px;
  padding           : 10px 20px;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition   : all ease-in-out 0.5s;
  -ms-transition    : all ease-in-out 0.5s;
  -o-transition     : all ease-in-out 0.5s;
  border-radius     : 10px;
  font-size         : 13px;
  text-transform    : uppercase;
  color             : #b7b7b7;
  cursor            : pointer;
}

.portfolio-area #portfolio-selector ul li:hover {
  border                 : 2px solid #222222;
  -o-border-radius       : 3px;
  -webkit-border-radius  : 3px;
  -moz-border-radius     : 3px;
  border-radius          : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  color                  : #222222;
}
@media screen and (max-width: 991px) {
  .portfolio-area #portfolio-selector ul li {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 768px) {
  .portfolio-area #portfolio-selector ul li {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .portfolio-area #portfolio-selector ul li {
    padding      : 5px;
    margin-right : 5px;
    margin-bottom: 5px;
  }

  .portfolio-img {
    width: 85px !important;
  }

  .tungtung {
    height: 80px !important;
    width : 121px !important;
  }

  .mg-portfolio {
    width: 100% !important;
  }
}
@media screen and (max-width: 360px) {
  .portfolio-area #portfolio-selector ul li {
    padding     : 10px 5px;
    margin-right: 0;
    font-size   : 10px;
  }

  .portfolio-img {
    width: 70px !important;
  }
}

.portfolio-area #portfolio-selector ul li.active {
  border                 : 2px solid #222222;
  -o-border-radius       : 3px;
  -webkit-border-radius  : 3px;
  -moz-border-radius     : 3px;
  border-radius          : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  color                  : #222222;
  margin-bottom          : 0;
}

.portfolio-area .portfolio-list {
  margin-bottom: 20px;
}
/*
=============================
	News Section + Footer
=============================
*/
.section-news {
  padding: 80px 0 90px;
}
@media screen and (max-width: 480px) {
  .section-news {
    padding: 60px 25px 80px;
  }

  footer {
    padding: 50px 0 0;
  }
}

.news-content {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow   : 0 0 7px rgba(0, 0, 0, 0.08);
  box-shadow        : 0 0 7px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition   : all ease-in-out 0.5s;
  -ms-transition    : all ease-in-out 0.5s;
  -o-transition     : all ease-in-out 0.5s;
}

.news-thumb {
  position: relative;
}

.news-text {
  position: absolute;
  bottom  : 20px;
  right   : 20px;
  color   : white;
}

.news-content:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow   : 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow        : 0 0 20px rgba(0, 0, 0, 0.15);
}

.product-overlay {
  position  : absolute;
  top       : 0;
  bottom    : 0;
  left      : 0;
  right     : 0;
  background: rgba(0,0,0,0.7);
  opacity   : 0;
  color     : white;
  transition: 0.3s ease;
}

.img-thumb:hover .product-overlay {
  opacity: 1;
}

.mg-po {
  margin-top: 120px;
}

.bg-custom {
  background-color: #228BA0;
}

.elipsis {
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow          : hidden;
}

.news-content .news-text .news-date {
  margin-bottom          : -10px;
  background-color       : #222222;
  color                  : white;
  width                  : 150px;
  padding                : 15px 25px;
  -webkit-transform      : translateY(-25px);
  -ms-transform          : translateY(-25px);
  transform              : translateY(-25px);
  -o-border-radius       : 3px;
  -webkit-border-radius  : 3px;
  -moz-border-radius     : 3px;
  border-radius          : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  margin-left            : 25px;
}
@media screen and (max-width: 640px) {
  .news-content .news-text .news-date {
    margin-top: 10px;
  }
}

.news-content .news-text h6 {
  margin-top    : 10px;
  margin-bottom : 30px;
  font-weight   : 700;
  text-transform: lowercase;
  font-size     : 25px;
  position      : relative;
}

.news-content .news-text h6:before {
  content         : "";
  position        : absolute;
  bottom          : -18px;
  left            : 40%;
  background-color: #b7b7b7;
  height          : 3px;
  width           : 100px;
}
@media screen and (max-width: 768px) {
  .news-content .news-text h6 {
    font-size: 17px;
  }
}

.news-content .news-text h6 a {
  color  : #222222;
  border : none;
  padding: 0;
}

.news-content .news-text h6 a:hover {
  background-color: transparent;
  color           : #222222;
}

.news-content .news-text p {
  margin-bottom: 43px;
  text-align   : justify;
}
@media screen and (max-width: 768px) {
  .news-content .news-text p {
    font-size: 14px;
  }

  .news-content .news-text h6:before {
    left: 30%;
  }
}

.news-content .news-text a {
  padding                : 15px 25px;
  border                 : 1px solid #b7b7b7;
  color                  : #222222;
  -webkit-transition     : all ease-in-out 0.5s;
  -moz-transition        : all ease-in-out 0.5s;
  -ms-transition         : all ease-in-out 0.5s;
  -o-transition          : all ease-in-out 0.5s;
  -o-border-radius       : 3px;
  -webkit-border-radius  : 3px;
  -moz-border-radius     : 3px;
  border-radius          : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}

.news-content .news-text a:hover {
  background-color: #222222;
  color           : white;
}

.blog-content {
  padding-top: 25px;
}

.entry-meta {
  font-size    : 11px;
  text-align   : right;
  margin-bottom: 20px;
  color        : #222222;
  margin-top   : 5px;
}

.date-format {
  margin-bottom: 20px;
  padding      : 20px 10px;
  border-bottom: 1px solid #EFEFEF;
  font-family  : 'Helvetica', Arial, Sans-serif !important;
}

.hide-on-mobile .date-format {
  background: black;
}

.date-format .day {
  font-size  : 60px;
  display    : inline-block;
  line-height: 55px;
  font-weight: bold;
  color      : white;
  float      : left;
}

.date-format .month {
  color         : white;
  display       : block;
  text-transform: uppercase;
  font-size     : 30px;
  line-height   : 30px;
}

.entry-meta .dicon {
  width     : 20px;
  margin-top: -3px;
}

.entry-meta i {
  padding-right: 5px;
  color        : #222222;
}

.entry-meta .fa-link {
  font-size: 13px;
}

.entry-meta a {
  color: #888888;
}

.entry-meta .author-links,
.entry-meta .cat-links {
  color         : #222222;
  display       : block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size     : 12px;
}

.permalink {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.entry-header {
  margin-bottom: 20px;
}

.entry-title {
  margin        : 0;
  -ms-word-wrap : break-word;
  word-wrap     : break-word;
  text-transform: uppercase;
  font-size     : 22px;
  line-height   : 150%;
  font-weight   : bold;
}

.entry-header .entry-meta {
  text-align   : left;
  margin-top   : 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }

  .desktop-mt-5 {
    margin-top: 3rem;
  }

  .desktop-mr-2 {
    margin-right: 0.5rem;
  }
}

.entry-title a {
  color         : black;
  text-transform: uppercase;
  font-family   : "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style    : normal;
  letter-spacing: 0.5px;
}

a.more-link {
  color         : #222222;
  font-size     : 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor        : pointer;
}

.entry-header .entry-meta .author-links,
.entry-header .entry-meta .cat-links,
.entry-header .entry-meta .comments-link,
.entry-header .entry-meta .date-format {
  display       : inline-block;
  margin-right  : 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.entry-meta .author-links,
.entry-meta .cat-links,
.entry-meta .comments-link,
.entry-meta .edit-link {
  color         : #222222;
  display       : block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.entry-header .entry-meta .author-links,
.entry-header .entry-meta .cat-links,
.entry-header .entry-meta .comments-link,
.entry-header .entry-meta .date-format {
  display       : inline-block;
  margin-right  : 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.entry-header .date-format {
  margin     : 0;
  padding    : 0;
  border     : none;
  font-family: inherit;
}

.ut-sticky {
  display: none;
}

.entry-content p {
  margin-bottom: 20px;
}

a.more-link .more-link {
  text-align: right;
  display   : block;
  width     : auto;
}

.author-link i,
a.more-link i {
  padding-left: 5px;
}

span.more-link {
  transition: all 0.3s ease-in-out;
}

span.more-link:hover {
  transform: scale(1.01);
  color    : red;
}

.video_container,
.video_m_wrapper,
.video_web {
  margin   : 0;
  padding  : 0 0 10px;
  max-width: 560px;
}

.video_wrapper {
  position      : relative;
  padding-bottom: 56.25%;
  padding-top   : 0;
  height        : 0;
  overflow      : hidden;
}

.video_wrapper embed .video_wrapper video,
.video_wrapper iframe,
.video_wrapper object {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
}

.video_mobile {
  display: none;
}

.image_wrapper {
  padding-bottom: 10px;
}

.image_wrapper img {
  display  : block;
  max-width: 100%;
  height   : auto;
}

.text_wrapper {
  color     : #000;
  text-align: justify;
}

.source_wrapper {
  color    : #666;
  padding  : 0 5px 5px;
  font-size: 12px;
}

.mr10 {
  margin-right: 10px;
  cursor      : pointer;
  transition  : 0.5s ease;
}
/* Content Placeholder */
.skeleton-wrapper {
  background           : #fff;
  border-radius        : 4px;
  -webkit-border-radius: 4px;
}

.skeleton-wrapper-inner {
  height  : 150px;
  padding : 15px;
  position: relative;
}

.skeleton-wrapper-body div {
  -webkit-animation-duration       : 1s;
  -webkit-animation-fill-mode      : forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name           : placeholderSkeleton;
  -webkit-animation-timing-function: linear;
  background                       : #f6f7f8;
  background-image                 : -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(.6, #edeef1), color-stop(.8, #f6f7f8), to(#f6f7f8));
  background-image                 : -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat                : no-repeat;
  background-size                  : 800px 360px;
  height                           : 104px;
  position                         : relative;
}

.skeleton-wrapper-body {
  -webkit-animation-name: skeletonAnimate;
  background-image      : -webkit-gradient(linear, center top, center bottom, from(deg), color-stop(0, red), color-stop(.15, orange), color-stop(.3, yellow), color-stop(.45, green), color-stop(.6, blue), color-stop(.75, indigo), color-stop(.8, violet), to(red));
  background-image      : -webkit-linear-gradient(135deg, red 0%, orange 15%, yellow 30%, green 45%, blue 60%,indigo 75%, violet 80%, red 100%);
  background-repeat     : repeat;
  background-size       : 50% auto;
}

.skeleton-wrapper-body div {
  position: absolute;
  right   : 15px;
  left    : 15px;
  top     : 15px;
}

div.skeleton-avatar {
  height: 95px;
  width : 157px;
  left  : 0;
}

div.skeleton-author {
  height: 27px;
  left  : 190px;
  width : 80%;
}

div.skeleton-author-2 {
  height: 20px;
  left  : 190px;
  width : 80%;
  top   : 278px;
}

div.skeleton-author-3 {
  height: 20px;
  left  : 190px;
  width : 80%;
  top   : 318px;
}

div.skeleton-label {
  left  : 190px;
  top   : 62px;
  height: 200px;
  width : 250px;
}

div.skeleton-content-1,
div.skeleton-content-2,
div.skeleton-content-3 {
  left  : 54px;
  right : 15px;
  height: 10px;
  width : 100px;
}

div.skeleton-content-1 {
  top: 120px;
}

div.skeleton-content-2 {
  top: 140px;
}

div.skeleton-content-3 {
  top: 160px;
}
@-webkit-keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes skeletonAnimate {
  from {
    background-position: top left;
  }

  to {
    background-position: top right;
  }
}

.copylink {
  border      : none;
  background  : none;
  cursor      : pointer;
  padding-left: 0;
}

.backbutton {
  border    : none;
  background: none;
  color     : red;
  display   : none;
}

.copylink:focus {
  outline: none;
}

.tooltip {
  position: relative;
  display : inline-block;
  opacity : 1;
}

.tooltip .tooltiptext {
  visibility      : hidden;
  width           : 58px;
  background-color: #555;
  color           : #fff;
  text-align      : center;
  border-radius   : 6px;
  padding         : 5px;
  position        : absolute;
  z-index         : 1;
  bottom          : 150%;
  left            : 50%;
  margin-left     : -30px;
  opacity         : 0;
  transition      : opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content     : "";
  position    : absolute;
  top         : 100%;
  left        : 50%;
  margin-left : -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity   : 1;
}

.hide {
  opacity: 0;
}

.fa-facebook-f:hover {
  color: #3b5998;
}

.fa-twitter:hover {
  color: #00aced;
}

.fa-google-plus-g:hover {
  color: #d34836;
}

.blog-thumb {
  padding: 10px;
  color  : black;
  cursor : pointer;
}

.img-thumb {
  position: relative;
  height  : 350px;
}

.img-thumb img {
  width : 100%;
  height: 100%;
}

.line-clamp {
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow          : hidden;
  text-align        : justify;
  padding           : 10px 0 0;
}

.dateby {
  background    : lightgray;
  padding       : 10px;
  text-transform: uppercase;
}

.read-more {
  padding: 10px 0;
}

.blog-title {
  position  : absolute;
  bottom    : 0;
  width     : 100%;
  background: rgba(0,0,0, 1);
  color     : white;
}
@media only screen and (max-width: 767px) {
  .dateby {
    font-size: 12px;
  }

  .owl-blog .owl-dots {
    display: none;
  }
}

.bk {
  display: inline-block;
}

.social-div {
  display: inline-block;
  float  : right;
  padding: 8px;
}

#quotation form {
  box-shadow: 8px 8px 20px 8px;
}
/*

.owl-blog .owl-dots.disabled{
    display: block !important;
}
*/
/*# sourceMappingURL=style.css.map */