@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


/*Font Family USE Website/

font-family: 'Roboto', sans-serif;

/*Font Family USE Website*/

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}

select,input,label,button {
    font-family: 'Roboto', sans-serif;
}

li,a {
    font-family: 'Roboto', sans-serif;
}
table, tr, td{
        font-family: 'Roboto', sans-serif;
}
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,a:focus {
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6,p,a,ul,li,input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

ul {padding: 0;}

p {font-family: 'Roboto', sans-serif;}

li{
    list-style-type: none;}

.no_pad {
    padding: 0;}

html {
  scroll-behavior: smooth;
}

/*Header Section Begin*/

header {
    padding: 10px 0;
    background: transparent;
    border-top: 4px solid #6b3290;
    position: absolute;
    z-index: 99;
    width: 100%;
    transition: 0.5s ease-in-out;
}

header.menu_fixed {
    position: fixed;
    background: #fff;
    transition: 0.5s ease-in-out;
    box-shadow: 1px 1px 10px #c4c4c4 !important;
}

header.inner-header.menu_fixed {
    position: fixed;
    width: 100%;
    transition: 0.5s ease-in-out;
    box-shadow: 1px 1px 10px #c4c4c4 !important;
}

header.menu_fixed .menu-main ul{
    padding-top: 30px;
}




.menu-main ul li a {
    color: #45494f;
    font-size: 17px;
    padding: 10px 5px;
    border-bottom: 2px solid transparent;
}

.menu-main ul li {
    float: none;
    display: inline-block;
    padding-right: 16px;
}

.menu-main ul {
    float: none;
    padding-top: 40px;
    text-align: right;
}

.menu-main ul li a:hover,
.menu-main ul li a:focus,
.menu-main ul li.active a {
    background: transparent;
    color: #9a772c;
    border-bottom: 2px solid #9a772c;
}

header .container-fluid {
    padding: 0 40px;
}

.menu-main ul li.btn-contact-top a {
    background: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    background: #9a772c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.37);
    border: 0;
}

.menu-main ul li.btn-contact-top a:hover {
    background: #6b3290;
    border: 0;
}
.menu-main li ul {
    display: none;
}
.menu-main li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #6b3290;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}


.menu-main li > ul > li > a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}
.menu-main li > ul > li, .menu-main li > ul > li > a {
    display: block;
    margin: 0;
}
.menu-main li > ul > li > a:before, .menu-main li > ul > li > a:after {
    display: none;
}
.menu-main li:hover li {
    float: none;
    padding: 0;
}
.menu-main li:hover a {
}
.menu-main li:hover li a:hover {
    background-color: #9a772c;
}
.menu-main ul ul ul {
    left: 100%;
    top: 0;
}
.menu-main ul:before, .menu-main ul:after {
    content: " ";
    display: table;
}
.menu-main ul:after {
    clear: both;
}
.menu-main li > ul > li:hover > ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
/*Header Section End*/


/*Banner Section Begin*/

.banner-sec-main .item img{
    width: 100%;
}

.banner-sec-main{
    position: relative;
}


.banner-sec-main:after{
    content: '';
    position: absolute;
    background: url(../images/banner-after-sec-01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    bottom: 0;
    background-size: cover;
}

.banner-sec-main .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: left;
    text-shadow: none;
}

.banner-content h3 {
    color: #6b3290;
    font-size: 80px;
    font-weight: bold;
    line-height: 85px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
}

.banner-content h3 span {
    color: #282828;
}

.web-btn a {
    background: #9a772c;
    color: #fff;
    padding: 12px 60px;
    display: inline-block;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 300;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.42);
    text-transform: uppercase;
}

.web-btn {
    padding-top: 30px;
}

.web-btn a:hover {
    background: #6b3290;
    transform: translate(0px, -10px);
}

.banner-sec-main .carousel-indicators {
    bottom: 180px;
    left: auto;
    text-align: center;
    width: 100%;
    margin-left: -34%;
}

.banner-sec-main .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #6b3290;
    margin: 0;
}

.banner-sec-main .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #c2b498;
    border: 0;
}

/*Banner Section End*/

/*About Us Section Begin*/

.padding-80{
    padding:80px 0;
}

.about-left-img img {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 100%;
}

.about-left-img {
    position: relative;
}

.about-left-img:before{
    content: '';
    position: absolute;
    background: url(../images/about-after.png);
    top: 1px;
    width: 319px;
    height: 364px;
    right: -85px;
}

.about-sec-content h2 {
    font-size: 70px;
    font-weight: 200;
    color: #343333;
    position: relative;
    margin-bottom: 0;
}

.about-sec-content h3 {
    color: #6b3290;
    font-size: 83px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 20px;
}

.about-sec-content {
    padding-top: 40px;
}

.about-sec-content p {
    color: #343333;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 10px;
}

.about-sec-content h2:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #9a772c;
    width: 220px;
    bottom: 0;
    left: -43px;}

.btn-web a {
    background: #9a772c;
    color: #fff;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.42);
    text-transform: uppercase;
}

.btn-web {
    padding-top: 20px;
}

.btn-web a:hover {
    background: #6b3290;
    transform: translate(0px, -10px);
}

/*About Us Section End*/


/*Program Medical University Section Begin*/

.medical-university-sec {
    background: #f6f6f6 url(../images/medical-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*.medical-university-sec .container{ position: relative; z-index:5; }

.medical-university-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 79%);
}
*/
.center-web-sec{
    text-align: center;
    padding-bottom: 50px;
}

.center-web-sec h2 {
    color: #6b3290;
    font-size: 84px;
    font-weight: bold;
    padding-bottom: 10px;
}

.center-web-sec h2 span {
    display: block;
}

.center-web-sec p {
    color: #343333;
    font-size: 19px;
    font-weight: 300;
    width: 50%;
    margin: auto;
}

.medical-university-sec{
    padding-top: 50px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.medical-box-img img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
}

.medical-box-content h2 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.medical-box-content p {
    color: #252d4b;
    font-size: 14px;
    line-height: 22px;
}

.medical-box-content .btn-web a {
    background: #6b3290;
}

.medical-box-content .btn-web a:hover{
    background: #9a772c;
}

.medical-university-box:hover {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.08);
    transition: 0.5s ease-in-out;
}

.medical-university-box:hover .medical-box-img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s ease-in-out;
}

.medical-box-content {
    padding: 0 19px 30px;
}

.medical-university-box {
    transition: 0.5s ease-in-out;
    margin-bottom: 30px;
}

/*Program Medical University Section End*/

/*Testimonials Section Begin*/


.testimonials-sec-main{
    background: url(../images/testimonials-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 130px;
}

.testimonials-heading-sec {
    text-align: center;
}

.testimonials-heading-sec h2 {
    font-size: 83px;
    color: #fff;
    font-weight: bold;
}

.center-sec {
    margin: auto;
    float: none;
}

.reviews-tab-main {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}

.reviews-tab-main p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
}

.qoute-reviews {
    text-align: center;
    padding-bottom: 30px;
}

.rewiew-img-sec img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: top;
}

.rewiew-author-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rewiew-content-sec h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.rewiew-content-sec p {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

.rewiew-content-sec ul li {
    display: inline-block;
    
    font-size: 28px;
    padding-right: 5px;
}

.rewiew-content-sec ul li.full
{
    color: #f0d355;
}

.testimonials-sec-main a.left.carousel-control,
.testimonials-sec-main a.right.carousel-control {
    background-image: none;
}

.testimonials-sec-main .carousel-control{
    top: auto;
    bottom: auto;
    opacity: 1;
}

.testimonials-sec-main .carousel-control .glyphicon-chevron-left, 
.testimonials-sec-main .carousel-control .glyphicon-chevron-right, 
.testimonials-sec-main .carousel-control .icon-next, 
.testimonials-sec-main .carousel-control .icon-prev {
    width: 60px;
    height: 60px;
    margin-top: 0;
    font-size: 30px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

.testimonials-sec-main .glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
}

.testimonials-sec-main .glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
}

.testimonials-sec-main .carousel-control .glyphicon-chevron-left:hover,
.testimonials-sec-main .carousel-control .glyphicon-chevron-right:hover{
    background-color: #6b3290;
    transition: 0.5s ease-in-out;
    border-color: #6b3290;
}


.testimonials-sec-main .carousel-control{
    width: 81%;
}


/*Testimonials Section End*/


/*Lots Of Courses Section Begin*/

.lot-courses-sec {
    background: #f6f6f6 url(../images/map-bg.png);
    overflow: hidden;
    background-attachment: fixed;
}


.courses-choose-sec {
    display: inline-block;
    width: 100%;
    padding-top: 0;
}

.courses-sec-img img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.courses-sec-content {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}

.courses-sec-content h2 {
    color: #111111;
    font-size: 24px;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 20px;
}

.courses-sec-content p {
    font-size: 17px;
    color: #252d4b;
    line-height: 26px;
}

.courses-sec-content h2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #6b3290;
    width: 70px;
    bottom: -3px;}




/*Lots Of Courses Section End*/

/*why study Abroad Begin*/

.why-study-abroad {
    background: url(../images/why-study-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.why-study-abroad .container{ position: relative; z-index:5; }

.why-study-abroad:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 79%);
}
.why-study-abroad-content {
    text-align: center;
}

.why-study-abroad-content h2 {
    font-size: 84px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}

.why-study-abroad-content p {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 30px;
}

/*why study Abroad End*/

/*About Services Section Begin*/

.about-services .about-left-img:before {
    content: '';
    position: absolute;
    background: url(../images/about-services-after.png);
    top: 1px;
    width: 319px;
    height: 364px;
    left: -85px;
}


.about-services .about-sec-content h2:before {
    right: -45px;
    left: auto;
    width: 140px;
}

.about-services ul li {
    font-size: 17px;
    color: #343333;
    font-weight: 300;
    padding-left: 30px;
    line-height: 29px;
    padding-bottom: 5px;
}

.about-services ul li span {
    position: absolute;
    left: 10px;
    color: #6b3290;
}

.about-services {
    background: #fff;
    padding-bottom: 130px;
    position: relative;
}

/*.about-services:after {
    content: '';
    position: absolute;
    background: #f6f6f6;
    height: 150px;
    width: 100%;
    bottom: -120px;}
*/
/*About Services Section End*/

/*innercourses starts*/
.about-sec-main .about-sec-content ul li {
    color: #252d4b;
    padding-bottom: 15px;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
}
.about-sec-main .about-sec-content ul li:before {
    content: '';
    position: absolute;
    background: url(../images/services-list-icon.png);
    width: 20px;
    height: 24px;
    left: 0;
    top: 3px;
}
.about-sec-main h4{
    color: #6b3290;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 20px;
}
.about-sec-main a{
        color: #343333;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 10px;
}
.about-sec-main tr,td{
        color: #343333;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}


/*innercourses ends*/
/*Footer Section Begin*/

footer {
    background: #6b3290;
    padding: 10px 0 0;
    position: relative;
    margin-top: 110px;
}

footer:before {
    content: '';
    position: absolute;
    background: url(../images/footer-before.png) no-repeat;
    width: 100%;
    height: 116px;
    top: -115px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-heading-sec h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 20px;
}

.footer-quick-link ul li {
    display: block;
    padding-bottom: 10px;
}

.footer-quick-link ul li a {
    font-weight: 300;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-quick-link ul {
    width: 50%;
    float: left;
}

.footer-info-sec ul li {
    padding-bottom: 20px;
    display: block;
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
}

.footer-info-sec ul li a {
    color: rgba(255, 255, 255, 0.70);
}

.footer-info-sec ul li span {
    position: absolute;
    left: 0;
    font-size: 17px;
}

.footer-new-form input {
    height: 45px;
    margin-bottom: 16px;
    border-radius: 50px;
    border: 0;
    box-shadow: none;
    padding-left: 20px;
}

.footer-new-form textarea {
    height: 45px !important;
    resize: none;
    border-radius: 90px;
    margin-bottom: 20px;
    padding: 10px 20px;
    overflow-y:hidden; 
}

.submit-btn-footer input {
    background: #9a772c;
    height: auto;
    color: #fff;
    font-weight: 300;
    padding: 12px 60px;
    font-size: 17px;
    text-transform: uppercase;
}

.submit-btn-footer input:hover{
    background-color: #282828;
}

.copy-right-sec {
    border-top: 1px solid rgba(255, 255, 255, 0.70);
    margin-top: 40px;
    padding: 22px 0 10px;
    text-align: center;
}

.copy-right-sec p {
    color: rgba(255, 255, 255, 0.70);
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.avv img {
    margin: 130px 0 0 !important;
}


.scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #9a772c;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 999;
    border: 5px solid #ffffff94;
}
.scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
.scroll:hover {
    background-color: #6b3290;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*Footer Section End*/

/*Inner Pages Section Begin*/


header.inner-header {
    position: relative;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.059);
    padding: 0;
}

.inner-header .menu-main ul {
    float: none;
    padding-top: 50px;
    text-align: right;
    padding-bottom: 50px;
}

.inner-header .logo-sec {
    position: absolute;
    top: 0;
}


.inner-banner .banner-content h3 {
    font-size: 70px;
}

.btn-spc-about{
    padding-top: 0;
}


/*universities Section Begin*/

.universities-inner{
    background-color: #fff;
}

.logo-universities-sec {
    padding-bottom: 60px;
}
/*universities Section End*/


/*universities detail Section Begin*/

.University-detail-content h2 {
    color: #6b3290;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 15px;
}

.University-detail-content p {
    font-size: 18px;
    color: #878787;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}

.University-detail-content {
    padding-bottom: 0;
}

.University-detail-content ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px;
    color: #878787;
    font-size: 18px;
    font-weight: 300;
}

.University-detail-content ul li span {
    position: absolute;
    left: 0;
    color: #9a772c;
}

.detail-university-list ul li {
    padding-left: 0;
    padding-bottom: 20px;
}

.detail-university-list ul li strong {
    font-weight: 500;
    color: #9a772c;
}

/*universities detail Section End*/


/*Courses Section Begin*/

.courses-inner-sec-img img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.courses-box-main {
    border: 1px solid #d6d6d6;
    border-radius: 20px;
}

.courses-box-content h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-bottom: 3px;
    padding: 0 5px;
}

.courses-box-content p {
    color: #252d4b;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 5px;
}


.no_left{
    padding-left: 0;
}

.courses-box-main .row {
    display: flex;
    align-items: center;
}

.courses-box-main{
    transition: 0.5s ease-in-out;
    margin-bottom: 30px;
}

.courses-box-main:hover {
    background: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.37);
    transition: 0.5s ease-in-out;
}

.about-sec-main {
    overflow: hidden;
}

/*Courses Section End*/


/*Our Services Section Begin*/

.services-main-content {
    text-align: center;
    padding-bottom: 30px;
}

.services-main-content h2 {
    font-size: 83px;
    font-weight: bold;
    color: #6b3290;
}

.services-main-content p {
    color: #000000;
    font-size: 17px;
    line-height: 35px;
}
.services-main-box ul li {
    color: #252d4b;
    padding-bottom: 15px;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.services-main-box ul li:before {
    content: '';
    position: absolute;
    background: url(../images/services-list-icon.png);
    width: 20px;
    height: 24px;
    left: 0;
    top: 3px;
}
.services-box-img img {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.services-main-box {
    border-radius: 20px;
}

.services-box-content {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
    display: inline-block;
    width: 100%;
    padding: 20px 30px  50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
    min-height: 590px;
}

.services-box-content h2 {
    color: #111111;
    font-size: 24px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.services-box-content h2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #6b3290;
    bottom: 0;
    width: 90px;
}

.services-box-content ul li {
    color: #252d4b;
    padding-bottom: 15px;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
}

.services-box-content ul li:before {
    content: '';
    position: absolute;
    background: url(../images/services-list-icon.png);
    width: 20px;
    height: 24px;
    left: 0;
    top: 3px;
}

.services-sec-main{
    overflow: hidden;
}

.video-counselling-box {
    position: relative;
    margin-bottom: 15px;
    margin-top: 70px;
}
.video-counselling-box img {
    border-radius: 10px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 26%);
    position: relative;
}

.overlay-counselling-video {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.overlay-counselling-video img {
    box-shadow: none;
}

/*Our Services Section End*/


/*Faq Section Begin*/

.faq-head-sec{
    text-align: center;
    padding-bottom: 40px;
}

.faq-head-sec h2 {
    font-size: 70px;
    font-weight: bold;
    color: #6b3290;
}

.faq-head-sec h2 span {
    color: #282828;
}


.faq-tab-main .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    padding-right: 5px;
    content: "\f107";
    color: #000;
}
.faq-tab-main .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f105";
}


.faq-tab-main .panel-default>.panel-heading {
    background: #fff;
    border: none;
    padding: 17px 13px;
}

.faq-tab-main .panel-default>.panel-heading a {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    line-height: 19px;
    }

.faq-tab-main .panel-default {
    border: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    margin-bottom: 20px;

}


.faq-tab-main .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    box-shadow: none;
    padding-bottom: 15px;
}

.faq-tab-main h2 {
    text-align: center;
    margin-bottom: 25px;
        font-size: 50px;
    font-weight: 500;
    color: #26316e;
}
.faq-tab-main p {
    font-size: 17px;
    width: 75%;
    margin: 0 auto;
    color: #353535;
}

.faq-tab-main .heading {
    text-align: center;
    margin-bottom: 70px;
}


.center-border span {
    height: 660px;
    width: 4px;
    background-color: #6b3290;
    display: inherit;
    margin: 0 auto;
    position: relative;
}

.center-border span:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100px;
    border: 3px solid #6b3290;
    left: -12px;
    right: 0px;
    top: -9px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}
.faq-tab-main .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    width: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

/*Faq Section End*/

/*Contact Us Section Begin*/

.heading-sec-contact h2 {
    color: #6b3290;
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 40px;
}

.contact-info-sec ul li {
    padding-bottom: 30px;
    position: relative;
    padding-left: 60px;
    display: block;
    align-items: center;
    color: #000;
    font-size: 20px;
}

.contact-info-sec ul li span {
    position: absolute;
    left: 0;
}

.contact-info-sec ul li a {
    color: #000;
}

.contact-info-sec ul li a:hover {
    color: #6b3290;
}

.contact-form input {
    height: 50px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #ececec;
    border: 0;
    padding: 0 30px;
}

.contact-form textarea {
    height: 110px;
    resize: none;
    background: #ececec;
    border: 0;
    border-radius: 80px;
    padding: 20px 30px;
}

.btn-contact input {
    margin-top: 20px;
    background: #9a772c;
    color: #fff;
    padding: 12px 60px;
    text-transform: uppercase;
    font-size: 17px;
    height: auto;
}

.btn-contact input:hover {
    background: #6b3290;
    transform: translate(0px, -10px);
}

.btn-contact {margin-top: 20px;}

/*Contact Us Section End*/


/*Gallery Section Begin*/
.gallery-sec-main .slick-slide.slick-current.slick-active.slick-center img {
    border: 4px solid #9a772c;
    padding: 0;
}
.gallery-sec-main .slider-nav img {
    width: 100%;
    margin: 0 auto;
}
.sm_slider {
    padding: 8px 3px;
}
.gallery-sec-main .slick-prev {
    left: -72px;
}

.gallery-sec-main .slick-next:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #151515;
    font-size: 75px;
    opacity: 1;
}

.gallery-sec-main .slick-prev:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #151515;
    font-size: 75px;
    opacity: 1;
}

.gallery-sec-main .slick-next {
    width: 50px;
    height: 50px;
    border: none;
}

.gallery-sec-main .slick-prev{
    width: 50px;
    height: 50px;
    border: none;
}

.gallery-sec-main .slick-next {
    right: -72px;
}

/*Gallery Section End*/

/*Reviews Section Begin*/

.rate_div {
    background: #fff;
    box-shadow: 0px 0px 18px #ddd;
    padding: 0 0px;
    margin-top: 25px;
    position: relative;
}

.rate_img {
    background-color: #9a772c;
    padding: 7px 0;
    width: 92%;
    position: relative;
    top: -27px;
    z-index: 1;
    display: inline-block;
}

.rate_div h2 {
    height: 75px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 1px;
}

.rate_div .fa {
    color: #fff;
    font-size: 16px;
    margin: 19px 3px;
    float: left;
}

.rate_div .fa.full {
    color: #f0d355;
}


.rate_div img {
    position: absolute;
    top: -42px;
    left: -35px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.48);
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: top;
}

.rateMian {
    margin: 48px 20px 40px 30px;
}

.rate_div p {
    padding: 0 !important;
    position: relative;
    color: #000000;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}


.rate_div div.review-p {
    padding: 0 40px 38px 35px;
    position: relative;
    color: #000000;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}

/*Reviews Section End*/


/*Inner Pages Section End*/

.slick-slide {
    outline: none;
}

.big_img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.gallery-sec-main .slider-nav img {
    height: 200px;
    object-fit: cover;
}




/*Responsive Begin*/


/*.top_return {
    position: absolute;
    right: 60px;
    overflow: hidden;
    z-index: 5;
    top: 0;
}

.top_return a {
    border: 1px solid #9a772c;
    height: 50px;
    width: 50px;
    border-radius: 10px !important;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #ffffff;
    font-size: 18px;
    background: #9a772c;
}*/
/*IPAD Pro Responsive Begin*/

@media only screen and (min-width: 1024px) and (max-width: 1366px) {

.menu-main ul li a{
    font-size: 13px;
    padding: 10px 2px;}

.menu-main ul li.btn-contact-top a{
    padding: 12px 16px;
    font-size: 13px;
}

.menu-main ul li{
    padding-right: 10px;
}

.banner-content h3{
    font-size: 55px;
    line-height: 65px;
}

.banner-sec-main:after{
    height: 130px;
}

.banner-sec-main .carousel-indicators {
    bottom: 110px;
}

.banner-sec-main .item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.web-btn a{
    padding: 12px 50px;
    font-size: 19px;
}

.about-sec-content h2 {
    font-size: 50px;
}

.about-sec-content h3{
    font-size: 50px;
}

.about-sec-content p{
    font-size: 17px;
}

.about-sec-content h2:before{
    left: -27px;
}

.about-sec-content {
    padding-top: 60px;
}

.center-web-sec h2{
    font-size: 55px;
}

.center-web-sec p{
    width: 60%;
    font-size: 18px;
}

.medical-box-content h2{
    font-size: 16px;
}


.medical-box-content {
    padding: 0 12px 30px;
}

.btn-web a{
    padding: 12px 40px;
    font-size: 14px;
}

.testimonials-heading-sec h2 {
    font-size: 53px;
}

.rewiew-img-sec img{
    width: 100px;
    height: 100px;
}

.courses-sec-content h2{
    font-size: 20px;
}

.courses-sec-content p {
    font-size: 15px;
}

.why-study-abroad-content h2 {
    font-size: 55px;
}

.why-study-abroad-content p{
    font-size: 17px;
}

footer:before{
    top: -75px;
    background-repeat: no-repeat;
    background-size: 100%;
}

section.banner-sec-main.inner-banner .item img {
    height: auto;
}

.inner-banner .banner-content h3 {
    font-size: 50px;
}

.inner-header .menu-main ul{
    padding-top: 30px;
    text-align: right;
    padding-bottom: 30px;
}

.courses-box-content h2 {
    font-size: 19px;
}

.courses-box-content p{
    font-size: 15px;
}

.courses-box-content .btn-web {
    padding-top: 0px;
}

.services-main-content h2 {
    font-size: 55px;
}

.services-main-content p {
    color: #000000;
    font-size: 16px;
}

.services-box-content ul li{
    font-size: 15px;
}

.services-box-content h2{
    font-size: 20px;
}

.faq-head-sec h2 {
    font-size: 50px;
}

.faq-tab-main .panel-default>.panel-heading a{
    font-size: 13px;
}

.faq-tab-main .panel-default>.panel-heading+.panel-collapse>.panel-body p{
    font-size: 13px;
}

.rate_div h2{
    font-size: 15px;
}

.rate_div .fa{
    font-size: 12px;
}

.rate_div p{
    font-size: 13px;
}

.gallery-sec-main .slick-prev {
    left: -52px;
    z-index: 0;
}

.gallery-sec-main .slick-next {
    right: -52px;
    z-index: 0;
}

.footer-heading-sec h2{
    font-size: 21px;
}

.footer-quick-link ul li a{
    font-size: 16px;
}

.footer-info-sec ul li{
    font-size: 14px;
}

.heading-sec-contact h2{
    font-size: 25px;
}

}

/*IPAD Pro Responsive End*/

@media only screen and (min-width: 300px) and (max-width: 519px){

header{
	position: relative;
}

.navbar-toggle {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 999;
    background: #6b3290;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.menu-main ul {
    float: none;
    padding-top: 40px;
    text-align: left;
    display: grid;
}
.menu-main ul li {
    float: left;
    display: block;
    padding-right: 16px;
}

.banner-sec-main .item img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.banner-sec-main .carousel-caption{
	top: -50px;
}

.banner-content h3 {
    color: #6b3290;
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
  }

  .banner-sec-main .carousel-indicators {
    bottom: 120px;
    left: auto;
    text-align: center;
    width: 100%;
    margin-left: -14%;
}

.about-sec-content h3 {
    color: #6b3290;
    font-size: 55px;
    }

    .about-sec-content h2 {
    font-size: 55px;
}
.center-web-sec h2 {
    color: #6b3290;
    font-size: 35px;
    }

    .center-web-sec p {
    color: #343333;
    font-size: 19px;
    font-weight: 300;
    width: 75%;
}
.testimonials-heading-sec h2 {
    font-size: 45px;
    }
    .qoute-reviews img {
    width: 30%;
}

.testimonials-sec-main .carousel-control {
    width: 61%;
}
.why-study-abroad-content h2 {
    font-size: 55px;
}
.avv img {
    margin: 70px 0 0 !important;
    width: 100%;
}

.footer-heading-sec {
    clear: both;
    padding-bottom: 0px;
    padding-top: 10px;
}
header.inner-header {
   /* height: 170px;*/
    }
    .inner-header .logo-sec img {
    width: 70%;
}

header.inner-header.menu_fixed {
    position: fixed;
    width: 100%;
    transition: 0.5s ease-in-out;
    box-shadow: 1px 1px 10px #c4c4c4 !important;
    background: #fff;
    height: 170px;
}
.inner-header .navbar-header .navbar-toggle {
    top: 50px;
}

.inner-header .menu-main ul {
    float: none;
    padding-top: 170px;
    text-align: left;
    padding-bottom: 50px;
}

.University-detail-content h2 {
    color: #6b3290;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 43px;
}

.University-tab-content img {
    width: 100%;
}

header.inner-header.menu_fixed .container-fluid {
    padding: 0 10px;
}

header.inner-header.menu_fixed .col-md-9 {
    padding: 0 10px;
}

.inner-header.menu_fixed .menu-main ul {
        padding-top: 40px;
    margin-top: 175px;
    background: #fff;
    padding: 30px;
}
.services-main-content h2 {
    font-size: 50px;
}
.faq-head-sec h2 {
    font-size: 45px;
    }
    .center-border span{
    	display: none;
    }
    .slider-nav {
    display: none;
}
}


/*Responsive End*/


.carousel-control.left, .carousel-control.right {
  background-image: none !important;
}