@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:300,400,500,600,700,800,900&display=swap');
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

a {
    transition: .3s ease all;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

.logo {
    width: 200px;
    transition: .3s ease all;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #e9254e !important;
    border-bottom: 3px solid;
}

.navbar-light .navbar-nav .nav-link {
    color: #222222;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e9254e;
}

.request-btn {
    background-color: #e9254e;
    color: #ffffff !important;
    padding: 5px 10px !important;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .3s ease all;
    display: inline-block;
    text-transform: uppercase;
}

.request-btn:hover {
    background-color: #0D808E;
}

.navbar {
    margin-top: 25px;
    padding: 0 15px;
    transition: .3s ease all;
}

.navbar .container {
    align-items: flex-end;
    transition: .3s ease all;
}

.navbar-brand {
    padding: 0;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1024;
    transition: .3s ease all;
}
header {
	background-color: rgb(250 250 250 / 80%);
}
header.sticky {
	background-color: #fff;
}

header.pos-rel {
    position: relative !important;
    display: block;
}

.sticky {
    background-color: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.sticky .navbar {
    margin: 10px 0;
}

.sticky .logo {
    width: 150px;
}

.sticky .navbar .container {
    align-items: center;
}

.banner-section {
    background-image: url('../images/banner-img.jpg');
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner-section-whoweare {
    background-image: url('../images/what-we-do.png');
    background-position: center;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.banner-bottom {
    width: 100%;
    position: absolute;
    bottom: -100px;
}

.banner-text {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 69px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 5px 2px 10px rgba(0, 0, 0, 0.9);
    margin: 30px 0 0 0;
}

.banner-section .request-btn {
    margin-top: 20px;
    padding: 5px 25px !important;
}

.service-section {
    padding: 0 0 60px;
    margin-top: -30px;
}

.service-box {
    padding: 25px 15px;
    background-color: #ffffff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-align: center;
    transition: .4s ease all;
}

.service-box p {
    margin: 0;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
}

.service-icon {
    width: 80px;
}

.learn-more {
    margin-top: 15px;
    color: #e9254e;
    text-decoration: underline !important;
    display: inline-block;
    font-weight: 700;
}

.learn-more:hover {
    color: #0D808E;
}

.what-we-do-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 0;
    margin-bottom: 60px;
}

.blue-title {
    font-family: 'Montserrat', sans-serif;
    color: #0d808a;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    font-size: 30px;
}

.blue-title::after {
    content: "";
    background-color: #0d808a;
    position: absolute;
    height: 2px;
    width: 150px;
    bottom: -10px;
    left: 0;
}

.blue-title.l-center::after {
    content: "";
    background-color: #0d808a;
    position: absolute;
    height: 2px;
    width: 150px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto ;
}


.t-right .blue-title::after {
    content: "";
    background-color: #0d808a;
    position: absolute;
    height: 2px;
    width: 150px;
    bottom: -10px;
    left: auto;
    right: 0;
}

.mt-13-percent.t-right{
    text-align: right;
}

.what-we-do-section p {
    color: #03312e;
}

.learn-more-btn {
    background-color: #ffae0f;
    color: #03312e;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .3s ease all;
    margin-top: 15px;
}

.learn-more-btn:hover {
    background-color: #0D808E;
    color: #ffffff;
}

.what-we-do-section::before {
    content: "";
    background-image: url('../images/do-img.jpg');
    background-size: cover;
    background-position: bottom;
    height: 500px;
    position: absolute;
    width: 49%;
}

.client-section .blue-title {
    text-align: center;
    margin-bottom: 25px;
}

.client-section .blue-title::after {
    right: 0;
    margin: auto;
}

.client-section {
    padding: 150px 0;
    position: relative;
}

.client-section p {
    color: #03312e;
    font-size: 20px;
    margin: 0;
}

.client-top {
    position: absolute;
    top: 0;
    right: 0;
}

.client-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cntact-section {
    padding-top: 60px;
    padding-bottom: 465px;
}

.contact-box {
    background-color: #ffffff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    padding: 25px 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}

.contact-imgbox {
    position: absolute;
    right: 0;
}

.contactbox-wrap {
    position: absolute;
    z-index: 1;
    margin-top: 70px;
}

.contact-box .blue-title {
    text-align: center;
}

.contact-box .blue-title::after {
    right: 0;
    margin: auto;
}

.contact-box form {
    margin-top: 25px;
}

.form-control {
    background-color: #eaeaea;
    border-radius: 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    color: #03312e;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d808a;
    background-color: #eaeaea;
}

.contact-box textarea {
    resize: none;
    height: 150px;
}

.contact-box .request-btn {
    border: 0;
    margin-top: 20px;
    display: block;
    margin-left: auto;
}

footer {
    background-color: #0d808a;
    padding: 100px 15px 0;
    color: #ffffff;
    position: relative;
}

.contact-list {
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.contact-list a {
    color: #ffffff;
}

.contact-list li {
    margin-right: 15px;
}

.contact-list li:last-child {
    margin-right: 0;
}

.contact-list a:hover {
    color: #e9254e;
}

.footer-top {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -200px;
    z-index: -1;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next, .carousel-control-prev {
    opacity: .2;
}

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}


.pad-40{
    padding: 40px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.branding-img{
    width: 100%;
}
.mt-13-percent{
    margin-top: 13%;
}


.portfolio {
    position: relative;
    /*margin-left: 15px;
    margin-bottom: 15px;*/
}

.portfoilo-thumb {
    overflow: hidden;
}

.portfoilo-thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: auto;
    width: auto;
    text-align: center;
    max-width: 100%;
    max-height: 150px;
}

.portfolio-content {
    position: absolute;
    /*height: calc(100% - 30px);
    width: calc(100% - 30px);*/
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(71, 187, 143, 0);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-content-inner {
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio-content h6 {
    font-size: 18px;
    font-weight: 700;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    text-transform: uppercase;
}

.portfolio-content h3 {
    color: #fff;
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}

.portfolio:hover .portfoilo-thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio:hover .portfolio-content {
    background: rgba(230, 37, 78, 0.5);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio:hover .portfolio-content-inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.portfolio:hover .portfolio-content h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.portfolio:hover .portfolio-content h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.plus-icn{
    width: 60px;
}
.box-content{
    text-align: left !important;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box-content h3{
    font-size: 22px;
    color: #03312e;
    font-weight: 700;
}
.box-content a.ind{
    font-size: 18px;
    color: #03312e;
    display: block;
    text-decoration: underline;
}
.box-content a.dt{
    font-size: 18px;
    color: #03312e;
    display: block;
    font-style: italic;
}
.box-content ul{
   float: left;
}
a.lnk{
    color: #e6254e;
    text-decoration: underline;
}
.box-content ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #e6254e;
}

.whowe-ttl{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    position: relative;
}

.whowe-ttl::after {
    content: "";
    background-color: #e6254e;
    position: absolute;
    height: 2px;
    width: 200px;
    bottom: -10px;
    margin: 0 auto;
    right: 0;
    left: 0;
}


.whowe-ttl-1{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    position: relative;
}

.whowe-ttl-1::after {
    content: "";
    background-color: #ffab0f;
    position: absolute;
    height: 2px;
    width: 200px;
    bottom: -10px;
    margin: 0 auto;
    right: 0;
    left: 0;
}


.whowe-ttl-2{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    position: relative;
}

.whowe-ttl-2::after {
    content: "";
    background-color: #ee5d3e;
    position: absolute;
    height: 2px;
    width: 200px;
    bottom: -10px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
p.dis{
    margin-top: 15px;
}

.t-left{
    text-align: left;
}
.mt-10{
    margin-top: 10px;
}
.sml-ttl{
    color: #002d29;
    font-weight: 700;
}







.why-choose-section .blue-title::after {
    right: 0;
    margin: auto;
}

.why-choose-section p {
    padding: 0 40px;
}

.why-choose-list {
    display: flex;
    margin-top: 50px;
    justify-content: space-around;
}

.why-choose-list li:hover .number-round-center {
    width: 110px;
}

.why-choose-list li:hover .number-round::before {
    left: 0;
}

.why-choose-list li:hover .number-round::after {
    right: 0;
}

.why-choose-list .number-round span {
    display: block;
    line-height: 32px;
}


.round-year {
    text-transform: uppercase;
    font-size: 18px;
}

.why-choose-list .number-round {
    position: relative;
    height: 110px;
    width: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.why-choose-list .number-round::before, .why-choose-list .number-round::after {
    height: 110px;
    width: 110px;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
}

.why-choose-list .number-round::before {
    content: "";
    background: rgba(225, 40, 80, 1);
    background: -moz-linear-gradient(top, rgba(225, 40, 80, 1) 0%, rgba(23, 124, 133, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(225, 40, 80, 1) 0%, rgba(23, 124, 133, 1) 100%);
    background: -o-linear-gradient(top, rgba(225, 40, 80, 1) 0%, rgba(23, 124, 133, 1) 100%);
    background: -ms-linear-gradient(top, rgba(225, 40, 80, 1) 0%, rgba(23, 124, 133, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 40, 80, 1) 0%, rgba(23, 124, 133, 1) 100%);
    left: -10px;
    transition: .4s ease all;
}

.why-choose-list .number-round::after {
    content: "";
    background: rgba(254, 167, 18, 1);
    background: -moz-linear-gradient(top, rgba(254, 167, 18, 1) 0%, rgba(240, 95, 61, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 167, 18, 1) 0%, rgba(240, 95, 61, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 167, 18, 1) 0%, rgba(240, 95, 61, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 167, 18, 1) 0%, rgba(240, 95, 61, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 167, 18, 1) 0%, rgba(240, 95, 61, 1) 100%);
    right: -10px;
    transition: .4s ease all;
}

.number-round-center {
    background-color: #03312E;
    color: #ffffff;
    position: absolute;
    border-radius: 100%;
    width: 99px;
    margin: auto;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease all;
}

.round-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 5px 2px 10px rgba(0, 0, 0, 0.9);
    margin-top: 10px;
}

.number-title {
    color: #03312E;
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: 140px;
    margin-top: 5px;
    line-height: 24px;
}