.middle-bar{
    margin-left: 18%;
    padding: 0;
}
.middle-bar li a{
  font-size: 15px;
  font-weight: 800;
  line-height: 55px;
  cursor: pointer;
}
.middle-bar li{
    padding-right: 8%;
}
.border-right-1{
    border-right: 1px solid #e6dfdf;
}
.bg-nblue{
    background-color: #1a0267;
}
.popular-city{
    color: #4a4949;
font-size: 15px !important;
font-weight: 500 !important;
text-align: left !important;
margin-left: 10px !important;
margin-top: 5% !important;
margin-bottom: 5% !important;
}
.near-me{
    background-color: white;
}
.near-me a{
    background-color: #f2f2f2;
    padding: 2% 7%;
    color: #484f5c !important;
    /* height: 25px; */
    width: 110px;
    border-radius: 100px;
    display: block;
    font-size: 15px;
    margin-top: 5%;
    text-align: center;
    margin-right: 5%;
    float: right;
}
.near-me i{
  font-size: 18px;
  padding-right: 6%;
}
.more{
    color: #f70169 !important;
}
/* switch  */
 .can-toggle {
    position: relative;
    margin-bottom: 10%;
  }
  .can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
  }
  .can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
  }
  .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
  }
  .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
  }
  .can-toggle label .can-toggle__switch {
    position: relative;
  }
  .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0);
  }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(234, 0, 48, 0.5);
  }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #00c29e;
  }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #00c29e;
  }
  .can-toggle input[type="checkbox"]:hover ~ label {
    color: white;
  }
  .can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: white;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #00c29e;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #00c29e;
  }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #00c29e;
  }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #00c29e;
  }
  .can-toggle label .can-toggle__label-text {
    flex: 1;
  }
  .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background:#00c29e;
  }
  .can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #00c29e;
  }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(146px, 0, 0);
  }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle label {
    font-size: 14px;
  }
  .can-toggle label .can-toggle__switch {
    height: 40px;
    flex: 0 0 300px;
    border-radius: 30px;
  }
  .can-toggle label .can-toggle__switch:before {
    left: 150px;
    font-size: 16px;
    line-height: 40px;
    width: 150px;
    padding: 0 12px;
    font-weight: 600;
  }
  .can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 30px;
    width: 150px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
  }
  .can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
  }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
  .can-toggle.can-toggle--size-small label {
    font-size: 13px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
  .w35{
    width: 35%;
  }

  .w80{
    width: 80%;
  }
  .count-insti{
    background: #00c29e;
    padding: 8px;
    width: calc(100%/2);
    text-align: center;
  }
  .count-train{
    background: #f70169;
    padding: 8px;
    width: calc(100%/2);
    text-align: center;
  }
  .w100{
    width: 100% !important;
  }
  .w90{
    width: 90%;
  }
  .w60{
    width: 60% !important;
  }
  .email{
    width: calc(100%/4);
    background-color: #ffa22b;
    padding: 4px 20px;
    text-align: center;
    border-bottom-left-radius: 3px;
    line-height: 0;
  }
  .email a {

    font-size: 20px;
    color: white !important;
  }
  .call{
    width: calc(100%/4);
    background-color: #04b2e5;
    padding: 4px 20px;
    text-align: center;
    line-height: 0;
  }
  .call a {

    font-size: 20px;
    color: white !important;
}
.whatsapp{
  width: calc(100%/4);
  background-color: #21b632;
  padding: 4px 20px;
  text-align: center;
  line-height: 0;
}
.whatsapp a {

  font-size: 24px;
  color: white !important;
}
.youtube{
  width: calc(100%/4);
  background-color: #f84242;
  padding: 4px 20px;
  text-align: center;
  border-bottom-right-radius: 3px;
  line-height: 0;
}
.youtube a {

  font-size: 22px;
  color: white !important;
}
.whatsapp-footer{
  font-size: 30px;
  padding: 0 8px !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: 0;
}
.whatsapp-input{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
header li .active{
  border-bottom: 2px solid #f70169;
}
.git{
  background: white;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.git i{
  color: #798598;
font-size: 25px;
}
.shake {
  animation: shake 0.5s;
  animation-iteration-count: 10;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.sub-head{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white !important;
  padding: 0 3%;
}
.container-sm{
  width: 1000px;
}

/* Vertical Tabs  */
.tabs {
  max-width: 100%;
  display: -webkit-box;
  display: flex;
}
.tabs > ul {
  list-style-type: none;
  padding: 0;
}
.tabs > ul li {
  display: block;
  text-align: center;
}
.tabs > ul li{
  display: block;
  text-decoration: none;
  background: #F2F5F9;
  padding: 1rem 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.tabs > ul li.active {
  background: #fff;
  color: #2C2C2C;
}

.tabs > ul li :hover:not(.active) {
  color: #f70169;
}
.tabs > ul li a{
  font-size: 16px;
  font-weight: 600;

}
.tabs > ul li a:hover{
  font-size: 17px;
  font-weight: 600;
  color: #f70169;
  
}

.tabs section {
  background: #fff;
  padding: 1.5rem 2.5rem;
  display: none;
}
.tabs section.active {
  display: block;
}
.review-border{
  border-bottom: 7px solid #79bdf6;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 5px;
}
.seo-footer h4{
  color: #dddcdc;
  font-weight: 600;
  padding-bottom: 10px;
}
.seo-footer span{
  color: #b9b6b6;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
}



.overlay-text{
   transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.effect-image-1{
	position: relative;
	display: block;
}
	/*-- ovarlay text effect-1 --*/

	.overlay-text {
	    position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
      background: rgba(13, 13, 13, 0.94);
      padding: 10% 10%;
	}

	.overlay-text-1{
		opacity: 0;
		visibility: hidden;
	}
	.effect-image-1:hover .overlay-text-1{
		opacity: 1;
		visibility: visible;
	}
  .dropbtn {
    /* background-color: #4CAF50; */
    color: #2e384d !important;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #00c29e;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    padding: 5% 2%;
  }
  
  .dropdown-content a {
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
  }
  .dropdown-content::before {
    position: absolute;
    top: -6px;
    left: 12px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid#c3c9cc;
        border-bottom-color:#c3c9cc;
    border-left: 5px solid transparent;
    border-bottom-color:#c3c9cc;
    content: '';
}
  
  .dropdown-content a:hover {background-color: #fff;}
  
  .dropdown:hover .dropdown-content {display: block;}

  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 99;
}
.fixed-header-institute {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index: 99;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; 
  z-index: 99;
}
.fixed-sidebar {
  position: -webkit-fixed ;
  position:fixed;
  top: 10%;
  z-index: 99;
}
.bg-gradient-secoundry{
  background: linear-gradient(-225deg, #56CCF2 35%, #2F80ED 100%)
}
/* Gradient Color code  */

.ai-machine-learning {
  background: linear-gradient(-225deg, #000046 35%, #1cb5e0 100%)    !important;
  color: #fff;
}
.project-managment{
  background: linear-gradient(-225deg, #007991 35%, #78ffd6 100%)  !important;
  color: #fff;
}
.cyber-security{
  background: linear-gradient(-225deg, #56CCF2 35%, #2F80ED 100%) !important;
  color: #fff;
}
.cloud-computing{
  background: linear-gradient(-225deg, #B2FEFA 35%, #0ED2F7 100%) !important;
  color: #fff;
}
.devops{
  background:linear-gradient(-225deg, #F2994A 35%, #F2C94C 100%)  !important;
  color: #fff;
}
.software-managment{
  background: linear-gradient(-225deg,#4AC29A 35%, #BDFFF3 100%) !important;
  color: #fff;
}
.agile-and-scrum{
  background: linear-gradient(-225deg, #0f3443 35%,#34e89e 100%) !important;
  color: #fff;
}
.erp-sap{
  background: linear-gradient(-225deg, #6190E8 35%, #A7BFE8) !important;
  color: #fff;
}
.it-services-and-infrastructure{
  background: linear-gradient(-225deg, rgb(10, 208, 142) 35%, rgb(3, 134, 73) 100%)  !important;
  color: #fff;
}
.big-data{
  background:linear-gradient(-225deg,#0575E6 35%, #021B79 100%)  !important;
  color: #fff;
}
.digital-marketing{
  background: linear-gradient(-225deg, #000428 35%, #004e92 100%) !important;
  color: #fff;
}
.data-science-business-analysis{
  background: linear-gradient(-225deg, #65C7F7 35%, #0052D4 100%)   !important;
  color: #fff;
}
.fixed-rating{
  position: absolute;
  bottom: 10px;
}
.fixed-rating-course{
  position: absolute;
  bottom: 0px;
}
.fixed-rating-institute {
  position: absolute;
  bottom: 12px;
  width: 86%;
}

.slick-wrapper {
	width: 100%;
}
.slide-item {
padding: 0 12px;
}
.join-us{
  width: calc(100%/5);
  padding: 15px;
}

.capitalize{
  text-transform: capitalize;
}
#text{
  display:none;
  }

  .talkbubble-left {
    position: relative;
    width: 300px;
    height: auto;    
    /* padding: 5px; */
    border-radius: 15px;
    border: solid #c3c9cc;
    background: #c3c9cc;
    margin-bottom: 3%;
    z-index: 90;
  }
  
  .talkbubble-left:before {
    content:"";
    position: absolute;
    left: 100%;
    top: 10px;
    width: 0;
    height: 0;    
    border-top: 10px solid transparent;
    border-right: 22px solid #c3c9cc;
    border-bottom: 10px solid transparent;
    transform: rotate(180deg);

  }
  
  .talkbubble-left p {
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;    
    margin: 0;
    padding: 10px;    
    border: none;
    resize: none;
    border-radius: 15px;
    color:#4b5d73;
    font-size: 16px;
    font-weight: 600;
    background: #fff;

  }
  .talkbubble-left-up {
    position: relative;
    width: 300px;
    height: auto;    
    /* padding: 5px; */
    border-radius: 15px;
    border: solid #c3c9cc;
    background: #c3c9cc;
    margin-bottom: 3%;
    z-index: 90;
  }
  
  .talkbubble-left-up:before {
    content:"";
    position: absolute;
    left: 100%;
    top: 12px;
    width: 0;
    height: 0;    
    border-top: 21px solid transparent;
    border-right: 22px solid #c3c9cc;
    border-bottom: 0px solid transparent;
    transform: rotate(180deg);
  }
  
  .talkbubble-left-up p {
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;    
    margin: 0;
    padding: 10px;    
    border: none;
    resize: none;
    border-radius:15px;
    color:#4b5d73;
    font-size: 16px;
    font-weight: 600;
    background: #fff;

  }
  .talkbubble-left-down {
    position: relative;
    width: 300px;
    height: auto;    
    /* padding: 5px; */
    border-radius: 15px;
    border: solid #c3c9cc;
    background: #c3c9cc;
    margin-bottom: 4%;
    z-index: 90;
  }
  
  .talkbubble-left-down:before {
    content:"";
    position: absolute;
    left: 100%;
    top: 12px;
    width: 0;
    height: 0;    
    border-top: 0px solid transparent;
    border-right: 22px solid #c3c9cc;
    border-bottom: 21px solid transparent;
    transform: rotate(190deg);
  }
  
  .talkbubble-left-down p {
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;    
    margin: 0;
    padding: 5px 10px;    
    border: none;
    resize: none;
    border-radius:15px;
    color:#4b5d73;
    font-size: 16px;
    font-weight: 600;
    background: #fff;

  }

  .talkbubble-right-up {
    position: relative;
    width: 300px;
    height: auto;    
    /* padding: 5px; */
    border-radius: 15px;
    border: solid #c3c9cc;
    background: #c3c9cc;
    margin-bottom: 3%;
    float: right;
    z-index: 90;
  }
  
  .talkbubble-right-up:before {
    content:"";
    position: absolute;
    right: 100%;
    top: 10px;
    width: 0;
    height: 0;    
    border-top: 1px solid transparent;
    border-right: 22px solid #c3c9cc;
    border-bottom: 20px solid transparent;
    transform: rotate(10deg);
  }
  
  .talkbubble-right-up p {
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;    
    margin: 0;
    padding: 10px;    
    border: none;
    resize: none;
    border-radius: 15px;
    color:#4b5d73;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    margin-left: -6px;

  }
  .talkbubble-right {
    position: relative;
    width: 300px;
    height: auto;    
    /* padding: 5px; */
    border-radius: 15px;
    border: solid #c3c9cc;
    background: #c3c9cc;
    margin-bottom: 3%;
    float: right;
    z-index: 90;
  }
  
  .talkbubble-right:before {
    content:"";
    position: absolute;
    right: 100%;
    top: 10px;
    width: 0;
    height: 0;    
    border-top: 10px solid transparent;
    border-right: 22px solid #c3c9cc;
    border-bottom: 10px solid transparent;
  }
  
  .talkbubble-right p {
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;    
    margin: 0;
    padding: 10px;    
    border: none;
    resize: none;
    border-radius: 15px;
    color:#4b5d73;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    margin-left: -6px;

  }
  .talkbubble-right-down {
    position: relative;
    width: 300px;
    height: auto;    
    /* padding: 5px; */
    border-radius: 15px;
    border: solid #c3c9cc;
    background: #c3c9cc;
    margin-bottom: 3%;
    float: right;
    z-index: 90;
  }
  
  .talkbubble-right-down:before {
    content:"";
    position: absolute;
    right: 100%;
    top: 10px;
    width: 0;
    height: 0;    
    border-top: 20px solid transparent;
    border-right: 22px solid #c3c9cc;
    border-bottom: 0px solid transparent;
    transform: rotate(-7deg);
  }
  
  .talkbubble-right-down p {
    position: inherit;
    width: inherit;
    height: inherit;
    background: inherit;    
    margin: 0;
    padding: 10px;    
    border: none;
    resize: none;
    border-radius: 15px;
    color:#4b5d73;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    margin-left: -6px;

  }
  .how-it-work{
    /* width: calc(100%/5); */
    padding: 16px;
    box-shadow: 10px 5px 12px rgba(126,142,177,.4)
  }

  .basic{
    background: linear-gradient(-225deg, #f84242 0%, #f71f53 125%) !important;
  }
  .standard{
    background: linear-gradient(-225deg, #ffa22b 0%, #f48f0d 46%) !important;
  }
  .premium{
    background: linear-gradient(-225deg, #56CCF2 0%, #2F80ED 25%) !important;
  }
  .enterprise{
    background: linear-gradient(-225deg, #69f47f 0%, #08b740 25%) !important;
  }

.testimonial1{
    background: #fff ;
    padding: 15px 20px 15px 90px;
    margin: 15px 20px 50px 120px;
    border-radius: 0 100px 100px 0;
    color: #4b5d73;
    position: relative;
    border: 10px solid;
}
.testimonial1 .pic{
    width: 210px;
    height: 210px;
    line-height: 200px;
    border-radius: 50%;
    border: 10px solid #56CCF2;
    /* border: 10px solid; */
    position: absolute;
    top: -15px;
    left: -120px;
    overflow: hidden;
    background: white;
    background-image: url(/static/illustrations/Awards-amico.png);
    background-size: cover;
}
.testimonial1 .pic img{
    width: 100%;
    height: 100%;
}
.testimonial1 .testimonial1-info{
    display: inline-block;
    width: 35%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #4b5d73;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 25px 20px;
    margin: 0;
    border-right: 1px solid #56CCF2;
}
.testimonial1 .testimonial1-info small{
    display: block;
    font-size: 12px;
    color: #4b5d73;
    margin-top: 5px;
}
.testimonial1 .description{
    display: inline-block;
    width: 65%;
    font-size: 15px;
    color: #4b5d73;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
}
.testimonial1 .description:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: #56CCF2;
}
.testimonial1 .description:after{
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    color: #3286ed;
    position: absolute;
    bottom: 5px;
}
.grounded-radiants {
  position: relative;
  border: 8px solid transparent;
  border-radius: 100px;
  background: white;
  background-clip: padding-box;
  /* just to show box-shadow still works fine */
  box-shadow: 0 3px 9px #0009, inset 0 0 9px white;
}

.grounded-radiants::after {
  position: absolute;
  top: -8px; bottom: -8px;
  left: -8px; right: -8px;
  background: linear-gradient(-225deg, #56CCF2 25%, #2F80ED 60%);
  content: '';
  z-index: -1;
  border-radius: 100px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #3286ed; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #3286ed;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #3286ed;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#3286ed, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #3286ed;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}
.design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding:0  30px;
  margin: 0 12%;
  background: #ecfdf8;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;

}
.design-process-content img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 300px;
  width: 300px;
  margin-bottom: 3%;
}
.design-process-content h3 {
  margin-bottom: 16px;
}
.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 84%;
  margin: 20px auto 10px;
  border: none;
  z-index: 0;
}
.process-model li.visited::after {
  background: #00c29e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  top: 33px;
  width: 20%;
  z-index: -1;
  margin-left:10%;
}
.process-model li.visited::after {
  background: #00c29e;
}
.process-model li:last-child::after {
  background: #00c29e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  top: 33px;
  width: 0%;
  z-index: -1;
  margin-left:10%;
}
.process-model li {
  display: inline-block;
  width: 20%;
  text-align: center;
  float: none;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
  border: none;
  background: transparent;

}
.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}
.process-model li.active,
.process-model li.visited {
  color: #00c29e;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
  color: #00c29e;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 700;
}
.process-model li span {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
}
.process-model li.active span, .process-model li.visited span  {
  background: #00c29e;
  border-color: #00c29e;
  color: white;
  font-weight: 700;
}
.process-model li p {
  font-size: 16px;
  margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
  color: #606060!important;
  font-weight: normal
}
.process-model.contact-us-tab li::after  {
  display: none; 
}
.process-model.contact-us-tab li.visited span {
  border-color: #e5e5e5; 
}



@media screen and (max-width: 560px) {
.more-icon-preocess.process-model li span {
      font-size: 23px;
      height: 50px;
      line-height: 46px;
      width: 50px;
  }
  .more-icon-preocess.process-model li::after {
      top: 24px;
  }
}
@media screen and (max-width: 380px) { 
  .process-model.more-icon-preocess li {
      width: 16%;
  }
  .more-icon-preocess.process-model li span {
      font-size: 16px;
      height: 35px;
      line-height: 32px;
      width: 35px;
  }
  .more-icon-preocess.process-model li p {
      font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
      top: 18px;
  }
  .process-model.more-icon-preocess {
      text-align: center;
  }
}
.bottom-content{
  background: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 60%;
  z-index: 1;
  margin: -4% auto 0 auto;
  position: relative;
  border-radius: 10px;
}
.bottom-content h4 {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
margin-bottom: 10px;
}
.bottom-content p{
  font-size: 15px;
text-align: center;
}
.bottom-content ul {
    list-style-type: none;
    padding-left:1em !important;
    margin-left:5em;
}
.bottom-content ul li:before {
  content: '✓';
  margin-right: 5px;
  color:#00bfff;
}
.wcu-p{
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
}
.courses-iframe{
  width: 460px;
  height: 260px;
}
.enquiry{
  width: 600px;max-width: 600px;
}
.switch-btn-active{
  border-radius:20px ;
  border: none;
  background-color: #00c29e;
  color: white;
  z-index: 100;
  font-size: 16px;
  line-height: 26px;
}
.switch-btn-inactive{
  border-radius:20px ;
  border: none;
  color: #717d7d !important;
  background-color: #f2f0f0;
  font-size: 16px;
  line-height: 36px;
  padding: 0 10%;
}

.main-timeline .timeline-content {
  background: linear-gradient(to right, #6c4adc, #9c36ba);
  padding: 20px 20px 20px 150px;
  min-height: 150px;
  display: block;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 7px;
  right: 7px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.main-timeline .timeline-icon {
  color: #fff;
  background: linear-gradient(to bottom, #6c4adc, #9c36ba);
  font-size: 60px;
  text-align: center;
  line-height: 94px;
  height: 130px;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  padding: 10px;
}
.main-timeline .title {
  color: #6c4adc;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.main-timeline .description {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  text-align: right;
  padding: 20px 150px 20px 20px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: 7px;
  right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 0;
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-icon {
  background: linear-gradient(to bottom, #9c36ba, #e81c7e);
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-content {
  background: linear-gradient(to right, #e81c7e, #9c36ba);
}
.main-timeline .timeline:nth-child(4n + 2) .title {
  color: #9c36ba;
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-icon {
  background: linear-gradient(to bottom, #e81c7e, #ee5167);
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-content {
  background: linear-gradient(to right, #e81c7e, #ee5167);
}
.main-timeline .timeline:nth-child(4n + 3) .title {
  color: #e81c7e;
}
.main-timeline .timeline:nth-child(4n + 4) .timeline-icon {
  background: linear-gradient(to bottom, #ee5167, #fa964a);
}
.main-timeline .timeline:nth-child(4n + 4) .timeline-content {
  background: linear-gradient(to right, #fa964a, #ee5167);
}
.main-timeline .timeline:nth-child(4n + 4) .title {
  color: #ee5167;
}
@media screen and (max-width: 576px) {
  .main-timeline .timeline-content {
    padding: 90px 20px 20px 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 90px 0 20px 20px;
  }
  .main-timeline .timeline-icon {
    font-size: 40px;
    line-height: 80px;
    height: 80px;
    width: 80px;
  }
  .main-timeline .title {
    font-size: 18px;
  }
}
