html {
  scroll-behavior: smooth;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000;
  background: #f16022;
  overflow-x: hidden;
  font-weight: 500;
}

.pad {
  padding: 0;
}

.mar {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

a:focus {
  outline: none;
  color: #fff;
}

b,
strong {
  font-weight: 700;
}

button {
  outline: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin-bottom: 0;
  line-height: 30px;
}

a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #f15a22;
}
.pdd {
  padding: 0;
}
.mar {
  margin: 0;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.container2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.container3 {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 60px;
}

header {
  width: 100%;
  float: left;
  padding: 25px 0px;
  background: #fff;
  position: relative;
}

.logo {
  width: 100%;
  float: left;
  text-align: center;
}

nav {
  width: 100%;
  float: left;
}

nav ul {
  text-align: center;
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 10px 0 10px;
}

nav ul li a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.menu2 a {
  position: relative;
}
.menu2 a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
.menu2 a:hover::before {
  transform: scale3d(1, 1, 1);
}
.menu-2 a::before {
  background: #f16022;
  transform-origin: 100% 50%;
}
.menu-2 a:hover::before {
  transform-origin: 0 50%;
}

.login_sec {
  position: absolute;
  right: 20px;
}

.login_sec button {
  background: #f16022;
  border: 0;
  padding: 5px 20px;
}

.login_sec:hover button {
  background: #f16022;
}
.modal-content {
  background: #f16022;
}
.modal-header {
  border: 0;
  padding-bottom: 0;
}

.btn-close {
  background: transparent url("../web_img/home/arrow.png") no-repeat;
  background-size: contain;
  opacity: 1;
  width: 0.5em;
  height: 0.5em;
}

.modal-body {
  text-align: center;
}

.modal-dialog {
  max-width: 65%;
}
.modal-body ul {
  padding: 25px 0px;
  text-align: center;
}
.modal-body ul li {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.modal-body ul li a {
  color: #fff;
}

.modal-body ul li a:hover {
  color: #fff;
}

.modal-body ul li a h4 {
  font-weight: 500;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 22px;
}

.main {
  width: 100%;
  float: left;
  position: relative;
}
.main:before {
  content: "";
  position: absolute;
  top: -160px;
  width: 100%;
  height: 165px;
  background: url("../web_img/home/border.png") no-repeat;
}

.home_section1 {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.home_sec1_left {
  padding: 70px 60px 0 60px;
}

.home_sec1_left h2,
h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  color: #fff;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.home_sec1_left p {
  text-align: justify;
  color: #fff;
  padding-bottom: 20px;
}

.home_section2 {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.home_sec2_top {
  padding-top: 20px;
}
.home_sec2_top p {
  text-align: justify;
  color: #fff;
}

.home_section3 {
  width: 100%;
  float: left;
}

.home_sec3_bottom {
  padding: 0;
}

.home_sec3_bottom ul li {
  width: 25%;
  float: left;
}

.city_sec {
  position: relative;
}

.city_sec_pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  height: 100%;
  width: 100%;
  transition: all 0.5s;
  text-align: center;
  display: table;
}

.city_sec_pos a {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 20px;
}

.city_sec_pos a p {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

.city_sec:hover .city_sec_pos {
  display: table;
  background: rgba(0, 0, 0, 0.4);
}

.about_section2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_sec2_left {
  text-align: center;
}

.about_sec2_left h3,
h3 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #fff;
  padding: 10px 0px;
  text-transform: uppercase;
}

.about_sec2_left p {
  color: #fff;
}

.about_section3 .home_sec1_left {
  padding-top: 0;
}

.home_sec1_right {
  float: right;
}

.home_sec1_right ul {
  float: left;
}

.home_sec1_right ul li {
  width: 50%;
  float: left;
  text-align: center;
}

.home_sec1_right ul li h4 {
  color: #fff;
  font-family: "Playfair Display", serif;
}

.about_section4 {
  width: 100%;
  float: left;
  padding: 30px 0px 50px;
}
.about_sec4_right {
  padding-top: 70px;
}
.about_sec4_right p {
  color: #fff;
  text-align: justify;
}

.our_section1 {
  width: 100%;
  float: left;
  padding: 50px 0px;
  text-align: center;
}

.our_section1 h2 {
  padding-bottom: 0;
}

.our_section1 p {
  color: #fff;
}
.our_sec1_top ul {
  text-align: center;
}
.our_sec1_top ul li {
  width: 18%;
  display: inline-block;
  vertical-align: middle;
}

.our_sec1_top ul li .our_sec1_bottom {
  padding-top: 20px;
}

.our_sec1_top ul li .our_sec1_bottom p {
  text-transform: uppercase;
  padding-top: 10px;
}
.our_section2 .about_sec4_right {
  padding-right: 25px;
}
.our_section2 .about_sec4_right p {
  padding-bottom: 20px;
  text-align: justify;
  text-transform: inherit;
  font-size: 20px;
}

.service_section1 {
  width: 100%;
  float: left;
  padding: 30px 0px;
}

.service_section1 p {
  color: #fff;
}

.our_section2 p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 22px;
}
.our_section2 .about_sec4_right ul {
  list-style: disc;
  padding-left: 20px;
}
.our_section2 .about_sec4_right ul li {
  padding-bottom: 20px;
  color: #fff;
  text-align: justify;
}

.service_section4 {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

.service_sec4_bottom h4 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.nigeria_section1 {
  padding-bottom: 30px;
}
.nigeria_section1 .home_sec1_left {
  padding-top: 0;
}

.pdf_sec_main {
  width: 100%;
  float: left;
}
.pdf_sec_main li {
  border: 1px solid #fff;
  float: left;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.pdf_sec_main li .pdf_sec_part p {
  width: auto;
  float: left;
  padding-bottom: 0;
}

.pdf_sec_main li .pdf_sec_part img {
  float: right;
  border-left: 2px solid #fff;
  padding-left: 20px;
  padding-top: 0;
}

.nigeria_section1 img {
  padding-top: 15px;
}

.contact_section1 {
  width: 100%;
  float: left;
  padding-top: 30px;
}

.contact_sec1_bottom {
  text-align: center;
  padding-bottom: 30px;
}

.contact_sec1_bottom h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-top: 5px;
  text-transform: uppercase;
}

.contact_sec1_bottom p {
  color: #fff;
}

.contact_section2 {
  width: 100%;
  float: left;
  padding: 20px 0 30px;
}

.contact_section2 ul li {
  width: 33.33%;
  float: left;
  padding-top: 20px;
}

.contact_section2 ul li .contact_details h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-top: 5px;
  text-transform: uppercase;
}

.contact_section2 ul li .contact_details a {
  color: #fff;
}

.contact_section3 {
  width: 100%;
  float: left;
}

footer {
  width: 100%;
  float: left;
  background: #282928;
  padding: 30px 0px;
}

.footer_left {
  float: left;
}

.footer_left p {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

.footer_left p:last-child {
  padding-bottom: 0;
}

.footer_left p img {
  width: 31px;
  float: left;
  padding-right: 10px;
  vertical-align: middle;
}

.footer_left p span,
.footer_left p a {
  width: auto;
  float: left;
  color: #fff;
  vertical-align: top;
  font-size: 18px;
}

.footer_bottom {
  width: 100%;
  float: left;
  padding: 15px 0;
  background: #fff;
}

.footer_bottom_left p a {
  color: #f16022;
  font-weight: 700;
}

.map_section1 {
  width: 100%;
  float: left;
  padding: 20px 0px 0px;
}

.map_sec1_left {
  padding-bottom: 25px;
}
.map_sec1_left h4 {
  color: #fff;
  padding-bottom: 10px;
}
.map_sec1_left ul {
  list-style: disc;
  padding-left: 20px;
}
.map_sec1_left ul li {
  color: #fff;
}

.service_4 {
  padding: 0 60px;
}

.about_section1 .home_sec1_left {
  padding: 0px 60px 0 40px;
}

.nigeria_section1 .home_sec1_left {
  padding: 0px 60px 0 40px;
}

.our_values_4 img {
  width: 350px;
}

.value_section2 {
  padding-top: 20px;
}

.value_section2 p {
  padding-bottom: 20px;
}

.global-map {
  position: relative;
}

.global-map .spot {
  position: absolute;
  width: 28px;
  height: 58px;
  background: url(../web_img/presense/icon1.png);
  transform: scale(0.8);
  z-index: 99999;
}

.global-map .spot-3,
.global-map .spot-14,
.global-map .spot-11 {
  background: url(../web_img/presense/icon1.png);
}

.global-map .spot-1 {
  left: 273px;
  top: 150px;
  position: absolute;
}

.global-map .spot-2 {
  left: 238px;
  top: 115px;
  position: absolute;
}

.global-map .spot-3 {
  left: 212px;
  top: 200px;
  position: absolute;
}

.global-map .spot-4 {
  left: 238px;
  top: 190px;
  position: absolute;
}

.global-map .spot-5 {
  left: 361px;
  top: 250px;
  position: absolute;
}

.global-map .spot-6 {
  left: 310px;
  top: 368px;
  position: absolute;
}

.global-map .spot-7 {
  left: 490px;
  top: 360px;
  position: absolute;
}

.global-map .spot-8 {
  left: 360px;
  top: 505px;
  position: absolute;
}

.global-map .spot-9 {
  left: 295px;
  top: 660px;
  position: absolute;
}

.global-map .spot-10 {
  left: 217px;
  top: 680px;
  position: absolute;
}

.global-map .spot-11 {
  left: 185px;
  top: 580px;
  position: absolute;
}

.global-map .spot-12 {
  left: 190px;
  top: 460px;
  position: absolute;
}

.global-map .spot-13 {
  left: 102px;
  top: 355px;
  position: absolute;
}

.global-map .spot-14 {
  left: 130px;
  top: 275px;
  position: absolute;
}

.global-map .spot-15 {
  left: 179px;
  top: 150px;
  position: absolute;
}

.global-map .spot {
  -webkit-animation: blink 1s infinite !important;
  animation: blink 3s infinite !important;
}

.global-map .spot_main_sec2 {
  left: 35.8%;
  top: 18%;
}

.global-map .spot_main_sec3 {
  left: 31%;
  top: 13%;
}

.global-map .spot_main_sec4 {
  left: 26%;
  top: 28%;
}

.global-map .spot_main_sec5 {
  left: 30%;
  top: 25%;
}

.global-map .spot_main_sec6 {
  left: 44.5%;
  top: 33%;
}

.global-map .spot_main_sec7 {
  left: 39%;
  top: 47%;
}

.global-map .spot_main_sec8 {
  left: 59%;
  top: 47%;
}

.global-map .spot_main_sec9 {
  left: 44.5%;
  top: 63%;
}

.global-map .spot_main_sec10 {
  left: 36.5%;
  top: 82%;
}

.global-map .spot_main_sec11 {
  left: 27.8%;
  top: 83%;
}

.global-map .spot_main_sec12 {
  left: 24.3%;
  top: 71%;
}

.global-map .spot_main_sec13 {
  left: 24.8%;
  top: 57%;
}

.global-map .spot_main_sec14 {
  left: 14.2%;
  top: 45%;
}

.global-map .spot_main_sec15 {
  left: 11.7%;
  top: 38%;
}

.global-map .spot_main_sec16 {
  left: 10.7%;
  top: 21%;
}

.spot_main_sec2,
.spot_main_sec3,
.spot_main_sec4,
.spot_main_sec5,
.spot_main_sec6,
.spot_main_sec7,
.spot_main_sec8,
.spot_main_sec9,
.spot_main_sec10,
.spot_main_sec11,
.spot_main_sec12,
.spot_main_sec13,
.spot_main_sec14,
.spot_main_sec15,
.spot_main_sec16 {
  width: auto;
  position: absolute;
  left: 33%;
  top: 11%;
  display: block;
  z-index: 999;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 1px 20px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  text-align: center;
  border-radius: 15px;
}
