/*-----------------------------------------------------------------------------------

	Theme Name: Crown
	Theme URI: http://themeforest.net/user/zytheme
	Description: Crown is a pixel perfect creative html5 landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Background
 7.	 Buttons
 8.	 Forms
 9.	 Backtop
 10. List
 11. Modals
 12. Heading
 13. Loading
 14. Menu
 15. Module
 16. Hero
 17. Testimonial
 18. Feature
 19. Action
 20. Pricing
 21. Footer
 22. Carousel
 23. Landing
 24. Contact
 25. Screenshoots
 26. Video
 27. Blockquotes
 28. Banner
 29. Team
 30. Devices
 31. Tabs
 32. Progress
 33. Cards
 34. Portfolio
 35. Cards
 36. Clients
 37. Timeline
 38. Countdown
 39. Counters
 40. Subscription
 41. Propirties
 42. Services
 43. Courses
 44. Process
 45. Popup
 46. Dividers
 47. PageTitle
 48. Switcher

/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/

::selection {
  background-color: #485cc7;
  color: #ffffff;
  text-shadow: none;
}


/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading-subtitle {
  color: #999999;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 19px;
}
.heading .heading-title {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.heading .heading-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #aaaaaa;
  margin-bottom: 0;
}

.heading-center {
  text-align: center;
}
.heading-center .heading-desc {
  padding: 0 48px;
}

.heading-icon {
  display: inline-block;
  font-size: 25px;
  color: #485cc7;
  line-height: 1;
}

.heading-1 .heading-title,
.heading-2 .heading-title,
.heading-3 .heading-title,
.heading-7 .heading-title,
.heading-10 .heading-title,
.heading-16 .heading-title {
  margin-bottom: 14px;
}

/* Heading #5 */
.heading-5 .heading-subtitle {
  margin-bottom: 20px;
}

/* Heading #8 */
.heading-8 .heading-title {
  margin-bottom: 13px;
}

/* Heading #11 */
.heading-11 .heading-title {
  margin-bottom: 11px;
}

/* Heading #12 */
.heading-12 .heading-title,
.heading-13 .heading-title {
  margin-bottom: 24px;
}

.heading-12 .heading-icon {
  background: url(../images/heading/icons/1.png) no-repeat;
  width: 32px;
  height: 20px;
  margin-bottom: 11px;
}

/* Heading #13 */
.heading-13 .heading-icon {
  background: url(../images/heading/icons/2.png) no-repeat;
  width: 63px;
  height: 10px;
  margin-bottom: 15px;
}

/* Heading #14 */
.heading-14 .heading-icon,
.heading-15 .heading-icon {
  font-size: 45px;
  margin-bottom: 25px;
}

/* Heading #17 */
.heading-17 .heading-desc {
  margin-bottom: 17px;
}

.heading-17 .heading-icon {
  background: url(../images/heading/icons/3.png) no-repeat;
  width: 101px;
  height: 10px;
  margin-bottom: 0;
}

/* Heading #18 */
.heading-18 .heading-title {
  color: #485cc7;
}

.heading-18 .heading-title,
.heading-19 .heading-title {
  margin-bottom: 25px;
}

.heading-18 .heading-icon,
.heading-19 .heading-icon {
  background: url(../images/heading/icons/4.png) no-repeat;
  width: 60px;
  height: 6px;
  margin-bottom: 13px;
}

.heading-19 .heading-icon {
  background: url(../images/heading/icons/5.png) no-repeat;
}

/* Heading #20 */
.heading-20 .heading-title,
.heading-21 .heading-title {
  margin-bottom: 25px;
}

.heading-20 .heading-icon,
.heading-21 .heading-icon {
  background: url(../images/heading/icons/6.png) no-repeat;
  width: 44px;
  height: 8px;
  margin-bottom: 13px;
}

.heading-21 .heading-icon {
  background: url(../images/heading/icons/7.png) no-repeat;
}

/* heading #22 */
.heading-22 .heading-divider {
  margin-bottom: 19px;
}

/* heading #23 */
.heading-23 .heading-title {
  margin-bottom: 25px;
}

.heading-23 .heading-divider {
  margin-bottom: 15px;
}

/* heading #24 */
.heading-24 .heading-desc {
  margin-bottom: 7px;
}

.heading-24 .heading-title {
  margin-bottom: 13px;
}

/* Heading Divider */
.heading .heading-divider {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.heading .heading-divider1,
.heading .heading-divider3 {
  height: 6px;
}

.heading .heading-divider1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0;
  width: 30px;
  height: 2px;
  background-color: #000000;
}

.heading .heading-divider1:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  margin-right: 0;
  width: 30px;
  height: 2px;
  background-color: #000000;
}

.heading .heading-divider1.divider--center:before {
  left: 50%;
  margin-left: -20px;
}

.heading .heading-divider1.divider--center:after {
  right: 50%;
  margin-right: -20px;
}

.heading .heading-divider1 + .heading-desc,
.heading .heading-divider3 + .heading-desc,
.heading .heading-divider5 + .heading-desc {
  margin-top: 14px;
}

.heading .heading-divider2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0;
  width: 20px;
  height: 2px;
  background-color: #485cc7;
}

.heading .heading-divider2.divider--center:before {
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}

.heading .heading-title + .heading-divider2,
.heading .heading-title + .heading-divider4 {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.heading .heading-divider2 + .heading-desc,
.heading .heading-divider4 + .heading-desc {
  margin-top: 11px;
}

.heading .heading-divider3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #485cc7;
}

.heading .heading-divider3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #485cc7;
}

.heading .heading-divider3.divider--center:before {
  left: 50%;
  margin-left: -10px;
}

.heading .heading-divider3.divider--center:after {
  right: 50%;
  margin-right: -10px;
}

.heading .heading-divider4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #485cc7;
}

.heading .heading-divider4.divider--center:before {
  left: 50%;
  margin-left: -20px;
}

.heading .heading-divider5 {
  height: 10px;
}

.heading .heading-divider5:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #ececec;
}

.heading .heading-divider5:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: 11px;
  border: 8px solid transparent;
  border-bottom-color: #ececec;
}

.heading .heading-divider5.divider--center:before {
  left: 50%;
  margin-left: -20px;
}

.heading .heading-divider5.divider--center:after {
  margin-left: -9px;
}

.heading .heading-divider6 span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1px;
  background-color: #ececec;
}

.heading .heading-divider7 {
  height: 4px;
}

.heading .heading-divider7:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #ececec;
}

.heading .heading-divider7:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #ececec;
}

.heading .heading-divider7.divider--center:before {
  left: 50%;
  margin-left: -20px;
}

.heading .heading-divider7.divider--center:after {
  left: 50%;
  margin-left: -20px;
}

.heading .heading-divider8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 1px;
  background-color: #ececec;
}

.heading .heading-divider8.divider--center:before {
  left: 50%;
  margin-left: -60px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading-center .heading-desc {
    padding: 0;
  }
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  overflow: hidden;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  position: relative;
}

.header-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* Header Light */
.header-light .navbar {
  background-color: #ffffff;
}

.header-light + section {
  margin-top: 0;
}

/* Header Dark */
.header-dark .navbar {
  background-color: #1b1b1b;
}
.header-dark + section {
  margin-top: 0;
}

/* Header Topbar */
.header-topbar .topbar {
  height: 60px;
  background-color: #ffffff;
}
.header-topbar .topbar-dark {
  background-color: #1b1b1b;
}
.header-topbar .topbar-bordered {
  border-bottom: 1px solid #ececec;
}
.header-topbar .topbar-bordered-light {
  border-bottom: 1px solid rgba(236, 236, 236, 0.07);
}

.header-topbar-2x .topbar {
  height: 80px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .header-topbar-2x .topbar .module-btn {
    float: none !important;
    text-align: center;
  }
  .header-topbar-2x .topbar .float-right {
    float: none !important;
    text-align: center;
  }
}
/*------------------------------------*\
    #Menu
\*------------------------------------*/
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 76px;
  border: none;
  padding: 0;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

/* Navbar Bordered */
.navbar-bordered {
  border-bottom: 1px solid rgba(236, 236, 236, 0.25);
}

.navbar-bordered-dark {
  border-bottom: 1px solid #ececec;
}

/* Navbar Logo  */
.navbar .navbar-brand {
  padding: 0;
  margin-right: 50px;
}
.navbar .navbar-brand .logo {
  max-width: 100%;
  height: auto;
  line-height: 80px;
}

/* Navbar Nav  */
.navbar .navbar-nav > li {
  margin-right: 25px;
}
.navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar .navbar-nav > li > a {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 80px;
  color: #1b1b1b;
  padding: 0;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:active {
  color: #999999;
}

/* Navbar Nav Light */
.navbar.navbar-light .navbar-nav > li > a {
  color: #ffffff;
}
.navbar.navbar-light .navbar-nav > li > a:hover, .navbar.navbar-light .navbar-nav > li > a:focus, .navbar.navbar-light .navbar-nav > li > a:active {
  color: #dfdfdf;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    margin: 0;
    width: 100%;
    max-width: inherit;
  }

  .navbar .navbar-brand {
    height: 80px;
    line-height: 80px;
    margin-left: 15px;
  }

  .navbar-collapse {
    padding: 15px 0;
  }

  .navbar-toggler {
    width: 25px;
    height: 16px;
    position: relative;
    padding: 0;
    position: absolute;
    top: 36px;
    right: 15px;
    cursor: pointer;
  }
  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .toogle-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #1b1b1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 300ms 0s;
    -moz-transition: background 300ms 0s;
    -ms-transition: background 300ms 0s;
    -o-transition: background 300ms 0s;
    transition: background 300ms 0s;
  }
  .toogle-inner:before, .toogle-inner:after {
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transition-duration: 300ms, 300ms;
    -moz-transition-duration: 300ms, 300ms;
    -o-transition-duration: 300ms, 300ms;
    -ms-transition-duration: 300ms, 300ms;
    transition-duration: 300ms, 300ms;
    -webkit-transition-delay: 300ms, 0s;
    -moz-transition-delay: 300ms, 0s;
    -o-transition-delay: 300ms, 0s;
    -ms-transition-delay: 300ms, 0s;
    transition-delay: 300ms, 0s;
    background-color: #1b1b1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .toogle-inner:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    -ms-transition-property: top, transform;
    transition-property: top, transform;
  }
  .toogle-inner:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }

  .toggler-active .toogle-inner {
    background-color: transparent;
  }
  .toggler-active .toogle-inner:before, .toggler-active .toogle-inner:after {
    -webkit-transition-delay: 0s, 300ms;
    -moz-transition-delay: 0s, 300ms;
    -o-transition-delay: 0s, 300ms;
    -ms-transition-delay: 0s, 300ms;
    transition-delay: 0s, 300ms;
  }
  .toggler-active .toogle-inner:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggler-active .toogle-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-light .toogle-inner {
    background-color: #ffffff;
  }
  .navbar-light .toogle-inner:before, .navbar-light .toogle-inner:after {
    background-color: #ffffff;
  }
  .navbar-light .toggler-active .toogle-inner {
    background-color: transparent;
  }

  /* Modifers */
  .navbar .navbar-nav {
    padding-left: 15px;
  }
  .navbar .navbar-nav > li {
    margin-right: 0;
  }
  .navbar .navbar-nav > li > a {
    line-height: 36px;
    text-transform: uppercase;
  }
  .navbar.navbar-light .navbar-nav > li > a {
    color: #ffffff;
  }

  .header-transparent .toogle-inner {
    background-color: #ffffff;
  }
  .header-transparent .toogle-inner:before, .header-transparent .toogle-inner:after {
    background-color: #ffffff;
  }
  .header-transparent .toggler-active .toogle-inner {
    background-color: transparent;
  }
  .header-transparent .navbar-collapse {
    background-color: #ffffff;
  }
  .header-transparent .navbar.navbar-light .navbar-nav > li > a {
    color: #1b1b1b;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-toggle::after {
    display: none;
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  /* Menu with Dropdown */
  .navbar-nav > li.has-dropdown > ul.dropdown-menu,
.navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
    background-color: #1b1b1b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
  }

  .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    width: 210px;
    min-width: 210px;
    padding: 13px 0;
    background-color: #1b1b1b;
  }

  .navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
    width: 385px !important;
  }

  li.dropdown-submenu:hover > ul.mega-menu,
li.has-dropdown:hover > ul.dropdown-menu,
li.has-dropdown:hover > ul.mega-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 100;
    display: block;
  }

  ul.dropdown-menu > li,
ul.mega-menu > li {
    padding-right: 0;
    height: 30px;
    line-height: 30px;
    position: relative;
    vertical-align: top;
  }

  ul.mega-menu > li {
    border-right: 1px solid #eaeaea;
  }

  ul.mega-menu > li:last-child {
    border-right: none;
  }

  ul.mega-menu > li {
    width: 190px !important;
    height: auto;
    overflow: hidden;
    display: inline-block;
  }

  ul.mega-menu > li > ul {
    width: 190px;
    list-style: none;
    background-color: #616161;
    padding-left: 0;
    position: relative !important;
    left: auto !important;
  }

  ul.dropdown-menu li a,
ul.mega-menu li ul li a {
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    color: #ffffff;
    padding: 0 15px;
    display: block;
    font-size: 11px;
    font-weight: 400;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    text-transform: capitalize;
  }

  ul.mega-menu li ul li span {
    color: #485cc7;
    padding: 0;
    display: block;
    font-size: 13px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 700;
  }

  ul.dropdown-menu li:last-child > a {
    border-bottom: none;
  }

  ul.dropdown-menu li > a:active,
ul.dropdown-menu li > a:focus,
ul.dropdown-menu li > a:hover,
ul.mega-menu li a:active,
ul.mega-menu li a:focus,
ul.mega-menu li a:hover {
    background-color: #242424;
    color: #999999;
  }

  ul.dropdown-menu.left {
    left: -185px !important;
    margin-left: 0 !important;
  }

  ul.mega-menu.left {
    left: -410px !important;
  }

  /* Menu Level #2 */
  li.dropdown-submenu > ul.mega-menu,
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
    background-color: rgba(27, 26, 26, 0.97);
    padding: 25px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    display: block;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: -1px 0 0;
    z-index: 1001;
  }

  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 1001;
    margin-top: -1px;
    margin-left: 0;
    padding: 13px 0;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  }

  li.dropdown-submenu.pull-left > ul.dropdown-menu {
    left: auto;
    right: 0;
    margin-right: 0;
  }

  /* Menu Level #3 */
  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
    background-color: #616161;
    float: none;
    position: absolute;
    border-radius: 0;
    left: 100%;
    right: auto;
    top: 0;
    margin: -1px 0 0;
    z-index: 1;
    border: 1px solid #eaeaea;
    padding: 13px 0;
  }

  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
    left: -185px !important;
  }

  /* Mega Menu Content */
  .mega-dropdown {
    position: static !important;
  }

  .mega-dropdown-menu {
    padding: 20px 0 !important;
    width: 100% !important;
    background-color: transparent !important;
    border: none !important;
    margin-top: -19px;
  }

  .mega-dropdown-menu .container {
    background-color: transparent;
  }

  .mega-dropdown-menu .container .row {
    padding-right: 0;
    padding-left: 0;
    background: #1b1b1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .mega-dropdown-menu .container .row div[class*=col-] {
    padding: 40px 0;
  }
  .mega-dropdown-menu .container .row div[class*=col-] ul {
    border-right: 1px solid rgba(236, 236, 236, 0.07);
  }
  .mega-dropdown-menu .container .row div[class*=col-]:last-of-type ul {
    border-right: none;
  }

  .mega-dropdown-menu li ul {
    padding: 0;
    margin: 0;
  }

  .mega-dropdown-menu li ul li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }

  .mega-dropdown-menu .container div[class*=col-] > a {
    border-bottom: none;
    padding-left: 0;
    font-size: 14px;
  }

  .mega-dropdown-menu .container a[href="#"] {
    color: #485cc7;
    cursor: default;
    font-weight: 600;
  }

  .navbar-nav > li.has-dropdown > ul.dropdown-menu.mega-dropdown-menu {
    box-shadow: none;
  }

  .navbar-nav > li.has-dropdown > ul.dropdown-menu.mega-dropdown-menu > li {
    height: auto;
  }
}
.navbar-separator {
  position: relative;
  padding-left: 25px;
  padding-right: 0;
  line-height: 80px;
  height: 80px;
  display: inline-block;
  text-indent: -9999;
}
.navbar-separator:before {
  position: absolute;
  right: 0;
  top: 30px;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ececec;
}

.module-separator {
  position: relative;
  padding-left: 25px;
  padding-right: 0;
  line-height: 80px;
  height: 80px;
  display: inline-block;
  text-indent: -9999px;
}
.module-separator:before {
  position: absolute;
  right: 0;
  top: 30px;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ececec;
}

/*-------------------------------
    #MODULE
---------------------------------*/
.module-container {
  line-height: 80px;
  position: relative;
}
.module-container .module {
  color: #fff;
  margin-left: 25px;
  display: inline-block;
}

/* Module Button */
.module-btn .btn {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #485cc7;
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid #485cc7;
}
.module-btn .btn:hover {
  color: #ffffff;
  background-color: #3d4ea9;
  border-color: #3d4ea9;
}
.module-btn .btn.btn-purchase {
  width: 115px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b1b1b;
}
.module-btn .btn.btn-purchase:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #ffffff;
}
.module-btn .btn.btn-transparent {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(236, 236, 236, 0.25);
}
.module-btn .btn.btn-transparent:hover {
  background-color: #ffffff;
  color: #485cc7;
  border-color: #ffffff;
}
.module-btn .btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #485cc7;
}
.module-btn .btn.btn-white:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #ffffff;
}
.module-btn .btn-secondary {
  background-color: #00c389;
  color: #ffffff;
  border-color: #00c389;
}
.module-btn .btn-secondary:hover {
  background-color: #05956a;
  color: #ffffff;
  border-color: #05956a;
}

/* Module Social */
.module-social {
  position: relative;
}
.module-social a {
  color: #1b1b1b;
  font-size: 14px;
  margin-right: 17px;
  line-height: 80px;
  display: inline-block;
}
.module-social a:last-of-type {
  margin-right: 0;
}
.module-social a:hover {
  color: #999999;
}
.module-social.module-social-light a {
  color: #ffffff;
}
.module-social.module-social-light a:hover {
  color: #dfdfdf;
}

/* Module Info */
.module-info span {
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 70px;
}
.module-info span strong {
  color: #000;
  text-transform: uppercase;
  margin-right: 4px;
  font-weight: 600;
}

.module-light span strong {
  color: #ffffff;
}

/* Topbar Module */
.header-topbar .topbar .module {
  line-height: 60px;
}
.header-topbar .topbar .module-info span,
.header-topbar .topbar .module-social a {
  line-height: inherit;
}

.header-topbar-2x .topbar .module {
  line-height: 80px;
}

@media only screen and (max-width: 991px) {
  .header-topbar .topbar .container {
    margin: 0;
    width: 100%;
    max-width: inherit;
  }

  .repos-module-container {
    position: absolute;
    right: 15px;
  }
  .repos-module-container .module-separator {
    display: none;
  }
  .repos-module-container .module-social a:last-of-type {
    margin-right: 26px;
  }

  .navbar-separator {
    display: none;
  }

  .module-container {
    padding-left: 15px;
    line-height: 36px;
  }
  .module-container .module-social a {
    line-height: 36px;
  }
  .module-container .module-social-light a {
    color: #1b1b1b;
  }
  .module-container .module-info span {
    display: block;
    line-height: 36px;
  }
  .module-container .float-right {
    float: none !important;
  }

  .header .module-btn .btn-transparent {
    background-color: #1b1b1b;
    color: #ffffff;
  }

  .header .module-container .module {
    margin-left: 0;
  }

  .header-no-navabr .module-container {
    padding-right: 15px;
  }
  .header-no-navabr .module-social-light a {
    color: #ffffff;
  }
  .header-no-navabr .module-social a {
    line-height: 80px;
  }
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel,
.testimonial-meta {
  position: relative;
}

.testimonials .testimonial-panel {
  background-color: #fafafa;
  padding: 35px 25px 29px;
  border-radius: 2px;
}
.testimonials .testimonial-panel .testimonial-body p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}
.testimonials .testimonial-panel .testimonial-body h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 18px;
}
.testimonials .testimonial-panel .testimonial-meta h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.testimonials .testimonial-panel .testimonial-meta p {
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonials .testimonial-panel .testimonial-img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 19px;
}
.testimonials .testimonial-panel .testimonial-rating {
  line-height: 1;
}
.testimonials .testimonial-panel .testimonial-rating i {
  color: #ffd700;
  font-size: 14px;
}

.testimonial-panel-warp {
  background-color: #fafafa;
  padding: 0 25px 33px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonials .testimonial-panel {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* testimonial #1 */
.testimonials-1 .testimonial-panel {
  background-color: transparent;
  padding: 0;
}

.testimonials-1 .testimonial-body {
  background-color: #fafafa;
  padding: 35px 25px 29px;
  margin-bottom: 30px;
  position: relative;
}

.testimonials-1 .testimonial-body:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #fafafa;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* testimonial #3 */
.testimonials-3 .testimonial-panel {
  background-color: #fafafa;
  padding: 35px 26px;
}
.testimonials-3 .testimonial-panel .testimonial-panel-warp {
  padding: 0;
}
.testimonials-3 .testimonial-panel .testimonial-body {
  margin-top: 28px;
}
.testimonials-3 .testimonial-panel .testimonial-body p {
  margin-bottom: 18px;
}

/* testimonial #4 */
.testimonials-4 .testimonial-panel {
  padding: 40px 0 0 0;
  background-color: transparent;
}
.testimonials-4 .testimonial-panel .testimonial-panel-warp {
  background-color: #fafafa;
  padding: 0 25px 33px;
}
.testimonials-4 .testimonial-panel .testimonial-body {
  margin-top: -18px;
}
.testimonials-4 .testimonial-panel .testimonial-body p {
  margin-bottom: 18px;
}
.testimonials-4 .testimonial-panel .testimonial-meta {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  transform: translateY(-40px);
}

/* testimonial #5 */
.testimonials-5 .testimonial-panel .testimonial-body p {
  margin-bottom: 17px;
}

/* testimonial #6 */
.testimonials-6 .testimonial-panel {
  padding: 35px 50px 29px;
}
.testimonials-6 .testimonial-panel .testimonial-body {
  margin-bottom: 20px;
}
.testimonials-6 .testimonial-panel .testimonial-meta {
  margin-bottom: 21px;
}

/* testimonial #7 */
.testimonials-7 .testimonials .testimonial-panel {
  padding: 35px 25px 24px;
}

.testimonials-7 .testimonial-img {
  position: absolute;
  top: 35px;
  left: 25px;
  min-height: 80px;
}

.testimonials-7 .testimonials-content {
  padding-left: 105px;
}

.testimonials-7 .testimonial-body {
  margin-bottom: 18px;
}

.testimonials-7 .testimonial-meta h4 {
  margin-bottom: 0;
}

/* testimonial #8 */
.testimonials-8 .testimonial-panel {
  background-color: transparent;
  padding: 0 40px;
}
.testimonials-8 .testimonial-panel .testimonial-meta {
  margin-bottom: 16px;
  padding: 0 50px;
}
.testimonials-8 .testimonial-panel .testimonial-meta h4 {
  display: inline-block;
}
.testimonials-8 .testimonial-panel .testimonial-meta p {
  font-family: "Poppins", sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.testimonials-8 .testimonial-panel .testimonial-meta p :before {
  content: "-";
  position: absolute;
  top: 0;
  left: 5px;
}
.testimonials-8 .testimonial-panel .testimonial-img {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  margin-bottom: 32px;
  border-bottom: 1px solid #ececec;
}
.testimonials-8 .testimonial-panel .testimonial-body p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
}

/* testimonial #9 */
.testimonials-9 .testimonial-panel {
  padding: 35px 50px 29px;
  background-color: #ffffff;
}
.testimonials-9 .testimonial-panel .testimonial-body {
  margin-bottom: 20px;
}
.testimonials-9 .testimonial-panel .testimonial-meta {
  margin-bottom: 21px;
}

/* testimonial #10 */
.testimonials-10 .testimonial-panel {
  padding: 35px 25px 29px;
}

/* testimonial #12 */
.testimonials-12 .testimonial-panel .testimonial-content {
  padding-top: 135px;
  padding-left: 52px;
}
.testimonials-12 .testimonial-panel .testimonial-img {
  margin: 0;
  border: none;
  text-align: center;
}
.testimonials-12 .testimonial-panel .testimonial-meta {
  padding: 0;
  margin-bottom: 12px;
}

/* testimonial #13 */
.testimonials-13 .testimonial-panel {
  background-color: transparent;
  padding: 0 35px;
}
.testimonials-13 .testimonial-panel .testimonial-meta h4 {
  color: #ffffff;
}

/* testimonial #14 */
.testimonials-14 .testimonial-panel {
  background-color: #ffffff;
  padding: 30px;
}
.testimonials-14 .testimonial-panel .testimonial-content {
  min-height: 80px;
  margin-bottom: 0;
  position: relative;
}
.testimonials-14 .testimonial-panel .testimonial-meta {
  padding: 25px 0 0 105px;
}
.testimonials-14 .testimonial-panel .testimonial-img {
  position: absolute;
  top: 0;
  left: 0;
}

/* testimonial #15 */
.testimonials-15 .testimonial-content {
  margin-bottom: 0;
}
.testimonials-15 .testimonial-body {
  margin-bottom: 26px;
}

/* testimonial #16 */
.testimonials-16 .testimonial-panel {
  background-color: transparent;
  padding: 0 25px;
}
.testimonials-16 .testimonial-panel .testimonial-body {
  margin-top: 26px;
}

/* testimonial #17 */
.testimonials-17 .testimonial-panel {
  background-color: transparent;
  padding: 0 25px;
}
.testimonials-17 .testimonial-panel .testimonial--icon {
  display: inline-block;
  background-image: url(../images/testimonials/icon1.png);
  width: 40px;
  height: 30px;
  margin-bottom: 35px;
}
.testimonials-17 .testimonial-panel .testimonial-body p {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 19px;
}
.testimonials-17 .testimonial-panel .testimonial-meta h4 {
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  position: relative;
  padding-left: 10px;
}
.testimonials-17 .testimonial-panel .testimonial-meta h4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
.testimonials-17 .testimonial-panel .testimonial-meta p {
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  position: relative;
  padding-left: 16px;
}
.testimonials-17 .testimonial-panel .testimonial-meta p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "@";
}

@media only screen and (max-width: 991px) {
  .testimonials-17 .testimonial-panel {
    max-width: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonials-12 .testimonial-content {
    padding: 0;
  }

  .testimonials-12 .testimonial-content {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
  position: relative;
}
.feature-panel .feature-icon {
  color: #485cc7;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 34px;
}
.feature-panel .feature-icon i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
}
.feature-panel .feature-icon img {
  max-height: 60px;
}
.feature-panel .feature-content h3 {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 13px;
  text-transform: capitalize;
}
.feature-panel .feature-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  color: #999999;
}

.feature-left .feature-panel {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-left .feature-panel .feature-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.feature-left .feature-panel .feature-content {
  padding-left: 70px;
}

.feature-left .feature-panel {
  margin-bottom: 43px;
}

/* feature left circle  */
.feature-left-circle .feature-panel {
  margin-bottom: 48px;
}

.feature-left-circle .feature-panel .feature-content {
  padding-left: 105px;
}

.feature-left-circle .feature-panel .feature-icon {
  color: #ffffff;
  background-color: #485cc7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #485cc7;
  color: #ffffff;
}

/* feature #3 */
.feature-3 .feature-panel-left,
.feature-3 .feature-panel-right {
  padding-top: 79px;
}
.feature-3 .feature-panel-left .feature-panel {
  text-align: right;
}
.feature-3 .feature-panel {
  margin-bottom: 46px;
}
.feature-3 .mockup-img {
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-3 {
    text-align: center;
  }
  .feature-3 .feature-panel-left,
.feature-3 .feature-panel-right {
    padding-top: 0;
    text-align: center;
  }
  .feature-3 .feature-panel-left .feature-panel {
    text-align: center;
  }
  .feature-3 .feature-panel {
    text-align: center;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .feature-3 .mockup-img {
    text-align: center;
    margin-bottom: 30px;
  }
}
/* feature #4 */
.feature-4 .feature-panel {
  margin-bottom: 46px;
}
.feature-4 .feature-panel .feature-icon {
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #485cc7;
  color: #ffffff;
  margin: 0 auto 32px auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-4 .feature-panel {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* feature #5 */
.feature-5 .feature-panel {
  padding-right: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-5 .feature-panel {
    text-align: center;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* feature #6 */
.feature-6 .feature-panel {
  padding: 0 50px;
}

/* feature #7 */
.feature-7 .feature-panel {
  padding: 0 20px;
}

/* feature #8 */
.feature-8 .feature-panel {
  padding: 30px 24px 26px;
  background-color: #fafafa;
  border-radius: 5px;
}

.feature-8 .feature-panel .feature-icon {
  margin-bottom: 23px;
}

.feature-8 .feature-content h3 {
  margin-bottom: 10px;
}

.feature-8 .feature-content h4 {
  font-size: 12px;
  color: #999999;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 18px;
}

/* feature #9 */
.feature-9 .feature-panel .feature-icon {
  font-size: 40px;
}

/* feature #9 */
.feature-10 .feature-panel .feature-content {
  padding-left: 105px;
}

.feature-10 .feature-panel .feature-icon {
  font-size: 70px;
  color: #1b1b1b;
}

.feature-10 .feature-img {
  position: relative;
  bottom: -50px;
}

/* feature #11 */
.feature-11 .feature-panel {
  padding: 0 50px;
}

.feature-11 .feature-panel .feature-icon {
  font-size: 55px;
  color: #1b1b1b;
  margin-bottom: 21px;
}

/* feature #12 */
.feature-12 .feature-panel .feature-icon {
  margin: 0 auto 31px;
  height: 180px;
}
.feature-12 .feature-panel .feature-icon img {
  width: 180px;
  height: 180px;
  max-height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.feature-12 .feature-panel .feature-content p {
  padding: 0 22px;
}

@media only screen and (max-width: 991px) {
  .feature-12 .feature-panel {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* feature #13 */
.feature-13 .feature-panel {
  background-color: #fafafa;
  padding: 56px 30px 57px;
}
.feature-13 .feature-panel .feature-icon {
  margin-bottom: 30px;
}
.feature-13 .feature-panel .feature-content h3 {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .feature-13 .feature-panel {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* feature #14 */
.feature-14 .feature-panel {
  background-color: #fafafa;
  padding: 42px 30px 45px;
  border-radius: 5px;
}
.feature-14 .feature-panel .feature-icon {
  font-size: 55px;
  margin-bottom: 19px;
  color: #1b1b1b;
}

@media only screen and (max-width: 991px) {
  .feature-14 .feature-panel {
    padding: 42px 10px 45px;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* feature #15 */
.feature-15 .feature-panel {
  padding: 0 50px;
  margin-bottom: 66px;
}

.feature-15 .feature-panel .feature-icon,
.feature-20 .feature-panel .feature-icon {
  color: #1b1b1b;
  font-size: 60px;
  margin-bottom: 29px;
}

/* feature #16 */
.feature-16 .feature-panel {
  padding: 50px 20px;
  border: 1px solid rgba(234, 234, 234, 0.05);
  border-radius: 2px;
}

.feature-16 .feature-panel .feature-icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #485cc7;
}

.feature-16 .feature-content h3 {
  color: #ffffff;
  margin-bottom: 0;
}

/* feature #17 */
.feature-17 .feature-panel {
  padding: 0 50px;
  margin-bottom: 66px;
}

.feature-17 .feature-content h3 {
  color: #ffffff;
}

/* feature #18 */
.feature-18 .feature-panel .feature-content h3 {
  font-size: 14px;
}

/* feature #19 */
.feature-19 .feature-panel {
  padding: 0 20px;
}

/* feature #20 */
.feature-20 .feature-panel {
  padding-right: 20px;
}

.feature-20 .feature-panel .feature-icon {
  font-size: 60px;
  margin-bottom: 27px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-20 .feature-panel {
    text-align: center;
  }
}
/* feature #21 */
.feature-21 .feature-panel {
  margin-bottom: 48px;
}
.feature-21 .feature-panel .feature-icon {
  font-size: 50px;
}
.feature-21 .feature-panel .feature-content {
  padding-left: 65px;
}
.feature-21 .feature-panel .feature-content h3,
.feature-21 .feature-panel .feature-content p {
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-panel {
    margin-bottom: 25px;
  }

  .feature-10 {
    padding-bottom: 0;
  }

  .feature-10 .feature-img {
    bottom: 0;
  }

  .feature-10 .feature-img img {
    max-width: 100%;
  }

  .feature-6 .feature-panel,
.feature-7 .feature-panel,
.feature-17 .feature-panel,
.feature-15 .feature-panel {
    padding: 0;
  }

  .feature-18 .feature-panel .feature-icon {
    margin-bottom: 10px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-panel {
    margin-bottom: 25px;
  }

  .feature-17 .feature-panel,
.feature-15 .feature-panel {
    padding: 0;
  }
}
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
  padding: 150px 0;
}
.cta h3 {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 0;
}

/* cta #1 */
.cta-1 .heading-subtitle,
.cta-1 .heading-title,
.cta-1 .heading-desc {
  color: #ffffff;
}

/* cta #3 */
.cta-3 .heading {
  margin-bottom: 37px;
}
.cta-3 .btn {
  width: 254px;
  height: 48px;
  line-height: 48px;
}

/* cta #4 */
.cta-4 .heading-desc {
  padding-right: 170px;
}
.cta-4 .btn {
  width: 220px;
  height: 48px;
  line-height: 46px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-4 {
    text-align: center;
  }
}
/* cta #6 */
.cta-6 {
  padding: 35px 0;
}

/* cta #8 */
.cta-8 .heading-subtitle,
.cta-8 .heading-title,
.cta-8 .heading-desc {
  color: #ffffff;
}
.cta-8 .heading {
  padding-top: 69px;
}
.cta-8 .heading .heading-title {
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 15px;
}
.cta-8 .heading .heading-desc {
  padding-right: 70px;
}
.cta-8 .mockup-img {
  text-align: right;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .cta-8 {
    text-align: center;
  }
  .cta-8 .heading-desc {
    padding-right: 0;
  }
}
/* cta #9 */
.cta-9 {
  padding: 190px 0;
}
.cta-9 .heading {
  margin-bottom: 31px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta h3 {
    line-height: 30px;
    margin-bottom: 25px;
  }

  .cta-4 .heading-desc,
.cta-4 .heading {
    padding-right: 0;
  }

  .cta-8 .heading-desc,
.cta-8 .heading {
    padding-right: 0;
  }
  .cta-8 .btn {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #PRICING
\*------------------------------------*/
.pricing-panel {
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.pricing-panel .pricing-heading {
  position: relative;
}
.pricing-panel .pricing-heading h4 {
  font-family: "Arimo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 23px;
  color: #485cc7;
  text-transform: capitalize;
}
.pricing-panel .pricing-heading p {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 31px;
  text-transform: uppercase;
}
.pricing-panel .pricing-heading span.time {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #999999;
  margin-top: 8px;
}
.pricing-panel .pricing-desc p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.pricing-panel .pricing-list {
  padding: 43px 25px 44px;
  margin-bottom: 0;
}
.pricing-panel .pricing-list li {
  font-family: "Arimo", sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
}

.pricing .btn {
  width: 160px;
  height: 50px;
  line-height: 48px;
}
.pricing .ribbon {
  background-image: url(../images/dividers/ribbon.png);
  position: absolute;
  width: 22px;
  height: 35px;
}

/* pricing #1 */
.pricing-1 .pricing-panel {
  border: 1px solid #ececec;
}
.pricing-1 .pricing-panel .pricing-heading {
  padding: 50px;
  position: relative;
  border-bottom: 4px solid #ececec;
}
.pricing-1 .pricing-panel .pricing-heading:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 25%;
  height: 4px;
  background-color: #00c389;
}
.pricing-1 .price-table {
  margin-top: 40px;
}
.pricing-1 .price-table-2 .pricing-heading:after {
  width: 50%;
}
.pricing-1 .price-table-3 .pricing-heading:after {
  width: 100%;
}
.pricing-1 .btn {
  font-size: 14px;
}
.pricing-1 .btn:hover {
  color: #ffffff;
}

.pricing-1 .pricing-list li {
  padding-left: 22px;
}
.pricing-1 .pricing-list li.inactive {
  color: #999999;
}
.pricing-1 .pricing-list li.inactive:before {
  content: "";
  font-size: 9px;
}
.pricing-1 .pricing-list li:before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8px;
}
.pricing-1 .price-table-2 {
  margin-top: 0;
}
.pricing-1 .price-table-2 .pricing-heading {
  background-color: #485cc7;
}
.pricing-1 .price-table-2 .pricing-top {
  background-color: #485cc7;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding: 13px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-1 .price-table-2 .pricing-heading h4,
.pricing-1 .price-table-2 .pricing-heading p,
.pricing-1 .price-table-2 .pricing-heading span.time {
  color: #ffffff;
}
.pricing-1 .ribbon {
  position: absolute;
  top: -1px;
  right: 20px;
}

/* pricing #3 */
.pricing-3 .pricing-wrapper {
  position: relative;
  background-color: #1b1b1b;
  border-radius: 5px;
  padding: 40px 30px;
}
.pricing-3 .pricing-panel {
  background-color: transparent;
  margin-bottom: 40px;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px dashed #999999;
}
.pricing-3 .pricing-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  color: #999999;
}
.pricing-3 .price {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #485cc7;
}
.pricing-3 .btn {
  width: 236px;
  height: 48px;
  line-height: 48px;
}
.pricing-3 .col-lg-6 {
  padding-left: 20px;
  padding-right: 20px;
}

/* Custom, iPhone Retina */
/* pricing #4 */
.pricing-4 .pricing-heading {
  padding: 20px 40px;
}

.pricing-4 .pricing-img {
  min-height: 241px;
  margin-bottom: 35px;
}

.pricing-4 .pricing-panel .pricing-heading h4 {
  font-family: "Arimo", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  color: #1b1b1b;
  text-transform: capitalize;
}

.pricing-4 .pricing-list {
  padding: 0 25px 31px;
  margin-bottom: 0;
}

.pricing-4 .pricing-list li {
  color: #999999;
}

.pricing-4 .pricing--footer {
  padding-bottom: 40px;
}

.pricing-4 .pricing--footer p {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 33px;
  text-transform: uppercase;
}

.pricing-4 .pricing--footer span.time {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #999999;
  margin-top: 8px;
}

/* pricing #5 */
.pricing-5 .pricing-panel {
  text-align: center;
}

.pricing-5 .pricing-heading {
  padding: 50px 30px 47px;
  border-bottom: 1px solid #ececec;
}

.pricing-5 .pricing-heading p {
  margin-bottom: 0;
}

.pricing-5 .pricing--body {
  padding: 43px 30px 50px;
}

.pricing-5 .pricing-desc {
  margin-bottom: 29px;
}

.pricing-5 .btn--bordered.btn--primary {
  border-color: #ececec;
}

.pricing-5 .btn--bordered.btn--primary:hover {
  border-color: #485cc7;
}

.pricing-5 .ribbon {
  position: absolute;
  top: 0;
  right: 20px;
}

.pricing-5 .btn--dark {
  border-color: #ececec;
}

/* pricing #6 */
.pricing-6 .pricing-wrapper {
  background-color: transparent;
  background-image: url(../images/background/11.jpg);
  background-size: cover;
}

.pricing-6 .pricing-panel {
  padding-bottom: 20px;
}

.pricing-6 .pricing-heading {
  margin-bottom: 17px;
  color: #1b1b1b;
}

.pricing-6 .pricing-desc {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
  margin-bottom: 0;
}

.pricing-6 .btn {
  width: 168px;
}

/* pricing  #7 */
.pricing-7 .table {
  margin-bottom: 44px;
}
.pricing-7 .table td {
  padding: 33px 0 23px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px dashed #999999;
  line-height: 23px;
  font-size: 14px;
  color: #999999;
}
.pricing-7 .table td.date {
  font-size: 16px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
}
.pricing-7 .table td.buy {
  font-size: 16px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
  text-align: right;
}
.pricing-7 .table td.buy a {
  color: #485cc7;
}
.pricing-7 .table td.buy a:hover {
  color: #ffffff;
}
.pricing-7 .pricing-icon i {
  font-size: 50px;
  margin-bottom: 17px;
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing-7 .pricing-icon a {
  font: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #485cc7;
  line-height: 1;
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pricing-7 .table tr {
    border-bottom: 1px dashed #999999;
  }
  .pricing-7 .table td {
    width: 100%;
    border-bottom: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .pricing-7 .table td.date,
.pricing-7 .table td.buy {
    font-size: 13px;
    text-align: center;
  }
}
/* pricing  #8 */
.pricing-8 .pricing-panel {
  background-color: #fafafa;
}

.pricing-8 .pricing-heading {
  border: none;
  padding: 50px 30px 38px;
}

.pricing-8 .pricing-img {
  margin-bottom: 48px;
}

.pricing-8 .pricing--body {
  padding-top: 0;
}

/* pricing  #9 */
.pricing-9 .pricing-panel {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 45px;
}
.pricing-9 .pricing-panel:last-of-type {
  margin-bottom: 0;
}
.pricing-9 .pricing-panel .pricing-heading {
  color: #1b1b1b;
  text-transform: uppercase;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #999999;
}
.pricing-9 .pricing-panel .pricing-desc {
  margin-bottom: 0;
}
.pricing-9 .pricing-panel .pricing-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100px;
  overflow: hidden;
  border-radius: 2px;
}
.pricing-9 .pricing-panel .pricing-content {
  padding-left: 105px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .pricing-9 .pricing-panel {
    margin-bottom: 30px;
  }
  .pricing-9 .pricing-panel:last-of-type {
    margin-bottom: 30px;
  }
  .pricing-9 .price {
    position: relative;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pricing-1 .price-table {
    margin-top: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .pricing-panel {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #1b1b1b;
}
.footer .footer-top {
  padding: 76px 0;
}
.footer .footer-top .widget-title h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.footer .footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(236, 236, 236, 0.07);
}
.footer .footer-copyright {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: capitalize;
}
.footer .footer-copyright a {
  color: #ffffff;
}
.footer .footer-copyright a:hover {
  color: #999999;
}
.footer .widget-logo {
  margin-bottom: 42px;
}
.footer .widget-logo a {
  display: inline-block;
}
.footer .widget-logo p {
  margin-top: 20px;
  margin-bottom: 0;
}
.footer .widget-social {
  margin-bottom: 36px;
}
.footer .widget-social a {
  font-size: 14px;
  color: #999999;
  margin-right: 20px;
  display: inline-block;
}
.footer .widget-social a:last-of-type {
  margin-right: 0;
}
.footer .widget-social a:hover {
  color: #ffffff;
}
.footer .widget-contact {
  margin-bottom: 22px;
}
.footer .widget-contact p {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #999999;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer .widget-contact li {
  font-size: 14px;
  line-height: 23px;
}
.footer .widget-links {
  margin-bottom: 40px;
}
.footer .widget-links li {
  display: inline-block;
}
.footer .widget-links li a {
  font-size: 11px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #999999;
  text-transform: uppercase;
  margin-right: 35px;
  line-height: 1;
  display: block;
  position: relative;
}
.footer .widget-links li a:hover {
  color: #ffffff;
}
.footer .widget-links li:last-child a {
  margin-right: 0;
}
.footer .copyrights-links {
  margin-bottom: 40px;
}
.footer .copyrights-links li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
}
.footer .copyrights-links li a {
  font-size: 11px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #999999;
  text-transform: uppercase;
  margin-right: 12px;
  padding-right: 12px;
  line-height: 1;
  display: block;
  position: relative;
}
.footer .copyrights-links li a:hover {
  color: #ffffff;
}
.footer .copyrights-links li a:after {
  color: #999999;
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.footer .copyrights-links li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.footer .copyrights-links li:last-child a:after {
  display: none;
}

/* footer light */
.footer-light {
  background-color: #ffffff;
}
.footer-light .footer-top .widget-title h5,
.footer-light .footer-top .widget-logo a {
  color: #1b1b1b;
}
.footer-light .footer-copyright a {
  color: #1b1b1b;
}
.footer-light .footer-copyright a:hover {
  color: #999999;
}
.footer-light .widget-links li a:hover {
  color: #1b1b1b;
}
.footer-light .widget-social a:hover {
  color: #1b1b1b;
}
.footer-light .footer-bottom {
  border-top: 1px solid #ececec;
}

/* footer #2 */
.footer-2 .widget-logo {
  margin-bottom: 25px;
}
.footer-2 .widget-links {
  margin-bottom: 33px;
}

/* footer #4 */
.footer-4 .footer-top {
  padding: 80px 0;
}
.footer-4 .widget-logo,
.footer-4 .widget-contact {
  margin-bottom: 23px;
}
.footer-4 .widget-contact p {
  line-height: 30px;
}
.footer-4 .widget-social {
  margin-bottom: 0;
  line-height: 19px;
}
.footer-4 .widget-social a {
  line-height: 19px;
}

/* footer #5 */
.footer-5 .footer-widget {
  padding: 73px 0 67px;
}
.footer-5 .widget-logo,
.footer-5 .widget-links,
.footer-5 .widget-contact {
  margin-bottom: 0;
}
.footer-5 .widget-links li {
  display: block;
}
.footer-5 .widget-links li a {
  margin-right: 0;
  line-height: 35px;
}
.footer-5 .widget-social,
.footer-5 .copyrights-links {
  text-align: right;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-5 {
    text-align: center;
  }
  .footer-5 .footer-top {
    padding-bottom: 30px;
  }
  .footer-5 .widget {
    margin-bottom: 30px;
  }
  .footer-5 .widget-social,
.footer-5 .copyrights-links {
    text-align: center;
  }
  .footer-5 .widget-logo,
.footer-5 .widget-links,
.footer-5 .widget-contact {
    margin-bottom: 20px;
  }
}
/* footer #6 */
.footer-6 .footer-widget {
  padding: 73px 0 67px;
}

/* footer #7 */
.footer-7 .widget-download a {
  display: inline-block;
}
.footer-7 .widget-download a:first-of-type {
  margin-right: 15px;
}
.footer-7 .widget-links {
  margin-bottom: 0;
}
.footer-7 .widget-links li {
  display: block;
}
.footer-7 .widget-links li a {
  margin-right: 0;
  line-height: 35px;
}
.footer-7 .widget-social {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-7 .widget-download a:first-of-type {
    margin: 0 0 15px 0;
  }
  .footer-7 .widget-social {
    text-align: center;
  }
}
/* footer #8 */
.footer-8 .widget-contact {
  margin-bottom: 0;
}

/* footer #8 */
.footer-9 .widget-contact {
  margin-bottom: 0;
}
.footer-9 .footer-copyright {
  line-height: 24px;
}
.footer-9 .copyrights-links {
  margin-bottom: 0;
}

/* footer #10 */
.footer-10 .copyrights-links {
  margin-bottom: 0;
}

/* footer #11 */
.footer-11 .footer-widget {
  padding: 100px 0;
}
.footer-11 .widget-img {
  margin-bottom: 34px;
}
.footer-11 .widget-logo {
  margin-bottom: 29px;
}
.footer-11 .footer-copyright {
  color: #ffffff;
  margin-bottom: 26px;
}
.footer-11 .widget-social a,
.footer-11 .footer-copyright a {
  color: #ffffff;
}
.footer-11 .widget-social a:hover,
.footer-11 .footer-copyright a:hover {
  color: #dfdfdf;
}

/* footer #14 */
.footer-14 .footer-top {
  padding: 70px;
}
.footer-14 .footer-top .widget-logo {
  margin-bottom: 0;
}
.footer-14 .footer-top .widget-links ul {
  line-height: 30px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .footer-widget {
    padding: 50px 0 40px;
  }
  .footer .footer-widget .widget-title h5 {
    margin-bottom: 13px;
  }
  .footer .widget-links li a {
    margin-right: 15px;
  }

  .footer-copyright,
.footer-8 .widget-contact,
.footer-9 .widget-contact {
    margin-bottom: 25px;
  }

  .footer-4 .widget-social {
    margin-bottom: 0;
  }

  .widget-social {
    text-align: center;
  }
}
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-controls {
  margin-top: 50px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.2);
  border: none;
  margin: 0 4px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
  background-color: #333;
  border-color: #333;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  border-color: #ffffff;
}

.carousel-navs .owl-controls .owl-nav {
  position: relative;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  color: #1b1b1b;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: -250px;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
  color: #485cc7;
  background-color: transparent;
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
  font-family: "Linearicons-Free";
  content: "";
  font-size: 40px;
}

.carousel-navs .owl-controls .owl-nav .owl-next {
  right: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
  font-family: "Linearicons-Free";
  content: "";
  font-size: 40px;
}

.carousel-navs .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.carousel-navs .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #fff;
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.slider-navs .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-top: -30px;
  color: #ffffff;
  font-size: 0;
  font-weight: 400;
  background-color: rgba(27, 26, 26, 0.5);
  text-align: center;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
  color: #999999;
  background-color: #ffffff;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
  left: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before,
.slider-navs .owl-controls .owl-nav .owl-next:before {
  font-family: fontawesome;
  font-size: 25px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before {
  content: "";
}

.slider-navs .owl-controls .owl-nav .owl-next {
  right: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-next:before {
  content: "";
}

.slider-navs .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.slider-navs .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #fff;
}

.slider-navs .owl-dots .owl-dot.active span,
.slider-navs .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-next {
  right: 0;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
  background-color: #3d3c3c;
  border: 2px solid #ffffff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
  -moz-box-shadow: 0 0 0 2px #3d3c3c;
  -webkit-box-shadow: 0 0 0 2px #3d3c3c;
  box-shadow: 0 0 0 2px #3d3c3c;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-dots .owl-controls {
    margin-top: 20px;
  }

  .slider-navs .owl-controls .owl-nav .owl-prev {
    left: 0;
  }

  .slider-navs .owl-controls .owl-nav .owl-next {
    right: 0;
  }

  .slider-navs .owl-controls .owl-nav .owl-next:before,
.slider-navs .owl-controls .owl-nav .owl-prev:before {
    font-size: 20px;
  }

  .carousel-navs .owl-controls .owl-nav [class*=owl-] {
    margin-top: -150px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-navs .owl-controls .owl-nav .owl-next:before,
.slider-navs .owl-controls .owl-nav .owl-prev:before {
    font-size: 30px;
  }
}
/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
/* Typed */
.typed-content {
  position: relative;
  padding-bottom: 5px;
}
.typed-content:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #ffffff;
  content: "";
}
.typed-content .typed-cursor {
  display: none;
}

/*------------------------------------*\
    #Landing Demos
\*------------------------------------*/
.promo-pages {
  padding: 140px 0 40px 0;
  background: #f3f5f7;
}
.promo-pages .promo-bg {
  width: 100%;
  height: 150px;
  margin-bottom: 133px;
}
.promo-pages .heading-25 {
  margin-bottom: 75px;
}
.promo-pages .heading-25 .heading-counter {
  margin-bottom: 20px;
  font-size: 150px;
  line-height: 1;
  font-weight: 600;
  color: #0d2cde;
  background: -moz-linear-gradient(-76deg, fuchsia 0%, #0d2cde 100%);
  background: -webkit-linear-gradient(-76deg, fuchsia 0%, #0d2cde 100%);
  background: linear-gradient(-76deg, fuchsia 0%, #0d2cde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#0d2cde", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.promo-pages .heading-25 .heading-counter .count-plus {
  font-size: 50px;
}
.promo-pages .heading-25 .heading-title {
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 26px;
}
.promo-pages .demo-item {
  display: block;
  margin-bottom: 100px;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  text-align: center;
}
.promo-pages .demo-item img {
  -moz-box-shadow: 0px 20px 30px 0px rgba(27, 27, 27, 0.15);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(27, 27, 27, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(27, 27, 27, 0.15);
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}
.promo-pages .demo-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.promo-pages .demo-item:hover img {
  -moz-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.promo-pages .demo-item:hover h5 {
  color: #1b1b1b;
}
.promo-pages .demo-item.demo-soon:hover img {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.bg-animate {
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 30s linear infinite;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .promo-pages .heading-25 .heading-title {
    font-size: 36px;
  }
}
/* Parallax Effect */
#wrapperParallax {
  position: relative;
  z-index: 1060;
  min-height: 100vh;
}

#footerParallax {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Landing Action */
.promo-cta {
  padding: 180px 0;
  background-color: #ffffff;
  text-align: center;
}
.promo-cta .heading {
  margin-bottom: 45px;
}
.promo-cta .heading .heading-subtitle {
  font-family: "Poppins", sans-serif;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 47px;
  font-weight: 700;
  position: relative;
  padding-bottom: 13px;
  display: inline-block;
  text-transform: uppercase;
}
.promo-cta .heading .heading-subtitle:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #ececec;
  content: "";
}
.promo-cta .heading .heading-title {
  color: #1b1b1b;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 27px;
  text-transform: capitalize;
}
.promo-cta .heading .heading-desc {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
  font-weight: 400;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .promo-cta {
    padding: 90px 0;
  }
  .promo-cta .heading .heading-title {
    font-size: 30px;
    line-height: 45px;
  }
  .promo-cta .heading .heading-desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-cta {
    padding: 90px 0;
  }
  .promo-cta .heading .heading-title {
    font-size: 40px;
    line-height: 55px;
  }
  .promo-cta .heading .heading-desc {
    font-size: 16px;
  }
}
/* Landing Counter */
.demo-counter {
  padding: 200px 0;
  text-align: center;
}
.demo-counter .bg-shots {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 110%;
  content: "";
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/landing/shots.png");
}
.demo-counter .count-box {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 150px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 25px;
}
.demo-counter .count-box .counting {
  font-size: 150px;
  color: #ffffff;
}
.demo-counter .count-box .count-plus {
  font-size: 50px;
  line-height: 1;
}
.demo-counter .heading .heading-title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.demo-counter .heading .heading-desc {
  font-size: 16px;
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .demo-counter .bg-shots {
    display: none;
  }
}
/* Landing Carousel */
.demo-featured {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
.demo-featured .owl-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 200%;
  content: "";
  background: #ececec;
}
.demo-featured .featured-item {
  padding: 60px 50px 55px 50px;
}
.demo-featured .featured-item .featured-img {
  position: absolute;
  top: 60px;
  left: 50px;
  height: 100px;
}
.demo-featured .featured-item .featured-img img {
  width: 100%;
}
.demo-featured .featured-item .featured-content {
  padding-left: 100px;
}
.demo-featured .featured-item .featured-content h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.demo-featured .featured-item .featured-content p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

/* Navagaiton */
.nav-markup {
  padding: 0;
}
.nav-markup > .container-fluid {
  padding: 0;
}
.nav-markup > .container-fluid [class*=col-] {
  padding: 0;
}
.nav-markup > .container-fluid [class*=col-] img {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .demo-featured .featured-item {
    padding: 40px 20px;
  }
  .demo-featured .featured-item .featured-img {
    left: 20px;
    top: 40px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .demo-featured .owl-item {
    height: auto;
  }
  .demo-featured .featured-item {
    padding-bottom: 0;
  }
}
/* Landing Builder */
.pormo-builder {
  padding: 140px 0;
}
.pormo-builder .title {
  padding-top: 90px;
}
.pormo-builder .title .title-subheading p {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #485cc7;
  margin-bottom: 10px;
}
.pormo-builder .title .title-heading {
  display: block;
}
.pormo-builder .title .title-heading h2 {
  font-size: 40px;
  line-height: 65px;
  font-weight: 600;
  color: #ffffff;
}
.pormo-builder .title .title-heading h2 span {
  color: #485cc7;
}
.pormo-builder .title .title-heading .typed-content:before {
  background-color: #485cc7;
}
.pormo-builder .title .title-desc p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #999999;
}
.pormo-builder .title .title-action {
  margin-top: 32px;
}
.pormo-builder .title .title-action .btn {
  height: 55px;
  line-height: 55px;
  width: auto;
  padding: 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.pormo-builder .title .title-action .btn i {
  margin-right: 14px;
}
.pormo-builder .title .title-action .btn:hover {
  background: #ffffff;
  color: #485cc7;
}
.pormo-builder .builder-img {
  transition: transform 0.2s ease-out;
  position: relative;
  display: block;
}
.pormo-builder .builder-img img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .pormo-builder {
    padding: 0 0 90px 0;
    text-align: center;
  }
}
/* Landing Footer*/
.landing-footer {
  padding: 0;
  background: #ffffff;
}
.landing-footer .footer-top {
  padding: 0;
  border-top: 1px solid #ececec;
}
.landing-footer .footer-top ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.landing-footer .footer-top ul li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border-right: 1px solid #ececec;
}
.landing-footer .footer-top ul li:last-child {
  border-right: none;
}
.landing-footer .footer-top ul li a {
  padding: 60px 0;
  display: block;
  position: relative;
  z-index: 1;
}
.landing-footer .footer-top ul li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #f3f5f7;
  height: 0;
  width: 100%;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: -1;
}
.landing-footer .footer-top ul li a img {
  margin-bottom: 25px;
}
.landing-footer .footer-top ul li a h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1b1b1b;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.landing-footer .footer-top ul li a:hover::before {
  height: 100%;
}
.landing-footer .footer-bottom {
  padding: 36px 0;
  background-color: #1b1b1b;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 600;
}
.landing-footer .footer-bottom a {
  color: #ffffff;
}
.landing-footer .footer-bottom a:hover {
  color: #485cc7;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .landing-footer .footer-top ul li a h6 {
    font-size: 13px;
  }
}
/*------------------------------------*\
    #Show Markup
\*------------------------------------*/
.section-wrapper {
  position: relative;
}
.section-wrapper .btn-markup {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
}
.section-wrapper .btn-markup:hover {
  background-color: #28a745;
}
.section-wrapper:hover .btn-markup {
  opacity: 1;
}
.section-wrapper .markup-wrapper .modal-header {
  background: #485cc7;
}
.section-wrapper .markup-wrapper .modal-header .modal-title {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.section-wrapper .markup-wrapper .modal-header button.close {
  color: #ffffff;
  outline: none;
  top: 15px;
}
.section-wrapper .markup-wrapper .modal-header button.close:hover, .section-wrapper .markup-wrapper .modal-header button.close:focus {
  color: #ffffff;
  outline: none;
  opacity: 0.8;
}
.section-wrapper .markup-wrapper .modal-body {
  padding: 30px;
  /* Specify class=linenums on a pre to get line numbering */
}
.section-wrapper .markup-wrapper .modal-body .btn-clipboard {
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #485cc7;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.section-wrapper .markup-wrapper .modal-body .btn-clipboard:hover, .section-wrapper .markup-wrapper .modal-body .btn-clipboard:focus {
  outline: none;
}
.section-wrapper .markup-wrapper .modal-body pre {
  padding: 15px;
  background: #fafafa;
  color: #1b1b1b;
}
.section-wrapper .markup-wrapper .modal-body .com {
  color: #93a1a1;
}
.section-wrapper .markup-wrapper .modal-body .lit {
  color: #195f91;
}
.section-wrapper .markup-wrapper .modal-body .pun,
.section-wrapper .markup-wrapper .modal-body .opn,
.section-wrapper .markup-wrapper .modal-body .clo {
  color: #93a1a1;
}
.section-wrapper .markup-wrapper .modal-body .fun {
  color: #dc322f;
}
.section-wrapper .markup-wrapper .modal-body .str,
.section-wrapper .markup-wrapper .modal-body .atv {
  color: #D14;
}
.section-wrapper .markup-wrapper .modal-body .kwd,
.section-wrapper .markup-wrapper .modal-body .linenums .tag {
  color: #1e347b;
}
.section-wrapper .markup-wrapper .modal-body .typ,
.section-wrapper .markup-wrapper .modal-body .atn,
.section-wrapper .markup-wrapper .modal-body .dec,
.section-wrapper .markup-wrapper .modal-body .var {
  color: teal;
}
.section-wrapper .markup-wrapper .modal-body .pln {
  color: #48484c;
}
.section-wrapper .markup-wrapper .modal-body .prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.section-wrapper .markup-wrapper .modal-body .prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
.section-wrapper .markup-wrapper .modal-body ol.linenums {
  margin: 0 0 0 0px;
  /* IE indents via margin-left */
}
.section-wrapper .markup-wrapper .modal-body ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}

/*------------------------------
    # contact
---------------------------------*/
.contact {
  position: relative;
}
.contact .btn {
  height: 48px;
  line-height: 46px;
}

.form-wrap {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 5px;
  text-align: center;
}
.form-wrap .form-title h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}

.features-list li {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  padding-left: 26px;
}
.features-list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

.agreement {
  font-size: 14px;
}
.agreement a {
  color: #000000;
  position: relative;
}
.agreement a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
.agreement a:hover {
  color: #000000;
}
.agreement a:hover:after {
  width: 100%;
}

.text--note {
  font-size: 14px;
}
.text--note span {
  color: #000000;
  position: relative;
}

/* contact #1 */
.contact-1 .heading {
  margin-bottom: 37px;
}
.contact-1 .col-content {
  padding: 161px 15px 144px 50px;
}
.contact-1 .bg-section {
  min-height: 802px;
  position: absolute;
  top: 0;
  left: 0;
}

/* contact #2 */
.contact-2 .heading {
  margin: 47px 0 31px;
}
.contact-2 .heading-subtitle,
.contact-2 .heading-title,
.contact-2 .heading-desc,
.contact-2 .features-list li {
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .contact-2 {
    text-align: center;
  }
  .contact-2 .heading {
    margin: 0 0 30px;
  }
  .contact-2 .features-list li {
    padding-left: 0;
  }
  .contact-2 .features-list li:before {
    display: none;
  }
}
/* contact #3 */
.contact-3 .content-wrapper {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 4px;
}
.contact-3 .form--wrapper {
  padding: 80px 0 76px;
}
.contact-3 .heading {
  margin-bottom: 39px;
}

/* contact #4 */
.contact-4 .heading {
  margin: 0 0 28px;
}
.contact-4 .heading .heading-desc {
  color: #999999;
}
.contact-4 .heading .heading-title {
  color: #000000;
}
.contact-4 .features-list li {
  color: #000000;
  position: relative;
}
.contact-4 .features-list li:before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #485cc7;
  font-size: 16px;
  line-height: 28px;
}
.contact-4 .form-wrap {
  border: 1px solid #ececec;
}

/* contact #5 */
.contact-5 .heading-14 {
  margin-bottom: 37px;
}
.contact-5 .heading-14 .heading-icon {
  font-size: 50px;
  margin-bottom: 27px;
}
.contact-5 .map-wrapper {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.contact-5 .col-content {
  padding: 100px 0 92px 0;
}
.contact-5 .form-control,
.contact-5 select {
  background-color: #ffffff;
}

/* contact #6 */
.contact-6 .heading {
  margin-bottom: 37px;
}
.contact-6 .col-content {
  padding: 100px 0 94px 0;
}
.contact-6 .map-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.contact-6 .form-control,
.contact-6 select {
  background-color: #ffffff;
}

/* contact #7 */
.contact-7 form {
  margin: auto;
}

/* contact #8 */
.contact-8 .content-wrapper {
  position: relative;
  background-color: #1b1b1b;
}
.contact-8 .form-control {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(236, 236, 236, 0.05);
}
.contact-8 .form-control:focus {
  border-color: #485cc7;
}
.contact-8 .agreement a {
  color: #ffffff;
}
.contact-8 .agreement a:after {
  background-color: #ffffff;
}

/* contact #9 */
.contact-9 {
  position: relative;
}
.contact-9 .shape-1 {
  width: 195px;
  height: 301px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-9 .shape-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact/shapes/shape1.png);
  background-size: cover;
}
.contact-9 .shape-2 {
  width: 290px;
  height: 243px;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-9 .shape-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact/shapes/shape2.png);
  background-size: cover;
}
.contact-9 .form-control {
  background-color: transparent;
  border-color: rgba(236, 236, 236, 0.05);
  color: #ffffff;
}
.contact-9 .form-control:focus {
  border-color: #485cc7;
}

/* contact #10 */
@media only screen and (max-width: 991px) {
  .contact-10 {
    text-align: center;
  }
  .contact-10 form {
    margin-top: 30px;
  }
}
/* contact #11 */
.contact-11 .form-control {
  background-color: transparent;
  border-color: rgba(236, 236, 236, 0.05);
  color: #ffffff;
}
.contact-11 .form-control:focus {
  border-color: #485cc7;
}
.contact-11 .heading .heading-title {
  color: #ffffff;
}
.contact-11 .agreement a {
  color: #ffffff;
}
.contact-11 .form-wrap {
  padding: 80px 80px 76px;
  max-width: 560px;
  margin: auto;
  background-color: #1b1b1b;
  border-radius: 4px;
}
.contact-11 .agreement a:after {
  background-color: #ffffff;
}

/* contact #13 */
.contact-13 {
  padding: 150px 0 146px;
}
.contact-13 .contact-panel {
  padding: 0 80px;
}
.contact-13 .contact-panel h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}
.contact-13 .contact-panel p {
  color: #ffffff;
  margin-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact-1 .bg-section {
    min-height: 400px;
    position: relative;
  }
  .contact-1 .col-content {
    padding: 50px 15px !important;
  }

  .contact-3 .form--wrapper {
    padding: 50px 40px;
  }

  .contact-5 .map-wrapper,
.contact-6 .map-wrapper {
    position: static;
  }

  .contact-9 .shape-1 {
    width: 100px;
    height: 154px;
  }
  .contact-9 .shape-2 {
    width: 160px;
    height: 134px;
  }

  .contact-11 .form-wrap {
    padding: 80px 30px 76px;
  }

  .contact-13 .contact-panel {
    padding: 0 30px;
  }

  .contact-13 .contact-panel {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-1 .bg-section {
    position: relative;
  }

  .contact-3 .form--wrapper {
    padding: 50px 40px;
  }

  .contact-5 .map-wrapper,
.contact-6 .map-wrapper {
    position: static;
  }

  .contact-9 .shape-1 {
    width: 160px;
    height: 247px;
  }
  .contact-9 .shape-2 {
    width: 200px;
    height: 168px;
  }

  .contact-13 .contact-panel {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .contact-1 .col-content {
    padding: 80px 50px;
  }
}
/*------------------------------------*\
    #screenshoots
\*------------------------------------*/
.screenshoot .screenshoot-item {
  position: relative;
}
.screenshoot .screenshoot-item img {
  border-radius: 2px;
}

.screenshoot-4 .screenshoot-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.screenshoot-4 .screenshoot-item:hover:before {
  opacity: 0;
}
.screenshoot-4 .instagram--icon {
  text-align: center;
  line-height: 1;
  color: #485cc7;
  margin-top: 30px;
}
.screenshoot-4 .instagram--icon i {
  font-size: 40px;
  margin-bottom: 12px;
  display: inline-block;
}
.screenshoot-4 .instagram--icon a {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #485cc7;
  display: block;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .screenshoot .screenshoot-item img {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
/*------------------------------------*\
	#Video
\*------------------------------------*/
.video .video--title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.video .video--desc {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.video-button .popup-video {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
}

.video-button .popup-video i {
  background-color: #ffffff;
  color: #1b1b1b;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.video-button .popup-video:hover {
  animation: none;
}

.video--player:hover {
  background-color: #485cc7;
}

.video-button .popup-video.video-text {
  padding-left: 70px;
  display: inline-block;
  line-height: 60px;
  text-align: left;
  width: 180px;
  height: 60px;
}

.video-button .popup-video.video-text i {
  position: absolute;
  top: 0;
  left: 0;
}

/* video #1 */
.video-1 {
  padding: 180px 0 190px;
}

/* video #2 */
.video-2 {
  padding: 175px 0 190px;
}

.video-2 .video--title {
  font-size: 38px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
}

.video-2 .video--desc {
  margin-bottom: 37px;
}

/* video #3 */
.video-3 {
  padding: 190px 0;
}

.video-3 .video-button {
  margin-bottom: 45px;
}

/* video #4 */
.video-4 .video-content {
  border-radius: 5px;
  overflow: hidden;
}

.video-4 .video-button {
  height: 439px;
}

.video-3 .video-button .popup-video i,
.video-4 .video-button .popup-video i {
  width: 76px;
  height: 76px;
  line-height: 76px;
  font-size: 18px;
}

/* video #7 */
.video-7 {
  padding: 190px 0 185px;
}

.video-7 .video-button {
  margin-bottom: 25px;
}

.video-7 .video--title {
  margin-bottom: 8px;
}

.video-7 .video--desc {
  padding: 0 50px;
  margin-bottom: 0;
}

.video-7 .video-button .popup-video i {
  width: 75px;
  height: 75px;
  line-height: 75px;
}

/* video #8 */
.video-8 {
  padding: 170px 0;
}

/* video #10 */
.video-10 {
  padding: 140px 0 145px;
}

/* video #11 */
.video-11 .flipping--book {
  margin-bottom: 67px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-11 {
    text-align: center;
  }
  .video-11 .list .list--content li:before {
    display: none;
  }
}
/* video #12 */
.video-12 .view--more {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 30px;
  display: block;
  color: #485cc7;
}

.video-12 .view--more i {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}

/* button animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-2 .video--title {
    font-size: 28px;
    line-height: 40px;
  }

  .video-7 .video--desc {
    padding: 0;
  }

  .list h4 {
    margin-bottom: 15px;
  }

  .list .list--content {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote,
blockquot {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #999999;
  font-style: italic;
  line-height: 39px;
  font-weight: 600;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.quote-author {
  font-family: "Arimo", sans-serif;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 24px;
  position: relative;
}

/* blockquote #1 */
.blockquote-section-1 {
  padding: 180px 0 190px;
}

.blockquote-1 {
  padding: 0 70px;
  font-style: normal;
}

.blockquote-1,
.blockquote-1 .quote-author {
  color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blockquote-1 {
    padding: 0;
  }
}
/*------------------------------------*\
	#banner
\*------------------------------------*/
.banner hr {
  margin: 100px 0;
  border-top: 1px solid #ececec;
}

/* banner #1 */
.banner-1 .heading {
  margin-top: 30px;
}
.banner-1 .banner-img img {
  box-shadow: 0px 23px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/* banner #2 */
.banner-2 .heading {
  margin: 0;
}
.banner-2 .heading .heading-divider1:after {
  right: -30px;
}
.banner-2 .heading .heading-divider1:before {
  width: 20px;
}

/* banner #4 */
.banner-4 .heading .heading-subtitle {
  color: #999999;
}
.banner-4 .heading .heading-desc {
  margin-bottom: 29px;
}
.banner-4 .btn {
  width: 150px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  border-radius: 2px;
}

/* banner #6 */
.banner-6 .heading {
  margin-top: 30px;
}
.banner-6 .banner-img img {
  box-shadow: 0px 23px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.banner-6 .working--time {
  margin: 15px 0 25px;
}
.banner-6 .working--time li {
  font-size: 16px;
  line-height: 30px;
  color: #1b1b1b;
}
.banner-6 .working--time li span {
  color: #999999;
}
.banner-6 .btn {
  width: 168px;
  height: 48px;
  border-radius: 3px;
}

/* banner #7 */
.banner-7 .heading {
  margin-bottom: 37px;
}
.banner-7 .banner-content {
  padding: 50px;
}
.banner-7 .banner-img img {
  width: 100%;
}
.banner-7 .banner-content-dark .heading {
  margin-bottom: 39px;
}
.banner-7 .banner-content-dark .heading .heading-subtitle,
.banner-7 .banner-content-dark .heading .heading-title {
  color: #ffffff;
}
.banner-7 .banner-content-dark .btn {
  width: 140px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  border-radius: 2px;
}
.banner-7 .banner-content-dark .divider--theme:before,
.banner-7 .banner-content-dark .divider--theme:after {
  background-color: #485cc7;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-7 {
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-1 .heading {
    margin: 30px 0;
  }
  .banner-1 .banner-img {
    text-align: left !important;
  }

  .banner-3 img {
    margin-bottom: 30px;
  }

  .banner-4 .heading {
    margin-bottom: 0;
  }

  .banner-6 .banner-img img {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-1 .heading {
    margin-top: 0;
  }
}
/*------------------------------------*\
	#team
\*------------------------------------*/
.member {
  position: relative;
  text-align: center;
}
.member .member-img {
  margin-bottom: 27px;
}
.member .member-info h5 {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 7px;
}
.member .member-info h6 {
  color: #999999;
  font-family: "Arimo", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
.member .member-info p {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
}
.member .member-social a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  margin-right: 16px;
}
.member .member-social a:last-of-type {
  margin-right: 0;
}
.member .member-social a:hover {
  color: #1b1b1b;
}

/* team #2 */
.team-2 .member-info {
  padding: 0 25px;
}
.team-2 .member-info h5 {
  font-size: 16px;
  margin-bottom: 19px;
}
.team-2 .member-info p {
  margin-bottom: 22px;
}
.team-2 .member-img {
  margin-bottom: 35px;
}

/* team #3 */
.team-3 .member-info h5 {
  color: #ffffff;
}
.team-3 .member-info h6 span {
  color: #485cc7;
}
.team-3 .member-donate {
  background-color: #485cc7;
  padding: 30px 20px 33px;
  border-radius: 3px;
  width: 140px;
  margin: auto;
}
.team-3 .member-donate h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 19px;
}
.team-3 .member-donate .btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  color: #1b1b1b;
}
.team-3 .member-donate .btn:hover {
  background-color: #1b1b1b;
  color: #ffffff;
  border-color: #1b1b1b;
}

/* team #4 */
.team-4 {
  position: relative;
}
.team-4 .member {
  position: static;
  text-align: left;
}
.team-4 .member-img {
  margin-bottom: 0;
}
.team-4 .heading {
  margin-bottom: 31px;
}
.team-4 .member-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 36px;
}
.team-4 .col-content {
  padding: 98px 0;
}
.team-4 .member-img-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .team-4 {
    text-align: center;
  }
  .team-4 .member-img {
    min-height: 400px;
  }
  .team-4 .member-img-container {
    position: static;
  }
  .team-4 .col-content {
    border-bottom: 1px solid #ececec;
  }
  .team-4 .member {
    margin-bottom: 0;
    text-align: center;
  }
}
/* team #5 */
.team-5 {
  position: relative;
}
.team-5 .col-content {
  padding: 98px 75px 98px 0;
}
.team-5 .member {
  position: static;
  text-align: left;
}
.team-5 .member-img-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 100%;
}
.team-5 .member-img {
  margin-bottom: 0;
}
.team-5 .heading {
  margin-bottom: 31px;
}
.team-5 .member-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 991px) {
  .team-5 .member {
    margin-bottom: 0;
    text-align: center;
  }
  .team-5 .member-img-container {
    position: static;
  }
  .team-5 .member-img {
    min-height: 400px;
  }
}
/* team #8 */
.team-8 .member {
  text-align: left;
}
.team-8 .heading {
  margin-top: 85px;
  margin-bottom: 37px;
}
.team-8 .member-info p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 34px;
  padding-right: 40px;
}
.team-8 .member-img {
  margin-bottom: 0;
  text-align: center;
}
.team-8 .member-img img {
  max-height: 630px;
}
.team-8 .member-social {
  margin-bottom: 38px;
}
.team-8 .member-social .social-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .team-8 .member {
    margin-bottom: 0;
    text-align: center;
  }
  .team-8 .member-img {
    margin-top: 30px;
  }
  .team-8 .member-info p {
    padding-right: 0;
  }
}
/* team #9 */
.team-9 .member-img img {
  width: 100%;
}

.team-9 .member-info h5,
.team-9 .member-info h6 {
  color: #ffffff;
}

.team-9 .member--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

.team-9 .member-info {
  position: absolute;
  bottom: 37px;
  left: 0;
  width: 100%;
}

/* team #10 */
.team-10 .member-img {
  margin-bottom: 35px;
}

.team-10 .member-info h5 {
  font-size: 16px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .member {
    margin-bottom: 30px;
  }

  .team-9 .member {
    max-width: 220px;
    margin: auto;
  }

  .team-9 .member-img img {
    width: auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .member {
    margin-bottom: 30px;
  }

  .team-2 .member-info {
    padding: 0;
  }
}
/*------------------------------------*\
    #devices
\*------------------------------------*/
.devices .heading {
  margin-bottom: 47px;
}

.device-card .btn {
  width: 100px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  margin-top: 5px;
}
.device-card .device-info {
  margin-bottom: 23px;
  line-height: 1;
}
.device-card .device-info > div {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 1;
}
.device-card .device-info .title {
  font-size: 14px;
  font-weight: 600;
  color: #1b1b1b;
  width: 95px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
}
.device-card .device-info .rating i {
  color: #edc808;
}
.device-card .device-info .social-icons a {
  color: #999999;
  margin-right: 11px;
  display: inline-block;
}
.device-card .device-info .social-icons a:hover {
  color: #1b1b1b;
}

/*------------------------------------*\
	#tabs
\*------------------------------------*/
.tabs .nav-tabs {
  border-bottom: none;
}

.tabs .tab-content p {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.tabs .nav-tabs {
  margin-bottom: 41px;
}

.tabs .nav-tabs > li {
  text-align: center;
  margin-right: 80px;
  float: none;
  display: inline-block;
}

.tabs .nav-tabs > li:last-child {
  margin-right: 0;
}

.tabs .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  padding: 0;
}

.tabs .nav-tabs > li > a i {
  color: #bdbdbd;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 17px;
  display: block;
}

.tabs .nav-tabs > li > a h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #aaa;
}

.tabs .nav-tabs > li > a,
.tabs .nav-tabs > li > a:focus,
.tabs .nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
}

.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
}

.tabs .nav-tabs > li.active > a h3,
.tabs .nav-tabs > li.active > a:focus h3,
.tabs .nav-tabs > li.active > a:hover h3,
.tabs .nav-tabs > li.active > a i,
.tabs .nav-tabs > li.active > a:focus i,
.tabs .nav-tabs > li.active > a:hover i {
  color: #485cc7;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tabs .nav-tabs > li {
    margin-right: 10px;
  }
}
.tabs hr {
  margin-top: 92px;
  margin-bottom: 0;
}

/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills {
  padding-bottom: 50px;
}

.skills .progressbar {
  margin-bottom: 35px;
  width: 500px;
}

.skills .progress {
  height: 5px;
  background-color: #f2f2f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.skills .progress-bar {
  background-color: #485cc7;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*width: 0;*/
}

.skills .progress-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  line-height: 1;
}

.skills .progress-title .title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.skills .progress-title .value {
  float: right;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .skills .progressbar {
    width: 100%;
  }
}
/*------------------------------------*\
    card 
\*------------------------------------*/
.card-item {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.card--item-content {
  padding: 40px 40px 33px;
  background-color: #ffffff;
}
.card--item-content h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 22px;
}

.investment .card-item:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}

/*------------------------------------*\
    #PORTFOLIO
\*------------------------------------*/
/* Portfolio Filter */
.portfolio-filter {
  text-align: center;
  margin-bottom: 36px;
}
.portfolio-filter li a {
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-right: 29px;
  text-transform: capitalize;
}
.portfolio-filter li a:hover,
.portfolio-filter li a a.active-filter {
  color: #485cc7;
}
.portfolio-filter li:last-child a {
  margin-right: 0;
}

/* Portfolio Item */
.portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  position: relative;
}
.portfolio-item .portfolio-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-item .portfolio-content {
  padding: 35px 25px 25px;
}
.portfolio-item .portfolio-title h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.portfolio-item .portfolio-title h4 a {
  color: #1b1b1b;
}
.portfolio-item .portfolio-title h4 a:hover {
  color: #485cc7;
}
.portfolio-item .portfolio-desc p {
  font-size: 14px;
  margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .portfolio-item {
    text-align: center;
  }
}
/* portfolio #1 */
.portfolio-1 .portfolio-item {
  border: 1px solid #ececec;
}

/* portfolio #2 */
.portfolio-2 .portfolio-title h4 {
  margin-bottom: 4px;
}
.portfolio-2 .portfolio-content {
  padding: 35px 25px 0 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .portfolio-1 .portfolio-item,
.portfolio-2 .portfolio-item {
    margin-bottom: 30px;
  }

  .portfolio-1 .portfolio-item {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
/*------------------------------------*\
    clients 
\*------------------------------------*/
.clients {
  padding: 50px 0;
  text-align: center;
}

.client img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.client:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 1;
}

/* clients #5 */
.clients-5 {
  padding: 100px 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .client {
    margin-bottom: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client {
    margin-bottom: 20px;
  }
}
/*------------------------------------*\
    #Timeline
\*------------------------------------*/
.timeline .btn {
  width: 153px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  letter-spacing: 0;
}

.timeline-content {
  list-style: none;
  position: relative;
  padding: 35px 0 50px;
  margin-bottom: 35px;
}

.timeline-content:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #485cc7;
  left: 50%;
  margin-left: -1.5px;
}

.timeline-content:after {
  bottom: -15px;
  position: absolute;
  content: " ";
  border: 8px solid transparent;
  border-top-color: #485cc7;
  left: 50%;
  border-top-width: 12px;
  margin-left: -8px;
}

.timeline-content .row {
  margin-bottom: 45px;
  position: relative;
  text-align: right;
}

.timeline-content .row:last-of-type {
  margin-bottom: 0;
}

.timeline-content {
  text-align: left;
}

.timeline-content .row .col-md-6 {
  position: relative;
}

.timeline-content .timeline-panel-right {
  text-align: left;
  padding-left: 15px;
}

.timeline-content .timeline-panel-left {
  text-align: right;
  padding-right: 15px;
}

.timeline-content .timeline-panel:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 3px solid #485cc7;
  border-radius: 50%;
  margin-right: -7.5px;
}

.timeline-content .timeline-panel-right:before {
  right: auto;
  left: 0;
  margin-left: -7.5px;
}

.timeline-content .event {
  color: #1b1b1b;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 9px;
}

.timeline-content .event--speaker {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

.timeline-content .date {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}

/* timeline #2 */
.timeline-2 .timeline-content .timeline-panel:before {
  top: 50%;
  margin-top: -15px;
}

.timeline-2 .timeline-content {
  padding-right: 45px;
  padding-left: 45px;
}

.timeline-2 .timeline-content .event--speaker,
.timeline-2 .timeline-content .date {
  display: inline-block;
}

.timeline-2 .timeline-content .event {
  margin-top: 55px;
}

.timeline-2 .timeline-content .date {
  margin-right: 15px;
}

.timeline-2 .event--desc {
  background-color: #fafafa;
  padding: 30px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  position: relative;
  border-radius: 3px;
}

.timeline-2 .event--desc:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  border: 10px solid transparent;
  margin-top: -10px;
  border-right-color: #fafafa;
}

.timeline-2 .timeline-panel-left .event--desc:before {
  right: -20px;
  left: auto;
  border-left-color: #fafafa;
  border-right-color: transparent;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .timeline-content:before {
    left: 10px;
    margin-left: 0;
  }

  .timeline-content:after {
    left: 0;
    margin-left: 3px;
  }

  .timeline-content .timeline-panel-left,
.timeline-content .timeline-panel-right {
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .timeline-content .row .col-md-6 {
    position: static;
  }

  .timeline-content .row {
    text-align: left;
    margin-bottom: 25px;
  }

  .timeline-content .timeline-panel-left:before {
    display: none;
  }

  .timeline-content .timeline-panel-right:before {
    right: auto;
    left: 14px;
    margin-left: 0;
  }

  .timeline-2 .timeline-content {
    padding: 30px 0;
  }

  .timeline-2 .event--desc {
    text-align: left;
  }

  .timeline-2 .timeline-content .event {
    margin-top: 0;
  }

  .timeline-2 .timeline-content .timeline-panel:before {
    top: 0;
    margin-top: 0;
  }

  .timeline-2 .event--desc:before {
    display: none;
  }
}
/*------------------------------
    countdown
---------------------------------*/
.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countdown-section {
  display: block;
  text-align: center;
  position: relative;
  height: auto;
  width: 100%;
  padding: 0;
}

.countdown-amount {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
  display: block;
}

.countdown-period {
  font-family: "Poppins", sans-serif;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}

.countdown-panel {
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 4px;
  position: relative;
}

.countdown-heading {
  background-color: #485cc7;
  padding: 50px;
}
.countdown-heading p {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 23px;
}
.countdown-heading h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.countdown-form .form-control {
  margin-bottom: 20px;
}
.countdown-form label.error {
  margin-top: -10px;
}

.countdown .btn {
  height: 48px;
  line-height: 46px;
}

/* countdown #1 */
.count-down-1 .heading {
  margin-bottom: 73px;
}
.count-down-1 .heading .heading-subtitle {
  color: #485cc7;
}
.count-down-1 .countdown-form {
  background-color: #ffffff;
  padding: 50px;
}

/* countdown #2 */
.count-down-2 {
  padding: 115px 0 125px;
}
.count-down-2 .heading {
  margin-bottom: 34px;
}
.count-down-2 .heading .heading-title {
  font-size: 38px;
  line-height: 60px;
}
.count-down-2 .heading .heading-title,
.count-down-2 .heading .heading-desc {
  color: #ffffff;
}
.count-down-2 .countdown-panel {
  border: none;
  box-shadow: none;
}
.count-down-2 .countdown-panel .btn {
  margin-top: 30px;
}

/* countdown #3 */
.count-down-3 {
  padding: 190px 0;
}
.count-down-3 .heading {
  margin: 64px 0 40px;
}

/* countdown #4 */
.count-down-4 {
  padding: 242px 0 179px;
}

/* countdown #5 */
.count-down-5 {
  padding: 249px 0 180px;
}
.count-down-5 .heading .heading-title {
  color: #1b1b1b;
}
.count-down-5 .heading .heading-desc {
  color: #999999;
}
.count-down-5 .countdown-amount {
  color: #1b1b1b;
}
.count-down-5 .countdown-period {
  color: #999999;
}
.count-down-5 .countdown {
  margin-bottom: 50px;
}
.count-down-5 .form-subscription form {
  margin-right: auto;
  margin-left: auto;
}
.count-down-5 .form-subscription .form-control {
  background-color: #fafafa;
}

/* countdown #6 */
.count-down-6 {
  padding: 150px 0;
}
.count-down-6 .heading {
  margin-bottom: 34px;
}
.count-down-6 .heading .heading-subtitle {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.count-down-6 .heading .heading-title {
  color: #1b1b1b;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 12px;
}
.count-down-6 .heading .heading-desc {
  padding: 0 110px;
}
.count-down-6 .btn {
  width: 220px;
  margin-top: 10px;
}

/* countdown #7 */
.count-down-7 .heading .heading-title,
.count-down-5 .heading .heading-title,
.count-down-7 .countdown-amount,
.count-down-5 .countdown-amount {
  color: #1b1b1b;
}

.count-down-7 .heading .heading-desc,
.count-down-5 .heading .heading-desc,
.count-down-7 .countdown-period,
.count-down-5 .countdown-period {
  color: #999999;
}

/* countdown #8 */
.count-down-8 .heading {
  margin-bottom: 74px;
}
.count-down-8 .heading .heading-desc,
.count-down-8 .heading .heading-title {
  color: #ffffff;
}
.count-down-8 .btn {
  width: 220px;
  margin-top: 60px;
}

.info-panel {
  margin-bottom: 43px;
}
.info-panel h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #1b1b1b;
  margin-bottom: 18px;
}
.info-panel p {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
  margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .countdown-heading,
.count-down-1 .countdown-form {
    padding: 30px 20px;
  }

  .countdown-section {
    padding: 0;
  }

  .count-down-6 .heading .heading-desc,
.count-down-7 .heading .heading-desc {
    padding: 0;
  }
}
/*------------------------------------*\
            #Counters
\*------------------------------------*/
.count-box .counting {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
  position: relative;
}
.count-box .count-title {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.count-box .count-desc {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  padding-top: 9px;
  margin-bottom: 0;
}
.count-box .counting-icon {
  font-size: 40px;
  color: #485cc7;
  line-height: 1;
  margin-bottom: 21px;
}
.count-box .counting-icon i {
  font-size: 50px;
}

/* counter #1 */
.counter-1 .heading img {
  margin-bottom: 43px;
}

.counter-1 .count-box {
  margin-top: 6px;
  margin-bottom: 80px;
}

.counter-1 .count-box a.btn,
.counter-1 .count-box .counting {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.counter-1 .count-box a.btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.counter-1 .count-box a.btn:hover {
  background-color: #485cc7;
}

.counter-1 .count-box span {
  margin-right: 9px;
}

/* counter #2 */
.counter-2 {
  padding: 187px 0 190px;
}

/* counter #3 */
.counter-3 .count-box .count-title {
  color: #999999;
}

/* counter #4 */
.counter-4 {
  padding: 150px 0;
}

.counter-2 .count-box .counting,
.counter-4 .count-box .counting,
.counter-2 .count-box .count-title,
.counter-4 .count-box .count-title {
  color: #ffffff;
}

.counter-4 h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 39px;
  color: #ffffff;
  padding: 17px 60px 0 0;
  text-align: center;
}

/* counter #5 */
.counter-5 h3 {
  padding: 17px 0 0 60px;
}

/* counter #6 */
.counter-6 .counting,
.counter-3 .counting {
  font-size: 35px;
}

.counter-6 .counting {
  margin-bottom: 7px;
}

.counter-6 .count-title {
  color: #999999;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .count-box {
    margin-bottom: 30px;
  }

  .counter-4 h3 {
    padding: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-4 h3 {
    padding: 0;
  }
}
/*------------------------------------*\
    #subscription
\*------------------------------------*/
.download-btns a {
  display: inline-block;
}
.download-btns a:first-of-type {
  margin-right: 15px;
}

.form-subscription form {
  max-width: 460px;
  position: relative;
  margin-bottom: 21px;
}
.form-subscription form .form-control {
  background-color: #ffffff;
  padding-right: 150px;
  border-radius: 4px;
}
.form-subscription .btn {
  position: absolute;
  top: 0;
  right: -1px;
  width: 140px;
  height: 48px;
  line-height: 46px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* subscription #1 */
.subscription-1 .heading {
  margin: 130px 0 30px 0;
}
.subscription-1 .download-btns {
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .subscription-1 {
    text-align: center;
  }
  .subscription-1 .heading {
    margin: 30px 0 30px 0;
  }
}
/* subscription #2 */
.subscription-2 {
  padding: 177px 0 190px;
}
.subscription-2 .heading {
  margin-bottom: 42px;
}
.subscription-2 .heading .heading-title {
  color: #ffffff;
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 15px;
}
.subscription-2 .heading .heading-desc {
  color: #ffffff;
}
.subscription-2 .form-subscription {
  max-width: 460px;
  margin: 0 auto;
}

/* subscription #3 */
.subscription-3 {
  padding: 136px 0 150px;
}
.subscription-3 .heading {
  margin-bottom: 42px;
}
.subscription-3 .heading .heading-title {
  color: #ffffff;
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 15px;
}
.subscription-3 .heading .heading-desc {
  color: #ffffff;
}
.subscription-3 .form-subscription {
  max-width: 460px;
  margin: 0 auto;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .subscription-2 .heading .heading-title {
    font-size: 25px;
    line-height: 35px;
  }

  .subscription-3 .heading-center {
    padding: 0;
  }
}
/* custom Exrta small Media  */
@media only screen and (min-width: 320px) and (max-width: 420px) {
  .form-subscription .btn {
    position: static;
    margin-top: 20px;
  }

  .form-subscription .form-control {
    padding-right: 10px;
  }
}
/*-------------------------------
    # propirties
---------------------------------*/
.property-item {
  border: 1px solid #ececec;
}

.property-item .property--img {
  position: relative;
}

.property-item .property--img img {
  width: 100%;
  max-width: 100%;
}

.property-item .property--img .label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: block;
}

.property-item .property--img .label.blue {
  background-color: #485cc7;
}

.property-item .property--img .label.green {
  background-color: #00c389;
}

.property-item .property--info {
  padding: 33px 22px;
}

.property-item .property--info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.property-item .property--info .price {
  color: #485cc7;
  margin-left: 11px;
}

.property-item .property--info p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}

.property-item .property--details {
  padding: 28px 25px 35px;
  border-top: 1px solid #ececec;
}

.property-item .property--details ul {
  overflow: hidden;
  margin-bottom: 0;
}

.property-item .property--details li {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 23px;
}

.property-item .property--details li .num {
  color: #1b1b1b;
  margin-left: 10px;
}

/* propirties #2 */
.propirties-2 .property-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.propirties-2 .property-item .property--content {
  flex: 1;
}

.propirties-2 .property-item .property--details li {
  float: none;
  display: block;
  width: 100%;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .property-item {
    margin-bottom: 30px;
  }

  .propirties .property-item {
    max-width: 350px;
    margin: 0 auto 30px;
  }

  .propirties-2 .property-item {
    display: block;
    max-width: 300px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .propirties-2 .property-item {
    display: block;
  }

  .propirties-2 .property--img img {
    min-height: auto;
  }
}
/*------------------------------------*\
    #Services
\*------------------------------------*/
.service-panel {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.service-panel img {
  max-width: 100%;
  height: auto;
}
.service-panel h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.service-panel p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.service-panel .btn {
  width: 100px;
  height: 30px;
  line-height: 26px;
  font-size: 11px;
}
.service-panel p + .btn {
  margin-top: 27px;
}
.service-panel .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Services #1 */
.services-1 .service-panel .service-hover {
  text-align: center;
  padding: 0 50px;
  background-color: rgba(27, 27, 27, 0.8);
}
.services-1 .service-panel .service-hover h3 {
  margin-bottom: 20px;
  color: #ffffff;
}
.services-1 .service-panel .service-hover p {
  color: #ffffff;
}
.services-1 .service-panel .service-img img {
  width: 100%;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.services-1 .service-panel:hover .service-img img {
  -moz-transform: scale(1.1) rotate(5deg);
  -webkit-transform: scale(1.1) rotate(5deg);
  -ms-transform: scale(1.1) rotate(5deg);
  -o-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}

/* Services #2 */
.services-2 .service-panel {
  border-radius: 2px;
}
.services-2 .service-panel p {
  padding: 0 20px;
}
.services-2 .service-panel .service-img {
  margin-bottom: 28px;
}

/* Services #3 */
.services-3 .service-panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.services-3 .service-panel h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.services-3 .service-panel h3:hover {
  color: #485cc7;
}
.services-3 .service-hover {
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.services-3 .service-hover-content {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.services-3 .service-img img {
  width: 100%;
}

/* Services #4 */
.services-4 .service-panel {
  background-color: #fafafa;
  border: 1px solid #ececec;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.services-4 .service-panel .service-content {
  padding: 35px 25px 35px;
}
.services-4 .service-panel .service-img img {
  width: 100%;
}

.services-4 .service-panel h3 {
  margin-bottom: 6px;
}

.services-4 .service-panel p span {
  color: #485cc7;
}

.services-4 .service-panel p + .btn {
  margin-top: 22px;
}

/* Services #5 */
.services-5 .service-panel {
  padding: 15px 20px 33px;
  border-radius: 2px;
}

.services-5 .service-panel-1 {
  background-color: #fa6742;
}

.services-5 .service-panel-2 {
  background-color: #2bc2a7;
}

.services-5 .service-panel-3 {
  background-color: #ffb72f;
}

.services-5 .service-panel h3 {
  margin-bottom: 22px;
}

.services-5 .service-panel h3,
.services-5 .service-panel p {
  color: #ffffff;
}

.services-5 .service-img {
  margin-bottom: 61px;
}

.services-6 {
  margin-top: -120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-panel {
    margin-bottom: 30px;
  }

  .services-1 .service-hover {
    padding: 0 30px;
  }

  .services-2 .service-panel p {
    padding: 0;
  }

  .services-3 .service-panel,
.services-4 .service-panel {
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-1 .service-hover {
    padding: 0 30px;
  }
}
/*--------------------------------
    # courses
--------------------------------*/
.course-panel {
  background-color: #ffffff;
  border: 1px solid #ececec;
}

.course--img {
  position: relative;
}

.course--img img {
  width: 100%;
}

.course--price {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #00c389;
  color: #ffffff;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  display: block;
  border-radius: 2px;
}

.course--content {
  padding: 28px 25px 35px;
}

.course--content h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 17px;
}

.course--content p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 23px;
}

.course--content .btn {
  width: 100px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .course-panel {
    max-width: 350px;
    margin: 0 auto 30px;
  }
}
/*----------------------------
        PROCESS
-----------------------------*/
.process-panel {
  position: relative;
}

.process-panel h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.process-panel .process--icon {
  margin-bottom: 28px;
}

.process .divider-bg {
  position: relative;
  width: 100%;
}

.process .divider-bg:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 84px;
  background: url(../images/process/divider.png) no-repeat;
  background-size: cover;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .process-panel {
    margin-bottom: 30px;
  }

  .process .divider-bg:before {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-panel {
    margin-bottom: 30px;
  }

  .process .divider-bg:before {
    display: none;
  }
}
/*---------------------------
    # popup
----------------------------*/
.modal ::-webkit-scrollbar {
  display: none;
}

.modal-body {
  padding: 0;
}

.modal-content {
  border: none;
}

.modal-dialog {
  max-width: 940px;
  overflow: hidden;
  border-radius: 7px;
}

.modal button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #616161;
  text-shadow: none;
  box-shadow: none;
  opacity: 1;
  z-index: 1;
}

.modal button.close:hover {
  color: #485cc7;
}

.modal-open .modal {
  padding: 0 !important;
}

.popup--content {
  padding: 80px;
}

.modal .row {
  margin-right: 0;
  margin-left: 0;
}

.modal .row [class*=col-],
.container .modal .row [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=popup-] .heading {
  margin-bottom: 39px;
}

.popup--btns {
  display: inline-block;
}

.popup--btns a:first-of-type {
  margin-right: 15px;
}

/* popup #1 */
.popup-1 .modal-content {
  border-radius: 4px;
}

.popup-1 .heading {
  margin-bottom: 37px;
}

.popup-1 .popup--img img {
  width: 100%;
}

/* popup #2 */
.popup-2 .modal-dialog {
  max-width: 500px;
}

.popup-2 .popup--content {
  padding: 50px;
}

.popup-2 .heading-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  background-color: #485cc7;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 28px;
}

/* popup #3 */
.popup-3 .popup--content {
  padding: 0;
}

.popup-3 .modal-content {
  background-color: transparent;
}

.popup-3 .modal-dialog {
  overflow: visible;
  max-width: 780px;
}

.popup-3 button.close {
  top: -10px;
  right: 0;
  color: #ffffff;
}

/* popup #4 */
.popup-4 .modal-content {
  border-radius: 4px;
  overflow: hidden;
}

.popup-4 .popup--content {
  padding: 95px 80px;
}

.popup-4 .popup--img {
  padding: 50px 0 0 55px;
  position: absolute;
  bottom: 0;
}

.popup-4 .popup--img img {
  height: 100%;
}

.popup-4 .heading {
  margin-bottom: 37px;
}

/* popup #5 */
.popup-5 .modal-content {
  max-height: 430px;
}

.popup-5 .popup--content {
  padding: 80px 40px;
}

.popup-5 .heading {
  margin-bottom: 26px;
}

.popup-5 button.close {
  top: -25px;
  right: 0;
  color: #ffffff;
}

/* popup #6 */
.popup-6 .modal-dialog {
  max-width: 500px;
}

.popup-6 .popup--content {
  padding: 80px 40px;
}

.popup-6 .heading .heading-title,
.popup-6 .heading .heading-desc,
.popup-6 button.close {
  color: #ffffff;
}

/* popup #7 */
.popup-7 .modal-content {
  border-radius: 4px;
}

.popup-7 .modal-dialog,
.popup-10 .modal-dialog {
  max-width: 560px;
}

/* popup #8 */
.popup-8 .heading {
  margin-bottom: 39px;
}

.popup-8 .modal-dialog {
  max-width: 560px;
}

.popup-8 .popup--btns .btn--primary.btn--secondary {
  background-color: #00c389;
  border-color: #00c389;
}

.popup-8 .popup--btns .btn--primary.btn--secondary:hover {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

/* popup #8 */
.popup-10 .form-subscription .btn {
  position: relative;
  width: 100%;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .popup--content,
.popup-4 .popup--content {
    padding: 50px;
  }
}
/*------------------------------------*\
    #dividers
\*------------------------------------*/
.section-divider-light {
  border-top: 1px solid rgba(236, 236, 236, 0.07);
}

.section-divider-gray {
  border-top: 1px solid #ececec;
}

/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
  padding: 0;
}
.page-title .title {
  padding: 295px 0 195px 0;
}
.page-title .title .title-subheading {
  margin-bottom: 35px;
}
.page-title .title .title-subheading p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 13px;
  display: inline-block;
  text-transform: uppercase;
}
.page-title .title .title-subheading p:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.25;
  content: "";
}
.page-title .title .title-heading {
  margin-bottom: 27px;
}
.page-title .title .title-heading h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-title .title .title-desc p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
  font-weight: 400;
}
.page-title .title .title-action {
  margin-top: 42px;
}
.page-title .title .title-action .btn {
  height: 55px;
  line-height: 55px;
  width: auto;
  padding: 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.page-title .title .title-action .btn i {
  margin-right: 14px;
}
.page-title .title .title-action .btn:hover {
  background: #1b1b1b;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title .title {
    padding: 140px 0;
  }
  .page-title .title .title-heading h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .page-title .title .title-heading .typed-content {
    font-size: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .page-title .title {
    padding: 240px 0;
  }
  .page-title .title .title-heading h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
/*------------------------------------*\
    #COLOR-SWITCHER
\*------------------------------------*/
/* switcher menu */
.switcher-nav {
  position: fixed;
  top: 0;
  right: -420px;
  width: 420px;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
  padding: 0;
  text-align: left;
  text-align: center;
  -webkit-box-shadow: -10px 0 25px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -10px 0 25px -1px rgba(0, 0, 0, 0.05);
  box-shadow: -6px 0 20px -2px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.switcher-nav .switcher-options {
  position: absolute;
  top: 30%;
  left: -40px;
  width: 40px;
  background-color: #ffffff;
  color: #1b1b1b;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: -10px 0 25px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -10px 0 25px -1px rgba(0, 0, 0, 0.05);
  box-shadow: -6px 0 20px -2px rgba(0, 0, 0, 0.08);
  padding: 7px 0;
  text-align: center;
}
.switcher-nav .switcher-options a {
  cursor: pointer;
  display: block;
  padding: 3px 0;
  font-size: 20px;
  color: #1b1b1b;
}
.switcher-nav.active {
  right: 0;
}

.switcher-content {
  max-height: 980px;
  padding: 80px 30px;
  overflow: scroll;
}
.switcher-content::-webkit-scrollbar {
  display: none;
}

.switcher-screenshoots li {
  float: left;
  width: 50%;
  padding: 10px;
}
.switcher-screenshoots li a {
  position: relative;
  display: block;
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 7px;
  background-color: #ffffff;
  overflow: hidden;
}
.switcher-screenshoots li img {
  width: 100%;
  max-width: 100%;
}
.switcher-screenshoots li .screenshoot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 92, 199, 0.9);
  opacity: 0;
  transition: all 0.3s ease;
}
.switcher-screenshoots li:hover .screenshoot-overlay {
  opacity: 1;
}
.switcher-screenshoots li span {
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.switcher-color ul li {
  display: inline-block;
  cursor: pointer;
  height: 30px;
  margin: 0 10px 10px 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.switcher-color ul li.active {
  position: relative;
}
.switcher-color ul li.active:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: fontawesome;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.switcher-active:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1033;
  transition: all 0.2s ease-in-out;
  cursor: crosshair;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .switcher-nav {
    display: none;
  }
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel,
.testimonial-meta {
  position: relative;
}

.testimonials .testimonial-panel {
  background-color: #fafafa;
  padding: 35px 25px 29px;
  border-radius: 2px;
}
.testimonials .testimonial-panel .testimonial-body p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}
.testimonials .testimonial-panel .testimonial-body h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 18px;
}
.testimonials .testimonial-panel .testimonial-meta h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.testimonials .testimonial-panel .testimonial-meta p {
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonials .testimonial-panel .testimonial-img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 19px;
}
.testimonials .testimonial-panel .testimonial-rating {
  line-height: 1;
}
.testimonials .testimonial-panel .testimonial-rating i {
  color: #ffd700;
  font-size: 14px;
}

.testimonial-panel-warp {
  background-color: #fafafa;
  padding: 0 25px 33px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonials .testimonial-panel {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* testimonial #1 */
.testimonials-1 .testimonial-panel {
  background-color: transparent;
  padding: 0;
}

.testimonials-1 .testimonial-body {
  background-color: #fafafa;
  padding: 35px 25px 29px;
  margin-bottom: 30px;
  position: relative;
}

.testimonials-1 .testimonial-body:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  border: 15px solid transparent;
  border-top-color: #fafafa;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* testimonial #3 */
.testimonials-3 .testimonial-panel {
  background-color: #fafafa;
  padding: 35px 26px;
}
.testimonials-3 .testimonial-panel .testimonial-panel-warp {
  padding: 0;
}
.testimonials-3 .testimonial-panel .testimonial-body {
  margin-top: 28px;
}
.testimonials-3 .testimonial-panel .testimonial-body p {
  margin-bottom: 18px;
}

/* testimonial #4 */
.testimonials-4 .testimonial-panel {
  padding: 40px 0 0 0;
  background-color: transparent;
}
.testimonials-4 .testimonial-panel .testimonial-panel-warp {
  background-color: #fafafa;
  padding: 0 25px 33px;
}
.testimonials-4 .testimonial-panel .testimonial-body {
  margin-top: -18px;
}
.testimonials-4 .testimonial-panel .testimonial-body p {
  margin-bottom: 18px;
}
.testimonials-4 .testimonial-panel .testimonial-meta {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  transform: translateY(-40px);
}

/* testimonial #5 */
.testimonials-5 .testimonial-panel .testimonial-body p {
  margin-bottom: 17px;
}

/* testimonial #6 */
.testimonials-6 .testimonial-panel {
  padding: 35px 50px 29px;
}
.testimonials-6 .testimonial-panel .testimonial-body {
  margin-bottom: 20px;
}
.testimonials-6 .testimonial-panel .testimonial-meta {
  margin-bottom: 21px;
}

/* testimonial #7 */
.testimonials-7 .testimonials .testimonial-panel {
  padding: 35px 25px 24px;
}

.testimonials-7 .testimonial-img {
  position: absolute;
  top: 35px;
  left: 25px;
  min-height: 80px;
}

.testimonials-7 .testimonials-content {
  padding-left: 105px;
}

.testimonials-7 .testimonial-body {
  margin-bottom: 18px;
}

.testimonials-7 .testimonial-meta h4 {
  margin-bottom: 0;
}

/* testimonial #8 */
.testimonials-8 .testimonial-panel {
  background-color: transparent;
  padding: 0 40px;
}
.testimonials-8 .testimonial-panel .testimonial-meta {
  margin-bottom: 16px;
  padding: 0 50px;
}
.testimonials-8 .testimonial-panel .testimonial-meta h4 {
  display: inline-block;
}
.testimonials-8 .testimonial-panel .testimonial-meta p {
  font-family: "Poppins", sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.testimonials-8 .testimonial-panel .testimonial-meta p :before {
  content: "-";
  position: absolute;
  top: 0;
  left: 5px;
}
.testimonials-8 .testimonial-panel .testimonial-img {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  margin-bottom: 32px;
  border-bottom: 1px solid #ececec;
}
.testimonials-8 .testimonial-panel .testimonial-body p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
}

/* testimonial #9 */
.testimonials-9 .testimonial-panel {
  padding: 35px 50px 29px;
  background-color: #ffffff;
}
.testimonials-9 .testimonial-panel .testimonial-body {
  margin-bottom: 20px;
}
.testimonials-9 .testimonial-panel .testimonial-meta {
  margin-bottom: 21px;
}

/* testimonial #10 */
.testimonials-10 .testimonial-panel {
  padding: 35px 25px 29px;
}

/* testimonial #12 */
.testimonials-12 .testimonial-panel .testimonial-content {
  padding-top: 135px;
  padding-left: 52px;
}
.testimonials-12 .testimonial-panel .testimonial-img {
  margin: 0;
  border: none;
  text-align: center;
}
.testimonials-12 .testimonial-panel .testimonial-meta {
  padding: 0;
  margin-bottom: 12px;
}

/* testimonial #13 */
.testimonials-13 .testimonial-panel {
  background-color: transparent;
  padding: 0 35px;
}
.testimonials-13 .testimonial-panel .testimonial-meta h4 {
  color: #ffffff;
}

/* testimonial #14 */
.testimonials-14 .testimonial-panel {
  background-color: #ffffff;
  padding: 30px;
}
.testimonials-14 .testimonial-panel .testimonial-content {
  min-height: 80px;
  margin-bottom: 0;
  position: relative;
}
.testimonials-14 .testimonial-panel .testimonial-meta {
  padding: 25px 0 0 105px;
}
.testimonials-14 .testimonial-panel .testimonial-img {
  position: absolute;
  top: 0;
  left: 0;
}

/* testimonial #15 */
.testimonials-15 .testimonial-content {
  margin-bottom: 0;
}
.testimonials-15 .testimonial-body {
  margin-bottom: 26px;
}

/* testimonial #16 */
.testimonials-16 .testimonial-panel {
  background-color: transparent;
  padding: 0 25px;
}
.testimonials-16 .testimonial-panel .testimonial-body {
  margin-top: 26px;
}

/* testimonial #17 */
.testimonials-17 .testimonial-panel {
  background-color: transparent;
  padding: 0 25px;
}
.testimonials-17 .testimonial-panel .testimonial--icon {
  display: inline-block;
  background-image: url(../images/testimonials/icon1.png);
  width: 40px;
  height: 30px;
  margin-bottom: 35px;
}
.testimonials-17 .testimonial-panel .testimonial-body p {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 19px;
}
.testimonials-17 .testimonial-panel .testimonial-meta h4 {
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  position: relative;
  padding-left: 10px;
}
.testimonials-17 .testimonial-panel .testimonial-meta h4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
.testimonials-17 .testimonial-panel .testimonial-meta p {
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  position: relative;
  padding-left: 16px;
}
.testimonials-17 .testimonial-panel .testimonial-meta p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "@";
}

@media only screen and (max-width: 991px) {
  .testimonials-17 .testimonial-panel {
    max-width: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonials-12 .testimonial-content {
    padding: 0;
  }

  .testimonials-12 .testimonial-content {
    margin-bottom: 30px;
  }
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
  padding: 150px 0;
}
.cta h3 {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 0;
}

/* cta #1 */
.cta-1 .heading-subtitle,
.cta-1 .heading-title,
.cta-1 .heading-desc {
  color: #ffffff;
}

/* cta #3 */
.cta-3 .heading {
  margin-bottom: 37px;
}
.cta-3 .btn {
  width: 254px;
  height: 48px;
  line-height: 48px;
}

/* cta #4 */
.cta-4 .heading-desc {
  padding-right: 170px;
}
.cta-4 .btn {
  width: 220px;
  height: 48px;
  line-height: 46px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-4 {
    text-align: center;
  }
}
/* cta #6 */
.cta-6 {
  padding: 35px 0;
}

/* cta #8 */
.cta-8 .heading-subtitle,
.cta-8 .heading-title,
.cta-8 .heading-desc {
  color: #ffffff;
}
.cta-8 .heading {
  padding-top: 69px;
}
.cta-8 .heading .heading-title {
  font-size: 38px;
  line-height: 60px;
  margin-bottom: 15px;
}
.cta-8 .heading .heading-desc {
  padding-right: 70px;
}
.cta-8 .mockup-img {
  text-align: right;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .cta-8 {
    text-align: center;
  }
  .cta-8 .heading-desc {
    padding-right: 0;
  }
}
/* cta #9 */
.cta-9 {
  padding: 190px 0;
}
.cta-9 .heading {
  margin-bottom: 31px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta h3 {
    line-height: 30px;
    margin-bottom: 25px;
  }

  .cta-4 .heading-desc,
.cta-4 .heading {
    padding-right: 0;
  }

  .cta-8 .heading-desc,
.cta-8 .heading {
    padding-right: 0;
  }
  .cta-8 .btn {
    margin-bottom: 30px;
  }
}