@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"),
    url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "latoregular";
}

.clear20 {
  clear: both;
  height: 20px;
}

.clear10 {
  clear: both;
  height: 10px;
}

h1,
h2,
h3 {
  padding: 0px;
  margin: 0px;
}

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


/* top menu start */
  .top-menu{
    background-color: #2d2d2d;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }
.tel span{
  margin-top: 1px;
}
.mail img{
   padding-left: 50px;
}
.top-menu-content span{
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 14px;
  float: right;
  margin-top: 3px;
}
.top-menu-content img{
  margin-top: 3px;
}
.top-menu-content span:hover{
    color: #c2dced;
}
  .top-menu-call{
    background-color: #c2dced;
  }
  .top-menu-call .phone-text{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
  }
  .top-menu-call .call-text{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
  }
/* top menu end */
.navbar{
  z-index: 8000;
}
.navbar-brand img{
  width: 80px;
}
.navigation .navbar-light .navbar-nav .nav-link {
  color: #1e5286;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 15px;
  border-bottom: 3px solid transparent;
}
.navigation .navbar-light .navbar-nav .nav-link .active{
  border-bottom: 3px solid transparent;
}
.navigation .navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: #1e5286;
  border-bottom: 3px solid #1e5286;
}
.navbar-nav .nav-item .active{
  border-bottom: 3px solid #1e5286 !important;
}
.banner-img-section {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 579px;
}
.banner {
  text-align: center;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.navigation .navbar {
  height: 80px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.product-dropdown {
  min-width: 284px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #1e5286;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* carousel start */
.main-banner{
  background-color: #f4f4f4;
 background-image: url('../images/5555.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 700px;
  width: 100%;
  z-index: 800;
}

.slider-content h2 ,
.slider-content p{
  margin-left: 30px;
  width: 100%;
}

.slider-content h2 {
  font-size: 64px;
  color: #ffffff;
  font-weight: bolder;
}
.slider-content span{
  font-size: 80px;
  color: #ffffff;
  font-weight: bolder;
}

.slider-content p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
}

.banner-button .learn-button  {
  width: 195px;
  height: 53px;
  border-radius: 28px;
  background-color: #c2dced;
  font-size: 18px;
  letter-spacing: 3px;
  color: #000000;
  font-weight: 700;
  margin-top: 30px;
  margin-left: 20px;
  border: none;
  cursor: pointer;
  padding-top: 12px;
}
.learn-button:hover{
  background: #1e5286;
  color: white;
  
}
.slider-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-banner .carousel-indicators li {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: -110px;
  z-index: 1000;
}

.slider-content {
  padding-top: 3rem;
}
.slider-figure img
{
  width: 700px;
  height: 694px;
  position: relative;
  margin-top: -100px;
  z-index: 8000;
}
.about-us{
  display: flex;
    align-items: center;
  }
  
  .about-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  
  .about-content h6{
    font-size: 18px;
    color: #f59019;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .about-content h5{
      font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height:36px;
  }
  
  .about-content p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height:30px;
  }
  
  .about-content-text{
    padding-left: 2rem;
  }
  
  .mission-text{
    background: #fff;
    padding:50px;
  }
  
  .mission-text h5{
    font-size: 36px;
    color: #2f3b4c;
    font-weight: 700;
  }
  
  .mission-text p{
    font-size: 14px;
    color: #515e70;
    font-weight: 400;
    line-height:30px;
  }
  
  .mission-text{
    width: 62%;
  }
  
  .mission-text p a{
    font-size: 14px;
    color: #f58f19;
    font-weight: 400;
  }
  
  .mission-content{
    display: flex;
    align-items: center;
  }
  
  .mission-figure img{
 width: 100%;
  }
  
  .mission-vision{
    display: flex;
    align-items: center;
  }
/* carousal end */
.banner-heading h2 {
  font-size: 41px;
  color: #ffffff;
  font-weight: 700;
  background-color: #7c3792;
  padding: 18px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.banner-heading h3 {
  font-size: 18px;
  color: #ffffff;
  padding: 17px 12px;
  background-color: #75b143;
  border-radius: 4px;
  font-weight: 300;
  float: right;
}
.banner-heading {
  position: absolute;
  top: 50%;
  left: 15%;
  margin-top: -30px;
}
.banner-heading h4 {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: 130px;
  text-align: left;
  white-space: nowrap;
}
.banner-heading h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  top: 126px;
  text-align: left;
  white-space: nowrap;
}
.banner-bottom {
  width: 100%;
  display: inline-block;
  padding: 55px 15px;
  text-align: center;
  background-color: #f7f5f5;
}
.section-heading {
  font-size: 37px;
  color: #1e5286;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "latoregular";
}
.banner-bottom .section-heading {
  text-transform: initial;
}

.intro-logo img{
  position: relative;
  left: -22px;
}
.makeup img{
  height: 550px;
  width: 580px;
  min-width: 100%;
}
.inro-hed {
  margin-top: 30px;
  font-size: 60px;
  color: #1e5286;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.intro-section button{
  width: 170px;
  height: 50px;
  border-radius: 28px;
  background-image: linear-gradient(to right, #59a11e  51%, #237d05  100%);
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 40px;
  border: none;
  cursor: pointer;
  position: relative;
  left: -20px;
}
.intro-section button:hover{
  background-color: #1e5286;
  color: white;
}
.intro-section button:focus{
  box-shadow: none;
  border: none;
  outline: none;
}

.intro-para {
  max-width: 699px;
  font-size: 16px;
  color: #5d5d5d;
  font-weight: 400;
  color: #252525;
  font-weight: 400;
}
.about-us-section {
  width: 100%;
  display: inline-block;
  padding: 55px 0px;
}
.about-hed {
  position: relative;
  text-align: center;
}
.about-hed:after {
  content: "";
  width: 109px;
  height: 2px;
  background: #7c3792;
  position: absolute;
  left: 45%;
  top: 55px;
}
.para-text {
  font-size: 15px;
  line-height: 24px;
  color: #4d4d4d;
  font-weight: 400;
  position: relative;
  width: calc(100% - 50px);
  float: right;
  padding-top: 15px;
}
/* our product start */
.product-banner{
  background-image: url('../images/OUR_PRODUCT_BG.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1200px;
  width: 100%;
}
.all-product-list {
  margin: 20px 0px;
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  color: #75b143;
  text-decoration: none !important;
}
.all-product-list a{
  color: #1e5286;
  text-decoration: none;
}
.all-product-list a:hover{
  border-bottom: 2px solid #75b143;
}
.all-product-list  img{
  width: 30px;
}
.al-prdct{
  color: #75b143;
}

.product-heading h2{
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
}
.product-card-area img{
  width: 100%;
}
.product-card-area .card{
  position: relative;
  top: -70px;
  color: black !important;
  text-align: center;
  border-radius: 10px;
  margin-bottom: -10px;
  margin-top: -10px;
}

.product-card-area .card .card-body h5{
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-card-area .card .card-body h6{
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-card-area .card .card-body .card-points{
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 500;
}
.product-card-area .card .card-body a{
  font-size: 14px;
  color: #77b33f;
  font-weight: 700;
}
.product-card-area .card .card-body a:hover{
  color: #002c59;
}
.view-all-product button{
  width: 180px;
  height: 50px;
  border-radius: 28px;
  background-image: linear-gradient(to right, #59a11e  51%, #237d05  100%);
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  border: none;
  z-index: 1000;
  cursor: pointer;
}
.view-all-product button:hover{
  background-color: #1e5286 ;
  background-image: none;
}
.view-all-product button:focus{
  box-shadow: none;
  border: none;
  outline: none;
}

/* our product end */

/* our services start */
.service-banner{
  background-image: url('../images/1111.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 600px;
}
.custom-column {
  padding: 0px 8px !important;
}
.service-heading h2{
  color:#1e5286 ;
  font-size: 60px;
  font-weight: 800;
}

.services-card .card-body {
  background: #ecf5ff;
}
.services-card a{
  width: 124px;
  height: 34px;
  border-radius: 28px;
  background-image:linear-gradient(to right, #59a11e  51%, #237d05  100%);
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 500;
  border: none;
  margin-top: 20px;
}
.services-card a:hover{
  background-color: #002c59 !important;
  background: none;
}
.services-card .card-body h5{
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}
.services-card .card-body p{
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 400;
  text-align: justify;

}
.services-card{
  position: relative;
}
.services-card .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  height: 10%;
  background-color: transparent;
}
.services-card .cards-number{
  background-color: #62a722;
  font-size: 23px !important;
  text-align: center;
  color: white;
  padding: 5px 5px;
}
/* our services end */

/* our mission area start */
.mission-banner{
  background-color: #f4f4f4;
  min-height: 500px;
  padding-bottom: 60px;
  padding-top: 20px;
}
.mission-area h2{
  color:#1e5286 ;
  font-size: 60px;
  font-weight: 800;
  text-align: start !important;
}
.mission-area p{
  font-size: 15px;
  line-height: 26px;
  color: #7b7b7b;
  font-weight: 400;
  margin-top: 20px;
  text-align: justify;
}
.mission-area-image img{
  width: 100%;
}
/* our mission area end */

/* lets work togather area start */
  .lets-work-togather{
    background-image: url('../images/READY_TO-_CREATE.png');
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
  }
 
  .work-togather-area p{
    font-size: 58px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding-top: 120px;
  }
/* lets work togather area end */

/* social links area start */
.footer {
  color: white;
  margin-top: -22px;
  background-image: url('../images/custom-img.png');
  background-position: center;
  width: 100%;
  min-height: 410px;
  background-size: cover;
}

.footer .links ul {
  list-style-type: none;
}
.footer .links li a {
  color: white;
  transition: color 0.2s;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 400;
}
.footer .links li a:hover {
  text-decoration: none;
  color: #1e5286;
}
.footer .about-company i {
  font-size: 25px;
}
.footer .about-company a {
  color: white;
  transition: color 0.2s;
}
.footer .about-company a:hover {
  color: #1e5286;
}
.footer .location i {
  font-size: 18px;
}

.about-company p{
  font-size: 14px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 40px;
}
.about-company a{
 padding: 0px 3px;
}
.links h4,
.location h4{
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 80px !important;
}
 #basic-addon2 {
  background-color: #002c59 !important;
  border: 0;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  margin-top: -20px;
}
.footer-search {
  background-color: #ffffff;
  margin-top: -20px;
  border: 0;
  padding: 13px 0.75rem;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.footer-search:focus{
  box-shadow: none;
  border: none;
  outline: none;
}
.custom_footer_search{
  margin-top: -30px !important;
}

#emailSend {
  padding-left:25px;
  padding-right:25px;
  padding-top:60px;
  margin: 12px auto;
  border: 2px solid #ccc;
  border-radius: 20px;
  position:relative;
  z-index:1;
}

#emailSend > div{
  position:absolute;
  top:0;
  left:50%;
  padding:0 15px;
  transform:translate(-50%,-50%);
  background-color:black;
  border: 2px solid #ccc;
  border-radius: 20px;
  text-align:center;
}

#emailSend > div > img{
  filter:invert(1);
  width:70px;
}

#emailSend > input,
#emailSend > textarea {
  padding: 12px;
  margin: 12px auto;
  border: 1px solid #ccc;
  color: rgb(3, 3, 3);
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  display: block;
  width: 30vw;
}

#emailSend > textarea{
  height:100px;
  resize:none;
}

#emailSend > input[type="submit"] {
  padding-left: 1%;
  padding-right: 1%;
  cursor: pointer;
  transition: 0.35s;
  color: black;
}

#emailSend > input[type="submit"]:hover {
  background-color: #002c59;
}
.modal-footer .xyz{
  background-color:#002c59 ;
}
/* social links area end */
/* about agency start */
.last-footer {
  background-color: #474343 !important;
}
.last-footer p,
.last-footer a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.last-footer a:hover {
  text-decoration: none;
}
.text-right-last {
  text-align: right;
}
/* about agency end */


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #1e5286;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
 

.green-circle {
  float: left;
}
.about-us-section .green-circle {
  padding-top: 15px;
}
.about-para-div {
  width: 100%;
  float: left;
}
.why-us {
  width: 100%;
  display: inline-block;
  padding: 55px 0px;
  background-image: url(../images/why-us.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-hed {
  text-align: center;
  position: relative;
  color: white;
}
.why-hed:after {
  content: "";
  width: 109px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 46.2%;
  top: 55px;
}
.we-take {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 46px;
}
.why-us .para-text {
  font-size: 15px;
  padding: 0;
  color: #ffffff;
}
.our-mission {
  width: 100%;
  display: inline-block;
  padding: 55px 0px;
  background-image: url(../images/mission-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.our-mission-inner {
  width: 100%;
  float: left;
  padding-top: 46px;
}
.mission-hed {
  position: relative;
  text-align: center;
}
.mission-hed:after {
  content: "";
  width: 109px;
  height: 2px;
  background: #7c3792;
  position: absolute;
  left: 46.3%;
  top: 55px;
}
/* .footer-top {
  width: 100%;
  display: inline-block;
  padding: 24px 0px;
  text-align: center;
  background-color: #7c3792;
} */
/* .section-heading2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.footer-section {
  background-color: #1e5285;
  width: 100%;
  display: inline-block;
  padding: 55px 0px 0px;
} */
/* .footer-para {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 37px 0px;
  position: relative;
  float: right;
  width: calc(100% - 155px);
  padding-left: 40px;
}
.footer-para::before {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: white;
}
.footer-menu {
  width: 100%;
  display: inline-block;
  margin: 55px 0px 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0px;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-para2 {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.footer-menu #basic-addon2 {
  background-color: #76b143;
  border: 0;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.footer-search {
  background-color: #002c59;
  border: 0;
  padding: 13px 0.75rem;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.last-footer {
  background-color: #1e5285;
  padding-bottom: 40px;
}
.last-footer p,
.last-footer a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.last-footer a:hover {
  text-decoration: none;
} */
.text-right-last {
  text-align: right;
}
.banner-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  top: -84px;
}
.banner-carousel.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:focus {
  outline: none;
}
.banner-carousel.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  opacity: 0.6;
}
.banner-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: white;
  opacity: 1;
}
.banner-carousel {
  max-height: 579px;
}
.banner-carousel .owl-item img {
  height: 100%;
}
.dropdown-content a:hover {
  background-color: #1e5286;
  color: white;
} 

/* about us company info css start */
.about-us-banner {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 263px;
  background-image: url(../images/businessman-3210932_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.about-us-banner-heading h2 {
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}
.company-info {
  width: 100%;
  display: inline-block;
  padding: 45px 0 55px;
  background-color: #e5f0f8;
}
.group-achievements-banner .company-info {
  width: 100%;
  display: inline-block;
  padding: 55px 0px;
  background-color: #f7f5f5;
}
.about-us-heading {
  font-size: 12px;
  color: #62a722;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #fff;
  padding: 15px 20px;
  margin: 0;
}
.about-us-heading span {
  text-transform: uppercase;
  color: #00001c;
}
.about-us-heading img {
  vertical-align: inherit;
  position: relative;
  top: 1px;
}
.about-us-textarea {
  width: 100%;
  display: inline-block;
  padding: 40px;
  background-color: #fff;
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  border-radius: 50px;
}
.desc-textarea-div {
  width: 100%;
  display: inline-block;
  padding: 40px;
  background-color: #fff;
  font-size: 20px;
  color: #000000;
  border-radius: 50px;
}
.desc-textarea-div li {
  line-height: 30px;
}
.co-info-para {
  position: relative;
  padding-left: 32px;
   margin-bottom: 1rem;
  line-height: 24px;
}
.co-info-para::before {
    content: "\f005";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1e5286;
    position: absolute;
    left: 0;
    top: 7px;
}
.co-info-vision-para {
  padding-left: 20px;
  margin-bottom: 1rem;
  text-align: center;
  justify-content: center;
}
.about-chairman-text {
  color: #000000;
  font-weight: 400;
  text-align: center;
}
.about-chairman-text span {
  color: #1e5286;
}
.chairman-img {
  width: 184px;
  display: block;
  margin: auto;
  padding: 40px 0px 30px;

}

.chairman-text {
  font-size: 20px;
  font-size: 33px;
  line-height: 63px;
  color: #50b290;
  text-align: center;
  text-transform: uppercase;
}
.khja-text {
  font-size: 28px;
  line-height: 63px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  line-height: 37px;
  padding-bottom: 40px;
}
.chairman-img img {
  border-radius: 50%;
}
.we-take-text {
  color: #000000;
  font-weight: bold;
  font-size: 26px;
  padding-left: 18px;
  padding-bottom: 9px;
}
.logo-div,
.our-vision-div {
  justify-content: center;
  width: 75%;
  height: 500px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.our-vision-div {
  height: 400px;
}
.logo-div img {
  justify-content: center;
}
.co-info-para {
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
  font-weight: 400;
  position: relative;
  width: calc(100% - 50px);
  float: right; 
  padding-top: 3px;
 } 
 .our-vision-desc {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.our-vision-desc .green-circle {
  float: left;
  position: relative;
  top: -26px;
  left: -9px;
}
.map-wrapper{
  background-color: #e5f0f8;
  height: 65vh;
}

/* about us company info css end */

.group-achievements-banner {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 263px;
  background-image: url(../images/0000000.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.group-achievements-banner h2 {
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}
.global-banner {
  background-image: url(../images/services-banner15.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
} */

/* global partners css start */
 .global-partners {
  background-color: white;
  width: 100%;
  display: inline-block;
  padding: 40px 20px;
  background-color: #fff;
  background-image: url(../images/partners-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.global-partners-list li {
  width: 100%;
  height: 90px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #1e5286;
  background-color: white;
  margin-bottom: 25px;
  padding: 10px;
  display: flex;
}
.global-partners-list li img {
  margin: 0 auto;
}
.global-partners-list2 li {
  width: 95%;
  height: 70.8px;
  text-align: center;
  border-radius: 12px;
  border: 2px solid #1e5286;
  background-color: white;
  margin-bottom: 25px;
  padding: 10px;
  display: flex;
}
.partner-images img{
width: 350px;
border: 2px solid black;
border-radius: 10px;
}
.about-us-textarea a{
  color: black;
  text-decoration: none;
  font-size: 24px;
}
.about-us-textarea a:hover{
  border-bottom: 1px solid black;
}
.global-partners-list2 li img {
  margin: 0 auto;
}
.global-partner-heading h3 {
  color: rgb(30, 82, 133);
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  padding-bottom: 20px;
}
.global-partner-heading .regular-supplier {
  left: 16%;
}
/* global partners css End */

/* =============================================== */

/* Products css start */

.products {
  width: 100%;
  display: inline-block;
  padding: 40px;
  background-color: #fff;
  border-radius: 50px;
}
.products h2 {
  color: rgb(30, 82, 133);
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 800;
}
.products .desc-textarea-div {
  padding: 0;
}
.proctucts-img,
.products-desc {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-whitening {
  background-image: url(../images/product-001.jpg);
}
.products .col-12 .proctucts-img {
  margin-bottom: 40px;
}
.raw-chemicals-top-desc {
  text-align: center;
  padding-bottom: 40px;
  max-width: 980px;
  margin: auto;
}
.products-desc ul li {
  text-transform: capitalize;
}
.chemcial-stock-heading {
  padding-bottom: 30px;
}
.products-desc ul li small {
  position: relative;
  top: -5px;
}
.products-desc {
  position: relative;
}
.raw-chemicals-list {
  position: absolute;
  top: 0;
}
.raw-chemical-section {
  max-width: 745px;
  margin: 0 auto;
}
.products-banner {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 263px;
  background-image: url(../images/products-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.services-banner {
  background-image: url(../images/labrotray-0001.png);
 
} */

/* Products css End */

/* =========================services css start=================== */

.services-desc .green-circle {
  top: -100px;
  left: -9px;
}
.services-dropdown {
  min-width: 170px;
}

/* =========================services css  End=================== */

/* ================================================================================ */

/* =========================affiliations css start=================== */
 .affiliations-banner {
  background-image: url(../images/afilation_1.png);
}
.affiliations-div1 {
  max-width: 760px;
  margin: 0 auto;
}
.affiliations-div2 {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
}
.affiliations-div3 {
  margin-top: 40px;
} 

/* =========================affiliations css End=================== */

/* =========================================================================== */

/* =========================contact us css start=================== */

 .contact-us-banner {
  background-image: url(../images/contact-us.jpg);
}

.contact-us h2 {
  color: rgb(30, 82, 133);
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 800;
}
.contact-us a {
  color: rgb(30, 82, 133);
  font-weight: 600;
}
.contact-us .co-info-para {
  width: 100%;
}
.contact-us-form input {
  padding: 11px 18px;
  border-radius: 10px;
}
.contact-us-form textarea {
  width: 100%;
  padding: 11px 18px;
  border-radius: 10px;
}
.form-submit {
  width: 190px;
  height: 52px;
  text-align: center;
  float: right;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 30px;
  background-color: rgb(30, 82, 133);
  border: 2px solid transparent;
}
.form-submit:hover {
  background-color: white;
  border: 2px solid rgb(30, 82, 133);
  color: rgb(30, 82, 133);
}
.kambiz-address {
  padding-top: 93px;
} 

 /**Styling scrollable elements*/

 .js-scroll {
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

/* gallery event page start */
    /* gallery page */
    .events-banner{
      background-image: url("../images/eventsss\ \(1\).jpg");
      background-size: cover;
      background-position:right;
      width: 100%;
      padding: 90px 0px;
      z-index: 100;
    }
    .gallery-banner h1{
        margin-top: 180px;
        font-size: 50px;
    }
    
  .gallery-container {
      position: relative;
      width: 100%;
      height: 300px;
      border-width: 7px;
      border-color: #FFFFFF;
      border-style: solid;
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
      cursor: pointer;
    }
    .gallery-container img{
      height: 100%;
    }

    .image {
      display: block;
      width: 100%;
      height: auto;
    }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
  }
  
  .gallery-container:hover .overlay {
    height: 50px;
  }

.text {
font-family: "Noto Sans KR", sans-serif;
font-size: 14px;
line-height: 1.3em;
color: #414141;
font-weight: bold;
}
.text .small {
font-family: "Noto Sans KR", sans-serif;
font-size: 13px;
line-height: 1.3em;
color: #999999;
}
.text .view-btn {
right: 10px;
top: 12px;
position: absolute;
color: #000000;
font-weight: 500;
border-width: 1px;
border-color: #e7e7e7;
border-style: solid;
font-family: "Noto Sans KR", sans-serif;
font-size: 13px;
}
.text .view-btn:hover {
border-color: #333333;
}

.carousel-control-next, .carousel-control-prev {
width: auto;
}

.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
background-color: rgba(0, 0, 0, 0.5);
}

.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 0rem;
}

.modal-thumbs {
min-height: 150px;
}
.modal-thumbs label {
font-family: "Noto Sans KR", sans-serif;
font-size: 14px;
line-height: 1.3em;
font-weight: 700;
color: #333333;
padding-left: 5px;
}
.modal-thumbs img{
  height: 120px;
  width: 100%;
}
.modal-thumbs ul {
padding: 0;
}
.modal-thumbs ul li {
list-style: none;
width: 25%;
float: left;
}
/* gallery event page end */
/* =========================contact us css End=================== */

@media (min-width:4103px) and (max-width:5464px)
{
  
  .slider-figure img
{
  position: relative;
  right: -5%;
  float: right;
  z-index: 8000;
}
}
@media (min-width:2733px) and (max-width:4102px) 
 {
  .slider-figure img
{
  position: relative;
  right: -5%;
  float: right;
  z-index: 8000;
}
 }
 @media (min-width:2052px) and (max-width:2732px)
 {
  .slider-figure img
  {
    position: relative;
    right: -5%;
    float: right;
    z-index: 8000;
  }
 }
 @media (min-width: 1920px) and (max-width: 2560px)  {
  .slider-figure img
  {
    position: relative;
    right: -5%;
    float: right;
    z-index: 8000;
  }
  }
   
  @media (min-width: 1400px) and (max-width: 1920px)  {
    .slider-figure img
    {
      position: relative;
      right: -5%;
      float: right;
      z-index: 8000;
    }
    }
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-figure img
  {
    position: relative;
    right: -5%;
    float: right;
    z-index: 8000;
    width: 100%;
    height: 100%;
  }
  .main-banner{
    padding-bottom: 100px;
  }
  .main-banner .carousel-indicators li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -10px;
    z-index: 1000;
}
  .navigation .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  .logo {
    width: 104px;
  }
  .kambiz-address {
    padding-top: 116px;
  }
  .banner-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -62px;
  }
  .top-menu-content a{
    font-size: 12px;
    padding: 0px 5px;
}

.top-menu-content img{
    font-size: 20px;
    margin-top: 1px;
  }
  .top-menu-content span{
    font-size: 10px;
    padding-left: 10px;
    margin-top: 5px;
  }
    .top-menu-call .call-text,
    .top-menu-call .phone-text {
      font-size: 9px;
    }
    .services-card .card{
      min-height: 420px !important;
    }
}


@media only screen and  (min-width: 768px) and (max-width: 1024px){

  .top-menu-content img{
      margin-top: 1px;
  }
  .top-menu-content span{
      font-size: 9px;
      margin-top: 6px;
    }
    .top-menu-call .call-text,
    .top-menu-call .phone-text {
      font-size: 9px;
    }
    .navbar-light .navbar-toggler {
      margin-top: 26px;
  }
  .slider-figure img{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 15px !important;
    margin-top: -30px;
    }
    .main-banner{
      min-height: 680px;
    }
    .carousel-indicators {
      bottom: -100px;
    }
    .mission-area h2{
      font-size: 50px;
    }
    .mission-area p{
      font-size: 12px;
      text-align: justify;
      line-height: 17px;
    }
    .responsive-work-togather{
      min-height: 200px !important;
    }
    .work-togather-area p{
      font-size: 30px;
      margin-top: -70px;
    }
    .makeup img{
      height: 400px;
    }
    .inro-hed {
      font-size: 40px;
      margin-top: 10px;
  }
  .intro-section p {
    font-size: 12px;
}
  .signature img{
    margin-top: -30px;
  }
  .intro-section button {
    width: 170px;
    height: 50px;
    margin-top: 30px;
    border: none;
}
.links h4,
   .location h4{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-top: -20px !important;
  }
  .product-heading h2{
    font-size: 40px;
  }
  .services-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 23%;
    height: 9%;
}
.product-card-area .card .card-body .card-title{
  font-size: 13px;
}
.product-card-area .card .card-body .card-point{
  font-size: 8px;
}
.product-card-area .card{
  min-height: 240px;
}
.services-card .card{
  min-height: 480px;
}
.product-banner{
  min-height: 830px;
}
.navbar-brand img{
  margin-top: -10px;
}
.view-all-product button {
  position: relative;
  top: -30px;
}
}
@media only screen and (max-width: 991px) {
  .navigation .navbar-collapse {
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .navigation .navbar-light .navbar-nav .nav-link {
    color: white;
    text-align: center;
  }
  .navigation .navbar-light .navbar-nav .nav-link {
    padding: 15px;
  }
  .banner-heading h2 {
    font-size: 34px;
  }
  .logo {
    width: 100px;
    top: 0;
  }
  .dropdown-content {
    min-width: 100%;
    text-align: center;
  }
  .for-mobile-device {
    margin-top: -41px;
  }
  .global-partner-heading h3 {
    font-size: 20px;
    top: 13%;
  }
  .our-vision-desc .green-circle {
    top: -51px;
  }
  .raw-chemical-section {
    max-width: 100%;
  }
  .kambiz-address {
    padding-top: 141px;
  }
  .banner-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -62px;
  }
}
@media only screen and (max-width: 768px) {
  .top-menu-content  a{
      position: relative;
      padding: 0px 5px;
      font-size: 8px;
    }
    .top-menu-content span{
      font-size: 12px;
    }
    .carousel-indicators {
      bottom: -150px;
    }
    
  .slider-content h2 {
    font-size: 30px;
    width: 100% !important;
  }
  .slider-content span{
    font-size: 30px;
  }
  .slider-content p {
    font-size: 18px;
  }
      .slider-figure img{
    display: none;
    }
    .learn-button {
      width: 150px;
      height: 53px;
      font-size: 14px;
      margin-top: 10px;
    }
    .main-banner{
      min-height: 500px;
    }
    .intro-logo img{
     position: relative;
     left: -30px;
    }
    .view-all-product button {
      top: -8px !important;
      position: relative;
  }
  .product-card-area {
    margin-bottom: -40px;
  }
  .intro-section button{
    position: relative;
    top: -20px;
    left: 2px;
  }
  #basic-addon2 {
    
    margin-top: 50px;
  }
  .footer-search {
    margin-top: 50px;

  }
    
   
}
@media only screen and (min-width: 767px) and (max-width: 800px) {
  
  .navbar-brand img{
    margin-top: -11px;
   }
  .top-menu-content img{
    margin-top: 1px;
}
.top-menu-content span{
    font-size: 9px;
    margin-top: 5px;
  }
  .top-menu-call .call-text,
  .top-menu-call .phone-text {
    font-size: 9px;
  }
  .navbar-brand img{
    margin-top: -11px;
   }
   .slider-figure img{
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 15px !important;
    }
 
}
@media only screen and (max-width: 767px) {

  .services-card{
    margin-top: 20px;
  }
  .service-heading h2{
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
  .product-heading h2,
  .service-heading h2,
  .mission-area h2{
    font-size: 35px;
  }
  .view-all-product button{
    margin-top: -30px !important;
    position: relative;
  }
  .work-togather-area p{
    font-size: 31px;
   }
   .mission-area p{
     font-size: 14px;
     line-height: 22px;
   }
   .about-company p,
   .about-company a{
     padding-left: 25px;
   }
   .links h4,
   .location h4{
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px !important;
  }
   .footer .location{
     margin-top: 0px !important;
   }
 
  .for-mobile-direction {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-heading h2 {
    font-size: 24px;
  }
  .banner-heading h3 {
    font-size: 16px;
  }
  .section-heading {
    font-size: 30px;
  }
  .section-heading {
    font-size: 24px;
  }
  .intro-para {
    padding-top: 20px;
    max-width: 100%;
    font-size: 20px;
  }
  .about-hed:after,
  .why-hed:after,
  .mission-hed:after {
    left: 40%;
    top: 41px;
  }
  .we-take {
    padding-bottom: 10px;
  }
  .our-mission-inner {
    padding-top: 18px;
  }
  .our-mission-inner .para-text {
    width: 100%;
  }
  .text-right-last {
    text-align: center;
  }
  .last-footer p {
    text-align: center;
  }
  .banner-carousel {
    max-height: 450px;
  }
  .banner-img-section {
    height: 450px;
  }
  .company-info {
    padding: 46px 0 20px;
  }
  .about-us-textarea,
  .desc-textarea-div {
    padding: 20px;
    font-size: 20px;
  }
  .about-us-heading {
    padding: 30px 15px 20px 17px;
  }
  .logo-div,
  .our-vision-div {
    height: 230px;
  }
  .our-vision-div {
    width: 96%;
  }
  .global-partner-heading h3 {
    font-size: 20px;
    top: 22%;
    left: 31%;
  }
  .global-partner-heading .regular-supplier {
    left: 26%;
  }
  .lg-mt-5 {
    margin-top: 20px;
  }
  .products {
    padding: 30px 20px;
  }
  .for-mobile-direction {
    display: flex;
    flex-direction: column-reverse;
  }
  .for-mobile-direction .col-md-8 {
    margin-top: 20px;
  }
  .our-vision-desc .green-circle {
    top: -39px;
  }
  .products .col-12 .proctucts-img {
    margin-bottom: 30px;
  }
  .kambiz-address {
    padding-top: 50px;
  }
  .contact-us h2,
  .products h2 {
    font-size: 20px;
  }
  .about-us-textarea,
  .desc-textarea-div {
    font-size: 18px;
  }
  .desc-textarea-div li {
    line-height: 26px;
  }
  .about-us-banner-heading h2 {
    font-size: 40px;
  }
  .hair-dyes{
    font-size: 25px !important;
  }
  .banner-heading {
    margin-top: -60px;
  }
  .banner-heading h4 {
    top: 107px;
  }
  .banner-heading h5 {
    top: 103px;
  }
}
@media only screen and (max-width: 575px) {
  
  .navbar-brand img{
    margin-top: -11px;
   }
  .banner-heading h2 {
    font-size: 20px;
  }
  .banner-bottom {
    padding: 30px 0px;
  }
  .intro-para {
    line-height: 30px;
  }
  .about-us-section,
  .why-us,
  .our-mission,
  .footer-section {
    padding: 40px 0px;
  }
  .footer-para {
    width: 100%;
  }
  .footer-section .navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer-para,
  .footer-section {
    padding-bottom: 0;
  }
  .footer-menu {
    margin-top: 40px;
  }
  .chairman-img {
    width: 100%;
    padding: 20px 0px 10px;
  }
  
  .khja-text {
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 30px;
  }
  .chairman-text {
    font-size: 24px;
  }
  .about-chairman-text {
    font-size: 27px;
  }
  .we-take-text {
    font-size: 18px;
  }
  .about-us-textarea,
  .desc-textarea-div {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-heading h2 {
    font-size: 18px;
  }
  .banner-heading {
    left: 0;
  }
  .banner-heading h2 {
    padding: 10px 5px;
    text-align: center;
  }
  .banner-heading h3 {
    padding: 10px 5px;
    font-size: 14px;
    float: left;
  }
  .banner-heading h4 {
    top: 58px;
    white-space: initial;
  }
  .banner-heading h5 {
    top: 54px;
  }
  .banner-heading {
    top: 30%;
    margin: -30px 10px 0px;
  }
  .banner-heading h4 {
    font-size: 20px;
  }
  .banner-heading h5 {
    font-size: 16px;
  }
  .banner-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    top: -73px;
  }
  .banner-img-section {
    height: 400px;
  }
  .banner-carousel {
    max-height: 400px;
  }
  .banner-heading h5 {
    white-space: initial;
  }
  .global-partner-heading h3 {
    font-size: 18px;
    top: 13%;
  }
}

@media only screen and  (min-width: 576px) and (max-width: 767px){
  .about-agency p{
   font-size: 7px;
 }
 .top-menu-content span{
  font-size: 15px;
  padding-left: 8px;
}
.top-menu-content a{
    font-size: 15px;
    margin-left: 1px;
}
.navbar-brand img{
  margin-top: -13px;
}
}

@media only screen and  (min-width: 320px) and (max-width: 575px){
  .navbar-light .navbar-toggler {
    margin-top: 26px;
}
  .navbar-brand img{
   margin-top: -11px;
  }
  .about-agency p {
      font-size: 7px;
    }
    .top-menu-content a{
      display: block;
      text-align: center;
      font-size: 14px;
      position: relative;
      top: -20px;
  }
    .top-menu-content span {
    display: none;
    }
    .top-menu-content img{
      display: none;
    }
    .makeup img{
      height: 400px;
    }
    .services-card .overlay{
      position: absolute;
      top: 0;
      left: 0;
      width: 18%;
      height: 9%;
    }
}
@media only screen and  (max-width: 320px){
  .top-menu-content span {
    display: none;
    }
    .top-menu-content img{
      display: none;
    }
  }
.product_list_img
{
	margin-bottom:30px;
}