@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i');
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(icomoon.css);
@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);
@import url(owl.carousel.css);
@import url(jquery.bxslider.css);
@import url(flexslider.css);
@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(polyglot-language-switcher.css);
@import url(animate.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(menu.html);
@import url(magnific-popup.css);
@import url(imagehover.min.css);

/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style-type: none;
}

#policy ul{

  list-style-type: disc;
  margin-left: 20px;
  line-height: 2;
}

#ahu{
  margin-top: 100px;
}


#ahu hr {
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
    border: 0;
    color: #0171a3;
    border-top: 3px solid;
}


#ahu ul{

  list-style-type: disc;
  margin-left: 20px;
  line-height: 1;
}

#ahu p{
margin-top: 15px;
margin-bottom: 15px;
font-size: 18px; 
}

#ahu li{
font-size: 18px; 
 list-style-type: disc;
  font-weight: 400;
 color: #000000cf;
 line-height: 24px;
}

#ahu{
  margin-top: 100px;
}


#ahu hr {
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
    border: 0;
    color: #0171a3;
    border-top: 3px solid;
}


#ahu1 ul{

  list-style-type: disc;
  margin-left: 20px;
  line-height: 1;
}

#ahu1 p{
margin-top: 15px;
margin-bottom: 15px;
font-size: 18px; 
}

#ahu1 li{
font-size: 18px; 
 list-style-type: disc;
  font-weight: 400;
 color: #000000cf;
 line-height: 24px;
}

@media only screen and (max-width: 760px){
#ahu{
  margin-top: 10px;
}
}

#ahu{
  margin-top: 0px;
}

#ahu1 hr {
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
    border: 0;
    color: #0171a3;
    border-top: 3px solid;
}


p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000cf;
}
a {
  text-decoration: none;
  display: inline-block;
  outline: none;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  display: inline-block;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  background: transparent;
}
input, textarea {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.boxed_wrapper {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}
.sec-padd {
  /*padding: 100px 0px;*/
  padding: 50px 0px;
}
.sec-padd2 {
  padding: 50px 0 60px;
}
.sec-padd3 {
  padding: 50px 0 70px;
}
.sec-padd4 {
  padding-top: 50px;
}
.sec-padd5 {
  padding-bottom: 50px;
}
.sec-padd6 {
  padding-top: 80px;
}
.no-padd {
  padding: 0px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-35 {
  padding-bottom: 35px;
}
.list_inline li {
  display: inline-block;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}
.thm-color {
  color: #B51A18;
}
.bg-style1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-style2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.border-bottom {
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
.thm-btn {
  position: relative;
  background: #0171a3;
  border: 2px solid #0171a3;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn.style-2 {
  border: 2px solid #B51A18;
  line-height: 46px;
}
.thm-btn:hover {
  background: #CEA345 !important;
  color: #B51A18 !important;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn i {
  transform: rotate(-90deg);
}
.section-title {
  position: relative;
  margin-bottom: 50px;
}
.section-title h1 {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #333;
}
.section-title h2 {
  position: relative;
  font-size: 32px;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.section-title h3 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.section-title h5 {
  margin-bottom: 15px;
  font-size: 12px;
}
.section-title p {
  margin-top: 30px;
}
.section-title .decor {
  position: relative;
}
.section-title .decor:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 80px;
  height: 3px;
  background-image: url(../images/icons/title-dec.png);
}
.section-title.center .decor:before {
  left: 50%;
  margin-left: -25px;
}

/*============ default Overlay =================*/

.default-overlay {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.default-overlay img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.default-overlay .ovrlyT {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.default-overlay .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.default-overlay .buttons .fa {
  background: rgb(256, 256, 256);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  color: transparent;
}
.single-item:hover .default-overlay .buttons .fa {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: rgba(50, 50, 50, 0.9);
}
.single-item:hover .default-overlay .ovrlyT {
  opacity: 1;
}

/*scroll effect*/

.scroll-top {
  width: 50px;
  height: 40px;
  position: fixed;
 /* bottom: 30px;*/
  bottom:87px;
  right: 30px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: #0171a3;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif); color:#F00;
}

/*============ social icon ===================*/

.social-icon li {
  display: inline-block;
}
.social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: .5s ease;
}
.social-icon li a:hover {
  color: #B51A18;
  transition: .5s ease;
}
.owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #a8adbb;
  font-size: 22px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 36px;
  width: 40px;
  border: 1px solid #d2d6e0;
  line-height: 28px;
  text-align: center;
  margin-left: 15px;
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  border-color: #B51A18;
  background-color: #B51A18;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.hexagon {
  position: relative;
  width: 88px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  margin: 25px auto 50px;
  text-align: center;
  border-left: solid 2px #f7f7f7;
  background: #f7f7f7;
  border-right: solid 2px #f7f7f7;
  transition: .5s ease;
  background-position: 0% 100%;
}
.hexagon:before, .hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 62px;
  height: 62px;
  background: #f7f7f7;
  -webkit-transform: scaleY(0.6) rotate(-45deg);
  -ms-transform: scaleY(0.6) rotate(-45deg);
  transform: scaleY(0.6) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hexagon:before {
  border-top: solid 3px #f7f7f7;
  border-right: solid 3px #f7f7f7;
  top: -31px;
  right: 11px;
}
.hexagon:after {
  border-bottom: solid 3px #f7f7f7;
  border-left: solid 3px #f7f7f7;
  bottom: -31px;
  right: 11px;
}

/*============= accordion ===============*/

.accordion-box {}
.accordion {
  margin-bottom:0px;
  position: relative;
  top:7px;
  margin-bottom:5px;
}
.accordion .acc-btn .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 60px;
  height: 100%;
  color: #9c9c9c;
  font-size: 20px;
  text-align: center;
}
.accordion .acc-btn.active .left-icon {
  color: #fff;
}
.accordion .left-icon span {
  position: relative;
  top: 18px;
}
.accordion .acc-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 30px;
  padding: 10px 2px;
  margin: 0px;
  /*padding-left: 65px;*/
  border: 1px solid #b51a18;
  padding-left: 40px;
}
.accordion .acc-btn .toggle-icon i {
  position: relative;
  top: -2px;
}
.accordion .acc-btn.active {
  border-bottom: 0px;
  padding-bottom: 5px;
}
.accordion .acc-btn p {
  color: #b51a18;
  font-weight: 700;
  font-size: 13px;
}
.accordion .acc-btn.active p {}
.accordion .acc-btn.pr {
  position: relative;
}
.accordion .acc-btn .img-box {
  display: none;
}
.accordion .acc-btn.active .img-box {
  display: block;
}
.accordion .acc-btn .toggle-icon {
  color: #B51A18;
  display: block;
  font-weight: 100;
  height: 53px;
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
  text-align: center;
  /*width: 71px;*/
  width: 47px;
  line-height: 53px;
}
.accordion .acc-btn.active .toggle-icon {
  background: transparent;
  color: #B51A18;
}
.accordion .acc-btn .toggle-icon.left {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 30px;
}
.accordion-box .accordion .acc-content {
  color: #9c9c9c;
  border: 1px solid #b51a18;
  display: none;
  /*padding: 0px 65px 20px;*/
  border-top: 0px;

}
.accordion-box .accordion .acc-content.collapsed {
  display: block;
}
.accordion-box .accordion .acc-content p {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
}

/*===========style-two============*/

.accordion-box.style-tow .accordion .acc-btn .toggle-icon {
  background: transparent;
  color: #B51A18;
  line-height: 40px;
}
.accordion-box.style-tow .accordion .acc-btn {
  border: 0px;
  padding: 5px 30px;
  padding-left: 90px;
}
.accordion-box.style-tow .accordion {
  margin-bottom: 15px;
}
.accordion-box.style-tow .accordion .acc-content {
  border: 0px;
}

/*============= default-form ===============*/

.default-form {
  position: relative;
}
.default-form .form-box {
  position: relative;
}
.comment-form .form-box {
  padding: 25px 25px 0px 25px;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.default-form .comment-form .form-box .form-group {
  margin-bottom: 25px;
}
.default-form.form-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.default-form.form-box .row .form-group {
  padding: 0px 0px;
}
.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}
.default-form .form-group .field-label sup {
  color: #ff0000;
  font-size: 14px;
}
.default-form p {
  margin-bottom: 6px;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="number"], .default-form select, .default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 12px 15px;
  background: #f7f7f7;
  resize: none;
  border-radius: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.default-form textarea {
  height: 180px;
}
.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
  height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #B51A18;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #B51A18;
  box-shadow: none;
}
.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #999;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}
.default-form .bootstrap-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.default-form .g-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #848484;
  padding: 13px 15px;
  border: 1px solid #eee;
  background: #eef1f5;
  font-style: italic;
}
.default-form .bs-caret {
  display: none;
}
.default-form .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  top: 50px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: .4s ease;
}
.default-form .dropdown-menu>li>a {
  padding: 8px 15px;
}
.default-form .dropdown-menu>li>a:focus {
  background-color: #fff;
  color: #222;
}
.default-form .dropdown-menu>li>a:hover {
  background-color: #B51A18 !important;
  color: #fff !important;
}

/*placeholder*/

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}
.default-form .alert-success {
  color: #B51A18;
  background: none;
  border: none;
  font-size: 18px;
}

/*========= search box ==========*/

.nav_side_content {
  position: absolute;
  right: 15px;
  top: 17px;
  display: inline-block;
}
.nav_side_content .search_option>button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  /* background: #1b2a4b; */
}
.nav_side_content .search_option form {
  height: 50px;
  width: 280px;
  padding: 5px;
  border-radius: 4px;
  margin: 0;
  left: auto;
  right: 0;
  border-color: #B51A18;
  top: 43px;
}
.nav_side_content .search_option form input {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #9e9e9e;
  border: 1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.nav_side_content .search_option form button {
  display: block;
  width: 40px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #B51A18;
}

/*======= gallery filter ==========*/

.post-filter {
  display: block;
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
}
.post-filter li {
  padding: 0;
}
.post-filter li span {
  color: #333;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  display: block;
  margin-right: 16px;
  padding-bottom: 3px;
  cursor: pointer;
  transition: .5s ease;
}
.post-filter li:hover span, .post-filter li.active span {
  color: #B51A18;
  border-color: #B51A18;
  transition: .5s ease;
}
.post-filter li span i {
  font-size: 14px;
  margin-right: 5px;
}

/* ==============================
   2. header-style
   ============================== */

.top-bar {
  position: relative;
  font-size: 14px;
  padding: 14px 0;
  color: #ffffff;
  background: #07527a;
}
.top-bar .top-left {
  position: relative;
  float: left;
}
.top-bar .top-links ul li {
  position: relative;
  float: left;
  padding: 7px 0px 6px;
  line-height: 24px;
  color: #aaaaaa;
  margin-right: 30px;
}
.top-bar .top-links ul li a {
  font-size: 15px;
}
.top-bar .top-links ul li a i {
  position: relative;
  margin-right: 5px;
  top: 0px;
  color: #B51A18;
}
.top-bar ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
}
.top-bar .top-right {
  position: relative;
  float: right;
  margin-top: 8px;
}
.top-bar .social-links {
  position: relative;
  padding: 10px 0px;
}
.top-bar .social-links li {
  position: relative;
  float: left;
  margin-left: 20px;
}
.top-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 24px;
  color: #666;
}

/*=============== header-upper ======================*/

.header-upper {
  position: relative;
 /* padding: 30px 0px;*/
  background: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 5;
 padding:4px 0px;
}
.header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.header-upper .logo-outer {
  position: relative;
  z-index: 25;
  padding-top:20px;
}
.header-upper .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.header-upper .header-upper .btn-style-one {
  background-color: #ffc300;
  border-color: #ffc300;
  border-radius: 25px;
}
.header-upper .header-upper .btn-style-one:hover {
  background: #fff;
}
.header-upper .header-upper .upper-right {
  position: relative;
  padding: 18px 0px 15px;
}
.header-upper .info-box {
  position: relative;
  float: left;
  min-height: 56px;
  margin-left: 40px;
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
  padding: 0px 0px 0px 75px;
}
.header-upper .info-box .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
  width: 57px;
  height: 36px;
  padding-left: 8px;
  border-right: 1px solid rgba(19, 29, 51, 0.1);
  color: #00b7f1;
  font-size: 34px;
  text-align: left;
  line-height: 37px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-upper .info-box li {
  position: relative;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.60);
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.header-upper .info-box li a {
  color: #777777;
}
.header-upper .info-box strong {
  font-weight: 700;
  color: #222;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}

/*=============== main menu ======================*/


/* Mainmenu fixed style */

@keyframes menu_sticky {
  0% {
    margin-top: -100px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}


.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #0171a3;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
  padding-left:200px !important;
}

.mainmenu-area.stricky-fixed .main-logo {
  margin: 18px 0 20px;
}
.theme_menu {
  background: #fff;
  padding-bottom: 4px;
}
.theme_menu .border-bottom {
  border-bottom: 1px solid #b2e9fb;
}

/*==============================================
    Mainmenu Area Css
===============================================*/

.mainmenu-area {
  background: #fff;
}
.main-menu {
  position: relative;
  background: #0171a3;
}
.navbar-collapse {
  padding: 0px
}
.navigation {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.navigation>li {
  display: inline-block;
 /* margin: 0 30px;*/
  /*margin: 0 29px;*/
  margin: 0 41px;
}

@media only screen and (min-width: 2560px){
.navigation>li {
  display: inline-block;
 /* margin: 0 30px;*/
  /*margin: 0 29px;*/
  margin: 0 110px;
}
 
.mainmenu-area.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #0171a3;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
  padding-left:600px !important;
}

..stricky-fixed>li>a {
    color: #ffffff;
    display: block;
    border-bottom: 3px solid transparent;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    /* padding: 20px 0px 18px; */
    padding: 20px 0px 15px 0px;
    /* padding: 20px 9px 0px 9px; */
    margin: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

}




.mainmenu-area.stricky-fixed .navigation>li:first-child {
  /*margin-left: 0px;*/
}

.mainmenu-area.stricky-fixed .navigation>li {
  margin: 0 21px!important;
}

.navigation li.active a {
  color: #CEA345;
}
.navigation>li>a {
  color: #ffffff;
  display: block;
  border-bottom: 3px solid transparent;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
 /* padding: 20px 0px 18px;*/
  padding: 20px 0px 15px 0px;
 /* padding: 20px 9px 0px  9px;*/
  margin: 0;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.navigation>li:first-child>a {
  margin-left: 0px;
}
.navigation>li.dropdown>a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: -15px;
  top: 21px;
}

@media only screen and (min-width: 2560px) {
  
.stricky-fixed.navigation>li>a {
  color: #ffffff;
  display: block;
  border-bottom: 3px solid transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;

  padding: 20px 112px 15px 0px;

  margin: 0;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.stricky-fixed.navigation>li:first-child>a {
  margin-left: 0px;
}
.stricky-fixed.navigation>li.dropdown>a:after {
     content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 71px;
    font-size: 30px;
    top: 21px;
}

}




.navigation li>ul>li>a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 20px 0px;
  margin: 0 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.navigation li:last-child a {
  margin-right: 0px;
}
.navigation>li:hover>a {
  color: #CEA345;
}
.navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #fff;
  width: 250px;
  padding: 0;
 /*  border-left: 1px solid #B51A18; */
  z-index: 999;
  display: none;
}
.navigation>li>ul>li {
  position: relative;
  display: block;
  background: #a7cf3a;
}
.navigation>li>ul>li>a {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 20px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation>li>ul>li:hover>a {
  color: #3232bb;
  background: ;
}

/*========= third-menu ===============*/

.navigation>li>ul>li.third-menu ul {
  position: absolute;
  left: 230px;
  top: 0px;
  background: #333;
  width: 200px;
  border-top: 2px solid #fff;
  padding: 12px 0px;
  z-index: 999;
  display: none;
}
.navigation>li>ul>li.third-menu {
  position: relative;
}
.navigation>li>ul>li.third-menu ul a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.navigation>li>ul>li.third-menu ul a:hover {
  color: #fdc716;
}
.navigation>li>ul>li.third-menu:after {
  position: absolute;
  content: "\f0de";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  right: 14px;
  transform: rotate(90deg);
  top: 3px;
}

/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.39);
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.mobile-menu, .mobile-menu>li>ul, .mobile-menu>li>ul>li>ul {
  background: #333;
}
.mobile-menu>li>ul, .mobile-menu>li>ul>li>ul {
  display: none;
}
.mobile-menu>li>a, .mobile-menu>li>ul>li>a, .mobile-menu>li>ul>li>ul>li>a {
  padding: 10px 20px;
  line-height: 22px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.39);
}

/*============ social icon ============*/

.menu-column {
  position: relative;
  z-index: 9;
}
.menu-column .social-icon {
  position: absolute;
  right: 0;
  top: 34px;
}
.menu-column .social-icon li a {
  color: #333;
}
.menu-column .social-icon li a:hover {
  color: #B51A18;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {
  position: relative;
  margin-top: -61px;
}
.rev_slider_wrapper .slide-content-box h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 62px;
 /*  margin: 34px 0 9px; */
  left: 25%;
  right: 25%;
  margin-top: 20%;
  font-weight: 700;

}
.rev_slider_wrapper .slide-content-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box a {
  transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box.last-slide p {
  margin: 0;
}
.rev_slider_wrapper .slide-content-box.last-slide a {
  margin: 0 8px;
}
.rev_slider_wrapper .slotholder {
  position: relative;
}
.slotholder:after {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.tp-bannertimer {
  display: none;
}
.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: #222;
/*  padding: 40px 0 0px;*/
  padding: 10px 0 0px;
}
.main-footer.shadow {
  box-shadow: inset 1px 4px 14px 7px rgba(0, 0, 0, 0.2);
}
.main-footer .footer-widget {
  margin-top: 50px;
}
.main-footer .section-title {
  margin-bottom: 40px;
}
.main-footer .section-title:before {
  display: none;
}
.main-footer .footer-title h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
 /* margin-bottom: 30px;*/
  margin-bottom: 22px;
}
.main-footer .footer-logo {
  margin-bottom: 14px;
  padding-top: 0px;
}

/*============ about-column =================*/

.main-footer .about-column .text {
  margin-bottom: 15px;
}
.main-footer .about-column .text p {
  color: #999;
  line-height: 28px;
}
.main-footer .about-column h5 {
  font-size: 13px;
  color: #B51A18;
  font-family: 'Opean Sans', sans-serif;
  margin-bottom: 20px;
}
.main-footer .social-icon li a {
  color: #fff;
}

/*============ link-column =================*/

.main-footer .link-column li {
  position: relative;
  margin-bottom: 12px;
}
.main-footer .link-column li a {
  position: relative;
  margin-top: -5px;
  padding-left: 15px;
  color: #888;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  transition:all 0.5s ease-in-out;
}
.main-footer .link-column li a:before {
  position: absolute;
  content: "\f0dd";
  transform: rotate(-90deg);
  font-family: FontAwesome;
  font-size: 16px;
  left: -6px;
  top: -2px;
}
.main-footer .link-column li a:hover {
  color: #B51A18;
  margin-left:10px;
  transition:all 0.5s ease-in-out;
}

/*============ post-column =================*/

.main-footer .post-column .post {
  position: relative;
  padding-left: 85px;
  padding-bottom: 40px;
}
.main-footer .post-column .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main-footer .post-column .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
}
.main-footer .post-column h5 {
  position: relative;
  top: -5px;
  font-size: 16px;
  color: #999;
  line-height: 25px;
}
.main-footer .post-column .post-info {
  color: #666;
  font-size: 15px;
}

/*============ contact-column =================*/

.main-footer .contact-column {
  position: relative;
}
.main-footer .contact-column h5 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 22px;
  font-weight: 300;
}
.main-footer .contact-column form {
  position: relative;
  margin-bottom: 18px;
}
.main-footer .contact-column input {
  background: rgb(47, 42, 42);
  border-radius: 0;
  color: #ffffff;
  border: 0;
  padding: 7px 15px;
  line-height: 30px;
}
.main-footer .contact-column button {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #B51A18;
  line-height: 39px;
  color: #ffffff;
  font-weight: 400;
  padding: 0 15px;
}
.main-footer .contact-column button:hover {
  background-color: #1e1e1e;
  color: #B51A18;
}
.main-footer .contact-column p {
  /*padding-bottom: 20px;
  margin-bottom: 25px;*/
  padding-bottom:10px;
  margin-bottom:5px;
  border-bottom: 1px solid #363636;
}
.main-footer .contact-column .instagram {
  margin: 0 -5px;
}
.main-footer .contact-column .instagram li {
  margin: 0 5px;
}

/*============ footer-bottom =================*/

.footer-bottom {
  position: relative;
  padding: 25px 0;
  background-color: #1e1e1e;
  font-size: 14px;
 /* margin-top: 90px;*/
  margin-top: 40px;
}
.footer-bottom p {
  margin-bottom: 0;
  line-height: 36px;
}
.footer-bottom .copyright {
  width: 100%;
 /* text-align: center;*/
  font-size: 13px;
}
.footer-bottom p a {
  color: #B51A18;
}

/************************** 
* Inner Banner styles 
***************************/

.inner-banner {
  position: relative;
  padding: 155px 0 120px;
  margin-top: -57px;
  background-attachment: fixed;
}
.inner-banner h1 {
  position: relative;
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 48px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.breadcrumb {
  background: #fff;
  padding: 16px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f4f4f4;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  margin-right: 8px;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #B51A18;
  font-family: 'Montserrat', sans-serif;
}
.breadcrumb ul li a {
  color: #333;
  text-transform: capitalize;
  font-size: 14px;
  transition: .3s ease;
}
.breadcrumb ul li a:hover {
  transition: .3s ease;
}
.breadcrumb ul li i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 3px;
  color: #333;
}

/************************** 
* feature styles 
***************************/

.feature {
  position: relative;
}
.feature .item {
  position: relative;
  margin-bottom: 40px;
}
.feature.style-2 .item .hexagon {
  margin-left: 0px;
}
.feature .item:hover:before {
  opacity: 1;
  visibility: visible;
  transition: .5s ease;
}
.feature .item:hover .hexagon:before, .feature .item:hover .hexagon:after {
  background: #B51A18;
  border-color: #B51A18;
  transition: .5s ease;
}
.feature .item .hexagon i {
  position: relative;
  z-index: 9;
}
.feature .item:hover .hexagon {
  background-color: #B51A18;
  border-color: #B51A18;
  color: #CEA345;
  background-position: 100% 100%;
  transition: .5s ease;
}
.feature .item h4 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
  transition: .5s ease;
}
.feature .item h4:hover {
  color: #B51A18;
  transition: .5s ease;
}
.feature .item p {
  position: relative;
  margin-bottom: 20px;
}
.feature .item .thm-btn {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 32px;
  padding: 0 25px;
  background: #333;
}

/*** 

====================================================================
    department style
====================================================================

***/

.two-col-fluid {
  position: relative;
}
.two-col-fluid .image-column {
  position: relative;
  overflow: hidden;
  float: left;
  padding: 156px 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.two-col-fluid .content-column {
  position: relative;
  float: right;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.two-col-fluid .icon-box {
  position: relative;
  float: right;
  margin-top: 1px;
}
.two-col-fluid .icon-box .single-item {
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.two-col-fluid .icon-box .single-item.active .content {
  background: #2FCAEA;
}
.two-col-fluid .icon-box .single-item:last-child {
  border-bottom: none;
}
.two-col-fluid .icon-box .single-item .content {
  padding-left: 60px;
  padding: 35px 33px 38px 79px;
  background: #19a4c6;
}
.two-col-fluid .icon-box .single-item .icon {
  position: absolute;
  top: 37px;
  left: 30px;
}
.two-col-fluid .icon-box .single-item .content h2 {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
.two-col-fluid .icon-box .single-item .content p {
  color: #f0f0f0;
}
.two-col-fluid.icon-box .single-item .content p {
  position: relative;
  font-size: 13px;
  color: #f0f0f0;
}
.two-col-fluid.icon-box .single-item .icon {
  position: absolute;
  top: 37px;
  left: 30px;
}
.two-col-fluid .content-column {
  position: relative;
  padding: 93px 15px 0px 120px;
  overflow: hidden;
  background: #f9fdfe;
  min-height: 645px;
}
.two-col-fluid .content-column .inner-box {
  position: relative;
  max-width: 600px;
}
.two-col-fluid .content-column .section-title {
  padding-bottom: 0px;
}
.two-col-fluid .content-column .section-title h2 {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 18px;
}
.two-col-fluid .content-column .section-title h4 {
  position: relative;
  color: #666;
  font-size: 15px;
  margin-bottom: 9px;
}
.two-col-fluid .content-column .content p {
  position: relative;
  font-size: 14px;
  color: #777;
  line-height: 26px;
}

/************************** 
* services styles 
***************************/

.services {
  /* background: #f9f9f9; */
}

#services1{
  background: url('../images/Management/banner_bottom.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  margin-top: 50px;
  margin-bottom: 50px;
}


.services.without-bg {
  background: #fff;
  padding-bottom: 50px;
}
.services .single-item {
  margin-bottom: 50px;
}
.services .img-box {
  position: relative;
}
.services .content {
  position: relative;
}
.services .content h3 a {
  position: relative;
  color: #333;
  margin: 30px 0 15px;
  font-size: 20px;
}
.services .content .link {
  position: relative;
  color: #B51A18;
  text-transform: uppercase;
 /* margin-top: 15px;*/
  margin-top: 10px;
  font-weight: 300;
  transition: .5s ease;
}
.services .content .link:hover {
  color: #CEA345;
  transition: .5s ease;
}


/*** 

====================================================================
  call-out
====================================================================

***/

.call-out {
  padding-top: 50px;
  background: #B51A18;
}
.call-out h2 {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 60px;
  text-transform: capitalize;
  font-weight: 700;
}
.call-out .thm-btn {
  margin-bottom: 50px;
  background: #fff;
  color: #B51A18;
}
.call-out .thm-btn:hover {
  background: #222;
}

/*** 

====================================================================
  fact-counter
====================================================================

***/

.fact-counter {
  position: relative;
  padding: 80px 0 30px;
  background-attachment: fixed;
}
.fact-counter:before {
  position: absolute;
  content: "";
  background: #191a1c;
  opacity: .9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fact-counter .column .hexagon {
  background: transparent;
  border-color: #fff;
  margin-bottom: 40px;
  border-width: 3px;
}
.fact-counter .column {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.fact-counter .column .count-text {
  position: relative;
  z-index: 999;
  font-size: 30px;
  font-weight: 700;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.fact-counter .hexagon:before, .fact-counter .hexagon:after {
  background: transparent;
  border-color: #fff;
  border-width: 4px;
  right: 10px;
}
.fact-counter .column i {
  font-size: 22px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin-bottom: 25px;
  position: relative;
  color: #ffffff;
  background: #B51A18;
}
.fact-counter .column h4 {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}

/*** 

====================================================================
  testimonial section
====================================================================

***/

.testimonial {
  position: relative;
  background: white;
}
.testimonial.style-3 {
  background-color: #fff;
}
.testimonial .section-title h1 {
  color: black;
}
.testimonial .section-title p {
  color: #CEA345;
}
.testimonial .testimonial-item {
  position: relative;
  padding: 46px 40px 10px 40px;
  padding-right: 30px;
  background: white;
}
.testimonial.style-3 .testimonial-item {
  padding-top: 55px;
  margin-bottom: 30px;
}
.testimonial .testimonial-item .content {
  position: relative;
}
.testimonial .testimonial-item .qoute {
  position: absolute;
  left: 14px;
  top: 10px;
  font-size: 30px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.testimonial .testimonial-item .content p {
  /*margin-bottom: 30px;*/
  line-height: 26px;
  font-size: 14px;
  color: black;
}
.testimonial.style-3 .testimonial-item .content p {
  font-size: 15px;
}
.testimonial .testimonial-item .author .img-box {
  display: inline-block;
  /*height: 70px;*/
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.testimonial .testimonial-item .author .title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.testimonial .testimonial-item .author .title h5 {
  font-size: 16px;
  color: #fff;
}
.testimonial .testimonial-item .author .title p {
  color: #CEA345;
  margin-top: 6px;
}
.testimonial .owl-theme .owl-nav {
  margin-bottom: 20px;
  top: inherit;
  bottom: 100%;
}

/*** 

====================================================================
  Gallery section
====================================================================

***/

.gallery {
  position: relative;
}
.gallery .single-item {
  padding-bottom: 30px;
}
.gallery .owl-theme .owl-nav {
  margin-bottom: 60px;
  top: 50%;
  margin-top: -18px;
  left: 0;
}
.gallery .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}
.gallery .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  margin: 0;
}

/*** 

====================================================================
  brand-logo section
====================================================================

***/

.brand-logo {
  position: relative;
}
.brand-logo .section-title {
  margin-bottom: 30px;
}
.brand-logo .partner-column {
  padding-bottom: 20px;
}
.brand-logo .owl-theme .owl-nav {
  left: -6px;
  margin-top: 59px;
}
.brand-logo .award-column {
  position: relative;
  padding-left: 70px;
  border-left: 1px solid #d5d6e9;
  padding-bottom: 20px;
}
.brand-logo .award-column li {
  margin-right: 30px;
}
.brand-logo .award-column li:last-child {
  margin-right: 0px;
}

/*** 

====================================================================
  default-blog section
====================================================================

***/

.default-blog {
  position: relative;
  margin-bottom: 40px;
 /* border: 1px solid #f4f4f4;*/
  border: 1px solid #b51a18;
}
.default-blog .content {
  padding: 0 20px 20px;
}
.default-blog .img-box {
  position: relative;
  overflow: hidden;
}
.default-blog .caption {
  padding: 10px 0px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.default-blog .caption a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.default-blog .caption a:hover {
  color: #B51A18;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.default-blog .post-meta {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #333;
  border-top: 0px;
  padding: 30px 0px 5px;
}
.default-blog .post-meta span {
  margin-right: 20px;
}
.default-blog .post-meta i {
  margin-right: 0;
}
.default-blog .post-meta a {
  position: absolute;
  right: 0;
  top: 24px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  height: 28px;
  background: #333;
  font-size: 14px;
  color: #ffffff;
}

/*** 

====================================================================
  request & callback
====================================================================

***/

.requwst-callback {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.requwst-callback:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.requwst-callback .content {
  margin-bottom: 50px;
}
.requwst-callback .content h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 48px;
}
.requwst-callback .content h1 span {
  color: #B51A18;
}
.requwst-callback .content p {
  color: #fff;
}
.requwst-callback h4 {
  color: #fff;
  margin-bottom: 20px;
}
.requwst-callback .thm-btn {
  width: 100%;
}

/*=============== default-sidebar ====================*/

/*.default-sidebar {
  padding-bottom: 100px;
}*/
.default-sidebar .list {
  margin-top: 8px;
  padding: 0;
  list-style: none;
  /*border-top: 5px solid #B51A18;*/
  margin-bottom: 50px;
}
.default-sidebar .list li {
  list-style: none;
  position: relative;
  /*padding: 12px 0;*/
  padding: 5px 0;
  margin-bottom: 2px;
  border: 1px solid #B51A18;
  background-color:#b51a18; transition:all 1.5s;
}
.default-sidebar .list li:hover {background-color:#fff;border-left: 5px solid #B51A18; transition:all 1s;}
.default-sidebar .list li a:hover {color: #B51A18; transition:all 1s;}

/*.list li a:hover{border:solid 1px #ccc; transition:all 1.5s;}*/

.default-sidebar .list li:last-child {}
.default-sidebar .list li.active{
 
  background-color:#fff; transition:all 1.5s;
  border-left: 5px solid #B51A18;
}
.default-sidebar .list li.active a {
  color: #B51A18;
  background-color:#fff; transition:all 1.5s;
}
.default-sidebar .list li a {
  display: block;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #CEA345;
  font-weight: 700;
  line-height: 30px;
  padding-left: 54px;
  transition: all 0.5s ease;
  position: relative;
  
}
.default-sidebar .list li.active a, .default-sidebar .list li a:hover {
  color: #B51A18;
}
.default-sidebar .list li a:before {
  : absolute;
  font-size: 16px;
  font-family: FontAwesome;
  left: 30px;
  top: 1px;
  transform: rotate(-90deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/*============== contact-info =============*/

.default-sidebar .contact-info {
  margin-bottom: 55px;
}
.default-sidebar .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #223364;
  line-height: 23px;
  margin-bottom: 17px;
}
.default-sidebar .contact-info li a {
  color: #223364;
}
.default-sidebar .contact-info li i {
  font-size: 15px;
  color: #223364;
  position: absolute;
  left: 0;
  top: 5px;
}

/*======== downloadlink ===========*/

.default-sidebar .thm-btn {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.default-sidebar .thm-btn i {
  margin-right: 10px;
  transform: rotate(0deg);
}

/*========= testimonial ============*/

.single-cause h1 {
  font-weight: 700;
  margin-bottom: 30px;
}

/*========= testimonial ============*/

.testimonial-style2 .testimonial-item .content {
  position: relative;
  padding: 40px 25px;
  margin-bottom: 20px;
  border: 1px solid #d7d7d7;
}
.testimonial-style2 .testimonial-item .content {
  position: relative;
}
.testimonial-style2 .testimonial-item .qoute {
  position: absolute;
  left: 25px;
  top: 0;
  font-size: 20px;
  color: #B51A18;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.testimonial-style2 .testimonial-item .author .img-box {
  display: inline-block;
  padding-right: 10px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.testimonial-style2 .testimonial-item .author .title {
  display: inline-block;
  vertical-align: middle;
}
.testimonial-style2 .testimonial-item .author .title h5 {
  font-size: 16px;
}
.testimonial-style2 .testimonial-item .author .title p {
  font-style: italic;
  font-size: 14px;
}
.testimonial-style2 .owl-controls {
  text-align: center;
  display: block;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.testimonial-style2 .owl-dots .owl-dot {
  display: inline-block;
}
.testimonial-style2 .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #ff9a00;
  border-radius: 50%;
  display: block;
  background: #B51A18;
  height: 10px;
  width: 10px;
  margin: 5px 3px;
  transition: .5s ease;
}
.testimonial-style2 .owl-dots .owl-dot.active span {
  background-color: #dbdbdb;
  width: 50px;
  border-radius: 10px;
  transition: .5s ease;
}

/*** 

====================================================================
  all cause
====================================================================

***/

.all-cause {
  position: relative;
  padding-top: 70px;
}
.all-cause .single-item {
  position: relative;
  margin-bottom: 30px;
}
.all-cause .single-item .inner-box {
  position: relative;
  overflow: hidden;
}
.all-cause .single-item .inner-box .image-box {
  position: relative;
}
.all-cause .single-item .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}
.all-cause .single-item .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -100%;
  padding: 8px 35px;
  width: 100%;
  text-align: center;
  background-color: rgb(32, 51, 100);
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.all-cause .single-item .inner-box .image-box:hover .overlay-box {
  bottom: 0;
}
.all-cause .single-item .inner-box .image-box .overlay-box h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}
.all-cause .single-item .inner-box .overlay-box p {
  line-height: 23px;
  color: #fff;
}

/* single cause */

.cause-plan {
  margin-top: 45px;
  margin-bottom: 60px;
}
.cause-plan .content {
  margin-bottom: 30px;
}
.cause-plan h3 {
  font-weight: 600;
}
.cause-plan .rating {
  margin-bottom: 10px;
  margin-top: 5px;
}
.cause-information {
  border: 1px solid #d7d7d7;
}
.cause-information li {
  border-bottom: 1px solid #d7d7d7;
  padding: 16px 18px;
  font-size: 15px;
}
.cause-information li i {
  margin-right: 4px;
}
.cause-information li:last-child {
  border-bottom: 0px;
}

/*========== market plan ===========*/

.market-plan {
  padding: 60px 0 40px;
}
.market-plan h2 {
  font-weight: 700;
  margin-bottom: 45px;
}
.market-plan .img-box {
  margin-bottom: 60px;
}
.market-plan .content {
  margin-bottom: 60px;
}
.market-plan .content p {
  margin-bottom: 30px;
}
.market-plan .content ul li {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
  font-weight: 700;
}
.market-plan .content ul li i {
  margin-right: 20px;
  color: #B51A18;
}

/*** 

====================================================================
  audit and assurance
====================================================================

***/


/*========== market plan ===========*/

.market-plan2 {
  padding: 60px 0 0px;
}
.market-plan2 h2 {
  font-weight: 700;
  margin-bottom: 45px;
}
.market-plan2 .content {
  margin-top: 20px;
}
.market-plan2 .content p {
  margin-bottom: 30px;
}
.market-plan2 .content ul li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
}
.market-plan2 .content ul li i {
  margin-right: 12px;
  color: #B51A18;
}
.market-plan3 {
  margin-bottom: 80px;
}
.market-plan3 h2 {
  font-weight: 700;
  margin: 0px 0 40px;
}

/*** 

====================================================================
  contact_area
====================================================================

***/

.contact_area {
  position: relative;
  padding: 80px 0 50px;
}
.contact_area .contact-bg {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  margin-bottom: 80px;
}
.contact-info-area {
  box-shadow: 0 0 13px 9px rgba(0, 0, 0, 0.02);
  padding: 50px;
}
.contact-bg .contact-info .icon-box {
  font-size: 40px;
  color: #B51A18;
  margin-bottom: 20px;
}
.contact-bg .contact-info h5 {
  font-size: 16px;
  margin-bottom: 8px;
}
.contact_area h1 {
  position: relative;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 44px;
}
.contact-bg p {
  color: #666;
}
.contact-bg .contact-form {
  position: relative;
}
.contact-bg .contact-info {
  text-align: center;
}
.contact-bg .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 14px;
}
.contact-bg .contact-info li a {
  position: relative;
  font-size: 15px;
  color: #B51A18;
  padding-left: 20px;
}
.contact-bg .contact-info li a i {
  font-size: 15px;
  margin-right: 5px;
}
.contact-bg .contact-info li i {
  font-size: 20px;
  color: #00b7f2;
  position: absolute;
  left: 0px;
  top: 8px;
}
.contact-bg .thm-btn {
  background: #333;
  border-radius: 25px;
  padding: 0 50px;
}

/*** 

====================================================================
  google map Section
====================================================================

***/

.home-google-map #contact-google-map {
  width: 100%;
  height: 450px;
}
.home-google-map .gmnoprint {
  display: none;
}

/*** 

====================================================================
  our leader Section
====================================================================

***/

.our-leader {
  position: relative;
  margin-top: 100px;
}
.our-leader .item {
  margin-bottom: 50px;
}
.our-leader .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.our-leader .img-box .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
  transition: .5s ease;
}
.our-leader .img-box:hover .caption {
  bottom: 0%;
  transition: .5s ease;
}
.our-leader .img-box .caption li {
  width: 33.333%;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin: 0 -2px;
}
.our-leader .img-box .caption li.fb {
  background: #00529c;
}
.our-leader .img-box .caption li.twit {
  background: #00acee;
}
.our-leader .img-box .caption li.link {
  background: #0071ad;
}
.our-leader .img-box .caption li a {
  color: #fff;
  font-size: 24px;
}
.our-leader .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 5px;
}
.our-leader .content .author-title {
  font-style: italic;
  margin-bottom: 11px;
}
.our-leader .content .default-link {
  color: #333;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top: 12px;
}
.our-leader .content .default-link i {
  transform: rotate(-90deg);
}

/*** 

====================================================================
  Single News
====================================================================

***/

.single-blog-page .default-blog {
  border: 0px;
}
.single-blog-page .default-blog .content {
  padding: 0px;
}
.single-blog-page .content blockquote {
  background: #f6f7f8;
  padding: 30px 30px 30px 80px;
  position: relative;
  border: 0;
  margin-top: 30px;
  font-size: 18px;
  font-style: italic;
  color: #999;
  border-left: 2px solid #B51A18;
}
.single-blog-page .content blockquote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 85px;
  font-weight: bold;
  color: #aaaaaa;
  position: absolute;
  left: 17px;
  top: 6px;
}
.single-blog-page .share-box {
  margin-top: 30px;
  border-top: 1px solid #f4f4f4;
  padding-top: 30px;
}
.single-blog-page .share-box p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

/*=========== comment-area ==========*/

.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 70px;
}
.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 40px;
}
.team-details .group-title {
  position: relative;
  margin-bottom: 50px;
  text-align: left;
}
.sidebar-page-container .group-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1c1c1c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.sidebar-page-container .group-title h2:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: 20px;
  border-bottom: 3px solid #24a0de;
}
.sidebar-page-container .group-title h2:after {
  content: '';
  position: absolute;
  left: 22px;
  bottom: -18px;
  width: 20px;
  border-bottom: 3px solid #24a0de;
}
.comments-area .comment-box {
  position: relative;
}
.comments-area .comment {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.comments-area .comment-box .comment:last-child {
  padding-bottom: 0px;
  border: none;
}
.comments-area .comment .comment-content {
  position: relative;
  padding: 0px;
}
.comments-area .reply-comment {
  margin-left: 100px;
}
.comments-area .comment .comment-inner {
  position: relative;
  padding-left: 130px;
  min-height: 110px;
}
.comments-area .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 110px;
}
.comments-area .comment .author-thumb img {
  width: 100%;
  display: block;
}
.comments-area .comment .comment-info {
  position: relative;
  top: 2px;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}
.comments-area .comment .comment-info h4 {
  position: relative;
  color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
.comments-area .comment .text {
  line-height: 1.9em;
  font-size: 15px;
  text-align: justify;
}
.comments-area .comment .reply {
  position: absolute;
  right: 0px;
  top: 15px;
  color: #B51A18;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.comments-area .comment .reply .fa {
  font-style: normal;
  padding-right: 5px;
}

/*=========== sidebar ==========*/

.sidebar-title h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}
.sidebar .sidebar-search {
  margin-bottom: 50px;
}
.sidebar .sidebar-search .form-group {
  position: relative;
}
.sidebar .sidebar-search .form-group input[type="text"], .sidebar .sidebar-search .form-group input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 15px 40px 15px 20px;
  border: 1px solid #f4f4f4;
  background: #ffffff;
  color: #222222;
  border-radius: 27px;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 55px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sidebar .sidebar-search .form-group input:focus {
  border-color: #24a0de;
}
.sidebar .sidebar-search .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  line-height: 55px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.sidebar .sidebar-search .form-group input:focus+button, .sidebar .sidebar-search .form-group button:hover {
  color: #B51A18;
}

/* categories*/

.sidebar .sidebar-categories {
  margin-bottom: 50px;
}
.sidebar .sidebar-categories .list li a {
  position: relative;
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding: 5px 0px 5px 15px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.sidebar .sidebar-categories .list li a:hover {
  color: #B51A18;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.sidebar .sidebar-categories .list li a:before {
  font-family: 'FontAwesome';
  content: "\f101";
  position: absolute;
  left: 0px;
  top: 5px;
  display: block;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

/*=========== post ==========*/

.sidebar-posts {
  margin-bottom: 50px;
}
.sidebar-posts .post {
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
}
.sidebar-posts .post a {
  color: #333;
  font-size: 15px;
  margin-bottom: 8px;
}
.sidebar-posts .post .post-thumb {
  position: absolute;
  left: 0;
  top: 4px;
}
.sidebar-posts .post a i {
  margin-right: 6px;
  color: #B51A18;
}

/*=========== tag ==========*/

.sidebar-tags a {
  color: #333;
  border: 1px solid #f1f1f1;
  padding: 5px 14px;
  margin-bottom: 4px;
}

/*=========== post pagination ==========*/

.post_pagination {
  position: relative;
  text-align: center;
}
.post_pagination li {
  display: inline-block;
}
.post_pagination li a {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin: 0 4px;
  transition: .5s ease;
}
.post_pagination li a:hover, .post_pagination li.active a {
  color: #B51A18;
  transition: .5s ease;
}
.post_pagination li a i.left {
  transform: rotate(90deg);
}
.post_pagination li a i.right {
  transform: rotate(-90deg);
}

/*** 

====================================================================
  our location
====================================================================

***/

.company-location {
  position: relative;
}
.company-location h3.title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  padding: 50px 0 30px;
}
.company-location .img-box {
  position: relative;
  float: left;
}
.company-location .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 183, 241, 0.9);
  color: #fff;
  padding: 20px 0;
  font-weight: 600;
  text-align: center;
}
.company-location .overlay {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.7);
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
  visibility: hidden;
}
.company-location .img-box:hover .overlay {
  height: 100%;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
  visibility: visible;
}
.company-location .overlay .content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-location .overlay a {
  position: relative;
  top: -35px;
  color: #fff;
  font-size: 30px;
}

/*** 

====================================================================
  job-list
====================================================================

***/

.job-list {
  position: relative;
}
.job-list h3 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  margin: 35px 0 20px;
}
.job-list .search-option {
  position: relative;
  padding-right: 90px;
  margin-top: 30px;
  margin-bottom: 25px;
  margin-right: 33px;
}
.job-list .search-option input {
  border: 1px solid #d7d7d7;
  line-height: 58px;
  width: calc(50% - 15px);
  margin-right: 15px;
  padding: 0 30px;
  color: #606a83;
  float: left;
}
.job-list .search-option .thm-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px;
  line-height: 60px;
}
.job-list .search-option .thm-btn i {
  transform: rotate(0deg);
}
.job-list .inner-box {
  position: relative;
}
.job-list .inner-box .icon-box {
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #B51A18;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 2px;
}
.job-list .inner-box .meta-info {}
.job-list .inner-box .meta-info p {
  color: #333;
  font-size: 15px;
}
.job-list .inner-box .meta-info ul li {}
.job-list .inner-box .meta-info ul li a {
  color: #333;
  font-size: 13px;
  font-style: italic;
  margin-right: 15px;
  transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a:hover {
  color: #B51A18;
  transition: .5s ease;
}
.job-list .inner-box .meta-info ul li a i {
  margin-right: 5px;
}
.job-list .inner-box .link-box .thm-btn {
  line-height: 30px;
  font-size: 13px;
  padding: 0 25px;
  margin-top: 6px;
}
.job-list .inner-box .link-box .thm-btn:hover {
  background: #fff;
}
.job-list .inner-box .table-hover>tbody>tr>td {
  border-color: #fff;
}
.job-list .inner-box .table-hover>tbody>tr>td.link {
  max-width: 150px;
  text-align: center;
}
.job-list .inner-box .table-hover>tbody>tr>td.icon {
  max-width: 90px;
  text-align: center;
}
.job-list .inner-box .table-hover>tbody>tr>td.content {
  text-align: left;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td, .job-list .inner-box .table-hover>tbody>tr.active td {
  background: #333;
  transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td .meta-info p, .job-list .inner-box .table-hover>tbody>tr.active td .meta-info p {
  color: #fff;
  transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr:hover>td .meta-info ul li a, .job-list .inner-box .table-hover>tbody>tr.active td .meta-info ul li a {
  color: #fff;
  transition: .7s ease;
}
.job-list .inner-box .table-hover>tbody>tr td .meta-info ul li a:hover {
  color: #B51A18;
}
.job-list .load-more {
  position: relative;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #333;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin-top: 40px;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

/*** 

====================================================================
  job-details
====================================================================

***/

.job-details .post-meta {
  position: relative;
  margin-bottom: 40px;
}
.job-details .post-meta p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
}
.job-details .post-meta p i {
  margin-right: 5px;
}
.job-details h3 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 35px 0 35px;
  border-bottom: 1px solid #d7d7d7;
}
.job-details .list-style-5 {
  position: relative;
}
.job-details .list-style-5 li {
  position: relative;
  margin-top: 20px;
  font-size: 15px;
  color: #333;
}
.job-details .list-style-5 li i {
  color: #B51A18;
  margin-right: 10px;
}
.check-item li {
  display: inline-block;
  margin-right: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
.check-item input#roundedTwo {
  display: inline-block;
  margin-right: 10px;
}

/*** 

====================================================================
  about section
====================================================================

***/

.about-section {
  position: relative;
}
.about-section .content h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
/*why-chooseus*/
.why-chooseus {
  position: relative;
  background-color: #f7f7f7;
}
.why-chooseus .content {
  margin-bottom: 50px;
}
.why-chooseus .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.why-chooseus .content .link a {
  font-size: 14px;
  font-weight: 700;
  color: #B51A18;
  text-transform: uppercase;
  margin-top: 15px;
}

/*pricing*/
.pricing-section {
  position: relative;
}
.pricing-section .single-item {
  margin-bottom: 50px;
  text-align: center;
  padding: 70px 15px;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .1);
}
.pricing-section .single-item .icon-box {
  font-size: 40px;
  color: #B51A18;
  margin-bottom: 30px;
}
.pricing-section .single-item .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.pricing-section .single-item .price {
  font-size: 40px;
  margin-bottom: 20px;
}
.pricing-section .single-item .month {
  font-size: 20px;
  margin-bottom: 20px;
}
.pricing-section .single-item ul li {
  margin-bottom: 8px;
}
.pricing-section .single-item ul {
  margin-bottom: 30px;
}

/*** 

====================================================================
  team section
====================================================================

***/

.team-section {
  background-color: #fff;
}
.team-section .single-team {
  margin-bottom: 50px;
}
.team-section .NextArrow {
  position: absolute;
  right: -50px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  background: #003445;
  color: #fff;
  font-size: 30px;
  transition: .4s
}
.team-section .PrevArrow {
  position: absolute;
  left: -50px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  z-index: 5;
  background: #003445;
  color: #fff;
  font-size: 30px;
  transition: .4s
}
.team-section .PrevArrow:hover, .team-section .NextArrow:hover {
  background: #fde428;
  color: #003445
}

.team-section .single-team .teamthumb:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.74);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.team-section .single-team:hover .teamthumb:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  
}

.team-section .single-team:hover .teamthumb .team-social a {
  left: 0;
}
.team-section .single-team .teamthumb {
  position: relative;
  overflow: hidden;
}
.team-section .single-team .teamthumb img {
  transition: .4s;
}
.team-section .single-team .teamthumb .team-social {
  position: absolute;
  width: 60px;
  top: 30px;
  text-align: center;
  left: 10px;
}
.team-section .single-team .teamthumb .team-social a {
  display: block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #B51A18;
  background: #ffffff;
  margin-bottom: 5px;
  transition: .4s;
  position: relative;
  left: -100px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.11);
}
.team-section .single-team .teamthumb .team-social a:nth-child(even) {
  transition-delay: .1s;
}
.team-section .single-team .team-title {
  padding: 10px 20px;
  padding-top: 20px;
  border-top: 0;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #003445;
}
.team-section .single-team .team-title h4 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}
.team-section .single-team .team-title p {
  color: #B51A18;
}
.team-section .single-team .team-contact {
  padding: 10px 20px;
  padding-bottom: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.team-section .single-team .team-contact ul li {
  line-height: 26px;
}
.team-section .single-team .team-contact ul li span {
  padding-right: 10px;
  font-weight: 700;
  color: #003445;
}


/*** 

====================================================================
  404 page section
====================================================================

***/

.error-page {
  position: relative;
}

.error-page .content {
  text-align: center;
}

.error-page .content h1 {
  font-size: 150px;
  font-weight: 700;
  margin-bottom: 20px;
}

.error-page .content p {
  margin-bottom: 30px;
  font-size: 18px;
}
.hdr-cnt{text-transform:uppercase; margin-top:21px; margin-bottom:25px; margin-left:-50px;}
.hdr-cnt h1{font-size:25px; color:#B51A18; font-weight:600; padding-bottom:5px;}
.hdr-cnt h2{font-size:22px; color:#B51A18; font-weight:600; padding-bottom:5px;}
.hdr-cnt h3{font-size:17px;}
.clrd{color:#fff !important; width:20px;}
div.lgod{ background-color:#b51a18; padding:10px; margin:0px; padding:0px; height:61px; position:relative; top:185px; display:block !important; width:100% !important;}
.mp02d{margin-bottom:35px;}
.logds{position:absolute; z-index:999; left:20px;}
.logds img{width:100%;}
/*.mainmenu-area ul li{margin-left:100px;}*/
.latest-tags a {
    border: 1px solid #373f59;
    color: #f2f2f2;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin-bottom: 4px;
    padding: 0 13px;
    position: relative;
    text-align: center;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0px;
}

.mp0sd2{margin-bottom:50px !important}
.mp0sd3{margin-top:20px;}
.active1d{color:#CEA345 !important;}
.abts p{text-align:justify; margin-bottom:10px;}
.hng{text-transform:uppercase !important;}
.hng li a{text-transform:uppercase !important;}
.abt-img img{width:100%; margin-bottom:10px; border:solid 1px #ccc;}
.cur{cursor:default;}
.clr1d{color:#bda169 !important;}
.sb-pag{color:#dd3920; font-weight:600; margin-top:20px; font-size:20px;}
.sb-pg-mg{float:left; padding:10px;}
.sb-pg-mg1{float:right; padding:10px;}
.sb-page1{color:#000; font-weight:600; position:relative; top:10px;}
.list-admis{margin:0px; padding:0px; margin-left:20px;}
.list-admis li{padding:10px; list-style-type:square;}
.rd-tst{ text-align:justify;}
.rd-tst a{color:#CEA345}
.named{font-weight:bold; color:#036;}
.named{font-weight:bold; color:#036; font-size:20px}
.named1{font-weight:bold; color:#000;}
.tss1{border:dashed 1px #ccc; margin-bottom:40px; padding:18px; box-shadow:1px 1px 2px #efefe; }
.vew{background-color:#ce962d; color:#000 !important; padding:5px 20px; color:#b51a18; margin-top:20px; font-size:20px; transition:all 1.5s; border:solid 1px #ce962d; text-shadow:1px 1px 1px #fff;}
.vew:hover{background-color:#1e1e1e; color:#ce962d !important;  transition:all 1.5s; border:solid 1px #ce962d;}
.abt-imgs{float:right; width:300px; margin:8px 0px 10px 10px;
 
   -webkit-border-radius:2%;    
   -moz-border-radius:2%;
   border-radius:2%;
   -webkit-box-shadow:0px -1px 25px rgba(0,0,0,0.5), 0px 1px 25px rgba(0,0,0,0.7);
   -moz-box-shadow:0px -1px 25px rgba(0,0,0,0.5), 0px 1px 25px rgba(0,0,0,0.7);
   box-shadow:0px -1px 25px rgba(0,0,0,0.5), 0px 1px 25px rgba(0,0,0,0.7);
}
@media (min-width:320px) and (max-width:767px) 
{
.abt-imgs{float:none; width:100%; /*padding:0px 0px 10px 0px;*/}
.sb-pg-mg{float:none; padding:10px; width:100%;}
.sb-pg-mg1{float:none; padding:10px; width:100%;}
.logds{position:relative; z-index:999; left:0px;}
.logds img{width:auto;}
div.lgod{ background-color:#b51a18; padding:10px; margin:0px; padding:0px; height:78px; position:relative; top:-18px; display:none !important;}
.hdr-cnt{margin-bottom:25px !important;}
.hdr-cnt h1{font-size:15px;}
.hdr-cnt h2{font-size:13px;}
.hdr-cnt h3{font-size:12px;}
.hdr-cnt h1, .hdr-cnt h2, .hdr-cnt h3{padding-bottom:10px;}
.top-bar .top-right {
    float: left;
}
.hdr-cnt {
    margin-left: -1px;
}
}


div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.list li a i{font-size:18px; width:15px;}



/********accordion*********/
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    /*padding: 18px;*/
	padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	text-shadow:0px 1px 0px #b51a18;
	border:solid 1px #CEA345;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel{margin-bottom:0px;border:solid 1px #CEA345; margin-bottom:10px; box-shadow:1px 1px 1px #efefef; border-top:dashed 0px #CEA345 ;}
.panel p{font-size:14px; line-height:1.5; margin-top:10px; padding:10px 0px;}

/*****table-for-exam***********/
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
th { background-color: #dddddd;  text-align:center;}

td, th {
    border: 1px solid #000;
   
    padding: 8px; 
}
td{text-align:left;}

/*tr:nth-child(even) {
    background-color: #dddddd;
}*/

.place {border:dashed 1px #ccc; padding:5px; text-align:center; margin-bottom:10px !important; margin:0px; box-shadow:1px 1px 1px #efefef;}
.plmp01{margin:0px; padding-left:0px;}
.mp0ss{}
.leftimg{width:100%; border:solid 1px #ccc;}
.sb-pag2{color:#dd3920; font-weight:600; /*margin-top:-10px; */font-size:20px; position:relative; top:1px;}
.sb-page2{color:#000; font-weight:600; position:relative; top:0px;}
.ftsz{font-size:14px;}
.abts p{margin-top:2px;}
.mpt{padding:10px !important; margin:10px !important; width:120px;}

.cur-mp{margin-bottom:10px;}
.lft0{padding-left:0px;}
.cour-sty{display:block; color:#222323 !important; font-weight:bold; font-family:arial;}
.cur1{background-color:#ef3079; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center; transition:all 1.5s;}
.cur1:hover{background-color:#c53169; transition:all 1.5s;}
.cur2{background-color:#0c9191; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center;  transition:all 1.5s;}
.cur2:hover{background-color:#146868; transition:all 1.5s;}
.cur3{background-color:#c837cc; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center; transition:all 1.5s;}
.cur3:hover{background-color:#8c158f; transition:all 1.5s;}

.cur4{background-color:#f25994; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center; transition:all 1.5s;}
.cur4:hover{background-color:#c46288; transition:all 1.5s;}

.cur5{background-color:#69bcbc; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center; transition:all 1.5s;}
.cur5:hover{background-color:#378c8c; transition:all 1.5s;}

.cur6{background-color:#e87324; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center; transition:all 1.5s;}
.cur6:hover{background-color:#b25516; transition:all 1.5s;}

.cur7{background-color:#68af1c; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center; transition:all 1.5s;}
.cur7:hover{background-color:#568821; transition:all 1.5s;}

.cur8{background-color:#47fa82; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px #ccc; text-align:center; transition:all 1.5s;}
.cur8:hover{background-color:#28a852; transition:all 1.5s;}

.cur9{background-color:#8b7f3b; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc; text-align:center; transition:all 1.5s;}
.cur9:hover{background-color:#867721; transition:all 1.5s;}

.cur10{background-color:#989898; padding:10px; border:dashed 1px #ccc; box-shadow:2px 2px 2px  #ccc;  text-align:center; transition:all 1.5s;}
.cur10:hover{background-color:#6d7071; transition:all 1.5s;}

.cur-mp a{
  -webkit-border-radius:2%;    
   -moz-border-radius:2%;
   border-radius:2%;
   -webkit-box-shadow:0px -1px 8px rgba(0,0,0,0.5), 0px 1px 8px rgba(0,0,0,0.5);
   -moz-box-shadow:0px -1px 18px rgba(0,0,0,0.5), 0px 1px 8px rgba(0,0,0,0.5);
   box-shadow:0px -1px 8px rgba(0,0,0,0.5), 0px 1px 8px rgba(0,0,0,0.5);
}
.mpimg{}
@media (min-width:320px) and (max-width:767px) {
.cur-mp{margin-bottom:10px;}
.cur-mp{margin-bottom:10px; padding:0px;}
.lft0{padding-left:auto;}
.mpimg{margin-top:20px; float:none !important;}
.abt-imgs {
   
    margin: 20px 0px 20px 0px;
}
}
/*************tab**************/
div.tab {
    overflow: hidden;
    border:dashed 2px solid #ccc;
    background-color: #f1f1f1;
	box-shadow:2px 2p x2px #ccc;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	 border:dashed 2px solid #ccc;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

.topright:hover {color: red;}
.acco-nv{margin:0px; padding:0px; margin-left:13px; display:block;}
.acco-nv li{padding:10px 10px;  border-top:solid 1px #efefef; font-size:14px;}
.acco-nv li a{ font-size:12px !important; color:#222222; transform:matrix 1.5s;}
.acco-nv li a:hover{ font-size:14px; color:#800a09; transform:matrix 1.5s;}
.acco-nv li a i{ font-size:14px; width:10px;}
.clrd-actd{color:#00Fb !important;}
.clrd-actd{color:#00Fb !important;}
.stdtab td th{border:solid 0px #C60;}
.cor-det{font-weight:bold; padding:10px;}
.cor-det1{padding:10px;}
.list-mhd li{padding:10px; list-style-type:square; margin-left:17px; color:#888;}
.mhrd-cert{margin-bottom:20px !important; width:100%;}
.tab-mp01{margin:0px; padding:0px;}
.mp0-contact{border:solid 1px #C30 !important; padding:10px 0px; width:100%;}
.mpctd{margin-bottom:20px; text-transform:uppercase;}
.add-ftr{font-size:14px !important;  text-transform:uppercase !important;}
.stycr{font-size:22px;}
.ftadd{font-weight:bold !important; margin-bottom:10px; color:#fff;}
.ft-add-cnt{color:#CEA345;/* border:solid 1px #CEA345;*/ padding:1px 5px 1px 5px; font-size:15px; transition:all 1.5s; text-transform:none !important;}
.ft-add-cnt:hover{color:#CEA345; transition:all 1.5s; }
.home-news-sty p{font-size:12px; margin-bottom:10px;}
.home-news-sty p i{color:#b51a18;}
.clrsd-hm{color:#b51a18 !important; border-bottom:dotted 1px #b51a18;}
.reg-off{font-weight:bold !important; position:relative; left:-1px;}
@media (min-width:320px) and (max-width:767px) {
	.cor-det , .cor-det1{font-size:12px;}
	div.tab button {
    padding: 7px 15px; font-size:15px;
}
}
/*.tdscolr{color:#891412;}*/


/*  foooter *******************************************************************************/
footer {
  background-color: #282828;
  height: auto;
  padding: 5% 5% 5% 5%;
}

footer h5 {
  color: white;
}
footer ul {
  list-style-type: none;
}

footer ul li a {
  line-height: 1.85;
}
footer a {
  color: white;
}

.green{
 background-color: #a7cf3a;
 height: 50px;
 margin-top: 30px;
}
.blue{
 background-color: #07527a;
 height: 140px;
 }

.myButton {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 12px;
    /* border: 2px solid #4e6096; */
    display: inline-block;
    cursor: pointer;
    background: white;
    color: #a4becc42;
    font-family: Times New Roman;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 21px;
    margin: 39px;
    /* margin-left: 30px; */
    text-decoration: none;
    text-shadow: 0px 0px 0px #283966;
}
.myButton:hover {
  
  background-color:#a7cf3a;
}
.myButton:active {
  position:relative;
  top:1px;
}

.f_content1{
    font-size: 18px;
    font-family: Times New Roman, Times, serif;
    color: #00000085;
}
 .title p{
    font-size: 42px;
    font-family: initial;
    padding: 30px;
    line-height: 1;
}

.f_content2{
    font-size: 20px;
    font-family: serif;
    margin-top: 49px;
    /* font-weight: 550; */
}

/************************* ADDITIONAL CSS EDITED CSS ***************************************/

.top_content{
    margin-top: 50px;
    line-height: 1.9;
    color: #0000009e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}


.top_content p{
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 50px;
    font-weight: 400;
    color: #00000073;
}

.top_intro p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #000000cf;
}


.top_intro{
    margin-top: 50px;
   /*  line-height: 1.9; */
    color: #0000009e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}

.intro2 h2{
 font-size: 48px;
 padding-bottom: 5px;

}

@media only screen and (max-width: 768px) {
  .intro2 h2{
 font-size: 30px;
 padding-bottom: 5px;

}
}


#counter{
  background: url('../images/home_page/pic3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 62px;

}
.c_block{
  padding: 50px;
  color: white;
  text-align: center;
}
.overlay2{
      width: 100%;
    height: 414px;
    position: absolute;
    background: #064d77e6;
}
.c_block>.title{
  color: red;
  font-size: 55px;
  float: left;
  font-family: cursive;
}
.c_block>.number{
  font-size: 25px;
  /* padding-right: 9px; */
}
.c_block>.tagline{
  font-size: 14px;
}
@media (max-width: 490px){

  #counter{
    background: rebeccapurple !important;
    height: 900px;
    margin-bottom: 20px;
  }
  .overlay2{
    height: 900px;
  }
 
}
.i-am-centered {
    padding-top: 100px;
}

#counter2{
  background: url('../images/home_page/pic3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.overlay3{
      width: 100%;
    height: 200px;
    position: absolute;
    background: #064d77e6;
}

@media (max-width: 490px){

  #counter2{
    display: none !important;
  }
  .overlay3{
   display: none !important
  }
 
}


/* Testimonial */

#testimonial4{
  overflow: hidden;
  min-height: 220px;
  max-height: 320px;
  position: relative;
  background: white;
  border: 1px solid black;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: black;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #0171a3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 86px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid black;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
  color: black
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
  color: black;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #fff;
  background: #0171a3;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: black;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: black;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/* About ue */


.main_services{
  padding: 50px;
}

@media only screen and (max-width: 760px){
  .main_services{
  padding: 0px;
  margin-top: 30px;
}
}

#abt_bottom{
  background: url('../images/Quality_Policy/GlobalServices9.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: 50px;
}

#home_service{
  background: url('../images/Management/banner_bottom.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px){
#home_service{
  background: url('../images/Management/banner_bottom.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  margin-top: 50px;
  margin-bottom: 50px;
}
}



#policy hr {
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
    border: 0;
    color: #0171a3;
    border-top: 3px solid;
}



#policy p{
font-size: 18px; 
padding: 0px;
margin: 0px;
}

.image_overlay{
      width: 100%;
    height: 400px;
    position: absolute;
    background: #064d776e;
}

.white_overlay{
      width: 100%;
    height: 1000px;
    position: absolute;
    background: #ffffffba;

}



@media (max-width: 490px){

  #abt_bottom ,#mission_bottom{
    display: none !important;
  }
  .image_overlay{
   display: none !important
  }
 
}

#mission_bottom{
  background: url('../images/Misson/Mission_Success_bol.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: 50px;
}

#policy_bottom{
  background: url('../images/Quality_Policy/GlobalServices9.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#management_bottom{
  background: url('../images/Management/banner_bottom.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  }

#services1_bottom{
  background: url('../images/Services/services_boototm1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  }

#service_p hr {
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
    border: 0;
    color: #0171a3;
    border-top: 3px solid;
}
#service_p h5 {
    font-weight: 700;
    padding: 0px;
    margin-top: 22px;
}
#service_p p {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

/* ************************ PRODUCT IMAGE******************************************** */
.client_sec{
  margin-bottom: 50px;
  margin-top: 50px;
}





    #p_image img{
      height: 300px;
    margin-left: 45%;
    margin-top: -13%;
    position: absolute;
  }

  @media only screen and (max-width: 1024px) {
     #p_image img{
    display: none;
  }
    
  }
  #s_image img {
    height: 333px;
    margin-left: 61%;
    margin-top: -13%;
    position: absolute;
}

@media only screen and (min-width: 2560px) {
  
#s_image img {
    height: 333px;
    margin-left: 61%;
    margin-top: -8%;
    position: absolute;
}
}

.res_head{
   margin-top: 10px;
    font-weight: 600;
}


  @media only screen and (max-width: 1024px) {
     #s_image img{
   
    display: none;
  }
    }

    @media only screen and (max-width: 768px){
.res_head h2{
   margin-top: 5px;
   font-size: 24px;
   font-weight: 600;
}

  }

  .p_i_image{
    padding-left: 240px; 
    margin-top: -6px;
  }

  @media only screen and (max-width: 1024px)  {
    
     .p_i_image{
    padding-left: 30px; 
  }
  }

  .iaq{
    padding-top: 150px;
  }

  @media only screen and (max-width: 768px) {
    
  .iaq{
    padding-top: 30px;
  }

  }


