@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
body {
 width: 100%;
 overflow-x: hidden;
 font-family: "Questrial", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
 margin: 0;
 padding: 0;
}
p {
 font-size: 1.5rem;
 font-weight: 400;
 line-height: 2.5rem;
 letter-spacing: 1px;
 color: #ffffff80;
 padding-top: 20px;
}
a {
 text-decoration: none;
 color: #000;
}
.container {
 max-width: 1100px;
}
#main {
 background: #272020;
 color: #fff;
}
.navbar {
 opacity: 0.8;
 z-index: 10;
}
.navbar-brand img {
 width: 100%;
 height: 78px;
}
.nav-menu ul li {
 padding-left: 20px;
}
.nav-menu ul li a {
 font-size: 15px;
 font-weight: 400;
 color: #fff;
 font-weight:bold;
}
.nav-menu ul li a:hover {
 color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
 padding-right: var(--bs-navbar-nav-link-padding-x);
 padding-left: 8px;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
 cursor: pointer;
 color: #fff;
 z-index: 1;
}
.dropdown-item {
 color: #000 !important;
}
.dropdown ul li a {
 background: #fff;
}
.nav-button {
 padding-left: 20px;
}
.nav-button .btn-primary {
 background: transparent;
 color: #fff;
 border-width: 0px;
 border-style: solid;
 font-weight:bold;
 font-size:15px;
}

.fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	 background: #000;
}
.navbar-two.fix{
     background: #fff;
}

#banner {
 padding-top: 150px;
 padding-bottom: 250px;
}

.linear-text{
 background: linear-gradient(315deg, #f4f38d, #f75555 34%, #413ef4);
 -webkit-background-clip: text;
 background-clip: text;
 text-align: center;
 color: #fff;
}

.linear-text h3{
   letter-spacing: -0.21px;
   font-size: 35px;
   line-height: 50px;
   color: #fff!important;
   font-style: italic;
   font-weight: bold;
}

.customized {
 border-image-slice: 1;
 font-size: 35px;
 font-weight: 900;
 line-height: 50px;
}

.banner-text h1 {
 font-size: 35px;
 line-height: 50px;
 font-weight: 900;
 text-align: center;
 padding-top: 20px;
}

.banner-text h2 {
 font-size: 35px;
 line-height: 50px;
 font-weight: 900;
 text-align: center;
 padding-top: 10px;
}

.banner-text h3 {
 font-size: 35px;
 line-height: 50px;
 font-weight: 900;
 text-align: center;
 padding-top: 20px;
}

.type {
 height: 50px;
 padding-bottom: 100px;
}
.pera {
 margin-top: 50px;
 font-size: 18px;
 line-height: 24px;
 color: #fff;
 letter-spacing: 1px;
}
.email-main {
 max-width: 800px;
}
#touch .form-control {
 border-image: linear-gradient(315deg, #f4f38d, #f75555 34%, #413ef4) 1;
 border-width: 2px;
 border-style: solid;
 background-color: transparent;
 color: #655f5f;
 margin-left: 90px;
 padding: 18px 16px 18px 32px;
}
#touch .form-control::placeholder {
 font-size: 1.5rem;
 font-weight: 400;
 line-height: 2.5rem;
 letter-spacing: 1px;
 padding-top: 20px;
}
.email ::placeholder {
 color: #000;
}
#touch .form-control:focus {
 background: transparent;
 border: none;
 color: #fff;
 border-bottom: 1px solid #fff;
 border-radius: 0;
}
.email-main .form-control {
 border-image: linear-gradient(315deg, #f4f38d, #f75555 34%, #413ef4) 1;
 border-width: 2px;
 border-style: solid;
 background-color: transparent;
 color: #655f5f;
 margin-left: 90px;
 padding: 18px 16px 18px 32px;
}
.color::placeholder {
 color: #ffffff80;
}
.talk {
 background: linear-gradient(315deg, #f4f38d 0%, #f75555 34.86%, #413ef4 100%);
 letter-spacing: -0.09px;
 padding: 1.25rem 4rem;
 font-size: 1.125rem;
 font-weight: 400;
 text-decoration: none;
 border: none;
 margin-left: 20px;
}
.banner-bottom__left {
 margin-top: 400px;
}
.banner-bottom__left h2 {
 font-size: 3rem;
 line-height: 3.5rem;
 font-weight: 400;
}
.about-us {
 font-size: 20px;
 padding-right: 10px;
}
.about-us a {
 background: -webkit-linear-gradient(315deg, #f4f38d 0%, #f75555 34.86%, #413ef4 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
}
.about-us i {
 background: -webkit-linear-gradient(315deg, #f4f38d 0%, #f75555 34.86%, #413ef4 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 padding-left: 10px;
}
.banner-bottom__right {
 margin-top: 200px;
}
.banner-buttom__image {
 width: 210px;
 height: 210px;
 border-radius: 15%;
 margin: 0 auto;
}
.banner-buttom__image img {
 width: 210px;
 height: 210px;
 object-fit: cover;
 border-radius: 15%;
}
.image-group .row {
 margin-top: -160px;
}

#clients {
  padding: 80px;
  background-color: #f7f7f7;
}

.clients-header h3 {
 font-size: 40px;
 line-height: 50px;
 font-weight: 700;
 margin-bottom: 20px;
}

.clients-header p {
 font-size: 16px;
 line-height: 22px;
 color: #000;
}
.clients-logo__item {
    margin-bottom:30px;
}
.clients-logo__item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

#clients .client_slide_item {
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 20px;
}

#clients .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

#review {
 background: #000;
}
.slider_item {
 padding: 50px;
}
.slider_dtls {
 text-align: center;
 color: #fff;
}
.slider_dtls h3 {
 font-size: 20px;
 font-weight: 400;
 line-height: 30px;
 letter-spacing: 1px;
 margin-bottom: 1rem;
}
.h_icon {
 text-align: center;
}
.h_icon i {
 color: #655f5f;
 margin-bottom: 25px;
}
.fa-quote-right-alt::before,
.fa-quote-right::before {
 font-size: 65px;
}
.slider_dtls h5 {
 text-align: center;
 font-size: 30px;
 font-weight: 700;
 color: #fff;
}
.ar_lf {
 position: absolute;
 left: 0;
 top: 50%;
 width: 50px;
 height: 50px;
 line-height: 50px;
 font-size: 25px;
 background: -webkit-linear-gradient(315deg, #f4f38d 0%, #f75555 34.86%, #413ef4 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
}
.ar_rit {
 position: absolute;
 right: 0;
 top: 50%;
 width: 50px;
 height: 50px;
 line-height: 50px;
 font-size: 30px;
 background: -webkit-linear-gradient(315deg, #f4f38d 0%, #f75555 34.86%, #413ef4 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
}

.slider_dtls img{
  width: 100px!important;
  height: 100px!important;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin: 20px auto;

}

#review .fa-arrow-right::before {
 font-size: 35px;
}
#review .fa-arrow-left::before {
 font-size: 35px;
}
.buying-card__header h3 {
 font-size: 3rem;
 line-height: 3.5rem;
 font-weight: 400;
 margin-bottom: 2rem;
 color: #fff;
 text-align: center;
}
#review .card-title {
 width: 30px;
 height: 30px;
 border-radius: 50%;
 background: transparent;
 border-image: linear-gradient(315deg, #f4f38d, #f75555 34%, #413ef4) 1;
 border-width: 1px;
 border-style: solid;
 padding-top: 3px;
 padding-left: 7px;
}
#review .card-body strong {
 font-size: 33px;
 line-height: 1.75rem;
 font-weight: 400;
 color: #000;
 min-height: 60px;
}
#review .card-text {
 font-size: 1rem;
 font-weight: 400;
 color: #272020;
}
#review .title {
 height: 80px;
}
#review .card-pera {
 font-size: 1rem;
 font-weight: 400;
 color: #272020;
 line-height: 1.5rem;
 letter-spacing: 1px;
 min-height: 140px;
}

#counter-main {
 padding:90px 0px 90px;
}

.counter-item {
 text-align: center;
 border-right: 1px dashed black;
}

.counter-item h4{
  font-size: 22px;
}

.counter-item:last-child {
 border-right: 0px solid black;
}

.counter {
 font-size: 50px;
 font-weight: 700;
 animation-duration: 1s;
 animation-delay: 0s;
}

@media (max-width: 991px) {
 .counter-item {
  border-right: 0px dashed black;
  border-bottom: 1px dashed black;
  width: 50%;
  margin: auto auto;
 }
 .counter-item:last-child {
  border-bottom: 0px dashed black;
 }
}
#home-blog {
 padding:40px 0px 50px;
 background: rgb(51, 51, 51);
 color: #fff;
}
.blog-header h3 {
 font-size: 40px;
 line-height: 50px;
 font-weight: 700;
 padding: 30px 0px;
 color: #000;
}

.blog-main{
  padding-bottom: 40px;
}

.blog-image {
 height: 300px;
 overflow: hidden;
}

.blog-img {
 object-fit: cover;
 transition: transform 0.5s;
}

.blog-img:hover {
 transform: scale(1.1);
}

.home-blog-text h3 {
 font-size: 2rem;
 font-weight: 600;
 line-height: 2.5rem;
 padding-top: 20px;
}

.home-blog-text h3 a{
  color: #fff;
}

.home-blog-text h4 a{
  color: #fff;
}

.home-blog-text h5 {
 font-size: 1.125rem;
 font-weight: 400;
 letter-spacing: -0.09px;
 padding-top: 20px;
 padding-bottom: 40px;
 border-bottom: 1px solid #fff;
}

#touch {
 margin-top: 100px;
 background: rgb(255, 255, 255);
 margin-bottom: 100px;
}

.touch-text h3 {
 font-size: 35px;
 line-height: 45px;
 font-weight: 700;
 text-align: center;
}

footer {
 color: #000;
 background-color: #272020;
 padding: 70px 0px;
}

.footer_logo img {
 width: 120px;
 margin-bottom: 20px;
}

.logo-text p {
 font-size: 15px;
 font-weight: 400;
 line-height: 25px;
 letter-spacing: 1px;
 color: #fff;
 text-align: justify;
 padding-top: 0px;
}

.logo-text ul{
  margin-top: 20px;
  list-style-type: none;
}

.logo-text ul li{
  float: left;
  margin-right: 10px;
}

.logo-text ul li a{
  color: #fff;
  font-size: 25px;
}

.footer_link h4{
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
}

.footer_link ul{
  list-style-type: none;
  padding:0px;
}

.footer_link ul li{

}

.footer_link ul li a{
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}

.footer_link ul li a i{
  font-size: 14px;
}

#copyright_part{
  background-color: #272020;
  padding: 20px 0px;
  border-top: 1px solid #28282B;
}

#copyright_part p{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 0px;
}

#copyright_part p a{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.gray {
 color: #22222280;
 letter-spacing: -0.09px;
 margin-bottom: 0.875rem;
 font-size: 1.125rem;
}

.left-text {
 font-size: 20px;
 font-weight: 400;
 line-height: 1.5rem;
 letter-spacing: 1px;
 color: #000;
 padding-top: 20px;
}

.links ul {
 list-style: none;
 padding: 0;
 margin-top: 10px;
}

.links ul li {
 padding-bottom: 20px;
}

.links ul li a {
 font-size: 1rem;
 font-weight: 400;
 color: #000;
}

.links ul li a:hover {
 color: #22222280;
 cursor: pointer;
}

.footer-icon i {
 color: #000;
 font-size: 30px;
 padding-right: 20px;
}

/*service css*/
#service-banner {
 padding: 70px 0px;
}

#services{
  padding: 50px 0px;
}

#services h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 40px;
  text-align: center;
}

.service-banner-text {
 text-align: center;
}

.service-banner-text h1 {
 font-size: 40px;
 font-weight: 700;
 line-height: 50px;
 letter-spacing: 1px;
}
.service-banner-text h3 {
 font-size: 35px;
 font-weight: 700;
 line-height: 45px;
 letter-spacing: 1px;
 color: #e2e2e2cc;
 padding-top: 20px;
}
.learn-about-us {
 font-size: 20px;
 font-weight: 400;
 line-height: 1.5;
 padding-bottom: 150px;
}
.learn-about-us a {
 background: -webkit-linear-gradient(315deg, #f4f38d 0%, #f75555 34.86%, #413ef4 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
}
.learn-about-us i {
 background: -webkit-linear-gradient(315deg, #f4f38d 0%, #f75555 34.86%, #413ef4 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 padding-left: 10px;
}
.service-main {
  margin-bottom: 40px;
}
.service-contant h3 {
 font-size: 30px;
 line-height: 45px;
 font-weight: 700;
}
.service-contant p {
 font-size: 16px;
 color: #22222280;
 line-height: 25px;
}
.service-image {
 width: 100%;
 height: 360px;
 max-height: 360px;
 overflow: hidden;
 margin-top: 10px;
}
.service-image img {
 width: 100%;
 max-height: 100%;
 object-fit: cover;
}
/* about page */
#about-banner {
  padding: 70px 0px;
}
.about-banner-text {
 text-align: center;
}
.about-banner-text h1 {
 font-size: 3rem;
 font-weight: 700;
 line-height: 1.2;
 letter-spacing: 1px;
}
.about-banner-text h3 {
 font-size: 35px;
 font-weight: 700;
 line-height: 45px;
 letter-spacing: 1px;
 color: #e2e2e2cc;
 padding-top: 20px;
}

#about-clients {
  padding: 70px 0px 70px;
}
#about-service {
  background: #f7f7f7;
  padding: 80px 0px 50px;
}

#about-service h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

.about_box{
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  min-height: 300px;
  display: block;
  margin-bottom: 30px;
  pa
}

.about_box h3{
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #343a40;
  border-bottom: 2px solid #343a40;
}

.about_box p{
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 12px;
  color: #000;
  text-align: justify;
}

.about-service-header h2 {
 font-size: 3rem;
 line-height: 3.5rem;
 font-weight: 400;
 margin-bottom: 2rem;
}
.about-service-image {
 height: 300px;
 margin-bottom: 3rem;
 border-radius: 1.5rem;
}
.about-service-image img {
 width: 100%;
 height: 100%;
 border-radius: 1.5rem;
 object-fit: cover;
}
.about-service-text {
 padding: 20px;
}
.about-service-text h3 {
 font-size: 35px;
 line-height: 45px;
 font-weight: 700;
 margin-bottom: 20px;
}
.about-service-text p {
 font-size: 20px;
 line-height: 1.5rem;
 letter-spacing: 1px;
 color: #000;
}
/* contact page */
#contact {
  padding: 100px 0px 70px;
}
.contact-text h1 {
 color: #fff;
 font-size: 40px;
 font-weight: 700;
 line-height: 50px;
text-align: center;
}
.contact-text p {
 color: #ffffff80;
 font-size: 1.5rem;
 font-weight: 400;
 line-height: 2.5rem;
 text-align: center;
}
.contact-text .email-color {
 color: #1c229b;
 text-decoration: underline;
 background-color: #f75555;
 background-image: linear-gradient(189deg, #f75555, #fff);
 background-clip: border-box;
 font-size: 2.4rem;
}
.contact-text .contact-text a {
 color: #fff;
 font-size: 1.5rem;
 font-weight: 400;
 line-height: 2.5rem;
 letter-spacing: 1px;
 padding-top: 20px;
 text-decoration: underline;
}
#contact-form {
 padding: 70px 0px 60px;
 background-color: #fff;
}
.contact-form-text h3 {
 color: #000;
 font-size: 40px;
 font-weight: 700;
 line-height: 50px;
}
#contact-form .form-control {
 background: transparent;
 border: none;
 color: #000;
 border-bottom: 1px solid #000;
 border-radius: 0;
 margin-bottom: 20px;
}
#contact-form .form-control::placeholder {
 font-size: 1.5rem;
 font-weight: 400;
 line-height: 2.5rem;
 letter-spacing: 1px;
 color: #000;
 padding-top: 20px;
}
#contact-form .form-control:focus {
 background: transparent;
 border: none;
 color: #000;
 border-bottom: 1px solid #000;
 border-radius: 0;
}
.color-button {
 padding-left: 20px;
}
.color-button .btn-primary {
 background: #272020;
 letter-spacing: -0.09px;
 padding: 1.25rem 4rem;
 font-size: 1.125rem;
 font-weight: bold;
 text-decoration: none;
 border: none;
}
/* blog page */
.navbar-two {
 opacity: 0.8;
 z-index: 10;
 border-bottom: 1px solid #00000080;
}
.navbar-brand-two img {
 width: 100%;
 height: 78px;
}
.navbar-two .nav-menu ul li {
 padding-left: 20px;
}
.navbar-two .nav-menu ul li a {
 font-size: 15px;
 font-weight: bold;
 color: #000;
}
.navbar-two .nav-menu ul li a:hover {
 color: #22222280;
}
.navbar-two .navbar-expand-md .navbar-nav .nav-link {
 padding-right: var(--bs-navbar-nav-link-padding-x);
 padding-left: 8px;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
 cursor: pointer;
 color: #fff;
 z-index: 1;
}
.nav-button-two {
 padding-left: 20px;
}
.nav-button-two .btn-primary {
 background: transparent;
 color: #000;
 border-width: 0px;
 font-weight:bold;
 font-size:15px;
}
.blog-border h5 {
 font-size: 1.125rem;
 font-weight: 400;
 letter-spacing: -0.09px;
 padding-top: 20px;
 padding-bottom: 40px;
 border-bottom: 1px solid #22222280 !important;
 margin-bottom: 100px;
 cursor: pointer;
}

.blog-text{
  font-size:18px;
  color: #000;
  line-height: 25px;
}

.blog-text p{
  font-size:18px;
  color: #000;
  line-height: 25px;
}

.blog-text a:hover {
 color: #039ee9 !important;
 cursor: pointer;
}
.blog-text h4 {
 color: #22222280;
 cursor: pointer;
}
/* blogging page */
#blog-post {
 padding-top: 70px;
}

.bloging-header h1 {
 font-size: 3rem;
 font-weight: 700;
 line-height: 3.5rem;
 letter-spacing: 1px;
 margin-top: 20px;
 margin-bottom: 100px;
 text-align: center;
}

.bloging-text h5 {
 font-size: 1.25rem;
 font-weight: 400;
 line-height: 1.5rem;
 letter-spacing: 1px;
 color: #000;
 margin-bottom: 1rem;
}
.button-group {
 display: flex;
 justify-content: space-between;
}
.button-group {
 margin-top: 100px;
}
/* products page */
#products {
 padding: 100px 0px 70px;
}
.product-cat ul {
 text-decoration: none;
}
.product-cat ul li {
 padding-top: 20px;
 list-style: none;
}
.product-cat ul li a {
 color: #000;
 letter-spacing: -0.09px;
 margin-bottom: 1.5rem;
 font-size: 1rem;
 line-height: 1.5rem;
 text-decoration: none;
}
#products .card-body a {
 color: #000;
}
#products .card-title {
 font-size: 1.125rem;
 font-weight: 400;
 line-height: 1.5;
 color: #000;
 padding-top: 20px;
}
#products .card-title a:hover {
 color: #413ef4;
 cursor: pointer;
}
#products .card-body .gray {
 font-size: 1rem;
 line-height: 1.5rem;
 letter-spacing: 1px;
 color: #22222280;
}
#products .card-body h6 {
 padding: 10px 0;
}
#products .card-body i {
 padding-left: 10px;
}
/*product-details page*/
#product-details {
  padding: 100px 0px 70px;
}
.product-details__image {
 border: 2px solid #e3e3e3;
}
.product-details__image img {
 min-width: 100%;
 min-height: 100%;
 object-fit: cover;
}
.small-image img {
 max-height: 100px;
 display: inline-block;
 object-fit: cover;
 border: 2px solid #e3e3e3;
 margin-top: 20px;
}
.product-details__content {
 margin-top: 0px;
}
.product-details__content strong {
 border: 1px solid #e3e3e3;
 padding: 5px;
 font-size: 22px;
}
.product-details__content h3 {
 font-size: 30px;
 line-height: 40px;
 font-weight: 700;
}

.product-details__content h5 {
 font-size: 18px;
 line-height: 40px;
 font-weight: 700;
}
.product-details__content h4 {
 color: #222280;
 font-size: 18px;
 border-bottom: 1px solid #e3e3e3;
 line-height: 40px;
}
.product-details__content p {
 font-size: 17px;
 font-weight: 400;
 line-height: 25px;
 color: #000;
 padding-bottom: 10px;
 padding-top: 2px;
}
.quote-btn {
 color: #fff;
 letter-spacing: -0.18px;
 cursor: pointer;
 background-color: #669a3d;
 align-items: center;
 padding: 10px 20px;
 font-size: 18px;
 font-weight: 500;
 text-decoration: none;
 display: inline-block;
}

.product_details_info{
  padding: 0px 20px;
}

#related-products {
  background-color: #f7f7f7;
  padding: 80px 0px 60px;;
}
#related-products h2 {
 font-size: 1.5rem;
 font-weight: 700;
 line-height: 2rem;
 color: #000;
 padding-bottom: 20px;
}
#related-products .card-body a {
 color: #000;
}
#related-products .card-title {
 font-size: 1.125rem;
 font-weight: 400;
 line-height: 1.5;
 color: #000;
 padding-top: 20px;
}
#related-products .card-title a:hover {
 color: #413ef4;
 cursor: pointer;
}
#related-products .card-body .gray {
 font-size: 1rem;
 line-height: 1.5rem;
 letter-spacing: 1px;
 color: #22222280;
}
#related-products .card-body h6 {
 padding: 10px 0;
}
#related-products .card-body i {
 padding-left: 10px;
}

.our_partner_part{
  padding: 80px 0px;
}

.our_partner_part .brand_slide_item {
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 3px;
}

.our_partner_part .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.partner_heading h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 50px;
    text-align: left;
}

#creativepreneur{
  padding: 70px 0px 50px;
}

#creativepreneur h3 {
 font-size: 40px;
 line-height: 50px;
 font-weight: 700;
 margin-bottom: 20px;
}

.desk_details p{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 0px;
  text-align: justify;
}

.desk_details a{
  margin-top: 20px;
}

.desk_details_about p{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  padding-top: 0px;
  text-align: justify;
  margin-bottom: 13px;
}

.desk_details_about h4{
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
}

.desk_details_about h5{
  font-size: 16px;
  font-weight: 700;
}

.working_step{
  width: 100%;
  /* background: url('../images/step.png') no-repeat; */
  background-size: cover;

}

.working_step h3 {
 font-size: 40px;
 line-height: 50px;
 font-weight: 700;
 margin-bottom: 20px;
}

.working_step p {
 font-size: 16px;
 line-height: 22px;
 color: #000;
}

.apply_course_part {
    background: url(../images/asking.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    padding: 100px 0px;
}

.apply_course_part .apply_course_content h6 {
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

.apply_course_part .apply_course_content h3 {
    color: #000;
    padding-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

.apply_course_part .apply_course_content a {
    padding: 15px 30px;
    background: #000;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

/*important link code start */
#important-banner {
  padding: 70px 0px;
}
.important-banner-text {
 text-align: center;
}
.important-banner-text h1 {
 font-size: 3rem;
 font-weight: 700;
 line-height: 1.2;
 letter-spacing: 1px;
}
.important-banner-text h3 {
 font-size: 35px;
 font-weight: 700;
 line-height: 45px;
 letter-spacing: 1px;
 color: #e2e2e2cc;
 padding-top: 20px;
}

.important-banner-text p {
 font-size: 18px;
 font-weight: 600;
 line-height: 27px;
 color: #e2e2e2cc;
 padding-top: 20px;
}

.important_section{
  padding: 80px 0px 60px;
}

.policy_part{

}

.policy_part h3{
  font-size: 35px;
  line-height: 45px;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
}

.policy_part h4{
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.policy_part p{
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0px;
  padding-top: 10px;
}

#home_section{
  padding: 120px 0px 50px;
}

.home_top {
  padding-bottom: 30px;
}

.home_top h3 {
 font-size: 28px!important;
 line-height: 40px;
 font-weight: 700;
 margin-bottom: 10px;
}

.home_top p{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding-top: 0px;
  text-align: justify;
}

.home_top img{
  width: 90%;
  margin: 0px auto;
}

/* banner_slide_item start */
.banner_part {
	position: relative;
	z-index: -1;
}

.banner_part .banner_slide_item {
	height: 50vh;
	width: 100%;
}

.kenburns-top {
	-webkit-animation: kenburns-top 8s ease-out infinite both;
	animation: kenburns-top 8s ease-out infinite both;
}

@-webkit-keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%;
	}

	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%;
	}

	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}