*{
    margin: 0; padding: 0; box-sizing: border-box;
}

body, html {
    font-family: 'Play', sans-serif;
    letter-spacing: 1px;
    overflow-x: hidden;
}

/* 2. header */
.navbar-brand img{
    width: 70%
}
.header-top {
	background: #078dde;
	padding: 8px 0;
}
.header-contact ul li {
	display: inline-block;
	font-size: 15px;
	font-family: 'Helvetica';
	margin-right: 40px;
	color: #fff;
}
.header-contact ul li:last-child {
	margin-right: 0;
}
.header-contact ul li i {
	margin-right: 5px;
}
.header-social li{
    list-style: none;
    display: inline;
    text-align: center;
    padding: 11px;
}
.header-social li:nth-child(1){
    background: #4267b2
}
.header-social li:nth-child(2){
    background: #ff0e17
}
.header-social li:nth-child(3){
    background: #0088cc
}
.header-social li a {
	font-size: 15px;
	color: #fff;
}
.header-social li a:hover {
	color: #ffb607;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 35px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
	display: block;
	color: #ce1104;
	opacity: .8;
	padding: 36px 0;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.main-menu ul li:hover > a {
	color: #ffb607;
	opacity: 1;
}
.main-menu ul li.active > a {
	color: #ffb607;
	opacity: 1;
}
.main-menu ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #ffb607;
	transition: .3s;
}
.main-menu ul > li:hover > a::before {
	width: 100%;
}
.main-menu ul li.active a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffb607;
	transition: .3s;
}
.menu-icon a {
	font-size: 20px;
	color: #666666;
}
.menu-icon a:hover {
	color: #ffb607;
}
/*li.nav-item.active .nav-link{
  color: #078dde !important;
}
*/

.owl-carousel-slider .item {
    height: 85vh;
    clip-path: polygon(0 0, 100% 0%, 100% 96%, 0% 100%);
}
.slide1{
    /*background: url(../images/bg1.jpg);*/
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide2{
    /*background: url(../images/header-bg.jpg);*/
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide3{
    /*background: url(../images/home-banner.jpg);*/
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide1::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}
.slide2::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}
.slide3::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}
.scrollNav{
    top: 0;
    transition: all 0.5s ease;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 3px 5px #6e6e6e96;
}


.banner-small-heading{
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: 'Play', sans-serif;
    visibility: visible;
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    margin: 0px;
    border-radius: 30px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    width: 320px;
    margin-left: 33%;
    margin-bottom: 15px;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 141, 222, 0.5);
}
.learn-heading{
    z-index: 11;
    font-family: 'Play', sans-serif;
    visibility: visible;
    text-align: center;
    line-height: 120px;
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 100px;
    border-color: rgb(103, 103, 103);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 880px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.banner-heading{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 50%;
    top: 50%;
    z-index: 10;
    visibility: visible;
    transform: translate(-50%, -50%);
    color: #fff;
}

.banner-heading p{
    z-index: 9;
    font-family: 'Play', sans-serif;
    visibility: visible;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 24px;
    border-color: rgb(103, 103, 103);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    padding-top: 25px;
}


.owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    background-color: #ffffff57 !important;
    margin-left: 5px;
}
.owl-dots{
    position: absolute;
    left: 5%;
    bottom: 8%;
}
button.owl-dot.active{
    background-color: #078dde !important;
}
.owl-prev, .owl-next{ 
        border-radius: 0
}
button.owl-prev{
    background-color: #8d8a868c !important;
}
button.owl-next{
    background-color: #8d8a868c !important;
    right: 1%;
}
button.owl-prev span {
    color: #fff;
}
button.owl-next span {
    color: #fff;
}
/* about section */




.singleTbox {
    height: 360px;
    width: 100%;
    padding: 15px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.singleTbox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #fff;
    -webkit-transition: all .24s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .24s cubic-bezier(0.445, 0.05, 0.55, 0.95);
   
}


.hexedgeshape, .video-icon2, .video-icon2:after, .aceSingleServices .icons i, .singleHexaTeam .teamhexsss, .singleTbox:after, .single-blog.sticky .sticky-box {
    -webkit-mask: url(../images/hexshape.svg) no-repeat 50% 50%;
    mask: url(../images/hexshape.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}






.card-img-icon img{
    width: 16%
}

.service-relative hr, .service-absolute hr {
    border-color: #383c4b;
    width: 30px;
    margin: 17px 0;
    border-width: 3px;
}
.about-sec-card-text span{
    font-size: 32px;
    font-weight: 600;
    color: #078dde;
}
.about-sec-card-text p{
     padding-top: 20px;
     font-weight: 600;
}
.banner-cards p:last-child{
    font-size: 14px;
    color: #fff
}
.head-box-text h3{
    text-align: center;
    color: #fff;
    padding-bottom: 25px
}
.abt-more-btn .button_base{
    margin: 0
}
.abt-more-btn .button_base:hover {
    cursor: pointer;
    box-shadow: 0px 2px 2px #0000009c;
}
.abt-more-btn .b03_skewed_slide_in div:nth-child(1) {
    color: #078dde;
    background-color: #fff;
    font-weight: 500;
}
.abt-more-btn .b03_skewed_slide_in div:nth-child(2){
        background: #078dde;
}
.abt-more-btn .b03_skewed_slide_in div:nth-child(3) {
    color: #fff;
    }
.card-about span{
    font-size: 18px;
    color: #fff;
}

.service-sec {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-right: 90px;
    padding-bottom: 60px;
    padding-left: 90px;
    font-family: sans-serif;
    /* background: radial-gradient(circle at 1.98% 13.04%, #790ff1, transparent 100%),radial-gradient(circle at 98.02% 28.95%, #00BCD4, transparent 100%),radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%); */
    background: #A0CB51;
    margin: 0;
    clip-path: polygon(0 10%, 100% 0%, 100% 85%, 0% 100%);
    margin-top: -28px;
}
.card-about h2{
    font-size: 56px;
    line-height: 56px;
    color: #fff;
    font-weight: bolder;
    padding-top: 30px;
}

.about-text-para p{
font-family: 'Play', sans-serif;
    font-size: 20px;
    line-height: 42px;
    color: rgba(255,255,255,0.85);
}
.set-abt-txt-mrgn{
    margin-top: 60px
}

.sec-wedo {
    background: url(../images/s-1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
    background-attachment: fixed;
    padding: 110px 0 130px;
    clip-path: polygon(0 6%, 100% 0, 100% 87%, 0% 100%);
    margin-top: -42px;
}
.sec-wedo::after{
    background: rgba(0,0,0,0.78);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.fea-card-img-icon1{
    width: 50px;
    height: 50px;
    background: url(../images/we-do-icons.png) no-repeat;
    background-position: 0 0;
}
.sec-wedo .container span {
    color: #b7b7b7;
    z-index: 1;
    position: relative;
}
.sec-wedo .container{ text-align: center; }
.sec-wedo .container h2{
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}

.set-fea-margin-top{
    margin-top: 30px;
}

.fea-card-img-icon1 {
    width: 50px;
    height: 50px;
    background: url(../images/we-do-icons.png) no-repeat;
    background-position: 0 99%;
    z-index: 1;
    position: relative;
    transform: scale(0.9);
    margin: 25px auto 0;
}
.feature-card{
    position: relative;
    z-index: 1;
    color: #fff;
    border: 1px solid #078dde; 
    padding: 0 20px 20px;
    text-align: center;
}
.feature-card:hover {
        background-color:#0f99ea29;
        transition: all 0.5s
}
.feature-card:hover .icon-bg-effect .fea-card-img-icon1{
    background-position: 0 0;
    transition: all 0.5s ease;
}
.feature-card:hover .fea-card-img-icon2{
    background-position: -50px 0;
    transition: all 0.5s ease;
}
.feature-card:hover .fea-card-img-icon3{
    background-position: -100px 0;
    transition: all 0.5s ease;
}
.feature-card:hover .fea-card-img-icon4{
    background-position: -150px 0;
    transition: all 0.5s ease;

}
.feature-card p:nth-of-type(1) {
    font-weight: 600;
    font-size: 17px;
    padding-top: 20px;
}
.fea-card-img-icon2{
    width: 50px;
    height: 50px;
    background: url(../images/we-do-icons.png) no-repeat;
    background-position: -50px -50px;
    z-index: 1;
    position: relative;
    margin: 25px auto 0;
}
.fcd{
    margin-left: 20px
}
.fea-card-img-icon3{
    width: 50px;
    height: 50px;
    background: url(../images/we-do-icons.png) no-repeat;
    background-position: -100px -50px;
    z-index: 1;
    position: relative;
    margin: 25px auto 0;
}
.fea-card-img-icon4{
    width: 50px;
    height: 50px;
    background: url(../images/we-do-icons.png) no-repeat;
    background-position: 100% 100%;
    z-index: 1;
    position: relative;
    margin: 25px auto 0;
}
.feature-card a{
    color: #790FF1
}
.fa-arrow-right{
    padding-left: 5px
}

.feature-card a {
    color: #790FF1;
}

.icon-bg-effect{
/*    background: linear-gradient(120deg, rgba(210, 30, 43, .6) 0%, #d21e2b 100%);
    height: 60px;
    width: 60px;
    border-radius:50%*/
}
.set-shadow{
    width:98%;
    height:200px;
    background:#FFF;
    background-image: url(../images/stockbackimage.png);
    background-size: cover;
    background-position: 20% -40%;
    background-repeat: no-repeat;
    margin:0px auto;
    padding-top: 28px;     
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
    position:relative;
    box-shadow: 0 1px 4px rgba(185, 185, 185, 0.3), 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.8);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.effect7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}




.card-fechrs {
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 10px;
  margin: 1rem;
  /*max-width: 400px;*/
  width: 100%;
  height: 210px;
  padding: 2.5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: ease 1s;
}
.card-fechrs:hover{
    color: #fff;
    transition-delay: 2s: 
}
.card-fechrs:hover h3{
    color: #fff !important;
    transition-delay: 2s: 
}
.card-fechrs:after {
  content: "";
  display: block;
  width: 260px;
  height: 260px;
  background: #f4f7f7;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  bottom: -80px;
  z-index: -2;
  transition: all .34s cubic-bezier(0.98, 0.16, 0, 0.93);
}
.card-fechrs:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: rgb(250, 250, 250);
    border-radius: 100%;
    position: absolute;
    right: -20px;
    bottom: -41px;
    z-index: -1;
    transition: all 0.8s cubic-bezier(0.98, 0.16, 0, 0.93);
}
.card-fechrs:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    bottom: 0;
    right: 0;
}
.card-fechrs:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    bottom: 0;
    right: 0;
    background-color:#239fea;
}
.btn{
    border-radius: 0
}

.features{
    margin-top: 10px; position: relative;
}

.whyus p:nth-of-type(1){
    font-size: 15px;
}
.whyus p:nth-of-type(3){
    padding-bottom: 25px
}

.read-btn .btn{
    width: 20%;
    margin-top: 50px;
}

.contact-details a{
    margin-bottom: 10px; 
}
.contact-details a:hover{
    text-decoration: none;
}
.quick-link li{
    padding-bottom: 10px; padding-left: 30px
}
.quick-link li a{
    color: #fff;
}
.quick-link li a:hover{
    text-decoration: none;
    color: #bc0404;
}




#testimonial-area{
   font-family: 'Raleway', sans-serif !important;
   width:100% !important;
}
 #testimonial-area .section-heading h2 {
     font-size: 48px;
     line-height: 58px;
}
 .testi-wrap {
     position: relative;
     height: 725px;
     /* margin: 80px 20% 0; */
}
 .client-single {
     margin-top: 20px;
     text-align: center;
     position: absolute;
     -webkit-transition: all 1s ease;
     transition: all 1s ease;
}
 .client-info, .client-comment {
   position:relative;
   top:30px;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .client-single.inactive .client-comment, .client-single.inactive .client-info {
     display: none;
}
 .client-single.inactive .client-comment, .client-single.inactive .client-info {
     opacity: 0;
     visibility: hidden;
}
 .client-single.position-1 {
     -webkit-transform: scale(0.65);
     transform: scale(0.65);
}

 .client-single.position-2 {
     left: 80px;
     top: 50px;
}
 .client-single.position-3 {
     left: -40px;
     top: 250px;
}
 .client-single.position-4 {
     left: 50px;
     top: 450px;
}
 .client-single.position-5 {
     top: 50px;
     right: 80px;
}
 .client-single.position-6 {
     top: 250px;
     right: -40px;
}
 .client-single.position-7 {
     top: 450px;
     right: 50px;
}


/*Potrait Phone*/
@media only screen and (max-width: 768px){  
  .client-info{
    position:relative;
    top:-10px;
  }
   .client-info p {
    font-size:15px !important;
   font-weight:700;
}
 .client-comment {
   position:relative;
   top:0;
     padding: 0 10px;
}

 .client-single.position-2 {
     left: -5% !important;
     top: 50px !important;
}
 .client-single.position-3 {
     left: -15% !important;
     top: 230px !important;
}
 .client-single.position-4 {
     left: -5%!important;
     top: 430px !important;
}
 .client-single.position-5 {
     top: 50px !important;
     right: -5% !important;
}
 .client-single.position-6 {
     top: 230px !important;
     right: -15% !important;
}
 .client-single.position-7 {
     top: 430px !important;
     right: -5% !important;
}
  
  
}
 .client-single.active {
     top: 10%;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     z-index: 10;
     width: 80%;
}
 .client-single.active .client-comment, .client-single.active .client-info {
     -webkit-transition-delay: 0.6s;
     transition-delay: 0.6s;
}
 .client-single:not(.active) {
     -webkit-transform: scale(0.55);
     transform: scale(0.55);
     z-index: 99;
}
 .client-single.active .client-img {
     width: 160px;
     height: 160px;
     margin: 0 auto 24px;
     position: relative;
}
 .client-single.active .client-img:before {
     border-radius: 100%;
     content: '';
     padding: 5px;
     width: 160px;
     height: 160px;
     top: -4px;
     left: 0px;
     position: absolute;
     z-index: -1;
}
 .client-single .client-img img {
    width: 150px;
    border-radius: 50%;
    padding: 4px;
    transition: 0.5s ease;
    background: radial-gradient(circle at 1.98% 13.04%, #E91E63, transparent 100%),radial-gradient(circle at 98.02% 28.95%, #6bc109, transparent 100%),radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%);
}
 .client-single .client-img img:hover {
     border: 8px solid #F44336;
     cursor: pointer;
    transition:0.5s ease;
    padding: 0;
    background: radial-gradient(circle at 1.98% 13.04%, #e91e6300, transparent 100%),radial-gradient(circle at 98.02% 28.95%, #6bc10900, transparent 100%),radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%);
}
 .client-single.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
    transition: 0.5s ease;
    border: 6px solid rgb(188, 4, 4);
    padding: 0;
    background: radial-gradient(circle at 1.98% 13.04%, #e91e6300, transparent 100%),radial-gradient(circle at 98.02% 28.95%, #6bc10900, transparent 100%),radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%);
}
.client-single.active .client-img img:hover{
  cursor:default;
}
 .client-comment {
     padding: 0 50px;
}

/*paulomi*/
.btn-outline-primery{
  color: #078dde;
  border-color: #078dde;
  transition: 0.5s;
}
.btn-outline-primery:hover{
  background-color: #078dde;
  color: #fff;
}
.text-danger{
 color: #078dde!important; 
}
.btn-danger{
   background-color: #078dde!important; 
    border-color: #078dde!important;

}
/*paulomi*/























@media only screen and (min-width: 992px){
    .client-comment {
   width:60%;
   margin:0 auto;
}
    }


 .client-comment h3 {
     font-size: 22px;
     line-height: 32px;
     color: black;
}
 .client-comment span i {
     font-size: 60px;
     color: rgb(188, 4, 4);
     margin: 40px 0 24px;
     display: inline-block;
}
 .client-info h3 {
     color: #000;
     font-weight: 600;
     margin-bottom: 4px;
}
 .client-info p {
    font-size:20px;
   font-weight:700;
      color:black;
     text-transform: uppercase;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     #testimonial-area .section-heading h2 {
         font-size: 30px;
    }
     .client-comment h3 {
         font-size: 18px;
         line-height: 28px;
    }
     .client-single.active {
         width: 60%;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.55);
         transform: scale(0.35);
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.3) !important;
         transform: scale(0.3) !important;
    }
     .client-single.active .client-img img {
         max-width: 100px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 108px;
         height: 108px;
         top: -4px;
         left: 6px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 580px;
    }
     #testimonial-area {
         padding: 100px 0 0;
    }
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
     #testimonial-area .section-heading h2 {
         font-size: 30px;
    }
     .client-comment h3 {
         font-size: 14px;
         line-height: 26px;
    }
     .client-single.active {
         width: 60%;
    }
     .client-comment span i {
         font-size: 40px;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.55);
         transform: scale(0.35);
    }
     .client-single.position-5, .client-single.position-7 {
         right: 0;
    }
     .client-single.position-4 {
         left: 0;
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.3) !important;
         transform: scale(0.3) !important;
    }
     .client-single.active .client-img img {
         max-width: 80px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 88px;
         height: 88px;
         top: -4px;
         left: 16px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 630px;
    }
}
 @media only screen and (min-width: 360px) and (max-width: 479px) {
     #testimonial-area .section-heading h2 {
         font-size: 30px;
         line-height: 40px;
    }
     .client-comment h3 {
         font-size: 14px;
         line-height: 26px;
    }
     .client-single.active {
         width: 80%;
    }
     .client-comment span i {
         font-size: 40px;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.25);
         transform: scale(0.25);
    }
     .client-single.position-5, .client-single.position-7, .client-single.position-6 {
         right: -70px;
    }
     .client-single.position-4 {
         left: -60px;
    }
     .client-single.position-3 {
         left: -75px;
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.25) !important;
         transform: scale(0.25) !important;
    }
     .client-single.active .client-img img {
         max-width: 80px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 88px;
         height: 88px;
         top: -4px;
         left: 16px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 600px;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 359px) {
     #testimonial-area .section-heading h2 {
         font-size: 30px;
    }
     .client-comment h3 {
         font-size: 14px;
         line-height: 26px;
    }
     .client-single.active {
         width: 80%;
    }
     .client-comment span i {
         font-size: 40px;
    }
     .client-single:not(.active) {
         -webkit-transform: scale(0.25);
         transform: scale(0.25);
    }
     .client-single.position-5, .client-single.position-7, .client-single.position-6 {
         right: -70px;
    }
     .client-single.position-4 {
         left: -60px;
    }
     .client-single.position-3 {
         left: -75px;
    }
     .client-single.position-3, .client-single.position-7 {
         -webkit-transform: scale(0.25) !important;
         transform: scale(0.25) !important;
    }
     .client-single.active .client-img img {
         max-width: 80px;
    }
     .client-single.active .client-img::before {
         padding: 5px;
         width: 88px;
         height: 88px;
         top: -4px;
         left: 16px;
    }
     .client-single.active .client-img {
         width: 120px;
         height: 100px;
    }
     .testi-wrap {
         height: 550px;
    }
}
 
.sec-testimonial{
    background: url(../images/banner-testimonial.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
    background-attachment: fixed;
    padding: 95px 0 0px;
    clip-path: polygon(0 6%, 100% 0, 100% 87%, 0% 100%);
    text-align: center;
}



.sec-testimonial::after{
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.sec-testimonial .container p{
    position: relative;
    z-index: 1;
    color: #fff;
}

.sec-testimonial .container-fluid h3{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 2.2em;
}


/*-- scroll top --*/


#go_top {
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    background: #05659e;
    color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: -webkit-calc((100% - 1260px)/ 2);
    right: calc((100% - 1260px)/ 2);
    z-index: 111;
    bottom: 80px;
    text-align: center;
}
   #go_top span {
    display:inline-block; margin-top: -10px;
   }
   #go_top span i{
       font-size: 1.2em;
   }
   .hide{
    transform: scale(0);
    }






.b03_skewed_slide_in {
    overflow: hidden;
    border: #000000 solid 1px;
}

.b03_skewed_slide_in div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 9px;
}

.b03_skewed_slide_in div:nth-child(1) {
    color: #fff;
    background-color: #078dde;
    font-weight: 500;
}

.b03_skewed_slide_in div:nth-child(2) {
    background: #fff;
    width: 230px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-250px, 0px) skewX(-30deg);
    -webkit-transform: translate(-250px, 0px) skewX(-30deg);
    -moz-transform: translate(-250px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in div:nth-child(3) {
    color: #078dde;
    left: -200px;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}

.b03_skewed_slide_in:hover div:nth-child(2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate(-15px, 0px) skewX(-30deg);
    -webkit-transform: translate(-15px, 0px) skewX(-30deg);
    -moz-transform: translate(-15px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}

.button_base {
    margin: 0 30%;
    border: 0;
    font-size: 15px;
    position: relative;
    top: 52%;
    /* left: 30%; */
    margin-top: 0;
    /* margin-left: 0; */
    width: 110px;
    height: 38px;
    text-align: center;
    box-sizing: border-box;
}

.button_base:hover {
    cursor: pointer;
}



@media screen and (max-width: 1260px) {
    .back {
        width: 50%;
    }
}

@media screen and (max-width: 840px) {
    .back {
        width: 100%;
    }
}


.red {
  color: #28a745 !important;
}

footer {
    margin-top: 10px;
    background-color: #f5f5f5;
    padding: 150px 0 50px;
    clip-path: polygon(0 28%, 100% 0, 100% 100%, 0% 100%);
    background: url(../images/footer-img.jpeg);
    position: relative;
    color: #fff;
}
footer::after{
  background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.footer-widget{
    position: relative; z-index: 2; color: #fff;
}
footer .footer-widget h4 {
  margin-bottom: 30px;
}
footer .contact-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}
footer .footer-social ul {
  padding-left: 0;
}
footer .footer-social ul li {
  list-style: none;
  float: left;
  padding: 0 10px;
}
footer .footer-social ul li:first-child {
  padding-left: 0;
}
footer .footer-social ul li a {
  font-size: 20px;
  color: #333;
}
footer .footer-social ul li a:hover {
  color: red;
}
footer .opening-time {
  padding-left: 0;
}
footer .opening-time li {
  list-style: none;
}
footer .opening-time li span {
  float: left;
  padding-right: 10px;
}
footer .opening-time li span .fa-times {
  color: #078dde;
}
footer .opening-time li strong {
  color: #078dde;
}
footer .media-body a {
  color: #333;
}
footer .media-body a:hover {
  color: red;
}
footer .media-body span {
  color: #969696;
}
footer .images-gellary ul {
  padding-left: 0;
}
footer .images-gellary ul li {
  list-style: none;
  float: left;
  margin: 0 3% 2% 0;
  width: 31%;
  position: relative;
}
footer .images-gellary ul li:nth-child(3n) {
  margin: 0 0 1%;
}

.footer-links li{
    list-style: none
}
/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoYoutube:hover {
  background-color: #ff0e17;
}
.social-network a.icoTelegram:hover {
  background-color: #0088cc;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoTelegram:hover i{
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  margin-top: 10px;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #11abdc;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}


.social-footer{
    position: relative;
    z-index: 1
}
.social-network li{
    padding: 10px 0;
    display: inline-block;
    list-style: none;
    margin: 0 4px 4px;
}

.footgrids{
    display: grid;
    grid-template-columns: repeat(5 , 20%);
}

.fluid-padding{
    padding: 0 40px
}
.copyright{
    width: 100%; 
    background-color: #343434;
    color: #fff;
    padding:1%;
}
.copyright a{
    color: #fff
}









/* -------------------------------------------------------------
   ---------------------  responsive -----------------------------
   ------------------------------------------------------------- */


@media (min-width: 320px) and (max-width: 700px){
    .learn-heading {
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 2.2em;
}
.banner-heading p {
    font-size: 11px;
}
.service-sec {
    width: 100%;
    padding-top: 28px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    text-align: center;
}
.card-about h2 {
    font-size: 45px;
    line-height: 56px;
    color: #fff;
    font-weight: bolder;
    padding-top: 30px;
}

.about-text-para p {
    font-family: 'Play', sans-serif;
    font-size: 17px;
    line-height: 35px;
    color: rgba(255,255,255,0.85);
}
.set-abt-txt-mrgn {
    margin-top: 30px;
}
.sec-wedo {
    padding: 50px 0 50px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
}
.owl-carousel-slider .item {
    height: 100vh;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.owl-dots {
    position: absolute;
    left: 5%;
    bottom: 18%;
}
.card-fechrs {
    margin: 0 0 1em;
    }
    .read-btn .btn {
    width: 70%;
    margin: 20px 0;
}
.feature-card{
  margin-bottom: 20px
}
.set-fea-margin-top {
    margin-top: 0px;
}
.abt-more-btn .button_base {
    margin: 0 auto;
}
.sec-testimonial {
    padding: 50px 0 10px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
}
.client-comment {
    padding: 0 0px;
}
.features::after{
    display: none;
}
.features {
    margin-top: 30px;
    }
footer {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 50px 0 50px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    color: #fff;
}
.counter{
        margin: 30px 0;
}
.set-shadow {
    margin: 15px auto;
}
.fcd {
    margin-left: 0;
}

.navbar-toggler{
    margin-left: auto;
    margin-top: -70px;
    }
}





.shadow-effect {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
    display: flex;
    align-items: center;
    transition: 0.4s;
}
.shadow-effect:hover{
    background-color: #3190E7;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #333;
    padding-left: 20px;
    text-align: left;
    transition: 0.4s;
}
#customers-testimonials .shadow-effect:hover p{
    color: #fff;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 30px;
    margin-bottom:80px;
    opacity: .8;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 100px;
    margin: 0;
    height: 160px;
    object-fit: cover;
}
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #28CB75;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #C4C4CC;
    display: block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}



/* 1.02.2020 */

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-weight: 700;
}

.subpagebanner{
    background: url(../images/subpagebanner.jpg);
    background-size: cover;
    background-position: 50% 70%;
    height: 300px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    padding: 125px 0 104px;
}



.course-card{
    height: 195px;
    overflow: hidden;
}


.btnSetofCources .button_base{
        width: 95px;
        margin: 0
}
.btnSetofCources .b03_skewed_slide_in div:nth-child(2){
    background-color: #000
}

.subpage-content{
    padding-top: 50px 
}
.subpage-content h3{
    margin-bottom: 50px;
    color: #078dde;
    padding-top: 15px;
}

.contact-card{
    padding: 20px 30px;
}

.condetail .card{
    padding: 10px
}

.phone-size{
    font-size: 15px
}











.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    max-width: 100%;
    margin: 20px;
    overflow: hidden;
    width: 700px;
}

.course h6 {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.course h5 {
    letter-spacing: 1px;
    margin: 30px 0 0;
}

.course-preview {
    background-color: #078dde;
    color: #fff;
    padding: 30px;
    max-width: 200px;
}

.course-preview a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 30px;
    text-decoration: none;
}

.course-info {
    padding: 30px;
    position: relative;
    width: 100%;
}

.progress-container {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
    width: 150px;
}

.progress {
    background-color: #ddd;
    border-radius: 3px;
    height: 5px;
    width: 100%;
}

.progress::after {
    border-radius: 3px;
    background-color: #078dde;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 66%;
}

.progress-text {
    font-size: 10px;
    opacity: 0.6;
    letter-spacing: 1px;
}


/* SOCIAL PANEL CSS */
.social-panel-container {
    position: fixed;
    right: 0;
    bottom: 80px;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
}

.social-panel-container.visible {
    transform: translateX(-10px);
}

.social-panel { 
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
    border: 5px solid #001F61;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Muli';
    position: relative;
    height: 169px;  
    width: 370px;
    max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
    border: 0;
    color: #97A5CE;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.social-panel button.close-btn:focus {
    outline: none;
}

.social-panel p {
    background-color: #001F61;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 17px 6px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 235px;
}

.social-panel p i {
    margin: 0 5px;
}

.social-panel p a {
    color: #FF7500;
    text-decoration: none;
}

.social-panel h4 {
    margin: 20px 0;
    color: #97A5CE; 
    font-family: 'Muli';    
    font-size: 14px;    
    line-height: 18px;
    text-transform: uppercase;
}

.social-panel ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-panel ul li {
    margin: 0 10px;
}

.social-panel ul li a {
    border: 1px solid #DCE1F2;
    border-radius: 50%;
    color: #001F61;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-decoration: none;
}

.social-panel ul li a:hover {
    border-color: #FF6A00;
    box-shadow: 0 9px 12px -9px #FF6A00;
}








/* registration */


    .signup-form{
        width: 60%;
        margin: 15px auto;
    }
    .signup-form form{
        color: #999;
        border-radius: 3px;
        margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
    .signup-form h2 {
        color: #333;
        font-weight: bold;
        margin-top: 0;
    }
    .signup-form hr {
        margin: 0 -30px 20px;
    }    
    .signup-form .form-group{
        margin-bottom: 20px;
    }
    .signup-form input[type="checkbox"]{
        margin-top: 3px;
    }
    .signup-form .row div:first-child{
        padding-right: 10px;
    }
    .signup-form .row div:last-child{
        padding-left: 10px;
    }
    .signup-form .btn{        
        font-size: 16px;
        font-weight: bold;
        background: #3598dc;
        border: none;
        min-width: 140px;
    }
    .signup-form .btn:hover, .signup-form .btn:focus{
        background: #2389cd !important;
        outline: none;
    }
    .signup-form a{
        color: #fff;
        text-decoration: underline;
    }
    .signup-form a:hover{
        text-decoration: none;
    }
    .signup-form form a{
        color: #3598dc;
        text-decoration: none;
    }   
    .signup-form form a:hover{
        text-decoration: underline;
    }
    .signup-form .hint-text {
        padding-bottom: 15px;
        text-align: center;
    }

    .reg-sign-up{
        font-size: 7em;
    font-family: sans-serif;
    font-weight: 600;
    position: absolute;
    color: #e2e4e6;
    right: 0;
    right: 13%;
    z-index: -1;
    margin-top: -97px;
    }










        .demo-gallery{
            margin-top: 50px
        }
        .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 500px;
              width: 100%;

            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }


.search-icon{
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: #ffffffb3;
    padding: 5px;
    color: #078dde;
    font-size: 1.3em;
    border: 1px solid blue;
}

@media (min-width: 320px) and (max-width: 768px){
    .demo-gallery > ul > li {
            width: 100%
    }
    .demo-gallery > ul > li a > img{
        height: 100%;
    }
    
}



.course-details-img img{
height: 200px;
    width: 215px;
    border: 1px solid #078dde;
    object-fit: cover;
}



.course-details-info p{
    font-size: 15px; padding-top: 7px; margin-bottom: 5px; text-align: justify;
}




/* rating */
.rating {
  margin: 10px 0;
}

.rating i {
  display: inline-block;
  width: 0;
  height: 1.5em;
  border-width: 0 0.75em;
  border-style: solid;
  border-color: #260d0d;
  border-radius: .22em;
  color: white;
  background: #eee;
  font-style: normal;
  line-height: 1.6em;
  text-indent: -0.5em;
  text-shadow: 1px 0 1px #b3b3b3;
}

/** Colors */
[data-rating^='1'] .star-1 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='1.5'] .star-2 {
  border-left-color: #078dde;
}

[data-rating^='2'] .star-1 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='2'] .star-2 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='2.5'] .star-3 {
  border-left-color: #078dde;
}

[data-rating^='3'] .star-1 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='3'] .star-2 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='3'] .star-3 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='3.5'] .star-4 {
  border-left-color: #078dde;
}

[data-rating^='4'] .star-1 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='4'] .star-2 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='4'] .star-3 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='4'] .star-4 {
  border-color: #078dde;
  background: #078dde;
}

[data-rating^='4.5'] .star-5 {
  border-left-color: #078dde;
}

/*[data-rating="5"] i {
  background: #dd050b;
  border-color: #dd050b;
}*/

.course-date{
    text-align: center;
    padding: 20px;
    width: 90%;
    float: right;
    margin-top: -8px;
    background-color: #03A9F4;
}
.course-date p:nth-of-type(1){
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #333333ab;
}

.course-date .btn{
    width: 65%;
    margin: 0 auto;
    border-radius: 25px;
    letter-spacing: 1px
}

.course-date p:nth-of-type(3){
    text-align: left;
    padding: 6px 15px 0;
}

.set-course-card-margin{
    margin-top: 30px;
    font-size: 15px;
}

ul.plus li{
    position: relative;
    list-style: none;
    padding-left: 20px;
}
ul.plus li::before {
  content: "";
  position: absolute;
  background: #078dde;
  left: 0;
  top: 9px;
  height: 2px;
  width: 8px;
}
ul.plus li::after {
  content: "";
  position: absolute;
  background: #078dde;
  left: 3px;
  top: 5px;
  height: 10px;
  width: 2px;
}






/* accodian */

.accordion-container{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}








.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#3399cc;
  color: #fff;
}
.accodian-content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.accodian-content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}




.myaccordion {

  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
    border-bottom-color: #c1c5c754;
    background: #fff;
    margin-bottom: 5px;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #078dde;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion .btn p{
    font-size: 18px;
    color: #212121;
    margin-bottom: 0;
    font-weight: 500;
}
.myaccordion .btn p span{
    color: #078dde; padding-right: 10px;
    font-size: 18px;
        text-transform: uppercase;
}
.set-accodian-padding{
    padding: 10px 20px; 
    background-color: #fbfbfb;
    margin-bottom: 5px;
}
.set-accodian-padding ul{
    list-style: none
}
.fa-inverse{
    padding-top: 1px
}
.fa-envelope-o,.fa-mobile,.fa-map-marker{
    color: #078dde
}


#accordion:focus{
    outline: 0
}

.card-list{
   margin-top: 20px
}
.card-list ul{
    list-style: none ;
    display: grid;
    grid-template-columns: repeat(2,48%);
    grid-gap: 10px
}


.card-list ul li{
    background: #fff;
    border: 1px solid #2fa6ec;
    padding: 15px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.card-list ul li a{
    color: #333;
    padding-left: 10px;
}
.card-list ul li a:hover{
text-decoration: none;
color: #2fa6ec
}



/* --------old */

/*
.card-list{
    padding: 30px; margin-top: 50px
}

.card-list ul{
    list-style: none ;
}
.card-list ul li{
    padding-left: 10px;
    padding-bottom: 12px;
    padding-top: 7px;
}
.card-list ul li i{
    padding-right: 15px;
        padding-left: 53px;
}
.card-list ul li a{
    color: #333;
    padding-left: 10px;
}
.card-list ul li a:hover{
    text-decoration: none;
}*/





.social-nav {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 4px auto 0;
}
.social-nav li {
  display: inline-block;
}
.social-nav a {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background: #078dde;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-icon{
    float: right;
}








/*================== About Part ====================*/
#about {
    padding-top: 110px;
    padding-bottom: 50px;
    /* background: #f1f1f1; */
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
}
.heading h4 {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    text-transform: capitalize;
}
.heading h2 {
    font-weight: 600;
    color: #151515;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.about-item p {
    color: #222222;
    padding-bottom: 25px;
    line-height: 24px;
}
.about-item h5 {
    padding-top: 50px;
}
.about-item a {
    font-size: 20px;
    font-weight: 600;
    color: #494da1;
    border: 1px solid #494da1;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all linear .3s;
}
.about-item a:hover {
    background:#2b31b4;
    color: #fff;
}
.about-item img {
    padding-top: 75px;
}
.about-item2 img {
    padding-top: 0;
}
.about-item2 h4 {
    padding-top: 60px;
}

.about1-img{
    width: 540px;
    height: 625px;
}
.about1-img img{
    object-fit: cover;
    height: 100%;
    width: 100%
}




@media (min-width: 320px) and (max-width: 768px){
    .course-details-img img {
    width: 100%;
}
.course-details-info{
    margin-top: 25px
}
.social-icon {
    float: left;
}
.course-date {
    width: 100%;
    float: right;
    margin-top: 18px;
}
.card-list {
    margin-top: 0;
}
.about1-img{
    width: 100%;
    height: auto;
}
.about-item img {
    padding-top: 0;
    padding-bottom: 40px;
}
.about-item2 h4 {
    padding-top: 0;
}
}


.review__container{ 
  height: 280px;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  }
.review__item{
    background: white;
    border-radius: 8px;
    width: 400px;
    height: auto;
    padding: 1rem 2rem;
    margin: 0 2rem;
    box-shadow: 0 15px 35px 0 rgba(42,51,83,.12), 0 5px 15px rgba(0,0,0,.06);
    margin: 12px auto;
}
.review__item img{
 height: 50px
}
  

 .review__review{
     height: 70px;
    overflow: hidden;
    text-transform: capitalize;
 }
   
    
  .review__user{
       display: flex;
        align-items: center;
        margin-top: 10px;
  }
 
    
  .review__username{
    margin-left: 1rem;
  }
    
   
  .review__name{
    font-weight: 600;
  }
    
    
  .review__twitter{
     color: rgba(0,0,0,.75);
    font-size: 14px;
  }
   
    
  .review__name,
  .review__twitter{
     line-height: 1.45
  }
   
  
  .review__item span i {
  color: white;
  text-shadow: #aaa 1px 0 0, #aaa 0 1px 0, #aaa -1px 0 0, #aaa 0 -1px 0;
}
.review__item span[data-rating="1"] i:nth-child(-n+1),
.review__item span[data-rating="2"] i:nth-child(-n+2),
.review__item span[data-rating="3"] i:nth-child(-n+3),
.review__item span[data-rating="4"] i:nth-child(-n+4),
.review__item span[data-rating="5"] i:nth-child(-n+5) {
  color: #f0c96a;
} 
.course-review .owl-item img{
    margin: 0 
}

@media (min-width: 320px) and (max-width: 768px){
    .review__item{
        width: auto;
        padding: 0.8rem;
    }
}

/* 18.2.2020 */

/* custom menu */

.my-nav{
    position: absolute;
    width: 100%;
    top: 6%;
    z-index: 11;
}
.nav-item{
    text-align: center;
}


.set-display .dropdown-item{
    display: grid;
    color: #fff
    
}
.set-display.dropdown-menu{
    background-color: #000000c9;
    border-color: transparent;
    margin-left: -40%;
    text-align: center;
    top: 70px;
}
.dropdown-item:focus, .dropdown-item:hover{
        background-color: #078dde;
}


.menui-a img{
width: 70%
}
.menui-b img{
width: 71%
}
.menui-c img{
width: 57%
}
.menui-d img{
width: 43%
}
.menui-e img{
width: 80%
}
.menui-f img{
width: 47%
}
.menui-g img{
width: 60%
}
.menui-h img{
width: 37%
}
.menu-dropi-a img{
    width: 25%
}
.menu-dropi-b img{
    width: 25%
}
.munui-i img {
    width: 55%;
}
.menu-btn{
    margin-top: -1%
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
@media (min-width: 320px) and (max-width: 768px){
.menui-a img{
width: 20%
}
.menui-b img{
width: 20%;
margin-left: -22%;
}
.menui-c img{
width: 20%
}
.menui-d img{
width: 20%;
}
.menui-e img{
width: 20%
}
.menui-f img{
width: 20%;
}
.menui-g img{
width: 20%;
margin-left: 8%;
}
.menui-h img{
width: 20%;
margin-left: 8%;
}
.munui-i img {
    width: 20%;
}
.dropdown-toggle br{
    display: none;
}
.my-nav{
    background-color: rgb(0,0,0,.3);
        top: 0;
}
.set-display.dropdown-menu{
    margin-left: 0;
        background-color: #2196F3;
}
.menu-dropi-a img,
.menu-dropi-b img{
    width: 15%;
}

.navbar-nav{
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
.set-display .dropdown-item {
    display: block;
    color: #fff;
}


.set-display.dropdown-menu {
    margin-left: -65%;
    text-align: left;
}
.social-container{
    margin-bottom: 20px
}
.footgrids{
    display: grid;
    grid-template-columns: repeat(1 , 100%);
}
}
@media (min-width:768px) and (max-width: 1024px){
    .navbar-toggler{
            margin-left: 90%;
    margin-top: -9%;
    }
    .navbar-brand img {
    width: 23%;
    margin-top: 35px;
}
.social-container{
    margin-bottom: 20px
}
.owl-carousel-slider .item {
    height: 70vh;
    }
    .my-nav{
        top: 0
    }
    .footgrids{
    display: grid;
    grid-template-columns: repeat(2 , 50%);
}
.fluid-padding {
    padding: 120px 40px 0;
}
footer {
    margin-top: 40px;
    padding: 86px 0 50px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
}
.social-heading-bg{
    margin-bottom: 15px
}
}






.social-box{
    width: 100%;
    height: 300px;
    background-color: #A0CB51;
    overflow-y: scroll;
    color: #fff;
    padding: 7px;
    border: 1px solid #078dde;
    position: relative;
    border-radius: 10px;
}
.social-container{
    position: relative;
}
.social-heading-bg{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(43, 197, 216);
    color: #fff;
    padding: 4px 0;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
}
.social-heading-bg1{
    position: absolute;
    bottom: -9px;
    /*left: 0;*/
    width: calc(100% - 3%);
    /* background: rgba(233, 233, 233, 0.5); */
    /* height: calc(100% - 206px); */
    /*color: #3F51B5;*/
    /*padding-top: 9px;*/
    font-size: 1.4em;
    /*font-weight: 600;*/
}

#style-7::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
                                       left bottom,
                                       left top,
                                       color-stop(0.44, rgb(122,153,217)),
                                       color-stop(0.72, rgb(73,125,189)),
                                       color-stop(0.86, rgb(28,58,148)));
}
.bottom-tag{
    width: 100%;
    height: auto;
    background-color: #2196F3;
    margin-top: 20px;
    padding: 7px 0;
    border-radius: 10px;
}

.whasapp-btn{
    border-radius: 20px;
    box-shadow: 2px 2px 3px #4c48486e;
    margin-left: 20px
}


.message-box{
    height: 180px;
    width: 100%;
    background-color: #5cb9f1;
    padding: 15px;
    color: #fff
}

.social-box iframe{
    height: 100%;
    width: 100%;
}


/*==================================== Add by agniva=============================// */
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: 0px;
}

.owl-nav .owl-next {
  right: 0px;
}

/* //==================================== end ======================================// */