html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none !important;
    font-family: 'Metropolis-Regular';
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.15;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../fonts/Metropolis-Regular.otf') format('opentype'), url('../fonts/Metropolis-Regular.eot') format('embedded-opentype'), url('../fonts/Metropolis-Regular.ttf') format('truetype'), url('../fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-Light';
    src: url('../fonts/Metropolis-Light.otf') format('opentype'), url('../fonts/Metropolis-Light.eot') format('embedded-opentype'), url('../fonts/Metropolis-Light.ttf') format('truetype'), url('../fonts/Metropolis-Light.svg#Metropolis-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-Bold.eot') format('embedded-opentype'), url('../fonts/Metropolis-Bold.ttf') format('truetype'), url('../fonts/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-Black';
    src: url('../fonts/Metropolis-Black.otf') format('opentype'), url('../fonts/Metropolis-Black.eot') format('embedded-opentype'), url('../fonts/Metropolis-Black.ttf') format('truetype'), url('../fonts/Metropolis-Black.svg#Metropolis-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
section {
    float: left;
    width: 100%;
    position: relative;
}
h2 {
    color: #005693;
    font-size: 30px;
    font-weight: bold;
}
h3 {
    font-weight: bold;
    color: #373737;
    font-size: 20px;
    /*float: left;*/
    width: 100%;
}
.no-padding {
    padding: 0;
}
.no-padding a, .no-padding img {
    vertical-align: middle !important;
}
.no-margin {
    margin: 0;
}
.container {
    max-width: 1440px !important;
    width: 100%;
}
/*---------------START----------------*/

.sticky-header {
    position: fixed;
    background: rgba(0, 0, 0, 0.0);
    top: 0px;
    z-index: 999;
    width: 100%;
}
.sticky-header.header-opacity{
  background: rgba(0, 0, 0, 0.3);
}
.sticky-header.header-opacity.header-shrink,
body.no-banner .sticky-header.header-opacity{
background: rgba(0, 0, 0, 1);
}
.header-with-top {
    top: 40px;
}
.sticky-header .nav-link::after {
    display: none !important;
}
.logo img {
    max-width: 252px;
    width: 100%;
}
.sticky-header .navbar-expand-lg .navbar-nav .nav-link,
.sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;
    font-size: 16px;
    padding: 15px 0px;
    font-family: 'Metropolis-Black';
    font-weight: 500;
}
.sub-menu{
    display: none;
    position: absolute;
    left: 0;
    width: 300px;
    margin: 0;
    background: #FFF;
    border-radius: 10px;
    padding: 10px 0;
}
.navbar-nav .menu-item:hover .sub-menu{
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sub-menu > .menu-item {
    margin: 0 15px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sub-menu > .menu-item a.nav-link{
    color: #393939 !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    display: block;
}
/*.sub-menu > .menu-item a.nav-link:before{
    display: none;
}*/
.sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
}
.sticky-header .navbar-expand-lg .navbar-nav li {
    position: relative;
    margin: 0 30px;
}
.sticky-header .navbar-expand-lg .navbar-nav li:last-child {
    margin: 0 0 0 30px;
}
.navbar-brand {
    padding: 20px 0;
}
.navbar {
    padding: 0;
}
.header-shrink {
    background: #000000;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
    /* Safari */
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0.0s;
    top: 0px !important;
}
.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #FFFFFF;
}
.header-shrink .open-offcanvas {
    color: #FFFFFF;
}
.hide-carat .nav-link::after {
    display: none !important;
}
#header {
    height: 120px;
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
}
.contact-header {
    float: right;
    width: 100%;
}
.contact-header span {
    float: right;
    color: #5a88df;
    font-size: 18px;
    font-family: 'Metropolis-Regular';
    font-style: italic;
    width: 100%;
    text-align: right;
}
.contact-header a.contact {
    font-size: 30px;
    font-family: 'Metropolis-Bold';
    color: #FFFFFF;
    background: url(../images/phone_icon.png) left top no-repeat;
    padding: 5px 0 0 10px;
    float: right;
}
.carousel-item {
    min-height: 39vw;
    /* min-height: 890px; */
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item.inner_page{
    height: 40vh;
    min-height: 200px;
}
.inner-banner {
    height: 450px;
    min-height: 450px;
}
.carousel-caption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 70px;
}
.carousel-caption h1, .carousel-caption h2 {
    font-size: 120px;
    font-family: 'Metropolis-Black';
    margin: 0 0 15px 0;
    color: #FFFFFF;
    position: relative;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}
.carousel-caption h2 {
    font-family: 'Metropolis-Regular';
    font-size: 60px;
    font-weight: normal;
}

#banner:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 20vw;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    display: block;
    width: 100%;
    font-weight: bold;
    background: #ef3125;
    border: none;
    box-shadow: 0px 4px 0px 0px #cc2b21;
    border-radius: 10px;
}
.services-img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.services-img img {
    width: 100%;
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #4a7bd7;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before{
    left: 0;
    right: 0;
}

.service-img-link img{
  transition: .5s;
}

.service-img-link:hover img{
  transform: scale(1.25);
}

.services-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    font-size: 24px;
    font-family: 'Metropolis-Black';
    color: #FFFFFF;
    padding: 15px 20px;
    z-index: 1;
}
.services-content,
.services-img:hover .services-content,
.services-content-last {
    position: absolute;
    /* background: rgba(0, 0, 0, 0.65); */
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Metropolis-Black';
    font-size: 36px;
    color: #FFFFFF;
}

@media (min-width: 1400px){
  .services-content{
    font-size: 48px;
  }
}

@media(min-width: 1800px){
  .services-content{
    font-size: 60px;
  }
}


.services-content {
    top: -100%;
}
.services-img:last-child .services-content{
    top: 0;
}
.client-main {
    padding: 80px 0;
}
.our-service, .our-clients {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
}
h3 {
    color: #2b5fc0;
    font-size: 48px;
    font-family: 'Metropolis-Black';
}
.our-service h4, .our-clients h4 {
    font-size: 28px;
    color: #333333;
    font-family: 'Metropolis-Bold';
}
.our-service p, .our-clients p {
    font-size: 18px;
    color: #333333;
    font-family: 'Metropolis-Light';
    line-height: 30px;
    margin: 30px 0 0 0;
}
.client-img img {
    width: 100%;
}
.border-right {
    border-right: 2px solid #e5e5e5!important;
    border-bottom: 2px solid #e5e5e5;
    display: block;
}
.border-right:nth-child(4n) {
    border-right: none !important;
}

.border-right::before {
    content: "•";
    position: absolute;
    top: -41px;
    left: -15px;
    font-size: 70px;
    color:
    white;
}

.footer {
    float: left;
    width: 100%;
    background: url(../images/footer_bg.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: #FFFFFF;
    line-height: 30px;
}
.footer-left-content {
    float: left;
    width: 100%;
}
.footer-left-content h5 {
    font-size: 24px;
    font-family: 'Metropolis-Black';
}
.footer-left-content p {
    font-size: 18px;
    font-family: 'Metropolis-Light';
}
.footer-left-content ul {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.footer-left-content ul li {
    float: left;
    width: 50%;
}
.footer-left-content ul li i {
    margin: 0 10px 0 0;
}
.footer ul.navbar-nav {
    float: left;
}
.footer ul.navbar-nav li {
    margin: 0 15px;
}
.footer ul.navbar-nav li a {
    color: #FFFFFF !important;
    font-size: 18px;
    font-family: 'Metropolis-Black';
}
.footer-right {
    float: left;
    width: 90%;
    margin: 40px 0 0 10%;
}
.footer-right p {
    color: #FFFFFF;
    font-size: 18px;
}
/* Carousel Slider inner page */

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.nbs-flexisel-nav-left {
    left: 10px;
}
/*.nbs-flexisel-nav-left:before {
    content: "<"
}
*/

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}
.nbs-flexisel-nav-right {
    right: 5px;
}
/*.nbs-flexisel-nav-right:before {
    content: ">"
}*/

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.service-main .service_title {
    float: left;
    width: 100%;
    background: url(../images/footer_bg.png) no-repeat center center;
    background-size: cover;
    padding: 0;
    color: #FFFFFF;
    border-left: 5px solid #2b5fc0;
}

.service-main .service_title span {
    padding: 10px 0 10px 15px;
    display: inline-block;
    border-left: 5px solid #fff;
}
.gallery_section {
    float: left;
    width: 100%;
    margin: 25px 0;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {}
.nbs-flexisel-nav-right {
    background: url(../images/right-arrow.png) no-repeat center center;
    width: 45px;
    height: 45px;
}
.nbs-flexisel-nav-left {
    background: url(../images/left_arrow.png) no-repeat center center;
    width: 45px;
    height: 45px;
}
.service-main {
    padding: 80px 0;
}
.service-main h3 {
    font-size: 48px;
    margin: 0 0 40px 0;
}
.service-main p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-family: 'Metropolis-Light';
    margin-bottom: 10px;
}
.service_title span {
    font-size: 32px;
    font-family: 'Metropolis-Black';
}
.service-main .our-service {
    padding: 10px 30px 0px 30px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.25);
    border-top: 5px solid #2b60c0;
    margin-bottom: 60px;
}
.service-main .our-service input[type=text], .service-main .our-service textarea {
    border: none !important;
    background: #dddddd;
}
.service-main .our-service .button {
    background: #2b60c0 !important;
    border: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    font-size: 18px;
    font-family: 'Metropolis-Black';
    color: #FFFFFF;
    padding: 15px 40px !important;
    bottom: -38px;
    border-bottom: 5px solid #2552a5;
    cursor: pointer;
    min-height: auto !important;
}
.service-main .our-service h3 {
    font-size: 36px !important;
    font-family: 'Metropolis-Black';
    margin: 10px 0 20px 0 !important;
}
.service-main .our-service .gform_footer {
    margin: 0;
    padding: 0;
}
.information-outer {
    padding: 8px;
    background: #f3f3f3;
    width: 100%;
    margin: 30px 0;
}
.information p{
    width: 100%;
    font-size: 22px;
    color: #333333;
    font-family: 'Metropolis-Light';
    border: 3px solid #FFFFFF;
    padding: 40px;
    line-height: 30px;
}
.information span {
    color: #2b60c0;
    font-family: 'Metropolis-Black';
}
.information span i {
    margin: 0 0 0 10px;
}
.service-main .our-service h3:after {
    content: "!";
    color: #2b5fc0;
    padding-left: 2px;
}
.gform_wrapper .gfield_required{
  color: #ff0000 !important;
}
.gform_wrapper ul.gform_fields li.gfield{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.inner-content ul,
.entry-content ul {
  padding-left; 0;
  list-style: none;
  margin-bottom: 1em;
}

.inner-content ul li,
.entry-content ul li {
  position: relative;
  line-height: 26px;
  margin: 5px 0;
  padding-left: 1.25em;
  font-weight: normal;
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.inner-content li:before,
.entry-content li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f058"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  color: #2b5fc0;
}


.inner-content b, .inner-content strong, .entry-content b, .entry-content strong{
  font-family: 'Metropolis-Light';
  font-size: 20px;
  font-weight: 600;
  color: #2b60c0;
}

.entry-content .gform_button{
    background: #2b60c0 !important;
    border: none;
    font-size: 18px !important;
    font-family: 'Metropolis-Black';
    color: #FFFFFF;
    padding: 15px 40px !important;
    border-bottom: 5px solid #2552a5;
    cursor: pointer;
    min-height: auto !important;
}
.footer-left-content a{
    color: #FFFFFF;
}
.entry-content a{
    color: #333333;
}
.footer-left-content a:hover, .entry-content a:hover{
    color: #2b5fc0;
    text-decoration: underline;
}
.footer-left-content a:hover i{
    color: #fff;
    text-decoration: none;
}
.gallery_section span.zoom_icon i{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    color: #FFFFFF;
}
.gallery_section span.zoom_icon i:hover{
    color: #2b5fc0;
}
.footer .footer-left-content ul li i.fa-facebook-f{
    border: solid 1px #fff;
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 13px;
}
.border-right.border-none{
    border-bottom: none;
}


.owl-carousel{
    margin: 30px 0 0 0;
    float: left;
}

.owl-stage-outer{
    width: 100% !important;
}
.gallery_section .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: solid 2px #2b5fc0 !important;
    border-radius: 30px;
    background: #FFFFFF !important;
}
.gallery_section .owl-nav button.owl-prev{
    left: -50px;
}
.gallery_section .owl-nav button.owl-next{
    right:-40px;

}
.gallery_section .owl-nav button span{
    font-size: 30px;
    line-height: 20px;
    color: #2b5fc0 !important;
}



@media (min-width: 750px){
  .inner-content ul.two-col,
  .entry-content ul.two-col {
    columns: 2;
  }
}


body.no-banner{
  padding-top: 100px;
}
