/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body {
    line-height:normal;
    color: #989898;
    font-size: 14px;
    font-family: 'Chivo', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
    font-family: 'Chivo', sans-serif;
    color: #000;
    font-weight: 700;
}

body p{
    color: #828287;
    font-size: 17px;
    font-family: 'Chivo', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    line-height: 26px;
}
body p, a, span{
    outline: none;
}


header#masthead {
    padding: 0 0;
    float: left;
    width: 100%;
}

div#page {
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.upper-topbar {
    float: left;    
    width: 100%;
    position: relative;
    padding: 17px 12px 11px;
    border-bottom: 1px solid;
}

.upper-topbar .contact-info ul li {
    list-style: none;
    float: left;
    margin-right: 27px;
}

.upper-topbar .contact-info ul li a {
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.upper-topbar .contact-info ul li a:hover{
      
    color: rgb(0 122 255);
}

.sticky {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 1000ms ease 0s;
    -webkit-transition: all 1000ms ease 0s;
    width: 100%;
    z-index: 999999;
    background:#fff;
    box-shadow: 2px 3px 3px rgb(0 0 0 / 10%);
}

.sticky  nav .nav-item a{
    color: #000;
}
.sticky nav .nav-item a:hover{
  color: #876433;
}
nav .nav-item:hover .sub-menu a {
    padding: 12px 10px;
    font-size: 15px;
}

.scroll-top-section {
    float: right;
    margin-right: 0px;
    position: fixed;
    bottom: 195px;
    right: 11px;
    z-index: 999;
    cursor: pointer;
}

.scroll-top-section a.scrollToTop {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 0;
    outline: none;
    border-radius: 50%;
    background-color:#876433;
}

.scroll-top-section a.scrollToTop:before {
    position: absolute;
    width: 21px;
    height: 21px;
    color: #fff;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/next.png);
    text-align: center;
    left: 10px;
    z-index: 999;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    background-size: cover;
    top: 10px;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.social-links{ float: right;}

ul.social-links li {
    list-style: none;
    float: left;
    padding: 0 10px;
}

ul.social-links li i {
    font-size: 19px;
    color: #fff;
}

div#content {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider_outer {
    float: left;
    width: 100%;
    position: relative;
}
.slider_outer .nivo-controlNav {
    display: none;
}

.slider_outer .metaslider .theme-default .nivo-directionNav a.nivo-prevNav {
    background: url(../images/arrow-left.svg) no-repeat !important;
    width: 50px;
    height: 50px;
}
.slider_outer .metaslider .theme-default .nivo-directionNav a.nivo-nextNav  {
    background: url(../images/arrow-right.svg) no-repeat !important;
    height: 50px;
}

a:focus, input:focus, button:focus, textarea:focus, select:focus { outline:medium none;}
a:hover, a:focus { text-decoration:none;     outline: none !important;}

nav.nav { position:relative;
     display:inline-block;
     font-size:14px;
     font-weight:900;


}
nav .nav-list {
     text-align:left;
     width: 100%;
     float: left;
     margin-bottom: 0px;

}


nav .nav-item {
     float:left;
     *display:inline;
     zoom:1;
     position:relative;
     list-style:none;
}
nav .nav-list  li.current-menu-item.current_page_item a{
    color: #876433;
}

nav .nav-item a {
     display:block;
     color: #404041;
     font-family: 'Chivo', sans-serif;
     padding: 25px 20px;
     transition: 0.5s;
     font-size: 17px;
     letter-spacing: 1px;
    font-weight: 400;
     /* text-transform: uppercase; */
}


nav .nav-item a:hover {
color:#876433;
}


/* Navigation submenu */
nav .sub-menu {
     display:block;
     position:absolute;
     left: -200px;
     top: calc(100% + 0px);
     width: 540px;
     padding: 0;
     background: #ffffffb6;
     opacity: 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(0);
    -webkit-transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    visibility: hidden;

    z-index: 9;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
}

.sticky nav .sub-menu { background: #fff; }

nav .nav-item:hover .sub-menu {
     display: block;
     list-style: none;
     padding-left: 0;
     display: block;
     list-style: none;
     padding-left: 0;
     top: 78px;
 }

 nav .nav-item:hover .sub-menu {
     display: block;
     list-style: none;
     padding-left: 0;
     opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     top: 100%;
     transition: all 0.7s ease 0s;
     -webkit-transition: all 0.7s ease 0s;
     visibility: visible;
     top: 80%;
     /* border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4; */
 }


nav .sub-menu a {
    background-color: #fff;
    background-repeat: no-repeat;
    /* border-bottom: 1px solid #c1c1c1; */
    color: #444242;
    display: block;
    font-weight: normal;
  padding: 11px 19px;;

}

nav .sub-menu .current-menu-item  a {
     color:#876433 !important;
 }

 nav .sub-menu .current-menu-item a :hover{
      color: white !important;
 }

 nav .sub-menu a{
      color: black !important  ;
 }



nav .sub-menu a:hover {
     color:#fff  !important ;
     background:#876433;
     text-decoration:none;
}

nav .nav-list button.sub-menu-toggle {
     display: none;
 }
 nav .sub-menu li {
    width: 50%;
     /* border-bottom: 1px solid #fcfcfc; */
 }
/* Mobile navigation */
nav .nav-mobile {
     display:none; /* Hide from browsers that don't support media queries */
     cursor:pointer;
     position:absolute;
     top:0;
     left:10px;

}
nav .nav-mobile {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #222222;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 15px;
}

/* Mobile navigation, clickable area for revealing <ul> */
nav .nav-click {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
nav .nav-click i {
   
    padding: 16px 27px 15px 19px;
    color: #fff;
    background-color: #876433;
    font-size: 31px;

}

nav .nav-rotate {
     -webkit-transform:rotate(180deg);
     -moz-transform:rotate(180deg);
     -ms-transform:rotate(180deg);
     -o-transform:rotate(180deg);
     transform:rotate(180deg);
}

nav {
    margin-top: 0;
     z-index:9999;
      float: right;
}



/*menus end */

aside.widget-area {
    display: none;
}

.menu_outer .header_logo {
    float: left;
    width: auto;
    z-index: 99;
    background: #ffffff;
    overflow: hidden;
    margin-top: 10px;
}


.upper-topbar .contact-info ul li i {
    margin-right: 10px;
    color: #fff;
}

/* .header_outer {
    position: absolute;
    z-index: 999;
    width: 100%;
} */
.header_outer {
    border-top: 4px solid #876433;
    margin: 0px;
}
.header_outer header {
    height: 80px;
}
.header_outer header .header_logo img {
    width: 155px;
}
.header_outer header.sticky {
    border-top: 4px solid #876433;
}
main#main {
    padding: 0 0;
    float: left;
    width: 100%;
}

nav .nav-item a:focus {
    background-color: transparent !important;
    text-decoration: none !important;
}

.slider_outer {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    padding: 0px 12px;
}
.slider_outer .flex-control-nav.flex-control-paging {
    display: none;
}
.slider_outer .flexslider {
    margin-bottom: 0px !important;
}

.featured {
    padding: 0;
    position: relative;
    z-index: 50;
}

/* .featured {
    margin-top: -65px;
} */

.featured .grid {
    position: relative;
    overflow: hidden;
}

.featured .grid .img-holder {
    min-height: 250px;
}

.featured .grid .details {
    opacity: .9;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
}

.featured .grid .details {
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    padding: 20px 22px;
    position: absolute;
    left: 0;
    bottom: -75%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

section.featured.section-padding {
    float: left;
    width: 100%;
}
.featured .grid .details h3 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 1em;
    position: relative;
}

.featured .grid .details p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.featured .grid:hover .details {
    bottom: 0;
    padding: 45px 22px;
}

section.about-us-section {
    float: left;
    width: 100%;
    margin: 0px 0 0;
    position: relative;
}

section.featured.section-padding{     margin-bottom: 50px; }

.section-title h2 {
    font-family: 'Chivo', sans-serif;
    font-size: 35px;
    line-height: 0.8em;
    color: #000;
    margin: 0 0 40px 0px;
    padding-bottom: 0.71em;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}

section.home_service_inner h2 {
    margin-bottom: 40px;
}
/* 
.section-title h2:after {
    content: "";
    background: #404041;
    background: -webkit-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: -moz-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: -o-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: -ms-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    width: 105px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title h2:after {
    background: -webkit-linear-gradient(left, #404041 37%, #fff 37%, #fff 66%, #404041 54.1%);
}
.section-title h2::before {
    position: absolute;
    content: '';
    background-image: url(../images/cutlery.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 50px;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 999;
} */
/* Home services  */

.about-company-slider-wrapper {
    position: relative;
    margin-top: 50px;
}

.about-company-slider-wrapper:before{

    content: "";
    position: absolute;
    top: -30px;
    left: 69px;
    border: 10px solid #876433;
    height: 100%;
    background-color: #fff;
    width: 75%;
    z-index: -1;
}


section.home_service_inner {
    float: left;
    width: 100%;
    margin: 40px 0 70px 0;
}
.service-section.builday-bg.builday-bg-small {
    background-image: url(../images/What-we-do-Home1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}



.builday-bg-small {
    padding: 20px 0;
}

.new-outer-service-img .service-item.item.slick-slide.slick-current {
    width: 100%;
}

.slick-slide {
    height: auto !important;
    float: left;
}

.slick-initialized .slick-slide {
    display: block;
}

.service-image {
    padding: 0;
    margin: 0 0px 0 0;
    float: left;
}
.new-outer-service-img .service-image img {
    max-width: 85%;
}

.main-home-service-section ul.new-home-service-list {
    padding: 0 0px 0 30px;
    float: left;
}

.main-home-service-section ul.new-home-service-list li {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    float: left;
    color:#fff;
}
.main-home-service-section ul.new-home-service-list li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0px;
    left: -55px;
    background-color: rgb(0 122 255);
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.main-home-service-section ul.new-home-service-list li:first-child:before {
    opacity: 1;
    width: 48px;
}

.main-home-service-section ul.new-home-service-list li p {
    font-size: 16px;
    position: relative;
    margin: 0;
}

.main-home-service-section ul.new-home-service-list li:hover::before {
    opacity: 1;
    width: 48px;
}


.swin-btn-wrap {
    min-height: 45px;
    padding-top: 10px;
    margin-top: 30px;
}
.main-home-service-section .swin-btn {
    margin: 0 auto;
    display: table;
    padding: 12px 22px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.main-home-service-section .swin-btn:hover{
    
    background-color: rgb(0 122 255);
    border-color: rgb(0 122 255);
}

.swin-btn::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 50%;
    background-color: transparent;
    border-right: 1px solid #a9a9a9;
    top: 50%;
    bottom: 50%;
    left: 0;
}

.swin-btn::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 1px;
    background-color: #a9a9a9;
    left: auto;
    top: 50%;
    right: -10px;
}

.swin-btn {
    min-width: 150px;
    border: 1px solid #a9a9a9;
    padding: 10px 30px;
    font-size: 15px;
    color: #343434;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 1;
    position: relative;
}

.about-company-slider-wrapper img {
    float: right;
    width: 80%;
    height: 100%;
    object-fit: cover;
}


section.our_value_outer h3{
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    line-height: 0.8em;
    color: #000;
    margin: 0 0px 25px;
    padding-bottom: 0.71em;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}

section.our_value_outer h3:after {
    content: "";
    background: #404041;
    background: -webkit-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: -moz-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: -o-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: -ms-linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    background: linear-gradient(left, #404041 46%, #fff 46.1%, #fff 54%, #404041 54.1%);
    width: 105px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.our_value_outer h3:after {
    background: -webkit-linear-gradient(left, #193775 46%, #fff 46.1%, #fff 54%, #00abc9 54.1%);
}

section.our_value_outer .item img {
    max-width: 50px;
}
section.our_value_outer .item p{
    color: #000;
}
section.our_value_outer .item h4 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
}

section.our_value_outer .owl-stage-outer {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

section.our_value_outer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    background: #fff;
    padding: 50px 10px;
}

section.our_value_outer .owl-nav {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 100%;
}

section.our_value_outer .owl-nav button span {
    padding: 0px 15px;
    border: 1px solid #fff;
    font-size: 35px;
    /* background-color: rgb(0 122 255); */
    color: transparent;
}
section.our_value_outer .owl-nav button.owl-prev{
    position: relative;
    left: -60px;
    float: left;
}

section.our_value_outer .owl-nav button.owl-prev span::before{
    content: "";
    top:10px;
    left:10px;
    position:absolute;
    background-image: url(../images/next_img.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

section.our_value_outer .owl-nav button.owl-next {
    position: relative;
    right: -60px;
    float: right;
}


section.our_value_outer .owl-nav button.owl-next span::before{
    content: "";
    top:10px;
    left:10px;
    position:absolute;
    background-image: url(../images/next_img.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: cover;
  

}

.leadership_outer {
    float: left;
    width: 100%;
    /* position: relative;
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    padding: 60px 0; */
}

.leadership_outer .leadership_inner{
    float: left;
    width: 100%;
    position: relative;
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    padding: 60px 45px;
}


.leadership_outer p {
    text-align: center;
    color: #fff;
}
.leadership_outer h2 {
    color: #fff;
}

.home_commitments_outer {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}

.home_commitments_outer .chrome .home_commitments_image {
    max-width: 100%;
    height: 0;
    float: left;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

.home_commitments_outer .chrome .home_commitments_image img {
    float: left;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    -webkit-transition: 0.3s;

}

.home_commitments_outer .chrome:hover .home_commitments_image img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.home_commitments_outer .chrome {
    position: relative;
}

.home_commitments_outer h2 {
    margin-bottom: 40px;
}

.home_commitments_outer .chrome .home_commitments_content {
    float: right;
    width: 90%;
    position: absolute;
    bottom: 10px;
    padding: 20px 20px;
   left:50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);;
    background-color: #fff;

}

.home_commitments_outer .chrome .home_commitments_content h3 {
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    line-height: 0.8em;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 10px;
}

section#testimonials {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    background-attachment: fixed;
}

section#testimonials:before {
    content: "";
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section#testimonials:before {
    opacity: .9;
    background: -webkit-linear-gradient(left, #193775, #00abc9);
}

section#testimonials .testimonial .testimonial-item {
    padding: 0px 30px;
}
section#testimonials .testimonial .testimonial-item .home_reviews {
    margin: 0 auto;
    display: table;
}
section#testimonials .testimonial .testimonial-item h3 {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
section#testimonials .testimonial .testimonial-item p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}
section#testimonials .section-title h2 {
    color: #fff;
}
section#testimonials .testimonial .testimonial-item .home_reviews i {
    color: #f9ac00;
    padding: 0 6px;
}

section#testimonials .testimonial .testimonial-item img
{

    margin: 0 auto;
    display: table;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;

}

section#testimonials .owl-nav button{

    transition: 0,3s;
    -webkit-ransition: 0,3s;
}


section#testimonials .owl-nav button span {
    font-size: 30px;
    padding: 0px 20px;
    border: 1px solid #fff;
    height: 45px;
    display: inline-block;
    color: #fff;
    transition: 0,3s;
    -webkit-ransition: 0,3s;
}

section#testimonials .owl-nav button span:hover{
    background-color: #FA4A24;
}

.technologies_outer {
    float: left;
    width: 100%;
    margin-top: 0 !important;
    padding: 0px 0 50px;
    position: relative;
    background-color: #fff;
}

div#technology_carosel .owl-nav button.owl-prev::before {
    content: "";
    top: 10px;
    left: 10px;
    position: absolute;
    background-image: url(../css/next_1.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);



}
div#technology_carosel .owl-nav button.owl-next {
    float: right;
    margin: 0 -50px 0 0px;
}

div#technology_carosel .owl-nav button.owl-prev {
    float: left;
    margin: 0 0 0 -50px;
}
div#technology_carosel .owl-nav button
{
    padding: 0px 15px !important;
    border: 1px solid #fff;
    font-size: 35px;
    background-color: rgb(0 122 255);
    color: transparent;
    position: relative;

}

div#technology_carosel .owl-nav button.owl-next::after {
    content: "";
    top: 10px;
    right: 10px;
    position: absolute;
    background-image: url(../css/next_1.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    

}

.technologies_outer .owl-nav {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    z-index: -1;
}

.technologies_outer .section-title {
    margin-bottom: 30px;
}
.technologies_outer .owl-nav{ display: none;}


section.request-quote {
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    position: relative;
    padding: 100px 0 70px;
    margin: 30px 0 80px !important;
}
section.request-quote:after{

    content: "";
    top:0px;
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
}

.offset-lg-6 {
    margin-left: 50%;
}


.request-quort-form {
    padding: 53px 40px 55px 40px;
    background: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 7%);
    margin-bottom: 0px;
    z-index: 99;
    position: relative;
}


.request-quort-form h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    line-height: 0.8em;
    color: #404041;
    font-weight: 700;
    padding-bottom: 28px;
    margin: 0px;
    line-height: initial;
    letter-spacing: .5px;
    margin-left: -3px;
}


.request-quort-form form {
    position: relative;
}

.request-quort-form ul.request-form-outer {
    padding: 0 0;
    float: left;
    width: 100%;
}

.request-quort-form ul.request-form-outer li {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
}

.request-quort-form ul.request-form-outer li.mail:before{
    background-image: url(../images/email.png);
}
.request-quort-form ul.request-form-outer li.phone:before{
    background-image: url(../images/phone-calle.png);
}

.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li.cell:before{
    background-image: url(../images/phone-calle.png);
}

.request-quort-form ul.request-form-outer li.description:before{
   display: none;
} 
.request-quort-form ul.request-form-outer li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 3px;
    background-image: url(../images/avatar.png);
    height: 16px;
    width: 16px;
    background-position: center;
    background-size: cover;
    z-index: 1;
    filter: invert(0.5);
    -webkit-filter: invert(0.5);
}





.request-quort-form ul.request-form-outer li.description {
    width: 100%;
}
.request-quort-form ul.request-form-outer li select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ececec;
    padding: 10px 10px;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Mulish', sans-serif;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}
.request-quort-form form input,.request-quort-form form textarea{
    border: 0px;
    border-bottom: 2px solid #ececec;
    padding: 10px 10px 10px 35px;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Mulish', sans-serif;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}

.request-quort-form form input.wpcf7-not-valid{
    border-color: #f00;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    padding: 10px 10px;
    margin: 0;
    color: #46b450;
}
.contact-form-outer .wpcf7 form.sent .wpcf7-response-output {
    margin: 20px 0 0;
}
.request-quort-form form input::placeholder {
        
    /* Firefox, Chrome, Opera */
    color: #000;
}
  
.request-quort-form form input:-ms-input-placeholder {
    
    /* Internet Explorer 10-11 */
    color: #000;
}
  
.request-quort-form form input::-ms-input-placeholder {
    
    /* Microsoft Edge */
    color: #000;
}


.request-quort-form form textarea::placeholder {
        
    /* Firefox, Chrome, Opera */
    color: #000;
}
  
.request-quort-form form textarea:-ms-input-placeholder {
    
    /* Internet Explorer 10-11 */
    color: #000;
}
  
.request-quort-form form textarea::-ms-input-placeholder {
    
    /* Microsoft Edge */
    color: #000;
}



.request-quort-form form input:focus,.request-quort-form form textarea:focus{
    outline: none;
}

.request-quort-form form textarea {
    height: 120px;
    resize: none;
}
.request-quort-form form .send-button input#submit {
    width: auto;
}
/*  new request form */
section.project-section.builday-bg.swin-row-knob.home_request_inner {

    background-image:none !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px 0px 50px 0;
    margin: 30px 0 0px 0;
    float: left;
}


.swin-sc-title {
    padding-top: 15px;
    margin-bottom: 40px;
    position: relative;
}
.main-title {
    font-size: 40px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.home_request_inner h3.main-title.title.light {
    color: #404041;
    margin-top: 40px;
}
.home_request_inner .text-description.light-02 {
    color: #000;
    margin-bottom: 40px;
}

.home_request_inner p.phn a {
    color: #000;
    font-size: 55px;
}
section.project-section.builday-bg .knob {
    background-image: linear-gradient(to top,rgb(0 61 141/70%),rgb(0 82 158/70%));
    padding: 20px 15px 70px;
    width: 45%;
    float: right;
}
.swin-sc-contact-form.dark {
    background-color: #fff;
    margin-top: -60px;
}

p.phn.wow.fadeInLeft {
    line-height: 42px;
}
section.project-section.builday-bg.swin-row-knob.home_request_inner .knob .heading {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    margin-bottom: 15px;
}
.home_request_inner .text-description.light-02 p {
    color: #000;
    padding-right: 20px;
    text-align: justify;
}

footer#colophon {
    float: left;
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color:#000;
    position: relative;
    z-index: 99;
    /* background-image: url(../images/footer-bg.jpg); */
    border-top: 4px solid #876433;
}

footer#colophon .footer_outer{
    display: grid;
    grid-template-columns: .6fr 1.4fr 1fr 1fr;
    grid-gap: 30px;
}

footer#colophon .footer_outer .footer_common p {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

footer#colophon .footer_outer .footer_common h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}   

footer#colophon .footer_outer .footer_common ul {
    padding: 0 0;
    list-style: none;
    float: left;
    width: 100%;
}

footer#colophon .footer_outer .footer_common ul li{
    margin-bottom: 8px;
    float: left;
    width: auto;
    padding: 0px;
}


footer#colophon .footer_outer .footer_common ul li a {
    color: #fff;
    font-size: 16px;
    /* text-transform: capitalize; */
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
footer#colophon .footer_outer .footer_common ul li a:hover
{
    color: #00f3fff5;
}

footer#colophon .footer_outer .footer_common ul li i {
    color: #fff;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #16a64a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
footer#colophon .footer_outer .footer_common ul li i.fa-facebook {
    background-color: #3b5998;
}
footer#colophon .footer_outer .footer_common ul li i.fa-twitter {
    background-color: #1da1f2;
}
footer#colophon .footer_outer .footer_common ul li i.fa-linkedin {
    background-color: #0077b5;
}
footer#colophon .footer_outer .footer_common ul li i.fa-instagram {
    background-color: #fe0092;
}
footer#colophon .footer_outer .footer_common ul.social-links {
    float: left;
    margin-bottom: 0px;
}
footer#colophon .footer_outer .footer_common .quick_links nav.menu-primary-menu-container {
    float: left;
}
footer#colophon .footer_outer .social-links ul li {

}
footer#colophon .footer_outer .footer_two.footer_common {
    padding: 0 0 0 60px;
}

footer#colophon .footer_outer .footer_three.footer_common {
    padding: 0 0 0 40px;
}
footer#colophon .footer_outer .footer_three.footer_common button.sub-menu-toggle {
    display: none;
}
.contact_footer_below {
    float: left;
    width: 100%;
    text-align: center;
}
.contact_footer_below p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.contact_footer_below h3 {
    font-size: 30px;
    margin-top: 0px;
}
.footer_info {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px !important;
}
.contact_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}
.contact_grid .contact_grid_one, 
.contact_grid .contact_grid_two, 
.contact_grid .contact_grid_three {
    display: flex;
    display: -webkit-flex;
}
.contact_grid .fa {
    font-size: 38px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
    text-align: center;
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    border-radius: 10px;
    color: #fff;
}
.contact_grid h4 {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 5px;
}



/*  contact us */

.sub-banner-outer {
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.sub-banner-outer h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    z-index: 99;
    text-align: center;
    text-transform: capitalize;
}

.sub-banner-outer:after{
    content: "";
    top:0px;
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
}

.contactus-outer {
    width: 100%;
    float: left;
    position: relative;
}

.contactus-outer .col-md-6.contact-info {
    position: absolute;
    max-width: 35%;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-shadow: 0px 0px 30px #a8a8a8;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-details {
    padding: 50px 0 70px;
    margin-bottom: 0;
    background-size: cover;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.contact-details:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.contact-icons {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 7px solid #2770b7;
    margin-bottom: 20px;
    position: relative;
}

.contact-icons img {
    position: absolute;
    width: 39px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.contact-details h1 {
    color: #fff;
    margin: 15px 0 12px;
}

.contact-details p, .contact-details p a {
    color: #fff;
    padding: 0 10px;
    font-family: "Lato", sans-serif;
}

.contactus-outer .col-md-6.contact-form-sec {
    max-width: 90%;
    float: right;
    background: #fff;
    width:90%;
    padding: 50px 40px 60px 0;
    box-shadow: 0px 0px 20px #cccccca6;
}

.contact-form-outer {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    float: right;
}
.contact_above_title {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    float: right;
    padding-bottom: 10px;
}
.contact_above_title h4 {
    font-size: 30px;
    margin-top: 0px;
}
ul.common-form-outer {
    margin: 0;
    padding: 0;
}

ul.common-form-outer p, 
ul.common-form-outer p label {
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 12px;
    color: #555;
}
ul.common-form-outer li.phone {
    display: block;
    width: 100% !important;
}
ul.common-form-outer li.phone .country-list li::before {
    display: none;
}

.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li {
    width: 47%;
    float: left;
    list-style: none;
    position: relative;
}

.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li.mail:before{
    background-image: url(../images/email.png);
}
.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li.phone:before{
    background-image: url(../images/phone-calle.png);
    display: none;
}

.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li.cell:before{
    background-image: url(../images/phone-calle.png);
}

.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li.description:before{
    background-image: url(../images/comment.png);
}
.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 3px;
    background-image: url(../images/avatar.png);
    height: 16px;
    width: 16px;
    background-position: center;
    background-size: cover;
    z-index: 1;
    filter: invert(0.5);
    -webkit-filter: invert(0.5);
}
.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li.description textarea {
    width: 100%;
    padding: 10px 10px 10px 32px;
    resize: none;
    border: none;
    border-bottom: 2px solid #4781b1 !important;
    outline: none;
    height: 110px;
}

.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li:nth-child(2n) {
    float: right;
}

.contact-form-outer ul li span input {
    border: 0;
    width: 100%;
    margin-bottom: 18px;
    height: 48px;
    padding: 0 10px 0 32px;
    border-bottom: 2px solid #4781b1;
    background-color: #ffff;
    border-radius: 0;
    outline: none;
    font-family: "Lato", sans-serif;
}

.contactus-outer .col-md-6.contact-form-sec ul.common-form-outer li.description {
    width: 100%;
    margin-bottom: 15px;
    color: #495057 !important;
}

.contact-addres-details h1 {
    color: #fff;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.contact-addres-details p {
    text-align: center;
    color: #fff;
    position: relative;
}

.send-button a input#submit{
    background-color: #876433 !important;
    border: 0px;
    border-radius: 0px;
    padding: 10px 20px;
    color: #fff !important;
    outline: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
}
.send-button a input#submit:hover {
    background-color: #404041 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.contact-form-outer ul li span input.wpcf7-not-valid {
    border-color: #f00;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #f00 !important;
    text-align: center;
    margin: 20px 0 0;
    color: #f00;
    padding: 10px 0;
}
.contact-form-outer .wpcf7 form.invalid .wpcf7-response-output {
    margin: 20px 0 0;
}
.contact-form-outer ul li span input:focus{
    outline: none;
}
.branch_office_list {
    float: left;
     width: 100%;
    position: relative;
    padding: 0 0 0 20px;
    border-right: 1px dotted #000;
}
.branch_office_list:last-child{
    border: none;
}
.branch_office_outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px;
}
.branch_office_list h2 {
    color: #876433;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 25px;
    position: relative;
    margin-bottom: 23px;
}

.branch_office_list p {
    color: #000;
    position: relative;
}

.branch_office_list h2:before{
    content: "";
    top:5px;
    left: -27px;
    position: absolute;
    height: 20px;
    width: 20px;
    background-size: contain;
     background-image: url(  https://ashishsam.com/wp-content/uploads/2021/11/placeholder.png);
     background-repeat: no-repeat;
}

.branch_office_list a {
    color: #000;
    font-weight: 600;
    position: relative;
    transition: all .2s;
}

.branch_office_list a:before
{

    content: "";
    top:0px;
    left: -27px;
    position: absolute;
    height: 20px;
    width: 20px;
    background-size: contain;
     background-image: url(  https://ashishsam.com/wp-content/uploads/2021/11/phone-call.png);
     background-repeat: no-repeat;
  
}
.branch_office_list a:hover
{
    
    color: rgb(85, 52, 131);
}

.contact-map-outer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}
.contact-map-outer iframe {
    float: left;
    width: 100%;
    max-width: 100%;
}


/* about us */

section.about-sections {
    float: left;
    width: 100%;
    margin: 0;
}

.giba .title h1{

   font-family: 'Roboto Slab', serif;
    font-size: 35px;
    line-height: 48px;
    color: #404041;
    margin: 0 0 0.45em;
    padding-bottom: 0.71em;
    position: relative;
    text-transform: capitalize;
    text-align: left;
}

.giba {
    max-width: 83%;
}
.technology_carosel {
    margin-bottom: 50px;
}

.technology_carosel:last-child{
    margin-bottom: 0px;
}

.state-img {
    position: relative;
    height: 100%;
    display: block;
    background-image: linear-gradient(to top,rgb(0 61 141/70%),rgb(0 82 158/70%));
    background-size: cover;
    background-repeat: no-repeat,no-repeat;
    background-position: inherit;
}

.state-img img {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 5%);
}


.state-img img {
    position: relative;
    top: 50px;
    left: -100px;
    width: 100%;
    transform: scaleY(.9);
    object-fit: cover;
    height: 480px;
}
.giba p
{
    color: #000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-weight: 500;
    line-height: 24px;
}


/* carrers */

ul.job_listings.career_start {
    float: left;
    width: 100%;
}

ul.job_listings.career_start li{
    margin-bottom: 40px;
    border-bottom: 4px solid rgb(238, 238, 238);
    visibility: visible;
    list-style-type: none;
    float: left;
    width: 100%;
    background-color: #f8f8f8;
}

ul.job_listings li.job_listing a div.position
{
    float: left;
    width: 55%;
    padding: 0 0 0 42px;
    line-height: 1.5em;
}
ul.job_listings.career_start li a {
    float: left;
    width: 100%;
}
.career_description h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px ;
    color:#193775;
    font-weight: 600;
}
.company.career_company strong{

    color: #00abc9;
}
.career_button {

    float: left;
    width: 100%;
    padding: 10px 0 20px 0px;
}

.career_button a {
    padding: 8px 23px 11px 24px;
    border: 0;
    font-size: 19px;
    margin-top: 10px;
    background-color: rgb(0 122 255);
    color: #fff;
    transition: all .2s;
    cursor: pointer;
    outline: none;
    width: auto !important;
    border: 2px solid transparent;
}

.career_button a:hover {
    display: inline-block ;;
    background-color: #fff;
    text-align: center;
    transition: .3s;
    border: 2px solid rgb(0 122 255);
    background-color: #fff;
    color: #000;
}


ul.job_listings li.job_listing a div.location
{
    float: right;
    text-align: left;
    width: 19%;
    padding: 0 0 0 1em;
    color: #999;
    line-height: 1.5em;
}

.location.career_company h3 {
    color: #4781b1 !important;
}

.location.career_company .location {
    width: 100% !important;
    margin-top: -11px;
    color: #000 !important;
    margin-left: -5px !important;
}

ul.job_listings.career_start li img.company_logo {
    max-width: 150px;
    padding: 10px 0 10px 30px;
}

ul.job_listings.career_start li a:focus{
    outline: none;
}
ul.job_listings.career_start li .position.career_description .career_img {
    width: 26%;
    float: left;
}

ul.job_listings.career_start li .position.career_description .company.career_company {
    width: 55%;
    float: left;
    padding: 20px 10px;
}
ul.job_listings.career_start li .position.career_description .company.career_company h2 {
    font-size: 20px;
}

.location.career_company {
    padding: 20px 20px;
}
/* services */

.col.col-lg-4.col-xs-6.service_inner {
    margin-bottom: 50px;
    margin-top: -60px;
}

section.featured.section-padding.service-outer .service_inner .details {
    position: relative;
    background: #fff;
    padding: 120px 22px 20px;
    border: 1px solid #f4f2ea;
    position: relative;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    float: left;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

section.featured.section-padding.service-outer .service_inner .details:hover{
     
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

/* section.featured.section-padding.service-outer .service_inner .details:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    z-index: -1;
    right: 0;
    top: 0;
} */

section.featured.section-padding.service-outer .service_inner .details h3 {
    color: #000;
    height: auto;
    font-size: 23px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
section.featured.section-padding.service-outer .service_inner .details h3:hover{
    color: #193775;
}
section.featured.section-padding.service-outer .service_inner .details p{
    color: #000;
}
.grecaptcha-badge {
    position: relative;
    z-index: 999999;
}

section.featured.section-padding.service-outer .service_inner .grid .img-holder{
    /* -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all; */
    margin: 0 auto;
    position: relative;
    top: 80px;
    z-index: 9999;
    padding: 10px 0px;
    background-color: #876433;
    display: block;
    width: 110px;
    height: 83px;
    min-height: auto;
}
section.featured.section-padding.service-outer .service_inner .grid .img-holder:before{
content: "";
top: -22px;
left:0px;
position:absolute;
width: 0;
height: 0;
border-left: 55px solid transparent;
border-right: 55px solid transparent;
border-bottom: 22px solid #876433;

}

section.featured.section-padding.service-outer .service_inner .grid .img-holder:after{
    content: "";
    bottom:-22px;
    left:0px;
    position:absolute;
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 22px solid #876433;
      
}

section.featured.section-padding.service-outer .service_inner .grid {

    overflow: visible;

}

.careers-floating
{
    position: fixed;
    z-index: 1;
    top: 200px;
    width: 26% !important;
    overflow-x: hidden;
    right: 90px;
}

section.featured.section-padding.service-outer .service_inner img{
  
    width: 60px;
    display: table;
    margin: 0 auto;
}
/* section.featured.section-padding.service-outer .service_inner .grid:hover .img-holder {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
} */

/* careers */

.career_outer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.career_outer .item--inner {
    padding: 40px 34px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 20px rgb(12 12 12 / 14%);
    -khtml-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
    -moz-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
    -ms-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
    -o-box-shadow: 0 0 20px rgba(12, 12, 12, 0.14);
    box-shadow: 0 0 20px rgb(12 12 12 / 14%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-bottom: 60px;
}

.career_outer .item--holder {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 7px;
}

.career_outer .item--image {
    height: 67px;
    width: 67px;
    min-width: 67px;
    -webkit-border-radius: 67px;
    -khtml-border-radius: 67px;
    -moz-border-radius: 67px;
    -ms-border-radius: 67px;
    -o-border-radius: 67px;
    border-radius: 67px;
    background-color: #ebf2fd;
    position: relative;
    margin-right: 22px;
}

.career_outer .item--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.career_outer .item--title {
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 20px;
}
.career_outer .item--feature {
    font-size: 16px;
    padding-left: 0;
    color: #000;
    list-style: none;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.career_outer .item--feature li{
   
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

.career_outer .item--feature i {
    margin-right: 4px;
}

.career_outer .item--inner:hover {
    -webkit-box-shadow: 0 20px 20px rgb(12 12 12 / 14%);
    -khtml-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
    -moz-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
    -ms-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
    -o-box-shadow: 0 20px 20px rgba(12, 12, 12, 0.14);
    box-shadow: 0 20px 20px rgb(12 12 12 / 14%);
}

.careers_left {
    float: left;
    width: 70%;
}

.careers_right {
    float: left;
    width: 30%;
    background-color: #4c84ba;
    border: 1px solid rgba(134, 134, 134, 0.6);
     padding: 15px 30px 10px;
    font-style: 16px;
    line-height: 26px;
    color: #bcbcbc;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.careers_right form ul.request-form-outer li {
    list-style: none;
}

.careers_right form ul.request-form-outer{

    padding: 0 0;
}

.careers_right form ul.request-form-outer li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position:relative;
    color: #000;
}

.careers_right form ul.request-form-outer li:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 11px;
    background-image: url(../images/avatar.png);
    height: 16px;
    width: 16px;
    background-position: center;
    background-size: cover;
    z-index: 1;
    filter: invert(0.5);
    -webkit-filter: invert(0.5);
}
.careers_right form ul.request-form-outer li.mail:before{
    background-image: url(../images/email.png);
}
.careers_right form ul.request-form-outer li.phone:before{
    background-image: url(../images/phone-calle.png);
}

.careers_right form ul.request-form-outer li.career_upload::before{
    background-image: url(../images/folder.png);
    top: 41px;
}

.careers_right form ul.request-form-outer li input{

    border: 1px solid #c5c5c5;
    padding: 6px 10px 6px 35px;
    width: 100%;
    float: left;
    background: #edebeb;
    border-radius: 6px;
}

    .careers_right form ul.request-form-outer li.career_message::before {
        background-image: url(../images/comment.png);
    }
    .careers_right form ul.request-form-outer li.position_title:before{
        display: none;
    }
.careers_right form ul.request-form-outer li textarea {
    border: none;
    height: 85px;
    resize: none;
    background: #edebeb;
    border-radius: 6px;
    border: 1px solid #c5c5c5;
    padding: 10px 10px 10px 35px;
}
.careers_right form ul.request-form-outer li label {
    color: #000;
    font-size: 16px;
    float: left;
    margin-bottom: 0;
    width: 100%;
    font-weight: 500;
}

.careers_right form ul.request-form-outer li.position_title label {
    font-weight: 400;
    font-size: 14px;
}

.careers_right.active {
    width: 25.6%;
    right: 95px !important;
    margin-bottom: 30px;
}

.careers_right .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff;
    line-height: 19px;
}

.career_outer .item--feature li.career-gray {
    padding: 20px 20px;
    background-color: #f9f9f9;
}
.careers_right form ul.request-form-outer li label select {
    width: 100%;
    float: left;
    border: none;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    background-color: #edebeb;
}

.careers_right .careers_form_title h3 {
    margin-bottom: 20px;
}

.careers_right form ul.request-form-outer li input:focus{
    outline: none;
    box-shadow: none;
}

.careers_right .send-button input#submit {
    margin: 0 auto;
    display: table;
}

.wpcf7 form.failed .wpcf7-response-output{
    text-align: center;
}

.careers_right .careers_form_title h3 {
    color: #fff;
    margin-top: 0;
}

.careers_right form ul.request-form-outer li input.wpcf7-not-valid{
    border: 1px solid #f00;
}

/* services single */

.single_service_outer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 60px 0;
}

.single_service_outer .single_service_left .blog_inner-cont img.service_class {
    height: 100%;
    object-fit: cover;
    margin: 15px 0;
}

.single_service_outer .single_service_left {
    width: 70%;
    float: left;
}   

.single_service_outer .single_service_left .blog_inner-cont img {
    max-width: 100%;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.single_service_outer .single_service_left p {
    float: left;
    width: 100%;
    color: #000;
}

.single_service_right {
    float: right;
    width: 25%;
}

.single_service_right.active{
    width: 22%;
    right: 90px !important;
}

.single_service_outer .single_service_left h1 {
    margin-bottom: 40px;
}

ul.service_lists li {
    list-style: none;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 40px;

}

ul.service_lists {
    padding: 0 0;
}

.single_service_outer .single_service_left h2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

ul.service_lists li:before{
    content: "";
    top:5px;
    left: 0px;
    position: absolute;
    height: 23px;
    width: 24px;
    background-size: 20px;
    background-image: url(../images/download-removebg-preview.png);
    background-repeat: no-repeat;
}


.single_service_right ul li{
    list-style: none;
}

.single_service_right ul li a {
    margin-top: 12px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0e0e0e;
    padding: 22px 35px;
    background-color: #f4f4f4;
    transition: 0.3s;
    position: relative;
    -webkit-transition: 0.3s;
}


.single_service_right ul li a.active{
    background-color: rgb(76 133 186);
    color: #fff;
}


.single_service_right ul li a.active:after {
    filter: invert(1);
    -webkit-filter: invert(1);
}


.single_service_right ul li a:after{
    content: "";
    top: 27px;
    right: 20px;
    position: absolute;
    background-image: url(../images/next_img.png);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.single_service_right ul li.active a{
    background-color: rgb(85, 52, 131);
    color:#fff;
}
.single_service_right ul li a:hover{
    background-color: rgb(76 133 186);
    color:#fff;
}
.single_service_right ul li a:hover:after{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.single_service_right ul {
    padding: 0;
    float: left;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color:transparent !important;
}


section.cta_outer {
    float: left;
    width: 100%;
    margin: 50px 0 !important;
}

section.cta_outer .cta_inner {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 40px;
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    border-radius: 10px
}

section.cta_outer .cta_inner .cta_title {
    float: left;
    width: auto;
}

section.cta_outer .cta_inner .cta_btn {
    float: right;
    width: auto;
    padding: 8px 0;
}
section.cta_outer .cta_inner .cta_btn a {
    padding: 15px 30px 15px 60px;
    background: rgb(255, 255, 255);
    color: #000;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
    -webkit-transition: 0.3s;
}

section.cta_outer .cta_inner .cta_btn a:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 22px;
    background-image: url(../images/phone-2.png);
    height: 25px;
    width: 25px;
    background-size: cover;
    filter: invert(1);
    -webkit-filter: invert(1);
}

section.cta_outer .cta_inner .cta_btn a:hover{

    background-color: rgb(0 82 158 / 70%);
    color: #fff;
}

section.cta_outer .cta_inner .cta_btn a:hover:after{
    filter: invert(0);
    -webkit-filter: invert(0);
}

section.cta_outer .cta_inner .cta_title h2 {
    color: #fff;
    margin: 0 0;
    line-height: 36px;
}

div#testimonial .owl-stage-outer .item .testimonial-item img{
    width: 78px;
    height: 78px;
    line-height: 69px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #876433;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 8%);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin: 0 auto;
    padding: 5px;
}

div#testimonial .owl-stage-outer .item .testimonial-item h3 {
    text-align: center;
}
div#testimonial
{
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 27px 27px 27px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    margin-top: 55px;
}


div#testimonial .owl-stage-outer .item .testimonial-item p{
    text-align: center;
}

div#testimonial .owl-stage-outer .item .testimonial-item .home_reviews {
    margin: 0 auto;
    display: table;
}

div#testimonial .owl-stage-outer .item .testimonial-item .home_reviews .fa-star:before {
    content: "\f005";
    color: #ffbd04;
}

div#testimonial .owl-theme .owl-nav{
    position: relative;
}

div#testimonial button.owl-prev span{
    position: relative;
}
div#testimonial button.owl-next span
{
    position: relative;
}
div#testimonial .owl-nav .owl-next {
    right: -20px;
}

div#testimonial .owl-nav .owl-prev {
    left: -20px;
}
div#testimonial button.owl-prev span:before{
    position: absolute;
    content: '';
    width: 23px !important;
    height: 21px !important;
    background-size: cover;
    top: -8px;
    left: -9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-repeat: no-repeat;
    background-image: url(../images/next.png);
}

div#testimonial .owl-nav .owl-next , div#testimonial .owl-nav .owl-prev  {
    width: 41px;
    height: 41px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    box-shadow: 3px 3px 15px 0 rgb(0 0 0 / 15%);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    font-size: 0px;
}

div#testimonial .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 0;
    left: 0;
}
.request-quort-form ul.request-form-outer li.description label {
    width: 100%;
}

.request-quort-form ul.request-form-outer li.description label {
    width: 100%;
    font-size: 16px;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    padding: 10px 10px;
}
div#testimonial button.owl-next span:before{
    position: absolute;
    content: '';
    width: 23px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-image: url(../images/next.png);
    height: 21px !important;
    background-size: cover;
}

.sticky_menu {
    position: fixed;
    top: 30%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 999;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    display: flex;
    align-items: flex-start;
}
.sticky_menu.main {
    right: 0px;
}
.sticky_menu ul {

}
.sticky_menu .popup-outer {
    padding: 30px;
    background-color: #404041;
    width: 370px;
    margin-right: -370px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
.sticky_menu .popup-outer.main {
    right: 0px;
    margin-right: 0px;
}
.popup-outer .common-form-outer li {
    list-style: none;
}
.popup-outer .common-form-outer .wpcf7-submit {
    background-color: #ff1989 !important;
    border: 0px;
    border-radius: 0px;
    padding: 10px 20px;
    color: #fff !important;
    outline: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
}
.popup-outer .common-form-outer li input, 
.popup-outer .common-form-outer li textarea {
    border: 0px;
    border-bottom: 2px solid #ececec;
    padding: 10px 10px 10px 35px;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Mulish', sans-serif;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}
.popup-outer .common-form-outer li input:focus, 
.popup-outer .common-form-outer li textarea:focus {
    outline: none;
}
.popup-outer .common-form-outer li textarea {
    height: 130px;
    resize: none;
}
.popup-outer .common-form-outer li {
    position: relative;
}
.popup-outer .common-form-outer li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 11px;
    background-image: url(../images/avatar.png);
    height: 16px;
    width: 16px;
    background-position: center;
    background-size: cover;
    z-index: 1;
    filter: invert(0.5);
    -webkit-filter: invert(0.5);
}
.popup-outer .common-form-outer li.mail:before {
    background-image: url(../images/email.png);
}
.popup-outer .common-form-outer li.phone:before {
    background-image: url(../images/phone-calle.png);
}
.popup-outer .common-form-outer li.description:before {
    background-image: url(../images/chat.png);
}
.sticky_menu ul.sticky_menu_inner {
    padding: 0 0;
    transform: rotate(90deg);
    position: relative;
    top: 38px;
    right: -38px;
}

.sticky_menu ul.sticky_menu_inner li {
    list-style: none;
    padding: 8px 10px;
    width: 113px;
    background-color: #876433;
    margin-bottom: 2px;
    display: flex;
    right: 0%;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.sticky_menu ul.sticky_menu_inner li:hover{
    right: 0px;
}

.sticky_menu ul.sticky_menu_inner li a {
    color: #000;
    font-family: "Lato", sans-serif;
    transition: 0.5s;
    font-size: 12px;
    padding: 0px 0px;
    background-color: #876433;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
}

.sticky_menu ul.sticky_menu_inner li a i{
    margin-right: 14px;
}

.sticky_menu ul.sticky_menu_inner li i::before {
    color: #fff;
    font-size: 20px;
    top: 0px;
}

.sticky_menu ul.sticky_menu_inner li:hover i {
    right: 0;
    left: auto;
}

section.featured.section-padding.service-outer {
    margin-top: 0px;
}
.page-id-186 section.featured.section-padding.service-outer {
    margin-bottom: 0px;
}


.contact_map_outer {
    float: left;
    width: 100%;
    /* padding-bottom: 60px; */
    position: relative;
}

.contact_map_outer .contact_tab_title {
    margin: 0 auto 50px;
    display: table;
}

.contact_map_outer .contact_tab_title .nav-mobile {
    display: none;
}

.contact_map_outer .contact_tab_title ul.nav-tabs{
    border-bottom: none !important;
 
   
}


.contact_map_outer .contact_tab_title ul.nav.nav-tabs li.nav-item.active a{
    background: rgba(25, 55, 117, 0.9);
    background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
    color: #fff;
    margin: 0;
    border-radius: 0;
    border: none !important;
  
}

.contact_map_outer .contact_tab_title ul.nav.nav-tabs li.nav-item.active a:hover{


    border:none;
}


.contact_map_outer .contact_tab_title ul li a{

    color: #000;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin-bottom:0px;
   background-color: #fff;
    border: none;
    margin: 0;
    padding: 12px 50px;
    border-radius: 0;

}

.contact_map_outer .contact_tab_title ul.nav.nav-tabs li {
    border-right: 1px solid #fff;
    border: 1px solid #e1e1e1;
}

.contact_map_outer .contact_tab_title ul.nav.nav-tabs {
    border-bottom: none;
}

.tab-content {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.contact_map_outer .tab-content .tab_contact_left {
    width: 25%;
    float: left;
}

.contact_map_outer .tab-content .tab_contact_right iframe {
    height: 250px;
    float: left;
    width: 100%;
}


.contact_map_outer .tab-content .tab_contact_right {
    float: left;
    width: 75%;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {

    outline: none;

}
.giba .title {
    display: none;
}

.giba h2 {
    margin-top: 0px;
}

.wbe_outer {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.wbe_outer .wbe_left{
    float: left;
}

.wbe_outer .wbe_left img{
    width: 100%;
    float: left;
}
.wbe_outer .wbe_right {
 
        float: left;
        padding: 120px 10px;
    
}


.wbe_outer .wbe_right h3 {
    float: right;
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    margin-top: 0px;
    color: #000;
    text-align: right;
}


.wbe_outer .wbe_right p {
    float: left;
    text-align: right;
    width: 100%;
}

/* SLIDER_CSS_START */
.metaslider .flexslider .flex-direction-nav li a {
    width: 50px !important;
    height: 50px !important;
}
.metaslider .flexslider .flex-direction-nav li.flex-nav-prev a {
    background-image: url(../images/arrow-left.svg);
}
.metaslider .flexslider .flex-direction-nav li.flex-nav-next a {
    background-image: url(../images/arrow-right.svg);
}
.metaslider .flexslider:focus-within .flex-prev, .metaslider .flexslider:hover .flex-prev {
    left: 15px !important;
}
.metaslider .flexslider:focus-within .flex-prev, .metaslider .flexslider:hover .flex-next {
    right: 15px !important;
}

/* ABOUT CSS START */

.about-us-section {
    padding: 60px 0px;
}

/* ABOUT CSS END */


/* WHY-CHOOSEUS-OUTER-CSS-START */
.why-chooseus-outer {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 70px 0px;
    background: #876433;
}
.why-chooseus-outer .section-title h2:after {
    background: -webkit-linear-gradient(left, #ffffff 37%, #fff0 37%, #fff0 66%, #ffffff 54.1%);
}
.why-chooseus-outer .section-title {
    float: left;
    width: 100%;
}
.why-chooseus-outer .section-title h2 {
    color: #fff;
}
.why-chooseus-outer .section-title h2::before {
    background-image: url(../images/cutlery-white.svg);
}
.why-chooseus-outer .why-chooseus-content {
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    text-align: center;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 50px 30px 30px;
}
.why-chooseus-outer .why-chooseus-content:before, 
.why-chooseus-outer .why-chooseus-content:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: calc(50% - 90px);
    background: #fff;
}
.why-chooseus-outer .why-chooseus-content:before {
    left: 0;
}
.why-chooseus-outer .why-chooseus-content:after {
    right: 0;
}
.why-chooseus-outer .why-chooseus-content p {
    text-align: center;
    color: #fff;
    position: relative;
    overflow: inherit;
}
.why-chooseus-outer .why-chooseus-content p::before {
    position: absolute;
    content: '';
    background-image: url(../images/why_choose.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 55px;
    z-index: 9999;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/* WHY-CHOOSEUS-OUTER-CSS-END */


/* OURBRAND_OUTER-CSS-STRAT */
.ourbrand_outer {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 70px 0px;
    background-color: #404041;
}
.ourbrand_outer .section-title h2 {
    color: #fff;
}
/* .ourbrand_outer .section-title h2::before {
    background-image: url(../images/cutlery-white.svg);
} */
.ourbrand_outer .section-title h2:after {
    background: -webkit-linear-gradient(left, #ffffff 37%, #fff0 37%, #fff0 66%, #ffffff 54.1%);
}
.ourbrand_outer .ourbrand-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ourbrand_outer .ourbrand-inner .item {
    border: 1px solid #404041;
    padding: 15px 10px;
    background: #fff;


    margin: 5px;
    width: 275px;
    flex-basis: 275px;
}
.ourbrand_outer .ourbrand-inner .item img {
    width: 100%;

}
.ourbrand-inner .item:last-child {
    display: none;
}

/* OURBRAND_OUTER-CSS-END */


/* OUR-SERVICE-OUTER-CSS-START */

.our-service-outer {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 70px 0px;
}
.our-service-outer .our-service-right  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}
.our-service-outer .our-service-right .service-grid {
    height: 205px;
    padding: 20px;
    background-color: #E8EFF7;
    border-radius: 10px;
}
.our-service-outer .our-service-right .service-grid:nth-child(even) {
    background-color: #F6F6F2;
}
.our-service-outer .our-service-right .service-grid img {
    width: 100%;
    min-width: 80px;
    max-width: 80px;
    margin-bottom: 10px;
}
.our-service-outer .our-service-right .service-grid h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    color: #404041;
    letter-spacing: 1px;
}
/* .our-service-outer .our-service-left {
    background: #876433;
    padding: 30px;
    position: relative;
    background-image: url(https://demolabsale.in/tamil/vfoods/wp-content/uploads/2022/08/Restaurant_BG-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
} */
/* .our-service-outer .our-service-left:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgb(64 64 65 / 80%);
    z-index: -1;
}
.our-service-outer .our-service-left::before {
    position: absolute;
    content: '';
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
    border-right: 15px solid #fff;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
} */
/* .our-service-outer .our-service-left h2 {
    color: #fff;
    z-index: 99;
}
.our-service-outer .our-service-left h2::before {
    background-image: url(../images/cutlery-white.svg);
}
.our-service-outer .our-service-left h2:after {
    background: -webkit-linear-gradient(left, #ffffff 37%, #fff0 37%, #fff0 66%, #ffffff 54.1%);
} */
.our-service-outer .our-service-left p {
    z-index: 99;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.our-service-outer .our-service-inner {
    display: flex;
    align-items: center;
}

/* OUR-SERVICE-OUTER-CSS-END */


/* TESTIMONIALS_CSS_START */
section.project-section {
    background-color: #f6f6f6 !important;
    margin: 0px !important;
    padding: 70px 0px !important;
}


/* FOOTER_CSS_START */
.footer_outer .footer_one img {
    width: 100px;
    margin-bottom: 20px;
}
.footer-copyright p {
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 48%);
    color: #c8c8c8;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 25px;
    margin-top: 30px;
}

/* FOOTER_CSS_END */



/* POP_UP_CSS_START */
.modal-dialog {
    margin-top: 100px;
}
.modal .modal-content .modal-header h5 {
    color: #fff;
    width: 100%;
    font-size: 18px;
}
.modal .modal-content .modal-header .close {
    opacity: 1;
    background-color: transparent;
    color: #fff;
}
.modal .modal-content .modal-header {
    background-color: #fc852d;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    float: none;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.popup-body-outer {
    display: flex;
    display: -webkit-flex;
}
.popup-body-outer .popup-body-left {
    width: 40%;
}
.popup-body-outer .popup-body-right {
    width: 60%;
    padding: 0px 10px 0px 20px;
}
ul.common-form-outer {
    margin: 0;
    padding: 0;
}
.common-form-outer li {
    list-style: none;
}
.common-form-outer input, 
.common-form-outer textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    border-radius: 0px;
    height: 50px;
    padding: 0px 25px;
    margin-bottom: 15px;
}
.common-form-outer input:hover, 
.common-form-outer textarea:hover, 
.common-form-outer input:focus, 
.common-form-outer textarea:focus {
    outline: none;
    border-color: #ff1989;
}
.whats-app-outer {
    float: right;
    margin-right: 0px;
    position: fixed;
    bottom: 95px;
    right: 2px;
    z-index: 999;
    cursor: pointer;
}
.whats-app-outer img {
    width: 60px;
}

/* COUTER_CSS_START */
.counter-outer{
    float: left;
    width: 100%;
    background-color: #404041;
    padding: 70px 0px;
    margin: 0px;
}
.counter-outer h2 {
    color: #fff;
}
.counter-outer h2:after {
    background: -webkit-linear-gradient(left, #ffffff 37%, #fff0 37%, #fff0 66%, #ffffff 54.1%);
}
.counter-overalldiv {
    display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 60px;
    margin-top: 80px;
}
.counter-overalldiv div {
    text-align: center;
    border: 2px solid #876433;
    border-top: 0;
    padding: 45px 20px 20px;
    position: relative;
}
.counter-overalldiv div:before {
    content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 2px;
    background: #876433;
}
.counter-overalldiv div:after {
    content: "";
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    height: 2px;
    background: #876433;
}
.counter-overalldiv div h2 {
    padding: 0px;
    margin: 0px;
}
.counter-overalldiv div h2::before {
    display: none;
}
.counter-overalldiv div h2:after {
    display: none;
}
.counter-overalldiv div h4 {
    color: #fff;
    padding-top: 10px;
}
.counter-overalldiv div .fa {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: #876433;
}

/* TESTIMONIALS_CSS_START */

.testimonial .testimonial-heading {
    text-align: center !important;
    font-size: 31px;
    padding: 0px !important;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonial .testimonial-field.testimonial-name {
    text-align: center !important;
}
.testimonial .testimonial-field.star {
    text-align: center !important;
}
.wpmtst-testimonial-content.testimonial-content p {
    text-align: center;
}
.testimonial .testimonial-field-before {
    display: none !important;
}
.strong-rating-wrapper .star svg path {
    fill: #876433;
    stroke: #876433;
    stroke-width: 6;
}




/* BANNER_CSS_START */
.download-app-outer .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.download-app-outer .download-app-left h2 {
    margin: 0;
    padding: 0;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    color: #16a64a;
}
.download-app-outer .download-app-left h3 {
    color: #876433;
}
.download-app-outer .download-app-left h5 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: normal;
}

.download-app-outer .download-app-linkouter{
    display: flex;
    display: -webkit-flex;
    width: 85%;
    align-items: center;
}
.download-app-outer .download-app-right img {
    width: 100%;
}
.about-us-section.about-us-section-style3 {
    position: relative;
}
.about-us-section.about-us-section-style3::before {
    position: absolute;
    content: '';
    width: 166px;
    height: 247px;
}
.download-app-outer .download-app-scan img {
    width: 100%;
}
.download-app-outer .download-app-link img {
    margin-bottom: 10px;
}
.download-app-outer .download-app-scan {
    text-align: center;
}
.download-app-outer .download-app-link a {
    display: inline-block;
}
.download-app-outer .download-app-link .btn.btn-primary {
    width: 256px;
    padding: 22px;
    font-size: 20px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    outline: none;
    border: 0px;
}
.mobile-demo-container {
    margin-top: 0px;
}
.slider_outer {
    margin: 0px;
}

.about-us-section .about-flow-chartouter .about-flow-grid {
    width: 50%;
    float: left;
    text-align: center;
    padding: 73px 0px;
}
.about-us-section .about-flow-chartouter {
    display: block;
    overflow: auto;
    background-image: url(../images/about_icon_bg.png);
    background-repeat: no-repeat;
    background-position: center 42%;
    background-size: 53%;
}
.about-flow-chartouter .about-flow-grid:nth-child(2) .about-flow-img, 
.about-flow-chartouter .about-flow-grid:nth-child(3) .about-flow-img  {
    background-color: #66BB6A;
}
.about-flow-chartouter .about-flow-grid:nth-child(1) .about-flow-img img, 
.about-flow-chartouter .about-flow-grid:nth-child(4) .about-flow-img img {
    filter: invert(1);
}
/* .about-us-section .about-flow-chartouter .about-flow-grid:nth-child(3), 
.about-us-section .about-flow-chartouter .about-flow-grid:nth-child(4), 
.about-us-section .about-flow-chartouter .about-flow-grid:nth-child(5), 
.about-us-section .about-flow-chartouter .about-flow-grid:nth-child(6) {
    margin-top: 10px;
    position: relative;
} */

.about-us-section .box {
    position: relative;
}
.about-us-section .box::before {
    position: absolute;
    content: '';
    background-image: url(../images/aboutus_1.png);
    background-repeat: no-repeat;
    width: 384px;
    height: 377px;
    background-size: 75%;
    left: -92px;
    top: -44px;
    animation-name: bounce-2;
        animation-timing-function: ease;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
        z-index: -1;
}

.about-us-section .box::after {
    position: absolute;
    content: '';
    background-image: url(../images/about_bg_2.png);
    background-repeat: no-repeat;
    width: 251px;
    height: 160px;
    background-size: 40%;
    left: 0px;
    bottom: -103px;
    animation-name: bounce-2;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    z-index: -1;
}

@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}


.about-flow-chartouter .about-flow-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    border: 2px solid #66BB6A;
    background: #fff;
    margin: 0 auto;
}
.about-flow-chartouter .about-flow-img img {
    width: 35px;
}
.about-flow-chartouter .about-flow-grid h5 {
    width: 62%;
    margin: 0 auto;
    padding: 8px 0px;
    font-size: 14px;
    line-height: inherit;
    color: #828287;
    font-weight: normal;
}
.about-flow-chartouter .about-flow-grid span {
    font-weight: 300;
    color: #ffffff;
    background: #66bb6a;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50px;
}


/* VIDEO_CSS_START */

.mobile-demo-container {
    float: left;
    width: 100%;
    margin: 0px;
    /* background-image: url(../images/background4.jpg); */
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding-bottom: 60px;
    background: rgb(22,166,74);
    background: linear-gradient(178deg, rgba(22,166,74,1) 0%, rgb(12 36 21) 100%);
}
.mobile-demo-container p.account-question.light {
    font-size: 38px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px !important;
    margin-top: 90px !important;
    line-height: initial;
}
.mobile-demo-container p.signup-text {
    font-size: 5rem;
    font-weight: 400;
    color: #fff;
    line-height: initial;
}
.mobile-demo-container p.signup-text b {
    font-weight: 800;
}

.mobile-demo-container .button-home {
    background: rgb(0 0 0) !important;
    color: rgb(242, 242, 242) !important;
    margin-right: 30px;
    font-size: 20px !important;
    border-radius: 5px;
    border-color: #f2f2f200;
    transition: .3s;
    padding: 15px 30px;
    margin-top: 21px;
}
.mobile-demo-container .video_outer video {
    width: 275px;
    z-index: 1005;
    position: relative;
    margin: 20px 53px;
    height: 612px;
    /* background: #fff; */
}
.mobile-demo-container .video_outer {
    position: relative;
    display: inline-block;
    margin-top: -155px;
}
.mobile-demo-container .video_outer::before {
    position: absolute;
    content: '';
    background-image: url(../images/phone-s.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 381px;
    height: 100%;
    background-size: 88%;
    z-index: 1;
    top: -15px;
    left: 0px;
}
.mobile-demo-container .home-video-container {
    text-align: center;
}


/* AVAILABLE_FEATURES_MAIN_DIV_CSS_START */

.available_features_main_div {
    padding: 80px 0px;
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

.available_features_box {
    padding: 20px;
    /* box-shadow: 0 0 39px 3px #f1f1f1; */
    background: #f5f6f1;
    text-align: center;
    margin-bottom: 30px;
}
.available_features_icon {
    width: 100px;
    height: 100px;
    background: #16a64a;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50px;
    background: linear-gradient(1deg, rgba(22,166,74,1) 0%, rgba(0,88,32,1) 100%);
}
.available_features_icon img {
    width: 50px;
}
.available_features_content h3 {
    font-weight: 400;
    font-size: 20px;
}
footer#colophon .footer_outer .footer_common ul li {
    width: 100%;
}

.grozy-banner-outer {
    padding: 90px 0px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    z-index: 99;
}
.grozy-banner-outer::before {
    position: absolute;
    content: '';
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #000;
    opacity: .6;
    z-index: -1;
}
.grozy-banner-outer h3 {
    margin: 0px;
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.grozy-content {
    float: left;
    width: 100%;
    margin: 0;
    padding: 25px 0px;
}

.mobile-demo-container .button-home  {
    background-color: #000;
    border
}