@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -344px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 344px;
  /* must be the same height as footer */
}
.footer {
  height: 344px;
  /* must be the same height as footer */

}

.h1-head{color:#ff9900!important;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  color: #ff9900;
}
p {
  color: #444;
  font-size: 13px;
  text-align: justify;
}
a {
  color: #294a70;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
a:focus {
  text-decoration: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #6091ba;
  border: 1px solid #6091ba;
  color: #fff;
}
.btn-theme:hover {
  background: #84aac9;
  border: 1px solid #84aac9;
  color: #fff;
}
.contact-email:hover{color: #ffab1f!important;}
a.btn-cta,
.btn-cta {
  background: #6091ba;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #6091ba;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #84aac9;
  border: 1px solid #84aac9;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #6091ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #27435a;
}
.highlight-border {
  border-color: #6091ba;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #ffab1f none repeat scroll 0 0;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #6091ba;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 26px;
  color: #294a70;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #6091ba;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #6091ba;
  border-color: #6091ba;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eef3f8;
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #6091ba;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #365d7e;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #6091ba;
  color: #fff;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading {
    background: aliceblue;
    /*border: 0.2px solid green;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.panel-default>.panel-heading {
    color: #177cc3;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #6091ba;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}
.panel-group .panel .panel-body {
  font-size: 13px;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #999;
}
.panel > .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-theme {
  border-color: #6091ba;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #6091ba;
  border-color: #6091ba;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #6091ba;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #6091ba;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #6091ba;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #6091ba;
}
.box.box-dark {
  background: #444;
  color: #fff;
}
.box.box-theme {
  background: #6091ba;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #95b6d1;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #6091ba;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header .top-bar {
  background: #49688e;
  min-height: 35px;
}
.header .top-bar .search-form {
  padding: 0px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #27435a;
}
.header .social-icons a:hover {
  background: #6091ba;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 14px 0;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top li:last-child a {
  /*padding-right: 0;*/
  color: #fff;
}
.header .menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}
.header .menu-top li a {
  display: inline-block;
  /*color: #312f2f;
  padding: 0px 10px;*/
}
.header .menu-top li a:hover {
  color: #165c96;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  /*margin-right: 30px;*/
  color: #312f2f;
}
.header .contact p.phone {
 margin-right: 8px;
 color: #312f2f;
}

.header .contact .phone a:hover {
  /*margin-right: 30px;*/
  color: #ff6600!important;
}


.header .contact p a {
  color: #312f2f;
}

.header .contact p a:hover {
  color: #f4a024;
}

.nav-search
{
width: 65%!important; 
margin-top: 4px!important;
}
.header .contact .fa {
  color: grey;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #6091ba;
}
.main-nav {
  background: #294a70;
  margin-bottom: 30px;
  border-bottom: 5px solid #f4a024;
}
.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #ffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #f4a024;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #f4a024;
  color: #fff;
}
/*.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}*/
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #294a70;
  color: #fff;
}

.main-nav .nav .nav-item.open a:hover{
  background: #f4a024;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #fff;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #f4a024;
  color: #fff;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
/* ======= Footer ======= */
.footer {
  background: #373737;
  color: #fff;
}
.footer p {
  color: #dcdcdc;
}
.footer ul {
  padding-left: 0;
}

/**new Footer Arrow icon**/
.footer ul li ::before {
    color: #ffab1f;
    content: "\f101";
    display: inline-block;
    font-family: fontawesome;
    font-size: 15px;
    left: 0;
    position: absolute;
    margin-left: 15px;
    margin-top: -2px;
}
/**new Footer Arrow icon**/
.footer ul li {
  list-style: none;
}

.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.footer .footer-content {
  padding: 30px 0;
  font-size: 12px;
  min-height: 0px;
}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  /*margin-right: 10px;
  display: inline-block;
  color: #767676;*/
  font-size: 20px;
  margin-top: -24px;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #fff;
}
.footer .footer-content .footer-col a:hover {
  color: #f4a024;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 136px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #15305b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 16px;
 /* color: #dcdcdc;*/
  line-height: 1.5;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #6091ba;
}


.social [class*="fa fa-"] {
    background-color: #5a5a5a;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px 5px;
    width: 30px;
    font-size: 19px;
    text-align: center;
}
.fotr-dvr {
    border-top: 1px solid #575656;
    float: left;
    height: 1px;
    margin-top: 1px;
    width: 100%;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #6091ba;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #6091ba;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #6091ba;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  /*padding-top: 25px;*/
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #6091ba;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #294a70;
  font-weight: 600;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #f4a024;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #f4a024;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #6091ba;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #a7c2d9;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #6091ba;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #6091ba;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.news-wrapper-right{float: right!important;}

.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #ffab1f;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 30px;
}
.page-wrapper .page-sidebar .widget .fa.fa-envelope {
  font-size: 30px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #6091ba;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #6091ba;
  font-weight: bold;
  border-left: 5px solid #6091ba;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.page-wrapper .page-sidebar li a:hover
{color: orange!important;}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #6091ba;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #6091ba;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #6091ba;
}
.config-panel li.green a {
  background: #57a89a;
}
.config-panel li.purple a {
  background: #6f7a9f;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */
.home-page h1.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2f506c;
}
.home-page h1.section-heading .line {
  border-top: 2px solid #6091ba;
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}
.home-page section {
  /*background: #f5f5f5;*/
  /*overflow: hidden;*/
  margin-bottom: 5px;
  padding-bottom: 22px;
}
.home-page .section-content {
  padding: 15px;
  padding-top: 0;
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #6091ba;
}
.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  position: relative;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #444;
}
.home-page .news h2.title a:hover {
  color: #365d7e;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.home-page .events .section-content {
  min-height: 520px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #6091ba;
}
.home-page .testimonials .people .title {
  color: #999;
}
.home-page .awards {
  background: #fff;
}
.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .course-finder {
  margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #E14B39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
.gmap-wrapper {
  border: 1px solid #e8e8e8;
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .logo {
    text-align: center;
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }
  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 298px;
  }
  .home-page .events .section-content {
    min-height: 520px;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 14px;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -344px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 344px;
    /* must be the same height as footer */
  }
  .footer {
    height: 344px;
    /* must be the same height as footer */
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }
}


/*** custom***/

#tophead {
    background-color: #49688e;
    clear: both;
    font-family: "Merriweather Sans",sans-serif;
    min-height: 35px;
}

#quick-contact {
    float: left;
    padding-top: 8px;
}

#quick-contact li {
    border-left: 1px solid #fff;
    float: left;
    font-size: 14px;
    line-height: 1.1;
    list-style: outside none none;
    /*margin-left: 15px;*/
    padding-left: 15px;
}

#quick-contact li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

#quick-contact li::before {
    color:#ffab1f;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 17px;
}

#quick-contact .top-news-title::before {
    color: #ffab1f;
    content: "\f0a4";
    float: left;
    font-family: fontawesome;
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
}

#quick-contact .top-news > p {
    color: #ffffff;
    margin: 0;
}

#quick-contact .top-news > p{
    float: left;
    min-width: 270px;
}

#quick-contact .top-news-title {
    display: block;
    float: left;
    /*margin-right: 15px;*/
}

#quick-contact li.quick-call::before {
    content: "\f095";
}

#quick-contact li.quick-email::before {
    content: "\f0e0";
}

#quick-contact > ul {
    margin: 0;
    padding: 0;
}

#quick-contact .top-news {
    border-left: 1px solid #fff;
    float: left;
    /*margin-left: 15px;*/
    padding-left: 15px;
}

#quick-contact > ul {
    float: left;
    margin: 0;
    padding: 0;
}

#quick-contact a,
#tophead {
    color: #ffffff;
}


#quick-contact a:hover,
#quick-contact li:hover a,
#quick-contact .top-news a:hover {
    color: #bfbfbf;
}

#quick-contact .top-news a {
    font-weight: bold;
    text-decoration: underline;
}

@media only screen and (max-width: 767px)
{
#quick-contact {
    width: 100%;
}
}
@media only screen and (max-width: 767px)
{
#quick-contact {
    padding-top: 8px;
}
}
@media only screen and (max-width: 1023px)
{
#quick-contact {
    padding-top: 20px;
    width: 100%;
}
}
@media only screen and (max-width: 1023px)
{
#quick-contact {
    float: left;
    padding-top: 20px;
}
}

/*Quicek links */

.quick-links  a.links-btn {
    border: 1px solid #dddddd;
    color: #ffffff;
    display: inline-block;
    float: right;
    margin: 3px 0;
    padding: 4px 41px 4px 10px;
    position: relative;
}

.quick-links a.links-btn::after {
    background:#ffab1f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.quick-links a.links-btn::before {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #fff;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 6px;
    top: 13px;
    width: 10px;
    z-index: 99;
}

.quick-links > ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px #040404;
    display: none;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 37px;
    width: 220px;
    z-index: 9999;
}

.quick-links:hover ul {
    display: block;
}

.quick-links ul li a {
    border-bottom: 1px solid #ddd;
    color: #333366;
    display: block;
    margin-bottom: 0;
    padding: 4px 10px;
}

.quick-links ul li a:hover {
    background-color: #ffab1f;
    color:#fff;
}

.quick-links {
    float: right;
    position: relative;
}



@media only screen and (max-width: 479px)
{
.quick-links a.links-btn {
    display: block;
    width: 100%;
}
}
@media only screen and (max-width: 767px)
{
.quick-links a.links-btn {
    width: 100%;
}
.quick-links a.links-btn {
    border: 1px solid #dddddd;
    color: #ffffff;
    display: inline-block;
    /*float: right;
    margin: 3px 0;*/
    width: 278px;
    padding: 4px 41px 4px 10px;
    position: relative;
}
}


/*header banner part start*/

/**banner-1 start**/

.banner-section-bg {
    background: url(../images/hero-bg-1.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    /*background-color: #294a70ad;*/
    min-height: 342px;
    background-size: cover;
    margin-top: -30px;
    border-bottom: 5px solid #f4a024;
    padding-bottom: 0 !important;
}
/**banner-1 End**/
/**banner-2 start**/
.banner-section-bg-2 {
    background: url(../images/marketing-banner.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-2 End**/
/**banner-3 start**/
.banner-section-bg-3 {
    background: url(../images/hero-bg.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-3 End**/
/**banner-4 start**/
.banner-section-bg-4 {
    background: url(../images/hero-bg.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-4 End**/
/**banner-5 start**/
.banner-section-bg-5 {
    background: url(../images/hero-bg.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-6 End**/
/**banner-7 start**/
.banner-section-bg-6 {
    background: url(../images/hero-bg.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-7 End**/
/**banner-8 start**/
.banner-section-bg-7 {
    background: url(../images/hero-bg.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-8 End**/
/**banner-9 start**/
.banner-section-bg-8 {
    background: url(../images/hero-bg.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-9 End**/
/**banner-10 start**/
.banner-section-bg-9 {
    background: url(../images/hero-bg.jpg) center 0 no-repeat #f7eac2;margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 5px solid #f4a024;
}
/**banner-10 End**/
.banner-section-bg,h1
{
  font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    color: #333;
}

.bnner-mr{margin-left:-15px;font-size: 32px;}
.bnner-mr-p{margin-left:-15px;}

/*navigation search button*/
.b1t1{background-color: #f4a024!important;}
/* New desktopwide Responsive Support
-------------------------------------------------- */
.hidden-desktopwide {
  display: none !important;
}
.visible-desktopwide {
  display: inherit !important;
}

@media (min-width: 980px) and (max-width: 1200px) {
  .hidden-desktopwide {
    display: inherit !important;
  }
  .visible-desktopwide {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktopwide {
    display: inherit !important;
  }
  .visible-desktopwide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktopwide {
    display: inherit !important;
  }
  .visible-desktopwide {
    display: none !important;
  }
  .quick-links {
    position: relative;
   /* margin: 11px 65px;*/
   margin: 7px 0px;
}
}

/*navigation search button On Mobile*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -35px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*** Mobile search nav Area start**/
.column {
    float: left;
    width: 35%;
    padding: 7px;
    height: 44px;
}
.column1 {
    float: left;
    width: 65%;
    padding: 7px;
    height: 44px;
}
.row1:after {
    content: "";
    display: table;
    clear: both;
}
.glyphicon01 {
   font-size: 16px!important;
   color: #8ed6f7;
  }


  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #294a70;
    border-color: #337ab7;
    
}

.nav .open>a, .nav .open>a:focus, .nav .open>li,.odr,a:hover {
  color: #ff9900;
}

.searchbtn
{
  width: 275px;
  margin: -13px 0px;
}

/*** Mobile search nav Area End**/

/***footer button Start***/
.btn-succs {
    background-image: -webkit-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -o-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2e990d),to(#1d6108));
    background-image: linear-gradient(to bottom,#2e990d 0%,#1d6108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e990d',endColorstr='#ff1d6108',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #1a5707;
    height: 36px;
}
.btn-succs:hover {
    background-color: #db7700!important;
    border-color: #1a5707;
}
.btn-order {
    background-color: #db7700;
    border: 1px solid #fff;
    font-size: 16px;
    }
    .btn-order:hover {
    background-color: #1d6108;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    }

 input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #fff;
    color: #294a70;
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 20px;
}

/**for top header scrooling form upload css start**/
 
 .scroolheader-file input[type="file"] {
    display: block!important;
}

 .h-file-upload {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #fff;
    color: #294a70;
    font-size: 14px;
    line-height: 1.42857143;
    
}

/**for top header scrooling form upload css End**/


.fotr-spn{color: #f99617;}    
/***footer button End***/
/***banner Form ODR Btn Start***/
.btn-odr {
    background-image: -webkit-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -o-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2e990d),to(#1d6108));
    background-image: linear-gradient(to bottom,#2e990d 0%,#1d6108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e990d',endColorstr='#ff1d6108',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    font-size: 16px;
    border-color:0.7px solid #fff;
}
.btn-odr:hover {
    background-color: #db7700!important;
    border-color:0.7px solid #1a5707;
    font-size: 16px;
}

/* Pulse Shrink */
@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}
.btn-odr {
  @include hideTapHighlightColor();
  @include hardwareAccel();
  @include improveAntiAlias();
}
.btn-odr:hover {
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}


/***Level 2***/
.btn-odr1 {
    background-image: -webkit-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -o-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2e990d),to(#1d6108));
    background-image: linear-gradient(to bottom,#2e990d 0%,#1d6108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e990d',endColorstr='#ff1d6108',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    font-size: 16px;
    margin: 4px;
    border-color:0.7px solid #fff;
}

@media (max-width: 767px) 
{
.btn-odr1 {
    background-image: -webkit-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -o-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2e990d),to(#1d6108));
    background-image: linear-gradient(to bottom,#2e990d 0%,#1d6108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e990d',endColorstr='#ff1d6108',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    font-size: 16px;
    margin: 0px;
    border-color:0.7px solid #fff;
}
  }
.btn-odr1:hover {
    background-color: #db7700!important;
    border-color:0.7px solid #1a5707;
    font-size: 16px;
}

/* Pulse Shrink */
@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}
.btn-odr1 {
  @include hideTapHighlightColor();
  @include hardwareAccel();
  @include improveAntiAlias();
}
.btn-odr1:hover {
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
/***banner Form ODR Btn End***/


/**navigation search button On Mobile**/

/*header banner part start*/

/*Side bar ENDS*/

.page-wrapper .page-sidebar 
.widget-title {
    background: #294a70 none repeat scroll 0 0;
    border-bottom: 0 solid #ffab1f;
    border-left: 5px solid #ffab1f;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 15px;
    position: relative;
}
.page-wrapper .page-sidebar 
.widget-title::after{
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #294a70;
    bottom: -20px;
    content: "";
    display: block;
    height: 21px;
    left: 5%;
    margin: 0 auto;
    position: absolute;
    width: 13px;
    z-index: 9999;
}


/*.textwidget ul li::before {
    color: #ffab1f;
    content: "\f101";
    display: inline-block;
    font-family: fontawesome;
    font-size: 15px;
    left: 0;
    margin-left: 5px;
    margin-right: 8px;
    position: absolute;
}*/

.textwidget {
    clear: both;
    float: left;
    width: 100%;
}

.textwidget ul ul ul ul ul > li {
    padding-left: 0;
}
.textwidget ul ul ul ul ul > li:before {
    left:-20px;

}
.textwidget ul {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
}

.textwidget ul ul {
    margin-bottom: 0;
    border: none;
}

.textwidget ul li {
    padding: 2px 0 2px 0px;
    position: relative;
}

/*Sidebar part END*/

/***Features CSS Here Start***/
@media (max-width: 767px) 
{  
  .text-sm-center
   {
     text-align: center!important; 
    }
    .img-center {margin:0 auto;width: 33%;}
    .img-mr{margin:auto!important;}
}
.img-mr{margin: 18px 21px;}

.features-bg
    {background-color: #f9f5f5;
    border-top: 2px solid #ffab1f;
    border-bottom: 2px solid #ffab1f;}
.features-btn{
    width: 45%;
    margin: auto;
    padding: 5px;
    }
    .featres-undrln 
    {
    border-top: 1.7px dotted #ffab1f;
    height: 1px;
    width: 42%;
    margin: auto;
    }

    .body-h2ndl 
    {
    border-top: 1.7px dotted #ffab1f;
    height: 1px;
    width: 75%;
    margin: left;
    }

    .title{color: #294a70;}
/***Features CSS Here END***/



/*** Testimonias Css Start***/

/*.carousel {
  margin: 50px auto;
}*/

.carousel1 {
  margin: 0px -14px;
}

.carousel .item {
  color: #999;
  overflow: hidden;
    min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #294a70;
  padding: 15px;
  margin: 0 0 20px 20px;
}

.carousel .testimonial::before, .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
  background: #9b9b9b;
  box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.carousel .item .row > div:first-child .media {
  margin-left: 0;
}
.carousel .testimonial p {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
  color: #fff;
  font-size: 13px;
}
.carousel .testimonial p::before {
    content: '\f10d';
    color: #fff;
    font-weight: bold;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 70px;
    position: absolute;
    left: -20px;
    top: -10px;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 5px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #ff5555;
}
.carousel .carousel-control {
  width: 0px;
  height: 0px;
  background: grey;
  text-shadow: none;
  top: 150px;
}

.carousel-control i {
  font-size: 16px;
}
.carousel-control.left {
  left: auto;
  right: 40px;
}
.carousel-control.right {
  left: auto;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin: 1px 4px;
}
.carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
    background: #ff5555;    
    border: 5px double;    
}
.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #c3a90f;
}

/*** Testimonias Css END***/



/**** Desktop Header Fixd Form Start****/

.fix-form
{ 
  
 display: block !important;
animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }


}

.fix-form1{
  position: fixed;
  display: none;
  background: #294a70;
  border-bottom: 4px solid #f4a024;
  width: 100%;
  z-index: 1000;
  border-radius: 0px!important;
}

@media (max-width: 1199px)
{
.hiddenform {
    display: none!important;
}
}

.hform-span{color: #fff; font-size: 16px;}

/**** Desktop Header Fixd Form Start****/

/******Mobile-Billow Nav Section Order-START******/

@media (max-width: 767px)
{
#newpost {
    display: none;
}
#newpost-1 {
    display: none;
}
}

/******Mobile-Billow Nav Section Order-END******/



/**** after banner Section2 CSS***/ 

.sec2mr{overflow: hidden;
        margin-bottom: 2px!important;
        border-bottom: 1px dotted #294a70
       }
.sec2,.bdrsec2{border-left: 1px dotted #294a70;border-right: 1px dotted #294a70;background-color: #f0f8ffba;}

.margin
  {
    margin: auto;
    width: 20%;
    margin-top: 23px;
    margin-bottom: -11px;
   }
@media (max-width: 767px)
{
 .h2bnr{font-size: 20px!important;}
 .h2prg{text-align: center!important;font-size: 13px;}
}


/**** after banner Section2 CSS***/


/***TOP Header Order Now Button CSS Starts***/
 .top-btn1 {
    padding: 0px 0px;
    margin:-14px 6px;
    color: #fff;
    }
 .top-btn1 .top-hdr-btn{
    background-color: #ff6600;
    font-size: 16px;
    border-color: 0.7px solid #fff;
    border-radius: 5px;
}
 
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.top-btn1 .top-hdr-btn .blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.top-btn1 .top-hdr-btn .pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  padding: 0px 0px;
  margin: -9px 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px green;
  box-shadow: 0 0 1px 2px green;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

/***TOP Header Order Now Button CSS END***/

/** Conatct us CSS Starts **/

.text-area
{
    margin: 0px -0.5px 0px 0px;
    min-width: 457px!important;
    min-height: 71px!important;
}

@media (max-width: 767px) {
.text-area
{
    margin: 0px -0.5px 0px 0px;
    min-width: 100%!important;
    min-height: auto!important;
}
}

/** Conatct us CSS Ends **/


/*** Order Form CSS Start***/
 
 .odr-forh-wrdcnt
 {
  background-color: #ff6600;
    color: #fff;
    padding: 6px 12px;
  }

  .odr-page-clr { color: #ff6600;}
  .undline {border: 1px solid green;;}


  /*** Order Confirm Message***/

  .order-sucess .sucess-1{font-size:60px!important;color: #f4a024;}
  .order-sucess .auto{margin: auto}
  .order-sucess .btn-mail{width: 30%;margin: auto;padding: 1px;}
  @media (max-width: 767px) {
  .order-sucess .btn-mail{width: 100%;margin: auto;padding: 1px;}
  .order-sucess .sucess-1 {
    font-size: 50px!important;
    color: #f4a024;
}
   }


  /*** Order Confirm Message***/

/*** Order Form CSS END***/

/***404 error page css***/

.clr-404{color:#26810a;font-weight: 600;}
@media (max-width: 767px) {
.font-404{ font-size: 14px!important; }
.b-g-mr{margin-top: -0px!important;}
}

.bg-404{background:url(../images/Lehigh-u.jpg)no-repeat;margin-top: -27px;}

.b-g-mr{margin-top: -50px;}

.blink-1 {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/***404 error page css***/

/**** Folder index page Design Start ****/
 
.hiwrks-title {
    height: 0px;
    color: #fff;
    width: 90%;
    border-bottom: 43px solid #294a70;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    margin: -5px auto;
     }
.hiwrks-title .htag {
  padding: 7px;
}  


@media (max-width: 767px) 
 {
.hiwrks-title .htag{font-size: 20px!important;padding: 12px;}
 }
}

/****Expert Testimonials Start****/

.expert {
  border: 2px solid #ccc;
  background-color: aliceblue;
  border-radius: 5px;
  padding: 16px;
  margin: 0px 0;
}


.expert::after {
  content: "";
  clear: both;
  display: table;
}

.expert img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  width: 16%;
}

.expert span {
  font-size: 20px;
  margin-right: 15px;
  color: #294a70;
}

@media (max-width: 500px) {
  .expert {
    text-align: center;
    background-color: aliceblue;
    padding: 12px;
    border: 1px solid #929191;
  }

  .ex-hire-btn
    {
      color: #fff;
      width: 100%;
      background-color:#ff6600;
      font-size: 12px;
      text-align: center;
      
    }

  .expert img {
      margin: auto;
      float: none;
      display: block;
      width: 30%;
  }
}

.carousel-expert{margin: 0px auto;}

.expert-quote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ffab1f!important;
    background-color: aliceblue;
    border: 1px solid #d0cfcf;
}

@media (max-width: 500px) {

   .expert-quote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #ffab1f!important;
    background-color: #f9f5f5!important;
    border: 0px solid #d0cfcf!important;
}

   }

.expert i {color: #ff6600;font-size: 10px;}

.expert .expert-odr {
  font-size: 15px;
  margin-right: 15px;
  color: #294a70;
}

.ex-hire-btn {
    color: #fff;
    width: 111px;
    height: 28px;
    padding: 4px;
    margin: auto;
    background-color: #247a0a;
    font-size: 14px;
    text-align: center;
   
}

.ex-hire-btn:hover {
    color: #fff;
    width: 111px;
    height: 28px;
    padding: 4px;
    margin: auto;
    background-color:#294a70;
    font-size: 14px;
    text-align: center;
    
}

.ex-hire-btn a{color: #fff!important;}

/****Expert Testimonials End****/

/****Services Section Start****/
.slide-arrow .carousel-control {
    
    color: #242121;
}
.slide-arrow .carousel-control .fa.fa-chevron-right {
    right: 50%;
    margin-right: -24px;
    color: black!important;
}
.slide-arrow .right.carousel-control, .left.carousel-control {
     display: block; 
}
.slide-arrow .carousel-control.left {
    left: -15px; 
    right: 40px;
}
.slide-arrow .carousel .carousel-control {
    width: 30px;
    height: 30px;
    background: #363431;
    text-shadow: none;
    top: 4px;
}
.slide-arrow .right.carousel-control, .left.carousel-control {
    display: block!important;
}
.slide-arrow .carousel .carousel-control {
     width: 30px; 
     height: 30px; 
    background: #f4a024;
    text-shadow: none;
    top: 150px;
}
.serviceBox{
    padding-left: 30px;
    position: relative;
}
.serviceBox:before{
    content: "";
    width: 60px;
    height: 60px;
    background: orange;
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}
.serviceBox .service-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #294a70;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 1;
}
.serviceBox .service-content{
    padding: 14px;
    border-width: 2px;
    border-style: solid;
    border-color: orange #2196F3 #2196F3 orange;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}


.serviceBox:hover .service-content{
    background: #2196f3;
    border-color:1px orange;
    border-color: orange #294a70 #294a70 orange;
}
.serviceBox .title{
    font-size: 17px;
    font-weight: 600;
    color: #333;
   /* padding-left: 30px;*/
    margin-bottom: 35px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox:hover .title{
    color: #fff;
}
.serviceBox .description{
    font-size: 14px;
    color: #858585;
    margin: 0;
}
.serviceBox .read-more{
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: #3f4147;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -1px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox .read-more:hover{
    background: #2a2b2c;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 50px; }
}


/****Services Section End****/

/****Services Section 2 Satrt****/

div.bhoechie-tab-container{
  z-index: 1;
  background-color: #ffffff;
  padding: 0 !important;
  margin-bottom: 28px;
  }
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
  padding: 0px 0px;
}

@media (max-width: 567px)
{
div.bhoechie-tab-menu div.list-group {
    overflow-x: auto;
    width: 100%;
    display: -webkit-inline-box;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  font-size: 16px!important;
}

div.bhoechie-tab div.bhoechie-tab-content .title-h {
    color: #fff!important;
    font-size: 16px!important;
    border-bottom: 1px dashed #827f7f;
    line-height: 28px;
    font-weight: bold;
}

}

div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  font-size: 18px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
/*div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
  font-size: 25px;
}*/
/*bg1 start*/
div.bhoechie-tab-menu div.list-group>a.bg1{
  background-color: #3583dc;
  color: #fff;
}
/*bg1 end*/
/*bg2 start*/
div.bhoechie-tab-menu div.list-group>a.bg2{
  background-color: #248630;
  color: #fff;
}
/*bg2 end*/

/*bg3 start*/
div.bhoechie-tab-menu div.list-group>a.bg3{
  background-color: #ad6a18;
  color: #fff;
}
/*bg3 end*/

/*bg4 start*/
div.bhoechie-tab-menu div.list-group>a.bg4{
  background-color: #09787d;
  color: #fff;
}
/*bg4 end*/

/*bg5 start*/
div.bhoechie-tab-menu div.list-group>a.bg5{
  background-color: #967115;
  color: #fff;
}
/*bg5 end*/
/*bg6 start*/
div.bhoechie-tab-menu div.list-group>a.bg6{
  background-color: #2196F3;
  color: #fff;
}
/*bg6 end*/


div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
 }
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active {
  background-color: #f4a024;
  background-image: #5A55A3;
  color: #ffffff;
  font-size: 18px;
  border:1px solid;
}
div.bhoechie-tab-menu div.list-group>a:hover {
  background-color: #f4a024;
  background-image: #f4a024;
  color: #ffffff;
  font-size: 18px;
  border:1px solid #f4a024;
  }

div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-image: #5A55A3;
  color: #ffffff;
  font-size: 20px;
}

div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f4a024;
}

div.bhoechie-tab-content{
  background-color: #fafafa;
  border: 1px solid #696868; 
  text-align: center;
  width: 100%;
  padding: 12px;
  min-height: 433px;
}

div.bhoechie-tab-content .button{
    width: 27%;
    margin: auto;
    padding: 5px;
}

div.bhoechie-tab-content .service-quote
{
 border-left: 3px solid orange;
}

@media (max-width: 500px) {
div.bhoechie-tab-content .button {
    width: 100%;
    margin: auto;
    padding: 5px;
}
}

div.bhoechie-tab-content a{
  color: #2058ab;
}
div.bhoechie-tab div.bhoechie-tab-content .title-h 
{ color: #fff!important;font-size: 20px; border-bottom: 1px dashed #827f7f;line-height:40px; }
div.bhoechie-tab div.bhoechie-tab-content .title-p 
{ color: #272626!important;font-size: 15px;padding: 0px 0px;}


div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/****Services Section 2 End****/


/****Sample Section Start****/
.sample-bg 
{
    background: url(../images/sample-nah-page.png) center 0 no-repeat #f7eac2;
    margin-top: -30px;
    min-height: 342px;
    background-size: cover;
    border-bottom: 3px solid #f4a024;
    border-top: 3px solid #f4a024;
}

.sample-bg h2 {
    font-size: 33px;
    color: #fff;
    margin: 17px 0 10px;
}

.sample-bg p
{
  font-size: 15px;
  color: #fff;
}

@media (max-width: 500px) {
.sample-bg p
{
  font-size: 15px;
  color: #fff;
  text-align: justify;
}
}

.sample-bg h3
{
  color: #d1ef2b;
  font-weight: 400;
  font-size: 20px;
}

.sample-bg .fa {
    font-size: 40px;
    line-height: 86px;
    color: #fff;
    }

.sample-bg .arrow {font-size: 13px;line-height: 0;color: #fff;}
.sample-bg a{ color: yellow; }
.sample-bg a:hover{ color: orange!important; }

.sample-bg .sample-btn{ width: 35%;margin-top: 30px;}
.sample-bg .sample-btn .pdd{ padding: 3px!important;font-size: 20px; }
@media (max-width: 500px) {
.sample-bg .sample-btn .pdd{ width: 148px;margin: auto;padding: 5px 16px!important;text-align: center;font-size: 16px; }
                          }

/****Sample Section End****/

/***Features Section Start***/

.Ftr-section
{

}



/***Features Section End***/

/***Call to Action start***/

.call-to-action {background:url(../images/call-to-action.png); padding:40px 0;}

.call-to-action h4{
    text-transform:uppercase; 
    color:#fff; 
    font-family:Arial;
    font-size:26px;
    
    }

  .call-to-action span{
    text-transform:uppercase; 
    font-size:20px;
    color: yellow;
    }
 
    .call-to-action h3{
    text-transform:uppercase; 
    color:#fff; 
    font-family:Arial;
    font-size:20px;
    text-align: left;
    }

  
  .call-to-action p
  {
    color:#8af539;
    font-size: 16px;
  }

.call-to-action .btn {
    border-radius: 5px;
    margin: 21px 0 0 0;
    font-weight:700;
    font-size: 25px;
}

.call-to-action .btn.btn-white {
  background-image: -webkit-linear-gradient(top,#2e990d 0%,#1d6108 100%);
    background-color: #2e990d;
    color: #fff;
    border-bottom: 4px solid #ddd;
    width: 70%;
    height: 52px;
}

.call-to-action .b1tn-white a:hover{
    background-image: -webkit-linear-gradient(top,#ffab1f 0%,#ffab1f 100%);
    color: #fff;
    border-bottom: 4px solid #ddd;
    width: 70%;
    height: 52px;
}

@media (max-width: 768px) {
    .call-to-action .m-text-center {text-align:center;}
    .call-to-action h1{font-size:20px;}
}
@media (max-width: 1024px) {
    .call-to-action .m-text-center {text-align:center;}
    .call-to-action h1{font-size:25px;}
}

/***Call to Action end***/


/***Before footer testimonials***/

.testimonials:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2196F3;
    position: absolute;
    top: 2%;
    left: 2%;
    opacity: 0.9;
    z-index: -1;
}
.carousel .testimonials{
    background: #fffafa;
    padding: 20px;
    margin: 0 15px 10px 15px;
    position: relative;
    border-left: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom:1px solid grey;
}

.carousel .hd-title{font-size: 20px;}

@media (max-width: 768px) {
.carousel .hd-title{font-size: 20px;text-align: left!important;width: 56%;}
}


.testimonials .titles {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}

.testimonials .testimonials-content {
    position: relative;
    padding: 12px;
}

.testimonials .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.testimonials .post {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.testimonials .rating {
    padding: 0;
    margin: 0;
    list-style: none;
}

.testimonials .rating .fa
   {
    color: #ffab1f;
    margin-right: 5px;
    font-size: 18px;
   }


.testimonials .testimonials-content:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 45px;
    color: #294a70;
}

@media (max-width: 768px) {
  .testimonials .testimonials-content:after
  {
    display: none;
  }

  }

.testimonials .pic {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.testimonials .pic img {
    width: 100%;
    height: auto;
}
/***Before footer testimonials***/

/****Features Home Slider***/
.backfeatures
{
  margin-bottom: 0px;
}

.backfeatures .ftr-home {
    margin: 0px!important auto; 
}
 

/****Features Home Slider***/

/**** Folder index page Design END ****/

/*****Folder inner page design Satrt****/

.side-panel
  {
    background-color:#294a70!important;
    border-left: 5px solid #ffab1f!important;
  }

  .panel-danger {
    border-color: #ece4e4!important;
}
.side-panel h3 {color: #fff;padding:0px 31px;}
/*.panel a:hover{color: blue;text-decoration: underline}*/
.panel .fa1{color:#cc8714!important;font-size: 18px;}
.panel.panel-danger.panel-danger-1 { /*border-color:#0664d07a!important;*/font-size: 14px;text-align: justify;}
.panel.panel-danger.panel-danger-1 ul li {
    padding: 9px 25px 10px 11px;
    position: relative;
    background-color: aliceblue;
    color: #083163;
    font-weight: 600;
}
.panel.panel-danger.panel-danger-1 .underline:hover
{
 text-decoration: underline;
}


/***Inner Page Testimonilals Start***/

.inner-testimonilals{width: 74%!important;}

.inner-test-bg {background:url(../images/inner-testimonilals-bg.png); padding:40px 0;}

.inner-testimonilals .carousel-indicators {
  bottom: 1px;
}

.inner-testimonilals .carousel-indicators li {
  background: #ffab1f;
  border: 4px solid #fff;
}

.testimonial01{
    margin: 0 15px;
}
.testimonial01 .testimonial-profile{
    /*float:left;*/
    margin: auto;
    width:12%;
    padding-right:15px;
}
.testimonial01 .testimonial-profile img{
    width: 100%;
    height: auto;
    border-radius:50%;
    display: inline-block;
    margin-bottom:-8px;
}
.testimonial01 .testimonial-date{
    display:block;
    text-align:left;
    color:#a9a9a9;
    text-indent: -2px;
}
.testimonial01 .testimonial-title{
    margin-bottom:0;
}
.testimonial01 .testimonial-title a{
    text-transform: uppercase;
    color: #f9f9f9;
    font-size:18px;
    display: block;
    margin-bottom:4px;
    text-align: center;
}
.testimonial01 .testimonial-description{
    font-size: 14px;
    padding:1px 20px;
    line-height:23px;
    text-align: center;
    color: #fff;
}
 .testimonial01 .testimonial-content-inner h4
  {
    font-size: 22px;
    padding:0px 0px;
    line-height:23px;
    text-align: center;
    color: yellow;
  }

.testimonial01 .testimonial-content-inner .location{ 
    font-size: 16px;
    padding:1px 20px;
    line-height:23px;
    text-align: center;
    color: cyan;
}

.testimonial01 ul li .fa
{
  color: orange!important;
  margin: auto;
}

.testimonial01 .star
{
  text-align: center;
}

.testimonial01 .margin-item {
    margin-right: -6px!important;
}

/*.testimonial01 .testimonial-description::before {
    content: '\f10d';
    color: grey;
    font-weight: bold;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    
}*/
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #d35400;
}
@media only screen and (max-width: 480px) {
    .testimonial01{
        text-align: center;
        margin: 0 10px;
    }

    .testimonial01 .testimonial-profile{
        float:none;
        width: 30%;
        margin: 0 auto;
        padding: 0;
    }
    .testimonial01 .testimonial-description{
        padding-left: 0;
    }

    .inner-testimonilals{width: 100%!important;}
}
@media (max-width: 768px)
{
.inner-testimonilals .title01
  {
    font-size: 22px!important;
    width: 100%;
     }
   }

   .inner-testimonilals .title01
    {
    color: orange;
    text-align: center;
    
     }

     .inner-testimonilals .divinner-title
     {
      background-color: #294a70;
     }

/***Inner Page Testimonilals End***/

/*****Folder inner page design End****/


/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #f5f0f0;
    border:1px solid #bfb7b7;

}

#generic_price_table .generic_content .generic_head_price {
    background-color: #294a70;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #ffab1f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffab1f;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #f5f4f4;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    color: #f5f4f4;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    color: #dff52d;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    color: #f5f4f4;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    color: #f5f4f4;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #e4e4e4;
    border-left: 5px solid #2ecc71;
}

/*#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #2ecc71;
    color: #2ecc71;
}*/

#generic_price_table
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head_bg,
#generic_price_table
    .generic_content:
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #ffab1f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffab1f;
    color: #fff;
}

#generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head
    span,
#generic_price_table
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #ffab1f;
    color: #fff;
}
#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: "Raleway", sans-serif;
}
.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content {
    margin: 0 0 10px 0;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-style: solid;
    border-width: 30px;
    position: absolute;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price {
    display: block;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    font-family: "Lato", sans-serif;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
    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;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg,
#generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head_bg,
#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    h2,
#generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head
    h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    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;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home {
    font-family: "Raleway", sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885cb;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}
.demo-pic {
    margin: 0 auto;
}
.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}
#generic_price_table_home li {
    float: left;
}
#generic_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}
#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}
#generic_price_table_home .blue {
    background: #3498db;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald {
    background: #2ecc71;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey {
    background: #7f8c8d;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight {
    background: #34495e;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange {
    background: #e67e22;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple {
    background: #9b59b6;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red {
    background: #e74c3c;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise {
    background: #1abc9c;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}
#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}
#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}
.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn {
    background-color: #216f09;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}
.bottom_btn:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}




/*Flags CSS Start*/

#nav {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 25%;
    left: 0%;

}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
  display: block;
}
#nav li a {
  color: #fff;
  display: block;
}
#nav li a:active {
  background-color: #c00 !important;
}
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent; /* 5 */
  border-bottom: none;
  border-top-color: #294a70;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em; /* 5 */
}
/* first level */

      #nav > ul {
      height: 2em;
      margin-top: 17px;
     }
     #nav > ul > li {
       width: 25%;
       height: 100%;
       float: right;
       display: block;
       margin: 1px 10px;
      }
      #nav > ul > .country-sel {
        width: 7%!important;
        height: 100%;
        float: right;
        display: block;
        margin: 1px 10px;
       }
       #nav > ul > .odr-w {
        width: 16%!important;
        height: 100%;
        float: right;
        display: block;
        margin: 1px 10px;
      }
      #nav > ul > li a.order-btn 
       {
         background: #2b8f0c;
         border: 1px solid #276127;
         transition: all .3s linear;
         color: #fff;
         text-shadow: rgb(0 0 0 / 20%) 0 -1px 0;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
       }

       #nav > ul > li a.order-btn i {
        color: #ffab1f;
        font-family: fontawesome;
        font-size: 12px;
        color: #fff;
        }
       
#nav > ul > li > a {
     height: 100%;
    font-size: 14px;
    line-height: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #294a70;
    background-color: #ffffff;
    border-radius: 95px;
    border: 1px solid #d8d7d7;
}
#nav > ul > li:not( :last-child ) > a {
  /*border-right: 1px solid #cc470d;*/
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
  /*background-color: #294a70;*/
  color: #fff;
}
/* second level */

#nav li ul {
    background-color: #294a70;
    display: none;
    position: absolute;
    top: 100%;
    width: 105px;
    padding: 0px 0px;
    padding-left: 3px;
    z-index: 1;
 }
 .discription
  {
    color: #fff;
  }
#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}
#nav li:not( :first-child ):hover ul {
  left: -1px;
}
#nav li ul a {
    font-size: 14px;
    border-top: 1px solid #ffffff;
    padding: 6px 4px;
    color: #fff;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
  background-color: #2196f3;
}
 @media only screen and ( max-width: 62.5em ) /* 1000 */ {
#nav {
  width: 100%;
  position: static;
  margin: 0;
}
}
 @media only screen and ( max-width: 40em ) /* 640 */ {
html {
  font-size: 75%; /* 12 */
}
#nav {
  position: relative;
  top: auto;
  left: auto;
}
#nav > a {
  width: 3.125em; /* 50 */
  height: 3.125em; /* 50 */
  text-align: left;
  text-indent: -9999px;
  background-color: #e15a1f;
  position: relative;
}
#nav > a:before, #nav > a:after {
  position: absolute;
  border: 2px solid #fff;
  top: 35%;
  left: 25%;
  right: 25%;
  content: '';
}
#nav > a:after {
  top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
  display: block;
}
/* first level */

      #nav > ul {
  height: auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
#nav:target > ul {
  display: block;
}
#nav > ul > li {
  width: 100%;
  float: none;
}
#nav > ul > li > a {
  height: auto;
  text-align: left;
  padding: 0 0.833em; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a {
  border-right: none;
  border-bottom: 1px solid #cc470d;
}
/* second level */

        #nav li ul {
  position: static;
  padding: 1.25em; /* 20 */
  padding-top: 0;
}
}

.b1t2
{
  background-color: #edebeb;
}

.WhatsApp
{
  font-size: 17px!important;
  line-height: 2.1!important;
}
.h-whatsapp img
{
    margin-top: 3px;
    margin-right: -15px;
    float: left;
    width: 35px;
    height: 30px;
}
.h-flag {
    margin-top: 1px;
    margin-right: 5px;
    float: left;
    width: 25px;
    height: 17px;
}

.h-flag img {
    max-width: 300px;
    width: 100%;
}
/*Flags CSS End*/

.trasted-logo {
    position: relative;
    bottom: 0;
    padding: 10px 0;
    background: rgb(243 243 243 / 92%);
    width: 100%;
    margin-bottom: 15px;
}

.customer-logos > div img {
  width: 100%;
}

.trasted-logo .row {
  display: flex;
  align-items: center;
}

.trus-title {
    margin-top: 6px;
}
.trus-title h6 {
    color: #1762e6;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
}
.trus-title h6 span {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    display: block;
}
.tru-logo .t-logo {
    float: left;
    margin-right: 120px;
}


.tru-logo {
    float: left;
    width: 100%;
        padding-top: 16px;
}
.sticky {
    position: fixed !important;
    top: 0;
    z-index: 2;
    background-color: #06021b;
    width: 100% !important;
    height: 74px;
}
.slick-slide {
    margin: 0px 10px;
}

/* .slick-slide img {
    width: 100%;
} */

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.points li {
    background: url(../img/checkbox-white.svg);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    background-position: 1px 4px;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-left: 20px
}

.video-container {
    position: relative;
    padding-bottom: 25.75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.assistance-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.align-items-center {
    align-items: center
}

.d-flex {
    display: flex
}

.pay-for-assignment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px
}

.pay-for-assignment svg {
    width: 70px
}

svg:not(:root) {
    overflow: hidden
}

.icon-Coursework,.icon-Coursework\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 0;
    background-repeat: no-repeat
}

.icon-Coursework-dims {
    width: 75px;
    height: 76px
}

.icon-Eassy,.icon-Eassy\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -76px;
    background-repeat: no-repeat
}

.icon-Eassy-dims {
    width: 75px;
    height: 75px
}

.icon-award-small,.icon-award-small\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -151px;
    background-repeat: no-repeat
}

.icon-award-small-dims {
    width: 46px;
    height: 46px
}

.icon-book-small,.icon-book-small\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -197px;
    background-repeat: no-repeat
}

.icon-book-small-dims {
    width: 46px;
    height: 46px
}

.icon-book1,.icon-book1\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -243px;
    background-repeat: no-repeat
}

.icon-book1-dims {
    width: 92px;
    height: 76px
}

.icon-delivery-icon,.icon-delivery-icon\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -319px;
    background-repeat: no-repeat
}

.icon-delivery-icon-dims {
    width: 46px;
    height: 46px
}

.icon-headset-small,.icon-headset-small\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -365px;
    background-repeat: no-repeat
}

.icon-headset-small-dims {
    width: 46px;
    height: 46px
}

.icon-media-icon,.icon-media-icon\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -411px;
    background-repeat: no-repeat
}

.icon-media-icon-dims {
    width: 75px;
    height: 76px
}

.icon-pay-icon,.icon-pay-icon\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -487px;
    background-repeat: no-repeat
}

.icon-pay-icon-dims {
    width: 75px;
    height: 75px
}

.icon-projectmanger-icon,.icon-projectmanger-icon\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -562px;
    background-repeat: no-repeat
}

.icon-projectmanger-icon-dims {
    width: 46px;
    height: 46px
}

.icon-resume-icon,.icon-resume-icon\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -608px;
    background-repeat: no-repeat
}

.icon-resume-icon-dims {
    width: 75px;
    height: 75px
}

.icon-submit-icon,.icon-submit-icon\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -683px;
    background-repeat: no-repeat
}

.icon-submit-icon-dims {
    width: 75px;
    height: 75px
}

.icon-tag-1,.icon-tag-1\:regular {
    background-image: url('../img/icons.svg');
    background-position: 0 -758px;
    background-repeat: no-repeat
}

.icon-tag-1-dims {
    width: 46px;
    height: 46px
}

.assignmt-online h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 0
}

.assignmt-online p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    text-align: justify
}

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

.mt-60 {
    margin-top: 60px
}

.icon-submit-icon-dims {
    width: 75px;
    height: 75px;
}
.icon-submit-icon, .icon-submit-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -683px;
    background-repeat: no-repeat;
}

.icon-pay-icon-dims {
    width: 75px;
    height: 75px;
}
.icon-pay-icon, .icon-pay-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -487px;
    background-repeat: no-repeat;
}

.icon-resume-icon, .icon-resume-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -608px;
    background-repeat: no-repeat;
}
@media (max-width: 767px)
{
  .icon-submit-icon, .icon-submit-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -683px;
    background-repeat: no-repeat;
    margin: auto;
}
.icon-pay-icon, .icon-pay-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -487px;
    background-repeat: no-repeat;
    margin: auto;
}
.icon-submit-icon, .icon-submit-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -683px;
    background-repeat: no-repeat;
    margin: auto;
}
.icon-resume-icon, .icon-resume-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -608px;
    background-repeat: no-repeat;
    margin: auto;
}
.why-no1 p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding: 12px!important;
}
.h2-headingsub {
    font-size: 25px!important;
    line-height: 40px;
    color: #333;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 13px!important;
    text-transform: capitalize;
    margin-top: 0;
}
.heading-container h2 {
    font-weight: inherit;
    font-size: 25px!important;
    font-weight: 500;
    line-height: 34px!important;
    color: #333;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0!important;
}
.assignmt-online p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.assignmt-online h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 8px;
    text-align: center;
}
}
.btn-primary-order {
    background: linear-gradient( 
90deg
 ,#22a32b -0.76%,#45b837 84.12%);
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 8px 28px;
    margin-bottom: 18px;
}

.btn-primary-order:hover
{
  color: #fff;
  background-color: #ff6600;
}

.top-space
{
  margin-top: 12px;
}

.double-underline
{
  color: #294a70;
  font-weight: 600;
}

.features-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-top: 20px;
}
.features-box .card-header {
    background-color: #008b18;
    padding: 5%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.features-box .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.features-box .card-body ul {
    padding-left: 0.2rem;
    list-style: none;
}
.features-box .card-body ul li {
    font-size: 14px;
    line-height: 2.2;
    font-weight: 500;
}
.features-box .card-body ul li::before {
    content: '\2756';
    margin-right: 5px;
    color: darkorange;
}
.features-box .card-body ul li a {
    text-decoration: none;
    color: #001a39;
}
.features-box .card-body ul li a {
    text-decoration: none;
    color: #001a39;
}

/*assistance say css start*/
.experts-say{margin-top: 45px;}
.experts-say b {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    color: #ff7001;
    display: block
}

.experts-say span {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase
}

.experts-say .col-sm-4 {
    border-right: 1px solid rgba(153,153,153,0.6)
}

.experts-say .col-sm-4:last-child {
    border-right: 0
}

.experts-say h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #0062a8;
    margin: 54px 0 6px 0;
    text-align: center
}

.experts-say p {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-align: center
}

.pb-25 {
    padding-bottom: 25px
}

.mt-30 {
    margin-top: 30px
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}

.expert-btn {
    background: linear-gradient(
90deg
,#ff6b00 -0.76%,#ff8a00 84.12%);
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 8px 28px;
}
/*assistance say css end*/

/*or services start*/
 .services-bg {
    background-color: #f2f2f2
}
.no1-body {
    text-align: justify;
    color: #666;
    font-size: 16px;
    font-weight: normal;
}
.no1-footer, .no1-head {
    padding-top: 1rem;
    color: #212121;
    background-color: transparent;
}
.no1-body {
    text-align: justify;
    color: #666;
    font-size: 16px;
    font-weight: normal;
}
.no1-assignment-c {
    display: block;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-bottom: 15px;
    text-align: center;
    transition: box-shadow .25s cubic-bezier(.4,0,1,1);
    border-radius: 6px 6px 6px 6px;
    padding: 20px 15px;
    cursor: pointer;
    background: #fff;
    min-height: 335px;
    margin-bottom: 46px;
}

.no1-assignment-c .icon {
    margin: 0 auto
}

.no1-assignment-c:hover {
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)
}

.no1-assignment-c:hover .no1-head h4,.no1-assignment-c:hover .no1-footer a {
    color: #dd6e02
}

.no1-assignment-c img {
    width: 100%;
    height: 175px
}
.icon-Eassy, .icon-Eassy\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -76px;
    background-repeat: no-repeat;
}
.no1-eassy-dims {
    width: 75px;
    height: 75px;
}
.heading-container h2 {
    font-weight: inherit;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #333;
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
    text-transform: capitalize;
    margin-top: 20px;
}
.icon-book1-dims {
    width: 92px;
    height: 76px;
}
.icon-book1, .icon-book1\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -243px;
    background-repeat: no-repeat;
}

.icon-Coursework-dims {
    width: 75px;
    height: 76px;
}

.icon-Coursework, .icon-Coursework\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.icon-media-icon-dims {
    width: 75px;
    height: 76px;
}
.icon-media-icon, .icon-media-icon\:regular {
    background-image: url(../images/icons.svg);
    background-position: 0 -411px;
    background-repeat: no-repeat;
}
.no1-footer a {
    font-size: 14px;
    line-height: 22px;
    color: #dd6e02;
}
/*or services end*/
/*why no1 start*/
 .why-no1 p {
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.why-no1 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #00609f;

}
.h2-headingsub {
    font-weight: inherit;
    font-size: 28px;
    line-height: 40px;
    color: #333;
    position: relative;
    display: inline-block;
    margin-bottom:30px;
    text-transform: capitalize;
    margin-top: 0;
}
   .expert-say-bg
    {
    background-color: #f1f3f3;
    padding: 52px 20px;
    }

/*why no1 end*/
/*testmonials start*/
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feedback-slider-item {
    box-shadow: 0 2px 4px rgba(44,46,48,0.0747283);
    border-radius: 5px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e7eaee
}

.feedback-slider-item p {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify
}

.feedback-slider-item .rating {
    color: #f88a24
}

.feedback-slider-item .rating i {
    margin-right: 5px
}

.feedback-slider-item .customer-name {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2c2e30
}

.feedback-slider-item .customer-name img {
    width: 34px;
    height: 34px;
    display: inline-block
}
.carousel .testimonials-f
{
  min-height: 260px!important;
}
/*testmonials end*/

/*FAQ start*/
  
.faq-section {
    background: #f8f8f8;
    /* min-height: 70vh; */
    padding: 0vh 0 0;
}
.faq-title h2 {
  position: relative;
/*  margin-bottom: 45px;*/
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #294a70;
}
/*.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}*/
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  /* height: 580px; */
  overflow-y: hidden;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.badge{background-color: #80808000;padding: 0px 0px;}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

/*FAQ end*/


/*lates blog start*/

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: .5rem;
    font-size: 18px;
    color: black;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

@media (max-width: 768px)
  {
    .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    /* padding: 22px;
    margin-bottom: 13px; */
   }
  }
/*lates blog end*/



/*FAQ tab start*/

.FAQ-tab .tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
  min-height: 428px;
}

.FAQ-tab .tabs-left>li {
  float: none;
 margin:0px;
  
}
.FAQ-tab .tab-content {
    border: 1px solid #e8e8e8;
    padding: 15px;
    min-height: 428px;
    margin-bottom: 20px;
}

.FAQ-tab .tabs-left>li.active>a,
.FAQ-tab .tabs-left>li.active>a:hover,
.FAQ-tab .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #294a70;
    color: #fff;
    border: none;
    border-radius: 0px;
  margin:0px;
}
.FAQ-tab .tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #294a70;
    display: block;
    width: 0;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}

/*FAQ tab end*/

/* home banner slider title*/

 @media (max-width: 768px)
   {
    .carousel-caption h2 {
    color: #fff;
    font-size: 27px!important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
  }
  .carousel-caption p {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 50px;
    text-align: center;
     }
     .trus-title h6 {
        color: #1762e6;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
     }
     .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin: auto 26px;
      }
      .services-bg {
        background-color: #f2f2f2;
        padding: 26px 0px;
        }
        .experts-say h4 {
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #0062a8;
            margin: 54px 0 6px 0;
            text-align: center;
          }
          .experts-say p {
            font-weight: normal;
            font-size: 13px;
            color: #333;
            line-height: 22px;
            text-align: center;
           }
           .experts-say b {
              font-weight: 600;
              font-size: 28px;
              line-height: 55px;
              color: #ff7001;
              display: block;
            }
            .features-box {
                position: relative;
                display: flex;
                flex-direction: column;
                min-width: 0;
                word-wrap: break-word;
                background-color: #fff;
                background-clip: border-box;
                border: 1px solid rgba(0,0,0,.125);
                border-radius: .25rem;
                margin-top: 20px;
                margin-bottom: 18px;
            }
            .slide-arrow .right.carousel-control, .left.carousel-control {
              position: initial;
              display: block!important;
             }
             .slide-arrow .carousel-control .fa.fa-chevron-right {
              right: 0%;
              margin-right: 0;
              color: black!important;
               }
               .slide .indfolder {
                bottom: -20px!important;
                }
             } 
               .slide .indicators-arrow 
               {
                bottom: -40px!important;
               }

           .slide .indicators-folder {
            bottom: -6px!important;
             }
             .slide .indfolder {
               bottom: -48px;
               }
/* home banner slider title*/

/*home heading css start*/
.nine h2 {
  text-align:center; font-size:30px; text-transform:uppercase; color:#222; letter-spacing:1px;
  font-family:"Playfair Display", serif; font-weight:400;
}
.nine h2 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h2 span:after,.nine h2 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #294a70;
    border-top: 1px solid #294a70;
    height: 5px;
  background-color:#f8f8f8;
}

/*services heading start*/
.services-heading h2 {
  text-align:center; font-size:30px; text-transform:uppercase; color:#222; letter-spacing:1px;
  font-family:"Playfair Display", serif; font-weight:400;
}
.services-heading h2 span {
  margin-top: 5px;
    font-size:15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.services-heading h2 span:after,.services-heading h2 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #294a70;
    border-top: 1px solid #294a70;
    height: 5px;
  background-color:#f8f8f8;
}
/*services heading end*/

/*home page heading css end*/
.Faq-Home
 {
  
 }

/*FAQ start*/

.faq-section {
    background: #fdfdfd;
    /* min-height: 100vh; */
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
/*  margin-bottom: 45px;*/
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
/*.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}*/
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(58 55 56 / 10%);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background-color: none!important;
  color: #FF6600;
  font-size: 22px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 20px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*FAQ end*/

/* Our Subject Expert css start */
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #00a01d;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #00a01d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
/*  background: #ffffff none repeat scroll 0 0;*/
/*  border-left: 2px solid #00a01d;*/
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 10px 0px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
/*  border: medium none;*/
/*  padding: 67px 40px 64px;*/
}

.we-offer-area.text-center .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  color:#454549;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #00a01d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #00a01d !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
/* Our Subject Expert css end */
/*home hire us Section start*/
  .Hire {
  max-width: 100%;
/*  background: linear-gradient(to right, #4C1D95 30%, #8B5CF6);*/
  color: white;
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
}

@media (max-width: 600px) {
  .image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
  margin-top:12px;
}
.about-us h2{color: darkgreen;}
}
@media (min-width: 600px) {
  .Hire {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .about-us {
    padding: 3vw 0 3vh 3vw;
  }

.about-us h2{color: darkgreen;}
  .image-wrapper {
    filter: hue-rotate(20deg);
    clip-path: polygon(0 100%, 50% 0, 100% 0, 100% 100%);
  }
}
.about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.about-us h2 {
  font-weight: 600;
  white-space: nowrap;
  font-size: clamp(2rem, 5vw, 4rem);
  margin-block-end: 0.5rem;
}
.about-us p {
  font-size: clamp(1rem, 1.5vw, 3rem);
}

.image-wrapper {
  height: 100%;
  width: 100%;
  clip-path: polygon(0, 0, 0, 0);
}
.image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
}
/*home hire us Section end*/

/*Sample Section start*/
.scrollbar {
    height: 350px;
    overflow-y: scroll;
}

#style-6::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
  background-color: #F90; 
  background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent)
}

/* Expert Card start */

.pdf-expert .card {
    max-width: 30em;
    flex-direction: row;
    background-color: #d89a3e;
    border: 0;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
    margin: 3em auto;
    border-radius: 10px;
}
.pdf-expert .card.dark {
  color: #fff;
}
.pdf-expert .card.card.bg-light-subtle .card-title {
  color: dimgrey;
}

.pdf-expert .card img {
  max-width: 20%;
  margin: auto;
  padding: 0.5em;
  border-radius: 20px;
}
.pdf-expert .card-body {
  display: flex;
  justify-content: space-between;
}
.pdf-expert .text-section {
  max-width: 60%;
}
.pdf-expert .cta-section {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.pdf-expert .cta-section .btn {
    padding: 0.5em 0.9em;
    color: #ffff;
    background-color: green;
    border-radius: 27px;
}

.pdf-expert .card.bg-light-subtle .cta-section .btn {
  background-color: #898989;
  border-color: #898989;
}
@media screen and (max-width: 475px) {
  .pdf-expert .card {
    font-size: 0.9em;
  }
}

/* Expert Card end */
/*Sample Section end*/


/* No1 Blog Post Layout Start*/

.no1-post-head h2{ border-bottom: 4px solid #F90; line-height: 3px; text-transform:uppercase; color:#616162;margin-bottom: 29px;}
.no1-post-head strong{
    transform: translateY(20px);
    background: white;
    padding-right: 10px;
    font-weight: 500;
}

.no1-post{border: 1px solid #dedede;padding: 10px;}
.no1-post-head .no1-post-date{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 3px 0 5px 5px;
    padding: 5px 8px;
}

.no1-post-head .no1-post h3{font-size: 20px;font-weight: normal;color: black;margin-top: 1px;}
.no1-post-head .no1-post h3 a:hover{font-size: 20px;font-weight: normal;color: #ff6600;}
.no1-post-sidebar {}
.no1-post-sidebar .sidebar-post {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no1-post-head .no1-post i{color:#294a70;}
/*.no1-post-head .no1-post a{color:#ff6600;font-weight: bold;}*/
.no1-post-head .no1-post a:hover{color:#ff6600;font-weight: bold;}

.sidebar-post li {
    padding-bottom: 20px;
  margin-bottom:10px;
}
.sidebar-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.sidebar-post hr {
    margin-top: 9px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}

.sidebar-post .image-post {
    float: left;
    width: 160px;
    border: 1px solid #ded9d9;
}

.sidebar-post .s-post-text {overflow: hidden;padding: 0 0 0 20px;}

.sidebar-post .s-post-text .s-post-date {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #2f2f2f;
}
.sidebar-post .s-post-text .s-post-date i{color:#294a70;}
.sidebar-post .s-post-text .s-post-date a:hover{color:#ff6600;}

.sidebar-post .s-post-text h4 a{
    line-height: 5px;
    color:#545252;
    font-size:16px;
    font-weight: 300;
}

.sidebar-post .s-post-text h4 a:hover{
    line-height: 5px;
    color:#545252;
    font-size:16px;
    font-weight: 300;
    text-align: 
    text-shadow: 2px 2px 2px 2px;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .no1-post-sidebar {
    margin-top: 9px;
    }
    .sidebar-post .image-post {
    float: left;
    width: 116px;
    border: 1px solid #ded9d9;
     }
     .no1-post-head h2 {
    border-bottom: 4px solid #F90;
    line-height: 3px;
    text-transform: uppercase;
    color: #616162;
    margin-bottom: 29px;
    margin-left: 14px;
}
  }
  .blog-sidebar {
    margin: 0;
    padding: 25px;
}
.blog-sidebar .catgry {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.catgry li {
    padding-bottom: 8px;
}
.catgry li:last-child {
    padding: 0;
}
.catgry .cat-desc {
    display: table;
    font-size: 14px;
}
.catgry .cat-desc .category-details, .category .cat-desc .category-links {
    white-space: nowrap;
    width: 1%;
}
.catgry .cat-desc > div {
    display: table-cell;
    width: 100%;
}
.catgry .cat-desc > div.category-details span {
    padding: 0 5px 0 0;
}
.catgry .cat-desc > div.category-links span {
    font-size: 12px;
    font-style: italic;
    padding: 0 0 0 5px;
}
.catgry .cat-desc .dots {
    background: rgba(0, 0, 0, 0) url(../images/cate-dot.jpg) repeat-x scroll left 13px;
    padding: 0 5px;
}

/* category inner page Start*/

.image-category-post {
    float: left;
    width: 223px;
    height: 174px;
}

.mid-post-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.mid-post-text h3 a:hover{color: #ff6600;}

.mid-post-text-date {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #2f2f2f;
    margin-bottom: 6px;
}
.mid-post-text-date a:hover{color:#ff6600;}
.mid-post-text-time {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px 5px 0 0;
}
.in-cate-post p a{color:#ff6600;font-weight: bold;}
.in-cate-post p a:hover{color:green;font-weight: bold;}
.cate-br{border-bottom: 1px solid grey;margin-bottom: 11px;}
.cate-br h1 a:hover{color:orange;}

@media (max-width: 767px) and (max-width:420px)
{
  .image-category-post {
    width: 100%;
    height: auto;
}
.cate-br {
    border-bottom: 1px solid grey;
    margin-bottom: 11px;
    padding: 10px;
    text-align: center;
}
.page-wrapper .cate-page-heading {
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8;
}

.mid-post-text p,h3{padding-right: 12px;}
}
/* category inner page End*/

/* blog tags start */

.blog-tags {
  margin: 20px 0px;
  font-weight: bold;
      font-family: sans-serif;
}

.blog-tags .tag {
margin: 0 2px;
padding: 4px 8px;
color: #fff;
background: #999;
font-size: 80%;
font-family: sans-serif;
text-decoration: none;
text-transform: uppercase;
}

@media (max-width: 480px) {
.blog-tags .tag {
margin: 2px -1px;
padding: 4px 8px;
color: #fff;
background: #999;
font-size: 80%;
font-family: sans-serif;
text-decoration: none;
text-transform: uppercase;
line-height: 2em;
 }
}

.blog-tags a:hover {
  text-decoration: underline;
}

.blog-tags .yellow {
    background-color: goldenrod;
}

.blog-tags .blue {
    background-color: royalblue;
}

.blog-tags .green {
    background-color: seagreen;
}

.blog-tags .red {
    background-color: #df2d4f;
}

/* blog tags end */

.New_banner-Slider .carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}

.New_banner-Slider .carousel-inner {
  padding-top: 43.25%;
  display: block;
  content: "";
}

.New_banner-Slider .carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.New_banner-Slider .caption {
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translateX(-50%) translateY(-50%);
  width: 60%;
  z-index: 9;
  margin-top: 20px;
  text-align: center;
}

.New_banner-Slider .caption h3 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 23px;
}

.New_banner-Slider .caption h2 {
  color: rgba(255,255,255,.75);
  font-size: 26px;
  font-weight: 300;
}

.New_banner-Slider a.big-button {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eb7a00;
  background: rgba(255, 0, 0, 0.75);
  padding: 28px 35px;
  border-radius: 3px;
  margin-top: 80px;
  margin-bottom: 0;
  display: inline-block;
}

.New_banner-Slider a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
}

.New_banner-Slider a.view-demo {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
}

.New_banner-Slider a.view-demo:hover {
  text-decoration: none;
  color: #333;
}

.New_banner-Slider .carousel-indicators .active {
  background: #fff;
}

.New_banner-Slider .carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}

@media only screen and (max-width: 767px) {
  .trasted-logo .row {
    display: block;
  }
}

.wordbreakmanage{
  word-break: break-all;
}

/* CSS for suggestion list */
#suggestionList {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 1s00px;
    overflow-y: auto;
    font-weight:350;
    font-size: 14px
}

.suggestion {
    display: block;
    padding: 2px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

.suggestion:hover {
    background-color: #f0f0f0; /* Change background color on hover */
}
