/*------------------------------------------------------------------
[Table of contents]

[ DEFULT INDEX NUMBER ]
1. Defult css
    1.1. body / body
    1.2. a / a
    1.3. Overflow / .fix
    1.4. Video background / .section-video
    1.5. p / p
    1.6. h1 / h1, h2 / h2, h3 / h3, h4 / h4, h5 / h5, h6 / h6
    1.7. Gradient Text Color / .gradient-text
    1.8. Section Header / .section-header
    1.9. Section Separator / .section-separator
    1.10. Overlay Background / .overlay-color, .overlay-clor-full
    1.11. Button Defult Style / .btn
    1.12. Margin / .m-
    1.13. Padding / .p-
    1.14. Social Icon / .social-icon
    1.15. Message / .message
    1.16. Form Style / .single-form
    -- Before this comment ( START MAIN CSS STYLE ) defult css continue .

2. Navigation / .main-navbar-top
    2.1. Navbar icon style /.nav-trigger

3. Background Image 1 / .bg-1
4. Header style / .header-section-1

5. Features section 1 / .features-section-1
6. Background Image 2 / .bg-2
7. Features section 2 / .features-section-2
8. Features section 3 / .features-section-3
9. Background Image 3 / .bg-3
10. Features section 4 / .features-section-4
11. Background Image 4 / .bg-4
12. Features section 5 / .features-section-5

19. Footer / .footer-section-1
20. Popup Contact Form / .contact-form




-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #aa49de (purple)    [ Gradient color 1 ]
        Main color 2:       #4954de (blue)      [ Gradient color 2 ]
        Background 1:       #FFFFFF             [ Background color ]
        Light color:        #FFFFFF             [ Using text color and some ware ]
        Dark color-1:       #686868             [ Using text color and some ware ]
        Dark color-2:       #282828             [ Using text color and some ware ]
        Border color:       #000031;            [ Border Color ]
        Shadow color:       #000000;            [ All type of shadow color ]


[ This Templage Using 1 Coller Scheme ]

    [ Main color ]
        1. Color 1:         main-color-1: #aa49de; main-color-1: #4954de;
        2. Color 2:         main-color-1: #00C6FF; main-color-1: #0072FF;
        3. Color 3:         main-color-1: #FEAD27; main-color-1: #DE496C;

    [Background color ]
        2. Light:           #FFFFFF;
    
    [ Shadow color ]
        shadow-color:       rgba(0, 0, 0, 0.12);

    [ Overlay color]
        overlay-color:      rgba(0, 0, 0, 0.6);



[ Using Color Code ]
    h1 [ All ]      Color: #373737                      [ Gray ]
    h2 [ Light ]    Color: #373737                      [ Gray 100% opacity ]
    h3 [ Light ]    Color: #373737                      [ Gray 100% opacity ]
    p  [ Light ]    Color: rgba(55, 55, 55, 0.7)        [ Gray 70% opacity ]
    a  [ Normal ]   Color: main-color                   [ main-color is changed particular color scheme ]
    a  [ Hover ]    color: as required                  [ as required ]

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Exo Font;
        Typography 2: Rayeway and Poppins font;
        Typography 3: Montserrat and Roboto font;
        Typography 4: Exo and Poppins font;
    
    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    Header:
        font-style:     normal;
        font-size:      40px;

    h1:
        font-style:     normal;
        font-size:      40px;

    h2, h3, h4, h5, h6:
        font-style:     normal;

    Section Heading:
        font-style:     normal;
        font-size:      35px;

    p:  
        font-style:     normal;
        font-size:      15px;


    Notes:  This Template typography 1 Defult [ font-family: 'Exo', sans-serif; ] [ font-style: normal; ] [ font-size: 15px; ]
    Notes:  This Template typography 2 Defult [ font-family: 'Poppins', sans-serif; ] [ font-style: normal; ] [ font-size: 15px; ]
    Notes:  This Template typography 3 Defult [ font-family: 'Roboto', sans-serif; ] [ font-style: normal; ] [ font-size: 15px; ]
    Notes:  This Template typography 4 Defult [ font-family: 'Poppins', sans-serif; ] [ font-style: normal; ] [ font-size: 15px; ]

-------------------------------------------------------------------*/
/**
 * -------------------
 *  Defult CSS 
 * -------------------
 */
body {
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-style: none;
  line-height: 26px;
  font-weight: 300;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
}
a,
.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  font-family: 'Exo 2', sans-serif;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
.nav li a:hover {
  background-color: transparent;
}
a:focus,
.nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}
p {
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 300;
}
p:last-child {
  margin-bottom: 0px;
}
/* Heading Style */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2', sans-serif;
}
h1 {
  font-size: 65px;
  line-height: 78px;
  font-weight: 300;
}
h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  line-height: 45px;
  font-weight: 400;
}
h4 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
/**
 * ---------------------
 *  Defult Halping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}
.relative {
  position: relative;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-flex {
  display: flex;
  flex: 1;
}
.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-heading {
  display: block;
  margin: 0;
}
.section-header {
  margin-bottom: 100px;
  text-align: center;
}
.section-header .sub-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.section-header.text-left,
.section-header.text-left * {
  text-align: left;
}
.section-header.text-right,
.section-header.text-right * {
  text-align: right;
}
.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block;
}
.section-header-separator .icon {
  font-size: 48px;
  text-align: center !important;
}
.section-header-separator::before,
.section-header-separator::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  top: 25px;
}
.section-header-separator::before {
  left: 0;
}
.section-header-separator::after {
  right: 0;
}
/**
 * -----------------
 *  Light Text Color
 * -----------------
 */
/**
 * -------------------------------
 *  Section Top and Bottom padding  
 * -------------------------------
 */
.section-separator {
  display: block;
  padding-top: 110px;
  padding-bottom: 110px;
}
.section-separator.sp-top {
  padding-bottom: 0px;
}
.section-separator.sp-bottom {
  padding-top: 0px;
}
.section-separator-small {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-separator-small.sp-top {
  padding-bottom: 0px;
}
.section-separator-small.sp-bottom {
  padding-top: 0px;
}
/**
 * ---------------------------
 *  Two Section Line Separator
 * ---------------------------
 */
.section-separator-line {
  margin: 0;
  width: 100%;
  border-top: 1px solid;
}
/**
 * ------------------------
 * Background Overlay Color
 * ------------------------
 */
.overlay-color {
  position: relative;
}
.bg-overlay::before,
.gradient-overlay::before,
.gradient-overlay-1::before,
.gradient-overlay-2::before,
.gradient-overlay-3::before,
.gradient-overlay-4::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/**
 * ------------------------------------
 * Making Same Height Left & Right Part
 * ------------------------------------
 */
.display-full {
  display: table !important;
  width: 100%;
}
.display-full .left,
.display-full .right {
  display: table-cell;
  float: none !important;
}
/**
 * ---------------------
 *   Defult Button Style
 * ---------------------
 */
.btn {
  -webkit-border-radius: 10px ;
  -moz-border-radius: 10px ;
  -ms-border-radius: 10px ;
  -o-border-radius: 10px ;
  border-radius: 10px ;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  margin-right: 15px;
  overflow: hidden;
  outline: 0;
  padding: 0 0;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:last-child {
  margin-right: 0px !important;
}
.btn .icon {
  position: relative;
  top: 2px;
}
.btn .icon img {
  position: relative;
  top: -3px;
  width: 14px;
}
.btn.left-icon .icon {
  margin-right: 15px;
}
.btn.right-icon .icon {
  margin-left: 15px;
}
.btn.btn-fill,
.btn.btn-border {
  font-size: 16px;
  font-weight: 300;
  border: 1px solid;
  padding: 10px 10px;
}
.btn.btn-border {
  background-color: transparent;
}
.btn.btn-round {
  padding: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
}
.btn.btn-round .icon {
  top: 7px;
}
.btn.apple,
.btn.androad {
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
  border-radius: 5px ;
  padding: 9px 28px;
  height: 82px;
}
.btn.apple img,
.btn.androad img {
  width: 35px;
  height: 100%;
  float: left;
}
.btn.apple .icon,
.btn.androad .icon {
  font-size: 60px;
  float: left;
}
.btn.apple span,
.btn.androad span {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn.apple .group,
.btn.androad .group {
  float: right;
}
.btn.apple .big,
.btn.androad .big,
.btn.apple .small,
.btn.androad .small {
  text-align: left;
  margin-left: 7px;
  line-height: 30px;
}
.btn.apple .big,
.btn.androad .big {
  font-size: 24px;
  font-weight: 400;
}
.btn.apple .small,
.btn.androad .small {
  font-size: 16px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
}
.btn-text-link a {
  margin-left: 10px;
}
/** 
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}
.social-icon li {
  list-style: none;
  float: left;
  margin-bottom: 0px;
}
.social-icon li a {
  font-size: 25px;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
}
.social-icon li:last-child a {
  margin-right: 0px;
}
/**
 * ----------------------
 * CONTAINER HALF CONTENT
 * ----------------------
 */
.content-half {
  position: relative;
}
.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 43%;
}
.container-half.pr30 {
  width: calc(50% - 30px);
}
.container-half-left {
  left: 0;
  background-position: 50% 50%;
}
.container-half-right {
  right: 0;
  background-position: 50% 50%;
}
/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}
/**
 * --------------------
 *  Defult Margin Class
 * --------------------
 */
.margin-t-15 {
  margin-top: 15px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-l-50 {
  margin-left: 50px;
}
/**
 * ---------------------
 *  Defult Padding class
 * ---------------------
 */
.padding-t-15 {
  padding-top: 15px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-r-30 {
  padding-right: 30px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-l-30 {
  padding-left: 30px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-r-50 {
  padding-right: 50px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-l-50 {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .container-half-left,
  .container-half-right {
    display: none;
  }
}
@media (max-width: 767px) {
  /**
     * ----------------
     *  Defult CSS 
     * ----------------
     */
  html *,
  body,
  p {
    text-align: center;
  }
  h1 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
  }
  h2 {
    font-size: 38px;
    line-height: 55px;
    font-weight: 300;
  }
  /**
     * ------------------------------------
     *  Every Section Headline Defult Class
     * ------------------------------------
     */
  .section-header {
    margin-bottom: 80px;
  }
  .section-header .sub-heading {
    font-size: 24px;
    line-height: 30px;
  }
  /**
     * ---------------------
     *   Defult Button Style
     * ---------------------
     */
  /**
     * -------------------------------
     *  Section Top and Bottom padding  
     * -------------------------------
     */
  .section-separator {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /**
     * -----------------
     * Nav Defult Style
     * -----------------
     */
  ul,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  li {
    display: inline-block;
  }
  /**
     * ----------------
     *   Helping Class
     * ----------------
     */
  .vertical-middle {
    display: block;
  }
  .display-table {
    width: auto;
    height: auto;
  }
}
/****************************************************************
    START MAIN CSS STYLE
*****************************************************************/
/**
 * ===============================
 * Background image
 * ===============================
*/
.image-bg-1 {
  background-image: url('../images/p17.png');
}
/**
 * ================================
 * Defult Background Color
 * ================================
 */
/**
 * ================================
 * Preloader Style
 * ================================
 */
.loader-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999999999;
}
.loader-wrapper .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0) ;
  -moz-transform: translate3d(-50%, 50%, 0) ;
  -ms-transform: translate3d(-50%, 50%, 0) ;
  -o-transform: translate3d(-50%, 50%, 0) ;
  transform: translate3d(-50%, 50%, 0) ;
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px) ;
  -moz-transform: translateY(-30px) ;
  -ms-transform: translateY(-30px) ;
  -o-transform: translateY(-30px) ;
  transform: translateY(-30px) ;
}
.ball-scale-multiple > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0) ;
    -moz-transform: scale(0) ;
    -ms-transform: scale(0) ;
    -o-transform: scale(0) ;
    transform: scale(0) ;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) ;
    -moz-transform: scale(1) ;
    -ms-transform: scale(1) ;
    -o-transform: scale(1) ;
    transform: scale(1) ;
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0) ;
    -moz-transform: scale(0) ;
    -ms-transform: scale(0) ;
    -o-transform: scale(0) ;
    transform: scale(0) ;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) ;
    -moz-transform: scale(1) ;
    -ms-transform: scale(1) ;
    -o-transform: scale(1) ;
    transform: scale(1) ;
    opacity: 0;
  }
}
/**
 * ================================
 * Template Text Logo Defult Style
 * ================================
 */
.logo {
  font-family: 'Courgette', cursive;
  font-size: 36px;
  line-height: 40px;
  border-bottom: 2px solid;
  margin: 0;
  display: inline-block;
  letter-spacing: 2px;
}
/**
 * =======================
 * Navigation
 * =======================
 */
.main-navbar-top {
  border: 0px solid;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.main-navbar-top .navbar-brand {
  display: block;
}
.main-navbar-top .navbar-brand img {
  display: block;
  height: 100%;
  max-width: initial;
}
.main-navbar-top .navbar-toggle {
  padding: 19px 15px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navbar-top .navbar-nav li .btn-nav {
  font-weight: 300;
  font-size: 20px;
  position: relative;
}
.main-navbar-top .navbar-nav li:last-child a {
  margin-right: 0px;
}
.main-navbar-top.navbar-home {
  top: 0px;
}
.nav-theme-1 {
  top: -80px;
}
.nav-theme-1 .navbar-brand {
  display: block;
  height: 80px;
  padding: 18px 15px;
}
.nav-theme-1 .navbar-nav li .btn-nav {
  padding: 30px 13px;
  margin-right: 2px;
}
.nav-theme-2 {
  -webkit-box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.1) ;
  -ms-box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.1) ;
  -o-box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.1) ;
  top: -80px;
}
.nav-theme-2 .navbar-brand {
  display: block;
  height: 80px;
  padding: 18px 15px;
}
.nav-theme-2 .navbar-nav li .btn-nav {
  padding: 12px 15px;
  border-radius: 3px;
  margin-right: 2px;
  margin-top: 18px;
}
.nav-theme-3 {
  top: 0px;
  padding: 15px 0 0px 0;
}
.nav-theme-3 .navbar-brand {
  display: block;
  height: 80px;
  padding: 18px 15px;
  float: none;
}
.nav-theme-3 .navbar-header {
  width: 100%;
  text-align: center;
}
.nav-theme-3 .navbar-nav {
  display: inline-block;
  float: none;
}
.nav-theme-3 .navbar-nav li .btn-nav {
  padding: 30px 15px;
  margin-right: 2px;
}
.nav-theme-3.navbar-home {
  padding: 0;
}
.nav-theme-3.navbar-home .navbar-nav li .btn-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-theme-4 {
  top: 0px;
  padding: 0;
}
.nav-theme-4 .navbar-collapse-outer {
  position: relative;
  z-index: -1;
  top: -73px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-theme-4 .navbar-brand {
  display: block;
  height: 80px;
  padding: 18px 15px;
}
.nav-theme-4 .navbar-header {
  width: 100%;
  text-align: center;
  padding: 20px 0 8px 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-theme-4 .navbar-nav {
  display: inline-block;
  float: none;
}
.nav-theme-4 .navbar-nav li {
  margin-top: 12px;
  margin-bottom: 10px;
}
.nav-theme-4 .navbar-nav li .btn-nav {
  padding: 12px 15px;
  border-radius: 15px;
  margin-right: 2px;
}
.nav-theme-4 .navbar-nav li .btn-fill {
  margin-right: 15px;
}
.nav-theme-4 .navbar-nav-2 li {
  margin-top: 18px;
  margin-bottom: 18px;
}
.nav-theme-4.navbar-home {
  padding: 0;
}
.nav-theme-4.navbar-home .navbar-collapse-outer {
  top: 0px;
}
.nav-theme-4.navbar-home .navbar-header {
  padding: 0;
}
/**
 * ===============================
 * Header Style
 * ===============================
*/
.header-section .section-separator-big {
  padding-top: 290px;
  padding-bottom: 200px;
}
.header-section .section-separator {
  padding-top: 200px;
  padding-bottom: 150px;
}
.header-section .section-separator-big.sp-top,
.header-section .section-separator.sp-top {
  padding-bottom: 0px;
}
.header-section .section-separator-big.sp-bottom,
.header-section .section-separator.sp-bottom {
  padding-top: 0px;
}
/* Header Style 1 */
.header-section-1 .logo-link {
  max-width: 50px;
  margin-bottom: 70px;
}
.header-section-1 .sub-title {
  font-size: 24px;
  line-height: 35px;
}
.header-section-1 .color {
  font-family: 'Courgette', cursive;
}
.header-section-1 .app-screen {
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  max-width: 815px;
  width: 100%;
}
.header-section-1 .btn-form {
  margin-top: 70px;
}
/**
 * ====================================
 * App Fratures Style
 * ====================================
 */
.app-features .features-image img {
  max-width: 465px;
}
.app-features .features-image-big img {
  max-width: none;
  position: relative;
  width: 1037px;
}
.app-features .features-list {
  margin-top: 35px;
}
.app-features .features-list .nav {
  color: #37363b;
  padding-left: 30px;
}
.app-features .features-list .nav li {
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}
.app-features .features-list .nav li::before {
  content: "\e4c3";
  font-family: "themespiders" !important;
  position: absolute;
  left: -40px;
  top: 0px;
  font-size: 28px;
}
.app-features .features-list .media {
  margin-top: 32px;
}
.app-features .features-list .media .media-left {
  padding-right: 20px;
}
.app-features .features-list .media .icon {
  font-size: 35px;
  margin-top: 13px;
}
.app-features .features-list .media .media-body {
  overflow: hidden;
}
.app-features .features-list .media .media-body .title {
  margin: 0;
  font-size: 30px;
  line-height: 55px;
  font-weight: 300;
}
.app-features .features-list .media .media-body .detail {
  margin-top: 5px;
  font-weight: 100;
}
.app-features .features-list .media .media-body .detail:last-child {
  margin-bottom: 0px;
}
.app-features .features-list .media .media-body,
.app-features .features-list .media .media-body * {
  text-align: left;
}
.circle-top {
  position: absolute;
  width: 620px;
  height: 620px;
  left: 50%;
  top: 0;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -67%, 0) ;
  -moz-transform: translate3d(-50%, -67%, 0) ;
  -ms-transform: translate3d(-50%, -67%, 0) ;
  -o-transform: translate3d(-50%, -67%, 0) ;
  transform: translate3d(-50%, -67%, 0) ;
}
.circle-top::before,
.circle-top::after {
  content: '';
  position: absolute;
  border: 2px solid;
  border-radius: 50%;
}
.circle-top::before {
  left: -30px;
  right: -30px;
  bottom: -30px;
  top: -30px;
}
.circle-top::after {
  left: -60px;
  right: -60px;
  bottom: -60px;
  top: -60px;
}
/**
 * =======================
 * Features Section 2
 * =======================
 */
.features-section-2 .part-1 {
  margin-bottom: 20px;
}
.features-section-2 .part-2 .media {
  padding: 16px 20px;
  margin-bottom: 30px;
  border: 1px solid;
}
.features-section-2 .part-2 .media .icon {
  font-size: 32px;
  border: 1px solid;
  padding: 10px;
  border-radius: 0px 25px 25px;
}
.features-section-2 .part-2 .media-left {
  padding-right: 17px;
}
.features-section-2 .part-2 .media-body {
  overflow: hidden;
}
.features-section-2 .part-2 .media-body .title {
  margin: 0;
  line-height: 24px;
}
.features-section-2 .part-2 .media-body .detail {
  margin-top: 10px;
  font-size: 18px;
}
.features-section-2 .part-2 .media-body .detail:last-child {
  margin-bottom: 0px;
}
.features-section-2 .part-2 .media-body .btn-more {
  margin: 0 !important;
}
.features-section-2 .part-2 .media-body,
.features-section-2 .part-2 .media-body * {
  text-align: left;
}
/**
 * =======================
 * Team Section Style
 * =======================
 */
.team-member .each-item .member {
  width: 100%;
  -webkit-border-radius: 50% ;
  -moz-border-radius: 50% ;
  -ms-border-radius: 50% ;
  -o-border-radius: 50% ;
  border-radius: 50% ;
}
.team-member .each-item .title,
.team-member .each-item .title,
.team-member .each-item .position {
  letter-spacing: 2px;
}
.team-member .each-item .title {
  margin: 25px 0 0 0;
  text-transform: uppercase;
  line-height: 40px;
}
.team-member .each-item .title .priceold{
  color: #999;
  font-weight: 400;
  margin-left: 5px;
  text-decoration: line-through;
}
.team-member .each-item .detail,
.team-member .each-item .position {
  font-size: 18px;
}
.team-member .each-item .position {
  font-weight: 400;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  margin-bottom: 17px;
}
.team-member .each-item .detail {
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 0;
}
.team-member .each-item .phone-number {
  margin-top: 10px;
}
.team-member .each-item .social-icon {
  margin-top: 17px;
}
.team-member .each-item .hover-section {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.team-member .each-item .inner {
  padding: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * =======================
 * ScreenShot Slider Style
 * =======================
 */
.screenshotSlider-area .carousel-wrapper {
  border: 0px solid #222;
  height: 600px;
  position: relative;
  clear: both;
  overflow: hidden;
  background: transparent;
}
.screenshotSlider-area .carousel-wrapper img {
  visibility: hidden;
  /* hide images until carousel can handle them */
  cursor: pointer;
  /* otherwise it's not as obvious items can be clicked */
  bottom: 0 !important;
  top: auto !important;
}
.screenshotSlider-area .carousel-controller {
  margin-top: 15px;
}
.screenshotSlider-area .carousel-controller .btn {
  padding: 0px 5px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 20px;
}
/**
 * =======================
 * Footer Section Style
 * =======================
 */
.footer-section-1 .social-icon {
  margin-top: 50px;
}
.footer-section-1 .copyright {
  margin-top: 40px;
}
