@media only screen and (max-width: 600px) {
  
  .slick-slide{
    padding-left: 5%;   
  }
  .mycards {

    margin-bottom: 20px;
  }
  .mycareerdiv{
    padding-top: 120px !important;
  }
 
}

.mycareerdiv{
  padding-top: 0px;
}

.btns {
  border: 2px solid #e7e7e7;
  background-color: #fff;
  border-radius: 5px;
  color: #727272;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.default:hover {
  background: #269ace;
  color: #fff;
}



:root {
  --primary-color: #1b72a4;
  --bg-color: #dfe6e9;
  --text-color: white;
}

.mycards {
  background: white;
  cursor: pointer;
  border-radius: 15px;
  position: relative;
  padding: 25px 30px;
  color: var(--primary-color);
}

.mycards::after {
  content: "";
  background: var(--primary-color);
  border-radius: 15px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  clip-path: circle(10% at 0% 0%);
  transition: all 0.3s ease-in;
}

.content {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in;
  color:  #000 !important  ;
  font-family: revert !important;
}

.content h3{
     font-family: revert !important;
}

.mycards:hover::after {
  clip-path: circle(100%);
}

.mycards:hover .content {
  color: var(--text-color) !important ;
}

.mycards:hover h3 {
  color: var(--text-color) !important;
}










.section-services {
	padding-top: 110px;
	padding-bottom: 120px;
	
	background-color: #1e1e1e;
	color: #fff;
}

.card p{
    color: #000 !important;;
}
/* .section-services  {

      background-image: url('../img/reading-services.jpg');
      background-size: cover;
     
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
     

} */


.section-services .header-section {
	margin-bottom: 35px;
}

.section-services .header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #f70037;
}

.section-services .header-section .title {
color :#1688bb;
font-family: revert !important;
}

.section-services .single-service .part-1 .title{
    color :#fff !important;
font-family: revert !important;
}



.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #f70037;
}

.section-services .header-section .title span {
	color: #f70037;
}

.section-services .header-section .description {
	color: #6f6f71;
}

.section-services .single-service {
	margin-top: 40px;
	background-color: #24252a;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.section-services .single-service .part-1 {
	padding: 20px 20px 20px;
	border-bottom: 2px solid #999999;
    background-color: #b01a29;
}
.section-services .single-service .partblue {
	padding: 20px 20px 20px;
	border-bottom: 2px solid #999999;
    background-color: #326f99 !important;
}

.section-services .single-service .part-1 i {
	margin-bottom: 25px;
	font-size: 50px;
	color: #f70037;
}

.section-services .single-service .part-1 .title {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.8em;
    margin-bottom: 0px;
}

.section-services .single-service .part-2 {
	padding: 30px 40px 40px;
    background-color: #fff;
}

.section-services .single-service .part-2 .description {
	margin-bottom: 22px;
	color: #000;
	font-size: 17px;
	line-height: 1.8em;
}

.section-services .single-service .part-2 a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.section-services .single-service .part-2 a i {
	margin-right: 10px;
	color: #f70037;
}

.section-services .single-service .partblue1 a i {
	margin-right: 10px;
	color: #326f99 !important;
}




























.dropdown.nav-item .dropdown-menu-animation.show
{
    height: auto !important;
}

.h-divider {
  margin: auto;
  margin-top: 80px;
  width: 80%;
  position: relative;
}

.h-divider .shadows {
  overflow: hidden;
  height: 20px;
}

.h-divider .shadows:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}

.myicons{
        top: -4%;
    font-size: 1.5em;
    position: absolute;
    color: rgb(255, 255, 255);
    margin-left: -7px;
    font-family: sans-serif;
}

.slick-slide img{

    max-width: 150px;
}

.wdt{    
    width: 90% !important;    
}    
.img    
{    
    height: auto !important;    
    width: auto;    
}    
    
.imgdetails    
{    
    height: auto !important;    
    width: auto !important;    
    
}    
    
.imgpad    
{    
    padding-bottom: 0px !important;    
    padding-top: 0px !important;    
  padding-left: 50px !important;    
  padding-right: 50px !important;    
    
}    
  .cls    
  {    
    padding-right: 300px !important;    
    background-color: blue    
  }    




  .service-grid {
    background: #fcfcfc;
}
    .service-title h4 {
    position: relative;
    display: inline-block;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.redclass{
   color:  #e8413e !important;
}

.freenclass{
   color:  #5ab25e !important;
}
.blueclass{
   color:  #2694c8 !important;
}

.orangeclass{
   color:  #fc9208 !important;
}


.service-icon i {
    font-size: 40px;
    color: #e8bc00;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
      box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.service-wrap p{
      position: relative;
}

.service-wrap:hover {
    background-image: url(../img/services.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p{
    color: #fff;
}
.service-wrap h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
}
.service-wrap a {
    font-size: 14px;
    font-weight: 600;
      position: relative;

}