/***********************************************/
/***************** Packages ********************/
/***********************************************/
.PB20{
	padding-bottom: 25px;
}

.PB20 h3{
	font-size: 44px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-position: under;
}

#subscribeModal .modal-content{
	overflow:hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
a.h2{
    color:#004868;
    margin-bottom:15px;
    text-decoration:none;
}

#subscribeModal .top-strip{
	height: 155px;
    background: #004868;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #018fd0;
    border-top: 10px solid #018fd0;
}
#subscribeModal .bottom-strip{
	height: 155px;
    background: #004868;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #018fd0;
    border-top: 10px solid #018fd0;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #004868;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -160px;
    border-bottom: 65px solid #018fd0;
    border-top: 10px solid #018fd0;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #004868;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 530px;
    border-bottom: 65px solid #018fd0;
    border-top: 10px solid #018fd0;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}

.spl-div{
	width: 70%;
	margin: auto; 
}

.text-secondary {
    color: #6c757d!important;
	text-align: center;
}

.splfont-p{
	font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.splfont-p2{
	color: #FF0004!important;
}

h1, h2, h3, h4, h5, h6, p, a, label, placeholder {
	font-family: 'Poppins';
}
p {
	line-height: 25px;
    text-align: justify;
    font-size: 14px;
    color: #000;
   
}

alert-danger2 {
    color: #8cc63f;
    /* background-color: #f2dede; */
    /* border-color: #ebccd1; */
    font-size: 20px;
}

.box{
        padding: 20px;
        display: none;
        margin-top: 20px;
        border: 1px solid #000;
    }
    .red{ background: #ff0000; }
    .green{ background: #00ff00; }
    .blue{ background: #0000ff; }

/* ------------------------------------------------------
	LOADER
------------------------------------------------------ */
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: url(../image/loader.gif) 50% no-repeat rgb(249, 249, 249);
	background-color: #fff;
}



#toolbar {
    background-color: #212526;
    color: #aeaeae;
    font-size: 16px;
	padding-bottom: 0;
    padding-top: 0;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 20px;
}

#toolbar .thim-have-any-question {
    line-height: 40px;
    padding-right: 40px;
}

.thim-have-any-question {
    float: right;
    line-height: 30px;
}

#toolbar .thim-have-any-question .mobile {
    margin-left: 0;
    margin-right: 15px;
}

.thim-have-any-question .mobile, .thim-have-any-question .email {
    display: inline-block;
    margin-left: 11px;
    line-height: 30px;
}

.thim-have-any-question .mobile .fa, .thim-have-any-question .email .fa {
    margin-right: 7px;
}

#toolbar .thim-have-any-question .mobile a {
    color: #018fd0;
	text-decoration: none;
}

#toolbar .thim-have-any-question .mobile a:hover {
    color: #fff;
	text-decoration: none;
}

#toolbar .thim-have-any-question .email a {
    color: #fff;
	text-decoration: none;
}

#toolbar .thim-have-any-question .email a:hover {
    color: #018fd0;
	text-decoration: none;
}

#toolbar .thim-have-any-question a {
    text-decoration: none;
}

.course-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    line-height: 25px;
    margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}
.course-title a{
	text-decoration: none!important;
}
.course-title span {
    color: #00d637;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 5px;
}
.course-readmore {
	text-align: center;
}

.course-readmore a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 22px!important;
    display: inline-block!important;
    line-height: 30px;
	background-color: #018fd0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.widget-button{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #018fd0;
	border-radius: 25px;
    height: 40px;
    padding: 0 30px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	}

.widget-button:hover{
	font-size: 14px;
	font-weight: 400;
	color: #fff!important;
	background-color: #0076ad;
	text-decoration: none;
}

.btn-info {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #018fd0;
	border-radius: 25px;
    height: 40px;
    padding: 0 30px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn-info {
		font-size: 14px;
	font-weight: 400;
	color: #fff!important;
	background-color: #0076ad;
	text-decoration: none;
}

/* MENU NAVIGATION */
.navigation {
	padding: 0px 0 0;
	position: relative;
	/*border-bottom: 5px solid #b61f24;*/
	    background-color: #fff;
}
/*fixed menu*/
.navigation.fixed-menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
}
.menu_col-sm {
	padding-left: 6px;
	padding-right: 6px;
}

.Arshab-banner {
    width: 100%;
    height: 80vh;
	background: linear-gradient( rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5) ),url("../image/slider2.jpg") no-repeat center center fixed;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat !important;
    text-align: center;
    /*font-size: 18px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.Arshab-banner h2 {
    z-index: 6;
    font-family: Poppins;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 47px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 34px;
    padding-bottom: 0px;
    padding-top: 10px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.Arshab-banner h3 {
    font-family: Poppins;
    color:#fff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 600;
    visibility: visible;
}

.Arshab-banner .thim-color{
	color: #018fd0;
}

.Arshab-banner a {
    z-index: 8;
    font-family: 'Poppins';
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 100px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 16px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    padding-left: 50px;
    border-radius: 25px;
    padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0);
    transform-origin: 97.75px 26px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.Arshab-banner a:hover{
    z-index: 8;
    font-family: 'Poppins';
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 100px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 16px;
    border-color: rgb(1, 143, 208);
    border-style: solid;
    border-width: 1px;
    padding-left: 50px;
    border-radius: 25px;
    padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
    background-color: rgb(1, 143, 208);
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

    
.bnr-post{

}
.bnr-post .bssec{
	background-color: #212526;
    margin-top: -60px;
    position: relative;
    overflow: hidden;
	z-index: 1;
	padding: 20px 25px;
}


.bssec h3{
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

.bssec a{
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	text-decoration: none;
}

.bssec a:hover{
	color: #018fd0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	text-decoration: none;
}

.bssec h4{
	color: #aeaeae;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
}

.bssec i{
	color: rgb(174, 174, 174);
    font-size: 48px;
    line-height: 48px;
    vertical-align: middle;
	    float: left;
    margin-right: 15px;
}


.bssec .col-sm-4:hover i { color: #018fd0; }
.bssec .col-sm-4:hover a { color: #018fd0; }

.bssec table{
	margin: auto;
}

.bssec .borderRL{
	border-right: 1px solid rgb(174, 174, 174);
	border-left: 1px solid rgb(174, 174, 174);
}

.student_review{
	padding-top: 40px;
	padding-bottom: 60px;
}
.text-center {
    text-align: center!important;
}
.section-title .sp-title2 {
    padding-bottom: 25px;
    line-height: 0;
    font-size: 16px;
    color: #018fd0;
    padding-left: 0;
    position: relative;
    font-weight: 500;
    display: inline-block;
	text-transform: capitalize;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
	font-family: 'Oswald';
	text-transform: capitalize;
}


.testimonial{
            margin: 0 20px 40px;
        }
        .testimonial .testimonial-content{
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
            background: #fff;
            position: relative;
        }
        .testimonial .testimonial-content:before{
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #718076;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial .testimonial-content:after{
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #718076;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #018fd0;
            text-align: center;
            font-size: 34px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #097cb1;
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title{
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #021533;

        }

.testimonial p {
    text-align: center;
    font-weight: 500;
}

        .testimonial .post{
            display: block;
            font-size: 14px;
            color: #018fd0;
        }
        .owl-theme .owl-controls{
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span{
            background: #ccc;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span{
            background: #018fd0;
        }


.hr1 {
    border: none;
    height: 1px;
    width: 100%;
    background: url("../image/student/hr1.png") no-repeat center center;
    margin-top: 10px;
    margin-bottom: 10px;
}


.skills-list {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
    margin-left: 0;
}


.progress {
    overflow: hidden;
    position: relative;
    height: 25px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}


.progress-bar {
    background: #08aeac;
    width: 20%;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-size: 13px;
    padding: 3px 30px 2px 10px;
    color: #ffffff;
    /*background-color: rgba(25, 25, 25, 0.2);*/
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
    color: #000;
    font-size: 14px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
	border: 0;}


.progress-bar-3 {
    background: #1dadef;
}


.who-we-are{
	padding: 40px 0 80px;
	overflow: hidden;
	background-color: #fff;
}
.who-we-are .chart{
	width: 135px;
	height: 135px;
}
.who-we-are .chart .percent{
	font-size: 26px;
	padding-top: 50px;
	color: #444242;
}
@media (min-width: 1600px){
	.who-we-are  .col-md-7{
		margin-top: 90px;
	}
}
/*.who-we-are  h4{
	text-transform: uppercase;
	font-size: 14px;
}*/
.who-we-are ul{
	margin: 20px 0 0 60px;
	line-height: 30px;
	font-size: 16px; 
}
.who-we-are h2{
	margin-top: 23px;
}

.who-we-are h3{
	color:#292929;
	font-size:35px;
	font-weight:600;
	font-style:inherit;
}
.thim-color{
	color: #018fd0;
}

.who-we-are li{
	list-style: disc;
	color: #000;
	line-height: 30px;
}

.who-we-are .more-btn{
	margin-top: 55px;
}
.who-we-are .more-btn:hover{
	margin-left: -10px;
}
.who-we-are .more-btn:after{
	left: 0;
}





.welcome-block .text-block .more-btn, .who-we-are .more-btn,
.news-block .more-btn, .post-block article .more-btn,
.page-awards .more-btn{
	display: inline-block;
	color: #444242;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 3px;
	margin-top: 35px;
	font-weight: 600;
}
.welcome-block .text-block .more-btn:after, .who-we-are .more-btn:after{
	width: 3000px;
	height: 1px;
	background: #b61f24;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.who-we-are h2 {
  color: #444242;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  line-height: 30px;
  font-weight: 600;
}
.who-we-are h2 .text-inside {
  position: absolute;
  font-size: 160px;
  color: rgba(48, 50, 51, 0.03);
  text-transform: uppercase;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 320px) and (max-width: 560px) {
.who-we-are h2 .text-inside {
    font-size: 57px;
    text-align: center;
  }
}
.who-we-are h2:after {
  display: block;
  width: 80px;
  height: 1px;
  background: #018fd0;
  content: '';
  margin-top: 30px;
}


.widget-button2 {
    line-height: 90px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #018fd0;
    padding: 15px 40px;
    height: 50px;
    border: none!important;
	border-radius: 25px;
	text-decoration: none;
}

.widget-button2:hover {
    background: #0076ad;
	text-decoration: none;
    color: #fff;
}


.one-to-one h2 {
  color: #444242;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  line-height: 30px;
  font-weight: 600;
}
.one-to-one h2 .text-inside {
  position: absolute;
  font-size: 160px;
  color: rgba(48, 50, 51, 0.03);
  text-transform: uppercase;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 320px) and (max-width: 560px) {
.one-to-one h2 .text-inside {
    font-size: 57px;
    text-align: center;
  }
}
.one-to-one h2:after {
  display: block;
  width: 80px;
  height: 1px;
  background: #018fd0;
  content: '';
  margin-top: 30px;
}

.one-to-one{
	padding: 40px 0 80px;
	overflow: hidden;
	background-color: #fff;
}

.one-to-one  h4{
	text-transform: uppercase;
	font-size: 14px;
}
.one-to-one ul{
	margin: 20px 0 0 20px;
	line-height: 30px;
	font-size: 16px; 
}
.one-to-one h2{
	margin-top: 23px;
}

.one-to-one h3{
	color:#292929;
	font-size:35px;
	font-weight:600;
	font-style:inherit;
}


.one-to-one li{
	list-style: disc;
	color: #000;
	line-height: 30px;
}


/*/ start count stats /*/

section#counter-stats {
	
    background-color: #212526;
    padding: 60px 0px 60px 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.stats .counting{
font-size: 50px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 0;
	line-height: 60px;
	text-align: center;
}

.stats .counting2{
font-size: 50px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 0;
	line-height: 60px;
	text-align: center;
}

.stats h5 {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 0;
    color: #aeaeae;
    text-transform: none;
    line-height: 30px;
    display: block;
	text-align: center;
}


.stats {
  text-align: center;
  font-weight: 700;
}

/*.stats .fa {
  color: #008080;
  font-size: 60px;
}*/

/*/ end count stats /*/

.stats2:after {
    position: absolute;
    right: 0;
    width: 1px;
    top: 6px;
    height: calc(100% - 12px);
    content: "";
    background-color: rgba(255,255,255,.1);
    -ms-transform: rotate(22deg);
    -webkit-transform: rotate(
22deg);
    transform: rotate(
22deg);
}



.onlineclass{
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 60px;
}

.onlineclass h4{
	text-transform: uppercase;
    font-size: 16px;
    color: #7c7c7c;
	margin-bottom: 0px;
}

.onlineclass h3{
	font-weight: 600;
    font-size: 35px;
    text-transform: none;
    color: #202020;
    line-height: 50px;
	margin-top: 0px;
}

.column_2 .day {
    font-size: 60px;
    font-weight: 600;
    display: block;
    line-height: 50px;
}

.column_2 {
    font-size: 22px;
    font-weight: 300;
    color: #202020;
    text-align: center;
    text-transform: uppercase;
}
.column_heading {
    float: left;
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid rgba(124,124,124,.2);
    border-left: 1px solid rgba(124,124,124,.2);
}


.onlineclass li{
	list-style: disc;
    color: #000;
    line-height: 30px;
}
.onlineclass ul{
    margin: 40px 0 0 60px;
    line-height: 30px;
    font-size: 16px;
}


.about_sec{
	margin-bottom: 80px;
    margin-top: 80px;
}

.about_sec h3{
	color:#292929;
	font-size:35px;
	font-weight:600;
	font-style:inherit;
}

.about_sec ul {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
}

.about_sec li{
    font-weight: 400;
    margin-bottom: 10px;
    color: #292929;
    list-style: none;
    font-size: 18px;

}

.about_sec i{
    color: #018fd0;

}


.about-arshab{
    width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient( rgba(0,0,0,0.8), rgba(0, 0, 0, 0.8) ),url("../image/slider.jpg") no-repeat center center fixed;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat !important;
    text-align: center;
    /*font-size: 18px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.about-arshab h3{
	color:#ffffff;
	font-size:35px;
	font-weight:600;
	font-style:inherit;
	text-align: center;
	padding-bottom: 40px;
}

.about-arshab p{
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
    color: #fff;
}



.sc_heading {
    position: relative;
    margin: 0;
    margin-bottom: 30px;
    padding-top: 42px;
    padding-bottom: 19px;
}
.text-center {
    text-align: center;
}


.arshab_courses{
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.arshab_courses h3{
	 color:#292929;
	font-size:35px;
	font-weight:600;
	font-style:inherit;
}


.courseslider{
            margin: 0 15px 40px;
        }
        .courseslider .courseslider-content{
            padding: 20px 20px 20px 20px;
            margin-bottom: 35px;
            background: #f1f1f1;
            position: relative;
        }



.content {
    text-align: center;
    padding-top: 30px;
}

.content h3 {
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 4px;
}

.content h3 .title {
	text-align: center;
    color: #202020;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    font-size: 18px;
    background-color: transparent;
    position: inherit;
}

.content p {
	text-align: center
}



.owl-theme .owl-controls .owl-buttons div {
    padding: 8px 30px!important;
    font-size: 14px!important;
	text-transform: capitalize!important;
    background: #018fd0!important;
}



.faq-section{
    width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient( rgba(0,0,0,0.8), rgba(0, 0, 0, 0.8) ),url("../image/bg_menu_box.jpg") no-repeat center center fixed;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat !important;

}

.faq-section h3{
	color:#ffffff;
	font-size:35px;
	font-weight:600;
	font-style:inherit;
	padding-bottom: 40px;
	text-align: left;
}


.faq-section ul{
    margin: 0;
}

.faq-section li {
    list-style: none;
    padding-bottom: 15px;
	color: #7c7c7c;
}

.faq-section li:before {
    color: #018fd0;
    content: "•";
    margin-right: 15px;
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
}

.faq-section li a {
    color: #9f9f9f;
    font-size: 18px;
    font-weight: 400;
	text-decoration: none;
}

.faq-section li a:hover {
    color: #018fd0;
    font-size: 18px;
    font-weight: 400;
	text-decoration: none;
}

.working_hours li {
    list-style: none;
    color: #9f9f9f;
    font-size: 18px;
    border-bottom: 1px solid rgba(124,124,124,.2);
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 25px;
	
}

.working_hours li span {
    float: right;
    color: #fff;
}

.working_hours li:after {
    content: "";
    display: table;
    clear: both;
}


.working_hours li:before {
    color: #018fd0;
    content: unset;
    margin-right: 15px;
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
}


.faq-section p{
	    color: #7c7c7c;
	padding-bottom: 5px;
}


.wpcf7-submit{
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #018fd0;
	color: #fff;
	border: none;
}

.wpcf7-submit:hover {
    background: #0076ad;
	text-decoration: none;
    color: #fff;
}

/*.faq-section input{
	    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}*/


.testimonial-section{
	padding-top: 80px;
	padding-bottom: 20px;
    background-color: #FFF;
}

.testimonial-section h3{
	color:#292929;
	font-size:35px;
	font-weight:600;
	font-style:inherit;
	text-align: center;
}

.testimonial-section2 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 0px;
}


.testimonialslider p{
    font-size: 22px;
    font-style: italic;
    color: #888;
    font-weight: 300;
    line-height: 32px;
    position: relative;
	text-align: center;
}

.testimonialslider img{
width: 100px;
}

.testimonialslider h3{
    font-size: 16px;
    font-style: italic;
    color: #0076ad;
    font-weight: 600;
	text-align: center;

}

.testimonialslider h4{
    font-size: 14px;
    font-style: italic;
    color: #1E1E1E;
    font-weight: 500;
	text-align: center;

}


.sample-section2 {
    margin-top: -60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px 25px;
}
.newsletter-section {
	background-color: #0076ad;
    padding-top: 80px;
    padding-bottom: 80px;
}


.newsletter-grad label {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    margin-right: 30px;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-grad input[type=email], .newsletter-grad input[type=text] {
    display: inline-block;
    width: 450px;
    vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    font-size: 16px;
    border-color: rgba(255,255,255,.5);
    background: 0 0;
    border: 1px solid #fff;
    line-height: 30px;
    padding: 5px 10px;
    max-width: 425px;
    margin-left: 0;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.newsletter-grad input[type=submit] {
    display: inline-block;
    color: #202020;
    font-weight: 400;
    vertical-align: middle;
    font-size: 16px;
    padding: 14px 25px;
    text-transform: uppercase;
    background-color: #fff;
}


.newsletter-grad label {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    margin-right: 30px;
    color: #fff;
    text-transform: uppercase
}
.newsletter-grad input[type=email], .newsletter-grad input[type=text] {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    font-size: 16px;
    border-color: rgba(255,255,255,.5)
}
.newsletter-grad input[type=email]::-moz-placeholder, .newsletter-grad input[type=text]::-moz-placeholder {
font-style:italic
}
.newsletter-grad input[type=email]:-ms-input-placeholder, .newsletter-grad input[type=text]:-ms-input-placeholder {
font-style:italic
}
.newsletter-grad input[type=email]::-webkit-input-placeholder, .newsletter-grad input[type=text]::-webkit-input-placeholder {
font-style:italic
}
.newsletter-grad input[type=email]:focus, .newsletter-grad input[type=text]:focus {
    border-color: #fff!important
}
.newsletter-grad input[type=submit] {
    display: inline-block;
    color: #202020;
    font-weight: 400;
    vertical-align: middle;
    font-size: 16px;
    padding: 14px 25px;
    text-transform: uppercase;
    background-color: #fff;
	margin-left: 5px;	
}
.newsletter-grad input[type=submit]:hover {
    color: #fff!important;
    background-color: #383866
}


.social_link li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
}

.social_link li a {
    border: none;
    color: #fff;
    font-size: 28px;
    width: auto;
    margin-right: 0;
    border-radius: 0;
    margin-left: 30px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
	text-decoration: none;
}



.social_link li a:hover {
    color: #000!important;
	text-decoration: none!important;
}

.social_link a .fa {
    display: block;
    line-height: 30px;
}





.spl-sec-1{
    margin-top: -160px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px 25px;
	margin-bottom: 40px;
}


.spl-sec-1 .title {
    position: absolute;
    display: inline-block;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	text-align: center;
}


.spl-sec-1 a{
   color: #fff;
	text-decoration: none;
	text-align: center;
}

.spl-sec-1 a:hover{
   color: #0076ad;
	text-decoration: none;
}

.footer-sec{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #212526;
}

.footer-sec p{
	color: #aeaeae;
}



.footer-sec .widget-title {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin: -13px 0px  17px;
	color: #fff;
}



.footer-sec .widget-title:after {
    background-color: rgba(138,138,145,.5);
    width: 40px;
    content: "";
    height: 1px;
    display: block;
    margin-top: 15px;
}


.footer-sec .menu-links-container a {
	color: #aeaeae;
	text-decoration: none;
}


.footer-sec .menu-links-container a:hover{
   color: #0076ad;
	text-decoration: none;
}


.footer-sec .thim-footer-location i {
	margin-bottom: 7px;
    float: left;
    margin-top: 5px;
	margin-right: 20px;
}

.footer-sec .thim-footer-location a {
	color: #aeaeae;
	text-decoration: none;
}

 .footer-sec .thim-footer-location a:hover{
   color: #0076ad;
	text-decoration: none;
}


.copyright-content {
    text-align: center;
	background: #1b1e1e;
    font-size: 16px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-copyright{
    color: #78787a;
	text-align: center;
}

.copyright-content a{
	color: #0076ad;
	text-decoration: none;
	
}

.copyright-content a:hover{
	color: #fff;
	text-decoration: none;
	
}

.aboutus-banner{
    width: 100%;
    height: 40vh;
	background: linear-gradient( rgba(0,0,0,0.8), rgba(0, 0, 0, 0.8) ),url("../image/bg-page.jpg") no-repeat center center fixed;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat !important;
    /*font-size: 18px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.aboutus-banner h1{
	font-size: 44px;
    color: #fff;
    text-transform: uppercase;
}


.aboutus-banner h1:before {
	background-color: #0076ad;
    content: '';
    width: 3px;
    line-height: 54px;
    bottom: 0;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 22px;
}


.about-b-bottom{
	
}

.about-b-bottom ul{
	    padding: 13px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.about-b-bottom li{
	color: #7c7c7c;
	line-height: 25px;
    display: inline-block;
    list-style: none;
    font-size: 16px;
}
    
.about-b-bottom a{
    color: #7c7c7c;
    line-height: 25px;
    display: inline-block;
    margin-right: 15px;
	text-decoration: none;
}
.about-b-bottom a:hover{
    color: #0076ad!important;
}



.about-b-bottom a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 25px;
}


/*/ start count stats /*/

section#counter-statsabt {
    padding: 60px 0px 60px 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.statsabt .counting{
font-size: 50px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    padding: 0;
	line-height: 60px;
	text-align: center;
}

.statsabt .counting2{
font-size: 50px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    padding: 0;
	line-height: 60px;
	text-align: center;
}

.statsabt h5 {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 0;
    color: #aeaeae;
    text-transform: none;
    line-height: 30px;
    display: block;
	text-align: center;
}


.statsabt {
  text-align: center;
  font-weight: 700;
}

/*.stats .fa {
  color: #008080;
  font-size: 60px;
}*/

/*/ end count stats /*/

.stats2abt:after {
    position: absolute;
    right: 0;
    width: 1px;
    top: 6px;
    height: calc(100% - 12px);
    content: "";
    background-color: rgb(78 77 77);
    -ms-transform: rotate(22deg);
    -webkit-transform: rotate(
22deg);
    transform: rotate(
22deg);
}


.about-b-title{
	padding-top: 35px;
	padding-bottom: 25px;
	text-align: center;
}
.about-b-title h3 {
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2px;
	text-transform: uppercase;
}

.about-b-title p{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #999;
	text-align: center;
}

.about-b-title span{
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #333;
    width: 35px;
}

.about-b-title5{
	padding-bottom: 10px;
	text-align: center;
	
}

.m25{
	margin-bottom: 25px;
}


.about-b-title5 p{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
    color: #000;
	text-align: center;
}

.about-b-title5 span{
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #333;
    width: 35px;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 45px;
    right: 10px;
    display: none;
	z-index: 500
}





.tabcc {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%;
}

.tablink:hover {
    background-color: #777;
}
.solidbtn
{
 background-color: #8cc63f;
   color: #fff;
}


.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}


.login-box a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px;
    margin-bottom: 20px;
}

.videobtn{
  background-color: #018fd0;
}


.videobtn:hover{
  background-color: #018fd0;
  background: #fb8923;
  color: #fff;
  border-radius: 5px;
}

 /* .login-box a:hover {
  background: #fb8923;
  color: #fff;
  border-radius: 5px;
box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4;
}*/

.login-box a span {
  position: absolute;
  display: block;
}

.login-box .videobtn span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #fb8923);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box .videobtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fb8923);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box .videobtn span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, #fb8923);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box .videobtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fb8923);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}



.joinbtn{
  background-color: #fb8923;
	margin-left: 25px;
}


.joinbtn:hover{
  background-color: #018fd0;
  background: #018fd0;
  color: #fff;
  border-radius: 5px;
}



.login-box .joinbtn span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #018fd0);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box .joinbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #018fd0);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box .joinbtn span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, #018fd0);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box .joinbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #018fd0);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}



.shade {

}

.blackboard {
    position: relative;
    width: 100%;
    border: tan solid 12px;
    border-top: #bda27e solid 12px;
    border-left: #b19876 solid 12px;
    border-bottom: #c9ad86 solid 12px;
    box-shadow: 0px 0px 6px 5px rgba(58, 18, 13, 0), 0px 0px 0px 2px #c2a782, 0px 0px 0px 4px #a58e6f, 3px 4px 8px 5px rgba(0, 0, 0, 0.5);
    background-image: radial-gradient( circle at left 30%, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3) 80px, rgba(34, 34, 34, 0.5) 100px, rgba(51, 51, 51, 0.5) 160px, rgba(51, 51, 51, 0.5)), linear-gradient( 215deg, transparent, transparent 100px, #222 260px, #222 320px, transparent), radial-gradient( circle at right, #111, rgba(51, 51, 51, 1));
    background-color: #333;
}

.blackboard:before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 175deg, transparent, transparent 40px, rgba(120, 120, 120, 0.1) 100px, rgba(120, 120, 120, 0.1) 110px, transparent 220px, transparent), linear-gradient( 200deg, transparent 80%, rgba(50, 50, 50, 0.3)), radial-gradient( ellipse at right bottom, transparent, transparent 200px, rgba(80, 80, 80, 0.1) 260px, rgba(80, 80, 80, 0.1) 320px, transparent 400px, transparent);
    border: #2c2c2c solid 2px;
    content: "";
    font-family: 'Permanent Marker', cursive;
    font-size: 2.2em;
    color: rgba(238, 238, 238, 0.7);
    text-align: center;
    padding-top: 20px;
}



.class7:before{
	content: "Class 7 ( Math & Science Integrated Program )"!important;
}

.class8:before{
	content: "Class 8 ( Math & Science Integrated Program )"!important;
}

.class9:before{
	content: "Class 9 ( Math & Science Integrated Program )"!important;
}
.class10:before{
	content: "Class 10 ( Math & Science Integrated Program )"!important;
}
.class11:before{
	content: "Class 11 ( Physics, Chemistry, Math )"!important;
}
.class12:before{
	content: "Class 12 ( Physics, Chemistry, Math )"!important;
}




.blackboard .form {
    padding: 100px 20px 20px;
}

.blackboard p {
    position: relative;
    margin-bottom: 1em;
}

.blackboard label {
    vertical-align: middle;
    font-family: 'Permanent Marker', cursive;
    font-size: 1.3em;
    color: rgba(238, 238, 238, 0.7);
}

.blackboard p:nth-of-type(5) > label {
    vertical-align: top;
}

.blackboard input,
textarea {
    vertical-align: middle;
    padding-left: 10px;
    background: none;
    border: none;
    font-family: 'Permanent Marker', cursive;
    font-size: 1.6em;
    color: rgba(238, 238, 238, 0.8);
    line-height: .6em;
    outline: none;
}

.blackboard textarea {
    height: 120px;
    font-size: 1.4em;
    line-height: 1em;
    resize: none;
}

.blackboard input[type="submit"] {
    cursor: pointer;
    color: rgba(238, 238, 238, 0.7);
    line-height: 1em;
    padding: 0;
}

.blackboard input[type="submit"]:focus {
    background: rgba(238, 238, 238, 0.2);
    color: rgba(238, 238, 238, 0.2);
}

::-moz-selection {
    background: rgba(238, 238, 238, 0.6);
    color: #000;
    text-shadow: none;
}

::selection {
    background: rgba(238, 238, 238, 0.6);
    color:#000;
    text-shadow: none;
}

.testimonial-section2a {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 0px;
}


.card__watermark .fa-trophy {
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 100%;
    left: -20px;
    color: rgba(0, 0, 0, .3);
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
}


.card__watermark2 .fa-trophy {
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 100%;
    right: -20px;
    color: rgba(0, 0, 0, .3);
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
}

.results_section{   
    margin: 20px 20px 20px;
    box-shadow: 1px 1px 10px #878080;
    border-radius: 15px;
        }

.card__body {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.rsultcontent7{	
  background-color: #F72648;
  background-image: linear-gradient(#F72648, #FCCB3C);
  background: #F72648;
  background: linear-gradient(#F72648, #FCCB3C);
}





        .results_section .result-content{
            /*padding: 35px 25px 10px 50px;
            margin-bottom: 35px;
            background: #fff;
            position: relative;*/
			padding: 35px;
	  position: relative;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #fff;
        }
    
        .result-content .result-icon{
           /* width: 50px;
            height: 45px;
            background: #018fd0;*/
            text-align: center;
            font-size: 43px;
            color: #fcc201;
            line-height: 42px;
            position: absolute;
            top: 90px;
            left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
			text-shadow: 1px 1px #000;
        }


 .result-content .result-icon2{
            /*width: 50px;
            height: 45px;
            background: #018fd0;*/
            text-align: center;
            font-size: 43px;
            color: #fcc201;
            line-height: 42px;
            position: absolute;
            top: 90px;
            right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	 text-shadow: 1px 1px #000;
        }
     


        .results_section .description{
            font-size: 15px;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0;
        }
        .results_section .title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    /*letter-spacing: -2px;*/
    color: #000;
	/*margin-top: 0px;
      border-bottom: 40px solid #018fd0;
      border-right: 25px solid transparent;
      height: 0;
			margin-bottom: 0px;*/
    }

.results_section .title span{
    color: #018fd0;
    }
  
  .results_section .title2{
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #018fd0;
	margin-top: 0px;
	  background-color: #fff;
	  padding: 5px;
    }

  .results_section .title3{
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
	font-weight: 600;
    color: #000;
	margin-top: 0px;
	  background-color: #fff;
	  padding: 5px;
    }

 .results_section .maintitle{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
	margin-top: 0px;
    }

  .result-content img{
	  border-radius: 50%;
}

.result7{
	background-color: #ff7a4b;
}

.student_result7{
	padding-top: 50px;
    padding-bottom: 50px;
}


.rsultcontent8{	
  background-color: #FCCB3C;
  background-image: linear-gradient(#FCCB3C, #F72648);
  background: #FCCB3C;
  background: linear-gradient(#FCCB3C, #F72648);
}

.result8{
	background-color: #ec7821;
}

.student_result8{
	padding-top: 50px;
    padding-bottom: 50px;
}


.rsultcontent9{	
  background-color: #e5532e;
  background-image: linear-gradient(#e5532e, #f3a700);
  background: #e5532e;
  background: linear-gradient(#e5532e, #f3a700);
}

.result9{
	background-color: #f3a700;
}

.student_result9{
	padding-top: 50px;
    padding-bottom: 50px;
}


.rsultcontent10{	
  background-color: #f3a700;
  background-image: linear-gradient(#f3a700, #e5532e);
  background: #f3a700;
  background: linear-gradient(#f3a700, #e5532e);
}

.result10{
	background-color: #e5532e;
}

.student_result10{
	padding-top: 50px;
    padding-bottom: 50px;
}


.rsultcontent11{	
  background-color: #a12a6a;
  background-image: linear-gradient(#a12a6a, #df1839);
  background: #a12a6a;
  background: linear-gradient(#a12a6a, #df1839);
}

.result11{
	background-color: #df1839;
}

.student_result11{
	padding-top: 50px;
    padding-bottom: 50px;
}


.rsultcontent12{	
  background-color: #df1839;
  background-image: linear-gradient(#df1839, #a12a6a);
  background: #df1839;
  background: linear-gradient(#df1839, #a12a6a);
}

.result12{
	background-color: #a12a6a;
}

.student_result12{
	padding-top: 50px;
    padding-bottom: 50px;
}


.onetone-arshab{
    width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient( rgba(0,0,0,0.8), rgba(0, 0, 0, 0.8) ),url("../image/slider.jpg") no-repeat center center fixed;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat !important;
    text-align: center;
    /*font-size: 18px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.onetone-arshab h3{
	color:#ffffff;
	font-size:36px;
	font-weight:600;
	font-style:inherit;
	text-align: center;
	padding-bottom: 40px;
}

.onetone-arshab h4{
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	font-style:inherit;
	text-align: center;
}

.onetone-arshab img{
	
	border-radius: 50%;
}

.onetone-arshab p{
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
    color: #fff;
	text-align: center;
}

.who-we-are h4{
	
	color:#000;
	font-size:18px;
	font-weight:500;
	font-style:inherit;
	text-align: center;
}

.who-we-are p{
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
    color: #000;
	text-align: center;
}

.who-we-are h3{
	
	padding-bottom: 40px;
}




/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
 /* margin-top: 20px;
  margin-left: 50px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .img,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #0076ad;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #0076ad;
  background-image: #0076ad;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #0076ad;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

div.bhoechie-tab-menu div.list-group>a.active img{
    width: 25%;
    filter: brightness(0) invert(1)!important;

}

.list-group .list-group-item img{
    width: 25%;

}

.partnerwithus{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}

.partnerwithu2{
	
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 60px; 
}

.p30{
	padding-bottom: 30px;
}
