@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

strong {
	font-weight: 600;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p {
	margin-bottom: 0 !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

hr {
	border: 0.5px solid #f1f1f1;
}
.wp-container-core-columns-is-layout-1{
    width:70% !important;
    float: none !important;
    margin: 0 auto !important;
}
.wpforms-submit{
     float: none !important;
    margin: 0 auto !important;
}
.mbi-display {
	display: none;
}

.text-style {
    width: 100% !important;
	margin-top: 24% !important;
}

.desktop-display {
	display: block;
}

.desktop-ds a {
	display: none !important;
}
.extra-act ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.extra-act li {
    margin: 1%;
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
    min-height: 56px;
    flex: 48%;
}
.extra-act li img {
    width: 48px;
}


/*----------------------------tab----------------------------*/
.tab_center {
	margin-top: 20px;
	margin-left: 21%;
	margin-right: 22%;
	text-align: center;
}

.tab button {
	background-color: inherit;
	float: none;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 20px;
	transition: 0.3s;
}

.tab button.active {
	background: #fff;
	color: #fe0000;
	border-top: 1px solid #e5e5e5 !important;
	border-right: 1px solid #e5e5e5 !important;
	border-left: 1px solid #e5e5e5 !important;
}

.tab button:hover {
	color: #fe0000;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

h1 {
	font-weight: 400;
}

a {
	color: inherit;
}

p {
	margin-top: .7em;
}

.warning {
	color: rgb(62, 148, 236);
}

.st_viewport {
	max-height: 500px;
	overflow: auto;
}

._rank {
	min-width: 500;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

._id {
	min-width: 60px;
}

._name {
	min-width: 500;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

._surname {
	min-width: 500;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

._year {
	min-width: 80px;
}

._section {
	min-width: 130px;
}

pre {
	overflow: auto;
}

/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/

/* Home Page */

.shape-img{
	width: 10%;
}

.wel_txt_sub{
	padding: 6% 0;
}

.wel_txt_sub h6{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4582ff;
    padding-left: 20px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
}

.wel_txt_sub h6:after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
    top: 60%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.wel_txt_sub h2{
	font-size: 64px;
    font-weight: 700;
    color: #063772;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0 !important;
}

.wel_txt_sub p{
	font-size: 16px;
	font-weight: 400;
	color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
	text-align: justify;
}
.wel_txt_sub span{
	color: #dab048;
	text-decoration: underline;
}



.btn-flex{
	display: flex;
	align-items: center;
}

.play-btn{
    width: 45px;
    height: 45px;
    background: #063772;
    border-radius: 50%;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
    margin-left: 50px;
}

@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 #063772,  0 0 0 0 #063772;
    }
    40%{
        box-shadow: 0 0 0 20px rgba(255,109,74,0.0),  0 0 0 0 #063772;
    }
    80%{
        box-shadow: 0 0 0 20px rgba(255,109,74,0.0),  0 0 0 20px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 20px rgba(255,109,74,0);
    }
    
}

.wel_btn{
	background: #dab048;
    padding: 15px 0;
    border-radius: 24px;
    margin: 29px 0;
    width: 27%;
    display: flex;
    justify-content: center;
}

.wel_btn:hover {
    animation: animate-pulse1 3s linear forwards;
}

.wel_btn a{
	text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik';
}

.about-us{
	position: relative;
}



.about-us:before{
	
	position: absolute;
    content: "";
    background: url(../images/pencil.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 2%;
    left: 22%;
    z-index: 1;
	width: 84px;
    height: 83px;
    animation: about_animi_1 60s linear infinite;
    -webkit-animation: about_animi_1 60s linear infinite;
}

@keyframes about_animi_1 {
	0%{
	   transform: rotate(0deg);
	  }
   100%{
	   transform: rotate(360deg);
	  }
}

.about-us-sub:after{
	position: absolute;
    content: "";
    background: url(../images/open-book.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	top: -9%;
    right: 3%;
    z-index: 1;
    width: 134px;
    height: 135px;
    animation: banner_animi_2 3s linear infinite alternate;
    -webkit-animation: banner_animi_2 3s linear infinite alternate;
}

.about-us h6{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4582ff;
    padding-left: 20px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
}

.about-us h6:after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
    top: 60%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about-us h2{
    font-size: 35px;
    font-weight: 700;
	color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0 !important;
}

.about-us p{
	font-size: 16px;
    font-weight: 400;
    color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
    text-align: justify;
}

.about-us img{
	border-radius: 50%;
    border: 10px solid #fff;
}

.about-us:after{
	position: absolute;
		content: "";
		width: 130px;
		height: 130px;
		background: url(../images/about_shape_2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
		top: 7%;
		left: 9%;
		z-index: -1;
		rotate: 67deg;
		animation: faq_animi 2s linear infinite alternate;
		-webkit-animation: faq_animi 2s linear infinite alternate;
}


@keyframes faq_animi {
	0% {
		transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
  }


  .customised h6{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4582ff;
    padding-left: 20px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
}

.customised h6:after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
    top: 60%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.customised h2{
    font-size: 35px;
    font-weight: 700;
	color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0 !important;
}

.customised p{
	font-size: 16px;
    font-weight: 400;
    color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
    text-align: justify;
}

.customised{
	position: relative;
}


.customised:after{
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    background: url(../images/about_shape_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
	top: 79%;
    right: 44%;
    z-index: -1;
    rotate: 93deg;
    animation: faq_animi 2s linear infinite alternate;
    -webkit-animation: faq_animi 2s linear infinite alternate;
}


.customised:before{
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    background: url(../images/about_shape_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 1%;
    right: 5%;
    z-index: -1;
    rotate: 93deg;
    animation: faq_animi 2s linear infinite alternate;
    -webkit-animation: faq_animi 2s linear infinite alternate;
}


@keyframes faq_animi {
	0% {
		transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
  }

.customised img{
	position: relative;
    z-index: 9999;
}

.customised h5{
	font-size: 20px;
    margin: 1% 0;
    font-family: 'Rubik';
    font-weight: 600;
    padding: 10px 0 0;
}

.group-course h5{
	font-size: 20px;
    margin: 1% 0;
    font-family: 'Rubik';
    font-weight: 600;
    padding: 10px 0 0;
	text-align: center;
}

.group-course  h6{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4582ff;
    padding-left: 20px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
	text-align: center;
}

.group-course  h6:after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
	top: 56%;
    left: 31%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.group-course  h6:before{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
	top: 56%;
    right: 30%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.group-course  h2{
    font-size: 35px;
    font-weight: 700;
	color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0 !important;
	text-align: center;
	padding: 0 30%;

}

.group-course p{
	font-size: 16px;
    font-weight: 400;
    color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
    text-align: center;
}

.group-course-sub{
    margin-top: 53% !important;
	min-height: 45vh;
}

.group-course-sub h2{
	color: #fff !important;
	padding: 6% 3% 0 !important;
    font-size: 23px !important;

}

.group-course-sub p{
	color: #ffffff !important;
    padding: 25px 27px !important;
}

.image-box{
	display: flex;
    justify-content: center;
    margin-top: -25%;
}

.group-course-sub img{
    border-radius: 50%;
    width: 250px !important;
    height: 250px;
    border: 10px solid #fff;
    margin-top: -97px;
}

.about-university h6{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4582ff;
    padding-left: 20px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
}

.about-university h6:after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
    top: 60%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.about-university h2{
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0 !important;
}

.about-university p{
	font-size: 16px;
	font-weight: 400;
	color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
	text-align: justify;
}

.know-more{
    background: #dab048;
    padding: 15px 0;
    border-radius: 24px;
    margin: 29px 0;
    width: 27%;
    display: flex;
    justify-content: center;
}

.know-more a{
	text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik';
}

.know-more:hover {
    animation: animate-pulse1 3s linear forwards;
}

@keyframes animate-pulse1 {
    0% {
        box-shadow: 0 0 0 0 #dab048, 0 0 0 0 #dab048;
    }
    40% {
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #dab048;
    }
    80% {
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
    }
}

.about-sing-university{
	position: relative;
}

.about-sing-university h6{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4582ff;
    padding-left: 20px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
}

.about-sing-university h6:after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
    top: 60%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.about-sing-university h2{
    font-size: 35px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0 !important;
}

.about-sing-university p{
	font-size: 16px;
	font-weight: 400;
	color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
	text-align: justify;
}

.about-sing-university img{
	border-radius: 50%;
    border: 10px solid #fff;
}

.about-sing-university:after{
	position: absolute;
		content: "";
		width: 130px;
		height: 130px;
		background: url(../images/about_2_shape.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
		top: 3%;
		opacity: 0.5;
		left: 33%;	
		z-index: -1;
		animation: faq_animi 2s linear infinite alternate;
		-webkit-animation: faq_animi 2s linear infinite alternate;
}

.uni-image-box{
	position: absolute;
    top: 10%;
    left: 6%;
}
.test:after{
	position: absolute;
    content: "";
    background: url(../images/open-book.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0%;
    right: 3%;
    z-index: 1;
    width: 134px;
    height: 135px;
    animation: banner_animi_2 3s linear infinite alternate;
    -webkit-animation: banner_animi_2 3s linear infinite alternate;
}

.test img{
	border-radius: 50%;
    border: 10px solid #fff;
}

.test h6{
	font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4582ff;
    padding-left: 20px;
    font-family: "Rubik",sans-serif;
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
}

.test h6:after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
	background: #4582ff;
    top: 60%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.test .sub_lable6{
    font-size: 25px;
    font-weight: 700;
	color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0 !important;
}

.test p{
	font-size: 16px;
    font-weight: 400;
    color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
    text-align: justify;
}

.test{
	position: relative;
}


.test h5{
	font-size: 20px;
    margin: 1% 0;
    font-family: 'Rubik';
    font-weight: 600;
    padding: 10px 0 0;
}


/* Home Page */


/*--------------------------------------------------------------
New Css End
--------------------------------------------------------------*/





.hua {
	filter: hue-rotate(45deg);
}

.icon7 {
	position: absolute;
	bottom: 3%;
	left: 0%;
	animation: rotate3 infinite linear 20s;
}

@keyframes rotate3 {
	0% {
		transform: rotate(0deg);

	}

	100% {
		transform: rotate(360deg);

	}

}

.rote {
	transform: rotateY(180deg);
	margin: 0 1%;
}

.icon6 {
	position: absolute;
	right: 3%;
	animation: rotate2 infinite linear 50s;
}

@keyframes rotate2 {
	0% {
		transform: rotate(0deg);

	}

	100% {
		transform: rotate(360deg);

	}

}

.mi_txt>h2 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #08376f !important;
	margin: 5% 0 0 !important;
	line-height: 110% !important;
	padding-right: 3% !important;
	text-transform: uppercase !important;
}

.mi_txt>p {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #000 !important;
	text-align: justify !important;
	margin: 4% 0% 3% !important;
	line-height: 150% !important;
	padding-right: 0% !important;
}

.img_icon {
	width: 100px;
	margin: 3% auto;
	/* background-color: #dab048; */
	border-radius: 50%;
	padding: 6%;
	border: 3px dashed #dad048;
}

.skill_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 150%;
	margin: 0% !important;
	text-align: center;
}

.skill_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	margin: 2% 0 2% !important;
	text-align: center;
	text-transform: capitalize;
}

.message {
	background-color: #fff;
	border-radius: 10px;
	padding: 1%;
}

.message input {
	border: none;
	outline: none;
	height: 51px;
	width: 64%;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	margin: 0% !important;
	line-height: 150%;
	padding-left: 10px;
}

.news_txt h2 {
	font-family: 'Poppins', auto;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin: 0% !important;
	line-height: 150%;
	text-align: left;
}

.news_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 1% 0 0 !important;
	line-height: 140%;
	text-align: center;
}

.icon8 {
	position: absolute;
	top: 0;
	left: 0;
}

.icon9 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.ftr_icon_bg {
    padding: 4% 2%;
}

.fa-quote-left {
	font-size: 56px;
	color: #fff;
	rotate: 180deg;
}

.icon5 {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1.4%;
	background-color: #dab048;
	z-index: 99999999;
}

.text_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0% !important;
	line-height: 150%;
}

.text_txt2 h3 {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 500;
	color: #d6ad47;
	margin: 1% 0 0 !important;
	line-height: 140%;
	text-transform: uppercase;
}

.text_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 2% 0 0 !important;
	line-height: 150%;
}

.text_txt h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #08376f;
	display: inline-block;
	padding: 0.5% 2%;
	border-radius: 4px;
	text-transform: capitalize;
	margin: 0% !important;
}

.text_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #08376f;
	margin: 1% 0 2% !important;
	line-height: 110%;
	padding-right: 3%;
}

.course_effe {
	position: absolute;
	right: 0;
	top: 0;
}

.course_effe2 {
	position: absolute;
	left: -4%;
	bottom: -4%;
}

.user_details {
	background-color: #fff;
	padding: 2%;
	border-radius: 8px;
	position: absolute;
	inset: 74% 8% 5% 8%;
}

.user_details h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	line-height: 150%;
	margin: 0% !important;
	text-align: center;
}

.user_details h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #dab048;
	text-align: center;
	margin: 0% !important;
	line-height: 150%;
}

.overlay {
	position: absolute;
	/* inset: 0 0 0 0; */
	background-color: #08376f45;
	transition: all .3s linear;
}

.instr_img_brd:hover .overlay {
	inset: 0 0 0 0;
}

.instr_img_brd {
	border: 5px solid #08376f;
	border-radius: 15px;
	overflow: hidden;
	transition: all .5s ease-in-out;
	padding: 5% 0;
}

.instr_img_brd img {
	transition: all .5s ease-in-out;
}

.instr_img_brd:hover img {
	scale: 1.2;
}

.banner_img {
	position: absolute;
	inset: 0 0 0 0;
}

.btn_txt3 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 4% 0 0 !important;
	background-color: #dab048;
	padding: 0.9% 2.7%;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
}

.btn_txt3 {
	display: block;
	text-align: center;
}

.btn_txt4 {
	float: right;
	text-align: right;
	width: 36%;
}

.btn_txt4 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0% 0 0 !important;
	background-color: #dab048;
	padding: 6% 0%;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
	width: 100%;
}

.fa-star {
	color: #0c3472;
}

.rate {
	margin: 3% 0% !important;
}

.user_name_img {
	border-radius: 50%;
}

.user_name p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0% !important;
	line-height: 140%;
	display: inline;
}

.course_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin: 3% 0 !important;
	line-height: 150%;
	text-align: center;
}

.course_txt2 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0% !important;
	border-bottom: 1px dashed #000;
	padding-bottom: 20px;
	margin-bottom: 4% !important;
}

.course_txt {
	text-align: center;
}

.course_txt h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #08376f;
	display: inline-block;
	padding: 0.5% 2%;
	border-radius: 4px;
	text-transform: capitalize;
	margin: 0% !important;
}

.course_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #08376f;
	margin: 1% 0 !important;
	line-height: 110%;
	text-transform: capitalize;
}

.course_box {
	background-color: #fff;
	padding: 1% 1%;
}

.img_con3 {
	overflow: hidden;
}

.course_box>.img_con3>img {
	transition: all .5s ease-in-out;
}

.course_box:hover .img_con3>img {
	scale: 1.2;
}

.counter_txt h2 span {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin: 0% !important;
	line-height: 140%;
}

.counter_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	margin: 0% !important;
}

.counter_img_bg {
	background-color: #fff;
	padding: 5%;
}

.categ_wel_pad {
	padding: 5% 0% 0 1%;
}

.info-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 2% 1%;
    transition: all .4s ease-out;
    min-height: 320px;
}

.info-box:hover {
	background-color: #dab048;
}

.info-box:hover .img_con {
	border: 2px dashed #fff;
}

.info-box:hover .inner_img_con {
	background-color: #fff;
}

.info-box:hover .dis_none {
	display: none;
}

.info-box:hover .dis_block {
	display: block;
}


.cate_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #08376f;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
	transition: all .4s ease-in;
}

.cate_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 4% 0% 0% !important;
	line-height: 140%;
	transition: all .4s ease-in;
	text-transform: uppercase;
}

.cate_box {
	background-color: #f2f2f2;
	padding: 4% 0%;
	transition: all .4s ease-out;
	min-height: 332px;
}

.cate_box:hover {
	background-color: #08376f;
}

.cate_box:hover .img_con {
	border: 2px dashed #fff;
}

.cate_box:hover .inner_img_con {
	background-color: #fff;
}

.cate_box:hover .dis_none {
	display: none;
}

.cate_box2:hover .img_con2 {
	border: 2px dashed #fff;
}

.cate_box2:hover .inner_img_con2 {
	background-color: #fff;
}


.dis_block {
	display: none;
}

.cate_box:hover .dis_block {
	display: block;
}

.cate_box:hover h2,
.cate_box:hover p {
	color: #fff;
}

/* cate_box2 */
.cate_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #dab048;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
	transition: all .4s ease-in;
}

.cate_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 4% 0% 0% !important;
	line-height: 140%;
	transition: all .4s ease-in;
	text-transform: uppercase;
}

.cate_box2 {
	background-color: #f2f2f2;
	border-radius: 12px;
	padding: 4% 0%;
	transition: all .4s ease-out;
	/* min-height: 332px; */
}

.cate_box2:hover {
	background-color: #dab048;
}

.cate_box2:hover .img_con {
	border: 2px dashed #fff;
}

.cate_box2:hover .inner_img_con {
	background-color: #fff;
}

.cate_box2:hover .dis_none {
	display: none;
}

.dis_block {
	display: none;
}

.cate_box2:hover .dis_block {
	display: block;
}

.cate_box2:hover h2,
.cate_box2:hover p {
	color: #fff;
}

.cate_box:hover img {
	filter: invert();
}

/* cate_box2 */

.img_con {
	width: 100px;
	height: 100px;
	border: 2px dashed #000;
	border-radius: 50%;
	padding: 2%;
	margin: 0 auto 7%;
}

.img_con>.inner_img_con {
	margin: 0%;
	background-color: #08376f;
	border-radius: 50%;
	padding: 22%;
	transition: all .4s ease-in;
}

.img_con2 {
	width: 100px;
	height: 100px;
	border: 2px dashed #000;
	border-radius: 50%;
	padding: 2%;
	margin: 0 auto 7%;
}

.img_con2>.inner_img_con2 {
	margin: 0%;
	background-color: #dab048;
	border-radius: 50%;
	padding: 22%;
	transition: all .4s ease-in;
}

.categ_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 43px;
	font-weight: 600;
	color: #dab048;
	line-height: 150%;
	margin: 0% !important;
}

.categ_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0% !important;
	background-color: #dab048;
	padding: 3.9% 0%;
	width: 244px;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
}

.categ_head_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0% 1% !important;
	background-color: #08376f;
	display: inline-block;
	padding: 0.5% 2%;
	border-radius: 4px;
	text-transform: capitalize;
}

.categ_head_txt_12 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background-color: #dab048;
	display: inline-block;
	padding: 9px 20px;
	margin: 1% !important;
	text-transform: uppercase;
	border-radius: 5px;
}

.cate_con {
	margin: 0% 1%;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2% !important;
}

.flex2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex3 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.categ_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 43px;
	font-weight: 600;
	color: #08376f;
	line-height: 150%;
	margin: 0% !important;
}

.categ_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0% !important;
	background-color: #dab048;
	padding: 3.9% 0%;
	width: 244px;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
}

.categ_head_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0% 1% !important;
	background-color: #08376f;
	display: inline-block;
	padding: 0.5% 2%;
	border-radius: 4px;
	text-transform: capitalize;
}

.categ_head_txt_1 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background-color: #dab048;
	display: inline-block;
	padding: 9px 20px;
	margin: 1% !important;
	text-transform: uppercase;
	border-radius: 5px;
}

.counter2 {
	margin: 1%;
	display: block;
	/* width: fit-content; */
	background-color: #fff;
	padding: 3% 4%;
	position: absolute;
	right: 43%;
	/* top: 79%; */
	bottom: 0%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	animation: top_down infinite linear 2s alternate;
	z-index: 9;
}

@keyframes top_down {
	0% {
		bottom: -11%;
	}

	100% {
		bottom: 0%;
	}

}

.icon1 {
	position: absolute;
	right: 3px;
	animation: left_right infinite linear 6s alternate;
}

@keyframes left_right {
	0% {
		transform: rotateY(0deg);

	}

	100% {
		transform: rotateY(360deg);

	}

}

.icon2 {
	position: absolute;
	left: 3%;
	top: 3%;
	animation: rotate infinite linear 4s alternate;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);

	}

	100% {
		transform: rotate(360deg);

	}

}

.icon3 {
	position: absolute;
	top: -57px;
	left: -10%;
	animation: top_down2 infinite ease-out 2s alternate;
	z-index: -1;
}

@keyframes top_down2 {
	0% {
		top: 3%;
	}

	100% {
		top: -9%;
	}

}

.icon4 {
	position: absolute;
	left: 0%;
	bottom: 0%;
	animation: top_down3 infinite ease-out 1s alternate;
	z-index: 0;
}

@keyframes top_down3 {
	0% {
		top: 0%;
	}

	100% {
		top: -15%;
	}

}

.banner_txt .btn_txt p:hover .fa-arrow-right-long {
	transform: translateX(100px);
}

.fa-arrow-right-long {
	transition: all 0s ease-in;
	/* overflow: hidden; */
}

.banner_txt_he {
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 500px;
	position: relative;
	z-index: 9;
}

.banner_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 56px;
	font-weight: 600;
	color: #08376f;
	margin: 0% !important;
	line-height: 110%;
	padding-right: 3%;
}

.banner_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	text-align: justify;
	margin: 3% 0% 4% !important;
	line-height: 140%;
	padding-right: 16%;
}

.banner_txt .btn_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0% !important;
	background-color: #dab048;
	padding: 2.5% 5.5%;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
}

.fix_nav{
	position: absolute;
    z-index: 999;
    padding: 10px 0px;
}

.nav_shaw {
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9;
	position: relative;
	padding: 0 1%;
}

.nav_cont p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0% !important;
	background-color: #dab048;
	padding: 6.7% 0%;
	border-radius: 28px;
	text-transform: capitalize;
}




/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
image hover effect
--------------------------------------------------------------*/





/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 100px;
	right: 10px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 37px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.whatsapp-icon {
	margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 10px;
	}

	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 94px;
		right: 10px;
		font-size: 22px;
	}
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
	width: 100%;
}

.top {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top22 {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 96%;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 80%;
	margin: 0 auto;
	max-width: 1600px;
}

.top4 {
	width: 65%;
	margin: 0 auto;
	max-width: 1600px;
}


.logo {
	width: 160px;
	float: left;
	margin: 0.5% 1%;
}

.logo2 {
	width: 200px;
	margin-bottom: 5%;
}

.logo_right {
	width: 180px;
	float: right;
	margin: 2% 0;
}

.navbarrr {
	width: fit-content;
	float: left;
	margin: 1.86% 0%;
}

.call_em {
	width: fit-content;
	float: left;
	margin: 0% 1%;
}

.call {
	width: 220px;
	float: left;
	padding: 2% 1%;
	/* border-right: 0.2px solid #3d5f95; */
}

.email {
	width: 307px;
	float: left;
	padding: 2% 1%;
	/* border-right: 0.2px solid rgba(255, 255, 255, 0.2); */
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
	padding: 1.5% 1% 1.5% 2%;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: normal;
	position: relative;
	font-weight: 500;
	background-color: #dab048 !important;
	border: 1px solid #ccc;
	border-radius: 0px;
}

.s_icon p {
	color: #000;
}

.s_icon .fa {
	line-height: 260%;
	font-size: 15px;
	color: #000;
}

.s_icon .fa:hover {
	color: #000f;
}

.call_em_txt {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.call_em_txt .fa {
	font-size: 16px !important;
	color: #000;
}

.logo_left {
	width: fit-content;
	float: right;
	margin: 0.6% 0%;
}
.ftr_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin: 0% 0% 4% 0%;
    color: #fff;
}

.ftr_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0% 0% 2% 0%;
    color: #000;
}

.ftr_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 1% 0%;
    line-height: 160%;
    color: #fff;
    text-align: left;
}

.ftr_txt2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0%;
    line-height: 160%;
    color: #fff;
    text-align: justify;
}

.ftr_lt_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    margin: 0;
}

.ftr_right {
    text-align: right;
}

.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 170%;
        text-decoration: none;
    padding: 0% 0% !important;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.link {
	text-decoration: none;
	color: #fff;
}

.link:hover {
	text-decoration: none;
	color: #fff;
}

.link2 {
	text-decoration: none;
	color: #fff;
}


.link3 {
	text-decoration: none;
	color: #000 !important;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm1111 {
	width: 98%;
	float: left;
	margin: 1%;
}

.col_sm2 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm3 {
	width: 31%;
	float: left;
	margin: 1%;
}

.col_sm3_1 {
	width: 31%;
	float: left;
	margin: 1%;
}

.col_sm33 {
	width: 31%;
	float: left;
	margin: 1%;
}

.col_sm4 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm4_1 {
	width: 23%;
	margin: 1% 1%;
	float: left;
}

.col_sm5 {
	width: 26%;
	margin: 1%;
	float: left;
}

.col_sm555 {
	width: 70%;
	margin: 1%;
	float: left;
}

.col_sm8 {
	width: 42%;
	margin: 1%;
	float: left;
}

.col_sm88 {
	width: 54%;
	margin: 1%;
	float: left;
}

.col_sm9 {
	width: 26%;
	margin: 1%;
	float: left;
}

.col_sm99 {
	width: 70%;
	margin: 1%;
	float: left;
}

.col_sm889 {
	width: 68%;
	margin: 1%;
	float: left;
}

.col_sm10 {
	width: 43%;
	float: left;
	margin: 1%;
}

.col_sm100 {
	width: 53%;
	float: right;
	margin: 1%;
}

.col_sm11 {
	width: 5%;
	float: left;
	margin: 1%;
}

.col_sm111 {
	width: 16%;
	float: left;
	margin: 1%;
}



.col_sm22 {
	width: 44%;
	float: left;
	margin: 1%;
}

.col_sm222 {
	width: 52%;
	float: right;
	margin: 1%;
}

.col_sm2222 {
	width: 43%;
	float: left;
	margin: 1%;
}

.col_sm44 {
	width: 32%;
	margin: 1%;
	float: left;
}

.col_sm444 {
	width: 64%;
	margin: 1%;
	float: left;
}

.col_sm344 {
	width: 10%;
	margin: 1%;
	float: left;
}

.col_sm3444 {
	width: 86%;
	margin: 1%;
	float: left;
}

/* new addon */
.col_sm544 {
	width: 10%;
	margin: 1%;
	float: left;
}

.col_sm5444 {
	width: 86%;
	margin: 1%;
	float: left;
}
/* new addon */

.col_sm55 {
	width: 33%;
	float: left;
	margin: 1%;
}

.col_sm5555 {
	width: 63%;
	float: left;
	margin: 1%;
}

.col_sm7 {
	width: 12%;
	margin: 1%;
	float: left;
}

.col_sm77 {
	width: 98%;
	margin: 1%;
	float: left;
}

.col_sm8_1 {
	width: 28%;
	margin: 1%;
	float: left;
}

.col_sm88_1 {
	width: 68%;
	margin: 1%;
	float: left;
}

.col_sm444_1 {
	width: 15.6%;
	margin: 0 1% 0 0%;
	float: left;
}

/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.bg_clr1 {
	background: transparent;
	/* border-bottom: 1px solid #3d5f95; */
}

.bg_clr2 {
	background-color: #f2f2f2;
	z-index: 0;
	position: relative;
}

.bg_clr3 {
	background-color: #08376f;
	padding: 5% 3%;
}

.strong {
	font-weight: 600 !important;
}

.bg_clr6 {
	background: #063772;
}

.bg_clr9 {
	background-color: #ddb2453b;
}

.bg_clr10 {
	background-color: #0f509e1f;
}

.bg_clr4 {
	background-color: #ddb245;
}

.bg_clr5 {
	background-color: #0c3671;
	padding: 2% 8%;
}

.bg_clr7 {
	background-color: white
}

.bg_clr11{
    background: #ff5b5c;
}

.bg_clr12{
    background: #8e56ff;
}

.bg_clr13{
    background: #ff7f46;
}

.bg_clr14{
    background: #1ab69d;
}

.hero1 {
	background-image: url(../images/banner-1.jpg);
	background-size: cover;
	background-position: center center;
	background-color: #e8f0f4;
	padding: 9% 0 0;
}

.hero1:before{
	position: absolute;
    content: "";
    background: url(../images/arrow_shapes.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 120px;
	right: 2%;
    z-index: 1;
    width: 117px;
    height: 160px;
    animation: banner_animi_2 4s linear infinite alternate;
    -webkit-animation: banner_animi_2 4s linear infinite alternate;

	
}

@keyframes banner_animi_2 {
	0% {
	  transform: scale(0.6, 0.6);
	}
	50% {
	  transform: scale(0.7, 0.7);
	}
	100% {
	  transform: scale(0.6, 0.6);
	}
  }

.hero2 {
	background-image: url(../images/faq_bg.png);
	background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
}

.hero3 {
	background-image: url(../images/about_bg.png);
	background-size: cover;
	background-position: center center;
	z-index: 7;
}

.hero4 {
	background-image: url(../images/bg3.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-color: #f3f8ff;
}

.hero5 {
background-color: #f3f7fb;
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/


.ftr_txt h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-weight: 600;
	margin: 0% 0% 4% 0%;
	color: #fff;
}

.ftr_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0% 0% 2% 0%;
	color: #000;
}

.ftr_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin: 1% 0%;
	line-height: 160%;
	color: #fff;
	text-align: left;
}

.ftr_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin: 0%;
	line-height: 160%;
	color: #fff;
	text-align: justify;
}

.ftr_lt_txt {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #fff;
	margin: 0;
}

.ftr_right {
	text-align: right;
}

.ftr_menu ul li a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 170%;
	padding: 0% 0% !important;
	text-transform: capitalize;
}

.col-icon {
	color: #fff !important;
}

.pad_lef {
	padding-left: 5%;
}

/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/

.bullet ul{
	list-style-image: url(../images/bullet.png);
	margin-left: 1%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.bullet ul li{
	font-size: 16px;
    font-weight: 400;
    color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
    text-align: justify;
}


.bullet1 ul{
	list-style-image: url(../images/bullet1.png);
	margin-left: 1%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.bullet1 ul li{
	font-size: 16px;
    font-weight: 400;
    color: #636363;
    font-family: "Rubik",sans-serif;
    padding-top: 15px;
    line-height: 140%;
    text-align: justify;
	margin-left: 3%;
}

.bullet2 ul{
	list-style-image: url(../images/bullet.png);
    margin-left: 5%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.bullet2 ul li{
	font-size: 16px;
    font-weight: 400;
    color: #636363;
    font-family: "Rubik", sans-serif;
    padding-top: 15px;
    line-height: 140%;
    text-align: justify;
    box-shadow: none !important;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	bottom: 3%;
	transition-duration: 1s;
	background-image: url('../images/top.png');
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 999;
	background-size: 100% 100%;
}

.top_arrow:hover {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	transition-duration: 1s;
	bottom: 3%;
	cursor: pointer;
	background-image: url('../images/top-b.png');
	background-size: 100% 100%;
}


@media only screen and (max-width:2000px) {

	.col_sm111 {
		width: 17vw;
	}
}

@media only screen and (max-width:1800px) {

	.top3 {
		width: 85%;
	}
}

@media only screen and (max-width:1600px) {
	.about-us:before {
		left: 4%;
	}
	.group-course  h6:after{
		left: 29%;
	}
	
	.group-course  h6:before{
		right: 28%;
	}

	.col_sm5555 {
		width: 53%;
		float: left;
		margin: 1%;
	}

	.col_sm55 {
		width: 43%;
		float: left;
		margin: 1%;
	}

	.group-course-sub {
		min-height: 52vh;
	}
}

@media only screen and (max-width :1500px){
	.group-course-sub {
		min-height: 54vh;
	}
}

@media only screen and (max-width:1400px) {

	.group-course-sub {
		min-height: 58vh;
	}


	.group-course  h6:after{
		left: 25%;
	}
	
	.group-course  h6:before{
		right: 23%;
	}

	.col_sm111 {
		width: 21vw;
	}

	.counter2 h1 {
		font-size: 13px;
	}

	.brd-r {
		min-height: 546px;
	}

	ol li {
		margin-left: 2% !important;
	}
}

@media only screen and (max-width:1300px) {

	.top3 {
		width: 95%;
	}
}

@media only screen and (max-width:1200px) {

	.customised:after {
		top: 77%;
		right: 26%;
		rotate: 340deg;
	}

	.group-course-sub {
		min-height: 70vh;
	}

	.group-course h6:before {
		right: 20%;
	}

	.group-course h6:after {
		left: 21%;
	}
	.broker h2 {
		line-height: 130%;
		font-size: 21px;
	}

}



@media only screen and (max-width:1125px) {
	.col_sm4_1 {
		width: 31%;
	}

	.top {
		width: 98%;
	}

	.top2 {
		width: 96%;
	}
}


@media only screen and (max-width:999px) {
	.col_sm5 {
		width: 31%;
	}

	.col_sm100 {
		width: 74%;
	}

	.col_sm10 {
		width: 16%;
	}


	.col_sm4 {
		width: 48%;
	}

	.navbarrr {
		width: 484px;
	}

	.col_sm111 {
		width: 25vw;
	}

	.col_sm11 {
        width: 18%;
        float: left;
        margin: 1%;
    }
}


@media only screen and (max-width:960px) {
	.text-style h2 {
		font-size: 45px;
		font-weight: 700;
		color: #063772;
		font-family: "Montserrat", sans-serif;
		line-height: 120%;
		margin: 1% 6% !important;
	}

	.text-style p {
		font-size: 16px;
		font-weight: 400;
		color: #636363;
		font-family: "Rubik", sans-serif;
		padding-top: 15px;
		line-height: 140%;
		text-align: justify;
		margin: 1% 6% !important;
	}

	.text-style a {
		width: 100%;
		display: block;
		margin: 3% 6% 4% !important;
	}

	.icon2 {
		position: absolute;
		left: 5%;
		top: 35%;
		animation: rotate infinite linear 4s alternate;
	}


	.text-style a p {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		margin: 0% !important;
		background-color: #dab048;
		padding: 1.5% 1.5%;
		border-radius: 5px;
		text-transform: capitalize;
		display: inline-block;
	}
	
	.mbi-display {
		display: block;
	}

	.desktop-display {
		display: none;
	}

	.hero1 {
		background-position: center left;
	}
	.hero1:before {
		display: none;
	}
	.col_sm2 {
		width: 98%;
	}

	.wel_btn {
		width: 48%;
	}
	.know-more {
		width: 48%;
	}
	.group-course-sub {
		min-height: 10vh;
	}

	.col_sm88 {
		width: 98%;
	}
	.col_sm8 {
		width: 98%;
	}

	.about-us:before {
		display: none;
	}

	.about-us:after {
		display: none;
	}

	.about-us-sub:after {
		display: none;
	}

	.customised:after {
		display: none;
	}

	.customised:before {
		display: none;
	}

	.group-course h6:before {
		display: none;

	}

	.test:after {
		display: none;
	}

	.group-course h6:after {
		display: none;

	}
	.hero1{
		padding: 34% 0 0;
	}


	.col_sm3 {
		width: 45% !important;
	}

	.nav_shaw {
		display: block;

	}

	.counter2 {
		display: none;
	}

	.icon6 {
		display: none;
	}

	.top4 {
		width: 85%;
	}

	.cmd-bft p {
		padding: 0% 9% 2% 9%;
	}

	.pad-form {
		padding: 0% 10% 5%;
	}

	.broker {
		min-height: 296px;
	}


	.col_sm444 {
		width: 61%;
	}

	.col_sm44 {
		width: 35%;
	}

	.s_icon {
		display: none;
	}

	.call_em {
		display: none;
	}

	.logo {
		margin: 0% auto 1%;
		padding-top: 1%;
		float: none;
		width: 200px;
	}

	.logo_right {
		display: none;
	}

	.logo_left {
		width: 100%;
		margin: -1% 0%;
		padding: 0% 0%;
	}

	.logo_rigt {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.col_sm111 {
		width: 98%;
	}


	.top {
		width: 95%;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: #dab446 !important;
	}

	.col_sm3 {
		width: 98%;
	}

}

@media only screen and (max-width:850px) {

	.col_sm4_1 {
		width: 48%;
	}

}

@media only screen and (max-width:800px) {

	.col_sm3 {
		width: 98% !important;
		margin-left: 3%;
	}


	.ffs img {
		float: none;
		margin: 2% auto;
	}

	.ffs {
		min-height: auto;
	}
	.col_sm4 {
		width: 98%;
	}

	.bullet2 ul {
		margin-left: 6%;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 40px !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 11px !important;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 14px !important;
		padding: 2px 2px !important;
		width: 180px !important;
	}

	.pad-wel {
		padding: 10% 10% 0%;
	}

	.fa-check {
		font-size: 13px !important;
	}

	.col_sm8 {
		width: 98%;
	}

	.col_sm88 {
		width: 98%;
		;
	}

	.col_sm3 {
		width: 98%;
		float: none;
		margin: 1%;
	}

	.col_sm444_1 {
		width: 98%;
		float: none;
		margin: 1%;
	}

	.col_sm555 {
		width: 98%;
		float: none;
		margin: 1%;
	}

	.ftr_txt2 p {
		margin: 1% 1% 1% 1%;
	}

	.ftr_txt h1 {
		margin: 4% 0%;
	}

	.col_sm2 {
		width: 100%;
	}

	.ftr_right {
		text-align: left;
	}

	.col_sm100 {
		width: 60%;
	}

	.col_sm11 {
		width: 20%;
	}

	.col_sm111 {
		width: 70%;
	}
}

@media only screen and (max-width:700px) {

	.col_sm444 {
		width: 98%;
	}

	.col_sm44 {
        width: 38%;
	}


}

@media only screen and (max-width:600px) {

	.col_sm4_1 {
		width: 98%;
	}

	.col_sm3 {
		width: 95%;
	}


	#wowslider-container1 .ws-title span h2 {
		font-size: 32px !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 10px !important;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 11px !important;
		padding: 2px 2px !important;
		width: 150px !important;
	}

	.bullet ul {
		margin-left: 3%;
	}

	.bullet1 ul li {
		margin: 0% 2% 1.1% 8%;
	}

	.bullet4 ul li {
		margin: 0% 2% 1.1% 8%;
	}

	.bullet {
		padding: 0% 2% 0% 2%;
	}

	.icon4 {
		display: none;
	}

	.flex2 {
		display: block;
	}

	.top {
		width: 96%;
	}

	.top22 {
		width: 100%;
	}

}


@media only screen and (max-width:500px) {

	.col_sm5 {
		width: 98%;
	}

	.col_sm99 {
		width: 46%;
	}

	.col_sm9 {
		width: 50%;
	}

	.call {
		margin: 2% 0%;
	}

	.email {
		margin: 2% 0%;
	}

	.col_sm100 {
		width: 98%;
	}

	.call {
		width: 200px;
	}

	.call_em {
		width: 355px;
	}
}



@media only screen and (max-width:470px) {

	#wowslider-container1 .ws-title {
		bottom: 90px;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 18px !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 9px !important;
	}

	.contact-txt h2 {
		font-size: 18px;
	}

	.s_icon {
		display: none;
	}

	.bullet3 ul {
		margin-left: 9% !important;
	}

	.bullet2 ul {
		margin-left: 9% !important;
	}

	.bullet1 ul li {
		margin: 0% 2% 1.1% 2% !important;
	}

	.bullet5 ul li {
		margin: 0% 2% 1.1% 3% !important;
	}
}

@media only screen and (max-width:400px) {


	.ffs h2 {
		font-size: 17px;
	}


	.col_sm99,
	.col_sm9 {
		width: 98%;
	}

	.flex {
		justify-content: start;
	}

	.ftr_txt2 p {
		padding-right: 0px;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 18px !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 8px !important;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 10px !important;
		padding: 2px 2px !important;
		width: 140px !important;
	}

	.bullet ul {
		margin-left: 5%;
	}

	.col_sm4 {
		width: 98%;
	}

	.counter2 {
		width: 100%;
	}

	.col_sm10 {
		width: 20%;
	}
}


@media only screen and (max-width:360px) {


	#wowslider-container1 .ws-title {
		scale: .8;
		bottom: 0px !important;
	}

	.call_em {
		width: 320px;
	}

}