body {
  font-family: 'Montserrat', sans-serif;
}
.m-r-10 {
  margin-right: 10px;
}
.button-primary {
  background: #7daf43;
  border: 1px solid #7daf43;
  font-size: 12px;
  padding: 12px 20px;
  color: white;
  border-radius: 31px;
  min-width: 120px;
  cursor: pointer;
  font-weight: 500;
}
.button-primary:hover {
  color: white;
}
.title {
  font-size: 20px;
  color: black;
  position: relative;
  margin-bottom: 50px;
}
.title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #7daf43;
  left: 0;
  bottom: -10px;
}
.title.large:after {
  width: 120px;
}
.title.white {
  color: white;
  margin-bottom: 25px;
}
.title.white:after {
  background: white;
}
header {
  display: block;
  overflow: hidden;
  background: white;
}
header .navbar-dark .navbar-toggler-icon {
  background: url('../images/download.svg') no-repeat;
}
header .navbar-dark .navbar-brand {
  color: black;
}
header .navbar-dark .navbar-brand img {
  max-width: 60px;
}
header .navbar-dark .navbar-nav .active > .nav-link {
  color: blue;
}
header .navbar-dark .navbar-nav .nav-link {
  color: black;
  margin-right: 12px;
}
header .navbar-dark .navbar-nav .nav-link:hover {
  color: blue;
}
header .search {
  display: inline-block;
  position: relative;
}
header .search input {
  padding: 5px 5px 5px 40px;
  border-radius: 25px;
}
header .search .searchicon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.banner {
  display: block;
  height: calc(100vh - 60px);
  overflow: hidden;
  background: url(../images/hero.png);
  background-size: cover;
}
.banner .bannercontent {
  position: relative;
  height: calc(100vh - 60px);
  padding: 45px;
  font-size: 18px;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  max-width: 85%;
}
.banner .bannercontent:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(100vh - 60px) 100px 0 0;
  border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
}
.banner .bannercontent .information {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  min-width: 800px;
}
.banner .bannercontent .information h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner .bannercontent .information p {
  margin-bottom: 30px;
  max-width: 80%;
  font-size: 16px;
}
.aboutus {
  display: block;
  overflow: hidden;
  padding: 60px 15px;
}
.aboutus p {
  margin-bottom: 24px;
}
.vision {
  display: block;
  overflow: hidden;
  padding: 0px 0 20px;
}
.vision .content {
  background: #1f84c7;
  border-radius: 10px;
  padding: 25px;
  display: block;
  overflow: hidden;
  margin: 0 15px;
}
.vision .content .item {
  width: calc(50% - 1px);
  padding-left: 50px;
  float: left;
}
.vision .content .item p {
  color: white;
}
.vision .content .item:first-child {
  border-right: 1px solid white;
  padding-right: 50px;
  padding-left: 0px;
}
.why {
  display: block;
  overflow: hidden;
  padding: 60px 15px;
}
.why .details {
  display: block;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  margin-top: 15px;
}
.why .details .badge {
  border: 1px solid #7daf43;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #fafbf9;
  line-height: 50px;
}
.why .details .badge img {
  max-width: 25px;
}
.why .details .info {
  border: 1px solid #7daf43;
  width: 100%;
  padding: 20px 20px;
  border-radius: 50px;
  margin-top: -18px;
}
.why .details .info h5 {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}
.careers {
  display: block;
  overflow: hidden;
  background: url(../images/whyig.png);
  background-size: cover;
}
.careers .details {
  float: right;
  display: flex;
  justify-content: center;
  height: 500px;
  flex-direction: column;
  background: rgba(0, 0, 0, .5);
  padding: 0 4%;
  width: 26%;
  text-align: left;
}
.careers .details p {
  color: white;
  margin-bottom: 0;
}
.careers .details p.count {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
}
.partners {
  display: block;
  overflow: hidden;
  padding: 35px 15px 60px 15px;
  text-align: center;
  box-shadow: 0px 1px 2px 2px #ccc;
}
.partners h3 {
  font-size: 20px;
  margin-bottom: 60px;
}
.partners .img-responsive {
  max-width: 100%;
}
.partners .item {
  width: 20%;
  float: left;
  padding: 5px 10px;
}
.partners .indicators {
  bottom: -20px;
}
.partners .indicators li {
  background: #dbdbdb;
}
.partners .indicators li.active {
  background: #727272;
}
.services {
  display: block;
  overflow: hidden;
  padding: 50px 15px;
}
.services .content {
  float: left;
  border: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 30px 15px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 2px #ccc;
  -webkit-box-shadow: 0px 2px 4px 2px #ccc;
  -moz-box-shadow: 0px 2px 4px 2px #ccc;
}
.services .content p {
  text-align: left;
  font-size: 14px;
  color: #323130;
  line-height: 24px;
  margin: 0;
}
.services .content h3 {
  font-size: 18px;
  color: #1f84c7;
  text-align: left;
}
.services .navigations {
  background: rgba(0, 0, 0, .5);
  width: 50px;
  height: 80px;
  color: white;
}
.services .navigations.left {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.services .navigations.right {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.services .MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.services .MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
  display: flex;
}
.services .MultiCarousel .MultiCarousel-inner .item {
  float: left;
  flex: 1;
}
.services .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 20px;
  margin: 10px;
  background: #fff;
  color: #666;
  min-height: 280px;
  height: 100%;
}
.services .MultiCarousel .leftLst, .services .MultiCarousel .rightLst {
  position: absolute;
  top: calc(50% - 20px);
}
.services .MultiCarousel .leftLst {
  left: 0;
}
.services .MultiCarousel .rightLst {
  right: 0;
}
.services .MultiCarousel .leftLst.over, .services .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
  display: none;
}
.blog {
  display: block;
  overflow: hidden;
  padding: 50px 15px;
}
.blog .item {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.blog .item .picture {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.blog .item .picture img {
  width: 100%;
}
.blog .item .details {
  width: calc(100% - 230px);
  float: right;
}
.blog .item .details h4 {
  font-size: 18px;
  font-weight: 600;
}
.team {
  display: block;
  overflow: hidden;
  padding: 40px 15px;
  background: #1f84c7;
}
.team p {
  color: white;
  margin-bottom: 30px;
}
footer {
  display: block;
  overflow: hidden;
  padding: 30px 15px;
  background: #424242;
}
footer h4 {
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
}
footer .contactinfo {
  display: block;
}
footer .contactinfo p {
  color: white;
  margin-bottom: 20px;
  font-size: 14px;
}
footer .contactinfo strong {
  color: white;
}
footer .contactinfo ul {
  margin: 0;
  padding: 0;
}
footer .contactinfo ul li {
  display: inline-block;
  overflow: hidden;
}
footer .contactinfo ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
}
footer .contactinfo ul li a:hover {
  color: white;
}
footer .quicklinks ul {
  margin: 0;
  padding: 0;
}
footer .quicklinks ul li {
  display: block;
  overflow: hidden;
}
footer .quicklinks ul li a {
  color: white;
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
}
footer .subscribe .details {
  margin-top: 15px;
  background: #6a6a6a;
  padding: 20px;
  border-radius: 5px;
}
footer .subscribe .details p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
footer .subscribe .details input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
footer .subscribe .details .subscribe {
  width: 100%;
  padding: 8px;
  text-align: center;
  background: #a3a3a3;
  color: white;
  border: 0;
}
.innerpages-banner {
  display: block;
  overflow: hidden;
  background: #63b4b1;
  height: 270px;
}
.innerpages-banner.services {
  background-image: url(../images/serv-banner.png);
  background-size: cover;
  padding: 0;
}
.innerpages-banner.contact {
  background-image: url(../images/contact-banner.png);
  background-size: cover;
  padding: 0;
}
.innerpages-banner.about {
  background-image: url(../images/about-banner.png);
  background-size: cover;
  padding: 0;
  background-position: bottom center;
}
.innerpages-banner.news {
  background-image: url(../images/newsbanner.png);
  background-size: cover;
  padding: 0;
  background-position: bottom center;
}
.innerpages-banner.jobs {
  background-image: url(../images/jobsbanner.png);
  background-size: cover;
  padding: 0;
  background-position: bottom center;
}
.innerpages-banner .details {
  position: relative;
  height: 100%;
  width: 33%;
  padding: 30px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}
.innerpages-banner .details:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 255px 100px 0 0;
  border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
}
.innerpages-banner .details h3 {
  margin-top: 30px;
  font-weight: 600;
}
.innerpages-banner .details p {
  margin-top: 80px;
}
.contactus {
  display: block;
  overflow: hidden;
  padding: 50px 15px;
}
.contactus .details .address {
  background: rgba(31, 132, 199, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.contactus .details .address h5 {
  color: #1f84c7;
}
.contactus .details .form-control {
  border: 1px solid #979797;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
}
.contactus .details .form-control.message {
  background: #e4e4e4;
  border: 0;
}
.desc {
  display: block;
  padding: 30px;
}
.jobsearch {
  display: block;
  padding: 15px 30px;
}
.jobsearch .content {
  background: #1f84c7;
  border-radius: 10px;
  padding: 45px 15px;
  display: block;
  overflow: hidden;
}
.jobsearch .content input:is(.jobtitle, .location) {
  width: calc((100% - 160px) / 2);
  border-radius: 4px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #979797;
}
.browseJobs {
  display: block;
  padding: 30px;
 /*Panel tabs*/
}
.browseJobs h3 {
  display: inline-block;
}
.browseJobs .panel-tabs {
  position: relative;
  clear: both;
  border-bottom: 1px solid transparent;
}
.browseJobs .panel.panel-primary {
  width: 100%;
}
.browseJobs .panel-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.browseJobs .panel-tabs > li > a {
  margin-right: 2px;
  margin-top: 4px;
  line-height: 0.85;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.browseJobs .panel-tabs > li > a:hover {
  border-color: transparent;
  color: #fff;
  background-color: transparent;
}
.browseJobs .panel-tabs > li.active > a, .browseJobs .panel-tabs > li.active > a:hover, .browseJobs .panel-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, .23);
  border-bottom-color: transparent;
}
.browseJobs .panel-body {
  background: #e9f3f9;
  padding: 30px;
  border-radius: 10px;
}
.browseJobs .panel-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.browseJobs .panel-body ul li {
  padding-right: 50px;
  margin-bottom: 20px;
}
.browseJobs .panel-body ul li a {
  color: #323130;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.browseJobs .panel-body ul li a:after {
  content: ">";
  position: absolute;
  margin-left: 20px;
}
.browseJobs .tabslist {
  display: inline-block;
}
.browseJobs .tabslist ul {
  margin-left: 20px;
}
.browseJobs .tabslist ul li {
  margin: 0 20px;
}
.browseJobs .tabslist ul li a {
  color: #868686;
  text-decoration: underline;
}
.browseJobs .tabslist ul li a.active {
  color: #1f84c7;
}
.browseJobs .tabslist ul li a:hover {
  color:#1f84c7;
}
.uploadCV {
  display: block;
  background: #1f84c7;
  padding: 20px 40px;
}
.uploadCV p {
  margin-top: 5px;
  color: white;
}
.uploadCV .uploadfile {
  display: inline-block;
  position: relative;
}
.uploadCV .uploadfile ::-webkit-file-upload-button {
  background: #7daf43;
  border: 1px solid #7daf43;
  font-size: 12px;
  padding: 10px 20px;
  color: white;
  border-radius: 31px;
  margin: 5px;
  min-width: 120px;
  cursor: pointer;
}
.blog-details {
  display: block;
  padding: 30px;
}
.blog-details .details {
  display: block;
  overflow: hidden;
  padding-right: 80px;
}
.blog-details .details p {
  line-height: 28px;
}
.blog-details .details img {
  width: 100%;
  margin: 15px 0 25px 0;
}
.blog-details .details h4 {
  color: #1f84c7;
}
.blog-details .details h4 .postdate {
  color: #7a7a7a;
  font-size: 12px;
}
.blog-details .todaysnews {
  display: inline-block;
}
.blog-details .todaysnews .item {
  display: block;
  margin: 15px 0 35px 0;
  overflow: hidden;
}
.blog-details .todaysnews .item .thumbnail {
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.blog-details .todaysnews .item .thumbnail img {
  width: 80px;
  height: 80px;
}
.blog-details .todaysnews .item .details {
  width: calc(100% - 100px);
  float: left;
}
.blog-details .todaysnews .item .details p {
  color: #1f84c7;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
  font-weight: 600;
}
.blog-details .todaysnews .item .details p.postdate {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 12px;
}
.blogs-list {
  display: block;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.blogs-list .item {
  width: 33%;
  float: left;
  padding: 30px;
}
.blogs-list .item .details img {
  width: 100%;
}
.blogs-list .item .details h5 {
  color: #323130;
  margin: 15px 0 0;
  font-size: 16px;
}
.blogs-list .item .details .readmore {
  color: #1f84c7;
  font-size: 12px;
}
.blogs-list .indicators {
  list-style: none;
  bottom: -20px;
}
.blogs-list .indicators li.left, .blogs-list .indicators li.right {
  position: absolute;
  top: 47%;
  width: 40px;
  display: inline-block;
  padding: 0 15px;
}
.blogs-list .indicators li.right {
  right: -45px;
}
.blogs-list .indicators li.left {
  left: -45px;
}
.blogs-list .indicators li.active {
  background: #727272;
}
.service {
  display: block;
  overflow: hidden;
  padding: 50px 15px;
}
.service p {
  margin-bottom: 50px;
}
.service .list {
  display: block;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 4px 2px #ccc;
  -webkit-box-shadow: 0px 2px 4px 2px #ccc;
  -moz-box-shadow: 0px 2px 4px 2px #ccc;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 12px;
}
.service .list .icons {
  width: 100px;
  float: left;
  text-align: center;
  padding: 10px;
}
.service .list .icons img {
  max-width: 73px;
  display: inline-block;
}
.service .list .details {
  padding: 15px;
  display: inline-block;
  width: calc(100% - 100px);
}
.service .list .details h4 {
  color: #1f84c7;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.service .list .details p {
  font-size: 16px;
  margin-bottom: 5px;
}
.service .list .details .readmore {
  color: blue;
  font-size: 14px;
}
.features {
  display: block;
  overflow: hidden;
  padding: 50px 15px;
}
.features .details {
  display: block;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  margin-top: 15px;
}
.features .details .badge {
  border: 1px solid #1f84c7;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
  background: #e9f3f9;
  text-align: center;
  line-height: 90px;
}
.features .details .badge img {
  max-width: 48px;
}
.features .details .info {
  border: 1px solid #1f84c7;
  width: 100%;
  padding: 45px 8px 15px;
  border-radius: 10px;
  margin-top: -35px;
}
.features .details .info h5 {
  margin: 0;
  color: #1f84c7;
  font-size: 18px;
  font-weight: 600;
}
.features .details .info p {
  font-size: 12px;
  margin-bottom: 0;
}
/**** MOBILE CSS ****/
@media (min-width: 326px) and (max-width: 727px) {
  body {
    font-size: 14px;
 }
  .banner {
    height: auto;
 }
  .banner .bannercontent {
    height: auto;
    padding: 50px 30px;
    font-size: 18px;
    color: #fff;
    max-width: 100%;
 }
  .banner .bannercontent .information p {
    max-width: 100%;
    font-size: 14px;
 }
  .banner .bannercontent .information h2 {
    font-size: 30px;
 }
  .banner .button-primary {
    padding: 12px 15px;
    min-width: 100px;
 }
  .vision .content .item {
    width: 100%;
    padding-left: 0px;
 }
  .vision .content .item:first-child {
    border-right: none;
    border-bottom: 1px solid white;
    padding-right: 0;
    padding-left: 0px;
    margin-bottom: 25px;
 }
  .careers .details {
    padding: 0px 8%;
    width: 55%;
 }
  .partners {
    box-shadow: 0px 1px 2px 2px #ccc;
 }
  .partners .indicators {
    bottom: -40px;
 }
  .services .MultiCarousel {
    padding: 15px 0;
 }
  .MultiCarousel .MultiCarousel-inner .item > div {
    padding: 20px;
    margin: 0 10px;
    min-height: 280px;
 }
  .blog .item .picture {
    width: 80px;
    margin-right: 20px;
 }
  .blog .item .details {
    width: calc(100% - 100px);
    float: right;
 }
  footer .contactinfo {
    margin-bottom: 35px;
 }
  footer .quicklinks {
    margin-bottom: 35px;
 }
  .innerpages-banner .details {
    width: 65%;
    padding: 30px;
 }
  .innerpages-banner .details p {
    margin-top: 60px;
 }
  .service .list .details {
    width: 100%;
 }
  .service .list .icons {
    width: 100%;
    text-align: left;
 }
  .service .list .icons img {
    max-width: 50px;
 }
  .features .details .badge {
    width: 86px;
    height: 86px;
    line-height: 74px;
 }
  .features .details .badge img {
    max-width: 36px;
 }
  .innerpages-banner.contact {
    background-position: center;
 }
  .innerpages-banner.services {
    background-position: center;
 }
  .innerpages-banner.about {
    background-position: center;
 }
  .innerpages-banner.news {
    background-position: center;
 }
  .innerpages-banner.jobs {
    background-position: center;
 }
  .contactus .details .address {
    margin-bottom: 30px;
 }
}
