.main-menu-nav-section{
	padding: 0 100px;
 /* position: absolute;*/
  z-index: 99999;
  width: 100%;
  background-color: #f7f7f7;
border-bottom: 1px solid #e9e9e9;
}
.slider-section-wrapper{
  margin-top: 50px;
}
/*.homepage-slider{
    border: 10px solid #d7cfcf;
    border-radius: 10px 10px 0 0;
}*/
#nav-sticker {
  z-index: 999 !important;
  background-color: #fff;
}

.navbar {
  padding: 0;
}

.navbar-nav li {
  margin: 0 20px;
}

.navbar-nav li:last-child {
  margin-right: 0;
}

.navbar-nav a {
  color: #000000;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#menu-main-menu{
  /*margin-left: 100px !important;*/
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-nav .current-menu-item a,
.navbar-nav a:hover {
  color: #f27a8a;;
  text-decoration: none;
  color: #f27a8a;;
  text-decoration: none;
  border-bottom: 5px solid #f27a8a;;
  padding: 28px 0 23px;
}

.navbar-brand img {
  height: 61px;
  margin: 5px 0;
}
.scial-icon-section ul li{
  float: left;
}
.scial-icon-section ul li a{
    background-color: #fff;
    padding: 3px 6px;
    margin: 5px 5px;
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50px;
}
/*08/05/2019 start*/
.navbar .navbar-nav li .sub-menu {
    display: none;
}
.navbar .navbar-nav li:hover .sub-menu {
    display: block;
    position: absolute;
    background-color: #f27a8a;
    padding: 0px 0px;
    transition: all 5s linear;
    top: 78px;
    /*left: 0px;*/
    z-index: 999;
}
.navbar .navbar-nav li .sub-menu li {
    border-bottom: 1px #fff solid;
    padding: 10px 30px;
    margin: 0 0px;
}
.navbar .navbar-nav li .sub-menu li a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    border-right: 0;
}
.navbar .navbar-nav li .sub-menu li:hover {
    background-color: #f2f5f6;
    border-left: 0;
    padding: 10px 30px 10px 25px;
    border-top: 0;
}
.navbar .navbar-nav li .sub-menu li:hover a {
    color: #000;
    border-bottom: 0;
}
.navbar .navbar-nav li .sub-menu .current-menu-item a {
    color: #000;
}
.navbar .navbar-nav li .sub-menu .current-menu-item {
    background-color: #f2f5f6;
    border-left: 0;
    padding: 10px 30px 10px 25px;
    border-top: 0;
}
.navbar .navbar-nav li .sub-menu li a::before {
    display: none;
}

 .navbar ul li .sub-menu li.current-menu-item a {
    border-bottom: 0;
}













.top-big-footer {
  background-color: #222;
  padding: 40px 0;
  border-top: 4px solid #555;
  color: #ccc;
}
.footer-widget h4 {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.footer-widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #333;
  margin: 0;
}

.footer-widget p {
  width: 100%;
}

.subscribe form label {
  margin-bottom: 0px;
   width: 72%;
}

.subscribe form label input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 50px;
    border: 0;
}

.subscribe form .wpcf7-submit {
     height: 40px;
    border: 0;
    background: #fff;
    background-color: #f27a8a;
    margin-left: 5px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}

.footer-center h4{
      color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.footer-center ul li a{
    color: #aaaaaa;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.footer-center ul li a:hover{
  color: #fff;
}
.footer-center ul li{
    list-style: circle;
    margin-left: 30px;
    font-size: 20px;
    color: #f27a8a;
}
.social-widget ul {
  padding-left: 0px;
}

.social-widget ul.social-icons li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

.social-widget ul.social-icons li a {
  text-decoration: none;
}

.social-widget ul.social-icons li a i {
  font-size: 1.4em;
  width: 36px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 2px;
}

.social-widget ul.social-icons li a.facebook:hover i {
  background-color: #507CBE;
}

.social-widget ul.social-icons li a.twitter:hover i {
  background-color: #63CDF1;
}

.social-widget ul.social-icons li a.google:hover i {
  background-color: #F16261;
}

.social-widget ul.social-icons li a.linkdin:hover i {
  background-color: #90CADD;
}

.top-footer-left .footer-widget img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}

.top-footer-left .footer-widget p {
  margin-bottom: 20px;
}

.top-footer-left .footer-widget ul li span {
  font-weight: 700;
}

.footer-widget.social-widget h4 {
  margin-top: 35px;
}

.bottom-copyright-section {
  background-color: #222;
  padding: 10px 0 0px;
  color: #ccc;
}

.bottom-copyright-section p {
  border-top: 1px solid #555;
  padding: 15px 0;
}

.bottom-copyright-section a {
  color: #ee3733;
}

/*---------------------------------
Home Page
---------------------------------*/
/*services section home page start*/
.services-section-section{
  padding: 50px 0;
}
.our-services-title h2{
  color: #0072bb;
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: left;

}
.service-solution .services-title{
       position: absolute;
    bottom: 5px;
    width: 100%;
    padding: 0 20px;
    background: rgba(242,122,138,0.8);
    display: block !important;
    text-align: center;
}
.service-solution .services-title h3{
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
}
.service-solution {
    background-color: #f27a8a;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #fff;
}
.service-solution:hover .swipe-anywhere-services {
    width: 100%;
    cursor: pointer;
    transform: scale(1.4);
}
.service-solution:hover .swipe-anywhere-overly {
    top: 0;
}
.service-solution .swipe-anywhere-services {
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}

.swipe-anywhere-services {
    position: relative;
    height: 250px;
}

.service-solution .swipe-anywhere-overly {
    position: absolute;
    text-align: center;
    padding: 18px 18px 18px 18px;
    left: 0;
    right: 0;
    top: 100%;
    -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    transition: top 0.3s linear;
    /*background-color: rgba(242,122,138,0.8);*/
    background-color: rgba(19,46,99,0.8);
    height: 100%;
}
.swipe-anywhere-overly h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    height: 35px;
    font-family: 'Raleway', sans-serif;
}
.swipe-anywhere-overly h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    height: 35px;
}
.swipe-anywhere-overly p {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 16px;
    margin-top: 20px;
}
.swipe-anywhere-overly a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
    border: 2px solid #fff;
    padding: 13px 40px;
    text-decoration: none;
}


/**************/
.easy-steps-section{
  padding: 50px 0;
}
.easy-steps img{
  width: 100px;
  height: 100px;
  background-color: transparent;
  color: #333333;
  padding: 0px;
}
.easy-steps{
  text-align: center;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 1px 0 rgba(0,0,0,.07), 0 2px 1px -1px rgba(0,0,0,.06);
  min-height: 312px;
  padding: 15px;
}
.step-one{
  padding: 40px 0;
  color: #f27a8a;
}
.step-one b{
  margin-top: 15px;
  display: inline-block;
}
.testimonial-title{
  text-align: center;
  padding: 50px 0;
  color: #f27a8a;
}
.testimonial-title h2{
  color: #f27a8a;
 font-size: 20px;
 text-transform: uppercase;
}
.another-page-link{
  display: inline-block;
    width: 100%;
}
.another-page-link ul li a{
    background-color: #000;
    padding: 7px 30px;
    display: inline-block;
    margin: 7px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 60%;
    text-decoration: none;
    font-size: 18px;
    float: right;
    text-align: right;
}
.another-page-link ul li a:hover{
  background-color: #f27a8a;
}
.our-affiliates--wrapper h3{
 color: #0072bb;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}
.new-arrivals-item{
 margin-top: 15px;
    padding: 5px;
    background: linear-gradient(214.38deg,#ff8079 -2.24%,#0072bb 59.38%);
}
.new-arrivals-item img{
  margin: auto;
}
.home-page-client-items .slick-prev.slick-arrow {
 position: absolute;
    top: 42%;
    left: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.home-page-client-items .slick-next.slick-arrow {
    position: absolute;
    top: 42%;
    right: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}
.home-page-services-items .slick-prev.slick-arrow {
 position: absolute;
    top: 42%;
    left: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.home-page-services-items .slick-next.slick-arrow {
    position: absolute;
    top: 42%;
    right: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.home-page-services-items-two .slick-prev.slick-arrow {
 position: absolute;
    top: 42%;
    left: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.home-page-services-items-two .slick-next.slick-arrow {
    position: absolute;
    top: 42%;
    right: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}


.home-page-client-items ul{
    margin-bottom: 40px;
    display: inline-block !important;
    margin-top: 10px;
    margin-left: 38%;
}
.home-page-client-items ul li{
  float: left;
  margin-right: 2px;
}
.home-page-client-items ul li button{
    border-radius: 50%;
    border: 0;
    padding: 0 6px;
    color: #000;
    background-color: #000;
    cursor: pointer;
}
.home-page-client-items ul li.slick-active button{
  background-color: #f27a8a;
  color: #f27a8a;
}
.testimonial-title p{
    color: #888;
     font-size: 15px;
}
.our-success-item{
    text-align: center;
    margin: 50px 0;
    padding: 50px 15px;
    background-color: #efefef;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 1px 0 rgba(0,0,0,.07), 0 2px 1px -1px rgba(0,0,0,.06);
    border-radius: 5px;
}
.our-success-item img{
  width: 80px;
  margin: 30px 0;
  border-radius: 50%;
  border: 5px solid #39cbff;
}

.our-success-item h3{
  color: #394d57;
  font-size: 23px;
  font-weight: 700;
}
.our-success-item h5{
  color: #888;
  font-size: 16px;
  margin-top: 10px;
}
.home-page-news-img .float-left{
 height: 100px;
    width: 100px;
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 15px;
  
}
.home-page-news-img .float-left img{
  width: 110px;
    vertical-align: middle;
 }
 .home-page-news-img .float-right {
  width: 75%;
  padding: 15px 0;
 }
.home-page-news-img .float-right h3{
  font-size: 16px;
  }
  .home-page-news-img .float-right h3 a{
    color: #000;
    text-decoration: none;
  }
  .home-page-news-img .float-right ul li{
    color: #888;
    margin-top: 10px;
  }
  .home-page-news-img .float-right ul li a{
    color: #888;
}
.Read-more-link a{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    color: #fff;
    background-color: #000;
    padding: 15px 0;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}
.inner-page-banner{
  width: 100%;
    text-align: center;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: cover;
      padding: 150px;
    background-position: 0;
}
.breadcrumbs-title-wrapper h3{
  text-transform: uppercase;
  color: #fff;
}
.Ready-to-section{
  background: url(../img/intro_bkg1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    margin: 50px 0
}
.Ready-to-wrapper{
     text-align: center;
    margin: auto;
    width: 45%;
}
.Ready-to-wrapper h3{
  float: left;
  margin-right: 50px;
  color: #fff;
  margin-top: 7px;
}
.Ready-to-wrapper a{
  float: left;
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
  background-color: #f27a8a;
  padding: 7px 30px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.partnar-items{
    height: 200px;
    border: 1px dotted #000;
    padding: 10px;
    margin: 10px;
}
.partnar-items a{
    display: inline-block;
    width: 100%;
    height: 80px;
  }
.partnar-items a img{
    border: 1px dotted #f27a8a;
  }
.home-page-partnar-items button.slick-arrow{
  display: none !important;
  }
.home-page-partnar-items ul {
    margin-bottom: 40px;
    display: inline-block !important;
    margin-top: 10px;
    margin-left: 44%;
}
.home-page-partnar-items ul li {
    float: left;
    margin-right: 2px;
}
.home-page-partnar-items ul li.slick-active button {
    background-color: #f27a8a;
    color: #f27a8a;
}
.home-page-partnar-items ul li button {
    border-radius: 50%;
    border: 0;
    padding: 0 6px;
    color: #000;
    background-color: #000;
    cursor: pointer;
}
.our-affiliates h2 {
    font-size: 26px;
    color: #f27a8a;
    margin: 50px;
}
/*all-sub-page style start*/
.all-sub-page-left{
      margin: 75px 0;
}
.all-sub-page-left h2{
  margin:25px;
  color:  #f27a8a;
  font-size: 34px;
}
.all-sub-page-left h3{
  color: #000;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 10px;
  background: #ebebeb;
  border-left: 5px solid #ccc !important;
}
.all-sub-page-left p{
  font-size: 16px;
  margin-bottom: 15px;
}
.all-sub-page-left img{
/*  width: 100%;*/
}
.all-sub-page-right{
  margin: 65px 0;
  background-color: #f9f9f9;
}
.all-sub-page-right ul{
  width: 100%;
}
.all-sub-page-right ul li{

}
.all-sub-page-right ul li a{
    background-color: #2f2e2e;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin: 5px 0;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
}
.all-sub-page-right ul li a:hover{
  background-color: #f27a8a;
}
.all-sub-page-right h3{
  font-size: 25px;
  color: #f27a8a;
  font-weight: 700;
  margin: 40px 0;
}
.talks-form form label{
  width: 100%;
}
.talks-form form label input, .talks-form form label select{
     width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #f27a8a;
    padding: 0 15px;
    margin: 10px 0;
}
.talks-form form label input[type="checkbox"] {
  height: 15px;
  width: 15px;
}
.talks-form form label textarea{
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #f27a8a;
  padding: 0 15px;
  margin: 10px 0;
}
.talks-form form label input.wpcf7-submit{
  background-color: #f27a8a;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  margin: 10px 0;
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.all-sub-page-left form input, .all-sub-page-left form select{
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin: 5px 0;
}

.all-sub-page-left form label{
  width: 100%;
margin-right: 8px;
}


.all-sub-page-left form label input[type="checkbox"] {
  height: 15px;
  width: 15px;
}

 .all-sub-page-left form label textarea{
  width: 100%;
  height: 300px;
  border-radius: 5px;
  padding: 0 15px;
  margin: 10px 0;
 }
 .all-sub-page-left form label input.wpcf7-submit{
  background-color: #000;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  margin: 10px 0;
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.blog-content-section{
  margin-top: 75px;
}
.blog-page-items{
  margin: 10px 0 50px;
  border-bottom: 5px dotted #f27a8a;
  padding-bottom: 20px;
}
.blog-page-items a img{
  border: 1px solid #000;
  padding: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.blog-page-content-section ul{
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 10px;
    background: #ebebeb;
    border-left: 5px solid #ccc !important;
    margin-top: 15px;
}
.blog-page-content-section h3 a{
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.blog-page-content-section h3 a:hover{
  color: #f27a8a;
}
.blog-details-wrapper{
  margin-top: 75px;
}
.blog-post-author, .blog-post-time-date{
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 10px;
    background: #ebebeb;
    border-left: 5px solid #ccc !important;
    margin-top: 15px;
    height: 60px;
}
.blog-details-wrapper h3{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.blog-details-images img{
  width: 100%;
}
.blog-details-content p, .blog-details-content div{
  margin: 30px 0;

}

.blog-details-content div img{
  width: 100%;
}
.recent-post-blog ul li {
    width: 100%;
    border-bottom: 1px dotted #888;
    padding-bottom: 20px;
}
.recent-post-tab-content ul li.media a {
 width: 100px;
    height: 100px;
    border: 1px solid #888;
    margin-right: 15px;
    padding: 5px;
}
.recent-post-tab-content ul li .media-body p a{
    border: 0;
    color: #f27a8a;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}
.recent-post-tab-content ul li .media-body p a:hover{
    color: #000;
}

















.nav-link.active {
  color: #fea400 !important;
  font-weight: 600;
  padding: 10px 15px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #fea400;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
}

.nav-tabs .nav-link {
  padding: 10px 15px;
  font-weight: 600;
  color: #666;
}

.traceability-quality-control {
  background: url(../img/1.png) no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
  background-size: cover;
}

.traceability-quality-control .traceability-quality-bg .title {
  text-align: center;
}

.traceability-quality-control .traceability-quality-bg .traceability-quality-item {
  text-align: center;
}

.traceability-quality-control .traceability-quality-bg .traceability-quality-item h3 {
  color: #fea400;
  border-bottom: 1px solid #eee;
  font-weight: 600px;
  font-size: 20px;
  padding-bottom: 25px;
  padding-top: 30px;
}

.traceability-quality-control .traceability-quality-bg .traceability-quality-item p {
  padding-top: 15px;
  padding-bottom: 30px;
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.wite-text {
  color: #fff;
}

.fittext {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 35px;
  color: #fff;
}

.about-main-section {
  padding: 50px 0 75px;
}

.about-main-section .about-title {
  text-align: center;
}

.about-main-section .about-title h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  padding: 30px 0;
  margin-bottom: 50px;
  color: #444;
}

.about-main-section .about-title h3 :after {
  width: 50%;
  height: 1px;
  background-color: #ccc;
  content: "";
  position: absolute;
  top: 95px;
  left: 25%;
  right: 25%;
}

.about-main-section .about-title h3 .accent-color {
  color: #e54c2a;
  font-weight: 400;
}

.about-main-section .structure-border-color h3 {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 400;
  color: #444;
}

.about-main-section .structure-border-color h3 span {
  border-bottom: 1px solid #e54c2a;
  padding: 9px 0;
}

.private-limited-company h3 {
  font-size: 21px;
  color: #444;
  text-align: center;
  margin-top: 20px;
  padding: 50px 50px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.about-shareholders-item {
  margin-top: 35px;
}

.about-shareholders-item .about-img {
  padding: 5px;
  border: 1px solid #e8e8e8;
}

.about-shareholders-item .about-img img {
  width: 100%;
}

.about-shareholders-item .title-degignation {
  text-align: right;
  margin-top: -88px;
  margin-right: 6px;
}

.about-shareholders-item .title-degignation .title-black {
  color: #fff;
  background-color: #444;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.about-shareholders-item .title-degignation .title-red {
  color: #fff;
  background-color: #ee3733;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
}

.about-shareholders-item .content-value {
  padding: 25px 0;
}

.about-shareholders-item .content-value p {
  padding: 0px 0 5px;
  font-size: 15px;
  padding-bottom: 10px;
}

.facilities-main-section {
  padding: 50px 0 20px;
}

.facilities-main-section .facilities-title {
  text-align: center;
}

.facilities-main-section .facilities-title h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  padding: 30px 0;
  margin-bottom: 50px;
  color: #444;
}

.facilities-main-section .facilities-title h3 :after {
  width: 50%;
  height: 1px;
  background-color: #ccc;
  content: "";
  position: absolute;
  top: 95px;
  left: 25%;
  right: 25%;
}

.facilities-main-section .facilities-images-wrapper {
  padding-bottom: 30px;
}

.facilities-main-section .facilities-images-wrapper img {
  width: 100%;
}

.facilities-item-section {
  padding-bottom: 75px;
}

.facilities-item-section .facilities-item h4 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #444;
}

.facilities-item-section .facilities-item h4 span {
  padding-bottom: 18px;
  border-bottom: 1px solid #ee3733;
}

.facilities-item-section .facilities-item .post-content p {
  color: #666;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  margin-bottom: 30px;
  width: 90%;
}

.product-title-section .product-title {
  text-align: center;
}

.product-title-section .product-title h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  padding: 30px 0 5px;
  color: #444;
}

.product-title-section .product-title p {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.product-title-section .product-title p:after {
  width: 50%;
  height: 1px;
  background-color: #ccc;
  content: "";
  position: absolute;
  top: 120px;
  left: 25%;
  right: 25%;
}

.service-content {
  border: 1px solid #ccc;
  padding: 30px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.service-content h4 {
  color: #e54c2a;
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
}

.service-content h4 i {
  color: #444;
  font-size: 25px;
  padding: 0 15px;
}

.service-content p {
  font-weight: 400;
  color: #444;
  font-size: 18px;
  margin-bottom: 10px;
}

.service-content img {
  max-width: 250px;
}

.service-content-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(229, 76, 42, 0.3);
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.service-content:hover .service-content-overlay {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.apart-from-section {
  padding: 50px 0;
}

.structure-border-color h3 {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 400;
  color: #444;
}

.structure-border-color h3 span {
  border-bottom: 1px solid #e54c2a;
  padding: 9px 0;
}

.structure-border-color p {
  border: 1px solid #e8e8e8;
  padding: 25px;
  margin-top: 25px;
}

.contact-us-form-section {
  padding: 75px 0;
}

.contact-us-form-section .contact-title h3 {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 400;
  color: #444;
}

.contact-us-form-section .contact-title h3 span {
  border-bottom: 1px solid #e54c2a;
  padding: 9px 0;
}

.contact-us-form-section .contact-fild {
  padding: 25px 0;
}

.contact-us-form-section .contact-fild label {
  width: 100%;
}

.contact-us-form-section .contact-fild label input {
  border: 1px solid #e8e8e8;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 20px;
}

.contact-us-form-section .contact-fild label textarea {
  border: 1px solid #e8e8e8;
  width: 100%;
  padding-left: 15px;
}

.contact-us-form-section .contact-fild label input[type="submit"] {
  width: 100px;
  height: 45px;
  font-weight: 600;
}

.address-side-div {
  padding: 30px 0;
}

.address-side-div ul {
  padding-left: 0;
}

.address-side-div ul li {
  padding: 5px 0;
}

.address-side-div ul li i {
  color: #ee3733;
}

.contact-left-ul-site {
  padding: 15px 0;
}

.contact-left-ul-site ul {
  padding-left: 0;
}

.contact-left-ul-site ul li {
  padding: 4px 0;
}

.contact-left-ul-site ul li i {
  color: #ee3733;
  margin-right: 15px;
}

#contact-map {
  width: 100%;
  height: 500px;
}

/*======== 404 Error Page  =========*/
.error-404-section-wrap {
  background-color: #f6f6f6;
  padding: 50px 0 100px;
}

.error {
  padding: 60px 0 0;
  font-size: 72px;
  line-height: 0.8;
  color: #363636;
  text-align: center;
}

.error > span {
  display: inline-block;
}

.error-code {
  font-weight: 900;
  font-size: 180px;
}

.error > span {
  display: inline-block;
  line-height: 1.1;
}

.error-text {
  margin-left: 16px;
  text-align: center;
  margin-bottom: 60px;
}

.error-text p {
  font-size: 18px;
}

div.error-text {
  margin-bottom: 0;
}



/*----------------uzzal molla-------------------*/
  
.top-information-section{
  background-color: #646464;
  height: 35px;
}
.scial-icon-section{
  float: right;
}
.phone-number-email ul li{
  list-style: none;
  float: left;
  margin: 5px 56px 0 0;
}
.phone-number-email ul li a{
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.phone-number-email ul li a i{
  color: #fff;
    font-weight: 700;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 3px;
    width: 23px;
    border-radius: 4px;
}

.slide-left-caption h2{

    -webkit-text-fill-color: transparent;
    background: #fff;
    background: -webkit-linear-gradient(15deg,#f68121 35%,#ff8079);
    background-clip: text;
    -webkit-background-clip: text;
    display: block;
    font-size: 44px;
    line-height: 54px;
    padding-top: 10px;
}

.slide-left-caption h3{
   background: -webkit-linear-gradient(15deg,#0072bb 35%,#ff8079);
    -webkit-text-fill-color: transparent;
    background: #fff;
    background: -webkit-linear-gradient(15deg,#0072bb 35%,#ff8079);
    background-clip: text;
    -webkit-background-clip: text;
    display: block;
    font-size: 35px;
    line-height: 54px;
    padding-top: 10px;
}

.slide-left-caption h5{
 color: #000;
 font-size: 25px;
 margin-bottom: 10px;
}
.slide-left-caption p{
  font-size: 16px;
}

.slider-left-button ul li{
  list-style: none;
  float: left;
}

/*.slider-left-button ul li a{
  color: #fff;
  margin: 10px 15px;
  width: 150px;
  background-color: ;
  background: -webkit-linear-gradient(15deg,#0072bb 35%,#ff8079);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;

}*/
.slider-left-button ul li a{
  background: linear-gradient(214.38deg,#ff8079 -2.24%,#0072bb 59.38%);
   display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #fff;
    font-family: Hind Siliguri;
    margin-right: 22px;
    padding: 13px 22px;
    text-align: center;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.slider-left-button ul li a:hover{
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 2px solid #0072bb;
  border-radius: 10px;
}
.our-affiliates--wrapper{
  padding: 30px 0;
}
.our-services-title p{
  width: 100%;
    text-align: left;
    display: inline-block;
}
/*=============================================*/
.our-services-items h3{
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.home-page-services-items .new-arrivals-item{
  margin-top: 15px;
  padding: 5px;
  background: #f1f0f0;
  min-height: 350px;
  border-radius: 0px;
} 
.home-page-services-items .new-arrivals-item a{
  text-decoration: none;
} 
.home-page-services-items .new-arrivals-item a img{
  height: 230px;
} 
.home-page-services-items .new-arrivals-item a h3{
   color: #0072bb;
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0px 25px;
    text-align: center;
}
 .home-page-services-items .new-arrivals-item a .price .d-flex .p-2
 {
  background: linear-gradient(214.38deg,#ff8079 -2.24%,#0072bb 59.38%);
  color: #fff;
  font-family: Hind Siliguri;
  width: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}


.course-opertunity-content {
    margin-top: 15px;
    padding: 30px;
    background: #f1f0f0;
   
}

.course-opertunity-content h2{
  color: #f98318;
  font-size: 35px;
  font-weight: 800;
}

.course-opertunity-content h3{
   color: #1f1e1e;
    font-family: Hind Siliguri;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 12px;
    padding-top: 16px;
}
.course-opertunity-content p{
  color: #605f62;
    font-family: Ruposhi Bangla Unicode;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .20000000298023224px;
    line-height: 24px;
    max-width: 305px;
    padding-bottom: 4px;
}
.all_course_btn a {
    background: linear-gradient(15deg,#ff1e1e 35%,#ff8079);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    font-family: Hind Siliguri;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 24px;
    padding: 10px 15px;
    text-align: center;
    width: 150px;
    text-decoration: none;
    margin: 30px 0 50px;
    display: inline-block;
  }

.home-page-services-items{
    margin-bottom: 50px;
}
.our-services-title{
   margin-bottom: 30px;
       margin-top: 50px;
}
.seminer-content h2{
  color: #1f1e1e;
  font-family: Hind Siliguri;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .20000000298023224px;
}

.seminer-content p{
    color: #605f62;
    font-family: Ruposhi Bangla Unicode;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .20000000298023224px;
    line-height: 21px;
    padding-bottom: 18px;
    padding-top: 18px;
}

.seminer-content h3{
  color: #1f1e1e;
  font-family: Hind Siliguri;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .20000000298023224px;
  line-height: 33px;
  padding-bottom: 20px;
  text-align: left;
}
.seminer-content .no-gutters h4{
  text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    padding: 28px 10px;
    color: #c65a0f;

}
.seminer-content .no-gutters h5{
  color: #0e191b;
}

.seminer-content .no-gutters h6{
  color: red;
}

.seminer-content .no-gutters a{
    background: #fff;
    border: 0.5px solid #cf0000;
    font-family: Ruposhi Bangla Unicode;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 32px;
    text-align: center;
    padding: 0px 50px;
    color: #000;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
}

.seminer-content .no-gutters a:hover{
    text-decoration: none;
    background-color: red;
    color: #fff;
}
ul.professional-class-opertunity{
  display: inline-block;
  width: 100%;
  text-align: center;
}
ul.professional-class-opertunity li{
    list-style: none;
    float: left;
    padding: 10px 10px;
    font-size: 16px;
    width: 21%;
    font-weight: 600;
    margin: 2%;
    background: #f1f0f0;
}
.tab-content{
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
ul.professional-class-opertunity li span{
    width: 30px;
    height: 30px;
    background-color: #fea400;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-right: 0px;
    float: left;
}
.center-teem-content{
  line-height: 28px !important;
}
.count-down-content{
  background-color: #faf9fd;
    padding: 25px 5px;
    text-align: center;
    width: 100%;
    margin: 75px 0;
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
}
.count-down-content h3{
  color: #0072bb;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.count-down-content h4{
  color: #0e191b;
  font-size: 15px;
  font-weight: 700;
}
.seminer-content h5{
  color: #fb312e;
    font-size: 18px;
    line-height: 32px;
}
.testimonial-title h2{
    color: #0072bb;
    font-size: 25px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}
.testimonial-title p{
  width: 50%;
  margin-left: 25%;
}
.home-page-news-img{
    background-color: #faf9fd;
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
    padding: 5px 5px 30px 5px;
    min-height: 350px;
}
.home-page-news-img .post-content ul{
font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
}
.home-page-news-img .post-content ul a{
    color: #8b8686;
    margin: 0 5px;
}
.youtube-content{
  position: relative;
}

.youtube-content .popup-youtube{
  position: relative;
}


.youtube-content .youtube-icon{
    position: absolute;
    top: -30px;
    width: 100px;
    left: 40%;
}


.more_facilities_btn a {
    background: linear-gradient(214.38deg,#ff8079 -2.24%,#ff1e1e 59.38%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    font-family: Hind Siliguri;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 24px;
    margin-top: 38px;
    padding: 10px 0;
    text-align: center;
    width: 145px;
}

.post-content h3 a{
    color: #1f1e1e;
    font-family: Hind Siliguri;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .20000000298023224px;
    margin: 15px 0;
}


.popup-youtube img{
  border-radius: 10px;
}
.all-course-admision .our-services-title h2{
  font-size: 50px;
}

.news-and-update-section{
  margin-bottom: 50px;
}
.footer_btn{
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer_btn a{
    color: #fff;
    padding: 15px 30px;
    width: 230px;
    border-radius: 5px;
    margin: 0 50px 75px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(15deg,#ff1e1e 35%,#ff8079);
}
.footer_btn a:hover{
    text-decoration: none;
    background-color: #0072bb;
    color: #fff;
    border: 0;
    background: linear-gradient(15deg,#0072bb 35%,#80cdff);
}
.payment-card{
    box-shadow: 0 4px 16px rgb(0 0 0 / 6%);
    margin: 0.3rem;
    padding: 40px;
    text-align: center;
    margin-bottom: 50px;
}
.payment-card h4{
    color: black;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 15px;
}

.about-gallery-item {
    height: 80px;
    border: 1px dotted #000;
    padding: 5px;
    margin: 10px;
}
.about-gallery-item img{
  height: 68px;
}
.about-gallery-items{
   height: 550px;
  width: 1200px;
}
.about-gallery-items img{
  height: auto;
  width: 1200px;
  border: 1px solid red;
  border-radius: 15px;
}



.our-affiliates-partner-section .slick-prev.slick-arrow {
    position: absolute;
    top: 33%;
    left: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}
.our-affiliates-partner-section .slick-next.slick-arrow {
    position: absolute;
    top: 33%;
    right: -30px;
    border: 1px solid #0072bb;
    border: 0;
    color: #0072bb;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.about-contents p{
  font-size: 18px;
  margin: 50px 0;
}

.about-contents h3{
  font-size: 40px;
  color: #000;
}
.about-contents img{
 border-radius: 10px;

}
.about-us-tabs ul li a{
 width: 200px;
}

.about-us-tabs ul li .nav-link.active{
  border: 0px;
  background-color: #fea400 !important;
  color: #fff !important;
  border-radius: 0;
}

.about-us-tabs ul{
  border: 1px solid #dee2e6;
    display: inline-block;
}

.about-us-tabs .tab-content{
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    padding: 15px;
    min-height: 210px;
}

.about-us-tabs .tab-content h2{
     font-size: 30px;
     color: #000;
     margin: 15px 0;
}
.about-interprinership{
  background: #faf9fd;
    border-left: 3px solid rgba(207,0,0,.1);
    border-radius: 15px;
    margin-bottom: 22px;
    padding: 18px 26px;
    text-align: left;
    min-height: 150px;
}
.about-title-inter h3{
    font-size: 25px;
    color: #000;
    margin: 60px 0 30px;
}
.about-interprinership h3{
  color: #0072bb;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-interprinership p{
  color: #0e191b;
    font-size: 15px;
    font-weight: 700;
}

.all-sub-page-left h4 {
    color: #000;
    margin-bottom: 15px;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 10px;
    background: #ebebeb;
    border-left: 5px solid #ccc !important;
}
.all-sub-page-right h4{
    color: #000;
    margin-bottom: 15px;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 10px;
    background: #ebebeb;
    border-left: 5px solid #ccc !important;
    font-size: 15px;
}
.all-sub-page-right h3{
    color: #000;
    margin-bottom: 15px;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 10px;
    background: #ebebeb;
    border-left: 5px solid #ccc !important;
}








































/*---------------------------------
Responsive
---------------------------------*/

/* laptop device End */
@media (min-width: 1400px) {
.container {
  width: 1420px;
}


}



/* laptop device End */
@media (max-width: 1199px) {

.main-menu-nav-section {
  padding: 0 0px;
}




}

/* Small Desktop End */
@media (max-width: 991px) {
  #menu-main-menu {
  margin-left: 0px !important;
}
.main-menu-nav-section {
padding: 0 0px;
height: 120px;
position: relative;
}
.navbar-nav a {
  font-size: 14px;
  font-weight: 400;
}
#menu-main-menu {
  margin-left: 0px !important;
  width: 100%;
  display: inherit;
  position: relative;
  top: 50px;
  left: -150px;
}
#menu-main-menu {
  margin-left: 0px !important;
  width: 100%;
  display: inherit;
  position: absolute;
  top: 78px;
  left: 0;
  min-height: 39px;
}
.navbar-nav li {
  margin: 0 14px;
}
.navbar .navbar-nav li:hover .sub-menu {
  top: 42px;
}
.step-one {
  padding: 15px 0;
  color: #f27a8a;
  font-size: 18px;
}
.easy-steps {
  min-height: 262px;

}
.home-page-news-img .float-left {
  height: 60px;
  width: 60px;
}
.home-page-news-img .float-right {
  padding: 10px 0;
}
.home-page-news-img .float-right h3 {
  font-size: 13px;
}




.main1 {
  font-family:Arial;
  width:500px;
  display:block;
  margin:0 auto;
}

























}

/* Tablet End */
@media (max-width: 767px) {
  .navbar-toggler:not(:disabled):not(.disabled) {
  color: #fff;
margin-bottom: 15px;
}
.main-menu-nav-section {
  padding: 10px 15px;
}
.collapse.show {
  z-index: 999;
  height: 100%;
  background-color: #000;
}
#menu-main-menu {
  margin-left: 0px !important;
}
.navbar-nav li {
  margin: 5px 20px;
}
.navbar-nav a {
  font-size: 15px;
  font-weight: 500;
}
.navbar-nav .current-menu-item a, .navbar-nav a:hover {
  border-bottom: 0;
}
#nav-sticker {
  background-color: #000;
  position: absolute;
}
.navbar .navbar-nav li:hover .sub-menu {
  position: relative;
  top: 0px;
}
.navbar .navbar-nav li .sub-menu li:hover {
  padding: 5px 15px;
}
.navbar .navbar-nav li .sub-menu li {
  padding: 5px 15px;
}
.popular-course-bg{
  background: #faf9fd;
  border-radius: 35px;
  padding: 0 20px 18px;
}
.our-services-title h2 {
  padding: 10px 0;
}
.service-solution , .easy-steps-section, .testimonial-title{
  margin: 15px;
}
.service-solution .services-title {
  bottom: 5px;
}
.swipe-anywhere-overly h2 {
  font-size: 25px;
}
.our-success-item {
  text-align: center;
  margin: 10px 0;
  padding: 50px 15px;
  background-color: #efefef;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 1px 0 rgba(0,0,0,.07), 0 2px 1px -1px rgba(0,0,0,.06);
  border-radius: 5px;
}
.home-page-news-img .float-left, .easy-steps img  {
  height: 50px;
  width: 50px;
}
.home-page-news-img .float-right {
  padding: 5px 0;
}
.home-page-news-img .float-right h3 {
  font-size: 12px;
}
.Read-more-link a {
  margin: 10px 0;
  padding: 5px 0;
  font-size: 15px;
}
.swipe-anywhere-overly a {
  font-weight: 500;
  font-size: 13px;
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 4px 30px;
}
.our-services-title h2 {
  padding: 5px 0;
  font-size: 20px;
}
.step-one {
  padding: 20px 0;
}
.easy-steps {
  min-height: 195px;
  margin-bottom: 30px;
}
.easy-steps-section, .testimonial-title {
  padding: 15px 0;
}
.testimonial-title h2 {
  font-size: 18px;
}
.home-page-client-items ul {
  margin-left: 27%;
}
.subscribe form label {
  width: 66%;
}












}

/* Mobile End */
/* Small Mobile End */



