


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/



#logo12 {
	float:left;
	display:block;
	width:100%;
	min-height: 70px;
	margin-top:10px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo12.png) no-repeat left top;
}



/* header area adinationals */

.logo2 {
	float: left;
	width: 35%;
	padding-left: 27px;
}


.menu_main {
	float: right;
	width: 75%;
	z-index: 9999;
    margin-top: 5px;
}

.menu_main.rslinks {
	width: 67%;
}



.menu_main.rslinks7 {
	width: 43%;
  margin-right: 9%;
}

.menu-toggle{
	width: 5%; float:right;
  /*  position: relative;*/
    display: inline-block;
    vertical-align: middle;
    color: #000;
    overflow: hidden;
    margin-left: 10px;
   }

.menu-sm-lines {
    position: absolute;
    top: 37%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
    transition: opacity 1s cubic-bezier(.215,.61,.355,1) .6s,transform 1s cubic-bezier(.215,.61,.355,1) .6s;
}

.menu-sm-lines .menu-sm-line-1 {
    width: 21px;
    transform: translate3d(0,3px,0);
    margin: 0 0 0 11px;
}
.menu-sm-lines .menu-sm-line-1, .menu-sm-lines .menu-sm-line-2, .menu-sm-lines .menu-sm-line-3 {
    height: 2px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-sm-lines .menu-sm-line-1:before, .menu-sm-lines .menu-sm-line-2:before, .menu-sm-lines .menu-sm-line-3:before {
    transform: translate3d(-100%,0,0);
}

.menu-sm-lines .menu-sm-line-1:after, .menu-sm-lines .menu-sm-line-1:before, .menu-sm-lines .menu-sm-line-2:after, .menu-sm-lines .menu-sm-line-2:before, .menu-sm-lines .menu-sm-line-3:after, .menu-sm-lines .menu-sm-line-3:before {
    content: ' ';
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #14133b;
    opacity: 1;
    width: 100%;
}

.menu-sm-lines .menu-sm-line-1:after, .menu-sm-lines .menu-sm-line-2:after, .menu-sm-lines .menu-sm-line-3:after {
    transform: translate3d(0,0,0);
}

.menu-sm-lines .menu-sm-line-2 {
    width: 32px;
    transform: translate3d(0,8px,0);
    margin: 0;
}
.menu-sm-lines .menu-sm-line-3 {
    width: 24px;
    transform: translate3d(0,13px,0);
    margin: 0 0 0 8px;
}
.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.menu_main_full2 {
	float: left;
	width: 97.5%;
	z-index: 9999;
}




.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #2a6df5;
	font-size: 15px;
	color: #fff;
    padding: 0px 27px;
    font-weight: 500;
}
.top_nav .left {
	float: left;
	width: 40%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #fff;
}
.top_nav .left a {
	color: #fff;
	margin-right: 25px;
    font-weight: 500;
}
.top_nav .left a:hover {
	color: #fff;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 60%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #fff;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #000;
	background: #ffb320;font-weight: 500;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}



.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}


.menu_rlinks {
	float: right;
	width: 16%;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.3px;
	font-weight: 300;
}
.menu_rlinks .mrbut {
	float: right;
	color: #ccc;
	margin-left: 0px;
	padding: 18px 22px 17px 22px;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	transition: all 0.3s ease;
}
.menu_rlinks .mrbut:hover {
	color: #fff;
	background: #727272;
}
.menu_rlinks .mrbut.two {
	border-right: 1px solid #707070;
	border-left: none;
}


.menu_rlinks7 {
	float: right;
	text-align: left;
}
.menu_rlinks7 i {
	float: left;
	color: #fff;
	font-size: 35px;
	margin-right: 14px;
	margin-top: 7px;
}
.menu_rlinks7 a {
	float: right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 29px 27px 28px 27px;
    background: #fc6021;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.menu_rlinks7 a:hover {
	color: #fff;
	background: #393939;
}
.menu_rlinks7 a em {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
}


.slidermar6 {
	margin-top: 80px;
	position: relative;
}


/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* featured section 1 */
.featured_section1 {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -55px;
}

.featured_section1 .box{width: 32%; float: left; margin-right:2%; background: #ffffff;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%); }

 .box-icon {
    width: 50px;
    height: 50px;
    align-items: center;
    float: left;
    background: rgba(255, 87, 34,0.11);
    border: 1px dashed;
    border-radius: 50%;
    margin-right: 14px;
    color: #ff5722;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 46px;
}

 .box-icon2 {
    width: 50px;
    height: 50px;
    align-items: center;
    float: left;
    background: rgba(144, 106, 212,0.11);
    border: 1px dashed;
    border-radius: 50%;
    margin-right: 14px;
    color: #906ad4;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 46px;
}

 .box-icon3 {
    width: 50px;
    height: 50px;
    align-items: center;
    float: left;
    background: rgba(124, 191, 47,0.12);
    border: 1px dashed;
    border-radius: 50%;
    margin-right: 14px;
    color: #7cbf2f;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 46px;
}

 .box-icon4 {
    width: 50px;
    height: 50px;
    align-items: center;
    float: left;
    background: rgba(195, 128, 0,0.11);
    border: 1px dashed;
    border-radius: 50%;
    margin-right: 14px;
    color: #c38000;
    font-size: 20px;
    margin-bottom: 2px;
    text-align: center;
    line-height: 46px;
}
 .box-text {
    flex: 1;
    padding-right: 10px;
}

.box-text h6 {
    margin-bottom: 5px;
}
.box-text h6 {
    margin: 0px 4px 8px 4px;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;;
}

.box-text p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #000;
}

.about-us-left{width: 50%; float: left; margin-right: 5%;}

.about-us-right{width: 45%; float: left; margin-right: 0%;}

.about-us-left h6{color: #000;
    font-size: 17px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;}

.about-us-left h1{color: #ec711a;
    font-size: 29px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif; 
     margin-bottom: 17px;}

.about-us-left p{color: #000;
    font-size: 15px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
     margin-bottom: 17px;}

.hero-banner-image {
    position: relative;
    padding-left: 15px;
}

.hero-banner-image img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero-banner-image img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.more-info{
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
   text-align: center;
   background:#0071dc; padding: 14px 25px; display: inline-block; border-radius: 5px; letter-spacing: 0.5px;
    }
.more-info a{
  color: #fff;
}
.more-info a:hover{
  color: #f7ae3a;
}
/*.single-offer-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.single-offer-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  background: #0eb582;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.single-offer-box .icon {
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  border: 2px dashed;
  border-radius: 50%;
  font-size: 45px;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.single-offer-box .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-offer-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-offer-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.8;
}

.single-offer-box:hover .icon {
  color: #ffffff;
  border-color: #ffffff;
}

.single-offer-box:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-offer-box:hover h3 {
  color: #ffffff;
}

.single-offer-box:hover p {
  color: #ffffff;
  opacity: 0.95;
}



@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
*/

.how-it-works-left{width: 35%; float: left; margin-right: 5%;}

.how-it-works-right{width: 60%; float: left; margin-right: 0%;}

.how-it-works-right p{
	font-size: 15px;
    line-height: 1.8;
    margin: 0;
    color: #000;
   font-family: 'Poppins', sans-serif;
    margin-top: 42px; }

 .how-it-work{background-color: #ffe9e0; 
 	padding: 6px 20px; 
 	display: inline-block; 
 	color: #084295; 
 	font-size: 12px; 
 	font-weight: 600; 
 	text-transform: uppercase; 
 	border-radius: 25px;
 	/*margin-bottom: 13px;*/}

.how-it-works-left h4{font-size: 30px; font-family: 'Poppins', sans-serif; color: #000; font-weight: 600; line-height: 42px;}


.choose-us .text {
    margin-bottom: 50px;
}

.choose-us .text img {
    vertical-align: middle;
}

.choose-us .align-left .text h3 {
    margin-left: 12px;
}
.choose-us .text h3 {
    display: inline-block;
    color: #e14627;
    font-size: 18px;
    margin-bottom: 10px;
}

.choose-us .align-left .text p {
    margin-left: 48px;
}
.choose-us .text p {
    padding-bottom: 8px;
    display: block;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 21px;
    font-size: 14px;
    border-bottom: 1px solid #d0d0d0;
}

.choose-us .align-left .text {
    margin-left: var(--count);
}

.choose-us .align-right .text h3 {
    margin-right: 13px;
}

.choose-us .align-right .text p {
    margin-right: 48px;
}

.choose-us .align-right .text {
    margin-right: var(--count);
    text-align: right;
}

/* featured section 2 */
.featured_section2 {
    float: left;
    width: 100%;
    background-color: #f0f9ff;
    padding: 70px 0px;
}

.featured_section2 h4{
    font-family: 'Poppins', sans-serif;
    color: #000; font-weight: 600; font-size:36px; padding-bottom: 20px; text-align: center;
}
.featured_section2 h5{
    font-family: 'Poppins', sans-serif;
    color: #000; font-weight: 400; font-size:20px; padding-bottom: 40px; text-align: center;
}
.featured_section2 .box-1{
   width: 32%; float: left; margin-right: 2%;
}


.course-box.style-1 {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  /*padding: 20px;*/
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.course-box.style-1 .figure-box {
  margin-top: 0px;
  margin-bottom: 17px;
}

.course-box.style-1 .figure-box img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.course-box.style-1 .figure-box .info-list {
  position: absolute;
  z-index: 0;
  top: -20px;
  right: 40px;
}

.course-box.style-1 .figure-box .info-list li {
  margin-right: 10px;
}

.course-box.style-1 .figure-box .info-list li:last-child {
  margin-right: 0;
}

.course-box.style-1 .figure-box .course-status {
  background-color: #fa0a4e;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.course-box.style-1 .figure-box .save-percent {
  background-color: #000;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.course-box.style-1 .content-box .category-name {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.course-box.style-1 .content-box .category-name:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 1px;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  line-height: 1.2;
}

.course-box.style-1 .content-box .category-name.color-1 {
  color: #0071dc;
}

.course-box.style-1 .content-box .category-name.color-1:after {
  background-color: #0071dc;
}

.course-box.style-1 .content-box .category-name.color-2 {
  color: #7013f0;
}

.course-box.style-1 .content-box .category-name.color-2:after {
  background-color: #7013f0;
}

.course-box.style-1 .content-box .category-name.color-3 {
  color: #17d292;
}

.course-box.style-1 .content-box .category-name.color-3:after {
  background-color: #17d292;
}

.course-box.style-1 .content-box .category-name.color-4 {
  color: #f70644;
}

.course-box.style-1 .content-box .category-name.color-4:after {
  background-color: #f70644;
}

.course-box.style-1 .content-box .category-name.color-5 {
  color: #f8af12;
}

.course-box.style-1 .content-box .category-name.color-5:after {
  background-color: #f8af12;
}

.course-box.style-1 .content-box .category-name.color-6 {
  color: #00cfdc;
}

.course-box.style-1 .content-box .category-name.color-6:after {
  background-color: #00cfdc;
}

.course-box.style-1 .content-box .category-name.color-7 {
  color: #f812bf;
}

.course-box.style-1 .content-box .category-name.color-7:after {
  background-color: #f812bf;
}

.course-box.style-1 .content-box .category-name.color-8 {
  color: #5730ff;
}

.course-box.style-1 .content-box .category-name.color-8:after {
  background-color: #5730ff;
}

.course-box.style-1 .content-box .category-name.color-9 {
  color: #4fdc88;
}

.course-box.style-1 .content-box .category-name.color-9:after {
  background-color: #4fdc88;
}

.course-box.style-1 .content-box .category-name.color-10 {
  color: #a8b113;
}

.course-box.style-1 .content-box .category-name.color-10:after {
  background-color: #a8b113;
}

.course-box.style-1 .content-box .category-name.color-11 {
  color: #f87912;
}

.course-box.style-1 .content-box .category-name.color-11:after {
  background-color: #f87912;
}

.course-box.style-1 .content-box .category-name.color-12 {
  color: #00dc5d;
}

.course-box.style-1 .content-box .category-name.color-12:after {
  background-color: #00dc5d;
}

.course-box.style-1 .content-box .title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 17px;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.course-box.style-1 .content-box .sub-title {
  letter-spacing: 1px;
  color: #0071dc;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 18px;
}

.course-box.style-1 .content-box .course-feature li {
  margin-right: 30px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  padding-bottom: 10px;
}

.course-box.style-1 .content-box .course-feature li i{
  float: left
}

/*.course-box.style-1 .content-box .course-feature li i{
  background-color: #dfefff;
  color: #0071dc; 
  height: 30px; 
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}*/

.course-box.style-1 .content-box .course-feature li:last-child {
  margin-right: 0;
}

.course-box.style-1 .content-box .course-feature li i {
  font-size: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
    padding-top: 4px;
}

.course-box.style-1 .course-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d0d1d2;
  padding-top: 25px;
  
}

.course-box.style-1 .course-footer .course-fee {
  color: #fc6021;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.course-box.style-1 .course-footer .course-fee span {
  display: none;
}

.course-box.style-1 .course-footer .course-fee.offer-active {
  color: #ef1c1c;
}

.course-box.style-1 .course-footer .course-fee.offer-active span {
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
  color: #bababa;
  text-decoration: line-through;
}

.course-box.style-1 .course-footer .course-rating {
  color: #000;
  font-size: 14px;float: left;margin-bottom: 0px;
}

.course-box.style-1 .course-footer .course-rating li {
  margin-right: 5px;float: left;
}

.course-box.style-1 .course-footer .course-rating li:last-child {
  margin-right: 0;
}

.course-box.style-1 .course-footer .course-rating .rating-count {
  color: #8d8d8d;
}

.course-box.style-1 .hover-content {
  height: calc(100% + 1px);
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.course-box.style-1 .hover-content:after {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  content: "";
  background-color:#0071dc;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.course-box.style-1 .hover-content .inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 80px 30px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.course-box.style-1 .hover-content .inner .course-wish-list {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #f4245f;
  border: 1px solid #f4245f;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.course-box.style-1 .hover-content .inner .course-wish-list:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.course-box.style-1 .hover-content .inner .category-name {
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.course-box.style-1 .hover-content .inner .category-name:after {
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  content: "";
  height: 1px;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  line-height: 1.2;
}

.course-box.style-1 .hover-content .inner .title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 1.4;
}

.course-box.style-1 .hover-content .inner .title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.course-box.style-1 .hover-content .inner .title a:hover {
  color: #fff;
}

.course-box.style-1 .hover-content .inner .course-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.course-box.style-1 .hover-content .inner .course-admin .admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}

.course-box.style-1 .hover-content .inner .course-admin .admin img {
  border-radius: 50%;
  margin-bottom: 5px;
}

.course-box.style-1 .hover-content .inner .course-admin .admin span {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
}

.course-box.style-1 .hover-content .inner .course-admin .course-rating {
  color: #f5c415;
  font-size: 14px;
}

.course-box.style-1 .hover-content .inner .course-admin .course-rating li {
  margin-right: 5px;
}

.course-box.style-1
  .hover-content
  .inner
  .course-admin
  .course-rating
  li:last-child {
  margin-right: 0;
}

.course-box.style-1
  .hover-content
  .inner
  .course-admin
  .course-rating
  .rating-count {
  color: #ffffff;
}

.course-box.style-1 .hover-content .inner .description {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
  .course-box.style-1 .hover-content .inner .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.course-box.style-1 .hover-content .inner .course-feature {
  margin-bottom: 20px;
}

.course-box.style-1 .hover-content .inner .course-feature li {
      margin-right: 20px;
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.course-box.style-1 .hover-content .inner .course-feature li:last-child {
  margin-right: 0;
}

.course-box.style-1 .hover-content .inner .course-feature li i {
  font-size: 15px;
  margin-right: 9px;
  float: left;
  padding-bottom: 10px; padding-top: 4px;
}

.course-box.style-1 .hover-content .inner .course-footer {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.course-box.style-1 .hover-content .inner .course-footer .price {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.course-box.style-1:hover .hover-content:after {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.course-box.style-1:hover .hover-content .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.course-box.style-1.additional-info {
  min-height: 490px;
  padding: 38px;
  margin-top: 0;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-width: 2px;
  border-style: dashed;
  border-color: #c1c1c1;
}

@media (max-width: 767px) {
  .course-box.style-1.additional-info {
    min-height: auto;
  }
}

.course-box.style-1.additional-info .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .course-box.style-1.additional-info .title {
    font-size: 30px;
  }
}
.btn-fill{
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0071dc;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0px;
   text-align: center;
   background:#fff; padding: 14px 23px; display: inline-block; border-radius: 5px;
    }
.featured_section3 {
    float: left;
    width: 100%;
    background: linear-gradient(#f58627,#f7b33e); 
    padding: 80px 0px 160px;
}

.featured_section3 h2{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 35px;
}

.featured_section3 h2 span{
    font-weight: 600;
}

.featured_section3 p{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    /*width: 85%;
    margin: 0 auto;*/
}




.project-box a{background-color: #fff; color: #000; border-radius: 5px; padding: 40px 20px; width: 32%; float: left; margin-right: 1.33%; margin-top: -100px; box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.05);}

.project-box a img{text-align: center; font-size: 48px; padding-bottom: 20px;}

.project-box a h4{ text-align: center; font-size: 18px; font-weight: 500; font-family: 'Poppins', sans-serif; color: #070c1f}

.project-box a p{text-align: center; font-size: 15px; font-weight: 400;  line-height: 26px;}

.project-box a:hover{background-color: #f47421; color: #fff; }

.project-box a:hover h4{color: #fff; }

.block {
    padding: 100px 0px;
}
.section-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.section-title .sub-title {
    max-width: 600px;
    margin-bottom: 0;
}
.sub-title {
    color: #070c1f;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    padding-left: 86px;
    margin-bottom: 61px;
    margin-top: 0px;    line-height: 48px; font-family: 'Poppins', sans-serif;
}
.sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 56px;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
        transform: translateY(-50%);}

.sub-title:before{background-color: #49ad3c;}

.section-title .lnk-default2 {
    margin-left: auto;
    height: 28px;
}
.process-section ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.process-section ul li {
    float: left;
    width: calc(100% / 3);
}
.proz-mint {
    width: 100%;
    border-left: 2px solid #bdbdc0;
    padding: 40px 38px 49px;
    position: relative;
}
.proz-mint:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 2px;
    background-color: #bdbdc0;
}
.process-section ul li:nth-child(1) .proz-mint:before, 
.process-section ul li:nth-child(2) .proz-mint:before, 
.process-section ul li:nth-child(3) .proz-mint:before {
    top: 0;
    bottom: auto;
} 
.process-section ul li:nth-child(1) .proz-mint, 
.process-section ul li:nth-child(2) .proz-mint, 
.process-section ul li:nth-child(3) .proz-mint {
    border-bottom: 2px solid #bdbdc0;
} 
.process-section ul li:nth-child(1) .proz-mint:after, 
.process-section ul li:nth-child(2) .proz-mint:after, 
.process-section ul li:nth-child(3) .proz-mint:after {
    bottom: -13px;
    top: auto;
} 
.proz-mint:after {
    content: '';
    position: absolute;
    top: -13px;
    left: -13px;
    width: 24px;
    height: 24px;
    border:2px solid;
    background: #fff;
    z-index: 9;
    color: #454545;
}
.p-num {
    position: absolute;
    bottom: 45px;
    right: 36px;
    font-size: 26px;
    font-weight: 700;
    color: #49ad3c;
}
.proz-mint > h3 {
    color: #070c1f;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 214px; font-family: 'Poppins', sans-serif;
}
.proz-mint > p {
    color: #070c1f;
    font-size: 15px;
    line-height: 21px;
    max-width: 210px;
    font-weight: 500;
}

.proz-mint:after{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.featured_section108 {
    float: left;
    width: 100%;
    text-align: center;
    background: #f58627;
}

.featured_section108 
.leftside{margin-left: 22%; padding: 35px 0px}

/*.featured_section108 .leftside h2{
font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
text-align: left}*/

.featured_section108 .leftside h2{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
   text-align: center;
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    }

.featured_section108 .leftside h2 span{
    font-weight: 600;
    }

.featured_section108 .leftside p{
    font-family: 'Lato', sans-serif;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-align: left;}

.featured_section108 .leftside .btn-demo1{
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 16px;
    color: #0071dc;
    font-weight: 400;
    font-size: 18px;
   text-align: center;
   background:#fff; padding: 14px 23px; display: inline-block; border-radius: 5px;
    }

.featured_section108 .bg-image{
    background-image: url(../images/pramosion-image.jpg);
    height: 280px;
    border-top-left-radius: 210px;
    }

.featured_section108 .bg-image h2{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
   text-align: center;
   width:80%; margin: 0 auto;
   margin-top: 65px;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    }

.featured_section108 .bg-image h2 span{
    font-weight: 600;
    }

.featured_section108 .bg-image .btn-demo{
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
   text-align: center;
   background:#0071dc; padding: 14px 23px; display: inline-block; border-radius: 5px;
    }

.featured_section108 input{ border:1px solid #cfe8ba; height: 42px; border-radius: 25px; width: 65%; background-color: #f4ffeb; padding: 0px 15px; }

/* featured section 12 */
.featured_section12 {
    float: left;
    width: 100%;
   text-align: center;
    
}
.featured_section12  h2{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 28px;
   text-align: center;
   margin-bottom: 34px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    }

.featured_section12  h2 span{
    font-weight: 600;
    }
.featured_section12 .peosays {
    width: 90%;
    margin: 0 auto;
}
.featured_section12 .peosays .box {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 3px;
    text-align: left;
    padding: 20px 20px 25px 20px;
    font-size: 14px;
    line-height: 25px; font-family: 'Poppins', sans-serif; color: #000; 
}
.featured_section12 .peosays .who {
    float: left;
    width: 100%;
    text-align: left;
    padding: 35px 0px 18px 35px;
    background: url(../images/down-arrow.png) no-repeat 45px top;
    margin-top: -2px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif; color: #000; 
}
.featured_section12 .peosays .who img {
    border-radius: 100%;
    float: left;
    margin-right: 18px;
}
.featured_section12 .peosays .who strong {
    font-size: 16px;
    font-family: 'Poppins', sans-serif; color: #000; 
    display: block;
    line-height: 16px;
    font-weight: 500;
    margin-top: 5px; padding-bottom: 5px;
}

/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 55px 0px 0px 0px;
	background: #000;
	color: #fff;
	margin-top: 0px;
	    position: relative;
	}
.footer h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
}
.faddress li a {
	color: #fff;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}



.footer-top {
  width: 100%;
  z-index: 2;
}
.footer-top .row {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.footer-top [class*=col] {
  background: #740400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 0;
  position: relative;
}
.footer-top [class*=col] i,
.footer-top [class*=col] h3,
.footer-top [class*=col] p {
  color: #fff;
}
.footer-top [class*=col] p {
  margin-bottom: 0;
}
.footer-top [class*=col]:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #740400;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(2) {
  background: #c62b25;
}
.footer-top [class*=col]:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #c62b25;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(3) {
  background: #f8981d;
}
.footer-top .footer-box i {
  font-size: 36px;
  position: relative;
  top: 3px;
}
.footer-top .footer-box-content {
  padding-left: 25px;
}
.footer-top .footer-box-content h3 {
  font-weight: 600;
  margin-bottom:6px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid #261500;
    margin-top: 55px;
}

.footer-bottom .inner-container {
    position: relative;
}

.footer-bottom .inner-container:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ffc10e;
    content: "";
}

.footer-bottom .inner-container:before{ background-color: #ff7900;}

.footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 8px 0;
}

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    float: left;
    margin-left: 26px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .copyright-text{background-color: #ff7900;}

.footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 8px 0;
    padding-right: 40px;
    background-color: #ff7900;
}

.footer-bottom .copyright-text:before {
    border-bottom-color: #ff7900;
}
.footer-bottom .copyright-text:before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 46px solid #ff7900;
    content: "";
}

.footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
 .footer-bottom .copyright-text a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-1{width: 51%; float: left; margin-right: 2%}

/*.footer-2{width: 16%; float: left; margin-right: 2%}*/

.footer-3{width: 16%; float: left; margin-right: 2%}

.footer-4{width: 29%; float: left; margin-right: 0%}



/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}


.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 9999;
}
 .cd-panel::after {
  /* overlay layer */
  content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: transparent;
 cursor: pointer;
 -webkit-transition: background 0.3s 0.3s;
 transition: background 0.3s 0.3s;
}
.cd-panel.cd-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
	z-index: 9999;
}
 .cd-panel.cd-panel--is-visible::after {
 background: rgba(0, 0, 0, 0.8);
 -webkit-transition: background 0.3s 0s;
 transition: background 0.3s 0s;
}
.cd-panel__header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 0.3s 0s;
	transition: -webkit-transform 0.3s 0s;
	transition: transform 0.3s 0s;
	transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.cd-panel__header h1 {
	padding-left: 7%;
	font-size: 20px;
	margin:10px 0px 0px 0px;
	color:  #264796;
	font-weight: 500;
}
.cd-panel--from-right .cd-panel__header {
	right: 0;
}
.cd-panel--from-left .cd-panel__header {
	left: 0;
}
.cd-panel--is-visible .cd-panel__header {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
 @media only screen and (min-width: 768px) {
 .cd-panel__header {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__header {
 width: 28%;
}
}
.cd-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
  display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
 .cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
 position: absolute;
 top: 22px;
 left: 20px;
 height: 3px;
 width: 20px;
 background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .cd-panel__close::before {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
 .cd-panel__close::after {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.cd-panel__close:hover {
	background-color: #424f5c;
}
 .cd-panel__close:hover::before, .cd-panel__close:hover::after {
 background-color: #ffffff;
 -webkit-transition: -webkit-transform 0.3s;
 transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
 transition: transform 0.3s, -webkit-transform 0.3s;
}
 .cd-panel__close:hover::before {
 -webkit-transform: rotate(220deg);
 -ms-transform: rotate(220deg);
 transform: rotate(220deg);
}
 .cd-panel__close:hover::after {
 -webkit-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 transform: rotate(135deg);
}
 .cd-panel--is-visible .cd-panel__close::before {
 -webkit-animation: cd-close-1 0.6s 0.3s;
 animation: cd-close-1 0.6s 0.3s;
}
 .cd-panel--is-visible .cd-panel__close::after {
 -webkit-animation: cd-close-2 0.6s 0.3s;
 animation: cd-close-2 0.6s 0.3s;
}
 @-webkit-keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @-webkit-keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
 @keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
.cd-panel__container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cd-panel--from-right .cd-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.cd-panel--from-left .cd-panel__container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.cd-panel--is-visible .cd-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__container {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__container {
 width: 28%;
}
}
.cd-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 7%;
	overflow: auto;
	/* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content h4{
	font-size: 1.2rem;
	color: #f23801;
	line-height: 1.4;
	margin: 1.5em 0 1.2em;
	text-align: left;
	font-weight: 600;
}

.cd-panel__content h5{
	font-size: 1.2rem;
	color: #f23801;
	line-height: 1.4;
	margin: 1.5em 0 1.2em;
	text-align: left;
	font-weight: 600;
}
.cd-panel__content p  i{
	    font-size: 2.5rem;
    color: #14133b;
    float: left;
    padding-right: 18px;
}

.cd-panel__content p {
	font-size: 0.95rem;
	color: #14133b;
	margin: 1em 0;
	text-align: left;
	font-weight: 600;
}
.cd-panel__content p span{
	    float: left;
    padding-top: 8px;
}
.cd-panel__content p:first-of-type {
	margin-top: 0;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__content p {
 font-size: 0.95rem;

 text-align: left;
 font-weight: 600;
}
}
.register-submit {
	margin: 10px 0px 0px 0px !important;
	padding: 10px 0px;
	border-radius: 0px;
	width: 100% !important;
	max-width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #1f479f;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff
}
.register-submit:hover {
	background: #027acd;
	color: #fff
}

.hit-container{
	flex-wrap:nowrap;
}
.hit-container .hit-block{
    width: 20%;
    padding-left: 65px;
}
.hit-block{
	position:relative;
	min-height:380px;


}
.hit-block:before{
	display:block;
	content:'';
	position: absolute;
	left:0;
    bottom: 0;
    background:url(../images/hit/arrow.jpg) no-repeat top left;

    width: 100%;
    height: 100%;
	
}
.hit-block img{
    display: block;
    margin-left: 30px;
    margin-bottom: 25px;
    margin-top: 100px;
}
.hit-block h4{
	font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;color: #000;
}
.hit-block p{
	font-size: 14px;
    padding-right: 15px;
    font-weight: 400;
    font-family: "Lato"; color: #000;line-height: 22px;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}



.page-header{
  background: linear-gradient(#f47922, #f7ae3b );
  margin-top: 80px;

}
.page-header h1{color: #fff;
  font-family: 'Poppins', sans-serif;
  /* padding-top: 0px; */
  margin: 28px 0px;
  font-size: 28px;
  font-weight: 600; }

.inner-page{
  margin-top: 60px;
  margin-bottom: 60px;
}
.inner-page p{
  color: #000;
    font-size: 15px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
     margin-bottom: 17px;
     text-align: justify;}

.page-about h4, h3{ color: #f47f24;font-family: 'Poppins', sans-serif; font-weight: 600;}

.page-about img{
  border-radius: 50px;
}
.page-about .item{
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 /0.2);
  padding: 20px;
  margin-bottom: 30px;
  border-radius:10px;
}

.page-services h4, h3{ color: #f47f24; font-family: 'Poppins', sans-serif; font-weight: 600;}

.page-services .item{
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 /0.2);
  padding: 20px;
  margin-top: 40px;
  width: 100%;
  float: left;
}
.page-services .item .left-item{
  width: 30%;
  float: left;
  margin-right: 5%;
}
.page-services .item .right-item{
  width: 65%;
  float: left;
}
.page-services img{ 
  width: 100%;
  height: auto;
}
:target{
  scroll-margin-top:7em;
}
.center-item{
  text-align: center;
}
.form-submit{
  background: linear-gradient(#f47922, #f7ae3b );
  padding: 10px 30px;
  display: inline-block;
  border-radius: 20px;
  margin-top: 10px;
}
.form-submit a{ color:#fff; font-size:16px; font-family: 'Poppins', sans-serif; font-weight: 600; }

.page-career .left-item{
  width: 45%;
  float: left;
  margin-right: 5%;
}
.page-career .right-item{
box-shadow: 0px 5px 8px 0px rgb(0 0 0 /0.3);
  padding:20px 30px;
  width: 40%;
  float: left;
  background: #f9f2e552;
  border-radius: 20px;
}
.page-career .right-item .left-sec{
  width: 30%;
  float: left;
  margin-right: 3%;
}

.page-career .right-item .right-sec{
  width: 67%;
  float: left;
  }
.page-career .right-item p{   font-size:14px;}



.page-career .form-label {color:#000; font-size:15px; font-family: 'Poppins', sans-serif; font-weight: 500;}

.page-career .right-item .form-full{width: 100%; float: left;   margin-top: 10px;}

.page-career h4, h3{ color: #f47f24; font-family: 'Poppins', sans-serif; font-weight: 600;}

.page-career .form-control{height: 37px;     border: 1px solid #e3e3e3;}


.page-contact .left-item{
  width: 45%;
  float: left;
  margin-right: 5%;
}
.page-contact .right-item{
box-shadow: 0px 5px 8px 0px rgb(0 0 0 /0.3);
  padding:20px 40px;
  width: 40%;
  float: left;
  background: #f9f2e552;
}

.page-contact h4, h3{ color: #f47f24; font-family: 'Poppins', sans-serif; font-weight: 600;}

.page-contact  .item{
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.page-contact .left-box{
  width: 10%;
float: left;
margin-right: 5%;
}

.page-contact .left-box img{
  margin:20% 0 auto;

}
.page-contact .right-box{
  width: 70%;
float: left;
border-left: 2px solid #ffb13c;
padding-left: 25px;
}
.page-contact .right-box p{ margin-bottom:0px;}

.page-contact .form-control{height: 42px;     border: 1px solid #e3e3e3;}

.page-contact .form-message{
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}