/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --thm-font: 'AvantGarde Bk BT';
  --thm-font1: 'Calibri';
  --thm-base: #0a3f6a;
  --thm-primary: #ff0000;
  --thm-gray: #737373;
  --thm-gray1: #565656;
  --thm-white: #ffffff;
  --thm-black: #454444;
  --thm-bg-lightgray: #f4f4f4;
}

@font-face {
    font-family: 'AvantGarde Bk BT';
    src: url('../fonts/AvantGardeITCbyBT-DemiOblique.eot');
    src: url('../fonts/AvantGardeITCbyBT-DemiOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeITCbyBT-DemiOblique.woff2') format('woff2'),
        url('../fonts/AvantGardeITCbyBT-DemiOblique.woff') format('woff'),
        url('../fonts/AvantGardeITCbyBT-DemiOblique.ttf') format('truetype'),
        url('../fonts/AvantGardeITCbyBT-DemiOblique.svg#AvantGardeITCbyBT-DemiOblique') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvantGarde Bk BT';
    src: url('../fonts/AvantGardeITCbyBT-Demi.eot');
    src: url('../fonts/AvantGardeITCbyBT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
        url('../fonts/AvantGardeITCbyBT-Demi.woff') format('woff'),
        url('../fonts/AvantGardeITCbyBT-Demi.ttf') format('truetype'),
        url('../fonts/AvantGardeITCbyBT-Demi.svg#AvantGardeITCbyBT-Demi') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvantGarde Bk BT';
    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'),
        url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'),
        url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'),
        url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype'),
        url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.eot');
    src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff'),
        url('../fonts/Calibri-Light.ttf') format('truetype'),
        url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-LightItalic.eot');
    src: url('../fonts/Calibri-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-LightItalic.woff2') format('woff2'),
        url('../fonts/Calibri-LightItalic.woff') format('woff'),
        url('../fonts/Calibri-LightItalic.ttf') format('truetype'),
        url('../fonts/Calibri-LightItalic.svg#Calibri-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.eot');
    src: url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff'),
        url('../fonts/Calibri-BoldItalic.ttf') format('truetype'),
        url('../fonts/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Impact';
    src: url('../fonts/ImpactRegular.eot');
    src: url('../fonts/ImpactRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ImpactRegular.woff2') format('woff2'),
        url('../fonts/ImpactRegular.woff') format('woff'),
        url('../fonts/ImpactRegular.ttf') format('truetype'),
        url('../fonts/ImpactRegular.svg#ImpactRegular') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
p {
    font-size: 14px;
}
.bg-light {
    background-color: #fff !important;
}
/*section {
    padding: 60px 0;
    overflow: hidden;
}*/
.navbar-brand {
    margin: 0;
    background-color: #fff;
    /*padding: 15px;*/
    padding: 5px 10px;
    position: absolute;
    top: 0;
}
.navbar-nav {
    align-items: center;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block!important;
  border-radius: 0px;
  padding: 0px;
}



.navbar-nav .nav-item .nav-link:hover{
  background-color: #ffe8ec!important;
}

.navbar-nav .dropdown .dropdown-menu .nav-item{
  width: 200px!important;
  margin: 2px 5px 2px 5px;
}

.navbar-nav .dropdown .dropdown-menu .nav-item .sub-menu .nav-item{
  width: 200px!important;
  margin: 2px 5px 2px 5px;
}

.nav-tabs .dropdown-menu,.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0!important;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent!important;
  border-left: none!important;
  border-right: 7px solid rgba(0, 0, 0, 0.2)!important;
  border-top: 7px solid transparent!important;
  left: -7px!important;
  top: 10px!important;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent!important;
  border-left: none!important;
  border-right: 6px solid #fff!important;
  border-bottom: 6px solid transparent!important;
  left: 10px!important;
  top: 11px!important;
  left: -6px!important;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  right: 0;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 9px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.ibar {
    background: #f70237;
    color: white;
}
.icon-bar a.ibar.call {
    border-top-left-radius: 5px;
}
.icon-bar a.ibar.msg {
    border-bottom-left-radius: 5px;
}
.icon-bar a.ibar.chat {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
header nav .nav-link {
    text-transform: uppercase!important;
    font-weight: 600!important;
    color: #232f64!important;
    padding: 4px 10px 4px 10px!important;
}
header nav .nav-item .active {
    color: #232f64!important;
    /*background-color: #f70237;*/
    /*background-color: #f70237;*/
    border-bottom: 2px solid #f70237;
    font-weight: 600;
}

header nav .nav-item .activeenquiry {
    color: #fff!important;
    /*background-color: #f70237;*/
    background-color: #f70237;
    font-weight: 600;
}

.carousel-item img {
    width: 100%;
    margin-top: 3.8%;
}
.btn.btn-warning {
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  background: #f8f9fa;
  min-height: 140px;
  margin-top: 45px;
  position: relative;
  background-repeat: round;
  background-size: cover;
}
.breadcrumbs ol li {
    color: #fff;
}
.breadcrumbs ol li a{
    color: #fff!important;
}
/*.breadcrumbs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #010101;
    opacity: 0.5;
}*/
.breadcrumbs h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

#contact .contacts button[type=submit] {
  background: #f70237;
  border: 0;
  padding: 10px 24px;
  color: #232f64;
  transition: 0.4s;
  border-radius: 4px;
}
#career .contacts button[type=submit] {
  background: #f70237;
  border: 0;
  padding: 10px 24px;
  color: #232f64;
  transition: 0.4s;
  border-radius: 4px;
}
#contact .contacts button[type=submit]:hover {
  background: #f70237;
}
#career .contacts button[type=submit]:hover {
  background: #f70237;
}


/*Product*/
section.products {
    padding-bottom: 0px;
}

#products .col-lg-4{
  padding: 8px;
  border: 1px solid;
  margin: 6px;
  width: 32.00000000%!important;
  border-color: silver;
}

#products .col-lg-4 .p-infoo{
  text-align: center;
  font-weight: 100;
}
.our_products h3 {
    color: #232f64;
    font-weight: 800;
}

.products .card-body h5{
    font-family: 'Calibri';
    font-weight: 600;
    font-style: normal;
    color: #444343;
}
.products .row h3{
    font-family: 'Calibri';
    font-weight: 600;
    font-style: normal;
    color: #232f64;
}
.products .card-body{
    /*background-color: #e5e5e5;*/
    padding: 8px 12px!important;
}

.products a{
    text-decoration-line: none;
} 

.products-details .card{
    border: 0px;
}
/*}*/

/*Service*/

#service .col-lg-4{
  padding: 8px!important;
  border: 1px solid!important;
  margin: 6px!important;
  width: 32.00000000%!important;
  border-color: silver!important;
}

.service .col-lg-4 .p-infoo{
  text-align: center;
  font-weight: 100;
}


.our_products h3 {
    color: #232f64;
    font-weight: 800;
}

#service .card-body h5{
    font-family: var(--thm-font);
    font-weight: normal;
    font-style: normal;
    color: #232f64;
}
#service .card-body{
    background-color: #e5e5e5;
    padding: 8px 12px!important;
}
.service a{
    text-decoration-line: none;
} 

/*Contact-us*/

.info .phone a,
.info .email a,
.info .address p{
  color: gray;
  font-size: 18px;
}
.info .phone h4,
.info .email h4,
.info .address h4{
    color: gray;
    font-size: 24px;
    font-weight: 600;
}
.contact .info {
  /*width: 100%;*/
  background: #fff;
}
.contact .col-md-4 i {
  font-size: 20px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .col-md-4 h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}
.contact .col-md-4 p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}

.contact .col-md-4 p, a{
  /*padding: 0 0 0 60px;*/
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
  text-decoration-line: none;
}


/*.contact .col-md-4 .email, .contact .col-md-4 .phone {
  margin-top: 40px;
}*/
.contact .col-md-4 .email:hover i, .contact .col-md-4 .address:hover i, .contact .col-md-4 .phone:hover i {
  background: #556270;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .contacts .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, 
.contact .php-email-form textarea,
.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, 
.contact .php-email-form textarea:focus,
.contact .php-email-form select:focus {
  border-color: #d9232d;
}
.contact .php-email-form select {
    appearance: auto;
}
.contact .php-email-form input,
.contact .php-email-form select {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contacts button[type=submit] {
    background: #232f64;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.info .phone a{
    color: #8795a4;
    font-size: 18px;
    text-decoration-line: none;
}
.info .email a{
    color: #8795a4;
    font-size: 18px;
    text-decoration-line: none;
}

#myCarousel {
    position: relative;
}
#myCarousel::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 600!important;
    font-family: Calibri!important;
}
.carousel-caption {
    text-align: left;
    z-index: 99;
    font-family: Impact!important;
    right: 0%;
    left: 0%;
}
.carousel-caption h1{
    font-weight: 600!important;
    margin-bottom: 0px;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}
.certified {
    position: absolute;
    top: 80px;
    right: 15px;
    z-index: 99;
}
#myCarousel .container {
    position: relative;
}
.about-main h3 {
    color: #232f64;
    font-weight: 800;
    font-family: Calibri;
}
.about-main a {
    background-color: #f70237;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    display: inline-block;
}
.products_range_main {
    /*background-image: url(../img/products_range_bg.png);*/
    background-color: #1c3062;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*.products_range h3 {
    color: #fff;
    padding-bottom: 30px;
    font-weight: 800;
}*/
.products_range h3 {
    color: #fff;
    padding-bottom: 30px;
}
.products-box h6 {
    color: #fff;
    /*padding-top: 20px;*/
    margin-bottom: 0px!important;
}
.products-box p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.products-box img {
    border: 1px solid #bebebe;
    background-color: #fff;
    width: 100%;
    height: 262px;
}
.products-box a {
    background-color: #f70237;
    font-size: 12px;
    text-decoration: none;
    /*color: #fff;*/
    color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
}

.products-box .paragr{
    color: #fff;
    font-size: 15px;
    margin: 0;
    background-color: transparent!important;
    font-weight: 400!important;
}

.products-box .productslink {
    text-decoration: none;
    padding: 0px!important;
}
.products .row .card .card-body a {
    background-color: #f70237;
    font-size: 12px;
    text-decoration: none;
    /*color: #fff;*/
    color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    display: inline-block;
    border-color: #f70237;
    border-radius: 0px;
}


.products .row .card .card-body p{
   color: #4a4a4a;
}

.products .row .card{
   margin: 6px!important;
   width: 23%!important;
   border-radius: 0px!important;
}

.our_servicese h3 {
    color: #232f64;
    font-weight: 800;
    font-family: Calibri;
}
.our_servicese h5 {
    color: #232f64;
    /*padding-top: 20px;*/
    margin-bottom: 0px;
}
.our_servicese p {
    color: #454545;
}
.our_servicese a {
    background-color: #f70237;
    font-size: 12px;
    text-decoration: none;
    /*color: #fff;*/
    color: #fff;
    padding: 0px 15px 5px 15px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 600;
}
.our_servicese img {
    border: 1px solid #bebebe;
    background-color: #fff;
    width: 100%;
    height: 262px;
}
.our_Prestigious_clients h6 {
    color: #3c3c3c;
    padding-top: 10px;
    text-transform: uppercase;
}
.our_Prestigious_clients h3 {
    color: #232f64;
    font-weight: 800;
    font-family: Calibri;
}
.our_Prestigious_clients p {
    color: gray;
    font-family: Calibri;
    font-weight: 600;
}
.contact .map iframe{
    margin-bottom: -6px;
}

footer {
    background-color: #393939;
    padding-top: 40px;
}
.footer_address .map iframe{
    margin-bottom: -6px;
}
.footer_address h4 {
    color: #fff;
    /*color: #fecc27;*/
}
.footer_link h4 {
    color: #fff;
    /*color: #fecc27;*/
}
.footer_link2 h4 {
    color: #fff;
    /*color: #fecc27;*/
}
.footer_address li {
    position: relative;
    padding-bottom: 15px;
}
.footer_address li img {
    position: absolute;
    left: -30px;
    top: 5px;
}
.footer_address li  {
    color: #fff;
    list-style: none;
}
.footer_address li a {
    text-decoration: none;
    color: #fff;
}
.footer_link ul {
    margin: 0;
}
.footer_link li {
    padding-bottom: 10px;
    list-style: none;
}
.footer_link li a {
    color: #fff;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
    text-decoration: none;
    font-size: 12px;
}
.footer_link2 ul {
    margin: 0;
    padding: 0;
}
.footer_link2 li {
    padding-bottom: 10px;
    list-style: none;
}
.footer_link2 li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}
.social_media li {
    padding: 0;
    float: left;
    padding-right: 15px;
}
.social_media li i {
    width: 30px;
    height: 30px;
    color: #f70237;
    border: 1px solid #f70237;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    font-size: 16px;
}
.map {
    border: 1px solid #fecc27;
}
.copyright {
    text-align: center;
    padding: 15px;    
    margin-top: 30px;
    background-color: #232f64;
    /*background-color: #29251c;*/
}
.copyright p {
    /*color: #888785;*/
    color: #fff!important;
    font-size: 12px;
    margin: 0;
}
.ISO-CERTIFIED-COMPANY {
    background-color: #232f64;
    padding: 30px 0;
}
.certified_img img {
    width: 100%;
}
.certified_text p {
    color: #fff;
}
.certified_text ul {
    padding: 0;
    margin: 0;
}
.certified_text li {
    list-style: none;
    position: relative;
    width: 50%;
    float: left;
    color: #fff;
    padding-bottom: 15px;
    padding-left: 35px;
}
.certified_text li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-size: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/arrow.png);
}
.owl-nav.disabled {
    display: block !important;
}
.our_Prestigious_clients_main .owl-prev {
    position: absolute;
    top: 40%;
    left: -25px;
}
.our_Prestigious_clients_main .owl-next {
    position: absolute;
    top: 40%;
    right: -25px;
}
.our_Prestigious_clients_main .owl-prev span {
    font-size: 54px;
    color: #f70237;
    line-height: 0;
}
.our_Prestigious_clients_main .owl-next span {
    font-size: 54px;
    color: #f70237;
    line-height: 0;
}


.our_servicese_main .owl-prev {
    position: absolute;
    top: 33%;
    left: -25px;
}
.our_servicese_main .owl-next {
    position: absolute;
    top: 33%;
    right: -25px;
}
.our_servicese_main .owl-prev span {
    font-size: 54px;
    color: #f70237;
    line-height: 0;
}
.our_servicese_main .owl-next span {
    font-size: 54px;
    color: #f70237;
    line-height: 0;
}


.products_range_main .owl-prev {
    position: absolute;
    top: 28%;
    left: -25px;
}
.products_range_main .owl-next {
    position: absolute;
    top: 28%;
    right: -25px;
}

.products_range_main .owl-prev span {
    font-size: 54px;
    color: #f70237;
    line-height: 0;
}
.products_range_main .owl-next span {
    font-size: 54px;
    color: #f70237;
    line-height: 0;
}


@media only screen and (max-width: 991px) {
    .nav-link {
        font-size: 10px;
    }
    .navbar-brand img {
        width: 90px;
    }
    .btn.btn-warning {
        font-size: 10px;
    }
    .certified_text li {
        font-size: 12px;
    }
    .footer_link {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-brand {
        position: relative;
    }
    .certified_text li {
        width: 100%;
    }
    .our_Prestigious_clients_main .owl-next {
        right: 0;
    }
    .our_Prestigious_clients_main .owl-prev {
        left: 0;
    }
    .our_servicese_main .owl-next {
        right: 0;
    }
    .our_servicese_main .owl-prev {
        left: 0;
    }
    .products_range_main .owl-next {
        right: 0;
    }
    .products_range_main .owl-prev {
        left: 0;
    }
    .nav-link {
        font-size: 14px;
    }
    .btn.btn-warning {
        font-size: 14px;
    }
}


/*About Us page */

.sectiontitle h2{
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.bg-base{
  background-color: #232f64;
}

.team-photo img.img-fluid {
    border-radius: 50%;
    border: 2px solid white;
    width: 200px;
    margin-bottom: 20px;
}
.team-info{
  color: white;
  text-align: center;
}
.team-info h4{
  color: white;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.team-info h5{
  color: white;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.team-info p{
  text-align: justify;
  padding: 0px 10px;
}


.mv-section img {
    width: 100%;
}
.achievements-img img{
  border-radius: 50%;
}
.achievements-info h4{
  color: white;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.achievements-info p{
  color: white;
}

.rightitem .achievements-img{
  text-align: right;
}
.rightitem .achievements-info {
    text-align: right;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.c-white {
    color: white;
}
.c-wrapper .c-img {
    margin-bottom: 15px;
}
.c-wrapper .c-info h4 {
    color: #565656;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.c-wrapper .c-info p {
    color: #737373;
}

.mv-section p{
    color: gray;
    font-size: 16px;
}
.certificates p{
    color: darkgray;
    font-size: 16px;
}





/*Clients*/

.clients-item {
    margin: 15px 0px 15px 0px;
}
.clients-item .row:hover{
  border: 1px solid;
 border-spacing: 1px!important;
}

.clients-item .col-lg-3{
padding-left: 0px!important;
}

.align-items-center {
    /*align-items: end!important;*/
    margin-top: 3%;
}
.t-img-wrapper img {
    width: 100%;
}
.t-img-info p {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--thm-font1);
}
.t-img-info h3 {
    font-size: 30px;
    color: #737373;
    margin-bottom: 10px;
}
.t-img-info h4 {
    font-size: 20px;
    color: #737373;
    margin-bottom: 0px;
}
.client-testimonial .clients-item p{
    color: #737373;  
}





/*Vacancy*/
.opening-wrapper .opening-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #565656;
}

.opening-wrapper .opening-box h6 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    color: #565656;
}

.opening-wrapper .opening-box p {
    padding: 0px 15px;
    color: #565656;
}


@media(max-width: 575px){
    #myCarousel {
        height: 136px!important;!important;
        margin-top: 12%;
    }
    .hero-slider .container{
        padding-top: 200px;
        padding-bottom: 250px;
    }
    .carousel-indicators{
        display: none;
    }
    #myCarousel .carousel-caption h1{
       font-size: 12px;
       margin-left: 11%;
    }

    #products .col-lg-4 {
    padding: 8px;
    border: 1px solid;
    margin: 6px;
    width: 97%!important;
    border-color: silver;
    }
    #service .col-lg-4 {
        padding: 8px;
        border: 1px solid;
        margin: 6px;
        width: 97%!important;
        border-color: silver;
    }

    .certified{
        display: none;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption {
        margin:-4% 1%!important;
    }
    .carousel .carousel-item .carousel-caption p{
        font-size: 14px!important;
        font-family: Calibri!important;
        margin-left: 11%;
        margin-right: 11%;
    }

    .facilities .row .card {
        width: 96%!important;
        margin: 3px 3px 3px 3px;
    }
    .pt-5{
    padding-bottom: 1rem!important;
    }
    .pb-5{
    padding-top: 1rem!important;    
    }
    .products_range h3 {
        color: #fff;
        padding-bottom: 3px;
    }
    .mt-5{
    margin-bottom: 1rem!important;
    }
    .mb-5{
    margin-top: 1rem!important;    
    }
}

.owl-carousel .owl-nav button.owl-next:hover{
background:0 0;
}

.owl-carousel .owl-nav button.owl-prev:hover{
background:0 0;
}

.facilities .card {
width:24.4%;
margin: 0px 3px 0px 3px;
}

.facilities .card .card-img-top{
height:48%;
}


