/*
Theme Name: AA Theme
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: aatheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus,
*:visited {
  outline: 0;
  border: 0;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
}

/* Default Form Code */
input,
button,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  height: 50px;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
}
textarea {
  padding: 15px 20px;
  height: 100px;
}
input[type="submit"],
button {
  width: auto;
  border: none;
  cursor: pointer;
  background: url(https://afridi-angell.com/wp-content/themes/afridi-angell/images/blank.png) no-repeat left top #01adf1;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  padding: 8px 20px;
  color: #fff;
  display: inline-block;
}
input[type="submit"]:hover,
button:hover {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
:after,
:before {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
button.slick-prev.slick-arrow:hover:after,
button.slick-next.slick-arrow:hover:after {
  color: #12284b;
}

h1 {
  color: #0f007d;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  margin: 0;
  padding: 0;
}
h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 30px;
  line-height: 1;
}
h3 {
  color: #12284b;
  padding: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  line-height: 1;
}
h4 {
  color: #0f007d;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
h5 {
  color: #0f007d;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}
h6 {
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}
p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.5s all;
}
a:hover,
a:focus {
  color: #000;
}
img {
  display: block;
  max-width: 100%;
}

.row {
  margin: 0 -15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
iframe {
  width: 100% !important;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container-sm {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.container-sm:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: normal;
}
.slick-prev {
  left: 15px;
  z-index: 2;
}
.slick-next {
  right: 15px;
  z-index: 2;
}
.slick-prev:after {
  content: "\f053";
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: "Font Awesome 5 free";
  width: 30px;
}
.slick-next:after {
  content: "\f054";
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: "Font Awesome 5 free";
  width: 30px;
}

ul.slick-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 50px;
  margin: 0 5px;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li.slick-active button {
  background-color: #c0b596;
  border-color: #c0b596;
}

.col-2 {
  width: calc(100% / 2);
  padding: 0 15px;
  float: left;
}
.col-3 {
  width: calc(100% / 3);
  padding: 0 15px;
  float: left;
}
.col-4 {
  width: calc(100% / 4);
  padding: 0 15px;
  float: left;
}
.col-5 {
  width: calc(100% / 5);
  padding: 0 15px;
  float: left;
}
.col-6 {
  width: calc(100% / 6);
  padding: 0 15px;
  float: left;
}

ul.pagination_row_inbrifs {
  border: 0;
  padding: 30px 0 20px;
  text-align: center;
  position: relative;
  border-top: 1px solid #fff;
  margin: -1px 0 0 0;
}
ul.pagination_row_inbrifs li {
  padding: 0;
  list-style-type: none;
}
ul.pagination_row_inbrifs li a {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 44px;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
}
ul.pagination_row_inbrifs li:before {
  opacity: 0;
}
ul.pagination_row_inbrifs li {
  padding: 20px 0 0 0 !important;
  display: inline-block;
}
ul.pagination_row_inbrifs li.active a,
ul.pagination_row_inbrifs li a:hover {
  background-color: #12284b;
  color: #fff;
}

/*.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/

/*****container-css***/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/**header***/
header.header {
  position: sticky;
  top: 0;
  background-color: #12284b;
  padding-block: 1rem;
  z-index: 2;
}
header.header .main_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header.header .main_header .menu_right .contact_bt {
  text-align: right;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgb(151 151 151 / 0.21);
}
header.header .main_header .menu_right .contact_bt a {
  width: 160px;
  height: 40px;
  background-color: #1c355d;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header.header .main_header .menu_right .contact_bt a:hover {
  background-color: #c0b596;
  color: #fff;
}
header.header .main_header .menu_right .menu li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 27px;
  display: inline-block;
}
header.header .main_header .menu_right .menu li {
  display: inline-block;
}
header.header .main_header .menu_right .menu {
  text-align: right;
}
.search_bar input {
  background: transparent;
  border: 0;
  height: 63px; /*opacity: 0.4;*/
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 145px;
}
header.header .main_header .menu_right .menu li i {
  color: #ffffff;
  font-size: 18px;
}
.search_bar {
  position: relative;
}
.search_bar:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background: #979797;
  width: 1px;
  height: 21px;
  opacity: 0.21;
  transform: translateY(-50%);
}
header.header .main_header .menu_right .menu li a:hover,
header.header .main_header .menu_right .menu li.current-menu-item a {
  color: #c0b596;
  background-color: #0c1d38;
}
.search_bar i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}

/* Header dropdown */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  min-width: 130px;
  z-index: 1;
}
.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.menu-item-has-children:hover > .sub-menu li {
  display: block !important;
}
.menu-item-has-children .sub-menu a {
  width: 100%;
  text-align: left;
  color: #000 !important;
}
.menu-item-has-children .sub-menu a:hover {
  color: #c0b596 !important;
}
.menu-item-has-children::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1px;
  top: calc(50% - 10%);
  width: .35rem;
  height: .35rem;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transform: rotate(-135deg);
  z-index: 1;
}
/***wrapper**/

/**banner**/
.banner__slide {
  min-height: 650px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex !important;
  align-items: center;
  position: relative;
}
.banner__slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    #010e22 0%,
    rgba(1, 14, 34, 0) 100%
  );
  opacity: 0.8;
  z-index: 1;
}
.banner__slide h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 400;
  line-height: 56px;
  font-family: "Merriweather", serif;
  max-width: 560px;
  padding: 0 0 140px;
}
.banner__slide .slick-prev {
  left: 60px;
}
.banner__slide .slick-next {
  right: 60px;
}
section.people_search {
  position: relative;
  background-color: #0a0f16;
}
.people_search .serch_name_bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.people_search .serch_name_bar .left {
  width: 20%;
  background-color: #0c1d38;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.people_search .serch_name_bar .right {
  width: 80%;
}
.people_search .serch_name_bar .right .location_search {
  display: flex;
  align-items: center;
  padding: 22px 0 23px 50px;
}
.people_search .serch_name_bar .right .location_search .box_div {
  width: 25%;
  text-align: center;
  border-right: 1px solid rgb(255 255 255 / 0.39);
}
.people_search .serch_name_bar .right .location_search .box_div input,
.people_search .serch_name_bar .right .location_search .box_div select {
  background: transparent;
  border: 0;
  width: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.people_search .serch_name_bar .right .location_search .box_div:last-child,
.people_search .serch_name_bar .right .location_search .box_div:nth-child(3) {
  border: 0;
}
.people_search .serch_name_bar .left h3 {
  padding: 0;
  color: #ffffff;
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
}
.people_search .serch_name_bar .right .location_search .box_div input.search_t {
  background-color: #c0b596;
}
.people_search
  .serch_name_bar
  .right
  .location_search
  .box_div
  input.search_t:hover {
  background: #12284b;
}
section.people_search:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #0c1d38;
  width: 29%;
  height: 100%;
}
.people_search .serch_name_bar .right .location_search .box_div input {
  width: 100%;
  padding: 0;
}
.people_search
  .serch_name_bar
  .right
  .location_search
  .box_div
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.people_search
  .serch_name_bar
  .right
  .location_search
  .box_div
  input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.people_search
  .serch_name_bar
  .right
  .location_search
  .box_div
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.people_search
  .serch_name_bar
  .right
  .location_search
  .box_div
  input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
a.search_t {
  width: 170px;
  height: 60px;
  background-color: #c0b596;
  display: inline-block;
  line-height: 60px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
a.search_t:hover {
  background: #0c1d38;
}
.people_search .serch_name_bar .right .location_search .box_div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/chevron-down.png);
  background-repeat: no-repeat;
  background-position: 74.4% 50%;
  width: 160px;
  padding: 0 50px 0 10px;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
}
.people_search .serch_name_bar .right .location_search .box_div select * {
  font-size: 14px;
  color: #fff;
  background: #1c355d;
}
section.about_wrapper {
  padding: 80px 0;
}
section.about_wrapper .about_sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.about_wrapper .left {
  width: 50%;
}
section.about_wrapper .right {
  width: 50%;
  padding: 0 0 0 63px;
}
.about_wrapper .left img {
  width: 100%;
  height: auto;
}
section.about_wrapper .right h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 25px;
}
section.about_wrapper .right h4 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}
section.about_wrapper .right p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 7px 0;
}
section.about_wrapper .right a {
  width: 205px;
  height: 60px;
  background-color: #c0b596;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section.about_wrapper .right a:hover {
  background: #12284b;
}
section.video_play {
  min-height: 530px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex !important;
  align-items: center;
  position: relative;
  justify-content: center;
}
section.video_play .play_vidoe {
  text-align: center;
}
section.video_play .play_vidoe a {
  width: 108px;
  height: 108px;
  border: 4px solid #ffffff;
  display: inline-block;
  line-height: 127px;
  border-radius: 100%;
}
section.video_play .play_vidoe a i {
  font-size: 43px;
  margin: 0 0 0 10px;
  color: #fff;
}
section.video_play:before {
  background-image: radial-gradient(
    circle 559px at 50% 305.23%,
    rgba(255, 255, 255, 0) 0%,
    rgba(33, 80, 156, 0) 42%,
    rgb(1 14 34 / 0.41) 100%
  );
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.international_networks {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  padding: 109px 0 119px;
  background-color: #12284b !important;
}
.international_networks .networks_text h3 {
  color: #ffffff;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 30px;
}
.international_networks .networks_text {
  text-align: center;
}
.international_networks .networks_text p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.international_networks .networks_img {
  padding: 70px 0 0 0;
  text-align: center;
}
section.latest_publications {
  padding: 97px 0 69px;
  background-color: #f5f5f5;
}
section.latest_publications h3 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 40px;
  text-align: center;
}
section.latest_publications a.more-publication {
  min-width: 365px;
  height: 60px;
  background-color: #c0b596;
  line-height: 60px;
  display: table;
  margin: 40px auto 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section.latest_publications a.more-publication:hover {
  background: #12284b;
}

section.latest_publications .publications .bx_public img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.latest_publications .publications .bx_public .white__bx {
  padding: 25px;
}
section.latest_publications .publications .bx_public .white__bx h4 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  max-width: 100%;
  line-height: 1.3;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.latest_publications .publications .bx_public .white__bx span {
  display: block;
  padding: 14px 0;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
section.subscribe_our {
  background-color: #0c1d38;
  padding: 59px 0 57px;
  text-align: center;
}
section.subscribe_our p {
  color: #c0b596;
  font-family: Merriweather;
  font-size: 30px;
  font-weight: 400;
}
section.subscribe_our p i {
  padding: 0 10px 0 0;
}
/***contact-page***/
section.all_pages_banner {
  min-height: 400px;
  display: flex;
  align-items: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
section.all_pages_banner h2 {
  color: #c0b596;
  font-family: Merriweather;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
  padding: 0 0 75px;
}
section.all_pages_banner p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  max-width: 889px;
  padding: 0 0 0 110px;
  position: relative;
}
section.all_pages_banner p:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #c0b596;
  left: 0;
  top: 10px;
}
section.all_pages_banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(12, 29, 56, 0.4);
}
section.all_pages_banner .container {
  position: relative;
  z-index: 1;
}
section.all_pages_banner:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
section.contact_middle {
  padding: 82px 0 80px;
  position: relative;
  background-position: center !important;
  background-repeat: repeat !important;
  background-size: cover !important;
  position: relative;
}

a.go_link {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
a.go_link:hover,
a.go_link:hover i {
  color: #c0b596;
}
a.go_link i {
  padding: 0 10px 0;
}
a.go_link:hover {
  color: #12284b;
}
section.contact_middle .contact_bx {
  position: relative;
  z-index: 1;
  margin: 10px 0;
  display: flex;
  align-items: center;
  background-color: #12284b;
  line-height: 0;
}
section.contact_middle .contact_bx .left,
.contact_bx .right {
  width: 50%;
}
section.contact_middle .contact_bx .left h3 {
  color: #ffffff;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 20px;
}
section.contact_middle .contact_bx .left p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
section.contact_middle .contact_bx .left {
  padding: 0 0 0 78px;
}
section.contact_middle .contact_bx .right img,
.contact_bx .right {
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.contact_bx .right iframe {
  width: 100%;
  height: 400px;
}
.knowledge_middle a {
  color: #12284b;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
  text-transform: capitalize; /*border-bottom: 2px solid;*/
}
.knowledge_middle a svg {
  width: 25px;
  margin: 0 5px 0 0;
}
section.knowledge .knowledge_middle .right .date_time_cs a {
  font-size: 24px !important;
}
section.knowledge {
  padding: 78px 0 69px;
  position: relative;
}
section.knowledge .knowledge_middle {
  display: flex;
  flex-wrap: wrap;
}
section.knowledge .knowledge_middle .left {
  width: 70%;
  padding: 0 100px 0 0;
}
section.knowledge .knowledge_middle .right {
  width: 30%;
}
section.knowledge .knowledge_middle h2 {
  line-height: 1.3;
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 30px;
}
section.knowledge .knowledge_middle .left .round_img img {
  margin: 0;
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
}
section.knowledge .knowledge_middle .left span {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 15px 0 22px;
  display: block;
}
section.knowledge .knowledge_middle .left p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
section.knowledge .knowledge_middle .left img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  object-position: center;
  margin: 40px 0;
}
section.knowledge .knowledge_middle .right .related_knowledge h3 {
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}
section.knowledge .knowledge_middle .right .related_knowledge span {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  padding: 0;
}
section.knowledge .knowledge_middle .right .related_knowledge {
  border-bottom: 1px solid #dadada;
  padding: 30px 0;
}
section.knowledge .knowledge_middle .right h2 {
  padding: 0;
}
section.knowledge:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f5f5f5;
  width: calc(100% - 36%);
  z-index: -1;
}
.media_contact {
  display: flex;
  flex-wrap: wrap;
}
.media_contact .left,
.media_contact .right {
  width: 50%;
}
.media_contact .right {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.media_contact .left h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 40px;
}
.media_contact .left span {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  padding: 0 0 40px;
}
.media_contact .left b {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}
.media_contact .left p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  padding: 10px 0 15px;
  border-bottom: 1px solid #dadada;
}
.contact_no {
  padding: 28px 0 0;
}
.media_contact .left a {
  color: #363636;
  font-family: Merriweather;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 15px 0;
}
.media_contact .left a svg {
  width: 24px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.media_contact .left a i {
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 22px;
}
.media_contact .left {
  padding: 80px;
}
.media_coverage {
  margin: 50px 0 0;
  border-top: 1px solid #e2e2e2;
  padding: 51px 0;
  position: relative;
}
.coverage_content {
  display: flex;
  flex-wrap: wrap;
}
.coverage_content .left {
  width: 50%;
  padding-right: 70px;
}
.coverage_content .right {
  width: 50%;
  padding-left: 70px;
}
.coverage_content .date_events {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 15px;
  border-bottom: 1px solid #dadada;
}
.coverage_content .date_events:last-child {
  border: 0;
}
.coverage_content .date_events .left_rs {
  width: 30%;
}
.coverage_content .date_events .right_rs {
  width: 70%;
}
.coverage_content h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 20px;
}
.coverage_content .date_events span {
  color: #12284b;
  font-size: 46px;
  font-weight: 500;
  line-height: 42px;
  display: block;
}
.coverage_content .date_events b {
  color: #192d57;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.coverage_content .date_events .right_rs h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 0 20px;
}
.coverage_content .date_events .right_rs p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.media_coverage:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
ul.pagination_row {
  text-align: center;
  position: relative;
  border-top: 1px solid #fff;
  margin: -1px 0 0 0;
}
.coverage_content .right ul.pagination_row {
  border-top: 1px solid #f5f5f5;
}
ul.pagination_row li {
  display: inline-block;
  padding: 0 3px;
}
ul.pagination_row li a {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 44px;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
}
ul.pagination_row li.active a,
ul.pagination_row li a:hover {
  background-color: #12284b;
  color: #fff;
}
.media_contact .left {
  display: flex;
  justify-content: flex-end;
}
section.banking_financial {
  padding: 70px 0;
  position: relative;
}
section.banking_financial:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 64%;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
section.banking_financial .banking_services .left h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 25px;
}
section.banking_financial .banking_services {
  display: flex;
  flex-wrap: wrap;
}
section.banking_financial .banking_services .left {
  width: 65%;
  padding: 0 50px 0 0;
}
section.banking_financial .banking_services .right {
  width: 35%;
  padding: 0 0 0 50px;
}
.link_afridi_din {
  display: flex;
  flex-wrap: wrap;
}
.link_afridi_din .left_rs {
  width: 10%;
}
.link_afridi_din .right_rs {
  width: 90%;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.link_afridi_din .left_rs i {
  width: 45px;
  height: 45px;
  background-color: #12284b;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.link_afridi_din .right_rs h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 20px;
}
.link_afridi_din .right_rs p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.partner-profiles {
  padding: 70px 0;
}
.partner-profiles h4 {
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 0 15px;
}
.partner-profiles .profile_detile_partner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.partner-profiles .profile_detile_partner .par_bx {
  width: 25%;
  padding: 0 12px;
}
.partner-profiles .profile_detile_partner .par_bx img {
  height: 171px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.partner-profiles .profile_detile_partner .par_bx h6 {
  color: #12284b;
  font-family: Rajdhani;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 5px 0;
}
.partner-profiles .profile_detile_partner .par_bx h6:hover a {
  color: #c0b596;
}
.partner-profiles .profile_detile_partner .par_bx span {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  display: block;
}
section.banking_financial .banking_services .left .representative_matters h2 {
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
}
section.banking_financial
  .banking_services
  .left
  .representative_matters
  .con_finance {
  padding: 30px 0 30px 0px;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
section.banking_financial
  .banking_services
  .left
  .representative_matters
  .con_finance
  h3 {
  color: #12284b;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 0 10px;
  position: relative;
}
section.banking_financial
  .banking_services
  .left
  .representative_matters
  .con_finance
  p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}
section.banking_financial
  .banking_services
  .left
  .representative_matters
  .con_finance
  h3:before {
  position: absolute;
  content: "";
  top: 10px;
  left: calc(100% - 114%);
  width: 70px;
  height: 1px;
  background-color: #12284b;
}
.banking_acc .acc__panel {
  display: none;
  background-color: #fafafa;
  padding: 20px 30px;
}
.banking_acc .acc__title {
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.banking_acc .acc__title i {
  position: absolute;
  right: 0;
  top: 50%;
  color: #12284b;
  font-size: 22px;
  transform: translateY(-50%);
}
.banking_acc .acc__title.active .fa-plus {
  display: none;
}
.banking_acc .acc__panel li {
  color: #363636;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 0;
}
.media_detiles_row {
  padding: 80px 0 70px;
}
.media_detiles_row .media__row {
  max-width: 90%;
}
.media_detiles_row .media__row h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 10px;
}
.media_detiles_row .media__row span {
  background-color: #f2f2f2;
  padding: 10px 22px;
  display: inline-block;
  color: #192d57;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 20px;
}
.media__row .safety_magazine {
  padding: 40px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.media__row .safety_magazine .auther_img img {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin: 0 15px 0 0;
}
.media__row .safety_magazine b {
  color: #363636;
  font-family: Rajdhani;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 5px 0 5px;
  display: block;
}
.media__row .safety_magazine h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 20px;
}
.media__row .safety_magazine p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.media__row .safety_magazine .media_poppup {
  padding: 40px 0 0;
  display: flex;
  margin: 0 -16px;
}
.media__row .safety_magazine .media_poppup .bx_media {
  width: 50%;
  padding: 0 16px;
  position: relative;
}
.media__row .safety_magazine .media_poppup .bx_media img {
  width: 100%;
  height: 291px;
  object-fit: cover;
  object-position: center;
}
.media__row .safety_magazine .media_poppup .bx_media .play__video {
  position: absolute;
  top: 0;
  width: 94%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media__row .safety_magazine .media_poppup .bx_media .play__video i {
  font-size: 43px;
  color: #fff;
}
.media__row .pdf_content {
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.media__row .pdf_content .left_rs a {
  min-width: 311px;
  height: 60px;
  background-color: #12284b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  line-height: 60px;
}
.media__row .pdf_content .left_rs a:hover {
  background-color: #c0b596;
}
.media__row .pdf_content .right_rs ul li {
  display: inline-block;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 16px;
}
.media__row .pdf_content .right_rs ul li:last-child {
  padding-right: 0;
}
.media__row .pdf_content .right_rs ul li i {
  font-size: 16px;
}
.media__row .pdf_content .right_rs ul li a:hover i {
  color: #c0b596;
}
section.khowledge_fillter {
  background-color: #12284b;
  position: relative;
}
section.khowledge_fillter .fillter_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.khowledge_fillter .fillter_row .left {
  width: 25%;
  background-color: #0c1d38;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.khowledge_fillter:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #0c1d38;
  width: 28%;
  height: 100%;
}
section.khowledge_fillter .fillter_row .right {
  width: 75%;
  padding: 0 0 0 50px;
}
section.khowledge_fillter .fillter_row .left h3 {
  color: #ffffff;
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
  padding: 40px 0;
}
section.khowledge_fillter .fillter_row .right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/chevron-down.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border: 0;
  width: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
section.khowledge_fillter .fillter_row .right select * {
  font-size: 14px;
  color: #fff;
  background: #1c355d;
}
.knowledge_detiles_row {
  padding: 80px 0;
  position: relative;
}
.knowledge_detiles_row .inbriefs_rs h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 20px;
}
.knowledge_detiles_row .inbriefs_rs {
  display: flex;
  flex-wrap: wrap;
}
.knowledge_detiles_row .inbriefs_rs .left_sr {
  width: 50%;
  padding: 0 60px 0 0;
}
.knowledge_detiles_row .inbriefs_rs .right_sr {
  width: 50%;
  padding: 0 0 0 60px;
}
.knowledge_detiles_row .inbriefs_rs .publications_custom {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.knowledge_detiles_row .inbriefs_rs .publications_custom .left_ct {
  width: 45%;
  line-height: 0;
}
.knowledge_detiles_row .inbriefs_rs .publications_custom .right_ct {
  width: 55%;
  padding: 0 0 0 30px;
}
.knowledge_detiles_row .inbriefs_rs .publications_custom .right_ct h3 {
  color: #12284b;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
}
.knowledge_detiles_row .inbriefs_rs .publications_custom .right_ct span {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  padding: 20px 0 0 0;
}
.knowledge_detiles_row:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #f5f5f5;
  z-index: -1;
}
.knowledge_detiles_row .inbriefs_rs .publications_custom .left_ct img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.inbriefs_rs ul.pagination_row {
  margin: 0;
  border: 0;
  padding: 20px 0 0 0;
}
.inbriefs_rs ul.pagination_row li:first-child a,
.inbriefs_rs ul.pagination_row li:last-child a {
  background: transparent;
  color: #12284b;
}
section.knowledge.events_detiles .knowledge_middle .left h2 {
  border-bottom: 1px solid #dadada;
  margin: 0 0 30px;
}
section.knowledge.events_detiles .knowledge_middle .round_img img {
  width: 99px;
  height: 99px;
}
section.knowledge.events_detiles .knowledge_middle h5 {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0 0;
}
section.knowledge.events_detiles .knowledge_middle span {
  padding-top: 5px;
}
.location_custom h6 {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 0 20px;
}
.location_custom {
  padding: 40px 0 0 0;
}
.location_custom .mape_events img {
  margin: 0 !important;
}
.location_custom .mape_events {
  position: relative;
}
.location_custom .mape_events .direction_bt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_custom .mape_events .direction_bt a {
  width: 317px;
  height: 60px;
  background-color: #c0b596;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.location_custom .mape_events .direction_bt a svg {
  width: 22px;
  vertical-align: middle;
}
.location_custom .mape_events .direction_bt a:hover {
  background: #12284b;
}
section.knowledge.events_detiles
  .knowledge_middle
  .right
  .date_time_cs
  .time_second
  span {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
section.knowledge.events_detiles
  .knowledge_middle
  .right
  .date_time_cs
  .time_second {
  padding: 5px 0;
}
.date_time_cs {
  border-bottom: 1px solid #dadada;
  padding: 30px 0;
}
section.knowledge.events_detiles .knowledge_middle .right .date_time_cs h3 {
  color: #192d57;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 10px;
}
section.knowledge.events_detiles .knowledge_middle .right .date_time_cs span {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}
section.knowledge.events_detiles .knowledge_middle .right .date_time_cs h6 {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.date_time_cs:last-child {
  border: 0;
}
section.photo_video {
  padding: 30px 0 0;
}
section.photo_video h2 {
  color: #3d3d3d;
  padding: 0 0 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.video_img_slider .img_row {
  position: relative;
}
.video_img_slider .img_row .play_video i {
  color: #ffffff;
  font-size: 43px;
}
.video_img_slider .img_row .play_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_img_slider .img_row img {
  width: 100%;
  height: 253px;
  object-fit: cover;
}
.video_img_slider .slick-slide > div {
  line-height: 0;
}
.sector_aviation {
  padding: 78px 0 68px;
  position: relative;
}
.sector_aviation .aviation_row {
  display: flex;
  flex-wrap: wrap;
}
.sector_aviation .aviation_row .left,
.sector_aviation .aviation_row .right {
  width: 50%;
}
.sector_aviation .aviation_row .left {
  padding: 0 80px 0 0;
}
.sector_aviation .aviation_row .right {
  padding: 0 0 0 80px;
}
.sector_aviation .aviation_row h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 20px;
}
.sector_aviation .aviation_row ul li {
  color: #363636;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 5px 0;
  padding: 24px 30px;
  background-color: #f5f5f5;
  position: relative;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.sector_aviation .aviation_row ul li:hover a {
  color: #fff;
}
.sector_aviation .aviation_row ul li:hover,
.sector_aviation .aviation_row .right ul li:hover {
  background-color: #12284b;
  color: #fff;
  padding-left: 60px;
}
.sector_aviation .aviation_row ul li:before {
  position: absolute;
  content: "";
  left: 30px;
  top: 34px;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
}
.sector_aviation .aviation_row ul li:hover:before {
  opacity: 1;
}
section.sector_aviation:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
.sector_aviation .aviation_row .right ul li {
  background: #fff;
}
.people_sec {
  padding: 80px 0;
  position: relative;
}
.people_sec .people_detiles {
  display: flex;
  flex-wrap: wrap;
}
.people_sec .people_detiles .left_peo {
  width: 65%;
  padding: 0 70px 0 0;
}
.people_sec .people_detiles .right_peo {
  width: 35%;
}
.area_qualifications {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px 0 0;
}
.area_qualifications .left_area {
  width: 45%;
}
.area_qualifications .right_area {
  width: 55%;
  padding: 0 0 0 70px;
}
.area_qualifications .left_area img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.area_qualifications .right_area h3 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 10px;
}
.area_qualifications .right_area span {
  color: #363636;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.area_qualifications .right_area ul {
  padding: 30px 0 0;
}
.area_qualifications .right_area ul li a {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}
.area_qualifications .right_area ul li a i {
  width: 45px;
  height: 45px;
  background-color: #12284b;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.area_qualifications .right_area ul li {
  padding: 0 0 10px;
}
.area_qualifications .right_area ul li a:hover {
  font-weight: 700;
}
.areas_expertise {
  padding: 50px 0 20px;
  border-bottom: 1px solid #e2e2e2;
  margin-right: 50px;
}
.areas_expertise h3 {
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 0 20px;
}
.areas_expertise .expertise_area {
  display: flex;
  flex-wrap: wrap;
}
.areas_expertise .expertise_area .left {
  width: 45%;
}
.areas_expertise .expertise_area .right {
  width: 55%;
  padding: 0 0 0 70px;
}
.areas_expertise .expertise_area ul li {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 0;
}
.areas_expertise .expertise_area ul li b {
  color: #12284b;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 0 10px;
  display: block;
}
.areas_expertise .expertise_area ul {
  padding: 0 0 30px;
}
.areas_expertise:last-child {
  border: 0;
}
.people_sec .people_detiles .right_peo a {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  display: table;
  margin-left: auto;
  margin-bottom: 30px;
}
.people_sec .people_detiles .right_peo a:hover {
  color: #c0b596;
}
.people_sec .people_detiles .right_peo h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 20px;
}
.people_sec .people_detiles .right_peo p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.people_sec:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  background-color: #f5f5f5;
  width: 40%;
  z-index: -1;
}
.banking_acc.people_acc {
  position: relative;
}
.banking_acc.people_acc:before {
  position: absolute;
  content: "";
  top: -1px;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
}
.banking_acc.people_acc .acc__panel li {
  padding: 20px 0 20px 50px;
  position: relative;
}
.banking_acc.people_acc .acc__panel li:before {
  position: absolute;
  content: "";
  top: 30px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #12284b;
}
.banking_acc.people_acc .acc__panel ul.pagination_row li {
  padding: 0;
}
.banking_acc.people_acc .acc__panel ul.pagination_row {
  border: 0;
  padding: 30px 0 20px;
}
.banking_acc.people_acc .acc__panel ul.pagination_row li:before {
  opacity: 0;
}
.banking_acc.people_acc .acc__title {
  padding: 25px 0;
}

/***footar***/
footer.footar {
  background-color: #12284b;
  padding: 0 0 40px;
}
footer.footar .footer-columns-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 69px 0 55px;
}
footer.footar .footer-columns-wrap #footer-column-1 {
  width: 30%;
}
footer.footar .footer-columns-wrap #footer-column-2 {
  width: 50%;
  padding: 0 120px;
}
footer.footar .footer-columns-wrap h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 0 34px;
}
footer.footar .footer-columns-wrap #footer-column-1 h2.widget-title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: Merriweather;
  line-height: 1;
  padding: 0 0 20px;
}
footer.footar .footer-columns-wrap p {
  color: rgb(255 255 255 / 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
footer.footar .footer-columns-wrap p img {
  width: 140px;
  margin: 48px 20px 0 0px;
}
footer.footar .footer-columns-wrap .menu-footer-menu-container ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
footer.footar .footer-columns-wrap .menu-footer-menu-container ul li {
  display: inline-block;
  width: 49%;
}
footer.footar .footer-columns-wrap .menu-footer-menu-container ul li a:hover {
  color: #c0b596;
}
footer.footar .footer-columns-wrap #footer-column-3 {
  width: 20%;
}
footer.footar .footer-bottom {
  border-top: 1px solid rgb(151 151 151 / 0.21);
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.footar .footer-bottom p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer.footar .footer-bottom .footer-social-wrap {
  display: flex;
  align-items: center;
}
footer.footar .footer-bottom .footer-social-wrap h5 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px 0 0;
}
footer.footar .footer-bottom .footer-social-wrap a {
  font-size: 20px;
  color: #fff;
}
footer.footar .footer-bottom .footer-social-wrap a:hover {
  color: #c0b596;
}
/***end***/
/* .tab_about_content .tab-content { display: none; } */
.tab_about_content .tab-content.current {
  display: inherit;
}
.tab_about {
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e2;
}
.tab_about ul.tabs {
  text-align: center;
}
.tab_about ul.tabs li {
  display: inline-block;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  padding: 0 50px;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
}
.tab_about ul.tabs li.current {
  font-weight: 700;
}
.years_ser {
  display: flex;
  flex-wrap: wrap;
}
.years_ser .left,
.years_ser .right {
  width: 50%;
  padding: 80px 0;
}
.service_about {
  position: relative;
}
.service_about:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: -1;
}
.years_ser .right {
  padding-left: 72px;
}
.years_ser .left {
  padding-right: 72px;
}
.years_ser .right p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.years_ser .left h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  max-width: 90%;
  border-bottom: 1px solid #dadada;
  padding: 0 0 40px;
}
.quote_row {
  padding: 40px 0 0;
  display: flex;
  align-items: flex-start;
}
.quote_row h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 0 55px;
}
.con_reading {
  color: #12284b;
  font-family: Rajdhani;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.years_ser .right a {
  margin: 30px 0px 0;
  display: block;
}
.years_ser .right a i {
  font-size: 14px;
  padding: 0 0 0 3px;
}
.con_reading:hover,
.con_reading:hover i {
  color: #c0b596;
}

.timeline_row {
  display: flex;
  flex-wrap: wrap;
}
.timeline_row .left_time,
.timeline_row .right_time {
  width: 50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.timeline_row .right_time span {
  width: 353px;
  height: 80px;
  box-shadow: 0 2px 4px rgba(18, 40, 75, 0.3);
  background-color: rgb(0 0 0 / 0.7);
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline_row .left_time .right_side_row {
  padding: 50px 40px 0px 0;
  position: relative;
  width: 80%;
  margin-left: auto;
}
.right_side_row h3 {
  padding: 0 0 40px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}

.wrap_time_slider .time_bx {
  /*min-height: 210px;*/
  box-shadow: 0 2px 4px rgba(18, 40, 75, 0.3);
  background-color: #f5f5f5;
  padding: 35px 50px 35px 33px;
  margin: 0 0 10px 0px;
  position: relative;
  left: 38px;
}
.wrap_time_slider .time_bx:before {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 100%;
  width: 2px;
  top: 0;
  left: -38px;
}
.right_side_row:before {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 40px;
  width: 2px;
  top: 0;
  left: 0;
}
.timline_slider {
  margin: 0 0 60px;
}
.timline_slider .wrap_time_slider .slick-next:after {
  content: "\f30b";
}
.timline_slider .wrap_time_slider .slick-prev:after {
  content: "\f30a";
}
.timline_slider .wrap_time_slider button.slick-arrow {
  top: -80px;
  right: 0;
}
.timline_slider .wrap_time_slider button.slick-prev.slick-arrow {
  left: inherit;
  right: 28px;
}
.timline_slider .wrap_time_slider ul.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #fff;
}
.timline_slider .wrap_time_slider ul.slick-dots {
  bottom: -50px;
}
.wrap_time_slider .slick-current .time_bx {
  left: 0;
  box-shadow: 0 2px 4px rgba(18, 40, 75, 0.3);
  background-color: #12284b;
  margin-left: 0;
  padding: 35px 33px;
}
.wrap_time_slider .slick-current .time_bx h4 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
}
.wrap_time_slider .slick-current .time_bx p {
  color: #fff;
}
.wrap_time_slider .time_bx h4 {
  color: #12284b;
  font-size: 22px;
  font-weight: 500;
  line-height: 52px;
}
.approach_custom .main_approach {
  display: flex;
  min-height: 720px;
}
.approach_custom .main_approach .left_app {
  width: 50%;
  padding: 0 100px 0 0;
  display: flex;
  align-items: center;
}
.approach_custom .main_approach .right_app {
  width: 50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.approach_custom .main_approach .left_app .app_content {
  width: 80%;
  margin-left: auto;
}
.approach_custom .main_approach .left_app .app_content h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 30px;
}
.approach_custom .main_approach .left_app .app_content h4 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dadada;
}
.approach_custom .main_approach .left_app .app_content p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.approach_custom .main_approach .left_app .app_content .quote_row {
  padding-bottom: 40px;
}
.approach_custom .main_approach:nth-child(even) {
  flex-direction: row-reverse;
}
.approach_custom .main_approach:nth-child(even) .left_app .app_content h4 {
  border: 0;
}
.approach_custom .main_approach:nth-child(even) .left_app {
  padding: 0 0 0 100px;
}
.approach_custom .main_approach:nth-child(even) .left_app .app_content {
  margin-right: auto;
  margin-left: inherit;
}
.csr_about {
  display: flex;
  flex-wrap: wrap;
}
.csr_about .left_rs {
  width: 50%;
  padding: 80px 130px;
}
.csr_about .left_rs h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 30px;
}
.csr_about .left_rs h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 20px;
}
.csr_about .left_rs p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.csr_about .right_rs {
  width: 50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.rs_img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.video_csr {
  padding: 126px 0;
  text-align: center;
}
.video_csr span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 10px;
}
.video_csr i {
  color: #ffffff;
  font-size: 43px;
  width: 108px;
  height: 108px;
  border: 4px solid #ffffff;
  line-height: 98px;
  border-radius: 50%;
  padding: 0 0 0 8px;
}
.international_dev {
  padding: 80px 0;
}
.international_dev h3 {
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
}
.international_dev .development_csr {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
.international_dev .development_csr .left {
  width: 10%;
  position: relative;
}
.international_dev .development_csr .right {
  width: 90%;
}
.international_dev .development_csr .right h4 {
  color: #12284b;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 0 20px;
}
.international_dev .development_csr .right .fin_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.international_dev .development_csr .right .fin_content .left_fin,
.international_dev .development_csr .right .fin_content .right_fin {
  width: 48%;
}
.international_dev .development_csr p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.development_csr .finance_img {
  padding: 30px 0;
}
.development_csr .finance_img img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  object-position: center;
}
.development_csr .grey_bg_content {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.development_csr .grey_bg_content h6 {
  color: #12284b;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.international_dev .development_csr .left:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #12284b;
}
.contact_information {
  padding: 80px 0;
}
.contact_information .contact_row {
  display: flex;
  flex-wrap: wrap;
}
.contact_information .contact_row .left_rs {
  width: 35%;
  padding: 0 90px 0px 0;
}
.contact_information .contact_row .right_rs {
  width: 65%;
}
.contact_information .contact_row .left_rs a {
  color: #363636;
  font-family: Merriweather;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 15px 0;
}
.contact_information .contact_row .left_rs a svg {
  width: 24px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.contact_information .contact_row .left_rs a i {
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 22px;
}
section.contact_information h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 40px;
}
.contact_information .contact_row .left_rs .contact_no {
  padding: 28px 0;
  border: 1px solid #0c1d38;
  border-left: 0;
  border-right: 0;
}
.contact_information .contact_row .left_rs a.our_office {
  margin: 30px 0 0 0;
  text-align: center;
  height: 60px;
  background-color: #12284b;
  color: #ffffff;
  font-family: Rajdhani;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 60px;
  width: 100%;
}
.contact_information .contact_row .left_rs a.our_office:hover {
  background: #c0b596;
}
.awards_detiles {
  padding: 80px 0;
}
.awards_detiles .awards_top h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 30px;
}
.awards_detiles .awards_top h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  max-width: 80%;
  padding: 0 0 20px;
}
.awards_detiles .awards_top p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.awards_detiles .awards_top p a {
  font-weight: 600;
}
.awards_detiles .awards_top p a:hover {
  color: #c0b596;
}
.awards_detiles .awards_middle {
  padding: 70px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.awards_detiles .awards_middle .bx_awards {
  width: 30%; /*display: flex;*/
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 60px;
}
.awards_detiles .awards_middle .bx_awards .left {
  width: 54px;
  display: none;
}
.awards_detiles .awards_middle .bx_awards .right {
  width: 100%;
  padding: 0 40px 0 20px;
  text-align: center;
}
.awards_detiles .awards_middle .bx_awards .right h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 20px;
}
.awards_detiles .awards_middle .bx_awards .right p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.awards_detiles .awards_middle:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: white;
}
.awards_detiles .awards_middle .bx_awards:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #dadada;
  top: 0;
  right: 0;
}
.awards_detiles .awards_middle .bx_awards:nth-child(3n + 2) {
  width: 34%;
}
.career_opportunities {
  display: flex;
  flex-wrap: wrap;
}
.career_opportunities .left,
.career_opportunities .right {
  width: 50%;
}
.career_opportunities .left {
  padding: 80px 70px 100px 100px;
}
.career_opportunities .left h2 {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0 30px;
}
.career_opportunities .left h3 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 30px;
}
.career_opportunities .left p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.cv_send {
  display: flex;
  align-items: flex-start;
  padding: 60px 0 0 0;
}
.cv_send .left_cv {
  width: 100px;
  border-radius: 4px;
  border: 1px solid #12284b;
  text-align: center;
  padding: 33px 22px;
}
.cv_send .right_cv {
  width: calc(100% - 100px);
  padding: 0 0 0 30px;
}
.cv_send .right_cv h4 {
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 20px;
  max-width: 70%;
  width: 100%;
}
.cv_send .right_cv p {
  color: #363636;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px 0 0 0;
}
.sumbit_cv {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sumbit_cv .cv_btn {
  width: calc(100% - 62%);
  height: 60px;
  background-color: #c0b596;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sumbit_cv input {
  width: 62%;
  height: 60px;
  background-color: #f5f5f5;
  border: 0;
  line-height: 60px;
  color: #2d373c;
  font-size: 16px;
  font-weight: 500;
}
.sumbit_cv .cv_btn:hover {
  background: #12284b;
}
.sumbit_cv #field_3_2 span {
  position: absolute;
  width: 100%;
  background: #f5f5f5;
  height: 100%;
  z-index: 0;
  text-align: left;
  line-height: 60px;
  color: #2d373c;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 20px;
  pointer-events: none;
  top: 0;
}
.sumbit_cv #field_3_2 span i {
  padding: 0 7px 0 0px;
}
.international_affiliates .affiliates {
  display: flex;
  flex-wrap: wrap;
}
.international_affiliates .affiliates .left,
.international_affiliates .affiliates .right {
  width: 50%;
}
.international_affiliates .affiliates:nth-child(even) {
  flex-direction: row-reverse;
}
.international_affiliates .affiliates .left {
  padding: 80px 115px;
}
.international_affiliates .affiliates .left h2 {
  padding: 0 0 30px;
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
}
.international_affiliates .affiliates .left h3 {
  margin: 30px 0 0 0;
  padding: 30px 0;
  color: #12284b;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  border-top: 1px solid #dadada;
}
.international_affiliates .affiliates .left p {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.what_others {
  padding: 80px 0;
}
.what_others .say_other {
  padding: 40px 0;
}
.what_others .say_other img {
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.what_others .others_say h4 {
  width: 100%;
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
}
.what_others .others_say {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what_others .others_say .left {
  width: 45%;
}
.what_others .others_say .left .testimonials_bx {
  padding: 40px 0;
  border-bottom: 1px solid #dadada;
}
.what_others .others_say .left .testimonials_bx h5 {
  color: #12284b;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px 0;
}
.form_contact input,
.form_contact select,
.form_contact textarea {
  height: 70px;
  background-color: #f5f5f5;
  border: 0;
  color: #2d373c;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 26px;
  padding: 0 30px !important;
  width: 100% !important;
  margin: 0 0 0 0 !important;
}
.form_contact textarea {
  height: 200px !important;
  padding: 23px 30px !important;
  color: #2d373c;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.form_contact ul li:first-child div {
  display: flex;
  flex-wrap: wrap;
}
.form_contact ul li:first-child div span {
  width: 42.5% !important;
}
.form_contact ul li:first-child div span.name_prefix_select {
  width: 120px !important;
}
.form_contact select {
  padding: 0 0px 0 30px !important;
  height: 70px !important;
  margin: 2px 0 0 0 !important;
}
.form_contact label {
  display: none !important;
}
.form_contact .ginput_recaptcha > div {
  text-align: center;
  margin: 0 auto;
}
.form_contact .gform_footer.top_label {
  padding: 0;
}
.form_contact .gform_footer.top_label input {
  width: 205px !important;
  height: 60px;
  background-color: #c0b596;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto !important;
  display: table !important;
}
.form_contact .gform_footer.top_label input:hover {
  background: #12284b;
}
.form_contact .validation_error {
  display: none;
}
.form_contact .gform_wrapper li.gfield.gfield_error {
  border: 0;
  background: transparent;
  padding: 0;
}
.form_contact .gform_wrapper .validation_message {
  color: red;
  padding: 0 !important;
}
.form_contact
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form_contact .gform_wrapper li.gfield_error textarea {
  border: 1px solid #f60;
}
#newsletter-popup {
  padding: 0;
  max-width: 972px;
  width: 100%;
}
.newsletter-header {
  padding: 50px 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.newsletter-header h3 {
  color: #ffffff;
  font-family: Merriweather;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  width: 50%;
  padding: 0;
}
.newsletter-header p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  width: 50%;
}
#newsletter-popup form {
  padding: 14px 70px;
  position: relative;
}
#newsletter-popup form ul > li:first-child,
#newsletter-popup form ul > li:nth-child(2),
#newsletter-popup form ul > li:nth-child(3),
#newsletter-popup form ul > li:nth-child(4),
#newsletter-popup form ul > li:nth-child(5) {
  width: 50%;
  margin: 0;
}
#newsletter-popup li#field_1_5 {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 0 0 0 54px;
}
#newsletter-popup form ul > li:first-child span {
  width: 100%;
  padding-bottom: 0;
}
#newsletter-popup .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
#newsletter-popup li#field_1_5 > label {
  max-width: 60%;
  color: #12284b;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 0 20px;
}
#newsletter-popup form ul > li .ginput_container_checkbox ul li input {
  position: absolute;
  left: -99999999px;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
#newsletter-popup form ul > li input,
#newsletter-popup form ul > li select {
  height: 60px;
  background-color: #f5f5f5;
  border: 0;
  color: #2d373c;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 26px;
  padding: 0 30px !important;
  width: 100% !important;
  margin: 0 0 10px 0 !important;
}
#newsletter-popup
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  li
  label {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  padding: 0 0 0 32px;
}
#newsletter-popup
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  li {
  width: 100% !important;
}
#newsletter-popup
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  ul {
  width: 100% !important;
}
#newsletter-popup .ginput_container.ginput_container_checkbox {
  width: 80%;
}
#newsletter-popup
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  li {
  padding: 5px 0 !important;
}
#newsletter-popup
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  li
  label:before {
  transition: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0c1d38;
}
#newsletter-popup
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  li
  input:checked
  + label:before {
  /*box-shadow: inset 0 0 0px 3px #fff; background: #0c1d38; */
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  position: absolute;
  line-height: 16px;
  font-size: 14px;
  padding: 0 2px;
}
#newsletter-popup .gform_wrapper .top_label div.ginput_container ul {
  height: 335px;
  overflow: auto;
}
#newsletter-popup
  .gform_wrapper
  .top_label
  div.ginput_container
  ul::-webkit-scrollbar {
  width: 2px;
}

/* Track */
#newsletter-popup
  .gform_wrapper
  .top_label
  div.ginput_container
  ul::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Handle */
#newsletter-popup
  .gform_wrapper
  .top_label
  div.ginput_container
  ul::-webkit-scrollbar-thumb {
  background: #12284b;
}

/* Handle on hover */
#newsletter-popup
  .gform_wrapper
  .top_label
  div.ginput_container
  ul::-webkit-scrollbar-thumb:hover {
  background: #12284b;
}

#newsletter-popup .gform_footer.top_label input {
  color: #0c1d38;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#newsletter-popup .gform_footer.top_label input {
  width: 205px !important;
  height: 60px;
  background-color: #c0b596;
  margin: 0;
}
#newsletter-popup .gform_footer.top_label {
  padding: 0;
  margin: 0;
  width: 76.6%;
  margin-left: auto;
}
#newsletter-popup .gform_footer.top_label input:hover {
  background: #0c1d38;
  color: #fff;
}
#newsletter-popup .fancybox-button svg {
  color: #fff;
}
#newsletter-popup form ul > li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(http://nexatestwp.com/afridi-angell/wp-content/uploads/2020/09/down_arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
#newsletter-popup .validation_error {
  display: none;
}
#newsletter-popup .gform_wrapper li.gfield.gfield_error {
  border: 0;
  background: transparent;
  padding: 0;
}
#newsletter-popup
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  padding: 0;
  color: #f60;
}

/**people***/
.people_tab_detiles .tab-content {
  display: none;
}
.people_tab_detiles .tab-content.current {
  display: block;
}
.partners_detiles {
  padding: 40px 0;
}
.row_partners {
  display: flex;
  flex-wrap: wrap;
}
/*.row_partners ul li { display: flex; flex-wrap: wrap; }*/
.row_partners .bx_partners {
  width: 25%;
  margin: 0 0 20px;
  line-height: 0;
}
.row_partners .part_parteners.associates .bx_partners {
  display: none;
}
.row_partners .bx_partners img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.row_partners .bx_partners .name_detiles {
  text-align: center;
  padding: 34px 0;
  border: 1px solid #dedede;
}
.row_partners .bx_partners .name_detiles h4 {
  color: #12284b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.partners_detiles .part_parteners {
  padding: 30px 0 0 0;
  position: relative;
}
.partners_detiles .part_parteners:first-child {
  padding: 0;
}
.part_parteners.associates .row_partners .bx_partners {
  display: none;
}
.load_more_btn {
  text-align: center;
}
.load_more_btn a {
  background: url(http://nexatestwp.com/afridi-angell/wp-content/uploads/2020/09/bg_view.png);
  width: 100%;
  text-align: center;
  color: #12284b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding: 29px 0;
  position: relative;
  z-index: 1;
}
.load_more_btn a:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.load_more_btn a.noContent {
  background: transparent;
}
.video_img_slider .img_row video {
  width: 100%;
  height: 253px;
  object-fit: cover;
}
.load_more_btn a i {
  padding: 0 0 0 70px;
}
.tab_about ul.tabs li:last-child {
  border: 0;
}
.media__row .safety_magazine .media_poppup .bx_media video {
  width: 100%;
  height: 291px;
  object-fit: cover;
}
/*.part_parteners.associates .row_partners .bx_partners:nth-last-child(4), 
.part_parteners.associates .row_partners .bx_partners:nth-last-child(3), 
.part_parteners.associates .row_partners .bx_partners:nth-last-child(2), 
.part_parteners.associates .row_partners .bx_partners:last-child {
    height: 80px;
    overflow: hidden;
    opacity: 0.2;
}*/
/**header-sticky**/
header.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #12284b;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  margin-top: 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.toggle_menu {
  display: none;
}

/******extra css********/
header.header .main_header .menu_right .menu {
  display: flex;
  flex-wrap: wrap;
}

header.header .main_header .menu_right .menu .menu-primary-menu-container {
  width: 85%;
}

header.header .main_header .menu_right .menu .search_bar.search_form_wrap {
  width: 15%;
}

/**end**/
.banner__slide .container-sm {
  position: relative;
  z-index: 1;
}
#newsletter-popup .gform_confirmation_message {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.pagination_row {
  text-align: center;
}
.pagination_row .page-numbers {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 44px;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
}
.pagination_row .page-numbers.current,
.pagination_row .page-numbers:hover {
  background-color: #12284b;
  color: #fff;
}
header.header.sticky .search_bar input {
  height: 49px;
}
header.header.sticky .main_header .menu_right .contact_bt {
  padding: 0 0 5px;
  margin: 0 0 5px;
}
.sumbit_cv .gform_wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.sumbit_cv .gform_wrapper .gform_footer.top_label {
  padding: 0;
  margin: 0;
  width: calc(100% - 62%);
}
.sumbit_cv .gform_wrapper .gform_body {
  width: 62%;
}
.sumbit_cv .gform_wrapper .gform_body input {
  width: 100% !important;
  margin: 0;
}
.sumbit_cv .gform_footer.top_label input {
  width: 100% !important;
  height: 60px;
  background-color: #c0b596;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0 !important;
}
.sumbit_cv .gform_wrapper .gform_body ul li {
  /* position: relative;*/
  padding: 0 !important;
  margin: 0;
}
.sumbit_cv .ginput_container.ginput_container_fileupload {
  margin: 0 !important;
}
.sumbit_cv .gform_footer.top_label input:hover {
  background: #12284b;
}
.sumbit_cv span i {
  padding: 0 7px 0 0px;
}
.sumbit_cv .gform_wrapper div.validation_error {
  display: none;
}
.sumbit_cv .gform_wrapper .validation_message {
  color: #f60;
  font-weight: 500;
  padding: 0 !important;
  position: relative;
  z-index: 1;
  background: #fff;
}
.sumbit_cv .gform_wrapper .top_label .gfield_error {
  border: 0 !important;
  background: transparent !important;
  width: 100% !important;
}
.sumbit_cv
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin: 0 !important;
}
.sumbit_cv .gform_wrapper {
  margin: 0;
}
.sumbit_cv .gform_wrapper .gform_body ul {
  position: relative;
}
.home_banner_row {
  position: relative;
}
.home_banner_row section.people_search {
  position: absolute;
  bottom: 10px;
  width: 100%;
  background-color: rgb(10 15 22 / 0.7);
}
.banner_hero ul.slick-dots {
  bottom: 20%;
}
.banner_hero .slick-arrow {
  top: 40%;
}
/****21-9-2020****/
section.latest_publications.row_latest_publications h1.page-title {
  color: #12284b;
  font-family: Merriweather;
  font-size: 35px;
  font-weight: 400;
  padding: 0;
  line-height: normal;
  padding-bottom: 20px;
}
section.latest_publications.row_latest_publications .bx_public {
  /*width: 33.33%;*/
  padding: 0 0 15px;
  line-height: 0;
  display: inline-block;
}
section.latest_publications.row_latest_publications .bx_public a {
  padding: 0;
  line-height: 0;
}
/***7-10-2020***/
#newsletter-popup form ul > li:nth-child(6) {
  width: 50%;
  margin-top: 0;
}
#newsletter-popup form ul > li:nth-child(6) input {
  padding: 17px 30px !important;
  color: #2d373c;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 26px;
}
.img_video.video video {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
.img_video.youtube iframe {
  width: 100%;
  height: 650px !important;
}
.timeline_row .right_time .wrap_time_img .since_img {
  width: 100% !important;
  height: 600px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.timeline_row .right_time .wrap_time_img {
  line-height: 0;
}
.awards__icon {
  width: 100%;
  text-align: center;
  padding: 0 0 20px;
  object-position: center;
}
.awards__icon img {
  height: 120px;
  object-fit: cover;
  width: auto;
  width: 270px;
}

/**8-10-2020**/
.contact_bx .right img.map_pin {
  height: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact_bx .right {
  position: relative;
}
.contact_bx .right a {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact_middle:before,
section.contact_middle:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 0;
}
section.contact_middle:after {
  bottom: 0;
  top: inherit;
}
section.contact_middle .container {
  position: relative;
}
img.map_img {
  width: 100%;
}

/*select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
/*select::-ms-expand {
  display: none;
}
*/
/* Custom Select */
/*.box_div:nth-child(2), .box_div:nth-child(3) {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
/*.box_div:nth-child(2):after, .box_div:nth-child(3):after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}*/
/* Transition */
/*.box_div:hover::after {
  color: #f39c12;
}*/
/***11-12-2020***/
.link_afridi_din ul li,
.people_sec .people_detiles .right_peo ul li {
  list-style: outside;
}
.people_sec .people_detiles .right_peo {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.link_afridi_din ul,
.people_sec .people_detiles .right_peo ul {
  padding-left: 20px;
}
section.banking_financial
  .banking_services
  .left
  .representative_matters
  .con_finance
  p {
  /* padding: 0; */
  line-height: 1.5;
}
section.banking_financial
  .banking_services
  .left
  .representative_matters
  .con_finance
  ul {
  padding: 15px 0 0;
}
.wrap_time_slider .slick-current .time_bx p {
  padding-bottom: 10px;
}
.link_afridi_din .right_rs ul + p {
  line-height: 0;
}
.con_finance li {
  list-style: initial;
}
select::-ms-expand {
  display: none;
}
.about-main-content {
  overflow: hidden;
}
/* Toronto-Page */
.toronto-accordion {
    background-color: #F5F5F5;
    color: #444;
    cursor: pointer;
    padding: 18px 35px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    height: auto;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
}
button.toronto-accordion.active {
    margin: 0;
    background-color: #F5F5F5;
}

.toronto-accordion:hover {
  background-color: #ccc;
}
.toronto-panel {
    padding: 18px 35px;
    display: none;
    background-color: #F5F5F5;
    overflow: hidden;
    margin-bottom: 5px;
}
.toronto-panel ul li {
    font-size: 18px;
}
.toronto-accordion:before {
    content: "\f054";
    display: block;
    position: absolute;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    left: 15px;
}
button.toronto-accordion.active:before {
  content: "\f078";
}
.main_approach:last-child .left_app .app_content {
    padding: 30px 0px;
}
.quote.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    bottom: -10px;
}
.quote.slick-initialized.slick-slider.slick-dotted ul.slick-dots li.slick-active button {
    background-color: #707070;
    border-color: #707070;
}
.quote.slick-initialized.slick-slider.slick-dotted ul.slick-dots li button
{
    background-color: #B7B7B7;
    border-color: #B7B7B7;
}
.approach_custom .main_approach .left_app .app_content h2 {    
    font-size: 48px;    
}
.approach_custom .main_approach.years_ser .left_app.toronto-left-section {
    padding: 80px 100px 80px 0;
}
.approach_custom .main_approach.years_ser .left_app.toronto-left-section h3 {
    padding-top: 40px;
}
.quote.slick-initialized.slick-slider.slick-dotted .slick-arrow {
    display: none !important;
}
.pb-10{padding-bottom:10px !important}
    .pb-20{padding-bottom:20px !important}
    .text-white{color:#fff !important}
    ul.toronto-footer-menu li{width:100% !important}
    footer.footar .toronto-footer-wrap #footer-column-2{width:42%}
    footer.footar .toronto-footer-wrap #footer-column-3{width:28%}
    .toronto-notice p {color: #E3703A !important;}
.bx_public {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(18, 40, 75, 0.15);
}
.bx_public h5.publicationtype {
    width: auto;
    background: #D5D5D5;
    padding: 10px;
    display: inline-block;
    position: absolute;
    bottom: 50%;
    z-index: 99;
    left: 10px;
}
#newsletter-popup .newsletter-header h3, #newsletter-popup .newsletter-header p {
    color: #000;
}
.toronto-newsletter-popup.fancybox-content .gform_wrapper ul.gform_fields {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: auto;
    align-items: center;
}
.toronto-newsletter-popup.fancybox-content .gform_wrapper .gform_footer.top_label {
    width: 100% !important;
    display: flex;
    justify-content: center;
}
#newsletter-popup.toronto-newsletter-popup.fancybox-content .gform_wrapper form ul > li input {    
    padding: 15px 30px !important;    
}
section.latest_publications .publications {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
section.latest_publications .publications .more-link {
  margin-bottom: 10px;
  color: #12284b;
  text-decoration: underline;
}
.approach_custom .main_approach .left_app .app_content h1 {
    color: #102444;
    font-size: 48px;
    font-family: Merriweather;
    line-height: 1.4;
}
/*.approach_custom .main_approach .left_app .app_content h4 , .approach_custom .main_approach .left_app .app_content p {
    font-family: Merriweather;
}*/
/**responsive**/

@media (min-width: 1600px) {
  .people_sec:after {
    width: 43%;
  }
  section.banking_financial:before {
    width: 60%;
  }
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  header.header .main_header .menu_right .menu li a,
  header.header.sticky .main_header .menu_right .menu li a {
    padding: 19px 10px;
  }
  .banner__slide h1 {
    padding: 0 0 100px;
    margin: 0 auto;
  }
  section.people_search:before {
    width: 24%;
  }
  .people_search .serch_name_bar .right .location_search .box_div select {
    width: 110px;
  }
  a.search_t {
    width: 120px;
  }
  section.about_wrapper {
    padding: 40px 0;
  }
  section.about_wrapper .right {
    padding: 0 0 0 30px;
  }
  section.video_play {
    min-height: 400px;
  }
  .international_networks {
    padding: 50px 0;
  }
  section.latest_publications {
    padding: 40px 0;
  }
  section.latest_publications .publications .bx_public img {
    height: 200px;
  }
  section.latest_publications .publications .bx_public .white__bx {
    padding: 15px;
  }
  section.latest_publications .publications .bx_public .white__bx h4 {
    font-size: 22px;
  }
  section.subscribe_our {
    padding: 50px 0;
  }
  section.subscribe_our p {
    font-size: 24px;
  }
  section.contact_middle {
    padding: 40px 0;
  }
  section.contact_middle .contact_bx .left {
    padding: 0 0 0 40px;
  }
  section.knowledge .knowledge_middle h2 {
    font-size: 23px;
  }
  section.knowledge .knowledge_middle .left span,
  section.knowledge .knowledge_middle .right .related_knowledge h3 {
    font-size: 22px;
  }
  section.knowledge {
    padding: 40px 0;
  }
  .media_contact .left {
    padding: 20px;
  }
  .coverage_content .left {
    padding-right: 30px;
  }
  .coverage_content .right {
    padding-left: 30px;
  }
  section.banking_financial .banking_services .left {
    padding: 0 20px 0 0;
  }
  section.banking_financial .banking_services .right {
    padding: 0 0 0 20px;
  }
  section.banking_financial {
    padding: 40px 0;
  }
  section.banking_financial .banking_services .left h2 {
    font-size: 28px;
  }
  .link_afridi_din .left_rs {
    width: 15%;
  }
  .link_afridi_din .right_rs {
    width: 85%;
  }
  .partner-profiles {
    padding: 40px 0;
  }
  .partner-profiles .profile_detile_partner .par_bx img {
    height: 100px;
  }
  .partner-profiles .profile_detile_partner .par_bx h6 {
    font-size: 16px;
  }
  .partner-profiles .profile_detile_partner .par_bx span {
    font-size: 13px;
  }
  section.banking_financial .banking_services .left .representative_matters h2 {
    font-size: 24px;
  }
  section.banking_financial
    .banking_services
    .left
    .representative_matters
    .con_finance {
    padding: 20px 0 20px 0px;
  }
  section.banking_financial
    .banking_services
    .left
    .representative_matters
    .con_finance
    h3:before {
    left: calc(100% - 127%);
  }
  .media_detiles_row {
    padding: 40px 0;
  }
  .media_detiles_row .media__row {
    max-width: 100%;
  }
  .media_detiles_row .media__row h2 {
    font-size: 26px;
  }
  .knowledge_detiles_row {
    padding: 40px 0;
  }
  .knowledge_detiles_row .inbriefs_rs .left_sr {
    padding: 0 20px 0 0;
  }
  .knowledge_detiles_row .inbriefs_rs .right_sr {
    padding: 0 0 0 20px;
  }
  .knowledge_detiles_row .inbriefs_rs .publications_custom .right_ct h3 {
    font-size: 20px;
  }
  .knowledge_detiles_row .inbriefs_rs .publications_custom .right_ct span {
    font-size: 16px;
  }
  .knowledge_detiles_row .inbriefs_rs h2 {
    font-size: 28px;
  }
  .sector_aviation {
    padding: 40px 0;
  }
  .sector_aviation .aviation_row .left {
    padding: 0 20px 0px 0;
  }
  .sector_aviation .aviation_row .right {
    padding: 0 0 0 20px;
  }
  .sector_aviation .aviation_row h2 {
    font-size: 28px;
  }
  .people_sec {
    padding: 40px 0;
  }
  .area_qualifications {
    padding: 0;
  }
  .area_qualifications .right_area {
    padding: 0 0 0 20px;
  }
  .area_qualifications .right_area h3 {
    font-size: 26px;
  }
  .area_qualifications .right_area ul li a {
    font-size: 17px;
  }
  .areas_expertise {
    margin: 0;
    padding: 20px 0;
  }
  .areas_expertise .expertise_area .right {
    padding: 0 0 0 20px;
  }
  .areas_expertise .expertise_area ul {
    padding: 0 0 20px;
  }
  .search_bar input {
    width: 100px;
    padding: 0 29px 0 10px;
  }
  footer.footar .footer-columns-wrap #footer-column-2 {
    padding: 0 20px;
  }
  footer.footar .footer-columns-wrap #footer-column-1 h2.widget-title {
    font-size: 20px;
  }
  footer.footar .footer-columns-wrap p img {
    width: 98px;
    margin: 48px 10px 0 0px;
  }
  .tab_about ul.tabs li {
    padding: 0 20px;
  }
  .years_ser .left {
    padding: 15px;
  }
  .years_ser .right {
    padding: 15px;
  }
  .years_ser .left h2 {
    max-width: 100%;
    font-size: 40px;
    padding: 0 0 20px;
  }
  .timeline_row .left_time .right_side_row {
    width: 100%;
    padding: 50px 15px;
  }
  .approach_custom .main_approach .left_app .app_content h2 {
    font-size: 28px;
    padding: 0 0 20px;
  }
  .approach_custom .main_approach .left_app .app_content {
    width: 100%;
    padding: 15px;
  }
  .approach_custom .main_approach .left_app {
    padding: 0 10px 0 0;
  }
  .quote_row h3 {
    font-size: 22px;
    padding: 0 0 0 20px;
  }
  .approach_custom .main_approach:nth-child(even) .left_app {
    padding: 0 0 0 20px;
  }
  .approach_custom .main_approach .left_app .app_content h4 {
    font-size: 20px;
  }
  .wrap_time_slider .slick-current .time_bx h4 {
    font-size: 26px;
  }
  .right_side_row:before {
    left: 16px;
    height: 43px;
  }
  /*.wrap_time_slider .time_bx { min-height: 226px; }*/
  .csr_about .left_rs {
    padding: 30px 15px;
  }
  .csr_about .left_rs h2 {
    font-size: 28px;
    padding: 0 0 10px;
  }
  .international_dev {
    padding: 40px 0;
  }
  .development_csr .grey_bg_content h6 {
    max-width: 100%;
  }
  .awards_detiles {
    padding: 40px 0;
  }
  .awards_detiles .awards_top h2 {
    font-size: 28px;
    padding: 0 0 20px;
  }
  .awards_detiles .awards_top h3 {
    max-width: 100%;
    font-size: 22px;
  }
  .awards_detiles .awards_middle .bx_awards {
    width: 50%;
  }
  .awards_detiles .awards_middle .bx_awards:nth-child(3n + 2) {
    width: 50%;
  }
  .awards_detiles .awards_middle .bx_awards:before {
    right: 25px;
  }
  .awards_detiles .awards_middle:after {
    right: 25px;
    background: white;
  }
  .career_opportunities .left {
    padding: 15px;
  }
  .career_opportunities .left h2 {
    font-size: 28px;
    padding: 0 0 20px;
  }
  .career_opportunities .left h3 {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .cv_send {
    padding: 20px 0 0;
  }
  .sumbit_cv input {
    width: 100%;
  }
  .sumbit_cv .cv_btn {
    width: 70%;
  }
  .sumbit_cv span {
    height: 50%;
    width: 100%;
  }
  .cv_send .right_cv h4 {
    font-size: 20px;
    max-width: 90%;
    width: 100%;
  }
  .cv_send .right_cv {
    padding: 0 0 0 10px;
  }
  .international_affiliates .affiliates .left {
    padding: 15px;
  }
  .international_affiliates .affiliates .left h2 {
    padding: 0 0 20px;
    font-size: 28px;
  }
  .international_affiliates .affiliates .left h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 28px;
    padding: 0 0 20px;
  }
  h3 {
    padding: 0 0 20px;
    font-size: 20px;
  }
  .what_others {
    padding: 40px 0;
  }
  .contact_information {
    padding: 40px 0;
  }
  section.contact_information h2 {
    font-size: 28px;
    padding: 0 0 30px;
  }
  .contact_information .contact_row .left_rs {
    padding: 0 20px 0 0;
  }
  .contact_information .contact_row .left_rs a {
    font-size: 16px;
  }
  .form_contact ul li:first-child div span {
    width: 38.5% !important;
  }
  #newsletter-popup li#field_1_5 > label {
    max-width: 100%;
  }
  #newsletter-popup .gform_footer.top_label {
    width: 86%;
  }
  .row_partners .bx_partners img {
    height: 200px;
  }
  .row_partners .bx_partners .name_detiles {
    padding: 20px 0;
  }
  .load_more_btn a {
    background-position: center;
    background-size: cover;
  }
  .timeline_row .right_time .wrap_time_img .since_img {
    width: 100% !important;
    height: 722px !important;
  }
}
@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .toggle_menu {
    display: block;
    margin: 0 30px 0 0; /*position: absolute;*/
    right: 16px;
    right: 16px;
    z-index: 1;
    background: transparent;
    border: 1px solid rgb(151 151 151 / 0.21);
    padding: 0 15px;
    border-radius: 4px;
  }
  button.toggle_menu span {
    width: 22px;
    height: 1px;
    display: block;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    transition: all 500ms ease-in-out;
  }
  button.toggle_menu span.one {
  }
  button.toggle_menu span.two {
    margin-top: 5px;
  }
  button.toggle_menu span.three {
    margin-top: 5px;
  }
  ul.menu_tg {
    position: absolute;
    top: 100%;
    background: #12284b;
    width: 100%;
    left: 0;
    z-index: 5;
    display: none;
  }
  button.toggle_menu.active span.two {
    display: none;
  }
  button.toggle_menu.active span.one {
    transform: rotate(45deg);
    position: relative;
    top: 2px;
  }
  button.toggle_menu.active span.three {
    transform: rotate(-45deg);
    top: -4px;
    position: relative;
  }
  ul.menu_tg li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(151 151 151 / 0.21);
  }
  ul.menu_tg li a {
    width: 100%;
    padding: 10px !important;
  }
  header.header .main_header .menu_right .menu li input {
    width: 90%;
  }

  ul.menu_tg.show {
    display: block;
  }
  header.header .main_header .menu_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header.header .main_header .menu_right .contact_bt,
  header.header.sticky .main_header .menu_right .contact_bt {
    padding: 0 20px 0px 0;
    margin: 0;
    border: 0;
  }
  .people_search .serch_name_bar .left {
    width: 100%;
    padding: 15px;
  }
  .people_search .serch_name_bar .right {
    width: 100%;
    padding: 0 0 20px;
  }
  .people_search .serch_name_bar .right .location_search {
    flex-wrap: wrap;
    padding: 0;
  }
  .people_search .serch_name_bar .right .location_search .box_div {
    width: 100%;
    border: 0;
  }
  section.people_search:before {
    opacity: 0;
  }
  .people_search .serch_name_bar .right .location_search .box_div input,
  .people_search .serch_name_bar .right .location_search .box_div select {
    width: 100%;
    padding: 0;
  }
  .people_search .serch_name_bar .right .location_search .box_div select {
    background-position: 100% 50%;
  }
  section.contact_middle .contact_bx {
    flex-wrap: wrap;
  }
  section.contact_middle .contact_bx .left,
  .contact_bx .right {
    width: 100%;
  }
  section.contact_middle .contact_bx .left {
    padding: 30px;
  }
  section.contact_middle .contact_bx .left h3 {
    font-size: 24px;
  }
  section.contact_middle .contact_bx .left p {
    font-size: 16px;
  }
  section.contact_middle .contact_bx .right img,
  .contact_bx .right {
    height: 250px;
  }
  section.knowledge .knowledge_middle .left {
    width: 100%;
    padding: 0;
  }
  section.knowledge .knowledge_middle .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .knowledge_middle a {
    font-size: 24px;
  }
  section.knowledge .knowledge_middle .left img {
    margin: 20px 0;
  }
  section.subscribe_our p {
    font-size: 24px;
  }
  section.all_pages_banner h2 {
    font-size: 30px;
    padding: 0 0 20px;
  }
  section.all_pages_banner p {
    font-size: 16px;
  }
  .media_contact .left {
    width: 100%;
  }
  .media_contact .right {
    width: 100%;
    min-height: 300px;
  }
  .media_coverage {
    margin: 30px 0 0;
    padding: 30px 0;
  }
  .coverage_content .left {
    width: 100%;
    padding: 0;
  }
  .coverage_content .right {
    width: 100%;
    padding: 30px 0 0;
  }
  section.banking_financial .banking_services .left {
    width: 100%;
    padding: 0;
  }
  section.banking_financial .banking_services .left h2 {
    font-size: 24px;
  }
  .partner-profiles .profile_detile_partner .par_bx {
    width: 100%;
    padding: 0 0 20px;
  }
  .partner-profiles .profile_detile_partner {
    margin: 0;
  }
  .partner-profiles .profile_detile_partner .par_bx img {
    height: auto;
  }
  .partner-profiles .profile_detile_partner .par_bx h6 {
    font-size: 20px;
  }
  .partner-profiles .profile_detile_partner .par_bx span {
    font-size: 16px;
  }
  section.banking_financial
    .banking_services
    .left
    .representative_matters
    .con_finance
    h3:before {
    left: calc(100% - 140%);
  }
  section.banking_financial .banking_services .right {
    padding: 0;
    width: 100%;
  }
  .media__row .safety_magazine .media_poppup {
    margin: 0;
    flex-wrap: wrap;
  }
  .media__row .safety_magazine .media_poppup .bx_media {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .media__row .safety_magazine .media_poppup .bx_media .play__video {
    width: 100%;
  }
  .media__row .safety_magazine {
    padding: 20px 0;
  }
  .media__row .pdf_content {
    justify-content: center;
  }
  .media__row .pdf_content .right_rs {
    padding: 30px 0 0;
  }
  section.khowledge_fillter .fillter_row .left {
    width: 100%;
  }
  section.khowledge_fillter:before {
    opacity: 0;
  }
  section.khowledge_fillter .fillter_row .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  section.khowledge_fillter .fillter_row .left h3 {
    padding: 20px 0;
  }
  .knowledge_detiles_row .inbriefs_rs .left_sr {
    width: 100%;
    padding: 0;
  }
  .knowledge_detiles_row .inbriefs_rs .right_sr {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .knowledge_detiles_row .inbriefs_rs h2 {
    padding: 0 0 10px;
  }
  header.header .main_header .menu_right .contact_bt a {
    width: 120px;
  }
  .sector_aviation .aviation_row .left {
    width: 100%;
    padding: 0 0 30px;
  }
  .sector_aviation .aviation_row .right {
    width: 100%;
    padding: 0;
  }
  .people_sec .people_detiles .left_peo {
    width: 100%;
    padding: 0;
  }
  .area_qualifications .left_area {
    width: 100%;
  }
  .area_qualifications .left_area img {
    height: auto;
  }
  .area_qualifications .right_area {
    padding: 0;
    width: 100%;
  }
  .people_sec .people_detiles .right_peo {
    width: 100%;
    padding: 40px 0 0;
  }
  .search_bar i {
    top: 25px !important;
    right: -30px;
    z-index: 1000;
  }
  header.header .main_header .menu_right .menu .search_bar.search_form_wrap {
    position: absolute;
  }
  .search_bar input {
    display: none;
  }
  .search_bar input.show {
    display: block;
    position: absolute;
    top: 60px;
    z-index: 1000;
    right: calc(100% - 90px);
    background: #ffffff;
    opacity: 1;
    width: 320px;
    color: #12284b;
    box-shadow: 0 0 6px 0px #bdbdbd;
    border-radius: 4px;
  }
  section.about_wrapper .left {
    width: 100%;
  }
  section.about_wrapper .right {
    padding: 10px 0 0;
    width: 100%;
  }
  section.about_wrapper .right p {
    padding: 5px 0;
  }
  .international_networks .networks_img img {
    width: 100%;
    margin: 0 auto;
  }
  section.latest_publications .publications a {
    width: 100%;
    padding: 0;
  }
  footer.footar .footer-columns-wrap {
    padding: 40px 0;
  }
  footer.footar .footer-columns-wrap #footer-column-1,
  footer.footar .footer-columns-wrap #footer-column-2,
  footer.footar .footer-columns-wrap #footer-column-3 {
    width: 100%;
    padding: 10px 0;
  }
  footer.footar .footer-columns-wrap p img {
    width: 150px;
    margin: 20px 10px 0 0;
  }
  section.latest_publications a.more-publication {
    min-width: 100%;
  }
  footer.footar .footer-bottom {
    flex-wrap: wrap;
    text-align: center;
  }
  footer.footar .footer-bottom .footer-social-wrap {
    width: 100%;
    justify-content: center;
  }
  .tab_about ul.tabs li {
    width: 49%;
    padding: 5px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0;
  }
  .years_ser .left,
  .years_ser .right {
    width: 100%;
    padding: 5px 0 25px;
  }
  .years_ser .left h2 {
    font-size: 28px;
  }
  .timeline_row .left_time .right_side_row {
  }
  .timeline_row .left_time,
  .timeline_row .right_time {
    width: 100%;
  }
  .timeline_row .right_time {
    min-height: 400px;
  }
  .approach_custom .main_approach .left_app,
  .approach_custom .main_approach .right_app {
    width: 100%;
    padding: 0;
  }
  .approach_custom .main_approach {
    flex-wrap: wrap;
    min-height: auto;
  }
  .approach_custom .main_approach:nth-child(even) .left_app .app_content {
    padding: 0 15px 0 0;
  }
  .approach_custom .main_approach .right_app {
    min-height: 400px;
  }
  .approach_custom .main_approach:nth-child(even) .left_app {
    padding: 0;
  }
  .approach_custom .main_approach .left_app .app_content {
    padding: 0;
  }
  .approach_custom .main_approach .left_app {
    padding: 15px !important;
  }
  .csr_about .left_rs {
    width: 100%;
  }
  .csr_about .right_rs {
    min-height: 400px;
    width: 100%;
  }
  .video_csr span {
    display: block;
    padding: 10px 0;
  }
  .video_csr i {
    width: 80px;
    height: 80px;
    line-height: 73px;
    font-size: 25px;
  }
  .international_dev .development_csr .left:before {
    width: 90%;
  }
  .international_dev .development_csr .right .fin_content .left_fin,
  .international_dev .development_csr .right .fin_content .right_fin {
    width: 100%;
  }
  .development_csr .finance_img img {
    height: auto;
  }
  .development_csr .grey_bg_content {
    padding: 30px 10px;
  }
  .development_csr .grey_bg_content h6 {
    font-size: 18px;
  }
  .awards_detiles .awards_top h3 {
    font-size: 20px;
  }
  .awards_detiles .awards_middle {
    padding: 30px 0 0;
  }
  .awards_detiles .awards_middle .bx_awards {
    width: 100%;
    margin: 0 0 30px 0px;
  }
  .awards_detiles .awards_middle .bx_awards .right {
    padding-right: 0;
  }
  .awards_detiles .awards_middle .bx_awards:before {
    opacity: 0;
  }
  .awards_detiles .awards_middle .bx_awards:nth-child(3n + 2) {
    width: 100%;
  }
  .tab_about ul.tabs li.current {
    font-weight: 700;
    border-bottom: 1px solid #363636;
    background: rgb(54 54 54 / 0.1);
  }
  .career_opportunities .left,
  .career_opportunities .right {
    width: 100%;
  }
  .career_opportunities .right {
    min-height: 400px;
  }
  .international_affiliates .affiliates .left,
  .international_affiliates .affiliates .right {
    width: 100%;
  }
  .international_affiliates .affiliates .right {
    min-height: 400px;
  }
  .what_others .say_other img {
    height: auto;
  }
  .what_others .say_other {
    padding: 20px 0;
  }
  .what_others .others_say .left .testimonials_bx {
    padding: 20px 0;
  }
  .what_others .others_say .left {
    width: 100%;
  }
  .contact_information .contact_row .left_rs {
    width: 100%;
    padding: 0 0 20px;
  }
  .contact_information .contact_row .right_rs {
    width: 100%;
  }
  .form_contact ul li:first-child div span,
  .form_contact ul li:first-child div span.name_prefix_select {
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .form_contact ul li:first-child div span:last-child {
    margin: 0 !important;
  }
  .newsletter-header {
    padding: 30px;
  }
  .newsletter-header h3 {
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
    padding: 0 0 10px;
  }
  .newsletter-header p {
    width: 100%;
  }
  #newsletter-popup form {
    padding: 10px 30px;
  }
  #newsletter-popup form ul > li:first-child,
  #newsletter-popup form ul > li:nth-child(2),
  #newsletter-popup form ul > li:nth-child(3),
  #newsletter-popup form ul > li:nth-child(4),
  #newsletter-popup form ul > li:nth-child(5) {
    width: 100%;
  }
  #newsletter-popup li#field_1_5 {
    position: inherit;
    padding: 0;
  }
  #newsletter-popup .ginput_container.ginput_container_checkbox {
    width: 100%;
  }
  .row_partners .bx_partners {
    width: 100%;
  }
  .row_partners .bx_partners img {
    height: auto;
  }
  .search_bar:before {
    opacity: 0;
  }
  .banner__slide {
    min-height: 350px;
  }
  .banner__slide h1 {
    font-size: 22px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0;
  }
  .contact_bx .right iframe {
    width: 100%;
    height: 251px;
  }
  .home_banner_row section.people_search {
    position: inherit;
  }
  .banner_hero .slick-arrow {
    top: 50%;
  }
  /**7-10-2020**/
  .img_video.video video {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .img_video.youtube iframe {
    width: 100%;
    height: 350px !important;
  }
  .timeline_row .right_time .wrap_time_img .since_img {
    width: 100% !important;
    height: 350px !important;
  }
  section.latest_publications .publications {
    grid-template-columns: 1fr 1fr;
  }
  section.latest_publications.row_latest_publications h1.page-title {
    font-size: 21px;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .search_bar i {
    right: 20px;
  }
}
@media (max-width: 560px) {
  section.latest_publications .publications {
    grid-template-columns: 1fr;
  }
}

/**responsive-css***/
@media only screen and (max-width: 767px) {
}

/***end***/

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #12284b;
}

::selection {
  color: #ffffff;
  background: #12284b;
}

/*******19-10-2020*******/
section.knowledge .knowledge_middle h2 {
  padding-bottom: 17px;
}
section.latest_publications .publications .bx_public .white__bx {
  min-height: 226px;
	margin-bottom:10px;
}
section.knowledge .knowledge_middle .left p.post-publisher-name {
  font-size: 18px;
  font-weight: 600;
}
section.knowledge .knowledge_middle .left p.post-date {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  section.latest_publications .publications .bx_public .white__bx {
    min-height: unset;
  }
}

/*13-01-2021*/
ul li {
  list-style-type: disc;
}

/*28-01-2021*/
.single.single-people .people_sec ul li,
.page-template-expertise-template.page-template-templatesexpertise-template-php
  ul
  li,
.tax-practices .acc__panel ul li,
.tax-sectors .acc__panel ul li {
  list-style-type: none;
}
.privacy-policy h1,
.page-id-112 h1 {
  font-family: Merriweather;
  font-size: 42px;
  font-weight: 400;
  padding: 0 0 30px;
  color: #12284b;
}
.privacy-policy .site-main,
.page-id-112 .site-main {
  max-width: 1170px;
  padding: 0 15px;
  margin: 10px auto;
}
.privacy-policy article.status-publish {
  margin-top: 25px;
  margin-bottom: 60px;
}
.privacy-policy ul li,
.privacy-policy p {
  font-size: 16px;
}
.privacy-policy ul {
  margin-left: 15px;
}
/*.area_qualifications .right_area{width: 100%; padding: 30px 0;}*/
.single.single-people .area_qualifications .right_area {
  padding-left: 20px;
}
.single.single-people .area_qualifications {
  padding: 0 20px 0 0;
}
.single.single-people .area_qualifications .right_area ul li a {
  font-size: 22px;
}

@media (max-width: 991px) {
  .single.single-people .area_qualifications {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .privacy-policy h1 {
    font-size: 38px;
    padding-bottom: 0;
  }
  .area_qualifications .right_area {
    padding: 20px 0;
  }
  .single.single-people .area_qualifications .right_area {
    padding-left: 0;
  }
}

/*18-02-2021*/
.single-people .people_sec .people_detiles .right_peo ul li {
  list-style-type: disc;
}
.sumbit_cv .gform_wrapper .gform_body ul li#field_3_2 span {
  height: 60px;
}
.sumbit_cv #field_3_2 span {
  top: inherit;
  bottom: 0;
}
.sumbit_cv .gform_wrapper .gform_body ul li#field_3_1 {
  margin-top: 8px !important;
}
.sumbit_cv .gform_wrapper .gform_body ul li#field_3_4 div.ginput_container {
  margin-top: 0;
}
.sumbit_cv
  .gform_wrapper
  .field_sublabel_hidden_label#field_3_4
  .ginput_complex.ginput_container
  input[type="text"] {
  margin-bottom: 0;
}
.sumbit_cv
  .gform_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield#field_3_4
  span.name_first,
.sumbit_cv
  .gform_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield.gfield#field_3_4
  span.name_last {
  padding-top: 0;
}
.sumbit_cv .gform_wrapper .gform_footer.top_label {
  display: flex;
  align-items: flex-end;
}
.international_dev .development_csr {
  margin-bottom: 70px;
}
.sumbit_cv .gform_wrapper .gform_footer.top_label {
  width: 100%;
  margin-top: 15px;
}
.sumbit_cv .gform_wrapper .gform_body {
  width: 100%;
}
.sumbit_cv #field_3_1 .validation_message {
  position: absolute;
  bottom: -30px;
}
.sumbit_cv #field_3_1 {
  margin-bottom: 20px !important;
  min-height: 60px;
}
/*#gform_preview_3_1{display: none;}*/
.tab-link.current-menu-item {
  font-weight: 700 !important;
}
