﻿@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Inspirelite - Multipurpose Responsive HTML5 Template
Version:            1.0.0
Date:               1/4/2019
Author:             Jitu Chauhan

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Components
4.  Pages
5.  Icon
6.  Layouts
7.  Header
8.  Navigation
9.  Slider
10. Blogs
11. Media Queries



/*-------------------------------------------------------------------
1. Typography
-------------------------------------------------------------------*/


body {font-size: 16px;line-height: 28px;color: #858394;-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;     -webkit-font-smoothing: antialiased;}
.body-bg { background-color: #fbfbfc; }
h1, h2, h3, h4, h5, h6 { color: #302c4b; margin: 0px 0px 15px 0px; }
h1 { font-size: 45px; line-height: 55px; letter-spacing: -1px; }
h2 {font-size: 34px;line-height: 46px;letter-spacing: -1px;}
h3 { font-size: 28px; line-height: 39px; }
h4 { font-size: 22px; line-height: 34px; }
h5 {font-size: 17px;line-height: 22px;}
h6 { font-size: 13px; line-height: 27px; }
.h1 { font-size: 45px; line-height: 55px; color: #302c4b; }
.h2 { font-size: 35px; line-height: 48px; }
.h3, h3 { font-size: 26px; line-height: 34px; }
p { margin: 0px 0px 24px 0px; }
p:last-child { margin: 0px; }
a { color: #895eff; }
a:hover { color: #6b41bf; text-decoration: none; }
a:active, a:hover { outline: 0; text-decoration: none; }
a.text-primary:focus, a.text-primary:hover { color: #202db8 !important; }
ol, ul {}
ol li, ul li { }
.lead { font-size: 21px; line-height: 34px; color: #302c4b; }
.z-index-0 { z-index: 0; }
::selection { background: rgba(255, 244, 147, .8); color: #272c30; }

/*--------------------  Font Weight ---------------------*/
hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgb(235, 237, 252); }
small { font-size: 14px; }
html body .font-16 { font-size: 16px; }
html body .font-12 { font-size: 12px; }
html body .font-15 { font-size: 15px; }
html body .font-14 { font-size: 14px; line-height: 24px; }
html body .font-10 { font-size: 10px; }
html body .font-18 {font-size: 18px;line-height: 29px;}
html body .font-20 { font-size: 20px; }
html body .font-21 { font-size: 21px; }
html body .font-22 { font-size: 22px; }
html body .font-24 { font-size: 24px; }
html body .display-4 { font-size: 60px; line-height: 70px; }
html body .display-5 { font-size: 3rem; }
html body .display-6 { font-size: 2.5rem; }
html body .display-7 { font-size: 2rem; }

/*-------------------------------------------------------------------
2. Forms
-------------------------------------------------------------------*/
label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-size: 16px; color: #302c4b; }
.form-control {display: block;width: 100%;font-size: 14px;line-height: 1.42857143;color: #303443;background-color: #ffffff;background-image: none;border: 1px solid #d5d6e3;border-radius: 4px;height: calc(2.25rem + 2px);padding: 27px 16px;}
.form-control:focus { color: #9597a9; background-color: #fff; border-color: #7976fe; outline: 0; box-shadow: 0 0 0 0.2rem rgba(215, 218, 252, .5); }
input[type=file] { color: #888b9f; background-color: #fff; border-color: #a7a7f0; outline: 0; box-shadow: 0 0 0 0.1rem rgba(214, 214, 255, .75); }
.col-form-label { font-size: 15px; }
input { }
button { }
button:focus { outline: 0; }
input::-webkit-input-placeholder { color: #888b9f !important; }
input:focus::-webkit-input-placeholder { color: #4334f1 !important; }
textarea::-webkit-input-placeholder { color: #888b9f !important; }
textarea:focus::-webkit-input-placeholder { color: #4334f1 !important; }
button.btn { }
button.btn-default { }
button.btn-primary { }
address { }
.form-group { margin-bottom: 12px; }
.form-control-lg {
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    height: calc(2.1em + 1rem + 2px);
}
.custom-select { display: inline-block; width: 100%; height: 50px; padding: .375rem 1.75rem .375rem .75rem; line-height: 1.5; color: #495057; vertical-align: middle; border-radius: 2px; font-size: 14px; color: #9597a9; border: 1px solid #ceced8; background-color: #fbfbff; }

/*-------------------------------------------------------------------
3. Components
-------------------------------------------------------------------

/* -----------------------  Buttons -------------------------*/
.btn { text-transform: capitalize; display: inline-block; font-weight: 500; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 14px 20px; font-size: 15px; line-height: 1.5; border-radius: 4px; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; box-shadow: 0 .1rem 0.2rem rgba(0, 0, 0, .15) !important; }

/*--- btn default --*/
.btn-brand { color: #fff; background-color: #4334f1; border-color: #4334f1; }
.btn-brand:hover { color: #fff; background-color: #2b1dcc; border-color: #2b1dcc; }
.btn-brand.focus, .btn-brand:focus { color: #fff; background-color: #2b1dcc; border-color: #2b1dcc; box-shadow: none; }

/*--- btn primary --*/
.btn-primary { color: #fff; background-color: #9864ff; border-color: #9864ff; }
.btn-primary:hover { color: #fff; background-color: #7f48ed; border-color: #7f48ed; }
.btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #7f48ed; border-color: #7f48ed; box-shadow: 0 0 0 1px rgb(127, 72, 237); }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 1px rgb(125, 86, 232); }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #fff; background-color: #7d56e8; border-color: #7d56e8; }

/*--- btn secondary --*/
.btn-secondary { color: #fff; background-color: #00d090; border-color: #00d090; }
.btn-secondary:hover { color: #fff; background-color: #00c085; border-color: #00c085; }
.btn-secondary.focus, .btn-secondary:focus { color: #fff; background-color: #00c085; border-color: #00c085; box-shadow: 0 0 0 1px rgb(0, 192, 133); }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #fff; background-color: #00c085; border-color: #00c085; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.1rem rgb(234, 81, 50); }

/*--- btn success --*/
.btn-success { color: #fff; background-color: #12e241; border-color: #12e241; }
.btn-success:hover { color: #fff; background-color: #0bcb37; border-color: #0bcb37; }
.btn-success.focus, .btn-success:focus { color: #fff; background-color: #0bcb37; border-color: #0bcb37; box-shadow: 0 0 0 1px rgb(18, 158, 50); }
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle { color: #fff; background-color: #0bcb37; border-color: #0bcb37; }

/*--- btn danger --*/
.btn-danger { color: #fff; background-color: #ef172c; border-color: #ef172c; }
.btn-danger:hover { color: #fff; background-color: #da0419; border-color: #da0419; }
.btn-danger.focus, .btn-danger:focus { color: #fff; background-color: #da0419; border-color: #da0419; box-shadow: 0 0 0 1px rgb(218, 4, 25); }
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle { color: #fff; background-color: #da0419; border-color: #da0419; }

/*--- btn warning --*/
.btn-warning { color: #2f2e35; background-color: #ffc108; border-color: #ffc108; }
.btn-warning:hover { color: #2f2e35; background-color: #f3b600; border-color: #f3b600; }
.btn-warning.focus, .btn-warning:focus { color: #2f2e35; background-color: #f3b600; border-color: #f3b600; box-shadow: 0 0 0 1px rgb(238, 182, 0); }
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle { color: #2f2e35; background-color: #f3b600; border-color: #f3b600; }

/*--- btn info --*/
.btn-info { color: #fff; background-color: #25d5f2; border-color: #25d5f2; }
.btn-info:hover { color: #fff; background-color: #17c0dc; border-color: #17c0dc; }
.btn-info.focus, .btn-info:focus { color: #fff; background-color: #17c0dc; border-color: #17c0dc; box-shadow: 0 0 0 1px rgb(238, 184, 22); }
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle { color: #fff; background-color: #17c0dc; border-color: #17c0dc; }

/*--- btn light --*/
.btn-light { color: #71738d; background-color: #dedfea; border-color: #dedfea; }
.btn-light:hover { color: #2f2e35; background-color: #c5c6d0; border-color: #c5c6d0; }
.btn-light.focus, .btn-light:focus { color: #c5c6d0; background-color: #c5c6d0; border-color: #c5c6d0; box-shadow: 0 0 0 1px rgb(215, 215, 223); }

/*--- btn dark --*/
.btn-dark { color: #fff; background-color: #2f2e35; border-color: #2f2e35; }
.btn-dark:hover { color: #fff; background-color: #201f24; border-color: #201f24; }
.btn-dark.focus, .btn-dark:focus { color: #fff; background-color: #201f24; border-color: #201f24; box-shadow: 0 0 0 1px rgb(46, 47, 57); }

/*--- btn outline brand --*/
.btn-outline-brand { color: #4334f1; background-color: transparent; border-color: #4334f1; }
.btn-outline-brand:hover { color: #fff; background-color: #4334f1; border-color: #4334f1; }
.btn-outline-brand.focus, .btn-outline-brand:focus { color: #4334f1; background-color: transparent; border-color: #4334f1; box-shadow: 0 0 0 1px rgb(1, 212, 134); }

/*--- btn outline primary --*/
.btn-outline-primary { color: #4334f1; background-color: transparent; border-color: #4334f1; }
.btn-outline-primary:hover { color: #fff; background-color: #4334f1; border-color: #4334f1; }
.btn-outline-primary.focus, .btn-outline-primary:focus { color: #fff; background-color: #4334f1; border-color: #4334f1; box-shadow: 0 0 0 1px rgb(53, 68, 238); }

/*--- btn outline secondary --*/
.btn-outline-secondary { color: #00d090; background-color: transparent; border-color: #00d090; }
.btn-outline-secondary:hover { color: #fff; background-color: #00d090; border-color: #00d090; }
.btn-outline-secondary.focus, .btn-outline-secondary:focus { color: #fff; background-color: #00d090; border-color: #00d090; box-shadow: 0 0 0 1px rgb(255, 94, 62); }
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #00d090; border-color: #00d090; }
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.1rem rgb(255, 94, 62); }

/*--- btn outline success --*/
.btn-outline-success { color: #12e241; background-color: transparent; border-color: #12e241; }
.btn-outline-success:hover { color: #fff; background-color: #12e241; border-color: #12e241; }
.btn-outline-success.focus, .btn-outline-success:focus { color: #fff; background-color: #12e241; border-color: #12e241; box-shadow: 0 0 0 1px rgb(40, 167, 69); }

/*--- btn outline danger --*/
.btn-outline-danger { color: #ef172c; background-color: transparent; border-color: #f03c4d; }
.btn-outline-danger:hover { color: #fff; background-color: #ef172c; border-color: #ef172c; }
.btn-outline-danger.focus, .btn-outline-danger:focus { color: #fff; background-color: #ef172c; border-color: #ef172c; box-shadow: 0 0 0 1px rgb(239, 23, 44); }
.btn-outline-danger-light { color: #ef172c; background-color: #ffecec; border-color: #fedddd; }
.btn-outline-danger-light:hover { color: #fff; background-color: #ef172c; border-color: #ef172c; }
.btn-outline-danger-light.focus, .btn-outline-danger-light:focus { color: #fff; background-color: #ef172c; border-color: #ef172c; box-shadow: 0 0 0 1px rgb(239, 23, 44); }

/*--- btn outline warning --*/
.btn-outline-warning { color: #2f2e35; background-color: transparent; border-color: #ffc108; }
.btn-outline-warning:hover { color: #2f2e35; background-color: #ffc108; border-color: #ffc108; }
.btn-outline-warning.focus, .btn-outline-warning:focus { color: #2f2e35; background-color: #ffc108; border-color: #ffc108; box-shadow: 0 0 0 1px rgb(255, 193, 8); }

/*--- btn outline info --*/
.btn-outline-info { color: #25d5f2; background-color: transparent; border-color: #25d5f2; }
.btn-outline-info:hover { color: #fff; background-color: #25d5f2; border-color: #25d5f2; }
.btn-outline-info.focus, .btn-outline-info:focus { color: #fff; background-color: #25d5f2; border-color: #0998b0; box-shadow: 0 0 0 1px rgb(238, 184, 22); }

/*--- btn outline light --*/
.btn-outline-light { color: #7171a6; background-color: #f1f1f5; border-color: #e2e2ee; }
.btn-outline-light:hover { color: #888b9f !important; background-color: #dedfea; border-color: #cacae0; }
.btn-outline-light.focus, .btn-outline-light:focus { color: #888b9f; background-color: #dedfea; border-color: #cacae0; box-shadow: 0 0 0 1px rgb(235, 235, 237); }

/*--- btn outline light --*/
.btn-outline-white { color: #fff; background-color: transparent; border-color: rgba(255, 255, 255, 0.5); }
.btn-outline-white:hover { color: #353851 !important; background-color: #fff; border-color: #cacae0; }
.btn-outline-white.focus, .btn-outline-white:focus { color: #353851; background-color: #fff; border-color: #fff; box-shadow: 0 0 0 1px rgb(255, 255, 255); }

/*--- btn outline light --*/
.btn-white { color: #353851; background-color: #fff; border-color: rgba(255, 255, 255, 1); }
.btn-white:hover { color: #fff !important; background-color: #2f2e35; border-color: #2f2e35; }
.btn-white.focus, .btn-outline-white:focus { color: #fff; background-color: #2f2e35; border-color: #2f2e35; box-shadow: 0 0 0 1px rgb(0, 0, 0); }

/*--- btn outline-dark --*/
.btn-outline-dark { color: #2f2e35; background-color: transparent; border-color: #2f2e35; }
.btn-outline-dark:hover { color: #fff; background-color: #2f2e35; border-color: #2f2e35; }
.btn-outline-dark.focus, .btn-outline-dark:focus { color: #fff; background-color: #2f2e35; border-color: #2f2e35; box-shadow: 0 0 0 1px rgb(46, 47, 57); }

/*--- btn size --*/
.btn-xs { padding: 4px 10px; font-size: 12px; }
.btn-sm { padding: 8px 18px; font-size: 14px; }
.btn-lg { padding: 16px 26px; font-size: 17px; }

/*--- btn brand link --*/
.btn-brand-link { color: #4334f1; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-brand-link:hover { color: #2b1dcc; }

/*--- btn priamry link --*/
.btn-primary-link { color: #9864ff; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-primary-link:hover { color: #7f48ed; }

/*--- btn secondary link --*/
.btn-secondary-link { color: #00d090; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-secondary-link:hover { color: #00c085; }

/*--- btn dark link --*/
.btn-dark-link { color: #2f2e35; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-dark-link:hover { color: #201f24; }

/*--- btn light link --*/
.btn-light-link { color: #71738d; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-light-link:hover { color: #2f2e35; }

/*--- btn white link --*/
.btn-white-link { color: #fff; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-white-link:hover {color: #d6d1fc;}

/*--- btn primary arrow link --*/
.btn-primary-arrow-link { color: #9864ff; display: inline-block; line-height: 24px; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-primary-arrow-link:hover { color: #7f48ed; }
.btn-primary-arrow-link i { font-size: 10px; margin-left: 4px; }

/*--- btn brand arrow link --*/
.btn-brand-arrow-link { color: #4334f1; display: inline-block; line-height: 24px; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-brand-arrow-link:hover { color: #2b1dcc; }
.btn-brand-arrow-link i { font-size: 10px; margin-left: 4px; }

/*--- btn secondary arrow link --*/
.btn-secondary-arrow-link { color: #00d090; display: inline-block; line-height: 24px; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-secondary-arrow-link:hover { color: #00c085; }
.btn-secondary-arrow-link i { font-size: 10px; margin-left: 4px; }

/*--- btn dark arrow link --*/
.btn-dark-arrow-link { color: #2f2e35; display: inline-block; line-height: 24px; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-dark-arrow-link:hover { color: #201f24; }
.btn-dark-arrow-link i { font-size: 10px; margin-left: 4px; }

/*--- btn light arrow link --*/
.btn-light-arrow-link { color: #71738d; display: inline-block; line-height: 24px; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-light-arrow-link:hover { color: #2f2e35; }
.btn-light-arrow-link i { font-size: 10px; margin-left: 4px; }

/*--- btn white arrow link --*/
.btn-white-arrow-link { color: #fff; display: inline-block; line-height: 24px; font-size: 15px; text-decoration: none; font-weight: 500; text-transform: capitalize; }
.btn-white-arrow-link:hover { color: #9864ff; }
.btn-white-arrow-link i { font-size: 10px; margin-left: 4px; }

/*--- btn social --*/
.btn-facebook { color: #fff; background-color: #3c73df; border-color: #3c73df; }
.btn-google-plus { color: #fff; background-color: #eb5e4c; border-color: #eb5e4c; }
.btn-twitter { color: #fff; background-color: #2caeff; border-color: #2caeff; }
.btn-instagram { color: #fff; background-color: #9361fa; border-color: #9361fa; }
.btn-pinterest { color: #fff; background-color: #c8232c; border-color: #c8232c; }

/*--- cropper document btn --*/
.btn-rounded { border-radius: 100px; }
.btn-circle { border-radius: 50%; }
.btn.btn-icon { height: 60px; width: 60px; padding: 0px; line-height: 3.8; }

/*--- Imgzoom hover effect ---*/
.zoomimg { position: relative; overflow: hidden; }
.zoomimg img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.zoomimg:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }

/*----------- gray scale ------------*/
.gray-scale { -webkit-filter: grayscale(100%);    /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }

/* ---------  Arrow List --------------  */
.arrow { position: relative; }
.arrow li { padding-left: 20px; line-height: 35px; }
.arrow li:before { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 12px; color: #22de99; content: '\f058'; font-style: initial; }
.angle-right { position: relative; }
.angle-right li { padding-left: 18px; line-height: 30px; }
.angle-right li:before { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 12px; color: #4334f1; content: '\f105'; font-style: initial; }
.check { position: relative; }
.check li { padding-left: 24px; line-height: 30px; }
.check li:before { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 12px; color: #80829a; content: '\f00c'; font-style: initial; }
.close-icon { position: relative; }
.close-icon li { padding-left: 24px; line-height: 30px; }
.close-icon li:before { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 12px; color: #ec3636; content: '\f00d'; font-style: initial; }
.angle { position: relative; }
.angle li { padding-left: 20px; line-height: 30px; }
.angle li:before { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 13px; color: #d2d3d8; content: '\f061'; font-style: initial; }
.plus-circle { position: relative; }
.plus-circle li { padding-left: 20px; line-height: 35px; }
.plus-circle li:before { font-family: 'Font Awesome\ 5 Free'; font-weight: 900; display: inline-block; position: absolute; left: 0; font-size: 13px; color: #4334f1; content: '\f055'; font-style: initial; }

/*----- Bullet List -----*/
.bullet-list { }
.bullet-list ul { margin: 0px; padding: 0px; }
.bullet-list ul li { }
.divider-line { border: 1px solid transparent; }
.divider-dashed-line { border: 1px dashed transparent; }
.divider-primary { border-color: #032fdf; }
.divider-secondary { border-color: #fa5826; }
.divider-brand { border-color: #4334f1; }
.divider-dark { border-color: #302c4b; }
.divider-light { border-color: #e0e0e6; }

/* -------------- Cards -------------------------*/
.card { margin-bottom: 30px; border: 1px solid #ebedfc; position: relative; }
.card-header { background-color: #fff; border-bottom: 1px solid #ebedfc; padding: 20px 30px; }
.card-title { }
.card-subtitle { font-size: 14px; }
.card-body { padding: 30px; }
.card-text { }
.card-footer { border-top: 1px solid #ebedfc; background: #f6f6ff; padding: 20px 30px; line-height: 1.8; }
.card-link { }
.card-outline { border: 1px solid #ebedfc; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.card-outline .card-footer { border-top: 2px solid #ebedfc; padding: 18px 30px; }
.card-outline:hover { -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); }
.card-content-overlay { position: absolute; bottom: 10px; left: 10px; padding: 1.25rem; }
.thumbnail-small-block { }
.thumbnail-small-block .card-body { padding: 20px; }

/* --------------- card-block ------------------------*/
.card-block { margin-bottom: 30px; }
.card-block-img { margin-bottom: 20px; }
.card-block-content { }
.card-block-head { border-bottom: 1px solid #f3f3f6; margin-bottom: 10px; }
.card-block-head-title { font-size: 21px; line-height: 28px; margin-bottom: 10px; }

/*-----------------------  Background Color / Color -------------------------*/
.bg-primary { background-color: #9864ff !important; }
.bg-primary-dark { background-color: #1d2256 !important; }
.bg-brand { background-color: #4334f1 !important; }
.bg-secondary { background-color: #00d090 !important; color: #fff !important; }
.bg-success { background-color: #12e241 !important; }
.bg-danger { background-color: #ef172c !important; }
.bg-warning { background-color: #ffc108 !important; }
.bg-info { background-color: #25d5f2 !important; }
.bg-light { background-color: #fafafe !important; }
.bg-dark { background-color: #2f2e35 !important; }
.bg-primary-light { background-color: #ecebfd !important; color: #fff !important; }
.bg-primary-dark { background-color: #1d2256 !important; }
.bg-info-light { background-color: #dffaff !important; color: #fff; }
.bg-secondary-light { background-color: #e5fff7 !important; }
.bg-danger-light { background-color: #fbd3d5 !important; }
.bg-brand-light { background-color: #e2e0ff !important; }
.bg-success-light { background-color: #c5fad3 !important; }
.split-bg { background: linear-gradient(to right, #4334f1 0%, #4334f1 45%, #efeff3 40%, #efeff3 100%); height: 100%; width: 100%; }
.bg-gray { background-color: #ededf5 !important; }
.bg-brose-light { background-color: #fde9ff !important; }
.bg-brose-dark-light { background-color: #edc6ff !important; }
.bg-purple-light { background-color: #f0eaff !important; }
.bg-cyan-light { background-color: #e7f9fa !important; }
.bg-mehndi-light { background-color: #eaf9c4 !important; }
.bg-pink-light { background-color: #ffe1eb !important; }
.bg-warning-light { background-color: #fff8dd !important; }
.bg-orange-light { background-color: #ffede6 !important; }
.bg-blue-light { background-color: #d8fdff !important; }

/*---------- Color ------------------*/
.text-primary { color: #9864ff !important; }
.text-brand { color: #4334f1 !important; }
.text-secondary { color: #00c085 !important; }
.text-success { color: #12e241 !important; }
.text-danger { color: #ef172c !important; }
.text-warning { color: #ffc108 !important; }
.text-info { color: #25d5f2 !important; }
.text-light { color: #afafb6 !important; }
.text-dark { color: #302c4b !important; }
.text-gray { color: #868aa5 !important; }
.text-muted { color: #7171a6 !important; }
.rating-color { color: #ffa811; }
.text-brose { color: #ee46ff !important; }
.text-purple { color: #7e48f6 !important; }
.text-cyan { color: #22ced0 !important; }
.text-mehndi { color: #94ca00 !important; }
.text-pink { color: #f6256b !important; }
.text-orange { color: #fd672d !important; }
.text-blue { color: #01e3ef !important; }
.text-primary-light { color: #b2b8f9; }
.text-brand-light { color: #e0fcf2; }
.text-secondary-light { color: #fdd5c8; }

/*------------ Borders -------------*/
.border-boxes span { display: inline-block; width: 5rem; height: 5rem; margin: .25rem; background-color: #fbfbfd; }
.border { border: 1px solid #ebecf7 !important; }
.border-top { border-top: 1px solid #ebecf7 !important; }
.border-bottom { border-bottom: 1px solid #ebecf7 !important; }
.border-left { border-left: 1px solid #ebecf7 !important; }
.border-right { border-right: 1px solid #ebecf7 !important }
.border-top-primary { border-top-color: #4334f1 !important; }
.border-2 { border-width: 2px !important; }
.border-secondary { border-color: #fa5826 !important; }
.border-brand { border-color: #4334f1 !important; }
.border-info { border-color: #25d5f2 !important; }
.rounded { border-radius: 4px !important; }
.rounded-top { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; }
.rounded-bottom { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }
.border-bottom-4 { border-bottom: 4px solid !important; }
.border-top-4 { border-top: 4px solid !important; }
.bb-brand-color { border-bottom-color: #4334f1 !important; }
.bb-primary-color { border-bottom-color: #4334f1 !important; }
.bb-danger-color { border-bottom-color: #ef172c !important; }
.bt-danger-color { border-top-color: #ef172c !important; }
.bb-orange-color { border-bottom-color: #ff9b5f !important; }
.bb-secondary-color { border-bottom-color: #00c085 !important; }
.bb-info-color { border-bottom-color: #00cdec !important; }
.bb-success-color { border-bottom-color: #12e241 !important; }
.bt-success-color { border-top-color: #12e241 !important; }
.border-primary { border-color: #032fdf !important; }
.border-dark { border-color: #302c4b !important; }
.border-light { border-color: #e0e0e6 !important; }
.border-dashed { border-style: dashed !important; }

/*------------------ Social Color -------------------------*/
.facebook-color { color: #3c73df; }
.twitter-color { color: #1ea2f2; }
.instagram-color { color: #9361fa; }
.rss-color { color: #ee802f; }
.pinterest-color { color: #c8232c; }
.youtube-color { color: #ff0000; }
.medium-color { color: #00ab6c; }
.googleplus-color { color: #d34836; }
.snapchat-color { color: #FFFB00; }

/*------------------- Social bg Color -------------------------*/
.facebook-bgcolor { background-color: #3b5898; color: #fff; }
.twitter-bgcolor { background-color: #1ea2f2; color: #fff; }
.instagram-bgcolor { background-color: #9361fa; color: #fff; }
.rss-bgcolor { background-color: #ee802f; color: #fff; }
.pinterest-bgcolor { background-color: #c8232c; color: #fff; }
.youtube-bgcolor { background-color: #ff0000; color: #fff; }
.googleplus-bgcolor { background-color: #d34836; color: #fff; }

/*------------------ Progress bar -------------------------*/
.progress-bar { background-color: #4334f1; }
.primary-progress-bar { background-color: #4334f1; }
.progress-sm { height: 5px; }
.progress-sm { height: 5px }
.progress-md { height: 8px }
.progress-lg { height: 12px }
.progress-xl { height: 15px }

/*------------------  Badges -------------------------*/
.badge { display: inline-block; padding: 3px 7px; font-size: 13px; font-weight: 400; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem; }
.badge-primary { background-color: #9864ff; }
.badge-primary[href]:focus, .badge-primary[href]:hover { color: #fff; text-decoration: none; background-color: #4656e9; }
.badge-brand { background-color: #4334f1; color: #fff; }
.badge-brand[href]:focus, .badge-brand[href]:hover { color: #2f2e35; background-color: #efb63e; text-decoration: none; }
.badge-secondary { background-color: #00c085; }
.badge-secondary[href]:focus, .badge-secondary[href]:hover { color: #fff; background-color: #fa5826; text-decoration: none; }
.badge-success { background-color: #0bcb37; }
.badge-success[href]:focus, .badge-success[href]:hover { color: #fff; background-color: #0bcb37; text-decoration: none; }
.badge-danger { background-color: #da0419; }
.badge-danger[href]:focus, .badge-danger[href]:hover { color: #fff; background-color: #ef172c; text-decoration: none; }
.badge-warning { background-color: #f3b600; color: #2f2e35; }
.badge-warning[href]:focus, .badge-warning[href]:hover { color: #2f2e35; background-color: #f3b600; text-decoration: none; }
.badge-info { background-color: #0998b0; }
.badge-info[href]:focus, .badge-info[href]:hover { color: #fff; background-color: #17c0dc; text-decoration: none; }
.badge-light { background-color: #efeff6; color: #757691; }
.badge-light[href]:focus, .badge-light[href]:hover { color: #2f2e35; background-color: #201f24; text-decoration: none; }
.badge-dark { background-color: #1f202b; }
.badge-dark[href]:focus, .badge-light[href]:hover { color: #2f2e35; background-color: #201f24; text-decoration: none; }
.badge-dot { border-radius: 100%; padding: 4px; display: inline-block; margin-right: 3px; }

/*---------------  Pagination -------------------------*/
.page-link { position: relative; display: block; padding: 13px 18px; margin-left: 0px; margin-right: 5px; line-height: 1.25; color: #626582; background-color: #fff; border: 1px solid #ebecf7; border-radius: 100%; line-height: 1; font-size: 15px; }
.page-link:hover { z-index: 2; color: #fff; text-decoration: none; background-color: #4334f1; border-color: #4334f1; }
.page-item.active .page-link { z-index: 1; color: #fff; background-color: #4334f1; border-color: #4334f1; }
.page-item:first-child .page-link { margin-left: auto; border-top-left-radius: 35px; border-bottom-left-radius: 35px; border-top-right-radius: 35px; border-bottom-right-radius: 35px; }
.page-item:last-child .page-link { border-top-left-radius: 35px; border-bottom-left-radius: 35px; border-top-right-radius: 35px; border-bottom-right-radius: 35px; }

/*------------- Spinner ------------------*/
.spinner-xxl { width: 150px; height: 150px; }
.spinner-xl { width: 120px; height: 120px; }
.spinner-lg { width: 100px; height: 100px; }
.spinner-md { width: 80px; height: 80px; }
.spinner-sm { width: 60px; height: 60px; }
.spinner-xs { width: 30px; height: 30px; }
.dashboard-spinner { margin: 0px 8px; border-radius: 50%; background-color: transparent; border: 6px solid transparent; border-top: 6px solid #4334f1; border-left: 6px solid #4334f1; -webkit-animation: 1s spin linear infinite; animation: 1s spin linear infinite; display: inline-block; }
.spinner-primary { border-top-color: #4334f1; border-left-color: #4334f1; }
.spinner-secondary { border-top-color: #00d090; border-left-color: #00d090; }
.spinner-success { border-top-color: #12e241; border-left-color: #12e241; }
.spinner-danger { border-top-color: #dc3545; border-left-color: #dc3545; }
.spinner-warning { border-top-color: #ffc107; border-left-color: #ffc107; }
.spinner-info { border-top-color: #17a2b8; border-left-color: #17a2b8; }
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/*----------------- Accordions style 1 -----------------------------*/
.accordion-section { background-color: #fff; border: 1px solid #ebecf7; padding: 45px; margin-bottom: 30px; }
.accrodion-regular { }
.accrodion-regular .card { margin-bottom: -1px; border: 1px solid #ebedfc; }
.accrodion-regular .card-body { background-color: #f8f8fb; }
.accrodion-regular .card-header { padding: 24px 20px; background-color: transparent; }
.accrodion-regular .card-title { font-size: 16px; line-height: 20px; margin-bottom: 0px; }
.accrodion-regular .card-title span { padding-top: 3px; float: right; }
.accrodion-regular .card-header:first-child { border-radius: calc(4px - 1px) calc(4px - 1px) 0 0; }
.accrodion-regular .card-header a { color: #353851; }
.accrodion-regular .card-header a:hover { color: #4334f1; }
.accrodion-regular .card-header.active { color: #4334f1; }
.accordion-content { padding-bottom: 10px; padding-top: 10px; }

/*------------------ Accordions style 2 --------------------------------*/
.accrodion-regular .accrodion-block { border-bottom: 1px solid #ebecf7; margin-bottom: 20px; padding-bottom: 20px; }
.accrodion-regular .accordion-head { }
.accrodion-regular .accordion-title { margin-bottom: 0px; font-size: 18px; }
.accrodion-regular .accordion-text { }
.accrodion-regular .accordion-title span { padding-right: 23px; font-size: 14px; color: #4334f1; }

/*---------------------- Accordions style 3 ------------------*/
.accrodion-second-regular { }
.accrodion-second-regular { }
.accrodion-second-regular .card { margin-bottom: -1px; border: 1px solid #ebedfc; }
.accrodion-second-regular .card-body { background-color: #f8f8fb; }
.accrodion-second-regular .card-header { padding: 24px 20px; background-color: transparent; }
.accrodion-second-regular .card-title { font-size: 16px; line-height: 20px; margin-bottom: 0px; }
.accrodion-second-regular .card-title span { padding-top: 3px; font-size: 14px; color: #3645f2; }
.accrodion-second-regular .card-header:first-child { border-radius: calc(4px - 1px) calc(4px - 1px) 0 0; }
.accrodion-second-regular .card-header .card-title a { color: #353851; }
.accrodion-second-regular .card-header .card-title a:hover { color: #4334f1 !important; }
.accrodion-second-regular .card-header.active { color: #4334f1; }
.accordion-content { padding-bottom: 10px; padding-top: 10px; }

/*---------------------- Accordions style 4 ------------------*/
.accrodion-third-regular { }
.accrodion-third-regular { }
.accrodion-third-regular .card { margin-bottom: -1px; border: 1px solid #ebedfc; }
.accrodion-third-regular .card-body { background-color: #ffffff; }
.accrodion-third-regular .card-header { padding: 36px 30px; background-color: transparent; }
.accrodion-third-regular .card-title { font-size: 20px; line-height: 30px; margin-bottom: 0px; }
.accrodion-third-regular .card-title span { padding-top: 3px; font-size: 26px; color: #3645f2; float: right; }
.accrodion-third-regular .card-header:first-child { border-radius: calc(4px - 1px) calc(4px - 1px) 0 0; }
.accrodion-third-regular .card-header .card-title a { color: #302c4b !important; }
.accrodion-third-regular .card-header .card-title a:hover { color: #4334f1 !important; }
.accrodion-third-regular .card-header.active { color: #4334f1; }
.accordion-content { padding-bottom: 10px; padding-top: 10px; }

/* ------------- 2.8  Tabs -------------------*/
.tab-regular { }
.tab-regular .nav.nav-tabs { border-bottom: transparent; }
.tab-regular .nav.nav-tabs .nav-item { }
.tab-regular .nav.nav-tabs .nav-link { display: block; padding: 17px 44px; color: #888b9f; background-color: #f9f9fc; margin-right: 1px; border-color: #ececf2; }
.tab-regular .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { }
.tab-regular .nav-tabs .nav-link.active { background-color: #fff; border-color: #e6e6f2 #e6e6f2 #fff; color: #4334f1; }
.tab-regular .tab-content { background-color: #fff; padding: 30px; border: 1px solid #ececf2; border-radius: 4px; border-top-left-radius: 0px; }

/*----- Tabs Vertical CSS ----*/
.tab-vertical { }
.tab-vertical .nav.nav-tabs { float: left; display: block; margin-right: 0px; border-bottom: 0; }
.tab-vertical .nav.nav-tabs .nav-item { margin-bottom: 6px; }
.tab-vertical .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; background: #fff; padding: 17px 49px; color: #888b9f; background-color: #f9f9fc; -webkit-border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; }
.tab-vertical .nav-tabs .nav-link.active { color: #4334f1; background-color: #f9f9fc !important; border-color: transparent !important; }
.tab-vertical .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 4px !important; border-top-right-radius: 0px !important; }
.tab-vertical .tab-content { overflow: auto; -webkit-border-radius: 0px 4px 4px 4px; -moz-border-radius: 0px 4px 4px 4px; border-radius: 0px 4px 4px 4px; background: #f9f9fc; padding: 30px; }

/*--- Outline Tabs ----*/
.outline-tab { }
.outline-tab .nav .nav-tabs { }
.outline-tab .nav-tabs { border-bottom: 1px solid #ebedfc; }
.outline-tab .nav-tabs .nav-item { margin-bottom: -1px; margin-top: 30px; }
.outline-tab .nav-tabs .nav-link { padding: 10px 30px; border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; color: #626582; }
.outline-tab .nav-tabs .nav-item.show .nav-link, .outline-tab .nav-tabs .nav-link.active { color: #3341e7; background-color: transparent; border-color: #ebedfc #ebedfc #fff; }
.outline-tab .tab-content { padding: 35px; }

/*--- Simple Card Tabs ----*/
.simple-card { background-color: #fff; border-radius: 4px; border: 1px solid #e9e9f2; }
.simple-card .nav.nav-tabs { border-bottom: 1px solid #e6e6f2; }
.simple-card .nav.nav-tabs .nav-item { }
.simple-card .nav.nav-tabs .nav-item .nav-link { padding: 17px 49px; color: #888b9f; background: #f9f9fc; border-color: #ececf2 #ececf2 #ececf2; margin-right: -1px; border-radius: 0px; border-top: transparent; }
.simple-card .nav-tabs .nav-link.active { color: #4334f1 !important; background-color: transparent !important; border-color: #e9e9f2 #e9e9f2 #fff !important; }
.simple-card .tab-content { padding: 30px; }

/* -------------- Pills Regular ----------------*/
.pills-regular { }
.pills-regular .nav.nav-pills { }
.pills-regular .nav.nav-pills .nav-item { }
.pills-regular .nav.nav-pills .nav-item .nav-link { background-color: #ededf1; padding: 16px 52px; margin-right: 3px; color: #888b9f; }
.pills-regular .nav.nav-pills .nav-item .nav-link.active { background-color: #f9f9fc; color: #4334f1; }
.pills-regular .tab-content { background-color: #f9f9fc; padding: 30px; border-radius: 4px; }

/* -------------- Pills vertical ---------------------*/
.pills-vertical { }
.pills-vertical .nav.nav-pills { }
.pills-vertical .nav.nav-pills .nav-link { background-color: #ededf1; padding: 16px; margin-bottom: 4px; color: #888b9f; text-align: center; }
.pills-vertical .nav.nav-pills .nav-link.active { background-color: #f9f9fc; color: #4334f1; }
.pills-vertical .tab-content { background-color: #f9f9fc; padding: 30px; border-radius: 4px; }

/*-------------------  Tables ---------------------*/
.table { width: 100%; margin-bottom: 1rem; background-color: transparent; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #ebedfc; }
.table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px; }
.table-bordered td, .table-bordered th { border: 1px solid #ebedfc; }
table { font-size: 16px; }
table th { }
table td { }
.table th { color: #303443; }
.table td, .table th { padding: .75rem; color: #626582; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #fff; }
.table .thead-light th { color: #495057; background-color: #f3f6ff; border-color: #ebedfc; }

/*---------------- Data Tables ----------------------------------*/
div.dataTables_wrapper div.dataTables_filter input { margin-left: 0.5em; display: inline-block; width: auto; height: 42px; }
div.dataTables_wrapper div.dataTables_length select { width: auto; display: inline-block; height: 42px; }

/* --------------------  Alert ---------------------*/
.alert-warning { color: #856404; background-color: #fffae7; border-color: #fee06e; }
.alert-primary { color: #004ebd; background-color: #d9eeff; border-color: #a2d5fe; }

/* ----------------------- Counter Class -------------------------*/
.counter { }
.counter-icon { }
.counter-block { }
.counter-block-content { }
.counter-block-icon { }
.counter-block-title { }
.counter-block-text { }

/* --------- counter v-1  -------------------*/
.counter-v1.counter-block { padding: 20px 0px; }
.counter-v1 .counter-block-content { }
.counter-v1 .counter-block-title { position: relative;    /* margin-bottom: 10px; */ font-size: 32px; line-height: 40px; color: #302c4b; font-weight: 600; }
.counter-v1 .counter-block-text { }
.counter-v1 .plus-sign { position: absolute; font-size: 48px; color: #302c4b; top: 40px; right: 60px; font-weight: 600; }

/* ----------------------- Rate Class -------------------------*/
.rate-block { margin-bottom: 30px; border: 1px solid #ebedfc; position: relative; background-color: #fff; transition: .7s ease; }
.rate-block-header { border-bottom: 1px solid #ebedfc; padding: 12px; }
.rate-block-header-title { margin-bottom: 0px; }
.rate-block-small-text { margin-bottom: 0px; transition: .2s ease; }
.rate-block-content { padding: 28px 22px; }
.rate-block-heading { font-size: 42px; line-height: 52px; }
.rate-block:hover { -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16); background-color: #fff; transition: .7s ease; }

/*------------------   Social-Media ----------------------*/
.social-media { }
.social-media ul { padding: 0; margin: 0; }
.social-media ul li { list-style: none; float: left; }
.social-icon { height: 55px; width: 55px; color: #fff; padding: 15px 14px; margin-right: 6px; border-radius: 5px; display: inline-block; line-height: 1.2; font-size: 20px; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; border: 2px solid transparent; background-color: #a9aab6; }
.social-icon-small { font-size: 14px; height: 40px; width: 40px; padding: 11px 9px; }
.social-rounded { border-radius: 100% !important; }
.social-icon:hover { color: #fff; background-color: #8e8f9c; }
.social-icon-outline { border: 2px solid #8e8f9c; background-color: transparent; color: #8e8f9c; }

/*-----------------  Social Media colors ----------------------*/
.social-facebook { background-color: #3b5898; color: #fff; }
.social-facebook:hover { background-color: #385186; color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-twitter { background-color: #1ea2f2; color: #fff; }
.social-twitter:hover { background-color: #1c99e5; color: #fff; }
.social-google { background-color: #f4422c; color: #fff; }
.social-google:hover { background-color: #C20806; color: #fff; }
.social-linkedin { background-color: #0179bd; color: #fff; }
.social-linkedin:hover { background-color: #0571ae; color: #fff; }
.social-instagram { background-color: #7a2276; color: #fff; }
.social-instagram:hover { background-color: #8b2a86; color: #fff; }
.social-rss { background-color: #ee802f; color: #fff; }
.social-pinterest { background-color: #c8232c; color: #fff; }
.social-pinterest:hover { background-color: #ba1f27; color: #fff; }
.social-youtube { background-color: #d30000; color: #fff; }
.social-youtube:hover { background-color: #ff0000; }
.social-snapchat-ghost { background-color: #fffc00; color: #fff; }
.social-snapchat-ghost:hover { background-color: #fffc00; color: #fff; }
.social-skype { background-color: #01baff; color: #fff; }
.social-skype:hover { background-color: #06aeed; color: #fff; }
.social-dribbble { background-color: #ff4f93; color: #fff; }
.social-dribbble:hover { background-color: #ef4788; color: #fff; }
.social-vimeo { background-color: #4bbdff; color: #fff; }
.social-vimeo:hover { background-color: #40aceb; color: #fff; }
.social-tumblr { background-color: #2c4862; color: #fff; }
.social-tumblr:hover { background-color: #2c4862; color: #fff; }
.social-vine { background-color: #00b489; color: #fff; }
.social-vine:hover { background-color: #049774; color: #fff; }
.social-foursquare { background-color: #3060df; color: #fff; }
.social-foursquare:hover { background-color: #2e5ad1; color: #fff; }
.social-stumbleupon { background-color: #eb4923; color: #fff; }
.social-stumbleupon:hover { background-color: #d7421f; color: #fff; }
.social-flickr { background-color: #f40083; color: #fff; }
.social-flickr:hover { background-color: #df077b; color: #fff; }
.social-rss { background-color: #ff6702; color: #fff; }
.social-rss:hover { background-color: #ff6702; color: #fff; }

/*---------------- Social-Media-outline-colors ------------------------------*/
.social-outline-facebook { border-color: #3b5898; color: #3b5898; background-color: transparent; }
.social-outline-facebook:hover { background-color: #385186; color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-outline-twitter { border-color: #1ea2f2; color: #1ea2f2; background-color: transparent; }
.social-outline-twitter:hover { background-color: #1c99e5; color: #fff; }
.social-outline-google { border-color: #f4422c; color: #f4422c; background-color: transparent; }
.social-outline-google:hover { background-color: #C20806; color: #fff; }
.social-outline-linkedin { border-color: #0179bd; color: #0179bd; background-color: transparent; }
.social-outline-linkedin:hover { background-color: #0571ae; color: #fff; }
.social-outline-instagram { border-color: #7a2276; color: #7a2276; background-color: transparent; }
.social-outline-instagram:hover { background-color: #8b2a86; color: #fff; }
.social-outline-rss { border-color: #ee802f; color: #ee802f; background-color: transparent; }
.social-outline-pinterest { border-color: #c8232c; color: #c8232c; background-color: transparent; }
.social-outline-pinterest:hover { background-color: #ba1f27; color: #fff; }
.social-outline-youtube { border-color: #d30000; color: #d30000; background-color: transparent; }
.social-outline-youtube:hover { background-color: #ff0000; }
.social-outline-snapchat-ghost { border-color: #fffc00; color: #302c4b; background-color: transparent; }
.social-outline-snapchat-ghost:hover { background-color: #fffc00; color: #fff; }
.social-outline-skype { border-color: #01baff; color: #01baff; background-color: transparent; }
.social-outline-skype:hover { background-color: #06aeed; color: #fff; }
.social-outline-dribbble { border-color: #ff4f93; color: #ff4f93; background-color: transparent; }
.social-outline-dribbble:hover { background-color: #ef4788; color: #fff; }
.social-outline-vimeo { border-color: #4bbdff; color: #4bbdff; background-color: transparent; }
.social-outline-vimeo:hover { background-color: #40aceb; color: #fff; }
.social-outline-tumblr { border-color: #2c4862; color: #2c4862; background-color: transparent; }
.social-outline-tumblr:hover { background-color: #2c4862; color: #fff; }
.social-outline-vine { border-color: #00b489; color: #00b489; background-color: transparent; }
.social-outline-vine:hover { background-color: #049774; color: #fff; }
.social-outline-foursquare { border-color: #3060df; color: #3060df; background-color: transparent; }
.social-outline-foursquare:hover { background-color: #2e5ad1; color: #fff; }
.social-outline-stumbleupon { border-color: #eb4923; color: #eb4923; background-color: transparent; }
.social-outline-stumbleupon:hover { background-color: #d7421f; color: #fff; }
.social-outline-flickr { border-color: #f40083; color: #f40083; background-color: transparent; }
.social-outline-flickr:hover { background-color: #df077b; color: #fff; }
.social-outline-rss { border-color: #ff6702; color: #ff6702; background-color: transparent; }
.social-outline-rss:hover { background-color: #ff6702; color: #fff; }

/*---------------- Team Blocks ------------------------------*/
.team-member-block { }
.team-member-img { }
.team-member-img img { }
.team-member-content { }
.team-member-meta { }
.team-member-meta-name { }
.team-member-meta-designation { }

/*---------------- Team v1 Block ------------------------------*/
.team-member-block-v1 { }
.team-member-block-v1.team-member-block { margin-bottom: 30px; display: inline-block; }
.team-member-block-v1 .team-member-img { }
.team-member-block-v1 .team-member-img img { margin-bottom: 25px; width: 100%; }
.team-member-block-v1 .team-member-content { }
.team-member-block-v1 .team-member-meta { margin-bottom: 20px; }
.team-member-block-v1 .team-member-meta-name { font-size: 18px; line-height: 27px; margin-bottom: 0px; }
.team-member-block-v1 .team-member-meta-designation { font-size: 14px; font-weight: 600; color: #7d56e8; }
.team-member-block-v1 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.team-member-block-v1 .social-icon-outline { border: 1px solid #8e8f9c; }

/*---------------- Team v2 Block ------------------------------*/
.team-member-block-v2 { }
.team-member-block-v2.team-member-block { margin-bottom: 30px; background-color: #fafafe; padding: 40px; display: inline-block; }
.team-member-block-v2 .team-member-img { }
.team-member-block-v2 .team-member-img img {  width: 100%; margin-bottom: 25px; height: 175px; width: 175px; }
.team-member-block-v2 .team-member-content { }
.team-member-block-v2 .team-member-meta { margin-bottom: 15px; }
.team-member-block-v2 .team-member-meta-name { font-size: 18px; line-height: 27px; margin-bottom: 0px; }
.team-member-block-v2 .team-member-meta-designation { font-size: 14px; font-weight: 600; color: #7d56e8; }
.team-member-block-v2 .team-member-content .social-media { }
.team-member-block-v2 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.team-member-block-v2 .social-icon-outline { border: 1px solid #8e8f9c; }

/*---------------- Team v3 Block ------------------------------*/
.team-member-block-v3 { }
.team-member-block-v3.team-member-block { margin-bottom: 30px; background-color: transparent; padding: 40px; display: inline-block; border: 1px solid #ebecf7; border-radius: 6px; }
.team-member-block-v3 .team-member-img { }
.team-member-block-v3 .team-member-img img {  width: 100%; margin-bottom: 25px; height: 175px; width: 175px; }
.team-member-block-v3 .team-member-content { }
.team-member-block-v3 .team-member-meta { margin-bottom: 15px; }
.team-member-block-v3 .team-member-meta-name { font-size: 18px; line-height: 27px; margin-bottom: 0px; }
.team-member-block-v3 .team-member-meta-designation { font-size: 14px; font-weight: 600; color: #7d56e8; }
.team-member-block-v3 .team-member-content .social-media { }
.team-member-block-v3 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.team-member-block-v3 .social-icon-outline { border: 1px solid #8e8f9c; }

/*---------------- Team v4 Block ------------------------------*/
.team-member-block-v4 { }
.team-member-block-v4.team-member-block { margin-bottom: 30px; display: inline-block; text-align: center; }
.team-member-block-v4 .team-member-img { }
.team-member-block-v4 .team-member-img img { width: 100%;  margin-bottom: 25px; }
.team-member-block-v4 .team-member-content { }
.team-member-block-v4 .team-member-meta { margin-bottom: 15px; }
.team-member-block-v4 .team-member-meta-name { font-size: 18px; line-height: 27px; margin-bottom: 0px; }
.team-member-block-v4 .team-member-meta-designation { font-size: 14px; font-weight: 600; color: #7d56e8; }
.team-member-block-v4 .team-member-content .social-media { display: inline-block; }
.team-member-block-v4 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.team-member-block-v4 .social-icon-outline { border: 1px solid #8e8f9c; }

/*---------------- Team v5 Block ------------------------------*/
.team-member-block-v5 { }
.team-member-block-v5.team-member-block { margin-bottom: 30px;/* display: inline-block; */ border: 1px solid #ebecf7; }
.team-member-block-v5 .team-member-img { }
.team-member-block-v5 .team-member-img img {/* margin-bottom: 25px; */  width: 100%; }
.team-member-block-v5 .team-member-content { padding: 30px; }
.team-member-block-v5 .team-member-meta { margin-bottom: 25px; border-bottom: 1px solid #ebecf7; padding-bottom: 25px; }
.team-member-block-v5 .team-member-meta-name { font-size: 18px; line-height: 27px; margin-bottom: 0px; }
.team-member-block-v5 .team-member-meta-designation { font-size: 14px; font-weight: 600; color: #7d56e8; }
.team-member-block-v5 .team-member-content .social-media { display: inline-block; }
.team-member-block-v5 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.team-member-block-v5 .social-icon-outline { border: 1px solid #8e8f9c; }

/*---------------- Team v6 Block ------------------------------*/
.team-member-block-v6 { }
.team-member-block-v6.team-member-block { margin-bottom: 30px; position: relative; }
.team-member-block-v6 .team-member-img { }
.team-member-block-v6 .team-member-img img {  width: 100%;}
.team-member-block-v6 .team-member-content { text-align: center; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); top: 0; padding-top: 45%; transition: all .4s ease; opacity: 0; cursor: pointer; }
.team-member-block-v6.team-member-block:hover.team-member-block-v6 .team-member-content { transition: all .4s ease; opacity: 1; }
.team-member-block-v6 .team-member-meta { margin-bottom: 25px; }
.team-member-block-v6 .team-member-meta-name { font-size: 18px; line-height: 27px; margin-bottom: 0px; color: #fff; }
.team-member-block-v6 .team-member-meta-designation { font-size: 14px; font-weight: 600; color: #00d090; }
.team-member-block-v6 .team-member-content .social-media { display: inline-block; }
.team-member-block-v6 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.team-member-block-v6 .social-icon-outline { border: 1px solid #ffffff; color: #fff; }

/*---------------- Team v7 Block ------------------------------*/
.team-member-block-v7 { }
.team-member-block-v7.team-member-block { margin-bottom: 30px; position: relative; }
.team-member-block-v7 .team-member-img { }
.team-member-block-v7 .team-member-img img {  width: 100%;}
.team-member-block-v7 .team-member-content { padding: 40px; }
.team-member-block-v7 .team-member-meta { margin-bottom: 25px; }
.team-member-block-v7 .team-member-meta-name { font-size: 26px; line-height: 36px; margin-bottom: 0px; }
.team-member-block-v7 .team-member-meta-designation { font-size: 14px; font-weight: 600; color: #00d090; }
.team-member-block-v7 .team-member-content .social-media { display: inline-block; margin-bottom: 40px; }
.team-member-block-v7 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.team-member-block-v7 .social-icon-outline { border: 1px solid #8e8f9c; color: #8e8f9c; }

/*------------------ Contact Section -----------------------------------*/
.contact-block { }
.contact-content { }
.contact-content-title { }
.contact-content-text { }
.contact-content-numbers { }
.contact-content-mail { }
.contact-content-social { }
.contact-content-form { }

/*------------------ Contact v1 -----------------------------------*/
.contact-block-v1 { }
.contact-block-v1.contact-block { margin-bottom: 30px; }
.contact-block-v1 .contact-content { }
.contact-block-v1 .contact-content-title { font-size: 32px; line-height: 42px; }
.contact-block-v1 .contact-content-text { }
.contact-block-v1 .contact-content-numbers { }
.contact-block-v1 .contact-content-mail { }
.contact-block-v1 .contact-content-social { }
.contact-block-v1 .contact-content-form { }
.contact-block-v1 .contact-widget { background-color: #f3f3f6; padding: 24px; border-radius: 4px; margin-bottom: 20px; font-size: 14px; line-height: 26px; display: flex; }
.contact-block-v1 .contact-widget-icon { margin-right: 16px; color: #7d56e8; line-height: 2.2; font-size: 16px; }
.contact-block-v1 .contact-widget-content { }
.contact-block-v1 .contact-widget-content-title { font-size: 18px; line-height: 30px; margin-bottom: 5px; }
.contact-block-v1 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.contact-block-v1 .social-icon { margin-right: 4px; }
#map { height: 800px; width: 100%; }
.map-block { position: relative; min-width: 934px; }

/*------------------ Contact v2 -----------------------------------*/
.contact-block-v2 { }
.contact-block-v2.contact-block { margin-bottom: 30px; }
.contact-block-v2 .contact-content { }
.contact-block-v2 .contact-content-title { font-size: 32px; line-height: 42px; }
.contact-block-v2 .contact-content-text { }
.contact-block-v2 .contact-content-numbers { }
.contact-block-v2 .contact-content-mail { }
.contact-block-v2 .contact-content-social { }
.contact-block-v2 .contact-content-form { }
.contact-block-v2 .contact-widget { min-height: 300px; background-color: #fff; border-radius: 4px; margin-bottom: 20px; font-size: 14px; line-height: 26px; }
.contact-block-v2 .contact-widget-head { background-color: #7d56e8; padding: 50px; position: relative; margin-bottom: 20px; }
.contact-block-v2 .contact-widget-icon { color: #7d56e8; font-size: 22px; background-color: #fff; display: inline-block; height: 70px; width: 70px; border-radius: 100%; position: absolute; bottom: -34px; left: 38%; padding: 23px; box-shadow: 0px 2px 3px rgb(0, 0, 0, 0.05); }
.contact-block-v2 .contact-widget-content { padding: 40px; }
.contact-block-v2 .contact-widget-content-title { font-size: 18px; line-height: 30px; margin-bottom: 5px; }
.contact-block-v2 .social-media { display: inline-block; }
.contact-block-v2 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.contact-block-v2 .social-icon { margin-right: 4px; }
.contact-form-section { background-color: #fff; padding: 80px 60px; border-radius: 6px; }
#map-2 { height: 500px; width: 100%; }

/*------------------ Contact v3 -----------------------------------*/
.contact-block-v3 { }
.contact-block-v3.contact-block { margin-bottom: 30px; background-color: #fff; padding: 50px; text-align: center; margin-top: -220px; margin-left: auto; margin-right: auto; border-radius: 6px; }
.contact-block-v3 .contact-content { }
.contact-block-v3 .social-media { display: inline-block; }
.contact-block-v3 .social-icon-small { font-size: 12px; height: 30px; width: 30px; padding: 7px 6px; }
.contact-block-v3 .social-icon { margin-right: 4px; }
#map-2 { height: 500px; width: 100%; }

/*------------------ Testimonial Section -----------------------------------*/

/* 1 */
.testimonial-block { }
.testimonial-content { }
.testimonial-img { }
.testimonial-meta { }
.testimonial-meta-name { }
.testimonial-meta-destination { }

/*----------Testimonial V1 -------------*/
.testimonial-block-v1 { }
.testimonial-block-v1.testimonial-block { border-radius: 6px; padding: 45px; background-color: #f9f8ff; margin-bottom: 30px; text-align: center; }
.testimonial-block-v1 .testimonial-content { }
.testimonial-block-v1 .testimonial-meta-name { font-size: 22px; line-height: 32px; margin-bottom: 0px; }
.testimonial-block-v1 .testimonial-meta-designation { font-size: 15px; color: #a7a7c0; }
.testimonial-block-v1 .testimonial-content-text { }
.testimonial-block-v1 .testimonial-img img { border: 5px solid #fff; box-shadow: 0 6px 6px #d0d0d0; height: 120px; width: 120px; margin-bottom: 35px; }

/*----------Testimonial V2 -------------*/
.testimonial-block-v2 { }
.testimonial-block-v2.testimonial-block { border-radius: 6px; border: 1px solid #dedfea; margin-bottom: 30px; }
.testimonial-block-v2 .testimonial-header { padding: 35px; border-bottom: 1px solid #dedfea; min-height: 140px; display: flex; align-items: center; }
.testimonial-block-v2 .testimonial-content { padding: 35px; }
.testimonial-block-v2 .testimonial-meta { }
.testimonial-block-v2 .testimonial-meta-name { font-size: 19px; line-height: 29px; margin-bottom: 0px; }
.testimonial-block-v2 .testimonial-meta-designation { font-size: 15px; color: #a7a7c0; }
.testimonial-block-v2 .testimonial-content-text { font-size: 14px; line-height: 28px; }
.testimonial-block-v2 .testimonial-img { float: left; padding-right: 18px; display: inline-block; }
.testimonial-block-v2 .testimonial-img img { height: 67px; width: 67px; }

/*----------Testimonial V3 -------------*/
.testimonial-block-v3 { }
.testimonial-block-v3.testimonial-block { margin-bottom: 30px; }
.testimonial-block-v3 .testimonial-content { }
.testimonial-block-v3 .testimonial-meta-name { font-size: 21px; line-height: 32px; margin-bottom: 0px; }
.testimonial-block-v3 .testimonial-meta-designation { font-size: 13px; color: #a7a7c0; }
.testimonial-block-v3 .testimonial-content-text { color: #777981; }
.testimonial-bottom-line { height: 2px; width: 40px; background-color: #895eff; margin-bottom: 20px; }

/*----------Testimonial V4 -------------*/
.testimonial-block-v4 { }
.testimonial-block-v4.testimonial-block { border-radius: 6px; border: 1px solid #dedfea; margin-bottom: 30px; box-shadow: 0 0 10px rgba(68, 65, 85, 0.28); }
.testimonial-block-v4 .testimonial-icon { font-size: 30px; margin-bottom: 30px; color: #895eff; }
.testimonial-block-v4 .testimonial-content { padding: 40px; }
.testimonial-block-v4 .testimonial-meta { }
.testimonial-block-v4 .testimonial-meta-name { font-size: 18px; line-height: 29px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v4 .testimonial-meta-designation { font-size: 15px; color: #a7a7c0; }
.testimonial-block-v4 .testimonial-content-text { margin-bottom: 35px; }

/*----------Testimonial V5 -------------*/
.testimonial-block-v5 { }
.testimonial-block-v5.testimonial-block { border-radius: 6px; margin-bottom: 30px; background-color: #f9f8ff; }
.testimonial-block-v5 .testimonial-content { padding: 35px; }
.testimonial-block-v5 .testimonial-meta { margin-bottom: 25px; }
.testimonial-block-v5 .testimonial-meta-name { font-size: 18px; line-height: 29px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v5 .testimonial-meta-designation { font-size: 15px; color: #a7a7c0; }
.testimonial-block-v5 .testimonial-content-text { margin-bottom: 30px; }
.testimonial-block-v5 .testimonial-img img { border-radius: 6px; }

/*----------Testimonial V6 -------------*/
.testimonial-block-v6 { }
.testimonial-block-v6.testimonial-block { border-radius: 6px; margin-bottom: 30px; background-color: #f9f8ff; }
.testimonial-block-v6 .testimonial-content { padding: 26px; }
.testimonial-block-v6 .testimonial-meta { }
.testimonial-block-v6 .testimonial-meta-name { font-size: 18px; line-height: 29px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v6 .testimonial-meta-designation { font-size: 15px; color: #a7a7c0; }
.testimonial-block-v6 .testimonial-content-text { margin-bottom: 45px; }
.testimonial-block-v6 .testimonial-img img { border-radius: 6px; }

/*----------Testimonial V7 -------------*/
.testimonial-block-v7 { margin-bottom: 30px; }
.testimonial-block-v7.testimonial-block { border-top: 3px solid #ebe4ff; padding-top: 50px; margin-bottom: 30px; display: flex; }
.testimonial-block-v7 .testimonial-content { }
.testimonial-block-v7 .testimonial-meta { }
.testimonial-block-v7 .testimonial-meta-name { font-size: 21px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v7 .testimonial-meta-designation { font-size: 14px; color: #a7a7c0; margin-left: 10px; }
.testimonial-block-v7 .testimonial-content-text { margin-bottom: 45px; }
.testimonial-block-v7 .testimonial-icon { font-size: 65px; float: left; padding-right: 40px; color: #8b61ff; display: inline-block; }

/*-------------------   Testimonial Carousel ----------------------------*/
.testimonial-carousel-v1 { text-align: center; }
.testimonial-carousel-v1 .owl-carousel .owl-item { }
.testimonial-carousel-v1 .owl-prev { position: absolute; }
.testimonial-carousel-v1 .owl-next { position: absolute; }
.testimonial-carousel-v1 .owl-prev, .testimonial-carousel-v1 .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.testimonial-carousel-v1 .owl-prev:hover, .testimonial-carousel-v1 .owl-next:hover { background-color: transparent; color: #8b61ff; }
.testimonial-carousel-v1 .owl-theme .owl-nav { position: absolute; top: 12%; width: 100%; }
.testimonial-carousel-v1 .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #8b61ff; font-size: 18px; margin-left: 90px; margin-right: 80px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: transparent; }
.testimonial-carousel-v1 .owl-theme .owl-nav [class*='owl-']:hover { background: transparent; color: #8b61ff; text-decoration: none; }
.testimonial-carousel-v1 .owl-theme .owl-dots .owl-dot span { display: none; }

/*----------Testimonial V8 -------------*/
.testimonial-block-v8 { }
.testimonial-block-v8.testimonial-block { margin-bottom: 30px; padding-left: 140px; padding-right: 125px; text-align: center; }
.testimonial-block-v8 .testimonial-content { }
.testimonial-block-v8 .testimonial-meta { }
.testimonial-block-v8 .testimonial-meta-name { font-size: 21px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v8 .testimonial-meta-designation { font-size: 14px; color: #a7a7c0; }
.testimonial-block-v8 .testimonial-content-text { margin-bottom: 45px; }
.testimonial-block-v8 .testimonial-img img { height: 150px; width: 150px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }

/*-------------------   Testimonial Carousel ----------------------------*/
.testimonial-carousel-v2 { }
.testimonial-carousel-v2 .owl-carousel .owl-item { }
.testimonial-carousel-v2 .owl-prev { position: absolute; }
.testimonial-carousel-v2 .owl-next { position: absolute; }
.testimonial-carousel-v2 .owl-prev, .testimonial-carousel-v2 .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.testimonial-carousel-v2 .owl-prev:hover, .testimonial-carousel-v2 .owl-next:hover { background-color: transparent; color: #8b61ff; }
.testimonial-carousel-v2 .owl-theme .owl-nav { display: none; }
.testimonial-carousel-v2 .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #8b61ff; font-size: 18px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: transparent; }
.testimonial-carousel-v2 .owl-theme .owl-nav [class*='owl-']:hover { background: transparent; color: #8b61ff; text-decoration: none; }
.testimonial-carousel-v2 .owl-theme .owl-dots .owl-dot span { display: none; }

/*----------Testimonial V9 -------------*/
.testimonial-block-v9 { }
.testimonial-block-v9.testimonial-block { padding-left: 50px; padding-right: 50px; }
.testimonial-block-v9 .testimonial-content { border: 1px solid #dedce9; padding: 35px; }
.testimonial-block-v9 .testimonial-meta { margin-top: 50px; position: relative; }
.testimonial-block-v9 .testimonial-meta-name { font-size: 21px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v9 .testimonial-meta-designation { font-size: 14px; color: #a7a7c0; }
.testimonial-block-v9 .testimonial-content-text { font-size: 21px; line-height: 34px; font-style: italic; }
.testimonial-block-v9 .testimonial-img img { height: 75px; width: 75px; margin-bottom: 30px; float: left; margin-right: 20px; }
span.rectangle:after { content: ""; position: absolute; left: 120px; top: -60px; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 20px; height: 20px; background: #fff; border-right: 1px solid #dedce9; border-bottom: 1px solid #dedce9; display: block; }

/*----------Testimonial V10 -------------*/
.testimonial-block-v10 { }
.testimonial-block-v10.testimonial-block { background-color: #ffffff; padding: 40px; display: flex; }
.testimonial-block-v10 .testimonial-content { }
.testimonial-block-v10 .testimonial-meta { }
.testimonial-block-v10 .testimonial-meta-name { font-size: 21px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v10 .testimonial-meta-designation { font-size: 14px; color: #a7a7c0; }
.testimonial-block-v10 .testimonial-content-text { font-size: 21px; line-height: 34px; font-style: italic; }
.testimonial-block-v10 .testimonial-img img { height: 75px; width: 75px; margin-bottom: 30px; float: left; margin-right: 30px; }

/*----------Testimonial V11 -------------*/
.testimonial-block-v11 { }
.testimonial-block-v11.testimonial-block { border: 1px solid #dedfea; background-color: #ffffff; padding: 40px 45px; border-radius: 4px; }
.testimonial-block-v11 .testimonial-content { }
.testimonial-block-v11 .testimonial-meta { }
.testimonial-block-v11 .testimonial-meta-name { font-size: 20px; line-height: 26px; margin-bottom: 0px; }
.testimonial-block-v11 .testimonial-meta-designation { font-size: 14px; line-height: 22px; }
.testimonial-block-v11 .testimonial-content-text { font-size: 16px; line-height: 30px; }

/* --------------------  Top Header  --------------------*/
.top-header { font-size: 14px; color: #d4caf6; line-height: 30px;	/* border-bottom: 1px solid #8870df; */ padding-bottom: 4px; padding-top: 4px; background-color: #6145d2; }
.top-header ul { margin-bottom: 0px; }
.top-header ul li { float: left; margin-left: 18px; }
.top-header ul li a { color: #d4caf6; }
.top-header i { font-size: 10px; }
.top-header-social { }
.top-header-social i { font-size: 14px; }
.top-header-social ul { margin-left: 10px; }
.top-header-social ul li { float: left; margin-left: 8px; }
.top-header-social ul li a { color: #9d9ea7; }
.top-header-social ul li a:hover { color: #01d486; }

/* --------------------  Header / Navigation  --------------------*/
.header-btn { }
.header-transparent {
    position: fixed;
    width: 100%;
    z-index: 1030;
    background-color: #2d364c !important;
}
.header-transparent-second { position: fixed; width: 100%; z-index: 1030; }
.navbar-transparent { padding: 12px 0px; }
.header-transparent .navbar-toggler { padding: 11px 13px; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid #eaeaf0; border-radius: .25rem; position: relative; background-color: #fff; }
.navbar-transparent.navbar-light .navbar-nav .nav-link { color: #fff; padding: 9px 16px; }
.navbar-transparent .navbar-nav .nav-item .nav-link {padding: 10px;font-size: 15px;line-height: 26px;font-weight: 500;transition: color .3s ease 0s;color: #f9f9ff;}
.navbar-transparent .dropdown-toggle::after {margin-top: 1px;display: inline-block;width: 0;height: 0;margin-left: 6px;vertical-align: -2px;content: "\f107";border-top: none;border-right: none;border-bottom: none;border-left: none;color: #d3d0e6;font-family: 'Font Awesome\ 5 Free';font-weight: 900;margin-right: 15px;font-size: 13px;float: right;}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item { border-bottom: 1px solid #f1f1f6; border-radius: 0px; }
.header-collapse {
    transition: .5s ease;
    background: #2d364c !important;
    border-color: #2d364c;
    box-shadow: 0px 3px 4px rgb(0, 0, 0, 0.20);
}
.header-collapse .top-header { display: none; }
.header-second-collapse .navbar-transparent .navbar-nav .nav-item .nav-link { font-size: 15px; color: white; }
.header-second-collapse { border-color: #ffffff; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; }

/*-------------------------------------------------------------------
 Navigations
-------------------------------------------------------------------*/
.navbar-brand { display: inline-block; padding-top: 5px; padding-bottom: 8px; margin-right: initial; line-height: inherit; white-space: nowrap; }
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 16rem; padding: 12px; margin: 18px 0px; font-size: 1rem; color: #888b9f; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgb(255, 255, 255); border-radius: 2px; -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09); -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09); }
.dropdown-item { display: block; width: 100%; padding: 12px 15px; clear: both; font-weight: 500; color: #302c4b; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; font-size: 14px; line-height: 15px; }
.dropdown-item:focus, .dropdown-item:hover { color: #4955ef; text-decoration: none; background-color: #eeeffd; border-radius: 4px; }
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after { color: #4955ef; }
.dropdown-item.active, .dropdown-item:active { color: #4334f1; text-decoration: none; background-color: #eeeffd; border-radius: 4px; }
@media(min-width:992px) {
	.navbar-transparent .dropdown .dropdown-menu, .navbar-transparent-second .dropdown .dropdown-menu { display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in }
	.navbar-transparent .dropdown:hover>.dropdown-menu, .navbar-transparent-second .dropdown:hover>.dropdown-menu { visibility: visible; opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); opacity: 1; visibility: visible; }
	.navbar-transparent .dropdown-submenu:hover .dropdown-menu, .navbar-transparent-second .dropdown-submenu:hover .dropdown-menu { visibility: visible; opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); opacity: 1; visibility: visible; }
}
.dropdown-submenu { position: relative; }




.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 9px;
    top: 23px;
}
.dropdown-submenu .dropdown-menu { top: 0px; left: 100%; margin-left: 13px; margin-right: .1rem; }
.caret-up { width: 0; height: 0; border-left: 4px solid rgba(0, 0, 0, 0); border-right: 4px solid rgba(0, 0, 0, 0); border-bottom: 4px solid; display: inline-block; margin-left: 2px; vertical-align: middle; }
.mega-dropdown { position: unset; }
.mega-dropdown-menu { width: 100%; position: absolute; top: 63px; margin: 15px 0px; }
.mega-dropdown-menu ul { list-style: none; }
.nav-dropitem-arrow { position: relative; font-size: 12px; opacity: 0; padding-right: 10px; }
.nav-dropitem-arrow i { position: absolute;    /* top: -1px; */ }
.dropdown-item:focus, .dropdown-item:hover { color: #4334f1; text-decoration: none; background-color: #eeeffd; border-radius: 4px; }
.dropdown-item:hover .nav-dropitem-arrow { color: #4955ef; opacity: 1; margin-right: 5px; }
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu { background: #fff; box-shadow: none; margin: 7px 0px; }
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link { border-bottom: 1px solid white; }
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu .dropdown-item { border-bottom: 1px solid #f1f1f6; }
.icon-bar { width: 21px; height: 3px; background-color: #4334f1; display: block; -webkit-transition: all 0.2s; transition: all 0.2s; margin-top: 4px; }
.navbar-toggler:focus { outline: 0px; }
.navbar-toggler .top-bar { transform: rotate(45deg); transform-origin: 10% 190%; background-color: #4334f1; }
.navbar-toggler .middle-bar { opacity: 0; }
.navbar-toggler .bottom-bar { transform: rotate(-45deg); transform-origin: 10% -80%; background-color: #4334f1; }
.navbar-toggler.collapsed .top-bar { transform: rotate(0); background-color: #4334f1; }
.navbar-toggler.collapsed .middle-bar { opacity: 1; }
.navbar-toggler.collapsed .bottom-bar { transform: rotate(0); background-color: #4334f1; }

/*------------------ Pattern -----------------------------------*/
.pattern-bottom { position: relative; z-index: 1; }
.pattern-slide { -webkit-clip-path: polygon(0 100%, 100% 83%, 100% 100%); clip-path: polygon(0 100%, 100% 80%, 100% 100%); background-color: #fff; position: absolute; bottom: -1px; width: 100%; height: 370px; }
.pattern-slide-second { -webkit-clip-path: polygon(0 100%, 100% 70%, 100% 100%); clip-path: polygon(0 100%, 100% 70%, 100% 100%); background-color: #2937d8; position: absolute; bottom: 0px; width: 100%; height: 370px; }
.pattern-slide-reverse { -webkit-clip-path: polygon(0 79%, 0% 100%, 100% 100%); clip-path: polygon(0 79%, 0% 100%, 100% 100%); background-color: #2937d8; position: absolute; bottom: 0px; width: 100%; height: 370px; }

/*------------------ Pricing table -----------------------------------*/
.pricing-block { }
.pricing-head { }
.pricing-head-title { }
.pricing-head-text { }
.pricing-head-price { }
.pricing-content { }
.pricing-content-list { }
.pricing-block-selected { }
.rating { font-size: 12px; color: #ffb607; line-height: 15px; }
.rating-number { color: #302c4b; margin-left: 4px; }
.rating-text { color: #4334f1; margin-left: 12px; }
.rating-text i { margin-right: 5px; }

/*-------------------------------------------------------------------
5. icons
-------------------------------------------------------------------*/

/*-------------------- User icon sizes ---------------------*/
.user-avatar-xxl { height: 128px; width: 128px; }
.user-avatar-xl { height: 90px !important; width: 90px !important; }
.user-avatar-lg { height: 64px; width: 64px; }
.user-avatar-md { height: 32px; width: 32px; }
.user-avatar-sm { height: 24px; width: 24px; }
.user-avatar-xs { height: 18px; width: 18px; }
.icon-circle { border-radius: 100% !important; }
.label {color: #8484f8;padding: 8px 20px;line-height: 1;font-size: 14px;border-radius: 20px;background-color: transparent;display: inline-block;font-weight: 500;}

/*---------------- Fontawesome size -----------------------*/
.fa-xl { }
.fa-lg { }
.fa-md { }
.fa-sm { font-size: 24px !important; }
.fa-xs { font-size: 11px !important; }

/*-------------------------------------------------------------------
6. Layouts
-------------------------------------------------------------------*/

/*--------------------  Width Class ---------------------*/
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.custom-width1700 { max-width: 1700px !important; }
.custom-width { max-width: 1500px !important; }
.custom-container { max-width: 1200px !important; }

/*--------------------  Section Class ---------------------*/
.section-block { margin: 16px 0px; }
.section-title {font-weight: 500;margin-bottom: 10px;}
.section-heading-single { margin-bottom: 30px; }
.section-heading { margin-bottom: 60px; }
.section-heading-title {margin-bottom: 8px;}
.section-heading-text { }
.section-heading-btn { }
.title { color: #302c4b; }

/*--------------------  Padding / Margin ---------------------*/
.nopadding { padding: 0px; }

/*--- All Side padding ---*/
.p-4 { padding: 30px !important; }
.p-5 { padding: 45px !important; }
.p-6 { padding: 65px !important; }
.p-8 { padding: 80px !important; }

/*---Padding Right ---*/
.p-r-0 { padding-right: 0px; }
.p-r-10 { padding-right: 10px; }
.p-r-15 { padding-right: 15px; }
.p-r-20 { padding-right: 20px; }
.p-r-25 { padding-right: 25px; }
.p-r-50 { padding-right: 50px; }
.p-r-100 { padding-right: 100px; }
.p-r-140 { padding-right: 140px; }

/*---Padding left ---*/
.p-l-0 { padding-left: 0px; }
.p-l-10 { padding-left: 10px; }
.p-l-15 { padding-left: 15px; }
.p-l-20 { padding-left: 20px; }
.p-l-25 { padding-left: 25px; }
.p-l-40 { padding-left: 40px; }
.p-l-140 { padding-left: 140px; }

/*---Padding Top ---*/
.p-t-0 { padding-top: 0px; }
.p-t-10 { padding-top: 10px; }
.p-t-20 { padding-top: 20px; }
.p-t-30 { padding-top: 30px; }
.p-t-40 { padding-top: 40px; }
.p-t-60 { padding-top: 60px; }
.p-t-80 { padding-top: 80px; }
.p-t-100 { padding-top: 100px; }
.p-t-120 { padding-top: 120px; }
.p-t-140 { padding-top: 140px !important; }
.p-t-200 { padding-top: 200px !important; }

/*---Padding bottom ---*/
.p-b-0 { padding-bottom: 0px; }
.p-b-10 { padding-bottom: 10px; }
.p-b-20 { padding-bottom: 20px; }
.p-b-30 { padding-bottom: 30px; }
.p-b-40 { padding-bottom: 40px; }
.p-b-60 { padding-bottom: 60px; }
.p-b-80 { padding-bottom: 80px; }
.p-b-100 { padding-bottom: 100px; }
.p-b-120 { padding-bottom: 120px; }
.p-b-140 { padding-bottom: 140px; }
.m-r-0 { margin-right: 0px; }
.m-r-10 { margin-right: 10px; }
.m-r-15 { margin-right: 15px; }
.m-r-20 { margin-right: 20px; }
.m-r-25 { margin-right: 25px; }
.m-r-60 { margin-right: 60px; }
.m-l-0 { margin-left: 0px; }
.m-l-10 { margin-left: 10px; }
.m-l-15 { margin-left: 15px; }
.m-l-20 { margin-left: 20px; }
.m-l-25 { margin-left: 25px; }
.m-l-100 { margin-left: 100px; }
.m-t-0 { margin-top: 0px; }
.m-t-10 { margin-top: 10px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-t-40 { margin-top: 40px; }
.m-t-60 { margin-top: 60px; }
.m-t-80 { margin-top: 80px; }
.m-t-100 { margin-top: 100px; }
.m-t-120 { margin-top: 120px; }
.m-t-140 { margin-top: 140px; }
.m-b-0 { margin-bottom: 0px; }
.m-b-10 { margin-bottom: 10px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-60 { margin-bottom: 60px; }
.m-b-80 { margin-bottom: 80px; }
.m-b-100 { margin-bottom: 100px !important; }
.m-b-120 { margin-bottom: 120px; }
.ml-minus-1 { margin-left: -1px !important; }
.ml-minus-2 { margin-left: -2px !important; }
.ml-minus-3 { margin-left: -3px !important; }
.mr-minus-1 { margin-right: -1px !important; }
.mr-minus-2 { margin-right: -2px !important; }
.mr-minus-3 { margin-right: -3px !important; }
.mb-minus-1 { margin-bottom: -1px !important; }
.mb-minus-2 { margin-bottom: -2px !important; }
.mb-minus-3 { margin-bottom: -3px !important; }
.mb-minus-110 { margin-bottom: -110px !important; }

/* -----------------------  pageheader -------------------------*/
.pageheader-bg { background: rgba(71, 52, 215, 1); background: -moz-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71, 52, 215, 1)), color-stop(70%, rgba(176, 121, 199, 0.99)), color-stop(100%, rgba(176, 121, 199, 0.99))); background: -webkit-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: -o-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: -ms-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: linear-gradient(to right, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4734d7', endColorstr='#b079c7', GradientType=1); background-size: cover; min-height: 490PX; }
.page-caption { padding: 259px 0px 90px; }
.page-caption-text { }
.page-caption-title { font-size: 42px; line-height: 53px; margin-bottom: 22px; color: #fff; font-weight: 600;}
.page-caption-para-text { font-size: 17px;
    line-height: 33px;
    color: #fff;
    font-weight: 500; }

/*----------------------- Sidebar Page Navigation scroll -------------------------*/
.sidebar-nav-fixed { position: sticky; top: 5rem; }
.sidebar-nav-fixed ul { }
.sidebar-nav-fixed ul li { }
.sidebar-nav-fixed ul li a {font-size: 14px;color: #888ba2;display: block;padding: 8px 10px;background: transparent;border-radius: 4px;line-height: 1.8;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.sidebar-nav-fixed ul li a:hover { color: #4747ff; }
.sidebar-nav-fixed ul li a.active {display: block;color: #d6d3fb;background: #7d56e8;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}

/*---------------------------  Back to top -----------------------------------*/
#return-to-top {z-index: 9999;position: fixed;bottom: 50px;right: 20px;background: #7d56e8;width: 50px;height: 50px;display: block;text-decoration: none;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;display: none;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 100%;}
#return-to-top i { color: #fff; margin: 0; position: relative; left: 16px; top: 9px; font-size: 28px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#return-to-top:hover { background: #653fce; }
#return-to-top:hover i { color: #fff; top: 8px; }
.returntotop { display: none; }




.purchasebtn-fixed {
    position: fixed;
    bottom: 40px;
    right: 80px;
    z-index: 3;
    max-width: 200px;
    max-width: 200px;
    display: none;
}

.purchasebtn-button-bg {
    background-color: #323648;
    color: #fff;
    padding: 1.2rem 1.6rem;
    border-radius: 8px;
    max-width: 200px;
    transition: all .3s;
}

.purchasebtn-price {
    font-weight: 600;
    font-size: 19px;
    padding-left: 10px;
}


/*---------------------  General / Elements  ----------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-xs-small { padding-top: 40px; padding-bottom: 40px; }
.space-small { padding-top: 60px; padding-bottom: 60px; }
.space-medium { padding-top: 100px; padding-bottom: 100px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }
.content { padding-top: 80px; padding-bottom: 80px; }

/*------------------- 8. Footer ------------------------------*/
.footer-pattern-top { position: relative; z-index: 0; }
.footer-pattern-slide { -webkit-clip-path: polygon(0 100%, 100% 83%, 100% 100%); clip-path: polygon(0 100%, 100% 80%, 100% 100%); background-color: #040446; position: absolute; bottom: -81px; width: 100%; height: 370px; }
.footer-dark.footer { }
.footer-dark .footer-widget ul li a { }
.footer-dark .footer-widget-title { color: #fff; }
.footer { background-color: #fff; padding-bottom: 80px; color: #6c6e7a; font-size: 14px; line-height: 28px; position: relative; padding-top: 110px; }
.footer-widget { margin-bottom: 40px; }
.footer-widget-title { color: #323036; font-size: 16px; margin-bottom: 20px; font-weight: 600; }
.footer-widget ul { }
.footer-widget ul li { margin-bottom: 0px; }
.footer-widget ul li a { color: #94949c; line-height: 28px; position: relative; -webkit-transition: color .2s linear; -o-transition: color .2s linear; transition: color .2s linear; display: inline-block; }
.footer-widget ul li a:before { content: ""; width: 0; height: 1px; background: #9864ff; right: 0; left: auto; bottom: 0; position: absolute; -webkit-transition: width .2s linear; -o-transition: width .2s linear; transition: width .2s linear; }
.footer-widget ul li a:hover:before { width: 100%; right: auto; left: 0; }
.footer-widget ul li a:hover { color: #9864ff; text-decoration: none; }
.tiny-footer {font-size: 14px;line-height: 28px;padding-top: 20px;padding-bottom: 15px;line-height: 1.5;color: #94949c;}
.tiny-footer ul { }
.tiny-footer ul li { float: left; }
.tiny-footer ul li a {color: #9c9ca3;font-size: 13px;margin-right: 25px;font-weight: 500;}
.tiny-footer ul li a:hover { color: #4334f1; text-decoration: none; }
.footer-dark { background-color: #303040; color: #94949c; padding-bottom: 80px; font-size: 14px; line-height: 28px; position: relative; padding-top: 110px; }
.footer-dark-widget { margin-bottom: 40px; }
.footer-dark-widget-title { color: #fff; font-size: 16px; margin-bottom: 20px; font-weight: 600; }
.footer-dark-widget ul { }
.footer-dark-widget ul li { margin-bottom: 0px; }
.footer-dark-widget ul li a { color: #94949c; line-height: 28px; position: relative; -webkit-transition: color .2s linear; -o-transition: color .2s linear; transition: color .2s linear; display: inline-block; }
.footer-dark-widget ul li a:before { content: ""; width: 0; height: 1px; background: #9864ff; right: 0; left: auto; bottom: 0; position: absolute; -webkit-transition: width .2s linear; -o-transition: width .2s linear; transition: width .2s linear; }
.footer-dark-widget ul li a:hover:before { width: 100%; right: auto; left: 0; }
.tiny-footer-dark { font-size: 14px; line-height: 30px; padding-top: 20px; padding-bottom: 15px; }
.tiny-footer-dark ul { }
.tiny-footer-dark ul li { float: left; }
.tiny-footer-dark ul li a { color: #94949c; font-size: 13px; margin-right: 25px; font-weight: 500; }
.tiny-footer-dark ul li a:hover { color: #00d090; text-decoration: none; }

/*-------------------------------------------------------------------
9. Slider
-------------------------------------------------------------------*/

/* ----------------------- Slider-One -------------------------*/

.hero-slide {
    background: rgb(2,0,36);
    background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(45,54,76,1) 35%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(45,54,76,1) 35%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(45,54,76,1) 35%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
    min-height: 800PX;
}
.hero-slide-caption {padding: 240px 0px 0px;}
.hero-slide-img { padding: 200px 0px 0px; position: relative; z-index: 9; text-align: center; }
.hero-slide-caption-title {font-size: 48px;line-height: 58px;color: #fff;font-weight: 800;}
.hero-slide-caption-text { }

/*-------------------- 
Client Class
---------------------*/
.client-block { }
.client-block-title { }
.client-block-content { }
.client-block-img { }
.client-block-text { }

/*------ client-block-v1 -------*/
.client-block-v1 { }
.client-block-v1.client-block { margin-bottom: 30px; }
.client-block-v1 .client-block-img { }

/* ------------- Features --------------*/
.feature-block { }
.feature-content { }
.feature-title {  }
.feature-icon { }

/* --------------- features v1 ------------------------*/
.feature-block-v1.feature-block { margin-bottom: 30px; background-color: #fff; border: 1px solid #dedfea; border-radius: 4px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.feature-block-v1 .feature-content { padding: 30px; }
.feature-block-v1 .feature-title { }
.feature-block-v1 .feature-text { }
.feature-block-v1 .feature-icon { display: block; height: 80px; width: 80px; font-size: 35px; line-height: 2.2; margin-bottom: 30px; text-align: center; border-radius: 100%; }
.feature-section { }
.feature-section-content { }
.feature-section-img { }
.feature-section-v1.feature-section { padding-top: 200px !important; }
.feature-section-v1 .feature-section-content {margin-bottom: 40px;padding-top: 70px;}
.feature-section-v1 .feature-section-img { position: relative; }
.feature-section-v2.feature-section { }
.feature-section-v2 .feature-section-content { }
.feature-section-v2 .feature-section-img { position: relative; }
.ftsection-img-first { position: absolute; top: 150px; right: -18px; }
.ftsection-img-second { position: absolute; right: 0px; top: 50px; }
.ftsection-img-third { position: absolute; top: 50px; left: 20px; }
.ftsection-img-fourth { position: absolute; top: 230px; left: -18px; }
.cta-section { }
.cta-section-img { }
.cta-section-content { }
.cta-section-title { }
.cta-section-v1.cta-section {
    background: rgb(2,0,36);
    background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(45,54,76,1) 35%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(45,54,76,1) 35%, rgba(0,212,255,1) 100%);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(45,54,76,1) 35%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
    min-height: 376PX;
    text-align: center;
    background-size: cover;
}
.cta-section-v1 .cta-section-content { padding: 97px 0px; }
.cta-section-v1 .cta-section-title { font-size: 36px; line-height: 46px; color: #fff; margin-bottom: 45px; }

/* --------------- index second ------------------------*/

/* --------------- hero slide second ------------------------*/

.hero-slide-second { background: rgba(137, 94, 255, 1); background: -moz-linear-gradient(top, rgba(137, 94, 255, 1) 0%, rgba(132, 96, 252, 1) 9%, rgba(131, 96, 252, 1) 10%, rgba(131, 96, 252, 1) 13%, rgba(153, 124, 252, 0.99) 25%, rgba(198, 183, 253, 0.98) 50%, rgba(234, 230, 254, 0.96) 70%, rgba(241, 239, 254, 0.95) 78%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.93) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(9%, rgba(132, 96, 252, 1)), color-stop(10%, rgba(131, 96, 252, 1)), color-stop(13%, rgba(131, 96, 252, 1)), color-stop(25%, rgba(153, 124, 252, 0.99)), color-stop(50%, rgba(198, 183, 253, 0.98)), color-stop(70%, rgba(234, 230, 254, 0.96)), color-stop(78%, rgba(241, 239, 254, 0.95)), color-stop(93%, rgba(255, 255, 255, 0.94)), color-stop(100%, rgba(255, 255, 255, 0.93))); background: -webkit-linear-gradient(top, rgba(137, 94, 255, 1) 0%, rgba(132, 96, 252, 1) 9%, rgba(131, 96, 252, 1) 10%, rgba(131, 96, 252, 1) 13%, rgba(153, 124, 252, 0.99) 25%, rgba(198, 183, 253, 0.98) 50%, rgba(234, 230, 254, 0.96) 70%, rgba(241, 239, 254, 0.95) 78%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.93) 100%); background: -o-linear-gradient(top, rgba(137, 94, 255, 1) 0%, rgba(132, 96, 252, 1) 9%, rgba(131, 96, 252, 1) 10%, rgba(131, 96, 252, 1) 13%, rgba(153, 124, 252, 0.99) 25%, rgba(198, 183, 253, 0.98) 50%, rgba(234, 230, 254, 0.96) 70%, rgba(241, 239, 254, 0.95) 78%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.93) 100%); background: -ms-linear-gradient(top, rgba(137, 94, 255, 1) 0%, rgba(132, 96, 252, 1) 9%, rgba(131, 96, 252, 1) 10%, rgba(131, 96, 252, 1) 13%, rgba(153, 124, 252, 0.99) 25%, rgba(198, 183, 253, 0.98) 50%, rgba(234, 230, 254, 0.96) 70%, rgba(241, 239, 254, 0.95) 78%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.93) 100%); background: linear-gradient(to bottom, rgba(137, 94, 255, 1) 0%, rgba(132, 96, 252, 1) 9%, rgba(131, 96, 252, 1) 10%, rgba(131, 96, 252, 1) 13%, rgba(153, 124, 252, 0.99) 25%, rgba(198, 183, 253, 0.98) 50%, rgba(234, 230, 254, 0.96) 70%, rgba(241, 239, 254, 0.95) 78%, rgba(255, 255, 255, 0.94) 93%, rgba(255, 255, 255, 0.93) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#ffffff', GradientType=0); background-size: cover; min-height: 1100px; color: #fff; }
.hero-slide-second-caption { padding: 230px 80px 0px; }
.hero-slide-second-img { padding: 258px 0px 0px; position: relative; z-index: 9; }
.hero-slide-second-caption-title { font-size: 38px; line-height: 48px; color: #fff; }
.hero-slide-second-caption-text { }

/* --------------- features v2 ------------------------*/
.feature-block-v2.feature-block { margin-bottom: 30px; text-align: center; }
.feature-block-v2 .feature-content { }
.feature-block-v2 .feature-title { }
.feature-block-v2 .feature-text { }
.feature-block-v2 .feature-icon { display: block; font-size: 70px; margin-bottom: 65px; text-align: center; border-radius: 100%; margin-left: auto; margin-right: auto; color: #4334f1; }
.feature-section-v3.feature-section { }
.feature-section-v3 .feature-section-content { }
.feature-section-v3 .feature-section-img { position: relative; }
.feature-section-v3 .feature-section-img img { border-radius: 4px; }

/* --------------- testimonial v2 ------------------------*/
.testimonial-block-v12 { }
.testimonial-block-v12.testimonial-block { background-color: #fff; background-clip: border-box; margin-bottom: 30px; border: 1px solid #ebedfc; border-radius: 4px; }
.testimonial-block-v12 .testimonial-content { padding: 55px 45px; }
.testimonial-block-v12 .testimonial-text { font-size: 17px; line-height: 32px; }
.testimonial-block-v12 .testimonial-meta {align-self: center;}
.testimonial-block-v12 .testimonial-meta-name {margin-bottom: 0px;}
.testimonial-block-v12 .testimonial-img { margin-right: 18px; }

/* --------------- testimonial v2 ------------------------*/
.testimonial-block-v13 { }
.testimonial-block-v13.testimonial-block { background-color: #fff; background-clip: border-box; margin-bottom: 30px; border: 1px solid #ebedfc; border-radius: 4px; }
.testimonial-block-v13 .testimonial-content { padding: 40px; }
.testimonial-block-v13 .testimonial-text { font-size: 16px; line-height: 30px; }
.testimonial-block-v13 .testimonial-meta { margin-bottom: 22px; }
.testimonial-block-v13 .testimonial-meta-name { margin-bottom: 5px; font-size: 16px; line-height: 26px; }
.testimonial-block-v13 .testimonial-img { margin-right: 18px; }

/* --------------- index Third ------------------------*/

/* --------------- hero slide third ------------------------*/

.hero-slide-third { background: rgba(71, 52, 215, 1); background: -moz-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71, 52, 215, 1)), color-stop(70%, rgba(176, 121, 199, 0.99)), color-stop(100%, rgba(176, 121, 199, 0.99))); background: -webkit-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: -o-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: -ms-linear-gradient(left, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); background: linear-gradient(to right, rgba(71, 52, 215, 1) 0%, rgba(176, 121, 199, 0.99) 70%, rgba(176, 121, 199, 0.99) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4734d7', endColorstr='#b079c7', GradientType=1); background-size: cover; min-height: 740px; color: #fff; position: relative; }
.hero-slide-third-caption {padding: 250px 0px 0px;}
.hero-slide-third-img { padding: 100px 90px 0px; position: absolute; z-index: 9; }
.hero-slide-third-caption-title {font-size: 38px;line-height: 58px;color: #fff;font-weight: 800;}
.hero-slide-third-caption-text { }
.blue-gradient-bg { background: rgba(56, 42, 217, 1); background: -moz-linear-gradient(-45deg, rgba(56, 42, 217, 1) 0%, rgba(152, 100, 255, 0.99) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(56, 42, 217, 1)), color-stop(100%, rgba(152, 100, 255, 0.99))); background: -webkit-linear-gradient(-45deg, rgba(56, 42, 217, 1) 0%, rgba(152, 100, 255, 0.99) 100%); background: -o-linear-gradient(-45deg, rgba(56, 42, 217, 1) 0%, rgba(152, 100, 255, 0.99) 100%); background: -ms-linear-gradient(-45deg, rgba(56, 42, 217, 1) 0%, rgba(152, 100, 255, 0.99) 100%); background: linear-gradient(135deg, rgba(56, 42, 217, 1) 0%, rgba(152, 100, 255, 0.99) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#382ad9', endColorstr='#9864ff', GradientType=1); }
.green-gradient-bg { background: rgba(1, 205, 147, 0.99); background: -moz-linear-gradient(-45deg, rgba(1, 205, 147, 0.99) 0%, rgba(1, 205, 147, 0.99) 4%, rgba(226, 255, 138, 1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(1, 205, 147, 0.99)), color-stop(4%, rgba(1, 205, 147, 0.99)), color-stop(100%, rgba(226, 255, 138, 1))); background: -webkit-linear-gradient(-45deg, rgba(1, 205, 147, 0.99) 0%, rgba(1, 205, 147, 0.99) 4%, rgba(226, 255, 138, 1) 100%); background: -o-linear-gradient(-45deg, rgba(1, 205, 147, 0.99) 0%, rgba(1, 205, 147, 0.99) 4%, rgba(226, 255, 138, 1) 100%); background: -ms-linear-gradient(-45deg, rgba(1, 205, 147, 0.99) 0%, rgba(1, 205, 147, 0.99) 4%, rgba(226, 255, 138, 1) 100%); background: linear-gradient(135deg, rgba(1, 205, 147, 0.99) 0%, rgba(1, 205, 147, 0.99) 4%, rgba(226, 255, 138, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01cd93', endColorstr='#e2ff8a', GradientType=1); }
.borse-gradient-bg { background: rgba(68, 52, 241, 1); background: -moz-linear-gradient(-45deg, rgba(68, 52, 241, 1) 0%, rgba(68, 52, 241, 1) 44%, rgba(238, 87, 255, 0.99) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(68, 52, 241, 1)), color-stop(44%, rgba(68, 52, 241, 1)), color-stop(100%, rgba(238, 87, 255, 0.99))); background: -webkit-linear-gradient(-45deg, rgba(68, 52, 241, 1) 0%, rgba(68, 52, 241, 1) 44%, rgba(238, 87, 255, 0.99) 100%); background: -o-linear-gradient(-45deg, rgba(68, 52, 241, 1) 0%, rgba(68, 52, 241, 1) 44%, rgba(238, 87, 255, 0.99) 100%); background: -ms-linear-gradient(-45deg, rgba(68, 52, 241, 1) 0%, rgba(68, 52, 241, 1) 44%, rgba(238, 87, 255, 0.99) 100%); background: linear-gradient(135deg, rgba(68, 52, 241, 1) 0%, rgba(68, 52, 241, 1) 44%, rgba(238, 87, 255, 0.99) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4434f1', endColorstr='#ee57ff', GradientType=1); }
.feature-block-v3.feature-block { margin-bottom: 30px; text-align: center; }
.feature-block-v3 .feature-content { }
.feature-block-v3 .feature-title { }
.feature-block-v3 .feature-text { }
.feature-block-v3 .feature-icon {display: block;height: 130px;width: 130px;font-size: 60px;margin-bottom: 45px;text-align: center;border-radius: 100%;margin-left: auto;margin-right: auto;color: #ffffff;padding: 30px 41px;line-height: 77px;}
.feature-section-v4.feature-section { padding: 140px 0px; }
.feature-section-v4 .feature-section-content { padding-top: 140px; }
.feature-section-v4 .feature-section-img { position: absolute; top: 0; left: 80px; }
.feature-section-v4 .feature-section-img-bg { background-image: url(../images/slating-box.png); background-color: transparent; background-repeat: no-repeat; background-position: 100% 100%; background-size: cover; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 600px; margin-bottom: -1px; position: relative; }
.feature-section-v4 .feature-section-img img { border-radius: 4px; }
.feature-section-v5.feature-section { padding: 140px 0px; }
.feature-section-v5 .feature-section-content { }
.feature-section-v5 .feature-section-img { position: absolute; bottom: 40px; left: 140px; }
.feature-section-v5 .feature-section-img-bg { background-image: url(../images/standing-box.png); background-color: transparent; background-repeat: no-repeat; background-position: 0% 100%; background-size: cover; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 614px; margin-bottom: -1px; position: relative; }
.feature-section-v5 .feature-section-img img { border-radius: 4px; }
.process-block-v4.process-block { margin-bottom: 30px; }
.process-block-v4 .process-content { }
.process-block-v4 .process-title {font-size: 24px;line-height: 30px;margin-bottom: 21px;}
.process-block-v4 .process-text { }
.process-block-v4 .process-icon {display: inline-block;height: 92px;width: 92px;font-size: 26px;margin-bottom: 45px;border-radius: 100%;color: #ffffff;padding: 29px 30px;line-height: 38px;background-color: #3c2bec;}
.process-pattern { position: relative; }
.process-pattern:before {content: '';background: url(../images/process-pattern-1.png)no-repeat;height: 94px;width: 230px;background-repeat: no-repeat;position: absolute;bottom: 134px;z-index: -99999;left: 121px;}
.process-pattern-second { position: relative; }
.process-pattern-second:before {content: '';background: url(../images/process-pattern-2.png)no-repeat;height: 91px;width: 237px;background-repeat: no-repeat;position: absolute;bottom: 209px;z-index: -99999;left: 119px;}
.cta-section-v2.cta-section { text-align: center; background: rgba(137, 94, 255, 1); background: -moz-linear-gradient(-45deg, rgba(137, 94, 255, 1) 0%, rgba(137, 94, 255, 1) 48%, rgba(74, 54, 241, 1) 76%, rgba(74, 54, 241, 1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(48%, rgba(137, 94, 255, 1)), color-stop(76%, rgba(74, 54, 241, 1)), color-stop(100%, rgba(74, 54, 241, 1))); background: -webkit-linear-gradient(-45deg, rgba(137, 94, 255, 1) 0%, rgba(137, 94, 255, 1) 48%, rgba(74, 54, 241, 1) 76%, rgba(74, 54, 241, 1) 100%); background: -o-linear-gradient(-45deg, rgba(137, 94, 255, 1) 0%, rgba(137, 94, 255, 1) 48%, rgba(74, 54, 241, 1) 76%, rgba(74, 54, 241, 1) 100%); background: -ms-linear-gradient(-45deg, rgba(137, 94, 255, 1) 0%, rgba(137, 94, 255, 1) 48%, rgba(74, 54, 241, 1) 76%, rgba(74, 54, 241, 1) 100%); background: linear-gradient(135deg, rgba(137, 94, 255, 1) 0%, rgba(137, 94, 255, 1) 48%, rgba(74, 54, 241, 1) 76%, rgba(74, 54, 241, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#4a36f1', GradientType=1); background-size: cover; min-height: 528PX; }
.cta-section-v2 .cta-section-content { padding: 170px 0px; }
.cta-section-v2 .cta-section-title { font-size: 36px; line-height: 46px; color: #fff; margin-bottom: 30px; }

/* --------------- index fourth ------------------------*/

/* --------------- hero slide fourth ------------------------*/

.hero-slide-fourth { background-image: url(../images/hero-img-4.png); background-color: #ffffff; background-repeat: no-repeat; background-position: 100% 100%; background-size: cover; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 820px; margin-bottom: -1px; position: relative; }
.hero-slide-fourth-caption { padding: 280px 0px 0px; }
.hero-slide-fourth-img { padding: 100px 90px 0px; position: absolute; z-index: 9; }
.hero-slide-fourth-caption-title { font-size: 42px; line-height: 56px; font-weight: 700; }
.hero-slide-fourth-caption-text { }

/* -------------- Pills vertical ---------------------*/
.ft-section-tab { margin-bottom: 20px; }
.ft-section-tab .nav.nav-pills { }
.ft-section-tab .nav.nav-pills .nav-link { background-color: #ffffff; padding: 26px; margin-bottom: 8px; color: #808294; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; box-shadow: 0px 2px 4px rgb(0, 0, 0, .05); }
.ft-section-tab .nav.nav-pills .nav-link.active { background-color: #fff; 
	color: #4334f1; }
	.ft-section-tab .nav.nav-pills .nav-link.active .ft-section-tab-content-title{ background-color: #fff; 
	color: #4334f1; }
.ft-section-tab .tab-content { }
.ft-section-tab-icon {font-size: 20px;line-height: 34px;margin-right: 25px;}
.ft-section-tab-content { color: #6c6e7a; font-size: 15px; line-height: 26px; transition: 2s ease-in; }
.ft-section-tab-content-title { margin-bottom: 0px; color: #6c6e7a; font-size: 16px; line-height: 28px; }
.ft-section-tab .tab-content .fade { transition: opacity .80s linear; }
.feature-section-v6.feature-section { padding: 140px 0px; }
.feature-section-v6 .feature-section-content { }
.feature-section-v6 .feature-section-img { position: absolute; top: 30px; left: 22px; right: 0; }
.feature-section-img-shape:before { content: ''; background: url(../images/triangle-shape.png)no-repeat; height: 528px; width: 423px; background-repeat: no-repeat; position: absolute; bottom: -87px; z-index: -99999; right: -30px; }
.feature-section-v6 .feature-section-img-bg { background-image: url(../images/ft-section-bg-1.png); background-color: transparent; background-repeat: no-repeat; background-position: 0% 0%; background-size: cover; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 377px; margin-bottom: -1px; position: relative; }
.feature-section-v6 .feature-section-img img { border-radius: 4px; }
.inte-section { background-color: #ffffff; border-radius: 6px; padding: 55px; border-radius: 4px; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; -webkit-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.13); box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.13); }
.inte-section-logo { margin-right: 40px; }
.inte-section-content { }
.inte-section-content-title { font-size: 26px; line-height: 36px; }
.inte-section-content-text { font-size: 15px; line-height: 30px; }
.counter-v2.counter-block { margin-bottom: 30px; text-align: center; }
.counter-v2 .counter-block-content { padding: 30px; }
.counter-v2 .counter-block-title { font-size: 40px; line-height: 56px; font-weight: 700; }
.counter-v2 .counter-block-text { }
.counter-v2 .counter-block-icon { background-color: #eeeeff; height: 110px; width: 110px; margin-bottom: 15px; margin-left: auto; margin-right: auto; color: #4334f1; border-radius: 100%; text-align: center; font-size: 32px; padding: 36px; line-height: 40px; }

/*------------------ Pricing v5 table -----------------------------------*/
.pricing-block-v1 { }
.pricing-block-v1.pricing-block { background-color: #ffffff; position: relative; }
.pricing-block-v1.pricing-block .pricing-icon { margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 50px; border-radius: 100%; }
.pricing-block-v1 .pricing-head { margin-bottom: 30px; }
.pricing-block-v1 .pricing-head-title { font-size: 24px; line-height: 34px; margin-bottom: 0px; }
.pricing-block-v1 .pricing-head-text { font-size: 14px; }
.pricing-block-v1 .pricing-bottom-price { font-size: 48px; font-weight: 700; color: #181825; line-height: 42px; margin-top: 26px; margin-bottom: 0px; }
.pricing-block-v1 .pricing-content { border-radius: 4px 4px 0px; text-align: center; padding: 45px; border: 1px solid #e7e7fe; }
.pricing-block-v1 .pricing-content-list { border-radius: 0px 4px 4px; background-color: #fafafe; border: 1px solid #e7e7fe; margin-top: -1px; padding: 40px; font-size: 15px; }
.pricing-block-v1 .pricing-content-list ul { margin: 0px; padding: 0px; }
.pricing-block-v1 .pricing-content-list ul li { margin-top: -1px; list-style: none; }
.pricing-block-v1 .pricing-content-list ul li i { font-size: 12px; margin-right: 8px; color: #4334f1; }
.pricing-block-v1 .dollor-sign { font-size: 14px; position: absolute; margin-top: -13px; margin-left: -12px; font-weight: 500; }
.testimonial-block-v14 { }
.testimonial-block-v14.testimonial-block { border-radius: 4px; background-color: #ffffff; padding: 80px 70px; }
.testimonial-block-v14 .testimonial-content { }
.testimonial-block-v14 .testimonial-meta { display: inline-block; }
.testimonial-block-v14 .testimonial-meta-name { font-size: 17px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v14 .testimonial-meta-designation { font-size: 12px; color: #a7a7c0; line-height: 20px; }
.testimonial-block-v14 .testimonial-content-text { font-size: 26px; line-height: 46px; font-style: italic; color: #2f2e35; }
.testimonial-block-v14 .testimonial-img img { height: 65px; width: 65px; margin-bottom: 30px; margin-right: 20px; }
.testimonial-block-v14 .testimonial-img { display: inline-block; }
.testimonial-block-v14 .testimonial-left-part { display: flex; }
.testimonial-carousel-v3 { }
.testimonial-carousel-v3 .owl-carousel .owl-item { }
.testimonial-carousel-v3 .owl-prev { position: absolute; }
.testimonial-carousel-v3 .owl-next { position: absolute; }
.testimonial-carousel-v3 .owl-prev, .testimonial-carousel-v3 .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.testimonial-carousel-v3 .owl-prev:hover, .testimonial-carousel-v3 .owl-next:hover { background-color: transparent; color: #8b61ff; }
.testimonial-carousel-v3 .owl-theme .owl-nav { display: none; }
.testimonial-carousel-v3 .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #8b61ff; font-size: 18px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: transparent; }
.testimonial-carousel-v3 .owl-theme .owl-nav [class*='owl-']:hover { background: transparent; color: #8b61ff; text-decoration: none; }
.testimonial-carousel-v3 .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 4px 2px; background: #e0e0f4; border: 2px solid #e0e0f4; border-radius: 100%; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.testimonial-carousel-v3 .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 50px; position: relative; }
.testimonial-carousel-v3 .owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel-v3 .owl-theme .owl-dots .owl-dot:hover span { background: #4334f1 !important; border-color: #4334f1; }

/*------ client-logo -------*/
.client-logo-v1 { padding: 25px; margin-bottom: 10px; }
.client-logo-v1-img { }
.client-logo-v2-section { margin-top: 70px; width: 340px; }
.client-logo-v2 { padding: 0px; }
.client-logo-v2-img { }
.cta-section-v3.cta-section { text-align: center; background-color: #292938; background-size: cover; min-height: 360PX; }
.cta-section-v3 .cta-section-content { padding: 112px 0px; }
.cta-section-v3 .cta-section-title { font-size: 36px; line-height: 46px; color: #fff; margin-bottom: 30px; }

/* --------------- index fifth ------------------------*/

/* --------------- hero slide fifth ------------------------*/

.hero-slide-fifth { background-image: url(../images/hero-shape-5.png); background-color: #ffffff; background-repeat: no-repeat; background-position: 113% 183%; background-size: cover; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 970px; margin-bottom: -1px; position: relative; }
.hero-slide-fifth-caption { padding: 280px 0px 0px; }
.hero-slide-fifth-img { padding: 100px 90px 0px; position: absolute; z-index: 9; }
.hero-slide-fifth-caption-title { font-size: 40px; line-height: 56px; font-weight: 600; letter-spacing: -1px; }
.hero-slide-fifth-caption-text { font-size: 16px; line-height: 28px; }
.hero-slide-fifth-graph { padding: 210px 0px 210px 50px; }
.hero-slide-fifth-graph-one { margin-bottom: 30px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }
.hero-slide-fifth-graph-two { margin-bottom: 30px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }
.hero-slide-fifth-graph-three { margin-bottom: 30px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }
.hero-slide-fifth-graph-four { margin-bottom: 30px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }

/* --------------- ft-section-second-tab ------------------------*/
.ft-section-second-tab { margin-bottom: 20px; }
.ft-section-second-tab .nav.nav-pills { }
.ft-section-second-tab .nav.nav-pills .nav-link { background-color: #ffffff; padding: 9px; margin-bottom: 8px; color: #6c6e7a; display: -ms-flexbox;/* display: flex; */ -ms-flex-align: start;/* align-items: flex-start; */ border: 1px solid #e7e7eb; margin-right: 8px; font-size: 15px; line-height: 32px; font-weight: 600; box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.08); }
.ft-section-second-tab .nav.nav-pills .nav-link.active { background-color: #fff; color: #4334f1; border-color: #4334f1; }
.ft-section-second-tab .tab-content { margin-top: 50px; margin-bottom: 80px; }
.ft-section-second-tab .tab-content img { box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; }
.ft-section-second-tab .tab-content .fade { transition: opacity .80s linear; }
.ft-section-second-tab-bg { position: relative; background-color: #fafafe;/* max-height: 600px; */ padding: 300px 0px;/* bottom: 590px; *//* margin-bottom: -590px; */z-index: -1; margin-top: -610px; }
.feature-block-v4.feature-block { margin-bottom: 60px; }
.feature-block-v4 .feature-content { padding-left: 100px; font-size: 15px; line-height: 26px; }
.feature-block-v4 .feature-title {font-size: 18px;line-height: 26px;margin-bottom: 8px;}
.feature-block-v4 .feature-text { }
.feature-block-v4 .feature-icon { display: block; float: left; height: 68px; width: 68px; font-size: 24px; margin-bottom: 35px; border-radius: 100%; color: #ffffff; padding: 17px 20px; line-height: 1.5; background: rgba(67, 42, 255, 1); background: -moz-linear-gradient(left, rgba(67, 42, 255, 1) 0%, rgba(150, 104, 203, 1) 54%, rgba(150, 104, 203, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(67, 42, 255, 1)), color-stop(54%, rgba(150, 104, 203, 1)), color-stop(100%, rgba(150, 104, 203, 1))); background: -webkit-linear-gradient(left, rgba(67, 42, 255, 1) 0%, rgba(150, 104, 203, 1) 54%, rgba(150, 104, 203, 1) 100%); background: -o-linear-gradient(left, rgba(67, 42, 255, 1) 0%, rgba(150, 104, 203, 1) 54%, rgba(150, 104, 203, 1) 100%); background: -ms-linear-gradient(left, rgba(67, 42, 255, 1) 0%, rgba(150, 104, 203, 1) 54%, rgba(150, 104, 203, 1) 100%); background: linear-gradient(to right, rgba(67, 42, 255, 1) 0%, rgba(150, 104, 203, 1) 54%, rgba(150, 104, 203, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#432aff', endColorstr='#9668cb', GradientType=1); }
.ft-section-third-tab { margin-bottom: 20px; }
.ft-section-third-tab .nav.nav-pills { margin: 0 auto; max-width: 1140px; }
.ft-section-third-tab .nav.nav-pills .nav-link { background-color: #ffffff; padding: 9px; margin-bottom: 8px; color: #6c6e7a; display: -ms-flexbox;/* display: flex; */ -ms-flex-align: start;/* align-items: flex-start; */ border: 1px solid #e7e7eb; margin-right: 8px; font-size: 15px; line-height: 32px; font-weight: 600; box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.08); }
.ft-section-third-tab .nav.nav-pills .nav-link.active { background-color: #fff; color: #4334f1; border-color: #4334f1; }
.ft-section-third-tab .tab-content { margin-top: 50px; margin-bottom: 80px; }
.ft-section-third-tab .tab-content img {box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;/* margin-bottom: 30px; *//* margin-top: 30px; */}
.ft-section-third-tab .tab-content .fade { transition: opacity .80s linear; }
.testimonial-block-v15 { }
.testimonial-block-v15.testimonial-block { margin-top: 30px; }
.testimonial-block-v15 .testimonial-content { }
.testimonial-block-v15 .testimonial-meta {margin-left: 20px;}
.testimonial-block-v15 .testimonial-meta-name { font-size: 16px; line-height: 29px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v15 .testimonial-meta-designation { font-size: 12px; color: #a7a7c0; line-height: 20px; }
.testimonial-block-v15 .testimonial-content-text { }
.testimonial-block-v15 .testimonial-img img {height: 65px;width: 65px;/* margin-right: 20px; *//* margin-bottom: 18px; */}
.testimonial-block-v15 .testimonial-img { }
.testimonial-block-v15 .testimonial-left-part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    margin-bottom: 22px;
}
.case-study-block { }
.case-study-block-img { }
.case-study-block-content { }
.case-study-block-title { }
.case-study-block-text { }
.case-study-block-subtext { }
.case-study-section-1 { position: relative; padding-top: 100px; margin-top: -454px;}
.case-study-block-v1 { }
.case-study-block-v1.case-study-block { background-color: #ffffff; transition: all .4s ease; margin-bottom: 80px;/* border: 1px solid #e6e6f8; */ border-radius: 6px; box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.05); }
.case-study-block-v1 .case-study-block-img { position: relative; }
.case-study-block-v1 .case-study-block-img:before { }
.case-study-block-v1 .case-study-block-img img { border-top-left-radius: 6px; border-top-right-radius: 6px; }
.case-study-block-v1 .case-study-block-content { padding: 40px; }
.case-study-block-v1 .case-study-block-title { }
.case-study-block-v1 .case-study-block-text { }
.case-study-block-v1 .case-study-block-category { font-size: 14px; line-height: 26px; margin-bottom: 0px; }
.case-study-block-v1.case-study-block:hover { cursor: pointer; -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); transition: all .4s ease; transform: translate3D(0, -20px, 0) scale(1); }
.case-study-block-v1 .case-study-block-logo { height: 80px; width: auto; }
.case-study-block-v1 .case-study-block-shape { position: relative; }
.case-study-block-v1 .case-study-block-shape:after { -webkit-clip-path: polygon(100% 79%, -16% 100%, 100% 100%); clip-path: polygon(100% 79%, -16% 100%, 100% 100%); background-color: #fff; bottom: -1px; z-index: 111; content: ''; height: 110px; min-width: 100%; position: absolute; }
.ft-section-third-tab-bg { position: relative; background: rgba(68, 44, 253, 1); 
	background: -moz-linear-gradient(left, rgba(68, 44, 253, 1) 0%, rgba(132, 90, 215, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68, 44, 253, 1)), color-stop(100%, rgba(132, 90, 215, 1))); 
	background: -webkit-linear-gradient(left, rgba(68, 44, 253, 1) 0%, rgba(132, 90, 215, 1) 100%); 
	background: -o-linear-gradient(left, rgba(68, 44, 253, 1) 0%, rgba(132, 90, 215, 1) 100%); 
	background: -ms-linear-gradient(left, rgba(68, 44, 253, 1) 0%, rgba(132, 90, 215, 1) 100%); 
	background: linear-gradient(to right, rgba(68, 44, 253, 1) 0%, rgba(132, 90, 215, 1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#442cfd', endColorstr='#845ad7', GradientType=1); 
	z-index: -1;  min-height: 450px; }
.intigration-logo-v1 { text-align: center; padding: 40px; height: 165px; width: 165px; box-shadow: 0 .0rem 1rem rgba(0, 0, 0, .10) !important; background-color: #fff; border: 1px solid #eeeefa; border-radius: 4px; margin-bottom: 20px; }
.intigration-logo-space { margin-top: 60px; }
.testimonial-block-v16 { }
.testimonial-block-v16.testimonial-block { border-radius: 6px; padding: 45px; background-color: #fff; margin-bottom: 30px; }
.testimonial-block-v16 .testimonial-content { }
.testimonial-block-v16 .testimonial-meta-name { font-size: 16px; line-height: 28px; margin-bottom: 0px; }
.testimonial-block-v16 .testimonial-meta-designation { font-size: 13px; color: #4334f1; line-height: 24px; font-weight: 500; }
.testimonial-block-v16 .testimonial-content-text { font-size: 15px; line-height: 26px; color: #6c6e7a; font-style: italic; }
.testimonial-block-v16 .testimonial-img { text-align: center; }
.testimonial-block-v16 .testimonial-img img { border: 5px solid #fff; height: 105px; width: 105px; margin-bottom: 35px; }
.client-logo-v3 { padding: 0px 65px 0px 65px; }
.client-logo-v3-img { }

/* --------------- index sixth ------------------------*/

/* --------------- hero slide sixth ------------------------*/


.navbar-transparent-second { padding: 12px 0px; }
.navbar-transparent-second .navbar-toggler { padding: 11px 13px; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid #eaeaf0; border-radius: .25rem; position: relative; background-color: #fff; }
.navbar-transparent-second.navbar-light .navbar-nav .nav-link { color: #2f2e35; padding: 9px 16px; }
.navbar-transparent-second .navbar-nav .nav-item .nav-link { font-size: 15px; color: #2f2e35; line-height: 26px; font-weight: 500; transition: color .3s ease 0s; border-bottom: none; }
.navbar-transparent-second .navbar-collapse.show .navbar-nav .nav-item .nav-link { border-bottom: 1px solid #e5e5ee; }
.navbar-transparent-second .dropdown-toggle::after { margin-top: 1px; display: inline-block; width: 0; height: 0; margin-left: 6px; vertical-align: -2px; content: "\f107"; border-top: none; border-right: none; border-bottom: none; border-left: none; color: #4d4c53; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; margin-right: 15px; font-size: 13px; float: right; }
.navbar-transparent-second .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item { border-bottom: 1px solid #f1f1f6; border-radius: 0px; }
.hero-slide-sixth { background-color: #f9f9fd; background-repeat: no-repeat; background-size: cover; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; width: auto; position: relative; min-height: 800px; margin-bottom: 240px; }
.hero-slide-sixth-caption { padding: 200px 0px 0px; margin-bottom: 90px; }
.hero-slide-sixth-img { position: relative; margin-bottom: -230px; }
.hero-slide-sixth-caption-title {font-size: 50px;line-height: 64px;font-weight: 600;letter-spacing: -2px;}
.hero-slide-sixth-caption-text { font-size: 15px; line-height: 28px; }
.hero-slide-sixth-graph { }
.feature-block-v5.feature-block { margin-bottom: 80px; }
.feature-block-v5 .feature-content { font-size: 16px; text-align: center; }
.feature-block-v5 .feature-title { margin-bottom: 30px; }
.feature-block-v5 .feature-content-list { }
.feature-block-v5 .feature-content-list ul { }
.feature-block-v5 .feature-content-list ul li {margin-bottom: 10px;}
.feature-block-v5 .feature-content-list ul li i { font-size: 13px; color: #4334f1; padding-right: 10px; }
.feature-block-v6.feature-block { margin-bottom: 30px; }
.feature-block-v6 .feature-content { font-size: 15px; line-height: 24px; }
.feature-block-v6 .feature-title { font-size: 20px; line-height: 32px; margin-bottom: 10px; }
.feature-block-v6 .feature-img { }

/*-------------------   Testimonial Carousel ----------------------------*/
.testimonial-carousel-v4 { }
.testimonial-carousel-v4 .owl-carousel .owl-item { }
.testimonial-carousel-v4 .owl-carousel .owl-item img { width: initial; }
.testimonial-carousel-v4 .owl-theme .owl-nav { margin-top: 0px; text-align: center; }
.testimonial-carousel-v4 .owl-theme .owl-nav .owl-prev { position: absolute; top: 40%; left: 10px; }
.testimonial-carousel-v4 .owl-theme .owl-nav .owl-next { position: absolute; top: 40%; right: 10px; }
.testimonial-carousel-v4 .owl-theme .owl-nav [class*='owl-'] { color: #2f2e35; font-size: 18px; margin: 5px; padding: 9px 10px; background: white; display: inline-block; cursor: pointer;/* border-radius: 100%; */ text-align: center; height: 52px; width: 52px; border: 2px solid #ffffff; }
.testimonial-carousel-v4 .owl-theme .owl-nav [class*='owl-']:hover { background: #01d486; color: #FFF; text-decoration: none; border-color: #01d486; }
.testimonial-carousel-v4 .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; margin: 4px 2px; background: transparent; border: 2px solid #fff; border-radius: 100%; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.testimonial-carousel-v4 .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: -40px; position: relative; }
.testimonial-carousel-v4 .owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel-v4 .owl-theme .owl-dots .owl-dot:hover span { background: #fff !important; border-color: #fff; }

/*----------Testimonial V17 -------------*/
.testimonial-block-v17 { }
.testimonial-block-v17.testimonial-block { text-align: center; }
.testimonial-block-v17 .testimonial-content { color: #fff; padding: 0px 80px; }
.testimonial-block-v17 .testimonial-meta { }
.testimonial-block-v17 .testimonial-meta-name { color: #fff; font-size: 21px; line-height: 32px; margin-bottom: 0px; }
.testimonial-block-v17 .testimonial-meta-designation { font-size: 14px; color: #aba4fa; }
.testimonial-block-v17 .testimonial-content-text { font-size: 24px; line-height: 40px; font-style: italic; }
.testimonial-block-v17 .testimonial-img img { filter: brightness(0) invert(1); height: 90px; margin-left: auto; margin-right: auto; }
.feature-section-v7.feature-section { }
.feature-section-v7 .feature-section-content { padding: 70px 30px; font-size: 15px; line-height: 28px; }
.feature-section-v7 .feature-section-img { position: relative; }
.feature-section-v7 .feature-section-small-img-1 { position: absolute; bottom: -10px; left: 95px; }
.feature-section-v7 .feature-section-small-img-2 { position: absolute; bottom: -20px; right: -20px; }
.pricing-block-v2.pricing-block { border-radius: 4px; border: 1px solid #ececf8; padding: 30px; text-align: center; }
.pricing-block-v2 .pricing-head { }
.pricing-block-v2 .pricing-head-title { font-size: 20px; line-height: 30px; color: #6c6e7a; }
.pricing-block-v2 .pricing-head-text { }
.pricing-block-v2 .pricing-head-price { margin-bottom: 20px; font-size: 40px; color: #2f2e35; line-height: 50px; font-weight: 800; }

/* --------------- index seventh ------------------------*/

/* --------------- hero slide seventh ------------------------*/

.hero-slide-seventh { background-image: url(../images/hero-shape-6.png); background-color: #ffffff; background-repeat: no-repeat; background-position: 100% 80%; background-size: cover; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 870px; margin-bottom: -1px; position: relative; }
.hero-slide-seventh-caption { padding: 290px 0px 0px; margin-bottom: 90px; }
.hero-slide-seventh-img { padding: 130px 0px; }
.hero-slide-seventh-caption-title {font-size: 50px;line-height: 62px;font-weight: 600;letter-spacing: -1px;}
.hero-slide-seventh-caption-text { font-size: 15px; line-height: 28px; }
.hero-slide-seventh-caption form { }
.hero-slide-seventh-caption .form-control {padding: 0px 84px  0px 20px;}
.feature-block-v7.feature-block { margin-bottom: 60px; }
.feature-block-v7 .feature-content { font-size: 16px; line-height: 30px; }
.feature-block-v7 .feature-title {font-size: 20px;line-height: 32px;margin-bottom: 10px;}
.feature-block-v7 .feature-icon { font-size: 80px; color: #4334f1; margin-bottom: 60px; }
.feature-section-v8.feature-section { position: relative; }
.feature-section-v8 .feature-section-content { margin-bottom: 40px; padding: 60px 50px 0px 20px; }
.feature-section-v8 .feature-section-img { }
.feature-section-v8 .feature-section-img  img { }
.feature-section-v8 .feature-section-small-img-1 { }
.service-list { margin-bottom: 60px; }
.service-list .list-group.list-group-flush { }
.service-list .list-group.list-group-flush .list-group-item { border-bottom: 1px solid #e9e9f2; padding: 10px 0px; font-size: 16px; color: #2f2e35; font-weight: 500; }
.service-list .list-group.list-group-flush .list-group-item i { color: #4334f1; text-align: right; line-height: 2.3; font-size: 12px; }
.ugb-video-popup { position: relative; margin: 0 auto; width: 100%; }
.ugb-video-popup .ugb-video-preview, .ugb-video-popup a, .ugb-video-popup .ugb-play-button { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ugb-video-popup .ugb-video-preview { background-size: cover; background-position: center; opacity: 1; transition: all .3s ease-in-out; z-index: 1; object-fit: fill; width: 100%; box-shadow: 0 .10rem 1rem rgba(0, 0, 0, .25) !important; }
.ugb-video-popup:hover .ugb-video-preview { opacity: .8; }
.ugb-video-popup .ugb-video-wrapper { position: relative; width: 100%; padding-bottom: 56%; }
.ugb-video-popup a { z-index: 3; box-shadow: none !important; background: transparent !important; display: block !important; }
.ugb-video-popup .ugb-play-button { z-index: 2; display: flex; justify-content: center; align-items: center; }
.ugb-video-popup svg { fill: #fff !important; }
.feature-block-v8.feature-block { margin-bottom: 30px; }
.feature-block-v8 .feature-content { font-size: 16px; line-height: 30px; margin-top: 30px; margin-bottom: 30px;}
.feature-block-v8 .feature-title {font-size: 20px;line-height: 26px;margin-bottom: 10px;}
.feature-block-v8 .feature-icon {font-size: 20px;color: #fff;margin-bottom: 35px;width: 60px;height: 60px;background: rgba(137, 94, 255, 1);background: -moz-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 49%, rgba(53, 37, 233, 1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(49%, rgba(86, 62, 244, 1)), color-stop(100%, rgba(53, 37, 233, 1)));background: -webkit-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 49%, rgba(53, 37, 233, 1) 100%);background: -o-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 49%, rgba(53, 37, 233, 1) 100%);background: -ms-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 49%, rgba(53, 37, 233, 1) 100%);background: linear-gradient(to right, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 49%, rgba(53, 37, 233, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#3525e9', GradientType=1);border-radius: 4px;padding: 16px 18px;}

/*----------Testimonial V18 -------------*/
.testimonial-block-v18 { }
.testimonial-block-v18.testimonial-block { }
.testimonial-block-v18 .testimonial-content { }
.testimonial-block-v18 .testimonial-meta-name { margin-bottom: 30px !important; color: #2f2e35; font-size: 18px; line-height: 32px; margin-bottom: 0px; }
.testimonial-block-v18 .testimonial-content-text {padding: 42px 34px;
    font-size: 36px;
    line-height: 48px;
    color: #4334f1;}
.testimonial-block-v18 .testimonial-img img { }
.cta-section-v4.cta-section { text-align: center; background: rgba(137, 94, 255, 1); background: -moz-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(69%, rgba(86, 62, 244, 1)), color-stop(100%, rgba(53, 37, 233, 1))); background: -webkit-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -o-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -ms-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: linear-gradient(to right, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#3525e9', GradientType=1); background-size: cover; }
.cta-section-v4 .cta-section-content { padding: 100px 0px; color: #fff; }
.cta-section-v4 .cta-section-title { font-size: 36px; line-height: 42px; color: #fff; margin-bottom: 10px; }
.cta-section-v4 .cta-section-content input.form-control{border:none;}
/* --------------- index eighth ------------------------*/

/* --------------- hero slide eighth ------------------------*/

.hero-slide-eighth { background: rgba(137, 94, 255, 1); background: -moz-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(69%, rgba(86, 62, 244, 1)), color-stop(100%, rgba(53, 37, 233, 1))); background: -webkit-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -o-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -ms-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: linear-gradient(to right, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#3525e9', GradientType=1); max-height: 600px; position: relative; margin-bottom: 320px; }
.hero-slide-eighth:after { content: ''; -webkit-clip-path: polygon(100% 65%, 0% 100%, 100% 100%); clip-path: polygon(100% 6%, -4% 100%, 100% 100%); background-color: #fff; height: 122px; min-width: 100%; position: absolute; bottom: -5px; z-index: 0; }
.hero-slide-eighth-caption { padding: 150px 0px 0px; margin-bottom: 90px; text-align: center; }
.hero-slide-eighth-img { position: relative; z-index: 1; margin-top: -70px; }
.hero-slide-eighth-img img { }
.hero-slide-eighth-caption-title { font-size: 46px; line-height: 56px; font-weight: 500; letter-spacing: -1px; color: #fff; }
.hero-slide-eighth-caption-text { font-size: 15px; line-height: 28px; color: #ffffff; }
.hero-slide-eighth-graph { }
.feature-block-v9.feature-block { margin-bottom: 30px; border: 1px solid #ebebf2; padding: 30px; background-color: #fff; box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, .08) !important; }
.feature-block-v9 .feature-content { font-size: 16px; line-height: 30px; }
.feature-block-v9 .feature-title { font-size: 21px; line-height: 32px; }
.client-logo-v3 { }
.client-logo-v3-img { }
.feature-section-v9.feature-section { position: relative; }
.feature-section-v9 .feature-section-content { padding-left: 30px; margin-bottom: 30px; }
.feature-section-v9 .feature-section-img img { }
.feature-section-v9 .feature-section-small-img-1 { position: absolute; bottom: 0px; left: -10px; }
.feature-section-v9 .feature-section-content-text { padding-left: 50px; }
.feature-section-v9 .feature-section-content-icon { line-height: 1.8; float: left; color: #3f2ded; font-size: 24px; }
.pricing-block-v3.pricing-block { background-color: #fff; border-radius: 4px; border: 1px solid #ececf8; text-align: center; margin-bottom: 30px; position: relative; }
.pricing-block-v3 .pricing-head { padding: 30px 30px 15px 30px; }
.pricing-block-v3 .pricing-head-title { font-size: 14px; line-height: 26px; color: #2f2e35; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.pricing-block-v3 .pricing-head-text { }
.pricing-block-v3 .pricing-head-price { margin-bottom: 20px; font-size: 30px; color: #2f2e35; line-height: 40px; font-weight: 500; }
.pricing-block-v3 .pricing-head-small-text { font-size: 12px; color: #2f2e35; margin-bottom: 0px; }
.pricing-block-v3 .pricing-content { padding: 0px 30px 30px 30px; font-size: 15px; }
}
.pricing-block-v3 .pricing-content-list { }
.pricing-block-v3 .pricing-content-list ul { }
.pricing-block-v3 .pricing-content-list li { }
.pricing-block-v3 .price-lable { background-color: #3f2ded; font-size: 12px; line-height: 22px; color: #fff; padding: 4px 10px; border-radius: 4px; position: relative; top: -4px; }

/*----------Testimonial V19 -------------*/
.testimonial-block-v19 { }
.testimonial-block-v19.testimonial-block { border: 1px solid #ebedfc; position: relative; margin-bottom: 40px; }
.testimonial-block-v19 .testimonial-content { padding: 0px 23px 30px; color: #85848e; font-size: 16px; text-align: center; }
.testimonial-block-v19 .testimonial-meta-name { font-size: 16px; margin-bottom: 0px; line-height: 22px; }
.testimonial-block-v19 .testimonial-content-text { }
.testimonial-block-v19 .testimonial-meta-designation { font-size: 12px; }
.testimonial-block-v19 .testimonial-img { position: relative; text-align: center; top: -45px; }
.testimonial-block-v19 .testimonial-img img { height: 85px; width: 85px; }
.cta-section-v5.cta-section { text-align: center; background: rgba(137, 94, 255, 1); background: -moz-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(69%, rgba(86, 62, 244, 1)), color-stop(100%, rgba(53, 37, 233, 1))); background: -webkit-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -o-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -ms-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: linear-gradient(to right, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#3525e9', GradientType=1); background-size: cover; min-height: 552PX; }
.cta-section-v5 .cta-section-content { padding: 150px 90px; color: #fff; }
.cta-section-v5 .cta-section-title { font-size: 46px; line-height: 56px; color: #fff; margin-bottom: 10px; }

/* --------------- index ninth ------------------------*/

/* --------------- hero slide ninth ------------------------*/

.hero-slide-ninth { background-color: #fff; }
.hero-slide-ninth-caption { padding-bottom: 100px; }
.hero-slide-ninth-img { padding: 100px 0px 40px 0px; }
.hero-slide-ninth-img img { }
.hero-slide-ninth-caption-title { font-size: 52px; line-height: 62px; font-weight: 600; }
.hero-slide-ninth-caption-text { }

/* --------------- top-notification ------------------------*/
.top-notification { background-color: #4334f1; font-size: 14px; line-height: 22px; color: #fff; text-align: center; padding: 6px 0px; }

/* --------------- feature-section-v10 ------------------------*/
.feature-section-v10.feature-section { }
.feature-section-v10 .feature-section-content { margin-bottom: 100px; }
.feature-section-v10 .feature-section-img { margin-bottom: 100px; }
.feature-section-v10 .feature-section-small-img-1 { }
.feature-section-v10 .feature-section-content-text { }
.feature-section-v10 .feature-section-content-icon { }

/* --------------- feature-block-v10 ------------------------*/
.feature-block-v10.feature-block { margin-bottom: 30px; }
.feature-block-v10 .feature-content { font-size: 16px; line-height: 30px; color: #d6d3ff; }
.feature-block-v10 .feature-title { font-size: 26px; line-height: 36px; color: #fff; }
.feature-block-v10 .feature-icon { height: 90px; width: 90px; background-color: #1e0ddf; color: #fff; border-radius: 100%; font-size: 30px; line-height: 38px; padding: 28px 31px; margin-bottom: 30px; display: inline-block; }

/*----------Testimonial v20 -------------*/
.testimonial-block-v20 { }
.testimonial-block-v20.testimonial-block { margin-bottom: 40px; text-align: center; }
.testimonial-block-v20 .testimonial-content { font-size: 21px; line-height: 36px; }
.testimonial-block-v20 .testimonial-meta-name { font-size: 14px; margin-bottom: 0px; line-height: 22px; color: #2f2e35; font-weight: 600; }
.testimonial-block-v20 .testimonial-content-text { font-size: 21px; line-height: 36px; }
.testimonial-block-v20 .testimonial-meta-designation { font-size: 12px; }
.testimonial-block-v20 .testimonial-img { margin-bottom: 40px; }
.testimonial-block-v20 .testimonial-img img { height: 65px; width: 65px; }
.cta-section-v6.cta-section { position: relative; }
.cta-section-v6 .cta-section-content { background-color: #fff; padding: 60px 130px; text-align: center; position: relative; bottom: 70px; box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .05) !important; margin: 0px 36px; }
.cta-section-v6 .cta-section-title { font-size: 36px; line-height: 40px; margin-bottom: 5px; }

/* --------------- index tenth ------------------------*/

/* --------------- hero slide tenth ------------------------*/

.hero-slide-tenth { background-color: #fff; }
.hero-slide-tenth-caption { padding: 160px 0px 120px; }
.hero-slide-tenth-img { padding: 200px 0px; }
.hero-slide-tenth-img img { }
.hero-slide-tenth-caption-title { font-size: 46px; line-height: 58px; color: #2f2e35; font-weight: 600; margin-bottom: 25px; }
.hero-slide-tenth-caption-text { color: #4334f1; font-size: 22px; line-height: 28px; font-weight: 500; margin-bottom: 30px; }
.hero-slide-tenth-caption-line { }
.hero-slide-tenth-caption-line { width: 100%; text-align: center; border-bottom: 1px solid #dcdcee; line-height: 0.1em; margin: 30px 0 30px !important; }
.hero-slide-tenth-caption-line span { background: #fff; padding: 0 10px; }
.hero-slide-tenth-caption-form { padding-right: 80px; }

/* --------------- index eleventh ------------------------*/

/* --------------- hero slide eleventh ------------------------*/

.navbar-slide { background-color: rgba(38, 26, 179, 0.9); }
.navbar-slide.navbar-light .navbar-toggler { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.navbar-slide .navbar-side {height: 100%;position: fixed;width: 20%;top: 0;
	right: 0;padding: 0;list-style: none;border-left: 2px solid #2f2fd5;
	background-color: #2f2fd5;overflow-y:scroll;z-index: 1000;-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);-webkit-transition: 300ms ease;transition: 300ms ease;padding: 30px 60px;}
.navbar-slide.navbar-light .navbar-nav .nav-link { color: rgba(255, 255, 255, 1); font-size: 28px; line-height: 55px; }
.navbar-slide .dropdown-toggle::after {margin-top: 1px;display: inline-block;
	width: 0;height: 0;margin-left: 6px;vertical-align: -2px;
	content: "\f107";border-top: none;border-right: none;border-bottom: none;
	border-left: none;color: #d3d0e6;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;margin-right: 15px;font-size: 13px;}
.navbar-slide .reveal { -webkit-transform: translateX(0%); 
	-ms-transform: translateX(0%); transform: translateX(0%);
	 -webkit-transition: 300ms ease; transition: 300ms ease; }
.navbar-slide .overlay { position: fixed; display: none; top: 0; left: 0; right: 0; bottom: 0; cursor: pointer; background-color: #ccc; opacity: 0.6; z-index: 990; }
.hero-slide-eleventh { position: relative; padding-top: 60px; padding-bottom: 100px; background: radial-gradient(rgba(126, 83, 237, 0.9), rgba(38, 26, 179, 0.9)), rgba(126, 83, 237, 0.9) 
url(../images/document-img-1.jpg) no-repeat center; background-size: cover; min-height: 650px; }
.hero-slide-eleventh-caption { padding: 200px 0px 0px; }
.hero-slide-eleventh-img { }
.hero-slide-eleventh-caption-title { font-size: 50px; line-height: 62px; color: #fff; font-weight: 600; margin-bottom: 25px; }
.hero-slide-eleventh-caption-text { color: #fff; font-size: 26px; line-height: 36px; font-weight: 400; margin-bottom: 30px; }
.hero-slide-eleventh-caption-btn { padding: 200px 0px 0px; }

/* --------------- feature-section-v11 ------------------------*/
.feature-section-v11.feature-section { }
.feature-section-v11 .feature-section-content {  color: #fff; 
	font-size: 16px; padding: 130px 0px; }
.feature-section-v11 .feature-section-img { }
.feature-section-v11 .feature-section-content-title { color: #fff; }
.feature-section-v11 .feature-section-content-text { }
.rating-section { text-align: center; background-color: #37315d; }
.rating-section-content { color: #6f6f84; font-size: 16px; }
.rating-section-content-title { color: #fff; font-size: 36px; line-height: 46px; }
.rating-section .rating-star { font-size: 26px; color: #febf19; margin-bottom: 25px; display: inline-block; }

/* --------------- feature-block-v11 ------------------------*/
.feature-block-v11.feature-block { margin-bottom: 30px; text-align: center; }
.feature-block-v11 .feature-content { font-size: 16px; line-height: 30px; padding: 25px; }
.feature-block-v11 .feature-title { font-size: 26px; line-height: 36px; color: #fff; }
.feature-block-v11 .feature-icon { transition: 2s ease; height: 132px; width: 132px; background-color: transparent; border: 1px solid #dcd8f3; color: #4334f1; border-radius: 100%; font-size: 26px; line-height: 38px; padding: 48px 49px; display: inline-block; margin: 0px auto 20px auto; }
.feature-block-v11 .feature-icon:hover { background-color: #4334f1; border: 1px solid #4334f1; color: #fff; border-radius: 100%; transition: 2s ease; }
.cta-section-v7.cta-section { text-align: center; background: rgba(137, 94, 255, 1); background: -moz-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(69%, rgba(86, 62, 244, 1)), color-stop(100%, rgba(53, 37, 233, 1))); background: -webkit-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -o-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: -ms-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); background: linear-gradient(to right, rgba(137, 94, 255, 1) 0%, rgba(86, 62, 244, 1) 69%, rgba(53, 37, 233, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#3525e9', GradientType=1); background-size: cover; min-height: 327PX; }
.cta-section-v7 .cta-section-content { padding: 87px 0px; color: #fff; }
.cta-section-v7 .cta-section-title { font-size: 36px; line-height: 42px; color: #fff; margin-bottom: 10px; }
.cta-section-v7.cta-section form { padding: 0px 140px; }

/* --------------- index twelveth ------------------------*/

/* --------------- hero slide twelveth ------------------------*/
.hero-slide-twelveth { background-color: #fff; text-align: center; min-height: 580px; }
.hero-slide-twelveth-caption { padding: 150px 0px 90px; }
.hero-slide-twelveth-caption-title { font-size: 56px; line-height: 65px; font-weight: 700; margin-bottom: 25px; }
.hero-slide-twelveth-caption-text { font-size: 20px; line-height: 30px; font-weight: 400; margin-bottom: 30px; }

/* --------------- feature-section-v12 ------------------------*/
.feature-section-v12.feature-section { margin: 0px 40px; }
.feature-section-v12 .feature-section-big-img { position: relative; }
.feature-section-v12 .feature-section-small-img { position: absolute; right: 0; top: -30px; }

/* --------------- feature-block-v12 ------------------------*/
.feature-block-v12.feature-block { margin-bottom: 30px; text-align: center; }
.feature-block-v12 .feature-content { font-size: 16px; line-height: 30px; }
.feature-block-v12 .feature-title { font-size: 26px; line-height: 36px; color: #fff; }
.feature-block-v12 .feature-img { margin-bottom: 30px; min-height: 375px; }

/* --------------- feature-block-v13 ------------------------*/
.feature-block-v13.feature-block { margin-bottom: 30px; text-align: center; }
.feature-block-v13 .feature-content { font-size: 16px; line-height: 30px; padding: 25px; }
.feature-block-v13 .feature-title { font-size: 20px; line-height: 30px; }
.feature-block-v13 .feature-icon { color: #4334f1; font-size: 48px; line-height: 38px; display: inline-block; margin: 0px auto 10px auto; }

/* --------------- index thirteen ------------------------*/

/* --------------- hero slide thirteen ------------------------*/
.hero-slide-thirteen { background-color: #fff; min-height: 580px; }
.hero-slide-thirteen-caption { padding: 140px 0px 0px; }
.hero-slide-thirteen-caption-title { font-size: 56px; line-height: 65px; font-weight: 700; margin-bottom: 25px; }
.hero-slide-thirteen-caption-text { font-size: 24px; line-height: 36px; font-weight: 600; margin-bottom: 30px; }
.hero-slide-thirteen-caption-social { margin-top: 30px; }
.hero-slide-thirteen-caption-social p { margin-bottom: 2px; }
.hero-slide-thirteen-caption-social i { color: #a7a7c0; font-size: 16px; }
.hero-slide-thirteen-img { padding: 100px 0px 90px; }
.header-startup { background-color: #fff; }
.header-startup .navbar { padding: 20px 0px; }
.header-startup .navbar-brand { margin: 0 auto; padding: 0px; }

/*----------Testimonial v21 -------------*/
.testimonial-block-v21 { }
.testimonial-block-v21.testimonial-block { margin-bottom: 40px; text-align: center; }
.testimonial-block-v21 .testimonial-content {font-size: 26px;line-height: 45px;padding: 10px 50px;}
.testimonial-block-v21 .testimonial-meta-head { display: flex; padding: 10px 0px; align-items: center; text-align: center; width: 280px; margin: 0 auto; }
.testimonial-block-v21 .testimonial-meta { margin-left: 20px; }
.testimonial-block-v21 .testimonial-meta-name { font-size: 21px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v21 .testimonial-meta-designation { font-size: 14px; color: #a7a7c0; line-height: 28px; }
.testimonial-block-v21 .testimonial-content-text { font-size: 21px; line-height: 34px; font-style: italic; }
.testimonial-block-v21 .testimonial-img img { height: 75px; width: 75px; }

/* --------------- feature-section-v13 ------------------------*/
.feature-section-v13.feature-section-list { }
.feature-section-v13.feature-section-list ul { }
.feature-section-v13.feature-section-list ul li {font-size: 16px;line-height: 36px;}
.feature-section-v13.feature-section-list .check li:before { color: #00d090; }
.startup-author-block { }
.startup-author-block .author-block-head { display: flex; padding: 24px 0px; align-items: center; }
.startup-author-block .author-block-content{}
.startup-author-block .author-block-meta { margin-left: 21px; line-height: 1.8; }
.startup-author-block .author-block-meta-name { font-size: 18px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; }
.startup-author-block .author-block-meta-social { font-size: 14px; color: #4334f1; font-weight: 600; }
.startup-author-block .author-block-content-text { font-size: 21px; line-height: 34px; font-style: italic; }
.startup-author-block .author-block-img { }
.startup-author-block .author-block-img img { height: 72px; width: 72px; }
.cta-section-v8.cta-section { text-align: center; padding: 80px 0px; }
.cta-section-v8 .cta-section-content { }
.cta-section-v8 .cta-section-title { margin-bottom: 60px; }
.cta-section-v8 .cta-section-content img { margin-bottom: 30px; }
.startup-footer-logo { margin-bottom: 10px; }

/* --------------- index fourteen ------------------------*/

/* --------------- hero slide fourteen ------------------------*/

.hero-slide-fourteen { background-color: #fff; min-height: 780px; }
.hero-slide-fourteen-caption { padding: 190px 0px 80px 0px; }
.hero-slide-fourteen-img { padding: 130px 0px 40px 0px; position: relative; }
.hero-slide-fourteen-img-pattern { content: ''; position: absolute; background: url(../images/pattern-bg-1.png); height: 420px; width: 768px; z-index: 0; bottom: 80px; }
.hero-slide-fourteen-img img { }
.hero-slide-fourteen-caption-title { font-size: 54px; line-height: 68px; font-weight: 600; }
.hero-slide-fourteen-caption-text { }
.hero-slide-fourteen-carousel { }
.hero-slide-fourteen-carousel .owl-carousel .owl-item { }
.hero-slide-fourteen-carousel .owl-prev { position: absolute; }
.hero-slide-fourteen-carousel .owl-next { position: absolute; }
.hero-slide-fourteen-carousel .owl-prev, .hero-slide-fourteen-carousel .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 100%; font-size: 18px; }
.hero-slide-fourteen-carousel .owl-prev:hover, .hero-slide-fourteen-carousel .owl-next:hover { background-color: transparent; color: #8b61ff; }
.hero-slide-fourteen-carousel .owl-theme .owl-nav { display: none; }
.hero-slide-fourteen-carousel .owl-theme .owl-nav [class*='owl-'] { position: relative; color: #8b61ff; font-size: 18px; background: transparent; display: inline-block; cursor: pointer; border-radius: 100%; text-align: center; height: 35px; width: 35px; border: transparent; }
.hero-slide-fourteen-carousel .owl-theme .owl-nav [class*='owl-']:hover { background: transparent; color: #8b61ff; text-decoration: none; }
.hero-slide-fourteen-carousel .owl-theme .owl-dots .owl-dot span { width: 16px; height: 4px; margin: 4px 2px; background: #e0e0f4; border: 2px solid #e0e0f4; border-radius: 5px; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.hero-slide-fourteen-carousel .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 50px; position: relative; }
.hero-slide-fourteen-carousel .owl-theme .owl-dots .owl-dot.active span, .hero-slide-fourteen-carousel-v3 .owl-theme .owl-dots .owl-dot:hover span { background: #4334f1 !important; border-color: #4334f1; }

/* --------------- feature-block-v14 ------------------------*/
.feature-block-v14.feature-block { margin-bottom: 15px; border: 1px solid #efedf3; padding: 35px; display: flex; border-radius: 6px; background-color: #fff; box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, .05) !important; }
.feature-block-v14 .feature-content { font-size: 16px; line-height: 30px; margin-left: 20px; }
.feature-block-v14 .feature-title { font-size: 20px; line-height: 30px; margin-bottom: 4px; font-weight: 600; }
.feature-block-v14 .feature-icon { height: 72px; width: 72px; background-color: transparent; color: #fff; font-size: 30px; line-height: 40px; display: inline-block; border-radius: 100%; border-radius: 100%; padding: 18px 21px; }
.ft-section-fourth-tab { margin-bottom: 20px; }
.ft-section-fourth-tab .nav.nav-pills { }
.ft-section-fourth-tab .nav.nav-pills .nav-link { background-color: transparent; padding: 13px 18px; margin-bottom: 15px; color: #808294; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; border: 1px solid #dedfea; border-radius: 4px; box-shadow: 0px 2px 3px rgb(0, 0, 0, 0.06); }
.ft-section-fourth-tab-content i { margin-right: 10px; font-size: 14px; }
.ft-section-fourth-tab .nav.nav-pills .nav-link.active { background-color: #fff; color: #4334f1; }
.ft-section-fourth-tab .nav.nav-pills .nav-link.active .ft-section-tab-content-title { color: #4334f1; }
.ft-section-fourth-tab .tab-content { }
.ft-section-fourth-tab-icon { font-size: 20px; line-height: 40px; margin-right: 25px; }
.ft-section-fourth-tab-content { color: #6c6e7a; font-size: 15px; line-height: 26px; transition: 2s ease-in; }
.ft-section-fourth-tab-content-title { margin-bottom: 10px; font-size: 16px; }
.ft-section-fourth-tab .tab-content .fade { transition: opacity .80s linear; }
.feature-block-v15.feature-block { }
.feature-block-v15 .feature-block { padding-left: 30px; margin-bottom: 30px; }
.feature-block-v15 .feature-content {padding-left: 60px;}
.feature-block-v15 .feature-icon { line-height: 1.5; float: left; color: #3f2ded; font-size: 26px; }

/*----------Testimonial v22 -------------*/
.testimonial-block-v22 { }
.testimonial-block-v22.testimonial-block { }
.testimonial-block-v22 .testimonial-meta-head { display: flex; padding: 10px 0px; align-items: center; text-align: center; width: 280px; margin: 0 auto; }
.testimonial-block-v22 .testimonial-meta { }
.testimonial-block-v22 .testimonial-meta-name { font-size: 24px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; font-weight: 600; }
.testimonial-block-v22 .testimonial-meta-designation { font-size: 14px; color: #a7a7c0; }
.testimonial-block-v22 .testimonial-content { font-size: 19px; line-height: 34px; }
.testimonial-block-v22 .testimonial-img { margin-bottom: 25px; }
.testimonial-block-v22 .testimonial-img img { height: 90px; width: 90px; }
.testimonial-block-v22 .testimonial-big-img { }
.testimonial-block-v22

/* --------------- feature-section-v14 ------------------------*/
.feature-section-v14.feature-section { }
.feature-section-v14 .feature-content { padding-top: 40px; margin-bottom: 40px; }
.feature-section-v14 .feature-video { position: relative; }
.feature-section-v14 .feature-video:after { content: ''; position: absolute; background: url(../images/pattern-bg-1.png); height: 420px; width: 838px; z-index: -1; bottom: -68px; left: -85px; }
.customer-review-section { padding-top: 60px; }
.customer-review-section-img { }
.customer-review-section-img img { }

/* --------------- index fifteen ------------------------*/

/* --------------- hero slide fifteen ------------------------*/



.hero-slide-fifteen { text-align: center; background-color: #3326d2; background-size: cover; min-height: 800px; color: #fff; margin-bottom: 240px; }
.hero-slide-fifteen-caption { padding: 180px 0px 0px; }
.hero-slide-fifteen-img { padding: 80px 0px 0px; position: relative; z-index: 9; text-align: center; margin-bottom: -240px; }
.hero-slide-fifteen-caption-title { font-size: 38px; line-height: 48px; color: #fff; }
.hero-slide-fifteen-caption-text { }
.hero-slide-fifteen-caption .form-inline .form-control {display: inline-block;width: 80%;vertical-align: middle;border: none;}

/*------ client-block-v2 -------*/
.client-block-v2 { }
.client-block-v2.client-block { margin-bottom: 20px; border: 1px solid #e9e9f4; border-radius: 4px; padding: 6px 20px; box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .05) !important; }
.client-block-v2 .client-block-img { }

/*------ feature-block-v16 -------*/
.feature-block-v16.feature-block { text-align: center; margin-bottom: 30px; }
.feature-block-v16 .feature-content { }
.feature-block-v16 .feature-icon { margin-bottom: 30px; }

/*------ client-block-v3 -------*/
.client-block-v3 { }
.client-block-v3.client-block { margin-bottom: 30px; border: 1px solid #e9e9f4; border-radius: 4px; padding: 32px; background-color: #fff; }
.client-block-v3 .client-block-img { }

/*------ feature-block-v17 -------*/
.feature-block-v17.feature-block { border-radius: 6px; text-align: center; margin-bottom: 50px; background-color: transparent; padding: 50px 30px; }
.feature-block-v17 .feature-content { color: #fff; }
.feature-block-v17 .feature-icon { margin-bottom: 30px; background-color: transparent; font-size: 30px; color: #fff; height: 112px; width: 112px; margin-left: auto; margin-right: auto; border: 3px solid #fff; border-radius: 100%; padding: 39px 36px; margin-top: -80px; box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .40) !important; }

/* --------------- index sixteen ------------------------*/

/* --------------- hero slide sixteen ------------------------*/

.hero-slide-sixteen { background: rgba(57, 40, 234, 1); background: -moz-linear-gradient(left, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 40, 234, 1)), color-stop(23%, rgba(66, 47, 237, 1)), color-stop(38%, rgba(89, 62, 242, 1)), color-stop(54%, rgba(103, 70, 246, 1)), color-stop(100%, rgba(120, 82, 250, 1))); background: -webkit-linear-gradient(left, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: -o-linear-gradient(left, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: -ms-linear-gradient(left, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: linear-gradient(to right, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3928ea', endColorstr='#7852fa', GradientType=1); background-size: cover; min-height: 700PX; color: #fff; }
.hero-slide-sixteen-caption { padding: 300px 0px 0px; }
.hero-slide-sixteen-img { padding: 0px 0px 0px; position: relative; z-index: 9; text-align: center; top: 130px; }
.hero-slide-sixteen-caption-title { font-size: 46px; line-height: 56px; color: #fff; font-weight: 700; }
.hero-slide-sixteen-caption-text { font-size: 20px; }

/*------ feature-block-v18 -------*/
.feature-block-v18.feature-block { text-align: center; margin-bottom: 30px; }
.feature-block-v18 .feature-content { }
.feature-block-v18 .feature-icon { margin-bottom: 30px; background: rgba(57, 40, 234, 1); background: -moz-linear-gradient(top, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(57, 40, 234, 1)), color-stop(23%, rgba(66, 47, 237, 1)), color-stop(38%, rgba(89, 62, 242, 1)), color-stop(54%, rgba(103, 70, 246, 1)), color-stop(100%, rgba(120, 82, 250, 1))); background: -webkit-linear-gradient(top, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: -o-linear-gradient(top, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: -ms-linear-gradient(top, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); background: linear-gradient(to bottom, rgba(57, 40, 234, 1) 0%, rgba(66, 47, 237, 1) 23%, rgba(89, 62, 242, 1) 38%, rgba(103, 70, 246, 1) 54%, rgba(120, 82, 250, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3928ea', endColorstr='#7852fa', GradientType=0); font-size: 46px; color: #fff; height: 112px; width: 112px; margin-left: auto; margin-right: auto; border-radius: 100%; padding: 33px; }
.ft-block-section {box-shadow: 2px 10px 38px rgba(0, 0, 0, .08) !important;background-color: #fff;padding: 80px 60px;border: 1px solid #e9e9f4;position: relative;z-index: 1;border-radius: 6px;}
.ft-section-fourth-bg { background-color: #f1f0fc; padding: 240px 0px 140px; margin-top: -120px; }

/* -------------- devloper tab ----------------*/
.devloper-tab { margin-bottom: 100px; }
.devloper-tab .nav.nav-pills { margin-bottom: 60px; }
.devloper-tab .nav.nav-pills .nav-item { }
.devloper-tab .nav.nav-pills .nav-item .nav-link { margin-bottom: 10px; transition: all .15s ease; box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); border: 1px solid transparent; background-color: #fff; padding: 16px 24px; margin-right: 8px; color: #888b9f; font-weight: 500; font-size: 16px; }
.devloper-tab .nav.nav-pills .nav-item .nav-link.active { border: 1px solid #4334f1; background-color: #fff; color: #4334f1; }
.devloper-tab .tab-content { }
.devloper-tab .nav.nav-pills .nav-item .nav-link .devloper-tab-icon img { height: 62px; width: 62px; }
.devloper-tab .nav.nav-pills .nav-item .nav-link .devloper-tab-icon { margin-bottom: 10px; }

/*----------Testimonial v23 -------------*/
.testimonial-block-v23 { }
.testimonial-block-v23.testimonial-block { position: relative; margin-bottom: 80px; }
.testimonial-block-v23 .testimonial-meta-name { font-size: 16px; line-height: 32px; margin-bottom: 0px; color: #2f2e35; font-weight: 600; }
.testimonial-block-v23 .testimonial-meta-designation { font-size: 14px; color: #a7a7c0; font-weight: 400; }
.testimonial-block-v23 .testimonial-content { border-radius: 6px; font-size: 16px; line-height: 30px; background-color: #fff; padding: 35px 44px; position: relative; z-index: 2; left: 20px; top: 17px; }
.testimonial-block-v23 .testimonial-content img { height: 100px; }
.testimonial-block-v23 .testimonial-img { position: relative; min-width: 650px; right: 110px; z-index: 1; }
.testimonial-block-v23 .testimonial-img img { border-radius: 6px; }

/* --------------- index seventeen ------------------------*/

/* --------------- hero slide seventeen ------------------------*/

.hero-slide-seventeen { background-color: #fff; background-size: cover; min-height: 700px; }
.hero-slide-seventeen-caption { padding: 280px 0px 0px; }
.hero-slide-seventeen-img { padding: 80px 0px; position: relative; z-index: 9; text-align: center; top: 130px; }
.hero-slide-seventeen-caption-title { font-size: 43px; line-height: 56px; color: #2f2e35; font-weight: 700; }
.hero-slide-seventeen-caption-text {font-size: 20px;line-height: 32px;}

/* --------------- feature-section-v15 ------------------------*/
.feature-section-v15.feature-section { background-color: #f6f7fa; padding: 150px 250px; }
.feature-section-v15 .feature-content { padding: 80px 0px; margin-bottom: 80px; }
.feature-section-v15 .feature-img { }
.cta-widget-v1 { }
.cta-widget-v1.cta-widget { background-color: #f6f7fa; padding: 60px; margin-bottom: 30px; }
.cta-widget-v1 .cta-widget-content { padding-top: 30px; }
.cta-widget-v1 .cta-widget-img { }

/* --------------- index eighteen ------------------------*/

/* --------------- hero slide eighteen ------------------------*/

.hero-slide-eighteen { background: rgba(77, 55, 214, 1); background: -moz-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77, 55, 214, 1)), color-stop(27%, rgba(87, 62, 212, 1)), color-stop(46%, rgba(118, 83, 207, 1)), color-stop(78%, rgba(175, 120, 199, 1)), color-stop(100%, rgba(184, 126, 197, 1))); background: -webkit-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: -o-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: -ms-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: linear-gradient(to right, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d37d6', endColorstr='#b87ec5', GradientType=1); background-size: cover; max-height: 900px; position: relative; color: #c2b6e8; margin-bottom: 250px; }
.hero-slide-eighteen:after { background: url(../images/curve-shape-img-1.png); content: ''; position: absolute; bottom: -15px; height: 115px; width: 100%; }
.hero-slide-eighteen-caption { padding: 200px 0px 0px; }
.hero-slide-eighteen-img { padding: 0px 0px; position: relative; text-align: center; z-index: 9; }
.hero-slide-eighteen-smallleft-img { position: absolute; bottom: -80px; left: -80px; }
.hero-slide-eighteen-smallright-img { position: absolute; bottom: -60px; right: -200px; }
.hero-slide-eighteen-caption-title { font-size: 46px; line-height: 56px; color: #fff; font-weight: 600; }
.hero-slide-eighteen-caption-text { font-size: 20px; color: #c2b6e8; }

/* --------------- feature-section-v16 ------------------------*/
.feature-section-v16.feature-section { background: rgba(137, 94, 255, 1); background: -moz-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(109, 77, 249, 1) 35%, rgba(73, 55, 241, 1) 67%, rgba(57, 41, 235, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 94, 255, 1)), color-stop(35%, rgba(109, 77, 249, 1)), color-stop(67%, rgba(73, 55, 241, 1)), color-stop(100%, rgba(57, 41, 235, 1))); background: -webkit-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(109, 77, 249, 1) 35%, rgba(73, 55, 241, 1) 67%, rgba(57, 41, 235, 1) 100%); background: -o-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(109, 77, 249, 1) 35%, rgba(73, 55, 241, 1) 67%, rgba(57, 41, 235, 1) 100%); background: -ms-linear-gradient(left, rgba(137, 94, 255, 1) 0%, rgba(109, 77, 249, 1) 35%, rgba(73, 55, 241, 1) 67%, rgba(57, 41, 235, 1) 100%); background: linear-gradient(to right, rgba(137, 94, 255, 1) 0%, rgba(109, 77, 249, 1) 35%, rgba(73, 55, 241, 1) 67%, rgba(57, 41, 235, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#895eff', endColorstr='#3929eb', GradientType=1); background-size: cover; padding: 150px 0px; }
.feature-section-v16 .feature-content { padding: 80px 0px; }
.feature-section-v16 .feature-img { }
.feature-section-v16 .feature-img img { }
.client-block-v1-section { position: relative; }
.client-block-v1-section:before { background: url(../images/curve-shape-img-2.png); content: ''; position: absolute; bottom: -100px; height: 100px; width: 100%; }

/* --------------- feature-section-v17 ------------------------*/
.feature-section-v17.feature-section { background-size: cover; padding: 150px 0px; background-color: #fff; position: relative; }
.feature-section-v17.feature-section .feature-content { padding: 80px 0px; }
.feature-section-v17.feature-section .feature-img { }
.feature-section-v17.feature-section .feature-img img { max-width: 530px; }
.feature-section-v17.feature-section:before { background: url(../images/curve-shape-img-1.png); content: ''; position: absolute; top: -99px; height: 99px; width: 100%; }

/* --------------- feature-section-v18 ------------------------*/
.feature-section-v18.feature-section { background-size: cover; background-color: #f8f7fc; position: relative; padding: 100px 0px; }
.feature-section-v18.feature-section .feature-content { margin-bottom: 30px; }
.feature-section-v18.feature-section .feature-img img { }
.feature-section-v18.feature-section .feature-img { }
.feature-section-v18.feature-section:before { background: url(../images/curve-shape-img-3.png); content: ''; position: absolute; top: -99px; height: 99px; width: 100%; }

/* --------------- feature-section-v19 ------------------------*/
.feature-section-v19.feature-section { background-size: cover; padding: 150px 0px; background-color: #fff; position: relative; }
.feature-section-v19.feature-section .feature-content { padding: 80px 0px; }
.feature-section-v19.feature-section .feature-img { padding-top: 40px; }
.feature-section-v19.feature-section .feature-img img { }
.feature-section-v19.feature-section:before { background: url(../images/curve-shape-img-4.png); content: ''; position: absolute; top: 0px; height: 99px; width: 100%; }

/* --------------- cta-section-v9 ------------------------*/
.cta-section-v9.cta-section { margin-top: 60px; border-radius: 6px; padding: 60px; background: rgba(77, 55, 214, 1); background: -moz-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77, 55, 214, 1)), color-stop(27%, rgba(87, 62, 212, 1)), color-stop(46%, rgba(118, 83, 207, 1)), color-stop(78%, rgba(175, 120, 199, 1)), color-stop(100%, rgba(184, 126, 197, 1))); background: -webkit-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: -o-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: -ms-linear-gradient(left, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); background: linear-gradient(to right, rgba(77, 55, 214, 1) 0%, rgba(87, 62, 212, 1) 27%, rgba(118, 83, 207, 1) 46%, rgba(175, 120, 199, 1) 78%, rgba(184, 126, 197, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d37d6', endColorstr='#b87ec5', GradientType=1); background-size: cover; }
.cta-section-v9 .cta-section-content { display: flex; justify-content: space-between; }
.cta-section-v9 .cta-section-content-text { font-size: 20px; color: #fff; margin-bottom: 0px; }
.cta-section-v9 .cta-section-btn { display: inline-table; }

/*----------Client Testimonial V1 -------------*/
.client-testimonial-block-v1 { }
.client-testimonial-block-v1.testimonial-block { border-radius: 6px; background-color: #ffffff; margin-bottom: 30px; text-align: center; border: 1px solid #eeecf6; margin-top: 60px; }
.client-testimonial-block-v1 .testimonial-content { padding: 45px; }
.client-testimonial-block-v1 .testimonial-meta-name { font-size: 14px; line-height: 26px; margin-bottom: 0px; color: #3525e9; text-transform: uppercase; font-weight: 600; }
.client-testimonial-block-v1 .testimonial-meta-designation { font-size: 13px; color: #a7a7c0; margin-bottom: 0px; }
.client-testimonial-block-v1 .testimonial-content-text { color: #2f2e35; font-weight: 600; font-size: 16px; line-height: 30px; margin-bottom: 40px; }
.client-testimonial-block-v1 .testimonial-img img {/* border: 5px solid #fff; *//* box-shadow: 0 6px 6px #d0d0d0; */height: 100px; width: 100px; margin-bottom: 0px; }
.client-testimonial-block-v1 .testimonial-img { margin-top: -60px; }
.client-testimonial-block-v1 .testimonial-client-logo { padding: 10px 30px; }

/* --------------- index nineteen ------------------------*/

/* --------------- hero slide nineteen ------------------------*/

.hero-slide-nineteen { background-color: #4334f1; background-size: cover; max-height: 665px; position: relative; margin-bottom: 250px; }
.hero-slide-nineteen-caption { padding: 200px 0px 0px; margin-bottom: 60px; }
.hero-slide-nineteen-img { }
.hero-slide-nineteen-img img { }
.hero-slide-nineteen-caption-title { font-size: 46px; line-height: 56px; color: #fff; font-weight: 600; }
.hero-slide-nineteen-caption-text { font-size: 16px; color: #d8d4ff; }
.hero-slide-nineteen-caption .form-inline .form-control {display: inline-block;width: 50%;vertical-align: middle;border: none;}
.hero-slide-nineteen-caption .form-inline { display: -ms-flexbox; display: inline; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-align: center; align-items: center; }
.hero-slide-nineteen-table { box-shadow: 0px 5px 8px rgb(0, 0, 0, .05); }
.hero-slide-nineteen-table .table td, .hero-slide-nineteen-table .table th { padding: .75rem; vertical-align: middle; border-top: 1px solid #dee2e6; }
.hero-slide-nineteen-table .bitcoin-table-name { width: 50%; }
.hero-slide-nineteen-table .bitcoin-table-logo { }
.hero-slide-nineteen-table .bitcoin-table-logo img { height: 36px; width: 36px; float: left; margin-right: 15px; }
.hero-slide-nineteen-table h4 { font-size: 18px; margin-bottom: 0px; }
.hero-slide-nineteen-table td { font-size: 18px; }
.ft-section-fifth-tab { margin-bottom: 20px; }
.ft-section-fifth-tab .nav.nav-pills { }
.ft-section-fifth-tab .nav.nav-pills .nav-link { background-color: #ffffff; padding: 29px; margin-bottom: 8px; color: #808294; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; border: 1px solid #eae9ef; border-radius: 4px; }
.ft-section-fifth-tab .nav.nav-pills .nav-link.active { border-color: #4334f1; background-color: #fff; color: #4334f1; }
.ft-section-fifth-tab .tab-content { }
.ft-section-fifth-tab .ft-section-tab-icon { font-size: 28px; line-height: 40px; margin-right: 25px; border-radius: 100%; height: 85px; width: 85px; background-color: #ffffff; padding: 23px 26px; color: #4334f1; box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.04); }
.ft-section-fifth-tab .ft-section-tab-content { color: #6c6e7a; font-size: 15px; line-height: 26px; transition: 2s ease-in; }
.ft-section-fifth-tab .ft-section-tab-content-title { margin-bottom: 10px; color: #2a2a71; font-size: 20px; line-height: 30px; }
.ft-section-fifth-tab .tab-content .fade { transition: opacity .80s linear; }

/*------ feature-block-v19 -------*/
.feature-block-v19.feature-block { text-align: center; margin-bottom: 30px; }
.feature-block-v19 .feature-content { }
.feature-block-v19 .feature-icon { margin-bottom: 30px; font-size: 62px; color: #4334f1; text-align: center; }
.feature-block-v19 .feature-content-title { font-size: 20px; line-height: 30px; }
.feature-block-v19 .feature-content-text { }

/*------ counter-v3 -------*/
.counter-v3.counter-block { }
.counter-v3 .counter-block-content { padding-left: 35px; }
.counter-v3 .counter-block-title { font-size: 56px; line-height: 70px; font-weight: 500; color: #fff; }
.counter-v3 .counter-block-text { font-size: 20px; color: #fff; margin-bottom: 0px; }

/*------ process-block-v5 -------*/
.process-block-v5.process-block { margin-bottom: 60px; border: 1px solid #eae9ef; border-radius: 4px; }
.process-block-v5 .process-content { padding: 0px 30px 30px; text-align: center; }
.process-block-v5 .process-title { font-size: 20px; line-height: 30px; margin-bottom: 0px; }
.process-block-v5 .process-text { }
.process-block-v5 .process-icon { display: block; height: 92px; width: 92px; font-size: 28px; margin-bottom: 25px; border-radius: 100%; color: #4334f1; padding: 29px 32px; line-height: 38px; background-color: #fff; border: 1px solid #eae9ef; margin-left: auto; margin-right: auto; margin-top: -49px; }

/* --------------- index twenty ------------------------*/

/* --------------- hero slide twenty ------------------------*/

.hero-slide-twenty {background: rgba(68, 52, 241, 1);background: -moz-linear-gradient(left, rgba(68, 52, 241, 1) 0%, rgba(106, 67, 210, 1) 23%, rgba(154, 85, 172, 1) 43%, rgba(194, 100, 140, 1) 62%, rgba(229, 114, 113, 1) 81%, rgba(237, 117, 106, 1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68, 52, 241, 1)), color-stop(23%, rgba(106, 67, 210, 1)), color-stop(43%, rgba(154, 85, 172, 1)), color-stop(62%, rgba(194, 100, 140, 1)), color-stop(81%, rgba(229, 114, 113, 1)), color-stop(100%, rgba(237, 117, 106, 1)));background: -webkit-linear-gradient(left, rgba(68, 52, 241, 1) 0%, rgba(106, 67, 210, 1) 23%, rgba(154, 85, 172, 1) 43%, rgba(194, 100, 140, 1) 62%, rgba(229, 114, 113, 1) 81%, rgba(237, 117, 106, 1) 100%);background: -o-linear-gradient(left, rgba(68, 52, 241, 1) 0%, rgba(106, 67, 210, 1) 23%, rgba(154, 85, 172, 1) 43%, rgba(194, 100, 140, 1) 62%, rgba(229, 114, 113, 1) 81%, rgba(237, 117, 106, 1) 100%);background: -ms-linear-gradient(left, rgba(68, 52, 241, 1) 0%, rgba(106, 67, 210, 1) 23%, rgba(154, 85, 172, 1) 43%, rgba(194, 100, 140, 1) 62%, rgba(229, 114, 113, 1) 81%, rgba(237, 117, 106, 1) 100%);background: linear-gradient(to right, rgba(68, 52, 241, 1) 0%, rgba(106, 67, 210, 1) 23%, rgba(154, 85, 172, 1) 43%, rgba(194, 100, 140, 1) 62%, rgba(229, 114, 113, 1) 81%, rgba(237, 117, 106, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4434f1', endColorstr='#ed756a', GradientType=1);background-size: cover;min-height: 780px;color: #fff;}
.hero-slide-twenty-caption {padding: 282px 0px 122px;}
.hero-slide-twenty-img {padding: 160px 20px 30px;}
.hero-slide-twenty-caption-title {font-size: 46px;line-height: 60px;color: #fff;font-weight: 600;}
.hero-slide-twenty-caption-text {  }

/*------ process-block-v6 -------*/
.process-block-v6.process-block { margin-bottom: 30px; }
.process-block-v6 .process-content { }
.process-block-v6 .process-title { font-size: 26px; line-height: 36px; }
.process-block-v6 .process-text { }
.process-block-v6 .process-icon { display: block; height: 120px; width: 120px; font-size: 36px; margin-bottom: 25px; border-radius: 100%; color: #4334f1; padding: 42px; line-height: 40px; background-color: #f1f2ff; }

/* --------------- cta-section-v10 ------------------------*/
.cta-section-v10.cta-section { margin-top: 60px; border-radius: 6px; padding: 60px; background-color: #4334f1; background-size: cover; }
.cta-section-v10 .cta-section-content { display: flex; justify-content: space-between; }
.cta-section-v10 .cta-section-content-title { font-size: 36px; color: #fff; margin-bottom: 0px; }
.cta-section-v10 .cta-section-btn { display: inline-table; margin-top: 18px; }

/* --------------- feature-section-v20 ------------------------*/
.feature-section-v20.feature-section { }
.feature-section-v20.feature-section .feature-content { padding: 120px 40px; }
.feature-section-v20.feature-section .feature-img { padding-top: 40px; }
.feature-section-v20.feature-section .feature-img img { }

/*-------------------   Testimonial Carousel ----------------------------*/
.testimonial-carousel-v5 { }
.testimonial-carousel-v5 .owl-carousel .owl-item { }
.testimonial-carousel-v5 .owl-carousel .owl-item img { width: initial; }
.testimonial-carousel-v5 .owl-theme .owl-nav { margin-top: 0px; text-align: center; display: none; }
.testimonial-carousel-v5 .owl-theme .owl-nav .owl-prev { position: absolute; top: 40%; left: 10px; }
.testimonial-carousel-v5 .owl-theme .owl-nav .owl-next { position: absolute; top: 40%; right: 10px; }
.testimonial-carousel-v5 .owl-theme .owl-nav [class*='owl-'] { color: #2f2e35; font-size: 18px; margin: 5px; padding: 9px 10px; background: white; display: inline-block; cursor: pointer;/* border-radius: 100%; */ text-align: center; height: 52px; width: 52px; border: 2px solid #ffffff; }
.testimonial-carousel-v5 .owl-theme .owl-nav [class*='owl-']:hover { background: #01d486; color: #FFF; text-decoration: none; border-color: #01d486; }
.testimonial-carousel-v5 .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; margin: 4px 2px; background: transparent; border: 2px solid #fff; border-radius: 100%; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.testimonial-carousel-v5 .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 0px; position: relative; }
.testimonial-carousel-v5 .owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel-v5 .owl-theme .owl-dots .owl-dot:hover span { background: #fff !important; border-color: #fff; }

/*----------Testimonial V24 -------------*/
.testimonial-block-v24 { }
.testimonial-block-v24.testimonial-block { border-radius: 6px; margin-bottom: 30px; background-color: #fff; }
.testimonial-block-v24 .testimonial-icon { font-size: 72px; margin-bottom: 50px; color: #e3e0e9; }
.testimonial-block-v24 .testimonial-content { padding: 70px; font-size: 18px; line-height: 32px; }
.testimonial-block-v24 .testimonial-meta { }
.testimonial-block-v24 .testimonial-meta-name { font-size: 18px; line-height: 29px; margin-bottom: 0px; color: #2f2e35; }
.testimonial-block-v24 .testimonial-meta-designation { font-size: 15px; color: #a7a7c0; line-height: 22px; }
.testimonial-block-v24 .testimonial-content-text { margin-bottom: 35px; }
.testimonial-block-v24 .testimonial-footer { display: flex; align-items: center; }
.testimonial-block-v24 .testimonial-img { float: left; padding-right: 18px; display: inline-block; }
.testimonial-block-v24 .testimonial-img img { height: 67px; width: 67px; }
.faq-block-v1.faq-block { background-color: #f8f6fb; padding: 40px; border-radius: 4px; margin-bottom: 30px; }
.faq-block-v1 .faq-block-content { }
.faq-block-v1 .faq-block-title { font-size: 19px; line-height: 30px; }
.faq-block-v1 .faq-block-text { font-size: 16px; line-height: 30px; }

/*-------- Login / Register Form ------------*/
.login-form-block { background-color: #fff; padding: 60px 90px; }
.login-page-logo { margin-bottom: 100px; }
.login-page-img { padding: 200px 150px; }
.height-lg-100vh { height: 100vh; }
.login-page-img img { max-width: 100%; }
.divider-for-button { position: relative; padding-top: 0px; border-top: 1px solid #dcdcee; margin-top: 40px; margin-bottom: 40px; }
.divider-for-button-text { position: absolute; top: -25px; text-align: center; left: 45%; background-color: #fff; padding: 8px; }

/*-------- Pricing Table ------------*/

/*------------------ Pricing v4 table -----------------------------------*/
.pricing-block-v4 { }
.pricing-block-v4.pricing-block { background-color: #f8f7fd; border-radius: 6px; min-height: 790px; }
.pricing-block-v4.pricing-block-selected { background-color: #fff; border-radius: 6px; min-height: 790px; border: 2px solid #4334f1; }
.pricing-block-v4.pricing-block .pricing-icon { margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 50px; height: 157px; width: 157px; background-color: #eff2f9; border-radius: 100%; padding: 37px; line-height: 4.8; }
.pricing-block-v4 .pricing-content { padding: 40px; text-align: center; }
.pricing-block-v4 .pricing-content-title { font-size: 24px; line-height: 34px; margin-bottom: 24px; font-weight: 600; }
.pricing-block-v4 .pricing-content-text { font-size: 16px; line-height: 28px; }
.pricing-block-v4 .pricing-content-price { font-size: 36px; font-weight: 700; color: #2f2e35; line-height: 40px; margin-top: 50px; margin-bottom: 0px; }
.pricing-block-v4 .pricing-content-price-month { font-size: 14px; line-height: 26px; }
.pricing-block-v4 .pricing-content-list { margin-top: 40px; text-align: left; font-size: 16px; line-height: 30px; }
.faq-block-v2.faq-block { margin-bottom: 30px; }
.faq-block-v2 .faq-block-content { }
.faq-block-v2 .faq-block-title { font-size: 19px; line-height: 30px; font-weight: 600; }
.faq-block-v2 .faq-block-text { font-size: 16px; line-height: 30px; }

/* ----------------------- Split Sections -------------------------*/
.split-container { height: 100%; }
.split-left-img-second { display: flex; justify-content: center; align-items: center; background: url(../images/about-left-img-2.jpg)no-repeat; background-size: cover; min-height: 500px; color: #FFF; background-position-x: 50%; }
.split-right-img-second { display: flex; justify-content: center; align-items: center; background: url(../images/about-right-img-2.jpg)no-repeat; background-size: cover; min-height: 500px; color: #fff; background-position-x: 50%; }

.feature-blurb-block{ margin-bottom: 35px; }
.feature-blurb-content{}
.feature-blurb-title{}




/* --------- counter v4 -------------------*/
.counter-v4.counter-block { padding: 20px 0px; }
.counter-v4 .counter-block-content { }
.counter-v4 .counter-block-title { position: relative; margin-bottom: 10px; font-size: 58px; line-height: 68px; color: #181825; font-weight: 600; }
.counter-v4 .counter-block-text { }
.counter-v4 .plus-sign {position: absolute;font-size: 48px;color: #181825;top: 40px;right: 47px;font-weight: 600;}

/* --------- 404 error page -------------------*/
.error-bg { background: url(../images/error-img.png)repeat; }
.error-block { color: #fff; text-align: center; }
.error-block-title { font-size: 232px; font-weight: 800; line-height: 1; color: #fff; }
.error-block-text { font-size: 26px; color: #beb8ff; margin-bottom: 40px; line-height: 36px; }

/* --------- Portfoilo page -------------------*/
.filter-gallery { }
.portfolio .filters { text-align: center; }
.portfolio .filters ul { padding: 0; }
.portfolio .filters ul li {list-style: none;display: inline-block;padding: 20px 30px;cursor: pointer;position: relative;color: #858394;font-weight: 500;}
.portfolio .filters ul li:after { content: ""; display: block; width: calc(0% - 60px); position: absolute; height: 2px; background: #4334f1; transition: width 350ms ease-out; }
.portfolio .filters ul li:hover:after { width: calc(100% - 60px); transition: width 350ms ease-out; }
 .portfolio .filters ul li:hover{color: #4334f1;}
  .portfolio .filters ul li.active{color: #4334f1;}
.portfolio .filters ul li.active:after {width: calc(100% - 60px); color: #4334f1;}
.portfolio .filters-content { }
.portfolio .filters-content .item { margin-bottom: 30px; position: relative; }
.portfolio .filters-content .item img { border-radius: 6px; }
.portfolio .filters-content .item:hover .item-overlay { opacity: 1; }
.item-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(44, 44, 57, 0.7); opacity: 0; -webkit-transition: opacity 300ms linear; -o-transition: opacity 300ms linear; transition: opacity 300ms linear; border-radius: 6px; }
.item-overlay-text { position: absolute; left: 30px; bottom: 20px; }
.item-overlay-text h3 { font-size: 18px; color: #fff; line-height: 26px; margin-bottom: 0px; }
.item-overlay-text p { color: #b9a1fa; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.gallery-img { margin-bottom: 30px; }

/*-------------------------------------------------------------------
 10. Blog Pages
-------------------------------------------------------------------*/
.single-post-pageheader {position: relative;width: 100%;height: 100%;background: url(../images/post-pageheader-img-1.jpg) center center no-repeat;background-size: cover;min-height: 530px;}
.single-post-pageheader:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-image: linear-gradient(to bottom right, #727180, #59567c);opacity: 0.6;}
.post-pagecaption {text-align: center;padding-bottom: 20px;padding-top: 320px;}
.single-post-pageheader .post-meta { border-radius: 0px 0px 4px 4px; background-color: transparent; border-top: 1px solid #96969b; padding: 16px 0px 16px; margin-top: 0; line-height: 1; color: #fff; text-align: center; width: 100%; }
.single-post-pageheader .post-meta .meta-posted-by:before, .single-post-pageheader .post-meta .meta-comments:before { color: #fff; }
.single-post-pageheader .meta { color: #fff; }
.single-post-pageheader.meta-posted-by:before, .post-pagecaption .meta-comments:before { color: #fff; }
.post-pagecaption .post-title { padding: 0px 180px; line-height: 52px; margin-bottom: 0px; }
.post-carousel { margin-bottom: -29px; }
.post-carousel .owl-theme .owl-nav { line-height: 1; text-align: center; -webkit-tap-highlight-color: transparent; display: none; }
.post-carousel .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 30px; position: relative; }
.post-carousel .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.post-carousel .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; margin: 4px 2px; background: transparent; border: 2px solid #fff; border-radius: 100%; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.post-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff !important; border-color: #fff; }
.post-block { margin-bottom: 30px; transition: .8s ease; border-radius: 4px; position: relative; }
.post-block:hover { -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16); background-color: #fff; transition: .5s ease; }
.post-img { position: relative; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.post-img img { width: 100%; }
.post-fullwidth { position: relative; margin-bottom: 80px; margin-top: 50px; }
.post-fullwidth .post-img { border-top-right-radius: 0px; }
.post-fullwidth .post-content { border-left: transparent; padding: 53px; border-bottom-left-radius: 0px; }
.post-small-thumb { }
.post-small-thumb .card-body { padding: 22px; }
.post-small-thumb img { height: 182px; width: 206px !important; border-radius: 12px; }
.post-content-innerspace { padding: 70px !important; }
.post-content { padding: 34px; border: 1px solid #e8e8f0; background-color: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.post-block-overlay { }
.post-block-overlay .post-img { border-radius: 4px; }
.post-content-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: .5; transition: .5s ease; background-color: #000; }
.post-content-overlay-text { position: absolute; opacity: 1; bottom: 0px; padding: 36px 36px 20px 36px; }
.post-content-overlay-text .title { color: #fff; }
.post-content-overlay-text .post-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px;
    letter-spacing: 0px;
    }
.post-meta {margin-bottom: 20px;display: inline-block;}
.post-content .icon-circle-outline { height: 30px; width: 30px; padding: 7px; }
.post-content-single { background-color: #fff; padding: 40px; border-radius: 4px; border: 1px solid #ebecf7; }
.post-title { color: #302c4b; }
.post-heading { font-size: 24px; line-height: 34px; margin-bottom: 20px; }
.meta { font-size: 13px; color: #acabad; display: inline-block; position: relative; line-height: 18px; font-weight: 500; }
.meta-link { }
.meta-posted-by { }
.meta-posted-by:before, .meta-comments:before { content: ''; font-size: 6px; color: #979fbb; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; margin-right: 8px; vertical-align: middle; }
.meta-category, .meta-date, .meta-comments, .meta-tags, .meta-posted-by { margin-right: 8px; }
.meta-category { color: #fd851b; text-transform: uppercase; }
.meta-category:hover { color: #fd851b; }
.meta-category-badge { background-color: #ebedfe; color: #4334f1; padding: 8px 10px; border-radius: 6px; transition: .7s ease; font-size: 14px; display: inline-block; line-height: 1; }
.meta-category-badge:hover { background-color: #4334f1; color: #fff; text-decoration: none !important; transition: .3s ease; }
.meta-date { }
.meta-comments { }
.meta-tags { background-color: transparent; padding: 6px 10px; border-radius: 2px; font-size: 14px; line-height: 1; display: inline-block; margin-bottom: 4px; margin-right: 4px; color: #626582; border: 1px solid #ebecf7; }
.meta-tags:hover { background-color: #4334f1; color: #fff; }
.align-left { float: left; margin-right: 20px; margin-bottom: 10px; }
.align-right { float: right; margin-left: 20px; margin-bottom: 10px; }
.firstcharacter { float: left; font-size: 75px; line-height: 54px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }
blockquote { position: relative; padding: 18px 40px; color: #353851; font-size: 24px; line-height: 34px; display: block; }
.post-blockquote-author { font-size: 16px; margin-top: 20px; color: #888b9f; }
.blockquote-fancy::before { font-size: 20px; color: #4334f1; position: absolute; top: 17px; content: "\f10d"; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; left: 0; }
.blockquote-left-border { border-left: 3px solid #4334f1; }
.blockquote-right-border { border-right: 3px solid #4334f1; }
.blockquote-box { padding: 45px; }
.blockquote-left { max-width: 400px; }
.blockquote-right { max-width: 400px; float: right; }

/*----- Next Prev Post -----*/
.next-prev-post { margin-bottom: 30px; margin-top: 30px; }
.prev-post { padding: 30px; border: 1px solid #e6e5e7; background-color: #fff; border-radius: 4px; }
.next-post { text-align: right; padding: 30px; border: 1px solid #e6e5e7; background-color: #fff; border-radius: 4px; }
.prev-link-title, .next-link-title { margin-bottom: 0px; font-size: 18px; line-height: 28px; }
.prev-link { }
.next-link, .prev-link { text-transform: uppercase; font-size: 12px; margin-bottom: 10px; display: inline-block; line-height: 12px; }
.related-post-block { padding: 40px; border: 1px solid #ebecf7; background-color: #fff; border-radius: 0px 0px 4px 4px; margin-bottom: 30px; }
.related-post { }
.realted-title { font-size: 18px; line-height: 26px; }
.related-category { color: #4334f1; }
.related-post-meta { font-size: 14px; }
.related-post .title { font-size: 15px; }
.related-img { margin-bottom: 20px; border-radius: 4px; }
.related-img img { width: 100%; }
.post-author-block { position: relative; }
.author-box { background-color: #f9f9fd; border: 1px solid #ebecf7; margin-bottom: 30px; border-radius: 4px; }
.author-img { position: relative; text-align: center; top: 55px; }
.author-img img { border: 3px solid #fff; }
.author-title { font-size: 20px; }
.author-meta { color: #ff4d4d; margin-bottom: 20px; display: block; line-height: 1; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.author-content { text-align: center; padding: 80px 30px 30px 30px; background-color: #fff; }

/*----- comments-----*/
.comments-block { margin-bottom: 30px; }
.comments-area { }
.comments-title { margin-bottom: 40px; }
.comment-list { border-bottom: 1px solid #ebebeb; margin-bottom: 0px; }
ul.comment-list:last-child { margin-bottom: 0px; border-bottom: transparent; padding-bottom: 0px; }
.comment { background-color: #fff; padding: 10px 0px; }
.comment-block-header { border-bottom: 1px solid #ebedfc; background-color: #fff; padding: 15px 20px; margin-bottom: 0px; }
.comment-body { padding: 30px; background-color: #fff; }
.comment-author { margin-bottom: 20px; }
.comment-info { }
.comment-header { margin-bottom: 6px; }
.user-title { margin-bottom: 0px; font-size: 16px; }
.comment-meta { font-size: 13px;    /* margin-left: 15px; */ color: #888b9f; display: inline-block; float: right; }
.comment-meta-date { }
.comment-content { }
.reply-link { color: #353851; border-bottom: 2px solid #4334f1; padding-bottom: 3px; font-size: 14px }
.reply-link:hover { color: #4334f1; border-bottom: 2px solid #4334f1; text-decoration: none; }
.childern {    /* padding-left: 120px; */
padding: 0px 40px 0px 100px;    /* background-color: #f9f9fd; */ margin-bottom: 0px; }
.childern .comment { }
.childern .comment-body { background-color: #f9f9fd; padding: 30px; border: 1px solid #f9f9fd; border-radius: 4px; margin-bottom: 30px; }
.comments-reply { }
.leave-comments { background-color: #f3f5f5; }
.leave-reply { }
.form-remark { color: red; }

/*-------------- Sidebar ----------------------------*/
.sidebar { }
.widget { margin-bottom: 30px; border: 1px solid #ebecf7; background-color: #fff; padding: 40px; border-radius: 4px; position: relative; }
.widget ul { margin-bottom: 0px; list-style: none; padding: 0px; }
.widget ul li { margin-bottom: 8px; line-height: 23px; font-size: 15px; }
.widget ul li:last-child { margin-bottom: 0px; }
.widget-categories ul li a, .widget-archive ul li a { color: #626582; }
.widget-categories ul li a:hover, .widget-archive ul li a:hover { color: #4334f1; text-decoration: none; }
.widget-title { font-size: 20px; color: #302c4b; line-height: 28px; letter-spacing: 0px; margin-bottom: 20px; }
.widget-search { }
.widget-category { font-size: 14px; }
.widget-archives { font-size: 14px; }
.widget-recent-post { }
.widget-recent-post ul { }
.widget-recent-post ul li { margin-bottom: 20px; }
.recent-post-img { }
.recent-post-img img { height: 90px; width: 90px; }
.recent-title { font-size: 17px; line-height: 24px; }
.recent-post-content { }
.widget-tags { }
.widget-tags a { background-color: transparent; padding: 6px 10px; border-radius: 2px; font-size: 14px; line-height: 1; display: inline-block; margin-bottom: 8px; margin-right: 4px; color: #888b9f; border: 1px solid #ebecf7; transition: .5s ease; }
.widget-tags a:hover { background-color: #4334f1; color: #fff !important; border-color: #4334f1; text-decoration: none; transition: .5s ease; }
.categories-filter { }
.categories-filter a { background-color: #ebebf2; padding: 10px 18px; border-radius: 50px; color: #fff; font-size: 14px; line-height: 1; display: inline-block; margin-bottom: 4px; margin-right: 4px; font-weight: 400; color: #626582; border: 1px solid #ebebf2; transition: .7s ease; }
.categories-filter a:hover, .categories-filter a.active { background-color: #4334f1; color: #fff !important; border-color: #4334f1; text-decoration: none; transition: .7s ease; }

/*------------- Preloader------------*/
.preloader { width: 100%; height: 100%; top: 0px; position: fixed; z-index: 99999; background: #fff; }
.lds-ripple { display: inline-block; position: relative; width: 64px; height: 64px; position: absolute; top: calc(50% - 3.5px); left: calc(50% - 3.5px); }
.lds-ripple .lds-pos { position: absolute; border: 2px dotted #4334f1; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite; }
.lds-ripple .lds-pos:nth-child(2) { animation-delay: -0.5s; }
@keyframes lds-ripple {
0% { top: 28px; left: 28px; width: 0; height: 0; opacity: 0; }
5% { top: 28px; left: 28px; width: 0; height: 0; opacity: 1; }
100% { top: -1px; left: -1px; width: 58px; height: 58px; opacity: 0; }
}

/*-------------------------------------------------------------------
16. Media Query
-------------------------------------------------------------------*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1400px) {
.hero-slide-img img { max-width: 100%; }

/*.header-btn { margin: 20px 50px; }
*/
.hero-slide-fifth { background-position: 185% 130%; }
.hero-slide-seventh { background-position: 30% 80%; }
.feature-section-v11 .feature-section-img img { max-width: 100%; }
.tab-content img { max-width: 100%; }
.feature-section-v1 .feature-section-img img { max-width: 100%; }

/* index-14 */
.hero-slide-fourteen-img { padding: 180px 0px 40px 0px; }
.hero-slide-fourteen-caption-title { font-size: 40px; line-height: 58px; font-weight: 600; }
.hero-slide-fourteen-img img { max-width: 100%; }
.hero-slide-fourteen-img:before { width: 588px; }
.customer-review-section-img img { max-width: 100%; }
.testimonial-big-img img { max-width: 100%; }
.feature-section-v14 .feature-video:after { width: 588px; }
.map-block { position: relative; min-width: 564px; }

/* index-16 */
.hero-slide-sixteen-img img { max-width: 119%; }
.navbar-slide .navbar-side { height: 100%; position: fixed; width: 30%; }
}
@media only screen and (max-width:1200px) {
.header-btn { margin: 20px 50px; }
.hero-slide-img img { max-width: 100%; }
.feature-section-v1 .feature-section-img img { max-width: 100%; }
.hero-slide-img { padding: 188px 0px 0px; }
.hero-slide-caption { padding: 180px 0px 0px; }
.hero-slide-third-img { padding: 100px 0px 0px; }
.process-pattern:before { bottom: 163px; left: 95px; }
.process-pattern-second:before { bottom: 253px; left: 108px; }
.tab-content img { max-width: 100%; }
.hero-slide-fourth { background-position-x: 220px; }
.hero-slide-fifth { background-position: -330% 130%; }
.cta-section-v5 .cta-section-content { padding: 140px 20px; color: #fff; }
.client-logo-v3 { padding: 0px 25px 0px 25px; }
.feature-section-v8 .feature-section-img img { max-width: 100%; }
.feature-section-v11 .feature-section-content { margin-bottom: 20px; padding: 0px; }
.feature-section-v11 .feature-section-img { margin-bottom: 0px; }
.feature-section-v11 .feature-section-img img { max-width: 100%; }
.feature-section-v11 .feature-section-img img { max-width: 100%; }
.feature-section-v12 .feature-section-big-img img { max-width: 100%; }
.feature-section-v12 .feature-section-small-img img { max-width: 60%; }
.navbar-slide .navbar-side { width: 25%; }

/* index-14 */
.hero-slide-fourteen-img { padding: 180px 0px 40px 0px; }
.hero-slide-fourteen-caption-title { font-size: 40px; line-height: 58px; font-weight: 600; }
.hero-slide-fourteen-img img { max-width: 100%; }
.hero-slide-fourteen-img:before { width: 588px; }
.hero-slide-fourteen-img-pattern { width: 630px; }
.customer-review-section-img img { max-width: 100%; }
.testimonial-big-img img { max-width: 100%; }
.feature-section-v14 .feature-video:after { width: 588px; }
.map-block { position: relative; min-width: 396px; }

/* index-15 */

/* index-15 */
.hero-slide-fifteen { min-height: 600px; margin-bottom: 180px; }
.hero-slide-fifteen-img img { max-width: 100%; }
.hero-slide-fifteen-caption .form-inline { display: -ms-flexbox; display: flex; -ms-flex-flow: row; flex-flow: row; -ms-flex-align: center; align-items: center; }
.hero-slide-fifteen-caption-title { font-size: 33px; line-height: 48px; }
.client-block-v3.client-block { padding: 12px; }

/* index-16 */
.hero-slide-sixteen-img img { max-width: 100%; }
.testimonial-block-v23 .testimonial-img { right: 190px; }
.devloper-tab .nav.nav-pills .nav-item .nav-link { padding: 16px 17px; }

/* index-17 */
.feature-section-v15.feature-section { padding: 30px; }

/* index-18 */
.hero-slide-eighteen { margin-bottom: 0px; }
.hero-slide-eighteen-img img { max-width: 100%; }
.hero-slide-eighteen-smallright-img { right: 0px; }
.hero-slide-eighteen:after { display: none; }
.client-block-v1-section:before { display: none; }
.feature-section-v16 .feature-img img { max-width: 100%; }
.feature-section-v17.feature-section:before { display: none; }
.feature-section-v17.feature-section .feature-img img { max-width: 100%; }
.feature-section-v18.feature-section .feature-img img { max-width: 100%; }
.navbar-slide .navbar-side { width: 30%; }
.feature-section-v19.feature-section .feature-img img { max-width: 100%; }
.cta-section-v9 .cta-section-content { display: inline-block; }
.cta-section-v9 .cta-section-content-text { margin-bottom: 20px; }

/* index-20 */
.hero-slide-twenty-img img { width: 100%; }
.hero-slide-twenty-img { padding: 210px 0px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
.navbar-slide .navbar-side { width: 50%; }
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
.header-btn { margin: 20px 50px; }
.hero-slide-img img { max-width: 100%; }
.feature-section-v1 .feature-section-img img { max-width: 100%; }
.hero-slide-img { padding: 28px 0px 0px; }
.hero-slide-caption { padding: 180px 0px 0px; }
.hero-slide-third-img img { max-width: 160%; }
.feature-section-v4 .feature-section-img-bg { background-position: 30% 100%; }
.process-pattern:before { display: none; }
.process-pattern-second:before { display: none; }
.hero-slide-third-img { padding: 200px 100px 0px; right: 0px; }
.feature-section-v6 .feature-section-content { margin-top: 170px; }
.tab-content img { max-width: 100%; }
.hero-slide-fourth { background-position: -70% 100%; }
.feature-section-img-shape:before { right: 0px; }
.hero-slide-fifth { background-position: -80% 130%; }
.feature-section-v4.feature-section { padding: 60px 0px; }
.feature-section-v5.feature-section { padding: 60px 0px; }
.client-logo-v3 { padding: 0px 25px 0px 25px; }
.hero-slide-sixth-caption-title { font-size: 30px; line-height: 50px; }
.hero-slide-sixth-img img { max-width: 100%; }
.feature-block-v6 .feature-img img { max-width: 100%; }
.testimonial-carousel-v4 .owl-theme .owl-nav { display: none; }
.feature-section-v7 .feature-section-small-img-1 { max-width: 60%; }
.feature-section-v7 .feature-section-small-img-2 { max-width: 60%; }
.hero-slide-seventh-img { display: none; }
.feature-section-v8 .feature-section-img img { max-width: 100%; }
.hero-slide-tenth-caption { padding: 160px 0px 0px 0px; }
.hero-slide-tenth-img { padding: 80px 0px 0px 0px; }
.navbar-slide .navbar-side { width: 50%; }
.feature-section-v11 .feature-section-content { margin-bottom: 20px; padding: 0px; }
.feature-section-v11 .feature-section-img { margin-bottom: 0px; }
.feature-section-v11 .feature-section-img img { max-width: 100%; }
.feature-section-v12 .feature-section-big-img img { max-width: 100%; }
.feature-section-v12 .feature-section-small-img img { max-width: 60%; }
.hero-slide-twelveth-caption-title { font-size: 46px; line-height: 55px; }
.hero-slide-thirteen-img img { width: 100%; }

/* index-14 */
.hero-slide-fourteen-img { padding: 0px; }
.hero-slide-fourteen-caption-title { font-size: 40px; line-height: 58px; font-weight: 600; }
.hero-slide-fourteen-img img { max-width: 100%; }
.hero-slide-fourteen-img:before { display: none; }
.hero-slide-fourteen-img-pattern { width: 688px; }
.customer-review-section-img img { max-width: 100%; }
.testimonial-big-img img { max-width: 100%; }
.feature-section-v14 .feature-video:after { display: none; }
.map-block { position: relative; min-width: 100%; }

/* index-15 */
.hero-slide-fifteen { min-height: 600px; margin-bottom: 180px; }
.hero-slide-fifteen-img img { max-width: 100%; }
.hero-slide-fifteen-caption .form-inline { display: -ms-flexbox; display: flex; -ms-flex-flow: row; flex-flow: row; -ms-flex-align: center; align-items: center; }
.hero-slide-fifteen-caption-title { font-size: 33px; line-height: 48px; }
.client-block-v3.client-block { padding: 12px; }

/* index-16 */
.hero-slide-sixteen-img img { max-width: 100%; }
.testimonial-block-v23 .testimonial-content { left: 0px; }
.testimonial-block-v23 .testimonial-img { min-width: initial; right: 0px; }

/* index-17 */
.feature-section-v15.feature-section { padding: 30px; }

/* index-18 */
.hero-slide-eighteen { margin-bottom: 0px; }
.hero-slide-eighteen-img img { max-width: 100%; }
.hero-slide-eighteen-smallright-img { right: -30px; }
.hero-slide-eighteen:after { display: none; }
.client-block-v1-section:before { display: none; }
.feature-section-v16 .feature-img img { max-width: 100%; }
.feature-section-v17.feature-section:before { display: none; }
.feature-section-v17.feature-section .feature-img img { max-width: 100%; }
.feature-section-v18.feature-section .feature-img img { max-width: 100%; }
.feature-section-v19.feature-section .feature-img img { max-width: 100%; }
.cta-section-v9 .cta-section-content { display: inline-block; }
.cta-section-v9 .cta-section-content-text { margin-bottom: 20px; }

/* index-19 */
.hero-slide-nineteen-caption-title { font-size: 40px; line-height: 56px; }
.hero-slide-nineteen-img { right: 0px; }
.hero-slide-nineteen-img img { max-width: 100%; }

/* index-20 */
.hero-slide-twenty-caption { padding: 230px 0px 0px; }
.hero-slide-twenty-img { padding: 30px 0px 0px; }
.hero-slide-twenty-img img { width: 100%; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
.header-btn { margin: 20px 50px; }
.hero-slide-img img { max-width: 100%; }
.feature-section-v1 .feature-section-img img { max-width: 100%; }
.feature-section-v2 .feature-section-img { display: none; }
.hero-slide-img { padding: 28px 0px 0px; }
.hero-slide-caption { padding: 180px 0px 0px; }
.hero-slide-third-img img { display: none; }
.feature-section-img-shape:before { display: none; }
.ft-section-third-tab-bg { max-height: none; margin-bottom: 0px; }
.inte-section { display: inline-block; }
.tab-content img { max-width: 100%; }
.feature-section-v6 .feature-section-content { margin-top: 50px; margin-bottom: 40px; }
.feature-section-v6.feature-section { padding: 20px 0px; }
.feature-section-v6 .feature-section-img { right: 16px; }
.hero-slide-fifth { background-position: -80% 130%; }
.hero-slide-sixth { margin-bottom: 0px; }
.hero-slide-fifth-graph { display: none; }
.feature-section-v4.feature-section { padding: 0px 0px; }
.feature-section-v5.feature-section { padding: 0px 0px; }
.hero-slide-sixth-caption-title { font-size: 30px; line-height: 50px; }
.hero-slide-sixth-img img { max-width: 100%; }
.feature-block-v6 .feature-img img { max-width: 100%; }
.testimonial-carousel-v4 .owl-theme .owl-nav { display: none; }
.feature-section-v7 .feature-section-small-img-1 { max-width: 60%; }
.feature-section-v7 .feature-section-small-img-2 { max-width: 60%; }
.hero-slide-seventh-img { display: none; }
.feature-section-v8 .feature-section-img img { max-width: 100%; }
.hero-slide-ninth-img img { max-width: 100%; }
.cta-section-v6 .cta-section-content { padding: 50px 0px; }
.hero-slide-tenth-caption-form { padding-right: 0px; }
.hero-slide-tenth-img img { max-width: 100%; }
.hero-slide-eleventh-caption { padding: 80px 0px 0px; }
.hero-slide-eleventh-caption-btn { padding: 40px 0px 0px; }
.navbar-slide .navbar-side { padding: 330px 48px; }
.navbar-slide .navbar-side { width: 80%; }
.feature-section-v11 .feature-section-content { margin-bottom: 20px; padding: 0px; }
.feature-section-v11 .feature-section-img { margin-bottom: 0px; }
.hero-slide-thirteen-img { padding: 0px; }
.hero-slide-thirteen-img img { max-width: 100%; }
.feature-section-v11 .feature-section-img img { max-width: 100%; }
.feature-section-v12 .feature-section-big-img img { max-width: 100%; }
.feature-section-v12 .feature-section-small-img img { display: none; }
.hero-slide-twelveth-caption-title { font-size: 46px; line-height: 55px; }
.cta-section-v7.cta-section form { padding: 0px 0px; }

/* index-14 */
.hero-slide-fourteen-img { padding: 0px; }
.hero-slide-fourteen-caption-title { font-size: 40px; line-height: 58px; font-weight: 600; }
.hero-slide-fourteen-img img { max-width: 100%; }
.hero-slide-fourteen-img-pattern { display: none; }
.hero-slide-fourteen-carousel .owl-theme .owl-dots { bottom: 10px; }
.customer-review-section-img img { max-width: 100%; }
.testimonial-big-img img { max-width: 100%; }
.feature-section-v14 .feature-video:after { display: none; }
.map-block { position: relative; min-width: 100%; }

/* index-15 */
.hero-slide-fifteen { min-height: 600px; margin-bottom: 0px; }
.hero-slide-fifteen-img img { max-width: 100%; }
.pattern-slide { display: none; }
.hero-slide-fifteen-caption .form-inline { display: -ms-flexbox; display: flex; -ms-flex-flow: row; flex-flow: row; -ms-flex-align: center; align-items: center; }
.hero-slide-fifteen-caption-title { font-size: 33px; line-height: 48px; }
.client-block-v3.client-block { padding: 12px; }

/* index-16 */
.hero-slide-sixteen-img img { max-width: 100%; }
.testimonial-block-v23 .testimonial-content { left: 0px; }
.testimonial-block-v23 .testimonial-img { min-width: initial; right: 0px; }
.devloper-tab .nav { display: inline; }

/* index-17 */
.feature-section-v15.feature-section { padding: 30px; }

/* index-18 */
.hero-slide-eighteen { margin-bottom: 0px; }
.hero-slide-eighteen-img img { max-width: 100%; }
.hero-slide-eighteen-smallleft-img img { display: none; }
.hero-slide-eighteen-smallright-img img { display: none; }
.hero-slide-eighteen:after { display: none; }
.client-block-v1-section:before { display: none; }
.feature-section-v16 .feature-img img { max-width: 100%; }
.feature-section-v17.feature-section:before { display: none; }
.feature-section-v17.feature-section .feature-img img { max-width: 100%; }
.feature-section-v18.feature-section .feature-img img { max-width: 100%; }
.feature-section-v19.feature-section .feature-img img { max-width: 100%; }
.cta-section-v9 .cta-section-content { display: inline-block; }
.cta-section-v9 .cta-section-content-text { margin-bottom: 20px; }

/* index-19 */
.hero-slide-nineteen-caption-title { font-size: 40px; line-height: 56px; }
.hero-slide-nineteen-table .bitcoin-table-logo img { float: initial; }

/* index-20 */
.hero-slide-twenty-img img { width: 100%; }
.cta-section-v10 .cta-section-content { display: inline; }
.testimonial-block-v8.testimonial-block { padding-left: 0px; padding-right: 0px; }

/* error-block */
.error-block-title { font-size: 152px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) { }