<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------
[Table of contents]
 
1. Typography
2. Elements
3. Header
4. Home
5. Blog
6. Contact 
7. About 
8. Service
9. Projects
10. Comment
11. Sidebar
12. Responsive
Author : Raghu  
Project : Charming Look Hair Studio
-------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #434343;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: transparent;
}
:focus {
  outline: none;
}
/* Typography
----------------------------------------------------------*/
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #434343;
  text-decoration: none;
}
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
  color: #666;
}
a img {
  border: none;
}
h4 a {
  color: #225c00;
}
h4 a:hover {
  color: #225c00;
}
input[type=submit] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #225c00;
}
h1, .h1 {
    font-size: 28px;
}
h4 {
  line-height: 23px;
  color: #434343;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
  color: #f3f3f2;
}
p {
line-height: 24px;
    text-align: justify;
}

/* Elements
----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
iframe {
  border: none;
  vertical-align: top;
}
blockquote {
  font-style: italic;
  border-left: 2px solid #d4d8df;
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px 20px;
  font-size: 18px;
}
::-moz-selection {
  color: #ffffff;
  background: #225c00;
}
::selection {
  color: #ffffff;
  background: #225c00;
}
/* Clearfix
----------------------------------------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.none-style {
  list-style: none;
  padding-left: 0;
}
.top-40 {
  margin-top: 40px;
}
/*Header*/
.top-line {
  height: 5px;
  background: #225c00;
}
header {
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
  z-index: 999;
}
header .logo {
  margin-top: 2px;
  float: left;
}
header .logo img {
  vertical-align: top;
  max-width: 100%;
}
header .top-info {
  float: right;
}
header .btn-toggle {
  display: none;
}
.nav {
  float: right;
  margin-left: 0px;
  text-transform: capitalize;
  -webkit-transition: .3s;
  transition: .3s;
/*  margin-left:100px; */
}
.nav .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav .main-menu li {
  position: relative;
  clear: both;
}


.nav .main-menu li.active &gt; a{
background: #225c00;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
}
.nav .main-menu li &gt; a {
color: #225c00;
  
}



.nav .main-menu li:hover &gt; ul {
  opacity: 1;
  top: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.nav .main-menu li ul {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  top: 115%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  margin: 0;
  display: block;
  left: 0;
  padding: 0;
  min-width: 136px;
  white-space: nowrap;
}
.nav .main-menu li ul a {
  line-height: 31px;
    padding: 0 10px;
    font-size: 14px;
}
.nav .main-menu li ul a:hover,
.nav .main-menu li ul a:focus {
  background: #225c00;
  color: #fff;
}
.nav .main-menu li ul ul {
  opacity: 0;
  top: 0;
  left: 110%;
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
  transition: left 0.3s ease 0s, opacity 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.nav .main-menu li ul li:hover &gt; ul {
  opacity: 1;
  left: 100%;
  top: 0;
}
.nav .main-menu &gt; li {
  display: inline-block;
      padding: 31px 12px;
}
.nav .main-menu a {
  color: #434343;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.nav .main-menu a:hover {
  color: #434343;
}
.nav .main-menu a i {
  margin-right: 6px;
}
.nav .arrow-parent {
  display: none;
}
.nav .main-menu li:last-child ul {
  right: 0;
  left: auto;
}
.nav .main-menu li:last-child ul ul {
  right: 110%;
  top: 0;
  -webkit-transition: right 0.3s ease 0s, opacity 0.3s;
  transition: right 0.3s ease 0s, opacity 0.3s;
}
.nav .main-menu li:last-child ul li:hover &gt; ul {
  right: 100%;
  left: auto;
}
.header5 .top-menu .nav .main-menu &gt; li:first-child {
  padding-left: 0;
}
.top-info {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #434343;
  margin: 7px 0;
  padding-left: 30px;
  border-left: 1px solid #f2f2f2;
  -webkit-transition: .3s;
  transition: .3s;
}
.top-info p {
    line-height: 25px;
}
.top-info a {
  color: #888;
}
.top-info a:hover {
  color: #434343;
}
.top-info .socials {
  padding-top: 7px;
}
.top-info .socials a {
 width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e8e8e8;
    color: #434343;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 24px;
    margin-right: 3px;
}
.top-info .socials a:hover {
  border-color: #434343;
  color: #434343;
}
/*Hearder 3*/
.header3 {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0px, transparent 95%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, transparent 95%);
}
.header3 .top-info {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ccc;
}
.header3 .top-info a {
  color: #ccc;
}
.header3 .top-info a:hover {
  color: #434343;
}
.header3 .nav .main-menu &gt; li &gt; a {
  color: #ebebeb;
}
.header3 .nav .main-menu &gt; li &gt; a:hover {
  color: #434343;
}
.header3 .nav .main-menu ul a {
  color: #666;
}
.header3.smaller {
  background: rgba(0, 0, 0, 0.8);
}
.header3 .btn-toggle {
  color: #fff;
}
/*Header 4*/
.header4 .top-info {
  margin-left: 10px;
  margin-top: 10px;
  text-transform: none;
  font-weight: 600;
  border: none;
}
.header4 .top-info p {
  float: left;
  margin: 0 20px;
  margin-bottom: 0;
}
.header4 .top-info .socials {
  float: left;
  padding-top: 0;
  margin: 0;
}
.header4 .top-info .socials a {
  border: none;
  width: auto;
  height: auto;
  line-height: 20px;
  margin-left: 15px;
  margin-right: 0;
}
/*Header 5*/
.search-box {
  float: right;
  margin-top: 15px;
}
.search-box input[type=text] {
  border: none;
  font-size: 15px;
  width: 140px;
}
.search-box button {
  border: none;
  background: transparent;
  font-size: 15px;
}
.smaller .search-box {
  display: none;
}
/*================LAYOUT================*/
.page-title {
 /* background: url(images/bg-title.png) repeat;*/
 background:#bdef9f;
}
.page-title h1 {
  margin: 0;
  padding: 39px 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
}
.breadcrumbs {
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
}
.breadcrumbs ul {
  margin-bottom: 0;
  padding: 0;
}
.breadcrumbs li {
  list-style: none;
  color: #888;
  display: inline-block;
  padding: 15px 0;
}
.breadcrumbs a {
  color: #555;
}
.breadcrumbs a:hover {
  color: #434343;
}
.breadcrumbs span {
  margin: 0 6px;
}
.box-shadow {
  width: 100%;
  height: 50px;
  background: #FFF;
  margin: auto;
  position: relative;
}
.box-shadow:before,
.box-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  top: 80%;
  bottom: 0;
  left: 30px;
  right: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* Back to Top Button  ----------------------- */
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10000;
  height: 35px;
  width: 35px;
 background: #092658;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
#back-to-top i {
  padding-top: 6px;
  font-size: 20px;
}
#back-to-top:hover {
  background: #0921da;
  color:#fff;
}
/*Home Page 1*/
.homepage h2 {
  margin-bottom: 15px;
  position: relative;
}
.homepage p {
  margin-bottom: 15px;
  /*position: relative;*/
}
.homepage h2.left {
  margin-bottom: 25px;
}
.homepage section {
  padding: 20px 0 40px;
  position: relative;
}
.homepage .shadow-section {
  margin-top: -50px;
  padding: 0;
  z-index: -1;
}
.homepage .our-services {
  padding: 80px 0 30px;
}
.homepage .partners {
padding: 20px 0px 64px;
  background: #f7f7f7;
}
.homepage .features-home2 {
  padding: 75px 0;
}
.homepage .latest-project {
  padding-bottom: 0;
}
.homepage .latest-project2 {
  padding-bottom: 0;
  background: #434343;
}
.homepage .latest-project2 h2 {
  color: #fff;
}
.homepage .features-home,
.homepage .action-image,
.homepage .home-slider {
  padding: 0;
}
.homepage .features-home.home3 .parallax-hourse,
.homepage .action-image.home3 .parallax-hourse,
.homepage .home-slider.home3 .parallax-hourse {
  padding-top: 50px;
}
.homepage .home-banner {
  
  padding: 300px 0 200px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.homepage .home-banner .overlay {
  background: rgba(12, 20, 32, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage .parallax-action {
  padding: 120px 0;
  background:  url(images/3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.homepage .parallax-action .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
h2.after:before,
h2.after:after {
  position: absolute;
  height: 1px;
  background: #ccc;
  width: 80px;
  bottom: -17px;
  left: 50%;
  margin-left: -40px;
  content: '';
}
h2.left.after:before,
h2.left.after:after {
  left: 0;
  margin-left: 0;
}
h2.after:after {
  bottom: -20px;
}
.latest-list {
  overflow: hidden;
}
.latest-list .item-latest {
  width: 33.33%;
  float: left;
  position: relative;
}
.latest-list .item-latest .overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.latest-list .item-latest h4 {
  line-height: 1;
  margin: 0 0 8px;
  font-weight: 600;
}
.latest-list .item-latest h4 a {
  color: #fff;
}
.latest-list .item-latest .cat-name {
  color: #ccc;
}
.latest-list .item-latest .cat-name a {
  font-size: 13px;
  color: #ccc;
}
.latest-list .item-latest:hover .overlay {
  opacity: 1;
}
.latest-list.list3 .item-latest {
  width: 33.33%;
}
.get-action {
  text-align: center;
  color: #fff;
}
.get-action h4 {
  color: #fff;
  margin-bottom: 15px;
}
.get-action p {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}
.get-action a {
  padding-left: 30px;
  padding-right: 30px;
}
.list-logo {
  overflow: hidden;
}
.list-logo .item-logo {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 35px;
}
.logos2 .item-logo {
  text-align: center;
    background: #fff;
    border: #e3e3e3 solid 1px;
    margin: 10px;
}
.testi-carousel {
  font-size: 13px;
}
.testi-carousel .text .item {
  padding-right: 20px;
}
.testi-carousel .info {
  margin-top: 15px;
      text-align: center;
}
.testi-carousel .info strong {
  margin-right: 20px;
  text-transform: uppercase;
}
.testi-carousel .images .owl-item {
  width: 54px!important;
  margin-right: 8px;
  margin-top: 25px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.testi-carousel .images .owl-item.synced {
  border-color: #434343;
}
.testi-carousel.text-center .images .owl-wrapper {
  max-width: 100%;
}
.testi-carousel.text-center .images .owl-item {
  float: none;
  display: inline-block;
}
.latest-post .item-post {
  padding: 0 15px;
}
.latest-post .item-post .desc {
  padding: 10px;
  background: #fff;
  border: 1px solid #f6f6f6;
  -webkit-box-shadow: 1px 1px 3px #f6f6f6;
  box-shadow: 1px 1px 3px #f6f6f6;
}
.latest-post .item-post .more-link {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
  color: #000000;
}
.latest-post .item-post .more-link:hover {
  color: #434343;
}
.latest-post .item-post .date-post {
  color: #999;
  font-size: 13px;
  text-align: right;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.latest-post .owl-controls {
  top: -93px;
  right: 15px;
  left: auto;
}
.latest-post .owl-controls .owl-buttons div {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 2px solid;
  color: #ccc;
  line-height: 30px;
  font-size: 13px;
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-post .owl-controls .owl-buttons div:hover {
  color: #434343;
}
.get-action.dark {
  color: #434343;
  text-align: left;
  padding-top: 150px;
}
.get-action.dark h4 {
  color: #434343;
}
.image-right {
  padding-top: 24px;
}
.image-right img {
  width: 85%;
}
/*Home Page 2*/
.list-features .col-md-4 {
  padding: 0;
}
.features-box {
  position: relative;
}
.features-box .overlay {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #d9d9d9;
  text-align: center;
}
.features-box .content-mid .inner {
  padding-top: 33px;
}
.features-box h4 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.features-box p {
  margin-bottom: 0;
}
.features-box a {
  color: #434343;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  margin-top: 15px;
}
.features-box:hover .inner {
  padding-top: 0;
}
.features-box:hover a {
  opacity: 1;
}
.content-mid {
  display: table;
  height: 100%;
  width: 100%;
}
.content-mid .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.content-bottom {
     position: absolute;
    z-index: 2;
    bottom: 45px;
    padding: 12px;
    text-align: left;
}
.content-bottom .inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.content-bottom .inner h4 {
  text-transform: uppercase;
}
.content-bottom .inner a {
  color: #fff;
}
.item-latest:hover .inner {
  opacity: 1;
}
/*Home Page 3*/
.big-text h2 {
  margin: 0;
  color: #fff;
}
.big-text p {
  font-weight: normal;
  font-size: 50px;
  line-height: inherit;
  margin-bottom: 20px;
}
.big-text a {
  color: #fff;
  border-color: #fff;
}
.big-text a:hover {
  color: #434343;
  background-color: #fff;
  border-color: #fff;
}
/*The Blog*/
.blog-page .col-md-9 {
  padding-right: 0;
}
.blog-page .col-md-3 {
  padding-left: 0;
}
.blog-list {
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
  padding-bottom: 80px;
  padding-right: 30px;
}
.blog-list .item-post {
  padding-top: 50px;
}
.blog-list .item-post h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-list .item-post .date-post {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-list .item-post a {
  color: #434343;
}
.blog-list .item-post a.more-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
.blog-list .item-post a:hover {
  color: #434343;
}
.blog-list .pagination {
  margin-top: 60px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.blog-list .pagination a,
.blog-list .pagination span {
  margin: 0 6px;
  width: 35px;
  height: 35px;
  line-height: 23px;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  border: none;
}
.blog-list .pagination a {
  background: #e6e6e6;
  color: #555;
}
.blog-list .pagination a i {
  font-size: 15px;
}
.blog-list .pagination span,
.blog-list .pagination a:hover,
.blog-list .pagination span:hover {
  background: #454647;
  color: #434343;
}
.blog-single .post-title {
  margin: 40px 0 18px;
}
.blog-single .post-meta {
  margin-bottom: 28px;
  text-transform: uppercase;
}
.blog-single .post-meta span,
.blog-single .post-meta a {
  margin-right: 25px;
  font-size: 13px;
  color: #999;
}
.blog-single .post-meta a:hover {
  color: #434343;
}
.blog-single .post-thumbail {
  margin-bottom: 25px;
}
.blog-single .post-content h4 {
  margin-bottom: 15px;
}
.blog-single .post-content p {
  margin-bottom: 18px;
}
.blog-single .post-content blockquote {
  color: #434343;
  font-size: 14px;
  font-style: normal;
}
.blog-single .post-content blockquote p {
  margin-bottom: 10px;
}
.blog-single .post-content blockquote strong {
  text-transform: uppercase;
}
.blog-single .post-content ul {
  list-style: none;
  padding-left: 0;
  line-height: 30px;
}
.blog-single .post-content ul i {
  margin-right: 4px;
}
.blog-single .post-footer {
  margin-top: 35px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.blog-single .post-footer .tag-post {
  float: left;
}
.blog-single .post-footer .share-post {
  float: right;
}
.blog-single .post-footer a {
  color: #555;
}
.blog-single .post-footer a:hover {
  color: #434343;
}
.sidebar {
  border-left: 1px solid #ebebeb;
}
.sidebar .widget {
  padding-top: 50px;
  padding-left: 30px;
}
.sidebar .widget.widget-image {
  padding-left: 0;
}
.sidebar .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar .widget li {
  padding: 7px 0;
  overflow: hidden;
}
.sidebar .widget li a {
  display: block;
  float: left;
  font-size: 15px;
  color: #555;
}
.sidebar .widget li a:hover {
  color: #434343;
}
.sidebar .widget li a:before {
  content: "\f105";
  font-family: FontAwesome;
  float: left;
  margin-right: 8px;
}
.sidebar .widget li span {
  float: right;
  color: #999;
}
.sidebar h4 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/*Comment*/
.comments-area {
  margin-top: 60px;
}
.comments-area .comment-reply-title {
  text-transform: uppercase;
}
.comments-area .comment-notes {
  margin-bottom: 30px;
}
.comments-area .col-6 {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.row-comment {
  margin: 0 -10px;
}
.comment-form p {
  margin-bottom: 20px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form textarea {
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 0 15px;
  vertical-align: top;
}
.comment-form textarea {
  height: 150px;
}
.comment-form input[type=submit] {
  padding: 13px 35px;
}
.list-comments {
  margin-top: 60px;
}
.list-comments h4 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.list-comments ul {
  list-style: none;
  padding-left: 0;
}
.list-comments li {
  overflow: hidden;
  padding-bottom: 40px;
}
.list-comments .children {
  padding-left: 70px;
}
.list-comments .user-image {
  float: left;
  height: 100%;
}
.list-comments .comment-right {
  margin-left: 70px;
}
.list-comments .comment-right .comment-info {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
}
.list-comments .comment-right .comment-info a {
  font-weight: bold;
  margin-left: 10px;
  color: #999;
}
.list-comments .comment-right .comment-info a:hover {
  color: #434343;
}
/*Contact Page*/
.form-info {
  padding: 70px 0;
}
.form-info h4 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.form-info .contact-info li {
  padding: 7px 0;
}
.form-info .contact-info i {
  margin-right: 3px;
}
.form-info .col-4 {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.error {
  display: none;
}
p .error {
  color: red;
  font-size: 12px;
}
div.error {
  padding: 10px;
  border: 2px solid yellow;
}
#ajaxsuccess {
  display: none;
  padding: 10px;
  border: 2px solid green;
  font-size: 18px;
}
#google_map {
  height: 400px;
}
/*About Page*/
.top-about {
  padding-top: 50px;
}
.top-about h4 {
  margin-top: 0;
  margin-bottom:  0px;
  font-size: 14px;
}
.top-about .values {
  margin-top: 32px;
}
.top-about .image-about {
  margin: 20px -10px 0;
}
.top-about .image-about img {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.vimeo {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.vimeo a {
  position: relative;
}
.vimeo .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.acc_head {
  -webkit-transition: 0.3s;
  transition: 0.3s;
     background: #225c00;
    padding: 10px 15px;
    color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
}
.acc_head i {
  margin-right: 8px;
}
.style2 .acc_head {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.acc_content {
  padding: 15px 0 20px;
  background: #f3f3f3;
    padding: 10px;
	margin-bottom:10px;
}
.acc_active .acc_head, .acc_head:hover {
    background: #ffff00;
    color: #000000;
}
.features-about {
  -webkit-box-shadow: inset 0px 10px 14px -8px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 10px 14px -8px rgba(0, 0, 0, 0.14);
  background: url(images/bg-square.png) repeat;
  background-position: -15px -15px;
}
.parallax {

  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax-hourse {
  
  /*padding: 90px 0 70px;
  position: relative;
  z-index: 10;*/
  padding: 40px 0 0px;
    position: relative;
    z-index: 10;
    background: #225c00;
}
.parallax-ram {
   
   background:#fff;
      padding: 20px 0 40px;
    position: relative;
    z-index: 10;
}
.parallax-rambg {
     background:#f5f5f5;
      padding: 40px 0 40px;
    position: relative;
    z-index: 10;
}
.team-about {
  padding: 75px 0;
}
.team-member {
  text-align: center;
}
.team-member h5 {
  text-transform: uppercase;
  margin-top: 30px;
}
.team-member p {
  font-style: italic;
  font-size: 13px;
  color: #999;
}
.team-member .member-image {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-member .overlay {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 174, 78, 0.8);
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-member .overlay .social-team {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: -13px;
}
.team-member .overlay a {
  color: #fff;
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  display: inline-block;
  margin: 0 1px;
}
.team-member .overlay i {
  vertical-align: middle;
}
.team-member:hover .overlay {
  opacity: 1;
}
.action-about {
  padding: 35px 0;
  background: #f4f4f4;
}
.call-action {
  padding: 0 30px;
}
.call-action h4 {
  margin-top: 0;
  margin-right: 30px;
  display: inline-block;
}
.call-action a {
  display: inline-block;
  padding: 16px 35px;
}
/*Typography Page*/
.typography {
  padding: 20px 0 55px;
}
.typography .top-st {
  padding-bottom: 40px;
}
.typography .top-st p {
  font-style: italic;
  padding-bottom: 10px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  text-transform: uppercase;
}
.typography .thirds h4 {
  margin-bottom: 20px;
}
/*Services Page*/
.list-services {
  padding: 55px 0 25px;
}
.service-box {
  margin-bottom: 40px;
      border: #e2e2e2 solid 1px;
	      background: #eeffe4;
}
 .text-theme-colored {
    color: #6AB43E !important;
}
.text-white {
    color: #fff !important;
}
.font-28 {
font-size:30px;
}
.bg-silver-light {
margin-top:50px;
}
.font-30 {
margin-top:20px;
    font-size: 25px !important;
}
.service-box h4 {
margin: 12px 0 0px;
 /* margin: 22px 0 15px;*/
}
.service-box h4 a:hover{
 color:#225c00;
  margin-bottom: 10px;
}
.service-box a {
    margin-bottom: 10px;
}
.service-box a.more-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.service-box a:hover {
    color: #fff;
    
}
.single-services .col-md-3 {
  padding-right: 0;
}
.single-services .col-md-9 {
  padding-left: 0;
}
.title-service {
  padding: 15px 0 0;
  border-right: 1px solid #ebebeb;
}
.title-service li {
  margin-bottom: 5px;
}
.title-service li.active a {
background: #0f3a84;
  color: #fff;
}
.title-service a {
 	color: #000;
    font-weight: bold;
    font-size: 14px;
    background: #e4e4e4;
    padding: 5px;
    display: block;
}
.title-service a:hover {
  color: #fff;
  background:#0f3a84;
}
.service-details {
    padding: 5px 0 15px 10px;
   /* border-left: 1px solid #ebebeb; */
    margin-left: -1px;
}
.service-details img {
    padding: 5px;
    margin-left: 0px;
	    margin-bottom: 10px;
		border:#e3e3e3 solid 1px;
		width:100%;
}
.service-details ul {
margin-bottom:15px;
}
.service-details h4 {
  margin: 24px 0 15px;
}
/*Projects Page*/
.list-projects {
  padding: 50px 0 40px;
}
.list-projects.list2 {
  padding-bottom: 0;
}
.all-project .isotope-item {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.all-project .isotope-item h4 {
  margin: 11px 0 3px;
}
.all-project .cat-name {
  color: #9f9f9f;
  margin-bottom: 30px;
}
.all-project .cat-name a {
  color: #9f9f9f;
  font-size: 13px;
}
.all-project .cat-name a:hover {
  color: #434343;
}
.image-project {
  position: relative;
  overflow: hidden;
  display: block;
}
.image-project .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.image-project img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.image-project:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.image-project:hover .overlay {
  opacity: 1;
}
.all-project-v2 h4,
.all-project-v2 .cat-name {
  padding: 0 20px;
}
.all-project-v2 .item {
  width: 33.32%;
}
.all-project-v2 .item:hover {
  background: #eee;
}
.all-project-v3 h4 {
  font-weight: 600;
}
.all-project-v3 .item {
  width: 24.98%;
}
.all-project-v3 .cat-name,
.all-project-v3 .cat-name a {
  color: #ccc;
  margin-bottom: 0;
}
.all-project-v3 .cat-name a:hover {
  color: #fff;
}
.filter-projects {
  text-align: center;
  margin-bottom: 30px;
}
.filter-projects li {
  display: inline-block;
  padding: 12px;
}
.filter-projects li a {
  font-weight: bold;
  color: #888;
  position: relative;
}
.filter-projects li a.current,
.filter-projects li a:hover {
  color: #434343;
}
.filter-projects li a.current:before,
.filter-projects li a.current:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #ccc;
}
.filter-projects li a.current:after {
  bottom: -13px;
}
/*Single Project*/
.project-title {
  overflow: hidden;
}
.project-title h1 {
  float: left;
}
.project-title .project-nav {
  float: right;
  padding: 41px 0;
}
.project-title .project-nav a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 13px;
  color: #ccc;
  border: 2px solid;
  padding-left: 8px;
}
.project-title .project-nav a:hover {
  color: #434343;
}
.project-title .project-nav .next-project {
  padding-left: 10px;
  margin-left: 1px;
}
.single-project {
  padding: 55px 0 70px;
}
.project-info h4 {
  margin-bottom: 20px;
}
.project-info p {
  line-height: 24px;
}
.project-des h4 {
  margin-bottom: 20px;
}
.project-des p {
  margin-bottom: 15px;
}
.project-slider {
  margin-bottom: 35px;
}
.project-slider .owl-controls {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  top: 50%;
  left: 0;
  margin-top: -18px;
  width: 100%;
}
.project-slider .owl-controls .owl-buttons {
  width: 100%;
  padding: 0 20px;
}
.project-slider .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0.5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.project-slider .owl-controls .owl-buttons div:hover {
  background: #434343;
}
.project-slider .owl-controls .owl-buttons .owl-prev {
  float: left;
}
.project-slider .owl-controls .owl-buttons .owl-next {
  float: right;
  padding-left: 5px;
}
.project-slider:hover .owl-controls {
  opacity: 1;
}
.detailsv2 h4 {
  margin-top: 0;
}
.detailsv2 .project-des {
  margin-top: 30px;
}
.s-images {
  margin: 30px -10px 0;
}
.s-images .item-image {
  display: block;
  width: 33.33%;
  padding: 10px;
  float: left;
}
.s-images .item-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.s-images .item-image:hover img {
  opacity: 0.7;
}
/*Elements Page*/
.elements-page {
  padding: 40px 0 70px;
}
.elements-page section {
  padding-bottom: 30px;
}
.elements-page h4 {
  margin-bottom: 25px;
}
.elements-page .btn-small {
  padding: 13px 23px;
  max-width: 150px;
  text-align: center;
  display: block;
}
.elements-page .left {
  margin-right: 8px;
}
.btn-elements .ot-btn {
  margin-bottom: 20px;
  width: 170px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.ot-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  padding: 18px 32px;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.ot-btn i {
  margin-right: 5px;
}
.ot-btn:focus {
  color: #434343;
}
.btn-color {
 background: #2e7604;
 color: #ffffff;
}
.btn-color:hover {
  background: #343434;
  color: #fff;
}
.btn-radius {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.btn-sradius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-border {
  border: 2px solid #ccc;
  padding: 16px 30px;
  color: #999;
}
.btn-border:hover,
.btn-border:focus {
  border-color: #434343;
  color: #434343;
}
.btn-small {
  padding: 13px 23px;
}
.blue {
  background: #29b6f6;
  color: #fff;
}
.red {
  background: #f44336;
  color: #fff;
}
.green {
  background: #4caf50;
  color: #fff;
}
.black {
  background: #555555;
  color: #fff;
}
.yellow {
  background: #ffeb3b;
  color: #434343;
}
.gray {
  background: #e6e6e6;
  color: #555;
}
.skills-name {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}
.skills-name span {
  color: #434343;
  font-weight: bold;
  margin-left: 5px;
}
.pro-bar-container {
  position: relative;
  height: 10px;
  background: #d9d9d9;
}
.pro-bar {
  position: relative;
  height: 10px;
  background: #434343;
}
.skills-box {
  margin-bottom: 24px;
}
.skills-box.box2 .pro-bar-container,
.skills-box.box2 .pro-bar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.skills-box.box3 .pro-bar {
  background-color: #434343;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.skills-box.box3 .green {
  background-color: #4caf50;
}
.skills-box.box3 .blue {
  background-color: #29b6f6;
}
.r-tabs-accordion-title,
.r-tabs-panel {
  display: none;
}
.r-tabs-panel.r-tabs-state-active {
  display: block;
}
.continal-tabs li {
  display: inline-block;
}
.type1 ul {
  margin-bottom: 15px;
}
.type1 li {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}
.type1 li a {
  display: block;
  padding: 10px 25px;
}
.type1 li.r-tabs-state-active {
  background: #434343;
}
.type1 li.r-tabs-state-active a {
  color: #fff;
}
.type2 {
  margin-top: 87px;
}
.type2 ul {
  border-bottom: 3px solid #434343;
}
.type2 li {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.type3 ul {
  margin-bottom: 0;
}
.type3 li {
  margin-right: 22px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.type3 li.r-tabs-state-active:after {
  background: #2c93d5;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.type4 {
  margin-top: 35px;
}
.type4 ul {
  margin-bottom: 0;
  border: 1px solid #ededed;
  float: left;
  width: 100%;
  margin-bottom: -1px;
}
.type4 li {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin-left: -1px;
  border-top: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.type4 li.r-tabs-state-active {
  border-top: 3px solid #434343;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ededed;
  margin-bottom: -1px;
}
.type4 a {
  padding: 12px 15px 15px;
  display: block;
}
.content-tabs3 {
  clear: both;
  padding: 18px 23px;
  border: 1px solid #ededed;
}
.content-tabs3 p:last-child {
  margin-bottom: 0;
}
.content-tabs4 {
  border-top: 0;
}
.icon-box h4 {
  margin-bottom: 35px;
}
.features.box2 {
  text-align: center;
}
.features.box2 h4 {
  margin-bottom: 15px;
}
.features.box3 {
  margin-bottom: 35px;
}
.features.box4.right {
  text-align: right;
}
.features.box4.right i {
  float: right;
  margin-left: 13px;
}
.features.box4 i {
     margin-right: 5px;
    float: left;
    margin-top: 7px
}
.features .top-img {
  min-height: 57px;
  line-height: 57px;
}
.features h4 {
  margin: 20px 0 12px;
  line-height: 1;
}
.features .top-icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #434343;
  line-height: 50px;
  color: #434343;
  font-size: 26px;
}
.features .right-box {
  margin-left: 65px;
}
.features.style2 {
  margin-bottom: 25px;
  overflow: hidden;
}
.features.style2 .top-img {
  width: 70px;
  float: left;
}
.features.style2 h4,
.features.style2 p {
  padding-left: 90px;
  margin-top: 0;
}
.why-choose .features {
  margin-bottom: 20px;
}
.why-choose .features h4 {
  margin-top: 2px;
}
.pricing-table {
  text-align: center;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  max-width: 350px;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table ul {
  list-style: none;
  padding: 25px 10px;
  line-height: 30px;
}
.pricing-table .action-plan {
  margin-bottom: 35px;
}
.pricing-table .action-plan a {
  padding: 14px 30px;
}
.pricing-table:hover {
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
}
.pricing-table.featured {
  border-top: 3px solid #434343;
}
.top-plan {
  background: #e6e6e6;
  padding: 30px 0 25px;
  color: #434343;
}
.top-plan .price {
  font-size: 72px;
  line-height: 1;
}
.top-plan .price span {
  font-size: 36px;
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
}
.top-plan .name-plan {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 2px;
}
/*404 Page*/
.page-404 {
  border-top: 1px solid #eee;
  padding: 40px 0 0;
}
.content-404 {
  padding-top: 130px;
  padding-left: 30px;
}
.content-404 h2 {
  font-size: 72px;
}
.content-404 p {
  font-size: 22px;
  margin-bottom: 30px;
}
/*Coming Soon Page*/
.coming-soon {
 
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
}
.coming-soon-content {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  margin-top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.coming-soon-content .intro-text {
  margin-bottom: 40px;
}
.coming-soon-content .newsletter-comingsoon {
  margin-bottom: 50px;
}
.coming-soon-content h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}
.coming-soon-content p {
  font-size: 22px;
}
.coming-soon-content .newsletter-email {
  width: 290px;
  padding: 14px 15px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
}
.coming-soon-content .countdown {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  text-align: center;
}
.coming-soon-content .countdown li {
  float: left;
  font-size: 60px;
  width: 25%;
}
.coming-soon-content .countdown li p {
  font-size: 15px;
  text-transform: uppercase;
}
.coming-soon-content .social-icons {
  margin-top: 40px;
}
.coming-soon-content .social-icons a {
  display: inline-block;
  font-size: 20px;
  margin: 0 15px;
  color: #fff;
}
.coming-soon-content .social-icons a:hover {
  color: #434343;
}
/*FOOTER*/
footer {
 /* background: url(images/bg-dark.png) repeat; */
    background: #25272e;
}
footer .widget-footer {
  padding: 30px 0;
  color: #ffffff;
  line-height: 25px;
}
footer .widget-footer h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .widget-footer p {
  margin-bottom: 8px;
}
footer .widget-footer ul {
  padding-left: 0px;
  list-style: inherit;
  color: rgba(255, 255, 255, 0.2);
}
footer .widget-footer ul li {
  margin-bottom: 8px;
}
footer .widget-footer ul a {
  line-height: 25px;
  display: block;
      border-bottom: #fff dotted 1px;
}
footer .widget-footer .gallery-image {
  overflow: hidden;
}
footer .widget-footer .gallery-image a {
  max-width: 33.33%;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}
footer .widget-footer .gallery-image img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .widget-footer i {
  margin-right: 3px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #fff;
}
footer .sub-footer {
  background: #009900;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
}
footer .sub-footer p {
  margin: 0;
  font-size: 14px;
}
/*RESPONESIVE*/
@media (min-width: 1200px) {
  /*Heade 2*/
  header.header2 .nav {
    float: right;
  }
  header.header2 .top-info {
    float: left;
    margin-left: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  /*Header 4*/
  .header4 .nav {
    float: right;
  }
  .header4 .nav .main-menu &gt; li {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .header4 .nav .main-menu &gt; li:last-child {
    padding-right: 0;
  }
  .boxed header.clone.smaller{
    background: transparent;
    box-shadow: none;
  }
  .boxed header.clone.smaller &gt; .container{
    width: 1200px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 3px #ccc;
  }
  .boxed header.header3.clone.smaller &gt; .container{
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 3px #222;
  }
}
@media (max-width: 1199px) {
/*  .nav {
    float: left;
    margin-left: 0;
    clear: both;
    width: 100%;
  } 
  .nav .main-menu &gt; li {
    padding-top: 20px;
    padding-bottom: 20px;
  }*/
/*  header .top-info {
    margin-left: 10px;
    margin-top: 25px!important;
  }
  header .top-info {
  float: right;
}
  header .top-info p {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }*/
  header .top-info .socials {
    float: left;
    margin-top: -13px;
  }
  header .logo {
  margin-top: 4px;
    margin-bottom: 0px;
  }
  .get-action.dark {
    padding: 100px 0;
  }
  .header4 .top-info {
    margin-top: 25px;
  }
  .homepage .parallax-action,
  .homepage .home-banner {
    background-attachment: scroll;
  }
}
@media (min-width: 992px) {
  header.clone {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: -150px;
    background: #ffffff;
  }
  header.clone .top-info {
    display: none;
  }
  header.clone .logo {
       margin-top: 1px;
    margin-bottom: 1px;
  }
  header.clone .nav {
  float: right;
    clear: none;
    width: auto;
    margin-top: 8px;
 /*   margin-left: 100px; */
  }
  header.clone .nav .main-menu &gt; li {
    padding: 22px 12px;
  }
  header.clone.smaller {
    top: 0;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
  }
  header.clone.header3 {
    -webkit-box-shadow: 1px 0px 3px #222;
    box-shadow: 1px 0px 3px #222;
  }
  .header5 .logo {
    margin-top: 40px;
  }
  .header5 .top-menu {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
  }
  .header5 .top-menu .nav {
    margin-left: 0;
    width: auto;
  }
  .header5 .top-menu .nav .main-menu &gt; li {
    padding: 17px 15px;
  }
  .header5 .top-info {
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 0;
    border: none;
  }
  .header5 .top-info p {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .header5 .top-info .socials {
    float: left;
    margin-top: -13px;
  }
  .header5.smaller .top-menu {
    float: right;
    width: auto;
  }
  .header5.smaller .top-menu .nav .main-menu &gt; li {
    padding: 22px 15px;
  }
}
@media (max-width: 991px) {
  .socials,
  header.clone {
    display: none;
  }
  header {
    text-align: center;
  }
  header bor .logo {
    margin-top: 25px;
  }
  header .top-info {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 999;
    width: 100%;
    margin: 0!important;
    padding: 12px 20px;
    background: #fff;
    border-left: none;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9!important;
    font-weight: 600;
    text-transform: none;
  }
  header .top-info.menu-mobile {
    display: block;
    background: #eee;
  }
  header .top-info.menu-mobile p,
  header .top-info.menu-mobile a {
    color: #434343;
  }
  header .top-info.menu-mobile a:hover {
    color: #434343;
  }
  header .btn-toggle {
    display: block;
    float: right;
    margin: auto;
    width: 45px;
    height: 40px;
    background: transparent;
    border: none;
    margin-top: 23px;
    font-size: 25px;
    margin-bottom: 20px;
  }
.nav {
    display: none;
    position: absolute;
    top: 157px;
    left: 0;
    z-index: 999;
    width: 100%;
}
  .nav.menu-mobile,
  .nav .arrow-parent {
    display: block;
  }
  .nav .arrow-parent {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 7px 20px;
    font-size: 23px;
    cursor: pointer;
  }
  .nav .arrow-parent:hover {
    background: #eee;
  }
  .nav .main-menu {
    text-align: left;
    background: #fff;
  }
  .nav .main-menu li {
    display: block;
    padding: 0;
    border-top: 1px solid #e9e9e9;
  }
  .nav .main-menu li ul {
    position: static;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    margin-bottom: -1px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .nav .main-menu li ul ul {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .nav .main-menu li ul ul a {
    padding-left: 50px;
    padding-right: 50px;
  }
  .nav .main-menu li ul a {
    padding: 13px 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .nav .main-menu li:last-child {
    border-bottom: 1px solid #e9e9e9;
  }
  .nav .main-menu a {
    display: block;
    padding: 13px 20px;
    color: #666;
    text-transform: none;
    font-weight: 600;
  }
  .nav .main-menu li.active &gt; a {
    background: #434343;
    color: #fff!important;
    border-radius: 2px;
	padding-left:20px;
  }
  .nav .main-menu a:hover,
  .nav .main-menu a:focus {
    background: transparent!important;
    color: #ffae4e !important;
  }
  .nav.menu-mobile .main-menu &gt; li &gt; a {
    color: #666;
  }
  .header4 .top-info p {
    margin-left: 0;
    margin-right: 20px;
  }
 /* .image-right,
  .latest-post .owl-buttons {
    display: none;
  }*/
  .image-right, .latest-post .owl-buttons {
    display: block;
    margin-top: 40px;
}
.latest-post .owl-controls .owl-buttons div {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #37383a;
    border: 2px solid;
    color: #ccc;
    line-height: 30px;
    font-size: 13px;
    opacity: 1;
    margin: 0 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
  .latest-list .item-latest {
    width: 50%;
  }
  .sidebar,
  .blog-list {
    border: none;
    padding: 0;
  }
  .blog-page .col-md-9,
  .blog-page .col-md-3,
  .single-services .col-md-3,
  .single-services .col-md-9 {
    padding: 0 15px;
  }
  .sidebar .widget {
    padding: 0 0 30px;
  }
  .sidebar .widget.widget_archive {
    max-width: 280px;
  }
  .call-action {
    padding: 0;
  }
  .title-service,
  .service-details {
    border: none;
    padding-left: 0;
    padding-top: 30px;
  }
  .pricing-table,
  .features-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .all-project-v2 .item {
    width: 100%;
    padding: 0 15px;
  }
  .all-project-v2 .item h4,
  .all-project-v2 .item .cat-name {
    padding: 0;
  }
  .latest-list.list3,
  .latest-list.list2 {
    padding: 0 15px;
  }
  .latest-list.list3 .item-latest,
  .latest-list.list2 .item-latest {
    width: 100%;
    margin-bottom: 15px;
  }
  .latest-list .item-latest {
    width: 100%;
    margin-bottom: 15px;
  }
  .features {
    margin-bottom: 25px;
  }
  .get-action p {
    font-size: 26px;
  }
  .comments-area .col-6,
  .form-info .col-4 {
    width: 100%;
  }
  .tp-caption {
    display: block;
	
  }
  .tp-caption {
    font-size: 11px!important;
	margin-right:20px;
}
  .content-404 {
    text-align: center;
    padding: 60px 0 40px;
  }
  .image-404 {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .top-info .e-mail {
    display: none;
  }
  .coming-soon-content h2 {
    font-size: 30px;
  }
  .coming-soon-content p {
    font-size: 16px;
  }
  .coming-soon-content .countdown li {
    font-size: 35px;
  }
  .coming-soon-content .countdown li p {
    font-size: 13px;
  }
  .coming-soon-content .newsletter-email {
    float: none;
    width: 90%;
    padding: 8px 12px;
    text-align: center;
  }
  .coming-soon-content .ot-btn {
    margin-top: 10px;
    width: 90%;
    height: 36px;
    padding: 0;
  }
  .coming-soon-content .ot-btn i {
    display: none;
  }
}
/*Boxed*/
body.boxed{
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 7px #ddd;
  position: relative;
}

/*Preloader*/
.images-preloader {
  position: fixed;
  z-index: 100001;
  background-color: #eee;
  width: 100%;
  height: 100%;
}
.rectangle-bounce {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px;
}
#preloader_1 {
  position: relative;
}
#preloader_1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #434343;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}
#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: .2s;
}
#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: .4s;
}
#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: .6s;
}
#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: .8s;
}
@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #434343;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #434343;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #434343;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #434343;
  }
}

.btn-danger {
    color: #fff;
    background-color: #434343;
    border-color: #434343;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open&gt;.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.white {
color:#fff;
}
.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff!important;
    white-space: nowrap;
    background: #3c763d;
    border: #f2f2f2 solid 1px;
}
.item-post img {
border:#e2e2e2 solid 1px;
}
.list-check {
margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}
.list-check li {
    padding: 5px 5px 5px 5px;
    position: relative;
}
.list-check li:before {
font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #777;
	
	}
	
	
/*======================================
15. PAGE TOP BAR (left &amp; right content)
======================================*/

.top-bar{
	color:#ffffff;
	padding:5px 0; 
	background-color:#225c00;
}
.top-bar .fa {
	vertical-align: middle;
	background-color: rgb(34 67 14);
	border:1px solid rgba(0,0,0,0.01);
	padding:3px;
	width:22px;
	height:22px;
	text-align:center;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
}
	
	
.wt-topbar-left,
.wt-topbar-right,
.wt-topbar-center {
	padding-left:15px;
	padding-right:15px;
}
.wt-topbar-left {
	float:left;
}
.wt-topbar-right {
	float:right;
}
.wt-topbar-center {
	text-align:center;
}
	
@media only screen and (max-width: 991px) {
.wt-topbar-left,
.wt-topbar-right {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
}

}
/*-------------------------------------
	1. eamil-phone (left) 
-------------------------------------*/
.e-p-bx li {
	display: inline;
	font-size: 12px;
	padding-right: 5px;
	font-weight: 600;
}
.e-p-bx li a {
	color: #ffffff;
	font-weight: 600;
	    font-size: 13px;
}
.e-p-bx li i {
	margin-right:5px;
	vertical-align: middle;
}

/*-------------------------------------
	2. social-links (right) 
-------------------------------------*/
.social-bx,
.login-bx { 
	margin:0 0 0 15px;
	float:right;
}
@media only screen and (max-width: 480px) {
.social-bx,
.e-p-bx,
.login-bx { 
	margin-top:5px;
	margin-bottom:5px !important;
}
}
.social-bx li,
.login-bx li { 
	font-size:12px; 
	margin:0;
	position:relative;
}
.social-bx li{ 
	padding-left:2px;
	padding-right:2px;
}
.social-bx li a,
.login-bx li a {
	color:#ffffff;
}
.social-bx li i,
.login-bx li i { 
	vertical-align:baseline; 
	margin:0 5px 0 0;
}
.social-bx li span,
.login-bx li span { 
	vertical-align:baseline; 
	margin:0 2px 0;
	font-size:8px;
}
.login-bx li ul {
	top:25px;
	left:auto;
	right:0; 
	border:none;
	padding:0;
}
.login-bx li ul li { 
	border-bottom:1px solid #F7F7F7;
}
.login-bx li ul li a{ 
	color:#767676;
	padding:9px 15px;
}
.arrow-up-border:before,
.arrow-up:after {
	position: absolute;
	display: inline-block;
	content: '';
}
.arrow-up-border:before {
	top: -7px;
	right:19px;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #F00;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}
.arrow-up:after {
	top: -6px;
	right:20px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}

.arrow-left:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.arrow-left:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.ram {
border:#e2e2e2 solid 1px; 
padding:5px;
}
.ramaa {
padding:10px;
text-align: center;
}
.list-check {
	margin-bottom:10px;
	padding:0px;
	list-style:none;
	}
	h2, .h2 {
    font-size: 26px;
}
h3, .h3 {
    font-size: 19px;
    margin: 0px;
    padding: 0px;
}


&lt;!-- Tabs Code Start Here --&gt;

.tab-pane, .nav-tabs {
  margin: 0 auto;
  max-width: 980px;
}

.tabs-7 li {
  text-align: center;
  width: 14.49%;
}
.tabs-7 li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-tabs {
  border-color: #ececec;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .nav-tabs.vertical {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
	    width: 100%;
  }
  
  .nav-tabs.vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }
  
  .nav-tabs.vertical li.active, .nav-tabs.vertical li.active:last-child {
    border-bottom: 1px solid #ececec;
  }

  .nav-tabs.vertical li.active:after, .nav-tabs.vertical li.active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
  .nav-tabs.vertical li:last-child {
    border-bottom-color: transparent;
  }
}
.nav-tabs &gt; li {
  border: 1px solid transparent;
  border-bottom: none;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-tabs &gt; li .fa {
  text-indent: 14px;
}
.nav-tabs &gt; li:last-child {
  border-right: transparent;
}
.nav-tabs &gt; li &gt; a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}
.nav-tabs &gt; li &gt; a:hover {
  background: none;
}
.nav-tabs &gt; li.active, .nav-tabs &gt; li.active:last-child {
  border-color: #ececec;
}
.nav-tabs &gt; li.active:after, .nav-tabs &gt; li.active:last-child:after {
  content: "";
  left: -1px;
  height: 9px;
  position: absolute;
  right: -1px;
  top: -9px;
}
@media (max-width: 992px) {
  .nav-tabs &gt; li, .nav-tabs &gt; li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }
  .nav-tabs &gt; li .fa, .nav-tabs &gt; li:last-child .fa {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }
  .nav-tabs &gt; li.active:after, .nav-tabs &gt; li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
}

.tab-pane:before, .tab-pane:after {
  content: " ";
  display: table;
}
.tab-pane:after {
  clear: both;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background-color: #000000;
    color: #fff;
}
.nav &gt; li.disabled &gt; a {
  color: #999999;
}
.nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #d54900;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  color: #ffffff;
   background-color: #225c00;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
  color: white;
  background-color: #428bca;
}

.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: white;
  }
}

.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ramsocial { 
background: #0f3a84;
    color: #fff;
    height: 28px;
    border-radius: 3px;
    padding-left: 10px;
    margin: 10px;
    width: 28px;
}

&lt;!-- Tabs Code End Here --&gt;
@media only screen and (min-width: 1200px) {
.nav .main-menu a {
    color: #434343;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
.nav .main-menu &gt; li {
    display: inline-block;
    padding: 35px 14px!important;
}
header.clone .nav .main-menu &gt; li {
    padding: 22px 14px!important;
}
}


table {
  border-collapse: collapse;
  width: 100%;
}
th {
background-color: #225c00;
color:#434343;
}
th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}


.img-circle {
    border-radius: 50%;
    background: #fff!important;
}
.video {
background:#f3f3f3;
padding:4px; 
border:#e2e2e2 solid 1px;
}
.ramaaa {
    padding: 10px;
    color: #fff;
    text-align: center;
}
.webinar {
color:#1b90e0; font-weight:600;
}

/*===================
	Service Area
=====================*/
.service {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  padding: 0 10%;
  position: relative;
  text-align: center; }
  .service .service__icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 85px;
    left: 50%;
    line-height: 85px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -43px;
    transform: translateX(-50%);
    width: 85px; }
  .service .service__details {
    padding-bottom: 30px;
    padding-top: 70px; }
    .service .service__details h6 a {
      color: #333333;
      display: block;
      font-family: "Dosis", sans-serif;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 21px;
      transition: all 0.3s ease 0s; }
      .service .service__details h6 a:hover {
        color: #89d700; }
    .service .service__details p {
      color: #777777;
      font-size: 15px;
      line-height: 27px; }
  .service .service__btn {
    margin-top: 28px; }
    .service .service__btn a.dcare__btn--2 {
      background: transparent none repeat scroll 0 0;
      border: 1px solid #dddddd;
      border-radius: 5px;
      color: #777777;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      height: 44px;
      line-height: 42px;
      padding: 0 36px;
      text-transform: capitalize;
      transition: all 0.5s ease 0s; }
      .service .service__btn a.dcare__btn--2:hover {
        background: #89d700 none repeat scroll 0 0;
        border: 1px solid #89d700;
        color: #fff; }

.service--2 .service {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; 
  margin-bottom: 60px;
  }
  .service--2 .service:hover .service__icon {
    background: #f3f3f3 none repeat scroll 0 0; }
  .service--2 .service:hover {
    transform: translateY(-20px); }
  .service--2 .service .service__icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service--2 .service .service__details {
    padding-bottom: 15px;
    padding-top: 42px; }
    .service--2 .service .service__details h6 a {
      color: #ffffff;
      display: block;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 21px; }
      .service--2 .service .service__details h6 a:hover {
        color: #89d700; }
    .service--2 .service .service__details p {
      color: #ffffff;
      line-height: 23px; }
  .service--2 .service .service__btn {
    margin-top: 28px; }

.service--2 .border__color::before {
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.2); }

.service--3 {
  text-align: center; }
  .service--3 .service__inner h4 a {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif; }
  .service--3 .service__inner p {
    color: #ffffff;
    margin-top: 17px; }
  .service--3 .service__inner .service__btn {
    margin-top: 13px; }
    .service--3 .service__inner .service__btn a {
      background: transparent none repeat scroll 0 0;
      border-bottom: 2px solid #a0a0a0;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      height: 45px;
      line-height: 45px;
      text-transform: capitalize; }
      .service--3 .service__inner .service__btn a:hover {
        background: #fff none repeat scroll 0 0;
        border-bottom: 2px solid transparent;
        border-radius: 5px;
        color: #666;
        display: inline-block;
        height: 45px;
        line-height: 45px;
        padding: 0 24px; }

.border__color {
  position: relative; }
  .border__color::before {
    background: #f59e01 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%; }
  .border__color.border__color--2::before {
    background: #b1c642 none repeat scroll 0 0; }
  .border__color.border__color--3::before {
    background: #ff4069 none repeat scroll 0 0; }
  .border__color.border__color--4::before {
    background: #f7cb4f none repeat scroll 0 0; }
  .border__color.border__color--5::before {
    background: #b1c642 none repeat scroll 0 0; }
  .border__color.border__color--6::before {
    background: #f7cb4f none repeat scroll 0 0; }
  .border__color.border__color--7::before {
    background: #f5594e none repeat scroll 0 0; }
  .border__color.border__color--8::before {
    background: #68b9d8 none repeat scroll 0 0; }
	
	.bg-image--1 {
    background-image: url(images/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section__title h2.title__line {
    color: #444444;
    font-size: 40px;
    line-height: 33px;
    margin-bottom: 23px;
    padding-bottom: 45px;
    position: relative;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
}
.section__title h2.title__line::before {
    background: rgba(0, 0, 0, 0) url(images/icons/title.png) no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 290px;
}
/* Define Colors */
.color--theme {
  color: #89d700; }

.color--light {
  color: #999999; }

.color--dark {
  color: #333333; }

.color--black {
  color: #000000; }

.color--white {
  color: #ffffff; }

/* Background Color */
.bg--theme {
  background: #89d700; }

.bg--light {
  background: #999999; }

.bg--dark {
  background: #333333; }

.bg--black {
  background: #000000; }

.bg--white {
  background: #ffffff; }

.bg__cat--1 {
  background: #0095e8; }

.bg__cat--2 {
  background: #f6f6f6; }

.bg__cat--3 {
  background: #2f85d8; }

.bg__cat--4 {
  background: #b1c642; }

.bg__cat--5 {
  background: #ffc10d; }

.bg__cat--6 {
  background: #ff5d52; }

.bg__cat--7 {
  background: #68b9d8; }

.bg__cat--8 {
  background: #292929; }

.bg__cat--9 {
  background: #111111; }

.bg__cat--10 {
  background: #fe5629; }

/* Background Image */
.bg-image--1 {
  background-image: url(images/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  
  /*===================
	Button Styles 
======================*/
.dcare__btn {
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  background: #fe5629 none repeat scroll 0 0;
  box-shadow: 0 0 1px transparent;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.5s;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  z-index: 2; }
  .dcare__btn::before {
    background: #89d700 none repeat scroll 0 0;
    border-radius: 25%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(2);
    transform-origin: 50% 50% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1; }
  .dcare__btn:hover::before, .dcare__btn:focus::before, .dcare__btn:active::before {
    transform: scale(0); }
  .dcare__btn:hover {
    color: #fff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .dcare__btn.btn__gray {
    color: #666666; }
    .dcare__btn.btn__gray:hover {
      color: #fff; }
    .dcare__btn.btn__gray::before {
      background: #dddddd none repeat scroll 0 0; }
  .dcare__btn.hover--theme {
    background: #89d700 none repeat scroll 0 0; }
  .dcare__btn.min__height-btn {
    font-size: 16px;
    height: 37px;
    line-height: 35px;
    padding: 0 25px; }
  .dcare__btn.max__height-btn {
    height: 54px;
    line-height: 52px;
    padding: 0 26px; }
  .dcare__btn.btn__white {
    color: #666666; }
    .dcare__btn.btn__white:hover {
      color: #fff; }
    .dcare__btn.btn__white::before {
      background: #fff none repeat scroll 0 0; }
  .dcare__btn.black__btn {
    color: #fff; }
    .dcare__btn.black__btn:hover {
      color: #fff; }
    .dcare__btn.black__btn::before {
      background: #49b32d none repeat scroll 0 0; }
  .dcare__btn.btn__f1f1f1 {
    color: #666666; }
    .dcare__btn.btn__f1f1f1:hover {
      color: #000000; }
    .dcare__btn.btn__f1f1f1::before {
      background: #f1f1f1 none repeat scroll 0 0; }
  .dcare__btn.hover__444 {
    background: #ffff00  none repeat scroll 0 0; }
  .dcare__btn.btn__org {
    color: #fff; }
    .dcare__btn.btn__org:hover {
      color: #fff; }
    .dcare__btn.btn__org::before {
      background: #fe5629 none repeat scroll 0 0; }
  .dcare__btn.btn__333333 {
    color: #fff; }
    .dcare__btn.btn__333333::before {
      background: #333 none repeat scroll 0 0; }
  .dcare__btn.btn__f6f6f6 {
    color: #666666;
    border: 1px solid #efefef;
    font-size: 18px;
    height: 38px;
    line-height: 34px;
    border-radius: 0; }
    .dcare__btn.btn__f6f6f6:hover {
      color: #fff;
      border: 1px solid #f6f6f6; }
    .dcare__btn.btn__f6f6f6::before {
      background: #f6f6f6 none repeat scroll 0 0;
      border-radius: 5%; }

.play__btn,
a.play__btn,
button.play__btn {
  display: inline-block;
  height: 55px;
  width: 55px;
  background: #fff;
  line-height: 55px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .play__btn img,
  a.play__btn img,
  button.play__btn img {
    padding-left: 5px;
    position: relative; }
  .play__btn:before, .play__btn:after,
  a.play__btn:before,
  a.play__btn:after,
  button.play__btn:before,
  button.play__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #ffffff;
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    opacity: 0; }
  .play__btn:before,
  a.play__btn:before,
  button.play__btn:before {
    z-index: 2;
    -webkit-animation: playbutton-effect 1s ease-in-out infinite;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-animation: playbutton-effect 1s ease-in-out infinite;
    animation: playbutton-effect 1s ease-in-out infinite; }
  .play__btn:after,
  a.play__btn:after,
  button.play__btn:after {
    z-index: 2;
    -webkit-animation: playbutton-effect 1s ease-in-out infinite;
    -moz-animation: playbutton-effect 1s ease-in-out infinite;
    -ms-animation: playbutton-effect 1s ease-in-out infinite;
    -o-animation: playbutton-effect 1s ease-in-out infinite;
    animation: playbutton-effect 1s ease-in-out infinite;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .play__btn:hover,
  a.play__btn:hover,
  button.play__btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}
.section-padding--lg {
    padding: 150px 0;
}
.bg-image--3 {
    background-image: url(images/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section__title.white--title h2.title__line {
    color: #fff;
}
.mt--40 {
    margin-top: 40px;
}
.service--2 .service .service__details h6 a {
    color: #ffffff;
    display: block;
    font-size: 16px!important;
    font-weight: 700;
    margin-bottom: 21px;
}

.bg-pngimage--3 {
   /* background-image: url(images/foot.png); */
    background:#114588;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* Section padding */
.section-padding--xlg {
  padding: 180px 0; }

.section--padding--xlg--top {
  padding-top: 60px; }

.section-padding--lg {
  padding: 150px 0; }

.section-lg-padding--top {
  padding-top: 150px; }

.section-padding--bottom {
  padding-bottom: 60px; }

.section-padding--md {
  padding: 140px 0; }

.section-padding--md--top {
  padding-top: 140px; }

.section-padding--md--bottom {
  padding-bottom: 130px; }

.section-md-padding--bottom {
  padding-bottom: 140px; }

.section-padding--sm {
  padding: 100px 0; }

.section-padding--xs {
  padding: 80px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding--xlg {
    padding: 120px 0; }

  .section-padding--top {
    padding-top: 150px; }

  .section-padding--bottom {
    padding-top: 100px; }

  .section-padding--lg {
    padding: 100px 0; }

  .section-padding--md {
    padding: 85px 0; }

  .section-padding--sm {
    padding: 70px 0; }

  .section-padding--xs {
    padding: 60px 0; }

  .md-mt-40 {
    margin-top: 40px; }

  .md-mt-60 {
    margin-top: 60px; } }
@media only screen and (max-width: 767px) {
  .section-padding--xlg {
    padding: 90px 0; }

  .section-padding--lg {
    padding: 70px 0; }

  .section-padding--md {
    padding: 60px 0; }

  .section-padding--sm {
    padding: 50px 0; }

  .section-padding--xs {
    padding: 50px 0; }

  .sm-mt-40 {
    margin-top: 40px; }

  .sm-mt-60 {
    margin-top: 60px; } }
@media only screen and (max-width: 575px) {
  .xs-mt-60 {
    margin-top: 60px; }

  .xs-mt-40 {
    margin-top: 40px; }

  .xs-mt-30 {
    margin-top: 30px; }

  .xs-mt-60 {
    margin-top: 60px; } }
@media only screen and (max-width: 420px) {
  .xxs-mt-60 {
    margin-top: 60px; }

  .xxs-mt-30 {
    margin-top: 30px; } }
/* Overlay styles */
[data-overlay], [data-black-overlay] {
  position: relative; }

[data-overlay] &gt; div, [data-overlay] &gt; *, [data-black-overlay] &gt; div, [data-black-overlay] &gt; * {
  position: relative;
  z-index: 2; }

[data-overlay]:before, [data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

[data-overlay]:before {
  background-color: #89d700; }

[data-black-overlay]:before {
  background-color: #000000; }

[data-overlay="1"]:before, [data-black-overlay="1"]:before {
  opacity: 0.1; }

[data-overlay="2"]:before, [data-black-overlay="2"]:before {
  opacity: 0.2; }

[data-overlay="3"]:before, [data-black-overlay="3"]:before {
  opacity: 0.3; }

[data-overlay="4"]:before, [data-black-overlay="4"]:before {
  opacity: 0.4; }

[data-overlay="5"]:before, [data-black-overlay="5"]:before {
  opacity: 0.5; }

[data-overlay="6"]:before, [data-black-overlay="6"]:before {
  opacity: 0.6; }

[data-overlay="7"]:before, [data-black-overlay="7"]:before {
  opacity: 0.7; }

[data-overlay="8"]:before, [data-black-overlay="8"]:before {
  opacity: 0.8; }

[data-overlay="9"]:before, [data-black-overlay="9"]:before {
  opacity: 0.9; }

[data-overlay="10"]:before, [data-black-overlay="10"]:before {
  opacity: 1; }
  
  /*========================
	Call To Action
===========================*/
.jnr__call__action__wrap {
  padding: 70px 0; }
  .jnr__call__action__wrap .callto__action__inner h2 {
    color: #ffffff;
    font-family: "Dosis", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 4px; }
  .jnr__call__action__wrap .callto__action__inner p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 9px; }
  .jnr__call__action__wrap .callto__action__btn a.dcare__btn {
    font-size: 16px; }

.call__to__action--2 .jnr__call__action__wrap {
  padding: 99px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .callto__action__inner {
    flex-basis: 74%; }

  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 31px; }

  .callto__action__btn {
    flex-basis: 26%;
    text-align: right; }

  .jnr__call__action__wrap .callto__action__inner p {
    padding-right: 10%; } }
@media only screen and (max-width: 767px) {
  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 30px; }

  .jnr__call__action__wrap .callto__action__inner p {
    margin-bottom: 23px; } }
@media only screen and (max-width: 575px) {
  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 30px; } }
	
	.jnr__call__action__wrap {
    padding: 70px 0;
}
@media (min-width: 992px)
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.jnr__call__action__wrap {
    padding: 70px 0;
}
 ul.blog__meta {
    align-items: center;
    background: #ed2127 none repeat scroll 0 0;
    height: 40px;
    padding: 0 20px;
    position: relative;
	margin-bottom: 0px;
}
 ul.blog__meta::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    width: 1px;
}
  ul.blog__meta::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 52%;
    position: absolute;
    width: 1px;
}



.mar-bottom-sm {
    margin-bottom: 20px !important;
}
.heading3 {
    font-size: 16px;
    line-height: 18px;
    color: #444;
    font-weight: 700;
    margin-top: 0;
}
.mar-bottom-xs {
    margin-bottom: 20px !important;
}
.widget .tags-list {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: #444;
    overflow: hidden;
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.widget .tags-list li {
    float: left;
    margin: 0 8px 9px 0;
}
.widget .tags-list a {
    color: #444;
    padding: 9px 17px 9px 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebeef0;
    background: #e3e3e3;
    display: block;
    transition: all 0.25s linear;
}
.widget .tags-list a:hover {
    color:#fff;
border-color: #f1562d;
    background: #f1562d;
}
@media (max-width: 768px) {
.mhidden {
    
    display:none;
}
}

.keyfeaturesblock, .feesinnerblock {
    overflow: hidden;
    background: #fff;
    padding: 4px 25px;
    border: 2px solid #e9e9e9;
}
.float-left {
    float: left!important;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.keyfeaturesblock &gt; h4,
.feesinnerblock &gt; h4 {
    display: flex;
    align-items: center;
    min-height: auto;
    margin: 10px 0;
}

.keyfeaturesblock &gt; h4 &gt; i,
.feesinnerblock &gt; h4 &gt; i {
    padding-top: 4px;
    position: relative;
    top: 0;
}

.keyfeaturesblock &gt; h4 &gt; i,
.feesinnerblock &gt; h4 &gt; i {
    color: #055AA8;
    font-size: 24px;
}

.keyfeaturesblock &gt; h4 &gt; span,
.feesinnerblock &gt; h4 &gt; span.innertxt {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 16px;
}

.keyfeaturesblock:nth-child(even),
.feesinnerblock:nth-child(even) {
    margin-right: 0;
}

.fees-cta a {
    margin: 10px 0px;
}

.fees-cta .enroll-btn {
    border: 1px solid #007bff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 10px auto;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 0px;
}

.fees-cta .democlass-btn {
    padding: 10px 60px;
    background: none;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 20px;
    border-radius: 0px;
}

.batch-list &gt; div {
    display: flex;
    align-items: center;
}

.batchtable-clp &gt; .batch-list {
    background: #fff;
    padding: 9px 0;
    position: relative;
}

.batchtable-clp &gt; .Early-Bird-Offer-box &gt; .batch-list,
.batchtable-clp &gt; .batch-list {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 768px){
	 		.whatsapp-text{
				display:none !important;
			}
			.whatsapp{
				right: 5px !important;
				/*top:250px !important;*/
			}
			.whatsapp-icon{
				right: 0px !important;
			}
		}

.whatsapp{
	position: fixed;
	right: 0px;
	top:300px;
}
.whatsapp-icon{
	width:45px;
	height:45px;
	float: left;right: 0px;position: relative;
}
.whatsapp-text{
	right: -15px;
	position: relative;
	top: 4px;
	float: left;
	background:#225c00;
	padding:4px 16px 5px 8px;
	border-radius:5px;
	border:3px solid #ededed; 
	color: #fff; 
	font-weight: 700;
}














.keyfeaturesblock, .feesinnerblock {
    overflow: hidden;
    background: #fff;
    padding: 4px 25px;
    border: 2px solid #e9e9e9;
}
.float-left {
    float: left!important;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.keyfeaturesblock &gt; h4,
.feesinnerblock &gt; h4 {
    display: flex;
    align-items: center;
    min-height: auto;
    margin: 10px 0;
}

.keyfeaturesblock &gt; h4 &gt; i,
.feesinnerblock &gt; h4 &gt; i {
    padding-top: 4px;
    position: relative;
    top: 0;
}

.keyfeaturesblock &gt; h4 &gt; i,
.feesinnerblock &gt; h4 &gt; i {
    color: #055AA8;
    font-size: 24px;
}

.keyfeaturesblock &gt; h4 &gt; span,
.feesinnerblock &gt; h4 &gt; span.innertxt {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 16px;
}

.keyfeaturesblock:nth-child(even),
.feesinnerblock:nth-child(even) {
    margin-right: 0;
}

.fees-cta a {
    margin: 10px 0px;
}

.fees-cta .enroll-btn {
    border: 1px solid #007bff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 10px auto;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 0px;
}

.fees-cta .democlass-btn {
    padding: 10px 60px;
    background: none;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 20px;
    border-radius: 0px;
}

.batch-list &gt; div {
    display: flex;
    align-items: center;
}

.batchtable-clp &gt; .batch-list {
    background: #fff;
    padding: 9px 0;
    position: relative;
}

.batchtable-clp &gt; .Early-Bird-Offer-box &gt; .batch-list,
.batchtable-clp &gt; .batch-list {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}
.pages-seperator{padding-top:25px;padding-bottom:25px}.common-heading h3{font-size:20px;margin-bottom:10px}.video-page.pages-seperator .common-heading{padding-left:15px;padding-right:15px}.skills{min-height:inherit;margin-bottom:20px}.video-page .img-thumbnail{margin-bottom:20px}.employee-wrapper{margin-bottom:20px}.clients-wrapper li{width:50%}.custom-accordion .card-header h4{padding-right:40px;font-size:14px;line-height:21px}.item-container .items .caption{font-size:16px}.schedule-block .thumbs-box{height:60px;width:100px}.schedule-block .rating-stars{margin-top:5px;font-size:12px}
 .best-gudie{position:relative;background:#e6ecf3;padding-top:25px;padding-bottom:15px}.best-gudie:before{background:rgba(27,43,103,.72);content:'';display:block;height:175px;position:absolute;width:100%;top:0}.points-best-guidence{background:#fff;border-radius:6px;position:relative;z-index:99;padding:20px}.best-gudie .common-heading{position:relative;z-index:99}.best-gudie .common-heading h3{color:#fff}.points-best-guidence ul li strong{font-size:30px;font-weight:600;color:#333;padding-bottom:2px;position:relative;margin-bottom:15px;text-align:center;display:block;font-family:'Open Sans',sans-serif}.points-best-guidence ul li strong:after{content:"";background:#f44336;position:absolute;width:50px;height:3px;left:0;bottom:0;right:0;margin:0 auto}
 .best-gudie:before {
   /* background: rgba(27,43,103,.72); */
   background:#fff;
    content: '';
    display: block;
    height: 175px;
    position: absolute;
    width: 100%;
    top: 0;
}
.common-heading {
    text-align: center;
    margin-bottom: 35px;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    line-height: 1.8;
}
.points-best-guidence ul li strong {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    padding-bottom: 2px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-family: 'Open Sans',sans-serif;
}
 .points-best-guidence ul li strong:after {
    content: "";
    background: #f44336;
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
::selection {
    background-color: #bfdcea;
}
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.text-center {
    text-align: center!important;
}
ul li {
    list-style: none;
}
.justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.best-gudie .common-heading {
    position: relative;
    z-index: 99;
}



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

		 .btn-primary{background-color:#2e2eff!important;border-color:#2e2eff!important}.course_banner{background-color:#2e7604;padding:30px 0}.banner_title h1{color:#fff}.banner_title p{color:#fff;padding:10px 0}.bannershow strong{color:#f2e517;font-weight:400}.bannershow,.bannershow p{color:#fff;line-height:30px;padding:10px 0}.bannershow b{color:#f2e517}.bannershow a{color:#ffd133;font-weight:500}.starratings{font-size:12px;display:inline-block;border-radius:4px}.star-rating-ex::before{position:absolute;top:0;left:0;background-image:url(../images/star-rating.webp);width:85px;height:15px;background-position:0 -270px;content:"";background-size:100%}.star-rating-ex{position:relative;padding:0 0;width:85px;display:inline-block;height:15px;top:3px}.star-rating-ex1{position:relative;top:0px}.ratingtitle{color:#fff;font-size:13px}.video_widget{background:#fff;padding:3px 3px 10px;border-radius:5px;-webkit-box-shadow:-2px 5px 10px -6px #000;-moz-box-shadow:-2px 5px 10px -6px #000;box-shadow:-2px 5px 10px -6px #000;width:320px;margin:0 auto}.video_popup{border-radius:10px;overflow:hidden;position:relative}.video_popup a{display:block;width:100%;height:auto}.enroll_btn a{border:1px solid #2389f2;background:#2389f2;display:inline-block;padding:5px 20px;border-radius:0;line-height:25px;color:#fff;font-size:14px;font-weight:500;text-align:center;-webkit-box-shadow:0 3px 10px -8px #000;-moz-box-shadow:0 3px 10px -8px #000;box-shadow:0 3px 10px -8px #000;border-radius:3px}.enroll_btn a:hover{border:1px solid #1984cb;color:#1984cb;background:#fff}.download_btn a{border:1px solid #2389f2;display:inline-block;padding:5px 15px;border-radius:0;font-weight:500;line-height:25px;color:#2389f2;font-size:13px;text-align:center;-webkit-box-shadow:0 3px 10px -8px #000;-moz-box-shadow:0 3px 10px -8px #000;box-shadow:0 3px 10px -8px #000;border-radius:3px}.download_btn a:hover{background:#2389f2;border:1px solid #2389f2;color:#fff}.customized_tab{border:1px solid #ece1e1;border-radius:5px}.customized_tab ul li{flex:1}.customized_tab ul li a{display:block;padding:8px 10px;text-align:center;font-size:13px;text-align:center;font-weight:500;color:#333;background:#fff;overflow:hidden}.customized_tab ul li a.active{background:#2e2eff;color:#fff}span.callbtn{display:flex;margin:0 0 0 10px;color:#fff;align-items:center}.callbtn i{font-size:12px;color:#1e67a4;border:1px solid #f6f9fd;padding:4px;border-radius:3px;margin-right:5px;background:#fff}.callbtn a{text-decoration:underline;width:auto!important;font-weight:500;padding:0!important;margin:0!important;font-size:16px!important;height:auto!important;line-height:inherit!important}.overallbtn{display:flex;justify-content:center;align-items:center;margin:10px 0 10px 0}#paymentBtns,#paymentBtns1{padding:5px;display:none}.paybtn{display:flex;flex-wrap:nowrap;justify-content:center;margin:10px 0}.paybtn a{margin:0 4px;padding:8px 15px}.enroll_btn{margin:0 10px}.tab-content a{font-size:12px}.onlinefee{display:flex;align-items:center;padding:5px 0;justify-content:center}.feeamount span{display:block}.feetitle{padding:0 20px 0 0}.feeamount{padding:0 0 0 10px;line-height:23px;text-align:center}#strikefee{font-size:14px;text-decoration:line-through;color:#9f9999}#offerfee{font-size:16px}.feeamount i{font-style:normal}#fees{font-size:22px;font-weight:700;color:#ffc600}.feetitle p{font-size:22px;font-weight:600;color:#234970}.banner_read{padding:10px 0;display:flex;width:100%;align-items:center}.banner_read a{font-size:13px;color:#fff;text-transform:capitalize;display:inline-block;margin:10px 20px 10px 0;font-weight:500;padding:0;width:160px;height:40px;line-height:40px;text-align:center}
		 
		/* .start{border-radius:0;background: rgba(0,0,0,0.8);padding:13px 10px;box-shadow:0 3px 10px -8px #000; border-radius:2px; -webkit-box-shadow:0 3px 10px -8px #000;-moz-box-shadow:0 3px 10px -8px #000;-ms-box-shadow:0 3px 10px -8px #000;-o-box-shadow:0 3px 10px -8px #000}.start:hover{background: rgba(225,225,225,0.5); border-radius:2px;  color:#000;} */
		.collapse {
    display: none;
    visibility: inherit;
}
.acc_active .acc_head, .acc_head:hover {
    background: #5cc021;
    color: #fff;
}
.homepage p {
    margin-top: 15px; 
}
 
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    color: #fff;
    font-weight: 600;
}
.btn-link:hover, .btn-link:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}




/* -------- Footer &amp; Sidebar Widgets ---------- */
.widget {
  margin-bottom: 30px;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.widget ul.list li,
.widget .post {
  margin-bottom: 4px;
  padding-bottom: 4px;
  color:#fff;
}
.widget.brochures &gt; li {
  margin-bottom: 10px;
  padding: 10px;
}
.widget.brochures i {
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}
.widget.address &gt; li {
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.widget.address &gt; li i {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.widget .twitter-feed li {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 30px;
}
.widget .twitter-feed li.item {
  position: relative;
}
.widget .twitter-feed li::after {
  content: "\f099";
  font-size: 24px;
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
.widget .styled-icons li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .styled-icons li a {
  margin-bottom: 0;
}
.widget .tags a {
  border: 1px solid #404040;
  display: inline-block;
  font-size: 12px;
  margin: 5px 4px 5px -2px;
  padding: 5px 10px;
}
.widget .tags a:hover {
  color: #fff;
}
.widget .search-input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: initial;
  box-shadow: none;
  height: 45px;
  padding: 10px;
}
.widget .search-button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  height: 45px;
}
.widget .nav-tabs li {
  border-bottom: 1px solid transparent;
  margin-bottom: -2px;
  padding-bottom: 0;
}
.widget .nav-tabs li:hover {
  border-bottom: 1px solid transparent;
}
.widget .post-title a {
  font-size: 13px;
  letter-spacing: 0;
}


.service-details p {
margin-bottom:10px;
margin-top:5px;
}
.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    padding-left: 11px!important;
    background-color: #337ab7;
}


.serv-box {
	display: flex;
	margin-top: 2.5rem;
	
}
.serv-box .thm-clr:before {
    font-size: 65px;
}
.serv-box&gt;i {
	font-size: 3.5rem;
	line-height: initial;
	position: relative;
	top: -8px
}
.serv-box&gt;i+.serv-box-inner {
	margin-left: 1.25rem
}
.serv-box-inner&gt;h3 {
	font-size: 1.3rem;
	font-weight: initial
	}
.serv-box-inner&gt;h3+p {
	margin-top: 10px;
	color: #000;
	font-size: 16px;
}
.serv-box:hover&gt;i, .serv-box2:hover&gt;i {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.serv-box2 {
	margin-bottom: 1.875rem;
	padding:20px;
	z-index: 1;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border: #e4e4e4 solid 1px;
}
.serv-box2:hover {
	border-color: transparent
}
.serv-box2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}
.serv-box2:hover:before {
	opacity: .9;
	background-color: var(--color5)
}
.serv-box2 .thm-clr:before{
	font-size:65px;
}
.serv-box2&gt;i {
	font-size: 4.375rem;
	display: inline-block;
	line-height: 4.375rem
}
.serv-box2&gt;i+.serv-box-inner {
	margin-top: 1.5625rem
}
.serv-box-inner&gt;h3+span {
	margin-top: 1.25rem
}
.serv-box-inner&gt;p+span {
	margin-top: 1.875rem
}
.serv-box-inner&gt;p+span {
	padding-top: 1.25rem
}
.serv-box-inner&gt;span {
	font-family: Open Sans;
	font-size: .875rem;
	color: #414042;
	position: relative;
	font-weight: 600
}
.serv-box-inner&gt;span:before {
	content: "";
	background-color: #eaeaea;
	top: 0;
	position: absolute;
	left: -1.5625rem;
	right: -1.5625rem;
	height: 1px
}
.serv-box2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
}
.serv-box2&gt;i {
    font-size: 4.375rem;
    display: inline-block;
    line-height: 4.375rem;
}
.parallax-rambg {
    background-image: url(images/block-bg-1.jpg)!important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}
.serv-box-inner&gt;span+p {
	margin-top: 8px
}
.serv-box-inner&gt;span i {
	font-style: normal
}
.serv-box2:hover&gt;i, .serv-box2:hover .serv-box-inner&gt;h3, .serv-box2:hover .serv-box-inner&gt;span, .serv-box2:hover .serv-box-inner&gt;p {
	color: #fff
}
.serv-box2:hover .serv-box-inner&gt;span i {
	color: inherit
}
.serv-box2 .serv-box-inner&gt;h3 a:hover, .serv-box2 .serv-box-inner&gt;h3 a:focus {
	color: #333
}
.serv-wrap+.facts-wrap {
	margin-top: 4.375rem;
	margin-bottom: -6.75rem
}
.facts-wrap {
	z-index: 1;
	padding: 3.75rem 0 1.5625rem;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	box-shadow: 0 3px 7px rgba(0,0,0,.1)
}
.icon-box h4 {
  margin-bottom: 35px;
}
.features.box2 {
  text-align: center;
}
.features.box2 h4 {
  margin-bottom: 15px;
}
.features.box3 {
  margin-bottom: 35px;
}
.features.box4.right {
  text-align: right;
}
.features.box4.right i {
  float: right;
  margin-left: 13px;
}
.features.box4 i {
  margin-right: 13px;
  float: left;
}
.features .top-img {
  min-height: 57px;
  line-height: 57px;
}
.features h4 {
 margin: 10px 0 2px;
    line-height: 30px;
    color: #161515;
}
.fp{
 line-height: 21px;
  text-align:center;
  color:#fff;
}
.features .top-icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #d60000;
  line-height: 50px;
  color: #333;
  font-size: 26px;
}
.features .right-box {
  margin-left: 65px;
}
.features.style2 {
  margin-bottom: 25px;
  overflow: hidden;
}
.features.style2 .top-img {
  width: 70px;
  float: left;
}
.features.style2 h4,
.features.style2 p {
  padding-left: 90px;
  margin-top: 0;
}
.why-choose .features {
  margin-bottom: 40px;
}
.why-choose .features h4 {
  margin-top: 2px;
}

.mt-20 {
margin-top:20px;
}

 .white {
 color:#fff!important;
 }
 .pb-30 {
    padding-bottom: 30px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pl-0 {
    padding-left: 0!important;
}
 /* text-theme-color */
.text-theme-colored {
  color: #6AB43E  !important;
}
/* text-hover-theme-color */
.text-hover-theme-colored:hover {
  color: #202C45 !important;
}
/* background-theme-color */
.bg-theme-colored {
  background-color: #009900 !important;
}
/* bg-hover-theme-color */
.bg-hover-theme-colored:hover {
  background: #202C45 !important;
  border-color: #202C45 !important;
  color: #fff !important;
}
.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
  color: #fff !important;
}
.hover-text-theme-color-2:hover {
  color: #6AB43E;
}
/* border-theme-color */
.border-theme-colored {
  border-color: #202C45 !important;
}
.bg-theme-colored-darker2 {
  background-color: #0db10d !important;
}
.bg-theme-colored-darker3 {
  background-color: #19cb19 !important;
}
.bg-theme-colored-darker4 {
  background-color: #99cc00  !important;
}
/* background-color-transparent */
.bg-theme-colored-transparent-9 {
  background-color: rgba(32, 44, 69, 0.9);
}
.bg-theme-colored-transparent-8 {
  background-color: rgba(32, 44, 69, 0.8);
}
.bg-theme-colored-transparent-7 {
  background-color: rgba(32, 44, 69, 0.7);
}
.bg-theme-colored-transparent-6 {
  background-color: rgba(32, 44, 69, 0.6);
}
.bg-theme-colored-transparent-5 {
  background-color: rgba(32, 44, 69, 0.5);
}
.bg-theme-colored-transparent-4 {
  background-color: rgba(32, 44, 69, 0.4);
}
.bg-theme-colored-transparent-3 {
  background-color: rgba(32, 44, 69, 0.3);
}
.bg-theme-colored-transparent-2 {
  background-color: rgba(32, 44, 69, 0.2);
}
.bg-theme-colored-transparent-1 {
  background-color: rgba(32, 44, 69, 0.1);
}
.bg-theme-colored-transparent {
  background-color: rgba(32, 44, 69, 0.75) !important;
}
.bg-theme-color-2,
.line-bottom:after,
.line-bottom-center:after {
  background: #6AB43E !important;
}
 </pre></body></html>