body {
    margin: 0;
    min-height: 100%;
    background-color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    opacity: 1;
    transition: opacity 500ms;
    /*margin-top: 75px;*/
}

.border-top {
    border-top: 1px dashed #7f7f7f !important;
}

.nav-link {
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.nav-link:hover, .current {
    color: rgba(255, 138, 0, 0.9) !important;
    text-decoration: none !important;
}

.card {
    /* position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125); */
    border-radius: 4px !important;
    box-shadow: 0 2px 12px rgb(11 17 52 / 10%) !important;
}

.card-title {
    margin-bottom: 1rem !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #1b5784 !important;
}


/* begin: masonry item */ 
.grid {
  background: transparent;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.grid-item img:hover {
    border:solid 2px #0075ff;
}
/* end: masonry item */

.imp-navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    padding-top: 16px;
    background-color: transparent;
    text-align: center;
}

.imp-navbar-width {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}

.imp-navbar-width:before,
.imp-navbar-width:after {
    content: " ";
    display: table;
}

.brand {
    display: inline-block;
    float: none;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    text-align: center;
}

.brand-width {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
    background-image: url(../images/banner/banner_new.jpg);
    background-color: #00000085;
    background-blend-mode: overlay;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: center;
}

.animated-1 {
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0 auto;
}

.animated-2 {								
    -webkit-animation-duration: 900ms;
    animation-duration: 900ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0 auto;
}

.animated-3 {								
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-4 {								
    -webkit-animation-duration: 1400ms;
    animation-duration: 1400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* BEGIN: FadeInDown Level 1 */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        transition: transform
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* END: FadeInDown Level 1 */

/* BEGIN: FadeInDown Level 2 */
@-webkit-keyframes fadeInDownLvl2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@keyframes fadeInDownLvl2 {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        transition: transform
    }
}

.fadeInDownLvl2 {
    -webkit-animation-name: fadeInDownLvl2;
    animation-name: fadeInDownLvl2;
}
/* END: FadeInDown Level 2 */

/* BEGIN: FadeInUp */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
    }
    100% {        
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {        
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        transition: transform
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* END: FadeInDown Level 2 */

.banner-section-medium {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/services/service1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 6%;
}

.banner-section-medium.service1 {
    background-image: url(../images/services/service1.jpeg);
    background-size: cover;
}

.banner-section-medium.aboutus {
    background-image: url(../images/banner/aboutus.jpg);
    background-size: cover;
}

.banner-section-medium.gallery {
    background-image: url(../images/banner/gallery.jpg);
    background-size: cover;
}

.banner-section-medium.services {
    background-image: url(../images/banner/services.jpg);
    background-size: cover;
}

.banner-section-medium.ourcustomer {
    background-image: url(../images/banner/ourcustomer.jpg);
    background-size: cover;
}

.banner-section-medium.contactus {
    background-image: url(../images/banner/contactus.jpg);
    background-size: cover;
}

.underline-box {
    display: block;
    color: #ffe400;
    font-size: 80px;
    line-height: 50px;
    text-decoration: underline;
}

.imp-container {
    position: relative;
    z-index: 5;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.imp-inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.permit-section {
    margin-top: 20px; 
    border-top: solid 2px #ccc; 
    padding-top: 20px;
}

.title-link {
    display: inline-block;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #aab2bd;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase;
}

.title-link.yellow {
    margin-bottom: 10px;
    color: #ffe400;
}

.title-link.orange {    
    margin-bottom: 10px;
    color: #e97c00;
}

.link-block {
    display: inline-block;
    /*margin-bottom: 20px;*/
    font-family: 'Open Sans', sans-serif;
    color: #ffe400;
    font-size: 160px;
    line-height: 175px;
    font-weight: 800;   
}

.link-block-width {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.white {
    color: #ffffff;
}

p {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-family: "Open sans", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.font-w-600 {
    font-weight: 600;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-20 {
    margin-top: 20px;
}

.margin-10 {
    margin: 10px;
}

.customer-logo-div {
    margin: 10px; 
    padding: 10px; 
    /*border: solid 2px #ccc; */
    text-align:center
}

.customer-logo-div img {
    width: 100%;
}

.heading-1 {
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 130px;
    line-height: 139px;
    font-weight: 800;
    text-align: left;
    letter-spacing: -8px;
    text-transform: uppercase;
}

.heading-1.white {
    color: #fff;
}

.heading-2 {
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
    /* letter-spacing: -3px; */
    /* text-transform: uppercase; */   
}

.heading-home {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    font-weight: 800;
    text-align: left;
    width: 90%;
}

.banner-subtitle {
    font-family: 'Open sans', sans-serif;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    margin-top: 0px;
}

.logo {
    max-width: 350px;
    margin-top: 45px;
    margin: 0 auto;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transition: opacity 500ms, transform 500ms;
}

.flex-container.service-row {
    margin-bottom: 70px !important;
}

.vert-container {
    position: relative;
    overflow: hidden;
    width: 33.33333333%;
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-image: url(../images/ex-bg.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.vert-container.service1 {
    background-image: url(../images/services/service1.jpeg);
}

.vert-container.service2 {
    background-image: url(../images/services/service2.jpeg);
}

.vert-container.service3 {
    background-image: url(../images/services/service3.jpeg);
}

.prev-textbox {
    position: relative;
    z-index: 10;
}

.prev-textbox.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    background-color: rgba(0, 0, 0, 0.56);
    /*padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;*/
    padding: 30px;
}

.link-box {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    text-decoration: none;
}

.link-box-width {
    max-width: 100%;
    display: inline-block;
}

.title-small {
    margin-bottom: 0px;
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: -1.5px;
}

.font-w-200 {
    font-weight: 200;
}

h2 {
    margin: 0px 0px 50px 0px;
    margin-bottom: 10px;
    font-family: 'Open sans', sans-serif;
    color: #484d52;
    font-size: 46px;
    line-height: 47px;
    font-weight: 800;
    letter-spacing: -3px;
}

h3 {
    margin: 0px 0px 50px 0px;
    font-family: 'Open Sans', sans-serif;
    color: #00497B; 
    font-size: 28px;
    line-height: 45px;
    font-weight: 300;
    text-align: center;
}

h3.home {
    font-size: 22px;
    font-weight: 400;
    width: 90%;
    line-height: 25px;
    margin-top: 30px;
    color: #fff;
    text-transform: none;
    letter-spacing: -1px;
    text-align: left;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #484d52;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.homecontact {
   color: white !important;
   font-weight: 600 !important;
}



.subtitle-box {
    display: block;
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

.paragraph-big {
    color: #484d52;
    font-size: 26.5px;
    line-height: 34px;
    text-align: left;
}

.paragraph-medium {
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #888;
    margin-top: 15px;
}

.centered {
    text-align: center;
}

.subtitle-box.full-width {
    width: 100%;
    margin-top: 0px;
}

.subtitle {
    font-size: 26.5px;
    text-align: center;
}

.subtitle-2 {
    font-size: 20px;
    text-align: center;
}

.pdr-20 {
    padding-right: 20px;
}

.pdl-20 {
    padding-left: 20px;
}

.subtitle.white-and-small {
    color: #fff;
    font-size: 19px;
    line-height: 25px;
}

.subtitle.medium {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.button-rounded {
    display: inline-block;
    /*height: 51px;*/
    padding: 17px 30px 15px;
    border-radius: 35px;
    background-color: rgba(255, 138, 0, 0.9);
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #060606;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-rounded:hover {   
    padding: 14px 27px 12px; 
    background-color: transparent;
    border: solid 3px rgba(255, 138, 0, 0.9);
    color: #060606;
    text-decoration: none;
}

.button-rounded.mg-top {
    margin-top: 15px;
}

.home-action-btn-container {
    width: 100%; 
    margin-top: 50px;
}

.button-square {
    display: inline-block;
    /*height: 51px;*/
    
    padding: 10px 27px 8px; 
    border-radius: 3px;    
    background-color: transparent;
    border: solid 3px #fff;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-square:hover {       
    padding: 10px 27px 8px;
    background-color: #fff;
    /*border: solid 3px #fff;*/
    color: #000;
    text-decoration: none;
}

.button-sqaure.mg-top {
    margin-top: 15px;
}

.vert-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60% 0px 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
}

.navbar {
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px !important;
    border-top: solid #ff7e00 5px;
    border-radius: 0px;
    /* background-color: rgba(4, 4, 4, 0.74); */
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-default {
    border-bottom:none;
}

.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 264px;*/
}

.navbar-default .navbar-brand {
    color: #041186;
    font-family: Oswald;
    font-size: 20px;
    /* letter-spacing: 2px; */
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.navbar-default .navbar-nav > li > a {
    color: #050505;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.navbar-default .navbar-brand > li > a:focus,
.navbar-default .navbar-brand > li > a:hover,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #ff7e00;
    background-color: transparent;
}

.navbar-link {
    /*width: 19%;*/
    margin-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #484d52;
    font-size: 18.5px;
    font-weight: 800;
    text-decoration: none;
}

.navbar-brand {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    height: 60px !important;
    padding-top: 0px !important;
}

.navbar-link:hover {
    color: rgba(255, 138, 0, 0.9);
    text-decoration: none;
}

.content-wrapper {
    padding-right: 15px;
    padding-left: 15px;    
}

.content-wrapper-width {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    /*max-width: 940px;*/
}

.content-wrapper-width:before,
.content-wrapper-width:after {
    content: " ";
    display: table;
}

.content-wrapper.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts {
    background-color: #000;
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer {
    background-color: #114194;
    position: relative;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    /*background-image: url(../images/banner/home1.jpg);*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: center;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transition: opacity 200ms, transform 200ms;
}

.social-logo {
    width: 30px; 
    height: 30px;
}

.footer-text {
    font-family: Montserrat, sans-serif;
    color: #7a7a7a;
    font-size: 12px;
}

.link {
    font-family: Montserrat, sans-serif;
    color: #ef413b;
    text-decoration: none;
}

.link.bottom-link {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 9px;
    margin-left: 9px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.link.bottom-link:hover {
    color: #8a8a8a;
}

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

/* social div css */
.social-container {
    margin-bottom: 65px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #000;
}

/* about the company CSS section */
.content-section {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 130px;
}

.content-section.intro {
    padding-top: 100px;
    padding-bottom: 100px;
}

.header-text {
    text-align: center;
}

.flex-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-parent.top-margin {
    margin-top: 90px;
}

.item {
    width: 33.33%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}

.circle {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
    border-radius: 50%;
    background-color: #f2f5f7;
}

.circle.icon1 {
    background-image: url(../images/camera.png);
    background-position: 50% 50%;
    background-size: 45px;
    background-repeat: no-repeat;
}

.feature-text-box {
    margin-top: 20px;
}

.history-tabs-content {
    overflow: visible;
}

.tab-content-width {
    position: relative;
    display: block;
    overflow: hidden;
}

.tab-pane {
    padding-top: 45px;
    padding-left: 35px;
}

.list-nostyle {
    padding-left: 0;
    list-style: none;
}

ul, ol {
    margin-top: 5px !important;
    margin-bottom: 10px;
    padding-left: 40px;
}

.list-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 80px;
    border-left: 3px solid #4584f1;;
}

.list-item.last {
    /*border-left-width: 1px;*/
    border-left-color: transparent;
}

.year-block {
    position: absolute;
    left: -44px;
    top: 0px;
    padding: 30px 15px;
    border: 3px none #fff;
    /*border-radius: 100%;*/
    background-color: #4584f1;
    color: #fff;
}

.event-time {
    font-family: 'Open sans', sans-serif; 
    font-size: 20px;   
}

.event-title {
    font-family: 'Open sans', sans-serif;
    font-size: 28px;
    color: rgba(255, 138, 0, 0.9);
    font-weight: 300;
    text-decoration: none;
}

.event-info {
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    color: #b5b5b5;
    font-size: 14px;
}

/* Contact Us */
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.left {
    text-align: left;
}

.container-w {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.container-w:before,
.container-w:after {
    content: " ";
    display: table;
}

.container-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    margin-top: 100px;
}

.contactus-section {
    position: relative;
    max-width: 1120px;
    padding-right: 25px;
    padding-left: 25px;
}

.telephone-no {
    display: block;
    width: 100%;
    padding: 15px 25px;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    text-decoration: none;
    color: #fff;
    position: relative;
    float: left;    
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-33pct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-50pct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-50pct.contact-form {
    display: block;
    min-height: 800px;
    padding: 60px 35px;
    background-color: #f87525;
}

.col-50pct.services-offered {
    display: block;
    min-height: 500px;
    padding: 60px 35px;
    background-color: #fff;
}

.col-50pct.services-offered-img {
    display: block;
    min-height: 500px;    
    background-color: #052656;
    background-image: url(../images/services/service1.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-50pct.services-offered-img2 {
    display: block;
    min-height: 500px;    
    background-color: #052656;
    background-image: url(../images/services/service2.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-50pct.services-offered-img3 {
    display: block;
    min-height: 500px;    
    background-color: #052656;
    background-image: url(../images/services/service3.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blue {
    color: #052656 !important;
}

.offered-services-list {
    font-size: 19px; 
    line-height: 30px; 
    color: #fff;
    text-transform: uppercase;
}

.service-offerred-img {
    position: relative;
    overflow: hidden;    
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-image: url(../images/ex-bg.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.map {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.map-iframe {
    width: 100%;
    height: 400px;
    position: relative;
}

.form-width {
    margin: 0 0 15px;
}

.form-top-margin {
    margin-top: 40px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.field-label {
    margin-bottom: 10px;
    color: #fff;
}

.input-width, .select-width {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.textfield {
    height: 55px;
    margin-bottom: 35px;
    border: 3px solid #fff;
    background-color: #fff;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
    color: #000;
}

.textfield.message {
    height: 130px;
    padding-top: 18px;
}

.button-width {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.submit-button {
    min-width: 160px;
    padding-right: 34px;
    padding-left: 34px;
    border: 3px solid #fff;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #000;
    font-size: 15px;
}


/* Responsive CSS */
@media (max-width: 991px) {
    .imp-navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-section {
        height: auto;
        padding-top: 12%;
    }

    .link-block {
        font-size: 20vw;
        line-height: 1.1em;
    }

    .heading-1 {
        font-size: 12.9vw;
        line-height: 1.1em;
        letter-spacing: -6px;        
    }

    .heading-2 {
        font-size: 6vw;
        line-height: 1.1em;
        letter-spacing: -3px;        
    }

    .heading-home {
        font-size: 6vw;
        line-height: 1.1em;
        letter-spacing: -3px;   
        letter-spacing: inherit;     
    }

    .vert-container {
        width: 50%;
    }

    .vert-container.service3 {
        width: 100%;
    }

    h2 {
        font-size: 6vw;
        line-height: 1.1em;
    }

    h4 {
        font-size: 3.2vw;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 991px) {
    .content-wrapper-width {
        max-width: 728px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 70%;
        padding-top: 10%;
    }

    .heading-1 {
        font-size: 15vw;
    }

    .heading-2 {
        font-size: 10vw;
    }
    /*
    .heading-home {
        font-size: 10vw;
    }*/

    .footer {
        padding-bottom: 30px;
    }

    .footer-link {
        display: inline-block;
        width: 30%;
    }

    .content-wrapper.flex {
        display: block;
    }

    .subtitle-box {
        width: 80%;
    }

    .vert-container {
        width: 100%;
    }
    
    h2 {
        font-size: 8vw;
    }

    h4 {
        font-size: 4.45vw;
    }

    .item {
        width: 50%;
        margin-bottom: 10%;
    }

    .event-title {        
        font-size: 4.45vw;
        font-weight: 400;
    }

    .paragraph-medium {
        font-size: 19px;
    }

    .col-50pct {
        width: 100%;
    }

    .col-50pct.map-block {
        height: 600px;
    }

    .navbar-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .brand-width {
        padding-left: 10px;
    }

    .content-wrapper-width {
        max-width: 728px;
    }
}

@media (max-width: 479px) {
    .logo {
        width: 70%;
        padding-top: 15%;
    }

    .footer-link {
        width: 48%;
        margin-right: 5px;
    }

    .heading-home {
        font-size: 30px;
    }

    h1 {
        font-size: 15vw;
        line-height: 1.1em;
    }

    h2 {
        font-size: 10vw;
        line-height: 1.15em;
    }

    h4 {
        font-size: 7.8vw;
    }

    .item {
        width: 100%;
    }

    .navbar-brand {
        font-size: 16px;
        width: 300px;
    }

    .navbar-brand-name {        
        width: 264px;
    }

}
