@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&amp;display=swap');

:root {
    --color-super-black: #000000;
    --color-black: #2E2E2E;
    --color-yellow: #15407c;
    --color-white: #ffffff;
    --color-grey: #ececec;
    --color-pureGrey: #808080;
    --color-YenGrey: #5C5C5C;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-font-main: 'Raleway', sans-serif;
}

::-moz-selection {
    /* Code for Firefox */
    color: var(--color-white);
    background: var(--color-yellow);
}

i.fas.fa-search {
    display: none !important;
}
  
  .breadcrumb, .breadcrumb .breadcrumb-item, .breadcrumb-item+.breadcrumb-item::before{
    display: none !important;
    
  }
  a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

::selection {
    color: var(--color-white);
    background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

i {
    font-style: normal;
}

.site-container {
    background: var(--color-white);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    margin: 0 auto;
    max-width: 1600px;
    word-wrap: break-word;
    position: relative;
}

.site-container::after {
    clear: both;
    content: " ";
    display: block
}

input:focus,
textarea:focus,
select:focus,
:focus {
    outline: none;
}

p {
    line-height: 24px;
    text-align: justify;
}

a,
.btn-view-white i,
.btn-view-black i,
.footer-spl-link i,
.service-gallery-bg img,
.contact-us-form button {
    outline: 0 !important;
    text-decoration: none;
    color: var(--color-black);
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover {
    text-decoration: none;
    color: var(--color-green);
}

.pad0 {
    padding: 0;
}

strong {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 8em;
    right: 15px;
    text-decoration: none;
    color: rgba(46, 45, 45, 0.5);
    border-radius: 100px;
    background: rgba(244, 244, 244, 0.5);
    font-size: 22px;
    padding: 8px 10px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(46, 45, 45, 1);
    text-decoration: none !important;
}

.linkBlack {
    color: var(--color-black);
    font-weight: 600;
    text-decoration: underline;
}

.linkBlack:hover {
    color: var(--color-green);
}

.linkBlue {
    color: var(--color-blue);
    font-weight: 600;
    text-decoration: underline;
}

.linkBlue:hover {
    color: var(--color-black);
}

.linkgreen {
    color: var(--color-green);
    font-weight: 600;
    text-decoration: underline;
}

.linkgreen:hover {
    color: var(--color-black);
}

.linkWhite {
    color: var(--color-white);
    font-weight: 600;
    text-decoration: underline;
}

.linkWhite:hover {
    color: var(--color-black);
}

.colorGreen {
    color: var(--color-green);
}

.colorBlue {
    color: var(--color-blue);
}

.num-font {
    font-family: 'Montserrat', sans-serif !important;
}

#menu-toggle {
    z-index: 1;
    position: absolute;
    bottom: 32%;
    right: 0;
}

.coming-soon {
    position: relative;
    font-size: 18px;
    z-index: 0;
    width: 100%;
}

.coming-soon::before {
    content: "coming soon . . .";
    left: 0px;
    position: absolute;
    top: 0px;
    font-size: 55px;
    font-weight: 900;
    color: #f0f0f0;
    z-index: -1;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.slider .carousel-inner {
    overflow: unset;
}

.slider {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

#carousel-sub .carousel-item:before {
    display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
    z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
    color: var(--color-white);
}

.slide1 h3 {
    animation-delay: 1.5s;
    font-size: 72px;
    font-weight: 700;
    color: var(--color-white);
    padding: 15px 15px 10px 15px;
    margin: 0;
    display: block;
    line-height: 78px;
    text-align: right;
    top: 95px;
    right: -102px;
    position: relative;
}

.slide1 h4 {
    animation-delay: 1.8s;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    padding: 10px 15px 25px 15px;
    margin: 0;
    display: block;
    line-height: 24px;
    text-align: right;
    position: relative;
    top: 100px;
    right: 110px;
}

.slide1 h4 span {
    display: block;
    font-size: 14px;
}

.slide2 h3 {
    animation-delay: 1.5s;
    font-size: 72px;
    font-weight: 700;
    color: #000;
    padding: 15px 15px 10px 15px;
    margin: 0;
    display: block;
    line-height: 78px;
    text-align: right;
    top: 95px;
    right: -102px;
    position: relative;
}

.slide2 h4 {
    animation-delay: 1.8s;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 10px 15px 25px 15px;
    margin: 0;
    display: block;
    line-height: 24px;
    text-align: right;
    position: relative;
    top: 100px;
    right: 110px;
}

.slide2 h4 span {
    display: block;
    font-size: 14px;
}

.slide1 .carousel-caption {
    left: 38%;
    right: 0;
    top: 20%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 65%;
    text-align: right !important;
    animation-delay: 1s;
}

.slide2 .carousel-caption {
    left: 38%;
    right: 0;
    top: 20%;
    bottom: 5%;
    padding: 10px 0px 20px 20px !important;
    width: 65%;
    text-align: right !important;
    animation-delay: 1s;
}

.slider .carousel-control-prev {
    top: unset;
    bottom: 50px;
    left: 150px;
    border-radius: 50px;
    border: 2px solid var(--color-white);
    width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
    top: unset;
    bottom: 50px;
    left: 205px;
    right: unset;
    border-radius: 50px;
    border: 2px solid var(--color-white);
    width: auto;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
    right: 0;
    left: unset;
    bottom: 60px;
}

.carousel-indicators [data-bs-target] {
    color: var(--color-white) !important;
    background-color: transparent;
    text-indent: 0;
    font-size: 22px;
    font-weight: 700;
    width: auto;
    height: auto;
    margin: 0 6px;
}

.carousel-indicators .active {
    font-size: 26px;
}

/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

    .slide1 .carousel-caption,
    .slide2 .carousel-caption,
    .slide3 .carousel-caption,
    .slide4 .carousel-caption,
    .slide5 .carousel-caption,
    .slide6 .carousel-caption {
        width: 100% !important;
        left: 0;
        right: 0;
        bottom: 0;
        background: none;
        display: none;
    }

    .slide1 h3,
    .slide2 h3,
    .slide3 h3,
    .slide4 h3,
    .slide5 h3,
    .slide6 h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .slide1 h4,
    .slide2 h4,
    .slide3 h4,
    .slide4 h4,
    .slide5 h4,
    .slide6 h4 {
        font-size: 16px;
        margin-top: 5px;
    }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 20px;
    padding: 8px 40px 8px 40px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 24px;
}

.btn-one {
    border: 2px solid #15407c;
    color: #15407c !important;
}

.btn-one:hover {
    background: #15407c;
    color: var(--color-white) !important;
}

.btn-one-full {
    border: 2px solid #15407c;
    color: var(--color-white) !important;
    background: #15407c;
}

.btn-one-full:hover {
    border: 2px solid #15407c;
    background: none;
    color: #15407c !important;
}

.btn-two {
    border: 2px solid var(--color-blue);
    color: var(--color-blue) !important;
}

.btn-two:hover {
    background: var(--color-blue);
    color: var(--color-white) !important;
}

.btn-two-full {
    border: 2px solid var(--color-blue);
    background: var(--color-blue);
    color: var(--color-white) !important;
}

.btn-two-full:hover {
    border: 2px solid var(--color-blue);
    color: var(--color-blue) !important;
    background: none;
}

.btn-three {
    border: 2px solid var(--color-white);
    color: var(--color-white) !important;
}

.btn-three:hover {
    background: var(--color-white);
    color: var(--color-green) !important;
}

.btn-three-full {
    border: 2px solid var(--color-white);
    background:
        /*var(--color-white)*/
        var(--color-white);
    color: var(--color-green) !important;
}

.btn-three-full:hover {
    border: 2px solid var(--color-white);
    color: var(--color-white) !important;
    background: none;
}


.btn-view-white {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
}

.btn-view-white i {
    color: var(--color-white);
}

.btn-view-white:hover {
    color: var(--color-white);
}

.btn-view-white:hover i {
    padding-left: 5px;
}

.btn-view-black {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black);
}

.btn-view-black:hover i {
    padding-left: 5px;
}



/* Divider Line */
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
    border: 0;
    height: 1px;
    margin: 15px 0 15px 0;
    background-color: transparent;
}

hr.short {
    margin: 11px 0 11px 0;
}

hr.tall {
    margin: 44px 0 44px 0;
}

hr.taller {
    margin: 66px 0 66px 0;
}

hr.light {
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
    background: none;
}

/* Divider Line */
.text-casenone {
    text-transform: none !important;
}

ul.list {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    list-style: none;
    text-align: left;
}

ul.list li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

ul.list li a {
    color: var(--color-black);
}

ul.list li a:hover {
    color: var(--color-green);
}

ul.list li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -7px;
    position: absolute;
    top: 5px;
    font-size: 10px;
    font-weight: 900;
    color: var(--color-black);
}

ul.list li.head {
    font-weight: 700;
    padding-left: 0;
}

ul.list li.head::before {
    display: none;
}

ol.ol-list {
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
}

ol.ol-list li {
    position: relative;
    text-align: justify;
    padding-bottom: 10px;
}

ol.ol-list li a {
    color: var(--color-black);
}

ol.ol-list li a:hover {
    color: var(--color-blue);
}

.head-main {
    font-size: 42px;
    border-bottom: dashed 2px var(--color-black);
    display: block;
    width: 100%;
    padding: 0 50px 5px 0;
    margin-bottom: 20px;
}

.head-one {
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
    background: var(--color-yellow);
    color: var(--color-black);
    width: 100%;
}

.head-two {
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-black);
    color: var(--color-black);
    width: 100%;
}

.head-three {
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
    background: var(--color-blue);
    color: var(--color-white);
    width: 100%;
}

.head-four {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-blue);
    color: var(--color-blue);
    width: 100%;
}

.head-five {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-black);
    color: var(--color-black);
    width: 100%;
}

.head-six {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--color-pureGrey);
    color: var(--color-pureGrey);
    width: 100%;
}

.background-white {
    padding: 30px;
    background: var(--color-white);
    margin-bottom: 30px;
}

.bg-color-one {
    background: var(--color-grey);
    padding: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two {
    background: var(--color-white);
    padding: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
    background: var(--color-blue);
    color: var(--color-white);
    width: 100%;
}

.bg-color-two h3 {
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px var(--color-blue);
    color: var(--color-blue);
    width: 100%;
}

.link {
    color: var(--color-black);
    font-weight: 600;
}

.link:hover {
    color: var(--color-yellow);
}

.topSearch {
    position: fixed;
    right: 175px;
    top: 25px;
    z-index: 1000;
}

.search_input {
    color: black;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.search_icon {
    height: 50px;
    width: 50px;
    float: right;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-black);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 10px;
}

.search_icon:hover {
    background: var(--color-white);
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid var(--color-blue);
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: var(--color-blue);
}

.search-body {
    position: relative;
}

.search-body h2 {
    position: absolute;
    top: -36px;
    left: 0;
    color: #fff;
    font-size: 30px;
}

.modal-custom-details-popup .head {
    background: #f3f3f3;
    padding: 30px;
}

.modal-custom-details-popup .head img {
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .25) !important;
}

.modal-custom-details-popup .head h2 {
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 10px 0;
    background: none;
    color: var(--color-black);
    text-align: left;
}

.modal-custom-details-popup .head h4 {
    font-weight: 500;
    font-size: 18px;
}

.modal-custom-details-popup .head .name .Fa-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-custom-details-popup .head .name .Fa-list li {
    font-size: 16px;
    padding-bottom: 5px;
}

.modal-custom-details-popup .head .name .Fa-list li span {
    font-weight: 600;
    width: 25%;
    display: inline-block;
}

.modal-custom-bg .modal-content {
    background: rgba(255, 255, 255, 1);
    border: 0px;
    border-radius: 0;
}

.modal-custom-bg .modal-body {
    padding: 0;
}

.modal-custom-bg .modal-body .close {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-white);
    opacity: 0.6;
    position: absolute;
    z-index: 9;
    border: none;
    right: -35px;
    top: -15px;
    background: none;
}

.modal-custom-bg .modal-body .close:hover {
    opacity: 1;
}

.modal-custom-details-popup .modal-custom-text-body {
    padding: 40px;
}

.modal-custom-details-popup .modal-custom-body .btn-two-full {
    position: absolute;
    right: 0;
    bottom: 0;
}

.modal-custom-bg .search-modal .modal-content {
    background: rgba(255, 255, 255, 0.8);
}

.fade-flip {
    transform: rotateX(-90deg);
    opacity: 0;
    -webkit-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
}

.fade-flip.show {
    opacity: 1;
    transform: rotateX(0deg);
}

/* .fade-flip .modal-dialog { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%) !important;} */

.home-banner-strip {
    position: relative;
    top: -40px;
}

.home-banner-strip .container {
    background: var(--color-pureGrey);
    color: var(--color-white);
    padding: 40px;
}

.home-banner-strip .container h3 {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.home-banner-strip .container .btn-one {
    margin: 0;
}

.home-welcome-bg {
    padding: 40px 0;
    position: relative;
}

.home-services-bg {
    padding: 40px 0 40px 0;
    position: relative;
}

.home-services-bg .container-fluid {
    border-top: 1px solid rgba(100, 100, 100, 0.5);
    border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}

.home-services-bg .container-fluid h2 {
    position: absolute;
    top: -0px;
    left: 8%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.home-services-owl-box {
    padding-top: 80px;
    border-left: 1px solid rgba(100, 100, 100, 0.5);
    overflow: hidden;
    position: relative;
}

.home-services-owl-box h3 {
    font-size: 30px;
    font-weight: 400;
    min-height: 72px;
    border-left: 5px solid #15407c;
    padding-left: 20px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.home-services-owl-box a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    font-size: 19px;
}

.home-services-owl-box .img-hover-zoom {
    height: 300px;
    border-radius: .5em;
    margin: 0 10px;
}

.home-services-owl-box .img-hover-zoom--zoom-n-pan-v img {
    transition: transform .5s ease-in-out;
    transform: scale(1.0);
    transform-origin: 50% 0;
}

.home-services-owl-box:hover .img-hover-zoom--zoom-n-pan-v img {
    transform: scale(1.25) translateY(-30%);
    height: auto;
}

.home-services-owl-box:hover h3 {
    color: var(--color-white);
}

.home-clients-bg {
    padding: 60px 0 100px 0;
}

.home-clients-bg h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.home-dream-bg {
    padding: 180px 0 120px 0;
    background: url(../img/home-dream-bg.jpg);
    background-size: cover;
    color: var(--color-white);
}

.home-dream-bg h2 {
    font-size: 60px;
    font-weight: 400;
    margin-left: -100px;
}

.home-highlight-bg {
    padding: 0px 0;
    border-top: 1px solid rgba(100, 100, 100, 0.5);
    border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}

.home-highlight-bg .br {
    border-right: 1px solid rgba(100, 100, 100, 0.5);
}

.home-highlight-box {
    text-align: center;
    display: inline-block;
    padding: 100px 40px;
}

.home-highlight-box .home-highlight-text-box {
    margin-top: -50px;
}

.home-highlight-box .home-highlight-text-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-highlight-box .home-highlight-text-box p {
    text-align: center;
}

.home-projects-bg {
    padding: 60px 0 60px 0;
}

.home-projects-bg h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-projects-bg h2 {
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 120px;
}

.home-projects-bg h2 span {
    background: #15407c;
    color: white;
}

.home-projects-owl-box {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.home-projects-owl-box:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 212, 255, 0) 100%);
    z-index: 1;
}

.home-projects-owl-box h3 {
    font-size: 30px;
    font-weight: 400;
    min-height: 72px;
    margin-bottom: 80px;
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 0;
    color: var(--color-white);
}

.home-projects-owl-box a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    font-size: 19px;
}

.img-hover-zoom {
    height: 100%;
    border-radius: .5em;
    margin: 0px;
}

.img-hover-zoom--zoom-n-pan-v img {
    transition: transform .5s ease-in-out;
    transform: scale(1.0);
    transform-origin: 50% 0;
}

.home-projects-owl-box:hover .img-hover-zoom--zoom-n-pan-v img {
    transform: scale(1.25) translateY(-20%);
    height: auto;
}

.home-projects-owl-box:hover h3 {
    color: var(--color-white);
}

.home-quality-bg {
    padding: 80px 0 100px 0;
}

.home-quality-box {
    margin-left: -200px;
    background: rgba(255, 255, 255, 1);
    padding: 50px;
}

.home-quality-box h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-quality-box .btn-three {
    border: 1px solid var(--color-black);
    color: var(--color-black) !important;
}

.home-quality-box .btn-three:hover {
    color: var(--color-white) !important;
    background: var(--color-black);
}




footer {
    padding: 120px 0 0;
    font-size: 15px;
    border-top: 1px solid rgba(100, 100, 100, 0.5);
    background: var(--color-white);
    color: var(--color-black);
    position: relative;
    z-index: 0;
}

footer:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/footer-bg.jpg);
    background-size: cover;
    z-index: -1;
}

footer h2 {
    font-weight: 400;
    font-size: 65px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-spl-link {
    border-bottom: 1px solid rgba(100, 100, 100, 0.5);
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    display: inline-block;
}

.footer-spl-link i {
    margin-left: 350px;
}

.footer-spl-link:hover {
    border-bottom: 1px solid rgba(100, 100, 100, 1);
    color: var(--color-super-black);
}

.footer-spl-link:hover i {
    margin-left: 360px;
}

footer a {
    color: var(--color-black);
}

footer a:hover {
    color: var(--color-yellow);
}

footer .footer-list {
    margin-top: 60px;
}

footer .footer-list h3 {
    margin: 0 0 15px;
    color: var(--color-black);
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

footer .footer-list h3 span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

footer .footer-list h3 div {
    border-bottom: 1px solid var(--color-black);
    width: 25%;
    position: relative;
    right: 0;
    bottom: 0px;
    display: inline-block;
}

footer .footer-list ul {
    padding: 0;
    margin: 0 0 0 10px;
}

footer .footer-list ul li {
    list-style: none;
    padding: 6px 0 6px 10px;
    position: relative;
    z-index: 0;
}

footer .footer-list ul li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -7px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-black);
    font-size: 6px;
}

footer .footer-list ul li a {
    color: var(--color-black);
}

footer .footer-list ul li a i {
    padding-right: 5px;
    font-size: 8px;
}

footer .footer-list ul li a:hover {
    color: var(--color-yellow);
    padding-left: 2px;
}

footer .footer-list ul.half {
    padding: 0;
    margin: 0 0 0 10px;
}

footer .footer-list ul.half li {
    list-style: none;
    padding: 6px 0 6px 10px;
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 48%;
}

footer .footer-list ul.half li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -7px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-black);
    font-size: 6px;
}

footer .footer-list ul.half li a {
    color: var(--color-black);
}

footer .footer-list ul.half li a i {
    padding-right: 5px;
    font-size: 8px;
}

footer .footer-list ul.half li a:hover {
    color: var(--color-yellow);
    padding-left: 2px;
}

footer .footer-list ul.contact {
    padding: 0;
    margin: 0 0 0 0px;
}

footer .footer-list ul.contact li {
    list-style: none;
    padding: 4px 0 4px 4px;
    position: relative;
    z-index: 0;
}

footer .footer-list ul.contact li::before {
    display: none;
}

footer .footer-list ul.contact li a {
    color: var(--color-black);
}

footer .footer-list ul.contact li a i {
    padding-right: 5px;
    font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
    color: var(--color-yellow);
    padding-left: 2px;
}

.footerextra {
    padding: 0;
    margin: 0;
}

.footerextra li {
    display: inline-block;
    padding-right: 3%;
    list-style: none;
    font-size: 14px;
    position: relative;
    z-index: 0;
}

.footerextra li::before {
    content: "\f7a5";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 2px;
    left: -10px;
    font-weight: 900;
    color: var(--color-black);
    font-size: 12px;
}

.footerextra li a {
    color: var(--color-black);
}

.footerextra li a:hover {
    color: var(--color-yellow);
}

.footerextra-Mt {
    margin-top: 0px;
}

footer .copy {
    padding: 60px 0 40px 0;
    text-align: center;
}

footer .copy .copy-center {
    border-top: 2px solid var(--color-black);
    padding-top: 10px;
}

footer .copy .copy-center a {
    color: var(--color-black);
}

footer .copy .copy-center a:hover {
    color: var(--color-yellow);
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

ul.social-network li::before {
    display: none;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
    background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
    background-color: #189d0e;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
    color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.3);
    border: 0px solid var(--color-white);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .0) !important;
}

.social-circle li i {
    margin: 0;
    line-height: 35px;
    text-align: center;
    font-size: 15px !important;
    padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: var(--color-black);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

.rwd-table thead tr:first-child {
    border-top: none;
    background: var(--color-black);
    color: #fff;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fbfbfb !important;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    display: inline-block;
    color: #000;
    padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    overflow: hidden;
    margin-bottom: 30px;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }

    .table-bordered {
        border: 0px;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover {
        background-color: #fff !important;
    }

    .rwd-table thead tr:hover {
        background: var(--color-black) !important;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.inner-banner {
    position: relative;
    z-index: 0;
}

.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 0;
}

.inner-banner-head {
    position: absolute;
    left: 120px;
    bottom: 10px;
    margin: 0;
    color: var(--color-white);
}

.inner-banner-head h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
}

.breadcrumb,
.breadcrumb .breadcrumb-item,
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-white);
}

.breadcrumb .breadcrumb-item a {
    color: var(--color-white);
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--color-yellow);
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 500;
}

.inner-content-bg {
    padding: 80px 0;
}

.inner-vision-bg {
    border-top: 1px solid rgba(100, 100, 100, 0.5);
    border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}

.inner-vision-bg .inner-vision-box {
    padding: 60px;
}

.inner-vision-bg .inner-vision-box h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 20px;
}

.inner-vision-bg .br {
    border-right: 1px solid rgba(100, 100, 100, 0.5);
}

.service-gallery-bg {
    padding: 20px 0 40px 0;
}

.service-gallery-bg .container {
    background: #F3F3F3;
    padding: 40px 60px 60px 60px;
}

.service-gallery-bg .container h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
}

.service-gallery-bg img:hover {
    opacity: 0.7;
}

.service-gallery-bg .container .col-md-3 {
    margin: 13px 0;
}

.service-gallery-bg .container .col-md-3 a {
    display: block;
    background: var(--color-black);
    border-radius: 7px;
}

.project-box {
    margin: 20px 0;
}

.project-box h3 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 12px 0 5px 0;
}

.project-box h4 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 12px;
    line-height: 20px;
}

.project-box p {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #646464;
    margin: 0;
}

.simple-pagination ul {
    margin: 40px 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin: 0px 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 28px;
}

.simple-pagination .current {
    color: #FFF;
    background-color: var(--color-black);
    border-color: var(--color-black);
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: var(--color-black);
}

.inner-person-bg h2 {
    font-weight: 600;
    font-size: 22px;
}

.inner-person-bg h3 {
    font-weight: 500;
    font-size: 18px;
}

.inner-key-person-bg {
    border-top: 1px solid rgba(100, 100, 100, 0.5);
    border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}

.inner-key-person-bg .inner-key-person-box {
    padding: 60px 40px;
    text-align: center;
}

.inner-key-person-bg .inner-key-person-box img {
    width: 60%;
    margin: 0 auto;
}

.inner-key-person-bg .inner-key-person-box h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.inner-key-person-bg .inner-key-person-box h3 {
    font-weight: 500;
    font-size: 18px;
}

.inner-key-person-bg .br {
    border-right: 1px solid rgba(100, 100, 100, 0.5);
}

.contact-us-form form {
    padding: 80px 50px;
    box-shadow: 0px 30px 40px rgb(0 0 0 / 14%);
    min-height: 396px;
    border-radius: 17px;
    position: relative;
    left: -22px;
    background: #fff;
}

.contact-us-form .pad {
    padding: 0 30px;
}

.contact-us-form input {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    margin: 5px 0;
    display: inline-block;
}

.contact-us-form textarea {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important
}

.contact-us-form button {
    background: var(--color-black) !important;
    border: 1px solid var(--color-black);
    color: var(--color-white);
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 3px 35px;
    margin-top: 40px;
}

.contact-us-form button:hover {
    background: #ffffff !important;
    color: var(--color-black);
    border: 1px solid var(--color-black);
}

.contact-us-form input.form-control:focus,
.contact-us-form textarea.form-control:focus {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #a7a7a7 !important;
    box-shadow: none;
}

.contact-address-box {
    background: #f4f4f4;
    padding: 30px;
    position: relative;
    top: 30px;
    right: 0px;
    z-index: 0;
    border-radius: 17px 0 0 17px;
}

.contact-map-box {
    position: relative;
    top: 60px;
}

.contact-map-box iframe {
    height: 250px;
    border-radius: 17px 0 0 17px;
}

.mission-box {
    margin: 0 auto;
    border-bottom: 1px solid rgba(100, 100, 100, 0.5);
    border-right: 1px solid rgba(100, 100, 100, 0.5);
    border-left: 1px solid rgba(100, 100, 100, 0.5);
    padding: 60px;
}

.mission-box h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
}

.inner-md ul {
    background: whitesmoke;
    padding: 28px 37px;
    border-radius: 13px;
}


.clients {
    padding: 40px;
}

.clients img {
    margin: 0 auto;
    display: block;
}


@media(min-width:320px) and (max-width:1080px) {
    .hidden-xs {
        display: none;
    }

    .Morder-1 {
        order: 1;
        -webkit-order: 1;
    }

    .Morder-2 {
        order: 2;
        -webkit-order: 2;
    }

    .Morder-3 {
        order: 3;
        -webkit-order: 3;
    }

    .Morder-4 {
        order: 4;
        -webkit-order: 4;
    }

    footer .text-end {
        text-align: center !important;
    }

    footer {
        padding: 60px 0 0;
        text-align: center;
    }

    .footerextra-Mt {
        margin-top: 0;
    }

    footer .footer-list {
        margin-top: 0px;
    }

    .back-to-top {
        bottom: 10px;
        right: 0;
        left: 0;
        margin: 0 auto;
        color: var(--color-super-black);
    }

    .slider,
    .inner-banner {
        margin-top: 84px;
    }

    .slider .carousel-control-prev,
    .slider .carousel-control-next {
        display: none;
    }

    ul.footerextra {
        margin: 30px 0 40px;
    }

    footer .copy {
        padding: 40px 0 30px 0;
    }

    footer .copy .copy-center {
        padding-top: 20px;
        line-height: 24px;
    }

    footer .copy .copy-center i {
        display: none;
    }

    footer .copy .copy-center .m-block {
        display: block;
    }

    footer .footer-list h3 span {
        display: block;
        margin-right: 0;
        text-transform: uppercase;
    }

    ul.footerextra li {
        list-style: none;
        padding: 6px 12px 6px 12px;
        position: relative;
        z-index: 0;
    }

    ul.footerextra li::before {
        content: "\f192";
        font-family: 'Font Awesome 5 Free';
        left: -3px;
        position: absolute;
        top: 12px;
        font-weight: 900;
        color: var(--color-white);
        font-size: 6px;
    }

    .topSearch {
        right: 55px;
        top: 7px;
    }

    .search_icon {
        background-color: rgba(0, 0, 0, 0.1);
        height: 40px;
        width: 40px;
        font-size: 16px;
    }

    .search button {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
    }

    .search-body {
        position: relative;
        padding: 30px 15px !important;
    }

    .modal-custom {
        margin-top: 30px;
    }

    .modal-custom-bg .modal-body .close {
        right: 0;
        top: -40px;
    }

    .rwd-table td {
        width: 100%;
    }

    .footer-link-box.Nbr {
        border-right: 0px solid #D9D9D9;
    }

    .footer-link-box.Mbb {
        border-bottom: 1px solid #D9D9D9;
    }

    .footer-link-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-link-bg .container {
        bottom: 0;
    }

    .inner-banner img {
        height: 120px;
        object-fit: cover;
    }

    .footer-spl-link i {
        margin-left: unset;
    }

    .home-banner-strip {
        top: 0;
        text-align: center;
    }

    .home-banner-strip .container h3 {
        text-align: center;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .home-welcome-bg {
        text-align: center;
        padding: 40px 0 50px 0;
    }

    .home-services-owl-box h3 {
        font-size: 16px;
        margin-bottom: 40px;
        min-height: 76px;
        padding-left: 10px;
    }

    .home-services-owl-box {
        padding-top: 40px;
    }

    .home-services-owl-box .img-hover-zoom {
        height: 150px;
    }

    .home-services-owl-box a {
        left: 0;
        right: 0;
        text-align: center;
    }

    .home-services-owl-box:hover .img-hover-zoom--zoom-n-pan-v img {
        transform: scale(1.50) translateY(-50%);
    }

    .service-gallery-bg .container {
        background: #F3F3F3;
        padding: 40px 40px 40px 40px;
    }

    .home-clients-bg {
        padding: 40px 0 60px 0;
        text-align: center;
    }

    .home-dream-bg {
        padding: 60px 0 60px 0;
    }

    .home-dream-bg h2 {
        font-size: 28px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .home-highlight-bg .br {
        border-right: 0px solid rgba(100, 100, 100, 0.5);
        border-bottom: 1px solid rgba(100, 100, 100, 0.5);
    }

    .home-highlight-box {
        padding: 10px 20px;
    }

    .home-highlight-box img {
        width: 60%;
        margin: 0 auto;
    }

    .home-highlight-box .home-highlight-text-box {
        margin-top: -30px;
    }

    .home-projects-bg {
        padding: 60px 0 40px 0;
    }

    .home-projects-bg h2 {
        font-size: 26px;
        margin-bottom: 50px;
    }

    .home-projects-owl-box h3 {
        font-size: 16px;
        font-weight: 400;
        min-height: unset;
        margin-bottom: 70px;
        left: 15px;
        bottom: 0;
    }

    .home-projects-owl-box a {
        left: 15px;
        bottom: 15px;
        font-size: 19px;
    }

    .home-quality-bg {
        padding: 40px 0 60px 0;
    }

    .home-quality-bg img {
        display: none;
    }

    .home-quality-box {
        margin-left: 0;
        padding: 10px;
        text-align: center;
    }

    .home-quality-box h2 {
        font-size: 32px;
        text-align: left;
    }

    footer h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .breadcrumb {
        display: none;
    }

    .inner-banner-head {
        left: 15px;
        right: 15px;
        bottom: 10px;
    }

    .inner-banner-head h1 {
        text-align: center;
        font-size: 22px;
    }

    .inner-content-bg {
        padding: 40px 0;
    }

    .inner-vision-bg .br {
        border-right: 0px solid rgba(100, 100, 100, 0.5);
        border-bottom: 1px solid rgba(100, 100, 100, 0.5);
    }

    .inner-vision-bg .inner-vision-box h2 {
        font-size: 28px;
    }

    .inner-vision-bg .inner-vision-box {
        padding: 40px;
    }

    .inner-key-person-bg .br {
        border-right: 0px solid rgba(100, 100, 100, 0.5);
        border-bottom: 1px solid rgba(100, 100, 100, 0.5);
    }

    .inner-key-person-bg .inner-key-person-box h2 {
        font-size: 22px;
    }

    .inner-key-person-bg .inner-key-person-box {
        padding: 40px;
    }

    .service-gallery-bg .container h2 {
        margin-bottom: 10px;
    }

    .contact-us-form form {
        padding: 20px;
        min-height: unset;
        margin-top: 30px;
    }

    .contact-us-form .pad {
        padding: 0px;
    }

    .contact-address-box {
        border-radius: 0;
        top: 0;
    }

    .contact-map-box iframe {
        border-radius: 0;
    }

    .contact-us-form form {
        left: unset;
    }

    .contact-map-box {
        top: 0;
    }

    .project-box {
        text-align: center;
    }

    .project-box h3 {
        font-size: 20px;
    }

    .project-box p {
        text-align: center;
    }

    .mission-box {
        border-right: none;
        border-left: none;
        padding: 40px;
    }

    .mission-box h2 {
        font-size: 28px;
        text-align: left;
    }

}
