@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");

body{font-family: "Roboto", sans-serif; }

.form_input2{width: 180px; height: 40px; padding: 8px 20px; float: left; border: 0px; background: #fff !important; color: #000 !important; }
.form_input2:focus{outline: 0;}

.form_input3{width: 100%; height: 40px; padding: 8px 20px; float: left; border: 0px; background: #f0f0f0 !important; color: #000 !important; }
.form_input3:focus{outline: 0;}

.common_button{background: #36454f; padding:10px 20px; background: #36454f; color: #fff; font-weight: 600; border: 0px; }
.common_button:hover{opacity: 0.8}
.float_left{float: left;}
.float_right{float: right;}
.text_center{text-align: center;}

.margin_top_30{margin-top: 30px;}
.margin_top_20{margin-top: 20px;}

.common_button2{background: #000; padding:8px 15px; color: #fff !important; font-weight: 600; border: 0px; }
.common_button2:hover{opacity: 0.8; text-decoration: none !important;}

.form_input3{width: 100%; height: 40px; padding: 8px 20px; float: left; border: 0px; background: #f0f0f0 !important; color: #000 !important;}
.form_input3:focus { outline: 0;}

.form_group { width: 100%; height: auto; float: left; margin-top: 20px;}
.form_group label { margin-bottom: 5px; }



.dataTable thead{position: sticky;  top: 0; z-index: 1; background: #fff}
.dataTable thead th{cursor: pointer;}

.sort-icon {
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 10px;
}

 .sort-icon::after {
    content: '▲▼';
    font-size: 10px;
    color: #ccc;
}

.sort-asc .sort-icon::after {
    content: '▲';
    color: #000;
}

.sort-desc .sort-icon::after {
    content: '▼';
    color: #000;
}

.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.text-primary { color: #9666ff !important;}

.imgbg { background-color: #cdcdcd !important;}
.ltblue { background-color: hwb(206 58% 25%);}




/* Font Family */
/*@font-face {
  font-family: rob-lt;
  src: url("fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: rob-reg;
  src: url("fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: rob-mdm;
  src: url("fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: rob-bold;
  src: url("fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: rob-bk;
  src: url("../fonts/Roboto-Black.ttf");
}*/

body{font-family: "Roboto", sans-serif; font-size: 16px;}
img {
  max-width: 100%;
}

.bg-shadow {
  box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 0.29);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  font-style: inherit;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: #36454f;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  scroll-behavior: smooth;
}

.btn:focus {
  box-shadow: none;
}

ul,
li {
  padding: 0;
  list-style: none;
}

.btn {
  font-size: 0.8rem;
  padding: 1rem;
  margin: 0 auto;
}

.form-control {
  border: 0;
  border-bottom: 1px solid #535353 !important;
  border-radius: 0;
}

.ep-title {
  font-size: 40px;
  color: #ffffff;
  padding: 18px 3.5rem 17px;
  text-transform: uppercase;
  border: 5px solid #36454f;
  display: inline-block;
  text-align: center;
}

.ep-small-title {
  font-size: 2.2rem;
  color: #ffffff;
  padding: 15px;
  border-left: 5px solid #f8f8f8;
  border-bottom: 5px solid #f8f8f8;
  text-transform: uppercase;
  display: inline-block;
}

.box-title {
  font-size: 2.2rem;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}

section {
  padding: 100px 0;
}

/*----- button 1 -----*/
.c-border::before,
.c-border::after {
  transition-delay: 0.2s;
}

.c-border span::before,
.c-border span::after {
  transition-delay: 0s;
}

.c-border::before {
  right: 0;
  top: 0;
}

.c-border::after {
  left: 0;
  bottom: 0;
}

.c-border span::before {
  left: 0;
  top: 0;
}

.c-border span::after {
  right: 0;
  bottom: 0;
}

.c-border:hover::before,
.c-border:hover::after {
  transition-delay: 0s;
}

.c-border:hover span::before,
.c-border:hover span::after {
  transition-delay: 0.2s;
}

.rbtn {
  padding: 8px 10px;
  display: inline-block;
  color: #ffffff;
}
.rbtn:hover {
  color: #ffffff;
}

.play_btn {
  padding: 15px 40px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}
.play_btn:hover {
  color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #36454f;
  border-color: #36454f;
}
.btn-primary:hover {
  background-color: #36454f;
  border-color: #36454f;
}
.btn-primary:focus {
  background-color: #36454f !important;
  border-color: #36454f !important;
}

.btn-warning {
  color: #fff;
  background-color: #fc9d0f;
  border-color: #fc9d0f;
}
.btn-warning:hover {
  background-color: #fc9d0f;
  border-color: #fc9d0f;
}

section .quickQuote .col-lg-6,
section .quickQuote .col-lg-4 {
  background: white;
}

.modal-body p {
  font-size: 0.8rem;
}

.smallgrid {
  text-align: center;
  max-width: 767px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
    padding: 0;
  }
}
.top-bar {
  background: #1c272f;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 0.8rem 0;
}
.top-bar a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
}
.top-bar a:hover {
  color: hwb(206 58% 25%);
}
.top-bar i {
  color: #ffffff;
}
.top-bar .login_btn {
  color: #95acbe;
}

.nav-bg {
  background: #ffffff;
}

.navbar-light .nav-item {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 0 5px;
  color: #1c272f;
}
.navbar-light .nav-item:last-child {
  padding: 0px;
}
.navbar-light .nav-item .nav-link {
  padding: 10px;
  color: #000;
}
.navbar-light .nav-item .nav-link:hover {
  color: #1c272f !important;
}
.navbar-light .nav-item .nav-link.active {
  background: hwb(206 58% 25%);
  color: #fff !important;
}

.home_banner {
  background: rgb(30, 41, 50);
  background: linear-gradient(187deg, rgb(30, 41, 50) 35%, rgb(54, 69, 79) 100%);
  padding: 50px 0;
}
.home_banner h1 {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
}
.home_banner h1 span {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.home_banner p {
  color: #fff;
  padding: 15px 0;
}
.home_banner .btn-hover {
  background: #fff;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.home_banner .btn-hover:hover {
  background: #95acbe;
  color: #fff;
}
.home_banner .banner-heading {
  font-size: 45px;
  text-transform: capitalize;
  font-weight: bold;
  color: #ffffff;
}

.banner-text p {
  color: #ffffff;
  font-size: 18px;
  margin: 20px 0px;
  letter-spacing: 1px;
  text-align: left;
}

.about_section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #fff;
}
.about_section .card-body {
  background-color: #1c272f;
  padding: 30px;
  border: 1px solid #95acbe;
}
.about_section .card-body p {
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
}

.quick_links {
  background: #36454f;
  padding: 15px 0;
  margin-top: 100px;
  color: text-white;
}
.quick_links h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
}
.quick_links .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  
}

.footer {
  text-align: center;
  background: #ffffff;
  padding: 15px 0 0 0;
  color: #535353;
}
.footer .footer_logo img {
  margin-bottom: 15px;
}
.footer p,
.footer a {
  color: #000;
  font-size: 1rem;
}
.footer p i,
.footer a i {
  color: #36454f;
  margin-right: 15px;
}
.footer p:hover,
.footer a:hover {
  color: #95acbe;
}

.form-group {
  margin-bottom: 2rem;
}
.form-group .form-control {
  background: none;
  border-bottom: 1px solid #535353;
}
.form-group .form-control:focus {
  box-shadow: none !important;
}

.copyright {
  background: #1c272f;
  padding: 15px 0;
}
.copyright p {
  font-size: 13px;
  color: #ffffff;
  margin: 0px;
}
.copyright .followus a {
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 21px 0 0;
}
.copyright .followus a:hover {
  color: hwb(206 58% 25%);
}
.copyright .followus a i {
  color: #fff;
}
.copyright .followus a i:hover {
  color: hwb(206 58% 25%);
}

.login_details .emp_login {
  background: #c1a7fb;
  text-align: center;
  padding: 5% 10%;
}
.login_details .form-group .form-control {
  background: transparent;
  border-bottom: 1px solid #535353;
}
.login_details .form-group .form-control:focus {
  box-shadow: none !important;
}
.login_details .forgot_btn {
  color: #1c272f;
  text-align: right;
  display: inherit;
  margin-top: 10px;
  font-size: 0.8rem;
}

.innerbanner {
  background: url(../img/innerbanner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.table_head h2 {
  font-size: 22px;
  background: #36454f;
  margin: 0;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
}
.table_head h5 {
  font-size: 18px;
}
.table_head p {
  font-size: 18px;
}

.contactus .ctBg {
  background: white;
}
.contactus .ctBg .card {
  padding: 0;
  border: 0;
}
.contactus .ctBg .col-lg-4 {
  padding: 0;
}
.contactus p {
  font-size: 18px;
}
.contactus .center {
  text-align: center;
}
.contactus .center h4 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #1c272f;
  font-family: "Roboto", sans-serif;
  margin: 10px 0;
}
.contactus .center address {
  font-size: 1rem;
}
.contactus .center a {
  font-size: 1rem;
  letter-spacing: 1px;
  display: block;
  color: #1c272f;
  margin-bottom: 10px;
  font-weight: 600;
}
.contactus .center a:hover {
  color: #000;
}
.contactus .center i {
  font-size: 45px;
  color: #000;
  margin: 20px 0;
  opacity: 0.7;
}
.contactus .footerForm p {
  font-size: 15px;
}

.table-primary {
  background: hwb(206 58% 25%);
  color: #ffffff;
}
.table-primary:hover {
  background: #36454f !important;
}
.table-primary th {
  border-color: #ffffff;
}

.custom_tab .nav-link {
  color: #000;
}
.custom_tab .nav-link:hover {
  border-color: #1c272f #1c272f #ffffff;
  color: #1c272f;
}
.custom_tab .nav-link.active {
  border-color: #36454f #36454f #ffffff;
  color: #1c272f;
}

.myaccount .card {
  padding: 50px;
}
.myaccount .card form .searchBox {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: none;
  background: #ddd;
}
.myaccount .card form button {
  float: right;
  padding: 6px 10px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.myaccount h3 {
  font-size: 20px;
}
.myaccount h3 span {
  font-weight: 600;
  color: #36454f;
}
.myaccount h4 {
  font-size: 1.2rem;
  padding: 20px 0;
  font-weight: 600;
}
.myaccount table th,
.myaccount table td {
  font-size: 14px;
}

.careers {
  font-size: 1rem;
}
.careers .card {
  background: url(../img/careersbg.png) center;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.careers .card p {
  margin: 1rem 0;
}
.careers .card li {
  margin-bottom: 15px;
}
.careers .card li::before {
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f061";
  padding-right: 10px;
}
.careers .card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
}
.careers .card h4 a {
  color: #95acbe;
}

.quickQuote p {
  font-size: 1rem;
  text-align: left;
}

.imgbg img {
  height: 100%;
  object-fit: cover;
}

.gbsco {
  font-size: 1rem;
}
.gbsco .card {
  background: url(../img/gbsco_bg.png) bottom center;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.gbsco .card h1 {
  font-size: 1.5rem;
}
.gbsco .card p {
  max-width: 960px;
  margin: 1rem auto;
}
.gbsco .card img {
  margin: 20px auto;
}

.weoffer h1 {
  color: #fff;
}
.weoffer p {
  font-size: 1rem;
  color: #fff;
}
.weoffer .card-body {
  transition: 0.3s;
}
.weoffer .card-body h3 {
  font-size: 1rem;
  padding: 1rem 0;
  font-weight: 600;
}
.weoffer .card-body p {
  color: #000;
  text-align: left;
}
.weoffer .card-body img {
  width: 90px;
}
.weoffer .card-body:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.9);
}

.weservice {
  padding: 30px;
}
.weservice li {
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2.5rem;
}
.weservice li img {
  margin-right: 1rem;
}
.weservice .media img {
  border-radius: 50%;
  border: 1px solid #ccc;
}
.weservice .media p {
  font-size: 1rem;
  line-height: 30px;
}
.weservice .imgbg img {
  object-position: right;
}

.testimonials {
  padding-top: 0px;
}
.testimonials h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}
.testimonials .read_btn {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.testimonials .read_btn:hover {
  color: hwb(206 58% 25%);
}
.testimonials h6 {
  font-size: 1.5rem;
  color: hwb(206 58% 25%);
  margin-top: 2.5rem;
  font-style: italic;
}
.testimonials .card-main {
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px #1c272f;
}
.testimonials .card-0 {
  color: #fff;
  background: #1c272f;
  position: relative;
  margin-left: 70px;
  border-radius: 10px;
  min-height: 312px;
}
.testimonials .carousel-indicators li {
  cursor: pointer;
  border-radius: 50% !important;
  width: 10px;
  height: 10px;
}
.testimonials .profile {
  color: #000;
  background-color: #fff;
  position: absolute;
  left: -70px;
  top: 30%;
}
.testimonials .profile-pic {
  width: 120px;
  height: 120px;
}
.testimonials .open-quotes {
  margin-left: 130px;
  margin-top: 100px;
}
.testimonials .content {
  font-size: 1.2rem;
  margin-left: 150px;
  margin-right: 80px;
  padding: 30px 0;
}
.testimonials .close-quotes {
  margin-bottom: 60px;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .testimonials .card-main {
    padding: 50px 10px;
  }
  .testimonials .profile {
    top: 0;
    position: static;
    left: 0;
  }
  .testimonials .profile-pic {
    width: 90px;
    height: 90px;
  }
  .testimonials .carousel-inner .open-quotes {
    margin-left: 50px;
  }
  .testimonials .carousel-inner .close-quotes {
    margin-right: 30px;
  }
  .testimonials .carousel-inner .content {
    margin: 0 auto;
    padding: 30px;
  }
  .testimonials .card-0 {
    position: static;
    margin-left: 0 !important;
  }
}
/* Feedback Page */
.feedback-box {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  transition: 0.3s;
}
.feedback-box img {
  margin-top: -7%;
}
.feedback-box h2 {
  font-size: 1.3rem;
  font-weight: 600;
}
.feedback-box .client-message h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #1c272f;
  margin: 10px 0;
}
.feedback-box .client-message p {
  font-size: 1rem;
  margin: 10px 0;
}
.feedback-box .client-message .client-name span {
  font-weight: 600;
  font-size: 1.2rem;
  color: #1c272f;
}
.feedback-box:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .navbar-light .nav-item:last-child {
    padding: 10px;
  }
  .careers .card {
    padding: 25px;
  }
  .careers .card h1 {
    text-align: center;
  }
  .quickQuote h1,
.quickQuote p {
    text-align: center;
  }
  .gbsco .card {
    padding: 25px;
  }
  .gbsco .card h1 {
    font-size: 1.2rem;
  }
  .contactus .ctBg {
    margin: 0;
  }
  .contactus h1 {
    text-align: center;
  }
  .weoffer h1,
.weoffer p {
    text-align: center;
  }
  .feedback h1 {
    text-align: center;
  }
  .feedback h2 {
    margin-top: 20px;
  }
  .weservice h1,
.weservice p {
    text-align: center;
  }
  .weservice .media {
    flex-direction: column;
    text-align: center;
  }
  .weservice .media img {
    margin-bottom: 15px;
  }
  .hidden-xs {
    display: none !important;
  }
  .home_banner {
    padding-bottom: 30px;
  }
  .home_banner h1 {
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
  }
  .home_banner h1 span {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
  }
  .login_btn {
    width: 100%;
  }
  .top-bar a {
    margin-right: 0;
    text-align: center;
  }
  .footer p,
.footer a {
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .about_section .col-md-12,
.contactus .col-md-12 {
    margin-bottom: 30px;
  }
  .box {
    padding: 5% !important;
  }
  .about_section img {
    margin-top: 30px;
  }
  section {
    padding: 50px 0;
  }
  .innertitle h1 {
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
  }
  .innertitle h1 span {
    font-family: "Roboto", sans-serif;
  }
  .feedback-icon img {
    margin-top: -12% !important;
  }
  .easylogo {
    max-width: 200px;
  }
  .login_details img {
    display: none;
  }
}
@media (min-width: 992px) {
  .who img {
    margin-left: 100px;
    border: 15px solid #fff;
  }
  .who-content {
    padding-left: 100px;
  }
}
.innertitle h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.innertitle h1 span {
  font-family: "Roboto", sans-serif;
}/*# sourceMappingURL=app.css.map */
.dublin {
  font-size: 1rem;
}
.dublin .card {
  /* background: url(../img/careersbg.png) center; */
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.dublin .card li {
  margin-bottom: 15px;
}
.dublin .card li::before {
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f061";
  padding-right: 10px;
}
 
.dublin .card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
}
.dublin .card h4 a {
  color: #95acbe;
}
/* Remove the existing arrow styling */
.dublin .card ol.numbered-list {
  list-style-type: none;
  counter-reset: item;
  padding-left: 35;
}
.dublin .card ol.numbered-list li {
  margin-bottom: 15px;
  counter-increment: item;
  position: relative;
  padding-left: 30px;
}
.dublin .card ol.numbered-list li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1rem;
  font-family: inherit; /* Use the same font as the rest of your text */
}