/*******************************************
This files contents are outlined below
******************************************
|index page styles|

* Global Style & prefex.
* Hover Effect.
* Header Styles.
      (Top header)
      (Bottom header)
* Menu Styles.
* Banner Styles.
* Welcome finance press Styles.
* Best Services Styles.
* Testimonial & People choose us Styles.
    (Testimonial)
    (People choose us)
* FAQ & Gallery Styles.
* Parallax Section Styles.
* Team Styles.
* Lates news Styles.
* Lates news Styles.
* Footer Styles.


|Single Pages Styles|

* Inner Banner Styles.
* Breadcrumb Styles.
* Our mission value Styles.
* What our customer say Styles.
* Our Growth Statistics Styles.
* Experts Services That You Need Styles.
* Service container Styles.
* Services single content Styles.
* Projects Styles.
* Single project container Styles.
* News container Styles.
      (Blog aside)
* News single page Styles.
* Contact container Styles.

*******************************************/
/*===================== Preloader===================*/

@import url('../../fonts/flat-icon-2/flaticon.css');
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}
#loader {
  display: block;
  background: url('https://kic.com.kw/Home/images/pre-loader.gif') no-repeat center;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
/*===========================*/
/* ========== Global Style & prefex ===============*/

@font-face {
  font-family: 'font-awesome';
  src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src:
    url('../../fonts/font-awesome/fonts/fontawesome-webfont.eot'),
    /* IE9 Compat Modes */ url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */ url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */ url('../../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'kepler-std';
  src: url('../../fonts/kepler-std/Kepler-Std-Bold.ttf');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #9b9b9b;
}
.flt_left {
  float: left;
}
.flt_right {
  float: right;
}
.m0 {
  margin: 0px;
}
.p0 {
  padding: 0px;
}
.p_left0 {
  padding-left: 0;
}
.p_right0 {
  padding-right: 0;
}
.clear_fix {
  clear: both;
}
.transition3s {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transform_img_holder:hover img {
  opacity: 1;
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  cursor: pointer;
}
.transform_img_holder {
  overflow: hidden;
  position: relative;
}
.transform_img_holder img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button,
input {
  outline: none;
  box-shadow: none;
  border: none;
}
.button-main {
  background: #354a6b;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  width: 170px;
  text-align: center;
  display: inline-block;
  line-height: 47px;
  outline: none;
  box-shadow: none;
  border: none;
}
.button-main:hover,
.button-main:focus {
  color: #fff;
}
/*----- anchor----*/

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0;
}
p {
  line-height: 23px;
}
.border_round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
/*========================= Styling section title =================*/

.title_container h4 {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 30px;
  color: #262626;
  margin-bottom: 9px;
}
.title_container span.decor_default {
  display: block;
  width: 13px;
  height: 13px;
  background: #354a6b;
  border: 2px solid rgba(26, 139, 179, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  margin-top: 13px;
  margin-left: 26px;
}
.title_container span.decor_default:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  top: 4px;
  left: 16px;
}
.title_container span.decor_default:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  top: 4px;
  left: -28px;
}
.banner .title_container span.decor_default:before,
.banner .title_container span.decor_default:after {
  background: #354a6b;
}
.title_container span.decor-equal,
.banner-title span.decor-equal {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #354a6b;
  border: 2px solid rgba(26, 139, 179, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  position: relative;
}
.title_container span.decor-equal:after,
.banner-title span.decor-equal:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  top: 4px;
  right: -60px;
}
.title_container span.decor-equal:before,
.banner-title span.decor-equal:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  top: 4px;
  left: -60px;
}
.banner .title_container span.decor-equal:before,
.banner .title_container span.decor-equal:after {
  background: #354a6b;
}
/*
----------------------------- Hover Effect ----------------------
*/
/* Sweep To Right */

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #354a6b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Right */

.hvr-sweep-to-rightB {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top: -1px;
  left: 0px;
}
.hvr-sweep-to-rightB:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272727;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-rightB:hover,
.hvr-sweep-to-rightB:focus,
.hvr-sweep-to-rightB:active {
  color: white;
}
.hvr-sweep-to-rightB:hover:before,
.hvr-sweep-to-rightB:focus:before,
.hvr-sweep-to-rightB:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Right */

.hvr-sweep-to-right-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-white:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-white:hover,
.hvr-sweep-to-right-white:focus,
.hvr-sweep-to-right-white:active {
  color: white;
}
.hvr-sweep-to-right-white:hover:before,
.hvr-sweep-to-right-white:focus:before,
.hvr-sweep-to-right-white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Bottom */

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 139, 179, 0.9);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}
.team_member:hover .hvr-sweep-to-bottom:before,
.team_member:focus .hvr-sweep-to-bottom:before,
.team_member:active .hvr-sweep-to-bottome:before,
.single_news:hover .hvr-sweep-to-bottom:before,
.single_news:focus .hvr-sweep-to-bottom:before,
.single_news:active .hvr-sweep-to-bottome:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Shutter Out Vertical */

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 139, 179, 0.9);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white;
}
.mix:hover .hvr-shutter-out-vertical:before,
.mix:focus .hvr-shutter-out-vertical:before,
.mix:active .hvr-shutter-out-verticale:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*
----------------------------- Hover Effect ----------------------
*/
/*============= Header ============*/
/*======= Top header ========*/

.top_header {
  background: #354a6b;
  color: #dadada;
  padding-top: 7px;
  padding-bottom: 7px;
}
.top_header p {
  margin: 0;
}
.top_header .top_header_left span {
  padding-right: 8px;
}
.top_header .top_header_left p {
  padding-top: 5px;
}
.top_header .top_header_right p {
  padding-left: 13px;
  display: inline-block;
}
.top_header .top_header_right span {
  padding-right: 8px;
}
.top_header .top_header_right {
  padding-right: 22px;
  text-align: right;
}
.top_header a {
  color: #dadada;
  font-size: 14px;
}
.top_header div.dropdown {
  display: inline-block;
}
/*======= Bottom header ========*/

.bottom_header {
  padding-bottom: 30px;
}
.bottom_header .logo_holder {
  background: url('https://kic.com.kw/Home/images/home/logo.png') no-repeat 9% 100%;
  height: 79px;
  margin-top: 31px;
}
.bottom_header .logo_holder a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bottom_header .address_container {
  padding-left: 12px;
  padding-top: 31px;
}
.bottom_header .address_container > div {
  display: inline-block;
  vertical-align: top;
}
.bottom_header .address_container > div:nth-child(2) {
  padding-left: 22px;
}
.bottom_header .address_container > div:nth-child(3) {
  padding-left: 20px;
}
.bottom_header .address_container .icon_holder {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: #354a6b;
  border: 6px solid #eaedf0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  vertical-align: top;
}
.bottom_header .address_container .icon_holder span {
  display: block;
  padding-top: 6px;
  padding-left: 10px;
}
.bottom_header .address_container .text_holder {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding-left: 8px;
}
.bottom_header .address_container .text_holder p {
  color: #262626;
  line-height: 27px;
}
.bottom_header .address_container .text_holder span {
  display: block;
  color: #354a6b;
}
/*======================= Menu ====================*/

.main_menu {
  background: #0b3c4d;
  height: 80px;
  position: relative;
  z-index: 9999;
}
.main_menu .navbar-default {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.main_menu .nav > li {
  font-family: 'Alegreya', serif;
  font-size: 13px;
  color: #cccccc;
  text-transform: capitalize;
  position: relative;
  text-align: left;
  padding-right: 0px;
  padding-bottom: 0px;
}
.main_menu .nav > li:before {
  content: '';
  width: 1px;
  height: 100%;
  background: url('https://kic.com.kw/Home/images/home/nav-border.png') no-repeat;
  position: absolute;
  right: 0;
  top: 18px;
}
.main_menu .nav > li:last-child:before {
  width: 0;
}
.main_menu .nav > li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  padding: 30px 22px 30px 24px;
}
.main_menu .nav > li:hover a {
  /*color: #f8d179;*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*.main_menu .nav li span {
    padding-left: 24px;
}
.main_menu .nav>li:first-child a,
.main_menu .nav>li:first-child span,
.main_menu .nav>li:first-child {
    padding-left: 0;
}
.main_menu .nav>li:nth-child(3) {
    padding-right: 16px;
}
.main_menu .nav>li:nth-child(4) {
    padding-right: 13px;
}
.main_menu .nav>li:nth-child(5) {
    padding-right: 25px;
}
.main_menu .nav li a i {
    padding-left: 7px;
    vertical-align: 2px;
}*/
.main_menu .nav > li > .sub-menu {
  position: absolute;
  z-index: 9999;
  width: 200px;
  background: #1f2d42;
  top: 120px;
  opacity: 0;
  visibility: hidden;
}
.main_menu .nav li .sub-menu li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 13px 14px;
  border-bottom: 1px solid #464646;
}
.main_menu .nav > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 80px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.main_menu .nav li .sub-menu li a:hover {
  /* background: #202020;
    color: #f8d179;*/
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.main_menu nav ul li.dropdown_menu .fa-bars {
  display: none;
}
.main_menu .search_icon {
  padding-left: 6px;
}
.main_menu .container {
  position: relative;
}
.main_menu #search {
  position: absolute;
  width: calc(94% + 1px);
  height: 80px;
  background: #093646;
  top: 0;
  right: 70px;
  display: none;
}
.main_menu #search input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  padding-left: 30px;
}
.main_menu .search_icon {
  /* background: url(../../https://kic.com.kw/Home/images/home/search.png) no-repeat -10px -10px center center;*/
  background-color: #093646;
  border: none;
  outline: none;
  box-shadow: none;
  width: 80px;
  height: 80px;
  margin-left: -11px;
  position: relative;
}
.main_menu .search_click {
  /*background: url(../../https://kic.com.kw/Home/images/home/search.png) no-repeat -54px -10px center center;*/
  background-color: #093646;
  border: none;
  outline: none;
  box-shadow: none;
  width: 80px;
  height: 80px;
  position: relative;
}
.main_menu .search_icon:after {
  content: '';
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -8.5px;
  width: 24px;
  height: 24px;
  background: url('https://kic.com.kw/Home/images/home/search.png') no-repeat -10px -10px;
}
.main_menu .search_click:after {
  content: '';
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -8.5px;
  width: 20px;
  height: 20px;
  background: url('https://kic.com.kw/Home/images/home/search.png') no-repeat -54px -10px;
}

@keyframes fixed-bouce {
  0% {
    padding-top: 5px;
    background: #262626;
  }
  25% {
    padding-top: 0;
  }
  50% {
    padding-top: 3px;
  }
  100% {
    padding-top: 0;
  }
}
.fixed {
  position: fixed;
  background: #272727;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation-name: fixed-bouce;
  animation-duration: 1s;
  -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
}
.fixed .search_icon {
  background-color: #2b2b2b;
}
.fixed #search {
  background: #2b2b2b;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  z-index: 9999;
  background: #1f2d42;
  /*opacity: 0;*/
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1;
}

.dropdown-submenu:hover > a:before {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu {
  background-color: #1f2d42;
}

/*============================ Banner ============================*/

.banner .slide_show h6 {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 24px;
  color: #354a6b;
  text-transform: capitalize;
}
.banner .slide_show h1 {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 55px;
  color: #fff;
  text-transform: uppercase;
}
.banner .slide_2 {
  text-align: center;
}
.banner .slide_show p {
  font-style: italic;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.banner ul li a {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
  width: 170px;
  text-align: center;
}
.banner ul li a:hover {
  background: #f8d179;
}
.banner ul li a.consultation_button {
  background: #354a6b;
}
.banner ul li a.consultation_button:hover,
.banner ul li a.learn_more:hover {
  color: #262626;
}
.banner ul li a.learn_more {
  background: #262626;
}
.banner .tp-leftarrow,
.banner .tp-rightarrow {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 5px solid rgba(255, 255, 255, 0.2);
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */

  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tparrows.tp-leftarrow:before,
.banner .tparrows.tp-rightarrow:before {
  color: #354a6b;
}
.banner .tp-rightarrow:hover,
.banner .tp-leftarrow:hover {
  background: #354a6b;
  border: 5px solid rgba(26, 139, 179, 0.2);
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.banner .tp-rightarrow {
  left: 95% !important;
}
.banner .tp-rightarrow:hover:before,
.banner .tp-leftarrow:hover:before {
  color: #fff;
}
.tparrows:before {
  font-family: 'font-awesome';
  font-size: 21px;
  color: #fff;
  display: block;
  line-height: 52px;
  text-align: center;
}
.tparrows.tp-rightarrow:before {
  content: '\f054';
}
.tparrows.tp-leftarrow:before {
  content: '\f053';
}
.banner .tp-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
}
.banner .tp-bullet:before {
  content: '_';
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #fff;
  overflow: hidden;
}
.banner .tp-bullet:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*=========================== Welcome finance press ==================*/

.about_finance_press {
  font-family: 'Alegreya', serif;
  padding-top: 63px;
  padding-left: 7px;
  overflow-x: hidden;
}
.about_finance_press .container {
  border-bottom: 1px solid #f6f4f4;
  padding-bottom: 27px;
}
.finance_text {
  padding-bottom: 51px;
}
.about_finance_press .some_speach {
  padding-left: 29px;
  margin-top: 25px;
}
.finance_text h3 {
  font-weight: normal;
  font-size: 36px;
  color: #354a6b;
  text-transform: capitalize;
  position: relative;
  line-height: 47px;
}
.finance_text h3 span {
  display: inline-block;
  background: #354a6b;
  width: 10px;
  height: 2px;
  vertical-align: middle;
}
.finance_text h3 sup {
  font-size: 48px;
  top: 6px;
  left: 10px;
}
.finance_text h3:before {
  content: '“';
  position: absolute;
  color: #354a6b;
  font-size: 48px;
  left: -34px;
  top: -6px;
}
.finance_text p {
  font-family: 'Open Sans', sans-serif;
  padding-top: 12px;
  line-height: 24px;
}
.finance_text a {
  font-weight: 700;
  font-size: 18px;
  color: #354a6b;
  display: block;
  text-transform: capitalize;
  text-decoration: underline;
  margin-top: 28px;
}
.finance_text a:hover,
.finance_text a:focus,
.finance_text a:active {
  color: #262626;
}
.about_finance_press .finance_fact_item {
  border-bottom: 1px solid #f6f4f4;
  padding-top: 17px;
  padding-bottom: 17px;
}
.about_finance_press .finance_fact_item:first-child {
  padding-top: 9px;
  padding-bottom: 17px;
}
.about_finance_press .finance_fact_item:last-child {
  border: none;
}
.finance_fact_item h6 {
  font-weight: normal;
  font-size: 24px;
  color: #262626;
}
.finance_fact_name span {
  font-weight: normal;
  font-size: 18px;
  color: #d0d0d0;
}
.finance_fact_item > span {
  font-weight: 700;
  font-size: 60px;
  color: #262626;
  padding-left: 20px;
}
.finance_fact_name {
  line-height: 19px;
  padding-left: 28px;
}
/*=============== Best Services ==============*/

.single_service_item {
  text-align: center;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  margin-top: 42px;
}
.single_service_item .service_icon {
  display: -webkit-flex;
  display: flex;
  height: 160px;
  width: 100%;
  background: url('https://kic.com.kw/Home/images/home/arrow-bg.png') no-repeat 50% 110%;
  /*background-image: url(../../https://kic.com.kw/Home/images/home/pf_svc.png);   */
  /*background-color: #f4f4f4; */
}
.service_icon .icon_border {
  height: 80px;
  width: 80px;
  margin: auto;
  border: 2px solid #354a6b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.icon_border span {
  display: block;
  padding: 16px;
  color: #354a6b;
}
.service_text h5 {
  font-family: 'Alegreya', serif;
  font-weight: normal;
  font-size: 24px;
  text-transform: capitalize;
  color: #262626;
  margin-bottom: 19px;
}
.service_text p {
  line-height: 24px;
}
.service_text {
  padding: 16px 2px 13px 4px;
}
.single_service_item:hover .service_icon,
.single_service_item:focus .service_icon,
.single_service_item:active .service_icon {
  background: url('https://kic.com.kw/Home/images/home/arrow-bg.png') no-repeat 50% 101%;
  background-color: #354a6b;
  cursor: pointer;
}
.single_service_item:hover .icon_border,
.single_service_item:focus .icon_border,
.single_service_item:active .icon_border {
  border: 1px solid #fff;
}
.single_service_item:hover .icon_border span,
.single_service_item:focus .icon_border span,
.single_service_item:active .icon_border span {
  color: #fff;
}
#best-services .item {
  padding-right: 15px;
  margin-left: 15px;
}
#best-services .owl_slider {
  position: relative;
}
#best-services .owl_slider .customNavigation {
  position: absolute;
  right: 15px;
  top: -53px;
}
#best-services .owl_slider .customNavigation a i {
  color: #9b9b9b;
  font-size: 36px;
  margin-left: 12px;
  transition: all 0.3s ease;
}
#best-services .owl_slider .customNavigation a i:hover {
  cursor: pointer;
  color: #354a6b;
}
/*========== Testimonial & People choose us ===========*/
/*========== Testimonial =============*/

.section_bg {
  background: #f4f4f4;
  margin-top: 79px;
}
.testimonial {
  position: relative;
}
.testimonial .img_holder {
  float: right;
  position: relative;
}
.testimonial .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(26, 139, 179, 0.9);
}
.testimonial .slider_container {
  position: absolute;
  right: 15px;
  top: 96px;
  padding-left: 17px;
}
.testimonial .slider_container span.flaticon-quotes3:before {
  color: #fff;
  font-size: 30px;
}
.testimonial .slider_container p.speach {
  font-style: italic;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding: 23px 38px 32px 0;
  line-height: 32px;
  margin-bottom: 37px;
}
.testimonial .slider_container p.speach:before {
  content: '';
  width: 70px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial .slider_container h6 {
  font-family: 'Alegreya', serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.testimonial .slider_container .client_name span {
  font-style: italic;
  color: #fff;
}
.testimonial .slider_container .carousel-indicators {
  left: 4%;
  bottom: -68px;
}
.testimonial .slider_container .carousel-indicators li,
.testimonial .slider_container .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  position: relative;
  margin: 0px 0px 0px 8px;
}
.testimonial .slider_container .carousel-indicators li:before {
  content: '_';
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -7px;
  left: -3px;
  background: #fff;
}
.testimonial .slider_container .carousel-indicators li:hover:before {
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*========== People choose us =============*/

.people_choose_us {
  padding-top: 65px;
  padding-left: 18px;
  position: relative;
}
.people_choose_us:before {
  content: '';
  width: 1px;
  height: 41%;
  background: #e2e2e2;
  position: absolute;
  top: 45%;
  left: calc(7% + 1px);
}
.people_choose_us h5 {
  font-family: 'Alegreya', serif;
  font-weight: normal;
  font-size: 24px;
  color: #262626;
  margin-bottom: 15px;
}
.people_choose_us span.icon:before {
  color: #354a6b;
  font-size: 39px;
  display: block;
}
.people_choose_us span.flaticon-tasks2:before {
  font-size: 55px;
  margin-top: -3px;
}
.people_choose_us .choose_category i {
  padding-left: 14px;
  padding-top: 21px;
  color: #e2e2e2;
}
.people_choose_us .choose_category {
  padding-top: 32px;
  margin-bottom: -25px;
}
.people_choose_us .choose_category .text_holder {
  padding-left: 31px;
}
/*================== FAQ & Gallery =================*/

.faq_gallery_sec {
  background: #fff;
  padding-bottom: 42px;
}
.faq_sec {
  padding-top: 59px;
}
.faq_sec .panel-group {
  padding-top: 21px;
  padding-left: 11px;
}
.faq_sec .panel-default:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #f6f4f4;
  position: absolute;
  top: 28px;
  left: -5px;
}
.faq_sec .panel-default:last-child:before {
  width: 0;
}
.faq_sec .panel-default {
  border: none;
  box-shadow: none;
  position: relative;
}
.faq_sec h5 {
  font-family: 'Alegreya', serif;
  font-weight: normal;
  font-size: 24px;
  color: #262626;
}
.faq_sec .panel-heading {
  position: relative;
  padding: 14px;
}
.faq_sec .panel-group .panel + .panel {
  margin-top: 4px;
}
.faq_sec .panel-body {
  padding: 5px 18px;
}
.faq_sec .panel-heading:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #354a6b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 19px;
}
.faq_sec .panel-default > a[aria-expanded='true'] .panel-heading:before,
.faq_sec .panel-default > a:focus .panel-heading:before {
  border: 2px solid #354a6b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery_sec_title {
  padding-top: 59px;
}
.gallery_sec {
  padding-top: 21px;
}
.gallery_sec .gallery_img {
  float: left;
  padding-top: 3px;
}
.gallery_sec .gallery_img:nth-child(1) img,
.gallery_sec .gallery_img:nth-child(4) img {
  width: 375px;
  height: 233px;
}
.gallery_sec .gallery_img:nth-child(2) img,
.gallery_sec .gallery_img:nth-child(3) img {
  width: 188px;
  height: 233px;
}
/*.gallery_sec .gallery_img:nth-child(3) {
    float: right;
}*/
.gallery_sec .gallery_img:nth-child(2),
.gallery_sec .gallery_img:nth-child(4) {
  padding-left: 5px;
}
.gallery_sec .gallery_img .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 139, 179, 0.9);
  cursor: pointer;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gallery_sec .gallery_img:hover .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/*================= Parallax Section ================*/

.parallax {
  background: url('https://kic.com.kw/Home/images/home/parallax-bg.jpg') center top repeat;
  background-attachment: fixed;
  height: 180px;
  padding-top: 57px;
  position: relative;
}
.parallax .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #354a6b;
}
.parallax h3 {
  font-size: 24px;
  color: #fff;
}
.parallax .button a {
  font-weight: 700;
  font-size: 16px;
  color: #354a6b;
  background: #fff;
  margin: 10px 0 0 37px;
  display: inline-block;
  line-height: 47px;
  padding: 0 28px 0 29px;
}
.parallax .button a:hover {
  color: #fff;
}
/*====================== Team =====================*/

.team .title_container {
  text-align: center;
}
.team .team_member {
  margin-top: 44px;
}
.team .team_member .team_img {
  position: relative;
}
.team_img .signature {
  position: absolute;
  top: 38%;
  left: 18%;
  z-index: 99;
  opacity: 0;
}
.team .team_member:hover .signature {
  opacity: 1;
}
.team_img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.team .member_info {
  border-left: 1px solid #f6f4f4;
  border-bottom: 1px solid #f6f4f4;
  border-right: 1px solid #f6f4f4;
  padding: 16px 10px 0 18px;
}
.team .member_info h5 {
  font-family: 'Alegreya', serif;
  font-weight: normal;
  font-size: 23px;
  color: #262626;
  margin-bottom: 7px;
}
.team .member_info > span {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  color: #354a6b;
  display: block;
  margin-bottom: 20px;
}
.team .member_info a {
  color: #354a6b;
  display: block;
  border-top: 1px solid #f6f4f4;
  margin: 22px -10px 0 -18px;
  padding: 11px 0 11px 19px;
}
.team .member_info a span {
  color: #9b9b9b;
}
.team .member_info a i {
  padding-right: 4px;
}
/*===================== form ===============*/
.single_form .ui-state-default {
  width: 100% !important;
  height: 100%;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #9b9b9b;
  border: 1px solid #eeeeee;
  outline: none;
  box-shadow: none;
}
.single_form .ui-selectmenu-button span.ui-icon {
  display: block;
  float: right;
  position: relative;
  text-indent: 0;
  height: 50px;
  top: 0;
  margin-top: 0;
  width: 37px;
}
.single_form .ui-selectmenu-button span.ui-icon::before {
  content: '';
  font-family: font-awesome;
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 16px;
  color: rgb(160, 160, 160);
  overflow: visible;
}
.single_form .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 50px;
  padding: 0 13px;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #9b9b9b;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 0;
  max-height: 165px;
}
.ui-menu .ui-menu-item {
  padding: 10px;
  border: none;
}
.ui-widget-content .ui-state-focus {
  border: none;
  background: #354a6b;
  color: #fff;
  padding: 10px;
  margin: 0;
}
/*============ Lates news ==================*/

.latest_news {
  padding-bottom: 73px;
}
.latest_news .single_news ul li {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
}
/*.latest_news .single_news ul li:first-child:before {
  content: '|';
            color: #9b9b9b;
  position: absolute;
  right: 6px;
    top: 1px;
}*/

.latest_news .single_news ul li a {
  color: #9b9b9b;
  font-size: 14px;
}
.latest_news .single_news ul li i {
  padding-right: 5px;
}
.latest_news .single_news h3 {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 24px;
  color: #262626;
  margin-top: 0px;
}
.latest_news .single_news p {
  line-height: 24px;
  margin-top: 15px;
}
.latest_news .single_news a.read_more {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  display: inline-block;
  margin-top: 18px;
}
.latest_news .single_news a.read_more i {
  padding-left: 1px;
  vertical-align: middle;
}
.latest_news .single_news a.read_more:hover,
.latest_news .single_news a.read_more:focus {
  color: #354a6b;
}
.latest_news .single_news .img_holder {
  position: relative;
}
.latest_news .single_news .img_holder .icon_holder {
  width: 71px;
  height: 71px;
  background: #fff;
  padding: 17px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  text-align: center;
  top: 34%;
  left: 40%;
  visibility: hidden;
  opacity: 0;
}
.latest_news .single_news .img_holder .icon_holder a {
  display: block;
  color: #354a6b;
}
.latest_news .single_news .img_holder .icon_holder a i {
  font-size: 20px;
  padding: 3px;
}
.latest_news .single_news:hover .icon_holder {
  visibility: visible;
  opacity: 1;
}
.news_aside {
  border: 1px solid #f6f4f4;
}
.news_aside h3,
.news_aside h3 a {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 23px;
  color: #354a6b;
}
.news_aside span {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  display: block;
  line-height: 25px;
}
.news_aside .aside_item {
  border-bottom: 1px solid #f6f4f4;
  padding: 7px 21px 22px 29px;
  position: relative;
}
.news_aside .aside_item .overlay {
  background: rgba(26, 139, 179, 0.9);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news_aside .aside_item .text {
  position: relative;
  z-index: 9;
}
.news_aside .aside_item:last-child {
  border: none;
}
.aside_item:hover,
.aside_item.active {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aside_item:hover .overlay,
.aside_item.active .overlay {
  opacity: 1;
}
.aside_item:hover h3,
.aside_item:hover h3 a,
.aside_item:hover span,
.aside_item.active h3,
.aside_item.active span {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*================= Footer ==================*/

footer {
  background: #272727;
  padding-top: 81px;
}
footer p {
  line-height: 24px;
}
footer h4 {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: -6px;
  color: #fff;
}
footer .footer_widget_title {
  margin-left: 2px;
  margin-bottom: 12px;
}
footer .footer_widget_title span.decor_white {
  display: block;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  margin-top: 13px;
  margin-left: 25px;
}
footer .footer_widget_title span.decor_white:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 4px;
  right: -68px;
}
footer .footer_widget_title span.decor_white:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: -28px;
}
footer .links ul li:before {
  content: '';
  font-family: 'font-awesome';
  color: #fff;
  position: absolute;
  left: 0;
}
footer .links ul li {
  line-height: 36px;
  padding-left: 12px;
  position: relative;
  padding-right: 6px;
}
footer .links ul li a {
  color: #9b9b9b;
}
footer .links ul:last-child {
  padding-left: 20px;
}
footer .links ul li a:hover {
  color: #354a6b;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .subscribe_us p {
  margin: 17px 0 16px 0;
}
footer .subscribe_us .button a {
  font-family: 'kepler-std';
  font-size: 18px;
  width: 100%;
  height: 50px;
  background: #354a6b;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
  padding-top: 12px;
}
footer .subscribe_us .button a:hover,
footer .subscribe_us .button a:focus {
  color: #272727;
}
footer .subscribe_us span.confidential_mail {
  font-family: 'Alegreya', serif;
  font-style: italic;
  font-size: 14px;
  padding: 12px 0 24px 0;
  letter-spacing: 1.4px;
  position: relative;
  display: block;
}
footer .subscribe_us span.confidential_mail:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #3a3a3a;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .subscribe_us ul li {
  display: inline-block;
}
footer .subscribe_us ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(43, 43, 43, 0.9);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */

  color: #9b9b9b;
  background: #2b2b2b;
  text-align: center;
  margin-top: 30px;
  margin-right: 12px;
}
footer .subscribe_us ul li:last-child a {
  margin-right: 0;
}
footer .subscribe_us ul li a i {
  padding: 10px;
}
footer .subscribe_us ul li a:hover,
footer .subscribe_us ul li a:focus {
  background: #354a6b;
  border: 3px solid rgba(26, 139, 179, 0.2);
  color: #fff;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */

  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .contact_us ul li {
  position: relative;
  padding-left: 35px;
  margin-top: 22px;
  margin-bottom: 21px;
  line-height: 24px;
}
footer .contact_us ul span {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  color: #fff;
  margin-bottom: 9px;
}
footer .contact_us ul li a {
  color: #9b9b9b;
}
footer .contact_us ul li a:hover {
  color: #354a6b;
}
footer .contact_us ul li:before {
  position: absolute;
  font-size: 20px;
  color: #fff;
  padding: 1px;
  left: 0;
}
footer .contact_us ul li:nth-child(1):before {
  content: '';
  font-family: 'font-awesome';
}
footer .contact_us ul li:nth-child(2):before {
  content: '';
  font-family: 'font-awesome';
  top: 2px;
}
footer .contact_us ul li:nth-child(3):before {
  content: '';
  font-family: 'font-awesome';
  top: 5px;
}
footer .bottom_footer {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  border-top: 1px solid #3a3a3a;
  margin-top: 54px;
  padding-top: 34px;
  padding-bottom: 28px;
}
footer .bottom_footer p,
footer .bottom_footer a {
  display: inline-block;
}
footer .bottom_footer a {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  color: #9b9b9b;
}
footer .bottom_footer .left_space_fix {
  padding-left: 38px;
}
footer .bottom_footer .left_space_fix a:last-child {
  padding-left: 27px;
}
footer .bottom_footer a:hover,
footer .bottom_footer a:focus {
  color: #fff;
}
/*==================== Inner Banner =================*/

.inner_banner {
  background: #f4f4f4;
  height: 166px;
  text-align: center;
  padding-top: 34px;
}
.inner_banner h1 {
  font-family: 'Alegreya', serif;
  font-size: 40px;
  font-weight: 700;
  color: #262626;
  line-height: 35px;
}
/*=====================Inner Banner For Funds ==========*/

.inner_banner_funds {
  background: url('https://kic.com.kw/Home/images/home/pf_svc.png') no-repeat center;
  height: 166px;
  width: 1170px;
  text-align: center;
  padding-top: 34px;
}
.inner_banner_funds h1 {
  font-family: 'Alegreya', serif;
  font-size: 40px;
  font-weight: 700;
  color: #262626;
  line-height: 35px;
}
/*================= Breadcrumb =====================*/

.breadcrumb_sec {
  background: #fff;
  height: 56px;
  padding-top: 12px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}
.breadcrumb_sec h5 {
  font-weight: 600;
  font-size: 18px;
  color: #262626;
}
.breadcrumb_sec ul li,
.breadcrumb_sec ul li a {
  display: inline-block;
  font-weight: 600;
  color: #9b9b9b;
  margin-right: 3px;
}
.breadcrumb_sec ul li a:hover,
.breadcrumb_sec ul li a:focus {
  color: #354a6b;
}
.breadcrumb_sec ul li.dot {
  width: 10px;
  height: 10px;
  background: #354a6b;
  border: 2px solid rgba(26, 139, 179, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.breadcrumb_sec ul {
  padding-top: 9px;
  text-align: right;
}
.breadcrumb_sec ul li:last-child {
  margin: 0;
}
/*================== Our mission value ==============*/

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next,
  .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev,
  .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left,
  .carousel.vertical .carousel-inner > .item.prev.right,
  .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}
.carousel.vertical .carousel-control {
  left: auto;
  text-shadow: none;
}
.carousel.vertical .carousel-control.up {
  top: 29px;
  right: 0;
  width: 33px;
  height: 33px;
  background: #f4f4f4;
  opacity: 1;
  border: 2px solid rgba(53, 74, 107, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.carousel.vertical .carousel-control.up i {
  color: #9b9b9b;
  font-size: 20px;
}
.carousel.vertical .carousel-control.down {
  top: 65%;
  right: 0;
  width: 33px;
  height: 33px;
  background: #354a6b;
  opacity: 1;
  border: 2px solid rgba(26, 139, 179, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.carousel.vertical .carousel-indicators li {
  display: block;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: #f4f4f4;
  border: 2px solid rgba(53, 74, 107, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */

  margin: 0px 0 30px 0;
  text-indent: 0px;
  position: relative;
}
.carousel.vertical .carousel-indicators li.active {
  margin: 0px 0 30px 0;
  background: #354a6b;
  border: 2px solid rgba(26, 139, 179, 0.3);
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.carousel.vertical .carousel-indicators {
  width: auto;
  height: 120px;
  left: 96%;
  margin: 0;
  top: 27%;
}
.carousel.vertical .carousel-indicators li span {
  display: block;
  background: #f4f4f4;
  font-weight: 600;
  color: #354a6b;
  width: 131px;
  height: 33px;
  position: absolute;
  right: 40px;
  top: -45px;
  padding-top: 5px;
  cursor: default;
  opacity: 0;
  visibility: hidden;
}
.carousel.vertical .carousel-indicators li span img {
  margin-top: -4px;
  margin-left: 120px;
}
.carousel.vertical .carousel-indicators li:hover span {
  opacity: 1;
  visibility: visible;
  right: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  -o-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
/*===================== Experts Services That You Need ====================*/

.experts_planning h3,
.spl-title {
  font-family: 'Alegreya', serif;
  font-size: 24px;
  font-weight: 400;
  color: #262626;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 34px;
}
.spl-title {
  margin-top: 37px;
}
.experts_planning h3:before,
.spl-title:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.experts_planning h3 span:before,
.spl-title span:before {
  color: #354a6b;
  padding-right: 18px;
}
.experts_planning ul li {
  padding-left: 12px;
  position: relative;
  padding-right: 6px;
  line-height: 23px;
  margin-bottom: 19px;
}
.experts_planning ul li:before {
  content: '';
  font-family: 'font-awesome';
  color: #354a6b;
  position: absolute;
  left: 0;
}
.experts_planning ul li a {
  color: #9b9b9b;
  font-size: 14px;
  display: block;
}
.experts_planning ul li:hover,
.experts_planning ul li:focus {
  color: #354a6b;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.experts_services a.view_services {
  width: 192px;
  margin-top: 35px;
}
/*========================= Service container ================*/

.service_content .top_row {
  padding-top: 46px;
  padding-bottom: 24px;
}
.service_content .bottom_row {
  padding-bottom: 79px;
}
.service_content .single_service_item {
  text-align: center;
  -webkit-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.03);
  margin-top: 37px;
}
/*====================== Services single content ================*/

.service_single_page_content .tab_nav_holder {
  background: #f4f4f4;
  padding: 10px;
}
.service_single_page_content .tab_nav_holder ul {
  background: #fff;
  border: none;
}
.service_single_page_content .tab_nav_holder ul li a {
  background: transparent;
  display: block;
  border: none !important;
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: capitalize;
  margin: 0;
  line-height: 38px;
  -webkit-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.04);
}
.service_single_page_content .tab_nav_holder ul li a i {
  float: right;
  padding-top: 10px;
}
.service_single_page_content .tab_nav_holder ul li {
  width: 100%;
}
.service_single_page_content .tab_nav_holder ul li.active a,
.service_single_page_content .tab_nav_holder ul li:focus a {
  color: #354a6b;
}
.service_single_page_content .tab_nav_holder ul li a:hover {
  color: #354a6b;
  padding-left: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service_single_page_content .tab-content .carousel {
  background: #f4f4f4;
  padding: 25px 0px 74px 21px;
}
.service_single_page_content .tab-content .carousel .item span {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  display: block;
  margin-bottom: 18px;
}
.service_single_page_content .tab-content .carousel .item a {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  color: #354a6b;
  margin-left: 4px;
}
.service_single_page_content .tab-content .carousel .item p {
  padding: 10px 0 0 5px;
  line-height: 24px;
}
.service_single_page_content .tab-content .carousel .carousel-indicators {
  bottom: 13px;
  overflow: hidden;
  left: 81%;
}
.service_single_page_content .tab-content .carousel .carousel-indicators li,
.service_single_page_content .tab-content .carousel .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 2px solid #354a6b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  position: relative;
  margin: 0px 0px 0px 7px;
}
.service_single_page_content .tab-content .carousel .carousel-indicators li:before {
  content: '_';
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -7px;
  left: -3px;
  background: #354a6b;
}
.service_single_page_content .tab-content .carousel .carousel-indicators li:hover:before {
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service_single_page_content .tab-content .tab-pane .title_container {
  margin-top: 44px;
  margin-bottom: 26px;
}
.service_single_page_content .tab-content .tab-pane .content_container {
  margin-top: 44px;
}
.service_single_page_content .tab-content .tab-pane .text p:last-child {
  margin-top: 17px;
}
/*==================== Projects ====================*/

.project_gallery {
  padding-top: 82px;
}
.project_gallery .project_gallery_img {
  margin-top: 40px;
}
.project_gallery .gallery_menu {
  text-align: center;
}
.project_gallery .gallery_menu ul li {
  display: inline-block;
  cursor: pointer;
  padding-left: 17px;
  padding-right: 16px;
  line-height: 30px;
}
.project_gallery .gallery_menu ul li.active {
  background: #354a6b;
  color: #fff;
}
.project_gallery .gallery_menu ul li:hover {
  color: #fff;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.project_gallery .mix .text_data {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  padding: 21px 0 26px 1px;
}
.project_gallery .mix .text_data a {
  display: block;
  font-family: 'Alegreya', serif;
  font-size: 24px;
  font-weight: 700;
  color: #262626;
  text-align: center;
}
.project_gallery .mix .text_data a span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  color: #9b9b9b;
  display: block;
}
.project_gallery .mix .img_holder {
  position: relative;
}
.project_gallery .mix .img_holder .hover_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.project_gallery .mix .img_holder .hover_overlay .content {
  display: table;
  width: 100%;
  height: 100%;
}
.project_gallery .mix .img_holder .hover_overlay .content a {
  display: table-cell;
  vertical-align: middle;
}
.project_gallery .mix .img_holder .hover_overlay .content a i {
  font-size: 30px;
  color: #fff;
  opacity: 0;
}
.project_gallery .mix:hover .hover_overlay .content a i {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.project_gallery .mix:hover .text_data a span {
  color: #354a6b;
}
.mix {
  display: none;
}
/*===================== Contact container ===================*/

.contact_text p {
  line-height: 24px;
}
.contact_text > p:nth-child(2) {
  margin-top: 26px;
  margin-bottom: 16px;
}
.contact_text p span {
  font-weight: 700;
}
.contact_text .contact_num {
  background: url('https://kic.com.kw/Home/images/contact/arrow-left.png') no-repeat right top;
  background-color: #f4f4f4;
  margin-top: 33px;
  padding-left: 6px;
  padding-right: 105px;
}
.contact_text .contact_num p {
  float: right;
  line-height: 34px;
  padding-top: 34px;
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.contact_text .contact_num p span {
  font-size: 36px;
  color: #354a6b;
  display: block;
}
.contact_text .meet_office {
  margin-top: 40px;
  border: 1px solid #f4f4f4;
  padding: 13px 0 12px 20px;
}
.contact_text .meet_office h4 {
  font-family: 'Alegreya', serif;
  font-size: 24px;
  font-weight: 700;
  color: #262626;
}
.contact_text .meet_office .contact_information {
  float: left;
  position: relative;
}
.contact_text .meet_office .contact_information h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  color: #354a6b;
}
.contact_text .meet_office .mail a {
  display: block;
  color: #9b9b9b;
  line-height: 23px;
}
.contact_text .meet_office .mail {
  padding-left: 33px;
  margin-top: 5px;
}
.contact_text .meet_office .address {
  margin-top: 5px;
  padding-left: 33px;
}
.contact_text .meet_office .mail:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 20px;
  color: #354a6b;
  position: absolute;
  left: 0;
  top: 8px;
}
.contact_text .meet_office .address:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 20px;
  color: #354a6b;
  position: absolute;
  left: 0;
  top: 5px;
}
.lets_talk_to_us .controls {
  margin-top: 27px;
}
.lets_talk_to_us .controls label {
  font-weight: normal;
  margin-bottom: 10px;
}
.lets_talk_to_us input {
  height: 45px;
  border-top: 1px solid #f4f4f4;
  border-right: none;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
}
.lets_talk_to_us .controls input:focus {
  box-shadow: none;
  border: 1px solid #f4f4f4;
  border-right: none;
}
.lets_talk_to_us .field-set {
  margin-bottom: 25px;
}
.lets_talk_to_us .controls .input-group {
  width: 100%;
}
.lets_talk_to_us .controls .input-group-addon {
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  border-left: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  background: #fff;
  color: #9b9b9b;
  position: relative;
  width: 48px !important;
}
.lets_talk_to_us .controls .input-group-addon:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  top: 7px;
}
.lets_talk_to_us .controls #basic-addon4 {
  height: 147px;
}
.lets_talk_to_us .controls .single_form {
  height: 45px;
}
.lets_talk_to_us .controls .single_form .ui-state-default {
  border: 1px solid #f4f4f4;
  outline: none;
  box-shadow: none;
}
.lets_talk_to_us .controls .single_form .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 45px;
  padding-left: 10px;
}
.lets_talk_to_us .controls .single_form .ui-selectmenu-button span.ui-icon {
  height: 45px;
  overflow: visible;
}
.lets_talk_to_us .controls .single_form .ui-selectmenu-button span.ui-icon:before {
  top: 25%;
}
.lets_talk_to_us .controls .single_form .ui-selectmenu-button span.ui-icon:after {
  content: '';
  width: 1px;
  height: 30px;
  background: #f4f4f4;
  position: absolute;
  left: -2px;
  top: 6px;
}
.lets_talk_to_us .controls textarea {
  display: block;
  width: 100%;
  height: 147px;
  resize: none;
  border: 1px solid #f4f4f4;
  outline: none;
  padding: 10px;
  border-right: none;
}
.lets_talk_to_us .controls .input_group_textarea i {
  display: block;
  margin-top: -60px;
}
/*==================== cart Table ===================*/

.small-header-table .table-1 thead th {
  line-height: 30px !important;
}
.cart_table .table-1 thead th {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 16px;
  color: #262626;
  border: none;
  line-height: 66px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
}
.cart_table .table-1 thead tr {
  background: #f4f4f4;
}
.cart_table .table-1 tbody tr td {
  border-top: none;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 26px;
}
.cart_table .table-1 tbody tr td span {
  margin-left: 30px;
}
.bottom_header .address_container .icon_holder {
  border: none !important;
  background: none !important;
}
.bottom_header .address_container .icon_holder span {
  padding: 0;
  text-align: center;
}
.bottom_header .address_container .icon_holder span:before {
  font-size: 45px;
  color: #4a5c7a;
}
/* cf validation styles */

.cf-validation label.error {
  display: none !important;
}
.cf-validation input.error,
.cf-validation textarea.error {
  border-color: red;
}
/* new css starts*/
/*============ Latest news ==================*/

.news-container .single-news-item {
  margin-bottom: 58px;
}
.news-container .single-news-item .img_holder {
  position: relative;
  background: #f4f4f4;
  max-width: 370px;
  height: 246px;
  margin: 0 auto;
}
.news-container .single-news-item .img_holder .img-responsive,
.news-detail-table .img_container .img-responsive {
  max-height: 100%;
  margin: 0 auto;
}
.news-container .single-news-item .img_holder .overlay {
  background: rgba(53, 74, 107, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.news-container .single-news-item .img_holder .overlay .icon_container {
  display: table;
  text-align: center;
  width: 62px;
  height: 62px;
  background: #fff;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.news-container .single-news-item .img_holder .overlay .icon_position_table {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.news-container .single-news-item .img_holder .overlay .icon_container a i {
  color: #354a6b;
  font-size: 18px;
}
.news-container .single-news-item .img_holder .overlay .icon_container a {
  display: table-cell;
  vertical-align: middle;
}
.news-container .single-news-item:hover .overlay {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.news-container .single-news-item .news-details,
.news-detail-table .single-news-post .news-details {
  margin-top: 16px;
  float: left;
  width: 100%;
}
.news-container .single-news-item .date span,
.news-detail-table .single-news-post .date span {
  font-size: 14px;
}
.news-container .single-news-item .date i,
.news-detail-table .single-news-post .date i,
.award-table .date i {
  padding-right: 8px;
}
.news-container .single-news-item h5 {
  font-size: 18px;
  overflow: hidden;
  height: 95px;
}
.news-container .single-news-item h5,
.news-detail-table .single-news-post h2,
.events-single .event-title h2,
.award-table .award-title h2 {
  font-family: 'Alegreya', serif;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
}
.news-container .single-news-item a.read-more {
  display: block;
  width: 130px;
  height: 37px;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin-top: 15px;
  padding: 7px 0px;
}
.news-container .single-news-item a.read-more:hover,
.news-container .single-news-item a.read-more:focus {
  background: #354a6b;
  color: #fff;
}
/*============ Single New Detail ==================*/

.news-detail-table .img_container {
  background: #f4f4f4;
  max-width: 870px;
  max-height: 579px;
  margin: 0 auto;
  overflow: hidden;
}
.news-detail-table .news-content,
.award-table .award-content {
  padding-top: 20px;
}
/*============ View More News ==================*/

.news-photos {
  margin-top: -1px;
}
.more-news-gallery {
  margin-top: 22px;
}
.more-news-gallery .img_holder {
  display: inline-block;
  position: relative;
  padding: 3px 1px;
  vertical-align: top;
}
.more-news-gallery .img-wrap {
  width: 84px;
  height: 56px;
  background: #f4f4f4;
}
.more-news-gallery .img-wrap .img-responsive {
  display: block;
  width: 100%;
  height: 100%;
}
.more-news-gallery .img_holder .hover_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.more-news-gallery .img_holder:hover:hover .hvr-shutter-out-vertical:before,
.more-news-gallery .img_holder:hover:focus .hvr-shutter-out-vertical:before,
.more-news-gallery .img_holder:hover:active .hvr-shutter-out-verticale:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.more-news-gallery .img_holder .hover_overlay .content {
  display: table;
  width: 100%;
  height: 100%;
}
.more-news-gallery .img_holder .hover_overlay .content a {
  display: table-cell;
  vertical-align: middle;
}
.more-news-gallery .img_holder .hover_overlay .content a i {
  font-size: 24px;
  color: #fff;
  opacity: 0;
}
.more-news-gallery .img_holder:hover .hover_overlay .content a i {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.more-news-gallery a.read_more {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 18px;
  color: #9b9b9b;
  display: inline-block;
  margin-top: 5px;
}
.more-news-gallery a.read_more i {
  padding-left: 5px;
}
/*============ Our Social Activity ==================*/

.social-resp,
.awards-small {
  margin-top: 50px;
}
.social-resp a {
  display: block;
  background: #f4f4f4;
  width: 270px;
  height: 50px;
  border: 1px solid #f6f4f4;
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  color: #9b9b9b;
  text-align: center;
  position: relative;
  margin-top: 30px;
  padding: 13px 85px;
}
.social-resp a span i {
  font-size: 18px;
}
.social-resp a span {
  width: 50px;
  height: 50px;
  background: #eeeeee;
  border: 1px solid #f6f4f4;
  position: absolute;
  left: 8px;
  bottom: -10px;
  padding-top: 14px;
}
.social-resp a:hover,
.social-resp a:focus,
.more-news-gallery a:focus.read_more,
.more-news-gallery a:hover.read_more {
  color: #354a6b;
}
.social-resp a:hover span,
.social-resp a:focus span {
  color: #fff;
  background: #354a6b;
}
.single-social ul,
.pagination-round ul {
  text-align: center;
}
.single-social ul li,
.pagination-round ul li {
  display: inline-block;
  margin-right: 5px;
}
.single-social ul li a,
.pagination-round ul li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Alegreya', serif;
  font-size: 24px;
  font-weight: 700;
  color: #9b9b9b;
  padding: 2px;
  width: 49px;
  height: 49px;
  background: #f4f4f4;
  border: 2px solid rgba(211, 211, 211, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.single-social ul li a i,
.pagination-round ul li a i {
  padding: 6px 17px;
}
.single-social ul li a:hover,
.single-social ul li.active a,
.pagination-round ul li a:hover,
.pagination-round ul li.active a {
  background: #354a6b;
  border: 2px solid rgba(26, 139, 179, 0.3);
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */

  color: #fff;
}
.single-social h2 {
  font-family: 'Alegreya', serif;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
}
/*============ Small Awards==================*/

.awards-small .carousel {
  background: #f4f4f4;
  padding: 25px 0px 74px 21px;
  margin-top: 30px;
}
.awards-small .carousel .item span {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  color: #262626;
  display: block;
  margin-bottom: 18px;
}
.awards-small .carousel .item p {
  padding: 10px 0 0 5px;
  line-height: 24px;
}
.awards-small .carousel .carousel-indicators {
  bottom: 13px;
  overflow: hidden;
  left: 81%;
}
.awards-small .carousel .carousel-indicators li,
.awards-small .carousel .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 2px solid #354a6b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 1);
  position: relative;
  margin: 0px 0px 0px 7px;
}
.awards-small .carousel .carousel-indicators li:before {
  content: '_';
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -7px;
  left: -3px;
  background: #354a6b;
}
.awards-small .carousel .carousel-indicators li:hover:before {
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*============ Latest AnnualReports ==================*/

.areports-container .single-areports-item {
  margin-bottom: 58px;
}
.areports-container .single-areports-item .item-wrapper {
  position: relative;
  margin: 0 auto;
}
.areports-container .single-areports-item .areports-details {
  margin-top: 16px;
  float: left;
}
.areports-container .single-areports-item h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
  height: 25px;
  overflow: hidden;
}
.areports-container .single-areports-item a.read-more {
  display: block;
  width: 130px;
  height: 37px;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin-top: 15px;
  padding: 7px 0px;
}
.areports-container .single-areports-item a.read-more:hover,
.areports-container .single-areports-item a.read-more:focus {
  background: #354a6b;
  color: #fff;
}
/*============ Latest Disclusure ==================*/

.disclosure-container .single-disclosure-item {
  margin-bottom: 58px;
  float: left;
}
.disclosure-container .single-disclosure-item .disclosure-details {
  float: left;
}
.disclosure-container .single-disclosure-item .date span {
  font-size: 14px;
}
.disclosure-container .single-disclosure-item .date i {
  padding-right: 8px;
}
.disclosure-container .single-disclosure-item h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
  height: 45px;
  overflow: hidden;
}
.disclosure-container .single-disclosure-item .disclosure-content {
  padding-top: 20px;
  font-size: 18px;
}
.disclosure-container .single-disclosure-item a.read-more {
  display: block;
  width: 130px;
  height: 37px;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin-top: 15px;
  padding: 7px 0px;
}
.disclosure-container .single-disclosure-item a.read-more:hover,
.disclosure-container .single-disclosure-item a.read-more:focus {
  background: #354a6b;
  color: #fff;
}
/*============ Latest BOD ==================*/

.bod-container .single-bod-item {
  margin-bottom: 58px;
}
.bod-container .single-bod-item .img_holder {
  position: relative;
  background: #f4f4f4;
  width: 169px;
  height: 250px;
  margin: 0 auto;
}
.bod-container .single-bod-item .img_holder .img-responsive {
  max-height: 100%;
  margin: 0 auto;
}
.bod-container .single-bod-item .bod-details {
  margin-top: 16px;
  float: left;
  width: 100%;
  text-align: center;
}
.bod-container .single-bod-item h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
  overflow: hidden;
}
/*============ Latest Executive Management ==================*/

.exm-container .single-exm-item {
  margin-bottom: 58px;
}
.exm-container .single-exm-item .img_holder {
  position: relative;
  background: #f4f4f4;
  width: 169px;
  height: 250px;
  margin: 0 auto;
}
.exm-container .single-exm-item .img_holder .img-responsive {
  max-height: 100%;
  margin: 0 auto;
}
.exm-container .single-exm-item .exm-details {
  margin-top: 16px;
  float: left;
  width: 100%;
  text-align: center;
}
.exm-container .single-exm-item h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
  overflow: hidden;
}
/*============ Latest Events ==================*/

.events-container .single-events-item {
  margin-bottom: 58px;
}
.events-container .single-events-item .img_holder {
  position: relative;
  background: #f4f4f4;
  width: 370px;
  height: 246px;
  margin: 0 auto;
}
.events-container .single-events-item .img_holder .img-responsive {
  max-height: 100%;
  margin: 0 auto;
}
.events-container .single-events-item .img_holder .overlay,
.gallery_img .overlay {
  background: rgba(53, 74, 107, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.events-container .single-events-item .img_holder .overlay .icon_container,
.gallery_img .overlay .icon_container {
  display: table;
  text-align: center;
  width: 62px;
  height: 62px;
  background: #fff;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.events-container .single-events-item .img_holder .overlay .icon_position_table,
.gallery_img .overlay .icon_position_table {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.events-container .single-events-item .img_holder .overlay .icon_container a i,
.gallery_img .overlay .icon_container a i {
  color: #354a6b;
  font-size: 18px;
}
.events-container .single-events-item .img_holder .overlay .icon_container a,
.gallery_img .overlay .icon_container a {
  display: table-cell;
  vertical-align: middle;
}
.events-container .single-events-item:hover .overlay,
.gallery_img:hover .overlay {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.events-container .single-events-item .events-details {
  margin-top: 16px;
  float: left;
  width: 100%;
}
.events-container .single-events-item .date span {
  font-size: 14px;
}
.events-container .single-events-item .date i {
  padding-right: 8px;
}
.events-container .single-events-item h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
  height: 95px;
  overflow: hidden;
}
.events-container .single-events-item a.read-more {
  display: block;
  width: 130px;
  height: 37px;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin-top: 15px;
  padding: 7px 0px;
}
.events-container .single-events-item a.read-more:hover,
.events-container .single-events-item a.read-more:focus {
  background: #354a6b;
  color: #fff;
}
/*============ Single Event==================*/

.events-single .carousel {
  padding-bottom: 20px;
}
#events-single-slider .img_holder {
  background: #f4f4f4;
  max-width: 870px;
  max-height: 579px;
  margin: 0 auto;
  overflow: hidden;
}
#events-single-slider .img_holder .img-responsive {
  max-height: 100%;
  margin: 0 auto;
}
.events-single .bottom {
  padding-bottom: 67px;
  text-align: right;
}
.events-single .date {
  padding: 10px 0;
}
.events-single .date span {
  font-size: 14px;
}
.events-single .date i {
  padding-right: 8px;
}
/*============ Latest Videos==================*/

.vids-container .single-vids-item {
  margin-bottom: 58px;
}
.vids-container .single-vids-item .vids-details {
  margin-top: 16px;
  float: left;
  width: 100%;
}
.vids-container .single-vids-item .date span {
  font-size: 14px;
}
.vids-container .single-vids-item .date i {
  padding-right: 8px;
}
.vids-container .single-vids-item h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
  height: 35px;
  overflow: hidden;
  text-align: left;
}
.player_container {
  position: relative;
  height: 246px;
  /*overflow: hidden; */
  /*padding-bottom: 56.25%;*/
}
.player_container iframe,
.player_container object,
.player_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*============ Awards==================*/

.award-table .award-content {
  font-size: 18px;
}
.award-container .single-award-item {
  margin-bottom: 58px;
}
.award-container .single-award-item .date span {
  font-size: 14px;
}
.award-container .single-award-item .date i {
  padding-right: 8px;
}
.award-container .single-award-item a.read-more {
  display: block;
  width: 130px;
  height: 37px;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin-top: 15px;
  padding: 7px 0px;
}
.award-container .single-award-item a.read-more:hover,
.award-container .single-award-item a.read-more:focus {
  background: #354a6b;
  color: #fff;
}
/*============ Latest Funds ==================*/

.fund-container .description_list {
  margin-bottom: 65px;
}
.fund-container .description_list > li {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  line-height: 42px;
}
.fund-container .description_list li div {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #9b9b9b;
  padding-right: 150px;
}
.fund-container .description_list li span {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #9b9b9b;
  padding-right: 110px;
}
.fund-container .description_list li > i {
  color: #354a6b;
  font-size: 16px;
  padding-right: 11px;
}
.fund-container .description_list li ul li {
  display: inline-block;
  margin-right: 12px;
}
.fund-container .description_list li ul li:last-child {
  margin: 0;
}
.fund-container .description_list li ul li a {
  color: #9b9b9b;
}
.fund-container .description_list li ul li a:hover {
  color: #354a6b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fund-container .img_holder {
  position: relative;
  background: #f4f4f4;
  margin: 0 auto;
}
.fund-container .img_holder .img-responsive {
  max-height: 100%;
  margin: 0 auto;
}
.fund-container .fund-details .chart-wrap {
  padding-top: 20px;
  min-height: 400px;
}
.fund-container .fund-details .chart-wrap img,
.fund-container .fund-details .chart-wrap div {
  margin: 0 auto;
}
/*============ Index  ==================*/
.reset-list ul {
  list-style-type: disc;
}
.index-container .single-fund-item {
  margin-bottom: 58px;
}
/*.index-container .single-index-item .img_holder {
    position: relative;
    background: #f4f4f4;
    max-width: 370px;
    height: 246px;
    margin: 0 auto;
}
.index-container .single-index-item .img_holder .img-responsive,
.index-detail-table .img_container .img-responsive {
    max-height: 100%;
    margin: 0 auto;
}
.index-container .single-index-item .img_holder .overlay {
    background: rgba(53, 74, 107, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
}
.index-container .single-index-item .img_holder .overlay .icon_container {
    display: table;
    text-align: center;
    width: 62px;
    height: 62px;
    background: #fff;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -moz-background-clip: padding;
    /* Firefox 3.6 */
/*-webkit-background-clip: padding;*/
/* Safari 4? Chrome 6? */
/* background-clip: padding-box;*/
/* Firefox 4, Safari 5, Opera 10, IE 9 */
/*}
.index-container .single-index-item .img_holder .overlay .icon_position_table {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.index-container .single-index-item .img_holder .overlay .icon_container a i {
    color: #354a6b;
    font-size: 18px;
}
.index-container .single-index-item .img_holder .overlay .icon_container a {
    display: table-cell;
    vertical-align: middle;
}
.index-container .single-index-item:hover .overlay {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.index-container .single-index-item .index-details,
.index-detail-table .single-index-post .index-details {
    margin-top: 16px;
    float: left;
    width: 100%;
}
.index-container .single-index-item .date span,
.index-detail-table .single-index-post .date span {
    font-size: 14px;
}
.index-container .single-index-item .date i,
.index-detail-table .single-index-post .date i {
    padding-right: 8px;
}
.index-container .single-index-item h5 {
    font-size: 18px;
    overflow: hidden;
    height: 95px;
}
.index-container .single-index-item h5,
.index-detail-table .single-index-post h2 {
    font-family: 'Alegreya', serif;
    font-weight: normal;
    color: #262626;
    margin-top: 16px;
    margin-bottom: 7px;
}*/
.index-container {
  padding-left: 15px;
  padding-right: 15px;
}
.index-container a.read-more {
  display: block;
  width: 130px;
  height: 37px;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin-top: 15px;
  padding: 7px 0px;
}
.index-container a.read-more:hover,
.index-container a.read-more:focus {
  background: #354a6b;
  color: #fff;
}
.index-container label {
  font-family: 'Alegreya', serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.index-container .index-chart {
  margin-top: 40px;
}
.index-container .index-chart .chart-wrap {
  padding-top: 20px;
}
.index-container .index-chart .chart-wrap img,
.index-container .index-chart .chart-wrap div {
  margin: 0 auto;
}
.index-container .index-chart ul li a {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  border: 1px solid #eeeeee;
  background: #f4f4f4;
  padding: 10px 18px 10px 23px;
  border-radius: 0;
}
.index-container .index-chart ul li.active a {
  border-top: none;
  border-left: none;
  border-right: none;
  background: #fff;
}
/*============ Single Index Detail ==================*/

.index-detail-table .img_container {
  background: #f4f4f4;
  max-width: 800px;
  height: 200px;
  margin: 0 auto;
}
.index-detail-table .index-content {
  padding-top: 20px;
}
.index_details p {
  line-height: 24px;
  letter-spacing: 0.1px;
}
.reset-list ul {
  list-style-type: disc;
}
/*============ Historical Islamic Index Detail ==================*/

.his-isl-form .fil-header {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  color: #9b9b9b;
}
.his-isl-form .fil-section input {
  width: 90%;
  height: 48px;
  box-shadow: none;
  border: 2px solid #f6f4f4;
  padding-left: 16px;
}
.his-isl-form .form-space,
.his-isl-form .dropdown button,
.his-isl-form textarea {
  margin-bottom: 22px;
}
.his-isl-form .chk-box label {
  margin-left: 10px;
  font-weight: normal;
}
/*============ Historical Index Detail ==================*/

.his-form .fil-header {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  color: #9b9b9b;
}
.his-form .fil-section input {
  width: 90%;
  height: 48px;
  box-shadow: none;
  border: 2px solid #f6f4f4;
  padding-left: 16px;
}
.his-form .form-space,
.his-form .dropdown button,
.his-form textarea {
  margin-bottom: 22px;
}
.his-form .chk-box label {
  margin-left: 10px;
  font-weight: normal;
}
/*============ Latest OnlineReports ==================*/

.onlineReport-container .single-onlineReport-item {
  margin-bottom: 58px;
}
.onlineReport-container .single-onlineReport-item .img_holder {
  position: relative;
  background: #f4f4f4;
  width: 370px;
  height: 246px;
  margin: 0 auto;
}
.onlineReport-container .single-onlineReport-item .img_holder .img-responsive {
  max-height: 100%;
  margin: 0 auto;
}
.onlineReport-container .single-onlineReport-item .img_holder .overlay {
  background: rgba(53, 74, 107, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.onlineReport-container .single-onlineReport-item .img_holder .overlay .icon_container {
  display: table;
  text-align: center;
  width: 62px;
  height: 62px;
  background: #fff;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -moz-background-clip: padding;
  /* Firefox 3.6 */

  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */

  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.onlineReport-container .single-onlineReport-item .img_holder .overlay .icon_position_table {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.onlineReport-container .single-onlineReport-item .img_holder .overlay .icon_container a i {
  color: #354a6b;
  font-size: 18px;
}
.onlineReport-container .single-onlineReport-item .img_holder .overlay .icon_container a {
  display: table-cell;
  vertical-align: middle;
}
.onlineReport-container .single-onlineReport-item:hover .overlay {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.onlineReport-container .single-onlineReport-item .onlineReport-details {
  margin-top: 16px;
  float: left;
  width: 100%;
}
.onlineReport-container .single-onlineReport-item .date span {
  font-size: 14px;
}
.onlineReport-container .single-onlineReport-item .date i {
  padding-right: 8px;
}
.onlineReport-container .single-onlineReport-item h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
  margin-top: 16px;
  margin-bottom: 7px;
  height: 95px;
  overflow: hidden;
}
.onlineReport-container .single-onlineReport-item a.read-more {
  display: block;
  width: 130px;
  height: 37px;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin-top: 15px;
  padding: 7px 0px;
}
.onlineReport-container .single-onlineReport-item a.read-more:hover,
.onlineReport-container .single-onlineReport-item a.read-more:focus {
  background: #354a6b;
  color: #fff;
}
/*============ Subscriber ==================*/

.subs-form .fil-header {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  color: #9b9b9b;
}
.subs-form .fil-section input {
  width: 90%;
  height: 48px;
  box-shadow: none;
  border: 2px solid #f6f4f4;
  padding-right: 16px;
}
.subs-form .form-space,
.subs-form .dropdown button,
.subs-form textarea {
  margin-bottom: 22px;
}
.subs-form .chk-box label {
  margin-right: 10px;
  font-weight: normal;
}
.fund-fil-header {
  font-weight: 600;
  font-size: 14px;
  padding-right: 20px;
}
.team .dropdown {
  width: 200px;
  height: 45px;
  border: 1px solid #f6f4f4;
  background: #fff;
  color: #9b9b9b;
  font-weight: 600;
  text-align: left;
  padding-left: 9px;
}
/*============ About-us ==================*/

.about-us .text p {
  text-indent: 50px;
}
/*============ Job Openings ==================*/

.bullet ul li {
  padding-left: 12px;
  position: relative;
  padding-right: 6px;
  line-height: 23px;
  margin-bottom: 19px;
}
.bullet ul li:before {
  content: '';
  font-family: 'font-awesome';
  color: #354a6b;
  position: absolute;
  left: 0;
}
.bullet ul li:hover,
.bullet ul li:focus {
  color: #354a6b;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*============ Job-Detail ==================*/

.subs-form,
.disclosure-container,
.award-container,
.experts_services,
.bod-container,
.service_single_page_content,
.complaint,
.contact_container,
.events-container,
.exm-container,
.areports-container,
.fund-container,
.team,
.index-container,
.job-application,
.job-detail,
.news-container,
.about-us,
.onlineReport-container,
.best_service,
.social-container,
.vids-container {
  padding-top: 65px;
  padding-bottom: 67px;
}
.job-detail table tr td:first-child {
  width: 30%;
}
.job-detail table tr td:last-child {
  width: 70%;
  vertical-align: middle;
}
/*============ Job-Application ==================*/

.job-application .input-group {
  width: 100%;
}
.job-application .ctrls-wrap {
  margin-top: 27px;
}
.job-application .input-group .form-control {
  border-radius: 4px;
}
.job-application .input-group .less-form-control {
  width: 94%;
  border-radius: 4px !important;
}
.margin-top21 {
  margin-top: 21px;
}
.job-application .single_form .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 30px;
}
.job-application .single_form .ui-selectmenu-button span.ui-icon {
  height: 30px;
}
.job-application .field-set {
  height: 104px;
}
.clear-pad tr td {
  padding: 0 !important;
  border: none !important;
}
