* {
  margin: 0px;
  padding: 0px;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  height: auto;
  margin: 0px auto;
  font-family: "Poppins", sans-serif;
}
.nav-link{
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(244 165 26);
  border-bottom: 3px solid #f2a517;
  /* border-radius: 4px 4px 4px 4px; */
}

footer {
  /* background-color: #9c2330; */
  background-color: rgb(26, 25, 25);
  padding: 40px 0px;
  /* margin-top: 60px; */
  position: relative;
}

.footer_title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.footer_title {
  padding-top: 20px;
}

.footer_title h2:before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: #ffa500;
  position: absolute;
  top: 35px;
}

.footer_title p {
  color: #f7f7f7;
}

ul.footer-ul {
  list-style-image: url("/images/f-icon.png");
  margin-top: 30px;
}

ul.footer-ul li {
  line-height: 32px;
  padding-left: 0px;
}

#header.fixed-top {
  position: fixed;
}
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar {
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

ul.footer-ul li a {
  color: #fff;
  text-decoration: none;
}

ul.footer-ul li a:hover {
  color: #ffa500;
  cursor: pointer;
}

/* .footer_inner_wrapper:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  background-image: url("../images/download-blue.png");
  top: -19px;
  z-index: 9;
  background-repeat: repeat-x;
  -webkit-animation: move 12s linear infinite;
  animation: move 12s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  background-color: transparent !important;
}

.footer_inner_wrapper:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  background-image: url("../images/download-dark.png");
  top: -22px;
  z-index: 9;
  background-repeat: repeat-x;
  -webkit-animation: move 12s linear infinite;
  animation: move 12s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
} */

@keyframes move {
  0% {
    background-position: left 0 bottom 0;
  }

  100% {
    background-position: left 350px bottom 0;
  }
}

ul.contact-ul {
  margin-top: 30px;
  list-style: none;
  padding: 0px;
}

ul.contact-ul li {
  color: #fff;
  line-height: 30px;
}

ul.contact-ul li a {
  color: #fff;
  cursor: pointer;
}

ul.contact-ul li a:hover {
  color: #ffa500;
  cursor: pointer;
}

ul.contact-ul li .fa {
  padding-right: 10px;
  font-size: 16px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

ul.social-icons {
  list-style: none;
  padding: 0px;
}

ul.social-icons li {
  display: inline-block;
  padding: 2px 9px;
  background: #fff;
  border-radius: 4px;
  margin: 0px 4px;
}

ul.social-icons li a .fa {
  font-size: 14px;
}

ul.social-icons li:hover {
  background-color: #ffa500;
}

.about-content h1 {
  font-size: 32px;
  color: #021e40;
  font-weight: 800;
  padding: 10px 0px;
}

.about-content p {
  font-size: 16px;
  padding: 0px 0px 0px;
  color: #65688d;
}

ul.social-icons li a .fa {
  color: #ffa500;
}

ul.social-icons li:hover a .fa {
  color: #fff;
}

section.about_wrapper {
  padding: 60px 0px;
}

.about-content {
  position: relative;
}

.about-content h4:before {
  content: "";
  background-image: url("../images/sep-style1.png");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  background-repeat: no-repeat;
  left: 0px;
}

.about-content h4 {
  margin-left: 30px;
  color: #ffc000;
  font-size: 24px;
  font-weight: 600;
}

.title_sec {
  position: relative;
  padding-bottom: 30px;
}

.title_sec h4 {
  padding-left: 30px;
  color: #ffc000;
  font-size: 24px;
  font-weight: 600;
}

.title_sec h4::before {
  content: "";
  background-image: url("../images/sep-style1.png");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  background-repeat: no-repeat;
  margin-left: -30px;
}

.title_sec h4 {
  padding-left: 30px;
  color: #ffc000;
  font-size: 24px;
  font-weight: 600;
}

.title_sec p {
  color: #65688d;
}

.title_sec h2 {
  color: #021e40;
  font-size: 32px;
  font-weight: 600;
}

.about-box .icon {
  display: inline-block;
}

.about-box {
  display: inline-block;
  float: left;
  width: 50%;
}

.small-content {
  display: inline-block;
}

.small-content h6 {
  text-align: left;
  color: #65688d;
}

.small-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #021e40;
}

.about-box .icon img {
  padding: 0px 0px 20px;
  width: 50px;
  margin-right: 10px;
}
.about-box p {
  padding: 0px 10px;
  color: #65688d;
}

section.services {
  background: #f7f7f7;
  padding: 60px 0px;
}

.service-box {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(29, 42, 77, 0.11);
}

.service-info {
  padding: 20px 20px;
}

.service-info h2 {
  color: #ffc000;
  font-size: 24px;
  font-weight: 600;
}

.service_img img {
  border-radius: 5px;
}

.service-info a {
  font-size: 16px;
  font-weight: 500;
}

.service-info a:hover {
  color: #ffc000;
  text-decoration: none;
}

.service_img {
  overflow: hidden;
}

.service_img img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  width: 100%;
  border-radius: 5px;
}

.service-box:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
  border-radius: 5px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.form-control {
  margin: 10px 0px;
}

.contact .info-box img {
  font-size: 32px;
  color: #ffc000;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #021e40;
  font-weight: 700;
  margin: 10px 0;
}

.contact .php-email-form button[type="submit"] {
  background: #ffc000;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

section.contact-wrapper {
  background-color: #f7f7f7;
  padding: 60px 0px 0px;
}

section#contact {
  padding: 60px 0px;
}

.news-input {
  text-align: center;
  margin: 0px auto;
  height: 50px;
}

.news-wrapper .form-group {
  position: relative;
}

.news-wrapper .form-group .sub-btn {
  background: #ff8d00;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 1%;
}

.news-wrapper {
  background: #f6f9ff;
  padding: 60px 0px;
  border-bottom: 1px solid #e1ecff;
  border-top: 1px solid #e1ecff;
}

.news-wrapper h2 {
  color: #1d2a4d;
  font-weight: 600;
}

.card-body .card-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #ff8d00;
}

.card {
  overflow: hidden;
}

/* .card img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    width: 100%;
    border-radius: 5px;
}

.card:hover img {
    filter: brightness(100%);
    transform: scale(1.3);
    border-radius: 5px;
} */

.worklist ul {
  list-style-image: url(../images/f-icon.png);
  margin-top: 30px;
}

.worklist ul li {
  line-height: 32px;
}

.header-wrapper {
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 20%);
  display: inline-block;
}

.tm-circle canvas {
  max-width: 100%;
  width: 105px !important;
  height: 105px !important;
}

.vision-title {
  background: #ffc000;
  width: 150px;
  padding: 4px 15px;
  color: #fff;
  border-radius: 0px 50px 0px 0px;
  font-size: 24px;
  font-weight: 500;
}

.mission-title {
  background: #ffc000;
  width: 150px;
  padding: 4px 15px;
  color: #fff;
  border-radius: 50px 0px 0px 0px;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
  float: right;
}

.quality-title {
  color: #ffc000;
  font-weight: 600;
}

.about-info {
  color: #65688d;
  line-height: 28px;
}

.mission-para {
  float: right;
  text-align: right;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.product-description {
  position: relative;
}

.product-img {
  display: inline-block;
  float: left;
}

.product-info {
  display: inline-block;
  padding: 20px 20px;
}

.product-wrapper {
  padding: 60px 0px;
}

.product-items {
  background: #f7f7f7;
  padding: 20px 0px;
  border: 1px solid #e9e9e9;
}

.product-info .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #ffc000;
  border-color: #dee2e6 #dee2e6 #fff;
}

.product-info .nav-tabs .nav-link {
  color: #021e40;
}

.product-info .nav-tabs .nav-link:hover {
  background: #ffc000;
  color: #fff;
}

ul.productpage-ul {
  line-height: 32px;
  padding-top: 16px;
}

.product-info h2 {
  color: #ffc000;
  font-weight: 600;
}

.tab-content > .tab-pane {
  padding-top: 20px;
}

.btn-main {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.services .card-body p.card-text {
  min-height: 70px;
}

.micro-img {
  width: 100%;
  background-image: url(/images/micro-bg.jpg);
  background-size: cover;
  background-position: center;
}

.micro-img h1 {
  color: #fff;
  text-align: center;
  padding: 60px 0px;
  font-weight: 600;
  font-size: 42px;
}


.copy-block{
  background: black;
  /* background: #8a1622; */
    text-align: center;
    padding: 5px 0px;
}

.copy-right a{
  color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.cate-block .icon-img{
  /* background-image: url('../images/cat-bg.png');
    background-repeat: no-repeat;
    background-size: cover; */
    width: 150px;
    height: 150px;
    text-align: center;
    background-position: center;
    display: inline-block;
    margin-bottom: 5px;
}

.cate-block .icon-img img {
  padding: 10px 0px 0px 0px;
}
.title_sec_about {
  position: relative;
  padding-bottom: 30px;
}

.title_sec_about h4 {
  padding-left: 30px;
  color: #ffc000;
  font-size: 24px;
  font-weight: 600;
}

.title_sec_about h4::before {
  content: "";
  background-image: url("../images/sep-style1.png");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 72px;
  background-repeat: no-repeat;
  margin-left: -30px;
}

.title_sec_about h4 {
  padding-left: 30px;
  color: #ffc000;
  font-size: 24px;
  font-weight: 600;
}

.title_sec_about p {
  color: black;
}

.title_sec_about h2 {
  color: #021e40;
  font-size: 32px;
  font-weight: 600;
}

.top-header{
  width: 100%;
padding: 0px 0px;
background-color: #f9f9f9;
font-family: "Poppins", sans-serif;
}
.top-header p {
padding: 10px 10px;
font-size: 14px;
color: #0a3480;
margin: 0px;
font-family: "Poppins", sans-serif;
}
.padding_icon {
/* padding-right: 32px; */
}
.social-icon{
font-size: larger;
}
.social-block ul {
list-style: none;
float: left;
margin: 0px;
}

.social-block ul li {
display: inline-block;
padding: 10px 10px 0px;
}

.social-block ul li a {
color: #0b327d;
}

.social-block ul li a :hover {
color: #ff9e21;
}
.text-color{
  color:#ff9e21 ;
}

@media only screen and (max-width: 480px) {
    .media-respons {
        display: flex;
        justify-content: center;
    }
}

/*Tablet Query*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .media-respons {
        display: flex;
        justify-content: center;
    }
}