  /*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA 
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. sectors-services SECTION
  9. PRICING TABLE 
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@800&display=swap');
/* ==========================================================================
  2. GENERAL
  ========================================================================== */
body {
  font-family: 'Helvetica';
  color: #333 !important;
  font-size: 18px !important;
  font-weight: 400;
  background: #fff;
  line-height: 1.6 !important;
  overflow-x: hidden; 
  height: 100%;
 }

 body.modal-open {
  overflow-y: hidden !important;
  padding: 0px !important;
}

#wrappingBod{
  position: absolute;
    top: 0.5px;
    left: 0;
    right: 0;
    bottom: 0.5px;
    overflow-x: hidden; /* or any other value */
    overflow-y: auto; /* or any other value */
}
html {
  overflow-x: hidden; 
}


p {
  font-size: 18px;}

a:hover, a:focus {
  color: #A1F153; }

a {
  text-decoration:none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

h1, h2, h3, h4, h5 {
  font-family: 'Cinzel', serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px; }

h1{
  font-size: 42px !important;
} 
h2{
  font-size: 40px !important;
} 
h3{
  font-size: 32px !important;
} 
h4{
  font-size: 20px !important;
} 
h5{
  font-size: 18px !important;
} 
h6{
  font-size: 16px !important;
}  

ul {
  margin: 0;
  padding: 0; }
ul li {
  list-style: none;
  padding: 7px 15px;
   }

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

a:not([href]):not([tabindex]) {
  color: #fff; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #083d5f; }

hr {
    background-color: transparent !important;}
 
/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0; }

.section-header {
  margin-bottom: 40px;
  text-align: center; }

.section-header .section-title {
  margin-top: 0;
  font-weight: 600;
  color: #333;
  position: relative; }

  .section-header .section-title span {
    color: #083d5f; }

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-weight: 400; }

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 5px solid #A1F153;
  margin-top: 15px;
  margin-bottom: 30px;
  opacity: 0.8; }

@media (min-width:576px) {
 .container {
  max-width:540px !important;
 }
}
@media (min-width:768px) {
 .container {
  max-width:720px !important;
 }
}
@media (min-width:992px) {
 .container {
  max-width:960px !important;
 }
}
@media (min-width:1200px) {
 .container {
  max-width:1140px !important;
 }
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 16px;
  padding: 7px 25px !important;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block; }

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff; }

.btn-common {
  border: 1px solid #083d5f !important;
  background: #083d5f !important;
  position: relative;
  color: #fff !important;
  border-radius: 30px !important; }
  .btn-common:hover {
    color: #A1F153 !important;
    background: #2089AC;
    border-color: #2089AC;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out; }

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px; }
  .btn-border:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #2089AC; }

.btn-lg {
  padding: 16px 33px;
  text-transform: uppercase;
  font-size: 16px; }

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize; }
  .btn-rm i {
    vertical-align: middle; }

button:focus {
  outline: none !important; }

.clear {
  clear: both; }

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px; }

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-icons ul li {
  display: inline;
  padding: 0px !important; }

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px; }

.social-icons ul li a:hover {
  color: #A1F153; }

.facebook a {
  color: #4867AA; }

.facebook a:hover {
  background: #4867AA; }

.twitter a {
  color: #1DA1F2; }

.twitter a:hover {
  background: #1DA1F2; }

.google-plus a {
  color: #DD4D42; }

.google-plus a:hover {
  background: #DD4D42; }

.youtube a {
  color: #DF2926; }

.youtube a:hover {
  background: #DF2926; }

.linkedin a {
  color: #007BB6; }

.linkedin a:hover {
  background: #007BB6; }

.pinterest a {
  color: #BD081C; }

.pinterest a:hover {
  background: #BD081C; }

.dribbble a {
  color: #EA4C89; }

.dribbble a:hover {
  background: #EA4C89; }

.behance a {
  color: #0B7CFF; }

.behance a:hover {
  background: #0B7CFF; } 

/* ==========================================================================
2.4  Pre Loader
========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999; }

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #083d5f;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
  /* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 2; }

.back-to-top i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #083d5f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* ==========================================================================
   3. Navbar Style
   ========================================================================== */

.dropdown-menu a{
  color:#083d5f !important;
  padding: 0.4rem 1.2rem !important;
  font-size: 17px; }

.megasubmenu a{
  text-decoration: none;
  color:#083d5f !important; 
}
.dropdown-menu li{
  padding: 0px !important;
}
.megasubmenu li a {
    display: block;
    width: 100%;
    padding: .4rem 1.2rem !important;
    border-bottom: 0.5px solid #e9ecef;
    pointer-events: none;
  }
 .megasubmenu li a:hover{
  background-color: #e9ecef;
 }  
 .megasubmenu li a:active{
  background-color: #e9ecef !important;
 } 
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu .dropdown-toggle::after{
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }

  .megasubmenu{ 
    left:100%;
    top:0 !important;
    min-height: 100%; 
    width:400px !important;
  }
  
  .dropdown-menu > li:hover .megasubmenu, .dropdown:hover > .dropdown-menu{
    display: block;
  }
}

a.navbar-brand {
  padding: 0px;
}

.navigation {
  background-color: #fffa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar{
  padding: 10px 50px !important;
}
.navbar-nav .nav-item:last-child{
  margin-right: 20px;
}
.navigation.sticky {
  position: fixed !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); }

.navbar-toggler {
  padding: 0;
  cursor: pointer; }
.navbar-toggler .hide{
  display: none !important;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px; }
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0; }
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -8px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #aboutLink{
    pointer-events: none;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8; } }

.navbar-nav .nav-item{
  padding: 7px !important;
}
.navbar-nav .nav-item > a {
  color: #0e3e5e !important;
  padding: 6px 27px !important;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative; }

.navbar-nav .nav-item:hover > a, .navbar-nav .nav-item.active a {
  background-color: #0e3e5e;
  color: #A1F153 !important; 
  }
  .navbar-nav .nav-item:hover a::before, .navbar-nav .nav-item.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
.navbar-nav .nav-item.active > a, .navbar-nav .current > a{
  color: #fff !important;
  background: #083d5f !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item.active a {
      border-radius: 0; } }

.sticky .navbar-toggler .toggler-icon {
  background-color: #212121; }
.sticky .navbar-nav .nav-item a {
  color: #212121; }

/**New mobile-canvas navbar**/
body.offcanvas-active{
  overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
  height: 100%;
  width:0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
  z-index:10; 
  transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  
  .offcanvas-header{ display:block; }

  .mobile-offcanvas{ visibility: hidden; transform:translateX(-100%);
border-radius:0;  display:block; position: fixed; top: 0; left:0; height:
100%; z-index: 1200; width:60%; overflow-y: scroll; overflow-x: hidden;
transition: visibility .3s ease-in-out, transform .3s ease-in-out; }

  .mobile-offcanvas.show{
    visibility: visible;
      transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
    display: block;
  }

} 
  /* ==========================================================================
   4. Hero Area
   ========================================================================== */
#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 100vh; }

#hero-area .rowContent{
  display: block;
  height: 90vh !important;
}

#hero-area .contents h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px; }
#hero-area .contents p {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px; }
#hero-area .contents .btn {
  margin: 50px auto 0px;
  font-weight: bold;}

#carouselBanner .owl-item, #carouselBanner .item{
  display: flex; 
  height: 100vh;
  width: inherit;
  box-shadow:inset 0 0 0 2000px rgba(70, 70, 70, 0.6);
}
#carouselBanner #banner-1{
  background:url('../img/slider/hero_area_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: flex-end;
  align-content: revert;
  justify-content: center;
  object-fit: cover;
  margin: 0px !important;
}
#carouselBanner #banner-2{
  background:url('../img/slider/hero-area-new.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  align-items: flex-end;
  align-content: revert;
  justify-content: center;
  object-fit: cover;
  margin: 0px !important;
}

#carouselBanner #impLinks a{
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #fff5;
  border-radius: 50%;
  padding: 10px;
  margin: 20px 10px;
  width: 100px;
  height: 100px;
  transition: all 0.2s linear;
}
#carouselBanner #impLinks a:hover{
  background-color: #fff;
}
#carouselBanner #impLinks img{
  width: 80px;
}
#carouselBanner #impLinks a:hover img{
  transform: scale(1.1);
}
.owl-theme .owl-controls .owl-buttons div {
    top: 50%;
    margin: 10px;
    padding: 20px 2px;
    background: rgba(255, 255, 255, 0.38) !important;
}
#carouselBanner .owl-buttons {
  margin-top: -25%;
}
#carouselBanner .owl-buttons .owl-prev {
  left: 0 !important;
  position: absolute;
  justify-content: center;
  display: flex;
}
#carouselBanner .owl-buttons .owl-next {
  right: 0 !important;
  position: absolute;
  justify-content: center;
  display: flex;
}
/* ========================================================================
 4. News Section
 ==========================================================================*/

 .rowNews{
  padding: 10px;
  background: #292f35;
}
.rowNews .section-header {
  margin-bottom: 0px;
  text-align: left;
}

.rowNews .section-header .section-title {
  color: #fff;
  margin-bottom: 0px !important;
}

.newsScroller{
  height:35px;
  overflow:hidden;
}
.newsScroller ul{
  list-style:none;
  position:relative;
}
.newsScroller li{
  height:35px;
  text-align:center;
}

.newsScroller p{
  text-align:left;
  padding-top: 5px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
 }
  .newsScroller a{
    color: #fff;
  }
 .newsScroller a:hover{
  color: #A1F153;
}

/* ==========================================================================
 8. Quick enquiry modal
  ========================================================================== */
#btnCall, #btnMail, #btnWhatsapp{
  position: fixed;
  z-index: 99;
  right: -20px;
  padding: 7px 30px 40px 10px;
  height: 0px;
  background-color: #083d5f;
  border-radius: 30px;
}
#btnCall{
  bottom: 200px;
}
#btnMail{
  bottom: 150px;
}
#btnWhatsapp{
  bottom: 100px;
}

#btnCall img:hover, #btnMail img:hover, #btnWhatsapp img:hover{
  transform: rotate(25deg) scale(1.1);
  transition-duration: 5000;
  padding:4px 20px 0px 4px;
}
.popup-btn a{
bottom: 100px;
position: fixed;
left: -55px;
z-index: 99;
transform: rotate(-90deg);
padding: 10px 15px 35px;
height: 0px;
background-color: #A1F153;
color: #000;
}
.popup-btn a:hover{
color:#083d5f;
left: -50px;
}
.form-part{
padding: 20px 0px;
}

.modal-backdrop{
  display: none !important;
}
.modal-header{
  border-bottom: none !important;
  padding:0px !important;
}
.modal {
display: none;
position: fixed;
z-index: 999 !important;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
padding-top: 60px;
padding-right: 0px !important;
align-items: center;
justify-content: center;
}

.modal-body{
  padding: 1rem 2rem;
}

.modal-dialog {
  max-width: 700px !important;
  margin: 100px auto 0px !important;
}  

#enquiryForm{
  background-color: #fff;
}

.close {
position: absolute;
right:10px;
top:8px;
font-size: 35px;
font-weight: bold;
border-radius: 50%;
height: 30px;
width: 30px;
text-align: center;
}
.close:hover,
.close:focus {
cursor: pointer;
}
#msgSubmit{
  font-size: 18px;
  margin-top: 5px;
}
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}

form .has-error li{
  padding: 0px !important;
}

/* ==========================================================================
  Form section
   ========================================================================== */

form .form-control {
    border-color: #eee;
    border-radius: 0px;
    color: #333;
    background: #eee5;
  }
/**Remove Arrows/Spinners*/  
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/ 
  float: left;
  width: 100%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 9px;
  /*Adjust for position however you want*/ 
  top: 9px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */ 
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#resumeApplicant{
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.fileInput{
  text-align: center !important;
  margin-bottom: 50px;
}
.fileInput label {
  padding: 8px 30px !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  background: #A1F153 !important;
  position: relative;
  color: #000 !important;
  border-radius: 30px !important; 
  transition: all 0.1s linear;
}
.fileInput label:hover {
  color: #000 !important;
  transform: scale(0.97);
}
.fileInput .file-name {
  position: absolute;
  left: 0px;
  font-size: 0.85rem;
  color: #555;
  top: 50px;
  width: max-content;
}

/* ==========================================================================
  5. Services section
   ========================================================================== */
#sectors-services .sectorList .singleSector{
  padding: 20px 10px 20px;
  margin-bottom: -999px;
  padding-bottom: 999px;
  text-align: center;
}

#sectors-services .sectorList .singleSector .sectorIcon{
  background: #e9ecef;
  margin: 0 auto;
  border-radius: 75px;
  width: 150px;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#sectors-services .sectorList .singleSector:hover .sectorIcon{
  background: #A1F153;
  margin-top: -10px;
  margin-bottom: 10px;
}
#sectors-services .sectorList .singleSector:hover img{
  transform: scale(0.8);
}
#sectors-services .sectorList.row > [class*='col-'] {
  padding: 5px;
}

#sectors-services .sectorList .singleSector h5{
    color: #fff !important;
    padding: 15px 0 10px;
    background: #083d5f;
    margin-top: -10px;
    border-radius: 30px;
}
/* ==========================================================================
  6. about Section Style
   ========================================================================== */
#about {
  background: linear-gradient(
    rgba(256, 256, 256, .8),
    rgba(256, 256, 256, .8)),
    url(../img/about-bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;  
  position: relative; 
}
#about p{
  text-align: center;
}

#about .box-item{
  display: flex;
  justify-content: start;
  align-items: center;
}
#sectors-services .nav-tabs a{
  display: flex;
  justify-content: start;
  align-items: center;
}
#sectors-services .nav-tabs a{
  padding: 0px !important;
  border-radius: 50px !important;
}
#sectors-services .nav-tabs .text{
  padding: 0px 20px 0px;
}
#about .box-item .icon, #sectors-services .nav-tabs .icon {
  display: flex;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  position: relative;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#about .box-item .icon img{
  height: 64px;
  width: 64px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#about .box-item:hover .icon img, #sectors-services .nav-tabs a:hover .icon img{
  transform: scale(0.8);
}
#about .box-item:hover .icon, #sectors-services .nav-tabs a:hover .icon{
  background-color: #A1F153 !important;
}
#sectors-services .icon{
  background-color: #e9ecef !important;
}
#sectors-services .icon img {
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


#about .box-item .text {
  padding-left: 20px;
  max-width: 250px;
}

#about .box-item .text h4 {
  color: #083d5f;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
}

#about .box-item .text p {
  color: #555;
  font-size: 16px;
  text-align: left !important;
}

#about .show-box img {
  position: absolute;
  bottom: -120px;
}

#about .coreValues th{
  font-size: 20px;
  padding-right: 20px;
  vertical-align: top;
}
#about .coreValues td{
  padding-bottom: 15px;  
}
/* ==========================================================================
  14. News & updates Section
  ========================================================================== */
#news-insights .news-item-box{
  padding: 20px;
  background-color: #e9ecef;
  box-shadow: 0 0 5px #ddd;
  min-height: 380px;
  color: #333 !important;
}

#news-insights .news-item-box h4 {
    margin: -20px -20px 20px;
    background: #083d5f;
    padding: 10px 0;
    color:#A1F153;
    position: relative;
    text-align: center;
}
#news-insights .news-item-box h4::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #083d5f;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
}
#news-insights .news-item-box .official-logos{
  margin: auto;
  padding: 10px 0px 10px;
  text-align: center;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
#news-insights .news-item-box .official-logos img:hover{
  transform: scale(0.9);
}

#news-insights marquee a {
    border-bottom: 1px dashed #ccc;
    color: #000;
    display: block;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
}
#news-insights .hedingnews{
  font-weight: bold;
}
/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contactSection {
  background: #343a40;
  color: #fff !important;
  position: relative; 
  padding-left: 70px;
  padding-right: 70px;
}

#map {
  width: 100%;
  overflow: hidden;
  border: 2px solid #A1F153;
}

#map iframe{
  pointer-events: none;
  display: block;
  position: relative;
  pointer-events: none;
}

#map iframe.clicked{
  pointer-events: auto;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #fff;
  border-radius: 0px !important;
  color: #fff;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.form-control:focus {
  box-shadow: none;
  color: #fff;
  border-color: #083d5f;
  background: transparent;
  outline: none; }

.btn.disabled, .btn:disabled {
  opacity: 1; }

.text-danger {
  font-size: 14px;
  margin-top: 10px; }

.list-unstyled li {
  color: #d9534f; }

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #292f35;
  padding: 10px 0px;
  text-align: center;
  overflow: hidden;}

.copyright p {
  color: #ccc; 
  margin: auto;
  font-size: 16px;}
.copyright p a, .contact-address a {
  color: #A1F153; }
.copyright p a:hover, .contact-address a:hover {
  color: #ccc; }

/* ==========================================================================
 Team page
  ========================================================================== */
.singlePage{
  background:linear-gradient(
    rgba(256, 256, 256, .85),
    rgba(256, 256, 256, .85)),url(../img/abstract-bg.jpg);
  background-attachment: fixed;}

.singlePage .mainSection{
  margin-top: 80px;}

#team .section-header{
  color: #333 !important;
  text-align: left !important;
}
#team .showOnSmall{
  display: none;
}
#team .hideOnSmall{
  display: block;
}
#teamMembers .single-team{
  margin-bottom: 30px;
}
.hideOnSmall #teamFounder{
  position: fixed;
  background: #fff;
  text-align: center;
  max-width: 450px;
  overflow: hidden;
  transition:all 1s linear;
}
#team .founderDetails{
  padding: 20px 10px 20px;
  color: #fff;
  background-color:#083d5f;
  text-align: center;
}
#team .founderDetails a{
  color: #A1F153;
}
.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden; 
  padding: 0px 20px;}
.single-team img {
  width: 100%; }
.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.single-team .team-details {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px;
  background: #e9ecef;
  padding: 15px; 
}
  .single-team .team-details .team-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #333; }
  .single-team .team-details p {
    color: #333;
    margin-bottom: 0px !important; }

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 8px 8px -4px #ccc
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}
/* ==========================================================================
  Careers page
  ========================================================================== */
#careers .container{
  background:linear-gradient(rgb(255,255,255,0.7), rgb(255,255,255,0.7)), url('../img/career.jpg');
  background-size: cover;
  padding: 80px 60px 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}

/* ==========================================================================
  Sectors & Services page
  ========================================================================== */
.servicesBanner{
  background-image: url('../img/slider/hero_area_4.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  box-shadow:inset 0 0 0 2000px rgba(70, 70, 70, 0.2);
}

.singlePage #sectors-services .container{
  background: #fff;
  padding: 60px 40px 60px;
}
.singlePage #sectors-services .sectors-services-item{
  padding: 40px 20px;
  background: #f4f5f7;
  margin-left: 20px;
}

.singlePage #sectors-services #servicesSummary ul{
  padding-left: 0px !important;
}

#sectors-services .nav-tabs {
  text-align: center;
  display: grid;
  padding: 0px 0px 15px; 
  border-bottom: none;}

#sectors-services .nav-tabs li{
  padding: 0px !important;}

#sectors-services .nav-tabs .active {
  color: #083d5f !important;
  border-color: #083d5f;
  background: transparent !important; }
#sectors-services .nav-tabs .btn {
  text-transform: uppercase;
  margin-bottom: 10px; }
#sectors-services .nav-tabs:hover {
  cursor: pointer; }

#sectors-services #servicesSummary ul li {
  list-style-position: inside !important;
  list-style-image: url('../img/icons/right-arrow.png') !important;
  border-bottom: 1px solid aliceblue;
}
#sectors-services #servicesSummary ul li:nth-child(2n+1) {
  background: #e9ecef;
}

/* ==========================================================================
  13. Blog 
   ========================================================================== 
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear; }
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%; }
#blog .blog-item-img {
  position: relative; }
  #blog .blog-item-img img {
    width: 100%; }
#blog .blog-item-text {
  padding: 20px 0; }
  #blog .blog-item-text h3 {
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
    #blog .blog-item-text h3 a {
      color: #333; }
      #blog .blog-item-text h3 a:hover {
        color: #083d5f; }
  #blog .blog-item-text p {
    line-height: 25px;
    margin-bottom: 20px; }

.meta-tags {
  margin-bottom: 20px; }
  .meta-tags span {
    color: #999;
    margin-right: 10px; }
    .meta-tags span i {
      margin-right: 5px; }
    .meta-tags span a {
      color: #999; }
      .meta-tags span a:hover {
        color: #083d5f; }
**/

/*# sourceMappingURL=main.css.map */


