body{
  font-family: 'Mulish', sans-serif;
  
}

.top-head{
  background-color: #009dd1;
    z-index: 999;
    color: #fff;
    width: 100%;
    top: 0;
    left: 0;
}
.top-head ul{
    list-style-type: none;
    margin-bottom: 0px;
    float: right;
        }
.top-head ul li{
        padding: 8px 10px;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}
.top-head ul li a{
  color: white;font-size: 14px;
  text-decoration: none;
}
.top-head ul li a:hover{
  color: #001840;font-size: 14px;
  text-decoration: none;
}
.logo-name
{      font-size: 23px;
    font-weight: 700;
    color: #012787;
    float: left;
    line-height: 20px;
    padding-left: 117px;
    margin-top: -66px;
    font-family: Oswald;
}
.style-menu{
      margin-top: 6px;    margin-left: 45px;
}
.style-menu li{
         color: black; margin-top: 8px;
}
.style-menu li a{
     font-size: 17px;
    color: #000;
    text-decoration: none;
    margin: 0px 5px;
    font-family: Calibri (Body);

}
#drop
{
      background: #ffffff;
}
#drop a{
     color: #000;;
   margin: 0 0px;
}
.btn-success-nav{
     background-color:  #001840;
    color: white;
    font-size: 15px;
    height: 35px;
    margin-top: -6px;
}
nav a img{
            width: 118px;
    margin-top: -37px;
}
 nav{
        margin-top: 4px;
  }

  .logo-name1
{
    font-family: 'Mulish';
    color: #466db3;
    font-size: 16px;
    text-align: center;
    margin-left: 45px;

}



@media only screen and (max-width: 768px) {
 nav a img{
           width: 60px;
    margin-top: -8px;

}

.logo-name1
{
    font-size: 10px;
    font-weight: 700;
    color: #466db3;
    float: left;
    margin-left: 20px;
    font-family: 'Mulish';

}


 .logo-name
  {
   font-size: 13px;
    font-weight: 700;
    color: #012787;
    float: left;
    line-height: 18px;
    padding-left: 68px;
    margin-top: -45px;
  }
  nav{
        margin-top: 0px;
  }
  .style-menu{
      margin-top: 0px;padding: 10px;
}
.style-menu li{
      margin-top: 0px;
}
}
.details{
  color: white;
  background: #01377d;
      padding: 25px 0px;
}

.details i
{
 font-size: 35px;
}
.details p {
  font-size: 17px;
  font-family: Calibri (Body);

}
.details-icon
{
      padding-left: 70px;
    margin-top: -80px;
}
.home-form
{
      background-color: #ececec;
      padding: 40px;
}
.who h2
{
      color: #000520;
    font-size: 35px;
    font-weight: 600;
    font-family: Oswald;

}
.who p{
  font-size: 17px;
  font-family: Calibri (Body);

}
.shape h3{
  color: #000520;
    font-size: 35px;
    font-weight: 600;
    font-family: Oswald;

}
.shape p{
    font-size: 17px;
    font-family: Calibri (Body);
}
.shape img{
    border-radius: 50%;
    height: 70px;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 25%);
    width: 70px;
}
.course h3{
  color: #000520;
    font-size: 35px;
    font-weight: 600;
    font-family: Oswald;

}
.course h4{
    font-size: 25px;
    color: #000520;
    font-weight: 600;
    font-family: Oswald;

}
.form-data
{
      padding: 40px 15px;
    background-color: #102a71;
    border-radius: 10px 10px 0px 0px;
}
.form-data h3{
    font-weight: 900;
    display: inline-block;
    line-height: 1.25;
    color: #fff;
    margin: 0 20px;
    border-left: 3px solid #97e7f5;
    padding-left: 10px;
    font-family: Oswald;

}
.why{
padding: 45px 0;
    background-image: url(img/bg01.jpg);
    background-repeat: no-repeat;
 background-size: 100% auto;
}
.why h2{
      color: #f6ff00; 
      font-family: Oswald;

}
.why p{
         color: #dfdfdf;
    margin-bottom: 5px;
    line-height: 20px;
    margin-top: 30px;
}
.counselling{
      background-color: #ececec;
    padding: 40px;
}
.counselling h2{
color: #000520;
    font-size: 35px;
    font-weight: 600;
    font-family: Oswald;


  }
.counselling img{
  border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 25%);
}
.counselling p {
      line-height: 25px;
}
.Testimonials h3{
  color: #000520;
    font-size: 35px;
    font-weight: 600; text-align: center;
    font-family: Oswald;

} 
.form-data1{
      padding: 40px;
    background-color: #fff;
}
.form-data1 input
{
      width: 100%;
    display: block;
    height: 56px;
    max-width: 100%;
    margin: 0 0 20px;
    border: unset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    background: #f3f3f3;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.form-data1 textarea
{
      width: 100%;
    display: block;
    height: 56px;
    max-width: 100%;
    margin: 0 0 20px;
    border: unset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    background: #f3f3f3;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.btn-form
{
font-size: 17px;
    padding: 6px 29px;
    border: 2px solid #001840;
    border-radius: 5px;
    background-color:  #001840;
    font-weight: 700;
    color: #ffffff;
}
.btn-form:hover{
      background-color: transparent;
    color: #001840;
    border: 2px solid #001840;
}
.course img{
/* border-radius: 50%;height: 343px; */
box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 25%);
}
footer{
      background: #0080ab;
    padding: 30px 0;
}
footer i{
      margin: 10px;font-size: 20px;
}
footer ul{
         list-style-type: none;
    padding: 0;
    color: #333333;
}
footer ul li a{
    color: #ffffff;list-style-type: none;
}
footer h5{
      margin: 0 0 5px;
    font-size: 17px;
    font-weight: 600;    padding: 10px 0 0;
    font-family: Oswald;
    color: #ffffff;

}

footer .contact-data h3{
      margin: 0;
          font-size: 18px;
          font-family: Oswald;
          color: #ffffff;
}
footer .contact-data i{
      margin: 0;
}
footer .contact-data p{
      padding-left: 25px;
    margin-top: -20px;
    color: #ffffff;
}
footer .subscription-box input {
    margin-bottom: 0 !important;
    border: 1px solid #ddd;
    border-radius: 2px 0 0 2px;
    display: inline-block;
    width: 200px;
    padding: 5px 12px;
    font-size: 17px;
    font-family: Calibri (Body);

}
footer .subscription-box .btn-orange {
    border-radius: 0 2px 2px 0;
    display: inline-block;
    padding: 6px 12px;    border: none;
    background: #ea6915;
    color: #fff;
    font-size: 13px;
    margin-left: -4px;
}
.copyright{
  background: #f6f6f6;
  text-align: center;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #fff;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #fff;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Add a blue color to the author */
.author {color: cornflowerblue;}


.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 17px;
  font-family: Calibri (Body);

}

.icon-bar a:hover {
  background-color: #000;
}
.call {
  background: #c81302;
  color: white;
}

.whatsapp {
  background: #0dda03;
  color: white;
}
.instagram {
    background: #7e044f;
    color: white;
  }
  .facebook {
    background: #022f52;
    color: white;
  }
  .linkedin {
    background: #0c3c6e;
    color: white;
  }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #009dd1;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.secInnerBanner {
    float: left;
    width: 100%;
    height: 314px;
    position: relative;
    background: url(../images/sec-bg.jpg);
    background-size: 100%;
    /* background-attachment: fixed; */
}
.innerBannerImage {
    float: left;
    width: 100%;
}
.innerBannerContent {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    text-align: center;
}
.breadcrumb-title {
    padding: 0 70px;
}
.breadcrumb-title .sub-title {
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 51px;
}
.breadcrumb-title .big-title {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 768px) {
   
  .navbar-brand{
    padding-left: 5px;
  }  
  .logo-name h1 span{
    font-size: 20px;
  }
 .navbar-toggler{
    margin-top: 20px;
 }   
.breadcrumb-title .big-title {
    margin: 0;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    font-family: Calibri (Body);

}
.breadcrumb-title .sub-title {
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    font-family: Calibri (Body);

}
    }
.breadcrumb-title .big-title strong {
    font-weight: 900;
    color: #fff;
}
.breadcrumb-list ul {
    padding: 0;
    margin: 36px auto 0;
    font-weight: 600;
    display: table;
}
.breadcrumb-list ul .breadcrumb-item {
    float: left;
    list-style: none;
    position: relative;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumb-list ul .breadcrumb-item .breadcrumb-link {
    font-weight: 700;
    font-size: 17px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: Calibri (Body);

}
.details-address {
    margin: 300px 0px 0px;
    padding: 85px 0px 10px;
}
.details-address h6 {
        font-size: 25px;
    color: #000520;
    font-family: Oswald;

}
.details-address h2 {
    font-size: 30px;
    font-family: Oswald;

}
.add-detail {
    margin: 30px 0px;
    height: 250px;
    padding: 30px;
    background-color: white;
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 13%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.add-detail i {
       font-size: 26px;
    color: #ff6d34;
    border-radius: 50%;
    border: 1px solid #ff6d34;
    padding: 15px 20px;
    font-family: Calibri (Body);

}

.add-detail h3 {
    font-size: 20px;
    margin: 10px 0px;
    font-family: Oswald;

}
.add-detail p {
      color: black;
    font-size: 17px;
    font-family: Calibri (Body);

}

.about h1{
        color: #000520;
    font-weight: 600;
    padding-top: 50px;
    font-family: Oswald;
}
.about p{
    font-size: 17px;
    font-family: Calibri (Body);
}
.about-data h2
{
 color: #000520;
    font-weight: 600;
    font-family: Oswald;

}
.about-data p{
    font-size: 17px;
    font-family: Calibri (Body);
}
.vision-mision h2{
      color: #00189d;
    font-weight: 600;
    font-family: Oswald;

}
.vision-mision p{
    font-size: 17px;
    font-family: Calibri (Body);

}
.container1 {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0
}

.container1::after {
  content: "";
  clear: both;
  display: table;
}

.container1 img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.container1 span {
  font-size: 20px;
  margin-right: 15px;
  font-family: Calibri (Body);

}

@media (max-width: 500px) {
  .container1 {
      text-align: center;
  }
  .container1 img {
      margin: auto;
      float: none;
      display: block;
  }
}
.career-data
{
     background-color: white;
    box-shadow: 1px 2px 7px 0px #b5b2b2;
    padding: 20px;
}
.career-data h3{
    font-size: 35px; 
    font-family: Oswald;
}
.news h5{
    font-size: 30px; 
    font-family: Oswald;
}
.career-data p{
    font-size: 17px;
    font-family: Calibri (Body);
}
.apply-career
{
        background-color: #ff6d34;
    color: white;
    font-size: 17px;
    height: 35px;
    border: 1px solid  #ff6d34;
    font-family: Calibri (Body);

}
.courses h1{
 color: #000520;
    font-weight: 600; 
        font-size: 21px; 
            letter-spacing: 1px; 
            font-family: Oswald;

}
.courses img{
    border-radius: 50%;
    height: 310px;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 25%);
}
.courses p{
    font-size: 17px;
    font-family: Calibri (Body);

}
.course-details h2{
        color: #000520;
    font-weight: 600;
    font-size: 21px;
    font-family: Oswald;

}

.course-details p{
    font-size: 17px;
    font-family: Calibri (Body);

}

.course-details-data {
       /* background-color: white; */
    box-shadow: 1px 2px 7px 0px #b5b2b2;
    /* padding: 20px; */
    height: 100%;
    background: #f1f2f2;
    padding: 30px 40px;
    color: rgb(37, 37, 37);
}
.course-details h3{
        font-size: 17px;
        font-family: Oswald;

}
.Course-Offered {
        background-color: #f7e7e1;
    padding: 20px 0px;
}
.Course-Offered h2{
        color: #003a7c;
    font-weight: 600;
    font-size: 35px;
    font-family: Oswald;

}
.Offered-data {
        background: #003a7c;
    padding: 20px 40px;
    height: 100%;
    color: white;
}
.Offered-data h4{
    letter-spacing: 2px;
    font-family: Oswald;

}
.Offered-data p{
        font-size: 17px;
    letter-spacing: 2px;
    line-height: 35px;
    font-family: Calibri (Body);

}
.cruise h3{
  color: #000520;
    font-weight: 600;
    font-size: 21px;
    font-family: Oswald;

}
.cruise p{
    font-size: 17px;
    font-family: Calibri (Body);

}
.marchantnavy-details {
        background: whitesmoke;
    padding: 30px 0px;
}
.marchantnavy-details h3
{
        color: #000520;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: Oswald;

}
.marchantnavy-details strong{
        color: #003a7c;
}
.marchantnavy-details p{
    font-size: 17px;
    font-family: Calibri (Body);

}

.marchantnavy-skills{
        box-shadow: 1px 2px 7px 0px #b5b2b2;
    /* padding: 20px; */
    height: 100%;
    background: #ffffff;
    padding: 30px 40px;
    color: #ff6d34;
}
.marchantnavy-skills strong{
        letter-spacing: 1px;
    font-size: 17px;
    font-family: Calibri (Body);

}
.marchantnavy-skills p{
    font-size: 17px;
    font-family: Calibri (Body);

}
.marchantnavy-skills h3{
    color: #000520;
    font-family: Oswald;

}
.datata {
        box-shadow: 1px 2px 7px 0px #b5b2b2;
    /* padding: 20px; */
    height: 100%;
    background: #f1f2f2;
    padding: 14px 18px;
    color: rgb(32, 32, 32);
}
.datata:hover{
     box-shadow: 1px 2px 7px 0px #b5b2b2;
    /* padding: 20px; */
    height: 100%;
    background: #045fc7;
    padding: 14px 18px;
    color: white;
}
.Courses-Details h3{
        color: #ff6d34;
    font-size: 27px;
    font-weight: 600;
    font-family: Oswald;

}
.Courses-Details p{
    font-size: 17px;
    font-family: Calibri (Body);

}
.saloon {
    padding: 30px 0px;
}
.saloon h2{
        color: #003a7c;
    font-size: 30px;
    font-family: Oswald;

}
.saloon h3 {
           color: #000520;
    font-size: 22px;
    border-bottom: 1px dotted white;
    padding: 10px 0px;
    margin: 10px 0px 30px;
    font-family: Oswald;

}
.saloon-data{
        background: #f1f2f2;
    padding: 10px;
    color: rgb(34, 33, 33);
        height: 100%;
}
.saloon p{
    font-size: 17px;
    font-family: Calibri (Body);

}
.saloon-data1 strong {
    color: #ff6d34;
    letter-spacing: 1px;
}
.saloon-data1{
        background: #ffffff;
    padding: 10px;
    color: rgb(35, 35, 35);
        height: 100%;
}

.commences h3{
        color: #000520;
    font-size: 27px;
    font-weight: 600;
    font-family: Oswald;

}
.commences p{
    font-size: 17px;
    font-family: Calibri (Body);

}

.commences strong {
    color:#003a7c;
    letter-spacing: 1px;
}

#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 17px;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Calibri (Body);

}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 17px;
    font-family: Calibri (Body);

    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 17px;
    font-family: Calibri (Body);

}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 17px;
    color: #4b4b4b;
    font-family: Calibri (Body);

}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
        font-family: Oswald;

    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}

.item img{
    height: 100px;
  }

  .testimonial-head h3 {
    font-size: 25px;
    color: #000520;
    font-family: Oswald;

}



.process-section{
	position:relative;
	padding:100px 0px 80px;
	background-color:#0070a3;
	background-position:center center;
	background-repeat:no-repeat;
}

.process-block{
	position:relative;
	z-index:1;
   margin-bottom: 13px;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
	padding: 40px 11px;;
	background-color:#12183a;
	border:1px solid rgba(255,255,255,0.10);
}

.process-block .inner-box:before{
	position:absolute;
	content:'';
	left:10px;
	bottom:0px;
	right:10px;
	height:30px;
	z-index:-1;
	opacity:0.10;
	border:1px solid white;
	background-color:#12183a;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.process-block .inner-box:hover::before{
	bottom:-12px;
	opacity:1;
	border-color:#ffe4aa;
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.process-block .inner-box:hover{
	border-color:#ffe4aa;
}

.process-block .inner-box .icon{
	position:relative;
	line-height:1em;
	font-size:var(--font-54);
	color:var(--color-eight);
	font-family: "flaticon";
	margin-bottom:var(--margin-bottom-25);
}

.process-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.process-block .inner-box .step{
	position:relative;
	font-weight:700;
	padding:3px 24px;
	border-radius:50px;
	display:inline-block;
	font-size:var(--font-14);
	text-transform:uppercase;
	color:#ffe4aa;
	margin-bottom:var(--margin-bottom-25);
	font-family:var(--font-family-gilroy);
	background-color:var(--dark-color-two);
}

.process-block .inner-box h4{
	margin-bottom:var(--margin-bottom-10);
}

.process-block .inner-box h4 a{
	position:relative;
	color:white;
    font-size: 20px;
}

.process-block .inner-box:hover h4 a{
	color:#ffe4aa;
}

.process-block .inner-box .text{
	position:relative;
	opacity:0.60;
	font-size:var(--font-14);
	color:white;
    margin-top: 20px;
}

.process-block:nth-child(2) .inner-box:hover::before,
.process-block:nth-child(2) .inner-box:hover{
	border-color:#c6e7f5;
}

.process-block:nth-child(2) .inner-box:hover h4 a,
.process-block:nth-child(2) .inner-box .step,
.process-block:nth-child(2) .inner-box .icon{
	color:#c6e7f5;
}

.process-block:nth-child(3) .inner-box:hover::before,
.process-block:nth-child(3) .inner-box:hover{
	border-color:#c68bf7;
}

.process-block:nth-child(3) .inner-box:hover h4 a,
.process-block:nth-child(3) .inner-box .step,
.process-block:nth-child(3) .inner-box .icon{
	color:#c68bf7;
}

.process-block:nth-child(4) .inner-box:hover::before,
.process-block:nth-child(4) .inner-box:hover{
	border-color:#648d8b;}

.process-block:nth-child(4) .inner-box:hover h4 a,
.process-block:nth-child(4) .inner-box .step,
.process-block:nth-child(4) .inner-box .icon{
	color:#648d8b;}








    .clients-section{
        position:relative;
        padding:0px 0px 100px;
    }
    
    .client-block{
        position:relative;
        margin-bottom:30px;
    }
    
    .client-block .inner-box{
        position:relative;
        padding:40px 40px;
        background-color:#ffffff;
        box-shadow:0px 10px 20px rgba(0,0,0,0.10);
    }
    
    .client-block .inner-box:before{
        position:absolute;
        content:'';
        left:10px;
        bottom:-10px;
        right:15px;
        top:25px;
        z-index:-1;
        transform:rotate(2deg);
        background-color:#2196f3;
    }
    .client-block:nth-child(2) .inner-box:before{
        transform:rotate(-2deg);
        background-color:#2196f3;
    }
    .client-block:nth-child(4) .inner-box:before{
        transform:rotate(-2deg);
        background-color:#2196f3;
    }.client-block:nth-child(6) .inner-box:before{
        transform:rotate(-2deg);
        background-color:#2196f3;
    }
    
    .client-block .inner-box .content{
        position:relative;
        /* padding-left:110px; */
        display: flex;
    }
    
    .client-block .inner-box .icon{
        position:absolute;
        left:0px;
        top:10px;
        line-height:1em;
        color:var(--main-color);
        font-size:var(--font-70);
        font-family: "flaticon";
    }
    
    .client-block .inner-box h4{
        margin-bottom:15px;
    }
    
    .client-block .inner-box h4 span{
        color:var(--main-color);
        border-bottom:2px solid var(--main-color);
    }
    
    .client-block .inner-box .text{
        line-height:1.8em;
        font-size:15px;
        padding-left:25px;
        border-left:1px solid #e1e1e1;
    }
    


    @media only screen and (max-width: 768px) {
        .why {
            padding: 45px 0;
            background-image: url(img/bg01.jpg);
            background-repeat: no-repeat;
            background-size: auto;
        }
       
       }