/*
Theme Name: VW School Pro
Theme URI:  https://www.vwthemes.com/themes/premium-school-wordpress-theme/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description: School WordPress theme is an aesthetically impressive, knowledge shedding and engaging premium theme. Education must be entertaining and this thought is well maintained while designing this theme. It caters fast and flexible development of attractive and useful website without writing a single line of code. The theme can be used for multiple purposes like elementary schools, preschools, kindergartens, schools, colleges, universities, coaching centres, training academies and institutes, e-learning portals, children educational sites and the list goes on. Access the site from any device and any browser since it is responsive and cross-browser compatible. It has a user-friendly interface of front as well as back end. The unique design makes your site stand apart your competitors’ site. It allows hassle-free navigation through the site which compels visitors to explore more site content. Become the lighthouse of education for kids as well as adult and make them learn more and more through your site.
Version: 1.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-school-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW School Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2018.
VW School Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#fff; 
  position:relative; 
  font-size: 14px;
  color:#5b5b5b; 
  font-family: 'PT Sans';
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
  line-height: 1.4;
  letter-spacing: 1px;
  color:#5b5b5b;
  font-family: 'PT Serif';
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:14px;
  font-weight:normal;
}
p, ul li a{
  letter-spacing: 0px;
  font-family: 'PT Sans';
}
body a{
  text-decoration:none; 
  color:#c2272d;
}
a:hover{
  text-decoration:none; 
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0 0 0 15px; 
  padding:0;
}
ul li, ol li{font-size: 16px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background:#ececec;
}
 
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}
 
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
  
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #c2272d;
}
input[type="submit"]:hover{
  cursor: pointer;
}

.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.bypostauthor{
  margin:0;
  padding:0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner{
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.sticky{ 
  margin:0; 
  padding:0; 
  background-color:#d7d7d7;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
a.small-button{
  background:#3890cb;
  padding:5px 30px; 
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
table, td, th {
  border: 1px solid black;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
    border: 1px solid #fff;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
  color: #000;
  padding-left: 15px;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/*-------------------- Sweep To Right -----------------------*/
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ---------Buttons--------- */
a.button{ 
  border: 2px solid #3890cb ; 
  background:#3890cb;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  text-transform: uppercase; 
  font-weight:bold;
}

/* --------------------------Top Bar---------------------------- */
.top_social {
    padding: 20px 0;
}
.socialbox a {
  color: #264359;
  padding: 6px 6px;
  margin-right: 2px;
}
.socialbox a i {
  font-size: 13px;
  letter-spacing: 3px;
}
.menubar.scrolled .socialbox a {
  color: #ffffff;
}
/* --------------------------Header---------------------------- */
#masthead {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
body.archive.tag #masthead {
    position: relative;
    background:#000;
}
body.archive.category.category-uncategorized #masthead {
    position: relative;
    background: #000;
}
body.attachment.attachment-template-default #masthead {
    position: relative;
    background: #000;
}
body.archive.post-type-archive.post-type-archive-product #masthead {
    position: relative;
    background: #000;
}
.contact_details {
  margin-top: 20px;
}
#masthead {
    background: #000;
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
        margin-bottom: 30px;
}
.home.page-template #masthead
{
    background: transparent;
    position: absolute;
    margin-bottom: 0px;
}
header.page-header {
    width: 100%;
}
#topbar {
  border-top: 10px solid #435061;
}
.contact_details p {
  color: #ffffff;
  font-size: 15px;
  margin: 0 0 0 !important;
}
p.hi_normal {
    color: #ffffff;
}
.menubar {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  margin-top: 20px;
}
.home .menubar
{
  border-bottom: none;
}
.menubar
{
  border-bottom: 1px solid #000;
}
.scrolled
{
  border-bottom: none;
}
.menubar.scrolled {
  margin-top: 0;
}
.neseted-inner {
  top: 0;
  position: absolute;
}

.socialbox a:hover{
  background-color: #c2272d;
}

.socialbox i.fa.fa-unlock, .socialbox i.fa.fa-user{
  margin-right: 7px;
  color: #c2272d;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
.address i {
  vertical-align: middle;
  font-size: 36px;
  margin-right: 11px !important;
  color: #ffffff;
  padding: 0px 6px;
  margin-top: 3px;
  border: 1px solid #ffffff;
  padding: 8px 7px;
  width: 55px;
  text-align: center;
  margin: 0px auto;
  display: block !important;
}
#header .logo{
  margin:0; 
  padding: 15px 0; 
  margin: 0 auto;
  text-align: center;
}
#header .logo h1{ 
  font-weight:700; 
  padding:0; 
  margin-bottom:8px; 
  font-size:24px; 
  font-weight:bold; 
  margin-top: 0; 
  text-align:left;
}
#header .logo a.custom-logo-link{ 
  color:#000000;
}
#header .logo p{ 
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}
#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0; 
  text-align:center;
}
.search-box span {
  border: none;
  padding: 10px 15px;
  margin-right: 0;
  display: block;
  background: #c2272d;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
}
.search-box span i{
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.serach_outer i{
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
}
.menubar.float-left.w-100.m-0.mt-3.scrolled {
margin-top: 0 !important;
}
.list_search_icon li {
  list-style: none;
  display: inline-block;
  text-align: right;
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
   display: table;
   padding: 0;
   border-radius: 0;
   background: #ffffff;
   margin: 0 auto;
   max-width: 700px;
   width: 100%;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
}
.serach-page input.search-field {
    border: 1px solid #ccc;
    padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
}
.search_popup label {
  background: transparent;
  width: 80%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover{
  color:#3890cb;
}
i.fas.fa-headphones {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  border-right: 2px solid #ffffff;
  padding: 5px 8px;
  padding: 3px 8px 11px 6px;
}
.consultation a {
  border: 2px solid #fff;
  padding: 8px 7px;
  padding-left: 0;
}
.consultation {
    background-size: cover;
    background-repeat: no-repeat;
}
.consultation span {
  padding: 0 3px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
ul.search-consult {
  padding: 0;
}
/*----------------Menu bar-----------*/
.menubar.scrolled{
  background: rgba(0,0,0,0.08);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
  min-height: 70px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.menubar.scrolled{
  min-height: 60px;
  background: #002b46;
  z-index: 999999;
}
.main-navigation .menu{
  float: right;
}

.main-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li{
  float: left;
  position: relative;
  line-height: 65px;
  padding: 0 10px;
}

.menubar.scrolled .main-navigation li{
  float: left;
  position: relative;
  line-height: 67px;
}

.main-navigation a{
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #264359;
  padding: 0;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.menubar.scrolled .main-navigation a{
  color: #ffffff;
}

.main-navigation a:hover{
  color: #c2272d;
}

.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #002b46;
  min-width: 215px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
}

.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}

.main-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.5;
}

.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
}

.main-navigation ul ul li:last-child{
  border-bottom: 0;
}

.main-navigation ul li:hover > ul{
  display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a{
  color: #c2272d;
}

.main-navigation .menu > ul > li.highlight{
  background: #c2272d;
}

.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}

.menu > ul > li > a:hover:before,
.menu > ul > li.current_page_item > a:before,
.menu > ul > li.current-menu-item > a:before{
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 2px;
  z-index: 99999;
  display: block;
  background: #c2272d;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menubar.scrolled .menu > ul > li:hover > a:before,
.menubar.scrolled .menu > ul > li.current_page_item > a:before,
.menubar.scrolled .menu > ul > li.current-menu-item > a:before{
  height: 2px;
}

.menu > ul > li.exoplanet-search:before{
  background: transparent !important;
}

.main-navigation ul ul li:hover > a{
  color: #000;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: auto;
}
.menubar .nav ul.sub-menu li:hover {
  background-color: #c2272d;
}

/*----------------------Mobile Menu Icon------------------------------*/
.toggle-nav{
  display: none;
  position: relative;
  float: right;
  top: 20px;
  right: 0;
  height: 50px;
  width: 30px;
  cursor: pointer;
}
.toggle-nav span{
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #264359;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.toggle-nav span:after,
.toggle-nav span:before{
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #264359;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.toggle-nav span:after{
  top: -9px;
}
.toggle-nav span:before{
  bottom: -9px;
}
.menubar.scrolled .toggle-nav span{
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #FFF;
  margin-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menubar.scrolled .toggle-nav span:after,
.menubar.scrolled .toggle-nav span:before{
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #e1e1e1;
}

.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}

/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box{
  border: 2px solid #eeeeee;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}
/*------------------------- Headings --------------------------*/
section h2{
  font-weight:bold;
  padding:0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #22272b;
  padding: 0 0 10px;
  margin: 0;
  font-size: 36px;
  font-family: 'PT Serif';
}
section h3{
  margin:30px 0 0 0;
}
section h4{
  color:#000; 
  font-size:20px;
}
section h5{
  color:#333; 
  font-weight:bold;
  margin:0 0 10px 0; 
  padding:0;
}
.innerbox{
  background-size:100% 100%;
}
.owl-dots {
    display: none;
}
/*------------------------- Fancy Title -----------------------------*/
.fancy-title {
  margin: 0;
  width: 250px;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy i {
  color: #c2272d;
  font-size: 24px;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 10px;
  border-bottom: 2px solid #c2272d;
  top: 0;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
  width: 100px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
  width: 100px;
}
/*------------------------- Welcome-----------------------------*/
#welcome {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.welcome-heading h2{
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: bold;
  color: #002b46;
}
.welcome-heading img{
  text-align: right;
}
.welcome-content p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.welcome-content a {
  border: solid 1px #002b46;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #002b46;
  text-transform: uppercase;
  letter-spacing: 1px;
  display:inline-block;
  margin: 25px 0;
}
.welcome-content a:hover {
  border: solid 1px #c2272d;  
  color: #c2272d;
}

/*------------------------- Courses -----------------------------*/
#courses {
  background-color: #ebf1ff;
  padding: 30px 0;
}
#courses h2 {
  text-transform: uppercase;
  color: #22272b;
  padding: 0 0 10px;
  margin: 0;
  font-size: 36px;
}
#courses h5 {
  color: #22272b;
  font-size: 15px;
  font-weight: normal;
}
#courses h4 a, #events h4 a, h4.latest_post_name a {
  text-align: center;
  color: #002b46;
}
.textcontent-box {
  margin: 0 auto;
}
.textcontent {
  padding: 15px;
}
.textcontent-row {
  width: 400px;
  border: solid 1px #ccc;
  background-color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  padding: 0;
}
.post-image img {
  width: 100%;
}
.post-image-shortcode, .latest_post_box, .events {
    background-color: #fff;
    margin: 0 -5px 20px 0;
    border: solid 1px #ccc;
}
.post-image, .latest_post_box, .events {
  background-color: #fff;   
  margin: 0 10px 20px 0;
  border: solid 1px #ccc;
}
.feature-type {
  border-top: solid 1px #ccc;
  padding: 0;
  margin: 0;
}
.feature-type p {
  padding: 0;
  margin: 10px 0;
}
.feature-col{
  border-right: solid 1px #ccc;
}
.feature-col .entry-comments{
  background:url('images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}
.border-right {
  border-right: solid 1px #ccc;
}
.post-text-right {
  padding: 15px;
}
.feature-col-right p, .feature-col-right i {
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding:0;
  height: 80px;
  line-height: 6em;
}
.feature-col-right p:last-child {
  border-bottom: inherit;
}
.price_div span.price{
  background-color: #c2272d;
  position: absolute;
  top: 15px;
  right: 0px;
  padding: 5px 0 5px 10px;
  color: #fff;
  font-weight: bold;
}
.price_div span.price:after{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 17px solid #c2272d;
  border-right: 11px solid transparent;
  top: -40px;
  position: relative;
  left: 0px;
  z-index: -1;
}
.price_div span.priceshortcode{
  background-color: #c2272d;
  position: absolute;
  top: 15px;
  right: 13px;
  padding: 5px 0 5px 10px;
  color: #fff;
  font-weight: bold;
}
.price_div span.priceshortcode:after{
  content: "";
  width: 1px;
  height: 0;
  border-bottom: 17px solid #c2272d;
  border-right: 11px solid transparent;
  top: -17px;
  position: absolute;
  left: 83px;
  z-index: -1;
}
.price_div .amount{
  color: #fff !important;
  padding-right: 10px;
}
.feature-type span {
  display: block;
  font-weight: bold;
  color: #002b46;
}

/*-------------------------Events -----------------------------*/
.eventpost_meta i{
  color: #c2272d;
}
.eventpost_meta, .event-title{
    padding: 0 10px;
}

/*------------------------- Gallery -----------------------------*/
/* Image Hover */
.view {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask,
.view .content { 
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
  width:100%;
}
.second-effect .mask {
  opacity: 0;
  overflow:visible;
  border:0px solid rgba(0,0,0,0.7);
  box-sizing:border-box;
  transition: all 0.4s ease-in-out;
 }
.second-effect:hover .mask {
  opacity: 1;
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}
#gallery p{
  text-align:center;
  font-size: 35px;
}
.single-post .gallery-image img {
  height: 150px;
}
.gallery-image img{
  height:auto;
  width:100%;
}
.gallery_img{
  width: 100%;
  height: 100%;
}
#TB_ajaxContent{
  padding: 1% !important;
  width:auto !important; 
  height:auto !important;
}
#TB_ajaxWindowTitle{
  text-align:center;
  color: #001e44;
  text-transform: capitalize;
}
/* gallery */
figure.gallery-item {
  width: 20%;
  float: left;
}
.gallery-image {
  height: 100%;
  padding: 0;
}
.view img {
  display: block;
  position: relative;
  width:100%;
  height:auto;
}
.bwt_img {
    height: 100%;
    width: 100%;
}
.view a.info {
  background: url(assets/images/link.png) center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  top: 43%;
  transform: translate(-50%);
  border-radius: 50%;
}
.second-effect a.info {
  position:relative;
  opacity:0;
  transform:scale(0,0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  outline:none;
}
.second-effect:hover .mask {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.second-effect:hover a.info {
  opacity:1;
  transform:scale(1,1);
  transition-delay:0.3s;
}
.secondry-menu ul {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
.secondry-menu li {
  display: inline-block;
  padding: 5px 25px;
}
.secondry-menu li a {
  color: #929292 !important;
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
}
.secondry-menu li a:hover {
  color: #ffbf43;
}
.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.head-inner.text-center {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#TB_window {
  position: fixed;
  background-color: #fff;
  z-index: 100050;
  visibility: hidden;
  text-align: left;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
  transform: translate(-50%,-50%);
  margin: 0 !important;
}
#school_gallery .row{
  margin: 0;
}

/*-------------------------Team -----------------------------*/
.team-socialbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 43, 70, 0.3);
}
.inner_socio {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.team_wrap:hover .team-socialbox{
  opacity: 1;
}
.team-image {
  position: relative;
}
.inner_socio a {
  color: #264359;
  margin: 5px;
  padding: 8px 12px;
  background-color: #ffffff;
  border-radius: 50%;
}
.inner_socio a i {
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.inner_socio a:hover{
  background-color: #c2272d;
}
.inner_socio a:hover i{
  color: #ffffff;
}
.team-box {
  background-color: #ebf1ff;
  padding: 0 10px;
  padding-bottom: 1px;
}
.team_wrap:hover .team-box{
  background-color: #c2272d;
}
.team_wrap:hover .team-box p, .team_wrap:hover .team-box h4 a{
  color: #ffffff;
}
.team_wrap .team-image img{
  width:100% !important;
}
/*------------------------Testimonials -----------------------------*/
#testimonials {
  background-color: #002b46;
}
#testimonials h2, #testimonials p{
  color: #ffffff;
}
#testimonials .fancy-title {
  margin: 0 auto;
}
.inner-test-bg{
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.inner-test-bg .short_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.testimonial_box img {
  width: 100px !important;
  border-radius: 50%;
}
#testimonials .owl-carousel .owl-item img{
  width: 125px !important;
  height: 115px !imporwidth: 125px !important;
    height: 115px;width: 125px !important;
    height: 115px !important;
}
#testimonials button.owl-prev {
    position: absolute;
    left: 0;
    background: #333333;
    border: none;
    padding: 10px;
}
#testimonials button.owl-next {
    position: absolute;
    right: 0;
    background: #333333;
    border: none;
    padding: 10px;
}
#testimonials button.owl-next i, #testimonials button.owl-prev i{
  color: #ffffff;
}
#testimonials .testimonial_box {    
    padding: 20px;
}
#testimonials .owl-dots {
  text-align: center;
  display: block;
}
#testimonials button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #ffffff;
  border: solid 2px #002b46;
  border-radius: 50%;
}
#testimonials button.owl-dot.active {
  background-color: #c2272d;
  border: solid 2px #c2272d;
}
#testimonials button:focus {
  outline: inherit !important;
}
#testimonials h4.testimonial_name a {
  color: #c2272d;
  font-weight: bold;
  font-style: italic;
}
/*------------------------Testimonials Shortcode Page ----------------*/
.testimonials-box h3, h5{
  color: #c2272d;
}
/*------------------------- Choose Video -----------------------------*/
#choosevideo {
  padding: 40px 0;
}
.why-choose-box {
    padding: 25px 0;
}
.choose-box-icon {
  border: solid;
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #c2272d ;
}
.choose-box-icon:hover {
  background-color: #c2272d;
  border: solid 2px #c2272d ;
}
.choose-box-icon i {
  padding: 14px;
  color: #c2272d;
  font-size: 30px;
}
.choose-box-icon:hover i {
  color: #ffffff;
}
.choose-box-content h4, .choose-box-content p{
  color: #002b46;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0; 
}
/*------------------------- Properties -----------------------------*/
#properties{;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#properties .owl-carousel {
  padding: 40px 0;
}
#properties .event-title {
  background-color: #002b46;
}
#properties h3 {
  margin: 0;
  padding-left: 15px;
}
#properties h3 a {
  color: #ffffff;
  border-left: solid 5px #c2272d;
  padding-left: 15px;
  letter-spacing: 0;
  font-size: 22px;
  text-transform: uppercase;
}
#properties h3 a:hover {
  color: #c2272d;
}
#properties .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#properties button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #ffffff;
  border: solid 2px #002b46;
}
#properties button.owl-dot.active {
  background-color: #c2272d;
  border: solid 2px #c2272d;
}
#properties button:focus {
  outline: inherit !important;
}
#properties .image-box {
    margin: 0 10px;
}
/*------------------------- Properties Shortcode ------------------*/
#propertiessc .event-title {
  background-color: #002b46;
}
#propertiessc h3 {
  margin: 0;
  padding-left: 15px;
}
#propertiessc h3 a {
  color: #ffffff;
  border-left: solid 5px #c2272d;
  padding-left: 15px;
  letter-spacing: 0;
}
#propertiessc h3 a:hover {
  color: #c2272d;
}
/*------------------------- Partners -----------------------------*/
#our_partners .owl-carousel {
  padding: 25px 0;
}
#our_partners .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.partners_inner {
  background-color: #c2272d;
  position: relative;
  top: 5em;
}
#our_partners button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #ffffff;
  border: solid 2px #002b46;
}
#our_partners button.owl-dot.active {
  background-color: #c2272d;
  border: solid 2px #c2272d;
}
#our_partners button:focus {
  outline: inherit !important;
}
/*------------------Latest Post -----------------*/
#latest_post .welcome-heading {
  padding: 0;
}
.latest_post_text {
  padding: 20px; 
}
.latest_post_text i{
  color: #c2272d;
}
h3.latest_post_name {  
  margin: 0;
  padding: 0;
}
h3.latest_post_name a {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.tags{
  padding: 25px 0 15px;
  text-transform: uppercase;  
}
.tags a{
  text-transform: capitalize;
  border: solid 1px #66686b;
  padding: 3px 15px;
  border-radius: 15px;
  color: #66686b;
  margin: 2px 5px;
  display: inline-block;
}
.discover-btn {
  border-left: solid 5px #c2272d;
  margin: 20px 0 0;
}
.discover-btn a {
  color: #002b46;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.discover-btn a:hover {
  color: #c2272d;
}
#latest_post .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
#latest_post button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #ffffff;
  border: solid 2px #002b46;
  display: block;
  margin: 5px auto;
}
#latest_post button.owl-dot.active {
  background-color: #c2272d;
  border: solid 2px #c2272d;
}
#latest_post button:focus {
  outline: inherit !important;
}
/*------------------ Single Courses -----------------*/
.main_title h1 {
  font-size: 36px;
  padding-top: 20px;
  margin: 0;
  letter-spacing: inherit;
  color: #002b46;
}
h3.subtitle {
  font-size: 22px;
  color: #c2272d;
  font-weight: bold;
  margin-top: 15px;
}
#posttype_single .about-socialbox i {
  background-color: #002b46;
  color: #ffffff;
  padding: 10px;
  margin: 15px 0;
}
#posttype_single .about-socialbox p {
  text-align: justify;
  font-size: 16px;
}
/*-------------- Single Car page ---------------*/
.car_single_details .car-detail-heading .auto-text {
    float: left;
}
.car_single_details  .auto-price {
  float: right;
}
.car_single_details  .auto-text address {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  color: #999999;
}
.car_single_details  .auto-price span {
  font-size: 32px;
  font-weight: bold;
}
.car_single_details  .auto-price em {
  font-size: 13px;
  color: #666666;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  text-decoration: line-through;
  position: relative;
  top: 0px;
  text-align: right;
  display: block;
}
.car_single_details  .auto-price:after {
  clear: both;
  display: block;
  content: "";
}
.car_single_details  .car-detail-heading:after {
  content: "";
  clear: both;
  display: block;
}
span.cs-color {
  color: #dd3333;
}
.auto-text i {
  margin-right: 7px;
}
.car-detail-heading {
  border-bottom: 1px solid #ddd;
}
.course-metas .specifications-info ul li, .dealer_details ul li, .contact-info ul li {
    margin: 0;
    padding: 0 15px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #999999;
    float: left;
}
.course-metas .specifications-info ul li .course-text, .dealer_details ul li .course-text, .contact-info ul li .course-text{
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    padding: 10px 0;
  }
.course-metas .specifications-info ul li span, .dealer_details ul li span, .contact-info ul li span {
    font-size: 14px;
    color: #6e6868;
}
.course-metas .specifications-info ul li strong, .dealer_details ul li strong, .contact-info ul li strong {
    float: right;
    color: #333333;
}
.single-events .course-metas .specifications-info ul li strong, .single-events .dealer_details ul li strong, .single-events .contact-info ul li strong{
  float: none;
  margin-left: 20px;
}
.contact-info ul li strong{
   float: none;
}
.contact-info span i {
  color: #dd3333;
  border: 1px solid #dd3333;
  padding: 10px;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 5px;
  width: 37px;
  text-align: center;
}
/*------------------ Single Testimonials -----------------*/
#testimonial_single .testimonial_des {
    margin-bottom: 25px;
    color: #555;
    line-height: 24px;
}
#testimonial_single blockquote {
  padding: 1.25em 40px;
  color: #383838;
  background: #ffffff;
  border: 1px solid #ddd;
  width: 100%;
}


/*------------------ Single Team -----------------*/
#project_single {
  padding: 40px 0;
}
#project_single .posttype-box h1 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    letter-spacing: inherit;
}
#project_single .posttype-box img {
  margin-bottom:20px;
}
#project_single .about-socialbox i {
  background-color: #002b46;
  color: #ffffff;
  padding: 10px;
  margin: 15px 0;
}
#project_single .about-socialbox p {
  text-align: justify;
  font-size: 16px;
}
/*-------------------------Single Property Page -----------------------------*/
.prop_more_details {
  margin: 20px 0;
}
.feature-box img {
  width: auto;
  margin-bottom: 15px;
}
.feature-box {
  position: relative;
}
.feature-box .carousel-control-prev-icon, .feature-box .carousel-control-next-icon{
  background-image: none;
}
.feature-box i{
    border: 1px solid #ffffff;
    padding: 0 12px;
}
.feature-box .carousel-control-next, .feature-box .carousel-control-prev{
  opacity: 1;
}
.meta-content {
  width: 100%;
  float: left;
  display: block;
  margin-top: 10px;
}
span.Address {
    font-size: 15px;
}
span.Address i {
  margin-right: 5px;
}
.comp_price {
    margin-left: 11px;
    color: #bbb;
}
.prop-bx {
  padding: 4px 0px;
  text-align: left;
}
.fetaures {
  width: 100%;
  float: left;
  margin: 20px 0;
  border: solid 1px #ccc;
  padding: 15px;
}
.row.feature_row {
  margin: 0;
}
.feature_row i, span.Address i {
  font-size: 20px;
  margin-right: 9px;
  color: #002b46;
}
.property_desc {
  width: 100%;
  display: block;
  float: left;
}
.property_desc h4 {
  color: #002b46;
  font-weight: bold;
}
.prop_more_details p.property_price {
  background-color: #002b46;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  float: right;
}
.prop_more_details .comp_price {
  margin-left: 11px;
  color: #ffffff;
}
/*------------------------- Testimonial Shortcode --------------------------*/
.testimonial-shortcode .testimonials_inner {
    border: solid 2px #002b46;
}
.our_testimonials_outer.testimonial-shortcode {
    margin-top: 2em;
}
.testimonial-shortcode .testimonials_inner:hover{
  border: solid 2px #c2272d;
}
h1.staf-testimonial_title {
  font-size: 24px;
  font-weight: bold;
}
.testimonial-shortcode .testimonials-icon img {
  border-radius: 50%;
  margin-top: 35px;
  margin-left: 25px;
  max-width: 80%;
}
/*------------------ Contact Page -----------------*/
.c_icon {
  display: table;
  margin: 0 auto;
  padding: 25px 8px;
  border: 1px solid #c2272d;
  border-radius: 50%;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  width: 100%;
  background-color: #ffffff;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius: 28px;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  width: 100% !important;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 23px 0;
  height: auto;
  float: left;

}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  width: 100%;
}
.inner-cont {
  padding: 10px 0;
  background: #ffffff;
}
.contact-email i, .contact-address i, .contact-phone i {
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  font-size: 38px;
  color: #c2272d;
  margin: 0 auto;
  text-align: center;
  width: 87px;
  display: inline-table;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 20px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p{
  font-size: 16px;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
.contact-color-bg {
  background: #ebf1ff;
  margin-top: 18px;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.page-template-default #masthead {
    position: relative;
    background: #000;
    top: 0;
    z-index: 999;
    width: 100%;
}
.page-template-default .menubar{
    border-bottom: solid 1px #ddd !important;
}
.page-template-contact .menubar {
    border-bottom: solid 1px #ddd !important;
}
.page-template-blog-with-left-sidebar #masthead {
    position: relative;
    background: #000;
    top: 0;
    z-index: 999;
    width: 100%;
}
.page-template-blog-with-right-sidebar #masthead {
    position: relative;
    background: #000;
    top: 0;
    z-index: 999;
    width: 100%;
}
.page-template-page-with-left-sidebar #masthead {
    position: relative;
    background: #000;
    top: 0;
    z-index: 999;
    width: 100%;
}
.page-template-page-with-left-sidebar .menubar{
    border: solid 1px #ddd;
}
.page-template-page-with-right-sidebar #masthead {
    position:relative;
    background: #000;
    top: 0;
    z-index: 999;
    width: 100%;
}
.page-template-page-with-right-sidebar .menubar {
    border-bottom: solid 1px #ddd !important;
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-color: #002b46;
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 0 2px;
}
#footer input, #footer textarea{
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
    color: #ffffff;
    font-size: 11px !important;
}
.copyright {
  background-color: #c2272d;
}
.copyright p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
.socialbox {
  text-align: right;
}
.main_sociobox {
    padding: 20px 0;
}
.home #footer{ 
  text-align:center;
  color:#fff;
  padding:7em 0 0 0px;
  text-align:left;
}
#footer
{
  text-align:center;
  color:#fff;
  padding:4em 0 0 0px;
  text-align:left;
}
.footer_hide{
  display:none;
}
.footer-top-col {
    border-left: solid 5px #c2272d;
    padding-left: 15px;
}
.container #blog-right-sidebar h3,
#footer h3{
  color:#c2272d;
  text-align:left;
  font-size:24px;
  padding:0 0 17px 0;
}
#footer .copyright p{
  font-size:14px;
  text-align:center;
  color:#ffffff;
}
#footer .copyright a {
    color: #fff;
	cursor: pointer;
}
#footer input{
  padding:8px; 
  float:left;
  margin:5px 0;
  border-radius:0px;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  background: #c2272d;
  color: #ffffff;
  text-transform: uppercase;
}
#footer .copyright{
  text-align:center; 
  border-top:1px solid #337ab7;
  margin:30px 0 0 0;
  padding-top:40px;
}
#footer ul {
    margin: 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer ul li a{
  color:#ffffff;
}
#footer p{
font-size:14px;
margin: 0;
line-height: 20px;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.footer-cols {
  padding-bottom: 40px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me td:first-child{
  border: 1px solid #ffffff;
}
.about_me p.message {
    margin-bottom: 20px !important;
}
.vw-credit, .vw-credit a{
  color: #ffffff;
}
#footer .widget_nav_menu h3
{
  text-align: center;
}
#footer .widget_nav_menu ul li
{
  text-align: center;
}

/* --------- Social Icon Widget ------- */
.social_widget a{
  color: #ffffff;
  padding: 7px 7px;
  margin-right: 7px;
  border: 1px solid #ffffff;
  display: inline-block;
  margin-bottom: 5px;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
.social_widget a:hover{
  background: #c2272d;
  border: 1px solid #c2272d;
}
/* --------- search Page ------- */
.postbox h6 {
    font-weight: bold;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox {
   width: 100%;
   border: none;
}
#full-width-blog .postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 20px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 0 0;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
   margin-left: 8px !important;
   font-size: 18px;
   border-bottom: 1px solid #ffffff;
   padding-bottom: 2px;
}
.widget_recent_entries li {
  margin: 10px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
    color: #000;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
    border-top: 1px solid #c2272d;
    border-bottom: 1px solid #c2272d;
}
.metabox .entry-date{
  background:url('assets/images/date.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 13px 0 0;
}
.metabox .entry-author{
  background:url('assets/images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-comments{
  background:url('assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#sidebar span.comment-author-link {
    margin-left: 14px;
}
.post-featured img {
  width: 100%;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: #ffffff;
  color: #333333;
}
ol.carousel-indicators {
  position: static !important
}
ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: #333333;
  border-radius: 50%;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background: #c2272d;
  color: #ffffff !important;
  border: 1px solid #c2272d;
}
.navigation span.page-numbers.current{
  background: #ffffff;
  border: 1px solid #c2272d;
  color: #000000 !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background:#c2272d;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}
/*------------------ Comments BOX ------------------*/
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px; 
  font-size:18px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  border-left: 1px solid #c2272d;
  border-right: 1px solid #c2272d;
  border-bottom: 3px solid #c2272d;
  text-transform: uppercase;
  border-top: none;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
}
#comments .comment-author.vcard img {
  padding: 2px;
}
/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#slider img {
    width: 100%;
}
#slider h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
}
#slider p{ 
  color:#ffffff; 
  font-weight:700; 
  margin:15px 0 15px 0; 
  line-height:20px; 
  border-radius:0 0 5px 5px; 
  font:16px/20px lato; 
  font-weight:bold;
}
#slider p.price {
  font-size: 22px !important;
}
#slider .carousel-caption.d-none.d-md-block {
    max-width: 1000px;
    margin: 0 auto;
    width: 85%;
}

#slider .btn-primary {
  color: #ffffff;
  background: #c2272d;
  border-radius: 0px;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 3px;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%); 
  bottom: inherit;
  text-align: left;
  left: 10%;
  right: 10%;
}
.inner_carousel{
  padding: 20px 20px;
  text-align: center;
}
a.blog-more{ 
  display:inline-block; 
  font:400 16px 'Roboto Condensed', sans-serif; 
  padding:10px 30px; 
  margin-top:21px; 
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  -o-border-radius:4px; 
  -ms-border-radius:4px; 
  margin-right:15px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 10%;
}

#slider .carousel-item-next,
#slider .carousel-item-prev,
#slider .carousel-item.active {
    display: block !important;
  }
#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon{
  background-image:none; 
}
#slider .carousel-control-next,
#slider .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider a i {
  padding: 19px 23px;
  background-color: #002b46;
  border-radius: 50%;
  font-size: 22px;
}
#slider a i:focus,
#slider a i:active,
#slider a i:hover{
  background: #c2272d;
  border: none;
  transition: all 0.5s ease-out;
}
/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"]{
      width: 100%;
}
#sidebar .textwidget label {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
#sidebar .textwidget input[type="submit"] {
    background: #333;
    border: none;
    color: #ffffff;
    padding: 14px 0;
    font-size: 15px;
    margin: 0;
}
#sidebar form{
  display: table;
  width: 100%;
  border: 1px solid #bbb;
}
#sidebar h3 {
   margin: 0 0 10px;
   font-size: 20px;
   color: #c2272d;
}
#sidebar h3:after{
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #d6d6d4;
  margin-top: 7px;
}
.widget_categories select {
  width: 100%;
  padding: 6px;
}
#sidebar input[type="search"] {
  background:transparent;
  padding:10px 10px; 
  border:none; 
  font-size:15px; 
  color:#000;width:100%;
}
#sidebar label{
  width:71%;
  float:left;
  margin-bottom:0;
}
#sidebar input[type="submit"]{
  background: #c2272d;
  position: absolute;
  right: 28px;
  border: none;
  color: #000000;
  font-size: 10px;
  margin-top: 1px;
  padding: 12px;
}
#sidebar aside{
  margin-bottom:30px;
  border:1px solid #bbb;
  padding: 10px;
}
#sidebar ul {
  list-style:none;
  margin:0; 
  padding:0; 
  font-size:17px;
}
#sidebar ul li{ 
  line-height: 32px;
  background: url('./images/arrow-right.png') no-repeat 0px 10px;
}
#sidebar ul li a{ 
  color:rgba(0, 0, 0, 0.78);
  padding-left: 15px;
}
#sidebar .tagcloud a{
  background:#eeeeee; 
  color:#000; 
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px; 
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background:#3890cb;
}
#sidebar .widget_recent_entries ul li{ 
  background: none;
}
#sidebar .post-content {
    line-height: 20px;
    margin-bottom: 15px;
}
.textwidget {
  padding: 20px 0;
}
/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
  font-size: 34px;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
}
 
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: #333333; 
  color:#ffffff;
  font-weight:normal;
}


/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
/*-------------- Main Title ---------------*/
.main_title h1:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #c2272d;
  margin-top: 7px;
}
.share_icon i {
  padding: 10px 10px 10px 10px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  border-radius: 50%;
  width: 30px;
  margin: 0 4px;
  text-align: center;
  height: 30px;
}
.services_inner h4, .services_inner .short_text {
    color: #ffffff;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menubar.scrolled li.search-box {
    display: block !important;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
button.owl-prev, button.owl-next {
  background: #ffffff;
  border: 1px solid #000;
  padding: 6px 9px;
}
.owl-nav {
  margin: 12px auto;
  display: none;
}
button.owl-next.disabled, button.owl-prev.disabled {
    background: #bbb;
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
    font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input{
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #c2272d;
  border-radius: 0;
  padding: 10px 14px;
  color: #ffffff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color: #c2272d;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: #ffffff;
  color: #333333;
  border: 1px solid #c2272d;
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price{
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale{
  background-color: #c2272d;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2{
    max-width: 100%;
}
input#password, input#reg_password {
    padding: 10px;
}
.woocommerce div.product form.cart .variations select{
  background-color: #ffffff; 
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
}
.woocommerce a.added_to_cart {
    padding: 0 .5em .5em;
    display: inline-block;
}
.vw-credit {
  text-align: right;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    display: block;
    text-align: center;
}
/*-------------- media section ---------------*/
@media screen and (max-width:480px) {
  #sec_consultation h3 {
    font-size: 20px;
  }
  ul.nav.nav-pills.nav-justified {
    display: block;
  }
  .whychoose_us h2 {
    font-size: 24px !important;
    padding: 0 15px;
  }
  .consultation a {
    padding: 6px 4px;
  }
  .consultation span {
    font-size: 10px;
  }
  .consultation i.fas.fa-headphones {
    padding: 0px 8px 8px 6px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
  .consult_box_outer p {
    font-size: 20px;
  }
}
@media screen and (max-width:576px) {
  #slider .carousel-caption.d-none.d-md-block {
      display: none !important;
  }
  blockquote{
    width: 100%;
  }
  .media-small {
    padding-left: 10px !important;
  }
  .small_media {
    padding: 10px 0;
  }
  #sidebar ul li a {
    padding-left: 0px !important;
    font-size: 11px !important;
  }
  #footer input[type="email"] {
    font-size: 12px;
  }
  #header .logo {
    margin: 0;
    padding: 0 30px;
  }
  .copyright p{
    text-align: center !important;
    padding: 5px 0;
  }
  .prop_desc {
    display: none;
  }
  #slider p{
    margin: 0 0 9px 0;
  }
  #slider h5{
    font-size: 16px;
  }
  #slider a i{
    padding: 1px;
  }
  section h2{
    font-size: 22px;
  }
  .attorneys_box,
  .outer_post_box,
  .testi_qoute,
  .postbox,
  #sidebar {
      margin-left: auto;
      margin-right: auto;
  }
  .top-icon{
      top: -1%;
  }
  .above_title {
    margin-top: 2%;
  }
  .consultation {
    margin: 6px 0;
  }
  #header .logo h1 {
    text-align: center;
  }
  #header .logo p {
    text-align: center;
  }
  .practice-editor img{
    display: block;
    text-align: center;
    float: none;
  }
  .welcome_img {
    text-align: center;
    margin-top: 25px;
    width: 100%;
  }
  .welcome_img img {

    margin: 0 auto;
  }
  #slider h2.font-weight-bold {
    font-size: 12px !important;
  }
  .vw-credit
  {
    text-align: center !important;
  }
  #footer .about_me tr td i
  {
    font-size: 25px;
    display: block;
    text-align: center;
  } 
  .search_popup label
  {
    width: 71% !important;
  }
  .welcome-heading h2
  {
    text-align: center;
  }
  #welcome .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  .welcome-content p
  {
    text-align: center;
  }
  #welcome .welcome-content
  {
    text-align: center;
  }
  #courses h2
  {
    text-align: center;
  }
  #courses .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  #choosevideo h2
  {
    text-align: center;
  }
  #choosevideo .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  #choosevideo .subtitle
  {
    text-align: center;
  }
  #events h2
  {
    text-align: center;
  }
  #events .fancy-title
  {
    margin-right: auto;
    margin-left: auto;
  }
  #events .subtitle
  {
    text-align: center;
  }
  #team h2
  {
    text-align: center;
  }
  #team .fancy-title
  {
    margin-right: auto;
    margin-left: auto;
  }
  #team .subtitle
  {
    text-align: center;
  }
  #latest_post h2
  {
    text-align: center;
  }
  #latest_post .fancy-title
  {
    margin-right: auto;
    margin-left: auto;
  }
  #latest_post .subtitle
  {
    text-align: center;
  }
  #footer h3
  {
    padding-top: 25px;
    text-align: left !important;
  }
  #footer .widget_nav_menu ul li
  {
    text-align: left !important;
  }
  .choose-box-icon
  {
    max-width: 90px;
  }
  .testimonial-shortcode .testimonials-icon img
  {
    max-width: 58%;
    margin:0;
    padding-top: 20px;
  }
  .testimonial-shortcode .testimonials_inner
  {
    text-align: center;
  }
  #eventssc
  {
    text-align: center;
  }
  #eventssc img
  {
    padding-top: 25px;
  }
  .team-box
  {
    text-align: center;
  }
}
@media screen and (max-width:719px) {
  .row.bg-media {
    background: #000;
  }
  .menubar.scrolled.hmenu {
    background-color: #222222;
    overflow: scroll;
    height: 100%; 
  }
  .menubar.scrolled{
    margin-top: 0 !important;
  }
  .menubar.scrolled {
    padding: 0;
  }
  .contact-info {
    margin: 0 !important;
  }
  .search-box{
    float: none;
  }
  .aboutbg{
    top: 0;
  }
  .continnerbox{
    border-left: 25px solid transparent;
  }
  .menubar .nav ul li ul{
    display:none; 
    z-index:2;
    font-weight:normal;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul{ 
    width:100%;
    margin-top:0; 
    background-color:#222222;
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li{
    border-top:1px #303030 solid; 
    display:block;
    text-align:left;
    float:none;
    width: 100%;
    line-height: 1.9;
  }
  .nav ul li a{
    padding:5px 10px; 
    display:block; 
    color:#ffffff;
  }
  .nav ul li a:hover{
    color:#ff8a00;
  }
  .nav ul li ul,
  .nav ul li ul ul{ 
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
  padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  #services_tab .details-box {
    transform: inherit;
  }
  #services_tab .details-box-content {
    transform: inherit;
  }
  #newsletter .news_content {
    position: relative;
    top: 20px;
    transform: inherit;
  }
  #newsletter input[type="email"] {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  #header .logo p {
    text-align: center;
  }
  #masthead {
    min-height: 60px;
    position: relative;
    background: #002b46;
  }
  .toggle-nav {
    top: 15px;
  }
  .search-box span {
    padding: 6px 12px;
    margin: 8px;
  }
  .welcome-content a {
    display: inline-block;
    margin-bottom: 10px;
  }
  #slider .carousel-caption.d-none.d-md-block {
      display: block !important;
  }
  #slider p.font-weight-bold {
      display: none;
  }
  #our-services .page-box{
    margin-bottom:0.5em;
    margin-top:20px;
  }
  .testimonialwrapper-box{
    margin-bottom: 50px;
  }
  #header .logo a.custom-logo-link{
    position: static;
  }
  .mid-content {
    position: static;
    top: 0;
    transform: unset;
  }
  .consultation {
    margin: 9px 0;
  }
  .copyright p {
    margin-bottom: 15px;
    text-align: center;
  }
  .socialbox {
    text-align: center3434;
  }
  .site-title{
    font-size: 34px;
  }
  .site-description{
    font-size: 14px;
  }
  .main-header{
    margin-bottom: 25px;
  }
  .header-title{
    padding: 30px 0;
  }
  .main-title{
    font-size: 30px;
  }
  #masthead{
    min-height: 60px;
  }
  #masthead #site-branding img,
  #masthead.scrolled #site-branding img{
    max-height: 40px;
    width: auto;
  }
  .main-navigation li,
  #masthead.scrolled .main-navigation li{
    display: block;
  }
  .sf-arrows .sf-with-ul{
    padding-right: 0;
  }
  .menu > ul > li > a{
    padding: 10px 0;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .slide-cta{
    float: none;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
  }
  #home-slider-section .bx-wrapper .bx-controls-direction a{
    display: none;
  }
  .slide-button-left,
  .slide-button-right{
    padding: 7px 25px 7px 25px;
    min-width: 160px;
    font-size: 16px;
  }
  .featured-section-title{
      margin-bottom: 30px;
  }
  .featured-section-title:before{
    width: 100%;
    left: 0;
  }
  .featured-section-title span{
      font-size: 20px;
      padding: 0 20px;
  }
  .featured-post-wrap,
  .featured-post{
    display: block; 
    background: none;
  }
  .featured-post{
    background: #f9f9f9;
    margin-bottom: 16px;
  }
  .featured-post:last-child{
    margin-bottom: 0
  }
  .about-sec,
  .about-image{
    width: auto;
    float: none;
  }
  .about-sec{
    margin-bottom: 40px;
  }
  .about-image{
    max-width: 400px;
    margin: 0 auto;
  }
  #cta-section .cta-left{
    width: 100%;
    float: none;
    text-align: center;
  }
  #cta-section .cta-left p{
    max-width: 100%;
  }
  #cta-section .cta-left .leadin{
    font-size: 26px;
  }
  #cta-section .cta-right{
  width: 100%;
  float: none;
  text-align: center;
  padding: 40px 0 0 0;
  }
  .footer{
    width: 47%;
  }
  .footer:nth-child(3){
    clear: both;
  }
  .footer:nth-child(3),
  .footer:nth-child(4){
    margin-top: 25px;
  }
  .site-info{
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer-menu ul {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  #primary{
    width: auto !important;
    float: none !important;
    margin-bottom: 25px;
  }
  #secondary{
    width: auto;
    float: none !important;
  }
  .custom_btn{
    text-align: center;
    margin: 0 auto;
    display: block !important;
  }
  .woocommerce div.product div.images .flex-control-thumbs{
    margin: 10px 0 0 0;
  }
  .dis_more {
    margin: 20px 0;
  }
  .counter_wrapper {
    margin: 10px 0;
  }
  .counter_wrapper img {
    margin-bottom: 15px;
  }
  .pl-0 {
    padding-left: 15px !important;
  }
  .why_para {
    text-align: center;
  }
  .whychoose_us h2 {
    text-align: center;
  }
  .services_inner {
    text-align: center;
  }
  #our_services p {
    padding-top: 15px;
  }
  .contact-box .wpcf7 input[type="text"],
  .contact-box .wpcf7 input[type="email"],
  .contact-box .wpcf7 textarea{
    width: 100% !important;
  }
  .row.consult_inner,
  .row.key_inner,
  .row.news_inner,
  .row.client_inner{
    margin: 0;
  }
  .top_social {
    padding: 10px 0;
    margin-left: 0;
  }
  .menubar {
    position: relative;
    right: 0;
  }
  .consult_box_outer {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    border-right: 10px solid #ffffff;
  }
  .consult_title {
    -webkit-transform: unset; 
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
  .bth_consult a {
    float: inherit;
    position: static;
    top: 0;
    transform: none;
    right: 0;
  }
  .bth_consult{
    padding-bottom: 15px;
  }
  .serach_inner form.search-form {
    border-radius: inherit;
  }
  .search_popup label {
    background: transparent;
    width: 100%;
  }
  .vw-credit {
    text-align:center;
  }
  .contact-info {
    margin: 0 !important;
  }
  .home.page-template #masthead {
    background: #002b46;
    margin-bottom: 0px;
    position:relative;
  }
  #slider h2.font-weight-bold {
    font-size: 20px;
  }
  .menubar .nav ul li, .menubar.scrolled .main-navigation li {
    border-top: 1px #303030 solid;
    display: block;
    text-align: left;
    float: none;
    width: 100%;
    line-height: 1.9;
  }
  #header .address
  {
    padding-top: 15px;
  }
  .welcome-heading h2
  {
    text-align: center;
  }
  #welcome .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  .welcome-content
  {
    text-align: center;
  }
  #welcome .welcome_img
  {
    text-align: center;
    padding-top: 30px;
  }
  #courses h2
  {
    text-align: center;
  }
  #courses .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  #why-choose-us h2
  {
    text-align: center;
  }
  #why-choose-us .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  #why-choose-us .subtitle
  {
    text-align: center;
  } 

  #events h2
  {
    text-align: center;
  }
  #events .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  #events .subtitle
  {
    text-align: center;
  } 
  #team h2
  {
    text-align: center;
  }
  #team .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  #team .subtitle
  {
    text-align: center;
  } 

  #latest_post h2
  {
    text-align: center;
  }
  #latest_post .fancy-title
  {
    margin-left: auto;
    margin-right: auto;
  }
  #latest_post .subtitle
  {
    text-align: center;
  }
  #footer h3 
  {
    padding-top: 25px;
  }
  #footer .widget_nav_menu h3
  {
    text-align: center;
  }
  #footer .widget_nav_menu ul li
  {
    text-align: center;
  }
  #eventssc img
  {
    padding-top: 25px;
  }
  .partners_inner
  {
    top: 5em;
  }
}
@media screen and (max-width:991px) {
  .toggle-nav {
    right: 0px;
  }
  .search-box{
    float: none;
  }
  .aboutbg{
    top: 0;
  }
  .search-box form.search-form{
    margin: 0 auto;
  }
  .social-box .social-media {
    padding-top: 21px;
  }
  #footer input[type="submit"] {
    padding: 9px 3%;
  }
  .socialbox a {
    padding: 3px 4px;
    border-radius: 5px;
  }
  .socialbox a i{
    font-size: 12px;
    width: auto;
  }
  small {
    font-size: 13px !important;
  }
  #newsletter input[type="submit"] {
    margin-left: 0;
    margin-top: 10px;
  }
  #slider .carousel-control-prev-icon,
  #slider .carousel-control-next-icon{
    margin-top: 51px;
  }
  #slider a i {
    padding: 5px 8px;
    font-size: 15px;
  }
  #footer .widget_nav_menu h3
  {
    text-align: left;
  }
  #footer .widget_nav_menu ul li
  {
    text-align: left;
  }
}
@media screen and (max-width: 1024px){
	iframe {
	    width: 100%;
	    height: auto;
	}
  .toggle-nav{
    display: block;
  }
  .menubar .main-navigation a{
    color: #ffffff;
  }
  #site-navigation{
    display: none;
    position: absolute;
    top: 55px;
    background: #002b46;
    left: 0;
    right: 0;
    float: none;
    width: auto;
    z-index: 1;
  }
  .main-navigation a{
    color: #444;
  }

  .main-navigation .menu{
    float: none;
    text-align: center;
  }

  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li{
    display: block;
  }

  .main-navigation .menu > ul > li.highlight{
    background: transparent !important;
  }

  .menu > ul > li:hover:before, 
  .menu > ul > li.current_page_item:before, 
  .menu > ul > li.current-menu-item:before{
    display: none;
  }

  .sf-arrows .sf-with-ul:after{
    border-top-color: #333;
  }
  .innermenubox {
    position: unset;
  }
  .menubar.scrolled .innermenubox{
    position: static;
  }

  #site-branding{
    width: 80%;
    width: calc(100% - 60px);
    float: left;
  }
  .free_consultation {
    font-size: 12px;
  }
  #eventssc img
  {
    padding-top: 25px;
  }
  .scrolled
  {
    border-bottom: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .no-pad {
    padding: 0;
  }
  .innermenubox {
    position: static;
  }
  .address i {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px !important;
    margin-top: 3px;
    padding: 6px 4px;
    width: 25px;
  }
  #slider h2 {
    font-size: 17px;
  }
  #slider .carousel-caption {
    top: 70%;
  }
  #site-navigation{
    margin: 0 15px;
  }
  .menubar.scrolled #site-navigation{
    margin: inherit;
  }
  #footer .about_me tr td i
  {
    display: block;
    text-align: center;
  }
  #footer h3
  {
    padding-top: 25px;
  }
  #choosevideo iframe
  {
    height: 300px;
  }
  .partners_inner
  {
    top:5em;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px){
  #slider h2 {
    font-size: 24px;
  }
  #slider .carousel-caption {
    top: 65%;
  }
  #choosevideo iframe
  {
    height: 350px;
  }
  #footer h3
  {
    text-align: center;
  }
  #footer .widget_nav_menu ul li
  {
    text-align: center;
  }
  #eventssc img
  {
    padding-top: 25px;
  }
  .partners_inner
  {
    top:5em;
  }
}