@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal-Medium.ttf')  format("truetype"),
         local('Tajawal');
  }

html{
    scroll-behavior: smooth;
}

html, body{
    direction: ltr;
    text-align: left;
}

body{
    font-family: 'Tajawal', sans-serif;
    color: #848484;
}

.navbar{
    height: 70px;
}

@media only screen and (max-width: 600px) {
    #navbarSupportedContent{
        background-color: rgb(255, 255, 255);
        z-index: 10;
        border-radius: 5px;
    }

    .social-media li:not(:first-child){
        padding-left: 15px;
    }
}


.text-orange{
    color: #fab60a;
}

.text-red{
    color: #E54458;
}

.text-blue-sky{
    color: #61BFE7;
}

.text-blue-dark{
    color: #2A77B7;
}

.bg-orange{
    background-color: #fab60a;
}

.my-blue-dark{
    background-color: #2A77B7;
}

.my-blue-sky{
    background-color: #61BFE7;
}

.my-orange{
    background-color: #FAB60A;
}

.my-red{
    background-color: #E54458;
}

.bg-blue-book-h{
    background-color: #3fa8ce;
}

.dropdown-menu .dropdown-item{
    text-align: left;
}
.card {
    /*border: none;*/
}
.my-card-hover:hover{
    background-color: #f9f0f054;
}

.my-card-hover a:hover, .my-card-hover h4:hover{
    text-decoration: none;
    color:#3d83cbfa !important;
}

.about-us, .team-title, .contact-us, .participant-title{
    /*border-bottom: medium solid #FAB60A;*/
    padding-bottom: 3px;
    display: inline-block;
    margin-bottom:0!important;
}



.services-title{
    border-bottom: medium solid #2A77B7;
    padding-bottom: 3px;
    width: 130px;
    display: inline-block;
}

.service-design, .service-training{
    list-style: none;
}

.service-training li::before, .service-design li::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #E54458; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    /* margin-right: -1em; Also needed for space (tweak if needed) */
}

/*.slider{*/
/*    background-image: url("../images/home_bg_1.svg");*/
/*    background-size: cover;*/
/*    background-color: #ffffff;*/
/*}*/

.products{
    /*background-image: url("../images/Products_bg.svg");*/
    /*background-size: cover;*/
    /*background-color: #ffffff;*/
    /*background-repeat: no-repeat;*/
    
}
.clients{
    background-image: url("../images/clientsSection.jpg");
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat; 
    padding-bottom: 37px;
}
.services{
    background-image: url("../images/services_bg.svg");
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat;
    
}

.statistic{
    background-image: url("../images/statisticSection.jpg");
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat; 
    padding-bottom: 37px;
    /*margin-top:40px;*/
}

.team{
    background-image: url("../images/teamSection.jpg");
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat; 
    padding-bottom: 37px;
    opacity: 0.7;
}

.team .container img {
	/*filter: grayscale();*/
	width: 200px;
	height: 200px;
	margin-bottom: 1rem;
	transition: filter 0.4s ease-in-out;
}

.team .container:hover img {
	filter: none;
}

/*.team .title {*/
/*	font-family: "Dancing Script", cursive;*/
/*	font-size: 20px;*/
/*	color: #000;*/
/*	position: relative;*/
/*}*/
/*.team p{*/
/*    color: #000000ba;*/
/*}*/
/*.team .title::after {*/
/*	position: absolute;*/
/*	content: "";*/
/*	width: 0%;*/
/*	height: 4px;*/
/*	background-color: #000;*/
/*	left: 50%;*/
/*	bottom: -10px;*/
/*	transition: all 0.4s ease-in-out;*/
/*}*/

.team .container:hover /*.team .title::after*/ {
	width: 100%;
	left: 0;
}
.testimonial {
  text-align: center;
  /*padding: 0px 30px 90px;*/
    margin: 5px 0px 365px;
}

/*.testimonial::before,*/
/*.testimonial::after {*/
/*  content: "";*/
/*  border-top: 40px solid white;*/
/*  border-right: 125px solid transparent;*/
/*  position: absolute;*/
/*  bottom: -40px;*/
/*  left: 0;*/
/*}*/

/*.testimonial::after {*/
/*  border-right: none;*/
/*  border-left: 125px solid transparent;*/
/*  left: auto;*/
/*  right: 0;*/
/*}*/
.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  /*border: 4px solid white;*/
  /*border-radius: 50%;*/
  /*box-shadow: 0 0 4px 4px #016d9b;*/
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
    font-size: 19px;
    font-weight: bold;
    color: #ff9100;
    font-weight: 900;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 16px;
  color: #523b27;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgb(30 24 24 / 20%);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: #7a7a7a;
}

.owl-page:not(first-item) {
  margin-left: 10px;
}






















.e-book-head{
    background-image: url("../images/e_book/bg/sec_1.svg");
    background-size: cover;
    background-color: #3fa8ce;
}

.training{
    background-image: url("../images/training/1-banner.jpg");
    background-size: cover;
    background-color: #3fa8ce;
    height: 650px;
}


.e-book-sec-2{
    background-image: url("../images/e_book/bg/sec_2_0.svg");
    background-size: cover;
    background-color: #ffffff;
}


.e-book-sec-3{
    background-image: url("../images/e_book/bg/sec_3_0.svg");
    background-size: cover;
    background-color: #31387e;
}

.training-sec-3{
    background-color: #31387e;
}

.my-collapse-tap{
    text-decoration: none !important;
}

.my-collapse-tap:hover{
    color: white;
}

.price{
    border-radius: 20px !important;
}

.price .card-title{
    border-radius: 20px 20px 0 0;
}

.price .card-footer{
    border-radius: 0 0 20px 20px;
}


/* Start Sidebar */
.latest-post, .latest-comment{
    padding: 0 15px;
    
}
.latest-post .latest-post-item, .latest-comment .latest-comment-item{
    padding: 6px;
}

.latest-post li:first-child, .latest-comment li:first-child{
    border-top: 0;
}

.latest-post li:last-child, .latest-comment li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

/* End Sidebar */

/* Start Comment */
.comment{
    background-color: #f8f8f8;
    border: 1px dashed #CCC;
}
/* End Comment */

.btn-editing{
    float: right;
}

.back-btn{
    float: right;
}

/*Back to Top*/

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 95px; /* Place the button at the bottom of the page */
    left: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    height: 50px;
    width: 50px;
    line-height: 50px;

  }
  
  #myBtn:hover {
    background-color: #E54458; /* Add a dark-grey background on hover */
  }

/* Start Footer */
footer{
    background-color: #fab60a;
    height: 86px;
    line-height: 86px;
    /*margin-top:75px;*/
}
footer a{
        text-decoration: none;
}
.copyright{
    margin-left: 4rem;margin-right:10px;
}
.iyzico {
    width: 375px;
    height: 30px;
}
.social-media{
    float:left;
    letter-spacing: 0.5rem;
}

@media screen and (max-width: 1178px) {
footer {
    height: 100%;
    line-height: 65px;
}
.iyzico {
    width:300px;
    height:25px;
}
}
@media screen and (max-width: 767px) {
footer {
    height: 30%;
    line-height: 50px;
}
.copyright{
    margin-right: 5px;
    margin-left:3rem;
    width:100%;
}
.iyzico {
    width:100%;
    height:25px;
}
.social-media{
    width:100%;
    letter-spacing: 1rem;
}
.carousel-indicators{
    bottom: 0px;
    margin-bottom:0;
}
}


.contact-us-float{
    position:fixed;
	bottom:50px;
	right:20px;
}

.whats-app-float{
    position:fixed;
	bottom:100px;
	right:20px;
}


.nav-ebook {
    transition: all 0.4s;
}

.nav-ebook .nav-link {
    color: #fff !important;
}

.nav-ebook .nav-link:hover,
.nav-ebook .nav-link:focus {
    color: #fff !important;
    text-decoration: none;
}

.nav-ebook .navbar-brand {
    color: #fff !important;
}


/* Change navbar styling on scroll */
.nav-ebook.active {
    background: #fff !important;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-ebook.active .nav-link {
    color: #555 !important;
}

.nav-ebook.active .nav-link:hover,
.nav-ebook.active .nav-link:focus {
    color: #555 !important;
    text-decoration: none;
}

.nav-ebook.active .navbar-brand {
    color: #555 !important;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .nav-ebook{
        background: #fff;
    }

    .nav-ebook .navbar-brand, .nav-ebook .nav-link {
        color: #555;
    }
}
/*///////////////Flip Box////////////////*/

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
  -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height: 210px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
  padding: 10px;
box-shadow: 0px 0px 5px 0px #333;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px;
}
.back p{
    color:#7a7a7a;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
    background-color: #fff;
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.thumbnail{
background: none;
  border: none;
}
.img-responsive{
    height:120px;
      width:130px;
      margin-bottom:18px;
}
.mb{margin-bottom: 20px;}
.back .btn{
    position:absolute;bottom:0;left: 0;right:0;background-color:#007bff;color:#fff;border-radius: 0;margin-bottom: 0;
}
.back .btn:hover{
    background-color:#fab60a;color:#fff;
}


#training-platform .back .btn{
    position:absolute;bottom:0;left: 0;right:0;background-color:#007bff;color:#fff;border-radius: 0;
}
#training-platform .back .btn:hover{
    background-color:#ea4335;color:#fff;
}
/*///////////////////////////////////////////////*/


.card.card-carousel {
    border: 0;
    /*margin-bottom: 30px;*/
    /*margin-top: 30px;*/
    border-radius: 6px ;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel .carousel-indicators {
    bottom: 5px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    border-radius: 2px;
}
@media screen and (max-width: 767px) {
    .carousel .carousel-indicators li {
    width: 6px;
    height: 2px;
}
}

.carousel .carousel-indicators .active{
    margin: 11px 10px; 
} 

.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100% !important;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active {
    display: block;
}

.carousel .carousel-caption {
    padding-bottom: 45px;
    /*right:auto;*/
    left: 9%;
    top:30%;
}
.carousel .carousel-caption h1 {
    width: 45%;
    font-size: 3.2rem;
    font-family: 'Tajawal', sans-serif;
}

@media screen and (max-width: 1650px) {
    .carousel .carousel-caption {
    left: 3%;
    top:30%;
}
.carousel .carousel-caption h1 {
    font-size: 2.3rem;
}
}
@media screen and (max-width: 1200px) {
    .carousel .carousel-caption {
    left: 3%;
    top:30%;
}
.carousel .carousel-caption h1 {
    font-size: 2rem;
}
}

@media screen and (max-width: 965px) {
    .carousel .carousel-caption {
    left: 3%;
    top:30%;
}
.carousel .carousel-caption h1 {
    font-size: 1.7rem;
}
}

@media screen and (max-width: 767px) {
    .carousel .carousel-caption {
        display:block !important ;
        left: 0%;
        top:20%;
}
.carousel .carousel-caption h1 {
    width: 49%;
    font-size: 1.2rem;
}
}

.carousel .carousel-caption .material-icons {
    position: relative;
    top: 5px;
}

.carousel .carousel-control-next .material-icons{
    z-index: 5;
    display: inline-block;
    font-size: 27px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 10%;
    text-align: right;
    bottom: 0;
    height: 50px;
    margin: auto;
}

.carousel .carousel-control-prev .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 27px;
    position: absolute;
    top: 20%;
    left: 10%;
    text-align: left;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}
.navbar-nav .nav-link {
    font-size: 1.1rem;
}
.card {
    font-size: 1rem;
    box-shadow: none;
}
.btn-warning.custom-file-control:before, .btn.btn-warning{
    background-color: #fab60a;
}
.btn-primary.custom-file-control:before, .btn.btn-primary{
    background-color: #dc3545;
    padding: 10px 20px;
    color: #ffffff;
    border-color: transparent;
}
.btn-success.custom-file-control:before, .btn.btn-success{
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-danger.custom-file-control:before, .btn.btn-danger{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.flip_back_training-form .front, .back {
    background-color: #fff;
}

.divOpacity{
    background: rgb(249 249 249 / 73%);
    opacity: 1;
    position: relative;
    text-align: center;
    padding: 10px 0px;
    margin-top: 40px;
    border-radius: 12px;
}

.counter{
    color: #ff337edb;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #ff337edb;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #ff337edb;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 11px;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-icon{ transform: rotateY(360deg); }
.counter .counter-value{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 11px;
    display: block;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-value{ text-shadow: 2px 2px 0 #d1d8e0; }
.counter h3{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.counter.blue{
    color: #00b8ffd1;
    border-color: #00b8ffd1;
}
.counter.blue:after{
    border-bottom-color: #00b8ffd1;
    border-left-color: #00b8ffd1;
}
.counter.yellow{
    color: #ffc800e3;
    border-color: #ffc800e3;
}
.counter.yellow:after{
    border-bottom-color: #ffc800e3;
    border-left-color: #ffc800e3;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

/*Contact us section*/
.contact {
    padding: 70px 0 10px;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #ff9100;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 7px 60px;
    padding: 0;
}
@media screen and (max-width: 767px) {
.contact .contactUsForm{
    margin-top:50px;
}
  .contactUsForm .form-group{
      padding-right:5px;
      padding-left:5px;
  }
    
    
}
.contact .form-control {
    padding: 12px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    /*border: 0;*/
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #ff9100;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 10px;
}
.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

/*Client Section*/

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    padding: 20%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos{
    margin: 0 20px;
}


/*Why TeknoClass*/
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 73px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#ff9100;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:37px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #ff9100;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
@media screen and (max-width: 767px) {
    .section-head {
        margin-bottom: 86px;
    }
    .section-head h4 {
        font-size: 24px;
        margin-bottom:10px;
    }
    .svg-inline--fa {
    vertical-align: middle;
}
    .why-us-list .p-3{
            padding: 0.5rem 0.1rem!important;
    }
    .why-us-list .mr-10 {
    margin-right: 0.6rem;
    }
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#ff6ca2;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 125px;
    height: 125px;
    line-height: 100px;
    border-radius: 70px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
    color:#5c5a5a;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
@media screen and (max-width: 767px) {
.container ,.row{
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    }
}




/*Meet an Expert*/
.form-control-expert {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    /*background-color: #fff;*/
    /*background-clip: padding-box;*/
    background-color: #fff0;
    /*background-clip: content-box;*/
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: none;
    height: 38px;
}
.form-control-expert::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.form-control-expert:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:  #fff;
}
.form-control-expert::-ms-input-placeholder { /* Microsoft Edge */
 color:  #fff;
}
.expertSubmitBTN{
    background-color: #dd7732cc!important;
    border-color: #dd7732cc!important;
}
.expertSubmitBTN:hover{
    color:#dd7732!important;
    font-weight:600;
    background-color: hsla(0,0%,60%,.2)!important;
    border-color: hsla(0,0%,60%,.2)!important;
}
.form-control-expert:active {
        background-clip: border-box;
}
.connect-with-an-expert{

    padding: 20px;
    /*    padding-bottom: 50px;*/
    /*padding-top: 35px;*/
}
.connect-with-an-expert span{
    font-size:1.4rem;
}
@media screen and (max-width: 767px) {
   .connect-with-an-expert{
    padding-top: 0;
} 
.connect-with-an-expert span{
    font-size:1.1rem;
}
.connect-with-an-expert .btn{
    padding: 0.25rem 0.5rem 0.03rem;
}
}
.form-control-expert:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f9a826;
    outline: 0;
    box-shadow: none;
}
.border-rad{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    background-color: #f9a826;
    border-color: #f9a826;
}
.border-rad:hover{
    background-color: #f9a826;
    border-color: #f9a826;
}
/*/////*/

.py-5{
    padding-top: 5rem!important;
}
.divClickable{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
ul {
    list-style: disc;
}
@media screen and (max-width: 767px) {
.why-us-img{
    display:none;
}}
img {display: initial;}

.whats-app-float, .whatsappWEB{display:block;display: inline-block;}
.whatsapp-mobile, .whatsappMOB{display:none;}
.whatsappWEB svg{vertical-align: 0;}
@media screen and (max-width: 767px) {
    .whats-app-float, .whatsappWEB{display:none;}
    .whatsapp-mobile, .whatsappMOB{display:block;display: inline-block;z-index: 999999;}
}

#moreSite {display: none;}
.contact-us-float {color:#fff!important; padding: 0.3rem 0.3rem;line-height: 1;font-size: 0.8rem;z-index: 999999;}
@media screen and (max-width: 550px) {
    .whyUsDiv{
        height:96px
        
    }
    .textCenter{ 
        display: flex;
        justify-content: center;
        align-items: center;
    }
}