


/*----------------------------------------------------
	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: 65px;
	margin-top:16px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo12.png) no-repeat left top;
}





/* header area adinationals */

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


.menu_main {
	float: right;
	width: 75%;
	z-index: 9999;
}



.menu_main.rslinks7 {
	width: 45%;
    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 */


.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: 'Roboto';
	text-align: center;
    font-size: 15px;
    font-weight: 500;
	padding: 27px 34px 27px 34px;
	background: #f23801;
	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: 77px;
}








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

/* featured section 1 */
.featured_section1 {
	float: left;
	width: 100%;
}
.featured_section1 .about-boxes a{width: 100%; float: left; margin-right: 4%;
	box-shadow: 0px 8px 16px rgb(225 229 255 / 40%);
  padding: 30px 30px 30px 30px; color: #1d125c; font-family: 'roboto';}

.featured_section1 .about-boxes a:hover {
    background: linear-gradient(90deg, #ff576b, #ffa369);
    color: #fff
    }
.featured_section1 .about-boxes-two{margin-right: 0%; margin-left: 8%;}
 .featured_section1 .about-boxes h3{font-size: 24px;}

 .featured_section1 .about-boxes p{font-size: 14px; padding-bottom: 0px; line-height: 25px;}

 .mt-45 {margin-top: 45px;}

.box-icon {
    color: #ff576b;
    background: #fff3f3;
    font-size: 40px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
}

 .featured_section1  h6{color: #1d125c; font-family: 'roboto'; font-size: 22px; padding-bottom: 15px;}

 .featured_section1  h1{color: #e85222; font-family: 'roboto'; font-size: 45px;}

 .featured_section1  p{color: #000; font-family: 'roboto'; font-size: 15px; padding-bottom: 20px;line-height: 28px;}

 .featured_section1 .about-text{color: #000; font-family: 'roboto'; font-size: 19px; padding-bottom: 20px; line-height: 28px; font-style: italic;}

   .about-btn{
	background: linear-gradient(90deg,  #8cc63f, #f36b21);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}

  .about-btn:hover{
	background: linear-gradient(90deg, #f36b21, #8cc63f);
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-size: 17px;
}

/* featured section 2 */
.featured_section2 {
	float: left;
	width: 100%;
	background: #f6f9ff;
	position: relative;
	padding: 100px 0px 60px;
}
.wed_top_shape {
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/shape_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    height: 80px;
}

.wed_bottom_shape {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/shape_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    height: 80px;
}
.featured_section2 h6{
	color: #e85222; font-family: 'roboto'; font-size: 18px; padding-bottom: 0px; text-align: center;
}
.featured_section2 h1{
	color: #000;
    font-family: 'roboto';
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 400;
}
.news-block {
    position: relative;
    /*margin-bottom: 30px;*/
    z-index: 1;
}

.news-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block .image-box img {
    display: block;
    transition: all 500ms ease;
    border-radius: 7px;
    width: 100%;
}

.news-block .lower-box {
    position: relative;
    padding: 0px 20px 0px;
}

.news-block .post-meta {
    position: relative;
    top: -27px;
    margin: 0 10px -3px;
}

.news-block .post-meta ul a {
    position: relative;
    display: block;
    padding: 10px 5px 0px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    color: #000;
}

.news-block .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 10px;
    font-size: 16px;
    /* letter-spacing: 0.1em; */
    text-transform: none;
    font-family: 'roboto';
    font-weight: 500;
}

.news-block .post-meta ul a:hover {
    position: relative;
    display: block;
    padding: 10px 5px 0px;
    background: #000;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    color: #fff;
}

.featured_section2 .box {
	width: 100%;
	position: relative;
}
.featured_section2 .box-cnt {
	width: 100%;
	height: auto;

}
.featured_section2 .box-cnt img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 7px;
}
.featured_section2 .box-details {
    position: absolute;
    z-index: 2;
    bottom: 0;
    background: rgba(255,255,255,1);
    width: 90%;
    height: 56px;
    overflow: hidden;
    transition: height 450ms;
    -moz-transition: height 450ms;
    -webkit-transition: height 450ms;
    margin: 0 20px -20px;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}
.featured_section2 .box:hover .box-details, .featured_section2 .box.active .box-details {
        height: 87%;
    background: rgba(255,255,255,0.9);
    margin: 0 20px 20px;
}
.featured_section2 .box-details h4 {
	color: #000;
    font-weight: 500;
    padding-top: 20px;
    line-height: 21px;
    
    transition: all 0.3s ease;
    text-align: center;
     font-size: 16px;
  
    font-family: 'Roboto';
}
.featured_section2 .box-details p {
	color: #000;
    width: 85%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 5px;
    line-height: 26px;
}
.featured_section2 .box-details p span{
	color: #000;
    font-size: 7px;
    float: left;
    padding-right: 5px;
}
.featured_section2 .box-details a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #f36f21;
	padding: 9px 20px;
	transition: all 0.3s ease;
	background: #f36f21;
	border-radius: 5px;
}
.featured_section2 .box-details a:hover {
	color: #fff;
	background: #8cc63f;
	border: 1px solid #8cc63f;
}

 .our-courses {
	width: 32%; float: left; margin-right: 2%; margin-bottom: 50px;
}

/* featured section 3 */
.featured_section3 {
	float: left;
	width: 100%;
	}

	.featured_section3 .technologies{
	padding-right: 60px;
	padding-top: 35px;
	}

.featured_section3 .technologies h6{
	color: #e85222; font-family: 'roboto'; font-size: 18px; text-align: right;
}
.featured_section3 .technologies h1{
	color: #000; font-family: 'roboto'; font-size: 24px; text-align: right;
    margin-bottom: 17px;}

  .technologies-btn{
	background: linear-gradient(90deg, #8cc63f, #f36b21);
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}

  .technologies-btn:hover{
	background: linear-gradient(90deg, #f36b21, #8cc63f);
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	display: inline-block;
	padding: 10px 35px;
	color: #fff;
	font-size: 17px;
}

.featured_section3 .technologies p{
	color: #000; font-family: 'roboto'; font-size: 15px; padding-bottom: 20px; text-align: right; line-height: 30px;
}

.featured_section3 .technologies-icons{width:31%; float: left;margin-right: 3.5%; 
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 
border-radius: 10px;
text-align: center;
    -webkit-box-shadow: 0 12px 32px 0 rgb(25 41 66 / 7%);
    box-shadow: 0 12px 32px 0 rgb(25 41 66 / 7%);
    background-color: #fff;
    padding: 30px 0px 33px;
    -webkit-transition: -webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);
    transition: -webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);
    -o-transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01);
    transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01);
    transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01),
    -webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);
    margin-bottom: 30px;
}

.featured_section3 .technologies-icons i{color: #000; font-size: 50px;}

.featured_section3 .technologies-icons p{color: #000; font-family: 'roboto'; font-size: 15px; padding-top: 10px;}

.featured_section3 .technologies-icons:hover{-webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01),-webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);}





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

.footer {
	float: left;
	width: 100%;
	padding: 90px 0px 0px 0px;
	background: #0f1a01;
	color: #fff;
	margin-top: 0px;
	    position: relative;
	}
.footer h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', 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-bottom {
    position: relative;
    border-top: 1px solid #033c32;
    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: #8cc63f;}

.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: #8cc63f;}

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

.footer-bottom .copyright-text:before {
    border-bottom-color: #8cc63f;
}
.footer-bottom .copyright-text:before {
    position: absolute;
    left: 100%;
    top: 0;
    border-right: 40px solid transparent;
    border-bottom: 46px solid #8cc63f;
    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;
}




.page_title2 {
	float: left;
	width: 100%;
	padding: 35px 0px;
	margin-top: 77px;
	background: #8cc63f url(../images/bg-pattern.png) repeat center bottom;
}
.page_title2 h1 {
	float: left;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
	 font-family: 'roboto';
}
.page_title2 .pagenation {
	float: right;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #f23801;
	margin: 7px 0px 0px 0px;
	 font-family: 'roboto';
}
.page_title2 .pagenation i {
	color: #fff;
	margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
	padding: 0px;
	color: #fff;
	transition: all 0.3s ease;
	font-weight: 400;
	
}
.page_title2 .pagenation a:hover {
	color: #fff;
}


/* 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:  #68b108;
	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;
    padding-bottom: 15px;
}

.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
}

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

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

.social-icon-toggle li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 0px;
    color: #878995;
    padding: 9px;
    font-weight: 400;
    border:1px solid #878995;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}

.social-icon-toggle li a:hover {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 0px;
    color: #fff;
    padding: 9px;
    font-weight: 400;
    border:1px solid #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;
    background: linear-gradient(90deg, #ffa369, #ff576b);
}

.featured_section5 {
    background-color: #002fa6;
    background-image: url(../images/mitech-processing-contact-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}

.section-space--ptb_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}


.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.product-list{width: 48%; float: left; margin-right: 2%}

/* featured section 8 */
.featured_section8 {
	float: left;
	width: 100%;
	
}
.featured_section8 h4{
    color: #000;
    font-family: 'roboto';
    font-size: 26px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
    line-height: 34px;
    }
.featured_section8  p{ 
	color: #000;
    font-family: 'roboto';
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 28px;
    text-align: left;
    }

  .featured_section8 .services-icons{width:18%; float: left;margin-right: 2.5%; 
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 
border-radius: 10px;
text-align: center;
    -webkit-box-shadow: 0 12px 32px 0 rgb(25 41 66 / 7%);
    box-shadow: 0 12px 32px 0 rgb(25 41 66 / 7%);
    background-color: #fff;
    padding: 30px 0px 33px;
    -webkit-transition: -webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);
    transition: -webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);
    -o-transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01);
    transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01);
    transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01),
    -webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);
    margin-bottom: 30px;
}

.featured_section8 .services-icons i{color: #000; font-size: 50px;}

.featured_section8 .services-icons p{color: #000; font-family: 'roboto'; font-size: 15px; padding-top: 10px; text-align: center;}

.featured_section8 .services-icons:hover{-webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); transition: box-shadow .35s ease-in-out,transform .35s cubic-bezier(.1,.47,.18,1.01),-webkit-box-shadow .35s ease-in-out,-webkit-transform .35s cubic-bezier(.1,.47,.18,1.01);}

.featured_section8  .box {
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 10px 7px rgb(26 41 66 / 3%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px;
    margin-bottom: 41px;
}



.featured_section8  .box h4{color: #e85222; font-family: 'roboto'; font-size: 20px; text-align: left; font-weight: 500; padding-bottom: 5px;}

.featured_section8  .box p{color: #000; font-family: 'roboto'; font-size: 15px; text-align: left; line-height: 30px;}


.contactus-box{
	background-color: #ffffff;
    box-shadow: 0 5px 24px 6px rgba(0,0,0,0.1);
}

.contactus-box-left{width: 34%; margin-right: 1%; float: left; background: #1a3c8c; padding: 30px; color: #fff;}

.contactus-box-left h4{font-size: 24px; font-weight: 400;  font-family: 'roboto'; margin-bottom: 10px;}

.contactus-box-left span{ float: left; padding-bottom: 40px; padding-right: 15px; font-size: 42px; padding-top: 8px; color: #68c249;}

.contactus-box-left h6{ margin-bottom: 8px; font-size: 16px; font-weight: 400;  font-family: 'roboto';}

.contactus-box-left p{  font-size: 16px; font-weight: 400;  font-family: 'roboto'; line-height: 28px;}

.section-divied{border-bottom: 1px solid #3f5b9d; padding: 30px 0px;}

.section-divied:nth-child(4n+0){border-bottom: 0px solid #3f5b9d; padding: 30px 0px 20px;}

.contactus-box-right{width: 65%; float: left; padding: 45px; color: #fff;}

.contactus-box-right h3{font-size: 26px; font-weight: 500;  font-family: 'roboto'; margin-bottom: 30px; color: #000;}

.contact-from{width: 47%; float: left; margin-right: 6%}

.contact-from input{    
	border: 1px solid #dddddd;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 30px;
}

.contact-from-textarea{width: 100%; float: left; }

.contact-from-textarea textarea{    
	border: 1px solid #dddddd;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}

.contact-from-submit{    
	background: #45922a;
	padding: 12px 25px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-family: 'roboto';
	font-weight: 500;
}

.google-map{box-shadow: 0 5px 24px 6px rgba(0,0,0,0.1); border:1px solid #ddd;}

.google-map-text h4{font-size: 24px; font-weight: 500;  font-family: 'roboto';  color: #000;  margin-top: 70px; margin-bottom: 25px;}

.mission-section h4{font-size: 22px;
    font-weight: 500;
    font-family: 'roboto';
    color: #e85222;
    margin-bottom: 17px;}

.mission-section  ul li {
    width: 100%;
    float: left;
}

.mission-section ul li span {
    font-size: 8px;
    text-align: left;
    color: #000;
    float: left;
    padding-right: 6px;
}

 .mission-section ul li p {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #000;
    font-family: 'roboto';
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.featured_section12 .one_fifth{width: 19%; float: left; margin-right: 1.25% }
.featured_section12 h2{
font-size: 28px;
    font-weight: 500;
    font-family: 'roboto';
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}

/*.action-area{
    padding: 20px 20px;
}

.action-area.marquee ul,
.action-area.marquee1  ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.action-area.marquee ul li,
.action-area.marquee1 ul li{
    margin-bottom: 10px;
}
.action-area.marquee ul li a,
.action-area.marquee1 ul li a{
    padding: 4px 0px 0 30px;
    display: block;
    color: #000;
    line-height: 30px;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
}
.action-area.marquee ul li a:hover,
.action-area.marquee1 ul li a:hover{
    color:#4582ff;
}
.action-area.marquee ul li a:after,
.action-area.marquee1 ul li a:after{
    content: "\f0f3";
    font-family: FontAwesome;
    color: #fea116;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 5px;
}

.marquee-head.action-area.marquee,
.marquee-head.action-area {
    height: auto;
    vertical-align: middle;
}
.marquee-head.action-area.marquee ul,
.marquee-head.action-area  ul{
    
}
.marquee-head.action-area.marquee ul li,
.marquee-head.action-area  ul li{
    display: inline-block;
    margin: 0 20px 0 0px;   
}
.marquee-head.action-area.marquee ul li a,
.marquee-head.action-area  ul li a{
    padding: 4px 0px 4px 30px;
}

.marquee-head.action-area.marquee{
    height: 140px;
    overflow: hidden;
}
.marquee1{
    height:320px;
    overflow:hidden;
    margin-top:20px;
}*/