@import "https://fonts.googleapis.com/css?family=Arvo:700|Open+Sans";
    html {
    overflow-x: hidden;
}
.navbar.navbar-default {margin: 0;padding: 0;}
.features p{
    font-size: 14px;
}
.features h4{
    font-size: 22px;
    margin-top: 10px;
}
.about-area h4{
    font-size: 18px;
    color: #6a4db1;
}
#services h5{
    font-size: 24px;
    color: #6233c2;
    font-weight: 600;
    margin-top: 18px;
}
#services ul {
    list-style-type: none;
}
#services ul li {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
    margin-left: 44px;
}
#services ul li:before {
    font-family: FontAwesome;
    content: "\f14a";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 30px;
    line-height: 24px;
    text-align: center;
    color: rgb(98, 51, 194);
    font-size: 18px;
}
body {
    background: #e1efff;
    font-size: 14px;
    font-display: swap;
    font-weight: 400;
    font-family: open sans, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #37393e;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}
.display_mobile{
        display: none;
    }
    .display_desk{
        display: block;
    }
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
   
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
   
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 5px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0 20px 0;
    height:120px;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
    padding-bottom:5px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/*===carousel css===*/
.student-review .carousel-control.right, .student-review .carousel-control.left{background:none;}
/* ------testimonial  close-------*/
 #map {
        height: 400px;
      }
.info1 {
    background: #3693fa;
}
#testprep-eligibility p a {
  font-size: 18px;
    color: #ffd844;
    font-weight: 700;
    text-decoration: underline;
}
#other_services {
    background: #6334c2;
    }
#other_services .box {
    width: 100%;
    background: #fff;
    margin: 0px 10px;
    width: 100%;
        min-height: 330px;
         box-shadow: 0 0 10px #4c4658;
    padding: 20px 30px;
    border-radius: 5px;
}
#other_services h3{
    text-align: center;
    font-size: 18px;
    background: #6233c2;
    color: #f2f3f5;
    padding: 5px 7px;
    border-radius: 5px;
}
#other_services p{
    border-bottom: 1px solid #cecbd6;
    margin: 5px 20px;
    font-size: 14px;
    color: #250e4a;
    font-weight: 700;
}
#features p span{
        background: #e1d3f9;
    border-radius: 5px;
        font-size: 15px;
    color: #000;
    padding: 4px 7px;
}
#branches .box-item{
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #aab5b5;
}
#branches h4{
       font-size: 17px;
    color: #f2f3f5;
    background: #8659f3;
    border-radius: 4px;
    font-weight: 700;
    padding: 5px 0px;
}
#branches p{
      font-size: 13px;
    font-weight: 600;
    text-align: left;
    min-height: 100px;
}
.card-header{
    padding: 7px 15px;
    background: #6233c2;
}
.accordian h5{

    color: #fff;
    font-size: 16px;
}
.accordian i{
float: right;
    padding-right: 10px;
    }
p span{
    font-size: 16px;
    font-weight: 700;
}
.title-section{
        background: #6233c2;
    padding: 20px 0px 5px;
}
.about-area ul{
    list-style-type: none;
}
.about-area ul li:before{
    font-family: FontAwesome;
    content: "\f1d8";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    line-height: 24px;
    text-align: center;
    color: rgb(98, 51, 194);
    font-size: 18px;
}
.about-area ul li {
    font-size: 15px;
    margin-bottom: 12px;
        font-weight: 600;
    margin-left: 25px;
}

.about-area ul li ul li{
     font-size: 15px;
    margin-bottom: 4px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 20px;
}
.about-area ul li ul li:before{
    font-family: FontAwesome;
    content: "\f111";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    line-height: 26px;
    text-align: center;
    color: rgb(98, 51, 194);
    font-size: 12px;
}
.shape2 {
    height: 2px;
    margin: 0 auto 30px;
    position: relative;
    width: 80px;
    background-color: #8659f3;
}
.title-section h1{
    font-size: 42px;
    color: #f2f3f5;
      text-align: center;
    font-weight: 700;
}
.bg-purple{
    background: #6233c2;
}
#gre-stats{
    padding: 20px 0;
    background: #f2f3f5;
}
#sat-stats{
    padding: 20px 0;
    background: #f2f3f5;
}
#features_content p{
        font-size: 15px;
    margin-bottom: 15px;
}
#gre-stats h3{
    color: #6233c2;margin: 0;

}
#sat-stats h3 {
    color: #6233c2;
    font-size: 22px;
}
#sat-stats h3 span{
    color: #d73032;
    font-size: 30px;
}
#gre-stats p{
       color: #0a9691;
    font-size: 18px;
    line-height: 1.0;
    padding-left: 10px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 10px;
}
#cta h3{font-size: 36px;color: #fff;margin: 0;}
#cta h5 {
    color: #f0f5f5;
}
#cta .btn-common {
    background-color: #ffffff;
    position: relative;
    color: #865af3;
    font-weight: 600;
    z-index: 1;
    text-transform: uppercase;
}
.about-area h6{
    font-weight: 600;
}
.popup-btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
}
.form-button {
 
    padding: 4px;
    margin-top: 2px;
   }
   .popup-btn:hover {
    background: #b31217;
    background: -webkit-linear-gradient(to right, #e52d27, #b31217);
    background: linear-gradient(to right, #e52d27, #b31217);
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}
.form-styling {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    border: none;
    border-radius: 20px;
    margin-bottom: 15px;
    background: rgb(203, 218, 226);
}
.contents {
    display: table-cell;
    height: 440px;
    vertical-align: middle;
}
.single-cool-fact {overflow: hidden;}
#hero-area .contents p{
    padding: 4px 0px;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
}

#features h3{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #8f82af;
}
#hero-area .contents h3{
    padding: 5px 0px;
    font-size: 22px;
    color: #4cefb4;
    font-weight: 700;
}
a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
a:hover {
    text-decoration: none;
}
a a:focus {
    outline: none;
}
p {
    font-weight: 400;
    font-family: open sans, sans-serif;
    margin: 0;
    font-size: 16px;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul li, ol li {
    list-style: none;
}
.intro-img .img-fluid {
    border-radius: 7px;
    border: 12px solid #45e6c4;
}
a:not([href]):not([tabindex]) {
    color: #fff;
}
.btt{
    width: 100%;
    align-items: center;
}
.form-control-2 {
    width: 100%;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
}
.form-styling-2 {
    width: 100%;
    padding-left: 15px;
    border: none;
    border-radius: 50px;
    margin-bottom: 0px;
    background: rgb(203, 218, 226);
}
.form-styling {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    border: none;
   
    margin-bottom: 10px;
    background: rgb(203, 218, 226);
}
.section-header {
    margin-bottom: 30px;
}
.section-header p {
    text: center;
    font-weight: 400;
    line-height: 26px;
}
.section-title {
    font-size: 30px;
    color: #6233c2;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

#our_process img{
    width: 100%;
display: flex;
margin: auto;
}
.shape {
    height: 1px;
    margin: 0 auto 30px;
    position: relative;
    width: 60px;
    background-color: #8659f3;
}
.padding-none {
    padding: 0;
}
#testprep-eligibility p{
    color: #f3f2f7;
    font-size: 16px;
    text-align: center;
}

.bg-gray {
    background: #f4f4f7;
}
.section-title-2 {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
}
.shape-2 {
    height: 1px;
    margin: 0 auto 30px;
    position: relative;
    width: 60px;
    background-color: #ffffff;
}
.bg-purple {
    background: #865af3;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(61, 96, 244, .3);
}
.btn-common {
    background-color: #8658f3;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.btn-common:hover {
    color: #8658f3;
    background: 0 0;
    border: 1px dotted #8658f3;
    box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.btn-border {
    color: #8658f3;
    background-color: transparent;
    border: 1px solid #8658f3;
    border-radius: 30px;
    text-transform: uppercase;
}
.btn-border:hover {
    color: #fff;
    border-color: #8658f3;
    background-color: #8658f3;
}
.btn-border:focus {
    color: #fff;
    border-color: #8659f3;
    background-color: #8659f3;
}
.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}
.btn-rm {
    padding: 7px 0;
    color: #8659f3;
    text-transform: capitalize;
}
.btn-rm:hover {
    color: #8659f3;
}
button:focus {
    outline: none!important;
}
.icon-close, .icon-check {
    color: #8659f3;
}
.social-icon a {
    color: #666;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.social-icon a:hover {
    color: #fff!important;
}
.social-icon .facebook:hover {
    background: #3b5999;
}
.social-icon .twitter:hover {
    background: #4a9cec;
}
.social-icon .instagram:hover {
    background: #d6274d;
}
.social-icon .linkedin:hover {
    background: #1260a2;
}
.social-icon .google:hover {
    background: #ce332a;
}
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}
a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #8659f3;
    border-radius: 30px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}
.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #8659f3;
}
#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}
#loader-1:after {
    border: 7px solid #f2f2f2;
}
@keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.section-padding {
    padding: 30px 0;
}
hr {
    border-top: 1px dotted #ddd;
}
#features {
    
}
#features p{
      font-size: 16px;
    margin-bottom: 10px;
}
#features .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#features .content-left span {
    float: right;
}
#features .content-left .text {
    text-align: right;
}
#features .content-right span {
    float: left;
}
#features .box-item {
    box-shadow: 0 0 12px #c5c0d0;
    padding: 20px 15px;
    line-height: 22px;
    margin-top: 30px;
    border-radius: 50px;
    background-color: #8658f3;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
}
#features .box-item .icon {
    text-align: center;
    margin: 1px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#features .box-item .icon i {
    color: #f7f8f9;
    font-size: 30px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#features .box-item .text h4 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #ffffff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#features .box-item .text p {
    font-size: 14px;
    line-height: 26px;
}
#features .box-item:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1);
}
#features .box-item:hover h4 {
    color: #ffffff;
}
#features .show-box {
    margin-top: 50px;
}
#features .show-box img {
    width: 100%}
.services-item2 {
    padding: 20px;
    background: #ffffff;
    min-height: 260px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #c5c0d0;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.services-item2 .icon {
    border: 1px solid #6233c2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.services-item2 .services-content h3 {
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    color: #6233c2;
    font-size: 18px;
}
.services-item2 .services-content p {
    color: #4e4b54;
    text-align: center;
    font-size: 14px;
}
.services-item2 .icon i {
    font-size: 30px;
    color: #865bf3;
    line-height: 70px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.services-item {
    padding: 20px;
    background: #865af3;

    min-height: 380px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #c5c0d0;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.services-item .icon {
    border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.services-item .icon i {
    font-size: 30px;
    color: #865bf3;
    line-height: 70px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.services-item .services-content h3 {
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}
.services-item .services-content p{
      color: #fff;
    text-align: justify;
    font-size: 14px;
}
.services-item .services-content h3 a {
    font-size: 16px;
    color: #585b60;
}
.services-item:hover h3{
    color: #8659f3;
}
.services-item:hover p{
    color: #727784;
}
.services-item:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.20);
    background: #ffffff;
}
.services-item:hover .icon {
    background: #865af3;
}
.services-item:hover .icon i {
    color: #fff;
}
#service {
    position: relative;
}
.about-area .about-wrapper {
    height: 100%;
    width: 100%;
    display: table;
}
.about-area .about-wrapper>div {
    vertical-align: middle;
    display: table-cell;
}
.about-area img {
    border-radius: 4px;
}
.about-area .content {
    margin-top: 15px;
}
.about-area .content p {
    margin-bottom: 20px;
}
#cta {
    padding: 30px 0;
}
.navbar-brand {
    position: relative;
    padding: 0;
}
.top-nav-collapse {
     z-index: 999999;
    padding: 5px!important;
    top: 0!important;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .10);
    background: #6233c2!important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;

}
.top-nav-collapse .navbar-brand {
    top: 0;
}
.top-nav-collapse .navbar-brand img {
    width: 70%}
.top-nav-collapse .navbar-nav .nav-link {
    color: #ffffff!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.top-nav-collapse .navbar-nav .nav-link:hover {
    cursor: pointer;
    color: #8659f3;
    border-color: #8659f3!important;
}
.top-nav-collapse .navbar-nav .nav-link:hover {
    color: #8659f3!important;
}
.navbar-expand-md .navbar-toggler {
    background: 0 0;
    border: 1px solid #f2ecff;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}
.navbar-brand img {
    width: 90%}
.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #585b60;
    border-color: #8659f3;
}
.indigo {
    background: 0 0;
}
.menu-bg {
    background: 0 0;
}
.navbar-expand-md .navbar-nav .nav-link i {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-item {
    padding-left: 25px;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    padding: 7px 0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-link:before {
    background-color: #8659f3;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    margin: 0 auto;
    width: 0;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -webkit-transition: width 1s;
}
.navbar-expand-md .navbar-nav li a:hover, .navbar-expand-md .navbar-nav li .active>a, .navbar-expand-md .navbar-nav li a:focus {
    color: #fff;
    outline: none;
}
.navbar-expand-md .navbar-nav .active>.nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.open, .navbar-expand-md .navbar-nav .open>.nav-link {
    color: #ffffff ;
    width: 100%}
.navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:hover::before, .navbar-expand-md .navbar-nav .nav-link:focus {
    color: #45e6c4;
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}
.navbar li.active a.nav-link {
    color: #preset;
}
.dropdown-toggle::after {
    display: none;
}
.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}
#hero-area {
       background: url('../../../www.texasreview.in/testprep-new/img/The-Best-IELTS-coaching-Centre.jpg') no-repeat;
       background-size:cover;
       position: relative;
       overflow: hidden;
       padding: 30px 0;
       height:530px;
}
.scrollToTop {
    position: fixed;
    bottom: 70px;
    right: 5%;
    width: 30px;
    height: 30px;
    border: 1px solid #d82227;
    text-align: center;
    border-radius: 50%;
    color: #d82227;
}
.hero-area-uk {
    background: url('../../../www.texasreview.in/testprep-new/img/study-in-uk-banner.jpg') !important;
}
#hero-area .contents .head-title {
        color: #f5f9fd;
    font-size: 60px;
    margin-top: 16px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 5px;
}
#hero-area .contents .head-title-3 {
    color: #edbd3c;
    font-size: 30px;
    padding: 5px 15px;
    margin-top: 0px;
    border: 2px solid #cfa44694;
    font-weight: 500;
    margin: 10px 0px;
}
#hero-area .contents h1 {
    color: #f5f9fd;
    font-size: 90px;
    margin-top: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
#hero-area .contents .head-title-gmat {
    color: #f5f9fd;
    font-size: 36px;
    margin-top: 0px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px;
}
#hero-area .contents .head-title-2 {
    color: #8467ca;
    font-size: 38px;
    margin-top: 24px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
}
.quick_enq{
   font-weight: 600;
   margin-left: 20px;
    background: #f2f3f5;
    line-height: 3;
    padding: 7px 20px;
    color: #6233c2 ;
    cursor: pointer;
    border-radius: 50px;
}
.owl-dots .owl-dot span {
    border-radius: 50%;
    border: 1px solid #954db3;
}
.quick_enq:hover{
    background: #24d5e8;
    color: #ffffff !important;
    }
#hero-area .contents .header-button {
    margin-top: 20px;
    color: #222;
}
#hero-area .contents .header-button .btn {
    margin-right: 10px;
}
.sloder-img {
    background: #34363a;
}
.team-item:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1);
}
.img-fluid-new {
    /* max-width: 100%; */
    height: auto;
    border-radius: 5px;
    width: 100%;
}
.team-item h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 7px 0px 12px;
}
.team-item {
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 0 2px 18px 0 rgba(198, 198, 198, 0.82);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    background: #fff;
}
.team-item .team-img {
    border: 5px solid #fff;
    border-radius: 5px;
}
.team-item .contetn {
    padding: 15px 50px;
    height: 200px;
}
.team-item .social-icons {
    padding-top: 11px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.team-item .social-icons li {
    display: inline-block;
    margin-right: 10px;
}
.team-item .social-icons li a {
    letter-spacing: 0;
    outline: 0!important;
}
.team-item .social-icons li a i {
    font-size: 18px;
    display: block;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.team-item .social-icons li .lni-facebook-filled {
    color: #3b5998;
}
.team-item .social-icons li .lni-twitter-filled {
    color: #00aced;
}
.team-item .social-icons li .lni-instagram-filled {
    color: #fb3958;
}
.team-item .info-text {
    margin-bottom: 10px;
}
.team-item .info-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
.team-item .info-text h3 a {
    color: #333;
}
.team-item .info-text h3 a:hover {
    color: #8659f3;
}
.team-item .info-text p {
    margin: 0;
    color: #888;
}
.team-item:hover .team-overlay {
    opacity: 1;
}
#pricing {
    text-align: center;
}
#pricing .title {
    padding-top: 20px;
}
#pricing .title h3 {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
}
#pricing .title .month-plan {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
#pricing .table {
    margin-top: 15px;
    padding: 30px;
    border-radius: 4px;
    border: none!important;
    box-shadow: 0 2px 18px 0 rgba(198, 198, 198, .3);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#pricing .table .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #ebedef;
    margin-bottom: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#pricing .table .icon-box i {
    color: #8659f3;
    line-height: 80px;
    font-size: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#pricing .table .pricing-header {
    position: relative;
    text-align: center;
}
#pricing .table .pricing-header .price-value {
    font-size: 24px;
    color: #8659f3;
    position: relative;
    text-align: center;
    font-weight: 700;
}
#pricing .table .pricing-header .price-value sup {
    font-size: 16px;
    font-weight: 500;
    top: -18px;
}
#pricing .table .pricing-header .price-value span {
    font-size: 15px;
    color: #abacae;
    font-weight: 400;
}
#pricing .table .description {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 20px;
}
#pricing .table .description li {
    font-size: 14px;
    font-weight: 400;
    color: #abacae;
    padding: 4px 0;
}
#pricing .table .description li:last-child {
    border-bottom: none;
}
#pricing .table:hover {
    background: #fff;
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1);
}
#pricing .table:hover .icon-box {
    background: #8659f3;
}
#pricing .table:hover .icon-box i {
    color: #fff;
}
#pricing #active-tb {
    background: #fff;
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1);
}
#pricing #active-tb .icon-box {
    background: #8659f3;
}
#pricing #active-tb .icon-box i {
    color: #fff;
}
#pricing .active {
    z-index: 99999;
}
.testimonial {
    position: relative;
    background-color: #8659f3;
}
.testimonial-item {
    background: #fff;
    border-radius: 4px;
    min-height: 400px;
    text-align: center;
    padding: 30px 20px;
}
.testimonial-item2 {
    background: #108a7f;
    border-radius: 4px;
    text-align: center;
    padding: 5px 5px;
}
.testimonial-item p {
    font-size: 13px;
}
.testimonial-item .img-thumb {
    position: relative;
    /*margin: 15px 15px 15px 0;*/
}
.testimonial-item .img-thumb img {
    border-radius: 50%;
    display: inline-block;
    width: 90px;
    padding: 5px;
}
.testimonial-item .content {
    overflow: hidden;
}
.testimonial-item .content .description {
    width: 100%;
    color: #333;
}
.testimonial-item .content .star-icon i {
    color: #8659f3;
}
.testimonial-item .info h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    margin: 0;
}
.testimonial-item .info h2 a {
    color: #333;
}
.testimonial-item .info h3 {
    margin: 0;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}
.testimonial-item .info h3 a {
    color: #333;
}
.testimonial-item .info .indicator {
    font-size: 26px;
    font-weight: 700;
    color: #8659f3;
}
.testimonial-item .icon-social {
    margin-top: 30px;
}
.testimonial-item .icon-social a {
    color: #666;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
    margin: 15px 6px 12px 4px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.testimonial-item .icon-social a:hover {
    color: #fff;
}
.testimonial-item .icon-social .facebook:hover {
    background: #3b5999;
}
.testimonial-item .icon-social .twitter:hover {
    background: #4a9cec;
}
.testimonial-item .icon-social .instagram:hover {
    background: #d6274d;
}
.testimonial-item .icon-social .linkedin:hover {
    background: #1260a2;
}
.testimonial-item .icon-social .google:hover {
    background: #ce332a;
}
.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel button.owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
    text-align: center;
}
.owl-carousel button.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    filter: alpha(opacity=50);
    opacity: 1;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
    background: #8659f3;
}
.slick-slider {
    padding: 80px 0;
}
.slider-center img {
    opacity: .7;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    padding: 63px;
    position: relative;
    text-align: center;
}
.slider-center .slick-center img {
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    opacity: 1;
    transform: scale(1.9);
}
textarea {
    border-radius: 4px!important;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
}
.btn.disabled, .btn:disabled {
    opacity: 1;
}
.contact-form-area h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.contact-right-area {
    margin-left: 50px;
}
.contact-right-area .contact-title {
    margin-bottom: 20px;
}
.contact-right-area .contact-title h1 {
    font-size: 22px;
}
.contact-right {
    padding: 4px;
}
.contact-right .single-contact {
    margin: 30px 0;
    padding: 3px 55px;
    position: relative;
    color: #abacae;
}
.contact-right .single-contact p {
    margin-bottom: 0;
}
.contact-right .single-contact p a {
    color: #abacae;
}
.contact-right .contact-icon {
    background: #8659f3;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}
.h3 {
    float: right;
    font-size: 16px;
}

.footer-area {
    position: relative;
    padding: 50px 0 0;
    background: #261744;
}
.footer-area .footer-titel {
    font-size: 18px;
    color: #10caa9;
    font-weight: 600;
    padding-bottom: 15px;
    letter-spacing: .5px;
}
.footer-area .footer-titel span {
    color: #ccc;
    font-weight: 400;
}
.footer-area .textwidget p {
    color: #f2f3f5;
        font-size: 14px;
        padding-bottom: 7px;
}
.footer-area .footer-link li {
    margin-bottom: 7px;
}
.footer-area .footer-link li a {
    color: #f2f3f5;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.footer-area .footer-link li a:hover {
    color: #8659f3;
}
.footer-area .address li {
    margin-bottom: 7px;
}
.footer-area .address li a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
.footer-area .address li a i {
    font-size: 22px;
    width: 32px;
    vertical-align: middle;
    height: 36px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 32px;
}
.footer-area #subscribe-form {
    margin-top: 10px;
}
.footer-area #subscribe-form .form-group {
    position: relative;
}
.footer-area #subscribe-form .form-group .btn-common {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
    height: 52px;
    border-radius: 0;
    background: 0 0;
    color: #8659f3;
}
#copyright .copyright-content {
    border-top: 1px solid #d5d4e9;
    padding: 15px 0;
    margin: 45px 0 0;
}
#copyright p {
    line-height: 42px;
    color: #f2f3f5;
    text-align: center;
    margin: 0;
}
#copyright p a {
    color: #8659f3;
}
.social-icon a {
    color: #272727;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}
.social-icon a:hover {
    color: #fff!important;
}
.social-icon .facebook:hover {
    background: #3b5999;
}
.social-icon .twitter:hover {
    background: #4a9cec;
}
.social-icon .instagram:hover {
    background: #d6274d;
}
.social-icon .linkedin:hover {
    background: #1260a2;
}
.social-icon .google:hover {
    background: #ce332a;
}
.social-icon .youtube:hover {
    background: #FF0000;
}

#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
  }
  
  #video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
  }
  
  #video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
  }
  
  #video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
  }
  
  #video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  
  #video-popup-close:hover {
    color: #DE0023;
  }
  .about-area p{
        margin-bottom: 10px;
  }
.work-porcess-area  h4{
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}
.work-porcess-area p{
    text-align: center;
    font-size: 14px;
}
.work-porcess-area.white {
    background: #FFFFFF;
}

.work-porcess-area .process-info {
    margin-top: 7px;
}

.work-porcess-area .process-info .single-process {
   width: 140px;
   background: #fff;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 55px;
    margin: 0 auto;
    box-shadow: 0 10px 20px 0 rgba(65, 32, 248, 0.24);
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.work-porcess-area .process-info .single-process:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -o-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -moz-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    -ms-box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
    box-shadow: 0 10px 30px 0 rgba(248, 32, 72, 0.4)
}

.work-porcess-area .process-info .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: "fontawesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -65px;
    color: #6233c2;
}

.work-porcess-area .process-info .single-process.first {
    background: #6233c2;
}

.work-porcess-area .process-info .single-process.first i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.first h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard {
    background: #6233c2;
}

.work-porcess-area .process-info .single-process.thard i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.last:after {
    display: none;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}

.work-porcess-area .process-info .single-process i:before {
    font-size: 36px;
    color: #6233c2;
}

.work-porcess-area .process-info .single-process h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f82249;
}
.owl-carousel .owl-item .testimonial-item2 img {
    max-width: 100%;
    width: 100%;
}
.owl-carousel.client-review .owl-nav {display:none;}
.about-area .about-wrapper.cnt-padding {margin-bottom:25px;}
.our-achiever {background-color:#f5f5f5;}
@media only screen and (max-width: 767px) {
    #sat-stats h3 {
    color: #6233c2;
    font-size: 18px;
}
#hero-area {
    height: auto;
}
#sat-stats h3 span {
    color: #d73032;
    font-size: 22px;
}
    #hero-area .contents h1 {
    color: #f5f9fd;
    font-size: 56px;
}
#hero-area .contents .head-title-3 {

    font-size: 30px;
   
    line-height: 40px;
    
}
.work-porcess-area .process-info .single-process::after {
display: none;
}
.work-porcess-area .process-info .single-process{
margin-top: 30px;
}
.work-porcess-area .section-title h2{
margin-bottom: 5px;
}
.single-cool-fact {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

}
h3.testprep a {
    color: #fff;
}
#other_services p a{
	color: #250e4a;
}
