/*----------------------------------
--------- THEME DEFAULT CSS --------
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/*----------------------------
---------- RESET CSS ---------
----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 30px;
	color: #232323;
}
h4 {
    font-size: 18px;
	color: #232323;
}
h6 {
    font-size: 14px;
	color: #232323;
}
h5 {
	color: #232323;
}
a {
    transition: 0.6s;
}
a,
a:hover {
    color: #666666;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button{
    cursor: pointer;
}
textarea {
	height: 120px;
}
input[type="text"],
input[type="submit"],
button[type="submit"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
    background: transparent;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
input[type="submit"],
button[type="submit"] {
    width: auto;
    color: #666;
    padding: 4px 15px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.sec-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 40px;
}
.sec-title h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    
}
.sec-title h2 .sec-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #222;
    right: 0;
    height: 0;
    margin: auto;
}
.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.sec-title h2 .sec-title-border span {
    width: 9px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    bottom: 23.3px;
}
.sec-title h2 .sec-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 20px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #0074da;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #0074da;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
    border: 1px solid #000000;
    color: #000000;
	border-radius: 15px;
    padding: 6px 25px;
    display: inline-block;
    text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}
.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
    background: #ffbe40;
    border: 1.5px solid #000000;
    color: #000000;
}
.appao-btn2 {
    border: 1px solid transparent;
	border-radius: 25px;
	background: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.appao-btn2:hover {
    border: 1px solid #000529;
	background: transparent;
	background-image: none;
    color: #000529;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input::-webkit-input-placeholder {
    color: #666;
}

/*--------------------------------------
-------- HEADER AREA CSS START --------
---------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.4s;
    width: 100%;
    z-index: 99;
	padding: 18px 0;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    text-transform: uppercase;
}
.mainmenu li a {
    display: inline-block;
    color: #444443;
    position: relative;
    padding: 5px 16px;
	margin: 0 3px;
    border: 1px solid transparent;
    font-size: medium;
    font-weight: bolder;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
    border: 1px solid #444443;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky {
	border-bottom: 1px solid #444443;
    opacity: 0.90;
	background: #ffbe40; /* Old browsers */
	}
.header.sticky {
	padding: 10px 0;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}
/*--------------------------------------
--------- HEADER AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- HERO AREA CSS START --------
---------------------------------------*/
.hero-area {
    padding-top: 140px;
	z-index: 0;
	position: relative;
    background-image: url(../img/hero-area.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
    background-size: cover;
	overflow: hidden;
}
.hero-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.25;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: #ffffff; /* Old browsers */
	}
.hero-area-content {
    color: #fff;
	padding: 80px 0 170px;
}
.hero-area-content h1 {
    color: #fff;
}
.hero-area-content p {
    margin: 28px 0 25px;
}
.hero-area-content .appao-btn {
    margin-top: 15px;
    margin-right: 15px;
}
.hand-mockup {
    position: absolute;
    bottom: -2px;
    max-width: 100%;
}
/*------------------------------------
--------- HERO AREA CSS END ---------
------------------------------------*/

/*--------------------------------------
-------- ABOUT AREA CSS START --------
---------------------------------------*/
.about-area {
	text-align: center;
}
.single-about-box {
	padding: 25px;
    transition: all 0.4s;
}
.single-about-box i::before {
    color: #fb7400;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
    color: #484848;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}
/*--------------------------------------
---------- ABOUT AREA CSS END ----------
---------------------------------------*/

/*--------------------------------------
-------- FEATURE AREA CSS START --------
---------------------------------------*/
.feature-area {
	z-index: 1;
	position: relative;
    background-image: url(../img/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feature-area::before {
	content: "";
	top: 0;
	left: 0;
    opacity: 0.85;
	right: 0;
	bottom: 0;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
	z-index: -1;
	position: absolute;
}
.single-feature-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.single-feature-box li {
    margin-bottom: 45px;
    display: flex;
}
.single-feature-box li:last-child {
    margin-bottom: 0;
}
.feature-box-info {
    flex: 5;
}
.feature-box-icon {
    flex: 1;
	font-size: 20px;
	transition: all 0.4s;
}
.single-feature-box li:hover .feature-box-icon i::before {
    border-radius: 0;
}
.single-feature-box h2,
.single-feature-box h3,
.single-feature-box h4,
.single-feature-box {
	color: #fff;
}
.feature-box-icon i::before {
    border: 2px dashed #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
	transition: all 0.4s;
}
/*--------------------------------------
--------- FEATURE AREA CSS END ---------
---------------------------------------*/

/*--------------------------------------
-------- SHOWCASE AREA CSS START -------
---------------------------------------*/
.showcase-area {
	padding-bottom: 50px;
}
.single-showcase-box {
	padding: 0 0 40px;
}
.single-showcase-box p {
	margin: 20px 0 25px;
}
.single-showcase-box h4 {
	font-size: 20px;
}
/*--------------------------------------
--------- SHOWCASE AREA CSS END --------
---------------------------------------*/

/*--------------------------------------
---------- VIDEO AREA CSS START --------
---------------------------------------*/
.video-area {
    background: url(../img/video-overview.jpg) no-repeat center / cover;
    position: relative;
	background-attachment: fixed;
    text-align: center;
    z-index: 1;
    color: #fff;
}
.video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #484848; /* Old browsers */
	opacity: 0.65;
    z-index: -1;
}
.video-popup i {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 25px;
    color: #000529;
    border: 10px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
.video-popup i::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    border-radius: 50%;
}
.video-popup i:hover {
    color: #fff;
}
.video-popup h1 {
    margin-top: 30px;
    line-height: 35px;
}
.video-popup i:hover::before {
    background: transparent;
}
/*--------------------------------------
----------- VIDEO AREA CSS END ---------
---------------------------------------*/


/*--------------------------------------
-------- SCROLL-TO-TOP CSS START --------
---------------------------------------*/
.scrollToTop {
    width: 40px;
	display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
	display: none;
    color: #fff;
    position: fixed;
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
	font-size: 18px;
}
.scrollToTop:hover {
    background: #ffbe40;
    border: 2px solid #484848;
    color: #484848;
}
.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}
/*--------------------------------------
--------- SCROLL-TO-TOP CSS END ---------
---------------------------------------*/

/*--------------------------------------
------ INDEX SLIDER PAGE CSS START -----
---------------------------------------*/
.hero-area-slider .owl-nav div {
	opacity: 0;
}
.hero-area-slider:hover .owl-nav div {
	opacity: 1;
}
.hero-area-single-slide h1,
.hero-area-single-slide p,
.hero-area-single-slide a.appao-btn {
    opacity: 0;
}
.hero-area-single-slide h1 {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
}
.hero-area-single-slide p {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}
.hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: all .10s linear 0s;
    transition: all .10s linear 0s;
}
.hero-area-single-slide img {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.active .hero-area-single-slide h1,
.active .hero-area-single-slide p,
.active .hero-area-single-slide a.appao-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.active .hero-area-single-slide h1 {
    -webkit-transition: all 700ms linear 0s;
    transition: all 700ms linear 0s;
}
.active .hero-area-single-slide p {
    -webkit-transition: all 1500ms linear 0s;
    transition: all 1500ms linear 0s;
}
.active .hero-area-single-slide a.appao-btn {
    -webkit-transition: all 1300ms linear 0s;
    transition: all 1300ms linear 0s;
}
.active .hero-area-single-slide img {
    opacity: 1;
}
/*--------------------------------------
------- INDEX SLIDER PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
------ INDEX VIDEO PAGE CSS START -----
---------------------------------------*/
.hero-area > .mbYTP_wrapper {
	z-index: -2 !important;
}
/*--------------------------------------
------- INDEX VIDEO PAGE CSS END ------
---------------------------------------*/

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
.loading-screen{
    position: fixed;
    z-index: 99999999999;
    overflow: visible;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    display: flex;
    justify-content: center;
}

.loading-screen.hide{
    display: none;
}


  .loader span {
    position: relative;
    top: 0.63em;  
    display: inline-block;
    text-transform: uppercase;  
    opacity: 0;
    transform: rotateX(-90deg);
    font-size: large;
    margin-top: 18vh;
  }
  
  .let1 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.4s;
  }
  
  .let2 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.5s;
  }
  
  .let3 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.6s;
  }
  
  .let4 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.7s;
  
  }
  
  .let5 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.8s;
  }
  
  .let6 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.9s;
  }
  
  .let7 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 2.0s;
  }
  
  @keyframes drop {
      10% {
          opacity: 0.5;
      }
      20% {
          opacity: 1;
          top: 3.78em;
          transform: rotateX(-360deg);
      }
      80% {
          opacity: 1;
          top: 3.78em;
          transform: rotateX(-360deg);
      }
      90% {
          opacity: 0.5;
      }
      100% {
          opacity: 0;
          top: 6.94em
      }
  }

/*--------------------------------------
--------- Pre Loader Style END ---------
---------------------------------------*/

.pagination li a:hover {
	background-image: none;
    background-color: #000;
}
/*--------------------------------------
--------- BREADCRUMB CSS END ---------
---------------------------------------*/

/*--------------------------------------
--------- BLOG DETAILS CSS CSS END ---------
---------------------------------------*/


.site-section {
    padding: 2.5em 0; }
@media (min-width: 768px) {
    .site-section {
    padding: 5em 0; } }
    .site-section.site-section-sm {
    padding: 4em 0; }

.line-bottom {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
.line-bottom:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 7px;
    left: 0;
    background-color: #fb7400;
    bottom: 0; }
.line-bottom.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.quick-contact-form {
    padding: 50px;
    border-radius: 7px;
    margin-top: -200px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1); }
.quick-contact-form h2 {
    font-size: 14px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2rem; }

@media (max-width: 1366px) {
.quick-contact-form {
    margin-top: -150px;
                }}
@media (max-width: 667px) {
.quick-contact-form {
    margin-top: 60px;}}
@media (max-width: 480px) {
.quick-contact-form {
    margin-top: 60px;}
.line-bottom h2{
        font-size: 16px; }}
@media (max-width: 440px) {
.quick-contact-form {
    margin-top: 60px; }
.hero-area-content h2{
    font-size: 22px; }
.line-bottom h2{
    font-size: 16px; }
}



.hello {
    opacity: 1 !important;
  }
  .full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .full .content {
    background-color: rgba(0,0,0,0.75) !important;
    height: 100%;
    width: 100%;
    display: grid;
  }
  .full .content img {
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  .byebye {
    opacity: 0;
  }
  .byebye:hover {
    transform: scale(0.2) !important;
  }
  .gallery {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 8px;
  }
  .gallery img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
  }
  .gallery img:hover {
    box-shadow: 0 0 32px #333;
  }
  .gallery .content {
    padding: 4px;
  }
  .gallery .gallery-item {
    transition: grid-row-start 300ms linear;
    transition: transform 300ms ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .gallery .gallery-item:hover {
    transform: scale(1.025);
  }
  @media (max-width: 600px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
  }
  @media (max-width: 400px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
  }
  @-moz-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-o-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }








  :root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}


h1:first-of-type {
    font-weight: var(--weight1);
    color: var(--varyDarkBlue);
    font-size: 20px;

}

h1:last-of-type {
    color: var(--varyDarkBlue);
    font-size: 20px;
}

@media (max-width: 400px) {
    h1 {
        font-size: 1.5rem;
    }
}

.header1 {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.header1 p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}


.box p {
    color: var(--grayishBlue);
}

.box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;  
}

img {
    float: right;
}

@media (max-width: 450px) {
    .box {
        height: 200px;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: center;
        height: 180px;
    }
}

.cyan {
    border-top: 3px solid var(--cyan);
}
.red {
    border-top: 3px solid var(--red);
}
.blue {
    border-top: 3px solid var(--blue);
}
.orange {
    border-top: 3px solid var(--orange);
}

h2 {
    color: var(--varyDarkBlue);
    font-weight: var(--weight3);
    font-size: 20px;
}


@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-down {
        position: relative;
        top: 150px;
    }
    .box {
        width: 30%;
     
    }
    .header1 p {
        width: 30%;
    }
    
}



/* Call to action
================================================== */

.call-to-action {
    background-color: #272d33;
    padding: 30px;
  }
  
  .call-to-action-title {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize;
  }
  
  
  /* Action style box */
  
  .call-to-action-box {
    margin-top: -50px;
  }
  
  .call-to-action-box .action-style-box {
    background: #ffbe40;
    padding: 30px;
    position: relative;
    z-index: 1;
  }
  
  .action-title {
    color: #484848;
    margin: 0;
    line-height: 36px;
    font-size: 18px;
    text-transform: uppercase;
  }


	/*********************************************************
						  footer-sec
	**********************************************************/
    .footer-sec{
        position:relative; 
        background: url(../img/hero-area2.jpg) no-repeat center / cover;
        padding-top:70px;
        z-index: 1;
        padding-bottom: 35px;
    }
    .footer-sec::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffbe40; /* Old browsers */
        opacity: 0.90;
        z-index: -1;
    }
    .footer-sec .footer-top-item .footer-logo{padding-top:60px; position:relative;}
    .footer-sec .footer-img img{max-width:254px;}
    .footer-sec .footer-info{margin-bottom:30px;}
    .footer-sec .footer-info .footer-logo{margin-bottom:30px;}
    .footer-sec .footer-info .footer-social li{ display:inline-block;padding-right:8px;}
    .footer-sec .footer-info .footer-social li a{text-decoration:none; font-size:25px;}
    .footer-sec .footer-info .footer-title{color:#484848; position:relative; border-bottom:1px solid #4b4b4b; padding-bottom:15px; margin-bottom:20px; font-size:24px; font-family: 'Oswald', sans-serif; text-transform:uppercase}
    .footer-sec .footer-info .service-link li a{ font-size: larger; display:block; color:#fff; margin-bottom:5px; margin-left:15px; position:relative; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
        
    .footer-sec .footer-info .service-link li a:before{content:"\f101"; font-family:'FontAwesome'; position:absolute; top:0px; left:-15px; font-size:16px; font-style: normal; color:#484848; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
    .footer-sec .footer-info .service-link li a:hover{color: #484848; padding-left:15px;}
    .footer-sec .footer-info .service-link li:hover a:before{color: #484848; padding-left:15px;}
    .footer-sec .footer-info .footer-adress{list-style:none; margin:0px;}
    .footer-sec .footer-info .footer-adress li{float:left; width:100%; margin:0; display:table; padding:5px 0px;}
    .footer-sec .footer-info .footer-adress li > i{display:table-cell; vertical-align:top; font-size:18px; color:#484848; width:30px;}
    .footer-sec .footer-info .footer-adress li span{display:table-cell; vertical-align:middle;font-family:"Open Sans", sans-serif; font-size:18px; color:#484848; line-height:17px;}
    .footer-sec .copyright-content{padding:11px 0; margin-top:20px; border-top:1px solid #4d4d4d; position:relative;}
    .footer-sec .copyright-content p{color:#484848; margin-bottom:0; font-size: larger;}
    .footer-sec .copyright-content p a{color:#484848;}
    .footer-sec .copyright-content .footer-bottom-menu{text-align:right;}
    .footer-sec .copyright-content .footer-bottom-menu li{display:inline-block;}
    .footer-sec .copyright-content .footer-bottom-menu li a{display:block; font-size:14px; color:#c7c7c7; margin-left:15px; transition:all 0.5s ease; -moz-transition:all 0.5s ease;
         -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; }
    .footer-sec .copyright-content .footer-bottom-menu li a:hover{color:#fcb80b; }



