@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.eot);
  src: url(../fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Montserrat-Regular.otf) format('otf'),
       url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format('svg'),
       url(../fonts/Montserrat-Regular.ttf) format('truetype'),
       url(../fonts/Montserrat-Regular.woff) format('woff'),
       url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Montserrat-Medium.otf) format('otf'),
       url(../fonts/Montserrat-Medium.svg#Montserrat-Medium) format('svg'),
       url(../fonts/Montserrat-Medium.ttf) format('truetype'),
       url(../fonts/Montserrat-Medium.woff) format('woff'),
       url(../fonts/Montserrat-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.eot);
  src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Montserrat-SemiBold.woff2) format('woff2'),
       url(../fonts/Montserrat-SemiBold.woff) format('woff'),
       url(../fonts/Montserrat-SemiBold.ttf) format('truetype'),
       url(../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold) format('svg'),
       url(../fonts/Montserrat-SemiBold.otf) format('otf');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Montserrat-Bold.woff2) format('woff2'),
       url(../fonts/Montserrat-Bold.woff) format('woff'),
       url(../fonts/Montserrat-Bold.ttf) format('truetype'),
       url(../fonts/Montserrat-Bold.svg#Montserrat-Bold) format('svg'),
       url(../fonts/Montserrat-Bold.otf) format('otf');
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1310px;
}
.section-container {
    max-width: 1140px;
    margin: 0 auto;
}
#msg-error, .msg-error {
    color: red;
    font-size: 14px;
    font-weight: 400;
}
html {scroll-behavior: smooth;}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #000;
  font-family: 'Montserrat-Regular';
}
p {
    font-family: 'Montserrat-Regular';
    color: #000;
    font-size: .8rem;
}
.nowrap {white-space: nowrap;}
body a:hover{
  text-decoration: none;
  color: #373123;
}
body li{
  list-style: none;
}
header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0px 0;
    background: #000000a6;
}
.navbar {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #80808040;
}
.navbar-nav {
    flex-direction: row;
    align-items: center;
   font-family: "Montserrat", serif;
}
.navbar-nav .nav-item {
    text-transform: capitalize;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    padding: 0 10px;
}
.navbar-nav .nav-item a {
    color: #fff !important;
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Regular';
    padding: 20px 1rem;
    border-bottom: 2px solid transparent;
}
.navbar-nav .nav-item:hover a, .navbar-nav .nav-item a.dropdown-item:hover {color: #F2AE17 !important; background: none;}
.navbar-nav .nav-item a.active, .navbar-nav .nav-item a.dropdown-item.active {color: #F2AE17 !important;}
.dropdown-menu {
    background-color: #000;
    padding: 0;
    margin: 0;
}
.navbar-nav .nav-item a.dropdown-item {
    padding: 0.5rem 1rem !important;
    color: #fff !important;
}
.dropdown-item.active, .dropdown-item:active {background-color: #000 !important;}
.navbar-brand {
    margin: 0;
    padding: 0;
    /*width: 27%;*/
}
.navbar-brand img {
    height: 3rem;
}
.navbar-wrapper {display: flex;}
.header-contact {
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Regular';
    /*width: 27%;*/
    justify-content: flex-end;
}
.top-contact-details {
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.top-contact-details a {color: #ffffffb5; transition: all 0.5s ease-in-out; margin: 0 0.5rem;}
.top-contact-details a img {height: 22px;}
.top-contact-details a:last-child {font-size: 12px;}
.top-contact-details a:last-child img {width: 30px; height: auto;}
.top-contact-details a:hover {color: #fff;}
.top-contacts-btn {
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    background: transparent;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 10px;
    margin-left: 15px;
    border: 1px solid #F2AE17;
    transition: all 0.5s ease-in-out;
}
.top-contacts-btn:hover {background: #F2AE17;}
.top-contacts-btn a {color: #F2AE17; transition: all 0.5s ease-in-out;}
.top-contacts-btn:hover a {color: #fff; transition: all 0.5s ease-in-out;}
header.shrink {
  background: #000000;
  animation: 0.3s 0.3s fadeInDown both;
  padding: 0px;
  box-shadow: 0px 2px 10px #00000059;
  position: fixed;
  top: 0;
}
header.shrink .top-contacts-btn:hover {background: #fff;}
header.shrink .top-contacts-btn:hover a {color: #fff;}
.solution-right img{
  display: block;
  margin: 0 auto;
}
#footer-container.footer-bg {background: rgb(247 247 247) !important}
footer {
    position: relative;
    padding: 2rem 0px 0rem;
    background: #000;
    /*background: url(http://localhost/devhtml/mecon/assets/images/footer-bg.png);
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: bottom right;*/
}
/*img.img-fluid.footer-bg {
    position: absolute;
    top: 0px;
}*/
.footer-wrapper {
    color: #d4d4d4;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}
.footer-about img {
    width: 50%;
    margin-bottom: 1.5rem;
}
.footer-about p {width: 90%; color: #d4d4d4;}
.footer-about {width: 30%;}
.footer-contact {width: 30%;}
.footer3 {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.footer-headers {
    text-transform: capitalize;
    font-size: .85rem;
    color: #fff;
    font-family: 'Montserrat-Medium';
    margin-bottom: 1rem;
}
.footer-links ul li {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}
.footer-links ul li a {color: #d4d4d4; transition: all 0.5s ease-in-out;}
.footer-links ul li a:hover {color: #F8AC12;}
.footer-contact-container, .contact-detail-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.footer-contact-container .footer-icon, .contact-detail-container .contact-icon {
    width: 13%;
    text-align: right;
}
/*.footer-contact-container .footer-icon svg {
    width: 100%;
    height: auto;
}*/
.footer-contact-container:first-child .footer-icon img {width: 1.4rem;}
.footer-contact-deatils, .contact-deatils {padding-left: 7px;}
.footer-contact-deatils h6, .contact-deatils h6 {margin-bottom: 0px;}
.footer-contact-deatils h5 {
    font-size: .8rem;
    margin: 0.5rem 0 0;
    font-family: 'Montserrat-Bold';
    color: #f8ac12;
}
.footer-contact-deatils a, .footer-contact-deatils p {
    color: #d4d4d4;
    font-size: .8rem;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
}
.footer-contact-deatils a:hover {color: #F8AC12;}
.footer-social, .share-list {
    display: flex;
    align-items: flex-end;
}
.footer-social li, .share-list li {
    font-size: 24px;
    margin: 0 15px;
}
.footer-social li a, .share-list a {
    color: #fff;
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
}       
.footer-social li:first-child a:hover, .share-list li:first-child a:hover {color: #1877f2;}
.footer-social li:nth-child(2) a:hover, .share-list li:nth-child(2) a:hover {color: #1da1f2;}
.footer-social li:last-child a:hover, .share-list li:last-child a:hover {color: #0077b5;}
.bottom-footer {
    color: #d4d4d4;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #383535;
    align-items: center;
    font-family: 'Montserrat-Regular';
}
.bottom-footer > img {
    position: absolute;
    right: 0;
    top: -16px;
}
.bottom-footer a.back-to-top {
    position: fixed;
    display: flex;
    border-radius: 10px;
    right: 2rem;
    bottom: 5rem;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8ac12;
    transition: unset;
    z-index: 10;
}
.bottom-footer a {color: #d4d4d4; transition: all 0.5s ease-in-out;}
.bottom-footer a:hover, .bottom-footer a:hover strong {color: #F8AC12;}
.bottom-footer strong {
    color: #fff;
    font-weight: 400;
}
.bfooter2 {text-align: center;}
.bfooter3 {text-align: right;}
.faq {
    width:70%;
    margin:auto;
    padding: 5rem 0 4rem;
    font-family: 'Montserrat-Regular';
}
.faq .card{
    border:none;
    border-radius:0;
    border-bottom:1px solid #efedee;
    width:100%;
    margin:auto;
    padding: 0px;
    margin-bottom: 1rem;
}
.faq .card-header .btn-link{
    color: #000;
    font-size: 18px;
    text-decoration: none;
    padding: 0.7rem 1rem;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: left;
    background: #E8E8E8;
    border-radius: 0;
    font-family: 'Montserrat-Bold';
}
.faq .card-header .btn-link br {display:none;}
.faq .card-header .btn-link[aria-expanded="true"] {
    background: #F8AC12;
    color: #fff;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
.faq .icon-mathematical-addition-sign {
    float:right;
    transition:all 0.5s ease-in-out;
    position:relative;
}
.faq .icon-minus-symbol {
    float:right;
}
.faq .icon-minus-symbol img, .faq .collapsed .icon-mathematical-addition-sign img {
    width: 15px;
    transform: rotate(45deg);
    transition:all 0.5s ease-in-out;
}
.faq .icon-minus-symbol img {
    transform: rotate(0deg);
    filter: invert(1);
    width: 20px;
}
.faq .collapsed .icon-mathematical-addition-sign {
    display:block !important;
}
.faq .collapsed .icon-minus-symbol {
    display:none;
    color:#fff;
    background:transparent;
    border:1px solid orange;
}
.faq .icon-mathematical-addition-sign {display:none;}
.faq .card-body {
    width: 100%;
    margin: auto;
    padding: 1rem 1rem 0;
    text-align: left;
}
.faq .card-header {
    background:#fff;
    padding:0;
    border-bottom:none;
}
.faq .card-body p {
    font-size:15px;
    line-height:1.2;
    width:80%;
}
.faq .card-body a {color:#008bd2;}
.faq .card-body a:hover {color:#008bd2;}
.sitemap-section {
    padding: 4rem 0 3rem;
    font-family: 'Montserrat-Regular';
}
.sitemap-section h3 {
    font-family: 'Montserrat-Bold';
    font-size: 1.2rem;
    text-transform: uppercase;
}
.sitemap-section ul li a {
    color: #959595;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}
.sitemap-section ul li a:hover {color: #02216a;}
#business-slider {position: relative;}
.home-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat-Regular';
}
.home-banner-content p {
    font-size: 14px;
}
.home-banner-content h2 {
    font-family: 'Montserrat-Bold';
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.1;
    padding: 1rem;
    width: fit-content;
    position: relative;
    z-index: 0;
}
.home-banner-content h2:before {   
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: #000000a6;
    z-index: -1;
}
.home-banner-content h2:first-child {padding-bottom: 0;}
.home-banner-content h2.banner-title2 {margin-bottom: 0px; margin-top: -1rem; padding-top: 0;}
.home-banner-content .banner-btns {
    margin-top: 1rem;
    display: flex;
}
.home-banner-content .banner-link {
    text-transform: uppercase;
    padding: 10px 35px;
    text-align: center;
    font-size: 10px;
    color: #000;
    background: #F8AC12;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 10px;
    width: fit-content;
    margin-right: 1rem;
    border: 1px solid #F8AC12;
    font-family: 'Montserrat-Medium';
    transition: all 0.5s ease-in-out;
}
.home-banner-content .banner-link:first-child {display: none;}
.home-banner-content .banner-link:last-child {
    background: #000000a6;
    color: #F8AC12;
    font-weight: 300;
    border: 1px solid;
}
.home-banner-content .banner-btns .banner-link:last-child:hover {
    color: #000;
    background: #F8AC12;
    border: 1px solid #F8AC12;
}
.home-banner-content .banner-link img {
    height: 10px;
    width: auto;
    max-width: unset;
    margin-right: 5px;
}
.home-slider {height: 100vh;}
.home-slider .owl-dots {
    position: relative;
    top: -3rem;
}
.home-slider .owl-dots .owl-dot {
    background: no-repeat;
    border: none;
}
.home-slider .owl-dots .owl-dot:focus {outline: none !important;}
.home-slider .owl-dots .owl-dot span {
    width: 23px;
    height: 4px;
    margin: 5px 5px;
    background: #86979182;
    border-radius: 50px;
}
.home-slider .owl-dots .owl-dot.active span, #banner-slider .owl-dots .owl-dot:hover span {
    background: aliceblue;
}

.home-slider .owl-nav {
    display: flex;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    right: 10%;
    flex-direction: column;
}
.home-slider img{
    height: 100vh;
}
.home-slider .owl-nav button {
    background: #00000066 !important;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #F8AC12;
    border-radius: 50% !important;
    padding: 0px;
    margin: 0 0 0.5rem 0 !important;
    height: 45px;
    width: 45px;
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out;
}
.slider-section button{
    background: transparent !important;
    border-radius: 0  !important;
    margin: 0 !important;
}
.home-slider .owl-nav button:focus {
    outline: none !important;
}
.home-slider .owl-nav button:hover {
    background: #fff !important;
}
.home-slider .owl-nav button img {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slider-section .banner-counter {
    position: absolute;
    bottom: 9%;
    right: 10%;
    z-index: 2;
}
.home-about-container, .home-section4, .home-section5 {position: relative;}
.home-about-container #home-about-logo {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.home-about-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.5rem 4rem;
    width: 85%;
}
.home-about-content h3, .home-about-content h1 {
    font-family: 'Montserrat-Bold';
    font-size: 2.2rem;
}
.home-about-content p {
    width: 85%;
    font-size: .8rem;
    font-family: 'Montserrat-SemiBold';
}
.home-services {padding: 5rem 0;}
.home-services #services-slider {margin-top: 2rem;}
.home-services #services-slider .item {position: relative;}
.home-services #services-slider .home-service-wrapper {
    position: absolute;
    bottom: 0;
    display: block;
}
.home-services #services-slider .home-service-content {padding: 3rem 0 3rem 3rem;}
.home-services #services-slider .home-service-content img {
    height: 5rem;
    width: auto;
    max-width: unset;
    margin-bottom: 1rem;
}
.home-services #services-slider .home-service-content h3 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-left: 0.5rem;
    margin: 0;
}
.home-services #services-slider .home-service-wrapper p {
    padding: 1rem 3.5rem;
    width: max-content;
    margin: 0;
    color: #F8AC12;
    background: transparent;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.5s ease-in-out;
}
.home-services #services-slider .home-service-wrapper p .home-service-link {
    color: #F8AC12 !important;
    transition: all 0.5s ease-in-out;
    font-family: 'Montserrat-Bold';
}
.home-services #services-slider .home-service-wrapper p:hover {background: #F8AC12;}
.home-services #services-slider .home-service-wrapper p:hover .home-service-link {color: #000 !important;}
img.mecon-design {
    height: 1rem;
    display: block;
    margin-bottom: 2rem;
}
.grey-btn {
    background: #0000001a;
    border-radius: 15px;
    padding: 0.8rem 1.2rem;
    border: 1px solid;
    text-transform: uppercase;
    font-size: .6rem;
    font-family: 'Montserrat-Bold';
    transition: all 0.5s ease-in-out;
}
.grey-btn-dark-font {color: #000;}
.grey-btn-dark-font:hover {
    background: #000;
    color: #F8AC12;
    border: 1px solid #000;
}
.grey-btn-yellow-font {color: #F8AC12;}
.grey-btn-yellow-font:hover {
    background: #F8AC12;
    color: #000;
    border: 1px solid #F8AC12;
}
.home-section4 .section-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.home-section4 h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
}
.home-section4 p {
    font-size: .8rem;
    width: 60%;
    color: #fff;
}
.home-section5 {height: 400px;}
.home-section5 img {height: 400px; object-fit: cover;}
.home-section5-container {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-section5-container h2 {
    width: 75%;
    margin: 0 auto;
    font-family: 'Montserrat-Bold';
    margin-bottom: 3rem;
}
#home-counter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#home-counter .home-points-counter {
    width: 33%;
    margin-bottom: 0rem;
}
#home-counter .home-points-counter:nth-child(4), #home-counter .home-points-counter:nth-child(5),
#home-counter .home-points-counter:nth-child(6) {
    margin-bottom: 0rem;
}
.home-points-counter h3 {
    font-family: 'Montserrat-Bold';
    font-size: 3.5rem;
    color: #fff;
}
.home-points-counter p {
    margin-top: -0.5rem;
    font-family: 'Montserrat-Medium';
}
.home-recent-projects {padding: 3rem 0 2rem;}
.home-recent-projects h2.section-header {margin-bottom: 2rem;}
.section-header, .section-head {
    font-family: 'Montserrat-Bold';
    font-size: 2.3rem;
}
.section-head {text-transform: uppercase;}
.home-recent-projects .nav-tabs {justify-content: center; margin-bottom: 1.5rem;}
.home-recent-projects .nav-tabs, .home-recent-projects .nav-tabs a.nav-link {border: none;}
.home-recent-projects .nav-tabs a.nav-link {
    font-size: 1.1rem;
    font-family: 'Montserrat-Bold';
    color: #00000078 !important;
    padding: 0 1.5rem;
}
.home-recent-projects .nav-tabs a.nav-link.active {color: #F8AC12 !important;}
.home-recent-projects .item img {transition: all 0.5s ease-in-out;}
.project-details {
    background: rgb(0 0 0 / 9%);
    text-align: center;
    padding: 1.5rem .5rem;
    transition: all 0.5s ease-in-out;
}
.project-details h4, .project-details p {
    font-size: .8rem;
    margin: 0;
}
.project-details h4, .service-related-projects-content h3 {
    font-family: 'Montserrat-Bold';
    color: #000;
}
.project-details p, .service-related-projects-content p, p.projects-location {color: rgb(0 0 0 / 70%);}
.home-recent-projects .item:hover img {filter: brightness(0.7);}
.home-recent-projects .item:hover .project-details {background: rgb(248 172 18);}
.all-projects-link {margin-top: 2rem;}
.projects-link {
    border-radius: 13px;
    padding: 0.7rem 1.5rem;
    border: 1px solid;
    text-transform: uppercase;
    font-size: .6rem;
    font-family: 'Montserrat-Bold';
    color: #000 !important;
    transition: all 0.5s ease-in-out;
}
.projects-link:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
}
.home-recent-projects .owl-nav, .project-gallery .owl-nav {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.home-recent-projects .owl-nav button, .project-gallery .owl-nav button {
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
    border: none !important;
    background: #fff !important;
}
.home-recent-projects .all-projects-link {
    position: relative;
    width: 50%;
    margin: 2rem auto 0;
    z-index: 2;
}

/*About*/
.page-breadcrumb {
    position: relative;
    font-family: 'Montserrat-Regular';
}
.page-breadcrumb .breadcrumb-img img {width: 100%;}
.page-breadcrumb .breadcrumb-content {
    position: absolute;
    top: 50%;
    /*left: 9%;*/
    transform: translateY(-50%);
}
.page-breadcrumb .breadcrumb-element-bg {
    color: #fff;
    text-transform: uppercase;
}
.page-breadcrumb .breadcrumb-element-bg h2 span, .page-breadcrumb .breadcrumb-element-bg h1 span {
    padding: 1rem 1.5rem;
    background: #000000a6;
}
.page-breadcrumb .breadcrumb-element-bg h2 span:first-child, .page-breadcrumb .breadcrumb-element-bg h2 span:first-child {padding-bottom: 0;}
.page-breadcrumb .breadcrumb-element-bg h2 span:last-child, .page-breadcrumb .breadcrumb-element-bg h2 span:last-child {padding-top: 0;}
.page-breadcrumb .breadcrumb-element-bg h2 span.single-line, .page-breadcrumb .breadcrumb-element-bg h2 span.single-line {padding: 1rem 1.5rem;}
.page-breadcrumb .breadcrumb-element-bg h2, .page-breadcrumb .breadcrumb-element-bg h1 {
    margin: 0;
    font-size: 3.4rem;
    font-family: 'Montserrat-Bold';
    line-height: 1.231;
}
.breadcrumb-links {
    position: absolute;
    right: 2.5%;
    bottom: 7%;
    background: #00000094;
    padding: 1rem;
    color: #f8ac12;
}
.breadcrumb-links a, .breadcrumb-links a:hover {color: #fff;}
.about-intro {
    padding: 5rem 0 4rem;
    font-family: 'Montserrat-Regular';
}
.about-intro .section-container {padding: 0 2rem;}
.about-intro-1 {width: 38%;}
.about-intro-1 .about-intro-img {position: relative; overflow: hidden;}
.about-intro-1 .about-intro-img .about-stats {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
}
.about-intro-1 .about-intro-img .about-stat {
    padding: 1rem 1.5rem;
    font-family: 'Montserrat-Bold';
    font-size: 0.9rem;
    position: relative;
}
.about-intro-1 .about-intro-img .about-stat:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: skewX(-45deg);
    border: 1px solid transparent;
    top: 0;
    left: 0;
}
.about-intro-1 .about-intro-img .about-stat:nth-child(1):before {
    border-top-color: #989898;
    border-right-color: #989898;
    width: 120%;
    left: -2rem;
}
.about-intro-1 .about-intro-img .about-stat:nth-child(2):before {border-color: #989898;}
.about-intro-1 .about-intro-img .about-stat:nth-child(3):before {border-top-color: #989898; border-left-color: #989898; width: 130%;}
/*.about-intro-1 {width: 40%;}*/
.about-intro-2 p {font-family: 'Montserrat-Medium';}
.about-intro-2 {
    width: 62%;
    padding-left: 2rem;
    /*padding-top: 1.2rem;*/
}
.about-intro-2 img.mecon-design {margin-bottom: 1rem;}
.about-intro-3 {width: 16%;}
.about-intro-2 h2, .about-intro-2 h2 {
    font-family: 'Montserrat-Bold';
    font-size: 3rem;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}
.section-sub-header {
    font-family: 'Montserrat-Bold' !important;
    font-size: 1.3rem;
    color: #F8AC12;
    text-transform: capitalize;
    margin: 0;
}
.mission-vision {
    /*background: #02216a;*/
    /*background: url('../images/about-min-sec.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4rem 0 6rem;
    font-family: 'Montserrat-Regular';
}
.mission-vision .container-fluid > img.img-fluid {filter: brightness(0.3);}
.mission-vision .container-fluid {position: relative; overflow: hidden;}
.mission-vision-wrapper ul.nav-tabs {
    justify-content: center;
    border: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.mission-vision-wrapper ul li.nav-item {margin: 0 0.1rem !important;}
.mission-vision-wrapper ul li.nav-item a.nav-link {
    position: relative;
    z-index: 0;
    background: none;
    border: none;
    border-radius: 0;
    font-family: 'Montserrat-Bold';
    color: #000;
    text-transform: uppercase;
    padding: 0.8rem 7rem;
}
.mission-vision-wrapper ul li.nav-item a.nav-link:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-40deg);
    background: #feaa0b;
    transition: all 0.5s ease-in-out;
}
.mission-vision-wrapper ul li.nav-item a.nav-link.active:before {background: #fff;}
.mission-vision-wrapper .tab-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mission-vision-wrapper .tab-content .tab-pane {padding: 0 4rem !important;}
.mission-vision-wrapper .mission-vision-container img {
    height: 7rem;
    margin-top: 2rem;
}
.mission-vision-wrapper .mission-vision-container ul {display: flex; flex-wrap: wrap; justify-content: center;}
.mission-vision-wrapper .mission-vision-container ul li {width: 25%; margin-bottom: 2rem;}
.mission-vision-wrapper .mission-vision-container ul li img {margin-bottom: 0rem; filter: invert(1);}
.mission-vision-wrapper .mission-vision-container p {
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}
.mission-vision-wrapper .mission-vision-container ul li p {color: #feaa0b !important;}
.mission-vision-wrapper .mission-vision-container p span {font-size: 2rem; font-family: 'Montserrat-Bold' !important;}
/*.mission-vision-wrapper .mission-vision-container p:nth-child(3) {text-align: justify; line-height: 1.7;}*/
.mission-vision-wrapper .mission-vision-container
.about-quality img {margin: 1rem 0 !important;}
.about-quality h5, .service-tab-content-wrapper .card-body h5, .project-gallery h5, 
.projects-details-content h2 {font-family: 'Montserrat-Bold';}
.about-quality p, .service-tab-content-wrapper .card-body p, .projects-details-intro p, .projects-details-content p {
    font-family: 'Montserrat-SemiBold';
    margin-top: 0.7rem !important;
    line-height: 1.75;
}
.about-quality ul, .service-tab-content-wrapper .card-body ul.service-content2, .project-gallery ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.about-quality li, .service-tab-content-wrapper .card-body ul.service-content2 li, .service-tab-content-wrapper .card-body ul li,
.project-gallery ul li {
    position: relative;
    width: 50%;
    font-size: .9rem;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    color: #000;
    list-style-type: none !important;
}
#safety-wrapper {  
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.safety-wrapper-content {width: 50%;}
.safety-wrapper-content img {height: 7rem;}

.service-tab-content-wrapper .card-body ul {margin-bottom: 3rem;}
.service-tab-content-wrapper .card-body ul.service-content2 {margin-bottom: 0rem;}
.service-tab-content-wrapper .card-body ul li, .about-quality li {width: 100%;}
.about-quality li:before, .service-tab-content-wrapper .card-body li:before, .project-gallery li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    border-radius: 50%;
    transform: translateY(50%);
    height: 10px;
    width: 10px;
    background: #F8AC12;
}
.about-certificates {
    background: #F7F7F7;
    padding: 4rem 0;
    font-family: 'Montserrat-Regular';
    margin-top: 4rem;
}
.about-certificates .section-container {position: relative;}
.about-certificates .section-header {margin-bottom: 2rem;}
.about-certificates-wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}
.about-certificates-wrapper .owl-nav.disabled, .home-services .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: -5.5rem;
    right: 0;
}
.about-certificates-wrapper .owl-nav.disabled button, .home-services .owl-carousel .owl-nav button {
    background: transparent !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    border: 1px solid #000 !important;
    transition: all 0.5s ease-in-out;
}
.about-certificates-wrapper .owl-nav.disabled button img, .home-services .owl-carousel .owl-nav button img {height: 1.2rem;}
.about-certificates-wrapper .owl-nav.disabled button:hover, .home-services .owl-carousel .owl-nav button:hover {background: #F8AC12 !important;}
.about-certificates-wrapper .certificates-container {padding: 0 1rem;}


/*SERVICES PAGE*/
.services-title-container {
    display: flex;
    align-items: center;
    background: #F8AC12;
    width: max-content;
    padding: 1rem 1rem;
}
.services-title-container img {
    height: 3rem;
    margin-right: 0.5rem;
}
.services-title-container h1 {
    margin: 0;
    font-family: 'Montserrat-Bold';
}
#services-intro {background: #F7F7F7;}
#services-intro .services-intro-wrapper {padding: 3rem 3rem 4rem; align-items: flex-start;}
.services-intro-content h2 {
    font-size: 1.3rem;
    font-family: 'Montserrat-Bold';
}
.services-intro-content img {margin-bottom: 1rem;}
.services-intro-content p {font-family: 'Montserrat-Medium'; margin: 0;}
.service-container {
    font-family: 'Montserrat-Regular';
    padding: 0rem 0 3rem;
    margin-top: 3.1rem;
}
.service-container .service-tabs-wrapper {
    padding: 0rem 3rem;
}
.service-container .nav-tabs, .projects-container .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}
.service-container .nav-tabs .nav-item, .projects-container .nav-tabs .nav-item {
    text-align: center;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    padding: 0px;
    line-height: 1.1;
    width: 24.8%;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.service-container .nav-tabs .nav-link, .projects-container .nav-tabs .nav-link {
    color: #000;
    padding: 1rem;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 0;
    background: transparent;
}
.service-container .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    background: #F8AC12;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewX(-40deg);
    z-index: -1;
}
.service-container .nav-tabs .nav-item:nth-child(even) .nav-link:before {background: #000;}
.service-container .nav-tabs .nav-link p {
    color: #000;
    margin: 0px;
    font-family: 'Montserrat-Bold';
    transition: all 0.5s ease-in-out;
    font-size: 1rem;
}
.service-container .nav-tabs .nav-item:nth-child(even) .nav-link p {color: #fff;}
.service-container .service-tabs-content-wrapper {padding: 3rem;}
/*.service-container .nav-tabs .nav-item.show .nav-link, .service-container .nav-tabs .nav-link.active {
  color: #fff;
  background: #02216a;
 }*/
 /*.service-container .nav-tabs .nav-item.show .nav-link p, .service-container .nav-tabs .nav-link.active p {color: #fff;}*/
 /*.service-container .nav-tabs .nav-item.show .nav-link:before,
 .service-container .nav-tabs .nav-link.active:before {
    background: #02216a;
 }*/
 /*.service-container .nav-tabs .nav-link:hover{
  color: #fff;
  background: #02216a;
 }*/

.service-container .card-body p, .service-container .card-body li{
  color: #000;
  margin-top: 20px;
}
.service-container .card-body{padding: 3rem 3rem 0;}
.service-container .Services-outer-border {
  padding:0px 15px;
}
.service-container .nav-tabs .nav-item:last-child .nav-link{border-bottom: 0;}
.service-container .card{border:0}
.service-container .card-body li {margin-top: 8px;}
.service-container .card-body .common-btn::before{background-color: #79d632;}
.service-subpoints-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 2rem 0 0;
}
.service-subpoints-wrapper .service-subpoints {width: 25%; padding: 0 1rem;}
.service-subpoints-wrapper .service-subpoints p {
    text-align: center;
    font-family: 'Montserrat-Bold';
    padding: .6rem 1rem;
    top: -10%;
    position: relative;
    z-index: 0;
}
.service-subpoints-wrapper .service-subpoints p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 75%;
    transform: skewX(-40deg) translateX(-50%);
    z-index: -1;
}
.service-subpoints-wrapper .service-subpoints:nth-child(even) p {color: #fff;}
.service-subpoints-wrapper .service-subpoints:nth-child(odd) p:before {background-color: #F8AC12;}
.service-subpoints-wrapper .service-subpoints:nth-child(even) p:before {background-color: #000;}

.service-related-projects {padding: 0 3rem .5rem;}
.service-related-projects h2, .project-gallery h2 {
    font-family: 'Montserrat-Bold';
    font-size: 1.25rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.service-related-projects-content {
    padding: 1.2rem 2rem;
    background: #E8E8E8;
    transition: all 0.5s ease-in-out;
}
.service-related-projects h3 {font-size: 1rem; margin: 0;}
.service-related-projects-content p {margin-bottom: 0;}
.service-related-projects .row {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.service-related-projects .single-card {
    width: 49.5%;
    position: relative;
}
.service-related-projects .single-card:hover .service-related-projects-content {background: #F8AC12;}



/*Projects page*/
.projects-container .nav-tabs {justify-content: center;}
.projects-container .nav-tabs .nav-item {width: auto;}
.projects-container .nav-tabs .nav-link p {
    color: rgba(0,0,0,30%);
    font-family: 'Montserrat-Bold';
    font-size: 1.1rem;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0.5rem;
    transition: all 0.5s ease-in-out;
}
.projects-container .nav-tabs .nav-link.active p, .projects-container .nav-tabs .nav-link:hover p {color: #F8AC12;}
.projects-tabs-wrapper {padding: 2rem 0 1.2rem;}
.projects-tab-content-wrapper .card-body {padding: 0 !important;}
.projects-tab-content-wrapper .project-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.projects-tab-content-wrapper .project-wrapper .projects-single-project {
    width: 33.1%;
    margin: 0 0.2% 0.2% 0;
    position: relative;
    overflow: hidden;
}
.projects-tab-content-wrapper .card {border: none;}
.projects-single-project img {
    padding-bottom: 4rem;
    position: relative;
    /*z-index: -1;*/
}
.single-project-content {
    background: rgb(232,232,232);
    padding: 2rem 0.5rem;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -10%;
    transition: all 0.5s ease-in-out;
}
.projects-single-project .project-status, .service-related-projects .blog-date {
    position: absolute;
    right: 0;
    padding: 0.3rem 1rem;
    background: #000;
    font-family: 'Montserrat-Bold';
    top: 1rem;
    z-index: 1;
}
.projects-single-project .project-status p, .service-related-projects .blog-date p {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserrat-Medium';
}
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,48%);
    font-family: 'Montserrat-Medium';
    color: #fff;
    font-size: 1.2rem;
    z-index: 5;
}
.single-project-content p {margin-bottom: 0; transition: all 0.5s ease-in-out;}
.single-project-content p.single-project-title {
    font-family: 'Montserrat-Bold';
    font-size: .9rem;
}
.single-project-content p.single-project-location {margin-bottom: 0rem;}
.project-link {
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: .6rem;
    border: 1px solid;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.projects-single-project:hover .project-link {opacity: 1;}
.projects-single-project:hover .single-project-content p.single-project-location {margin-bottom: 1rem;}
.projects-single-project:hover .single-project-content {
    bottom: 0%;
    background: #F8AC12;
}
.projects-single-project.no-hover:hover .project-link {opacity: 0;}
.projects-single-project.no-hover:hover .single-project-content p.single-project-location {margin-bottom: 0rem;}
.projects-single-project.no-hover:hover .single-project-content {
    bottom: -10%;
    background: rgb(232,232,232);
}


/* projects details page */
.project-gallery h2 {font-size: 1.5rem}
.projects-details-content {padding: 2.5rem 3rem 1rem;}
.project-gallery .projects-details-content {padding: 0rem 3rem 3rem; margin-top: -2rem;}
.projects-details-intro h2 {
    font-family: 'Montserrat-Bold';
    font-size: 1.5rem;
}
p.projects-location {
    font-size: 1rem;
    margin: 0 0 1rem 0 !important;
    display: flex;
    align-items: center;
}
p.projects-location img {margin-right: .5rem;}
.projects-details-intro p b, .projects-details-intro p strong, .projects-details-content p b, .projects-details-content p strong {
    font-family: 'Montserrat-Bold';
}


/* blog details */
.blog-images-wrapper {
    padding: 1rem 0rem 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-images-wrapper .blog-image-box {width: 49.5%;}
.projects-details-content h2 {font-size: 1.25rem;}
.blog-share-container h6 {
    font-size: 0.9rem;
    font-family: 'Montserrat-Bold';
}
.blog-share-container {padding: 0 3rem 2rem;}
.blog-share-container li {margin: 0 10px;}
.blog-share-container li i {font-size: 1.2rem;}
.blog-share-container li a {color: #000;}


/* contact page */
.contact-wrapper {
    padding: 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact-details-container, .contact-form {width: 50%;}
.contact-details-container {padding: 0 5rem;}
.contact-details-container h2 {
    font-family: 'Montserrat-Bold';
    font-size: 2.3rem;
    margin-bottom: 2rem;
}
.contact-form {
    background: #000;
    padding: 3rem;
    position: relative;
    z-index: 1;
}
.contact-form h2 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    text-transform: capitalize;
}
.contact-form img {margin-bottom: 1rem;}
.contact-form p {
    color: #fff;
    font-size: .9rem;
}
.contact-form .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    background: #1e1e1e;
    color: #fff;
}
.contact-form .form-control.form-btn {
    border-radius: 13px;
    background: #F8AC12;
    color: #fff;
    width: max-content;
    padding: 0.375rem 1.5rem;
}
.contact-map {
    margin-bottom: -6px;
    margin-top: -15.2rem;
    position: relative;
    z-index: 0;
}
.contact-detail-container .contact-icon {
    width: 7%;
    padding-top: 0.2rem;
}
.contact-detail-container .contact-deatils {width: 90%;}
.contact-deatils h6 {
    font-family: 'Montserrat-Bold';
    font-size: 1.4rem;
    margin-bottom: 0.1rem;
}
.contact-detail-container .contact-deatils p {
    margin-bottom: 0;
    font-family: 'Montserrat-Medium';
}
.contact-detail-container .contact-deatils a {
    font-size: .8rem;
    display: block;
    font-family: 'Montserrat-Medium';
    color: #000000;
    transition: all 0.5s ease-in-out;
}
.contact-detail-container .contact-deatils a:hover {color: #F8AC12;}


/*blog page*/
#blog-wrapper{padding: 3rem;}


/*team page*/
.projects-tab-content-wrapper img.mecon-design {margin: 0 auto;}
p.team {font-size: 0.8rem;}
#team-introduction {background: #f7f7f7;}
.team-intro {padding: 3rem;}
.team-intro .row {width: 100%;}
.team-intro .team-image, .team-intro .team-intro-2 {width: 50%; padding: 0 15px;}
.team-intro .team-image {text-align: center;}
.team-intro-2 h2, #management-heading h5 {
    font-size: 1.5rem;
    font-family: 'Montserrat-Bold';
    margin: 0;
}
.team-intro-2 p {font-family: 'Montserrat-SemiBold';}
.team-intro-2 p.team-designation {font-size: 1.2rem; font-family: 'Montserrat-Regular';}
.team-intro-2 img {margin-bottom: 1rem;}
#team-wrapper {padding: 0 3rem;}
.team-card {
    width: 33.1%;
    margin: 0 0.2% 0.2% 0;
}
.team-card .team-card-content {
    padding: 1.2rem 2rem;
    background: #E8E8E8;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.team-card:hover .team-card-content {background: #F8AC12;}
.team-card .team-card-content p {margin-bottom: 0;}
.team-card .team-card-content p:first-child {font-family: 'Montserrat-SemiBold';}
.team-card .team-card-content p:last-child {color: rgb(0 0 0 / 70%);}
#management-heading h5 {padding-top: 2rem;}
#management-heading img.mecon-design {margin: 1rem auto 1.5rem;}





/*clients*/
.clients h2 {
    font-family: 'Montserrat-Bold';
    font-size: 2rem;
}
ul.clients-wrappers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 3rem 0;
}
ul.clients-wrappers li {
    width: 25%;
    padding: 2rem 1.5rem 1rem;
}
.clients-container .text-center {padding-top: 3rem;}
.clients-container .text-center img {margin: 0 auto 1rem;}
.clients-container .text-center h2 {
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
}
.clients-container .text-center p {font-family: 'Montserrat-SemiBold';}























::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.content-section {padding: 4rem 0 3rem;}
.content-section h6, .content-section h5 {
    font-size: 1.2rem;
    font-family: 'Montserrat-Bold';
    margin-top: 2rem;
}
.content-section h5 {font-size: 1.5rem; margin-bottom: 0;}
#msg-error {display: none;}
#error-content p {margin-bottom: 2rem;}
#error-content .error-links a {
    padding: 0.5rem 1rem;
    background: #ffaa0b;
    margin: 0rem 0.5rem;
    color: #000;
}

/*Career page*/

.career{
  padding: 70px 0px;
}
.career p{
  font-weight: 100;
}
.career-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
.career-wrapper .text-box{
    background: #f8ac12;
    width: 32%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.career-wrapper .text-box .common-btn{
    background: #000;
    color: #ffffff;
    padding: 0.8rem 1rem;
    border-radius: 13px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat-Bold';
}
.career-wrapper .text-box p{
  font-size: 24px;
  line-height: 34px;
}
.career .career-single{
  width: 68%;
}
.career .career-single p{
  width: 80%;
  margin-top: 22px;
  font-family: 'Montserrat-Medium';
}
.opening{
  padding: 60px 0px;
  background: #F7F7F7;
  padding-bottom: 5%;
}
.opening-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto;
    margin-top: 48px;
    flex-wrap: wrap;
}
.opening-single {
    width:32%;
    background: rgb(232,232,232);
    border-bottom: 3px solid transparent;
    padding: 36px 30px;
    margin-right: 1.33%;
    transition: border-bottom 0.3s ease;
    margin-bottom: 2rem;
}

.opening-single:hover {border-bottom: 3px solid #f8ac12;}
.opening-single:nth-child(3){
  margin-right: 0;
}
.opening-single h2{
  font-size: 24px;
  font-family: 'Montserrat-Bold';
  min-height: 50px;
}
.opening-single p{
  font-weight: 100;
  font-size: 18px;
  line-height: 26px;
}
.opening-single a.common-btn {
    background: #f8ac12;
    padding: 0.7rem 0.8rem;
    color: #fff;
    border-radius: 13px;
    font-size: 14px;
    text-transform: uppercase;
}
.benefit{
  padding: 60px 0px;
  padding-bottom: 4%;
}
.benefit-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
    width: 99%;
    margin: 0 auto;
     margin-top: 48px;
}
.benefit-single{
  width: 16%;
  text-align: center;
}
.benefit-single img {height: 60px; width: auto;}
.benefit-single h4{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Montserrat-Bold';
}
.benefitheading{
  padding-left: 30px;
}
.last-career{
  background: #f8ac12;
  height: 130px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.last-career .common-btn{
    font-size: 14px;
    background: #000000;
    padding: 1rem 1.5rem;
    color: #fff;
    border-radius: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}
.last-career h2{
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 0;
    padding-right: 40px;
    font-family: 'Montserrat-Medium';
    text-transform: capitalize;
}
.career-modal .form-single{
  width: 100%;
}
/*.career-modal .modal-dialog {
    max-width: 678px;
}*/
.modal-dialog.modal-xxl {width: 70%; max-width: 70%;}
.content-career {height: 450px; overflow-y: scroll;}
.content-career::-webkit-scrollbar{width: 10px;}
.content-career::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f8ac12;
}
.career-modal .form-control {
    padding: 6px 15px !important;
    font-size: 15px !important;
}
.career-modal .form-group {
    margin-bottom: 15px !important;
}
.content-career{
    overflow:auto;
    height:450px;
    margin-right: 20px;
    width: 50%;
    padding-right: 5px;
}

.content-career::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.content-career h4 {
    margin-bottom: 15px;
}
.content-career h3 {font-size: 1.2rem; font-family: 'Montserrat-Bold';}
.content-career h2 {font-size: 1.3rem; font-family: 'Montserrat-Bold';}
.content-career li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 16px;
}
.content-career {
    margin-right: 25px;
    width: 50%;
}
.career-modal .form-single {
    width: 50%;
}
.career-modal .modal-body {
    display: flex;
}
/*.career-modal .modal-dialog {
    max-width: 1050px;
}*/
.career-modal .modal-title {font-family: 'Montserrat-Bold';}
.career-modal button.common-btn {
    background: #000;
    color: #ffffff;
    padding: 0.5rem 0.8rem;
    border-radius: 13px;
    margin-top: 1rem;
}
p.email-error {
    font-weight: 400;
    color: red;
    font-size: 14px;
    margin: 2px 0px 0px 0px;
    display: none;
    position: relative;
    top: 1px;
}
p#msg-error20 {
    font-weight: 400;
    font-size: 14px;
    color: red;
    margin: 2px 0px 0px 0px;
}
p.email-error11 {
    font-weight: 400;
    color: red;
    font-size: 14px;
    margin: 2px 0px 0px 0px;
    display: none;
    position: relative;
    top: 1px;
}
p#msg-error11 {
    font-weight: 400;
    font-size: 14px;
    color: red;
    margin: 2px 0px 0px 0px;
}
.career-modal .intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 80px;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px;
    color: #fff;
}
.career-modal .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px;
    color: #000;
}