 
/** banner particles start **/
.bg-particles { 
	width:100%;
	height:100%; 
	padding:0px;
}
.bg-particles canvas{
  display:block;
  vertical-align:bottom;
} 
.bg-particles #particles-js{
  width: 100%;
  height: 610px;
  background-color: #203668;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; 
} 
.bg-particles #particles-js.particles-bg-color { 
  background-color: #0197b0 !important; 
}
.bg-particles #particles-js.particles-bg-color1 { 
  background-color: #000 !important;  
}

.part-text-sec {
	position: absolute;
	top: 70px;
	left: 25%;
	width: 50%;
	text-align: center; 
}
.trophy-img {
    width: 400px;
	margin-bottom:10px; 
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
} 
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
   

.part-text-sec  .h1-part {
    font-size: 3.55rem;
    font-weight: 700;
    color: #fdfdfd;
    text-shadow: 1px 1px 4px #8c8c8c; 
	margin-bottom: 10px;
}

.part-text-sec .p-part {
	font-size: 21px;
	color: #fdfdfd;
	text-shadow: 1px 1px 3px #9f9f9f4f;
	margin-bottom: 1.3rem;
	font-weight: 600;
}
.part-text-sec .btn-get-started {
font-family: "Raleway", sans-serif;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 11px 20px;
border-radius: 0px;
transition: 0.5s;
line-height: 1;
color: #fdfdfd;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
background: #2036681;
border: 1px solid #fdfdfd;
}

.part-text-sec .btn-get-started:hover {
  background:rgb(239, 127, 41, 0.6);
}

@media only screen and (max-width: 780px) {  
.part-text-sec { 
    top: 90px;
    left: 5%;
    width: 90%; 
}
.trophy-img {
    width: 210px;
}
.part-text-sec .h1-part {
    font-size: 2rem; 
    margin-bottom: 5px;
}
.part-text-sec .p-part {
    font-size: 14px; 
    margin-bottom: 0.8rem;
} 
.bg-particles #particles-js {
    width: 100%;
    height: 410px; 
}
}
@media only screen and (max-width: 600px) {  
.bg-particles #particles-js{
  width: 100%;
  height: 370px;  
} 
.part-text-sec { 
    top: 100px;
    left: 5%;
    width: 90%; 
} 
.part-text-sec .h1-part {
    font-size: 1.7rem; 
    margin-bottom: 5px;
}
.trophy-img {
    width: 180px;
}
.part-text-sec .btn-get-started { 
    font-size: 13px; 
    padding: 10px 10px;
}
.part-text-sec .p-part {
    font-size: 13px;
    margin-bottom: 0.4rem;
}
}
@media only screen and (max-width: 512px) {  
.part-text-sec { 
    top: 95px;
    left: 2%;
    width: 96%; 
} 
.trophy-img {
    width: 180px;
}
.part-text-sec .h1-part {
    font-size: 1.5rem; 
    margin-bottom: 5px;
}
.bg-particles #particles-js{
  width: 100%;
  height: 360px;  
} 


}
@media only screen and (max-width: 380px) {  
.part-text-sec { 
    top: 3%;
    left: 2%;
    width: 96%; 
} 
.trophy-img {
    width: 170px;
}
}
/** banner particles End **/ 
 

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
}

.section-bg {
  background-color: #fafafb;
}

.section-title {
  text-align: center;
  padding-bottom: 50px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f5f9fc;
  color: #203668;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #203668;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
 
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #394047;
  margin-bottom: 15px;
}

.about-h3 {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 900;
	color: #203668;
}
.about-h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,70%);
    width: 150px;
    height: 2px;
    background-color: #ed8126;
}
.about-after::after {
   display:none;
}
.rec-p {
    text-align: center;
    font-size: 20px;
    margin-top: -35px;
    position: relative;
	margin-bottom: 30px;
}
.rec-p::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,70%);
    width: 150px;
    height: 2px;
    background-color: #203668;
}

@media (max-width: 512px) {
  .about-h3 { 
    font-size: 1.55rem; 

	} 
	.rec-p { 
    font-size: 15px; 
	} 
}
.about .about-p {
	font-size: 15px;
	margin-bottom: 14px;
	text-align: justify;
	line-height: 25px;
}
.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #b9d4ec;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #203668;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #203668;
  border-color: #203668;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #203668;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

 

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.more-ent {
  padding: 50px 0 40px 0;
}
.more-ent .en-box{ 
  padding: 0px 0px;
  filter: drop-shadow(1px 1px 3px #d9d9d9);
  transition: all 0.3s ease-in-out;
  margin-bottom:20px;
    background: #fff;
} 
.more-ent .en-box:hover  {
  filter: none;
  transform: scale(1.1);  
	filter: drop-shadow(1px 1px 3px #d9d9d9);
	background:rgb(32, 54, 104);
}
 
.en-box a {
	padding: 30px 22px;
	display: block;
	width: 100%;
}  
.en-box a h2 {
    font-size: 21px;
	min-height: 25px;
	color: rgb(32, 54, 104);
	margin: 10px 0px 8px 0px;
	line-height: 140%;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}  
.en-box p {
    margin: 0px auto;
	font-size: 15px;
	color: rgb(246, 129, 34);
	border: 1px solid #eb8229;
	width: max-content;
	padding: 3px 9px;
	line-height: 21px;
}  
.en-box a:hover h2  { 
	color: #fff; 
}   
.en-box a:hover p { 
	color: #fff;
	border: 1px solid #fdfdfd;
} 
.en-box .tra-icon {
    height: 100px;
}
.en-box a:hover .tra-icon {
    background:#ffcb06;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
 

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 60px;
}

.services .icon {
  float: left;
}

.services .icon i {
  color: #203668;
  font-size: 36px;
  line-height: 1;
}

.services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #203668;
}

.services .description {
  margin-left: 60px;
  line-height: 24px;
  font-size: 14px;
}
/** youtube video iframe css start **/
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/** youtube video iframe css end **/
/*--------------------------------------------------------------
# courses
--------------------------------------------------------------*/
 
.courses {
    background: rgba(32, 54, 104, 0.1);
}  
.courses-box {
	width:100%;
	padding:20px 0px 0px 0px;
}
.courses-box .tabs {
    display: grid;
} 
.courses-box .tabButton {
	padding:0px;
	border-radius: 0px;
	background: #fff;
	cursor: pointer;
	letter-spacing: 0.3px;
	font-size: 16px;
	font-family: 'Catamaran', Roboto, sans-serif;
	color: #203668;
	border: 1px solid #203668;
	width: 32%;
	font-weight: 500;
	box-sizing: border-box;
	height: 40px;
	margin:0%;
}
.courses-box .tab-margin {
    margin-right: 1%;
}
.courses-box .tabButton i {
    margin-right: 3px;
}
.courses-box .tabButton[aria-selected="true"] {
        background: rgb(32, 54, 104);
		border: 1px solid #203668;
		color: #fff;
    }
.courses-box .tabButton:focus {
        outline: none;
    }
.courses-box .tabPanel {
    padding: 15px 0px 0px 0px;
    margin-top: 0px;	
	width: 100%;
}
.course-section {
	background: #fff;
    width: 99%;
	padding: 15px 25px;
}
.course-section .hed-h6 {
    font-size: 22px;
    font-weight: 700;
    color: #203668;
    margin-bottom: 3px;
}
.course-section .dur-p {
    font-size: 15px;
    font-weight: 600; 
	margin-bottom: 15px;
}
.course-section .cour-name {
    font-size: 18px;
    font-weight: 700;
    color: #ed8126;
    margin-bottom: 7px;
}
.course-section .cour-ul-list {
    padding: 0px 0px 0px 20px;
    margin: 0px; 
    list-style-type: square;
} 
.cour-ul-list li {
    margin-bottom: 5px;
    font-size: 14px;
}
.row-border-top {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
    padding-top: 15px;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(12, 13, 14, 0.8), rgba(12, 13, 14, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 40px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 20px;
  background: #203668;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #203668;
}
 
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding: 0px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 35px 20px 35px;
    margin: 20px 15px 10px 15px;
    min-height: 315px;
    box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
    position: relative;
    background: #fff;
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
	height: 110px;
	width: auto;
	border-radius: 50%;
	margin: 0 auto;
	border: 4px solid rgb(32, 54, 104); 
}

.testimonials .testimonial-item h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 7px 0;
	color: rgb(32, 54, 104);
}

.testimonials .testimonial-item h4 {
	font-size: 15px;
	color: #ed8126;
	margin: 0;
	font-weight: 600;
}

.testimonials .testimonial-item .icofont-quote-left, 
.testimonials .testimonial-item .icofont-quote-right {
  color: rgb(32, 54, 104, 0.8);
  font-size: 26px;
}

.testimonials .testimonial-item .icofont-quote- {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .icofont-quote- {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 5px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #ed502e !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 10px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  .testimonials .testimonial-item p { 
    font-size: 14px;
  }

}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding: 45px 0px 60px 0px;
}
.contact .info {
  padding: 30px 40px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  text-align: center;
}

.contact .info i {
font-size: 20px;
color: #203668;
margin: 0px 0px 0px 0px; 
}
.contact .info p a { 
color: #444444; 
} 
.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 14px;
  margin-bottom: 12px;
  text-align:left;
}
.contact .info p span {
  font-size: 15px;
  font-weight:700;
}
 
 

@media (max-width: 1024px) {
	/**  courses Section start  **/
	.courses-box .tabButton { 
      width: 31%;
	}
	/**  courses Section End  **/
	
   
}

@media (max-width: 768px) {
  .contact .php-email-form {
  
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 

@media only screen and (max-width: 550px) { 
.courses-box .tabButton { 
    letter-spacing: 0px;
    font-size: 14px; 
    width: 31%; 
    height: 37px; 
}
.course-section {
    padding: 10px 10px;
}
.course-section .hed-h6 {
    font-size: 19px; 
    margin-bottom: 5px;
}
.course-section .dur-p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 18px;
}
.course-section .cour-name {
    font-size: 16px;
    font-weight: 600; 
    margin-bottom: 3px;
}
.cour-ul-list li {
    margin-bottom: 2px;
    font-size: 13px;
}
.course-section .dur-p {
    font-size: 13px; 
}
.course-section .hed-h6 {
    font-size: 18px; 
}
.testimonials .testimonial-item { 
    min-height: 475px;
}
}
