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

[ DEFULT INDEX NUMBER ]
1. Defult css
    -- Before this comment ( START MAIN CSS STYLE ) defult css continue .

2. Header Section 1 / .header-section-1
3. Header Section 2 / .header-section-2
4. Header Section 1 / .header-section-1

5. Features Section 1 / .Features-section-1
6. Features Section 2 / .Features-section-2
7. Features Section 3 / .Features-section-3
8. Features Section 4 / .Features-section-4
9. Features Section 5 / .Features-section-5
10. Features Section 6 / .Features-section-6
11. Features Section 7 / .Features-section-7
12. Features Section 8 / .Features-section-8
13. Features Section 9 / .Features-section-9
14. Features Section 10 / .Features-section-10
15. Features Section 11 / .Features-section-11
16. Features Section 12 / .Features-section-12
17. Features Section 13 / .Features-section-13
18. Features Section 14 / .Features-section-14
19. Features Section 15 / .Features-section-15
20. Features Section 16 / .Features-section-16
21. Features Section 17 / .Features-section-17
22. Features Section 18 / .Features-section-18
23. Features Section 19 / .Features-section-19
24. Features Section 20 / .Features-section-20
25. Features Section 21 / .Features-section-21
26. Features Section 22 / .Features-section-22
27. Features Section 23 / .Features-section-23

28. Footer Section 1 / .footer-1
29. Footer Section 2 / .footer-2
30. Footer Section 3 / .footer-3

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Light ]
        main-color:         #F8626D (Red)       [ This is the main color in Template ]
        Background-1:       #0E0E0E             [ Background color 1 ]
        Background-2:       #F5F5F5             [ Background color 2 ]
        Background-3:       #FFFFFF ()          [ Background color 3 ]
        light-color:        #FFFFFF             [ Using text color and some ware ]
        dark-color:         #000                [ Using text color and some ware ]
        @shadow-color:      rgba(0, 0, 0, .35)  [ Box shadow color ]


[ This Templage Using 1 Coller Scheme ]

    [ Main color ]
        1. Red:         #FF5252;
        2. Sky Blow:    #52B8FF;
        3. Yellow:      #FFC852;
        4. Black:       #000000;

    [Background color ]
        1. Dark:        #F3F3F3;
        2. Light:       #FFFFFF;
    
    [ Shadow color ]
        shadow-color:      fade(#000, 35%);

    [ Overlay color]
        overlay-color:     #000000;



[ Using Color Code ]
    h1 [ All ]      Color: #000                         [ Black ]
    h2 [ Light ]    Color: rgba(0, 0, 0, 1)             [ Black 100% opacity ]
    h3 [ Light ]    Color: rgba(0, 0, 0, 1)             [ Black 100% opacity ]
    p  [ Light ]    Color: rgba(0, 0, 0, 0.45)          [ Black 45% opacity ]
    a  [ Normal ]   Color: main-color                   [ main-color is changed particular color scheme ]
    a  [ Hover ]    color: as required                  [ as required ]

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

    [ There are using two different font typography ]
        Typography 1: Exo Font;
        Typography 2: Poooins Font;
    
    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

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

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

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

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

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


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

-------------------------------------------------------------------*/
/**
 * ===============================
 *  Defult CSS 
 * ===============================
 */
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  overflow-x: hidden !important;
  font-size: 15px;
  font-style: none;
  line-height: 23px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
   font-family:"Open Sans",Arial;

}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:focus {
  outline: 0;
}
.fix {
  overflow: hidden;
}
.margin-b25 {
  margin-bottom: 25px;
  display: inline-block;
}
/* Video Background */
.background-video {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../video/event-video.jpg) no-repeat;
  background-size: cover;
}
/* Heading Style */
p {
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 20px;
}
h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}
h2 {
  font-size: 35px;
  line-height: 52px;
  font-weight: 300;
}
h3 {
  font-size: 25px;
  line-height: 42px;
  font-weight: 300;
}
/**
 * ====================================
 *  Every Section Headline Defult Class
 * ====================================
 */
.section-header {
  margin-bottom: 25px;
  text-align: left;
}
.section-header .section-heading {
  padding-bottom: 0px;
  margin: 0;
  text-transform: uppercase;
  font-size: 35px;
  display: inline-block;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
}
.section-header-2 {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.section-header-2.with {
  text-align: center;
}
.section-header-2.with .section-heading {
  padding: 50px 0;
}
.section-header-2 .section-heading {
  padding-bottom: 0px;
  margin: 0;
  font-size: 42px;
  display: inline-block;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 2px;
}
.section-header-2 .shape {
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 50%;
  margin-top: -70px;
  background-color: #f3f3f3;
  z-index: -1;
}
.section-header-2 .shape.round {
  border-radius: 50%;
}
.section-header-2 .shape.rectangular {
  border-radius: 0px;
}
.section-header-2 .shape.triangle {
  background-color: transparent !important;
}
.section-header-2 .shape.triangle:after {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  border-color: transparent transparent #f3f3f3 transparent;
  border-style: solid;
  border-width: 120px 70px;
}
.section-header-3 {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.section-header-3.with {
  text-align: center;
}
.section-header-3.with .section-heading {
  padding: 50px 0;
}
.section-header-3 .section-heading {
  padding-bottom: 0px;
  margin: 0;
  font-size: 50px;
  display: inline-block;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  letter-spacing: 2px;
}
.section-header-3 .section-heading .light {
  font-weight: 700 !important;
}
.section-header-3 .shape-image {
  position: absolute;
  height: 140px;
  top: 0px;
  margin-left: -70px;
  z-index: -1;
  opacity: 0.25;
}

.padding-top {
   padding-top: 0 !important;
}
/**
 * ===============================
 *  Section Top and Bottom padding  
 * ===============================
 */
.section-separator {
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
}
/**
 * ==============================================
 *   Defult Class Using Text Align Left Important
 * ==============================================
 */
.align-left h1,
.align-left h2,
.align-left h3,
.align-left h4,
.align-left h5,
.align-left h6,
.align-left span,
.align-left div,
.align-left section,
.align-left p,
.align-left strong,
.align-left b,
.align-left * {
  text-align: left !important;
}
.align-left .section-heading:after {
  left: 0 !important;
  margin-left: 0px !important;
}
.align-center h1,
.align-center h2,
.align-center h3,
.align-center h4,
.align-center h5,
.align-center h6,
.align-center span,
.align-center div,
.align-center section,
.align-center p,
.align-center strong,
.align-center b,
.align-center * {
  text-align: center !important;
}
.align-center .section-heading:after {
  left: 50% !important;
  margin-left: -15px !important;
}
.overlay-color {
  background-color: rgba(0, 0, 0, 0.8);
}
/**
 * ====================================
 * Making Same Height Left & Right Part
 * ====================================
 */
.display-full {
  display: table !important;
  width: 100%;
}
.display-full .left,
.display-full .right {
  display: table-cell;
  float: none !important;
}
/**
 * ===============================
 *   Defult Button Style
 * ===============================
 */
.btn {
  border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  font-family:"Open Sans",Arial;
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  outline: 0;
  padding: 0 0;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn:last-child {
  margin-right: 0px !important;
}
.btn.fill {
  padding: 15px 35px;
  box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  min-width: 220px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
}
.btn.fill .fa {
  opacity: 1;
}
.btn .fa {
  position: relative;
  top: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn .fa img {
  position: relative;
  width: 20px;
}
.btn.left-icon .fa {
  margin-right: 15px;
}
.btn.left-icon:hover .fa {
  transform: translate3d(-10px, 0, 0) scale(1.2);
  -o-transform: translate3d(-10px, 0, 0) scale(1.2);
  -moz-transform: translate3d(-10px, 0, 0) scale(1.2);
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.2);
}
.btn.right-icon .fa {
  margin-left: 15px;
}
.btn.right-icon:hover .fa {
  transform: translate3d(10px, 0, 0) scale(1.2);
  -o-transform: translate3d(10px, 0, 0) scale(1.2);
  -moz-transform: translate3d(10px, 0, 0) scale(1.2);
  -webkit-transform: translate3d(10px, 0, 0) scale(1.2);
}
.btn.btn-round {
  padding: 15px;
  background-color: #ff5252;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  box-shadow: 0 13px 42px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 13px 42px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 13px 42px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 13px 42px 0 rgba(0, 0, 0, 0.25);
}
.btn.btn-round .fa {
  top: 7px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.btn-text-link a {
  color: #52b8ff;
  margin-left: 10px;
}
/**
 * ================================
 * Nav Defult Style
 * ================================
 */
.nav li a:hover,
.nav li a:focus {
  background-color: transparent;
}
/** 
 * ======================
 * Social Icon Style
 * ======================
 */
.social-icon li {
  list-style: none;
  float: left;
}
.social-icon li a {
  font-size: 25px;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-right: 25px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  padding: 6px;
}
.social-icon li a:hover {
  color: #000000;
}
.social-icon li:last-child a {
  margin-right: 0px;
}
/**
 * ======================================
 * Project Full View Helping Custom Style
 *  - PreLoader Style
 *  - Back Button Style
 * ======================================
 */
.project-loader-backButton .project-filter-loader {
  min-height: 350px;
  width: 100%;
  position: relative;
  display: none;
}
.project-loader-backButton .project-filter-loader .object {
  background-color: #000000;
}
.project-loader-backButton .back-button {
  text-align: center;
  margin-top: 35px;
}
.project-loader-backButton .back-button .btn {
  display: none;
}
/**
 * ================================
 * Slider css
 * ================================
 */
.content-slider .click {
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content-slider .each-content {
  display: none;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-name: fadeOutUp;
  -webkit-animation-name: fadeOutUp;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  opacity: 0;
}
.content-slider .each-content.active {
  display: block !important;
  opacity: 1 !important;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
/**
 * ===================================
 * Subscription and contact  "MESSAGE"
 * ===================================
 */
.message {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
  font-size: 14px;
  display: none;
  text-align: left !important;
  margin: 0 0 10px 0 !important;
}
.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}
.subscription-failed,
.email-failed {
  color: #FF5252 !important;
}
.subscription-success,
.email-success {
  color: #52B8FF;
}
/**
 * =========================
 * Form Style 
 * =========================
 */
.single-form .form-control {
  height: 45px;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 0 0 #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: transparent;
}
.single-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}
.single-form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}
.single-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}
.single-form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}
/**
 * ==========================
 * Project Full View
 * ==========================
 */
.sa-project-gallery-view .project-image {
  width: 100%;
}
.sa-project-gallery-view .project-description {
  margin-top: 25px;
  margin-bottom: 0;
}
.sa-project-gallery-view .project-information {
  margin-top: 35px;
  background-color: #f3f3f3;
  padding: 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sa-project-gallery-view .project-information ul {
  padding: 0px;
}
.sa-project-gallery-view .project-information ul li {
  float: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
}
.sa-project-gallery-view .project-information ul li h4 {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
}
.sa-project-gallery-view .project-information ul li p {
  font-weight: 500;
  margin: 10px 0 0 0;
}
.sa-project-gallery-view .project-information ul li a {
  color: rgba(0, 0, 0, 0.55);
  padding: 0;
  margin-top: 5px;
  display: inline-block;
}
.sa-project-gallery-view .project-information ul li a:hover {
  color: #ff5252;
}
.sa-project-gallery-view .project-information ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid;
  border-color: rgba(0, 0, 0, 0.12);
}
.sa-project-gallery-view .project-information:hover {
  box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
}
.sa-project-gallery-view .title {
  font-weight: 500;
  font-size: 29px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 35px;
  margin: 25px 0 0 0;
}
.sa-project-gallery-view .post-date {
  /* margin-top: 8px; */
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  margin-top: 15px;
}
/****************************************************************
    START MAIN CSS STYLE
*****************************************************************/
/**
 * ==========================
 * Header Style 1
 * ==========================
 */
.header-section-1 {
  position: relative;
  overflow: hidden;
}
.header-section-1 .dark-header-bg {
  height: 100%;
  background: #000000;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
}
.header-section-1 .part-1 {
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.header-section-1 .part-1 img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95%;
}
.header-section-1 .part-2 {
  z-index: 2;
}
.header-section-1 .part-2 .part-inner {
  margin: 250px 0 150px 0;
}
.header-section-1 .part-2 .part-inner .title {
  font-size: 48px;
  line-height: 65px;
  color: #000000;
}
.header-section-1 .part-2 .part-inner .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 16px;
}
.header-section-1 .part-2 .part-inner .btn-form {
  margin-top: 50px;
}
/**
 * ==========================
 * Header Style 2
 * ==========================
 */
.header-section-2 {
  position: relative;
  overflow: hidden;
  background-color: #D9E4E4;
  z-index: 0;
}
.header-section-2 .shape-header {
  height: 180%;
  width: 300px;
  position: absolute;
  background-color: transparent;
  border-style: solid;
  border-width: 20px;
  border-color: rgba(82, 184, 255, 0.3);
  top: -40%;
  left: -207px;
  z-index: -1;
}
.header-section-2 .btn-round {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

.padding0 {
  padding: 0 !important;
}

.header-section-2 .part-1 .part-inner {
  margin: 270px 0 50px 0;
  position: relative;
}
.header-section-2 .part-1 .part-inner .title {
  font-size: 42px;
  line-height: 65px;
  color: #000000;
  font-weight: 600;
}
.header-section-2 .part-1 .part-inner .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 16px;
}
.header-section-2 .part-1 .part-inner .btn-form {
  margin-top: 30px;
}
/**
 * ==========================
 * Header Style
 * ==========================
 */
.header-section-3 {
  background-color: #DFDFDD;
  overflow: hidden;
}
.header-section-3 .container {
  position: relative;
}
.header-section-3 .part-1 {
  margin: 150px 0 70px 0;
}
.header-section-3 .part-1 .title {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 55px;
}
.header-section-3 .part-1 .title .light {
  color: rgba(255, 82, 82, 0.9);
  font-weight: 700;
}
.header-section-3 .part-1 .sub-title {
  font-size: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 25px;
  line-height: 40px;
}
.header-section-3 .part-1 .btn-form {
  margin-top: 80px;
}
.header-section-3 .part-1 .btn-form .btn {
  color: rgba(0, 0, 0, 0.55);
}
.header-section-3 .part-1 .btn-form .btn .fa {
  color: #ff5252;
}
.header-section-3 .part-1 .award {
  margin-top: 80px;
}
.header-section-3 .part-1 .award .nav li {
  float: left;
}
.header-section-3 .part-1 .award .nav li img {
  width: 120px;
  height: auto;
  margin-right: 30px;
  padding: 5px;
  background-color: #ffffff;
}
.header-section-3 .part-1 .award .nav li:last-child img {
  margin-right: 0px !important;
}
.header-section-3 .part-2 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.header-section-3 .part-2 img {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 50px;
}
/**
 * ==========================
 * Features Section 1
 * ==========================
 */
.features-section-1 {
  background-color: #f3f3f3;
}
.features-section-1 .part-2 .nav {
  margin-top: 35px;
}
.features-section-1 .part-2 .nav li {
  float: left;
  cursor: pointer;
}
.features-section-1 .part-2 .nav li:focus {
  outline: 0;
}
.features-section-1 .part-2 .nav li img {
  width: 70px;
  margin-right: 25px;
}
.features-section-1 .part-2 .nav li:last-child img {
  margin-right: 0px;
}
.features-section-1 .part-2 .nav .popover,
.features-section-1 .part-2 .nav .popover .arrow {
  border: 0px solid !important;
}
.features-section-1 .part-2 .nav .popover .popover-content {
  color: rgba(0, 0, 0, 0.7);
}
.features-section-1 .part-2 .nav .popover .popover-title {
  padding: 0 0 0 15px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
/**
 * ==========================
 * Features Section 2
 * ==========================
 */
.features-section-2 {
  background-color: #ffffff;
}
.features-section-2 .part-1 .nav {
  background-color: #f3f3f3;
}
.features-section-2 .part-1 .nav .title {
  text-align: center;
  font-size: 17px;
  padding: 23px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-2 .part-1 .nav .title img {
  display: block;
  width: 70px;
  margin: auto;
  margin-bottom: 15px;
}
.features-section-2 .part-1 .nav .title:hover,
.features-section-2 .part-1 .nav .title.active {
  background: #ffffff;
  box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 65px 0 rgba(0, 0, 0, 0.15);
}
.features-section-2 .part-2 .title {
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 85px;
}
.features-section-2 .content-slider .each-content {
  animation-name: fadeOutLeft;
  -webkit-animation-name: fadeOutLeft;
}
.features-section-2 .content-slider .each-content.active {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
}
/**
 * ==========================
 * Features Section 3
 * ==========================
 */
.features-section-3 {
  background-color: #f3f3f3;
}
.features-section-3 .filter-button {
  padding: 0;
  margin-bottom: 35px;
  float: right;
}
.features-section-3 .filter-button li {
  float: left;
}
.features-section-3 .filter-button li .filter-project {
  background-color: transparent;
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.35);
  margin-right: 25px;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-3 .filter-button li .filter-project.is-checked {
  color: rgba(0, 0, 0, 0.7);
}
.features-section-3 .grid:after {
  content: '';
  display: block;
  clear: both;
}
.features-section-3 .grid .grid-item {
  padding: 15px;
}
.features-section-3 .grid .grid-item figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-3 .grid .grid-item figure img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.features-section-3 .grid .grid-item figure figcaption {
  position: absolute;
  padding: 15px;
  background: rgba(243, 243, 243, 0.9);
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.features-section-3 .grid .grid-item figure figcaption h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 500;
  bottom: 40px;
  right: 50px;
  position: absolute;
  font-size: 22px;
}
.features-section-3 .grid .grid-item figure figcaption h3 .fa {
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.features-section-3 .grid .grid-item figure figcaption,
.features-section-3 .grid .grid-item figure figcaption h3 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate3d(-20px, -10px, 0);
  -moz-transform: translate3d(-20px, -10px, 0);
  -ms-transform: translate3d(-20px, -10px, 0);
  transform: translate3d(-20px, -10px, 0);
  opacity: 0;
}
.features-section-3 .grid .grid-item figure figcaption a {
  position: absolute;
  z-index: 1111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -99999px;
}
.features-section-3 .grid .grid-item figure:hover {
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
}
.features-section-3 .grid .grid-item figure:hover figcaption,
.features-section-3 .grid .grid-item figure:hover h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.features-section-3 .grid .grid-item figure:hover h3 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/**
 * ==========================
 * Features Section 4
 * ==========================
 */
.features-section-4 {
  background-color: #ffffff;
}
.features-section-4 .grid-2 .grid-item-2.text {
  padding: 55px 70px;
}
.features-section-4 .grid-2 .grid-item-2.text h3 {
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px 0;
}
.features-section-4 .grid-2 .grid-item-2.text p:last-child {
  margin-bottom: 0px !important;
}
.features-section-4 .grid-2 .grid-item-2.text:first-child {
  margin-top: 50px;
}
.features-section-4 .grid-2 .grid-item-2.text .btn {
  margin-top: 20px;
  opacity: 0.6;
}
.features-section-4 .grid-2 .grid-item-2.text .btn:hover {
  opacity: 1;
}
.features-section-4 .grid-2 .grid-item-2.dark {
  background-color: #f3f3f3;
}
.features-section-4 .grid-2 .grid-item-2.light {
  background-color: #ffffff;
}
.features-section-4 .btn-form {
  margin-top: 80px;
  text-align: center;
}
/**
 * ==========================
 * Features Section 5
 * ==========================
 */
.features-section-5 {
  background-color: #f3f3f3;
}

.features-section-5 .part-1 .nav li {
  float: left;
  text-align: left;
}
.features-section-5 .part-1 .nav li h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
  margin-right: 40px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-5 .part-1 .nav li h3:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-5 .part-1 .nav li:last-child h3 {
  margin-right: 0px !important;
}
.features-section-5 .part-1 .nav li:nth-of-type(1n) h3:after {
  background-color: #ff5252;
}
.features-section-5 .part-1 .nav li:nth-of-type(2n) h3:after {
  background-color: #52b8ff;
}
.features-section-5 .part-1 .nav li:nth-of-type(3n) h3:after {
  background-color: #ffc852;
}
.features-section-5 .part-1 .nav li.active h3:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.features-section-5 .part-1 .nav li.active:nth-of-type(1n) h3 {
  color: #ff5252;
  margin-top: 0;
}
.features-section-5 .part-1 .nav li.active:nth-of-type(2n) h3 {
  color: #52b8ff;
}
.features-section-5 .part-1 .nav li.active:nth-of-type(3n) h3 {
  color: #ffc852;
}

.features-section-5 .part-2 .each-part {
  margin-bottom: 0px;
}
.features-section-5 .part-2 .each-part h4 {
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px 0;
}
.features-section-5 .btn-form {
  text-align: center;
  position: relative;
  top: 75px;
}
.features-section-5 .btn-form .btn {
  background-color: #ff5252;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 65px 0 rgba(255, 82, 82, 0.65);
  -moz-box-shadow: 0 10px 65px 0 rgba(255, 82, 82, 0.65);
  -webkit-box-shadow: 0 10px 65px 0 rgba(255, 82, 82, 0.65);
  -o-box-shadow: 0 10px 65px 0 rgba(255, 82, 82, 0.65);
}
.features-section-5 .content-slider .each-content {
  animation-name: fadeOutdown;
  -webkit-animation-name: fadeOutdown;
  opacity: 0;
}
.features-section-5 .content-slider .each-content.active {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
/**
 * ==========================
 * Features Section 6
 * ==========================
 */
.features-section-6 {
  background-color: #ffffff;
}
.features-section-6 .each-process {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 55px;
}
.features-section-6 .each-process img {
  width: 80%;
  height: auto;
}
.features-section-6 .each-process .detail {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  height: 160px;
  width: 160px;
  bottom: 0;
  right: 15px;
}
.features-section-6 .each-process .detail span {
  font-size: 70px;
  position: absolute;
  bottom: 35px;
  right: 22px;
  font-weight: 900;
  opacity: 0.2;
}
.features-section-6 .each-process .detail h4 {
  position: absolute;
  bottom: 26px;
  left: 20px;
  font-size: 21px;
}
.features-section-6 .each-process:nth-of-type(1n) .detail {
  background-color: #ff5252;
}
.features-section-6 .each-process:nth-of-type(2n) .detail {
  background-color: #52b8ff;
}
.features-section-6 .each-process:nth-of-type(3n) .detail {
  background-color: #ffc852;
}
.features-section-6 .each-process:nth-of-type(4n) .detail {
  background-color: #00BFA5;
}
.features-section-6 .each-process:nth-of-type(5n) .detail {
  background-color: #7E57C2;
}
.features-section-6 .each-process:nth-of-type(6n) .detail {
  background-color: #FFAB00;
}
/**
 * ==========================
 * Features Section 7
 * ==========================
 */
.features-section-7 {
  background-color: #f3f3f3;
}
.features-section-7 .part-1 .clients-logo {
  display: inline-block;
  text-align: center;
}
.features-section-7 .part-1 .clients-logo li {
  display: inline-block !important;
  text-align: center;
  float: none;
}
.features-section-7 .part-1 .clients-logo li a {
  margin-right: 58px;
  margin-bottom: 50px;
  padding: 0;
}
/**
 * ==========================
 * Features Section 8
 * ==========================
 */
.features-section-8 {
  background-color: #ffffff;
}
.features-section-8 .each-testimonial .content {
  padding: 60px 15px 110px 15px;
}
.features-section-8 .each-testimonial .profile-pic img {
  background-color: #f3f3f3;
  width: 100%;
}
.features-section-8 .each-testimonial .name {
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  margin: 0px;
}
.features-section-8 .each-testimonial .position {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 18px;
}
.features-section-8 .each-testimonial p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
}
.features-section-8 .each-testimonial .contact-us {
  margin-top: 50px;
  margin-bottom: 20px;
}
.features-section-8 .each-testimonial .contact-us .title {
  color: #000000;
  font-weight: 600;
}
.features-section-8 .each-testimonial .contact-us .social-icon {
  margin-top: 10px;
}
.features-section-8 .each-testimonial .contact-us .social-icon li a {
  padding: 6px 25px 6px 6px;
  width: initial !important;
  margin-right: 30px;
}
.features-section-8 .each-testimonial .contact-us .social-icon li:last-child a {
  padding-right: 6px !important;
  margin-right: 0px !important;
}
.features-section-8 .owl-controls {
  position: absolute;
  bottom: 0;
  right: 0;
}
.features-section-8 .owl-controls .owl-prev {
  display: none;
}
.features-section-8 .owl-controls .owl-next {
  width: 100px;
  height: 110px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.features-section-8 .owl-controls .owl-next img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  z-index: 1;
}
.features-section-8 .owl-controls .owl-next:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 2;
}
.features-section-8 .owl-controls .owl-next .fa {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
  z-index: 2;
  font-size: 40px;
  color: #fff;
}
/*    Secound CV Style 		*/
/* ======================== */
/**
 * ==========================
 * Features Section 9
 * ==========================
 */
.features-section-9 {
  background-color: #ffffff;
}
.features-section-9 .section-header-2 .shape.round,
.features-section-9 .section-header-2 .shape.rectangular {
  background-color: rgba(82, 184, 255, 0.25);
}
.features-section-9 .section-header-2 .shape.triangle:after {
  border-color: transparent transparent rgba(82, 184, 255, 0.25) transparent;
}
.features-section-9 .part-1 .each-services .each-services-inner {
  padding: 60px 40px;
  border-bottom: 3px solid;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-9 .part-1 .each-services .each-services-inner .fa {
  font-size: 40px;
  color: #000000;
}
.features-section-9 .part-1 .each-services .each-services-inner .title {
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 40px 0 30px 0;
}
.features-section-9 .part-1 .each-services .each-services-inner p:last-child {
  margin-bottom: 0;
}
.features-section-9 .part-1.each-hover .each-services-inner:hover {
  box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.18);
}
.features-section-9 .part-1.each-hover .each-services:nth-of-type(1n) .each-services-inner:hover {
  border-bottom-color: #52b8ff;
}
.features-section-9 .part-1.each-hover .each-services:nth-of-type(2n) .each-services-inner:hover {
  border-bottom-color: #ff5252;
}
.features-section-9 .part-1.each-hover .each-services:nth-of-type(3n) .each-services-inner:hover {
  border-bottom-color: #ffc852;
}
/**
 * ==========================
 * Features Section 10
 * ==========================
 */
.features-section-10 {
  background-color: #ffffff;
}
.features-section-10 .section-header-2 .shape.round,
.features-section-10 .section-header-2 .shape.rectangular {
  background-color: rgba(255, 82, 82, 0.25);
}
.features-section-10 .section-header-2 .shape.triangle:after {
  border-color: transparent transparent rgba(255, 82, 82, 0.25) transparent;
}
.features-section-10 .grid-2:after {
  content: '';
  display: block;
  clear: both;
}
.features-section-10 .grid-2 .grid-item-2 {
  padding: 5px;
}
.features-section-10 .grid-2 .grid-item-2 figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-10 .grid-2 .grid-item-2 figure img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.features-section-10 .grid-2 .grid-item-2 figure figcaption {
  position: absolute;
  padding: 15px;
  background: rgba(243, 243, 243, 0.9);
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.features-section-10 .grid-2 .grid-item-2 figure figcaption h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 500;
  bottom: 40px;
  right: 50px;
  position: absolute;
  font-size: 22px;
}
.features-section-10 .grid-2 .grid-item-2 figure figcaption h3 .fa {
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.features-section-10 .grid-2 .grid-item-2 figure figcaption,
.features-section-10 .grid-2 .grid-item-2 figure figcaption h3 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate3d(-20px, -10px, 0);
  -moz-transform: translate3d(-20px, -10px, 0);
  -ms-transform: translate3d(-20px, -10px, 0);
  transform: translate3d(-20px, -10px, 0);
  opacity: 0;
}
.features-section-10 .grid-2 .grid-item-2 figure figcaption a {
  position: absolute;
  z-index: 1111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -99999px;
}
.features-section-10 .grid-2 .grid-item-2 figure:hover figcaption,
.features-section-10 .grid-2 .grid-item-2 figure:hover h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.features-section-10 .grid-2 .grid-item-2 figure:hover h3 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/**
 * ==========================
 * Features Section 11
 * ==========================
 */
.features-section-11 {
  background-color: #ffffff;
}
.features-section-11 .section-header-2 .shape.round,
.features-section-11 .section-header-2 .shape.rectangular {
  background-color: rgba(255, 200, 82, 0.25);
}
.features-section-11 .section-header-2 .shape.triangle:after {
  border-color: transparent transparent rgba(255, 200, 82, 0.25) transparent;
}
.features-section-11 .part-1 .each-process .each-process-inner {
  padding: 60px 0 0 0;
}
.features-section-11 .part-1 .each-process .each-process-inner .image {
  position: relative;
  width: 160px;
  background-color: #000;
}
.features-section-11 .part-1 .each-process .each-process-inner .image img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.features-section-11 .part-1 .each-process .each-process-inner .image .process-count {
  font-size: 60px;
  position: absolute;
  bottom: 25px;
  right: 15px;
  font-weight: 900;
  color: #ffffff;
  z-index: 1;
}
.features-section-11 .part-1 .each-process .each-process-inner .title {
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 40px 0 20px 0;
}
.features-section-11 .part-1 .each-process .each-process-inner p:last-child {
  margin-bottom: 0;
}
/**
 * ==========================
 * Features Section 12
 * ==========================
 */
.features-section-12 {
  background-color: #ffffff;
}
.features-section-12 .section-separator {
  padding-bottom: 50px;
}
.features-section-12 .part-1 {
  text-align: center;
}
.features-section-12 .part-1 .nav {
  display: inline-block;
}
.features-section-12 .part-1 .nav li {
  float: left;
  width: 180px;
}
.features-section-12 .part-1 .nav li h3 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-top: 55px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-12 .part-1 .nav li .li-inner {
  height: 150px;
  width: 150px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.features-section-12 .part-1 .nav li .li-inner:before {
  content: '';
  position: absolute;
  height: 80%;
  width: 80%;
  background-color: #fff;
  top: 10%;
  left: 10%;
  z-index: -1;
}
.features-section-12 .part-1 .nav li .li-inner.round,
.features-section-12 .part-1 .nav li .li-inner.round:before {
  border-radius: 50%;
}
.features-section-12 .part-1 .nav li .li-inner.triangle {
  background-color: transparent !important;
  width: 130px;
}
.features-section-12 .part-1 .nav li .li-inner.triangle h3 {
  margin-right: 30px;
}
.features-section-12 .part-1 .nav li .li-inner.triangle:before {
  border-width: 75px 130px !important;
  border-style: solid;
  left: 0px !important;
  top: 0 !important;
}
.features-section-12 .part-1 .nav li .li-inner.triangle:after {
  position: absolute;
  content: '';
  border-width: 50px 90px !important;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  left: 15px !important;
  top: 25px !important;
  z-index: -1;
}
.features-section-12 .part-1 .nav li:last-child .li-inner {
  margin-right: 0px;
}
.features-section-12 .part-1 .nav li:nth-of-type(1n) .each-content .date {
  color: #52b8ff;
}
.features-section-12 .part-1 .nav li:nth-of-type(1n) .li-inner {
  background-color: #52b8ff;
  color: #52b8ff;
}
.features-section-12 .part-1 .nav li:nth-of-type(1n) .li-inner.triangle {
  background-color: transparent !important;
}
.features-section-12 .part-1 .nav li:nth-of-type(1n) .li-inner.triangle:before {
  border-color: transparent transparent transparent #52b8ff;
}
.features-section-12 .part-1 .nav li:nth-of-type(2n) .each-content .date {
  color: #ffc852;
}
.features-section-12 .part-1 .nav li:nth-of-type(2n) .li-inner {
  background-color: #ffc852;
  color: #ffc852;
}
.features-section-12 .part-1 .nav li:nth-of-type(2n) .li-inner.triangle {
  background-color: transparent !important;
}
.features-section-12 .part-1 .nav li:nth-of-type(2n) .li-inner.triangle:before {
  border-color: transparent transparent transparent #ffc852;
}
.features-section-12 .part-1 .nav li:nth-of-type(3n) .each-content .date {
  color: #ff5252;
}
.features-section-12 .part-1 .nav li:nth-of-type(3n) .li-inner {
  background-color: #ff5252;
  color: #ff5252;
}
.features-section-12 .part-1 .nav li:nth-of-type(3n) .li-inner.triangle {
  background-color: transparent !important;
}
.features-section-12 .part-1 .nav li:nth-of-type(3n) .li-inner.triangle:before {
  border-color: transparent transparent transparent #ff5252;
}
.features-section-12 .each-content {
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
.features-section-12 .each-content .each-part {
  margin-bottom: 50px;
}
.features-section-12 .each-content .each-part h4 {
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px 0;
  text-align: left;
}
.features-section-12 .each-content .each-part .date {
  font-size: 14px;
  text-align: left;
}
.features-section-12 .each-content .each-part p {
  text-align: left;
}
.features-section-12 .content-slider .click .li-inner {
  cursor: pointer;
}
.features-section-12 .content-slider .click .li-inner:before,
.features-section-12 .content-slider .click .li-inner.triangle:after {
  transform: scale(1);
  -o-transform: scale(1);
  -mz-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-12 .content-slider .click.active .li-inner h3 {
  color: #ffffff;
}
.features-section-12 .content-slider .click.active .li-inner:before {
  transform: scale(0);
  -o-transform: scale(0);
  -mz-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0 !important;
}
.features-section-12 .content-slider .click.active .li-inner.triangle:before {
  transform: scale(1);
  -o-transform: scale(1);
  -mz-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1 !important;
}
.features-section-12 .content-slider .click.active .li-inner.triangle:after {
  transform: scale(0);
  -o-transform: scale(0);
  -mz-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0 !important;
}
/**
 * ==========================
 * Features Section 13
 * ==========================
 */
.features-section-13 {
  background-color: #f3f3f3;
}
.features-section-13 .section-header-2 .shape.round,
.features-section-13 .section-header-2 .shape.rectangular {
  background-color: rgba(255, 200, 82, 0.25);
}
.features-section-13 .section-header-2 .shape.triangle:after {
  border-color: transparent transparent rgba(255, 200, 82, 0.25) transparent;
}
.features-section-13 .part-1 .each-blog-inner {
  position: relative;
  display: block;
  margin: auto;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 30px;
  max-height: 500px;
  background-color: #ffffff;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-content {
  background-color: #ffffff;
  width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-content .title {
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-content p {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-content p:last-child {
  margin-bottom: 0;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-top-content {
  position: relative;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-top-content-inner {
  padding: 25px 30px 60px 30px;
  background: #ffffff;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-add-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-section-13 .part-1 .each-blog-inner .each-blog-add-content-inner {
  padding: 10px 30px 30px 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-13 .part-1 .each-blog-inner .btn-form {
  position: absolute;
  bottom: 0;
  padding: 20px 30px 20px 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.features-section-13 .part-1 .each-blog-inner.openText .image-area {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.features-section-13 .part-1 .each-blog-inner.openText .each-blog-content {
  width: 50%;
  float: right;
}
.features-section-13 .part-1 .each-blog-inner.openText .each-blog-top-content-inner {
  padding-bottom: 10px;
}
.features-section-13 .part-1 .each-blog-inner.openText .each-blog-add-content {
  opacity: 1;
}
.features-section-13 .part-1 .each-blog-inner.openText .btn-form {
  width: 50%;
  right: 0;
  padding-left: 30px;
}
.features-section-13 .part-1 .each-blog-inner.closeText .each-blog-content {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.features-section-13 .part-1 .each-blog-inner.closeText .each-blog-top-content-inner {
  position: absolute;
  bottom: 0;
}
.features-section-13 .part-1 .each-hover .each-blog-inner:hover {
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
}
.features-section-13 .part-1 .each-hover .each-blog-inner:hover.closeText .each-blog-content {
  background-color: #ffffff;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.features-section-13 .part-1 .each-hover .each-blog-inner:hover.closeText .each-blog-add-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.features-section-13 .part-1 .each-hover .each-blog-inner:hover.closeText .each-blog-top-content-inner {
  padding: 25px 30px 10px 30px;
}
.features-section-13 .part-1 .each-hover .each-blog-inner:hover.closeText .each-blog-add-content-inner {
  padding: 10px 30px 80px 30px;
}
/**
 * ==========================
 * Features Section 14
 * ==========================
 */
.features-section-14 .gallery-cell {
  width: 66%;
  min-height: 375px;
  padding: 30px 15px;
  margin-right: 10px;
  counter-increment: gallery-cell;
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-14 .gallery-cell.is-selected {
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 22;
  min-height: 415px;
}
.features-section-14 .gallery-cell:before,
.features-section-14 .gallery-cell:after {
  display: table;
  content: " ";
  clear: both;
}
.features-section-14 .gallery-cell .profile-title .profile-pic {
  width: 110px;
  height: 110px;
  overflow: hidden;
  float: left;
}
.features-section-14 .gallery-cell .profile-title .profile-pic img {
  width: 100%;
  height: auto;
  background-color: #aaa;
}
.features-section-14 .gallery-cell .profile-title .title {
  margin-left: 20px;
  margin-top: 30px;
  display: inline-block;
}
.features-section-14 .gallery-cell .profile-title .title .name {
  margin: 0;
  font-size: 18px;
  color: #000000;
}
.features-section-14 .gallery-cell .profile-title .title .position {
  margin-top: 10px;
  display: block;
}
.features-section-14 .gallery-cell .content {
  margin-top: 40px;
}
.features-section-14 .gallery-cell .content .signature {
  width: 110px;
  margin-top: 30px;
}
.features-section-14 .flickity-page-dots .dot {
  width: 15px;
  height: 5px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ffc852;
  opacity: 0.6;
  margin: 0 4px;
}
.features-section-14 .flickity-page-dots .dot.is-selected {
  background-color: #ffc852;
  width: 30px;
  opacity: 1;
}
/*    Third CV Style 		*/
/* ======================== */
/**
 * ==========================
 * Features Section 15
 * ==========================
 */
.features-section-15 {
  background-color: #ffffff;
}
.features-section-15 .section-header-3 .section-heading .light {
  color: #52b8ff;
}
.features-section-15 .part-1 .features-content {
  margin-top: 10px;
}
.features-section-15 .part-1 .btn-form {
  margin-top: 50px;
}
.features-section-15 .part-1 .btn-form .btn {
  color: #ffffff;
}
.features-section-15 .part-1 .btn-form .btn:nth-of-type(1n) {
  background-color: #52b8ff;
}
.features-section-15 .part-1 .btn-form .btn:nth-of-type(2n) {
  background-color: #ff5252;
}
.features-section-15 .part-2 {
  margin-top: 40px;
}
.features-section-15 .part-2 .each-services {
  margin-top: 25px;
}
.features-section-15 .part-2 .each-services-inner {
  text-align: center;
  padding: 65px 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-15 .part-2 .each-services-inner:before {
  content: '';
  width: calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: expression(100% - 30px);
  height: calc(100% - 30px);
  height: -o-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: expression(100% - 30px);
  background-color: #f3f3f3;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.features-section-15 .part-2 .each-services-inner .fa {
  font-size: 55px;
}
.features-section-15 .part-2 .each-services-inner .title {
  color: rgba(0, 0, 0, 0.65);
  position: relative;
  padding-bottom: 15px;
  margin: 30px 0 25px 0;
}
.features-section-15 .part-2 .each-services-inner .title:after {
  content: '';
  height: 1px;
  width: 46px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
}
.features-section-15 .part-2 .each-services:nth-of-type(1n) .fa {
  color: #52b8ff;
}
.features-section-15 .part-2 .each-services:nth-of-type(1n) .title:after {
  background-color: #52b8ff;
}
.features-section-15 .part-2 .each-services:nth-of-type(2n) .fa {
  color: #ff5252;
}
.features-section-15 .part-2 .each-services:nth-of-type(2n) .title:after {
  background-color: #ff5252;
}
.features-section-15 .part-2 .each-services:nth-of-type(3n) .fa {
  color: #ffc852;
}
.features-section-15 .part-2 .each-services:nth-of-type(3n) .title:after {
  background-color: #ffc852;
}
.features-section-15 .part-2 .each-hover .each-services-inner:hover {
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-15 .part-2 .each-hover .each-services-inner:hover:before {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
}
/**
 * ==========================
 * Features Section 16
 * ==========================
 */
.features-section-16 {
  background-color: #ffffff;
}
.features-section-16 .section-header-3 .section-heading .light {
  color: #ff5252;
}
.features-section-16 .section-separator {
  padding-bottom: 50px;
}
.features-section-16 .part-1 .each-content .content-image img {
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-16 .part-1 .each-content .content-detail .title {
  margin: 20px 0 0 0;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
}
.features-section-16 .part-1 .each-content .content-detail .detail {
  margin-top: 25px;
}
.features-section-16 .part-1 .each-content .content-detail .detail p {
  text-align: left;
}
.features-section-16 .part-1 .each-content .content-detail .detail p:last-child {
  margin-bottom: 0;
}
.features-section-16 .part-1 .each-content .content-detail .nav {
  padding-left: 35px;
  margin-top: 40px;
}
.features-section-16 .part-1 .each-content .content-detail .nav li {
  margin-bottom: 10px;
  text-align: left;
}
.features-section-16 .part-1 .each-content .content-detail .nav li:after {
  content: "\e4cb";
  color: rgba(255, 82, 82, 0.6);
  font-family:"Open Sans",Arial;
  font-size: 18px;
  position: absolute;
  left: -35px;
  top: -1px;
}
.features-section-16 .part-1 .each-content .content-detail .nav li:last-child {
  margin-bottom: 0px !important;
}
.features-section-16 .part-1 .each-content .content-detail .btn-form {
  margin-top: 40px;
  text-align: left;
}
.features-section-16 .part-2 {
  margin-top: 50px;
}
.features-section-16 .part-2 .each-features {
  margin-bottom: 30px;
}
.features-section-16 .part-2 .click {
  background-color: #ffffff;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.features-section-16 .part-2 .click img {
  width: 100%;
  transform: scale(0.89, 0.85);
  -o-transform: scale(0.89, 0.85);
  -moz-transform: scale(0.89, 0.85);
  -webkit-transform: scale(0.89, 0.85);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.features-section-16 .part-2 .click.active {
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-16 .part-2 .click.active img {
  transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.features-section-16 .part-2 .click:hover {
  transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}
/**
 * ==========================
 * Features Section 17
 * ==========================
 */
.features-section-17 {
  background-color: #ffffff;
}
.features-section-17 .section-separator {
  padding-top: 0px;
}
.features-section-17 .each-features .each-features-inner {
  height: 140px;
}
.features-section-17 .each-features .each-features-inner img {
  max-height: 100%;
  float: left;
  opacity: 0.09;
}
.features-section-17 .each-features .each-features-inner p {
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-size: 19px;
  font-weight: 500;
  margin-top: -12px;
  top: 56%;
  left: 20%;
  letter-spacing: 2px;
}
.features-section-17 .each-features .each-features-inner .fa {
  color: #ff5252;
}
/**
 * ==========================
 * Features Section 18
 * ==========================
 */
.features-section-18 {
  background-color: #ffffff;
  background-image: url('../images/bg-1.jpg');
  background-size: cover;
  background-repeat: repeat;
}
.features-section-18 .each-testimonial .content-inner {
  background-color: #f3f3f3;
  border: 15px solid #ffffff;
  margin: 70px 0 10px 0 ;
  position: relative;
}
.features-section-18 .each-testimonial .content-inner .fa {
  position: absolute;
  font-size: 90px;
  opacity: 0.13;
  left: 20px;
  top: 20px;
}
.features-section-18 .each-testimonial .content-inner .detail {
  background-color: #E1E2E4;
  padding: 70px 20px 35px 20px;
}
.features-section-18 .each-testimonial .content-inner .detail p {
  text-align: center;
  font-style: italic;
}
.features-section-18 .each-testimonial .content-inner .detail p:last-child {
  margin-bottom: 0;
}
.features-section-18 .each-testimonial .content-inner .title {
  padding: 20px;
  text-align: center;
}
.features-section-18 .each-testimonial .content-inner .title .name {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
.features-section-18 .each-testimonial .content-inner .title .position {
  color: #ff5252;
  font-weight: 400;
}
.features-section-18 .owl-wrapper:hover {
  cursor: url(../images/collapse-arrow.png), auto;
}
/**
 * ==========================
 * Features Section 19
 * ==========================
 */
.features-section-19 {
  background-color: #ffffff;
}
.features-section-19 .each-features .each-features-inner {
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-19 .each-features .each-features-inner .features-image img {
  width: 100%;
}
.features-section-19 .each-features .each-features-inner .features-content {
  padding: 27px;
}
.features-section-19 .each-features .each-features-inner .features-content .title {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 15px 0 !important;
  line-height: 37px;
  display: block;
  font-size: 25px;
  font-weight: 300;
}
.features-section-19 .each-features .each-features-inner .features-content .title:hover {
  color: #ff5252;
}
.features-section-19 .each-features .each-features-inner .features-content .date {
  color: #ff5252;
  display: block;
  margin: 0 0 15px 0 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
.features-section-19 .each-features .each-features-inner .features-content .detail {
  color: rgba(0, 0, 0, 0.6);
}
.features-section-19 .each-features .each-features-inner .features-content .option {
  overflow: hidden;
  margin-top: 10px;
}
.features-section-19 .each-features .each-features-inner .features-content .option .option-list {
  width: 50%;
  display: block;
  color: rgba(0, 0, 0, 0.3);
  float: left;
  margin-top: 5px;
}
.features-section-19 .part-2 {
  margin-top: 50px;
}
.features-section-19 .part-2 .btn-form {
  text-align: center;
}
/**
 * ==========================
 * Features Section 20
 * ==========================
 */
.features-section-20 {
  background-color: #f3f3f3;
}
.features-section-20 .section-header-3 {
  margin-bottom: 150px;
}
.features-section-20 .section-header-3 .section-heading .light {
  color: #ffc852;
}
.features-section-20 .features-inner img {
  width: 100%;
}
.features-section-20 .features-inner .features-content .title {
  margin: 0 0 5px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}
.features-section-20 .features-inner .features-content .btn {
  font-weight: 400;
  font-size: 16px;
}
.features-section-20 .features-inner .features-content .date {
  margin: 20px 0 0 0;
}
.features-section-20 .each-features:nth-of-type(1n) .btn {
  color: #52b8ff;
}
.features-section-20 .each-features:nth-of-type(2n) .btn {
  color: #ff5252;
}
.features-section-20 .each-features:nth-of-type(3n) .btn {
  color: #ffc852;
}
.features-section-20 .part-1 .features-inner img {
  width: 100%;
}
.features-section-20 .part-1 .features-inner .features-content {
  position: absolute;
  background-color: #ffffff;
  top: -95px;
  padding: 50px 20px;
  width: 70%;
  left: 15%;
  text-align: center;
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-20 .part-2 .each-features {
  margin-bottom: 25px;
}
.features-section-20 .part-2 .each-features .features-inner {
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-20 .part-2 .each-features .features-inner img {
  padding: 10px;
}
.features-section-20 .part-2 .each-features .features-inner .features-content {
  padding: 15px;
}
.features-section-20 .part-2 .each-features .features-inner .features-content .title,
.features-section-20 .part-2 .each-features .features-inner .features-content .btn,
.features-section-20 .part-2 .each-features .features-inner .features-content .date {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.features-section-20 .part-2 .each-features:last-child {
  margin-bottom: 0px;
}
/**
 * ==========================
 * Features Section 21
 * ==========================
 */
.features-section-21 {
  background-color: #ffffff;
}
.features-section-21 .section-header-3 .section-heading .light {
  color: #52b8ff;
}
.features-section-21 .each-table .table-single {
  text-align: center;
  padding: 50px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-21 .each-table .table-single .meta-title {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 40px 0;
}
.features-section-21 .each-table .table-single .meta-price {
  margin-bottom: 40px;
}
.features-section-21 .each-table .table-single .meta-price .period,
.features-section-21 .each-table .table-single .meta-price .currency {
  font-size: 14px;
}
.features-section-21 .each-table .table-single .meta-price .rate {
  font-size: 65px;
  font-weight: 300;
}
.features-section-21 .each-table .table-single .nav {
  padding-left: 35px;
}
.features-section-21 .each-table .table-single .nav li {
  text-align: left;
  margin-bottom: 10px;
}
.features-section-21 .each-table .table-single .nav li:after {
  content: "\e4e0";
  color: rgba(0, 0, 0, 0.45);
  font-family:"Open Sans",Arial;
  font-size: 18px;
  position: absolute;
  left: -35px;
  top: -1px;
}
.features-section-21 .each-table .table-single .btn-form {
  margin-top: 40px;
}
.features-section-21 .each-table .table-single .btn-form .btn {
  color: #ffffff;
}
.features-section-21 .each-table .table-single:hover {
  transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-21 .each-table:nth-of-type(1n) .period,
.features-section-21 .each-table:nth-of-type(1n) .currency,
.features-section-21 .each-table:nth-of-type(1n) .rate {
  color: #ff5252;
}
.features-section-21 .each-table:nth-of-type(1n) .btn-form .btn {
  background-color: #ff5252;
}
.features-section-21 .each-table:nth-of-type(2n) .period,
.features-section-21 .each-table:nth-of-type(2n) .currency,
.features-section-21 .each-table:nth-of-type(2n) .rate {
  color: #52b8ff;
}
.features-section-21 .each-table:nth-of-type(2n) .btn-form .btn {
  background-color: #52b8ff;
}
.features-section-21 .each-table:nth-of-type(3n) .period,
.features-section-21 .each-table:nth-of-type(3n) .currency,
.features-section-21 .each-table:nth-of-type(3n) .rate {
  color: #ffc852;
}
.features-section-21 .each-table:nth-of-type(3n) .btn-form .btn {
  background-color: #ffc852;
}
/**
 * ==========================
 * Features Section 22
 * ==========================
 */
.features-section-22 {
  background-color: #ffffff;
}
.features-section-22 .features-image img {
  width: 100%;
}
/**
 * ==========================
 * Features Section 23
 * ==========================
 */
.features-section-23 {
  background-color: #ffffff;
}
.features-section-23 .part-1-inner {
  padding: 60px 100px;
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.features-section-23 .contact-address {
  margin-bottom: 75px;
}

address {
  margin-bottom: 0 !important;
}
.features-section-23 .contact-address .each-address {
  text-align: center;
}
.features-section-23 .contact-address .each-address .fa {
  font-size: 40px;
  margin-bottom: 25px;
  display: block;
}
.features-section-23 .contact-address .each-address p,
.features-section-23 .contact-address .each-address a {
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  padding: 0;
  float: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
.features-section-23 .contact-address .each-address a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.features-section-23 .contact-address .each-address a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.features-section-23 .contact-address .each-address:nth-of-type(1n) .fa {
  color: rgba(255, 82, 82, 0.6);
}
.features-section-23 .contact-address .each-address:nth-of-type(2n) .fa {
  color: rgba(82, 184, 255, 0.6);
}
.features-section-23 .contact-address .each-address:nth-of-type(3n) .fa {
  color: rgba(255, 200, 82, 0.6);
}
.features-section-23 .single-form .form-control {
  margin-bottom: 15px;
  border: 1px solid;
  padding-left: 30px;
}
.features-section-23 .single-form .form-control:focus {
  box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -o-box-shadow: 0 0 0 0 #ffffff;
}
.features-section-23 .single-form .form-control:nth-of-type(1n) {
  border-color: rgba(255, 82, 82, 0.6);
}
.features-section-23 .single-form .form-control:nth-of-type(2n) {
  border-color: rgba(82, 184, 255, 0.6);
}
.features-section-23 .single-form .form-control:nth-of-type(3n) {
  border-color: rgba(255, 200, 82, 0.6);
}
.features-section-23 .single-form textarea {
  border-color: rgba(82, 184, 255, 0.6) !important;
  padding-top: 10px;
  height: 165px;
}
.features-section-23 .btn-form {
  text-align: center;
  margin-top: 40px;
}
.features-section-23 .btn-form .btn {
  background-color: #ff5252;
  color: #ffffff;
}
/**
 * ==========================
 * Footer Section 1
 * ==========================
 */
.footer-1 {
  background-color: #f3f3f3;
}
.footer-1 .contact-address .nav {
  padding-left: 40px;
}
.footer-1 .contact-address .nav li {
  font-size: 22px;
}
.footer-1 .contact-address .nav li .fa {
  position: absolute;
  left: -40px;
  top: 4px;
}
.footer-1 .contact-address .nav li a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
}
.footer-1 .social-icon {
  margin-top: 40px;
}
.footer-1 .btn-text-link {
  text-align: left;
}
/**
 * ==========================
 * Footer Section 2
 * ==========================
 */
.footer-2 {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer-2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(82, 184, 255, 0.08);
  top: 157px;
  left: 0;
  z-index: -1;
}
.footer-2 .part-1 {
  margin-top: 60px;
}
.footer-2 .part-1 .contact-address .nav {
  padding-left: 20px;
}
.footer-2 .part-1 .contact-address .nav li .title,
.footer-2 .part-1 .contact-address .nav li .sub-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
.footer-2 .part-1 .contact-address .nav li .title {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 6px;
}
.footer-2 .part-1 .contact-address .nav li .sub-title {
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 30px;
  padding: 0;
}
.footer-2 .part-1 .social-icon {
  margin-top: 40px;
  padding-left: 20px;
}
.footer-2 .part-2 .part-2-inner {
  box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.footer-2 .part-2 .title {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 43px;
}
.footer-2 .part-2 .map {
  background-color: #ffc852;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.footer-2 .part-2 .map .map-inner {
  height: 100%;
  width: 100%;
}
.footer-2 .part-2 .form-body {
  padding: 50px;
  background-color: #ffffff;
}
.footer-2 .part-2 .form-body .single-form {
  overflow: hidden;
}
.footer-2 .part-2 .form-body .form-control {
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}
.footer-2 .part-2 .form-body textarea {
  height: 130px;
}
.footer-2 .part-2 .form-body .btn-form {
  margin-top: 40px;
}
.footer-2 .part-2 .form-body .btn-form .btn {
  background-color: transparent;
  float: right;
}
.footer-2 .part-2 .form-body,
.footer-2 .part-2 .map,
.footer-2 .part-2 .for-map,
.footer-2 .part-2 .for-mail {
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
.footer-2 .part-2 .map,
.footer-2 .part-2 .for-mail {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.footer-2 .part-2 .form-body,
.footer-2 .part-2 .for-map {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.footer-2 .part-2.showMap .map,
.footer-2 .part-2.showMap .for-mail {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.footer-2 .part-2.showMap .form-body,
.footer-2 .part-2.showMap .for-map {
  -webkit-transform: translate3d(0, 35%, 0);
  -ms-transform: translate3d(0, 35%, 0);
  transform: translate3d(0, 35%, 0);
  opacity: 0;
}
.footer-2 .btn-form-message {
  position: absolute;
  right: -18px;
  top: 45px;
  z-index: 3;
}
.footer-2 .btn-form-message .btn-round {
  background-color: #FFA352;
}
.footer-2 .btn-form-message .btn-round .fa {
  position: absolute !important;
  left: 2px;
  top: 22px !important;
  width: 100%;
  text-align: center;
}
/**
 * ==========================
 * Footer 3
 * ==========================
 */
.footer-3 {
  background-color: #ffffff;
}
.footer-3 .section-separator {
  padding-top: 30px;
}
.footer-3 .each-features .each-features-inner .btn {
  width: 100% !important;
  border-radius: 0 !important;
  padding: 15px 25px;
  font-weight: 500;
  letter-spacing: 2px;
}
.footer-3 .each-features .each-features-inner .btn .fa {
  font-size: 22px;
 
  border-radius: 50%;
  padding: 4px 4px 4px 5px;
  text-align: center;
  margin-right: 28px;
}
.footer-3 .each-features .each-features-inner .btn .fa.fa-facebook {
  color: #6782B8;
  border-color: #6782B8;
}
.footer-3 .each-features .each-features-inner .btn .fa.fa-twitter {
  color: #71D6FA;
  border-color: #71D6FA;
}
.footer-3 .each-features .each-features-inner .btn .fa.fa-instagram {
  color: #D6C5B1;
  border-color: #D6C5B1;
}
.footer-3 .each-features .each-features-inner .btn:hover .fa {
  transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
}
