@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia Regular font.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Georgiabold';
  src: url('../fonts/georgia bold.ttf');
  font-weight: normal;
  font-style: normal;
}
body{

}
.logo{

}

.navbar-header{

}

.header-top .container{

}
.nav1{

}
.logocontain{

}

.ftr-sec{
  
  padding:5px;
}

.ftr-sec a{

}

.cd-testimonials .avatar {
    
}


.demo{ background: #3d3d3d; }
.testimonial{
   
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
 
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
  
    text-transform: capitalize;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
   
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
 
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #ffc33c; }

.tsld-8{
   text-align: center;
   position: relative;
   left: 15%;
    /* top: 15%; */
   margin-top: 30px;
}
.logocontain2{
   background-color: black;
   height: 40px;
   width: 100%;
   margin-left: 20%;
   padding:5px;
}


.logo{
   width: 100%;
   position: relative;
   right:16%;
}
.navbar-header{

}
.header-top .container{
  width:100% !important;
}
.nav1{
  float:right;
  width: 70%;
}
.logocontain{
  width:100% !important;
}

.ftr-sec{

}

.ftr-sec a{

}

.cd-testimonials .avatar {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 40px;
    float: left;
    color: white;
    border-radius: 50%;
    width: 130px;
    height: 130px;
}


.demo { 
  background: #3d3d3d; 
  margin-top:32px;
}
.testimonial{
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;
    text-align: center;
	height:500px;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffc33c;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #ffc33c;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #ffc33c; }

.tsld-8{
   text-align: center;
   position: relative;
   left: 15%;
    /* top: 15%; */
   margin-top: 30px;
}
.logocontain2{
   background-color: black;
   height: 40px;
   width: 100%;
   margin-left: 20%;
   padding:5px;
}

body{
  overflow-x:hidden;
}
#rightcol{
  float:left;
  width:68%;
  position:relative;
  background-color:white;
}
#rightcol2{


}
#menucol2{
  position:relative;
  right:0px;
}
#leftcolumn{
  float:left;
  width:28%;
  height: 72px;
  position:relative;
  right:7px;
  background-color:white;
}
.header{
  height:111px;
  font-family: Georgia;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.applynow{
   float:right !important;
   position:relative;
   left:5px;
   width:20%;
   background-color:white;
   z-index:10000;
}

@media (max-width: 968px){
.applynow{
  right:30px;
}

}

@media (max-width: 950px) {
#live-events{
 display:none !important;
}
}

@media (max-width: 768px) {
.header{
  height:140px;
}
}
@media (max-width: 768px) {

#leftcolumn{
  width:26%;
  z-index:1000;
}

#rightcol{
  width:65%;
}


.logo2{
  width:90%;
}


}
.logo2{
  position:relative;
  right:7px;
  width:90%;
}
#headcol2{
 background-color:black;
 height:28px;
 text-align: center;
}
#headcol3{
 background-color:black;
 height:35px;
}
#live-events.active {
    right: 0px;
}
#live-events {
    position: fixed;
    top: 128px;
    right: -519px;
    z-index: 1001;
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
#live-events .slick-track{
  width:506px;
}

#live-events slick-active{
 width:506px;
}
@media (max-width: 768px) {
/*
#live-events {
    position: fixed;
    top: 228px;
    right: -40%;
}
#live-events .slick-track{
  width:300px;
}

#live-events slick-active{
width:300px;
}
*/
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#live-events .live-events-placeholder {
    transform: rotate(270deg);
    background: #00c1a1;
    padding: 5px 7px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: -65px;
    top: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#live-events .live-events-placeholder {
    transform: rotate(270deg);
    background: #00c1a1;
    padding: 5px 7px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: -65px;
    top: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#live-events.active .live-events-content {
    opacity: 1;
}
#live-events .live-events-content {
    margin-top: -39px;
    background: #fff;
    width: 30%;
    opacity: 0;
    -moz-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    -webkit-transition: opacity 0.49s ease-in-out;
    transition: opacity 0.9s ease-in-out;
    border: 9px solid #efefef;
    border-radius: 5px;
}
#live-events .live-events-placeholder a {
    color: #fff;
    text-decoration: none;
}
#live-events .count {
    background: #d33737;
    padding: 1px 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    transform: rotate(90deg);
    font-weight: 500;
    position: absolute;
    left: 98px;
    top: -10px;
}
.signin_fc{
	background-image:url("/images/icons/signupA.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
}
.signin_fc:hover{
	background-image:url("/images/icons/signupB.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
	cursor:default;
}
.result_fc{
	background-image:url("/images/icons/resultA.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
}
.result_fc:hover{
	background-image:url("/images/icons/resultB.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
	cursor:default;
}
.verify_fc{
	background-image:url("/images/icons/verifyA.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
}
.verify_fc:hover{
	background-image:url("/images/icons/verifyB.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
	cursor:default;
}
.search_fc{
	background-image:url("/images/icons/searchA.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
}
.search_fc:hover{
	background-image:url("/images/icons/searchB.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
	cursor:default;
}
.download_fc{
	background-image:url("/images/icons/downloadA.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
}
.download_fc:hover{
	background-image:url("/images/icons/downloadB.png");
	background-repeat:no-repeat;
	width:80px;
	height:80px;
	cursor:default;
}
.lnkme{
 position: absolute;
 left: 50px;
 margin-top: 3px;
}
 #announcement{
  border: solid 1px #cbcbcb;
  background-color: #e66c3b;
  box-shadow: 0 0 15px #cbcbcb;
  -moz-box-shadow: 0 0 15px #cbcbcb;
  -webkit-box-shadow: 0 0 15px #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;
   margin-top: 8px;
}
#announcement h4{
    font-family: 'Cagliostro', sans-serif;
    border-bottom: 5px double #89c236 !important;
	font-weight:bold;
	font-size:18px;
}
.outline {
    margin: 10px 10px 10px 10px;
}
#announcement p.ntittle{
  color:white;
  font-size:12px;
}
#announcement .new-top1 h5{
  font-weight:bold;
  font-family: 'Cagliostro', sans-serif;
  font-size:16px;
}

#announcement .new-top h5{
  font-weight:bold;
  font-family: 'Cagliostro', sans-serif;
  font-size:14px;
}

#live-events .live-events-content {
    margin-top: -35px;
}
#scroll-top-icon.active {
    bottom: 15px;
    right: 15px;
}

#scroll-top-icon {
    position: fixed;
    bottom: -55px;
    right: -55px;
    text-align: center;
    background: #00bfe7;
    z-index: 1000;
    display: block;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    padding-top: 8px;
    color: #fff;
    font-size: 20px;
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#scroll-top-icon .fa {
    vertical-align: top;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fa-arrow-up:before {
    content: "\f062";
}








.wthree_agile_top_header .fa {
    color: white;
}

.logo-agileits {
    float: left;
    position: relative;
	top: 5px;
    left: 9px;
    vertical-align: middle;
}

.agileits_w3layouts_sign_in {
    float: right;
    margin-top: .3em;
}
.wthree_agile_top_header {
    padding: .3em 3em;
    border-bottom: 1px solid #e6e6e6;
    background: #000000;
}
.logoimg {
    margin-right: 4px !important;
    margin-left: 4px !important;
}

@media (min-width: 740px)
.w3ls__agileinfo_search {
    float: right;
    width: 20%;
    margin-top: .9em;
}
.agileits_w3layouts_sign_in {
    float: right;
    margin-top: .3em;
	position:relative;
	right:9px;
}

@media (max-width: 740px){

.agileits_w3layouts_sign_in {
    margin-top: -8px;
  }

  .applynow{
   width:100%;
   z-index:100;
   float:none !important;
   position:relative;
   top:10px;
   width:94%;
}

}



.agileits_w3layouts_sign_in ul li {
    display: inline-block;
    color: #212121;
    margin-left: 0em;
}
p, ul li, ol li {
    margin: 0;
    font-size: 14px;

}
li, ol li{
  line-height:25px;
}

.agileits_w3layouts_sign_in ul li a.active {
    color: red;
    background-color: #f3ff35;
}
.agileits_w3layouts_sign_in ul li a:hover, .agileits_w3layouts_sign_in ul li a.active {
    background-color:#f3ff349;
}
.agileits_w3layouts_sign_in ul li a {
    color: black;
    background-color: #f3ff35;
}
.agileits_w3layouts_sign_in ul li a {
    display: inline-block;
    padding: .5em 2em;
    background: #000000;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.agileits_w3layouts_sign_in ul li a {
    color: black;
    background-color: #f3ff35;
}
.agileits_w3layouts_sign_in ul li a {
    display: inline-block;
    padding: .5em 1.1em;
    background: #000000;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size:12px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
@media (min-width: 768px)
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-collapse {
    padding: 0;
}
@media (min-width: 768px)
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
@media (min-width: 768px)
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
#headcol3 a{
  color:white;
  margin:2px;
  padding:2px;
  margin-top:1px;
}
#headcol3 .fa{
  color:white;
  margin-right:2px;
  margin-left:4px;
  margin-top:1px;
}
.agileits_w3layouts_sign_in ul li a:hover, .agileits_w3layouts_sign_in ul li a.active {
   background-color:yellow;
}
.populer-course {
    width: 100%;
    position: relative;
    padding: 0px 0px 40px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px)
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
@media (min-width: 992px)
.col-md-8 {
    width: 66.66666667%;
}
@media (min-width: 992px)
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h1 {
    font-size: 36px;
    font-weight: 500;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 30px;
}

.single-course {
    overflow: hidden;
    border: 1px solid #e9e0e0;
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 20px;
	height:535px;
}
.course-thumb {
    display: block;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}
.course-content {
    position: relative;
    z-index: 1;
    margin-top: -14px;
    padding: 0px 15px 0px 30px;
}
.course-feee {
    display: inline-block;
    background: #ffb606;
    border: 2px solid #fff;
    border-radius: 23px;
    color: #fff;
    letter-spacing: 1px;
    justify-content: space-between;
    padding: 4px;
}
.course-feee span:first-child {
    border-right: 2px solid #fff;
}
.course-feee span {
    display: inline-block;
    padding: 4px 0;
    width: 65px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.course-content .h3, h3 {
    font-size: 24px;
}

.course-content .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.course-content .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	font-family: geogria;
}

.course-content p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px;
	font-family: geogria;
}

.welcome-w3 p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px;
	font-family: geogria;
}

.our-blog-wrapper {
   /* float: left;*/
    width: 100%;
    padding: 20px 0 25px;
	margin-top:32px;
}

.our-blog-wrapper .title {
    margin: 0;
}
div.title {
    display: inline-block;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
    position: relative;
	font-family: geogria;
}

.text-center {
    text-align: center!important;
}

.title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #000000;
	font-family: geogria;
}

.title h2 span {
    color: #000000;
}
.title p {
    margin-bottom: 5px !important;
}
.my.separator {
    width: 23%;
}
.my.separator::before {
    width: 0;
}
.text-center .separator::before, .text-center .separator i, .text-center .separator span {
    left: 50%;
    transform: translateX(-50%);
}
.title .separator::before {
    background: #86bc42 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100px;
}

.text-center .separator::before, .text-center .separator i, .text-center .separator span {
    left: 50%;
    transform: translateX(-50%);
}
.title .separator i {
    background: #fff;
    color: #000000;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px;
}
[class^="icofont-"], [class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
i {
    transition: all 0.4s ease-in-out 0s;
}

.icofont-hat-alt:before {
    content: "\eade";
}

.single-blog {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
    padding: 20px;
    transition: all 0.3s linear 0s;
    margin: 40px 0 0;
    font-size: 14px;
	height:422px;
}

.about-text h2, h3, h4, h5, h6 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    color: #000000;
}

.single-blog .blogDate {
    display: block;
    list-style: outside none none;
    margin: 0 0 10px;
}

.single-blog .blogDate li {
    margin-left: 10px;
    margin-bottom: 2px;
    padding-right: 0px;
	color:#000000;
}

li {
    list-style: outside none none;
}

.single-blog .blogDate li i {
    color: #000000;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
i {
    transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1366px)
.footer {
    padding: 8em 0 3em 0;
    margin-top: 10em;
}
.footer {
    padding: 2em 0 4em 0;
    background: #000;
    position: relative;
    margin-top: 1.56em;
}
}
.newsletter-agile {
    text-align: center;
    background: #fff;
    width: 68%;
    position: absolute;
    top: -25%;
    left: 15%;
    padding: 10px 14px;
    border: 3px solid #000;
}
.ftr-grid h3 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.local {
    float: left;
    width: 8%;
}
.ftr-text {
/*
    float: right;
    width: 92%;
	*/
}
.ftr-grid p {
    font-size: 1.01em;
    color: #fffafa;
    line-height: 2em;
    letter-spacing: 1px;
}
.ftr-grid h3 {
    color: #161313;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.right-w3l {
    float: left;
    width: 12%;
    margin-top: 1em;
}
.ftr-grid ul {
    padding: 0em;
    list-style: none;
}
ul.top-links li {
    display: block;
    margin-bottom: 9px;
}

.ftr-grid ul li {
    font-size: 0.95em;
    color: #201919;
    line-height: 1.8em;
}

.right-w3l ul.top-links li a i.fa {
    color: #000;
    background-color: #201919;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    vertical-align: text-bottom;
}

.right-w3l ul.top-links li a i.fas {
    color: #000;
    background-color: #201919;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    vertical-align: text-bottom;
}

.fa {
    color:white;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.right-w3-2 {
/*
	float: right;
    width: 88%;
*/
}
.copyrights {
    margin-top: 3em;
    text-align: center;
}
.copyrights p {
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 2px;
    background: #1b1a1a;
    padding: 10px;
}
.copyrights p a {
    color: #f5af02;
}
.top-links li a{
  color:white;
}
.text-w3 li a{
 color:white;
}
.ftr-text a{
  color:white;
}

.our-partners-wrapper {
    /*background: url(../images/bg2.jpg) no-repeat center center / cover;*/
    padding: 10px 0 20px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
	top:55px;
}
.our-partners-wrapper .owl-carousel .owl-item .item {
    text-align: center;
    display: inline-block;
}
.our-partners-wrapper .owl-carousel .owl-item .item {
    text-align: center;
    display: inline-block;
}
.our-partners-wrapper .owl-carousel .owl-item .item {
    text-align: center;
    display: inline-block;
}
#oursucccess .item{
  text-align:center;
}
.our-sponsor{
  margin-top:10px;
}

.our-sponsor img{
   width:99%;
}

@media (max-width: 740px){

.agileits_w3layouts_sign_in ul li a {
    display: inline-block;
    padding: .1em .2em;

}

}

@media (max-width: 960px){

.agileits_w3layouts_sign_in ul li a {
    display: inline-block;
    padding: .1em .2em;
    margin-top: 5px;
}

}
@media (max-width: 960px){

#oursucccess .item {
     position: relative;
     left: 22.88%;
}

}

.nlogin:hover{
   background-color:#800404 !important;
}
.napply:hover{
   background-color:#ffff1a !important;
   color:black;
}
.single-blog .btn{
background-color: #f79646;
/*
background: -moz-linear-gradient(90deg, rgba(63,56,93,1) 0%, rgba(9,43,121,0.969625350140056) 35%, rgba(91,191,212,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(63,56,93,1) 0%, rgba(9,43,121,0.969625350140056) 35%, rgba(91,191,212,1) 100%);
background: linear-gradient(90deg, rgba(63,56,93,1) 0%, rgba(9,43,121,0.969625350140056) 35%, rgba(91,191,212,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f385d",endColorstr="#5bbfd4",GradientType=1);
  */
  margin-left:2px;
  margin-right:2px;
  color:white;
  border-radius:9%;
  padding:8px;
  border :2px solid #FFFFFF;
}

.single-blog .btn{
background-color: #f79646;
/*
background: -moz-linear-gradient(90deg, rgba(63,56,93,1) 0%, rgba(9,43,121,0.969625350140056) 35%, rgba(91,191,212,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(63,56,93,1) 0%, rgba(9,43,121,0.969625350140056) 35%, rgba(91,191,212,1) 100%);
background: linear-gradient(90deg, rgba(63,56,93,1) 0%, rgba(9,43,121,0.969625350140056) 35%, rgba(91,191,212,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f385d",endColorstr="#5bbfd4",GradientType=1);
  */
  margin-left:2px;
  margin-right:2px;
  color:white;
  padding:8px;
  border :2px solid #FFFFFF;
  margin-top:5px;
  background-repeat: no-repeat;
  /*
  background-image: url(../images/btn5.png);
  */
  width: 54%;
  height: 47px;
}

.single-blog .contentbox{
   height:310px;
}
.our-blog-wrapper .single-blog .contentbox{
  height:328px;
}


.btn:hover{
  color:red;
}

.port-7.effect-2 .text-desc2 {
    transform: perspective(600px) rotateX(90deg);
    transform-origin: top center 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 30%;
    padding: 23px 10px 0;
	opacity:1;
}

.port-7 .text-desc2 {
    opacity: 1;
    transition: 0.5s;
    color: #000;
		opacity:1;

}
.text-desc2 {
    position: absolute;
    left: 0;
    top: 0;
    background: #F58703;
    height: 100%;
    width: 100%;
    padding: 20px;
	opacity:1;

}

.text-desc3{
  position: absolute;
  top: 0px;
  padding: 6px 11px;
  background: #fcff8a;
  cursor:pointer;
  width:100%;
}
.effect-2{
  cursor:pointer;
  margin-bottom: 5px;
}

#webmenu .flabel{
 color:black;
}
#webmenu h2{
 color:black;
}
.text-desc3:hover{
 background-color:#fdffb7;
 color:black;
}
.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-item-text {
    font-size: 20px;
    padding: 20px;
    color: black;
    font-weight: bold;
}
#newscol .rcols{
    border: solid 1px #cbcbcb;
    background-color: #e66c3b;
    box-shadow: 0 0 15px #cbcbcb;
    -moz-box-shadow: 0 0 15px #cbcbcb;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 8px;
}

.outline {
    margin: 10px 10px 10px 10px;
}

#newscol h4 {
    font-family: "Boogaloo" !important;
    border-bottom: 5px double #89c236 !important;
	color:black;
}
.banner-grid-sec {
    background: #EFEFEF !important;
}

.banner-grid-sec {
    border: 4px solid #1a1a43;
    box-shadow: 0 0 15px #cbcbcb;
    -moz-box-shadow: 0 0 15px #cbcbcb;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 1em;
    background: #fff;
    padding: 1em;
}
.news-grid2{
  padding-top:30px;
  margin-top:10px;

}
.news-grid2 a{
  color:black;
  padding:10px;
  margin:5px;
}

@media (min-width: 992px) {
.topicon{
 position:relative;
 
}
}
.student-grids2{
 margin-top:4px
}
.student-w3ls {
  padding: 4px 0;
  margin-bottom: 5px;
  background-color:#e66c3b;
  border-radius:8px;
}
#announcement{
  min-height:505px;
}
#webmenu input{
 color:black;
}
.htesti{
  background-color: white;
  text-align: center;
  padding: 18px;
  font-weight: bold;
  font-size: 40px;
}
.drp_size_location_area{
 color:black;
}
#cmdcfrmsubmit22{
  color:white !important;
}
h4.videot{
  font-family: "Boogaloo" !important;
  border-bottom: 5px double #89c236 !important;
  color: black;
  margin-bottom: 9px;
}

.blink{
 
 }
.blink span{
  font-size: 12px;
  font-family: cursive;
  color: #FFFFFF !important;
  animation: blink 2.5s linear infinite;
}
@keyframes blink{
 0%{opacity: .10;}
 25%{opacity: .20;}
 35%{opacity: .35;}
 40%{opacity: .40;}
 50%{opacity: .5;}
 75%{opacity: .75;}
 85%{opacity: .85;}
 95%{opacity: .95;}
 100%{opacity: 1;}
}
table#faq{
        margin: 30px;
        border-collapse: collapse;
    }
    table#faq tr{
        border-bottom: 1px solid #666;
    }
    table#faq tr:nth-child(2n){
        background: #f2f2f2;
    }
    table#faq th, table#faq td{
        padding: 10px;
    }


.signin_fc2{
    width: 130px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #eaeaea;
    display: table;
    margin: 0px auto 15px auto;
	background-color:white;
}

.signin_fc2 img{
 /* margin-top: 31px;*/
  height: 50%;
}

.signin_fc2:hover{
  border: 5px solid #ea375b;
  width:132px;
  height:102px;
}
.signin_fc2_active{
  border: 5px solid #ea375b;
  width:132px;
  height:102px;
}

.signin2_fc2_active{
  color:black !important;
}

.banner-bottom a{
  text-decoration:none !important;
}

.banner-bottom a:hover{
  text-decoration:none !important;
}
.banner-bottom a h4:hover{
  text-decoration:none !important;
}
a.lnkme2:hover{
}
#slogin-1{
  background-color:#c0504d;
}
#slogin-1{
  background-color:#c0504d;
}
#aonline-1{
background-color:#9bbb59;
}
#sresult-1{
background-color:#8064a2;
}
#sdownload-1{
background-color:#4bacc6;
}
#scertificate-1{
background-color:#f79646;
}
.mycoursedt{
  background-image:url("../images/onlinecourses4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height:270px;
  overflow-x:hidden;
  margin-top: 32px;
}
img{
  max-width:100%;
}
#contactq{
  position:relative;
  top: 190px;
  left: 6%;
  width:140px;
 }
 #contactq2{
  background-color:black;
  padding:6px;
  color:white;
  height:35px;
}
#myicons{
  position:relative;
  left:32%;
  top:40px;
}
#myicons ul li{
  margin-right:2px;
  padding:2px;
  width:17%;
  list-style:none;
  float:left;
  color:white;
  font-weight:bold;
  font-size:12px;
}

#myicons ul li img{
  width:75px;
}

#myicons ul li a{
  color:white;
  font-weight:bold;
  font-size:12px;
}
@media (max-width: 992px){
#myicons ul li a{
  color:black;
  font-weight:bold;
  font-size:12px;
}

#myicons ul li{
  margin-right:5px;
  padding:2px;
  width:9%;
  list-style:none;
  float:left;
  color:white;
  font-weight:bold;
  font-size:12px;
  margin-bottom:2px;
  margin-right: 26px;
}
#myicons{
  left:35%;
}

#myicons ul li a{
  color:white;
}


#myicon2{
 display:none;
}

}

body{
 overflow-x:hidden !important;
}
.header{
/* overflow-x:hidden !important;*/
}


.assotitle{
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px;
  margin:8px;
}
#accreditedlogo ul li{
  float:left;
  width:13%;
  margin-right:3px;
  padding:2px;
  
}

#accreditedlogo img{
   height:100px;
}
.assotitle p{
    font-size: 16px;
    text-decoration-style: dashed;
    font-style: italic;
	font-family: georgia;
}

@media (max-width: 740px){

#accreditedlogo img{
   height:55px;
}

#prgrm .pa1 {
  width:70% !important;
}

}

@media (min-width: 1050px){
#qlinks{
  left:4%;
}
}


@media (max-width: 960px){

#accreditedlogo img{
   height:65px;
}

}
.partners .owl-pagination{
  background-color: #f79646;
  width: 110%;
  position: relative;
  right: 10%;
  overflow:hidden;
}

@media (max-width: 780px){
.partners .owl-pagination{
   width: 100%;
   position: relative;
   right: 6%;
  
  }
}

.footer-main .note{
  color:white;
  margin-top:20px;
}

.footer-main .note .nte{
  color:white;
  font-weight:bold;
}
.ftr-address h4{
  color:white;
  font-weight:bold;
}

.footer-main .tagline{
  color:white;
  position:relative;
  line-height:14px;
  font-weight:bold;
}

.ftr-text {
    position: relative;
    top: -10px;
}
.our-sponsor2{
  margin-top:32px;
}
.our-sponsor2 h3{
   font-style:italic;
   text-align:center;
   font-weight:bold;
}

.client-logo-sec {
    width: 96%;
    display: block;
    position: relative;
    background: url(../images/dots.png) repeat #ffb606;
    padding: 13px 2px;
    height: 124px;
    border-radius:1%;
	left:2.4%;
}

#accreditedlogo .allogo{
    background-color: white;
    height: 106px;
    width: 99%;
    text-align: center;
    position: relative;
    left: .57%;
    top: -4px;
}

#accreditedlogo .allogo ul{
  position:relative;
  left:3.1%;
}

@media (min-width: 1100px){
 .agileits_w3layouts_sign_in {
    right:20px !important;
 }
.logo-agileits{
   left:60px !important;
}
}

.agileits_w3layouts_sign_in ul li a.active:hover{
  background-color:#95ffb1 !important;
}

.our-blog-wrapper2 .single-blog{
   height:448px;
}
.our-partners-wrapper .owl-carousel{
  left:6% !important;
}
@media (max-width: 780px){
.single-blog .btn{
  width: 38% !important;
}

}

.our-blog-wrapper2 .single-blog a.button-space{
   top:28px;
}

#learnpagelink{
  float:left;
  padding:8px;
  width:24%;
}
#learnpagelink ul li{ 
  list-style:none;
  padding:2px;
}
#learnmaterial{
  float:left;
  padding:8px;
  width:70%;
}
.pagemenu li{
  float:left;
  margin-right:7px;
  font-weight:bold;
}
@media (max-width: 960px){

#learnpagelink{
  clear:both;
  width:100%;
}

#learnmaterial{
  clear:both;
  width:100%;
}
#learnpagelink li{
   float:left;
   margin-left:8px;
}

}
.single-blog2 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
    padding: 5px;
    transition: all 0.3s linear 0s;
    margin: 40px 0 0;
    font-size: 14px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}

@media (min-width: 1200px){
.single-blog2 {
	width:94%;
	left:3.7%;
}
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia Regular font.ttf');
  font-weight: normal;
  font-style: normal;
}
.single-blog3 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
    padding: 20px;
    transition: all 0.3s linear 0s;
    margin: 5px 0 0;
    font-size: 14px;
	height:515px;
	width:99%;
}

.single-blog4 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
    padding: 20px;
    transition: all 0.3s linear 0s;
    margin: 5px 0 0;
    font-size: 14px;
	height:515px;
	width:99%;
}

.myfooter2 .container{
  border:1px solid;
  background-color:#efd3d2;
  min-height:360px;
  margin-bottom: 8px;
}

.insidecontent h4{
  background-color:#c0504d;
  padding:6px;
  color:white;
  height:40px;
  width:100%;
}
#update ul li{
 list-style:none;
}

#update ul li img{
 max-width:99%;
}
#notices ul li{
 list-style:none;
}

#notices ul li a{
 color:black;
 margin-bottom:4px;
}
.partners2 .item{

}
@media (max-width: 960px) {
.partners2 .item{
   position:relative;
   left:27%;
}

}
.partners2 .owl-pagination{
  background-color: #e4ae5d;
  margin-top: 10px;
}

#profile_pic{
  float:right;
  margin:4px;
  padding:2px;
}
#profiledetail{
  float:left;
  margin:4px;
  padding:2px;
  width:100%;
}
.dwnld2{
  background-color:yellow;
  padding:10px;
  border:1px solid;
  color:black;
  font-weight:bold;
  font-size:14px;
  margin-top:15px;
}
#myprofile .single-blog{
   height:400px !important
}
.contentbox ul li{
  list-style:none;
  padding:5px;
  margin-top:5px;
}
#courses li a{
  color:black;
  font-weight:bold;
}
.single-blog #courses .btn2{
  background-color:yellow;
  padding:10px;
  border:1px solid;
  color:black;
  font-weight:bold;
  font-size:14px;
  position:relative;
  top:20px;
}
.track{
  background-color:yellow;
  padding:10px;
  border:1px solid;
  color:black;
  font-weight:bold;
  font-size:14px;
  position:relative;
  top:5px;
}


#profile_pic{
    border: solid 1px #cbcbcb;

    box-shadow: 0 0 15px #cbcbcb;
    -moz-box-shadow: 0 0 15px #cbcbcb;
    -webkit-box-shadow: 0 0 15px #cbcbcb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    width: 15%;
    height: 130px;
    display: block;
    margin-bottom: 0px;
    margin-right: 2px;
    position: relative;
	float:left;
}

#profile_pic img.profilepic2{
  position: relative;
  right: 13px;
  top: -11px;
  max-width:130px !important;
}

.single-blog .a1{
  position:relative;
}
.single-blog .a3{
  position:relative;
}
.single-blog a.button-space {
   position:relative;
}
.post-tittle a{
  color:#002147;
  font-weight:bold;
}
.contentbox a{
  color:black;
  font-weight:bold;
  text-decoration:none;
}
.myprofile ul li{
  list-style:none;
}
.myprofile ul li label{
  width:30%;
}
.myprofile ul li span{
  width:70%;
}

@media (min-width: 1200px){
.single-blog2 .alignme{
   position: relative;
   left: 11px;
}
}


.button5 {
    border-radius: 21px;
    background: #00bfe7;
 
    border: 0;
    font-size: 12px;
    line-height: 19px;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    outline: none;
    min-width: 120px;
}
.right {
    float: right;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px){
.hidden-xs {
    display: none !important;
}
}

#secondary-navigation {
    border: 1px solid #e5e5e5;
    margin-bottom: 34px;
    background: #fff;
}

#secondary-navigation .header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 5px solid #00bfe7;
}

#secondary-navigation h5 {
    margin: 0px;
    position: relative;
}
h5 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}

#secondary-navigation ul li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

#secondary-navigation ul li > a {
    display: block;
	padding:20px 6px 9px 8px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.bullet li{
 list-style: disc inside !important;
}

.button5:hover{
  color:red;
}
#howtoapply a:hover{
  color:red !important;
}
#applyonline a:hover{
  color:red !important;
}

@media (min-width: 1200px){
#cssmenu ul li.home{
  margin-right:12px;
}
}
.ftr-grid li a{
	color:#222456;
}