@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Roboto:100,300,400,500,700,900&display=swap');
* {outline:none;}
body{
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size:15px;
  line-height: normal;
  color:#4c4c4c;
}

h1,h2,h3,h4,h5{
  margin:0;
}
a:hover, a:focus{
    text-decoration: none;
}
.img-100 {
	width:100%;
}
.pad-0 {
	padding:0;
}
.slick-slide:focus, a:focus {
    outline: none;
}
.flex-center {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-end {
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-stretch {
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row-reverse;
}
.main-title {
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/h1.png) no-repeat;
    background-position: center bottom;
}
.sub-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px;
    color: #666666;
}
.theme-btn {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    color: #fff;
    background: #80c342;
    padding: 15px 20px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s;
    border: 0;
}
.theme-btn:hover {
    color: #fff;
    background: #096eb6;
}


.header-section {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    padding:10px 0 10px 0;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header-section .logo-container {
    max-width: 205px;
    float: left;
}
.header-section .menu-container {
    float: right;
    margin-top: 10px;
}
.header-section .menu-container .navbar {
    min-height: auto;
    margin-bottom: 0;
}
.header-section .menu-container .navbar-nav>li>a {
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #555555;
    font-weight: 600;
    border-right: 1px solid #cccccc;
}
.header-section .menu-container .navbar-nav>li>a:hover,
.header-section .menu-container .navbar-nav>li>a.active,
.header-section .menu-container .navbar-nav>li>a:focus {
    color:#096eb6;
    background:transparent;
}
.header-section .menu-container .navbar-nav>li:last-child>a {
    border-right: 0;
    padding-right:0;
}

.slider-section {
    max-height: calc(100vh - 40px);
    overflow: hidden;
}
.slider-section .carousel-caption {
    padding: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.slider-section.inner-page .carousel-caption {
    padding-top:65px;
}
.slider-section .carousel-caption h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    margin-bottom: 15px;
}
.slider-section .carousel-caption h1 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 50px;
    margin-bottom: 10px;
}
.slider-section.inner-page .carousel-caption h1 {
    font-size: 40px;
}
.slider-section .carousel-caption h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
}
.slider-section .ban-nav a{
    color:#fff;
}
.slider-section .ban-nav a:hover{
    color:#90d93c;
}
.slider-section .carousel-caption .theme-btn {
    margin-top: 50px;
}
.slider-section .carousel-control {
    position: absolute;
    top: 50%;
    bottom: auto;
    width: auto;
    font-size: 40px;
    text-shadow: none;
    background: transparent;
    opacity: 1;
    margin: 0 50px;
}
.news-block {
    background: #096eb6;
    padding: 10px 10px 5px;
    color: #fff;
}

.about-section {
    padding: 70px 0;
}
.about-section .about-bg {
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.about-section .about-left-block {
    margin: 50px 100px;
    color: #fff;
    text-align: center;
}
.about-section .about-left-block p {
    margin-top:20px;
}
.about-section .about-right-block {
    margin: 50px 100px;
    max-width: 450px;
}
.about-section .about-right-block p {
    color:#959595;
    margin-bottom: 20px;
}


.what-we-do-section {
    padding: 70px 0;
    background: #f5f5f5;
    text-align: center;
}
.what-we-do-section .sub-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    text-transform: unset;
    float: left;
    width: 100%;
}
.what-we-do-section .sub-title span {
    background: #51c9f5;
    padding: 10px;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
}
.what-we-do-section .wwd-block {
    margin-bottom: 60px;
    text-align: left;
}
.what-we-do-section .wwd-block.style2 {
    border: 2px solid #fff;
    padding: 10px;
    background: #fff;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.20);
    transform: translate(0px, -10px);
    border-radius: 3px;
}

.recent-project-section {
    padding: 70px 0;
}
.recent-project-section .sub-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 50px;
    color: #494949;
    text-align: center;
    letter-spacing: 1px;
}
.recent-project-section .home-projects-slider .home-project-img-block {
    position: relative;
    float: left;
}
.recent-project-section .home-projects-slider .home-project-img-block:after {
    content:"";
    position: absolute;
    background: rgba(9, 110, 182, 0.85) url(../images/resources/plus.jpg) no-repeat;
    background-position: center;
    left:10px;
    right:10px;
    top:10px;
    bottom: 10px;
    opacity:0;
    transition: all 0.2s;
}
.recent-project-section .home-projects-slider .home-project-img-block:hover:after {
    opacity:1;
}
.recent-project-section .home-projects-slider .home-project-img-block img {
   border:10px solid #fff;
}
.recent-project-section .slick-prev, 
.recent-project-section .slick-next {
    width:auto;
    height:auto;
    margin-top:-15px;
}
.recent-project-section .slick-next {
    right: -5px;
}
.recent-project-section .slick-prev:before {
    content: "";
    background:url(../images/icons/black-arrow-left.png) no-repeat;
    height:37px;
    width:20px;
    position: absolute;
}
.recent-project-section .slick-next:before {
    content: "";
    background:url(../images/icons/black-arrow-right.png) no-repeat;
    height:37px;
    width:20px;
    position: absolute;
}



.industry-speaks-section {
    padding: 70px 0;
    background: #f5f5f5;
}
.industry-speaks-section .testimonial-block {
    padding: 50px;
}
.industry-speaks-section .testimonial-block p {
    color:#999999;
}
.industry-speaks-section .testimonial-block p span {
    font-weight:600;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    margin-top: 20px;
    display: inline-block;
    color:#666;
}
.slick-dots li button:before {
    content:"";
    position:absolute;
    height:5px;
    width:5px;
    background: #000;
    border-radius: 50%;
}
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
    background: #096eb6;
}
.industry-speaks-section .slick-dots li.slick-active button:before {
    background: #096eb6;
}



.project-types-section {
    padding: 70px 0;
}
.project-types-section .sub-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 50px;
    color: #494949;
    text-align: center;
    letter-spacing: 1px;
}
.project-types-section .project-type-list {
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: space-between;
}
.project-types-section .project-type-list li {
    max-width: 150px;
}



.footer-section {
    padding: 50px 0;
    background: #096eb6;
    color: #e5e5e5;
    font-size:14px;
    line-height: 24px;
}
.footer-section .footer-logo {
    margin-bottom: 20px;
    max-width: 150px;
}
.footer-section .sub-title {
    font-weight: 400;
    color: #ffffff;
}
.footer-text {
    margin-right: 50px;
    line-height: normal;
    margin-bottom:0;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav li {
    width: 50%;
    float: left;
    padding-right: 20px;
    position:relative;
    padding-left:20px;
    margin-bottom: 6px;
}
.footer-nav li:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 8px;
}
.footer-nav li a {
    font-size:12px;
    color:#e5e5e5;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.footer-nav li a:hover {
    color:#51c9f5;
}
.cnt-detail{
    display: flex;
    align-items: baseline;
}
.cnt-detail a{
    color:#e5e5e5;
}
.cnt-detail a:hover {
    color:#51c9f5;
}
.cnt-detail .fa {
    margin-right: 15px;
}
.copyright {
    color: #999999;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}
/* ===============================================================================================================================
About Page Css
=============================================================================================================================== */
.about-page-section {
    padding: 70px 0 0;
}
.about-page-section .grey-bg {
    background: #f5f5f5;
}
.about-page-section .content-block {
    padding: 50px;
    line-height: 26px;
}
.about-page-section .content-block .sub-title {
    color:#096eb6;
    margin-bottom:20px;
}
.about-page-section .content-block p {
    margin-bottom:20px;
}
.about-page-section .content-block p:last-child {
    margin-bottom:0;
}
.about-page-section .content-block ul {
    margin: 0;
    padding-left: 20px;
    line-height: normal;
}
.about-page-section .content-block ul li {
    margin-bottom: 10px;
}
/* ===============================================================================================================================
Leadership Page Css
=============================================================================================================================== */
.leadership-page-section {
    padding: 70px 0;
}
.social-profile {
    margin: 20px 0;
}
.social-profile a {
    background: #f5f5f5;
    padding: 10px 15px;
    margin: 0 5px;
    display: inline-block;
}
.leadership-page-section .left-quote {
    margin-top: -50px;
    margin-bottom: 20px;
}
.leadership-page-section .content-block {
    padding: 50px;
    line-height: 26px;
}
.leadership-page-section .content-block p {
    margin-bottom:20px;
}
.leadership-page-section .content-block p:last-child {
    margin-bottom:0;
}
.leadership-page-section .quote {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}
.leadership-page-section .quote .fa {
    color: #d5d5d5;
    font-size: 30px;
    margin: 0 10px;
}
.leadership-gallery {
    margin-top: 70px;
}
.gallery-block-img {
    position: relative;
    margin-bottom: 30px;
}
.gallery-img-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.66);
    width: 100%;
    padding: 15px 20px;
    bottom: 0;
    color: #fff;
}
#event-video {
    width: 100%;
    height: 500px;
}
/* ===============================================================================================================================
Services Page Css
=============================================================================================================================== */
.services-page-section {
    padding: 70px 0;
}
.services-page-section .content-block {
    padding: 50px;
    line-height: 26px;
}
.services-page-section .content-block p {
    margin-bottom:0;
}
.services-blocks-section {
    float: left;
    width: 100%;
    padding: 0 50px;
}
.services-blocks-section .services-block {
    float: left;
    width: 100%;
}
.services-blocks-section .services-block img {
    float: left;
    width: calc(50% - 20px);
    margin-bottom: -18%;
}
.services-blocks-section .services-block:last-child img {
    margin-bottom: 0;
}
.services-blocks-section .services-block p {
    font-weight: 500;
    float: left;
    margin-top: 50px;
    padding: 40px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1.5px solid #51c9f5;
}
.services-blocks-section .services-block.right img {
    float: right;
    margin-bottom: -3%;
}
.services-blocks-section .services-block.right p {
    float: right;
    margin-top: 180px;
}
.services-table-section {
    padding: 70px 0;
    background: #f5f5f5;
}
.services-table-section .table {
    border: 1px solid #ddd;
}
.services-table-section .table tr th {
    background: #0095da;
    color: #fff;
    padding:10px 20px;
}
.services-table-section .table tr td {
    padding:20px;
    border-right: 1px solid #ddd;
}
.services-table-section .table tr td:last-child {
    padding:20px;
    border-right: 0;
    width:50%;
}

/* ===============================================================================================================================
Resources Page Css
=============================================================================================================================== */
.resources-page-section {
    padding: 70px 0 0;
}
.resources-page-section .gal-img {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}
.resources-page-section .gal-img:after {
    content:"";
    position: absolute;
    background: rgba(9, 110, 182, 0.85) url(../images/resources/plus.jpg) no-repeat;
    background-position: center;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    opacity:0;
    transition: all 0.2s;
}
.resources-page-section .gal-img:hover:after {
    opacity:1;
}


/* ===============================================================================================================================
Contact Page Css
=============================================================================================================================== */
.contact-page-section {
    padding: 70px 0;
}
.contact-page-section .contact-box {
    background: #fff;
    text-align: center;
    border: 20px solid #f5f5f5;
    padding: 50px 0;
    margin-bottom: 70px;
}
.contact-page-section .contact-box div {
    border-right: 1px solid #e8e8e8;
}
.contact-page-section .contact-box div:last-child {
    border-right: 0;
}
.contact-page-section #location-map {
    width:100%;
    height:420px;
}
.contact-page-section .form-control {
    border: 0;
    box-shadow: none;
    height: auto;
    padding: 15px 20px;
    background: #f5f5f5;
    border-radius: 0;
}
.contact-page-section .submit-btn .theme-btn {
    border: 0;
    padding: 15px 30px;
}
.contact-page-section .cust-col {
    padding: 0 5px;
}
/********************************
css for the thankyou page
**********************************/
.thank-you-box {
    height: 100vh;
    display: flex;
    align-items: center;
}
.panel-heading {
    font-size: 60px;
    background-color: transparent;
    color: #191919;
    border: none;
    font-weight: 600;
}
.thank-you-box .fa {
    font-size: 100px;
    color: #fff;
    margin-bottom: 20px;
    background: #096eb6;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 24px;
}
.panel-footer {
    border-color: #ffffff;
    font-size: 12px;
}
.submit-msg {
    font-size: 16px;
}
.panel {
    background-color: transparent;
}
@media only screen and (max-width: 768px) and (min-width: 992px) {
    .slider-section.inner-page .carousel-caption h1 {
        font-size: 26px;
    }
    .header-section .logo-container {
        max-width: 120px;
    }
    .header-section .menu-container {
        margin-top: 2px;
    }
    .header-section .menu-container .navbar-nav>li>a {
        padding: 0 10px;
    }
    .slider-section .carousel-caption {
        bottom: 30px;
        transform: unset;
    }
    .slider-section .carousel-caption img {
        max-width: 100px;
    }
    .slider-section .carousel-caption h1 {
        letter-spacing: 2px;
        font-size: 30px;
    }
    .slider-section .carousel-caption .theme-btn {
        margin-top: 20px;
    }
    .slider-section .carousel-control {
        top: auto;
        bottom: 50px;
    }
    .about-section .about-right-block {
        margin: 10px;
    }
    .services-blocks-section {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .services-blocks-section .services-block,
    .services-blocks-section .services-block.right {
        width: 50%;
        padding: 10px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    .services-blocks-section .services-block img, 
    .services-blocks-section .services-block.right img {
        margin-bottom: 0;
        width: 100%;
    }
    .services-blocks-section .services-block p, 
    .services-blocks-section .services-block.right p {
        margin-top: 0;
        padding: 10px;
        text-align: center;
        width: 100%;
    }
    .project-types-section .project-type-list li {
        width: 30%;
        max-width: unset;
        margin-bottom: 50px;
    }

}
@media (max-width:767px) {
    .flex-reverse {
        flex-flow: wrap;
    }
    .main-title {
        font-size: 20px;
        padding-bottom: 25px;
        margin-bottom: 20px;
        background-size: 80%;
    }
    .header-section {
        position: relative;
    }
    .header-section .logo-container {
        max-width: 45px;
        position: absolute;
    }
    .header-section .menu-container {
        width: 100%;
        text-align: center;
    }
    .header-section .navbar-toggle {
        padding: 0;
        margin: 0;
        border-radius: 0;
        margin-bottom: 5px;
    }
    .header-section .navbar-toggle .icon-bar {
        background: #0089d2;
    }
    .header-section .menu-container .navbar-nav>li>a {
        padding: 10px 30px;
        border-right: 0;
        background: #f5f5f5;
        margin-bottom: 2px;
    }
    .header-section .menu-container .navbar-nav>li>a:last-child {
        padding: 10px 30px;
    }
    .header-section .menu-container .navbar-nav>li>a:hover,
    .header-section .menu-container .navbar-nav>li>a.active,
    .header-section .menu-container .navbar-nav>li>a:focus {
        color:#096eb6;
        background:#f5f5f5;
    }
    .slider-section .carousel-caption h1 {
        letter-spacing: 0px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .slider-section .carousel-caption h3 {
        letter-spacing: 0px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .slider-section .carousel-caption h4 {
        letter-spacing: 0px;
        font-size: 14px;
    }
    .slider-section .carousel-caption .theme-btn {
        margin-top: 10px;
    }
    .slider-section .carousel-control {
        font-size: 20px;
        margin: 0 10px;
        top: auto;
        bottom: 5px;
    }
    .slider-section .carousel-caption img {
        max-width: 50px;
    }
    .carousel-caption {
        right:0;
        left:0;
    }
    .about-section {
        padding: 20px 0;
    }
    .about-section .about-bg {
        background-size: 150%;
        background-position: left bottom;
    }
    .about-section .about-left-block {
        margin: 20px;
    }
    .about-section .about-left-block img {
        max-width: 100px;
    }
    .about-section .about-right-block {
        margin: 20px;
        max-width: 100%;
    }
    .what-we-do-section {
        padding: 20px 0;
    }
    .what-we-do-section .sub-title {
        margin-bottom: 10px;
    }
    .what-we-do-section .wwd-block {
        margin-bottom: 10px;
        background: #fff;
        padding: 20px 20px 10px;
        border-radius: 6px;
    }
    .what-we-do-section .theme-btn {
        margin-top: 10px;
    }
	.what-we-do-section .wwd-block.style2 {
		transform: translate(0px, 0px);
	}
    .recent-project-section {
        padding: 20px;
    }    
    .recent-project-section .sub-title, .project-types-section .sub-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .industry-speaks-section {
        padding: 20px 0;
    }
    .industry-speaks-section .testimonial-block {
        padding: 0;
    }
    .project-types-section {
        padding: 20px 0;
    }
    .project-types-section .project-type-list {
        align-items: stretch;
        justify-content: center;
    }
    .project-types-section .project-type-list li {
        width: 50%;
        background: #f5f5f5;
        padding: 10px;
        border: 5px solid #fff;
        font-size: 14px;
    }
    .project-types-section .project-type-list li {
        width: 50%;
        background: #f5f5f5;
        padding: 10px;
        border: 5px solid #fff;
        font-size: 14px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .footer-section {
        padding: 20px 0;
        text-align: center;
    }
    .footer-section .footer-logo {
        display: inline-block;
    }
    .footer-text {
        margin-right: 0;
        margin-bottom: 20px;
        background: rgba(255, 255, 255, 0.1);
        padding: 20px;
    }
    .footer-nav {
        text-align: left;
        background: rgba(255, 255, 255, 0.1);
        float: left;
        width: 100%;
        padding: 20px 20px 10px;
        margin-bottom: 20px;
    }
    .footer-section .sub-title {
        float: left;
        width: 100%;
    }
    .cnt-detail {
        display: block;
        float: left;
        width: 100%;
    }
    .cnt-detail .fa {
        margin-right: 5px;
    }
    .slider-section.inner-page .carousel-caption h1 {
        font-size: 16px;
        line-height: normal;
    }
    .slider-section.inner-page .carousel-caption .ban-nav {
        display: none;
    }
    .about-page-section {
        padding: 20px 20px 0;
    }
    .about-page-section .content-block {
        padding: 20px;
        line-height: normal;
        border-bottom: 20px solid #fff;
    }
    .leadership-page-section {
        padding: 20px;
    }
    .leadership-page-section .content-block {
        padding: 0;
        line-height: normal;
    }
    .leadership-page-section .left-quote {
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 30px;
    }
    .services-page-section {
        padding: 20px;
    }
    .services-page-section .content-block {
        padding: 10px 0;
        line-height: normal;
        margin-bottom: 20px;
    }
    .services-page-section .content-block p {
        text-align: center;
    }
    .services-blocks-section {
        padding: 0;
    }
    .services-blocks-section .services-block img, 
    .services-blocks-section .services-block.right img {
        margin-bottom: 0;
        width: 100%;
    }
    .services-blocks-section .services-block p,
    .services-blocks-section .services-block.right p {
        margin-top: 0;
        padding: 10px;
        border-bottom: 0;
        background: #f5f5f5;
        width: 100%;
        text-align: center;
    }
    .services-table-section {
        padding: 20px 0;
        overflow: auto;
    }
    .resources-page-section {
        padding: 20px 0 0;
    }
    .resources-page-section .gal-img {
        margin-bottom: 5px;
    }
    .contact-page-section {
        padding: 20px 0;
    }
    .contact-page-section .contact-box {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .map-form-box form {
        margin: 20px 0;
    }
    .contact-page-section .cust-col {
        padding: unset;
    }
    .footer-nav li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0px;
    }
}
