@charset "utf-8";

/*===================================================================
Project:        Study Care
Version:        1.0
Author:         cmsoft
URL:            https://themeforest.net/user/cmsoft
Primary use:    Study Care | HTML5 Template

====================================================================
    TABLE OF CONTENT
====================================================================

1. Imported styles css start
2. Global styles css start
3. Overlay Start
4. Button Start
5. Scrtion tiltle Start
6. Scroll To Top style Start
7. header top  start
8. Header middle css start
9. Main header css start
10. Main slider start 
11. Call-to-action start 
12. Features Start
13. About Start
14. Teacher Details
15. Service Start
16. Event Start
17. Counter Start
18. Portfolio Start
19. Clients start
20. Video start
21. Team Start
22. Testimonial Start
23. Pricing Start
24. Blog Start
25. Welcome Start
26. Video Start
27. Page-title
28. 404 Style css Start
29. Form Style css Start
30. Contact Style css Start
31. Footer Style css Start
32. copyright start
33. Theme Margin And Padding Start

/*
====================================================================
    1. Imported styles css start
====================================================================
*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900');
@import url('owl.css');
@import url('font-awesome.min.css');
@import url('ihover.css');
@import url('stroke-gap-icons.css');
@import url('flaticon.css');
@import url('learncareFlaticon.css');
@import url('icofont.css');
@import url('jquery.fancybox.css');
@import url('magnific-popup.css');
@import url('slick.css');
@import url('button-hover.css');
@import url('flexslider.css');

/***
====================================================================
    2. Global styles css start
====================================================================
***/
body {
    background: #FFF;
    font-family: 'TT Commons', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Merriweather', sans-serif;
    color: #243752;
    margin-bottom: 10px;
    line-height: 1.7;
    font-weight: 800;
}
p {
    /*margin: 0;*/
    padding: 0;
    font-size: 18px;
    line-height: 38px;
    color:  #000000;
    font-family: 'TT Commons', sans-serif;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    margin: 0;
    padding: 0;
}
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color:#9bc928;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.form-control {
    border-radius: 0px;
    box-shadow: none;
    resize: none;
    border: none;
    height: 45px;
}
.form-control:focus {
    border-color:#FFA800;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #aaaaaa !important;
}
::-moz-placeholder {
    color: #aaaaaa !important;
}
:-ms-input-placeholder {
    color: #aaaaaa !important;
}
input:-moz-placeholder {
    color: #aaaaaa !important;
}

/*preloader*/
.preloader {
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icons/loading.gif);
}
.bg-f9 {
    background: #f9f9f9;
}
.text-white {
    color: #FFF;
}
.text-theme-color {
    color: #FFA800;
}
.bg-theme {
    background: #FFA800;
}

.text-theme-second-color {
    color: #222;
}
/*.container,.container-fluid {
    padding: 70px 0;
}*/


/*** 
====================================================================
    3. Overlay Start
====================================================================
***/
.cs-default-overlay {
    position: relative;
}
.cs-default-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(51, 51, 51, 0.90);
}
.cs-default-overlay.ovl-thm:before {
    background-color: rgba(175, 154, 125, 0.8);
}


/*** 
====================================================================
   4. Button Start
====================================================================
***/
.cs-btn-default {
    color: #ffffff;
    background-color: #0a0a0a;
    padding: 3px 32px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-btn-default:hover {
    color: #ffffff;
    background-color:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-brown-btn {
    color: #ffffff;
    background-color:#FFA800;
    padding: 3px 32px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-brown-btn:hover {
    color: #ffffff;
    background-color: #0a0a0a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-btn-left-icon {
  color: #ffffff;
  background-color:#FFA800;
  padding: 16px 30px 16px 37px;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  border: none;
  border-radius: 0;
}
.cs-btn-left-icon:hover {
  color: #ffffff;
  background-color: #0A0A0A;
}


/*** 
====================================================================
   5. Scrtion tiltle Start
====================================================================
***/
.cs-section-tiltle h1 {
    font-size: 48px;

}
.cs-section-tiltle h1 span {
    color:#FFA800;
}
.cs-section-tiltle h2 {
    font-size: 36px;
    text-transform: uppercase;
}
.cs-section-tiltle h2 span {
    color:#A8D853;
}
.cs-section-tiltle h3 {
    font-size: 30px;
    margin-bottom: 25px;
}
.cs-section-tiltle h3 span {
    color:#A8D853;
}
.cs-section-tiltle .cs-title-bdr-one {
    width: 55px;
    height: 3px;
    background-color:#A8D853;
}
.cs-section-tiltle .cs-title-bdr-two {
    width: 55px;
    height: 3px;
    background-color:#A8D853;
    margin-top: 4px;
    margin-bottom: 15px;
}
.cs-title-center {
    text-align: center;
    position: relative;
}
.cs-title-center i {
    color: #686866;
    font-size: 145px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
}
.cs-title-center .cs-title-bdr-one {
    margin: auto;
}
.cs-title-center .cs-title-bdr-two {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 10px;
}
.cs-title-center .cs-top-sub-title {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*.cs-title-center p,.cs-title-center h2 {
    color: #ffffff;
}*/
.cs-title-center p {
    margin-bottom: 60px;
}
.cs-title-center-two p {
    color:  #000000;
}
.cs-title-center-two h2 {
    color: #243752;
}
.cs-section-tiltle-three .cs-title-bdr-two {
    margin-bottom: 20px;
}
.cs-section-tiltle-three p {
    margin-bottom: 35px;
}
.cs-section1{
    
    padding-right: 50px;
}

/*** 
====================================================================
   6. Scroll To Top style Start
====================================================================
***/
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #A9D854;
    line-height: 34px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.scroll-to-top:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/***
====================================================================
    7. header top css start
====================================================================
***/
.cs-header-top {
    padding: 15px 0px;
    background: #222;
}
.cs-header-top p {
    color: #777777;
    font-size: 13px;
}
.cs-links-nav li {
    display: inline-block;
    margin-right: 25px;
}
.cs-links-nav li a,.cs-links-nav li .icon  {
    color: #777777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-links-nav li a:hover {
    color: #FFA800;
}
.cs-links-nav li .icon {
    padding-right: 8px;
}
.cs-header-top .cs-hearder-top-social span {
    color: #626262;
    padding: 0 20px 0 0;
}
.cs-header-top .cs-hearder-top-social li {
    float: right;
    margin-left: 12px;
}
.cs-header-top .cs-hearder-top-social li a {
    color: #626262;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-header-top .cs-hearder-top-social li a:hover {
    color:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-header-top .cs-hearder-top-social ul a i {
    margin-left: 8px;
    color: #626262;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-header-top .cs-hearder-top-social ul a i:hover {
    color:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-header-top-two {
    background-color: #0A0A0A;
}



/***
====================================================================
   8. Header-middle css start
====================================================================
***/
.cs-header-middle {
    background-color: #ffffff;
    padding: 32px 0 15px;
}
.cs-header-middle-col {
   margin-bottom: 30px; 
}
.cs-logo {
    width: 245px;
    height: 65px;
}
.cs-time {
    position: relative;
    padding-left: 60px;
}
.cs-time i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 36px;
    color:#FFA800;
}

.cs-home-parallax {
    padding: 200px 0;
}

/***
====================================================================
   9. Main header css start
====================================================================
***/


.forcefullwidth_wrapper_tp_banner {
    z-index: 0;
}
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    
}
.logo img {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-top: 8px;
    z-index: 1;
    position: relative;
    
}

.fixed-header {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    position: fixed;
    background: #FFF;

}
.bounce-in-header.now-visible .logo img {
    margin-top: 4px;
}
.bounce-in-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bounce-in-header .logo {
    padding: 6px 0px 2px;
}
.bounce-in-header.now-visible {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.main-header .header-lower {
    padding: 18px 0;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 5;
}

.nav-outer .header-social {
    padding-top: 16px;
    float: right;
    padding-right: 23px;
    
}
.nav-outer .header-social li {
    position: relative;
    display: inline-block;
    margin-left: 11px;
}
.nav-outer .header-social li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #FFA800;
    border-radius: 50%;
}
.header-style-two {
    position: absolute;
    top: 13%;
}
.header-style-two.bg-top {
    position: absolute;
    top: 4%;
}
.header-style-two.bg-top.bg-color {
    position: absolute;
    top: 55px;
    background-color: #ffffff;
}
.main-header.header-style-two .header-lower {
    background: none;
}
.main-header .nav-outer {
    position: relative;
}
.main-header.header-style-two .nav-outer {
    background-color: #ffffff;
}
.main-menu {
    float: right;
}
.header-s3 .main-menu {
    float: left;
}
/*.header-s3 .main-menu .navigation  {
    padding-left: 32px;
}*/

.main-menu .navbar-collapse {
    padding: 0px;
}
.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-weight: 700;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 0 18px;
}
.main-menu .navigation > li:last-child {
    padding-right: 0;
}
.bounce-in-header .main-menu .navigation > li {
    margin-right: 0px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 8px 5px 5px;
    margin-top: 15px;
    font-size: 14px;
    color: #0a0a0a;
    letter-spacing: 0.2px;
    line-height: 30px;
    font-weight: bold;
    border-top: none;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li.current > a {
    color:#9bc928;
    /*border-bottom: 2px solid #FFA800;*/
}
.bounce-in-header .main-menu .navigation > li {
    margin-left: 0;
}
.bounce-in-header .main-menu .navigation > li > a {
    color: #0a0a0a;
    padding: 15px 0px 12px;
}
.bounce-in-header .main-menu .navigation > li > a:hover {
    color:#FFA800 !important;
    border-bottom: 2px solid#FFA800;
}
.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 150%;
    width: 210px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #283745;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header-style-two .main-menu .navigation > li > ul {
    background: #247fe1;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #FFF;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 13px 15px 13px 18px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    /*text-transform: uppercase;*/
    color: #ffffff;
    background-color:#243752;;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #247fe1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 120%;
    top: 0px;
    width: 200px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #FFA800;
}
.header-style-two .main-menu .navigation > li > ul > li > ul {
    background: #247fe1;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #FFF;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 13px 15px 13px 18px;
    line-height: 22px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li.dropdown > a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -9px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #0a0a0a;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icons/icon-submenu.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.cs-header-top.cs-htop2 {
    background-color: #0a0a0a;
}
.cs-header-top.cs-htop2 p {
    color: #fff;
}
.cs-header-top.cs-htop2 .cs-hearder-top-social li a {
    color: #fff;
}
.cs-header-top.cs-htop2 .cs-hearder-top-social ul a i {
    color: #fff;
}
.main-header.header-s2 {
    position: absolute;
    top: 56px;
}
.main-header.header-s2 .header-lower {
    background: transparent !important;
    padding: 0;
    position: relative;
    top: 0;
}
.main-header.header-s2 .header-lower .nav-outer {
    background-color: #fff;
    padding: 5px 25px 10px;
}


.main-header.header-s3.fixed-header {
    background: #0A0A0A;
}
.main-header.header-s3 .header-lower {
    padding: 0;
    background-color: rgba(10,10,10,.5);
    position: absolute;
}
.cs-header-middle.cs-hmiddle3 .cs-header-middle-col {
    text-align: right;
    margin-top: 15px;
}
.cs-header-middle.cs-hmiddle3 .cs-header-middle-col.logo-style3 {
    margin-top: 0;
}
.cs-header-middle.cs-hmiddle3 .cs-header-middle-col.cs-time {
    float: right;
    text-align: left;
}
.cs-header-middle.cs-hmiddle3 .cs-header-middle-col.cs-time i {
    top: 5px;
}
.cs-header-middle.cs-hmiddle3 .cs-header-middle-col.cs-time p {
    /*font-size: 12px;*/
    margin-top: -5px;
}
.cs-header-middle.cs-hmiddle3 .cs-header-middle-col .cs-btn-left-icon {
    padding: 9px 16px 9px 40px;
    text-transform: none;
}
/*.main-header.header-s3 .nav-outer {
    background-color: #0a0a0a;
    border-radius: 5px;
}*/

.main-header.header-s3 .nav-outer .navigation {
    display: inline-block;
}
.main-header.header-s3 .main-menu .navigation li a {
    color: #fff;
    /*padding: 8px 5px 14px;*/
}
.main-header.header-s3 .bounce-in-header .main-menu .navigation li a {
    color: #0a0a0a;
}
.main-header.header-s3 .bounce-in-header .main-menu .navigation li li a{
    color: #fff;
}
.main-menu .navigation > li > ul > li > a:hover {
    color: #A8D853;
}
.main-header.header-s3 .menu-search-fild {
    float: right;
    padding-top: 16px;
    padding-right: 20px;
}
.main-header.header-s3 .menu-search-fild .input-group {
    position: relative;
}
.main-header.header-s3 .menu-search-fild .input-group .form-group input {
    background-color: #161616;
    height: 34px;
    padding: 8px 18px;
    width: 120%;
}
.main-header.header-s3 .menu-search-fild .input-group .form-group input.form-control {
  float: right;
}
.main-header.header-s3 .menu-search-fild .input-group .input-group-btn {
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 9;
}
.main-header.header-s3 .menu-search-fild .input-group .input-group-btn .cs-search-btn {
    background-color: transparent;
}
.main-header.header-s3 .menu-search-fild .input-group .input-group-btn .cs-search-btn i {
    color:#FFA800;
}


.accordion dt a.active  {
    color:#FFA800;
}
.accordion dt a {
    color: #333;
}
.accordion dt {
    border: 1px solid #333;
    padding: 15px 26px;
    font-size: 14px;
    margin-bottom: 15px;
}
.accordion dd {
    padding: 20px;
    background-color: #eee;
    margin-bottom: 15px;
}
.coupon-form p{
    margin-bottom: 20px;
}
.accordion .form-group label {
    font-size: 16px;
    margin-bottom: 15px;
}
.cart-total li {
    margin-top: 20px;
}
.cart-total span {
    float: right;
}
.cart-total li:last-child {
    margin-top: 0;
}
.cart-item .form-group {
        border: 1px solid #eee;
    }
.border-1 {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-top: 20px;
    margin-bottom: 5px;
}

.btn {
    border-radius: 0;
}

.btn-cart {
    background:#FFA800;
    color: #FFF;
    padding: 12px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-cart:hover {
    background:#FFA800;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-shop {
    background: #333;
    color: #FFF;
    padding: 12px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-shop:hover {
    background:#FFA800;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bg-gray {
    background-color: #FAFAFA;
}



/***
====================================================================
    10. Main slider start 
====================================================================
***/
.main-slider {
    position: relative;
}
/*.main-slider.default-style.style-two {
    margin-top: -30px;
}*/



.slide-overlay-1::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.slide-overlay-2::before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    ;
}
.flexslider {
    margin-bottom: 0px;
    border: none;
}
.flex-control-nav {
    z-index: 999;
    bottom: 15px;
}
.flex-control-paging li a {
    background: #87D53C;
}
.flex-control-paging li a:hover {
    background: #87D53C;
}
.flex-control-paging li a.flex-active {
    background: #000000;
}
.flex-caption {
    padding: 40px 20px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 40%;
    margin-bottom: 0;
    text-align: center;
}
.flex-caption p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.flex-caption h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 110px;
    line-height: 100px;
    color: #ffffff;
    font-weight: bold;
}


.main-slider .sub-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5.6px;
    color: #FFA800;
    font-family: 'Montserrat', sans-serif;
}
.main-slider .main-title {
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #FFA800;
}
.main-slider .main-title span {
    font-weight: 600;
    color:#FFA800;
    font-size: 48px;
}
.main-slider .sub-title-1 {
    font-size: 12px;
    letter-spacing: 5px;
    color: #FFA800;
    font-family: 'Montserrat', sans-serif;
}
.main-slider .sub-title-2 {
    font-size: 20px;
    letter-spacing: 5px;
    color: #FFA800;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
.main-slider .main-title-1 {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #FFA800;
}
.main-title-2 {
    font-weight: 900;
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    color: #FFA800;
    text-transform: uppercase;
}
.main-slider .main-title-1 span {
    font-weight: bold;
    color:#FFA800;
    font-size: 48px;
}
.main-slider .slider-btn {
    color: #fff;
    text-transform: uppercase;
}
.main-slider .slider-btn:hover {
    color: #fff;
    background-color: #0a0a0a;
}
.main-slider .slider-btn-2 {
    text-transform: uppercase;
    color: #fff;
}
.main-slider .slider-btn-2:hover {
    color: #fff;
    background-color: #0a0a0a;
}
.main-slider .rev-item-3 {
    text-align: center;
}
.main-slider .bg-color {
    background-color: rgba(0, 0, 0, 0.5);
    width: 550px;
    height: 230px;
}

}
.main-slider .slider-title-3 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}
.main-slider .slider-title-3 span {
    color:#FFA800;
    font-size: 36px;
}
.main-slider .slider-title-4 {
    color: #fff;
    font-size: 36px;
}
.main-slider .slider-title-4 span {
    color:#FFA800;
    font-weight: 600;
    font-size: 36px;
}
.main-slider span:before {
    color:#FFA800;
    font-size: 36px;
}
.tparrows.preview3:after {
    background: transparent;
    /*border: 1px solid#FFA800;*/
    color: #fff;
    font-family: "revicons";
    font-size: 30px;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    z-index: 100;
}
/*.tparrows.preview3:hover:after {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
}*/
.tparrows.preview3 {
    background: transparent;
    height: 70px;
    width: 70px;
}
.tparrows.preview3:hover .tp-arr-iwrapper {
    transform: scale(0);
}
.tp-bullets.preview3 .bullet {
    background: #fff !important;
    outline: 3px solid rgba(255, 255, 255, 0) !important;
    border-radius: 50%;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin-right: 8px !important;
}
.tp-bullets.preview3 .bullet:hover, .tp-bullets.preview3 .bullet.selected {
    background:#FFA800 !important;
    border: none !important;
    box-shadow: none;
    border-radius: 50%;
    height: 20px !important;
    width: 20px !important;
}
.rev-wrp-2 .tp-bullets.preview3 {
    display: none !important;
}

.overlayer-black {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.overlayer-black::before {
    background-color: rgba(0, 0, 0, 0.60);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


/***
====================================================================
    11. Call-to-action start
====================================================================
***/
.cs-call-to-action-area {
    padding: 35px 0 15px;
    background: #404040;
}
.cs-call-to-action-area .cs-action-col {
    padding-left: 80px;
    margin-bottom: 30px;
    border-right: 1px solid#FFA800;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg); 
}
.cs-call-to-action-area .bdr-transpatent {
    border-right: none;
}
.cs-call-to-action-area .cs-action-content {
    position: relative;
    padding-left: 50px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg); 
    transform: skewX(20deg); 
}
.cs-call-to-action-area .cs-action-content i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 24px;
    color:#FFA800;
}
.cs-call-to-action-area .cs-action-content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.cs-call-to-action-area .cs-action-content p span {
    color:#FFA800;
    font-size: 18px;
    font-weight: 500;
}
.cs-call-to-action-area .cs-action-content span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


/***
====================================================================
    12. Features Start
====================================================================
***/
.about-area {
    padding-bottom: 60px;
}
.cs-features-area {
    padding: 80px 0 70px;
}
.cs-features-area .section-title {
    padding-bottom: 50px;
}
.cs-features-area li {
    position: relative;
    padding-bottom: 15px;
    padding-left: 35px;
}
.cs-features-area ul.list {
    margin: 25px 0;

}
.cs-features-area ul.list li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 15px;
    height: 15px;
    background: #FFA800;
    border-radius: 50%;
}
.cs-features-area ul.list li::after {
    position: absolute;
    content: "";
    left: 3px;
    top: 9px;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.cs-features-area .cs-features-col {
    margin-bottom: 90px;
    position: relative;
    border-bottom: 1px solid #eee;
    transition: 0.5s all;
}
.cs-features-area .cs-features-col1 {
    margin-bottom: 30px;
    position: relative;
   
    transition: 0.5s all;
}
.cs-features-area .cs-features-col .cs-features-content {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.cs-features-area .img-thumb{
    position: relative;
}
.cs-features-area .course_form {
    position: absolute;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top:0;
    transform: scale(.85);
}
.cs-features-area .course_form_area {
    padding: 50px;
}
.course_form_area h2 {
    color: #FFF;
    margin-bottom: 40px;
}
.course_form_area .styled-select option{
    padding-bottom: 5px;
}
.cs-features-area .cs-features-col .cs-features-content .shadow-icon{
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: -1;
}
.cs-features-area .cs-features-col .cs-features-content .shadow-icon i {
    font-size: 80px;
    color: rgba(247,247,247,0.9);
}

.cs-features-area .cs-features-col .cs-features-content i {
    font-size: 45px;
}
.cs-features-area .cs-features-col .cs-features-content h4,.cs-features-area .cs-features-col .cs-features-content h4 a {
    margin-top: 20px;
    transition: 0.5s all;
    color: #243752;
}
.cs-features-area .cs-features-col .cs-features-content:hover h4,.cs-features-area .cs-features-col .cs-features-content:hover h4 a {
    color: #A9D854;
    transition: 0.5s all;
}
.cs-features-area .cs-features-col:hover {
    border-bottom: 1px solid #A9D854;
}
.cs-features-area .cs-features-col .cs-features-content p {
    margin-bottom: 10px;
}
.cs-features-area .cs-features-col .cs-features-content .cs-small-bdr {
    width: 50px;
    height: 2px;
    background:#FFA800;
    margin: auto;
    margin-bottom: 5px;
}
.cs-features-area .cs-features-col:hover .cs-small-bdr {
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*.cs-features-area .cs-features-col .cs-features-content a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}*/

/*Feature style 2 Start*/

.cs-features-area.style_2 {
    padding: 0px;
    margin-top: 120px;
}
.cs-features-area .cs-features-col.style_2 {
    border-bottom: none;
    background: #f9f9f9;
    padding: 40px;
    margin-bottom: 60px;

}


/***
====================================================================
    13. About Start
====================================================================
***/
.cs-about-area {
    padding: 0 0 100px;
    overflow: hidden;
   
}
.cs-about-area .cs-about-col {
    margin-bottom: 30px;
    position: relative;
}
.cs-about-area .cs-about-col p {
    margin-bottom: 40px;
}
.cs-about-area .cs-about-col .cs-video:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(176, 125, 124, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.cs-about-area .cs-about-col .cs-video img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.cs-about-area .cs-about-col .cs-video i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 70px;
    color: #ffffff;
    margin-left: -35px;
    margin-top: -35px;
}
.cs-about-area.cs-about-area2 {
    padding-top: 100px;
}

/*About 2*/
.cs-about-box {
    position: relative;
}
.cs-about-box i.icon {
    font-size: 70px;
    padding-bottom: 20px;
    display: block;
}
.cs-about-box h2 span {
    color:#A8D853;
     line-height: 2.6em;   

}
.cs-about-box p {
    margin-bottom: 20px;
   
}
.cs-about-box h4 {
    color: #B2ADA7;
    font-weight: 300;
    /*line-height: 1.8;*/
}
.cs-about-video {
    margin-top: 0px;
    position: relative;
    margin-left: 20px;
}
.cs-about-video:before {
    position: absolute;
    z-index: 0;
    content: '';
    height: 100%;
    width: 100%;
   
    overflow: hidden;
    opacity: 0;
    transition: 0.5s all;
}
.cs-about-video:hover:before {
    opacity: 1;
    /*transform: scale(1);*/
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cs-about-video .cs-play-icone {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 42%;
   /* padding-top: 14px;*/
    text-align: center;
    opacity: 1;
}

.cs-play-icone i {
    font-size: 70px;
    color: #FFA800;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 70px;
    height: 70px;
}


/***
====================================================================
    14. Teacher Details Start
====================================================================
***/

.cs-teacher-details {
    padding: 80px 0 50px;
}
.teacher-details-post .member-imagebox {
    position: relative;
}
.teacher-details-post .member-imagebox .more-mbinfo {
    background-color:#FFA800;
    bottom: 35px;
    color: #fff;
    font-size: 18px;
    left: 0;
    letter-spacing: 2px;
    padding: 10px 70px;
    position: absolute;
    text-transform: uppercase;
}
.teacher-details-post .member-imagebox .more-mbinfo:hover {
    background-color: #0a0a0a;
}
.cs-teacher-details .teacher-details-post .welcome-title {
    color: #333;
    font-style: italic;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: none;
}
.cs-teacher-details .teacher-details-post .title {
    color:#FFA800;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.cs-teacher-details .teacher-details-post .sub-title {
    color: #c6c6c6;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}
.ul {
    list-style-type: none;
    margin-bottom: 15px;
}
.ul a {
    color: #333;
    margin-right: 10px;
    
}
.ul a i {
    color:#FFA800;
    margin-right: 8px;
}
.cs-teacher-details .teacher-details-post .tag {
    margin-top: 30px;
}
.team-progress p {
    color: #0a0a0a;
    font-weight: 500;
    margin-bottom: 5px;
}
.team-progress p span {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
.team-progress .progress {
    background-color: transparent;
    border: 1px solid#FFA800;
    border-radius: 0;
    height: 10px;
    margin-bottom: 15px;
    padding: 1px;
    position: relative;
}
.team-progress .progress .progress-bar {
    background-color:#FFA800;
}

/***
====================================================================
    15. Service Start
====================================================================
***/
.cs-service-area {
    padding: 80px 0 70px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background: #f9f9f9;
}
.cs-service-area .cs-service-col {
    margin-bottom: 30px;
}
.cs-service-area .cs-service-col .cs-service-img-box {
    position: relative;
}
.cs-service-area .cs-service-col:hover.cs-service-img-box:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: rgba(51, 51, 51, 0.95);
}
.cs-service-area .cs-section-tiltle p {
    margin-bottom: 60px;
}
.cs-service-area .cs-service-col 
.cs-service-img-box .cs-review-box 
.cs-star-group {
    float: left;
    margin-right: 20px;
}
.cs-service-area .cs-service-col 
.cs-service-img-box .cs-review-box 
.cs-star-group i {
    color: #ffffff;
}
.cs-service-area .cs-service-col 
.cs-service-img-box .cs-review-box p {
    color: #ffffff;
    line-height: 20px;
}
.cs-service-area .cs-service-col 
.cs-service-img-box .cs-review-box img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 18px;
    bottom: -30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.cs-service-area .cs-service-col 
.cs-service-img-box .ih-item.square {
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
}
.cs-service-area .cs-service-col .cs-service-img-box 
.ih-item.square.effect13 .info h3 {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 0;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1px;
}
.cs-service-area .cs-service-col  .cs-service-content {
    background-color: #fff;
    padding: 40px 20px 30px 20px;
    border-bottom: 1px solid #eee;
}
.cs-service-content h3 {
    font-weight: 600;
}
.ih-item.circle .info, .ih-item.circle.effect8 .info-container, .ih-item.square .info {
    text-align: right;
    padding:5px 10px;
}
.info h4 {
    display: inline-block;
    background: #FFA800;;
    padding: 5px 10px;
    color: #FFF;

}

.cs-service-content .cs-expert {
    color: #aaa;
    font-size: 13px;
    padding-bottom: 15px;
    font-weight: bold;
}
.cs-service-area .cs-service-col .cs-service-content .courses-list-btn {
    bottom: -25px;
    color: #fff;
    float: right;
    position: relative;
    text-transform: uppercase;
}
.cs-service-area .cs-service-col .cs-service-content .courses-list-btn:hover {
    color:#FFA800;
}
.cs-service-area .cs-service-col .cs-service-footer {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 10px;
    border-top: none;
}
.cs-service-col  {
    box-shadow: 0px 4px 82px -56px #000;
}
.cs-time-row {
    margin-bottom: 10px;
}
.cs-popular-course-enroll {
    background: #243752;
    padding: 8px 20px;
}
a.cs-popular-course-enroll {
    color: #FFF;
}
.cs-popular-set li {
    font-size: 13px;
}

.cs-popular-set i.icon {
    padding-right: 5px;
}

.cs-course-detail .cs-service-area .cs-service-col .cs-course-details-inner {
    margin-top: 25px;
}
.cs-course-detail .cs-service-area .cs-service-col .cs-course-details-inner .cdetails-time {
    color: #0a0a0a;
    font-size: 12px;
    margin-bottom: 10px;
}
.cs-course-detail .cs-service-area .cs-service-col .cs-course-details-inner .cdetails-time i {
    color:#FFA800;
    margin-right: 10px;
}
.cs-course-detail .cs-service-area .cs-service-col .cs-course-details-inner .cdetails-time span {
    margin-left: 30px;
}
.cs-course-detail .cs-service-area .cs-service-col .cs-course-details-inner p.p-text {
    margin-bottom: 40px;
}
.cs-course-detail .cs-service-area .cs-service-col .cs-course-details-inner .title-lw {
    font-weight: normal;
}

/* Service style 2 Start*/
.cs-service-col.style_2 {
    display: table;
    width: 100%;
}

.cs-service-col.style_2 .cs-service-content {
    padding-right: 30px;
    position: relative;
}
.cs-service-content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.cs-service-col.style_2 .cs-service-img-box .img {
    width: 250px;
    z-index: 1;
}
.cs-service-col.style_2 .cs-star-group {
    color: #FFA800;
}

.cs-service-area.style_2 .owl-nav {    
    display: inline-block;
    text-align: center;
    right: 86px;
    top: -53px;
    position: absolute;

}
.cs-service-area.style_2 .owl-nav .owl-prev,.cs-service-area.style_2 .owl-nav .owl-next {
    background-color: #FFA800;
    border: 1px solid #FFA800;
    color: #fff;
    padding: 4px 12px;
    position: absolute;
}
.cs-service-area.style_2 .owl-nav .owl-next {
    margin-left: 37px;
}
.cs-service-col.style_2 {
    box-shadow: 0px 1px 5px 2px #eee;
}


/***
====================================================================
    16. Courses Area
====================================================================
***/

.cs-courses-area {
    padding: 80px 0 70px;
}
.cs-courses-area .cs-about-video {
    margin-top: 0;
}
.clp-component-render h3 {
    font-weight: normal;
    font-size: 21px;  
}
.clp-component-render h5 {
    font-weight: normal;
    color: #B2ADA7;
}
.cs-star-group {
    color: #FFA800;
}
.cs-courses-area .badge {
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px 8px;
}
.course-meta {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}
.course-meta > div {
    /* display: inline-block; */
    line-height: 20px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    color: #ccc;
    border-right: 1px solid #eee;
    float: left;
}
.course-meta > div.course-author img {
    border-radius: 50%;
    width: 40px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.course-meta > div.course-author .author-contain {
    display: inline-block;
}
.course-meta label {
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 0;
}
.course-meta .value {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a7a7a;
}
.what-you-get {
    background-color: #f9f9f9;
    border: 1px solid #dedfe0;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.what-you-get .what-you-get__title h4 {
    font-weight: normal;
}
.what-you-get__content {
    margin-bottom: 5px;
}
.what-you-get__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}
.what-you-get__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.what-you-get__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.what-you-get__item--columns {
    width: 45%;
}
.what-you-get__icon {
    align-self: flex-start;
    color: #a1a7b3;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 2px;
}

/* USER PROFILE PAGE */
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}
.card.well {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #eee;
}
.card .tab-pane h3 {
    padding-top: 20px;
    font-weight: normal;
}
.wp-btn {
    background: transparent;
    color: #353535;
}
.cs-tabs .btn {
    border: none;
    background: transparent;
    font-weight: bold;
    padding: 20px 40px 20px 0;
    margin-right: 40px;
    display: block;
    outline : none;
}
.cs-tabs .btn-default {
    color: gray;
}
.cs-tabs .btn .fa {
    float: left;
    padding-right: 12px;
    position: relative;
    top: 5px;
}

.learning-outcomes li {
    padding-left: 20px;
    line-height: 1.8;
    position: relative;
}
.learning-outcomes li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #FFA800;
}
.curriculum-section {
    margin-bottom: 25px;
}
.curriculum-area {
    border: 1px solid #eee;
    padding-bottom: 30px;
}
.curriculum-section-name {
    margin: 0;
    padding: 25px 30px 0 0;
    color: #0a0a0a;
    font-weight: normal;
    font-size: 16px;
}
.course-format-icon {
    margin-right: 5px;
    min-width: 15px;
}
.course-item {
    line-height: 30px;
    padding: 11px 13px 11px 9px;
    border-top: 1px solid #eee;
    margin: 0;
    overflow: hidden;
}
.course-item .meta-left {
    display: inline-block;
    float: left;
    min-width: 135px;
}
.course-item .index {
    font-weight: 400;
    min-width: 80px;
    display: inline-block;
    line-height: 30px;
}

.course-item .meta {
    font-size: 13px;
    font-weight: 400;
    float: right;
}
.course-item .label {
    margin-right: 5px;
    color: #000;
    font-size: 14px;
}
a.preview i {
    font-size: 25px;
    position: relative;
    z-index: 1;
}
a.preview i::after {
    content: '';
    background: #eee;
    width: 30px;
    height: 30px;
    z-index: -1;
    position: absolute;
    left: 0;
    border-radius: 50%;
    left: -5px;
    top: -2px;
}

/***
====================================================================
    16. Event Start
====================================================================
***/
.cs-event-area {
    padding: 80px 0 70px;
    overflow: hidden;
}
.cs-event-area .cs-event-col {
    margin-bottom: 42px;
}
.cs-event-area .cs-event-col h3 {
    font-weight: normal;
    line-height: 1.6;
    font-size: 21px;
}
.cs-event-area.event-area2 .cs-event-col {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 50px;
}
.cs-single-event {
    position: relative;
}
.cs-single-event .cs-event-img {
    position: absolute;
    top: 0;
    left: 0;
}
.cs-single-event .cs-event-img:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(175, 154, 125, 0.8);
    padding: 10px;
    outline: none;
}
.cs-event-col:hover .cs-single-event .cs-event-img:before {
    outline: 1px solid #ffffff;
    outline-offset: -10px;
}


.color-white {
    color: #fff;
}
.color-black {
    color: #0a0a0a;
}
.color-thm {
    color:#FFA800 !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-12 {
    font-size: 12px;
}
.cs-single-event .cs-event-img .cs-event-img-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    text-align: center;
}
.cs-single-event .cs-event-img .cs-event-img-text h2 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 0;
}
.cs-single-event .cs-event-img .cs-event-img-text p {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    margin-top: 0;
}
.cs-single-event h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.cs-single-event span {
    color:#FFA800;
    margin-right: 20px;
}
.cs-single-event p {
    margin-top: 10px;
}
.event-area-list .cs-event-col .cs-single-event {
    padding-left: 280px;
}
/*message field start*/
.cs-message-field {
    padding: 60px;
    padding-bottom: 30px;
    background-color: #F1F1F1; 
}
.cs-message-field .form-control {
    margin-bottom: 20px;
}
/*event two start*/
.cs-event-area-two {
    background: #F7F7F7;
}
/*event three start*/
.cs-team-col2 {
    position: relative;
}

/*event single start*/
.cs-event-details {
    margin-top: 99px;
    margin-bottom: 80px;
}
.cs-event-details .cs-mins-box ul {
    margin-top: -40px;
    text-align: center;
}
.cs-event-details .cs-mins-box ul li {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    font-weight: 600;
    margin-right: 3px;
    min-height: 70px;
    min-width: 100px;
    padding: 18px 38px;
    text-align: center;
    text-transform: uppercase;
}
h3.event-title-inner {
    font-weight: bold;
    margin-bottom: 30px;
}
.cs-event-info {
    margin-bottom: 30px;
}
.cs-event-info .cs-info-box p {
    margin: 0;
    line-height: 24px;
    padding-left: 8px;
    font-size: 13px;
    display: inline-block;
}
.e-image-dtls {
    position: relative;
}
.e-image-dtls .cs-mins-box {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.e-image-dtls:hover
{
    margin-top: -20px;
}

.cs-info-box {
    border-right: 1px solid #eee;
    padding-right: 20px !important; 
    margin-right: 10px;
}
.cs-info-box:last-child {
    border: none;
}
.cs-event-info .cs-info-box .heading .fa {
    position: relative;
    left: 0;
    line-height: 24px;
    top: 0;
    color: #FFA800;
}
.cs-event-details .cs-mins-box ul li .mins-title {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: bold;
}
.cs-event-details-inner {
    margin-top: 39px;
    width: 100%;
}
.cs-event-details-inner .event-details-time {
    color:#FFA800;
    margin-bottom: 15px;

}
.cs-event-details-inner p.p-text {
    margin-bottom: 10px;
    font-size: 20px;
   
}
.cs-event-details p.p-text
{
    text-align: justify;
}

.cs-team-col2 .cs-month-box {
    background-color: #0a0a0a;
    height: 84px;
    left: 8px;
    position: absolute;
    text-align: center;
    top: 124px;
    width: 86px;
}
.cs-team-col2 .cs-team-col:hover .cs-month-box {
    background-color:#FFA800;
}
.cs-team-col2:hover .cs-month-box {
    background-color:#FFA800;
}
.cs-team-col2 .cs-month-box .date-title {
    color: #fff;
    margin-top: 5px;
}
.cs-team-col2 .cs-month-box .sub-title {
    color: #fff;
}

.cs-video-event {
    padding: 60px 0;
}
.cs-event-slide .cs-single-event {
    background-color: #fff;
    margin-left: 15px;
    padding-left: 0;
}
.cs-event-slide .cs-single-event .cs-event-img {
    padding: 0;
    position: relative;
}
.cs-event-slide .cs-single-event .cs-event-img .cs-inside-bdr {
    position: relative;
}
.cs-event-slide .cs-single-event .cs-event-img .cs-event-img-text-held {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    position: absolute;
    width: 100%;
}
.cs-event-slide .cs-single-event .cs-event-img .cs-event-img-text {
    background-color:#FFA800;
    color: #fff;
    font-size: 12px;
    left: auto;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    z-index: 1;
}
.cs-event-slide .cs-single-event .cs-event-img .cs-event-img-text::before {
    background-color:#FFA800;
    content: "";
    height: 100%;
    left: -9px;
    position: absolute;
    top: 0;
    width: 22px;
    z-index: -1;
}
.cs-event-slide .cs-single-event .cs-event-img .cs-event-img-text h2 {
    font-size: 14px;

}
.cs-event-slide .cs-single-event .cs-event-img .cs-event-img-text p {
    font-size: 14px;
    font-weight: bold;
}

.cs-event-col.style_2 .cs-single-event {
    padding-left: 40px;
}
.list-event-slider .owl-nav {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -45px;
}
.list-event-slider .owl-nav .owl-prev {
    background-color:#FFA800;
    border: 1px solid#FFA800;
    color: #fff;
    left: -38px;
    padding: 4px 12px;
    position: absolute;
}
.list-event-slider .owl-nav .owl-next {
    background-color:#FFA800;
    border: 1px solid#FFA800;
    color: #fff;
    padding: 4px 12px;
    position: absolute;
}
.list-event-slider .owl-nav .owl-prev:hover,
.list-event-slider .owl-nav .owl-next:hover {
    background-color: transparent;
    border-color: #fff;
}
.cs-event-slide .cs-single-event .cs-event-detail {
    padding: 35px;
}
.cs-video-event .cs-video {
    min-height: 365px;
    position: relative;
}
.cs-video-event .cs-video .cs-video-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cs-video-event .cs-video .cs-video-img img {
    width: 100%;
    height: 100%;
}
.cs-video-event .cs-video .ovl-vdo-3 {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    left: 0;
    padding: 15px 50px;
    position: absolute;
    width: 100%;
}
.cs-video-event .cs-video .ovl-vdo-3 p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.cs-about-area.cs-video-event .cs-about-col .cs-video::before {
    border-radius: 0;
}
.cs-about-area.cs-video-event .cs-section-tiltle {
    margin-bottom: 30px;
}

/*CountDown*/
.countdown-timer li {
    position: relative;
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    margin: 24px 5px;
    background: rgba(255,255,255,0.3);
    outline: 5px solid;
    outline-color: rgba(255,255,255,0.5); 
}

.countdown-timer li:last-child {
    border-right: 0px;
}

.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
    font-size: 40px;
    color: #fff;
    display: block;
    line-height: 70px;
    font-weight: bold;
}

.countdown-timer li span.timeRef {
    position: relative;
    font-size: 17px;
    color: #fff;
}
/*
.countdown-timer form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 34px;
}
.countdown-timer form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #012F5C;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    transition: .5s ease;
}
.countdown-timer input[type="text"] {
    position: relative;
    line-height: 32px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}*/


/*courses form start*/
.cs-coursesform {
    background-position: right center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    padding: 25px 60px 15px;
    position: relative;
    z-index: 9;
    margin-top: -138px;
}
.cs-coursesform:before {
    background-color: rgba(0, 0, 0, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.cs-coursesform h4 {
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    color: #FFF;
}
.cs-coursesform h4 span {
    color:#FFA800;
}
.cs-coursesform .courses_form {
    position: relative;
    z-index: 1;
}
.cs-coursesform-icon {
    position: absolute;
    right: 0;
    top: 0;
}
.cs-coursesform .col-sm-3 {
    padding: 0 10px;
}
.cs-coursesform .form-control {
    color: #d4d4d4;
    font-size: 11px;
    height: 40px;
    margin-top: 2px;
    background: #272727;
}

/*testimonial start*/
.testimonial-2 .item {
    background: #ffffff;
    padding: 20px;
}
.testimonial-2 .item .cs-testimonial-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cs-testimonial-item:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cs-testimonial-item .cs-test-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.cs-testimonial-item .cs-test-content h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    color: #0a0a0a;
}
.cs-testimonial-item .cs-test-content .rating {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cs-testimonial-item .cs-test-content .rating li {
    display: inline-block;
    margin-right: 2px;
}
.cs-testimonial-item .cs-test-content .rating li i {
    color:#FFA800;
}
.cs-testimonial-item .cs-test-content img {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.cs-testimonial-item:hover.cs-box-shadow {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.cs-testimonial-item.cs-col-center {
    padding-left: 0;
    text-align: center;
}
.cs-testimonial-item.cs-col-center .cs-test-img img {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
}
.cs-testimonial-item.cs-col-center .rating {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cs-testimonial-item .img-border {
    border: 2px solid #cccccc;
    padding: 3px;
}
.cs-testimonial-2 .cs-testimonial-item .cs-test-content p {
    color: #ffffff;
}
.cs-testimonial-2 .cs-testimonial-item .cs-test-content h4 {
    color: #a3c203;
}

.testimonial-2.testi-2 .item {
    margin-top: 30px;
}
.testimonial-2.testi-2 .item .cs-testimonial-item .cs-test-img {
    position: relative;
}
.testimonial-2.testi-2 .item .cs-testimonial-item .cs-test-img img {
    left: -80px;
    position: absolute;
    top: -45px;
}
/* 
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-controls {
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots {
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #333333;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background:#A8D853;
}
.cs-shortcode-inner .section-title h2 {
    color: #ffffff;
    background-color: #111111;
    padding-left: 20px;
    margin-top: 40px;
}

/***
====================================================================
    17. Counter Start
====================================================================
***/
.cs-counter-area {
    padding: 80px 0;
    background:#f9f9f9;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
   
}
.cs-counter-area .cs-counter-col {
    margin-bottom: 30px;
    position: relative;
}
.cs-counter-area .cs-section-tiltle h3 {
    color: #ffffff;
}
.cs-counter-area .cs-section-tiltle .cs-title-bdr-one {
    margin: auto;
    margin-bottom: 4px;
}
.cs-counter-area .cs-section-tiltle .cs-title-bdr-two {
    margin: auto;
    margin-bottom: 40px;
}
.cs-counter-area .cs-counter-col .cs-number-count i {
    color: rgba(255,255,255,0.5);
    font-size: 55px;
}
.cs-counter-area .cs-counter-col .cs-number-count .count {
    color:#FFA800;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 3px;
}
.cs-counter-area .cs-counter-col .cs-number-count p {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}


/***
====================================================================
    18. Portfolio Start
====================================================================
***/
.cs-portfolio-area {
    padding: 80px 0 70px;
}

/*hover start*/
.cs-portfolio-area .my-hover-commmon {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cs-portfolio-area .my-hover-commmon .infield {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cs-portfolio-area .my-hover-9 {
    overflow: hidden;
}
.cs-portfolio-area .my-hover-9 .hover-img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cs-portfolio-area .my-hover-9 .infield {
    background: #333333;
    background: rgba(255, 168, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.cs-portfolio-area .my-hover-9 .infield a i {
    font-size: 18px;
    line-height: 46px;
    color:#FFA800;
    background: #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    border: 3px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.cs-portfolio-area .my-hover-9 .infield a:hover {
    text-decoration: none;
}
.cs-portfolio-area .my-hover-9:hover .hover-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cs-portfolio-area .my-hover-9:hover .infield {
    visibility: visible;
    opacity: 1;
}
.cs-portfolio-area .my-hover-9 .infield {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cs-portfolio-area .my-hover-9:hover .infield {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*portfolio two start*/
.cs-portfolio-two {
    
}
.cs-portfolio-two .cs-portfolio-col {
    margin-bottom: 30px;
}
.cs-portfolio-two .mbn {
    margin-bottom: 0;
}


/***
====================================================================
    19. Clients start
====================================================================
***/
.cs-clients-area {
    padding: 70px 0 50px;
    background: #1A1A1A;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: none !important;
}
.slick-slide {
    outline: none;
}
.single-item img {
    width: auto;
}
.cs-clients-area.cs-clients-area2 {
    background-color: #f7f7f7;
}

/***
====================================================================
    20. Video start
====================================================================
***/
.cs-video-area {
    padding: 70px 0 50px;
    background: #1A1A1A;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background: url(../images/bg/2.jpg);
}
.cs-video-area h2 {
    color: #FFF;
    font-size: 38px;
    line-height: 1.6;
    text-transform: capitalize;
    padding-top: 10px;
}
.cs-video-area span {
    color: #FFA800;
}
.cs-video-area i {
    font-size: 60px;
    color: #FFF;
}
.cs-clients-area.cs-clients-area2 {
    background-color: #f7f7f7;
}



/***
====================================================================
   21. Team Start
====================================================================
***/
.cs-team-area {
    padding: 80px 0 70px;
    overflow: hidden;
}
.cs-team-area .cs-team-col {
    margin-bottom: 30px;
    text-align: center;
}
.cs-team-area .cs-team-col h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    /*margin-top: 20px;*/
}
.cs-team-area .cs-team-col span {
    color:#FFA800;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}
.cs-team-area .cs-team-gridarea .cs-team-col {
    text-align: left;
}
/*hover start*/
.cs-team-area .my-hover-commmon {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cs-team-area .my-hover-commmon .infield {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cs-team-area .my-hover-9 {
  overflow: hidden;
}
.cs-team-area .my-hover-9 .hover-img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cs-team-area .my-hover-9 .infield {
  background: #333333;
  background: rgba(255, 168, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.cs-team-area .my-hover-9 .infield .cs-team-social {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -8px;
}
.cs-team-area .my-hover-9 .infield .cs-team-social a i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-team-area .my-hover-9 .infield .cs-team-social a i:hover {
    color:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-team-area .my-hover-9:hover .hover-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cs-team-area .my-hover-9 .infield {
  visibility: visible;
  opacity: 1;
}
.cs-team-area .my-hover-9 .infield {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cs-team-area .my-hover-9:hover .infield {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cs-team-text {
    background: #fff;
    padding: 20px 0px;
}

/*team two start*/
.cs-team-area-two h4 {
    text-transform: capitalize;
}
.cs-team-area-two .cs-team-col {
    margin-bottom: 30px;
    text-align: left;
}
.cs-team-area-two .cs-team-col span {
    margin-bottom: 0;
}
.cs-team-area-two .cs-team-col span::after {
    display: none;
}
.cs-team-area-two .cs-team-col img {
    border-radius: 5px;
}
.cs-team-area-two .cs-team-col p {
    margin-bottom: 20px;
    margin-top: 10px;
}
.cs-team-area-two .cs-team-social-box {
    background: #F7F7F7;
    padding: 10px 20px;
}
.cs-team-area-two .cs-team-social-box .cs-mail {
    float: left;
}
.cs-team-area-two .cs-team-social-box .cs-mail i {
    margin-right: 5px;
    margin-left: 0;
    color: #0a0a0a;
}
.cs-team-area-two .cs-team-social-box p {
    margin-bottom: 0;
    margin-top: 0;
}
.cs-team-area-two .cs-team-social-box p a {
    color: #0a0a0a;
}
.cs-team-area-two .cs-team-social-box i {
    margin-left: 10px;
    line-height: 25px;
    color: #0a0a0a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-team-area-two .cs-team-social-box i:hover {
    color:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/***
====================================================================
    22. Testimonial Start
====================================================================
***/
.cs-testimonial-area {
    width: 100%;
    padding: 80px 0px;
    background: #FAFAFA;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
   
}
.cs-testimonial-area .item {
    background: #FFF;
    padding: 40px;
    border-radius: 5px;
    margin-top: 30px;
}
.cs-testimonial-area .section-title h3 {
    color:#243752;
}
.cs-testimonial-item {
    position: relative;
    padding-left: 140px;
}
.cs-testimonial-item .cs-testimonial-img img {
    width: 125px;
    height: 125px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cs-testimonial-item p {
    margin-bottom: 10px;
}
.cs-testimonial-item .cs-name p {
    color:#A8D853;
    margin-bottom: 0;
}
.cs-testimonial-item .cs-name p span {
    color: #0a0a0a;
}

/***
====================================================================
    23. Pricing Start
====================================================================
***/

.cs-pricing-area {
    padding: 100px 0px;

}
.cs-pricing-area .section-title h3 {
    color: #0a0a0a;
}
.cs-pricingTable {
    text-align: center;
    
    padding-top: 5px;
    transition: all 0.5s ease-in-out 0s;
   
    border: 2px solid rgba(0, 0, 0, 0.07);
    margin-top: 30px;
}
.cs-pricingTable-header > .heading {
    display: block;
    padding: 20px 0;
}
.heading > h3 {
    margin: 0;
    text-transform: uppercase;
}
.cs-pricingTable-header > .price-value {
    display: block;
    font-size: 30px;
    line-height: 60px;
    background: #FFA800;
    color: #FFF;
}
.cs-pricingTable > .cs-pricingContent > ul {
    list-style: none;
    padding: 0;
}
.cs-pricingTable > .cs-pricingContent > ul > li {
    padding: 15px 0;
    
}

.cs-pricingTable:hover
{
    margin-top: 20px;
    
}
.cs-pricingTable-header img
{
    height: 65px;
    width: 65px;
    display: inline;
}
.pricingTable-sign-up {
    padding: 20px 0;
}
.price-value .mo,.price-value .currency {
    font-size: 20px;
}
/*Pricing 2 start*/
.cs-pricingTable.style_2 .inner {
    display: table;
    margin: 0 auto;
}
.cs-pricingTable.style_2 .price-value {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: #eaedf5;
    color: #0a0a0a;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 10px solid #e4e4e4;
}
.cs-pricingTable.style_2 .heading {
    padding: 25px 0;
}
.cs-pricingTable.style_2 .heading h6 {
    font-weight: normal;
    color: #FFA800;
}
.cs-pricingTable.style_2 .cs-pricingContent > ul {
    margin-top: 20px;
}
.cs-pricingTable.style_2 .cs-pricingContent > ul > li {
    border-bottom: none;
    padding: 10px 0;
}
.cs-pricingTable.style_2:hover {
    box-shadow: none;
}
.cs-pricingTable.style_2 .price-value.standard-value {
    background: #FFA800;
    color: #FFF;
}

/*Pricing 3*/

.tab .nav-tabs{
    border: none;
    margin: 0 0 50px 0;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    border: none;
    color: #000;
}
.tab .nav-tabs li a:before{
    content: "";
    width: 20%;
    height: 100%;
    background: #EAEDF5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pricing-3 h5 {
    color: #FFA800;
    font-weight: normal;
}
.pricing-3 .inner {
    display: table;
    margin: 0 auto;
}
.pricing-3 .price-value {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 100px;
    font-weight: normal;
    background: #eaedf5;
    color: #0a0a0a;
    margin-top: 20px;
}
.pricing-3 .cs-pricingContent li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.pricing-3 .cs-pricingContent li:last-child {
    border-bottom: none;
}
.month-value {
    text-align: center;
}
.month-value li {
    border: 1px solid #d1d1d1;
    padding: 5px 15px;
    border-radius: 5px
}
.month-value li:last-child {
    border: 1px solid #c9c9c9;
    padding: 5px 15px;
    color: #c9c9c9;
    border-radius: 3px
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{ width: 100%; }
.tab .tab-content{
    padding: 30px;
    background: #EAEDF5;
    outline: 3px solid #e0fbfc;
    outline-offset: -8px;
    position: relative;
}
.tab .tab-content h3{ 
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;`
        margin-bottom: 15px;
    }
}

/***
====================================================================
    24. Blog Start
====================================================================
***/
.cs-blog-area {
    padding: 80px 0 70px;
    overflow: hidden;
}
.cs-blog-area .cs-blog-col {
    margin-bottom: 30px;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box {
    position: relative;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-blog-date {
    position: absolute;
    left: 20px;
    border-radius: 50px;
    top: 17px;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-blog-date .cs-day {
    font-size: 17px;
    color: #ffffff;
    background: #0a0a0a;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    outline: 5px;
    outline-color: #eee;
}

.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.9);
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-left li {
    float: left;
    color: #ffffff;
    margin-right: 20px;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-left li i {
    margin-right: 5px;
    margin-top: 3px;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-left li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-left li a:hover {
    color: #0c0b0b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-right li {
    float: right;
    color: #ffffff;
    margin-left: 20px;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-right li a i {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-blog-area .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-right li a i:hover {
    color: #0c0b0b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-blog-content {
    border: 1px solid #eee;
    padding: 20px;
}
.cs-blog-area .cs-blog-col .cs-blog-content h3 a {
    color: #0c0b0b;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-blog.cs-blog-area .cs-blog-col .cs-blog-content h3 a{
    font-size: 25px;
} 
.cs-blog-area .cs-blog-col .cs-blog-content h3 a:hover {
    color:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-blog-area .cs-blog-col .cs-blog-content p {
    margin-bottom: 20px;
}
.cs-blog-area .cs-blog-col .cs-blog-content a.cs-btn-default {
    padding: 3px 32px;
}
.cs-post-meta {
    display: inline-block;
    padding: 10px 22px;
    width: 100%;
    border: 1px solid #eee;
    border-top: transparent;
}
.cs-post-meta li i {
    padding-right: 5px;
}
.cs-post-meta a {
    color: #FFA800;
}

/*blog two start*/
.cs-blog-two .cs-blog-col:hover .cs-over-text {
    background-color: rgba(10, 10, 10, 0.9);
}
.cs-blog-two .cs-blog-img-box:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    background-color: transparent;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} 
.cs-blog-two .cs-blog-col:hover .cs-blog-img-box:before{
    background-color: rgba(51, 51, 51, 0.9);
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-blog-two .cs-blog-col .cs-blog-img-box 
.cs-over-text .cs-over-text-left li a:hover {
    color: #cccccc;
}
.cs-over-btn {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: -20px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-blog-two .cs-blog-col:hover .cs-over-btn {
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-blog-comment-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cs-blog-comment-box p {
    margin-bottom: 0;
}
.cs-blog-comment-box p i {
    margin-right: 5px;
}
.cs-blog-comment-box p a {
    font-size: 14px;
    color: #0a0a0a;
    text-transform: capitalize;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-blog-comment-box p a:hover {
    color:#FFA800;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-blog-two .cs-blog-col .cs-blog-content p {
    margin-bottom: 0;
}

.cs-blog-inrpg {
    margin-left: 75px;
}
.cs-blog-inrpg .cs-blog-col {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.cs-blog-area .cs-blog-inrpg .cs-blog-col .cs-blog-img-box .cs-blog-date {
    left: -75px;
}

.cs-blog-dtailspg .cs-blog-col .cs-blog-dtlscmnt i {
    margin-right: 10px;
    color: #0a0a0a;
}
.cs-blog-dtailspg .cs-blog-col .cs-blog-dtlscmnt span {
    margin-left: 30px;
}
.cs-blog-dtailspg .cs-blog-col .quotes-blog {
    background-color: #f7f7f7;
    padding: 50px 30px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.cs-blog-dtailspg .cs-blog-col .quotes-blog p {
    font-style: italic;
    font-size: 16px;
    color: #0a0a0a;
}
.cs-blog-shareinfo {
    margin-top: 40px;
}
.cs-blog-shareinfo ul {
    text-align: right;
}
.cs-blog-shareinfo ul li {
    display: inline-block;
    margin-right: 12px;
}
.cs-blog-shareinfo ul li.bshare-text {
    font-size: 16px;
}
.cs-blog-shareinfo ul li a {
    border: 1px solid #eee;
    border-radius: 50%;
    color:#FFA800;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 30px;
}
.cs-blog-shareinfo ul li a:hover {
    background-color:#FFA800;
    border-color:#FFA800;
    color: #fff;
}

.b-details .cs-post-meta {
    padding-left: 0;
    padding-top: 20px;
    border: none;
}
.b-details .cs-blog-content {
    border: none;
    padding-left: 0;
    padding-top: 0;
}

/* Comment Area */
.comments-area {
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}

.comments-area .group-title {
    position: relative;
    margin-bottom: 15px;
}

.group-title h2 {
    position: relative;
    font-size: 36px;
    color: #1c1c1c;
    font-weight: 700;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.comments-area .comment-box {
    position: relative;
    padding: 0px 0px 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.comments-area .comment-box:hover {
    border-color: #222222;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 30px 0px 0px 110px;
    border-top: 1px solid #eeeeee;
}

.comments-area .comment .comment-inner {
    position: relative;
}

.comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 4px;
    color: #686868;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 2px 12px;
    background-color: #f4f4f4;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 30px;
    margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 16px;
    text-transform: capitalize;
}

.comments-area .comment-box .text {
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.8em;
}

.comments-area .comment-info .comment-time {
    position: relative;
    font-size: 16px;
    color: #999999;
}

.comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.default-form-area .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.social-posts a {
    padding: 5px 8px;
    background: #0a0a0a;
    transition: 0.5s all;
    margin-right: 4px;
}
.social-posts a:hover {
    color: #FFF;
}


/* Sideber Style Start */

.cs-sideber-info h4 {
    color: #373636;
    /*font-weight: 500;*/
    letter-spacing: 2px;
}
.cs-sideber-info h4 i {
    color: #373636 !important;
}
.cs-sideber-info .cs-search-fild {
    margin-bottom: 50px;
}
.cs-sideber-info .cs-search-fild .input-group {
    width: 100%;
}
.cs-sideber-info .cs-search-fild .cs-search-input {
    border: none;
    border-bottom: 2px solid #cccccc;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.cs-sideber-info .cs-search-fild .cs-search-btn {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    color:#FFA800;
    font-size: 18px;
    padding: 12px 12px 12px 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.cs-sideber-info .cs-search-fild .cs-search-btn:hover {
    color: #0a0a0a;
}
.cs-sideber-info .cs-archives-fild {
    margin-bottom: 50px;
}
.cs-sideber-info .cs-archives-fild i {
    margin-right: 10px;
    color: #cccccc;
}
.cs-sideber-info .flaticon-bin:before {
    margin-left: 0px;
}
.cs-sideber-info .cs-archives-fild ul li {
    margin-bottom: 15px;
    margin-top: 10px;
}
.cs-sideber-info .cs-archives-fild ul li a {
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .cs-archives-fild ul li a:hover {
    color:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .cs-archives-fild ul li a span {
    margin-left: 50px;
    float: right;
    margin-top: 5px;
}
.cs-sideber-info .cs-archives-fild-two ul li a span {
    margin-left: 25px;
}
.cs-sideber-info .cs-sidebar-tab-fild {
    margin-bottom: 50px;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-nav-tabs {
    border: none;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-nav-tabs>li.active>.cs-tab-btn {
    border: none;
    background: #FFC419;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-nav-tabs>li.active>.cs-tab-btn:hover {
    background: #FFC419;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-nav-tabs>li>a {
    background: #333333;
    color: #ffffff;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-nav-tabs>li>a:hover {
    background: #FFC419;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-tab-content {
    margin-top: 30px;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-tab-single-item {
    margin-bottom: 20px;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-tab-single-item:last-child {
    margin-bottom: 0px;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-tab-single-item img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-tab-single-item p {
    margin-top: 10px;
    line-height: 22px;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-tab-single-item p a {
    color: #333333;
}
.cs-sideber-info .cs-sidebar-tab-fild .cs-tab-single-item p a:hover {
    color:#FFA800;
}
.cs-sideber-info .cs-widget-fild {
    background: #F7F7F7;
    margin-bottom: 30px;
}
.cs-sideber-info .cs-tag-fild {

}
.cs-sideber-info .cs-tag-fild a {
    padding: 7px 15px;
    background: #333333;
    color: #ffffff;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .cs-tag-fild a:hover {
    background:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-sideber-info .small-line-2 {
    background-color:#FFA800;
    height: 3px;
    margin-bottom: 30px;
    width: 40px;
}
.cs-ath_login {
    margin-bottom: 50px;
}
.cs-ath_login .form-control {
    background-color: #f9f9f9;
}
.cs-sideber-style .cs-sideber-info .cs-search-fild .cs-search-input {
    background-color: #f9f9f9;
    border-bottom: medium none;
    font-size: 12px;
    height: 50px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.cs-sideber-style .cs-sideber-info .cs-search-fild .input-group-btn .cs-search-btn {
    right: 10px;
}
.cs-sideber-style .cs-sideber-info .cs-search-fild .input-group-btn .cs-search-btn {
    right: 10px;
}
.cs-sideber-style .cs-sideber-info h4 {
    border-bottom: 1px solid#FFA800;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    text-transform: none;
    margin-bottom: 30px;
}
.cs-sideber-style .cs-sideber-info h4 i {
    background-color:#FFA800;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.cs-sideber-style .cs-sideber-info h4 span {
    color:#FFA800 !important;
}


/***
====================================================================
    25. Welcome Start
====================================================================
***/
.cs-welcome-area {
    padding: 70px 0 70px;
}
.cs-welcome-area .cs-welcome-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 70px;
}
.cs-welcome-area .cs-welcome-box i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #0a0a0a;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.cs-welcome-area .cs-welcome-box:hover i{
    color: #ffffff;
    background-color:#FFA800;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-welcome-area .cs-welcome-box h4 {
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.cs-welcome-area .cs-welcome-box .cs-line {
    width: 60px;
    height: 1px;
    background-color:#FFA800;
    margin: 20px 0 10px;
}
.cs-find-box {
    position: relative;
    padding: 40px 40px 80px 40px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.25);
}
.cs-find-box .cs-box-bg {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 135px;
    height: 105px;
}
.cs-find-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.cs-find-box h3 span {
    color:#FFA800;
}
.cs-find-box .cs-line-2 {
    width: 130px;
    height: 1px;
    background-color: #EEEEEE;
    margin-bottom: 30px;
}
.cs-find-box .form-control {
    border: 1px solid #eeeeee;
    color: #d4d4d4;
    font-size: 11px;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     border-radius: 4px; 
}
.cs-find-box select.form-control {
    color: #b4b4b4;
}
.cs-find-box button.cs-brown-btn {
    font-size: 12px;
}
.cs-find-box .form-control option {
    color: #cbcbcb;
}
.cs-find-box .btn {
    margin-top: 20px;
}
.cs-welcome-area.welcome-area {
    padding: 80px 0 70px;
}
.cs-welcome-area.welcome-area .inner-tiltle {
    margin-bottom: 50px;
}

.cs-welcome-area.welcome-area .welcome-start .welcome-box .cs-welcome-box {
    margin-top: 58px;
}


/***
====================================================================
    Video Start
====================================================================
***/
.cs-video-area {
    padding: 150px 0;
    background: url(../images/bg/4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.cs-video-area .cs-video-col i {
    font-size: 60px;
    color: #ffffff;
}
.cs-video-area .cs-video-col h3 {
    font-size: 24px;
    color:#FFA800;
    margin-top: 30px;
    font-weight: normal;
}
.cs-video-area .cs-video-col h3.t-white {
    color: #fff;
}


/***
====================================================================
   27. Page-title css Start
====================================================================
***/

.cs-page-title {
    background-image: url("../images/slider/website.png") no-repeat;
  
    background-size: contain ;
    padding: 250px 0;
    text-align: center;
   
}
.cs-page-title1 {
   
    background-position: center center;
    background-size: cover;
    padding: 100px;
    text-align: center;
    width: 100%;
    height: auto;

   
}

.cs-page-title-img2 {
    background-image: url("../images/bg/4.jpg");
}

.cs-page-title:before {
   
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cs-page-title .page-title {
    right: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.cs-page-title .breadcrumbs {
    color: #fff;
    font-size: 12px;
}

.cs-page-title .breadcrumbs a {
    color: #fff;
    font-size: 12px;
}

.cs-page-title .breadcrumbs a.active {
    color:#FFA800;
}

/*
====================================================================
    404 Style css Start
====================================================================
*/

.cs-error-inner {
    margin-bottom: 100px;
    min-height: 760px;
    padding-top: 30px;
    position: relative;
    text-align: right;
}
.cs-error-inner .cs-zero {
    color:#FFA800;
    font-size: 358px;
    font-weight: bold;
    letter-spacing: 30px;
    line-height: 1;
}
.cs-error-inner .cs-error-info {
    float: right;
    max-width: 480px;
    text-align: center;
}
.cs-error-inner h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 48px;
    text-transform: none;
}
.cs-error-inner .cs-btn-default {
    margin-top: 25px;
}
.cs-error-inner .img-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
}


/***
====================================================================
    Form Style css Start
====================================================================
***/

.event_ap_form .form-group input {
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    color: #d4d4d4 !important;
    font-size: 11px;
    padding: 5px 18px;
    text-transform: uppercase;
}
.registration_form {
    border: 1px solid #eee;
    padding: 30px;
}

/*
====================================================================
    30. Contact Style css Start
====================================================================
*/

.contact-1 .contact-form h2{
    font-size:30px;
    color:#333333;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:25px;
    font-weight:700;    
}

.contact-1 .form-group .form-control {
    margin-bottom: 25px;
}
.contact-1 .form-control {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    font-size: 12px;
    font-style: italic;
    height: 40px;
    padding: 7px 20px;
   
}
.contact-1 .form-control::-moz-placeholder {
    color: #d4d4d4 !important;
    opacity: 1;
}
.contact-1 textarea.form-control {
    height: 240px;
    padding: 12px 20px;
}
.contact-1 .contact-form h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.contact-1 {
    position: relative;
    padding: 80px 0px 50px;
}
.contact-2 {
    padding: 80px 0px 60px;
}
.contact-1 .main-contact-col {
    margin-top: 30px;
}
.contact-1 h2, .contact-2 h2 {
    color: #243752;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact-1 h2 span, .contact-2 h2 span {
    color:#9bc928;
}

.contact-1 .contact-item {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.contact-1 .contact-item h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.contact-1 .contact-item .content {
}
.contact-1 .contact-item span {
    color:#9bc928;
    display: inline-block;
    font-size: 26px;
    margin-top: 20px;
}

/*** 
====================================================================
    Fourms
====================================================================
***/
.cs-forums-area {
    overflow: hidden;
    padding: 80px 0 70px;
}
.forums-search {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 10px;
}
.forums-search .input-group .form-control {
    width: 270px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #999;
    float: right;
    height: 34px;
    padding: 0 35px 0 15px;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-item {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}
.post-item .wrap-ut {
    width: 85%;
}
.post-item .userinfo {
    width: 15%;
    padding: 20px 0 15px 15px;
}

.post-item .avatar {
    width: 37px;
    margin-left: 5px;
    position: relative;
}
.avatar img {
    border-radius: 50%;
}
.avatar .status {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    border: solid 2px #ffffff;
}
.avatar .green {
    background-color: #80d3ab;
}
.post-item .posttext {
    width: 85%;
    padding: 20px 30px 15px 20px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #989c9e;
    font-size: 14px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 25px;
}
.post-item .posttext h2 {
    font-weight: normal;
    font-size: 18px;
}
.post-item .icons {
    width: 48px;
    border-top: solid 1px #f1f1f1;
    margin-top: 12px;
    padding-top: 7px;
}
.post-item .icons i {
    display: inline;
    width: 24px;
    float: left;
    font-size: 12px;
}
.post-item .postinfo {
    width: 15%;
    border-left: solid 1px #f1f1f1;
}
.post-item .comments {
    border-bottom: solid 1px #f1f1f1;
    padding: 18px 0 25px 0;
    text-align: center;
}
.post-item .comments .commentbg {
    background-color: #bdc3c7;
    border-radius: 2px;
    display: inline-block;
    padding: 12px 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    position: relative;
}
.post-item .comments .commentbg .mark {
    width: 11px;
    height: 11px;
    background-color: #bdc3c7;
    position: absolute;
    bottom: 0;
    left: 43%;
    margin-bottom: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.post-item .views {
    border-bottom: solid 1px #f1f1f1;
    color: #9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}
.post-item .views i {
    font-size: 14px;
}
.post-item .time {
    color: #9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}

/***
====================================================================
    FAQs css Start
====================================================================
***/

.panel-title {
    font-weight: normal;
}
.faq-content .panel-group .panel.panel-default {
    border: medium none;
}
.faq-content .panel-group .panel {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
}
.faq-content .panel-group .panel.panel-default .panel-heading {
    background: transparent;
    border: 1px solid #e6e8ed;
    height: 47px;
    padding: 15px 0;
}
.faq-content .panel-group .panel.panel-default .panel-heading .panel-title a {
    color: #0a0a0a;
    display: block;
    font-size: 14px;
    padding-left: 65px;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
}
.faq-content .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed::after {
    border: 1px solid #e6e8ed;
    border-right: 0;
    color: #EECA1D;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    height: 47px;
    left: -1px;
    padding: 9px 15px;
    position: absolute;
    top: -16px;
    width: 47px;
    background: #FFF;
}
.faq-content .panel-group .panel.panel-default .panel-heading .panel-title a::after {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    height: 47px;
    left: -1px;
    padding: 9px 15px;
    position: absolute;
    top: -16px;
    width: 47px;
    background: #FFA800;
}

/*Subscribe Box*/
/*------------------------------------------------------------------
    subscribe
-------------------------------------------------------------------*/

.subscribe-box {
    padding: 40px;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}
.subscribe-box,
.full-width.subscribe-box .container {
    position: relative;
}
.subscribe-box h1,
.subscribe-box h2,
.subscribe-box h3,
.subscribe-box h4,
.subscribe-box h5,
.subscribe-box h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.text-center .subscribe-info span,
.text-center .subscribe-info {
    display: inline-block;
}
.subscribe-info,
.subscribe-form {
    float: left;
}
.subscribe-info {
    width: 40%;
}

.subscribe-form {
    width: 60%;
}
.subscribe-form input {
    height: 52px;
    width: 75% !important;
    background: #fff;
    border: 1px solid #FFFFFF;
    box-shadow: none;
}
.subscribe-form input:focus {
    box-shadow: none;
    border: 1px solid #222;
}
.subscribe-form .btn {
    margin-right: 0;
    padding: 15px;
    color: #FFF;
}
.text-center .subscribe-info {
    padding-right: 0px;
}
.subscribe-box.text-center .subscribe-info,
.subscribe-box.text-center .subscribe-form {
    width: 100%;
}
.subscribe-box.text-center .subscribe-info {
    margin-bottom: 50px;
}
.subscribe-box.text-center .subscribe-form input,
.subscribe-box.text-center .subscribe-form .btn{
    display: inline-block;
    float: none;
    border: none;
    margin: 0 5px;
}
.subscribe-box.dark-bg .subscribe-form input,
.subscribe-box.border-box .subscribe-form input{
    border: none;
}
.subscribe-info h1 span,
.subscribe-info h2 span,
.subscribe-info h3 span,
.subscribe-info h4 span,
.subscribe-info h5 span,
.subscribe-info h6 span {
    margin-top: 0px;
    display:inline;
}
.subscribe-info span {
    margin-top: 10px;
    display: block;
    color: #7e7e7e;
}
.subscribe-box.border-box .subscribe-form input,
.subscribe-box.gray-bg {
    background: #f8f8f8;
}
.subscribe-box.dark-bg {
    background: #222;
}
.light-txt {
    color: #fff !important;
}
.round-5 {
    border-radius: 5px;
}
.text-center .subscribe-info span {
    margin-bottom: 20px;
    width: 100%;
}
.subscribe-box a.btn {
    padding: 15px 30px;
}
.subscribe-box.border-box {
    border: 1px solid #ececec;
}
.full-width.subscribe-box {
    padding: 40px 0;
}
.full-width.subscribe-box .promo-btn {
    right: 0px;
}
.radius-less {
    border-radius: 0 !important;
}

/*Error */
.error-font {
    font-size: 15rem;
    line-height: 1.2;
}
.err_pages img {
    width: 50%;
    margin: auto;
}

/***
====================================================================
    Instafeed css Start
====================================================================
***/
.instagram-feed .item {
    width: 250px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 20px;
}
.instagram-feed figure {
    position: relative;
}
.instagram-feed figure .link-out {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.45);
    color: #f8f8f8;
    line-height: 1;
    padding: 10px;
    font-weight: 300;
    opacity: 0;
}
.instagram-feed figure .link-out {
    color: #f8f8f8;
    line-height: 1;
    font-weight: 300;
    transition: .5s all;
}
.instagram-feed .item:hover  .link-out{
    opacity: 1;
} 


/***
====================================================================
    Footer Style css Start
====================================================================
***/
.cs-footer-area {
    width: 100%;
    padding: 80px 0 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
}
.cs-footer-col {
    margin-bottom: 30px;
}
.cs-footer-col .cs-footer-logo {
    width: 245px;
    height: 65px;
    margin-bottom: 30px;
}
.cs-footer-col p {
    color: #ffffff;
}
.cs-footer-social {
    margin-top: 20px;
}
.cs-footer-social a i {
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-footer-social a i:hover {
    color:#A8D853;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-footer-col h4 {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.cs-news-list li {
    color: #ffffff;
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cs-footer-area .cs-footer-contact p span {
    color:#A8D853;
    font-weight: bold;
}
.cs-footer-contact li {
    margin-bottom: 18px;
}
.cs-flicker-img ul li {
    display: inline-block;
}
.fancybox-skin {
    border-radius: 0px;
}
.cs-flicker-img img:hover {
    opacity: 0.6;
}


/*** 
====================================================================
    copyright start
====================================================================
***/
.cs-copyright-area {
    padding: 15px 0;
    background: #0A0A0A;
}
.cs-copyright-area p {
    color: #ffffff;
}
.cs-copyright-area a {
    color:#A8D853;
}
.cs-copyright-area ul li {
    float: left;
    color: #ffffff;
}
.cs-copyright-area ul li a {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cs-copyright-area ul li a:hover {
    color:#FFA800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*** 
====================================================================
    Theme Margin And Padding Start
====================================================================
***/

.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.w100 {
    width: 100%;
}

/*Padding None*/
.pn {
    padding: 0;
}
.pln {
    padding-left: 0;
}
.prn {
    padding-right: 0;
}
.ptn {
    padding-top: 0;
}
.pbn {
    padding-bottom: 0;
}

/*Padding Top*/
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt100 {
    padding-top: 100px;
}

/*Padding Bottom*/
.pbn {
    padding-bottom: 0px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb100 {
    padding-bottom: 100px;
}

/*Margin Right*/
.prn {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pr90 {
    padding-right: 90px;
}

/* Margin Right*/
.pln {
    padding-left: 0;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.pl90 {
    padding-left: 90px;
}
.pl100 {
    padding-left: 100px;
}

/*Margin None*/
.mln {
    margin-left: 0;
}
.mrn {
    margin-right: 0;
}
.mtn {
    margin-top: 0;
}
.mbn {
    margin-bottom: 0;
}
/* Margin Top*/
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}

/*Margin Bottom*/
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb80 {
    margin-bottom: 80px;
}


/* Margin Right*/
.mrn {
    margin-right: 0;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}

/* Margin Right*/
.mln {
    margin-left: 0;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}


.dg p
{
    font-size: 20px;

}
.myelement
{
    margin-top: 60px;
}
.my-element p {
  display: inline-block;
  text-align: justify;
  margin-top: 30px;
  animation: fadeInUp; 
  animation-duration: 5s; 
}

.my-element
{
 padding-bottom: 20px;
 margin-bottom: 60px;
}
.cs-pricingContent li a
{
    font-size: 16px;
    color:#0a0a0a;
   
}

.cs-pricingContent li a:focus,.cs-pricingContent li a:hover
{
    color:#0a0a0a;
}

.cs-event-area p
{
    text-align: center;
}

.featured-item { 
    padding: 30px;
    position: relative;
}
.featured-item .featured-icon{
    display: inline-block;
   
    position: relative;
    

}

.features-icon
{
    background: none !important;
     text-align: center;
}
.featured-icon img
{
    margin-top: -20px !important;
    width: 100px !important;
    height: 100px !important;
   margin-bottom: 30px;
}

.featured-item .featured-icon i {
    display: inline-block;
}
.featured-desc p {
    margin-bottom: 25px; 
     font-size: 16px;
}

.featured-title h3 {
   
    text-transform: capitalize;
    color: #243752!important;
}



.featured-item.style-3 {
    z-index: 9;
    border: 1px solid #f6f7fb;
    padding: 60px 50px 45px;
    overflow: hidden;
    margin-bottom: 20px;
 
}

.featured-item.style-3 .featured-icon {
    
    position: relative; 
    display: inline-block; 
    font-size: 50px;

    
    line-height: 100px;
    text-align: center;
   
    transition: all 500ms ease;
}



.featurebox {
    border-radius: 20px 20px 20px 20px;
    background: #fbfafa;
    box-shadow: 0 9px 35px -2px rgba(85,149,240,.20);
    
}



.card {
    transition: all 0.2s ease 0s;
  
}


.card:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    transform: translate(0, -5px);
   
}


.section-white.small-padding-bottom
{
    padding: 90px 0 50px 0;
}
.section-white {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    padding: 90px 0;

}
.services-pic {
    max-width: 120px;
    border-radius: 50%;
    display: inline-block; 
}

.features-item {
    padding-top: 20px;
    margin: 50px 0px;
    text-align: center;
    
}
.features-item p {
    line-height: 38px !important;
    }
.features-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.features-item p {
    padding: 0 10px;
}
h2.section-title{

    font-size:32px;

    line-height: 38px;

    margin:0 0 15px 0;

}

.process-wrapper {

    border-top: 1px solid  #e8e8e8;

    text-align: center;

}



/*.process-wrapper .process-inner {

    background: url('../images/events/process-line.png') no-repeat scroll center 120px;

}*/



.process-wrapper .process-inner .process {

    display: inline-block;

    text-align: center;

}



.process-wrapper .process-inner .process p.process-title {

    font-size: 18px;

    font-weight: 700;

    color: #454545;

    font-family: 'Roboto', sans-serif;

}



.process-wrapper .process-inner .process .process-circle {

    padding: 15px;

    border-radius: 100%;

    margin-bottom: 20px;

    width: 180px;

    height: 180px;

    background-color: #fff;

    border: 2px dashed #cecece;

    transition: all 300ms ease-in-out 0s;

}



.process-wrapper .process-inner .process .process-circle .process-circle-icon {

    width: 165px;

    height: 165px;

    line-height: 175px;

    border-radius: 50%;

    background: #f4f6f7;

    margin: -10px;

    position: relative;

}



.process-wrapper .process-inner .process .process-circle .process-circle-icon .process-description {

    position: absolute;

    font-size: 14px;

    line-height: 24px;

    color: #454545;

    text-align: center;

    width: 100%;

    height: 100%;

    top: 0;

    padding-top: 50px;

    opacity: 0;

    transition: all 300ms ease-in-out 0s;

}



.process-wrapper .process-inner .process .process-circle .process-circle-icon img {

    margin-top: -10px;

    display: inline-block;

    border-radius: 50%;

    transition: all 300ms ease-in-out 0s;

}



.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon img {

    opacity: 0.07;

}



.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon .process-description {

    opacity: 1;

}


.digitvy-services
{
  background-image: url('../images/events/servicebg.jpg');
    margin-top:50px;
    

}

.digitvy-dg
{
    margin:80px 50px 50px 50px;

}

.digitvy-dg p
{
    line-height: 2.5;
}

.digitvy-dg .btn
{
border-color: #7a7a7a;
border-width: 1px;
border-radius: 2px;
}    

.digitvy-dg a
{
font-size: 30px;

}
.digitvy-plans
{
margin:0px 50px 50px 50px;
}
.digitvy-plans p
{
    line-height: 2.5 !important;
    text-align: justify-all;
}

.digitvy-dg1
{
    padding-bottom: 80px;
    margin-top: 0px;
}

.btn1
{

  text-align: center;

  color: #fff;
  display: block;
  font-size: 22px;
}

.digitvy-dg1 .btn
{
border-color: #243752;
border-width: 1px;
border-radius: 2px;
    background-color:#243752;
}



.digitvy-plans img
{
    border-color: #ffffff;
    border-width: 1px;
    background-color: #e7e7e7;
    box-sizing: content-box;
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    border-radius: 50%;
    color: #35baf2;
    font-size: 32px;
}

.digitvy-dg h1
{
    font-size: 30px;
    padding-bottom: 40px;
}
.digitvy-plans h3
{
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.services-pic1 {
    
    border-radius: 50%;
    display: inline-block; 
}

.digitvy-dg img
{

   width: auto;
    height: max-content;
    display: block;


}

..digitvy-services1
{
  
    margin-top:50px;
    

}


.inner-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.change-my-color {
  fill: green;
} 


.bnrxt{
	
	width: 100%;
	margin: 0px auto;
	position: relative;
    top:-16vw;
	
	
}

.bnrxt h1{
    float: right;
    width:50%;
	font-size:3.5vw;
	color: #43628A;
	text-align: right;
 
  
  
}
-------
.choose {
	padding-bottom: 20px;
	padding-top: 80px;
}

.choose__item {
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	text-align: center;
	padding: 0 30px 60px;
	margin-bottom: 80px;
  
}

.choose__item img {
	margin-top: -40px;
    max-width: 30%;
}

.choose__item h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 35px;
}

.choose__item p {
	margin-bottom: 0;
}
-------------------
.section_sapce {
		padding: 100px 0;
    background-color: aqua;
	}
/*hero equal height*/
.hero-equal-height {
    position: relative;
    min-height: 660px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.animation-image-wrap{
    position: relative;
   
}
 .pb-100 {
        padding-bottom: 55px;
    }
.pt-165{
        padding-top: 100px;
    }

.hero-content-wrap h1{
    margin: 15px;
}


