@font-face {
    font-family: 'Gordita Light';
    src: url('../webfonts/Gordita/Gordita-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Gordita Regular';
    src: url('../webfonts/Gordita/Gordita-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Gordita Bold';
    src: url('../webfonts/Gordita/Gordita-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Gordita Medium';
    src: url('../webfonts/Gordita/Gordita-Medium.otf') format('opentype');
}
    


html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* color: #27333d; */
    background: #fff;
    font-family: 'Gordita Regular';
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}



.homebanner {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-image: url('../images/homebanner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.homebanner .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
}
.homebanner .carousel-inner .carousel-item .bannerimg{
    position: absolute;
    bottom: 0;
    right: 0;
}
.homebanner .carousel-inner .carousel-item .carousel-caption {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homebanner .carousel-inner .carousel-item .carousel-caption h5 {
    font-family: 'Gordita Bold';
    font-size: 68px;
    line-height: 77px;
    letter-spacing: -1px;
}
.homebanner .carousel-inner .carousel-item .carousel-caption p {
    font-family: 'Gordita Medium';
    font-size: 18px;
    line-height: 25px;
}
.homebanner .carousel-indicators {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.homebanner .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 1;
}
.homebanner .carousel-indicators .active {
    background-color: #ba2a2f;
}


.homebanner-video {
    width: 100%;
    height: 100vh;
    position: relative;
}
.homebanner-video .homevideo-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.homebanner-video .homevideo-wrap .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}








.homdownarrow {
    position: absolute;
    bottom: 80px;
    right: 30px;
    z-index: 9;
    animation: scaling 2s linear infinite;
}
@keyframes scaling {
	50% {
	  -webkit-transform:scale(1.1);
	  -moz-transform:scale(1.1);
	  -ms-transform:scale(1.1);
	  -o-transform:scale(1.1);
	  transform:scale(1.1);
	}
  }



.about-section {
    padding: 140px 0px 50px 0px;
    background-image: url('../images/homeabout-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    scroll-margin-top: 79px;
}
.about-section .homserviceslink {
    position: absolute;
    top: -15%;
    z-index: 99;
}
.about-section .homserviceslink .homserviceslink-inner {
    position: relative;
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.about-section .homserviceslink .homserviceslink-inner .homserl-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
}
.about-section .homserviceslink .homserviceslink-inner h4 {
    position: absolute;
    top: 10px;
    left: 10px;

    font-family: 'Gordita Bold';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.about-section .homserviceslink:hover .homserviceslink-inner {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.about-section .aboutsec-left {
    padding-right: 30px;
}
.about-section .aboutsec-left .aboutsecl-title {
    font-family: 'Gordita Bold';
    font-size: 68px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 40px;
}
.about-section .aboutsec-right {
    padding-top: 20px;
    /* display: flex;
    align-items: center;
    width: 100%;
    height: 100%; */
}
.about-section .aboutsec-right > div > p {
    font-family: 'Gordita Medium';
    font-size: 18px;
    letter-spacing: -1px;
    color: #fff;
}

.owl-aboutseclimg.owl-carousel .owl-stage-outer {
    z-index: -1;
}
/* owl slider start */
.about-section .aboutsecl-imgwrap .carousel-wrap {
    margin: 0px auto;
    /* padding: 0 5%; */
    width: 100%;
    position: relative;
}
  
/* fix blank or flashing items on carousel */
.about-section .aboutsecl-imgwrap .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
}
  
/* end fix */
.about-section .aboutsecl-imgwrap  .owl-nav > button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
  
.about-section .aboutsecl-imgwrap  .owl-nav i {
    font-size: 52px;
}
  
.about-section .aboutsecl-imgwrap  .owl-nav .owl-prev {
    left: -30px;
}
  
.about-section .aboutsecl-imgwrap  .owl-nav .owl-next {
    right: -30px;
}

.about-section .aboutsecl-imgwrap .owl-dots {
    text-align: right;
    margin-top: -29px;
}
.about-section .aboutsecl-imgwrap .owl-dots .owl-dot {
    display: inline-block;
}
.about-section .aboutsecl-imgwrap .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #67717b;
    border-radius: 20px;
    display: block;
    margin: 5px 5px;
    opacity: 1;
    width: 13px;
    height: 13px;
}
.about-section .aboutsecl-imgwrap .owl-dots .owl-dot.active span {
    background-color: #27333d;
}
/* owl slider end */



.happyclients-section {
    padding: 100px 0px;
}
.happyclients-section .carousel-wrap {
    overflow: hidden;
}
.happyclients-section .owl-happyclients {
    margin-left: -2px;
}
.happyclients-section .owl-happyclients .item {
    padding: 40px;
    /* border-left: 1px solid #e3e3e3; */
}
.happyclients-section .happyclients-title {
    font-family: 'Gordita Bold';
    font-size: 68px;
    line-height: 100px;
    color: #27333d;
    margin-bottom: 60px;
}
.happyclients-section .happyclientb-head {
    text-align: center;
}
.happyclients-section .happyclientb-head img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0px auto 15px auto;
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.happyclients-section .happyclientb-head h4 {
    font-family: 'Gordita Bold';
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}
.happyclients-section .happyclientb-head p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.happyclients-section .quote-img {
    width: auto !important;
    margin: 15px 0px 15px 0px;
}
.happyclients-section .happyclientb-desc p {
    font-family: 'Gordita Medium';
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
}
.happyclients-section .happyclientb-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.happyclients-section .happyclientb-footer img {
    width: auto !important;
    margin: 0 auto;
}

.happyclients-section .happyclient-block {
    color: #27333d;
}
.happyclients-section .happyclient-block:hover .happyclientb-head img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.happyclients-section .owl-happyclients .item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 60%;
    border-left: 1px solid #e3e3e3;
    transform: translateY(-50%);
}


.services-section {
    color: #fff;
    background-color: #ab052d;
    padding: 60px 0px;
}
.services-section .servicessec-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.services-section .servicessec-title h3 {
    font-family: 'Gordita Bold';
    font-size: 68px;
    line-height: 60px;
    color: #fff;
    /* margin-bottom: 40px; */
}
.services-section .servicessec-title p {
    font-family: 'Gordita Medium';
    font-size: 18px;
    line-height: 25px;
    margin-left: 50px;
}
.servicessec-wrap.row > div[class*="col-"] {
    padding: 0px 15px !important;
}
.servicessec-block {
    width: 100%;
    height: 355px;
    position: relative;
    color: #fff;
    background-color: #000;
    margin-bottom: 30px;
}
.servicessec-block .sersecb-bgimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.servicessec-block .sersecb-title {
    font-family: 'Gordita Bold';
    font-size: 26px;
    padding: 10px;
    margin: 0px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.servicessec-block .sersecb-arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
}
.servicessec-block .sersecb-description {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 50px 10px 10px;
    opacity: 0;
}
.servicessec-block .sersecb-bgimg,
.servicessec-block .sersecb-arrow, 
.servicessec-block .sersecb-description {
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.servicessec-block:hover .sersecb-bgimg {
    opacity: 20%;
}
.servicessec-block:hover .sersecb-arrow, 
.servicessec-block:hover .sersecb-description {
    opacity: 1;
}



.ourpartner-section {
    padding: 100px 0px;
}
.ourpartner-section .ourpartnersec-title {
    font-family: 'Gordita Bold';
    font-size: 68px;
    line-height: 100px;
    color: #27333d;
    margin-bottom: 40px;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .owl-stage-outer {
    margin: 0px -1px;
    padding: 0px 1px;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .item {
    width: 100%;
    height: 230px;
    padding: 30px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .owl-item:first-child .item {
    border-left: 1px solid #000;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .item img {
    width: auto;
    max-width: 100%;
    -webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .item:hover img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .owl-dots .owl-dot {
    display: inline-block;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bdbdbd;
    border-radius: 20px;
    display: block;
    margin: 5px 5px;
    opacity: 1;
    width: 14px;
    height: 14px;
}
.ourpartner-section .ourpartnersec-wrap .owl-ourpartners .owl-dots .owl-dot.active span {
    background-color: #ba2a2f;
    border-color: #ba2a2f;
}


footer {
    color: #fff;
}
footer {
    background-image: url('../images/footer-bg.jpg');
    background-repeat: repeat;
}
.ftop-section {
    padding: 0px 17px;
}
.ftop-section .flogo {
    /* text-align: center; */
}
.ftop-section .ftop-block {
    padding: 50px 0px;
}
.ftop-section .ftop-block .ftopb-title {
    font-family: 'Gordita Bold';
    font-size: 18px;
    line-height: 30px;
}
.ftop-section .ftop-block .fcontact p {
    font-family: 'Gordita Medium';
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
}
.ftop-section .ftop-block .fcontact p a {
    color: #fff;
    text-decoration: none;
}
.ftop-section .ftop-block .fcontact p a:hover {
    color: #000;
}
.ftop-section .ftop-block .fcontact .fcontact-linebr {
    width: 100px;
    height: 10px;
}
.ftop-section .ftop-block .ftopb-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ftop-section .ftop-block .ftopb-links ul li {
    font-family: 'Gordita Medium';
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px;
}
.ftop-section .ftop-block .ftopb-links ul li a {
    color: #fff;
    text-decoration: none;
}
.ftop-section .ftop-block .ftopb-links ul li a:hover {
    color: #000;
}
.ftop-section .ftop-block .ftopb-conbtns {
    margin-top: 20px;
}
.ftop-section .ftop-block .ftopb-conbtns a {
    font-family: 'Gordita Medium';
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px;
    margin: 10px 0px;
    display: block;
    text-decoration: none;
    width: 170px;
}
.ftop-section .ftop-block .ftopb-conbtns a:hover {
    background-color: #000;
    border-color: #000;
}
.ftop-section .ftop-block .ftopb-sociallinks {
    margin-top: 30px;
}
.ftop-section .ftop-block .ftopb-sociallinks ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.ftop-section .ftop-block .ftopb-sociallinks ul li {
    /* display: inline-block; */
    margin-right: 10px;
}
.ftop-section .ftop-block .ftopb-sociallinks ul li:last-child {
    margin-right: 0px;
}
.ftop-section .ftop-block .ftopb-sociallinks ul li a {
    width: 49px;
    height: 49px;
    color: #fff;
    padding: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ftop-section .ftop-block .ftopb-sociallinks ul li a:hover {
    background-color: #000;
    border-color: #000;
}

.fbottom-section {
    background-image: url('../images/footer-bg2.jpg');
    background-repeat: repeat;
    padding: 0px 17px;
}
.fbottom-section p {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.fbottom-section .fbottomsec-right {
    text-align: right;
}




.navbar {
    background: transparent !important;
    min-height: 120px;
    /* padding-top: 0; */
}
.navbar-brand.navbar-brand-desktop {
    position: absolute;
    top: 0;
    padding-top: 0;
    display: block;
}
.navbar .container-fluid{
    /* align-items: flex-start; */
}
.navbar .dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
    border: 0;
    vertical-align: middle;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}
.navbar .navbar-nav .nav-item {
    font-family: 'Gordita Medium';
    font-size: 12px;
    letter-spacing: 1px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar .navbar-nav .nav-item .nav-link::before {
    font-weight: 900;
    font-size: 7px;
    font-family: "Font Awesome 5 Free";
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
}
.navbar .navbar-nav .nav-item .nav-link.active::before,
.navbar .navbar-nav .nav-link:focus::before , 
.navbar .navbar-nav .nav-link:hover::before {
    content: '\f111';
}
.navbar.navtopfix .navbar-nav .nav-item .nav-link.active::before,
.navbar.navtopfix .navbar-nav .nav-link:focus::before , 
.navbar.navtopfix .navbar-nav .nav-link:hover::before {

    bottom: 18px;
}
.navbar .navbar-nav .nav-item.dropdown:hover .nav-link::before, 
.navbar .navbar-nav .nav-item.dropdown:hover .nav-link:focus::before, 
.navbar .navbar-nav .nav-item.dropdown:hover .nav-link.show::before {
    content: '';
}

.navright {
    display: flex;
    align-items: center;
}

/* ******** */
.navright {
    margin-right: 50px;
}
.tvelogo2 {
    margin: 0px 20px !important;
}
.navbar {
    flex-wrap: nowrap;
}
/* ******** */


.btn-navsearch {
    font-family: 'Gordita Medium';
    font-size: 12px;
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
    padding: 9px 25px;
    border-radius: 50px;
    margin-left: 12px;
    display: inline-block;
    visibility: hidden;
}
.btn-navsearch i {
    margin-right: 5px;
}
.btn-navsearch:hover {
    color: #fff;
    background-color: #aa232c;
    border-color: #aa232c;
}
.tvelogo {
    margin-left: 35px;
}
.navbar .dropdown-menu {
    font-size: 12px;
}
.navbar .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #343434;
}
.navbar .dropdown-menu .dropdown-item.active, 
.navbar .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: #aa232c;
}

.navbar.navtopfix {
    background-color: #fff !important;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.navbar.navtopfix .navbar-nav .nav-item .nav-link {
    color: #000;
}
.navbar.navtopfix .dropdown-toggle::after {
    color: #000;
}
.navbar.navtopfix .navbar-nav .nav-item .nav-link.active::before, 
.navbar.navtopfix .navbar-nav .nav-link:focus::before, 
.navbar.navtopfix .navbar-nav .nav-link:hover::before {
    color: #aa232c;
}
.navbar.navtopfix .btn-navsearch {
    color: #000;
    border: 2px solid #000;
}
.navbar.navtopfix .btn-navsearch:hover {
    color: #fff;
    background-color: #aa232c;
    border-color: #aa232c;
}
.navbar.navtopfix {
    min-height: auto;
    padding: 0px;
}
.navbar.navtopfix .navbar-brand-desktop {
    display: none;
}
.navbar .navbar-brand-mob {
    display: none;
    padding: 0px;
}
.navbar .navbar-brand-mob img {
    height: 60px;
}
.navbar.navtopfix .navbar-brand-mob {
    display: block;
}
.navbar .dropdown-menu {
    font-size: 12px;
    margin-top: -1px;
}
/* ANIMATED X */
.navbar-toggler.x {
    border: none;
  }
  .navbar-toggler.x:focus {
    outline: none;
  }
  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5% 10%;
        -ms-transform-origin: 5% 10%;
            transform-origin: 5% 10%;
  }
  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0% 90%;
        -ms-transform-origin: 0% 90%;
            transform-origin: 0% 90%;
  }
  .navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .navbar-toggler:focus {
      box-shadow: none;
  }
/* END ANIMATED X */
.navbar-toggler.x {
    margin: 15px 0px;
}
.navbar.navtopfix .navbar-toggler.x {
    margin: 0px 0px;
}
.navbar.navtopfix .navbar-toggler.x .icon-bar {
    background-color: #000;
}
.navbar.navtopfix .container-fluid {
    padding-right: 0px;
}
.navbar.navtopfix .tvelogo2 img {
    max-width: 80%;
}


.stickycallbtn {
    display: inline-block;
    font-family: 'Gordita Medium';
    font-size: 16px;
    color: #fff;
    background-color: #494a56;
    padding: 7px 15px 7px 7px;
    border-radius: 100px;
    position: absolute;
    right: 80px;
    top: -20px;
}
.stickycallbtn i {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #fff;
    color: #ba2a2f;
    background-color: #fff;
    padding: 10px 10px;
    margin-right: 5px;
  
}
.stickycallbtn:hover {
    background-color: #363636;
}


.navbar-nav li.nav-item.dropdown:hover .nav-link {
    color: #aa232c !important;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.ex-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ex-search input {
    width: 100%;
    background: #67717b;
    border: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: 3px solid #fff;
    outline: none !important;
    -webkit-transition: width 0.3s;
       -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
         -o-transition: width 0.3s;
            transition: width 0.3s;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    padding-right: 40px;
    padding-left: 25px;
    padding-bottom: 1px;
    color: #fff;
    font-family: 'Gordita Regular';
    font-size: 12px;
}
.ex-search input:focus {
    width: 370px !important;
}
.ex-search input::placeholder {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Gordita Medium';
    font-size: 12px;
}
.ex-search input:focus::placeholder {
    font-size: 0;
}
.ex-search button {
    position: absolute;
    top: 9px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 0px;
    background: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.ex-search button:hover {
    color: #ab052d;
}

.navbar.navtopfix .ex-search input {
    background-color: #fff;
    border-color: #67717b;
    color: #67717b;
}
.navbar.navtopfix .ex-search input::placeholder {
    color: #67717b;
}
.navbar.navtopfix .ex-search button {
    color: #67717b;
}

/* contact page :start */

/* .inner-banner {
    padding: 150px 0px 0px 0px;
} */
.inner-page {
    padding: 50px 0px 50px 0px;
}


.contact-wrap {
    /* padding: 90px 0px; */
}
.contact-wrap .contactw-left {
    color: #fff;
    background-color: #394854;
    height: 100%;
    position: relative;
    z-index: 0;

    padding-top: 110px;
    padding-bottom: 90px;
}
.contact-wrap .contactw-left .contactwl-title {
    font-family: "Gordita Bold";
    font-size: 48px;
}
.contact-wrap .contactw-left .contactwl-address {
    margin-top: 40px;
}
.contact-wrap .contactw-left .contactwl-address h4 {
    font-family: "Gordita Bold";
    font-size: 24px;
}
.contact-wrap .contactw-left .contactwl-address p {
    font-family: "Gordita Medium";
    font-size: 18px;
}
.contact-wrap .contactw-left .contactwl-quiclcot {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.contact-wrap .contactw-left .contactwl-quiclcot h4 {
    font-family: "Gordita Bold";
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-wrap .contactw-left .contactwl-quiclcot a {
    font-family: "Gordita Medium";
    font-size: 18px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}
.contact-wrap .contactw-left .contactwl-quiclcot a:hover {
    color: #ab052d;
}
.contact-wrap .contactw-left .contactwl-time {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.contact-wrap .contactw-left .contactwl-time .contactwlt-img {
    margin-right: 15px;
}
.contact-wrap .contactw-left .contactwlt-text h4 {
    font-family: "Gordita Medium";
    font-size: 18px;
    line-height: 33px;
}
.contact-wrap .contactw-left .contactwlt-text h4 span {
    font-size: 24px;
    display: block;
}

.contact-wrap .contactw-right {
    padding-top: 110px;
    padding-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
}
.contact-wrap .contactw-right .contactwr-title {
    font-family: "Gordita Bold";
    font-size: 48px;
}

.contact-form {
    margin-top: 40px;
}

.contact-form .form-control {
    font-size: 14px;
    padding: 8px 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #b1b1b1;
    border-radius: 0px;
}
.contact-form .form-control:focus {
    border-color: #ab052d;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}
.contact-form .btn-contact {
    font-family: "Gordita Bold";
    font-size: 16px;
    color: #fff;
    background-color: #ab052d;
    border-color: #ab052d;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 10px 30px;
}
.contact-form .btn-contact:hover {
    color: #fff;
    background-color: #850826;
    border-color: #850826;
}
.contact-form .form-group {
    margin-bottom: 50px;
}

.services-contact {
    padding: 110px 0px 86px 0px;
    background-color: #ebebeb;
}
.services-contact .sercontact-block {
    padding: 50px;
    background-color: #fff;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.services-contact .sercontact-block .sercontactb-img {
    /* padding: 30px 0px; */
}
.services-contact .sercontactb-title {
    font-family: "Gordita Bold";
    font-size: 26px;
    text-align: center;
    padding: 10px 0px;
}
.services-contact .sercontact-block .sercontactb-link {
    font-family: "Gordita Medium";
    font-size: 15px;
    color: #ab052d;
    margin: 5px 0px;
}
.services-contact .sercontact-block:hover {
    border-color: #ab052d;
}
.services-contact .sercontact-block .sercontactb-link:hover {
    color: #000;
}
.gmap {
    position: relative;
    width: 100%;
    height: 550px;
}
.gmap iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}


#contactwrapbg {
    background-color: #394854;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    height: 100%;
}
/* contact page :end */

/* Testimonials :start */
.testimonials-page .happyclients-section {
    padding: 0px;
}
.testimonials-page .happyclients-section .happyclients-title {
    font-family: 'Gordita Bold';
    font-size: 48px;
    line-height: 100px;
    color: #27333d;
    margin-bottom: 30px;
}
.ourclients-section {
    background-image: url('../images/ourclients-bg.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 0px 0px 130px 0px;
}
.ourclients-section .ourclientssec-title {
    font-family: 'Gordita Bold';
    font-size: 48px;
    line-height: 50px;
    color: #394854;
    margin-bottom: 40px;
    margin-top: 50px;
}
ul.ourclients-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background-image: url('../images/ourclients-wrap-bg.png');
    background-repeat: no-repeat;
    background-position: center 10%;
    background-color: #fff;
    border-top: 1px solid #e0e0e0; 
    border-left: 1px solid #e0e0e0;
}
ul.ourclients-wrap li {
    width: 20%;
    text-align: center;
    /* background-color: #fff; */
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
ul.ourclients-wrap li div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
}
ul.ourclients-wrap li div img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
ul.ourclients-wrap li:hover div img {
    -webkit-transform: scale(1.03);
       -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
}

.testimonialspg-hr {
    height: 1px;
    background-color: #a3a3a3;
}

.testimonials-page .owl-happyclients {
    background-image: url('../images/ourclients-wrap-bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
/* Testimonials :end */

/* Service Page Start */
.service-gallery {
    width: 100%;
}
.service-gallery h2 {
    font-family: 'Gordita Bold';
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}
.service-gallery .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.service-gallery .owl-nav .owl-prev i,
.service-gallery .owl-nav .owl-next i {
    color: #FFF;
    font-size: 38px;
}
.service-gallery .owl-nav .owl-prev:hover i,
.service-gallery .owl-nav .owl-next:hover i {
    color: #ab052d;
}
.service-gallery h2 {
    position: absolute;
    top: 50px;
    left: 65px;
    z-index: 99;
}
.service-gallery .item {
    position: relative;
}
.service-gallery .item::after {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.service-gallery .item .cell {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 0 0 30px 110px;
    z-index: 9;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}
.service-gallery .item .cell span {
    font-family: 'Gordita Bold';
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: right;
    line-height: 26px;
    padding: 10px 15px;
    display: block;
}
.service-gallery .item .cell p {
    font-family: 'Gordita Medium';
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    line-height: normal;
    padding: 0 15px 0 0;
    position: relative;
    margin: 15px 0 0 0;
}
.service-gallery .item .cell p::after {
    width: 5px;
    height: 100%;
    background: #b81117;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.coming-more {
    text-align: center;
    padding: 60px 0;
}
.coming-more h3 {
    font-family: 'Gordita Bold';
    font-size: 48px;
    color: #27333d;
    letter-spacing: -2px;
    margin: 0 0 15px 0;
    padding: 0;
}
.coming-more .cell {
    padding: 0 0;
}
.coming-more p {
    font-size: 16px;
    line-height: 25px;
    color: #27333D;
    margin: 0;
    font-family: 'Gordita Medium';
}
.laundry-service {
    padding: 60px 0;
    text-align: center;
    background: url('../images/laundry-service-bg.jpg') center center no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.laundry-service h4 {
    font-family: 'Gordita Bold';
    font-size: 48px;
    color: #fff;
    margin: 0 0 15px 0;
}
.laundry-service p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 30px 0;
    font-family: 'Gordita Medium';
}
.laundry-service .cell {
    background: #AB052D;
    padding: 30px 22px;
}
.laundry-service .cell img {
    display: table;
    margin: 0 auto;
}
.laundry-service .cell span {
    font-family: 'Gordita Bold';
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 18px 0 0 0;
}
.laundry-service .cell p {
    font-family: 'Gordita Medium';
    font-size: 14px;
    color: #FFF;
    line-height: 18px;
    margin: 10px 0 0 0;
}
.laundry-service .row.left-marg {
    padding-left: 140px;
    padding-right: 140px;
}
.ser-slide {
    padding: 90px 0 100px 0;
}
.ser-slide .cell {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.ser-slide .cell span.title {
    font-family: 'Gordita Medium';
    padding: 8px 30px;
    font-size: 16px;
    color: #FFF;
    display: table;
    position: absolute;
    top: 34px;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #B81117;
    text-transform: uppercase;
    z-index: 1;
}
.ser-slide .cell::after {
    width: 100%;
    height: 200px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.ser-slide .cell span.sub-sec {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 9;
    font-family: 'Gordita Bold';
    text-transform: uppercase;
    line-height: 26px;
    font-size: 26px;
    padding: 15px;
}
.ser-slide .cell span.sub-sec sub {
    display: block;
    font-size: 14px;
    bottom: 0;
    line-height: normal;
    margin: 5px 0 0 0;
}
.ser-slide .cell img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.ser-slide .cell:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.ser-slide .owl-dots {
    padding: 48px 0 0 0;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.ser-slide .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    border: 1px solid #bdbdbd;
    background: #fff;
    /* float: left; */
    margin: 0 2px;
}
.ser-slide .owl-dots .owl-dot.active {
    border: 1px solid #ba2a2f;
    background: #BA2A2F;
}
/* Service Page End */

/* inner-page navbar Start */
.innerpagenavbar.innerpagehead {
    /* position: relative; */
    box-shadow: 0 1px 6px 0 transparent;
}
.navbar.innerpagenavbar.innerpagehead .navbar-brand-mob img {
    height: 112px;
    margin: 9px 0px;
}
/* inner-page navbar End */

/* services page start */
.servicespg-section {
    padding: 80px 0px 50px 0px;
}
.services-page .about-section {
    background-image: url('../images/servicespg-services.jpg');
    padding: 70px 0px;
}
.about-section.servicespg-details .aboutsec-right {
    padding-top: 0px;
    display: flex;
    height: 100%;
    align-items: center;
}
.about-section.servicespg-details .aboutsec-right > div > p {
    font-family: 'Gordita Medium';
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0px;
}
.about-section.servicespg-details .aboutsec-left .aboutsecl-title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 30px;
}
/* services page End */

/* Gallery page Start */
.gallerypg-title {
    font-family: "Gordita Bold";
    font-size: 48px;
    margin-bottom: 30px;
}
.gallery-wrapper {
    padding: 70px 0px;
}
.gallery-wrapper .gallerywrapper-title {
    font-family: "Gordita Bold";
    font-size: 26px;
    text-transform: uppercase;
    color: #b81117;
    margin-bottom: 0px;
}
.gallery-wrapper.even {
    background-color: #394854;
}
.gallery-wrapper.even .gallerywrapper-title {
    color: #fff;
}



.gallery-imgwrap {
    margin: 30px 0px 30px 0px;
}
.gallery-block {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.gallery-block::after {
    width: 100%;
    height: 200px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.gallery-block span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 9;
    font-family: 'Gordita Medium';
    font-size: 16px;
    /* line-height: 26px; */
    margin: 15px;
    padding-left: 5px;
    border-left: 5px solid #b81117;
}
.gallery-block img{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.gallery-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-gallery {
    overflow: hidden;
}
.owl-gallery .owl-nav button{
    position: absolute;
    top: 50%;
    /* left: 0; */
    /* width: 100%; */
    padding: 0px 0px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    /* display: flex; */
    /* -webkit-align-items: center; */
            /* align-items: center; */
    /* -webkit-justify-content: space-between; */
            /* justify-content: space-between; */
}
.owl-gallery .owl-nav .owl-prev {
    left: 0px;
}
.owl-gallery .owl-nav .owl-next {
    right: 0px;
}
.owl-gallery .owl-nav .owl-prev i,
.owl-gallery .owl-nav .owl-next i {
    color: #FFF;
    background-color: #b81117;
    font-size: 22px;
}
.owl-gallery .owl-nav .owl-prev:hover i,
.owl-gallery .owl-nav .owl-next:hover i {
    background-color: #000;
}
.owl-gallery .owl-nav .owl-prev i {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -40px;
    padding: 26px 10px 26px 45px;
}
.owl-gallery .owl-nav .owl-next i {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: -40px;
    padding: 26px 45px 26px 10px;
}
.owl-gallery .owl-nav .owl-prev.disabled i,
.owl-gallery .owl-nav .owl-next.disabled i,
.owl-gallery .owl-nav .owl-prev.disabled:hover i,
.owl-gallery .owl-nav .owl-next.disabled:hover i {
    background-color: #adadad;
}
/* Gallery page End */

/* Construction page :start */
.constructionpg-details {
    background-image: url('../images/servicespg-services.jpg');
    padding: 50px 0px 70px 0px;
}
.about-section.constructionpg-details .aboutsec-left .aboutsecl-title {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 30px;
}

.about-section.constructionpg-details .aboutsec-right {
    padding-top: 0px;
    display: flex;
    height: 100%;
    align-items: flex-start;
}
.about-section.constructionpg-details .aboutsec-right h4 {
    font-family: 'Gordita Medium';
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
}
.about-section.constructionpg-details .aboutsec-right p {
    font-family: 'Gordita Medium';
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}

.constructionpg-ser {
    padding: 60px 0px 85px 0px;
}
.constructionpgser-title h3 {
    font-family: 'Gordita Bold';
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #394854;
}
.constructionpgser-block {
    width: 100%;
    min-height: 370px;
    position: relative;
    color: #fff;
    background-color: #000;
    margin: 15px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.constructionpgser-block::after {
    width: 100%;
    height: 200px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
}
.constructionpgser-block .constpgser-bgimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.constructionpgser-block .constpgser-title {
    font-family: 'Gordita Bold';
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 1;
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
}
.constructionpgser-block .constructionpgserb-hoverb {
    width: 100%;
    height: 100%;
    background: #000;
    padding: 55px 25px 25px 25px;
    opacity: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
         -o-transition-duration: 500ms;
            transition-duration: 500ms;
}
.constructionpgser-block .constructionpgserb-hoverb a {
    color: #fff;
}
.constructionpgser-block .constructionpgserb-hoverb .constpgser-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
}
.constructionpgser-block .constructionpgserb-hoverb h4 {
    font-family: 'Gordita Bold';
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
}
.constructionpgser-block .constructionpgserb-hoverb p {
    font-family: 'Gordita Medium';
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
}
.constructionpgser-block:hover .constructionpgserb-hoverb {
    opacity: 0.93;
}
.constructionpgser-block:hover::after {
    opacity: 0;
}
.constructionpgser-block:hover .constpgser-title {
    opacity: 0;
}
.constructionpg-count {
    background-image: url('../images/concount-bg.png');
    padding: 40px 0px;
}
.constcount-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 275px;
    margin: 0px 15px;
}
.constcount-block h3 {
    font-family: 'Gordita Bold';
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #394854;
}
.constcount-block h3 sup {
    font-family: 'Gordita Light';
    font-size: 38px;
    top: -15px;
    left: 5px;
}
.constcount-block p {
    font-family: 'Gordita Bold';
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #394854;
}
.constcount-block .constcountb-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.constcount-block .ccbd-bg {
    width: 100%;
    height: 275px;
}
.constcount-block .constcountb-details .ccbd-icon {
    margin-bottom: 20px;
}
.concount-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.construction-gallery {
    padding: 70px 0px 40px 0px;
}
.constructiongal-title {
    font-family: 'Gordita Bold';
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 20px;
    color: #394854;
}
.construction-gallery.service-gallery .item::after {
    display: none;
}
.construction-gallery.service-gallery .item .cell span {
    background-color: rgba(57,72,84,0.8)
}
.coming-more.construction-more {
    padding: 60px 0px 100px 0px;
}
.coming-more.construction-more h3 {
    line-height: 40px;
}
.coming-more.construction-more h4 {
    font-family: 'Gordita Bold';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
    color: #394854;
}
.construction-more a.morelinks {
    font-family: 'Gordita Bold';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    background-color: #394854;
    color: #fff;
    padding: 19px 45px;
    display: inline-block;
    border-radius: 100px;
    margin: 0px 15px;
}
.construction-more a.morelinks:hover {
    background-color: #000;
}
.coming-more.construction-more h3 {
    color: #394854
}
.service-gallery-wrap {
    position: relative;
}
.service-gallery-wrap .cell {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 0 0 30px 0;
    z-index: 9;
}
.service-gallery-wrap .cell span {
    font-family: 'Gordita Bold';
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: right;
    line-height: 26px;
    padding: 10px;
    display: block;
}
.service-gallery-wrap .cell p {
    font-family: 'Gordita Medium';
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    line-height: normal;
    padding: 0 15px 0 0;
    position: relative;
    margin: 15px 0 0 0;
}
.service-gallery-wrap .cell p::after {
    width: 5px;
    height: 100%;
    background: #b81117;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
/* Construction page :end */

/* Career page :start */
.careerpg-details {
    background-image: url('../images/servicespg-services.jpg');
    padding: 45px 0px 75px 0px;
}
.careerpg-details .aboutsec-left .aboutsecl-title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 30px;
}
.careerpg-details .aboutsec-right {
    padding-top: 0px;
    display: flex;
    height: 100%;
    align-items: center;
}
.careerpg-details .aboutsec-right > div > p {
    font-family: 'Gordita Medium';
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 0px;
}

.careerapply-section {
    background-image: url('../images/join-our-team.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.careerapply-section .careerapplysec-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.careerapply-section .careerapplysec-left h3 {
    font-family: 'Gordita Bold';
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.careerapply-section .careerapplysec-left p {
    font-family: 'Gordita Medium';
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
}


.careerapply-right {
    padding: 80px 0px;
}
.careerapply-right form {
    max-width: 400px;
    margin: 0 auto;
}
.careerapply-right form .form-group {
    margin-bottom: 20px;
}
.careerapply-right form .form-group .help-block {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    padding-left: 20px;
    font-size: .875em;
    color: #dc3545;
}
.careerapply-right form .form-group.has-error .help-block {
    display: block;
}
.careerapply-right form .frminputstyle {
    font-size: 12px;
    border: 0px;
    border-radius: 100px;
    background: rgba(255,255,255,0.2);
    height: 45px;
    padding: 3px 25px;
}
.careerapply-right form input.frminputstyle {
    color: #fff;
}
.careerapply-right form label {
    font-family: 'Gordita Medium';
    font-size: 14px;
}
.careerapply-right form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1; /* Firefox */
}  
.careerapply-right form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
}
.careerapply-right form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.5);
}

.careerapply-right form .selectbox.frminputstyle {
    color: #000;
    width: 100%;
}
.careerapply-right form .selectbox.frminputstyle .list {
    /* width: 100%; */
    left: 20px;
    right: 20px;
    margin: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.careerapply-right form .selectbox.frminputstyle.nice-select .option:hover, 
.careerapply-right form .selectbox.frminputstyle.nice-select .option.focus, 
.careerapply-right form .selectbox.frminputstyle.nice-select .option.selected.focus {
    background-color: #aa232c;
    color: #fff;
}
.careerapply-right form .selectbox.frminputstyle.nice-select .list:hover .option:not(:hover) {
    color: #000;
}

.careerapply-right form .selectbox.frminputstyle .current {
    color: #fff;
}
.careerapply-right form .selectbox.frminputstyle {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}
.careerapply-right form .nice-select:after {
    right: 25px;
    border-color: #fff;
}
/* -------------------- */
.choosefile {
    /* margin-bottom: 20px; */
}
#custom-button {
    font-family: 'Gordita Medium';
    font-size: 14px;
    padding: 5px 5px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    cursor: pointer;
    width: 140px;
    height: 40px;
    -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
            user-select: none; /* Standard syntax */
}  
#custom-button:hover {
    border-color: #ab052d;
    background-color: #ab052d;
}
 
#custom-text {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
    -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
            user-select: none; /* Standard syntax */
} 
/* -------------------- */
.btn-career {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #ab052d;
    border-color: #ab052d;
    border-radius: 100px;
}
.btn-career:hover {
    color: #fff;
    background-color: #8f0324;
    border-color: #8f0324;
}
.careerapply-right form .countryphone {
    margin-bottom: 20px !important;
    color: #000;
}
.careerapply-right form .countryphone .frminputstyle {
    padding: 3px 25px 3px 130px;
}
.careerapply-right form .form-control:focus {
    box-shadow: 0 0 0 1px rgb(255 255 255);
}


.careerapply-right form .countryphone .iti__arrow {
    border-top: 4px solid #fff;
}
.careerapply-right form .countryphone .iti.iti--allow-dropdown {
    width: 100%;
}
.careerapply-right form .countryphone input {
    width: 100%;
}
.careerapply-right form .countryphone .iti__flag-container {
    /* width: 100%; */
    padding-left: 20px;
}
.careerapply-right form .countryphone .iti__country {
    font-size: 14px;
}
.careerapply-right form .countryphone .iti__selected-flag:before {
    content: 'Ph No |';
    font-size: 12px;
    color: #fff;
    padding-right: 10px;
}
.careerapply-right form .countryphone .iti__selected-flag:after {
    content: '|';
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
}
.career-page .coming-more.construction-more {
    padding: 60px 0px;
}
/* Career page :end */

/* About us page :start */
.abtwhowe-section {
    padding: 80px 0px 80px 0px;
    background-image: url('../images/servicespg-services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    scroll-margin-top: 79px;
}
.abtwhowe-section .abtwhowesec-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.abtwhowe-section .abtwhowesec-left h3 {
    font-family: 'Gordita Bold';
    font-size: 68px;
    line-height: 76px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 0px;
    margin-right: 30px;
}
.abtwhowe-section .abtwhowesec-right {
    font-family: 'Gordita Medium';
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.abtwhowe-section .abtwhowesec-right p {
    margin-bottom: 10px;
}

.vision-mission {
    padding: 80px 0px;
}
.vismis-block img.vismisicon {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.vismis-block h3 {
    font-family: 'Gordita Bold';
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.vismis-block p {
    font-family: 'Gordita Medium';
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0px;
}
.vismis-border-right {
    border-right: 1px solid #d4d6d8;
}

.ourvalues {
    padding: 100px 0px;
    background-image: url('../images/ourvalues.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ourvalues .ourvalues-title {
    font-family: 'Gordita Bold';
    font-size: 48px;
    /* line-height: 21px; */
    color: #fff;
    margin-bottom: 45px;
}

.owl-ourvalues .ourvaluessec-block {
    background-color: #fff;
    text-align: center;
    padding: 20px;
}   
.owl-ourvalues .ourvaluessec-block .ourvaluessecb-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-ourvalues .ourvaluessec-block .ourvaluessecb-img img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.owl-ourvalues .ourvaluessec-block:hover .ourvaluessecb-img img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.owl-ourvalues .ourvaluessec-block h3 {
    font-family: 'Gordita Bold';
    font-size: 16px;
    padding: 15px 0px;
    margin: 0px;
}
.owl-ourvalues .ourvaluessec-block p {
    font-family: 'Gordita Medium';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}


.owl-ourvalues .owl-dots {
    padding: 48px 0 0 0;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.owl-ourvalues .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    border: 1px solid #bdbdbd;
    background: #fff;
    /* float: left; */
    margin: 0 2px;
}
.owl-ourvalues .owl-dots .owl-dot.active {
    border: 1px solid #ba2a2f;
    background: #BA2A2F;
}

.meetourteam {
    padding: 70px 0px 140px 0px;
}
.meetourteam .meetourteam-title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.meetourteam .meetourteam-title h3 {
    font-family: 'Gordita Bold';
    font-size: 48px;
    /* line-height: 100px; */
    margin-bottom: 0px;
    margin-right: 30px;
}
.meetourteam .meetourteam-title p {
    font-family: 'Gordita Medium';
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
}

.meetourteam-block .meetourteamb-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.meetourteam-block .meetourteamb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.meetourteam-block:hover .meetourteamb-img img  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.meetourteam-block .meetourteamb-title {
    font-family: 'Gordita Bold';
    font-size: 16px;
    /* line-height: 100px; */
    margin-top: 10px;
    text-transform: uppercase;
}
/* About us page :end */

/*thankyou-popup start*/ 
.thankyou-popup .modal-content{
	border: 0;
    overflow: hidden;
}
.thankyou-popup .btn-close{
	position: absolute;
	right: 0;
	top: 0;
	background-image: none;
	z-index: 99;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	background: #ab052d;
	border-radius: 0;
}
.thankyou-popup .modal-body{
	padding: 30px;
}
.thankyou-popup .success-icon{
	font-size: 40px;
	color: #22a838;
	display: block;
	margin-bottom: 0px;
}
.thankyou-popup .failure-icon{
	font-size: 40px;
	color: #ff0000;
	display: block;
	margin-bottom: 0px;
}
.thankyou-popup h2{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.thankyou-popup p{
	font-size: 17px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0px;
}
/*thankyou-popup end*/

.mobnavfooter {
    display: none;
}
.alertstyle {
    font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.mac-os .ex-search input { 
		padding-top: 3px;
	}
}

/* Search Result Page :Start */
.searchresultpg-search {
    background-color: #ebebeb;
}

/* ====================================================================================================================== */

.searchresultpg-search .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
  }
  
  /* .container {
    padding: 3rem;
    width: 400px;
  } */
  
.searchresultpg-search  input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: fff;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 14px;
    width: 100%;
    line-height: 2;
    padding: 5px 30px;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  
  .searchresultpg-search input[type="search"]:focus {
    transition: all 0.5s;
    outline: none;
  }
  
  .searchresultpg-search form.search-form {
    display: flex;
    justify-content: center;
  }
  
  .searchresultpg-search label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
  }
  
 .searchresultpg-search input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
  }
  
  .searchresultpg-search input.search-submit {
    height: 50px;
    margin: 0;
    padding: 1rem 3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: 'Gordita Medium';
    font-size: 14px;
  }
  
.searchresultpg-search  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  .searchresultpg-search .button {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #ab052d;
    color: #fff;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .searchresultpg-search .button:hover,
  .searchresultpg-search .button:active,
  .searchresultpg-search .button:focus {
    cursor: pointer;
    background: #000;
    color: #fff;
    outline: 0;
  }


/* ==================================== */

.searchresultpg-result {
    padding: 40px 0px 140px 0px;
}
.searchresultpgr-title {
    margin-bottom: 50px;
}
.searchresultpgr-title h3 {
    font-family: 'Gordita Medium';
    font-size: 30px;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #ebebeb;
}
.searchresultpgr-title p {
    font-family: 'Gordita Medium';
    font-size: 14px;
    padding-top: 15px;
    color: #adadad;
}


.searchresult-block {
    cursor: pointer;
}
.searchresult-block .searchresultb-title {
    font-family: 'Gordita Medium';
    font-size: 22px;
    color: #ab052d;
    margin-bottom: 10px;
}
.searchresult-block .searchresultb-link {
    font-family: 'Gordita Medium';
    font-size: 14px;
    color: #858585;
}
.searchresult-block p {
    font-family: 'Gordita Medium';
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.searchresultb-readmore {
    font-size: 12px;
    color: #fff;
    background-color: #ab052d;
    padding: 8px 25px;
}
.searchresultb-readmore:hover {
    color: #fff;
    background-color: #8d0324;
}
.saerchreult-hr {
    background-color: #a9a9a9;
    margin: 40px 0px;
}

/* Search Result Page :End */

/* inner page :start */
.inner-banner {
    margin-top: 130px;
}
/* inner page :end */

/* Job Listing :start */
.joblisting-section {
    padding: 60px 0px 0px 0px;
}

.joblist-table {
    border: 1px solid rgb(222, 226, 230);
}
.joblist-table thead tr {
    font-size: 14px;
    color: #fff;
    background-color: #aa232c;
}
.joblist-table tbody {
    font-size: 12px;
}
.joblist-table tr th {
    white-space: nowrap;
}
.joblist-table tr th,
.joblist-table tr td {
    vertical-align: middle;
    padding: 10px 20px;
}
.joblist-table a.viewdesc {
    color: #aa232c;
}
.joblist-table a.viewdesc:hover {
    text-decoration: underline;
}
.joblist-table a.apply {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #aa232c;
    border-radius: 100px;
    padding: 5px 20px;
}
.joblist-table a.apply:hover {
    color: #fff;
    background-color: #8f0324;
    border-color: #8f0324;
}


form.jobapply-form .form-group .help-block {
    width: 100%;
    margin-top: 0.25rem;
    padding-left: 5px;
    font-size: 11px;
    color: #dc3545;
}
form.jobapply-form .frminputstyle {
    font-size: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    height: 45px;
    padding: 3px 15px;
}
form.jobapply-form .frminputstyle.nice-select .list {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
    color: #fff;
    background-color: #aa232c;
}
form.jobapply-form .frminputstyle.selectbox.frminputstyle.nice-select .list:hover .option:not(:hover) {
    color: #000;
}

form.jobapply-form .form-group {
    margin-bottom: 20px;
}
form.jobapply-form label {
    font-family: 'Gordita Medium';
    font-size: 14px;
}
#applyjob-button {
    font-family: 'Gordita Medium';
    font-size: 14px;
    padding: 5px 5px;
    color: #000;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    cursor: pointer;
    width: 140px;
    height: 40px;
    -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
            user-select: none; /* Standard syntax */
}  
#applyjob-button:hover {
    color: #fff;
    border-color: #ab052d;
    background-color: #ab052d;
}
 
.applyjob-text {
    font-size: 12px;
    margin-left: 10px;
    color: #000;
    -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
            user-select: none; /* Standard syntax */
}
.btn-career {
    border-radius: 10px;
}
.jobDescription-modal .modal-title {
    font-size: 18px;
}
.jobDescription-modal .modal-body p {
    font-size: 14px;
}
.jobAppky-modal .modal-title {
    font-size: 18px;
}
.applyjob-support {
    font-size: 12px;
    margin-top: 0.25rem;
    padding-left: 5px;
}
/* Job Listing :end */

/* Modal Loader :start */

.modalloader {
    position: relative;
}
.modalloader::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.modalloader::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: -0.125em;
    border: 0.25em solid #aa232c;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    z-index: 2;
}
/* Modal Loader :end */




/* Nice-Select with search :start */
.nice-select .nice-select-search-box {
    display: none;
}
.nice-select .nice-select-search-box + ul.list {
    padding-top: 0px;
}

.nice-select.nselectsearch .nice-select-search-box {
    display: block;
}
.nice-select.nselectsearch .nice-select-search-box + ul.list {
    padding-top: 52px;
}

.nice-select.nselectsearch .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select.nselectsearch .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 12px;
    width: 100%!important;
    min-height: 30px;
    line-height: 30px;
    height: auto;
    outline: 0!important;
}

.nice-select.nselectsearch.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
/* Nice-Select with search :End */