@charset "utf-8";

/* CSS Document */

.container,
section,
.container-fluid,
body {
    min-width: 1000px !important;
}

.col-xs-12 {
    width: 100% !important;
    float: left;
}

.col-xs-11 {
    width: 91.66666667% !important;
    float: left;
}

.col-xs-10 {
    width: 83.33333333% !important;
    float: left;
}

.col-xs-9 {
    width: 75% !important;
    float: left;
}

.col-xs-8 {
    width: 66.66666667% !important;
    float: left;
}

.col-xs-7 {
    width: 58.33333333% !important;
    float: left;
}

.col-xs-6 {
    width: 50% !important;
    float: left;
}

.col-xs-5 {
    width: 41.66666667% !important;
    float: left;
}

.col-xs-4 {
    width: 33.33333333% !important;
    float: left;
}

.col-xs-3 {
    width: 25% !important;
    float: left;
}

.col-xs-2 {
    width: 16.66666667% !important;
    float: left;
}

.col-xs-1 {
    width: 8.33333333% !important;
    float: left;
}

.col-sm-12 {
    width: 100% !important;
    float: left;
}

.col-sm-11 {
    width: 91.66666667% !important;
    float: left;
}

.col-sm-10 {
    width: 83.33333333% !important;
    float: left;
}

.col-sm-9 {
    width: 75% !important;
    float: left;
}

.col-sm-8 {
    width: 66.66666667% !important;
    float: left;
}

.col-sm-7 {
    width: 58.33333333% !important;
    float: left;
}

.col-sm-6 {
    width: 50% !important;
    float: left;
}

.col-sm-5 {
    width: 41.66666667% !important;
    float: left;
}

.col-sm-4 {
    width: 33.33333333% !important;
    float: left;
}

.col-sm-3 {
    width: 25% !important;
    float: left;
}

.col-sm-2 {
    width: 16.66666667% !important;
    float: left;
}

.col-sm-1 {
    width: 8.33333333% !important;
    float: left;
}

.col-md-12 {
    width: 100% !important;
    float: left;
}

.col-md-11 {
    width: 91.66666667% !important;
    float: left;
}

.col-md-10 {
    width: 83.33333333% !important;
    float: left;
}

.col-md-9 {
    width: 75% !important;
    float: left;
}

.col-md-8 {
    width: 66.66666667% !important;
    float: left;
}

.col-md-7 {
    width: 58.33333333% !important;
    float: left;
}

.col-md-6 {
    width: 50% !important;
    float: left;
}

.col-md-5 {
    width: 41.66666667% !important;
    float: left;
}

.col-md-4 {
    width: 33.33333333% !important;
    float: left;
}

.col-md-3 {
    width: 25% !important;
    float: left;
}

.col-md-2 {
    width: 16.66666667% !important;
    float: left;
}

.col-md-1 {
    width: 8.33333333% !important;
    float: left;
}

.col-lg-12 {
    width: 100% !important;
    float: left;
}

.col-lg-11 {
    width: 91.66666667% !important;
    float: left;
}

.col-lg-10 {
    width: 83.33333333% !important;
    float: left;
}

.col-lg-9 {
    width: 75% !important;
    float: left;
}

.col-lg-8 {
    width: 66.66666667% !important;
    float: left;
}

.col-lg-7 {
    width: 58.33333333% !important;
    float: left;
}

.col-lg-6 {
    width: 50% !important;
    float: left;
}

.col-lg-5 {
    width: 41.66666667% !important;
    float: left;
}

.col-lg-4 {
    width: 33.33333333% !important;
    float: left;
    min-height: 336px;
}

.col-lg-3 {
    width: 25% !important;
    float: left;
}

.col-lg-2 {
    width: 16.66666667% !important;
    float: left;
}

.col-lg-1 {
    width: 8.33333333% !important;
    float: left;
}

body {
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    font-size: 15px;
    line-height: 26px;
}


/*========================================================================= Loader =========================================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999999999999;
}

#status {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/loader.png) 50% 50% no-repeat #fff;
}


/*========================================================================= Header =========================================================================*/

.modal {
    padding-right: 0 !important;
}

.modal-open {
    padding-right: 0 !important;
}

header.head-bar {
    position: absolute;
    width: 100%;
    top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    border: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    z-index: 99;
}

header .logo {
    float: left;
    padding: 8px 0;
}

header.head-bar.shrink-nav {
    border-bottom-color: #f1f1f1;
}

header.head-bar .container {}

header.shrink-nav .container {
    border-color: #f1f1f1;
}

header.shrink-nav {
    top: 0px;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

header .navbar-default {
    background: none;
    margin-bottom: 0;
    border: none;
    float: right;
    margin-top: 25px;
}

.navbar-right li {
    padding: 0 10px;
}

.navbar-default .navbar-nav>.active>a {
    background: none;
}

.navbar-default .navbar-nav>.active>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #216cb6;
}

.navbar-default .navbar-nav>.active>a:hover {
    background: none;
}

.navbar-default .navbar-nav>.active>a:focus {
    background: none;
}

header.shrink-nav .navbar-nav>li>a {
    color: #737373!important;
}

.shrink-nav .navbar-default .navbar-nav>.active>a:after {
    background-color: #216cb6;
    bottom: 0;
}

header.shrink-nav .navbar-nav>li>a:hover {
    color: #1690d1!important;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 10px 8px;
    font-weight: 400;
    color: #737373 !important;
    position: relative;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.dropdown-menu>li {
    border-bottom: 1px dashed #398fe4;
}

.dropdown-menu>li:last-child {
    border: none;
}

.dropdown-menu>li>a {
    white-space: inherit;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    color: #fff;
    padding: 10px 15px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #3dbce7;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
    color: #3bbbe7 !important;
}

.navbar-nav>li>.dropdown-menu {
    background: #216cb6;
    border: none;
    min-width: 250px;
    max-width: 300px;
    top: 73px;
    padding: 0;
    border-radius: 0
}

.navbar-nav>li>a:hover {
    color: #3bbbe7 !important;
}

ul.dropdown-menu li {
    padding: 0;
    max-width: 300px;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms;
}

.navbar-right li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all 500ms;
}

header.head-bar.inner-pages {
    background: transparent;
}

header.head-bar.inner-pages .navbar-nav>li>a {
    color: #fff !important;
}

header.head-bar.inner-pages .container {}

header.head-bar.inner-pages.shrink-nav {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

header.head-bar.inner-pages.shrink-nav .navbar-nav>li>a {
    color: #737373!important;
}

header.head-bar.inner-pages.shrink-nav {}

header.head-bar.inner-pages.shrink-nav .container {
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.addr {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.addr p {
    color: #333!important;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.addr span {
    float: left;
    width: 30px;
    opacity: 0.5;
    margin-right: 15px;
}


/*
@-webkit-keyframes flexible-menu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes flexible-menu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-ms-keyframes flexible-menu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.dropdown ul.dropdown-menu {
    display: none !important;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    -webkit-animation: flexible-menu 600ms ease-in-out;
    -moz-animation: flexible-menu 600ms ease-in-out;
    -ms-animation: flexible-menu 600ms ease-in-out;
    animation: flexible-menu 600ms ease-in-out;
}

*/


/*Header end*/


/*========================================================================= Banner =========================================================================*/

.banner {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    overflow: hidden;
}


/*.banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 10%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    opacity: 0.8;
}*/

.banner .inner-cap {
    background: transparent;
    width: 100%;
    padding: 20px 0;
}

.banner .inner-cap h1 {
    font-size: 92px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #fff;
}

.banner .inner-cap h3 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    text-shadow: 0px 0px 4px #000;
}

.banner .inner-cap h1 span {
    font-weight: 200;
}

.nivo-directionNav {
    position: absolute;
    right: 100px;
    bottom: 150px;
    width: 100px;
    height: 50px;
    z-index: 10;
}

.nivo-directionNav a {
    top: 0;
}

.nivoSlider:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba(11, 59, 107, 0.88); */
    z-index: 9;
}

@media(max-width:1366px) {
    .banner .inner-cap h1 {
        font-size: 72px;
    }
}

@media(max-width:1199px) {
    .nivo-caption {
        top: 27%;
    }
    .banner .inner-cap h1 {
        font-size: 62px;
    }
}


/*Banner end*/


/*========================================================================= About =========================================================================*/

section.about {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url(images/about-bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 250px;
    z-index: 9;
}

section.about:after {
    position: absolute;
    content: 'ABOUT';
    left: 7%;
    top: 40%;
    font-size: 90px;
    font-weight: 900;
    opacity: 0.1;
    bottom: 0;
    padding: 0;
    width: auto;
    height: 60px;
    transform: rotate(-90deg);
    transform-origin: left;
    text-align: left;
    white-space: nowrap;
    letter-spacing: -4px;
}

section.about .container {
    margin-top: -130px;
    position: relative;
    z-index: 2;
}

.about-left-box {
    padding: 50px;
    min-height: 300px;
    color: #939393;
    float: left;
    background: rgb(255, 255, 255);
    background: linear-gradient(177deg, rgba(255, 255, 255, 1) 0%, rgba(213, 224, 233, 1) 100%);
}

.about-left-box img {
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

.about-left-box:hover img {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}

.about-left-box h3 {
    color: #3bbbe7;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 200;
}

.about-left-box p {
    margin-bottom: 15px;
}

.about-left-box h2 {
    color: #000;
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 20px;
}

.about-left-box a {
    background: #3bbbe7;
    position: relative;
    color: #fff;
    padding: 8px 15px;
    float: left;
    margin-top: 30px;
    border-radius: 25px;
}

.about-left-box a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    left: 120%;
    top: 49%;
    background: #fff;
    animation-name: img_aft;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.about-left-box a:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 100%;
    top: 15%;
    border-radius: 50%;
    z-index: 2;
    /* IE10+ */
    background-image: -ms-linear-gradient(top left, #216cb6 0%, #216cb6 50%, #3bbbe7 51%, #3bbbe7 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, #216cb6 0%, #216cb6 50%, #3bbbe7 51%, #3bbbe7 100%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #216cb6 0%, #216cb6 50%, #3bbbe7 51%, #3bbbe7 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #216cb6), color-stop(50, #216cb6), color-stop(51, #3bbbe7), color-stop(100, #3bbbe7));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #216cb6 0%, #216cb6 50%, #3bbbe7 51%, #3bbbe7 100%);
    /* W3C Markup */
    background-image: linear-gradient(to bottom right, #216cb6 0%, #216cb6 50%, #3bbbe7 51%, #3bbbe7 100%);
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.ceo-box {
    float: left;
    margin-top: 50px;
}

.ceo-box h4 {
    letter-spacing: 3px;
    margin-top: 20px;
}

.ceo-box h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 800;
}

.ceo-box h3 span {
    font-weight: 200;
}

.about-right {
    padding-left: 50px;
    float: left;
}

.about-left {
    float: left;
}

.about-right-inner {
    float: left;
    margin-top: 190px;
}

.about-right .vision-img-main {
    float: left;
}

.vision-img {
    position: relative;
    z-index: 1;
}

.vision-bg {
    position: relative;
}

.vision-img img {
    position: relative;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    border-radius: 40px 40px 0px 0px;
    -moz-border-radius: 40px 40px 0px 0px;
    -webkit-border-radius: 40px 40px 0px 0px;
    border: 0px solid #000000;
}

.about-right-inner:hover .vision-img-main img {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}

.vision-text {
    background: #ffffff;
    float: left;
    border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -webkit-border-radius: 0px 0px 40px 40px;
    border: 0px solid #000000;
    padding: 20px 10px;
    box-shadow: 4px 10px 9px -12px #ccc;
}

.about-right-inner:hover .vision-img-main img {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}

.vision-text .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border: none;
    padding: 0;
}

.vision-text .panel-default>.panel-heading .nav-tabs {
    border: none;
    text-align: center;
    position: relative;
    margin-top: -40px;
    z-index: 1;
}

.vision-text .panel-default>.panel-heading .nav-tabs li {
    float: none;
    display: inline-block;
}

.vision-text .panel-default {
    box-shadow: none;
    margin: 0;
    border: none;
    background: transparent;
}

.vision-text .panel-default>.panel-heading .nav-tabs>li>a {
    border-radius: 0;
    border: none !important;
    color: #000;
    background: #d5e0e9;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    border-radius: 0;
    background: #3bbbe7 !important;
    color: #fff !important;
}

.nav-tabs>li>a:hover {
    border: none;
    border-radius: 0;
    background: none;
}

.tab-content h3 {
    margin-bottom: 10px;
}

.tab-content p {
    font-size: 14px;
}

@media(max-width:1500px) {
    section.about::after {
        left: 6%;
    }
}

@media(max-width:1366px) {
    section.about::after {
        left: 4%;
        font-size: 56px;
    }
}

@media(max-width:1199px) {
    section.about::after {
        display: none;
    }
}


/*About end*/


/*========================================================================= Projects =========================================================================*/

section.projects {
    width: 100%;
    position: relative;
    z-index: 10;
}

section.projects:after {
    position: absolute;
    content: 'PROJECTS';
    right: -15%;
    top: 12%;
    font-size: 90px;
    font-weight: 900;
    opacity: 0.1;
    bottom: 0;
    padding: 0;
    width: auto;
    height: 60px;
    transform: rotate(90deg);
    transform-origin: left;
    text-align: left;
    white-space: nowrap;
    letter-spacing: -4px;
}

section.projects:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    top: 10px;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.owl-service.owl-carousel .owl-nav {
    display: block!important;
    position: absolute;
    top: 35%;
    left: -46px;
}

.owl-service.owl-carousel .owl-nav div {
    background: #3bbbe7;
    padding: 5px;
    box-shadow: 0px 0px 0px 4px #fff;
    margin-bottom: 15px;
}

.owl-service.owl-carousel .owl-nav .owl-next {
    background: #216cb6;
}

.owl-carousel .owl-item img {
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

.owl-carousel .owl-item:hover img {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}

.owl-modal .owl-item:hover img {
    border-radius: 0;
}

.srv-container {
    position: relative;
    margin-top: -200px;
}

.srv-container::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    top: 0;
    left: -20%;
    background: url(images/srv-bg.jpg) no-repeat top center;
    background-size: cover;
}

.srv-text-box {
    float: right;
    padding: 70px;
    background: #216cb6;
    color: #fff;
    z-index: 1;
}

.srv-text-box h2 {
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 0px;
}

.srv-text-box h4 {
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.srv-text-box a {
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    float: right;
    position: relative;
}

.srv-text-box:hover a {
    /* margin-top: 20px; */
    -webkit-animation-name: moveright;
    animation-name: moveright;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 100;
    -webkit-animation-iteration-count: 100;
}

.service-box-main {
    background: rgb(255, 255, 255);
    background: linear-gradient(126deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    padding: 20px;
    width: 98%;
    float: right;
    margin-bottom: 100px;
    z-index: 1;
}

.service-box-main .owl-service h3 {
    margin-bottom: 15px;
    margin-top: 96px;
    color: #000;
    line-height: 28px;
    font-size: 22px;
}

.service-box-main .owl-service a {
    background: #3bbbe7;
    position: relative;
    padding: 8px 25px;
    margin-top: 15px;
    float: left;
    color: #fff;
    border-radius: 25px;
}

.service-box-main .owl-service a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    left: 100%;
    top: 49%;
    background: #216cb6;
    animation-name: img_aft_srv;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}


/* .owl-service .owl-nav{
    display: none;
} */

a.srv .move {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #216cb6;
    left: 0;
    top: 0;
    border-radius: 25px;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}

a.srv:hover .move {
    left: 50%;
}

a.srv span {
    position: relative;
    z-index: 1;
}

@media(max-width:1600px) {
    section.projects:after {
        right: -19%;
    }
}

@media(max-width:1500px) {
    section.projects:after {
        right: -22%;
    }
}

@media(max-width:1400px) {
    section.projects:after {
        right: -25%;
    }
}

@media(max-width:1366px) {
    section.projects:after {
        right: -14%;
        font-size: 56px;
        top: 25%;
    }
}

@media(max-width:1199px) {
    section.projects::after {
        display: none;
    }
}


/*========================================================================= Services =========================================================================*/

.services {
    padding: 100px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(213, 224, 233, 1) 100%);
    padding-bottom: 130px;
    position: relative;
}

section.services:after {
    position: absolute;
    content: 'SERVICES';
    left: 7%;
    top: 70%;
    font-size: 90px;
    font-weight: 900;
    opacity: 0.1;
    bottom: 0;
    padding: 0;
    width: auto;
    height: 60px;
    transform: rotate(-90deg);
    transform-origin: left;
    text-align: left;
    white-space: nowrap;
    letter-spacing: -4px;
}

.service-left {
    padding-top: 80px;
}

.service-box {
    float: left;
    padding: 30px 15px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.service-right {
    padding-left: 70px;
    position: relative;
    z-index: 2;
}

.service-left h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 800;
}

.service-left h3 span {
    font-weight: 200;
}

.service-box h3 {
    margin-bottom: 15px;
}

.service-box img {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    transition: 400ms all;
    -webkit-transition: 400ms all
}

.service-box:hover img {
    border-radius: 0;
}

a.srv {
    background: #3bbbe7;
    position: relative;
    padding: 8px 25px;
    margin-top: 15px;
    float: left;
    color: #fff;
    border-radius: 25px;
}

@media (max-width:1500px) {
    section.services:after {
        left: 6%;
    }
}

@media (max-width:1366px) {
    section.services:after {
        left: 4%;
        font-size: 56px;
        top: 55%;
    }
}

@media (max-width:1260px) {
    section.services:after {
        display: none;
    }
}

@media (max-width:1199px) {
    .service-right {
        padding-left: 15px;
    }
}


/*------------------------------------------------------------------------- clients -----------------------------------------------------------------------*/

.clients {
    margin-top: 120px;
    margin-bottom: 20px;
}

.clients h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}

.clients h6 {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.clients figure:hover h6 {
    color: #337ab7;
    border-top: 1px solid #337ab7;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
}

.clients .sec-box figure {
    float: left;
    margin-bottom: 25px;
    padding: 0 50px;
    margin-top: 40px;
    width: 25%;
    text-align: center;
    min-height: 150px;
}

@media(max-width:1199px) {
    .clients .sec-box figure {
        padding: 0 30px;
    }
}


/*========================================================================= footer =========================================================================*/

.footer {
    background: #222222;
    display: inline-block;
    width: 100%;
    color: #727272;
    position: relative;
    float: left;
    z-index: 1;
    margin-top: 100px;
}

@media (max-width:1199px) {
    .footer {
        padding-bottom: 15px;
    }
}

.footer .special-container {
    position: relative;
    width: 1400px;
    margin: auto;
}

.footer-product {
    width: 100%;
    background: #2b2b2b;
    padding: 60px 30px;
    position: relative;
    float: left;
    margin-top: -50px;
}

.foot-pr h3 {
    color: #333333;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: -104px;
    position: relative;
}

@media (max-width:1360px) {
    .foot-pr h3 {
        font-size: 30px;
    }
}

@media (max-width:1199px) {
    .foot-pr h3 {
        font-size: 30px;
    }
}

.foot-pr h3::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 0;
    top: -15px;
    background: #3bbbe7;
}

.footer-product a.more {
    padding: 6px 15px;
    background: #464646;
    border-radius: 50px;
    margin-left: 15px;
    margin-top: 20px;
    float: left;
    color: #909090;
    box-shadow: 3px 4px 6px 0px #212121;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.footer-product a.more:hover {
    background: #3bbbe7;
    color: #fff;
}

.footer-product ul {
    float: left;
    width: 100%;
}

.footer-product ul li a {
    padding: 8px 0;
    border: 1px solid #2b2b2b;
    border-radius: 50px;
    color: #727272;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.footer-product ul li a:hover {
    color: #3bbbe7;
}

.footer-product ul li {
    margin-bottom: 5px;
    border-bottom: 1px dashed #3e3e3e;
    padding-bottom: 5px;
}

.footer-about h3 {
    color: #3f3f3f;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 15px;
    position: relative;
    margin-top: 40px;
}

.footer-about {
    padding-top: 20px;
}

.footer-about p {
    font-size: 13px;
    line-height: 21px;
}

.footer-about h3::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 0;
    top: -15px;
    background: #3bbbe7;
}

.footer-about a.more {
    padding: 6px 15px;
    background: #464646;
    border-radius: 50px;
    margin-top: 20px;
    float: left;
    color: #909090;
    box-shadow: 3px 4px 6px 0px #212121;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.footer-about a.more:hover {
    background: #3bbbe7;
    color: #fff;
}

.footer-address {
    background: #171717;
    float: right;
    width: 100%;
    margin-top: -50px;
    position: relative;
}

@media (max-width:1400px) {
    .footer .special-container {
        position: relative;
        width: 1170px;
        margin: auto;
    }
}

@media (max-width:1199px) {
    .foot-adr-row {
        padding: 0 -10px 0 -10px;
    }
    .footer .special-container {
        width: 1000px;
    }
}

@media (max-width:1260px) {
    .footer-address div {
        padding: 20px;
    }
}

.row.foot-adr-row {
    padding: 0 15px;
}

.foot-address {
    background: #0b0b0b;
    padding: 30px;
}

.foot-address ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-address ul li {
    padding: 20px 20px 10px;
    color: #727272;
    width: auto !important;
}

.foot-address ul li a {
    color: #727272;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.foot-address ul li a:hover {
    color: #3ebbe6;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.foot-address ul li:last-child {
    border: none;
}

.foot-address ul li span svg:not(:root) {
    overflow: hidden;
    fill: #727272;
    width: 33px;
}

.foot-address ul li span {
    width: 35px;
    float: left;
    margin-right: 20px;
}

.foot-logo {
    position: absolute;
    right: 0;
    height: 100%;
}

.foot-logo-img {
    padding: 25px;
}

.foot-logo img {
    text-align: center;
    margin: 0px auto;
}

@media (max-width:1260px) {
    .foot-logo img {
        padding-top: 10%;
    }
}

.social-icon ul li {
    margin: 15px 8px 8px;
    display: inline-block;
}

@media(max-width:1199px) {
    .social-icon ul li:last-child {
        width: auto;
        margin-top: 20px;
    }
}

.social-icon ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.social-icon ul li a img {
    width: 25px;
    transition: all 500ms;
}

.social-icon ul li a:hover img {
    transform: translateY(-5px);
    transition: all 500ms;
}

span.copy {
    float: left;
}


/*footer end*/


/*.................................................................about-page..................................................................*/

.heading {}

.heading-in {
    padding-top: 100px;
    padding-bottom: 70px;
    background: url(images/heading-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.heading-in h1 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 75px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}

.heading-in h1::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    left: 28%;
    top: 63%;
    background: #fff;
    animation-name: img_aftr;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.about-page {
    background: rgb(255, 255, 255);
    background: linear-gradient(177deg, rgba(255, 255, 255, 1) 0%, rgba(213, 224, 233, 1) 100%);
    padding-top: 40px;
    padding-bottom: 140px;
}

.about-page-in {}

.about-page-in-left {
    padding-top: 60px;
    padding-left: 20px;
}

.about-page-in-left-in {}

.about-page-in-left-in img {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    width: 100%;
}

.about-page-in-left-in img:hover {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}

.about-page-in-right {}

.about-page-in-right-in {}

.about-page-in-right-in h1 {
    font-size: 45px;
    color: #000;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-page-in-right-in p {}

.mission {
    position: relative;
    top: -90px;
}

.mission-in {
    position: relative;
    /* top: -90px; */
    background-color: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.mission-in::after {
    position: absolute;
    content: '';
    left: -90px;
    bottom: -45px;
    width: 135px;
    background-color: #1867b1;
    height: 100px;
    z-index: -1;
}

.mission-in::before {
    position: absolute;
    content: '';
    right: -234px;
    top: 0px;
    width: 20%;
    background-color: #3ebbe6;
    height: 90px;
    z-index: 0;
}

.mission-in:hover img {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.mission-left {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 50% !important;
    height: 100%;
}

.mission-left-in {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    padding-left: 55px;
}

.mission-left-in img {
    max-width: 60px;
}

.mission-left-in h1 {
    font-size: 42px;
    color: #000;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-bottom: 20px;
}

.mission-left-in p {
    padding-top: 20px;
}

.mission-right {
    padding: 0px;
    float: right;
}

.mission-right img {
    width: 100%;
    padding: 35px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.mission-right-in {}

.mission-right-in h1 {
    font-size: 42px;
    color: #000;
    margin-bottom: 25px;
}

.mission-right-in p {
    color: #000;
}

.mission-right-in li {
    color: #000;
    font-size: 15px;
}

.vission {
    margin-bottom: 90px;
}

.vission-in {
    position: relative;
    top: 0px;
    padding-top: 20px;
    background-color: #fff;
}

.vission-in:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba(20, 79, 134, 0.9); */
    display: block;
}

.vission-left {
    padding: 0px;
}

.vission-left-in {
    padding: 0px;
}

.vission-left-in img {
    width: 100%;
    padding: 50px;
    margin-top: 55px;
}

.vission-left-in h1 {
    font-size: 42px;
    color: #000;
    margin-bottom: 25px;
}

.vission-left-in p {
    color: #000;
}

.vission-left-in li {
    color: #000;
    font-size: 15px;
}

.vission-right {
    position: relative;
    z-index: 9;
    padding-right: 30px;
}

.vission-right-in img {
    max-width: 60px;
}

.vission-in h1 {
    font-size: 42px;
    color: #000;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    float: left;
    width: 100%;
}

.vission-in p {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.vission-right-in li {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 7px;
    position: relative;
    color: #333;
    float: left;
    width: 100%;
    padding-left: 30px;
}

.vission-right-in li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #1867b1;
    left: 0;
    top: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
}

.qualifications {}

.qualifications-in {
    position: relative;
    background-color: #fff;
}

.qualifications-in h1 {
    font-size: 42px;
    color: #000;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.qualifications-in a {
    color: #337ab7;
    font-size: 18px;
    font-weight: 700;
    float: left;
    width: 100%;
}

.qualifications-in figure img {
    width: 100%;
}

.qualifications .sides {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.qualifications-in a h3 {
    margin: 10px 0;
    float: left;
    color: #337abe;
    transition: all 500ms;
    padding-left: 30px;
    font-size: 20px;
    position: relative;
}

.qualifications-in a:hover h3 {
    color: #3dbbe5;
    transition: all 500ms;
}

.qualifications-in .sides {
    margin-bottom: 20px;
    min-height: auto;
}

.qualifications-in .sides:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.qualifications-in a h3:before {
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    background-color: #337abe;
    left: 0;
    transition: all 500ms;
}

.qualifications-in a:hover h3:before {
    background-color: #3ebce7;
    transition: all 500ms;
}

.qualifications-in figure {
    float: left;
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
}

.sides:hover a {
    color: #3bbbe7;
}


/*.............................................................................contact-page...........................................................................*/

.heading-contact {}

.heading-contact-in {
    padding-top: 100px;
    padding-bottom: 70px;
    background: url(images/heading-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.heading-contact-in h1 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 75px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}

.heading-contact-in h1::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    left: 32%;
    top: 63%;
    background: #fff;
    animation-name: img_aftr;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.contact {
    padding-top: 70px;
    padding-bottom: 50px;
}

.contact-in {
    padding-bottom: 25px;
}

.contact-in-left {}

.contact-in-left h1 {
    font-size: 42px;
    color: #000;
    padding-top: 80px;
    padding-bottom: 50px;
}

.contact-in-left label {
    font-size: 16px;
    color: #000;
}

.contact .contact-inner {
    float: left;
    width: 100%;
}

.contact .contact-inner .map {
    float: left;
    width: 50%;
    position: relative;
}

.contact .contact-inner .contact-form {
    float: left;
    width: 50%;
    padding-right: 40px;
    position: relative;
}

.contact .contact-inner .map iframe {
    float: left;
    border: 0;
    width: 100%;
    height: 445px;
    position: relative;
    z-index: 9;
}

.contact-in-left input {
    border-bottom: 1px solid !important;
    padding: 8px 0 10px;
    display: block;
    margin: 0px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: transparent;
    border: none;
    outline: none !important;
    margin-bottom: 25px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.contact-in-left input::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.contact-in-left input::type {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.contact-in-left textarea {
    border-bottom: 1px solid !important;
    padding: 20px 0 20px;
    display: block;
    margin: 0px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: transparent;
    border: none;
    outline: none !important;
    margin-bottom: 25px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.contact-in-left textarea::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.contact-in-left textarea::type {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.contact-in-left a {
    font-size: 16px;
    color: #fff;
    background-color: #3cbce6;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
    border-radius: 2px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.contact-in-left a:hover {
    background-color: #1766b1;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.contact-in-right {
    padding: 50px;
    margin-top: 150px;
}

.contact-in-right-in {
    background-color: #000;
    padding-bottom: 55px;
    padding-top: 40px;
}

.contact-in-right-in-first {
    float: left;
    width: 75%;
    position: relative;
    left: 35%;
    top: -30px;
}

.contact-in-right-in-second {
    float: left;
    width: 75%;
    position: relative;
    left: 35%;
    top: -30px;
}

.contact-in-right-in-center {
    background-color: #3cbce6;
    padding-bottom: 55px;
    padding-top: 40px;
}

.contact-in-right-in-center span {
    background-color: #fff;
    padding: 35px;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
}

.contact-in-right-in-center span svg {
    width: 33px;
    fill: #000;
    position: relative;
    left: -1px;
    top: 11px;
}

.contact-in-right-in-center h1 {
    font-size: 17px;
    color: #fff;
}

.contact-in-right-in-center p {
    font-size: 16px;
    color: #fff;
}

.contact-map {
    padding-bottom: 100px;
}

.contact-form img {
    width: 100%;
}

.contact .contact-inner .contact-form h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.contact .contact-inner .contact-form p {
    color: #d2d2d2;
}

.contact .contact-inner .contact-form form {
    margin-top: 30px;
    position: relative;
}

.contact .contact-inner .contact-form form .form-control {
    box-shadow: none;
    border: 1px solid #eee;
}

.contact .contact-inner .contact-form form input.form-control {
    height: 45px;
}

.contact .contact-inner .contact-form form textarea.form-control {
    height: 100px;
}

.contact .contact-inner .contact-form form .form-group.send {
    margin-bottom: 0;
}

.contact .contact-inner .map:after {
    content: "";
    position: absolute;
    right: -50px;
    width: 150px;
    height: 250px;
    background-color: #3ebbe6;
    top: -30px;
}

.contact .contact-inner .contact-form form .form-group.send button {
    background: #3bbbe7;
    position: relative;
    padding: 8px 25px;
    margin-top: 15px;
    float: left;
    color: #fff;
    border-radius: 25px;
    border: 0;
    outline: 0;
    transform: perspective(1px) translateZ(0);
}

.contact .contact-inner .contact-form form .form-group.send button:after {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #216cb6;
    left: 0;
    top: 0;
    border-radius: 25px;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    content: "";
    z-index: -9;
}

.contact .contact-inner .contact-form form .form-group.send button:hover:after {
    left: 50%;
}

.for-black-bg {
    background-color: #000 !important;
}

.for-margin {
    margin-top: -13px;
}

.for-img-width {
    width: 100% !important;
}


/*.............................................................................services-page......................................................................*/

.service {
    padding-top: 70px;
    padding-bottom: 80px;
}

.service-in {}

.service-in-left {
    margin-top: 30px;
}

.service-in-left h1 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 20px;
    padding-left: 20px;
    position: absolute;
    bottom: -30px;
    background-color: #fff;
    right: 30px;
    left: 30px;
    border-bottom: 3px solid #1491d0;
}

.service-in-left h1::after {
    position: absolute;
    content: '';
    background-color: #000000;
    left: 0;
    bottom: -3px;
    height: 3px;
    right: 100%;
    transition: all 500ms;
}

.service-in-left:hover h1::after {
    right: 0;
    transition: all 500ms;
}

.service-in-left img {
    width: 100%;
}

.service-in-right {}

.service-in-right ul {
    display: block;
    text-align: center;
}

.service-in-right ul li {
    float: none;
    background-color: #3ebbe6;
    padding: 10px;
    margin-bottom: 2px;
}

.service-in-right ul li:hover {
    background-color: #1867b1;
    padding: 10px;
    margin-bottom: 2px;
}

.service-in-right ul li::active {
    background-color: #1867b1;
}

.service-in-right ul li a {
    font-size: 18px;
    color: #fff;
}

.service-in-right ul li a:hover {
    color: #fff;
}

.service-in-right ul li a::active {
    color: #fff;
    background-color: #3ebbe6;
}

.services-text {}

.services-text p {
    padding-top: 20px;
    padding-left: 7px;
}


/*.............................................................................projects-page......................................................................*/

section.project-images {
    padding-bottom: 50px;
}

section.project-list {
    padding-top: 90px;
    padding-bottom: 50px;
}

section.project-list h3 {
    margin-bottom: 20px;
    margin-top: 50px;
}

section.project-list .table>caption+thead>tr:first-child>td,
section.project-list .table>caption+thead>tr:first-child>th,
section.project-list .table>colgroup+thead>tr:first-child>td,
section.project-list .table>colgroup+thead>tr:first-child>th,
section.project-list .table>thead:first-child>tr:first-child>td,
section.project-list .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #1c69b3;
    color: #fff;
    border-bottom: 0;
}

section.project-list .table>tbody>tr>td,
section.project-list .table>tbody>tr>th,
section.project-list .table>tfoot>tr>td,
section.project-list .table>tfoot>tr>th,
section.project-list .table>thead>tr>td,
section.project-list .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 15px;
}

section.project-list tbody tr:last-child {
    background-color: #f5f5f5;
}

.project .project1 .caption {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 9;
    color: #fff;
}

.project .project1 .caption h3 {
    font-size: 20px;
    position: relative;
    transition: all 500ms;
}

.project .project1:hover .caption h3 {
    padding-left: 30px;
}

.project .project1 .caption h3:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 500ms;
}

.project .project1:hover .caption h3:before {
    width: 20px;
}

.project .project2 .caption {
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 9;
    padding: 5px 25px;
    color: #fff;
}

.modal .item {
    float: left;
    width: 100%;
}

.project .project2 .caption h2 {
    font-size: 22px;
}

.project .project3 .caption {
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 9;
    padding: 5px 25px;
    color: #fff;
}

.project .project4 .caption h2 {
    font-size: 22px;
}

.project .project4 .caption {
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 9;
    padding: 5px 25px;
    color: #fff;
}

.project-images .project img {
    width: 100%;
    transition: all 500ms;
}

section.project-images .project .project1 a {
    overflow: hidden;
}

section.project-images .project .project1 a:hover img {
    transform: scale(1.1);
    transition: all 500ms;
}

.owl-modal .owl-nav .owl-prev {
    bottom: 0;
    position: absolute;
    height: 32px;
    top: 0;
    margin: auto;
}

.owl-modal .owl-nav .owl-next {
    bottom: 0;
    position: absolute;
    height: 32px;
    top: 0;
    margin: auto;
    right: 0;
}

section.project-images .project .project1 a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+44,000000+100&0+44,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    /* IE6-9 */
}

section.project-images .project .project1 a {
    position: relative;
    display: block;
}

.project-modal .modal-content button.close {
    position: absolute;
    right: -30px;
    top: 0px;
    font-weight: normal;
    background-color: #3dbce7;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    z-index: 9;
    width: 30px;
    height: 30px;
}

.project-modal .modal-content {
    border: 0;
    border-radius: 0;
    background-clip: border-box;
}

.project-modal .modal-content .modal-body {
    padding: 8px;
}

.project-modal .modal-content .modal-header {
    position: absolute;
    z-index: 91;
    left: 0;
    right: 0;
    border: 0;
    bottom: 10px;
    text-align: center;
}

.project-modal .modal-content .modal-header h4.modal-title {
    color: #fff;
    font-size: 24px;
}

.project-modal .modal-content .owl-modal .item:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

section.project-images h2 {
    font-size: 42px;
    color: #000;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}