/* reset CSS :: Start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* reset CSS :: end */

/*** Global CSS :: Start ***/
button:focus{
    outline: none;
}
a, a.btn{
    text-decoration: none;
    transition: 0.4s;
    color: #91AE28;
}
a:hover, a:focus{
    text-decoration: none;
    transition: 0.4s;
    color: #002D48;
}
img{
    max-width: 100%;
}
strong, b{
    font-weight:700;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-r-25 {
    margin-right: 25px !important;
}
.m-r-35 {
    margin-right: 35px !important;
}
.m-r-40 {
    margin-right: 40px !important;
}
.m-r-60 {
    margin-right: 60px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-60 {
    margin-bottom: 60px !important;
}
.m-t-0{
    margin-top: 0;
}
.m-t-30 {
    margin-top: 30px !important;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-24{
    font-size: 24px;
}
.f-36{
    font-size: 36px;
}
.f-48{
    font-size: 48px;
}
.d-flex{
    display: flex;
}
.align-item-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.p-relative{
    position: relative;
}
.text-center{
    text-align: center;
}
.bg-color{
    background: #E6F5FF;
}
.float-r{
    float: right;
}
.float-l{
    float: left;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'jost', sans-serif;
    font-weight: 700;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 42px;
}
h3{
    font-size: 36px;
}
h4{
    font-size: 30px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 20px;
}
.w-full{
    width: 100%;
}
ul {
    list-style: none;
}
.text-upper{
    text-transform: uppercase;
}
/*** Global CSS :: end***/


/*** Home:: start***/
body{
    font-family: 'jost', sans-serif;
    font-size:14px;
    line-height:1.6;
    background:#fff;
    color:#000;
    font-weight: 400;
}
.text-theme{
    color:#91AE28;
}
.text-blue{
    color:#002D48;
}
.text-white{
    color:#fff;
}
.text-pink{
    color:#C74A68;
}
.nav-link {
    color: black;
}
.top-header {
    background-color: #002D48;
}
.top-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.contact-info-block a{
    color: #fff;
}
.navbar {
    --bs-navbar-padding-y: 0;
}
.navbar-brand{
    padding: 0;
}
.bottom-header .container{
    padding: 15px 0;
}
.navbar-expand-md .navbar-collapse {
    flex-direction: row-reverse;
}
ul.navbar-nav li.nav-item {
    margin-right: 36px;
}
ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}
ul.navbar-nav a.nav-link {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;   
}
ul.navbar-nav li.nav-item a.nav-link.active{
    color: #91AE28;
}
ul.navbar-nav li.nav-item a.nav-link.active::before{
  content: " ";
  width: 20px;
  height: 2px;
  background: #91AE28;
  border-radius: 2px;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: inline-block;
}
.section{
    padding: 40px 0;
    overflow: hidden;
}
.section-top{
    padding-top: 60px;
}
.section-title {
    margin: 0 auto 30px;
    max-width: 960px;
}
.section-title h2{
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}
.section-title p{
    font-size: 20px;
    margin-top: 20px;
}
p{
    font-size: 18px;
    color: #212121;
}
.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-align: center;
    padding: 14px 16px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    transition: 0.4s;
    border-width: 0;
    border: 1px solid transparent;
}
.btn:hover{
    transition: 0.4s;
    transform: translateY(-2px);
    color: #002D48;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.20);
    background-color: transparent;
    border-color: transparent;
}
.btn-sm {
    padding: 8px 10px;
    font-size: 13px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.btn-sm:hover {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
}
.btn-theme{
    color: #FFFFFF !important;
    background: #F7921E;
}
.btn-theme:hover{
    background: #e98005c2;
    color: #FFFFFF !important;
}
.dropdown-menu{
    cursor: pointer;
    padding: 10px 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background-color: #ffffff;
}
/* .dropdown-menu.show {
    inset: 9px auto auto -112px;
} */
.top-header .dropdown .btn {
    border: none;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0s;
    box-shadow: none;
}
.top-header .dropdown .btn.show {
    color: #ffffff;
}
.dropdown-item:hover {
    color: #212121;
    background-color: transparent;
}
.dropdown-item,.btn.show {
    color: #212121;
}
button.btn.dropdown-toggle:hover{
    color: #ffffff;
    transform: translateY(0);
}
ul.dropdown-menu li{
    margin-bottom: 8px;
}
.dropdown-item {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}
.management-img{
    height: 400px;
    width: auto;
    text-align: center;
}
.section#benefits{
    padding-bottom: 0;
}
.benefits-block h3{
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
    line-height: 64px;
    text-transform: uppercase;
}
.benefits-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tab-wrapper li.nav-item {
    margin-right: 26px;
}
.tab-wrapper li.nav-item:last-child {
    margin-right: 0;
}
.tab-btn{
    padding: 12px 20px;
    border: 2px solid #C74A68;
    color: #C74A68 !important;
}
.tab-btn:hover, .tab-btn:active{
    background: #ab4d64;
    color: #fff !important;
}
.tab-btn.active{
    color: #fff !important;
    border-color: transparent;
    background-color: #C74A68;
}
.tab-wrapper.nav-tabs {
    --bs-nav-tabs-border-width: 0;
}
.container-fluid{
    padding: 0 60px;
}
.details-block {
    margin-bottom: 40px;
    text-align: center;
}
.details-block p{
    color:#666666;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.details-block img {
    margin-bottom: 30px;
    height: 160px;
    width: auto;
}
.btn-blue{
    border: 1px solid #002D48;
    border-radius: 6px;
    color: #002D48 !important;
    background: #fff;
}
.btn-blue:hover{
    background: #002D48;
    color: #fff !important;
}
.details-block h5{
    /* text-transform: uppercase; */
    text-align: center;
    font-weight: 700;
    font-size: 18px;
   padding-bottom: 20px;
}
.details-block h5 > span{
    font-weight: 400;
}
.details-block h5 span.highlighted {
    background: #F7921E;
    display: inline-block;
    padding: 2px 6px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
    font-weight: 500 !important;
}
.price-block{
    max-width: 420px;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    color: #ffffff;
    padding: 60px 30px 10px 30px;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
.table .table-header th{
    background: #51B5E6;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.bg-pink{
    background: #C74A68 !important;
}
.bg-blue{
    background: #51B5E6 !important;
}
.bg-orange{
    background: #91AE28 !important;
}
.price p{
    color: #ffffff;
    font-size: 20px;
}
.or{
    color: #ffffff;
    text-transform: uppercase;
}
.price-block .or span.f-20::before{
    content: " ";
    position: absolute;
    width: 90px;
    height: 1px;
    top: 15px;
    left: -110px;
    background: #ffffff;
    display: inline-block;
}
.price-block .or span.f-20::after{
    content: " ";
    position: absolute;
    width: 90px;
    height: 1px;
    top: 15px;
    right: -110px;
    background: #ffffff;
    display: inline-block;
}
.price-wrap  {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    position: absolute;
    top: -30px;
    left: 20px;
    right: 20px;
}
.offer-tag {
    background: #91AE28;
    color:#fff;
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}
.price-block p{
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
    margin: 0 0 5px;
}
.price-wrap h5{
    padding: 10px 20px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}
.price .price-inner-block{
    display: flex;
    justify-content: space-between;
}
.price h4{
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
    font-size: 42px;
    line-height: 1.2;
}
.price h4:after {
    content: "per year";
    font-size: 16px;
    margin-left: 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
}
.price strike, .price del{
    font-weight: 500;
    display: block;
    font-size: 30px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
}
.price .label {
    font-size: 18px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
    margin: 0 0 5px;
}
.logo-block .contact-info-block .info a{
    color: #C74A68;
    font-size: 20px;
}
.price-block.bg-blue.p-relative.d-flex.align-item-center.justify-content-center.flex-column:last-child{
    margin-bottom: 0;
}
.features-list{
    margin: 0 0 20px;
    text-align: left;
}
.features-list h6{
    font-size: 18px;
    margin: 0 0 5px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
}
.features-list ul{
    padding-left: 20px;
}
.features-list li{
    font-size: 16px;
    margin: 0 0 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
    list-style: decimal;
}
.list-type{
    list-style-type: none;
}
.social-icon li {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.social-icon li:last-child {
    margin-right:0;
}
.btn-circle {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 4px 2px rgba(0, 0, 0, 0.16);
    background: #C74A68;
    color: #ffffff;
}
.btn-circle:hover{
    box-shadow: 6px 1px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
    color: #ffffff;
}
.btn-circle:focus {
    color: #ffffff;
}
.menu-list li{
    margin-right: 36px;
}
.menu-list li:last-child{
    margin-right: 0;
}
.menu-list li a{
    color: #212121;
    font-size: 16px;
}
.social-icon li i{
    font-size: 22px;
}
.top-shape{
    padding-top: 60px;
}
.info{
    margin-right: 20px;
}
.cost-wrapper{
    display: flex;
    justify-content: center;
}
.cost-wrapper .price-block {
    margin-bottom: 0px;
    margin-right: 60px;
}
.cost-wrapper .price-block.lms {
    max-width: 580px;
    margin-right: 0;
}
.logo-block .section-title img {
    margin-bottom: 30px;
}
.logo-block p {
    font-size: 24px;
}
.alprep-logo .contact-info-block{
    display: flex;
    margin-bottom: 40px;
}
.alprep-data {
    order: 1;
}
footer {
    padding: 80px 0;
}
footer .container #logo{
    margin-bottom: 30px;
}
footer .container .contact-info-block a {
    color: #C74A68;
    font-size: 16px;
}
footer .container .contact-info-block{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.social-icon {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu {
    margin: 30px 0;
}
ul.menu-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-block span {
    font-size: 16px;
}
.contact-info-block span:first-child {
   margin-right: 20px;
}
.sub-title{
    font-weight: 400;
    margin-top: 20px;
}
.toggle-btn{
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7921E;
    border: none;
    border-radius: 16px;
}
.navbar-toggler:focus {
    color: #ffffff;
    background-color: #C74A68;
}
/*** Home:: end***/

/*** service:: start***/

.pg-header{
    padding: 80px 0;
    text-align: center;
}
.pg-header h1{
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}
.service-wrapper {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
}
.service-wrapper .section-title {
    margin: 0 0 30px 0;
    text-align: left;
    width: 100%;
}
.service-wrapper h3{
    text-transform: uppercase;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.service-title{
    margin-bottom: 20px;
}
.card {
    border-radius:  16px;
    border: none;
    background: #E5F5FF;
    color: #212121;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
}
.card-header:first-child {
    border-radius: 16px;
}
.card-header {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background-color: transparent;
}
.card-header .accordion-btn {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    position: relative;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.card-header .accordion-btn .indicator {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: -4px;
    bottom: 0;
    margin: auto;
    text-align: right;
    color: #212121;
}
.card-header .accordion-btn .indicator.show {
    display: none;
}
.card-header .accordion-btn.collapsed .indicator.show {
    display: block;
}
.card-header .accordion-btn.collapsed .indicator.hide {
    display: none;
}
ul.service-list li a.active{
    color: #91AE28;
}
.card-body {
    flex: 1 1 auto;
    padding: 0 16px 14px 16px;
    border-radius: 16px;
}
ul.service-list li{
    margin-bottom: 16px;
}
ul.service-list li:last-child{
    margin-bottom: 0px;
}
ul.service-list li a{
    font-size: 16px;
    color: #212121;
}
ul.service-list li a:hover{
    color: #C74A68;
}
.service-wrapper .disc-img{
    text-align: center;
    width: auto;
    max-height: 280px;
    margin-bottom: 30px;
}

/*** service:: end***/

/*** why-alperp:: start***/
.check-list .m-icon {
    color: #51B5E6;
    font-size: 30px;
    margin-right: 16px;
}
.check-list li {
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}
.save-img{
    max-height: 320px;
    width: auto;
    text-align: center;
}
.save-img img{
    max-height: 320px;
    width: auto;
}
/*** why-alperp:: end***/

/** contact-pg :: start**/
.form-control, .form-select{
    background: #E5F5FF;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    border: none;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    color:#888888;
    resize: none;
    border: 1px solid transparent;
}
.form-control:focus, .form-select:focus {
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.16);
}
.contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size:18px;
}
.contact-block img{
    margin-bottom: 30px;
}
.contact-block a{
    color:#212121
}
.help-desk-img {
    max-height: 412px;
    width: auto;
    text-align: center;
}
input#formFile {
    /* padding: 8px; */
    padding-left: 20px;
    height: 55px;
}
/** contact-pg :: end**/

/** shape-animation ::start**/
span.shape-1 {
    position: absolute;
    left: 2%;
    top: 10%;
    animation: rotateme 10s infinite linear;
}
@keyframes rotateme{
    0%,100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    33% {
        -webkit-transform: translate(40px,20px);
        transform: translate(40px,20px)
    }

    66% {
        -webkit-transform: translate(20px,40px);
        transform: translate(20px,40px)
    }
}

span.shape-2 {
    position: absolute;
    bottom: 22%;
    left: 42%;
    animation: fadeInUp 2s ease-in-out infinite alternate;
}
@keyframes fadeInUp{
    0% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0);
    }
}

span.shape-3 {
    position: absolute;
    bottom: 21%;
    right: 5%;
    animation: rotateme 10s infinite linear;
}

/** shape-animation ::end**/
span.dot-shape-bottom {
    position: absolute;
    bottom: 20%;
    left: 0;
    margin: auto;
}
span.dot-shape-top {
    position: absolute;
    top: 25%;
    right: 0;
    margin: auto;
}
.section.shape-bottom{
    padding-bottom: 90px;
}
.pg-header.shape-bottom {
    padding-bottom: 120px;
}
.pg-header.shape-both{
    padding: 90px 0;
}
.section.shape-both{
    padding: 100px 0;
}
.clo-shape-btm {
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height: 70px;
    background-image: url(../images/clow-tp-img.svg);
    background-position: top center;
    background-repeat:repeat;
    background-size: cover;
    bottom: 0;
    
}
.clo-shape-tp {
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height: 70px;
    background-image: url(../images/clo-shape-btm.svg);
    background-position: bottom center;
    background-repeat:repeat;
    background-size: cover;
    top: 0; 
}
.service-wrapper li {
    font-size: 18px;
    margin-bottom: 10px;
}
/**.service-block {
    align-items: center;
    display: flex;
    justify-content: center;
}**/

.table th{
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ddd;
    background: #E6F5FF;
    padding: 10px;
}
.table td{
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 10px;
}
.career-table{
    max-width: 960px;
    margin: auto;
}

/*** Teachers page :: starts ***/
.how-it-work-steps .row{
    padding-bottom: 30px;
}
.how-it-work-block {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
    position: relative;
}
.how-it-work-block .count {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 0.2;
}
.how-it-work-block .material-icons {
    font-size: 60px;
    margin: 0 0 10px;
}
.how-it-work-block h5{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
}
.how-it-work-block p{
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
}

.modal-content{
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}
.modal-header{
    justify-content: center;
}
.modal-title{
    font-size: 24px;
    color: #002D48;
}
/*** Teachers page :: end ***/

.demo-video-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.video-block h5{
    margin: 0;
}
a.video-block {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #002D48;
    background: #E6F5FF;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
    padding: 30px 30px;
    border-radius: 16px;
    margin: 10px;
    transition: 0.4s;
}
a.video-block .video-icon{
    color: #51B5E6;
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    margin: 0;
}
a.video-block:hover .video-icon {
    color: #91AE28;
}

/*** Top Slider :: Start ***/
.slick-slide img{
    margin: auto;
    max-height: 100%;
    width: auto;
}
.star-icon{
    color: #FFD700;
    font-size: 24px;
}
.rating-text {
    margin: 20px 0 0;
    color: #002D48;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.rating-text .material-icons{
    padding: 0 4px 1px;
    display: inline-block;
    vertical-align: text-bottom;
}
.slick-dots li button::before {
    font-size: 12px;
}
.slick-dots li.slick-active button:before{
    color: #002D48;
    opacity: 1;
}
/*** Top Slider :: End ***/

/*** Testimonials :: Start ***/
.testimonials-block {
    max-width: 720px;
    border-radius: 20px;
    border: 3px solid rgba(0, 0, 0, 0.16);
    margin: 0 auto 12px;
    padding: 20px 30px 20px 150px;
    box-shadow: 8px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    position: relative;
    text-align: left;
}
.testimonials-block .service-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 100px;
    max-height: 90px;
}
.testimonials-block p{
    font-size: 22px;
}
.rating-text{
    margin: 10px 0 0;
}
/*** Testimonials :: End ***/