/* Reset & Box Model Fix */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Font-Face Setup */
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: 'Poppins-Light';
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins-Bold.ttf");
}

body{
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: normal;
}

header{
  position: absolute;
  width: 100%;
  top: 0;
}
.top_bar{
background-image: linear-gradient(90deg, #007AFF, #05467D);
  padding: 9px 0;
}
.top_bar a{
  color: #fff;
  text-decoration: none;
}
.top_list{
  float: right;
  margin: 0 0px 0 20px;
}
.logo{
float: left;
  margin: -45px 0 0 0;
}
.menu{
  float: right;
}

.owl-nav{
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.owl-nav div{
    /* background-color: #f5f5f5; */
    background-image: url(../images/black_arrow.png);
    background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 40px;
  height: 40px;
  font-size: 0;
  margin: 0 10px;
  /* border-radius: 110px; */
  /* transition-duration: 0.3s; */
}
.owl-prev{
    transform: rotate(180deg);
}


/* --------------BANNER-SECTION-START----------- */
.banner_section{
  background-image: url(../images/banner-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
background-color: #C2DEF4;
  min-height: 670px;
  margin: 44px 0 0 0;
}
.banner_leftbox{
float: left;
  width: 45%;
  margin: 210px 0 0 0;
}
.banner_text1{
font-size: 61px;
  font-family: Poppins-Light;
  line-height: 51px;
}
.banner_text2{
font-size: 60px;
  color: #53A226;
  font-family: Poppins-Bold;
  text-shadow: 1px 1px 0 #fff;
}
.banner_text3{
  font-size: 16px;
}


.banner_form_mainbox{
float: right;
  margin: 90px 0 0 0;
  width: 28%;
}
.signup_heading{
  color: #fff;
  padding: 11px 20px;
  border-radius: 15px 15px 0 0;
  font-family: Poppins-Medium;
  font-size: 21px;
  background-image: linear-gradient(90deg, #05467D, #007AFE);
}
.signup_whitebox{
background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.signup_whitebox input{
width: 100%;
  border-radius: 7px;
  border: 1px solid #859BAB;
  padding: 7px 15px;
  font-size: 14px;
}
.signup_whitebox textarea{
width: 100%;
  border-radius: 7px;
  border: 1px solid #859BAB;
  padding: 7px 15px;
  font-size: 14px;
}
.signup_whitebox select{
  font-family: arial;
  background-color: #fff;
width: 100%;
  border-radius: 7px;
  border: 1px solid #859BAB;
  padding: 7px 15px;
  font-size: 14px;
}
.signup_whitebox .banner_submit_btn{
background-color: #53a226;
  width: auto;
  border: 0;
  float: right;
  color: #fff;
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 15px;
}
.banner_btn a{
background-color: #0767BA;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 130px;
  font-size: 16px;
  margin: 0 20px 0 0;
}
.banner_btn span{
  margin: 0 0 0 10px;
}
.banner_girl{
float: left;
  width: 26%;
  margin: 70px 0 0 0;
}
.form-success-message{
text-align: center;
  background-color: #53a226;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  border-radius: 70px;
  line-height: 15px;
  margin: 0 0 10px 0;
}
/* --------------BANNER-SECTION-END----------- */

/* -----------------MENU-START------------------ */
.menu_mainbox{
  float: right;
  width: 75%;
  position: relative;
  z-index: 50;
}
.menu_box{
  float: right;
  width: auto;
  margin: 10px 0 0 0;
}
.menu_box ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.menu_box li{
  float: left;
  width: auto;
  list-style-type: none;
  position: relative;
}
.menu_box li a{
float: left;
  width: auto;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  padding: 10px 14px;
  line-height: normal;
  position: relative;
}
.toggle_menu{
  display: none;
}
.toggle_menu_close{
  display: none;
}
/* -----------------MENU-END------------------ */




/* --------------EXPERT-SECTION-START----------- */
.expert_mainbox{
  margin: -60px 0 0px 0;
}
.expert_white{
width: 100%;
  padding: 30px 15px;
  float: left;
}
.expert_white_inner{
background-color: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 20px;
  font-size: 12px;
  box-shadow: 0 0 20px #0000001c;
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  text-align: center;
  min-height: 150px;
}
.expert_head{
font-size: 16px;
  font-family: Poppins-SemiBold;
  line-height: normal;
}
.expert_img{
position: absolute;
  left: 0;
  background-color: #fff;
  width: 50px;
  float: left;
  padding: 10px;
  border-radius: 100px;
  height: 50px;
  right: 0;
  border: 1px solid #b1ccdc;
  margin: -20px auto 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expert_img img{
max-height: 25px;
  width: auto !important;
}
/* --------------EXPERT-SECTION-END----------- */


.heading35_black{
font-size: 35px;
  font-family: Poppins-Light;
}
.heading21_black{
font-size: 21px;
  font-family: Poppins-SemiBold;
}
.heading35_black_bold{
font-size: 35px;
  font-family: Poppins-Bold;
}

/* ----------------ABOUT-SECTION-START---------- */
.about_content span{
position: relative;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}
.about_content span::before{
  content: "";
width: 6px;
  height: 6px;
  background-color: #1c72bc;
  position: relative;
  border-radius: 100px;
  float: left;
  margin: 9px 8px 0px 0;
}
/* ----------------ABOUT-SECTION-END---------- */


/* --------------STUDY-SECTION-START----------- */
.study_mainbox{
  background-image: url(../images/study_Bg.png);
background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0767BA;
  padding: 100px 0;
  position: relative;
}
.study_list{
width: 21%;
  padding: 0 10px;
  float: left;
}
.study_list_white{
width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.step_text{
background-color: #09477D;
  font-family: Poppins-Light;
  padding: 10px 10px;
  font-size: 21px;
  border-radius: 0 0 19px 19px;
  color: #fff;
  text-transform: uppercase;
}
.study_list_white img{
  max-height: 70px;
}
.study_girl{
width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* --------------STUDY-SECTION-END----------- */

/* --------------UNIVERSITY-SLIDER-SECTION-START----------- */
.universities_mainbox{
background-image: linear-gradient(0deg, #EFF7FE, #fff);
  padding: 40px 0 70px 0;
}
.uni_list{
padding: 13px;
  min-height: 100px;
  display: flex;
  align-items: center;
  margin: 30px;
}
.center .uni_list{
background-color: #fff;
  box-shadow: 0 0 20px #0000001a;
  border-radius: 15px;
}
/* --------------UNIVERSITY-SLIDER-SECTION-END----------- */





/* --------------FINANCIAL-SUPPORT-SECTION-START----------- */
.finance_list{
position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.finance_list span{
margin: 0 0 0 40px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  z-index: 5;
  left: 0;
  font-size: 16px;
  font-family: Poppins-SemiBold;
}
.support_extra_box{
position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #0000008f;
  height: 100%;
  border-radius: 40px;
  text-align: left;
  opacity: 0;
  padding: 70px 20px 0 20px;
  transition-duration: 0.5s;
  margin: 400px 0 0 0;
}
.finance_list:hover .support_extra_box{
opacity: 1;
  margin: 0;
}
.support_extra_box .support_list{
font-size: 12px;
  color: #fff;
  margin: 0 0 3px 0;
}
/* --------------FINANCIAL-SUPPORT-SECTION-END----------- */


/* --------------CORE-SECTION-START----------- */
.core_mainbox{
  background-image: url(../images/core-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px 0 50px 0;
  margin: 180px 0 0px 0;
}
.plane_img{
  margin: -100px 0 0 0;
}
.core_whitebox{
background-color: #fff;
  border-radius: 30px;
  padding: 20px 30px;
}
.core_whitebox span{
background-color: #fff;
  padding: 30px;
  border-radius: 100px;
  margin: -41px 0 0 0;
  float: left;
}
.core_whitebox img{
  max-height: 50px;
}
.core_whitebox a{
  color: #000;
}
.journey_box{
  background-image: url(../images/journey_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  min-height: 545px;
}
/* --------------CORE-SECTION-END----------- */


/* --------------SERVICE-SECTION-START----------- */
.service_mainbox{
  background-image: url(../images/service_Bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.service_whitebox{
background-color: #fff;
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: 0px 2px 8px #00000021;
  color: #000;
  text-decoration: none;
  font-family: Poppins-Medium;
  font-size: 19px;
  transition-duration: 0.3s;
}
.service_whitebox:hover{
  background-color: #0767BA;
  color: #fff;
}
.service_whitebox path{
  fill:#7B7B7B;
  transition-duration: 0.3s;
}
.service_whitebox:hover path{
  fill: #fff;
}
.service_boy{
  position: absolute;
  bottom: 0;
}

/* --------------SERVICE-SECTION-END----------- */


/* --------------HOME-GALLERT-SECTION-START----------- */
.gallery_list{
margin: 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery_list img{
max-height: 300px;
  width: auto !important;
  margin: 0 auto;
  border-radius: 10px;
}
/* --------------HOME-GALLERT-SECTION-END----------- */


/* --------------LOCATION-SECTION-START----------- */
.location_list{
background-color: #e8eef4;
  padding: 25px;
  font-family: Poppins-Medium;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #e8eef4, #fff);
  border: 1px solid #ccc;
  font-size: 16px;
}
.location_list a{
background-color: #d6e4f1;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 120px;
  font-family: Poppins-Regular;
  color: #000;
}
/* --------------LOCATION-SECTION-END----------- */


/* --------------STUDENT-TESTIMONIALS-SECTION-START----------- */
.testi_list{
width: 100%;
  padding: 40px 20px;
}
.testi_list_inner{
width: 100%;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 0px 30px #e6eaee;
}
.testi_list img{
width: 150px !important;
  height: 150px;
  border-radius: 100px;
  position: relative;
}
.test_content{
  min-height: 100px;
}
.testi_list_inner .testi_extra_content{
  position: absolute;
  background-color: #53a226;
  width: 100%;
  height: 100%;
  font-size: 13px;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  color: #fff;
  margin: 500% 0 0 0;
  transition-duration: 0.8s;
}
.testi_list_inner:hover .testi_extra_content{
  margin: 0;
}

/* --------------STUDENT-TESTIMONIALS-SECTION-END----------- */

/* --------------FAQ-SECTION-START----------- */
.faq_section ul{
  margin: 0;
  padding: 0;
}
.faq_section li{
background-color: #f0f0f0;
  list-style-type: none;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
  border-radius: 10px;
}
.faq_section li a{
  padding: 14px 60px 14px 20px;
  float: left;
  font-size: 15px;
  width: 100%;
  font-family: Poppins-SemiBold;
  color: #0266cb;
  position: relative;
  text-decoration: none;
}
.faq_section li a::after{
  content: "";
background-image: url(../images/faq_arrow.png);
background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 25px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 25px 10px 0px 0;
}
.faq_section .inner{
float: left;
  width: 100%;
  padding: 0px 20px 20px 20px;
}
.faq_section{
  margin: 0 0 120px 0;
}
/* --------------FAQ-SECTION-END----------- */

/* --------------WHY-SECTION-START----------- */
.why_section{
  background-image: url(../images/WhyScintilla_bg.png);
background-repeat: no-repeat;
  background-position: center;
  background-color: #53a226;
  color: #fff;
  background-size: cover;
  position: relative;
  min-height: 260px;
  margin: 100px 0 0 0;
}
.why_section::after{
  content: "";
position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  opacity: 0.4;
}
.why_box{
background-color: #fff;
  width: 100%;
  margin: 0 auto;
  color: #53a226;
  text-align: center;
  padding: 30px 10px;
  font-family: Poppins-Bold;
  font-size: 31px;
  line-height: 41px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0px 30px #0000001f;
  z-index: 5;
  margin: -50px 0 0 0;
}
.why_box span{
font-size: 21px;
  font-family: Poppins-Regular;
  color: #000;
}
/* --------------WHY-SECTION-END----------- */


/* --------------FOOTER-SECTION-START----------- */
footer{
  background-color: #0F6CBC;
  color: #fff;
  position: relative;
}
footer::before{
  content: "";
  width: 20%;
  background-color: #2083d8;
  height: 100%;
  position: absolute;
}
.footer_left{
width: 27%;
float: left;
  background-color: #2083D8;
  padding: 50px 30px;
}
.footer_logo{
background-color: #fff;
  border-radius: 30px;
  padding: 10px 40px;
}
.footer_right{
width: 70%;
  float: right;
  padding: 50px 0px 20px 0px;
}
.footer_menu_head{
  font-family: Poppins-Bold;
  font-size: 21px;
}
.footer_right ul{
padding: 0 0 0 15px;
  margin: 0;
}
.footer_right ul li{
padding: 0 0 12px 0;
  margin: 0;
  list-style-type: disc;
}
.footer_right ul li a{
padding: 0;
  color: #fff;
  text-decoration: none;
}

.footer_section2{
  background-color: #257BC5;
  position: relative;
}
.footer_section2 a{
  color: #fff;
  text-decoration: none;
}
.crafted_text{
  text-align: right;
}
/* --------------FOOTER-SECTION-END----------- */


/* --------------RIGHT-STICKY-START----------- */
.right_sticky{
position: fixed;
  top: 0;
  z-index: 50;
  left: 0;
  transform: rotate(90deg);
  margin: 360px 0 0 -193px;
}
.right_sticky a{
position: relative;
  background-color: #0266cb;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 11px;
  text-align: center;
  transition-duration: 0.3s;
}
.right_sticky a:hover{
  background-color: #000 !important;
}
.left_sticky{
position: fixed;
  top: 0;
  z-index: 50;
  right: 0;
  transform: rotate(-90deg);
  margin: 20% -34px 0 0px;
}
.left_sticky a{
position: relative;
  background-color: #0266cb;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 11px;
  transition-duration: 0.3s;
}
/* --------------RIGHT-STICKY-END----------- */

.top_button {
  background-color: #29123038;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  margin: 0 20px 20px 0;
}









/* Responsive Start Here*/
@media screen and (min-width: 1000px) and (max-width: 1500px) {

.heading21_black{
  font-size: 18px;
}


/* -----------------MENU-START------------------ */
.menu_box li a{
  font-size: 12px;
}
/* -----------------MENU-END------------------ */

/* --------------BANNER-SECTION-START----------- */
.banner_text1{
  font-size: 40px;
}
.banner_text2{
  font-size: 40px;
}
.banner_btn a{
  font-size: 14px;
}
/* --------------BANNER-SECTION-END----------- */

/* --------------EXPERT-SECTION-START----------- */
.expert_white{
  min-height: 140px;
}
.expert_head {
  font-size: 16px;
  line-height: 20px;
}
/* --------------EXPERT-SECTION-END----------- */


/* --------------STUDY-SECTION-START----------- */
.study_content{
  min-height: 100px;
}
/* --------------STUDY-SECTION-END----------- */

/* --------------SERVICE-SECTION-START----------- */
.service_whitebox{
  padding: 10px 20px;
}
/* --------------SERVICE-SECTION-END----------- */

/* --------------FOOTER-SECTION-START----------- */
.footer_menu_head{
  font-size: 18px;
}
/* --------------FOOTER-SECTION-END----------- */

}


@media screen and (max-width:992px) {
/* -----------------MENU-START------------------ */
.menu_open{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.toggle_menu{
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  margin: 60px 20px 0 0;
  cursor: pointer;
}
.toggle_menu img{
  max-width: 20px;
}
.toggle_menu_close{
  display: none;
  background-color: #fff;
}
.menu_open .toggle_menu_close{
  display: block;
}
.menu_box{
  width: 300px;
  background-color: #438029;
  right: 0;
  margin: 100px -400px 0 0;
  padding: 10px 30px;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 500;
  top: 0;
  border-radius: 30px 0 0px 30px;
}
.menu_open .menu_box{
  margin: 100px 0 0 0;
}
.menu_box li{
  width: 100%;
  margin: 0 !important;
}
.menu_box li a{
  width: 100%;
  border-bottom: 1px dotted #fff;
  color: #fff;
  background-image: none !important;
  padding: 7px 25px;
}
/* -----------------MENU-END------------------ */



/* --------------BANNER-SECTION-START----------- */
.banner_girl{
  display: none;
}
.banner_leftbox{
  width: 60%;
}
.banner_text1{
  font-size: 31px;
}
.banner_text2{
  font-size: 30px;
}
.banner_text3{
  font-size: 13px;
}
.banner_btn a{
float: left;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}
.banner_leftbox {
  width: 50%;
}
.banner_form_mainbox{
  width: 40%;
}
/* --------------BANNER-SECTION-END----------- */

/* --------------EXPERT-SECTION-START----------- */
.expert_mainbox{
  margin: 0;
}

/* --------------EXPERT-SECTION-END----------- */


/* --------------STUDY-SECTION-START----------- */
.study_girl{
  display: none;
}
.study_list{
min-width: 50%;
    margin: 0 0 30px 0;
  }
/* --------------STUDY-SECTION-END----------- */

/* --------------CORE-SECTION-START----------- */
.journey_box{
background-image: none;
  min-height: inherit;
  background-color: #82b141;
  color: #fff;
}
.journey_box .heading35_black{
  color: #fff !important;
}
/* --------------CORE-SECTION-END----------- */


/* --------------SERVICE-SECTION-START---------- */
.service_boy{
  display: none;
}
.service_whitebox{
  text-align: center;
}
/* --------------SERVICE-SECTION-END----------- */


/* --------------FOOTER-SECTION-START----------- */
footer::before{
  display: none;
}
/* --------------FOOTER-SECTION-END----------- */

}

@media screen and (max-width:768px) {

.logo{
  max-width: 110px;
}
.top_list{
  display: none;
}
.top_bar{
  min-height: 45px;
}

.heading35_black_bold{
  font-size: 25px;
  text-align: center;
}
.heading35_black{
  font-size: 25px;
  text-align: center;
}

/* -----------------MENU-START------------------ */
.toggle_menu{
margin: 7px 20px 0 0;
  background-color: #fff;
  padding: 4px 6px;
  border-radius: 3px;
}
/* -----------------MENU-END------------------ */

/* --------------BANNER-SECTION-START----------- */
.banner_form_mainbox {
  width: 100%;
  margin: 40px 0 20px 0;
}
.banner_leftbox {
  width: 100%;
  margin: 50px 0 0 0;
  text-align: center;
}

.banner_btn{
display: flex;
  justify-content: center;
}
.banner_btn a{
  margin: 0 5px 2px 5px;
}

/* --------------BANNER-SECTION-END----------- */

/* --------------EXPERT-SECTION-START----------- */
.expert_mainbox {
  margin: 30px 0 30px 0;
}

/* --------------EXPERT-SECTION-END----------- */


/* ----------------ABOUT-SECTION-START---------- */
#about_us{
  text-align: center;
}
.about_content span::before{
  display: none;
}
/* ----------------ABOUT-SECTION-END---------- */

/* --------------STUDY-SECTION-START----------- */
.study_mainbox{
  padding: 50px 0 20px 0;
}
.study_list{
  min-width: 100%;
}
.finance_list span{
margin: 0 auto;
  left: 0;
  right: 0;
}
/* --------------STUDY-SECTION-END----------- */


/* --------------CORE-SECTION-START----------- */
.core_mainbox{
  text-align: center;
}
/* --------------CORE-SECTION-END----------- */


/* --------------RIGHT-STICKY-START----------- */
.right_sticky{
position: relative;
  margin: 0;
  transform: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 3px;
  margin: 10px 0 0 0;
}
.left_sticky{
  display: none;
}
/* --------------RIGHT-STICKY-END----------- */

/* --------------FOOTER-SECTION-START----------- */
.footer_left{
  width: 100%;
}
.footer_right{
  width: 100%;
  text-align: center;
}
.footer_right ul{
  padding: 0;
}
.footer_right ul li{
  list-style-type: none;
  border-bottom: 1px dashed #5aa6e7;
  padding: 5px 0;
}
.copyright_text{
  text-align: center;
  margin: 10px 0 0 0;
}
.crafted_text{
  text-align: center;
  margin: 20px 0 0 0;
}
.footer_section2{
  text-align: center;
}
/* --------------FOOTER-SECTION-END----------- */

.top_button{
  display: none;
}

}


@media screen and (max-width:580px) {
.banner_btn img{
  display: none;
}
.banner_btn span {
  margin: 0;
  font-size: 13px;
  float: left;
}

/* --------------EXPERT-SECTION-START----------- */
.expert_mainbox {
  margin: 30px 0 0px 0;
}
.expert_white_inner{
  min-height: 120px;
}
.expert_img{
position: relative;
  margin: 0 auto 20px;
}
.expert_mainbox .owl-nav{
  margin: 0;
}
/* --------------EXPERT-SECTION-END----------- */

/* --------------STUDENT-TESTIMONIALS-SECTION-START----------- */
.owl-carousel_testimonials .owl-nav{
  margin: 0;
}
/* --------------STUDENT-TESTIMONIALS-SECTION-END----------- */

}