/*-------------------------------------------------------------------------------------
Theme Name: FedRex
Theme URI:  http://pentathemes.com/fedrex
Version:    1.0
Author: Pentathemes
-------------------------------------------------------------------------------------*/
/**
*****************************************
@File: FedRex Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


    01. ELEMENTS STYLE
    02. HEADER STYLE
    02. HEADER
    03. NAVIGATIONS
    04. CONTENT
    05. INNER PAGES
    06. RESPONSIVE STYLE

*****************************************
**/

/*-----------------------
01. ELEMENTS STYLE
-----------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Rubik:300,300i,400,400i,500');

:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}

body{
    padding:0px;
    margin:0px;
    font-family: 'Rubik', sans-serif;
    line-height: 30px;
    color: #081F2C;
    font-weight: 400;
    font-size: 14px;
    overflow-x:hidden;
    background: #ffffff;
}

/* top----- */


.book-btn {
	background: #00c9db;
    border: 2px solid #00c9db;
    width: 110px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-top: 18px;
    padding: 8px;
}
.cancel-btn {
	background: red;
    border: 2px solid red;
    width: 164px;
    padding: 8px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-top: 75px;
    margin-left: 120px;
}
.book-btn:hover{
    color: #00c9db;
    background: transparent;
    border: 2px solid #00c9db;

}
.cancel-btn:hover{
    color: red;
    background: transparent;
    border: 2px solid red;

}


.my-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.my-content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.announcement-bar-container {
    background-color: #f0efef;
    border-top: 2px solid #262431;
    border-bottom: 2px solid #262431;
    
}
.announcement-bar-text {
    margin-top: 8px;
    margin-left: 20px;
    color: #333;
    font-size: 20px;
    padding: 5px;
}
.announcement-bar-button {
    margin-top: 20px;
    margin-left: 12px;
    padding: 0;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 212px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 0px !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}



input[type=text], select {
    width: 60%;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    border: -4px solid #ccc;
    /* border-radius: 30px; */
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
}
.w3-block {
    display: block;
    width: 50%;
}
.main-title h3 {
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;

}
h3 {
    font-family: 'Montserrat', sans-serif !important;
    
    margin: 0 !important;
    padding: 0 !important;
}
h1, h2 {
    font-family: 'Montserrat', sans-serif !important;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
/* p {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px;
   
} */
.li {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px;
   
}

/* top-end */

.header .header-content {
    padding-top: 3.5rem;
    line-height: 1.5;
}

.header .text-container {
    margin-bottom: 3rem;
}

.header h1 {
    margin-bottom: 1rem;
}

.header #js-rotating {
    color: #40e0ee;
}

.header .p-large {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.header .btn-solid-lg {
    margin-right: 0.5rem;
    margin-bottom: 1.25rem;
}
input[type=text], select {
  width: 60%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: -4px solid #ccc;
  /* border-radius: 30px; */
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
}
.button {
  background-color:  #081f2c !important;
  border: none;
  color: white !important;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 8px 0;
  cursor: pointer;
  display: inline-block;
  width: 30%;
  border-radius: 30px;
}

.button1 {
  background-color:  #081f2c;
  border: none;
  color: white;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 8px 0;
  cursor: pointer;
  display: inline-block;
  min-width: 38%;
  border-radius: 30px;
}
.button2 {
    background-color:  #081f2c !important;
    border: none;
    color: white !important;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
  }
.py-5 {
    padding-bottom: 3rem!important;
}
.py-5 {
    padding-top: 3rem!important;
}
section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: -1;
}

.particles canvas {
    position: absolute;
    top: 0;
    left: 0;
}
canvas {
    display: inline-block;
    vertical-align: baseline;
}
.lead {
    font-size: 1em;
    line-height: 1.68421053em;
}
#mainMenu nav > ul > li > a {
    position: relative;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #000000;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}
.btn
.btn-rounded {
    border-radius: 2em !important;
    background-color: black;
}
.btn-red1 {
    background-color: #081f2c!important;
    color: #ffffff !important;
}
.btn{
    display: inline-block;
    text-align: center!important;
    white-space: nowrap;
    vertical-align: middle;

}

  .btn-solid-lg {
    display: inline-block;
    padding: 2rem 3rem 2rem 3rem;
    border: 0.125rem solid #081f2c;
    border-radius: 2rem;
    background-color: #081f2c;
    color: #fff;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
}

.btn-solid-lg:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.btn-solid-lg .fab {
    margin-right: 0.5rem;
    font-size: 2.25rem;
    line-height: 0;
    vertical-align: top;
}

.btn-solid-lg .fab.fa-google-play {
    font-size: 1.5rem;
}

/* Note: I'm using the ::double colon pseudo-element notation. Use :single colon for compatibility with older browsers */
.mySlides {display:none;}

 .animated {
            
            background-repeat: no-repeat;
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }
         
         @-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
         }

.item-1, 
.item-2, 
.item-3 {
    position: absolute;
    display: block;
    top: 2em;
    width: 50%;
    font-size: 2em;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.item-1{
    animation-name: anim-1;
}

.item-2{
    animation-name: anim-2;
}

.item-3{
    animation-name: anim-3;
}

.item-p1{
    animation-name: anim-1;
}

.item-p2{
    animation-name: anim-2;
}

.item-p3{
    animation-name: anim-3;
}

.item-p1, 
.item-p2, 
.item-p3 {
    position: absolute;
    display: block;
    top: 7em;
    width: 50%;
    font-size: 2em;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

}

@keyframes anim-1 {
    0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
    0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
    0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}



@media (min-width: 768px){
.form-inline-1 .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}}

p{
    color: #081f2c;
    font-size: 15px;
}
p.lead{
    font-weight: 500;
    font-size: 15px;
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
a,a:hover, a:active, a:focus {
    
    text-decoration: none;
    outline: 0;
}
label{
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}
img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}
hr{
    border-color:#e0dfe1;
}
iframe { width:100%; padding:0; border:0;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Montserrat', sans-serif;
    color:#333333;
    font-weight:400;
    margin:0;
    padding:0;
}
h1{font-size:43px;}
h2{font-size:35px;}
h3{font-size:30px;}
h4{font-size:22px;}
h5{font-size:16px;}
h6{font-size:14px;}

a,
a:hover,
a:active,
a:focus{
    transition: all 0.3s ease;
}
.bg-black {
  background-color: #131313;
}
.bg-gray {
  background-color: #eeeeee;
}
.bg-white {
  background-color: #ffffff;
}
.no-padding{
    padding: 0px;
}
.p-0{padding: 0px;}
.pl-0{padding-left: 0px;}
.pr-0{padding-right: 0px;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-20{padding-right: 20px;}
.pr-30{padding-right: 30px;}
.pr-40{padding-right: 40px;}
.p-10{padding: 10px;}
.p-20{padding: 20px;}
.p-30{padding: 30px;}
.p-40{padding: 40px;}
.p-50{padding: 50px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{ padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-90{padding-top: 90px;}
.pt-100{padding-top: 100px;}
.pb-0{padding-bottom: 0px !important;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pb-90{padding-bottom: 90px;}
.pb-100{padding-bottom: 100px;}
.ptb-10{padding: 10px 0px}
.ptb-20{padding: 20px 0px}
.ptb-30{padding: 30px 0px}
.ptb-40{padding: 40px 0px}
.ptb-50{padding: 50px 0px}
.ptb-60{padding: 50px 0px}
.ptb-70{padding: 70px 0px}
.ptb-80{padding: 80px 0px}
.ptb-90{padding: 80px 0px}
.ptb-100{padding: 100px 0px}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;}
.mb-900{margin-bottom: 90px;}
.mb-100{margin-bottom: 100px;}
.ml-10{margin-left: 10px;}
.ml-20{margin-left: 20px;}
.ml-30{margin-left: 30px;}
.ml-40{margin-left: 40px;}
.ml-50{margin-left: 50px;}
.ml-60{margin-left: 60px;}
.ml-70{margin-left: 70px;}
.ml-80{margin-left: 80px;}
.ml-900{margin-left: 90px;}
.ml-100{margin-left: 100px;}
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}
.mr-30{margin-right: 30px;}
.mr-40{margin-right: 40px;}
.mr-50{margin-right: 50px;}
.mr-60{margin-right: 60px;}
.mr-70{margin-right: 70px;}
.mr-80{margin-right: 80px;}
.mr-900{margin-right: 90px;}
.mr-100{margin-right: 100px;}

section {
  position: relative;
  background: #ffffff;
}

ul.list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.list li {
    line-height: 30px;
    overflow: hidden;
}
ul.list li i {
    display: inline-block;
    font-size: 15px;
    height: 22px;
    line-height: 21px;
    margin-right: 8px;
    text-align: center;
    width: 22px;
}
.paraxify{
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.error{
    color: #f66a6d;
    font-size: 13px;
    font-weight: 300;
}
.morphext > .animated {
    display: inline-block;
}
/*-----------------------
pageloader styles
-----------------------*/
#page-loader {
    position : fixed;
    top : 0;
    left : 0;
    bottom : 0;
    right : 0;
    z-index : 99999;
    background: #fff;
}
#page-loader .loader-container{
    position: absolute;
    top: 40%;
    left : 45%;
    width: 120px;
    height: 120px;
    display: block;
}
#page-loader .loader {
    position: absolute;
    top: 55%;
    left : 38%;
    width:35px;
    height:35px;
    display:inline-block;
    padding:0px;
    border-radius:100%;
    border:2px solid;
    border-top-color:rgba(255, 255, 255, 1);
    border-bottom-color:rgba(255, 255, 255, 1);
    border-left-color:rgba(255, 255, 255, 0.2);
    border-right-color:rgba(255, 255, 255, 0.2);
    -webkit-animation: preloader 0.8s ease-in-out infinite alternate;
    -moz-animation: preloader 0.8s ease-in-out infinite alternate;
    animation: preloader 0.8s ease-in-out infinite alternate;
}
#page-loader .loader-logo span{
    position: absolute;
    top: 20%;
    left : 13%;
    letter-spacing: 2px;
    color: #fff;
    font-family:'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

@keyframes preloader {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes preloader{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
/*-----------------------
Owl Carousal
-----------------------*/
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.special-offer{
    position: relative;
    background: url(images/offer-banner.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
}
.special-offer:after{
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: #0f0824;
    z-index: -1;
}

.features-item {
	text-align: center;
	
	padding: 20px 20px 0;
}
.features-item .features-inner {
    
    box-shadow: 0px 5px 12.09px 0.91px rgba(133, 127, 151, 0.11);
    padding: 40px;
    border: 2px solid;
}
.features-icon {
	width: 96px;
	height: 96px;
	text-align: center;
	line-height: 96px;
	margin: 0 auto 25px;
	border: 1px dotted #b4b4b4;
	border-radius: 50%;
}
.features-icon i {
	font-size: 47px;
	color: #bdbdbd;
	transition: .3s linear;
}
.features-content h3 {
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
	font-size: 22px;
}
.features-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: 0 auto;
	height: 2.5px;
	width: 50px;
}
.features-content p {
	margin-bottom: 0;
	font-weight: 400;
}
/*.single-special-offer-bg*/
.single-special-offer-bg {
    margin-top: -1px;
    position: relative;
    padding-bottom: 42px;
    z-index: -1;
}
.single-special-offer-bg:before {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #081f2c;
    z-index: 1;
}
.single-special-offer-bg img {
    height: 807px;
}

.single-special-shape-txt {
    position: absolute;
    top: 60px;
    left:62px;
}
.single-special-shape-txt h3,.single-special-shape-txt h4{
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
}
.single-special-shape-txt h4{
    text-transform: uppercase;
    margin: 174px 0;
    line-height: 1.3;
}
.single-special-shape-txt h4 span{
    font-size: 60px;
}
.single-special-shape-txt p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.single-special-shape-txt p span{
    font-size: 60px;
    font-weight: 700;
}/*.single-special-offer-bg*/

div.transbox {
    margin: 30px;
    background-color: #ffffff;

    opacity: 0.6;
  }
  
  div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
  }
/*single-special-offer*/
.single-special-offer-txt{
    padding: 58px 0 0;
    padding-bottom: 50px;
}
.single-special-offer h2{
    color: #74eaff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 22px;
}
/*single-special-offer*/

/* training */

.courses-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.courses-menu button {
	line-height: 40px;
	border: none;
	padding: 0 20px;
	margin: 0 7.5px 10px;
	background: transparent;
	font-size: 16px;
	color: #626262;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border-radius: 30px;
	transition: .3s linear;
}
.courses-menu button.active {
	color: #fff;
}
.top-courses-item {
  	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 2px 12.09px 0.91px rgba(167, 162, 184, 0.13);
}
.top-courses-thumb {
	position: relative;
}
.top-courses-thumb img {
	border-radius: 6px 6px 0 0;
	width: 100%;
}
.top-courses-thumb .bestseller {
	position: absolute;
	left: 0;
	top: 20px;
	line-height: 28px;
	padding: 0 15px 0 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #414141;
}
.top-courses-thumb .bestseller::before {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 15px;

}
.top-courses-content {
	border: 1px solid #ebebeb;
	border-radius: 0 0 6px 6px;
	padding: 25px 20px 20px;
}
.top-courses-tag span {
	font-size: 14px;
	font-weight: 500;
	color: #7d7d7d;
}
.top-courses-tag span a {
	font-style: italic;
}
.top-courses-tag {
	margin-bottom: 5px;
}
.top-courses-content h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.top-courses-rating ul {
	display: flex;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 20px;
}
.top-courses-rating .rating-star {
	font-size: 12px;
	color: #e4cf11;
	display: flex;
	margin-right: 15px;
}
.top-courses-rating .rating-point {
	font-size: 14px;
	font-weight: 500;
	color: #414141;
}
.top-courses-rating .rating-point span {
	color: #7d7d7d;
}
.top-courses-bottom ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.top-courses-bottom .courses-avatar {
	color: #00c9db;
}
.top-courses-bottom .courses-avatar a {
	color: #00c9db;
}
.top-courses-bottom .courses-price {
	font-size: 16px;
	color: #00c9db;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
}
.top-courses {
	position: relative;
	z-index: 1;
}
.top-courses .courses-overlay-text {
	left: -3%;
}
.courses-menu-two {
	background: #fff;
	box-shadow: 0px 0px 19.53px 1.47px rgba(183, 183, 183, 0.23);
	border-radius: 10px;
	padding: 20px 0 10px;
	margin: 0 40px 60px;
}
.courses-menu-two button {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #767676;
	margin-left: 0;
	margin-right: 0;
	padding: 0 35px;
	border-radius: 0;
	position: relative;
}
.courses-menu-two button::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 36px;
	width: 1px;
	background: #e3e3e3;
	border-radius: 50%;
}
.courses-menu-two button:last-child::before {
	display: none;
}
.courses-menu-two button::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	height: 3px;
	width: 37px;
	margin: 0 auto;
	transition: .3s linear;
	opacity: 0;
}
.courses-menu-two button.active::after {
	opacity: 1;
}
.courses-menu-two button.active {
	background: transparent;
}
.top-courses-two .top-courses-content {
	padding: 25px 25px 20px;
}
.top-courses-two .top-courses-rating ul {
	justify-content: space-between;
}
.top-courses-two .courses-rating-info {
	display: flex;
	align-items: center;
}
.top-courses-two .courses-level {
	display: flex;
	align-items: center;
}
.top-courses-two .courses-level i {
	font-size: 25px;
	line-height: 1;
	margin-right: 10px;
}
.top-courses-two .courses-level span {
	color: #7d7d7d;
}
.top-courses-two .courses-avatar i {
	margin-right: 7px;
}
.slider-content {
	padding-left: 30px;
	
}
.slider-content .btn {
    padding: 21px 41px;
}

/* 5. Courses */
.courses-area {
	position: relative;
	z-index: 1;
}
.section-title {
	position: relative;
}
.section-title.text-center {
	padding-bottom: 25px;
}
.section-title.text-center::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 2.5px;
	margin: 0 auto;
}
.section-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.section-title p {
	margin-bottom: 0;
}
.courses-thumb img {
	width: 100%;
}
.courses-item {
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.courses-content {
	position: absolute;
	left: 20px;
	right: 20px;
	text-align: center;
	bottom: 10%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}
.courses-preview {
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	display: inline-block;
	padding: 13px 20px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 15px;
	opacity: 0;
}
.courses-preview i {
	font-size: 20px;
	line-height: 1;
	margin-right: 10px;
}
.courses-content h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.courses-content span {
	display: block;
}
.courses-item:hover {
	box-shadow: 0px 1px 37.2px 2.8px rgba(90, 90, 92, 0.29);
}
.courses-item:hover .courses-content {
	bottom: 15%;
}
.courses-item:hover .courses-preview {
	opacity: 1;
}
.courses-masonry {
	margin-left: -10px;
	margin-right: -10px;
}
.courses-masonry [class*="col"] {
	padding-left: 10px;
	padding-right: 10px;
}
.courses-shape {
	position: absolute;
	left: 7%;
	top: 0;
	z-index: -1;
}
.courses-shape-2 {
	right: 13%;
	top: 24%;
	left: auto;
}
.courses-overlay-text {
	position: absolute;
	left: 2.5%;
	top: 60%;
	font-size: 96px;
	text-transform: uppercase;
	color: #f8f7f7;
	font-family: 'Oswald', sans-serif;
	transform: rotate(-90deg);
	z-index: -1;
}
.featured-courses {
	position: relative;
	z-index: 1;
}
.featured-courses .section-title {
	padding-bottom: 0;
}
.featured-courses .section-title::before {
	display: none;
}
.featured-courses .section-title h2 {
	margin-bottom: 0;
}
   
       div.ex1 {
           min-height: 250px;
           background-color: #f1f1f1;
           text-align: center;
           font-size: 24px;
           box-shadow: 10px -12px 112px -34px rgba(0, 0, 0, 0.75);
           justify-content: center;
           padding: 20px;
       }
       
       .px-2 {
           padding-left: ($spacer * .5) !important;
           padding-right: ($spacer * .5) !important;
       }
       
       .col {
           float: left;
           width: 50%;
           padding-top: 292px;
           padding-left: 0px;
           padding-right: 0px;
       }
       
       .col1 {
           float: left;
           width: 50%;
           align-self: center;
           padding-left: 222px;
       }
       
       .col2 {
           float: left;
           width: 50%;
           padding-right: 60px;
       }
       
       .fcol {
           padding: 10px;
       }
       
       div.ex1 {
           width: 100%;
           margin: auto;
           height: 250px;
           background-color: #f1f1f1;
           text-align: center;
           font-size: 24px;
           padding-top: 30px;
           box-shadow: 10px -12px 112px -34px rgba(0, 0, 0, 0.75);
       }
       
       .sidenav_text {
           color: red;
           float: left;
           font-weight: bold;
           font-size: 16px;
           margin-left: 10px;
           position: absolute;
       }
       
       .sidenav_area {
           position: relative;
           margin-top: 10px;
       }
       
       .sidenav1 {
           min-height: 188px;
           z-index: 1;
           top: 0;
           left: 0;
           background-color: #fff;
           color: #d5b9fd;
           overflow-x: hidden;
           border: none;
       }
       
       
       .dropdown-btn {
           padding: 4px 8px 10px 14px;
           text-decoration: none;
           font-size: 18px;
           color: white;
           display: block;
           background: none;
           border-color: rgb(206, 55, 55);
           width: 100%;
           text-align: left;
           cursor: pointer;
           outline: none;
       }
       .sidenav1 a{
           padding: 4px 8px 10px 14px;
           text-decoration: none;
           font-size: 18px;
           color: #000;
           display: block;
           background: none;
           border-color: rgb(218, 218, 218);
           width: 100%;
           text-align: left;
           cursor: pointer;
           outline: none;
           align-self: center;
           
       }
       
       
       .dropdown-container a {
           font-size: 18px;
       }
       
       .sidenav1 a:hover,
       .dropdown-btn:hover {
           color: #00c9db;
       }
       
       .main {
           font-size: 20px;
           padding: 0px 10px;
           margin-top: 0px;
           margin-top: 40px;
       }
   
       .main h2{
           margin: 20px 0px;
           font-weight: bold;
       }
       .text_area h4{
           margin: 5px 0px;
       }
   
       .text_area {
           border-left: 1px solid;
           padding-left: 2px;
           margin-left: 8px;
           color: #979696;
       }
       
       .text_area p,
       h4 {
           padding-left: 20px;
       }
       
       .dropdown-container {
           display: none;
           background-color: #f7f7f7;
           color: #000;
           padding-left: 8px;
           font-size: 12px;
       }
       .sidenav1 button {
           background-color: #f7f7f7;
           border: none;
           border-bottom: 2px solid #D8DADB;
           color: #000;
           
           
       }
       
       .fa-caret-down {
           float: right;
           padding-right: 8px;
           color: #fff;
           padding-top: 5px;
           padding-left: 7px;
       }
   
       .fa-caret-down:active{
           float: right;
           padding-right: 8px;
           color: #00c9db;
           padding-top: 6px;
       }
       
       @media screen and (max-height: 450px) {
           .sidenav1 {
               padding-top: 0px;
           }
           .sidenav1 a {
               font-size: 10px;
           }
       }
       
    ul li {
           font-size: 17px;
           line-height: 1.5em;
           letter-spacing: 1px;
           color: #707579;
       }
       
    .home-image {
           width: 100%;
       }
       
    .home-image img {
           width: 100%;
           position: relative;
           min-height: 250px;
       }
    .fa-caret-up {
       float: right;
       padding-right: 8px;
       color: #fff;
       padding-top: 3px;
       padding-left: 7px;
   }
   #mySearch {
     width: 100%;
     font-size: 18px;
     padding: 11px;
     border: 1px solid #ddd;
     margin-top: 30px;
   }

/* training-end */
.packages-para.special-offer-para p{
    color: #fff;
}
.packages-para.special-offer-para p span{
    display: inline;
    color: #fff;
    width: 100%;
    margin-right: 25px;
}
.offer-para{
    margin-top: 31px;
    text-transform: initial;
    line-height: 2;
}

.packages-review.special-offer-review {
    margin-bottom: 13px;
}
.packages-review.special-offer-review span{
    color: #fff;
}

.offer-btn-group{
    display: flex;
    margin-top: -10px;
}
.about-view.packages-btn.offfer-btn{
    background: transparent;
    border:1px solid #fff;
    color: #fff;
    margin-right: 25px;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
/*.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}*/

.super-title{
    margin-bottom: 50px;
}
.super-title h2{
    letter-spacing: 1px;
    text-align: center;
}
.super-title div.seperator{
    position: relative;
    margin-top: 20px;
    
}
.super-title div.seperator:before{
    content: '';
    display: block;
    height: 7px;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: width 0.3s ease, background-color 1s ease;
}

.super-title div.seperator:after{
    content: '';
    display: block;
    height: 1px;
    top: 3px;
    width: 80px;
    background: #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease, background-color 1s ease;
}
.super-title:hover div.seperator:after {
width: 120px;
}
.super-title:hover div.seperator:before {
width: 7px;
}
.super-title p{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    padding-top: 20px;
}


.main-title h3{
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: bold;
}
.main-title .seperator{
    position: relative;
    margin-bottom: 20px;
    
}
.main-title .seperator:before{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    z-index: 10;
}
.main-title .seperator:after{
    content: '';
    display: block;
    height: 1px;
    width: 0px;
    background: #ccc;
    position: absolute;
    left: 30px;
    top: 1px;
    z-index: 1;
    transition: width 0.3s ease, background-color 1s ease;
}
.main-title:hover  .seperator:after {
    width: 50px;
}


.iconbox-center{
    text-align: center;
    position: relative;
}
.iconbox-center .icon{
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 10px;
   
}
.iconbox-center .icon span{
    font-size: 30px;
    line-height: 50px;
    
}
.iconbox-center .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    background: transparent;
    top: -9px;
    left: -9px;
    border :1px solid #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.iconbox-center:hover .icon::after{
    width: 82px;
    height: 82px;
    top: -14px;
    left: -14px;
    border :5px solid transparent;
}
.iconbox-center h4{
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0px;
}

/*-----------------------
accordion style
-----------------------*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    border-color: #ccc;
    color: #333;
    background-color: #f5f5f5;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}
/*-----------------------
pagination style
-----------------------*/

.pagination-container {
  margin: 50px auto;
  text-align: center;
}
.pagination {
  position: relative;
}
.pagination a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 20px 10px;
}
.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  border-radius: 24px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination a:hover,
.pagination a .pagination-active {
  color: #fff;
}
.pagination a:hover:before,
.pagination a .pagination-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pagination .pagination-active {
  color: #fff;
}
.pagination .pagination-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pagination-newer {
  margin-right: 20px;
}
.pagination-older {
  margin-left: 20px;
}
/*-----------------------
02. BUTTON STYLE
-----------------------*/
.btn-white-ghost{
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px !important;
    font-size: 13px;
    background-color: transparent;
    transition: background-color .5s ease;
}
.btn-white-ghost:hover,.btn-white-ghost:focus,.btn-white-ghost:active{
    background-color: #ffffff;
}
.btn-rounded-white-fill{
    padding: 10px 20px;
    border: 2px solid #fff;
    background: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    transition: background-color .5s ease;
    border-radius: 22px;
}
.btn-rounded-white-fill:hover,.btn-rounded-white-fill:focus,.btn-rounded-white-fill:active{
    background-color: #ffffff;
}
.btn-theme-primary{
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px !important;
    font-size: 13px;
    transition: background-color .5s ease;
}
.btn-theme-primary:hover,.btn-theme-primary:focus,.btn-theme-primary:active{
    color: #fff;
}
.btn-theme-color{
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px !important;
    font-size: 13px;
    transition: background-color .5s ease;
}
.btn-theme-color:hover,.btn-theme-color:focus,.btn-theme-color:active{
    color: #fff;
}

/*-----------------------
02. HEADER STYLE
-----------------------*/

header.header-wrapper .main-header{
    padding: 20px 0px;
}

header.header-wrapper .banner-content{
    padding: 10% 0;
    position: relative;
}
header.header-wrapper .banner-meta{
    text-align: center;
    margin-bottom: 300px;
}
header.header-wrapper .banner-meta h1,
header.header-wrapper .banner-meta p.lead{
    color: #fff;
    padding: 10px 0px;
}
header.header-wrapper .banner-image img {
    bottom: 0;
    display: block;
    left: 50%;
    max-width: 70%;
    position: absolute;
    transform: translateX(-50%);
}
header.image-bg{
    background-image:url("../images/Vishing-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
header.gradient-bg{
    background-image:url("../images/team.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
header.image-bg:before,
header.gradient-bg:before{
    content: "";
    display: inline-block;
    height: 110%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header.polyline-bg nav.navbar{
   z-index: 4;;
}
header.polyline-bg .banner-content{
    z-index: 3;;
}
header .particle-section{
    position: absolute;
    z-index: 2;
    min-height: 1000px;
    overflow:hidden;
    width: 100%;
    margin-top: -1000px
}

/*-----------------------
02. NAVIGATION STYLE
-----------------------*/


.attr-nav > ul > li > a{
    padding: 25px 15px;
    font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}
nav.navbar ul  li  a{
   font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase; 
        font-size: 14px;
}
nav.navbar h6.title{
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 25px 15px;
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;

    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 130px;
    }

    nav.navbar .navbar-brand{
        margin-top: 5px;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 150px;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #fff;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;

    }
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 100px;
    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    nav.navbar ul.nav li.dropdown ul a{
        padding-left: 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

nav.navbar .menu-block{
    color: #fff;
}
nav.navbar .menu-block h5{
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*-----------------------
02. PAGE STYLE
-----------------------*/
#partners{
    border-bottom: 1px solid #dddddd;
}
#partners img{
    opacity: 0.7;
}
#partners img:hover{
    opacity: 1;
}
section.functionalities{
    border-bottom: 1px solid #dddddd;
}

section.functionalities ul{
    margin-left: 14px;
}
section.functionalities ul li{
    list-style: circle !important;
}
.functionalities ul li{
    list-style: circle !important;
    color: #081f2c !important;
    font-size: 15px !important;
    line-height: 30px;
    letter-spacing: 0px;
}
.functionalities ul{
    padding-inline-start: 40px;
}
section.featured-video{
    min-height: 500px;
    background-image: url("../images/works.jpg");

}
section.featured-video:before{
    background-color: rgba(1, 1, 1, 0.8);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    
}
section.featured-video h3{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    padding-top: 100px;
    position: relative;
}
section.featured-video .play-button{
    width: 80px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}
section.featured-video .play-button a{
    display: block;
    width: 80px;
    height: 80px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    font-size: 35px;
    padding: 20px 0px;
    color: #fff;
}

section.demo-request .request-title h2{
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
section.demo-request .request-title h2 span{
    font-weight: 700;
}
section.demo-request .request-title p{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}
section.demo-request label{
    color: #fff;
    padding: 0px 5px;
}
section.demo-request .form-group{
    padding-right: 10px;
}
section.demo-request .form-control{
    background: #fff;
    border-radius: 0px;
    border: none !important;
    min-height: 42px;
}
section.demo-request .form-control:focus{
    box-shadow: none;
}
section.testimonials .testimonials-holder{
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 100%;
  width: 100%;
  text-align: left;
  padding-top: 120px;
}
section.testimonials .testimonials-holder img {
  max-width: 100%;
  vertical-align: top;
}
section.testimonials .testimonials-holder figcaption {
  width: 100%;
  background-color: #eeeeee;
  padding: 25px;
  position: relative;
}
section.testimonials .testimonials-holder figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #eeeeee;
}
section.testimonials .testimonials-holder .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
}
section.testimonials .testimonials-holder h3 {
  margin: 25px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #fff;
  font-size: 18px;
}
section.testimonials .testimonials-holder h3 span {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}
section.testimonials .testimonials-holder blockquote {
  margin: 0 0 10px;
  padding: 0 0 30px;
  letter-spacing: 1px;
  opacity: 0.8;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  border-left: 0px;
}
section.testimonials .testimonials-holder blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 180px;
  line-height: 1em;
  color: #dddddd;
  font-style: normal;
  content: "\201D";
  right: 20px;
  bottom: -105px;
}
section.process{
    border-top: 1px solid #dddddd;
}
section.process h3{
    letter-spacing: 1px;
}
section.process h4{
    font-size: 18px;
    margin: 20px 0px;
}
section.process h4 span{
    font-weight: 700;
}

section.main-features .image-holder {
    float: left;
    margin-left: -200px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
}
section.main-features .content-holder {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-left: 159px; 
}
section.main-features .content-holder h2{
      color: #fff;
      margin-bottom: 30px;
      letter-spacing: 1px;
}
section.main-features .content-holder p.features-note{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
}
section.main-features .features{
    width: 100%;
    height: auto;
    position: relative;
    
}
section.main-features .icon-holder{
    float: left;
    width: 15%;
}
section.main-features .icon {
    padding: 20px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 30px;
    display: inline-block;
}
section.main-features .features-content{
    min-height: 1px;
    padding: 0 15px;
    position: relative;
    width: 85%;
    float: left;
    margin-bottom: 10px;
}
section.main-features .features-content p{
    color: #fff !important;
}
section.main-features .features-content h6{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 10px;
}

section.services .service-items span.service-icon{
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    font-size: 35px;
    text-align: left;
    line-height: 60px;
}
section.services .service-items h4{
    margin-bottom: 10px;
    position: relative;
}

/*-----------------------
02. FOOTER STYLE
-----------------------*/

/*Common Style*/
#footer .mobile-app-download h4{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px
}
#footer .btn-app-download{
    padding: 20px 10px;
    margin: 0px 10px;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
}

#footer .main-footer h3{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#footer .main-footer h3:after{
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 8px;
    transition: width 1s ease, background-color 1s ease;
}
#footer .main-footer h3:hover:after{
    width: 50px;
}
#footer .footer-navigation-widget li{
    padding-bottom: 8px;
}
#footer .footer-navigation-widget li a{
    color: #72808e;
}

#footer .contact-widget > .contact-item span{
    display: inline-table;
    margin-right: 5px;
}
#footer .contact-widget > .contact-item p{
    display: inline-table;
}
#footer ul.footer-social{
    float: right;
}
#footer ul.footer-social li{
    float: left;
}
#footer ul.footer-social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #00c9db;
    text-align: center;
    margin-left: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 38px;
    color: #fff;
}

#footer ul.footer-social li a:hover,
#footer ul.footer-social li a:active,
#footer ul.footer-social li a:focus{
    color: #fff;
}
#footer .form-subscribe > .input-group{
    width: 100%;
}
#footer .form-subscribe .form-control{
    border-radius: 0px;
    padding: 8px;
    color: #646465;
    min-height: 35px;
}
#footer .form-subscribe .form-control:focus{
    box-shadow: none;
}
#footer .form-subscribe  .btn-suscribe{
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 7px;
    border-radius: 0px;
}
#footer .footer-bottom:before{
    background-color: rgba(1, 1, 1, 0.9);
}
#footer .back-to-top a{
    padding: 0px 7px;
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    color: #fff;
}
#footer .mobile-app-download:before,
#footer .footer-bottom:before{
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#footer .mobile-app-download,
#footer .footer-bottom {
    background-image: url("../images/footer-app-bg.jpg");
    position: relative;

}
/*Dark Footer Style*/

#footer.dark-footer .mobile-app-download h4{
    color: #fff;
}
#footer.dark-footer .btn-app-download,
#footer.dark-footer .btn-app-download:hover,
#footer.dark-footer .btn-app-download:focus,
#footer.dark-footer .btn-app-download:active{
    border: 2px solid #fff;
    color: #fff;
}
#footer.dark-footer .main-footer{
    background: #0f0824;
}
#footer.dark-footer .main-footer h3{
    color: #fff;
}
#footer.dark-footer .sub-footer{
    background: #0f0824;
}
#footer.dark-footer .form-subscribe .form-control{
    background: #0f0824;
    border:1px solid #0f0824;
}

/*Light Footer Style*/

#footer.light-footer .mobile-app-download:before{
    background-color: rgba(255, 255, 255, 0.9);
}
#footer.light-footer .main-footer{
    background: rgb(255, 255, 255);
}
#footer.light-footer .sub-footer{
    background: #dadada;
}
#footer.light-footer .form-subscribe .form-control{
    background: #cfcfd0;
    border:1px solid #bfbfc0;
}

/*-----------------------
02. INNER PAGES STYLE
-----------------------*/
section.main-banner:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
section.banner-image-solution-vishing{
    background-image: url("../images/vishing_banner.jpg");
}
section.banner-image-solution-smishing{
    background-image: url("../images/smishing_banner.jpg");
}
section.banner-image-feature{
    background-image: url("../images/feature_banner.jpg");
}
section.banner-image-contact{
    background-image: url("../images/contact_sales.jpg");
}
section.banner-image-pricing{
    background-image: url("../images/pricing_banner.png");
}
section.banner-image-blog{
    background-image: url("../images/blog.jpg");
}
section.banner-image-solution{
    background-image: url("../images/solution.jpg");

}
section.banner-image-1{
    background-image: url("../images/about_us.jpg");
}
/* section.header-image-1{
    background-image: url("../images/header-background.png");  */
    /* background-image: url("../images/Hero-Image-scaled.jpg"); */

section.main-banner h2{
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
    margin: 20px 0px;
}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 150px;
    width: 50%;
    left: 60px;
}
  
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

#slide {
    position: absolute;
    left: -100px;
    width: 100px;
    height: 100px;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
section.main-banner ul.breadcrumbs{
    list-style: none;
    display: inline-block;
    padding: 10px;
    border-top:1px dashed #fff;
    border-bottom:1px dashed #fff;
}
section.main-banner ul.breadcrumbs li{
display: inline;
color: #fff;
letter-spacing: 1px;
font-weight: 300;
text-transform: uppercase;
font-size: 13px;
}
section.main-banner ul.breadcrumbs li:after{
    content: '>>';
    color: #fff;
    margin: 0px 10px
}
section.main-banner ul.breadcrumbs li:last-child:after{
    content: '';
    margin: 0px;
}
section.main-banner ul.breadcrumbs li a{
    color: #fff;
}
section.main-banner p{
    color: #fff;
letter-spacing: 1px;
font-weight: 500;
text-transform: uppercase;
font-size: 16px;
margin: 20px 0px;
}
section.app-promotion{
    padding-top: 200px;
    margin-bottom: -11px;
}
section.app-promotion .wave-container{
    background: #ffffff;
    min-height: 400px;
}
section.app-promotion .parallax > use{
  animation:move-forever 12s linear infinite;
  &:nth-child(1){animation-delay:-2s;}
  &:nth-child(2){animation-delay:-2s; animation-duration:5s}
  &:nth-child(3){animation-delay:-4s; animation-duration:3s}
}

@keyframes move-forever{
  0%{transform: translate(-90px , 0%)}
  100%{transform: translate(85px , 0%)} 
}
section.app-promotion .featured-image img {
    bottom: 0;
    display: block;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translateX(-50%);
}


section.counter .counter-item{
    position: relative;
}
section.counter .counter-icon{
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    color: #fff;
}
section.counter .counter-icon:before{
    content: "";
    position: absolute;
    width: 0px;
    height:0px;
    background: transparent;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
section.counter .counter-icon:after{
    content: "";
    position: absolute;
    width: 0px;
    height:0px;
    background: transparent;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section.counter .counter-item:hover .counter-icon:after{
    width: 15px;
    height:12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
section.counter .counter-item:hover .counter-icon:before{
    width: 15px;
    height:12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
section.counter .counter-icon i{
    font-size: 30px;
    line-height: 60px;
}
section.counter .counter-item h3{
    color: #fff;
    letter-spacing: 1px;
    margin: 10px 0px;
}
section.counter .counter-item p{
   color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}
section.team .team-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 0 1px #E2E9ED;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
section.team .team-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
section.team .team-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
section.team .team-column:hover .team-social {
  margin: 16px 0 0;
  opacity: 1;
}

section.team .team-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
section.team .team-user-avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
section.team .team-user-avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
section.team .team-user-name {
  color: #313435;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.team .team-user-title {
  color: #6F808A;
  font-size: 13px;
  line-height: 20px;
}
section.team .team-social {
  margin: 0 0 -18px;
  opacity: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;
}
section.team .team-social-item {
  display: inline-block;
  margin: 0 10px;
}
section.team .team-social-item  a {
  display: block;
}
section.team .team-social-item  span {
  color:  #515F65;
  display: block;
  height: 18px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
section.team .team-social-item  span:hover {
  color: #788D96;
}


div.faq-categories .nav-pills li a{
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.faq-categories .nav-pills li:last-child{
    border-bottom: 0px;
}
div.faq-categories .nav li.active{
    background: #fff !important;
}
div.faq-categories .nav-pills > li.active > a, 
div.faq-categories .nav-pills > li.active > a:hover, 
div.faq-categories .nav-pills > li.active > a:focus {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
section.terms ol{
    margin: 0px;
    padding: 0px;
}
section.terms ol li{
    margin-bottom: 20px;
}
section.terms ol li strong{
    color: #777777;
}
section.privacy h5{
    margin-bottom: 10px;
}
section.error_page .error_content h2{
    font-size: 200px;
    margin-bottom: 30px;
}
section.error_page .error_content h2 span{
    font-size: 170px;
}
section.error_page .error_content h4{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px;
}
section.error_page .error_content {
    padding: 0 10%;
}
section.works img{
    border: 1px solid #ccc;
}
section.pricing .price {
    list-style-type: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

section.pricing .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

section.pricing .price .header {
    background-color: #262626;
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:'Montserrat', sans-serif;
}


section.pricing .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
section.pricing .price li h4{
    color: #fff;
}
section.pricing .price li span{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #333;
}
section.pricing .price li:first-child,section.pricing .price li:last-child{
    border-bottom: none;
}

section.pricing .price .grey {
    background-color: #ddd;
    font-size: 20px;
}

section.pricing-table .price-choose{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:'Montserrat', sans-serif;
    margin-bottom: 50px;
    margin-top: 40px;
}
section.pricing-table .price-features li{
    margin: 20px 0px;
}
section.pricing-table .price-features li i{
    margin-right: 10px;
}
section.pricing-table .pricing-col{
    padding: 0px;
}
section.pricing-table .head{
    padding: 25px 0px;
    color: #fff;
}
section.pricing-table h4.pricing-title{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section.pricing-table .price{
    padding: 25px 0px;
    background: #ddd;
}
section.pricing-table .price span.pricing-currency{
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 700;
    font-family:'Montserrat', sans-serif;
}
section.pricing-table .price span.pricing-price{
    color: #333;
    font-size: 60px;
    font-weight: 700;
    font-family:'Montserrat', sans-serif;
}
section.pricing-table .pricing-col ul li{
    margin: 20px 0px;
    border-bottom: 1px dashed #ddd;
}
section.pricing-table .pricing-col ul li:last-child{
    border-bottom: none;
}
section.pricing-table .pricing-col ul li.footer{
    padding: 10px 0px;
}
section.pricing-table .pricing-col i.fa-check{
    color: #629a01;
}
section.pricing-table .pricing-col i.fa-close{
    color: #c42101;
}

section.block-style-promo{
   background-image: url("../images/office.jpg");
   margin-top: 250px;
   padding-bottom: 50px;
   padding-top: 250px;
}
section.block-style-promo::before{
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
section.block-style-promo .block-style-promo-item{
    border: 1px dashed #fff;
    text-align: center;
    padding: 10px 0px;
}
section.block-style-promo .block-style-promo-item h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}
section.block-style-promo .block-style-promo-item h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
section.block-style-promo .ui-image img{
    top: -500px;
    display: block;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translateX(-50%);
    margin-bottom: 200px;
    border: 1px solid #ccc;
}
section.block-style-promo .promo-title h2{
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
section.block-style-promo .promo-title p{
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
section.block-style-life{
    overflow: hidden;
    position: relative;
    min-height: 600px;
}

section.block-style-life .life-image{
    background-image: url('../images/life.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 50%;
    top: 0;
}
section.block-style-life .life-image:after{
    background-color: rgba(1, 1, 1, 0.7);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

section.block-style-life .life-image-content{
    position: relative;
    padding: 10%;
    width: 50%;
    z-index: 1;

}
section.block-style-life .life-image-content .life-title{
    padding: 20px;
    border:5px solid #fff;
    margin-bottom: 20px;
    
}
section.block-style-life .life-image-content .life-title h2{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
section.block-style-life .life-image-content p{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
section.block-style-life .life-content-holder{
    float: right;
    position: relative;
    width: 50%;
    
}
section.block-style-life .life-content{
    padding: 80px 15px 80px 40px;
    width: 585px;
}

section.demo-request-form .form-control,
section.job-details .form-control{
    border: 1px solid #ccc !important;
    border-radius: 0px;
    height: 40px;
    box-shadow: none !important;
}
section.demo-request-form .form-control:focus,
section.job-details .form-control:focus{
    border: 1px solid #ddd !important;
}
section.demo-request-form .form-control:-ms-input-placeholder,
section.demo-request-form .form-control:-moz-placeholder,
section.demo-request-form .form-control::-webkit-input-placeholder,
section.job-details .form-control:-ms-input-placeholder,
section.job-details .form-control:-moz-placeholder, 
section.job-details .form-control::-webkit-input-placeholder {
    color:    #ccc;
}

/*
    Login And Signup Style
*/

@media (min-width: 768px) {
    .section_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}
.bg-login{
    background: url('../images/geometry_bg.png') repeat;
}
.section_login {
    margin-top: 100px;
}
.section_login .section_authTitle {
    text-align: center;
    line-height: 300%;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.section_login .section_socialButtons a {
    color: white; 
    opacity:0.9;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section_login .section_socialButtons a:hover {
    color: white;
    opacity:1;      
}
.section_login .section_socialButtons .section_btn-facebook {background: #3b5998;}
.section_login .section_socialButtons .section_btn-twitter {background: #00aced;}
.section_login .section_socialButtons .section_btn-google {background: #c32f10;}


.section_login .section_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.section_login .section_loginOr .section_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.section_login .section_loginOr .section_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}


.section_login .form-control{
    border: 1px solid #ccc !important;
    border-radius: 0px;
    height: 40px;
    box-shadow: none !important;
}
.section_login .form-control:focus{
    border: 1px solid #ddd !important;
}

.section_login .form-control:-ms-input-placeholder,
.section_login .form-control:-moz-placeholder, 
.section_login .form-control::-webkit-input-placeholder {
    color:    #ccc;
}

.section_login .section_loginForm .input-group-addon{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
}
@media (min-width: 768px) {
    .section_login .section_forgotPwd {
        text-align: right;
        margin-top:10px;
    }       
}

/*
    Blog Style
*/
section.blog-style-1 .blog-post {
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1);
}
section.blog-style-1 .blog-post:hover .blog-post-image img {
    transform: scale(1.05);
}

section.blog-style-1 .blog-post-image {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
}
section.blog-style-1 .blog-post-image:hover:before {
    opacity: 1;
}
section.blog-style-1 .blog-post-image:hover:after {
    opacity: 1;
    top: 50%;
}
section.blog-style-1 .blog-post-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: block;
    z-index: 2;
    transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1);
}
section.blog-style-1 .blog-post-image:after {
    content: "+";
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    top: 60%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1);
}
section.blog-style-1 .blog-post-image img {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    transition: all, 0.5s, cubic-bezier(0.55, 0, 0.1, 1);
    backface-visibility: hidden;
}
section.blog-style-1 .blog-post-description {
    text-align: left;
    position: relative;
    z-index: 4;
    padding: 40px;
}
section.blog-style-1 .blog-post-description h4{
    padding-bottom: 20px;
}
section.blog-style-1 .blog-post-tools {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
section.blog-style-1 .blog-post-tools:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #e0dfe1;
}

section.blog-style-1 .icon {

    cursor: pointer;
    text-align: center;
    font-size: 13px;
    padding: 0px 10px;
}
section.blog-style-1 .icon i {
    transition: all, 0.2s, ease-in;
}
section.blog-style-1 .icon span {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}
section.blog-style-2 .blog-post {
   
    margin-top: 20px;
    margin-bottom: 20px;
    /* min-height: 302px; */
}
section.blog-style-2 .blog-post .image{
    height: 300px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
section.blog-style-2 .blog-post .image .time {
  background: rgba(1, 1, 1, 0.5);
  width: 50px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}
section.blog-style-2 .blog-post .image .time .date {
  font-weight: 700;
}
section.blog-style-2 .blog-post .image .time .month {
  font-size: 12px;
}
section.blog-style-2 .blog-post .content h4{
    padding: 10px 0px;
}

/*
    Blog Sidebar
*/
section.blog .sidebar {
  border:1px solid #e0dfe1;
}
section.blog .sidebar h2.sidebar-heading {
  font-size: 18px;
  padding: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0dfe1;
  border-top: 1px solid #e0dfe1;
}
section.blog .sidebar h2.sidebar-heading:first-child{
    border-top: 0px;
}
section.blog .sidebar  li {
  padding: 15px;
}
section.blog .sidebar a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
section.blog .sidebar a img {
  float: left;
  margin-right: 15px;
  display: block;
}
section.blog .sidebar a h3 {
  color: #475258;
  font-size: 15px;
  line-height: 20px;
}
section.blog .sidebar a span {
  display: block;
  margin-top: 10px;
  color: #919fa7;
  font-size: 12px;
}
section.blog .search-box,section.blog .tags{
    padding: 15px;
}
section.blog .form-control,
section.contact .form-control{
    border: 1px solid #ddd !important;
    background: #ddd;
    border-radius: 0px;
    height: 40px;
    box-shadow: none !important;
}
section.blog .form-control:focus,
section.contact .form-control:focus{
    border: 1px solid #ccc !important;
    background: #ccc;
}

section.blog .form-control:-ms-input-placeholder,
section.blog .form-control:-moz-placeholder, 
section.blog .form-control::-webkit-input-placeholder,
section.contact .form-control:-ms-input-placeholder,
section.contact .form-control:-moz-placeholder, 
section.contact .form-control::-webkit-input-placeholder{
    color:    #ccc;
}
section.blog .sidebar ul.list-items  li {
  padding: 10px 15px;
}
section.blog .sidebar .tags{
    position: relative;
}
section.blog .sidebar .tags a {
    border: 1px solid #333333;
    color: #777;
    margin-right: 10px;
    padding: 2px 8px;
    display: inline-block;
    font-size: 13px;
}

section.blog .blog-author img,
section.blog .blog-author-content {
    display: inline-block;
    vertical-align: middle;

}
section.blog .blog-author-bio{
    padding-left: 70px;
}
section.blog .blog-author img {
    border-radius: 50%;
    margin-right: 0.6em;
}
section.blog .blog-action{
    border-top:1px solid #e0dfe1;
    padding: 15px 40px;
}
section.blog .comment-list{
    padding: 15px 40px;
}
section.blog .comment-list .row {
    margin-bottom: 0px;
}
section.blog .comment-list figure.thumbnail{
    border: none !important;
}
section.blog .comment-list .panel{
    border-radius: 0px !important;
}
section.blog .comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
section.blog .comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    section.blog .comment-list .arrow:after, .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    section.blog .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    section.blog .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    section.blog .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #ccc;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    /*Outline effect style*/
    section.blog .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        /*Use boarder color of panel*/
        border-left-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    section.blog .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        /*Change for different outline color*/
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}
.section.blog comment-list .comment-post {
    margin-top: 6px;
}
section.blog .comment-form{
    padding: 15px 40px;
}
section.contact h5{
    text-transform: uppercase;
}
section.contact textarea.form-control{
    min-height: 100px;
}
section.contact .contact-address{
    border: 1px solid #e0dfe1;
    background: url('../images/contact.png') bottom right no-repeat;
    padding: 20px;
    color: #fff;
}
section.contact .contact-address .single-content h5{
    color: #fff;
}
section.contact .contact-address .single-content i{
    font-size: 20px;
}
section.contact .contact-address .single-content p{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
/*
    Google Map
*/
.google-map{
    min-height: 450px;
}

/*-----------------------
01. RESPONSIVE STYLE
-----------------------*/
@media only screen and (max-width: 1500px) {
    section.block-style-life .life-image-content{

        width: 60%;
        padding: 12%;
    }
    section.main-features .image-holder {
        margin-left: -200px;
    }
    
}

@media only screen and (max-width: 1199px) {
    section.block-style-life .life-image-content{
        width: 75%;
        padding: 15%;
    }
    section.block-style-life .life-content{
        padding: 40px 15px 40px 40px;
        width: 485px;
    }
    section.main-features .content-holder {
        width: 100%;
        margin-left: 0px;
    }
    section.main-features .image-holder {
        margin-left: 0px;
        width: 100%;
    }
    section.main-features .image-holder img {
        display: block;
        left: 50%;
        max-width: 100%;
        position: relative;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 991px) {
    .center-sm{
        text-align: center;
    }
    section.block-style-life .life-image{
        width: 100%;
    }
    section.block-style-life .life-content-holder{
        display: none;

    }
    section.blog-style-2 .blog-post .content{
        padding: 10px;
    }
    


}
@media only screen and (max-width: 767px) {
    header.header-wrapper .banner-meta {
        margin-top: 100px;
    }
    section.main-features .features-content {
        width: 75%;
        margin-left: 10%;
    }
    
    #footer ul.footer-social{
        margin-top: 20px;
        float: left;
        margin-left: 38%;
    }
    #footer ul.footer-social li{
        margin-left: 0px;
    }
    .copyright{
        text-align: center;
    }

    #footer .back-to-top a{
        float: none;
        display: block;
        position: relative;
        margin-top: 20px;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-address{
        margin-top: 20px;
    }
    section.error_page .error_content h2{
        font-size: 100px;
    }
    section.error_page .error_content h2 span{
        font-size: 85px;
    }
    section.app-promotion{
        padding-top: 10px;
    }
    section.services .container{
        padding: 10px 30px;
    }
}
@media only screen and (max-width: 570px) {
    #footer ul.footer-social{
        margin-left: 30%;
    }
    section.block-style-life .life-image-content{
        width: 90%;
        padding: 15%;
    }
    
}




/* html,html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #875A7B;
} */

#plans,#plans ul,#plans ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pricePlans:after {
    content: '';
    display: table;
    clear: both;
}

#pricePlans {
    zoom: 1;
}

#pricePlans {
    /* max-width: 69em; */
    margin: 0 auto;
}

#pricePlans #plans .plan {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 20px 0;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
    font-size: 2.125em;
    font-weight: 300;
    color: #3e4f6a;
    margin: 0;
    padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
    background: #F9F9F9;

    background: -webkit-linear-gradient(top, #081f2c, #364761);
    background: -moz-linear-gradient(top, #081f2c, #364761);
    background: -o-linear-gradient(top, #081f2c, #364761);
    background: -ms-linear-gradient(top, #081f2c, #364761);
    background: linear-gradient(top, #081f2c, #364761);
    color: #fff;
    border-radius: 5px 5px 0 0;
}


.planContainer .price p {
    background: #3e4f6a;

    background: -webkit-linear-gradient(top, #081f2c, #364761);
    background: -moz-linear-gradient(top, #081f2c, #364761);
    background: -o-linear-gradient(top, #081f2c, #364761);
    background: -ms-linear-gradient(top, #081f2c, #364761);
    background: linear-gradient(top, #081f2c, #364761);
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}

.planContainer .price p.bestPlanPrice {
    background: #f7814d;
}

.planContainer .price p span {
    color: #8394ae;
}

.planContainer .options {
    margin-top: 10em;
}

.planContainer .options li {
    font-weight: 700;
    color: #364762;
    line-height: 2.5;
}

.planContainer .options li span {
    font-weight: 400;
    color: #979797;
}

.planContainer .order-button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #3e4f6a;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.8em;
    border: 2px solid #3e4f6a;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    border-radius: 4px;
    margin: 1.5em 0 1.8em;
}

.planContainer .order-button a.bestPlanButton {
    color: #fff;
    background: #f7814d;
    border: 2px solid #f7814d;
}

#credits {
    text-align: center;
    font-size: .8em;
    font-style: italic;
    color: #777;
}

#credits a {
    color: #333;
}

#credits a:hover {
    text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
    /* margin: 2em auto; */
}

#pricePlans #plans .plan {
    width: 24%;
    margin: 0 1.33% 20px 0;

    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

#pricePlans #plans > li:last-child {
    margin-right: 0;
}

#pricePlans #plans .plan:hover {
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
}

.planContainer .order-button a {
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.planContainer .order-button a:hover {
    background: #3e4f6a;
    color: #fff;
}

.planContainer .order-button a.bestPlanButton:hover {
    background: #ff9c70;
    border: 2px solid #ff9c70;
}

}

#pricePlans .container {
    width: 90% !important;
    padding: 0 100px;
}

.planContainer .options li span {
    font-weight: 400;
    color: #979797;
    font-size: 13px;
}

#aware-request .form-group {
    display: flex;
    flex-direction: column;
}

#aware-request .form-group input {
    margin: 0px;
    width: 90%
}

#aware-request .form-group textarea {
    width: 90%
}
#aware-request .form-group select {
    margin: 0px;
    width: 90% !important;
}

#aware-request span {
    margin-bottom: 0px;
}

#features h2 {font-weight: bold;margin-bottom: 40px;}


.image-box.media {display: inline-table;margin-bottom: 20px;}

.featured-img.mr-3 {
    margin-right: 20px;
    width: 50px;
}

.row.justify-content-center {
    display: flex;
    justify-content: center;
}

.row.align-items-center {
    display: flex;
    align-items: center;
}

.section-heading.text-center {
    margin-bottom: 50px;
}

h3.mb-2 {
    font-size: 20px;
    font-weight: bold;
}

.icon-text.media-body p {
    font-size: 13px;
}

.single-work::after {
    position: absolute;
    content: '\f054';
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    top: 50%;
    right: 0;
    margin-right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}



section.section.work-area {
    background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
    color: white;
}



section.section.work-area h2 {
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}


section.section.work-area h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

section.section.work-area p {
    font-size: 13px;
    margin-bottom: 10px;
    color: white;
}

.work-icon img.avatar-md {
    width: 60px;
}

.work-icon {
    margin: 20px 0;
}

.row.justify-content-between {
    display: flex;
    justify-content: space-between;
}

h2.text-capitalize.mb-4 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}

ul.service-list li {
    list-style: disc;
}

a.btn.btn-bordered.mt-4 {
    background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    border: 0 none;
    border-radius: 6px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}

section.section.service-area {
    background: linear-gradient(-47deg, #0f0824 0%, #0f0824 100%);
}

section.section.service-area h2 {
    color: white;
}

section.section.service-area p {
    color: white;
}

section.section.service-area li {
    color: white;
}

ul.service-list {
    padding: 0 10px;
}


 
.request-title.mb-30 {
    height: 140px;
}

form#request-demo span.help-block.form-error {
    color: white;
    background: rgb(185, 74, 72);
}

.jconfirm-box-container.col-md-4 {
    width: 400px;
}

form#request-demo {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

form#request-demo input {
    width: 100%;
}

form#request-demo button {
    align-self: flex-start;
    margin-left: 10px;
}

form#request-demo .form-group {
    margin-bottom: 0px;
    flex: 1;
}



@media only screen and (max-width: 768px) {
    /* For mobile phones: */


    .jconfirm-box-container.col-md-4 {
        width: 350px;
    }

    div#rc-anchor-container {
        width: 78%;
    }

    #page-loader .loader-container {
        top: 35%;
        left: 35%;
    }

    form#request-demo {
        flex-direction: column;
        align-items: stretch;
    }

    form#request-demo input{
        width: 100%;
    }

    form#request-demo button {
        width: 50%;
        height: 40px;
        font-size: 14px;
        margin-left: 0px;
    }

   

    #pricePlans .container {
      padding: 20px
    }
    
    
    .plan .planContainer {
      min-height: 375px;
    }
  
    ul#plans {
      display: flex;
      flex-direction: column;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        align-items:  start;
    }
  
    .form-group input {
      width: 100%;
    }
  
    .request-title.mb-30 {
        height:  180px
    }
  
    .item-p1, .item-p2, .item-p3 {
        width: 100%;
    }
  
     .item-1, .item-2, .item-3 {
        width: 100%;
    }

    .item-p3, .item-p1 {
        top: 9em;
    }
  
    @keyframes anim-1 {
      0%, 8.3% { left: -100%; opacity: 0; }
    8.3%,25% { left: 0%; opacity: 1; }
    33.33%, 100% { left: 110%; opacity: 0; }
  }
  
  @keyframes anim-2 {
      0%, 33.33% { left: -100%; opacity: 0; }
    41.63%, 58.29% { left: 0%; opacity: 1; }
    66.66%, 100% { left: 110%; opacity: 0; }
  }
  
  @keyframes anim-3 {
      0%, 66.66% { left: -100%; opacity: 0; }
    74.96%, 91.62% { left: 0%; opacity: 1; }
    100% { left: 110%; opacity: 0; }
  }
}
 




#page-loader .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#accordion .panel-body {
    padding: 15px;
}

.jc-bs3-container.container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue{
    color: #0000ff !important;
}
.white{
    color: #ffffff !important;
}
#blog .fa {
    margin-right: 10px;
}
.bold{
    font-weight: 600 !important;
}
.blog h5{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-h4-style {
    border-left: 3px solid #ff0000;
    padding-left: 5px;
    margin-bottom: 2rem!important;
    margin-top: 2rem!important;
    color: #000;
}
.my-5{
    margin: 1rem 0px;
}
.red{
    color: #ff0000 !important;
}
.recent-img{
    height: 48px;
    margin-right: 10px;
    width: 64px;
}
.recent-span{  
    margin-top: 0px !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.bg-red{
    background-color: red !important;
    color: #fff !important;
}
.grid-item > .widget {
    margin: 0;
}
.portfolio-item, .grid-item {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 0 20px 0;
    cursor: pointer;
    margin-bottom: 15px;
}
.p-cb {
    position: relative;
    margin: 12px 0;
    background-color: #fff;
    box-shadow: 0 6px 38px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 20px;
    transition: all 0.2s ease;
    border: 1px solid #ececec;
    cursor: pointer;
}
.p-cb h4{
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}

/* Get Started Button */

a.open-popup-link {
    width: 100% !important ;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 19.5px !important;
}

/* Get started end */

.text_design p {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}
.text_design p img{
    margin: auto;
}
#blogs .col-md-4.col-xs-12.col-sm-12 p{
    line-height: normal;
    padding-top: 14px;
    font-size: 20px;
}
#header_banner p a{
    text-transform: capitalize;
    color: #fff;
}
.font-weight-bold{
  font-weight: bold!important;
}
.strip h4 {
    color: #fff;
    text-align: center;
}

.strip span{
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 5px;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}
.strip .open-popup-link{
    width: auto !important;
}
.strip .pt-b{
    padding-top: 55px;
}
.strip a.btn.btn-theme-primary {
    border-radius: 18px !important;
    background: #fff;
    color: #081f2c;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 9999999999;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
