@charset "utf-8";
/* CSS Document */

/* reset file */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* coomon style */
body {
  font-family: 'Cairo', sans-serif;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}
p {
  font-size: 16px;
  color: #555557;
  font-weight: 400;
  line-height: 25px;
}
main {
  margin-top: 131px;
}
section {
  padding-top: 75px;
}
input::-webkit-input-placeholder:after{color:red;content:" *";}
.section-title h2 {
  position: relative;
  font-size: 53px;
  color: #0051a0;
  font-weight: 100;
  text-transform: uppercase;
  word-break: break-word;
}
.section-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  width: 45px;
  height: 2px;
  bottom: -8px;
  background: #ed1a3c;
  border-radius: 35px;
}
.inner-content .section-title h2 {
  margin-bottom: 45px;
}
.inner-content .section-title p {
  text-align: left;
  line-height: 26px;
  word-spacing: 1px;
}
.inner-content .section-title p + p {
  margin-top: 30px;
}
.home .who-we-are .section-title h2:after,
.values .section-title h2:after,
.our-approach .section-title h2:after {
  margin: auto;
  right: 0;
}
.btn-rounded {
  background: #d1d3d4;
  width: 145px;
  border-radius: 27px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.35s ease;
  padding: 10px 0;
  margin: 0 !important;
}
.btn-rounded i {
  padding-left: 10px;
}
.btn-rounded:hover {
  color: #fff;
  background: #0051a0;
}
.btn-rounded:hover i {
    margin-left: -5px;
}
.btn-blue {
  background: #0051a0;
}
.btn-blue i {
  padding-left: 16px;
}
.btn-blue:hover {
  background: #ed1a3c;
}
.bg-blue {
  background: #0051a0;
}
.services:after,
.values:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 2px solid #d1d3d4;
  z-index: 1;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translateX(-50%) rotate(-225deg);
  -ms-transform: translateX(-50%) rotate(-225deg);
  transform: translateX(-50%) rotate(-225deg);
}
.service-item-box:hover,
.our-approach .section-title:hover,
.what-we-do-box, .services-offered .nav-pills,
.values .values-content .value-box:hover {
  box-shadow: 0px 1px 12px 5px rgba(128, 128, 128, 0.24);
}
header, a, .values .value-box > div, .values .value-box span, .nav-link,
.values .value-box h3, .carousel-indicators li, .section-title h2:after,
.values .value-box, .service-form button.close, .btn-rounded i, .thay-logo {
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* breadcrumbs */
.breadcrumbs {
  position: relative;
  background: url(../images/aboutbanner.png) no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  text-align: center;
  padding: 90px 0;
}
.what-we-do .breadcrumbs {
  background: url(../images/what-we-do.png) no-repeat;
  background-position: center bottom !important;
}
.breadcrumbs:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.breadcrumbs .page-title {
  font-size: 45px;
  color: #ed1a3c;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.breadcrumbs ul {
  text-align: center;
}
.breadcrumbs .page-title,
.breadcrumbs ul {
  position: relative;
  z-index: 1;
}
.breadcrumbs ul li,
.breadcrumbs ul li a {
  display: inline-block;
  font-size: 16px;
  color: #ececec;
}
.breadcrumbs ul li a:hover {
  color: #ed1a3c;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li + li {
  padding-left: 15px;
  margin-left: 15px;
}
.breadcrumbs ul li + li:before {
  content: "\f061";
  position: absolute;
  left: -8px;
  top: 2px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: transparent;
  font-weight: 700;
  text-shadow: 0px 0px 0px #ececec;
}
/* Fixed Items */
.cnt-box ul li a {
    display: block;
}
.cnt-box ul li img {
    width: 100%;
    display: block;
}
.cnt-box ul li {
    width: 45px;
}
.cnt-box ul li + li {
    margin-top: 10px;
}
.cnt-box {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -48px;
  z-index: 555;
  display: none;
}
#CaMXGAf-1537769158972 {
    display: none !important;
}

/* main form */
.form-group {
  margin-bottom: 25px;
}
.contact-us form {
  margin-right: 18px;
}
.form-group .form-control {
  border: 0;
  background-color: #e6e7e8;
  color: #555557;
  line-height: 25px;
  height: auto;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 9px;
}
.form-group textarea.form-control {
  resize: none;
  min-height: 225px;
}
.form-group .form-control::placeholder {
  color: #555557;
}
.inner-content .section-title form p {
  font-size: 16px;
  line-height: 22px;
  word-spacing: 0;
  margin-bottom: 25px;
}
form .btn-rounded {
  border: 0;
}
.google-recaptch {
  margin-bottom: 30px;
}

/* Back to top */
.back-tp {
  display: inline-block;
  background-color: rgba(237, 26, 60, 0);
  width: 65px;
  height: 65px;
  font-size: 25px;
  line-height: 65px;
  text-align: center;
  color: #ed1a3c !important;
  border: 2px solid #ed1a3c;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.back-tp:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #ed1a3c;
  border-radius: 50%;
}
.back-tp:active {
  color: #fff !important;
}
.back-tp.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

/* header */
header.fixed-top {
  top: 0;
  height: 131px;
}
.thayil-sub-menu {
  background-color: #fff;
  padding: 10px 0px;
}
.bg-dark {
  background-color: #ed1a3c !important;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
  background-color: #0051a0;
}
.navbar {
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
header .navbar-expand-lg .navbar-nav .nav-link {
  display: block;
  padding: 20px 2rem;
}
.thay-logo {
  text-align: center;
}
.thay-logo {
  max-width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  z-index: 1030;
}
.thay-logo a {
  display: block;
}
.navtop p,
.navtop li a {
  font-size: 15px;
  font-weight: 600;
}
.navtop p span {
  color: #0051a0;
}
.social-media li a {
  font-size: 23px;
  font-weight: 400;
  color: #b5b5b6;
  margin-left: 15px;
  vertical-align: text-bottom;
}
.social-media li a:hover {
  color: #0051a0;
}
.navtop div p:first-child {
  margin-bottom: 5px;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  background-color: #fff;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  -ms-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}
.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}
.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}
.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  -ms-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}
/* Home Page start */

/* slider */
.thay-slider {
  padding: 0;
}
#home-slider .carousel-control-prev,
#home-slider .carousel-control-next {
  width: 70px;
  height: 70px;
  top: 50%;
  opacity: .3;
}
#home-slider .carousel-control-prev {
  left: 5%;
}
#home-slider .carousel-control-next {
  right: 5%;
}
#home-slider .carousel-control-prev:hover,
#home-slider .carousel-control-next:hover {
  opacity: 1;
}
.carousel-indicators .active,
.carousel-indicators li:hover {
  background-color: #ed1a3c;
}
.carousel-indicators li {
  width: 44px;
  height: 6px;
  border-radius: 35px;
  margin-right: 20px;
  margin-left: 5px;
}
.carousel-item img {
  display: block;
}
.slider-text {
  max-width: 420px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 40%;
  right: 0;
  left: 0;
}
.slider-text h1 {
  font-size: 5vw;
  text-transform: uppercase;
  color: #0051a0;
  font-weight: bold;
}
.slider-text h1 span {
  font-size: 3vw;
  color: #ed1a3b;
  font-weight: 500;
}
.slider-text.company-name {
    max-width: 760px;
    margin-left: 15%;
}
.slider-text.company-name h1 {
    font-size: 50px;
}
.slider-text.company-name h1 span {
    color: #000;
}
#home-slider .carousel-indicators {
  bottom: 120px;
}
#home-slider .carousel-indicators {
  max-width: 420px;
  margin-left: 40%;
  top: 75%;
  bottom: auto;
}
#home-slider .carousel-control-prev,
#home-slider .carousel-control-next,
#home-slider .carousel-indicators {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* who-we-are */
.home .who-we-are p {
    color: #000;
}
.who-we-are p:first-child {
  margin: 40px 0 30px 0;
}
.who-we-are .btn-rounded {
  margin: 75px 0 50px 0 !important;
}
.banner-text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  padding: 14px 0;
  text-align: center;
}

/* services */
.services {
  position: relative;
  background: #f6f6f6;
  padding-bottom: 55px;
  border-top: 2px solid #d1d3d4;
}
.services .no-gutters {
  margin-left: 70px;
}
.services .services-text {
  margin: 40px 0 70px 0;
}
.service-item-box {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0 30px 0;
  margin: 0 8px;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}
.service-item-box p {
  font-size: 15px;
  margin-top: -20px;
}

/* what-we-do-text */
.home .what-we-do {
  background-image: url(../images/whatwedo_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 75px 0;
}
.home .what-we-do .what-we-do-text {
  margin: 40px 0;
}
.white-text h2 {
  color: #fff;
}
.home .what-we-do .what-we-do-img {
  border-radius: 10px;
}
.home .values {
  position: relative;
  background-image: url(../images/values_paralax.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 2px solid #d1d3d4;
  padding-bottom: 75px;
}
.home .values .section-title h2:after {
  background: #fff;
}
.home .values .value-box {
  border: 2px solid #d1d3d4;
  border-bottom: 0;
  margin: 50px 80px 0 80px;
}
.home .values .value-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.home .values .value-box .value-item:last-child span {
    font-size: 85px;
    padding-top: 20px;
    display: inline-block;
}
.home .values .value-box .value-item:last-child h3 {
    margin-top: 10px;
}
.home .values .value-box .value-item {
  border-bottom: 2px solid #d1d3d4;
  border-left: 2px solid #d1d3d4;
  padding: 20px 0 40px 0;
  cursor: pointer;
}
.home .values .value-box .value-item:nth-child(4n+1) {
  border-left: 0;
}
.home .values .value-box img {
  width: 50%;
}
.home .values .value-box span {
  font-size: 115px;
  color: #fff;
}
.home .values .value-box .value-item:hover {
  background: #fff;
}
.home .values .value-box .value-item:hover h3 {
  color: #555557;
}
.home .values .value-box .value-item:hover span {
  color: #ed1a3c;
}
/* Home Page end */

/* our-approach page */
.our-approach {
  padding-bottom: 100px;
}
.our-approach .section-title {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}
.our-approach .section-title h2 {
  font-size: 35px;
  color: #212121;
  font-weight: 300;
}
.our-approach .section-title p {
  text-align: left;
  margin-top: 60px;
}

/* who-we-are page */
.cnontent-img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.who-we-are-content {
  padding: 75px 0;
}

/* what-we-do page */
.what-we-do-content {
  padding: 150px 0 65px 0;
}
.what-we-do-box {
  padding: 25px 40px 35px 0;
  margin-top: 50px;
  border-radius: 10px;
}
.what-we-do-box h4 {
  font-size: 35px;
  font-weight: 300;
  word-break: break-all;
}
.what-we-do-box p {
  position: relative;
  padding-left: 55px;
  margin: 20px 0 0 -25px;
  text-align: left;
}
.what-we-do-box p:first-child:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 50px;
  background: red;
}
.what-we-do-box p + p {
  margin-top: 30px;
}

/* quality-policy page */
.quality-policy .inner-content {
  padding: 80px 0 170px 0;
}
.quality-policy .inner-content .section-title h3 {
  font-size: 25px;
  color: #ed1a3c;
  font-weight: 600;
  margin: 45px 0 10px 0;
}
.quality-policy .inner-content .section-title h4 {
  font-size: 25px;
  color: #414042;
  font-weight: 600;
  margin: 10px 0;
}
.quality-policy .inner-content .section-title p + h4 {
    margin-top: 50px;
}
/* Disclaimer page */
.disclaimer-content {
  padding: 75px 0;
}

/* values page */
.values .values-content {
  padding: 50px 0;
}
.values .values-content .value-box {
  background: #fff;
  border-radius: 10px;
  padding: 0 15px 30px 15px;
  margin-bottom: 16px;
  min-height: 418px;
}
.values .values-content .value-box .m-icon {
  color: #b5b5b6;
  font-size: 165px;
}
.values .values-content .value-box:hover .m-icon {
  color: #ed1a3c;
}
.values .values-content .value-box h2 {
  font-size: 30px;
  color: #555557;
  font-weight: 300;
}
.values .values-content .value-box:hover h2 {
  color: #ed1a3c;
}
.values .values-content .value-box h2:after {
  width: 55px;
  height: 3px;
  background: #b5b5b6;
}
.values .values-content .value-box:hover h2:after {
  background: #ed1a3c;
}

/* services page */
.services-offered .services-offered-content {
  padding: 75px 0 200px 0;
}
.services-offered .section-title h2 {
  font-size: 34px;
  text-transform: unset;
}
.services-offered .section-title h2:after {
  bottom: -20px;
}
.services-offered .services-list {
  margin: 35px 0;
}
.services-offered .services-list li {
  position: relative;
  color: #555557;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  word-spacing: 1px;
  word-break: break-word;
  padding-left: 40px;
  line-height: 25px;
}
.services-offered .services-list li:before {
  content: "\f245";
  position: absolute;
  left: 2px;
  top: 3px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #ed1a3c;
  font-weight: 700;
}
.services-offered .nav-pills {
  border-radius: 14px;
  overflow: hidden;
  margin-right: 60px;
}
.services-offered .nav-pills .nav-link {
  position: relative;
  font-size: 18px;
  border: 0;
  font-weight: 400;
  color: #212529;
  line-height: 27px;
  padding: 22px 0 22px 45px;
  word-break: break-word;
  border-radius: 0;
}
.services-offered .nav-pills .nav-link + a {
    border-top: 1px solid #555557;
}
.services-offered .nav-pills .nav-link.active,
.services-offered .nav-pills .show .nav-link {
  color: #fff;
  background-color: #ed1a3c;
}
.services-offered .nav-pills a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ed1a3c;
  margin-top: -4px;
}
.services-offered .nav-pills .nav-link.active:before,
.services-offered .nav-pills .show .nav-link:before {
  background: #fff;
}
.services-offered .nav-pills .nav-link:focus,
.services-offered .nav-pills .nav-link:hover {
  z-index: 0;
}
.services-offered .row .btn-rounded {
  width: auto;
  padding: 10px 35px;
  margin-top: 65px !important;
  border: 0;
}
.service-form.modal form .btn-rounded {
  margin-top: 0 !important;  
}
.modal .modal-dialog {
  width: 55%;
  max-width: 75%;
}
.modal .modal-dialog .modal-content {
  border-radius: 9px;
}
.service-form .response-notify {
  margin: 25px 0;
  padding-top: 25px;
  border-top: 1px solid #555557;
  text-align: center;
}
.service-form .response-notify p {
    text-align: center;
}
.service-form .modal-body {
  padding: 50px 30px;
}
.service-form .thanks-box-img {
  width: 28%;
  padding-right: 4%;
}
.service-form .thanks-box h4 {
  font-size: 30px;
  color: #0051a0;
  font-weight: 600;
}
.service-form .thanks-box h5 {
  font-size: 18px;
  color: #555557;
  font-weight: 600;
}
.service-form .thanks-box p {
  font-size: 14px;
  font-weight: 400;
  word-spacing: 0;
}
.service-form form p, .service-form.modal form p {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.service-form .form-group textarea.form-control {
  min-height: 150px;
}
.service-form button.close {
  position: absolute;
  right: -20px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ed1a3c;
  text-shadow: none;
  color: #fff;
  font-size: 25px;
  opacity: 1;
  z-index: 5;
}
.service-form button.close span {
  display: block;
  height: 50px;
  line-height: 41px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #fff;
  opacity: 1;
  background: #0051a0;
  outline: none;
}
.service-form button.close span:focus {
  outline: none;
}

/* Contact Us page */
.contact-us .contact-us-content {
  padding: 90px 0;
}
.contact-us .btn-blue i {
  padding-left: 10px;
}
.contact-us .form-title {
  font-size: 25px;
  color: #ed1a3c;
  font-weight: 600;
  margin: 20px 0;
}

/* footer */
footer {
  background: #414042;
  color: #fff;
  padding: 80px 0 35px 0;
}
footer a, footer p, footer h4 {
  font-size: 18px;
  color: #ececec;
  line-height: 30px;
  font-weight: 400;
}
footer h4 {
  font-size: 25px;
  margin-bottom: 8px;
}
footer .social-media li + li {
  margin-left: 15px;
}
footer .social-media li a {
  font-size: 25px;
  display: block;
}
footer .contact-nmbr {
  background: url(../images/callicon.png) no-repeat;
  background-position: left center;
  background-position: 45% center;
  background-size: contain;
  margin-top: 5px;
}
footer .social-media {
  margin-bottom: 10px;
}
footer .social-media li a {
  color: #707071;
}
footer .social-media li a:hover {
  color: #fff;
}
footer .get-in-touch {
  margin-left: 25px;
}
footer .footer-bt {
  margin-top: 45px;
}
footer .footer-bt ul li {
  display: inline-block;
}
footer .footer-bt ul li + li {
  position: relative;
  padding-left: 10px;
}
footer .footer-bt ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 1px;
  height: 17px;
  display: block;
  background: #fff;
}
footer .footer-bt ul li a {
  font-size: 14px;
}
footer .footer-bt ul li a:hover,
footer .contact-nmbr a:hover, footer a:hover {
  color: #ed1a3c;
}
footer .footer-bt p {
  font-size: 17px;
}
footer .footer-bt p {
    font-size: 12px;
    margin-top: 15px;
}

/* Media Querry */
@media only screen and (min-width: 991px) {
  header.head-scroll .thay-logo {
      max-width: 140px;
      -webkit-transform: translate(-50%, -33%);
      -ms-transform: translate(-50%, -33%);
      transform: translate(-50%, -33%);
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-bt {
    display: block !important;
    text-align: center;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 1.2rem;
  }
}
@media only screen and (max-width: 991px) {
  header.fixed-top {
    height: 64px;
  }
  .thay-logo {
    max-width: 125px;
    top: 0px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .navbar-collapse {
    margin-bottom: 25px;
  }
  .navbar-toggler {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .section-title h2 {
    font-size: 50px;
  }
  main {
    margin-top: 64px;
  }
  .our-approach .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home .values .value-box h3 {
    font-size: 14px;
  }
  .our-approach .section-title, .values .values-content .value-box {
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.37);
    margin-bottom: 35px;
  }
  .services-offered .nav-pills {
    margin-right: 0;
  }
  .service-form .modal-body .modal-top {
    display: block !important;
  }
  .values .values-content .row .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .values .values-content .value-box {
    min-height: 432px;
  }
}
@media only screen and (max-width: 767px) {
  .services .no-gutters {
    margin: 45px 0 0 0;
  }
  .slider-text.company-name h1 {
    font-size: 21px;
  }
  #home-slider .carousel-control-prev {
    left: 0;
  }
  #home-slider .carousel-control-next {
    right: 78px;
  }
  .what-we-do .what-we-do-img {
    margin-top: 35px;
  }
  .home .values .value-box .value-item:nth-child(3),
  .home .values .value-box .value-item:nth-child(7) {
    border-left: 0;
  }
  .inner-content .section-title p,
  footer a, footer p, footer h4,
  footer .footer-bt ul li a, .our-approach .section-title p {
    font-size: 18px;
  }
  .quality-policy .inner-content {
    padding: 50px 0 80px 0;
  }
  .services-offered .nav-pills {
    margin: 0 0 45px 0;
  }
  .contact-us .contact-us-content {
    padding: 30px 0 60px 0;
  }
  .contact-us .form-title {
    margin: 50px 0 20px 0;
  }
  .modal .modal-dialog {
    width: 85%;
    max-width: 85%;
    margin: 2rem auto 8rem auto;
  }
  .form-group .form-control,
  .form-group .form-control::placeholder {
    font-size: 15px;
  }
  .back-tp {
    right: auto;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    margin-left: -18px;
  }
  .services-offered .tab-content {
    padding: 0 15px;
  }
  .contact-us form {
    margin-right: 0;
  }
  .services-offered .section-title h2 {
    font-size: 28px;
  }
  .services-offered .services-offered-content {
    padding: 75px 0;
  }
  .services-offered .services-list li {
    padding-left: 25px;
  }
  .what-we-do-box p:first-child:after {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90px;
    height: 2px;
  }
  .services-offered .row .btn-rounded {
    max-width: 100%;
  }
  .what-we-do-box p:first-child {
    margin: 0;
    padding: 40px 0 0 0;
  }
  .what-we-do-box {
    padding: 25px 15px 35px 15px;
  }
  .what-we-do-box h4 {
    font-size: 25px;
  }
  .breadcrumbs {
    padding: 50px 0;
  }
  .breadcrumbs .page-title {
    font-size: 30px;
  }
  .service-form .modal-body, .our-approach .section-title {
    padding: 30px 15px;
  }
  .modal.show .modal-dialog p, .modal .modal-dialog {
    text-align: center;
  }
  .service-form .thanks-box h5 {
    line-height: 24px;
    margin: 10px;
  }
  footer {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  #home-slider .carousel-control-prev,
  #home-slider .carousel-control-next {
    width: 35px;
    height: 35px;
  }
  .slider-text,
  #home-slider .carousel-indicators {
    margin-left: 30%;
  }
  .slider-text.company-name {
    margin-left: 15%;
    width: 280px;
  }
  
  .banner-text, .who-we-are p {
    font-size: 16px;
  }
  .cnontent-img {
    margin-top: 35px;
  }
  .what-we-do-content {
    padding: 55px 0;
  }
  .what-we-do-box p {
    padding: 0;
    margin: 0;
  }
  .section-title h2, .our-approach .section-title h2 {
    font-size: 27px;
  }
  .home .values .value-box {
    margin: 50px 0 0 0;
  }
  .values .values-content .row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .values .values-content .value-box {
    min-height: auto;
  }
  footer .get-in-touch {
    margin: 25px 0;
  }
  .social-media li:first-child a {
    margin-left: 0;
  }
  footer .contact-nmbr {
    background-position: left center;
    padding-left: 75px;
  }
  footer .footer-contact p {
    margin: 15px 0;
  }
  .our-approach {
    padding: 30px 15px;
  }
  footer .footer-bt p {
    margin-top: 15px;
    line-height: 20px;
  }
}

/* Layout fixes — preserve original design */
.carousel-item img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.cnontent-img,
.what-we-do-img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1140px;
}

.our-approach .row {
  display: flex;
  flex-wrap: wrap;
}

.our-approach .row > [class*="col-"] {
  display: flex;
}

.our-approach .section-title {
  width: 100%;
}

.values .values-content .row > [class*="col-"] {
  margin-bottom: 16px;
}

.home .values .value-box {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .home .values .value-box {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.services .row.d-flex {
  align-items: center;
}

.service-icon-tp .row {
  display: flex;
  flex-wrap: wrap;
}

.service-icon-tp .row > [class*="col-"] {
  display: flex;
}

.service-item-box {
  width: 100%;
}

.navbar-collapse {
  z-index: 1020;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #00afef;
  outline-offset: 2px;
}

.page-title {
  text-transform: uppercase;
}

.embed-responsive {
  min-height: 420px;
  background: #f8f9fa;
}

#mail-status,
.mail-status {
  border-radius: 4px;
}

footer .footer-bt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  padding-left: 0;
}

footer .footer-bt ul li {
  list-style: none;
}

.red-text {
  color: #ed1a3c;
}