@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	background: #FFF;
}
@media screen and (min-width: 1280px) {
   .container{
		max-width: 1200px !important;
	}
}

@media screen and (min-width: 1500px) {
   .container{
		max-width: 1300px !important;
	}
}

@media screen and (min-width: 1920px) {
   .container{
		max-width: 1820px !important;
	}
}

p {
	margin-bottom: 10px;
}

html {
	scroll-behavior: smooth;
}

::-webkit-scrollbar {
	width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
	background: #3333336b;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #333;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.full-width {
	width: 100% !important;
}

.full-height {
	height: 100% !important;
}

.display-none {
	display: none;
}
.pd-0 {
	padding: 0 !important;
}

.pd-0-7 {
	padding: 0 7px !important;
}

.pd-0-15 {
	padding: 0 15px !important;
}

.mr-0 {
	margin: 0;
}

.mr-b-20 {
	margin-bottom: 20px;
}
.pd-1 {
	padding: 1px !important;
}

.pd-2 {
	padding: 2px !important;
}

.pd-0-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.pd-0-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.pd-0-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.font-bold {
	font-weight: bold;
}
.vertical-space-5 {
	display: inline-block;
	width: 100%;
	height: 5px;
}

.vertical-space-8 {
	display: inline-block;
	width: 100%;
	height: 8px;
}

.vertical-space-10 {
	display: inline-block;
	width: 100%;
	height: 10px;
}

.vertical-space-12 {
	display: inline-block;
	width: 100%;
	height: 12px;
}

.vertical-space-15 {
	display: inline-block;
	width: 100%;
	height: 15px;
}

.vertical-space-20 {
	display: inline-block;
	width: 100%;
	height: 20px;
}

.vertical-space-30 {
	display: inline-block;
	width: 100%;
	height: 30px;
}

.vertical-space-40 {
	display: inline-block;
	width: 100%;
	height: 40px;
}

.vertical-space-50 {
	display: inline-block;
	width: 100%;
	height: 50px;
}

.vertical-space-60 {
	display: inline-block;
	width: 100%;
	height: 60px;
}

.vertical-space-70 {
	display: inline-block;
	width: 100%;
	height: 70px;
}

.vertical-space-80 {
	display: inline-block;
	width: 100%;
	height: 80px;
}

.vertical-space-90 {
	display: inline-block;
	width: 100%;
	height: 90px;
}

.vertical-space-100 {
	display: inline-block;
	width: 100%;
	height: 100px;
}

.vertical-space-120 {
	display: inline-block;
	width: 100%;
	height: 120px;
}
.common{
	color: #00E3F4!important;
}
.common-btn{
	background:#00E3F4!important;
	color: #FFF;
	width: 160px;
	height: 44px;
	color: #000;
	border-radius: 35px;
	font-size: 16px;
	line-height: 24px;
	padding: 9px 0px;
}

.service-btn{
	background: #FF7722;
    color: #FFF;
    height: 44px;
    border-radius: 35px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    position: absolute;
    bottom: 30px;
    left: 25%;
}

.header .navbar{
	background: #FFF;
}
/*.header .navbar .navbar-brand{
	margin-left: 90px;
}*/
.header .navbar{
	padding: 0px !important;
}
.header .navbar .navbar-brand{
 padding: 0px !important;	
}
.header .navbar .navbar-brand img{
	width: 100px;
	
}
/*.header .navbar .navbar-nav{
	margin-left: 170px!important;
}*/
.header .navbar .navbar-nav .nav-item{
	margin-left: 15px;
}
.header .navbar .navbar-nav .nav-item .nav-link{
	color: rgba(34, 34, 34, 1);
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}
.header .navbar .navbar-nav .nav-item .nav-link.active{
	color: #000;
	border-bottom: 2px solid #00E3F4;
}
.header .navbar .navbar-nav  .request-btn{
	background:#FF7722;
    color: #FFF;
    height: 39px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    font-weight: 700;
}
.header .navbar .navbar-nav .join-btn{
    background: #FF7722;
    color: #FFF;
    height: 39px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    font-weight: 700;
}

.webinar-btn{
    background: #FF7722;
    color: #FFF;
    height: 39px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    font-weight: 700;
}
.free-webinar-btn{
   position: absolute; 
    left: 25%; 
    bottom: 5%; 
    z-index: 1000;
}

.banner{
	/*background:url(../images/banner-background.jpg);*/
	/*background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    width: 100%;
    height:auto;*/
   
}
.banner .banner-title{
	font-size: 53px;
	padding-top: 88px;
	color: #fff;
}
.banner .banner-content{
    font-size: 22px;
	line-height: 33px;
	color: #fff;	
}
.banner img{
	margin-top: 49px;
	width: 500px;
	height: auto;
}
.Services{
	 padding: 20px;
     background: #00E3F4;
     width: 100%;
     height: auto;
}
.Services .service-box{
	width: 80%;
	margin: 0 auto;
}
.Services .circle{
    background: #fff;
	border-radius: 50%;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	padding: 3px;	
}
.Services .circle img{
	width: 50px;
	margin: 10px auto;
}
.Services .circle_1{
	background: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin-left: 125px;
}
.Services .service-box .service-card{
	border-right: 2px solid #0F2A5F;
	padding-right:25px ;
	padding-bottom: 5px;
	max-width: 100%;
	overflow:hidden;
}

.Services .service-box .col-lg-4:last-child .service-card {
    border-right: 0px;
}
.Services .service-box .service-box-title{
	font-size: 18px;
	color: #0F2A5F;
	text-align: center;
	font-weight: 600;
}

.Services .service-box .service-box-content{
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	height:65px;
	overflow-y:scroll;
}
.Services .service-box .service-box-content::-webkit-scrollbar {
	display:none;
}
.Services .service-box .service-box-btn{
	background: #F6FAFB;
	color: #0F2A5F;
	width: 115px;
	height: 32px;
	padding: 4px 0px;
	border-radius: 5px;
}
.welcome-content{
	width: 80%;
	margin: 0 auto;
}
.welcome-content .welcome-card{
	background: url(../images/about.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}
.welcome-video{
	position: relative;
}
.welcome-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 0.5;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.welcome-content .welcome-card .card-img-overlay{
	padding: 0px;
}
.welcome-content .welcome-card .welcome-card-overlay{
	padding-top: 80px;
}
.welcome-content .welcome-card .welcome-card-overlay .welcome-card-body{
	background: rgba(255, 255, 255, 0.7);
	width:100%;
	height: 313px;
	border-radius:0px  5px 5px 0px;
	padding: 20px;
	color: #000;
}
.welcome-content .welcome-card .welcome-card-overlay .welcome-card-body .welcome-card-title{
	font-size: 36px;
	line-height: 54px;
	font-weight: 700;
	color: rgba(15, 42, 95, 1);
}
.welcome-content .welcome-card .welcome-card-overlay .welcome-card-body .welcome-card-text{
	font-size: 12px;
	line-height: 18x;
	font-weight: 500;
	color: #000;
}
.welcome-content .welcome-card .welcome-card-overlay .welcome-picture a{
	font-size: 73px;
	color: rgba(0, 227, 244, 1);
}
.welcome-content .welcome-card .welcome-card-overlay .welcome-picture{
	margin-top: 70px;
}
.welcome-modal .modal-body {
  position:relative;
  padding:0px;
}
.welcome-modal button{
	background: none;
    position: absolute;
    right: -40px;
    top: -40px;
}
.welcome-modal .modal-header{
	border-bottom: none;
	padding: 0px;
}
.welcome-modal button span{
	color: #FFF;
	font-size: 30px;
}
.welcome-modal-2 .modal-body {
  position:relative;
  padding:0px;
}
.welcome-modal-2 button{
	background: none;
    position: absolute;
    right: -40px;
    top: -40px;
}
.welcome-modal-2 .modal-header{
	border-bottom: none;
	padding: 0px;
}
.welcome-modal-2 button span{
	color: #FFF;
	font-size: 30px;
}
.history-content{
	background: rgba(0, 227, 244, 1);
	width: 100%;
	height: auto;
}
.history-content .history-content-img img{
	width: 390px;
	height:auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.history-content .history-content-detail .history-content-detail-title{
	font-size: 44px;
	color: rgba(15, 42, 95, 1);
	line-height: 66px;
	font-weight: 700;
}
.history-content .history-content-detail .history-content-detail-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;

}
.history-content .history-content-detail h4{
    color: rgba(15, 42, 95, 1);
	font-size: 30px;
	font-weight: 300;
	line-height: 45px;
	text-align: left;

}
.guru-points .guru-points-title{
	color: rgba(15, 42, 95, 1);
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}
.guru-points .guru-points-text{
	color: rgba(109, 109, 109, 1);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.guru-points .form-check{
  margin-bottom: 20px;
}
.guru-points input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid rgba(0, 227, 244, 1);
}
.wistom-content .wistom-content-detail .wistom-content-detail-title{
	color: rgba(15, 42, 95, 1) !important;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	text-align: left;
}
.wistom-content .wistom-content-detail {
	margin-top: 110px;
}
.wistom-content .wistom-content-detail .wistom-content-detail-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
    color: rgba(109, 109, 109, 1);
}
.wistom-content img{
	width: 300px;
}
.testimonial{
	background: url(../images/about.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
}
.testimonial-overlay{
	background: rgba(0, 0, 0, 0.7);
	height: 300px;
}
.testimonial .testimonial-detail {
	width: 80%;
	margin: 0 auto;
	z-index: 1000;
}
.testimonial .testimonial-detail .testimonial-detail-title{
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
    color: rgba(0, 227, 244, 1);
}
.testimonial .testimonial-detail .testimonial-detail-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
.testimonial .testimonial-detail .testimonial-detail-subtitle{	
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
    color: rgba(255, 255, 255, 1);
}
.testimonial .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
	display: none;
}
.owl-theme .owl-nav{
	display: none;
} 
.blog-detail-header{
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	text-align: left;
    color: rgba(15, 42, 95, 1);
}
.blog-card{
	border: none;	
}
.blog-card .blog-card-body .blog-card-title{
	color:#000;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
}
.blog-card .card-img-top{
	height: auto;
}
.blog-card .blog-card-body .blog-card-title a{
	color: black;
	text-decoration: none;
}
.blog-card .blog-card-body .blog-card-text{
	color: #000; 
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
}
.footer{
	background-color: rgba(15, 42, 95, 1);
	border-bottom: 1px solid #fff;
}
.footer .footer-content-detail{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
}
.footer .footer-social-media ul{
 	padding-left: 10px;	
}
.footer .footer-social-media ul li a{
  text-decoration: none;
  color: #fff;
  padding-right: 20px;
  font-size: 18px;
}
.footer  .footer-content-detail-title{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
    color: rgba(0, 227, 244, 1);
     position: relative;
    display: table; 
}
.footer .footer-content-detail-title::before {
 	width: 70%;
	height: 3px;
	content: "";
	position: absolute;
	margin: 0 4%;
	bottom: -10px;
    background: #FFF;
    border-radius: 40px;
}
.footer .footer-service-detail li{
  color: #fff;
  padding-top: 20px;
  font-size: 12px;
}
.footer .footer-content-detail-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	padding-top: 10px;
	color: #fff;
}
.footer .footer-recent-title{
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}
.footer .footer-recent-text{
	color: #fff;
	font-size: 9px;
	font-weight: 400;
	line-height: 15px;
	text-align: left;
}
.footer-bottom{
	background-color: rgba(15, 42, 95, 1);
	padding: 8px 0px 0px 0px;
}
.footer-bottom-text{
	color: rgba(0, 227, 244, 1);
	font-size: 12px;
}
.about-banner{
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;	
	background-position: center;
}
/*.about-banner-overlay{
    background: linear-gradient(90.04deg, #0F2A5F 0.03%, rgba(196, 196, 196, 0) 141.61%);
	height: 300px;
}*/
.about-banner-title{
	margin-top: 120px;
	font-size: 44px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 66px;
	text-align: left;
    color: rgba(0, 227, 244, 1);
}
.about-banner-text{
	width: 44%;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	color: #fff;
}
.about-us-detail-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	text-align: left;
}
.about-us-detail-text{
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
    color: rgba(109, 109, 109, 1);
}
.about-service-text{
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin-top: 10px;
	text-align: left;
    color: rgba(109, 109, 109, 1);
}
.about-service .form-check-label{
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-align: left;
    color: #000;
}
.about-service input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid rgba(0, 227, 244, 1);
}
.business-group .business-group-detail{
   background: rgba(0, 227, 244, 1);
   width: 100%;
   height: 340px;
   border-radius: 5px;
   position: relative;
}
.business-group .business-group-detail .business-group-detail-title{
	font-size: 44px;
	font-weight: 700;
	line-height: 66px;
	text-align: left;
	padding: 50px 0px 0px 30px;
    color: rgba(15, 42, 95, 1);
    width: 60%;
    margin: 0 auto;
}
.business-group .business-group-detail .business-group-detail-text{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	padding: 10px 0px 0px 30px;
	text-align: left;
    color: rgba(15, 42, 95, 1);
    width: 60%;
    margin: 0 auto;
}
.business-group  .business-group-detail-img {
    top: 26px;
    left: -390px;
    position: absolute;
}
.business-group  .business-group-detail-img img{
	height:280px ;
	border-radius: 5px;
}
.our-team{
	position: relative;
}
.our-team .our-team-detail{
  text-align: right !important;	
}
.our-team .our-team-detail .our-team-detail-title{
	color: rgba(15, 42, 95, 1) !important;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
}
.our-team .our-team-detail .our-team-detail-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
    color: rgba(109, 109, 109, 1);
}
.our-team  .owl-theme .owl-dots{
	display: none;
}
.our-team  .owl-theme .owl-nav{
	display: block;
}
.our-team .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
	display: none;
}
.our-team .owl-team .owl-card{
   position: relative;
   border: none;
   margin-bottom: 30px;
}
.our-team .owl-team .owl-card img{
	width: 380px;
	height: 450px;
}
.our-team .owl-team .owl-card .owl-button{
	z-index: 1;
	position: absolute;
	bottom: -25px;
	left: 30%;
}
.our-team .owl-team .owl-button .owl-btn{
	background: rgba(0, 227, 244, 1);
	width: 155px;
	height: 61px;
	border-radius: 5px;
	font-size: 16px;
}
.our-team .owl-team .owl-button .owl-btn span{
	font-size: 12px;
}
.our-team .owl-carousel .owl-nav button.owl-next {
	float: right;
    position: absolute;
    top: calc(100% - 30px);
    right: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: rgba(0, 227, 244, 1);
    border-radius: 50px;
    color: #000;
    text-align: center;
    padding-left: 4px !important;
}
.our-team  .owl-carousel .owl-nav button.owl-prev {
	float: left;
    position: absolute;
    top: calc(100% - 30px);
    left: -25px;
    width: 50px;
    height: 50px;
    background: rgba(0, 227, 244, 1);
    border-radius: 50px;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-right: 4px !important;
}
.our-courses .our-courses-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
}
.our-courses .our-courses-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.our-courses .course-list .course-card{
	border: none;
	box-shadow:0px 4px 24px 0px #0000000D;
	padding: 10px;
	margin-top:20px;
}
.our-courses .course-list .course-card img{
	width: 250px;
	height: 250px;
	padding: 5px;
}
.our-courses .course-list .course-card .course-card-title{
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
}
.our-courses .course-list .course-card .course-card-text{
	font-size: 14px;
	font-weight: 400;
    margin-top: 10px;
	line-height: 16px;
	text-align: center;
	color: #6D6D6D;
	overflow-y: scroll;
	height: 50px;
}
.our-courses .course-list .course-card .course-card-text::-webkit-scrollbar{
	display: none;
}
.gallery-banner{
    /*background: url(../images/plumber-image_1.jfif);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;	
}
.commercial-group .commercial-group-detail{
   background: rgba(0, 227, 244, 1);
   width: 100%;
   height: 340px;
   border-radius: 5px;
   position: relative;
}
.commercial-group .commercial-group-detail .commercial-group-detail-title{
	font-size: 44px;
	font-weight: 700;
	line-height: 66px;
	text-align: left;
	padding: 50px 0px 0px 30px;
    color: rgba(15, 42, 95, 1);
    width: 70%;
    margin-left:200px;
}
.commercial-group .commercial-group-detail .commercial-group-detail-text{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	padding: 10px 0px 0px 30px;
	text-align: left;
    color: rgba(15, 42, 95, 1);
    width: 70%;
    margin-left:200px;
}
.commercial-group  .commercial-group-detail-img {
    top: 45px;
    left: -357px;
    position: absolute;
}
.commercial-group  .commercial-group-detail-img img{
	height:245px ;
	border-radius: 5px;
}
.gallery-list .gallery-list-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	color: #0F2A5F;
}
.gallery-list .gallery-list-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.gallery-list .gallery-list-box-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	text-align: left;
	color: #0F2A5F;
}
.gallery-list .gallery-list-box .gallery-card{
	padding: 20px;
	width: 100%;
	box-shadow: 0px 4px 24px 0px #0000000D;
	height: 200px;
}
.gallery-list .gallery-list-box .gallery-card .card-img-overlay{
   background: linear-gradient(180deg, rgba(15, 42, 95, 0) 12.51%, #0F2A5F 119.57%);	
}
.gallery-list .gallery-list-box .gallery-card .card-img-overlay p a i{
	margin-top: 50px;
    font-size: 73px;
	color: rgba(0, 227, 244, 1);
}
.gallery-card-body .gallery-card-title{
    color: #00E3F4;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}
.gallery-card-body .gallery-card-text{
    color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
}
.gallery-list-box .welcome-modal-2 .gallery_content{
	height: 10px;
}
.gallery-list .resource-list-box-title{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	text-align: left;
	color: #0F2A5F;
}
.gallery-list .resource-list-box .resource-card img{
	width: 100%;
	height: 290px;
}
.gallery-list .resource-list-box .resource-card-body{
	background-color: #0F2A5F;
	height: 80px;
}
.gallery-list .resource-list-box .resource-card-body h5{
	color:#00E3F4;
}
.gallery-list .resource-list-box .resource-card-body .text{
	color:#00E3F4;
}

.gallery-list .resource-list-box .resource-card-body a{
	font-size: 25px;
	color: #FFF;
}

.blog-content .blog-content-title{
	font-size: 44px;
	font-weight: 700;
	line-height: 66px;
	text-align: left;
}
.blog-content .blog-content-subtitle{
	font-size: 38px;
	font-weight: 500;
	line-height: 57px;
	text-align: left;
}
.blog-content .blog-content-text{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
}
.blog-content .blog-img img{
	width: 100%;
	border-radius: 5px;
}
.blog-content .blog-content-title{
	font-size: 44px;
	font-weight: 700;
	line-height: 66px;
	text-align: left;
}
.blog-content .blog-content-subtitle{
	font-size: 38px;
	font-weight: 500;
	line-height: 57px;
	text-align: left;
}
.blog-content .blog-content-text{
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
}
.blog-content .blog-img img{
	width: 100%;
	border-radius: 5px;
}
.learn-link{
	margin-top: 10px;
	color:#00E3F4 ;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 600;
}
.contact-banner{
    background: url(../images/contact-us.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;	
}
.contact-banner-overlay{
    background: linear-gradient(90.04deg, #0F2A5F 0.03%, rgba(196, 196, 196, 0) 141.61%);
	height: 300px;
}
.contact-banner-title{
	font-size: 44px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 66px;
	text-align: left;
    color: rgba(0, 227, 244, 1);
}
.contact-banner-text{
	width: 44%;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	color: #fff;
}
.contact-detail{
	margin-top: 50px;
}
.contact-detail .contact-detail-title{
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
    color: #0F2A5F;
}
.contact-detail .form-control{
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 30px;
	box-shadow: none;
}
.contact-detail .form-control::placeholder{
	padding: 0;
	margin: 0;
	color: #0F2A5F !important;
}
.contact-address{
	background: #F9F9F9;
	padding: 40px 0px;
}
.contact-address .contact-address-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	text-align: left;
    color: #00E3F4;
}
.contact-address .contact-address-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
}
.resources-card{
	background: #fff;
	border: none;
	box-shadow: 0px 4px 24px 0px #0000000D;
	text-align: center;
	margin: 10px;
}
.resources-card img{
  width: 100px;
}
.footer-service-detail .service-link
{
	color: #FFF;
	text-decoration: none;
}
#banner-system{
	display: block;
}
#banner-mobile{
	display: none !important;
}


@media screen and (max-width: 600px){
	.navbar{
		padding-bottom: 30px !important;
	}
	.navbar-toggler-icon{
		background: rgba(0, 227, 244, 1);
		width: 40px;
		height: 40px;
		padding: 7px 0px;
		color: #000;
		border-radius: 5px;
		
	}
	.navbar-toggler:hover{
	 outline: none !important;
		box-shadow: none;	
	}
	.header .navbar .navbar-nav .request-btn{
		margin: 16px 0px;
	}
	.header .navbar .navbar-nav .join-btn{
        margin: 2px 16px;
	}
	.header .navbar .navbar-nav .nav-item .nav-link.active{
	 display: table;
	 position: relative;
	 border-bottom: none;
}
	.header .navbar .navbar-nav .nav-item .nav-link.active::before {
 	width: 70%;
	height: 2px;
	content: "";
	color: #000;
	position: absolute;
	margin: 0 4%;
	bottom: -1px;
    background: #00E3F4;
    border-radius: 40px;
}
	.banner .banner-title{
		font-size: 45px;
		line-height: 65px;
	}
	.banner .common-btn{
		margin-right: 10px;
	}
	.banner img{
		margin-top: 1px !important;
		width: 100%;
	}
	.service-box{
		width: 100%;
	}
	 .Services .service-box .service-card{
	 border-right: none;
	border: 1px solid #0F2A5F;
	margin-top: 10px;
	padding: 10px;
	padding-right:0px ;
	padding-bottom:0px;
}
.Services .service-box .col-lg-4:last-child .service-card {
    border-right: 1px solid #0F2A5F;
}
.welcome-content .welcome-card{
	height: 540px;
}
.welcome-content .welcome-card .welcome-card-overlay{
	padding-top: 50px;
}
.welcome-content .welcome-card .welcome-card-overlay .welcome-card-body{
	width: 100%;
	height: auto;
}
.welcome-content .welcome-card .welcome-card-overlay .welcome-picture{
	margin-top: 0px;
}

.welcome-content .welcome-card .welcome-card-overlay .welcome-picture .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.history-content .history-content-img img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.history-content .history-content-detail .history-content-detail-title{
	font-size: 30px;
}
.history-content .history-content-detail h4{
	font-size: 22px;
}
.guru-points .form-check{
  margin-left: 50px;
}
.guru-points .guru-points-text{
	font-size: 14px;
}
.wistom-content img {
	width: 100%;
	margin-bottom: 10px;
}
.testimonial {
	height: auto;
}
.testimonial-overlay{
	height: auto;
}
.testimonial .testimonial-detail .testimonial-detail-text {
	font-size: 14px;
	text-align: left;
}
.welcome-content {
	width: 100%;
}
.footer .footer-content-detail-title{
	margin-left: 10px;
}
.footer-service-detail{
	margin-left: 10px;
}
.footer .footer-content-detail-text {
	margin-left: 10px;
}
.footer img{
	margin-left: 10px;
}
.footer .footer-recent-title{
	margin: 10px 0px 0px 10px;
}
.footer .footer-recent-text{
	margin: 10px 0px 0px 10px;
}
.footer-bottom-text{
	text-align: center !important;
}
.footer-bottom .float-right{
	float: left;
	text-align: center;
	margin-left: 25px;
}
.about-banner{
	height: auto;	
}
.about-banner-overlay{
	height: auto;
}
.about-banner-title{
	font-size: 30px;
}
.about-banner-text{
	width: 80%;
	font-size: 14px;
}
.about-us-detail-text {
	font-size: 14px;
}
.about-service-text{
	font-size: 14px;
}
.business-group .business-group-detail-img{
	top: -50px;
    left: 70px;
    position: absolute;
}
.business-group .business-group-detail-img img{
	width: 220px;
	height: auto;
}
.business-group .business-group-detail .business-group-detail-title{
	width: 100%;
	font-size: 30px;
}

.business-group .business-group-detail .business-group-detail-text{
	width: 100%;
	font-size: 14px;
}
.our-team .our-team-detail{
  margin-top: 50px;
  text-align: center !important;	
}
.our-team .owl-team .item img{
	margin-bottom: 10px;
}
.our-team .owl-carousel .owl-nav button.owl-next {
    top: calc(100% - 0px);
    right: 120px; 
}
.our-team  .owl-carousel .owl-nav button.owl-prev {
    top: calc(100% - 0px);
    left: 120px;
}
.our-team .owl-team .owl-card{
   margin-bottom: 30px;
}
.our-team .owl-team .owl-card .owl-button{
	bottom: -15px;
}
.our-courses .our-courses-text{
	width: 100%;
}
.welcome-content .welcome-card .welcome-card-overlay .request-btn{
	margin: 20px 15px;
}
.commercial-group .commercial-group-detail-img{
	top: -50px;
    left: 70px;
    position: absolute;
}
.commercial-group .commercial-group-detail-img img{
	width: 220px;
	height: auto;
}
.commercial-group .commercial-group-detail .commercial-group-detail-title{
	width: 100%;
	font-size: 30px;
	margin: 0 auto;
	line-height: 45px;
}

.commercial-group .commercial-group-detail .commercial-group-detail-text{
	width: 100%;
	font-size: 14px;
	margin: 0 auto;
}
.gallery-list .gallery-list-text{
	font-size: 14px;
	width: 100%;
}
.contact-banner{
	height: auto;
	width: 100%;	
}
.contact-banner-overlay{
	height: auto;
}
.contact-banner-title{
	font-size: 30px;
}
.contact-banner-text{
	width: 80%;
	font-size: 14px;

}
.resource-card{
	margin: 20px 0px;
}
#banner-system{
	background: none !important;
	height: auto !important;
	background-position: center; 
}
#banner-mobile{
	display: block !important;
}
#banner-system .vertical-space-40{
	height: 0px !important;
}
.free-webinar-btn{
   position: absolute; 
    left: 14%; 
    bottom: 13%; 
    z-index: 1000;
    border-radius: 5px;
    font-size: 10px;
    padding:6px 5px;
    height: auto;
    font-weight: 700;
}
}

