/*------------------------------------------------------------------------
* Template Name    : Crysiot | Responsive Bootstrap 4 Personal Template  * 
* Version          : 1.0.0                                               *
* Created          : october 2020                                        *
* File Description : Main Css file of the template                       *
*------------------------------------------------------------------------*/
/********************************
1.   BASIC
2.   HELPER
3.   COLOR SWITCHER SECTION
4.   LOADER SECTION
5.   TOPBAR SECTION
6.   NAVBAR SECTION
7.   ANIMTON CIRCLE
8.   HOME SECTION
9.   ABOUT US SECTION
10.  SERVICES SECTION
11.  CIRCLE PROCESS (Company Structure)SECTION
12.  CLIENT SECTION
13.  FUNFACT SECTION
14.  TEAM SECTION
15.  PRICE SECTION
16.  PORTFOLIO SECTION
17.  CONTACT SECTION
18.  FOOTER SECTION
19.  RESPONSIVE SECTION 
*********************************/      
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*======================
        1.BASIC start
========================*/
body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}
.font-weight-bold {
  font-weight: 600 !important;
}
a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
::selection {
  background: rgba(166, 175, 189, 0.3);
}
::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}
.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: #fab162;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}
.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}
/*======================
        1.BASIC end
=======================*/
/*==========================
        2.HELPER start
============================*/
/* color variation */
.color-style {
  z-index: 100;
  background: #fab162;
  display: inline-block;
  padding: 10px;
  position: fixed;
  top: 150px;
  right: 0;
  color: #fff;
}
.color-style:hover{
  background: #141824;
  color: #fab162;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff;
}
.header_section {
  padding: 170px 0 100px;
}
.section_title h3 {
  text-transform: capitalize;
  text-shadow: 0 3px 0 #ddd;
}
.section_title .sec_subtitle {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.8;
}
.small_title {
  font-size: 13px;
}
.bg-dark {
  background-color: #22232f;
}
.bg-custom {
  background-color: #2AAFC0;
}
.text-muted {
  color: #94989a !important;
}
.text-dark {
  color: #000 !important;
}
.text-custom {
  color: #fab162 !important;
}
.text-custom-blue {
  color: #4e74d6;
}
.h-100vh {
  height: 100vh;
}
.z-index {
  z-index: 2;
}
.bg-gradient {
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
  background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
}
.bg-overlay-gradient {
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
  background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.over_margin {
  margin: 20px;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.btn {
  position: relative;
  //display:block;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #fab162;
  border: none;
  border-radius: 0;
  outline: 0;
  overflow: hidden;
  background: #141824;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
.orangesec_btn:hover {
  color: #141824;
}
.orangesec_btn:before {
  content: "";
  position: absolute;
  background: #fab162;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.orangesec_btn:hover:before {
  top: 0;
}
.btn-sm {
  padding: 8px 15px;
}
.btn-rounded {
  border-radius: 30px !important;
}
.btn-outline-custom {
  border: 2px solid #2AAFC0;
  color: #2AAFC0;
  letter-spacing: 1px;
  transition: all 0.5s;
  border-radius: 5px;
  text-transform: capitalize;
}
.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
  background: #2AAFC0;
  border-color: #2AAFC0 !important;
  color: #fff !important;
}
.btn-custom {
  background-color: #2AAFC0;
  border: 2px solid #2AAFC0;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
  background-color: #2d9caa;
  border-color: #2d9caa;
  color: #fff;
}
.btn-gradient {
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right bottom, from(#2154cf), to(#6ec5ff));
  background: linear-gradient(to bottom right, #2154cf, #6ec5ff);
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  border-radius: 5px;
  border: none;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active,
.btn-gradient.focus,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover,
.open>.dropdown-toggle.btn-gradient {
  background: #2AAFC0;
  background: -webkit-gradient(linear, left top, right bottom, from(#6ec5ff), to(#2154cf));
  background: linear-gradient(to bottom right, #6ec5ff, #2154cf);
  transition: all 0.5s;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #2AAFC0;
  font-size: 13px;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
  background-color: #efefef;
  border-color: #efefef;
  color: #2AAFC0;
}
.btn-outline-black {
  border: 2px solid #000;
  color: #000;
  letter-spacing: 1px;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.focus,
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover,
.open>.dropdown-toggle.btn-outline-black {
  background: #000;
  border-color: #000 !important;
  color: #fff !important;
}
.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.rounded {
  border-radius: 0.60rem!important;
}
.section-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonial-wrapper {
  position: relative;
}
.left-shape-1 {
  position: absolute;
  top: -95px;
  left: -35px;
  width: 150px;
}
.left-shape-2 {
  position: absolute;
  top: 20px;
  width: 85px;
  left: 100px;
}
.section-title {
  font-size: 40px;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
/*==========================
        2.HELPER end
============================*/
/*==========================
  3.COLOR SWITCHER START
============================*/
#color-switcher div h3 {
  font-size: 16px;
  margin: 8px 3px 12px
}
#color-switcher {
  background: none repeat scroll 0 0 #ffff;
  box-shadow:0px 0px 14px 0 rgba(0, 0, 0, .08);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 20px
}
#color-switcher div {
  padding: 5px 10px
}
#color-switcher .bottom {
  background: none repeat scroll 0 0 #fff;
  color: #252525;
  padding: 0
}
#color-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .08);
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px
}
#color-switcher .bottom a {
  text-decoration: none
}
#color-switcher .bottom a.settings i {
  margin-left: 5px;
  color: #fff;
  font-size: 24px;
  position: absolute
}
ul.pattern {
  list-style: none outside none;
  margin: 0 0 0;
  overflow: hidden;
  padding: 0;
  border-radius: 0
}
ul.pattern li {
  float: left;
  margin: 2px
}
ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  margin: 5px
}
ul.pattern .color1 {
  background: linear-gradient(25deg, #fab162, #141824);
}
ul.pattern .color2 {
  background: linear-gradient(25deg, #cbc57b, #232152);
}
@media only screen and (max-width:479px) {
  #color-switcher {
      display: none
  }
}
/*==========================
  3.COLOR SWITCHER END
============================*/
/*==========================
  4.PRELOADER start
============================*/
#preloader {
  position:fixed;
  left:0;
  top:0;
  z-index:99999999999;
  width:100%;
  height:100%;
  overflow:visible;
  background:#f5f4f4;
  display:table;
  text-align:center
}
.loader {
  display:table-cell;
  vertical-align:middle;
  height:100%;
  width:100%;
  position:relative;
  width:200px;
  height:200px
}
.loader1 {
  width:50px;
  height:50px;
  border-right-color:transparent;
  border-radius:100%;
  position:relative;
  margin:0 auto
}
.loader1 span:nth-child(1) {
  width:50px;
  height:50px;
  border-right-color:transparent;
  border-radius:100%;
  position:absolute;
  animation:grow-shrink 2s infinite;
  left:0;
  right:0;
  margin:auto;
  top:0;
  bottom:0;
  background:#fab162;
  opacity:0
}
.loader1 span:nth-child(2) {
  width:40px;
  height:40px;
  border-right-color:transparent;
  border-radius:100%;
  position:absolute;
  animation:grow-shrink2 2s infinite .5s;
  left:0;
  right:0;
  margin:auto;
  top:0;
  bottom:0;
  background:#fab162;
  opacity:0
}
@keyframes grow-shrink {
  0% {
    transform:scale(.1);
    -moz-transform:scale(.1);
    -webkit-transform:scale(.1);
    -o-transform:scale(.1);
    -ms-transform:scale(.1);
    transform:scale(.1);
    opacity:0
  }
  50% {
    opacity:.2
  }
  100% {
    transform:scale(1.6);
    -moz-transform:scale(1.6);
    -webkit-transform:scale(1.6);
    -o-transform:scale(1.6);
    -ms-transform:scale(1.6);
    transform:scale(1.6);
    opacity:0
  }
}
@keyframes grow-shrink2 {
  0% {
    transform:scale(.1);
    -moz-transform:scale(.1);
    -webkit-transform:scale(.1);
    -o-transform:scale(.1);
    -ms-transform:scale(.1);
    transform:scale(.1);
    opacity:0
  }
  50% {
    opacity:.7
  }
  100% {
    transform:scale(1.6);
    -moz-transform:scale(1.6);
    -webkit-transform:scale(1.6);
    -o-transform:scale(1.6);
    -ms-transform:scale(1.6);
    transform:scale(1.6);
    opacity:0
  }
}
/*==========================
  4.PRELOADER end
============================*/
/*===========================
  5.Top-Bar Section Start
=============================*/
.top-bar {
  width: 100%;
  background: #fab162;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-details {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.contact-details > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.contact-details > span:last-child {
  margin-right: 0px;
}
.contact-details a {
  display: inline-block;
  vertical-align: top;
  color: #18181e;
  font-weight: 700;
}
.contact-details span img {
  width: 20px;
  margin-right: 10px;
}
/* social icon */
.social-details {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.social-details > a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  margin-right: 4px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #fab162;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
}
.social-details > a:last-child {
  margin-right: 0px; 
}
.social-details > a > i {
  line-height: 30px;
  font-size: 18px;
  transition: 0.2s linear;
}
.social-details > a:hover > i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.social-details > a::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #141824;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
  z-index: -2;
}
.social-details > a:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}
/* social icon menu */
.login-details {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.login-details a {
  display: inline-block;
  color: #18181e;
  font-weight: 700;
  font-size: 14px;
}
/*===========================
  5.Top-Bar Section end
=============================*/
/*===========================
  6. Navbar Section Start
=============================*/
/* Navbar Start */
.bg-nav {
  background: #141824;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s ease;
}
.nav-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.logo-light {
  display: block;
  width: 120px;
}
.logo-dark {
  display: none;
  width: 120px;
}
.custom-nav {
  justify-content: flex-end;
}
.nav-item a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s ease;
}
.nav-item a:hover {
  color: #fab162;
}
.navbar-toggler {
  background: #fff;
  padding: 0px 6px;
  line-height: normal;
}
.navbar-toggler[aria-expanded="true"] span i:before {
  content: "\f00d";
}
.navbar-toggler-icon {
  position: relative;
}
.navbar-toggler-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
/* Sticky Nav */
@media screen and (min-width: 992px) {
  .sticky.stickyadd {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    transition: all 0.5s ease;
  }
}
.sticky .logo-light {
  display: none;
}
.sticky .logo-dark {
  display: block;
}
.sticky .nav-item a {
  color: #141824;
}
/* dropdown navbar */
@media screen and (min-width: 992px) {
  .menu-exarrow {
    display: none;
  }
  .submenu {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #f4ae58;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
  }
  .navigation-menu > ul > li.nav-children:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .submenu > li {
    position: relative;
  }
  .submenu > li > a {
    display: block;
    padding: 5px 30px;
    color: #ababab;
    font-weight: 400;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .submenu > li.active > a {
    color: #f4ae58;
  }
  .submenu > li > a > span {
    position: relative;
  }
  .submenu > li > a > span:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #f4ae58;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .submenu .submenu {
    top: 0px;
    left: 100%;
    right: auto;
  }
  .submenu > li:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9;
  }
  .submenu > li.nav-children > a {
    position: relative;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .submenu > li > a:hover {
    color: #f4ae58;
  }
  .submenu > li.nav-children > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: "Pe-icon-7-stroke";
    content: '\e684';
    font-size: 24px;
    vertical-align: middle;
    color: #ababab;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .submenu > li > a:hover > span:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  .submenu > li.nav-children > a:hover:after {
    color: #f4ae58;
  }
  .submenu .submenu .submenu {
    left: 100%;
    right: auto;
    top: 0;
  }
  .submenu > li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu-exarrow {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu .nav-children.active > .menu-exarrow i:before {
  content: "\e682";
}
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.navigation-menu > ul > li {
  margin-right: 24px;
}
.navigation-menu > ul > li:last-child {
  margin-right: 0px;
}
.navigation-menu > ul > li.nav-children--multilevel-submenu {
  position: relative;
}
.navigation-menu > ul > li > a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
  display: block;
  color: #ffffff;
  padding: 21px 2px;
}
.navigation-menu > ul > li.nav-children > a {
  position: relative;
}
.navigation-menu.primary--menu > ul > li > a {
  padding: 31px 2px;
}
.navigation-menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #f4ae58;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.navigation-menu > ul > li:hover > a:before,
.navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}
.navigation-menu > ul > li > a > span {
  transition: all 0.2s ease-in-out;
}
.navigation-menu > ul > li:hover > a span,
.navigation-menu > ul > li.active > a span {
  color: #f4ae58;
}
@media screen and (max-width: 991px) {
  .navigation-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navigation-menu ul li:last-child {
    border-bottom: none;
  }
  ul.submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 12px 0 14px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  ul.submenu li {
    position: relative;
  }
  ul.submenu li a {
    display: block;
    color: #ababab;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
/*===========================
  6. Navbar Section end
=============================*/
/*===========================
  7.ANIMTON CIRCLE Start
=============================*/ 
/* left_circle & right - circle  */
.right_circle:before {
  content: "";
  position: absolute;
  right: -180px;
  left: auto;
  margin-left: 60px;
  top: -170px;
  background-image: url(../images/lightorangebtm.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 194px;
  width: 194px;
  display: block;
}
.right_circle {
  position: absolute;
  right: 180px;
  left: auto;
  top: 0;
  background-image: url(../images/smalllightorangebtm.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 94px;
  width: 94px;
  display: block;
}
.left_circle {
  left: 180px;
  right: auto;
  top: auto;
  bottom: 0;
  position: absolute;
  background-image: url(../images/smalllightorange.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 94px;
  width: 94px;
  display: block;
}
.left_circle:before {
  content: "";
  position: absolute;
  left: -180px;
  right: auto;
  margin-right: 60px; 
  top: auto;
  bottom: -170px;
  background-image: url(../images/lightorange.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 194px;
  width: 194px;
  display: block;
}
.clientleft_circle {
  left: 180px;
  right: auto;
  top: auto;
  bottom: auto;
  position: absolute;
  background-image: url(../images/smalllightorange.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 94px;
  width: 94px;
  display: block;
}
.clientleft_circle:before {
  content: "";
  position: absolute;
  left: -180px;
  right: auto;
  margin-right: 60px; 
  top: auto;
  bottom: -170px;
  background-image: url(../images/lightorange.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 194px;
  width: 194px;
  display: block;
}
.clientright_circle:before {
  content: "";
  position: absolute;
  right: -110px;
  left: auto;
  top: -220px;
  background-image: url(../images/lightorangebtm.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 194px;
  width: 194px;
  display: block;
}
.clientright_circle {
  position: absolute;
  right: 160px;
  left: auto;
  top: auto;
  background-image: url(../images/smalllightorangebtm.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 94px;
  width: 94px;
  display: block;
}
.Circleanimate{
  animation: animateround 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all .9s ease 5s;
  backface-visibility: hidden;
  user-select: none;
}
@keyframes animateround {
0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8
}
25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
    opacity: .9
}
50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
    opacity: .8
}
75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
    opacity: .6
}
85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
    opacity: .7
}
100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
    opacity: .85
}
}
/*===========================
  7.ANIMTON CIRCLE END
=============================*/ 
/*==========================
  8.HOME SECTION START
============================*/
.home-header {
  padding: 20px;
}
.header_bg {
  padding: 150px 0 160px;
  width: 100%;
  background: url(../images/home-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 44em;
  overflow: hidden;
}
.home-table-center {
  display: table-row-group;
  vertical-align: middle;
}
.home-table {
  display: table;
  width: 100%;
  height: 100%;
}
.home_content {
  max-width: 800px;
}
.home_small_title {
  font-size: 12px;
  padding: 10px 24px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.64);
}
.home_small_content {
  font-size: 18px;
  line-height: 1.8;
}
.home_content h1 {
  font-size: 36px;
  line-height: 1.4;
}
.home-inner {
  position: relative;
  z-index: 100;
  max-width: 400px;
}
.home-inner:before {
  content: "";
  width: 100%;
  position: absolute;
  background: #151823;
  opacity: 0.9;
  height: 100%;
  top: 0;
  z-index: -1;
}
.hero-img {
  position: relative;
}
.hero-img img {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 20;
}
.moeny-more p {
  font-size: 14px;
}
.curv-img {
  position: absolute;
  width: 100%;
  bottom: -1px;
  z-index: 1;
  overflow: hidden;
}
.learn_more {
  position: relative;
  top: 6px;
}
.learn_more i {
  background: #2aafc0;
  border-radius: 50px;
  width: 58px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  color: #fff;
  box-shadow: 0px 0px 0px 9px #2aafc029;
  font-size: 26px;
  display: inline-block;
}
button {
  position: relative;
  //display:block;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #383736;
  border: none;
  outline: 0;
  overflow: hidden;
  background: #fab162;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
.orangebtn:hover {
  color: #141824;
}
.orangebtn:before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.orangebtn:hover:before {
  top: 0;
}
/* index_2.html (home)*/
.header_bg2 {
  padding: 150px 0 160px;
  width: 100%;
  background: url(../images/home-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 38em;
  overflow: hidden;
}
/* index_7.html (home)*/
.header_bg3 {
  padding: 150px 0 160px;
  width: 100%;
  background: url(../images/home-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 44em;
  overflow: hidden;
}
/* index_15.html (home)*/
.header_vbg {
  padding: 150px 0 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 44em;
  overflow: hidden;
}
.clip-home {
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 140%, 0 83%);
  position: relative;
}
.bg-home-slider {
  position: relative;
}
.bg-home-slider .carousel-item {
  background-position: center center !important;
  background-size: cover !important;
}
 .bg-home-slider .carousel {
  width: 100%;
}
.carousel-caption {
  padding-bottom: 400px;
}
span.carousel-control-prev-icon.leftprevicon {
  height: 40px;
  width: 40px;
  line-height: 2.3;
  outline: black;
  background-size: 100%, 100%;
  border: 1px solid black;
  background-image: none;
  background: #fff;
  color: #000;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  width: 40px;
  line-height: 0.1;
  outline: black;
  background-size: 100%, 100%;
  border: 1px solid black;
  background-image: none;
  background: #fff;
  color: #000;
}
.carousel-control-next-icon:after {
  content: '';
  font-size: 55px;
  color: red;
}
.carousel-control-next-icon:after {
  content: '';
  font-size: 55px;
  color: red;
}
/* index_16.html (home)*/
.slidercaption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom:400px;
  color: #fff;
  text-align: center;
}
.pe-7s-angle-right:before {
  content: "\e684";
  font-size: 25px;
  background: #fff;
  color: #000;
  padding: 7px 7px;
}
.pe-7s-angle-left:before {
  content: "\e686";
  font-size: 25px;
  background: #fff;
  color: #000;
  padding: 7px 7px;
}
/*index 17*/
.wave_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wave_sec svg {
  height: 180px;
}
.creative_homebg {
  background-image: url(../images/home-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 160px 0px 238px;
}
/*==========================
  8.HOME SECTION END 
============================*/
/*==========================
  9.ABOUT US SECTION START
============================*/
.about_video .about_play {
  position: absolute;
  top: 52%;
  left: 52%;
  margin-left: -40px;
  margin-top: -40px;
}
.about_play {
  outline: none !important;
  width: 65px;
  height: 65px;
  padding-left: 2px;
  border-radius: 50%;
  z-index: 4;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #000 !important;
  font-size: 35px;
  line-height: 65px;
}
.about_more i {
  background: #fab162;
  border-radius: 50px;
  width: 58px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  color: #fff;
  box-shadow: 0px 0px 0px 9px #fab16247;
  font-size: 26px;
  display: inline-block;
}
.about-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*==========================
  9.ABOUT US SECTION END
============================*/
/*==========================
  10.SERVICES SECTION START
============================*/
.service-card:hover .card-description{
  color: #cdced0;
}
.service-card:hover .bg-text {
  color: #ffffff21;
}
.service-card:hover .card-title {
  color: #ffffff;
}
.service-card:hover .services_icons img {
  background: #fab162;
}
.service-card:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.service-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #141824;
  color: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.service-section {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.service {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-section .section-title {
  max-width: 300px;
}
.service-card {
  border-bottom: 2px solid #141824;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 2;
}
.service-img {
  position: relative;
}
.service-img img {
  position: absolute;
  top: 90px;
  left: -40px;
}
.service-card-img {
  width: 40px;
  height: 40px;
  padding: 8px;
  background: black;
}
.card-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 3.1em;
  text-transform: capitalize;
  margin-bottom: 0;
}
.card-description {
  color: #6c757d;
  font-size: 15px;
  z-index: 2;
}
.bg-text {
  font-size: 150px;
  position: absolute;
  color: #f5f5f5;
  z-index: -1;
  font-family: quezon;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.services_icons {
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
}
.services_icons img {
    padding: 15px 15px;
    display: block;
    background: #000000;
    color: #fff;
    text-align: center;
}
/*==========================
  10.SERVICES SECTION END
============================*/
/*===========================
  11.CIRCLE PROCESS SECTION (Company Structure) START
=============================*/
#wrapper {
  position: absolute;
  width: 100px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-top: -11em;
}
.center {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.progress {
  width: 100px;
  height: 100px;
  background: transparent;
}
.progress .track,
.progress .fill {
  fill: #141824;
  transform: rotate(90deg) translate(0px, -80px);
}
.progress .track {
  stroke-width: 10px;
  stroke: #fab162c7;
}
.progress .fill {
  stroke-width: 10px;
  stroke: rgb(255, 255, 255);
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 5s;
}
.progress.blue .fill {
  stroke: rgb(250 177 98);
}
.progress .value,
.progress .text {
  font-family: "Open Sans";
  fill: #fff;
  text-anchor: middle;
}
.progress .text {
  font-size: 12px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #141824;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
  margin-bottom: 8em;
  margin-top: 8em;
}
.box {
    position: relative;
    background-color: inherit;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.left .process-step {
    float: left;
    width: 100%;
    max-width: 340px;
}
.right .process-step {
    float: right;
    width: 100%;
    max-width: 340px;
}
.left:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.right:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.right::after {
  left: -16px;
}
.process-title p{
  max-width: 35em;
  margin: 15px auto;
  text-align: center;
  font-size: 15px;
  color: #798188;
}
.process-step{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 15px 10px;
}
.process-img img{
  max-width: 4em;
  margin: 0 auto 10px auto;
  display: block;
}
.process-body h3{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.process-body p{
  text-align: center;
  color: #9ba1a6;
}
/*===========================
  11.CIRCLE PROCESS SECTION (Company Structure) END
=============================*/
/*===========================
  12.CLIENT SECTION START
=============================*/
.client_Con {
    display: flex;
}
.client-section {
  padding: 6em 0;
  background: url(../images/client-bg-img.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.client-bg {
  position: relative;
  z-index: 20;
  padding: 6em 4em;
}
.client-info {
  padding: 4em 1em;
}
.client-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #131b28;
  opacity: 0.8;
  z-index: -1;
  top: 0;
  left: 0;
}
.client-section .section-title {
  color: #fff;
  text-align: center;
}
.client-img {
  border-radius: 7px;
  border-bottom: 4px solid #fab162;
  border-left: 4px solid #fab162;
}
.quote {
  position: relative;
}
.quote i{
  font-size: 30px;
  color: #fab162;
  line-height: 0;
}
.client-name {
  font-size: 20px;
  color: #fab162;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.client-postion,
.client-about {
  color: #fff;
}
.client-about {
  max-width: 375px;
}
/*===========================
  12.CLIENT SECTION END
=============================*/
/*===========================
  13.FUNFACT SECTION START
=============================*/
.funfact-box {
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
  border-radius: 7px;
  padding: 60px 20px;
  text-align: center;
}
.funfact-box h3 {
  font-size: 4em;
  color: #fab162;
  font-weight: 700;
}
.funfact-box p {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  max-width: 200px;
  margin: 0 auto;
  letter-spacing: 1px;
}
/*===========================
  13.FUNFACT SECTION END
=============================*/
/*==========================
  14.TEAM START
============================*/
.team-hover:hover:before{
 -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.team-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 10px;
  right: 0;
  bottom: 0;
  background: #141824;
  color: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.team-hover {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .5s;
  transition: .5s;
}
.single-team img {
  width: 100%;
  height: auto;
}
.team-hover h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
.team-hover h4 span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.single-team {
  margin: 0 10px;
  position: relative;
  z-index: 2;
}
.team-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-team:hover .team-hover {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* team hover social icon */
.teamsoc_icon {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.teamsoc_icon > a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #141824;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
}
.teamsoc_icon > a:last-child {
  margin-right: 0px; 
}
.teamsoc_icon > a > i {
  line-height: 30px;
  font-size: 18px;
  transition: 0.2s linear;
}
.teamsoc_icon > a:hover > i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.teamsoc_icon > a::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #fab162;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
  z-index: -2;
}
.teamsoc_icon > a:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}
.owl-theme .owl-controls .owl-page {
  margin: 20px 0px;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px 4px;
  filter: Alpha(Opacity=50);
  opacity: 0.3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.5s;
  background: #fab162 !important;
}
.owl-theme .owl-controls .owl-page.active span {
  width: 20px;
  opacity: 1;
}
/*==========================
  14.TEAM END
============================*/
/*==========================
  15.PRICE START
============================*/
.pricing-section .section-title {
  text-align: center;
  letter-spacing: 2px;
}
.pricing-section p {
  max-width: 35em;
  margin: 15px auto;
  text-align: center;
  font-size: 15px;
  color: #798188;
}
.pricing-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 14px;
  border-radius: 16px;
  right: 14px;
  bottom: 4px;
  background: linear-gradient(to top, #fab162,#ffffff);
  color: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pricing-box:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.pricing-box:hover .pricetext{
    color: #141824;
}
.pricing-box:hover .pricetext i{
    color: #141824;
}
.pricing-box:hover .cta-btn {
    color: #fff;
    background: #141824;
}
.cta-btn {
  background: #fab162;
  display: inline-block;
  padding: 5px 15px;
  color: #141824;
  font-weight: 700;
  transition: all .5s ease-in;
}
.pricing-box {
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
  border-radius: 16px;
  padding: 60px 30px;
  border-bottom: 7px solid #fab162;
}
.pricing-box h3 {
  color: #141824;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}
.pricing-box h4 {
  color: #141824;
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.pricetext i {
  font-size: 20px;
  color: #6bc14e;
  margin-right: 10px;
}
.pricetext {
  color: #9ba1a6;
}
/*==========================
  15.PRICE SECTION END
============================*/
/*==========================
  16.PORTFOLIO SECTION START(category)
============================*/
.portfolio_menu li {
    margin-right: 0px !important;
}
.fadeIn-bottom{
  top: 80%;
}
.portfolio_menu li:last-child:after {
  content: "";
  display: none;
}
.portfolio_menu li a {
  letter-spacing: 0.03em;
  padding: 6px 16px;
  border-radius: 0px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 0.5s;
  font-size: 14px;
  color: #9a9a9a;
}
.portfolio_menu li a.active {
  background-color: #fab162;
  color: #ffffff;
}
.portfolio_menu li a:hover {
  background-color: #fab162;
  color: #ffffff !important;
}
.portfolio_imgbox {
  border: none;
  margin: 15px 0px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 11px;
}
.portfolio_imgbox {
  position: relative;
  overflow: hidden;
}
.portfolio_imgbox a {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 15;
  height: 100%;
  top: 0;
}
.portfolio_imgbox .portfolio_images {
  position: relative;
}
.portfolio_imgbox .portfolio_images img {
  transition: all 0.5s;
  width: 100%;
}
.portfolio_imgbox .portfolio_images .portfolio_overlay {
  top: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  right: 0;
}
.portfolio_imgbox .portfolio_images .portfolio_overlay a {
  height: 100%;
  width: 100%;
}
.portfolio_imgbox .portfolio_images .portfolio_overlay:after {
  content: '';
  left: 50%;
  top: 50%;
  background: #141824d1;
  border-radius: 30%;
  width: 0;
  position: absolute;
  bottom: 50%;
  opacity: 0;
  height: 50%;
  height: 0;
  transition: all 150ms ease-in-out 200ms;
}
.portfolio_imgbox .portfolio_images .portfolio_overlay h4 {
  overflow: hidden;
  position: absolute;
  font-size: 13px;
  text-align: center;
  top: 100px;
  z-index: 2;
  color: transparent;
  transition: color 150ms ease-in-out 200ms;
  right: 25px;
  padding: 0 10px;
}
.portfolio_imgbox .portfolio_images .portfolio_overlay h6 {
  color: transparent;
  overflow: hidden;
  position: absolute;
  top: 75px;
  right: 25px;
  z-index: 2;
  font-size: 18px;
  transition: color 150ms ease-in-out 200ms;
  text-align: center;
  padding: 0 10px;
}
.portfolio_imgbox:hover img {
  transform: scale(1.1);
}
.portfolio_imgbox:hover .portfolio_overlay:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transition: all 150ms ease-in-out 200ms;
  opacity: 1;
}
.portfolio_imgbox:hover .portfolio_overlay h4 {
  color: #fff;
}
.portfolio_imgbox:hover .portfolio_overlay h4:before {
  right: -100%;
}
.portfolio_imgbox:hover .portfolio_overlay h6 {
  color: #fff;
}
.portfolio_imgbox:hover .portfolio_overlay h6:before {
  left: -100%;
}
/*==========================
  16.PORTFOLIO SECTION END(category)
============================*/
/*==========================
  17.CONTACT SECTION START
============================*/
/* timer */
.time_sec {
  margin-top: 11em;
}
#home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timetitle {
  font-size: 2.5em;
}
#time {
  position: relative;
  margin-bottom: 0;
  display: flex;
  color: #000;
  font-size: 1em;
  width: 100%;
  justify-content: space-around;
  font-weight: 600;
  margin-right: 1em;
  max-width: 540px;
}
.border-lined{
  content: '';
  background: #141824;
  position: absolute;
  width: 10%;
  height: 2px;
  transform: translate(-50%);
  margin-top: -0.4em;
  margin-left: -0.8em;
}
.border-lineh{
  content: '';
  background: #141824;
  position: absolute;
  width: 10%;
  height: 2px;
  transform: translate(-50%);
  margin-top: -0.4em;
  margin-left: -0.4em;
}
.border-linem{
  content: '';
  background: #141824;
  position: absolute;
  width: 10%;
  height: 2px;
  transform: translate(-50%);
  margin-top: -0.4em;
  margin-left: 0.1em;
}
.border-lines{
  content: '';
  background: #141824;
  position: absolute;
  width: 10%;
  height: 2px;
  transform: translate(-50%);
  margin-top: -0.4em;
  margin-left: 0.7em;
}
span.border-lined span {
  font-size: 1em;
  text-align: center;
  margin-left: 8px;
}
span.border-lineh span {
  font-size: 1em;
  text-align: center;
  margin-left: 4px;
}
span.border-linem span {
  font-size: 1em;
  text-align: center;
  margin-left: 8px;
}
span.border-lines span {
  font-size: 1em;
  text-align: center;
  margin-left: 0.9em;
}
#clock {
  display: flex;
  color: #000;
  font-size: 4em;
  font-family: verdana/*"Courier New", Courier, monospace*/;
  font-weight: 600;
  height: 16vh;
  justify-content: space-around;
  line-height: 21vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 540px;
}
/* animation below */
.move {
  animation: move ease-in-out 1s infinite;
}
@keyframes move {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-25vh);
  }
}
/* Contact */
.contact-section {
    padding-bottom: 100px;
}
.contact-section h2 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.contact-section .time h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
.contact-section .time {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
.contact-form {
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 11px 0 rgba(0, 0, 0, 0.19);
  padding: 40px;
}
.contact-form h3 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
.contact-form h3:after {
  content: "";
  width: 25px;
  height: 3px;
  background: #fab163;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrap {
  display: flex;
}
.icon-class {
  width: 30px;
  position: relative;
}
.icon-class img {
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail {
  margin-top: 10px;
  margin-left: 20px;
}
.detail span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.detail p a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #141824;
  font-size: 14px;
  display: block;
}
.contact-form h4 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.contact-form h4:after {
  content: "";
  width: 25px;
  height: 3px;
  background: #fab163;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.contact-form input {
  padding: 8px;
  /*width: 45%;*/
  border: 1px solid #000;
  margin-right: 20px;
}
.contact-form textarea {
  width: 27.7em;
  border: 1px solid #000;
}
::placeholder {
  color: #e1e0e0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.contact-form textarea::placeholder {
  padding-left: 10px;
  padding-top: 10px;
}
.contact-form .submit-btn {
  width: 8em;
  background: #141824;
  color: #fff;
  margin-right: 1em;
  transition: all .5s ease-in;
}
.contact-form .submit-btn:hover {
  background: #fff;
  color: #141824;
}
/*==========================
  17.CONTACT SECTION END
============================*/
/*==========================
  18.FOOTER SECTION START
============================*/
/* footer social icon */
.footersoc_icon {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.footersoc_icon > a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #fab162;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
}
.footersoc_icon > a:last-child {
  margin-right: 0px; 
}
.footersoc_icon > a > i {
  line-height: 30px;
  font-size: 18px;
  transition: 0.2s linear;
}
.footersoc_icon > a:hover > i{
  transform: scale(1.3);
  color: #f1f1f1;
}
.footersoc_icon > a::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #141824;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
  z-index: -2;
}
.footersoc_icon > a:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
    left: -110%;
    top: 90%;
  }50%{
    left: 10%;
    top: -30%;
  }100%{
    top: -10%;
    left: -10%;
  }
}
.social-wrapper{
  position: relative;
}
.footer-social{
  background: #fab162;
  width: 200px;
  padding: 15px;
  transform: skewX(-14deg);
  position: absolute;
  top: -90px;
}
.footer-social::after{
  content: "";
  width: 0;
  height: 0;
  top: 1px;
  left: 180px;
  border-left: 20px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fab162;
  position: absolute;
  z-index: -1;
}
.footer-social-details{
  display: flex;
  transform: skewX(14deg);
}
.footer-social-details img{
    width: 20px;
    margin-left: 15px;
    position: relative;
}
/* footer social icon end */
footer {
  padding-top: 40px;
  background: #141824;
}
footer .logo {
  display: block;
  width: 150px;
}
footer p {
  color: #fff;
  font-size: 14px;
}
footer a {
  display: block;
  color: #fab162;
  transition: all .5s ease-in;
}
footer a:hover {
  color: #fff;
}
footer hr {
  background: #fab162;
  display: block;
}
footer h2 {
  color: #dddcdc;
  font-size: 24px;
}
/* copyright */
.copyright {
  background: #fab162;
  padding: 5px;
}
.copyright p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
/*==========================
  18.FOOTER SECTION END
============================*/













/*==========================
        19.RESPONSIVE
============================*/
/* media query */
@media screen and (max-width: 320px){
  .homeslidertext {
    font-size: 20px;
    line-height: 1;
  }
  .carousel-caption {
    padding-bottom: 10px !important;
  }
  .slidercaption {
    padding-bottom:160px !important;
  }
  #clock {
    font-size: 1em;
  }
  #time {
    display: none !important;
  }
  .contact-form textarea {
    width: 14em;
  }
}
@media screen and (max-width: 360px){
  .carousel-caption {
    padding-bottom: 20px !important;
  }
  .slidercaption {
    padding-bottom:20px !important;
  }
}
@media screen and (max-width: 375px){
  #time {
    display: none !important;
  }
  .carousel-caption {
    padding-bottom: 10px !important;
  }
  .slidercaption {
    padding-bottom:220px !important;
  }
}
@media screen and (max-width: 414px){
  #time {
    display: none !important;
  }
  .carousel-caption {
    padding-bottom: 20px !important;
  }
  .slidercaption {
    padding-bottom:250px !important;
  }
}
@media screen and (max-width: 600px) {
  .carousel-caption {
    padding-bottom: 50px !important;
  }
  .slidercaption {
    padding-bottom:380px !important;
  }
  .timeline::after {
    left: 31px;
    }
  .box {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
  .box:before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }
  .left::after, .right::after {
    left: 15px;
    }
  .right {
    left: 0%;
    }
}
@media screen and (max-width:767px) {
  .section-wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  .section-title {
      font-size: 38px;
      margin-bottom: 20px;
    }
  /* bg-home */
  .hero-img img {
    top: 6px;
    right: 0;
    display: none;
  }
  /* Top bar */
  .contact-details {
    display: none;
  }
  .social-details {
    display: none;
  }
  .social-details-wrapper {
    justify-content: center;
  }
  /* Service */
  .service-img {
    display: none;
  }
  .service-section {
    background: none;
  }
  .service-section .section-title {
    max-width: 100%;
    text-align: center;
  }
  /* process */
  #wrapper {
    display: none;
  }
  .outer-circle{
    display: none;
  }
  .box{
    margin-bottom: 30px;
  }
  .box:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  /* contact */
  .contact-form input{
    width: 100%;
  }
  /* footer */
  .footer-social {
    top:-70px;
  }

  /* pricing */
  .pricing-box {
    margin-top: 2em;
  }
  /* time */
  .border-lined {
    content: '';
    background: #141824;
    position: absolute;
    width: 15%;
    height: 2px;
    transform: translate(-50%);
    margin-top: -0.4em;
    margin-left: 0.5em;
  }
  .border-lineh {
    content: '';
    background: #141824;
    position: absolute;
    width: 15%;
    height: 2px;
    transform: translate(-50%);
    margin-top: -0.4em;
    margin-left: 4em;
  }
  .border-linem {
    content: '';
    background: #141824;
    position: absolute;
    width: 15%;
    height: 2px;
    transform: translate(-50%);
    margin-top: -0.4em;
    margin-left: 8em;
  }
  .border-lines {
    content: '';
    background: #141824;
    position: absolute;
    width: 15%;
    height: 2px;
    transform: translate(-50%);
    margin-top: -0.4em;
    margin-left: 11.3em;
  }
  #time {
    width: 20em;
  }
  #clock {
    font-size: 3em;
  }
  .time_sec {
    margin-top: 0em;
  }
  /* contact-form */
  .form {
    margin-top: 3em;
  }
  .contact-form textarea {
    width: 15.7em;
  }
  /* footer */
  footer {
    margin-top: 3em;
  }
}
@media screen and (max-width:768px){
  .carousel-caption {
    padding-bottom: 100px !important;
  }
  .slidercaption {
    padding-bottom:430px !important;
  }
  .top-bar {
    display: none;
  }
  .about-wrapper {
    display: -webkit-box;
  }
  /* Service */
  .service-img {
    display: none;
  }
  .service-section {
    background: none;
  }
  .service-section .section-title {
    max-width: 100%;
    text-align: center;
  }
  /* process */
  #wrapper {
    display: none;
  }
  .outer-circle{
    display: none;
  }
  .box{
    margin-bottom: 30px;
  }
  .box:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  /* contact */
  .time_sec {
    margin-top: 0;
  }
  .submit-input {
    display: inline-block;
  }
  .clientleft_circle {
    display: none !important;
  }
}
@media screen and (max-width:800px){
  .carousel-caption {
    padding-bottom: 100px !important;
  }
  .slidercaption {
    padding-bottom:560px;
  }
  .about-wrapper {
    display: -webkit-box;
  }
  .top-bar {
    display: none;
  }
  /* Service */
  .service-img {
    display: none;
  }
  .service-section {
    background: none;
  }
  .service-section .section-title {
    max-width: 100%;
    text-align: center;
  }
  /* process */
  #wrapper {
    display: none;
  }
  .outer-circle{
    display: none;
  }
  .box{
    margin-bottom: 30px;
  }
  .box:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  .clientleft_circle {
    display: none !important;
  }
}
@media screen and (max-width:991px){
  .top-bar {
    display: none;
  }
}
@media screen and (max-width:991px) {
  /* top-bar */
  .contact-details span img{
    display: none;
  }
  /* bg-home */
  .hero-img img {
    top: 6px;
    right: 0;
    display: none;
  }
  /* about-Us */
  .about-us {
    padding-top: 100px;
  }
  .about-us img {
    margin-bottom: 30px;
  }
  .about-description {
    max-width: 100%;
  }
  /* service */
  .service-section {
    background-size: inherit;
  }
  /* process */
  .box{
    width: 40%;
  }
  .right{
    left: 20%;
  }
  /* client */
  .client-details {
    margin-top: 30px;
    text-align: center;
  }
  .client-about {
    max-width: 100%;
  }
  /* team */
  .team-section img {
    margin-bottom: 30px;
  }
  .team-member {
    margin: 0 auto;
  }
  /* contact */
  .timebar {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-section h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px){
  .carousel-caption {
    padding-bottom: 160px;
  }
  .slidercaption {
      padding-bottom:300px !important;
  }
}
@media screen and (max-width:1366px){
  .carousel-caption {
    padding-bottom: 250px;
  }
  .slidercaption {
      padding-bottom:410px !important;
  }
  .about_video .about_play {
    position: absolute;
    top: 50%;
  }
  /* Service */
  .service-img img {
    display: flex;
  }
}
@media screen and (max-width: 1440px){
  .carousel-caption {
    padding-bottom: 260px;
  }
  .slidercaption {
    padding-bottom:350px;
  }
}
@media screen and (max-width: 1680px){
  .carousel-caption {
    padding-bottom: 350px;
  }
  .slidercaption {
    padding-bottom:430px;
  }
}
@media screen and (max-width: 1600px){
  .slidercaption {
    padding-bottom: 360px !important;
  }
}
@media screen and (max-width: 1920px){
  .slidercaption {
    padding-bottom:480px;
  }
}




