/*!
 * Theme Name: AKATSI
 * Theme URI: https://www.codewaysteam.com
 * Author:    Samuel Akama & Eric Robertson Yaw I
 * Author URI: https://www.codewaysteam.com
 * Description: A simple, responsive custom wordpress theme.
 * Version: 1.0
 * License: GNU General Public License v3
 * License URI: http://www.gnu.org/licenses/gpl.html
 */

 /*================================*/

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}


@font-face {
  font-family: 'karla';
  src:url('fonts/Sen-Regular.ttf') format(truetype);
}


@font-face {
  font-family: 'sketch';
  src:url('fonts/Rubik-Bold.ttf');
}

body {
 background-color:  #F2F2F2;D3E6E3;
 font-family: 'karla', sans-serif;
 font-size: 13pt;
}

p {
  font-size: 13pt;
  font-family: 'karla', sans-serif;
}

/*::-webkit-scrollbar { width: 10px; }

::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0; }

::-webkit-scrollbar-thumb { border-radius: 0; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-moz-scrollbar { width: 10px; }

::-moz-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0; }

::-moz-scrollbar-thumb { border-radius: 0; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }*/

::-m-scrollbar { width: 10px; }

::-m-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0; }

:-m-scrollbar-thumb { border-radius: 0; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }*/






/***********************************************************************************
 *                            desktop
 * 
 * *******************************************************************************/



@media only screen and (min-width: 992px) {

  .navbar-header {
    float:left;
  }

/*** main navigation ***/


.topbar {
  position: relative;
  background-color: #00338d;linear-gradient(to bottom, #ffffff, #f2f2f2); #f4f4f4;00338d;
  padding: 8px 6px 6px 6px;
  margin: 0;
  color:  #ffffff;00338d;
  font-family: 'karla', sans-serif;
  font-size: 12pt;
 }

 .topbar:before {
 content: '';
  height: 4px;
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  background: linear-gradient(to right, #ffffff 0%,#ffffff 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
/*
  background: linear-gradient(to right, #ed8034 0%,#ed8034 33%,#feb123 33%,#feb123 66%,#2184cd 66%,#2184cd 100%);
 */}

.topbar-left {
  text-align: left;
}

.topbar-right {
  text-align: right;
}


.topbar a {
  color:  #FFF;
}

.topbar-right ul.social-links {
  text-align: right;
  padding:0;
  margin: 0;
  width: auto;
  height: auto;
}

.topbar-right ul.social-links > li {
    display: inline-block;
    margin: 0;
    padding:0;
}

.topbar-right ul.social-links li .fab {
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}

.topbar-right ul.social-links li a.fa-facebook-square {
  color:  red;
}

.navbar-default {
  background-color: #FFF;
  margin: 0;
  padding: 1px 0;
  border: none;0px;
  box-shadow: 0px 1px 1px #111;
  /*border-bottom: 3px solid #ec3237;
  border-left:  3px solid #00338d;
  border-right: 3px solid #00338d;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;*/
}

.navbar-brand img {
  background: transparent;
  margin:-10px;
}

.navbar-nav {
  margin: 18px;
}

.navbar-default .navbar-nav > li > a {
  background: transparent;
  font-family: 'karla', sans-serif;
  font-size: 12pt;
  text-transform: capitalize;
  line-height: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #1e1e1e;
  }

.navbar-default .navbar-nav > li > a:hover {
  background: transparent;
  color: #00338d;
	text-decoration: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#00338d;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  color: #000000;
  font-family: 'karla', sans-serif;
}



.current-menu-parent > a {
  background-color: transparent;
  color: #00338d  !important;
  font-weight: bold;
}


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

  .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 15px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ' ';
  }

  .navbar-nav > li > .dropdown-menu {
    background-color:  rgba(255,255,255,0.9);
    margin-top: -1px;
    padding: 4px 0;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .dropdown-menu > li > a {
    color: #000;
    font-family: 'karla', sans-serif;
    font-size: 11pt;
    padding: 6px 20px;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: rgba(0,51,141,0.85);
    color: #FFF !important;
    text-decoration: none;
  }

  .dropdown:hover .dropdown-menu {
      display: block;
  }
  .dropdown-submenu {
      position: relative !important;
  }

  .dropdown-submenu>.dropdown-menu {
      top: 0 !important;
      left: 100% !important;
      margin-top: -6px !important;
      margin-left: -1px !important;
      border-radius: 0 !important;
  }

  .dropdown-submenu:hover>.dropdown-menu {
      display: block !important;
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #FFF !important;
    text-decoration: none;
    background-color: #00338d;
    outline: 0;
  }

  /*.dropdown-submenu>a:after {
      display: block;
      content: "\f105";
      font-family: 'FontAwesome';
      margin-top: -18px;
      right: 15px;
      position: absolute;
      font-weight: 300;
  }*/

/*
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
*/





/*** content Sections ***/

.main-content {
  margin: 34px 0 30px 0;
}

.main-content .panel-simple {
  background-color:  #F1F1F1 !important;
  border: 1px solid #f2f2f2;
}

.main-content .panel-body p {
  margin: 0px;
  font-family: 'karla', sans-serif;
}


section .content-section {
  padding-top: 20px;
  padding-bottom:  20px;

}

.content-section h3.title {
  font-family: 'sketch',sans-serif;
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 20px;
  color:  #00338d;00338d;
}

span.underline {
  padding: 5px 10px;
  border-bottom:  2px dashed #00338d;00338d;
}

#news-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 6px 5px 6px;
  height: 500px;
}

#announcement-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom:20px;
  padding: 5px 6px 5px 6px;
  height: 480px;
  overflow-y: scroll;
  
}

.announcement-content {
  width:  auto;
  min-height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.announcement .row {
  display: flex;
  flex-wrap: wrap;
}
.announcement .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.news-content {
  width:  auto;
  min-height: 400px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.news-content .row {
  display: flex;
  flex-wrap: wrap;
}
.news-content .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


section.news-events {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2 !important;
}

.posted-date-wrap {
  width: 100%;
  padding: 4px 0;
  margin-top: 4px;
  margin-bottom: 2px;
  border-top: 1px solid #f3f3f3;
}


section.departments {
  background: -moz-linear-gradient(top, #00338D 0%, #B6C4DE 100%);
  background: -webkit-linear-gradient(top, #00338D 0%, #B6C4DE 100%);
  background: linear-gradient(to bottom, #00338D 0%, #B6C4DE 100%);
  width: auto;
  min-height: 400px;
  padding: 20px 0 50px 0;
}

#department-wrap a h4 {
  position: absolute;
  top: 30%;
  left: 15px;
  background-color:  rgba(0,51,141,0.80);
  width: auto;
  height: auto;
  font-size: 16pt;
  font-weight: normal;
  color:  #FFF;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-decoration: none;
  padding:20px 10px 20px 10px;
  inline-size:250px;
  overflow-wrap:break-word;
}

#department-wrap .panel-simple {
    margin-top: 30px !important;
    border-radius: 25px;
    border: 4px solid #FFF;
}

#department-wrap .panel-simple:hover {
  box-shadow: 0px 1px 2px #111;
  border: 4px solid #F4F4F4;
}




section.media-section {
  /*background-color: #E6F4F1 !important;*/
  background-color:  #FFFFFF;
  width: auto;
  min-height: 400px;
  padding: 20px 0 50px 0;
}


.glance-wrapper {
  width: auto;
  min-height: 200px;
  margin-top: 50px;
}

.media-section .panel-glance1 {
  position: relative;
  background-color:  none;
  border-left: 2px solid #00338d;
  border-right: 2px solid #00338d;
  border-top:  2px solid #00338d;
  color:  #00338d;
  text-align: center;
  padding: 30px 10px;
  font-family: 'karla', sans-serif;
}

.panel-glance1:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #00338d 0%,#00338d 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
}


/*.media-section .panel-glance2{
  background-color:  #ec3237;
  color:  #FFF;
  text-align: center;
  padding: 30px 10px;

}*/


.media-section .panel-glance2{
  position: relative;
  background-color: #76c5f0;ec3237;
  /*border-left: 2px solid #ec3237;
  border-right: 2px solid #ec3237;
  border-top:  2px solid #ec3237;*/
  color:  #FFF;
  text-align: center;
  padding: 30px 10px;
  font-family: 'karla', sans-serif;
}

/*.panel-glance2:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #fff112 0%,#fff112 33%,#ec3237 33%,#ec3237 66%, #00338d 66%, #00338d 100%);
}*/




.media-section .panel-glance3{
  position: relative;
  background-color:  none;
  border-left: 2px solid #00338d;fff112;
  border-right: 2px solid #f00338d;ff112;
  border-top:  2px solid #00338d;fff112;
  color:  #00338d;fff112;
  text-align: center;
  padding: 30px 10px;
  font-family: 'karla', sans-serif;
}

.panel-glance3:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #00338d 0%,#00338d 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
}


.panel-glance1 span,.panel-glance2 span, .panel-glance3 span {
  font-size: 26pt;
  font-weight: 800;
}

.panel-glance1 h2, .panel-glance2 h2, .panel-glance3 h2{
  font-size:  15pt;
}


#study-experience {
    background: url('img/experience.jpg') rgba(0,141,51,0.8);
    background-position: top left;
    background-size: cover;
    width: auto;
    min-height:60px;
    padding: 130px 0 130px 0;
    background-blend-mode: multiply;
    
}

#full-screen .container { height: 100%;}
#content {
  min-height: 200px;
}


section.feature-image {
  width: 100%;
  min-height: 30px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin: 0;
  border-bottom: 5px solid #00338d;
}

section.feature-image h1 {
  font-family: 'sketch',sans-serif;
  font-size: 32px;
  font-weight: bolder;
  position: relative;
  top: 40%;
  text-align: center;
  margin:0;
  padding:0;    
  color:  #FFF;
  text-shadow: 0px 0px 1px #444;
}

.program-hover > img:hover {
box-shadow: 1px 6px 12px #999;
transition-delay: 0.2ms;
transition-property: all;
}


/**** Buttons ****/

.btn-zurash {
  background: #FFFFFF;
  padding: 4px 6px;
  color: #00338d !important;
  border:1px solid #00338d;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;

}

.btn-search {
    background:transparent;
    padding:1px 2px;
    color: #00338d;
    border: 0;
}

.btn-zurash:hover  {
  background: transparent;
  color: #00338d !important;
  border: 1px solid #00338d;
}


/**** Content Views Style***/

.pt-cv-content .btn-success {
  background-color: #f2a016;
  border:1px solid #f2a016;
  color: #FFF;
  border-radius: 0;
}

.pt-cv-content .btn-success:hover {
  background-color: transparent;
  border: 1px solid #f2a016;
  color: #f2a016;
  border-radius: 0;
}



/***********************
Forms
***********************/

.first_name input[type='text'],
.last_name input[type='text'], 
.phone input[type='text'], 
.email input[type='email'] {
  height: 40px !important;
  background-color: #f4f4f4 !important;
  color: #000 !important;
  border: 1px solid #D3E6E3 !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  padding: 10px !important;
  box-shadow: none !important;
}
 

.your_message textarea {
  background-color: #F4F4F4 !important;
  color: #000 !important;
  border: 1px solid #D3E6E3 !important;
  margin-bottom: 25px !important;
  box-shadow: none !important;
}


.submit input[type='submit'] {
  width: 200px;
  padding: 10px 20px !important;
  margin: 10px 0;
  background-color: #00338d !important;
  color: #FFFFFF !important;
}


/*** Panel Style ***/


.panel-default {
 border-radius: 0;
 border: 0;
}

.panel-default .wpb_wrapper p {
  padding: 6px 0;
  margin: 0;
  font-family: 'karla', sans-serif;
}
.panel-default .wpb_content_element {
  margin-bottom: 10px !important;
}

.panel-default .wpb_wrapper h1,
.panel-default .wpb_wrapper h2,
.panel-default .wpb_wrapper h3,
.panel-default .wpb_wrapper h4,
.panel-default.wpb_wrapper h5 {
  font-family: 'sketch' !important;
  margin-top: 0px;
  margin-bottom: 5px;
  color:  #00338d;
}

.content-section p {
 padding: 10px 0;
 margin: 1px 0;
 text-align: justify;
 font-family: 'karla', sans-serif;
}

.panel-simple {
  margin-bottom: 5px;
}

.panel-heading {
  height:100px;
  font-size:18px;
  padding: 5px 15px;
  border: none;
  font-family: 'karla', sans-serif;
}

.panel-heading h2 {
font-size: 18px;
}

.panel-default .panel-img {
  background-color:  #FFF;
  width: auto;
  height: auto;
  padding: 5px;
}

.panel-default .img-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.panel-default .panel-img > img:hover {
box-shadow: 1px 6px 12px #999;
transition-delay: 0.2ms;
transition-property: all;
}

.wpcf7 {
  background: rgb(255,255,255);
  padding: 20px 40px;
  border-top: 2px solid #f817bb;
  border-radius: 0;
  -web-kit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;ss
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  background-color: #edebec;
  width: 100%;
  height: 40px;
  padding: 4px;
  text-align: center;
  border: 1px solid #edebec;
}

.wpcf7-textarea {
  width: 100%;
  background-color: #edebec;
  padding:4px;
  text-align: center;
  border: 1px solid #edebec
}

.wpcf7-submit {
  position: relative;
  background-color: #f817bb;
  padding: 4px 30px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}

.error-message {
  width: 550px;
  height: 60px;
  padding: 4px 0 20px 0;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}


.section-heading {
    margin-bottom: 30px;
}




/*h1.page-title {
  font-family: sans-serif;
  font-size: 30pt;
  color: #FFF;
  text-shadow: 1px 2px 4px #333;
}*/



  .widget-section {
    margin: 0px 4px 15px 4px;
  }

  .widget-section .textwidget {
    padding: 1px 4px;
    margin: 0 4px;
  }

  .widget-section .textwidget p {
    margin:  15px 0;
    font-family: 'karla', sans-serif;
  }

  .widget-section ul {
    margin:  0 0 0 -4px;
  }

  .widget-section ul li {
    list-style: cirlce;
    margin:0 0 0 15px;
  }

  .widget-section h3 {
      font-family: 'sketch' !important;
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 20px;
      color:  #FFF;
  }

  .widget-heading {
    padding: 5px 10px;
    border-bottom:  1px dashed #FFF;
    border-bottom-left-radius: 10px;
  }


.widget-nav-menu a {
  color: #FFF;
  text-decoration: darkblue;
}




/*
.footerBefore ul {
  padding:0;
}

.footerBefore ul li {
  margin:0;
  padding: 2px 10px;
}

.footerBefore ul li a {
  color: #FFF;
}


.footerBefore ul.social-links {
 text-align: center;
  padding:0;
  margin: 0;
  width: auto;
  height: auto;
}

.footerBefore ul.social-links > li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    text-align: center;
}

.footerBefore ul.social-links li .fa {
  padding: 4px 6px 5px 6px;
  width: 30px;
  height: 25px;
  border:  1px solid #FFF;
}
*/

.footerBefore ul {
  padding:0;
  margin: 0;
}

.footerBefore ul li {
  margin-left: 15px;
  padding: 2px 1px;
}

.footerBefore ul li a {
  color: #FFF;
}

.footerBefore ul.social-links {
  padding:0;
  margin: 0;
}

.footerBefore ul.social-links > li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    text-align: center;
}

.footerBefore ul.social-links > li > a img {
  width: 30px;
  height: 30px;
}

.footerBefore ul.social-links > li >a img:hover {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#footer-nav {
  background-color:  #ffffff;4a8eff;00338d;4a8eff;3437a2;00338d;
  padding: 25px;
  color: #00338d;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  border-top: 4px solid #ec3237;fff112;ec3237;4a8eff;003768;
  border-left: 4px solid #00338d;ec3237;4a8eff;003768;
  border-right: 4px solid #00338d;ec3237;4a8eff;003768;
}


.social-area h4.title {
  font-family: 'sketch',sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  color:  #FFF;
}

.social-area h4 span.underline {
  max-width: 50px;
  padding: 5px 10px;
  border-bottom: 1px dashed #FFF;
}

.social-area {
  width:  auto;
  margin-top: 40px;
  min-height: 50px;
}


p.copyright {
    margin: 15px 0 0;
    font-family: 'karla', sans-serif;
}





/*#content .uc_starter_team_member .uc_starter_team_member_inner .uc_member_pic {
    width: 256px;
    height: 256px;
    border-radius:100%;
    overflow: hidden;
    display: inline-block;
    margin: 25px 0;
}
*/

#content .uc_starter_discount_box .uc_starter_discount_box_inner {
    
    box-shadow: 0px 1px 2px 2px rgba(34,34,34,0.7) important;

    
    }

#content .uc_inner_text h2 {
    font-size:16pt;
    text-transform: capitalize;
}

#content .uc_inner_text a {
    padding: 8px 10px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 0px;
}

#content .uc_starter_discount_box .uc_starter_discount_box_inner{
border-radius: 4px;
max-width:100%;
margin:0 auto;
position:relative;
overflow:hidden;
-webkit-box-shadow: none;0px 1px 34px -4px rgba(161,158,161,1);
-moz-box-shadow: none; 0px 1px 34px -4px rgba(161,158,161,1);
box-shadow: none;0px 1px 34px -4px rgba(161,158,161,1);
} 


}













/****************************************************
SMALL SCREENS (TABLET)
************************************************* ***/
@media only screen and (min-width: 768px){
    
/*.navbar-header {
        float: none;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    
    .navbar-nav>li {
        float: none;
    }
    
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
 
    
  .navbar-header {
    float:left;
  }
  */

/*** main navigation ***/
.topbar {
  position: relative;
  background-color: #00338d;
  padding: 10px 6px 6px 6px;
  margin: 0;
  color:  #ffffff;
  font-family: 'karla', sans-serif;
  font-size: 12pt;
 }

  .topbar:before {
 content: '';
  height: 4px;
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  background: linear-gradient(to right, #ffffff 0%,#ffffff 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
/*
  background: linear-gradient(to right, #ed8034 0%,#ed8034 33%,#feb123 33%,#feb123 66%,#2184cd 66%,#2184cd 100%);
 */}

.topbar-left {
  text-align: left;
  
}

.topbar-right {
  text-align: right;
}


.topbar a {
  color:  #FFF;
}

.topbar-right ul.social-links {
  text-align: right;
  padding:0;
  margin: 0;
  width: auto;
  height: auto;
}

.topbar-right ul.social-links > li {
    display: inline-block;
    margin: 0;
    padding:0;
}

.topbar-right ul.social-links li .fa {
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
}


.navbar-default {
  background-color: #FFF;
  margin: 0;
  padding: 1px 0;
  border: none;0px;
  box-shadow: 0px 0px 1px #222;
}

.navbar-brand img {
  background: transparent;
  margin:-10px;
}

.navbar-nav {
  margin: 18px;
}

.navbar-default .navbar-nav > li > a {
  background: transparent;
  font-family: 'karla', sans-serif;
  font-size: 12pt;
  text-transform: capitalize;
  line-height: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #1e1e1e;
  }

.navbar-default .navbar-nav > li > a:hover {
  background: transparent;
  color: #00338d;
  text-decoration: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color:#00338d;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
  color: #000000;
  font-family: 'karla', sans-serif;
}



.current-menu-parent > a {
  background-color: transparent !important;
  color: #00338d  !important;
  font-weight: bold;
}


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

  .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 15px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ' ';
  }

  .navbar-nav > li > .dropdown-menu {
    background-color:  rgba(255,255,255,0.9);
    margin-top: -1px;
    padding: 4px 0;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .dropdown-menu > li > a {
    color: #000;
    font-size: 11pt;
    padding: 6px 20px;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: rgba(0,51,141,0.85);
    color: #FFF !important;
    text-decoration: none;
  }

  .dropdown:hover .dropdown-menu {
      display: block;
  }
  .dropdown-submenu {
      position: relative !important;
  }

  .dropdown-submenu>.dropdown-menu {
      top: 0 !important;
      left: 100% !important;
      margin-top: -6px !important;
      margin-left: -1px !important;
      border-radius: 0 !important;
  }

  .dropdown-submenu:hover>.dropdown-menu {
      display: block !important;
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #FFF !important;
    text-decoration: none;
    background-color: #00338d;
    outline: 0;
  }

  /*.dropdown-submenu>a:after {
      display: block;
      content: "\f105";
      font-family: 'FontAwesome';
      margin-top: -18px;
      right: 15px;
      position: absolute;
      font-weight: 300;
  }*/

  /********** widgets area Styles **********/
  .widget {
    list-style: none;
  }

 /* .widget-heading {
    position:relative;
    background-color: #07a550;006dcc;
    left: -4px;
    bottom: 8px;
    padding:5px 30px;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 30px;
  }
*/


/********************
Content Section
********************/

.main-content {
  margin: 34px 0 30px 0;
}

.main-content .panel-simple {
  background-color:  #F1F1F1 !important;
  border: 1px solid #f2f2f2;
}

.main-content .panel-body p {
  margin: 0px;
  font-family: 'karla', sans-serif;
}


section .content-section {
  padding-top: 20px;
  padding-bottom:  20px;
}

.content-section h3.title {
  font-family: 'sketch',sans-serif;
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color:  #00388d;00338d;
}



.content-section h3 a {
  font-size: 12pt;
  color:  #00338d;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
}


span.underline {
  max-width: 50px;
  padding: 5px 10px;
  border-bottom:  2px dashed #00388d;
}



#news-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 6px 5px 6px;
  height: 500px;
}

/*
#announcement-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom:20px;
  padding: 5px 6px 5px 6px;
  height: 480px;
  overflow-y: scroll;
}*/

#announcement-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom:20px;
  padding: 5px 6px 5px 6px;
  height: auto;  
}


.announcement-content {
  width:  auto;
  min-height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.announcement .row {
  display: flex;
  flex-wrap: wrap;
}
.announcement .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.news-content {
  width:  auto;
  min-height: 400px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.news-content .row {
  display: flex;
  flex-wrap: wrap;
}
.news-content .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


section.news-events {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2 !important;
}

.posted-date-wrap {
  font-size: 9pt;
  width: 100%;
  padding: 4px 0;
  margin-top: 4px;
  margin-bottom: 2px;
  border-top: 1px solid #f3f3f3;
}

.posted-date-wrap a, #announcement-wrap .list-group-item-text a  {
  color:  #00008b;
}

section.departments {
  background-color: #B6C4DE;
  width: auto;
  min-height: 400px;
  padding: 20px 0 50px 0;
}

#department-wrap a h4 {
  position: absolute;
  top: 30%;
  left: 15px;
  background-color:  rgba(0,51,141,0.80);
  width: auto;
  height: auto;
  font-size: 16pt;
  font-weight: normal;
  color:  #FFF;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-decoration: none;
  padding:20px 10px 20px 10px;
  inline-size:250px;
  overflow-wrap:break-word;
}

#department-wrap .panel-simple {
    margin-top: 25px !important;
    border:  4px solid #FFFFFF;
    border-radius: 15px;
}

#department-wrap .panel-simple:hover {
  box-shadow: 0px 1px 2px #111;
  border: 4px solid #F4F4F4;
}


section.media-section {
  /*background-color: #E6F4F1 !important;*/
  background-color:  #FFFFFF;
  width: auto;
  min-height: 400px;
  padding: 20px 0 50px 0;
}



.glance-wrapper {
  width: auto;
  min-height: 200px;
  margin-top: 50px;
}

.media-section .panel-glance1 {
  position: relative;
  background-color:  none;
  border-left: 2px solid #00338d;
  border-right: 2px solid #00338d;
  border-top:  2px solid #00338d;
  color:  #00338d;
  text-align: center;
  padding: 30px 10px;
  font-family: 'karla', sans-serif;
}

.panel-glance1:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #00338d 0%,#00338d 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
}


/*.media-section .panel-glance2{
  background-color:  #ec3237;
  color:  #FFF;
  text-align: center;
  padding: 30px 10px;

}*/


.media-section .panel-glance2{
  position: relative;
  background-color: #76c5f0;ec3237;
  /*border-left: 2px solid #ec3237;
  border-right: 2px solid #ec3237;
  border-top:  2px solid #ec3237;*/
  color:  #FFF;
  text-align: center;
  padding: 30px 10px;
  font-family: 'karla', sans-serif;
}

/*.panel-glance2:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #fff112 0%,#fff112 33%,#ec3237 33%,#ec3237 66%, #00338d 66%, #00338d 100%);
}*/




.media-section .panel-glance3{
  position: relative;
  background-color:  none;
  border-left: 2px solid #00338d;fff112;
  border-right: 2px solid #00338d;fff112;
  border-top:  2px solid #00338d;fff112;
  color:  #00338d;fff112;
  text-align: center;
  padding: 30px 10px;
  font-family: 'karla', sans-serif;
}

.panel-glance3:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #00338d 0%,#00338d 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
}


.panel-glance1 span,.panel-glance2 span, .panel-glance3 span {
  font-size: 26pt;
  font-weight: 800;
}

.panel-glance1 h2, .panel-glance2 h2, .panel-glance3 h2{
  font-size:  15pt;
  font-family: 'karla', sans-serif;
}



.content-section #news-wrap {
  width:  auto;
  min-height: 400px;
  margin-bottom: 15px;
}

#announcement-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom: 30px;
}


#study-experience {
    background: url('img/experience.jpg') rgba(0,51,141,0.99);
    background-position: top left;
    background-size: cover;
    width: auto;
    min-height:60px;
    padding: 130px 0 130px 0;
    background-blend-mode: overlay;
    
}


/**** Buttons ****/

.btn-zurash {
  background: transparent;
  width:auto;
  height:75px;
  font-size: 15pt;
  padding: 18px 16px;
  color: #FFF !important;
  border:3px solid #FFF;
  font-weight: bold;
}

.btn-search {
    background:transparent;
    padding:1px 2px;
    color: #00338d;
    border: 0;
}

.btn-zurash:hover  {
  background: transparent;
  color: #fff !important;
  border: 3px solid #fff;
}



  section.feature-image-default {
    background-color: #B6C4DE !important;
    width: 100%;
    min-height: 20px;
    padding: 12px 0 15px 0;
    margin-top:0px;
  }

  section.feature-image-default h1 {
     font-family: 'sketch',sans-serif;
     font-size: 28px;
     font-weight: bolder;
     margin-bottom: 20px;
     color:  #00338d;
  }
  
  

section.feature-image {
  width: 100%;
  min-height: 30px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin: 0;
  border-bottom: 5px solid #00338d;
}

section.feature-image h1 {
  font-family: 'sketch',sans-serif;
  font-size: 32px;
  font-weight: bolder;
  position: relative;
  top: 40%;
  text-align: center;
  margin:0;
  padding:0;    
  color:  #FFF;
  text-shadow: 0px 0px 1px #444;
}
 /*** Panel Style ***/


.panel-default {
 border-radius: 0;
 border: 0;
}

.panel-default .wpb_wrapper p {
  padding: 6px 0;
  margin: 0;
}
.panel-default .wpb_content_element {
  margin-bottom: 10px !important;
}

.panel-default .wpb_wrapper h1,
.panel-default .wpb_wrapper h2,
.panel-default .wpb_wrapper h3,
.panel-default .wpb_wrapper h4,
.panel-default.wpb_wrapper h5 {
  font-family: 'sketch' !important;
  margin-top: 0px;
  margin-bottom: 5px;
  color:  #00338d;
}

.content-section p {
 padding: 10px 0;
 margin: 1px 0;
 text-align: justify;
 font-family: 'karla', sans-serif;
}

.panel-simple {
  margin-bottom: 5px;
}

.panel-heading {
  height:100px;
  font-size:18px;
  padding: 5px 15px;
  border: none;
  font-family: 'karla', sans-serif;
}

.panel-heading h2 {
font-size: 18px;
}

.panel-default .panel-img {
  background-color:  #FFF;
  width: auto;
  height: auto;
  padding: 5px;
}

.panel-default .img-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.panel-default .panel-img > img:hover {
box-shadow: 1px 6px 12px #999;
transition-delay: 0.2ms;
transition-property: all;
}



  /********** widgets area Styles **********/

  .widget {
    padding: 10px 2px 15px 2px;
    margin: 10px 0;
    border:  1px solid #ff0000;
  }
  
  
 .widget-section {
    margin: 0px 4px 15px 4px;
  }

  .widget-section .textwidget {
    padding: 1px 4px;
    margin: 0 4px;
    font-family: 'karla', sans-serif;
  }

  .widget-section .textwidget p {
    margin:  15px 0;
    font-family: 'karla', sans-serif;
  }

  .widget-section ul {
    margin:  0 0 0 -28px;
  }

  .widget-section ul li {
    list-style: circle;
    padding: 0;
    margin: 0;
  }

  .widget-section h3 {
      font-family: 'sketch' !important;
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 20px;
      color:  #FFF;
  }
  
  .widget-section h3 {
      font-family: 'sketch' !important;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 20px;
      color:  #FFF;
  }

  .widget-heading {
  padding: 5px 10px;
  border-bottom:  1px dashed #FFF;
  border-bottom-left-radius: 10px;
  }
  
  
  

/***********************
Forms
***********************/

.first_name input[type='text'],
.last_name input[type='text'], 
.phone input[type='text'], 
.email input[type='email'] {
  height: 40px !important;
  background-color: #f4f4f4 !important;
  color: #000 !important;
  border: 1px solid #D3E6E3 !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  padding: 10px !important;
  box-shadow: none !important;
}
 

.your_message textarea {
  background-color: #F4F4F4 !important;
  color: #000 !important;
  border: 1px solid #D3E6E3 !important;
  margin-bottom: 25px !important;
  box-shadow: none !important;
}


.submit input[type='submit'] {
  width: 200px;
  padding: 10px 20px !important;
  margin: 10px 0;
  background-color: #00338d !important;
  color: #FFFFFF !important;
}

#content .uc_starter_discount_box .uc_starter_discount_box_inner {
    
    box-shadow: 0px 1px 2px 2px rgba(34,34,34,0.7) important;

    
    }

#content .uc_inner_text h2 {
    font-size:16pt;
    text-transform: capitalize;
}

#content .uc_inner_text a {
    padding: 8px 10px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 0px;
}

#content .uc_starter_discount_box .uc_starter_discount_box_inner{
border-radius: 4px;
max-width:100%;
margin:0 auto;
position:relative;
overflow:hidden;
-webkit-box-shadow: none;0px 1px 34px -4px rgba(161,158,161,1);
-moz-box-shadow: none; 0px 1px 34px -4px rgba(161,158,161,1);
box-shadow: none;0px 1px 34px -4px rgba(161,158,161,1);
} 




/************************
footer
************************/

.footerBefore ul {
  padding:0;
  margin: 0;
}

.footerBefore ul li {
  margin-left: 5px;
  padding: 2px 1px;
 
}

.footerBefore ul li a {
    font-family: 'karla', sans-serif;
  color: #FFF;
}

.footerBefore ul.social-links {
  padding:0;
  margin: 0;
}

.footerBefore ul.social-links > li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    text-align: center;
}

.footerBefore ul.social-links > li > a img {
  width: 30px;
  height: 30px;
}

.footerBefore ul.social-links > li >a img:hover {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}


#footer-nav {
  background-color:  #ffffff;4a8eff;00338d;4a8eff;3437a2;00338d;
  padding: 25px;
  color: #00338d;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  border-top: 4px solid #ec3237;fff112;ec3237;4a8eff;003768;
  border-left: 4px solid #00338d;ec3237;4a8eff;003768;
  border-right: 4px solid #00338d;ec3237;4a8eff;003768;
}


.social-area h4.title {
  font-family: 'sketch',sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  color:  #FFF;
}

.social-area h4 span.underline {
  max-width: 50px;
  padding: 5px 10px;
  border-bottom: 1px dashed #FFF;
}

.social-area {
  width:  auto;
  margin-top: 40px;
  min-height: 50px;
}

}


/******************************************END of TABLET************************************************/







/*** **********************************
MOBILE STYLES 
**************************************/
@media(max-width:767px) {

  .navbar-default .navbar-nav > li > a {
    font-family: 'karla', sans-serif;
    text-transform: capitalize;
    line-height: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #000;
    }

    .navbar-default {
      background-color: #FFF;
      padding-bottom: 10px;
    }

    .navbar-brand img {
        margin-top:-10px;
        margin-left:5px;
        width: 190px;
        height: 50px;
    }


    .navbar-nav > li > .dropdown-menu {
      margin-top: 1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }


    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #000;
      font-family: 'karla', sans-serif;
      font-size: 12pt;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
      background-color: transparent;
      color: #00338d;
    }

    .navbar-nav > a .dropdown-toggle {
      background-color: transparent;
      color: #FFF;
    }

   

/********************
Content Section
********************/

.main-content {
  margin: 34px 0 30px 0;
}

.main-content .panel-simple {
  background-color:  #F1F1F1 !important;
  border: 1px solid #f2f2f2;
}

.main-content .panel-body p {
  margin: 0px;
}


section .content-section {
  padding-top: 20px;
  padding-bottom:  20px;
}

.content-section h3.title {
  font-family: 'sketch',sans-serif;
  font-size: 20px;25px;
  font-weight: bolder;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color:  #00388d;00338d;
}

.content-section h3 a {
  font-size: 12pt;
  color:  #00338d;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
}


span.underline {
  max-width: 50px;
  padding: 5px 10px;
  border-bottom:  2px dashed #00338d;
}

#news-wrap {
  
  width:  auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 6px 5px 6px;
  min-height: 560px;
  
}

#announcement-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom:20px;
  padding: 5px 6px 5px 6px;
  height: auto;  
}


.announcement-content {
  width:  auto;
  min-height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.announcement .row {
  display: flex;
  flex-wrap: wrap;
}
.announcement .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.news-content {
  width:  auto;
  min-height: 400px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.news-content .row {
  display: flex;
  flex-wrap: wrap;
}
.news-content .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


section.news-events {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2 !important;

}

.posted-date-wrap {
  font-size: 9pt;
  width: 100%;
  padding: 4px 0;
  margin-top: 4px;
  margin-bottom: 2px;
  border-top: 1px solid #f3f3f3;
}

.posted-date-wrap a, #announcement-wrap .list-group-item-text a  {
  color:  #00008b;
}

section.departments {
  background-color: #B6C4DE;
  width: auto;
  min-height: 400px;
  padding: 20px 0 50px 0;
}

#department-wrap a h4 {
position: absolute;
  top: 30%;
  left: 15px;
  background-color:  rgba(0,51,141,0.80);
  width: auto;
  height: auto;
  font-size: 12pt;
  font-weight: normal;
  color:  #FFF;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-decoration: none;
  padding:20px 10px 20px 10px;
  inline-size:250px;
  overflow-wrap:break-word;
}

#department-wrap .panel-simple {
    margin-top: 25px !important;
    border: 4px solid #FFFFFF;
    border-radius: 25px;    
}

#department-wrap .panel-simple:hover {
  box-shadow: 0px 1px 2px #111;
  border: 4px solid #F4F4F4;
}


section.media-section {
  /*background-color: #E6F4F1 !important;*/
  background-color:  #ffffff;
  width: auto;
  min-height: 400px;
  padding: 20px 0 50px 0;
}



.glance-wrapper {
  width: auto;
  min-height: 200px;
  margin-top: 50px;
}

.media-section .panel-glance1 {
  position: relative;
  background-color:  none;
  border-left: 2px solid #00338d;
  border-right: 2px solid #00338d;
  border-top:  2px solid #00338d;
  color:  #00338d;
  text-align: center;
  padding: 30px 10px;
}

.panel-glance1:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #00338d 0%,#00338d 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
}


/*.media-section .panel-glance2{
  background-color:  #ec3237;
  color:  #FFF;
  text-align: center;
  padding: 30px 10px;

}*/


.media-section .panel-glance2{
  position: relative;
  background-color: #76c5f0;ec3237;
  /*border-left: 2px solid #ec3237;
  border-right: 2px solid #ec3237;
  border-top:  2px solid #ec3237;*/
  color:  #FFF;
  text-align: center;
  padding: 30px 10px;
}

/*.panel-glance2:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #fff112 0%,#fff112 33%,#ec3237 33%,#ec3237 66%, #00338d 66%, #00338d 100%);
}*/


.media-section .panel-glance3{
  position: relative;
  background-color:  none;
  border-left: 2px solid #00338d;fff112;
  border-right: 2px solid #00338d;fff112;
  border-top:  2px solid #00338d;fff112;
  color:  #00338d;fff112;
  text-align: center;
  padding: 30px 10px;
}

.panel-glance3:after {
 content: '';
 height: 4px;
 position: absolute;
 left: 0;
 right:0;
 bottom: 0;
 background: linear-gradient(to right, #00338d 0%,#00338d 33%,#ec3237 33%,#ec3237 66%, #76c5f0 66%, #76c5f0 100%);
}


.panel-glance1 span,.panel-glance2 span, .panel-glance3 span {
  font-size: 26pt;
  font-weight: 800;
}

.panel-glance1 h2, .panel-glance2 h2, .panel-glance3 h2{
  font-size:  15pt;
}


.content-section #news-wrap {
  width:  auto;
  min-height: 400px;
  margin-bottom: 15px;
}

#announcement-wrap {
  width:  auto;
  margin-top: 10px;
  margin-bottom: 30px;
}


#study-experience {
    background: url('img/experience.jpg') rgba(0,51,141,0.99);
    background-position: top left;
    background-size: cover;
    width: auto;
    min-height:60px;
    padding: 130px 0 130px 0;
    background-blend-mode: overlay;
    
}

#study-experience span.underline {
  max-width: 50px;
  padding: 5px 10px;
  border-bottom:  2px dashed #fff;
}

/*section.feature-image {
  width: 100%;
  min-height: 50px;
  padding: 0;
  margin: 0;
  border-bottom: 5px solid #00008b;00338d;
}

section.feature-image h1 {
  font-family: 'sketch',sans-serif;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  top: 20%;
  text-align: center;
  margin:0;
  padding:0;    
  color:  #FFF;
  text-shadow: 0px 0px 1px #444;
}
*/

section.feature-image {
  width: 100%;
  min-height: 30px;
  margin-top: -20px;
  padding-top: 150px;
  padding-bottom: 150px;
  border-bottom: 5px solid #00338d;
}

section.feature-image h1 {
  font-family: 'sketch',sans-serif;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: 20%;
  text-align: center;
  margin:0;
  padding:0;    
  color:  #FFF;
  text-shadow: 0px 0px 1px #444;
}
  /*section.feature-image {
    width: 100%;
    height: 100vh;
    padding: 25px 0;
    margin-top: 60px;
  }
  section.feature-image h1 {
    position: relative;
    top: 40%;
    text-align: center;
    margin:0;
    padding:0;
  }*/

  section.feature-image-default {
    background-color: #B6C4DE !important;
    width: 100%;
    min-height: 20px;
    padding: 12px 0 15px 0;
    margin-top:-20px;
  }

  section.feature-image-default h1 {
    font-family: 'sketch',sans-serif;
    font-size: 28px;
    font-weight: bolder;
    position:  relative;
    top: 40%;   
    margin-bottom: 20px;
    color:  #00338d;
    padding: 5px 2px;
  }


/*** Slider Revolution ***/

#rev_slider_5_1_forcefullwidth {
 margin-top: -40px !important;
 border: 4px solid #ff0000 #important;
}



/***********************
Forms
***********************/

.first_name input[type='text'],
.last_name input[type='text'], 
.phone input[type='text'], 
.email input[type='email'] {
  height: 40px !important;
  background-color: #f4f4f4 !important;
  color: #000 !important;
  border: 1px solid #D3E6E3 !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  padding: 10px !important;
  box-shadow: none !important;
}
 

.your_message textarea {
  background-color: #F4F4F4 !important;
  color: #000 !important;
  border: 1px solid #D3E6E3 !important;
  margin-bottom: 25px !important;
  box-shadow: none !important;
}


.submit input[type='submit'] {
  width: 200px;
  padding: 10px 20px !important;
  margin: 10px 0;
  background-color: #00338d !important;
  color: #FFFFFF !important;
}



/*** Panel Style ***/


.panel-default {
 border-radius: 0;
 border: 0;
}

.panel-default .wpb_wrapper p {
  padding: 6px 0;
  margin: 0;
}
.panel-default .wpb_content_element {
  margin-bottom: 10px !important;
}

.panel-default .wpb_wrapper h1,
.panel-default .wpb_wrapper h2,
.panel-default .wpb_wrapper h3,
.panel-default .wpb_wrapper h4,
.panel-default.wpb_wrapper h5 {
  font-family: 'sketch' !important;
  margin-top: 0px;
  margin-bottom: 5px;
  color:  #00338d;
}

.content-section p {
 padding: 10px 0;
 margin: 1px 0;
 text-align: justify;
}

.panel-simple {
  margin-bottom: 5px;
}

.panel-heading {
  height:100px;
  font-size:18px;
  padding: 5px 15px;
  border: none;
}

.panel-heading h2 {
font-size: 18px;
}

.panel-default .panel-img {
  background-color:  #FFF;
  width: auto;
  height: auto;
  padding: 5px;
}

.panel-default .img-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.panel-default .panel-img > img:hover {
box-shadow: 1px 6px 12px #999;
transition-delay: 0.2ms;
transition-property: all;
}

  /********** widgets area Styles **********/

  .widget {
    list-style: none;
    padding: 10px 2px 15px 2px;
    margin: 10px 0;
  }

  .widget-section {
    margin: 0 4px 15px 4px;
  }

  .widget-section .textwidget {
    padding: 1px 4px;
    margin: 0 4px;
  }

.widget-section .textwidget p {
  margin: 15px 0;
}

.widget-section ul {
  margin: 0 0 0 -4px;
}

.widget-section ul li {
  list-style: circle;
  margin: 0;
}


  .widget-section h3 {
      font-family: 'sketch' !important;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 20px;
      color:  #FFF;
  }

  .widget-heading {
  padding: 5px 10px;
  border-bottom:  1px dashed #FFF;
  border-bottom-left-radius: 10px;
  }
  

  #bs-snapgraphy-navbar-collapse-1 {
    border-top:  0;
  }


.footerBefore ul {
  padding:0;
  margin: 0;
}

.footerBefore ul li {
  list-style: circle;
  margin-left: 15px;
  padding: 2px 2px;
}

.footerBefore ul li a {
  color: #FFF;
}

.footerBefore ul.social-links {
  padding:0;
  margin: 0;
}

.footerBefore ul.social-links > li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
    text-align: center;
}

.footerBefore ul.social-links > li > a img {
  width: 30px;
  height: 30px;
}

.footerBefore ul.social-links > li >a img:hover {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}


#footer-nav {
  font-size: 14px;
  background-color:  #ffffff;4a8eff;00338d;4a8eff;3437a2;00338d;
  padding: 25px;
  color: #00338d;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  border-top: 4px solid #ec3237;fff112;ec3237;4a8eff;003768;
  border-left: 4px solid #00338d;ec3237;4a8eff;003768;
  border-right: 4px solid #00338d;ec3237;4a8eff;003768;
}


.social-area h4.title {
  font-family: 'sketch',sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  color:  #FFF;
}

.social-area h4 span.underline {
  max-width: 50px;
  padding: 5px 10px;
  border-bottom: 1px dashed #FFF;
}

.social-area {
  width:  auto;
  margin-top: 40px;
  min-height: 50px;
}

#content .uc_starter_discount_box .uc_starter_discount_box_inner {
    
    box-shadow: 0px 1px 2px 2px rgba(34,34,34,0.7) important;

    
    }

#content .uc_inner_text h2 {
    font-size:16pt;
    text-transform: capitalize;
}

#content .uc_inner_text a {
    padding: 8px 10px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 0px;
}

#content .uc_starter_discount_box .uc_starter_discount_box_inner{
border-radius: 4px;
max-width:100%;
margin:0 auto;
position:relative;
overflow:hidden;
-webkit-box-shadow: none;0px 1px 34px -4px rgba(161,158,161,1);
-moz-box-shadow: none; 0px 1px 34px -4px rgba(161,158,161,1);
box-shadow: none;0px 1px 34px -4px rgba(161,158,161,1);
} 



}



    