@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'trebuc';
    src: url('../fonts/trebuc.eot');
    src: local('☺'), url('../fonts/trebuc.woff') format('woff'), url('../fonts/trebuc.ttf') format('../truetype'), url('../fonts/trebuc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Product Sans Regular';
    src: url('../fonts/Product Sans Regular.eot');
    src: local('☺'), url('../fonts/Product Sans Regular.woff') format('woff'), url('../fonts/Product Sans Regular.ttf') format('truetype'), url('../fonts/Product Sans Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Product Sans Bold';
    src: url('../fonts/Product Sans Bold.eot');
    src: local('☺'), url('../fonts/Product Sans Bold.woff') format('woff'), url('../fonts/Product Sans Bold.ttf') format('truetype'), url('../fonts/Product Sans Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'trebuc', Sans-Serif;
    color: #2f2f2f;
    font-size: 0.9rem;
    position: relative;
    font-weight: normal;
    z-index: -2;
    background: #f7f7f7;
    letter-spacing: 0.05rem;
}
.wow:first-child {
    visibility: hidden;
}
button:focus {
    outline: none;
}
a {
    color: #040766;
}
a:visited {
    color: #040766;
}
a:hover {
    color: #040766;
    text-decoration: none;
}
section {
    padding: 4rem 0;
}
.color-blue {
    color: #312d82;
}
.text-muted {
    color: #868686 !important;
}
.color-white {
    color: #fff;
}
.titles {
    font-family: 'Product Sans Regular';
}
.owl-theme .owl-dots .owl-dot span {
    background: #DEDFCF;
    width: 10px !important;
    height: 10px !important;
    /*border: 3px solid #DEDFCF;*/
    margin: 5px !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5651c4 !important;
}
.round-black-btn {
    border-radius: 100px;
    background: transparent;
    color: #9d9d9d !important;
    display: inline-block;
    text-align: center;
    padding: 0.2rem 1.5rem 0.2rem 1.5rem;
    margin: 5px 0 !important;
    font-size: 15px;
    border: solid 1px #9d9d9d;
    transition: all 0.5s ease-in-out 0s;
    letter-spacing: 1px;
}
.round-black-btn:hover, .round-black-btn:focus {
    background: transparent;
    color: #000 !important;
    text-decoration: none;
}
.blue-btn {
    border-radius: 100px;
    background: #312d82;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 0.5rem;
    margin: 5px 0 !important;
    font-size: 15px;
    border: solid 1px #9d9d9d;
    transition: all 0.5s ease-in-out 0s;
    letter-spacing: 1px;
}
.blue-btn:hover, .blue-btn:focus {
    background: #312d82;
    color: #fff !important;
    text-decoration: none;
}
.menu-bg {
    background: #fff!important;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-bg .navbar-brand img {
    width: 130px;
    text-align: center;
    /*margin: 0 auto 0 -20px;*/
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-bg .nav-link {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header {
    left: 0;
    right: 0;
    z-index: 12;
    background-color:#f7f7f7;
    position: fixed;/*background: #312d82;*//*padding: 10px 0;*/
}
.navbar-brand img {
    margin-right: 0;
    top: 0px;
    bottom: 0;
    width: 150px;
    margin: 0 auto 0 0px;
}
.navbar {
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    background: none;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 1.5rem;
    border-left: 1px solid #555;
    line-height: 2;
}
.navbar-dark .navbar-nav .nav-link {
    color: #555;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #262262;
    font-weight: bold;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #262262;
    font-weight: bold;
}
.shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}
.top{
    padding-top:85px;
}
.slider a {
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 90vh;
    padding-top: 0; /** HEIGHT : WIDTH x 100 **/
}
.slider a::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*	background: rgb(36,32,93);
    background: radial-gradient(circle, rgba(36,32,93,0.6026785714285714) 0%, rgba(0,0,0,0.8463760504201681) 100%);*/
    background-position: center;
    background-size: cover;
    padding-top: 0; /** HEIGHT : WIDTH x 100 **/
}
/*.slider a.one {*/
/*	background-image: url(../images/slider-1.jpg);*/
/*}*/
/*.slider a.two {*/
/*	background-image: url(../images/slider-new.jpg);*/
/*}*/
/*.slider a.three {
  background-image: url('https://picsum.photos/1200/220?random=3');
}*/
.slider a .box {
    position: fixed;
    top: 40%;
    bottom: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    transform: translateX(-50%);
    /*background-color: rgba(0,0,0,0.5);*/
    padding: 8px 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.slider a .box h2 {
    font-size: 6rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: bold!important;
    line-height: 1;
}
.slider .btn-yellow {
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0.4rem 3rem 0.2rem 3rem;
}
.slider a .box h5 {
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.slider a .box h4 {
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: 1.2rem;
}
.slider a .box p {
    font-size: 0.8rem;
}
.box-3-title {
    color: #7f7f7f;
}
/*.box-3 {
        margin: 30px 0 0;
}
.box-3 .cards {
        margin: 0 auto 30px auto;
        overflow: hidden;
        position: relative;
}
.box-3 .cards img {
        max-width: 100%;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
}
.box-3 .cards:hover img {
        transform: scale(1.2);
}
.box-3 .cards h3 {
        padding: 10px 10px;
        background: rgba(0,0,0,0.75);
        color: #fff;
        position: absolute;
        z-index: 1;
        bottom: 50px;
        width: 100%;
        text-align: center;
}
.box-3 .cards p{
        font-size:1.5rem;
        line-height: 2.2rem;
}*/
#section2 .text-muted {
    font-size: 0.8rem;
    line-height: 1.5rem;
}
.about-3 h5 {
    margin: 0 0 5px 0;
}
.about-3 p {
    font-size: 0.7rem;
}
.top-and-bottom, .border-c {
    position: relative;
    margin-bottom: 10px;
}
/* top line */
.top-and-bottom::before {
    content: '';
    position: absolute;
    background-color: #888888;
    width: 80px;
    height: 2px;
    top: -5px;
    left: 0;
}
.border-c::before {
    content: '';
    position: absolute;
    background-color: #888888;
    width: 80px;
    height: 2px;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service {
    background-color: #fff;
}
.owl-carousel .owl-stage {
    display: flex;
}
.service-items {
    display: flex;
    flex: 1 0 auto;
    /* height: 100%;*/
    margin: 1rem;
}
.service-box {
    background: #fff;
    box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    margin: 0 0 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 2rem 1rem;
    text-align: center;
    width: 100%;
}
.service-box img {
    width: auto !important;
    margin: 0 auto;
}
.service-box h5 {
    margin: 1.5rem 0 0 0;
}
.service-box p {
    color: #878787;
    font-size: 0.8rem;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
footer {
    padding: 0;
    width: 100%;
}
.footer-bg {
    background: #f0f0f0;
}
.footer-social-link ul li {
    margin: 15px auto 10px auto;
    padding: 0;
    font-size: 20px;
}
.footer-social-link li {
    display: inline-block;
    margin: 10px;
}
.footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}
.footer-social-link a i.fa-facebook-f {
    background-color: #3B5998;
}
.footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}
.footer-social-link a i.fa-tripadvisor {
    background-color: #00af88;
}
.footer-social-link a i.fa-linkedin {
    background-color: #0177b5;
}
.footer-social-link a i.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.copright {
    text-align: center;
    font-size: 14px;
    color: #4d4d4d;
    margin: 10px 0 0 0;
}
.contact-form {
    background: #fff;
    padding: 2.2rem;
    text-align: center;
    position: relative;
    margin: -190px 0 20px 0;
    border-radius: 20px;
}
.form-control {
    color: #828282 !important;
}
.contact-form h2 {
    color: #2e2a68;
}
.contact-form input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.contact-form .form-control {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
}
.contact-form .btn {
    width: 100px;
    border-radius: 20px;
    letter-spacing: 1px;
}
.contact-info .icon-l img {
    position: absolute;
}
.contact-info p {
    font-size: 15px;
    color: #4d4d4d;
    line-height: 20px;
    margin-left: 35px;
}
.contact-info p a {
    color: #4d4d4d;
}
.contct-page p {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 25px;
}
.tb-box {
    padding: 2.5rem 1rem 1rem 1rem;
}
.tb-box h5 {
    font-size: 1.1rem;
    margin: 30px 0 0 0;
}
.feature.map iframe {
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;/* Fix for transition flickering */
    margin: 0;
    padding: 0;
}
#wrapper {
    padding: 8rem 0 0 0;
}
.about-box {
    background: #fff;
    box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    margin: 0 0 20px;
    border-radius: 30px;
    overflow: hidden;
    padding: 2.5rem;
    text-align: center;
    width: 100%;
    position: relative;
}
.about-box .icon-l img {
    position: absolute;
}
.about-box .icon-r {
    margin-left: 100px;
}
.about-box h2 {
    font-family: 'Product Sans Bold';
    margin: 0 0 5px 0;
}
.about-box p {
    color: #868686;
    margin: 0 0 8px 0;
}
.about-box p:last-child {
    margin: 0 0 0px 0;
}
.background-wp {
    background-attachment: fixed !important;
    overflow: hidden;/*margin: 5rem 0 2rem 0;	padding: 5rem 0;*/
}
.background-wp::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;/*background-color: rgba(0, 0, 0, 0.7);*/
}
.background-wp-c {
    /*background-attachment: fixed !important;*/
    overflow: hidden;/*margin: 5rem 0 2rem 0;	padding: 5rem 0;*/
}
.contact-bg {
    background: url(../images/conatct-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    /*height: 93vh;*/
    bottom: 0px;
}
.service-bg {
    background: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.process .nu {
    font-size: 8rem;
    font-weight: bold;
    letter-spacing: -3px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 33%, rgba(230,230,230,3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.process {
    margin: 0 0 20px 0;
}
.process .process-cont {
    position: relative;
    margin-top: -75px !important;
    margin: 0 0 20px 0;
}
.process .process-cont h5 {
    font-family: 'Product Sans Bold';
    margin: 0 0 2px 0;
}
.content {
    /*position: relative;*/
    margin: auto;
    overflow: hidden;
    height: 100%;
}
.content .content-overlay {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 36%, rgba(0,0,0,0.8) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    /* top: 0;*/
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
    background: rgba(49,44,129,0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    /* top: 0;*/
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content-image {
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    /*  opacity: 0;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 55;
}
.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content:hover h3 {
    font-family: 'Product Sans Bold';
    color: #fff;
}
.content-details h3 {
    font-family: 'Product Sans Regular';
    color: #adacad;
    font-weight: 500;
    /*letter-spacing: 0.15em;
margin-bottom: 0.5em;*/
    font-size: 1.4rem;
    text-transform: uppercase;
}
.fadeIn-bottom {
    top: 90%;
}
.fadeIn-top {
    top: 20%;
}
.fadeIn-left {
    left: 20%;
}
.fadeIn-right {
    left: 80%;
}
.projects-tabs {
    margin-top: 0px;
    text-align: center;
    font-family: 'Product Sans Regular';
}
.projects-tabs ul {
    background: #fff;
    border-radius: 40px;
    display: inline-flex;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.projects-tabs .nav-tabs {
    border-bottom: none;
}
.projects-tabs .nav-tabs .nav-item {
    margin: 0 0px 0 0px;
}
.projects-tabs .nav-tabs .nav-link {
    font-size: 22px;
    border: none;
    color: #666;
    padding: 0.8rem 2.8rem;
    background: #fff;
    border-radius: 50px;/*background: rgb(235,235,235);
background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);*/
}
.projects-tabs .nav-tabs .nav-item .nav-link:hover {
    border: none;
}
.projects-tabs .nav-tabs .nav-item.show .nav-link, .projects-tabs .nav-tabs .nav-link.active, .projects-tabs .nav-tabs .nav-link.active:hover {
    border: none;
    color: #312d82;
    background: #fff;
}
.projects-tabs .tab-content .tab-pane {
    padding: 0px;
}
.products .card {
    border: none;
    border-radius: 30px;
    color: #fff;
    box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
}
.products .cards{
    border: none;
    border-radius: 30px;
    color: #fff;
    background-color: #fff;
    box-shadow: 1px -1px 8px 1px rgba(0,0,0,0.11);
    padding-bottom: 20px;
}
.products .card-body {
    padding: 3.5rem 1.25rem 0 1.25rem;
}
.products .card-title {
    margin: 2rem 0 1rem 0;
    color: #666666;
    font-family: 'Product Sans Regular';
    border-top: 1px solid #eff0f2;
    padding: 1rem 0;
}
.products .card:hover {
    background: #312d82;
}
.products .card:hover .card-title {
    color: #fff;
    border: none;
    font-size: 1.8rem;
    padding: 0;
}
.whatsapp {
    position: fixed;
    bottom: 50px;
    z-index: 555;
    right: 10px;
    background: #30c363;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    /*line-height: 2;*/
    font-size: 1.6rem;
    border-radius: 100px;
}

@media (min-width:990.99px) and (max-width: 1200px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 1rem;
        padding-top: 4.5rem;
        padding-bottom: 0.8rem;
        font-size: 16px;
    }
}

@media (min-width:990.99px) {
}

@media (min-width:767.99px) and (max-width:990.99px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 14px;
    }
    .navbar-brand img {
        margin-right: 0;
        top: 0px;
        bottom: 0;
        width: 70px;
        margin: 0 auto 0 -20px;
    }
}

@media (max-width:768px) {
    header {
        background: #fff;
    }
    .navbar-toggler {
        background: #262262;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0 1.5rem;
        border-left: 0px solid #555;
        line-height: 1.3;
    }
    .contact-form {
        margin: 0px 0 20px 0;
    }
    .navbar-brand img {
        width: 100px;
    }
    .menu-bg .navbar-brand img {
        width: 100px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .menu-bg .nav-link {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    /*.gallery .gall-m img{
                    width: 50%;
            }*/
    #owl-one {
        padding: 50px 0 0 0;
    }
    .slider a {
        height: 50vh;
    }
    .slider a .box h2 {
        font-size: 2.8rem;
    }
    .slider a .box h5 {
        font-size: 1.5rem;
    }
    .slider a .box h4 {
        font-size: 1.5rem;
    }
    .slider a .box p {
        padding: 0 2rem;
    }
    .about-3 h5 {
        margin: 0;
    }
    .about-3 img {
        width: 70px;
        height: auto;
        float: left;
        margin: 0px 10px 0 0;
    }
    #wrapper {
        padding: 4.5rem 0 0 0;
    }
    .about-box .icon-l img {
        position: inherit;
    }
    .about-box .icon-r {
        margin-left: 10px;
    }
    .contact-bg {
        height: auto;
        bottom: 0px;
    }
}

@media (max-width:580px) {
    .slider a {
        height: 38vh;
    }
    .divmobile{
        display: block !important;
    }
    .divweb{
        display: none;
    }
}
