/*  --------------------------------------------------------
1. NAVBAR
-------------------------------------------------------- */
.navbar{
	border:none!important;
	border-radius:0px;
	margin:0;
}
.navbar-index-top {
	display: none;
	margin-top:0px;
	position:fixed;
	top:0;
	background-color: white;
	width:100%;
	z-index:999;
}
.navbar-index-top .main-nav,
.navbar-index-top .main-menu{
	float:right;
}
.navbar-index-top .main-menu{
	border-left:none!important;
	border-right:none!important;
}
.navbar-index-top .navbar-brand img {
    float: left;
	padding-top:4px;
	padding-right:15px!important;
	padding-bottom:0px;
	padding-left:15px!important;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
       -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
            transition: background .3s ease-in-out,padding .3s ease-in-out;
}
.sticky .navbar-index-top .navbar-brand{
	padding-top:0px;
}
.sticky .navbar-index-top .navbar-brand img {
	padding-top:3px!important;
	padding-right:15px!important;
	padding-bottom:0px;
	padding-left:15px!important;
}
.sticky .navbar-index-top .navbar-brand .logo {
    height: 90px;
    margin-top: 6px;
}
.sticky .navbar-index-top .navbar-brand span {
	padding-top:1px!important;
	
}
.navbar-index-top .navbar-brand{
	padding:0px;
}
.sticky .navbar-gardener-white{
	top:0;
}
.navbar-gardener-white .main-nav{
	float:right;
}

.sticky .navbar-gardener-transparent{
	top:0;
	background-color: rgba(255,255,255,1);
	-webkit-transition: height .5s ease-in-out;
       -moz-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out;
}
.navbar-gardener-transparent .main-nav{
	float:right;
}
.navbar-gardener-transparent .main-nav>ul>li>a{
	color:rgba(51,51,51,1)!important;
}

.navbar-header h2 {
	color: #0072ff;
   margin-top: 10px;
   margin-bottom: 0px;
    font-size: 33px;
	display: inline-grid;

}
.navbar-header span {
	color: #ff0023;
    margin-top: 3px;
    font-size: 18px;
}

.navbar-header p {
	color: #000;
    margin-top: 0px;
    font-size: 11px;

}
.italic-heading {
    color: #fff70a !important;
    font-size: 36px !important;
	    background-color: rgba(0, 27, 48, 0.8);
    font-weight: 600;
    font-family: 'Cooper Black Regular';
}
.tp-caption h1 {
  	color: #edf2f3 !important;
    font-size: 36px !important;
    background-color: darkslategray;
    font-weight: 600;
    font-family: 'janda handwriting regular';
}
.tp-caption h4 {
  	color: #fff !important;
    font-size: 26px !important;
    font-weight: 600;
    font-family: 'janda handwriting regular';
}

.tp-caption h1 li {
	font-size: 12px;
	background-color: transparent !important;
}

.navtop-right-content img {
	box-shadow: 2px 2px 4px 4px #9acdff;
	border: 1px solid #fff4f4;
	height: 40px;
}
.home > a::after {
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #000;
}

#contact-page .nextSection {
    margin: 23px;
    text-align: center;
    background-color: #fefefe;
}

#about {
	margin-top:-60px;
}

/* scroll progress bar */
  #scroll-progressbar {
    display: block;
    position: fixed;
    top: 0;
    height: 2px;
    width: 100%;
    z-index: 99999;
  }
  #scroll-progressbar div {
    position: relative;
    height: 100%;
    width: 0;
    -webkit-transition: width 0.3s ease-out;
            transition: width 0.3s ease-out;
			 z-index: 99999;
  }
  #scroll-progressbar .scroll-shadow {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
            transform: rotate(3deg) translate(0px, -4px);
			 z-index: 99999;
  }



/** Index4 Top Section **/
.navbar-index4-top{
	background:#fff;
	margin-bottom:0px;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
	height:90px;
	-webkit-transition: background .3s ease-in-out,height .3s ease-in-out;
       -moz-transition: background .3s ease-in-out,height .3s ease-in-out;
            transition: background .3s ease-in-out,height .3s ease-in-out;
}
.navbar-index4-top:after{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 310px;
    height: 0;
    border-left: 30px solid transparent;
	z-index:-1;
}
.sticky .index4-nav-top, .sticky .navbar-index4-top:after {
    display: none;
}
.sticky .navbar-index4-top{
	background: rgba(51,51,51,1);
	height:auto;
}
.navbar-index4-top .main-nav,
.navbar-index4-top .main-menu{
	float:right;
}
.navbar-index4-top .main-menu{
	border-left:none!important;
	border-right:none!important;
}
.navbar-index4-top .header-container {
    background-color: rgba(51,51,51,1);
    margin-bottom: 0px;
    top: 0;
    z-index: 999;
    border-radius: 3px;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}


/** Index FOur Top Section **/
.index4-navigation{
	position:relative;
}
.index4-nav-top{
	padding-top:15px;
	padding-bottom:15px;
}

.index4-nav-top .navtop-right-content ul li{
	color:#333333;
	font-weight:400;
}
.index4-nav-top .navtop-right-content ul li:last-child{
	color:#fff;
}
.index4-navbar-sticky{
	background-color: rgba(255,255,255,0.7);
	margin-bottom:0px;
	position:fixed;
	top:49px;
	width:100%;
	z-index:999;
}
.index4-nav-top .navtop-right-content li{
	position:relative;
}
.li-back{
	content: '';
    width: auto;
    height: 0;
    border-bottom: 50px solid #209de2;
    border-left: 30px solid transparent;
}
}
.index4-nav .navbar-nav > li > a {
	color: rgba(51,51,51,1);
}
.index4-navigation .gardener-nav-collapse{
	top:0px;
	background:rgba(51,51,51,0.5);
}

/** Index Top Section *
.sticky .index-top-section{
	display:none;
}*/
.index-top-section{
	padding: 5px;
	background-color:#4a5f6b;
	-webkit-transition: padding .5s ease-in-out;
	-moz-transition: padding .5s ease-in-out;
	transition: padding .5s ease-in-out;
}
.index-top-content p{
	color: #ffffff;
	margin-bottom:0px;
	font-size: 17px;
	text-align: right;
}
.navtop-right-content ul{
	text-align:right;
}
.navtop-right-content ul li{
	display:inline-block;
	font-size:14px;
	font-family:'Roboto Slab', serif;
	font-weight:300;
	color:#fff;
	padding-left: 18px;
	/* background-color: #fff; */
}
.navtop-right-content ul li i{
	/* padding-right:10px; */
}


/** Index Top Section **/
.index5-navigation{
	position:relative;
}
.index5-nav-top{
	padding-top:15px;
	padding-bottom:15px;
}

.index5-navbar-sticky{
	background-color: rgba(255,255,255,0.7);
	margin-bottom:0px;
	position:fixed;
	top:49px;
	width:100%;
	z-index:999;
	-webkit-transition: height .5s ease-in-out;
       -moz-transition: height .5s ease-in-out;
            transition: height .5s ease-in-out;
}
.index5-nav .navbar-nav > li > a {
	color: rgba(51,51,51,1);
}
.index5-navigation .gardener-nav-collapse{
	top:0px;
	background:rgba(51,51,51,0.5);
}

.navbar-index-top .header-container{
	    background-color: rgb(255, 255, 255);
		
}
.sticky .navbar-index-top{
	    background-color:rgb(255, 255, 255);
}
.navbar-index-top .navbar-brand img {
	background: rgba(235, 249, 19, 0);
}
.navbar-gardener{
	background-color: rgba(90,144,15,1);
    border-bottom: 1px solid #bde893;
}
.navbar-gardener-white .main-nav>ul>li>a{
	color:rgba(106,175,8,1)!important;
}
.navbar-index4-top:after{
    border-bottom: 90px solid #5d9c04;
}
.progress-2 .progress-col p {
	color:#6aaf08;
}
.gardener-working-tab3 #accordion1 .panel-active {
	background: #7ccd08;
	
}
.slider-bottom-left figcaption{
		background:rgba(106,175,8,0.9);
	}
.portfolio-bottom-left figcaption{
	background:rgba(106,175,8,0.9);
}
.rev_slider {
	   
}
.rev_slider_wrapper {
	
}
.forcefullwidth_wrapper_tp_banner {
	margin-top: 159px !important;
	
}
.tp-revslider-slidesli {
	
}
.tp-revslider-mainul {
	
}
.logo {
	height: 100px;
    margin-top: 0px;
}
.tp-fullwidth-forcer {
	width:100%;
}
.welcome p {
    line-height: 1.8;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.71428;
  color: #777777;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.71428;
  color: #191818;
  background-image: none;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.welcome {
    padding: 20px 0;
}
.interested {
	background: #ff8300;
    padding: 3px 13px;
    border-radius: 7px;
}
/*----------  style ----------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Work+Sans);
$white: #fff;
$black: #000;
$grey: #d9d9d9;
$dark: #263238;
$bg: #b3e5fc;
$blue: #00b0ff;

@mixin placeholder {
	&::-webkit-input-placeholder {@content;}
	&:-moz-placeholder {@content;}
	&::-moz-placeholder {@content;}
	&:-ms-input-placeholder {@content;}
}

* {@include box-sizing(border-box); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}

body {
	background-color: $bg;
}

.wrapper {
	width: 611px;
	height: 400px;
	margin: 80px auto 0;
	.container {
		float: right;
		width: 600px;
		height: 400px;
		background-color: $white;
		@include border-radius(10px);
		.part {
			float: left;
			height: 100%;
			&.card-details {
				padding: 48px 40px 0;
				width: 60%;
				h1 {
					background-color: $blue;
					color: white;
					font-family: 'Montserrat', sans-serif;
					font-size: 12px;
					text-transform: uppercase;
					padding: 14px 0 10px 49px;
					letter-spacing: 1px;
					margin-left: -52px;
					width: 330px;
				}
			}
			&.bg {
				width: 40%;
				background-image: url("https://s13.postimg.org/d8emjhccn/image.jpg");
        		background-size: 121%;
        		background-repeat: no-repeat;
				overflow: hidden;
				@include border-right-radius(10px);
			}
		}
		form {
			font-family: 'Work Sans', sans-serif;
			.group {
				display: block;
				width: 100%;
				float: left;
				position: relative;
				margin-bottom: 25px;
				label {
					font-size: 12px;
					float: left;
					width: 100%;
					display: block;
					margin-bottom: 5px;
				}
				input {
					float: left;
                    width: 100%;
                    height: 30px;
					font-size: 18px;
					font-family: 'Work Sans', sans-serif;
					border: 0;
					color: $dark;
                    border-bottom: 1px solid $grey;
					@include placeholder {
						font-family: 'Work Sans', sans-serif;
						font-size: 14px;
						line-height: 20px;
						vertical-align: middle;
						color: $grey;
						text-align: left;
					}
					&:focus {
						outline: none;
                        border-bottom-color: $blue;
						@include placeholder {
							color: transparent;
						}
					}
				}
			}
			.card-number {
                border-bottom: 1px solid $grey;
				&:first-of-type {
					margin-top: 32px;
				}
				input {
					width: 43px;
                    border-bottom: 0;
				}
                &.focused {
                    border-bottom-color: $blue;
                }
			}
			.card-expiry {
				border-bottom: 0;
				.input-item {
					float: left;
					&.expiry {
						width: 200px;
						input:last-of-type {
							margin-left: 30px;
						}
					}
					&.csv {
						width: 80px;
						position: relative;
						a {
							display: block;
							position: absolute;
							top: 0;
							right: 0;
							font-size: 12px;
							text-decoration: none;
							color: $blue;
                            &:hover {
                                color: $dark;
                            }
						}
					}
					label {
						width: 100%;
					}
					input {
						border-bottom: 1px solid $grey;
						padding-bottom: 8px;
						&.month {
							width: 60px;
						}
						&.year {
							width: 79px;
						}
						&.csv {
							width: 79px;
						}
						&:focus {
							border-bottom: 1px solid $blue;
						}
					}
				}
			}
			.submit-group {
				width: 100%;
				float: left;
				position: relative;
			}
			.submit {
				text-transform: uppercase;
				position: relative;
				border: none;
				background-color: transparent;
				font-size: 12px;
				line-height: 21px;
    			letter-spacing: 1.4px;
				text-align: left;
				color: $dark;
				margin-left: 24px;
                cursor: pointer;
                &:hover {
                    text-decoration: underline;
                }
				&:focus {
					outline: none;
				}
			}
			.arrow {
				position: absolute;
				top: -2px;
				left: -1px;
				&:before {
					content: '';
					width: 15px;
					height: 15px;
					background-image: url('https://s21.postimg.org/lgxvam5df/arrow.png');
					position: absolute;
					top: 4px;
					left: 0;
                    @include transition(all 0.3s);
				}
                &.rotate {
                    &:before {
                        @include transform(rotate(360deg));
                    }
                }
			}
		}
	}
}
.credits {
    display: block;
    font-family: 'Work Sans', sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    color: $dark;
    font-size: 12px;
    margin: 0 10px 10px 0;
    a {
        @include opacity(0.8);
        color: inherit;
        font-weight: 700;
        text-decoration: none;
    }
}

.interested img {
    margin-left: 40px;
    box-shadow: 0px 0px 4px 6px #ffffff;
    background-color: rgb(42, 149, 255);
    margin-top: 10px;
    border-radius: 60px;
    border: 1px #000 solid;
    height: 66px;
    margin-bottom: 0px;
}

.interested h2 {
	color: #fff;
}
.course h3 {
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-size: 50px;
}
/*** 

====================================================================
	Main Footer Section
====================================================================
***/
.main-footer{
	background:#496272;
	padding:20px 0;
}
.main-footer .row {
    background: #394f5d;
    border-radius: 5px;
    padding: 5px;
}
.main-footer .footer-widget h2 {
    color: #ff8300;
    font-size: 16px;
    margin: 17px 0;
    padding-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 4px double;
}
ul.list {
    padding-left: 0;
}
.main-footer .links-widget .list li{
	list-style: none;
	margin-bottom: 5px;
}
.main-footer .links-widget .list li a{
	position:relative;
	padding-left: 20px;
	color: #b5b6b7;
	text-decoration:none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-size: 12px;
	text-transform: uppercase;
}
.main-footer .links-widget .list li a:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:-2px;
	color: #ffffff;
	font-size:18px;
	font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover{
	color:#ff7b38;
}

/*Gallery Widget*/

.main-footer .gallery-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 3px;
	margin-bottom:7px;
}

.main-footer .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
	opacity:0.70;	
}


.main-footer .contact-widget .form-group{
	position:relative;
	display:block;
	margin:0px;
	max-width:300px;
}

.main-footer .contact-widget .form-group input[type="text"],
.main-footer .contact-widget .form-group input[type="tel"],
.main-footer .contact-widget .form-group input[type="email"],
.main-footer .contact-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:40px;
	font-size:13px;
	color:#ffffff;
	font-style:italic;
	padding:10px 50px 10px 20px;
	background:#28292e;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .contact-widget .form-group input[type="submit"],
.main-footer .contact-widget button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#ff7b38;
	font-size:15px;
	text-align:center;
	background:#313237;
}

.footer-bottom{
	padding: 10px 0px;
        background-color: #05283f;
}

.copyright{
	color: #969696;
}
.copyright a{
	color: #c3c3c3;
}
/*Social Icon One*/

.social-icon-one{
	position:relative;
	    padding-left: 0;
}

.social-icon-one li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width: 30px;
	height: 30px;
	color: #000000;
	font-size: 18px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color: #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#ffffff;
	background-color: #2a58ff;
}

/*Social Icon Two*/
/*List Style One*/

.list-style-one{
	position:relative;
	margin-bottom:26px;
	    padding-left: 0;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	font-weight:400;
	list-style: none;
	padding-left:25px;
	margin-bottom:15px;
	color: #ebe4e6;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color: #ffffff;
	font-size:15px;
	font-weight:400;
}

/*List Style Two*/

.list-style-two{
	position:relative;
	margin-bottom:26px;
}

.list-style-two li{
	position:relative;
	font-size:16px;
	font-weight:400;
	padding-left:20px;
	margin-bottom:8px;
	color:#333333;
}

.list-style-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#f47a3c;
}
/*Sec Title*/

.sec-title{
	position:relative;
	margin-bottom:40px;
}

.sec-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:55px;
	height:3px;
	background-color:#ff7b38;
	font-family: 'Roboto', sans-serif;
}

.sec-title:after{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:3px;
	height:52px;
	background-color:#ff7b38;
	font-family: 'Roboto', sans-serif;
}

.sec-title .title{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:300;
	padding-left:65px;
	font-style:italic;
	margin-bottom:4px;
	font-family: 'Roboto', sans-serif;
}

.sec-title h2{
	position:relative;
	color:#111111;
	font-size:35px;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:10px;
	padding-left:20px;
}

/*Sec Title Two*/

.sec-title-two{
	position:relative;
	margin-bottom:60px;
	text-align:center;
}

.sec-title-two .inner-title{
	position:relative;
	padding:0px 22px;
	display:inline-block;
}

.sec-title-two .inner-title:before{
	position:absolute;
	content:'';
	left:0px;
	width:52px;
	height:52px;
	top:10px;
	border-top:3px solid #ff7b38;
	border-left:3px solid #ff7b38;
}

.sec-title-two .inner-title:after{
	position:absolute;
	content:'';
	right:0px;
	width:52px;
	height:52px;
	top:10px;
	border-right:3px solid #ff7b38;
	border-top:3px solid #ff7b38;
}

.sec-title-two .title{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:300;
	font-style:italic;
	margin-bottom:4px;
	font-family: 'Roboto', sans-serif;
}

.sec-title-two h2{
	position:relative;
	color:#111111;
	font-size:35px;
	font-weight:500;
	line-height:1.2em;
	text-transform:uppercase;
}

.sec-title-two .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-top:30px;
}

.sec-title-two.light .title{
	color:#999999;
}

.sec-title-two.light h2{
	color:#ffffff;
}
/*-- services-bottom --*/
.clients,
.services-bottom {
   background: #004481;
   padding: 20px 50px 50px;
   min-height: 525px;
}
.clients h3,
.services-bottom h3 {
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 600;
}
.clients span,
.services-bottom span {
	width: 15%;
	height: 2px;
	background: #ffffff;
	display:block;
    margin-bottom: 15px;
}
.youtube-video {
width: 90%;
    padding: 12px 19px;
    float: left;
    background-color: #000;
    margin-top: 15px;
    border-radius: 10px;
    border: 2px solid #fff;
    position: relative;
	}
.agileits_w3layouts_about_counter_left i {
    font-size: 30px;
    color: #eee;
    width: 60px;
    height: 60px;
    line-height: 1.9;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 1.1em;
    margin: .5em 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.countericon, .counterinfo {
    float: left;
}
.agileits_w3layouts_about_counter_left {
    margin-bottom: 8em;
}
.agileits_w3layouts_about_counter_left:nth-child(4),.agileits_w3layouts_about_counter_left:nth-child(5){
    margin-bottom: 0em;
}
/*-- //services-bottom --*/
/*-- clients--*/
.clients{
    background: #ff8301;
}
.clients label.line{
	background:#fff;
}
.flex-active-slide p {
    line-height: 30px;
    color: #fff;
    font-style: italic;
	letter-spacing:2px;
	font-size:14px;
    padding-bottom: 2em;
    border-bottom: 1px solid #fff;
    margin-top: .8em;
}

.client h5 {
	font-size: 20px;
	color:#ffffff;
    float: left;
    margin-top: 1.5em;
    margin-left: 1em;
}
.client {
    margin-top: 2em;
}
/*-- //clients--*/

.content-banner {
	background: url(../images/about.jpg);
    height: 250px;
    margin-top: 150px;
    background-size: cover;
}

.heading h2 {
	    float: right !important;
	    margin-right: 20% !important;
	    /* font-family: cursive; */
	    color: cornsilk;
	    font-size: 55px !important;
	    margin-top: 6% !important;
}

.inner-content h3 {
	   margin-top: 34px;
	   font-size: 37px;
	   /* text-align: center; */
	   /* background-color: snow; */
	   /* border: 1px solid; */
	   /* box-shadow: 0px 1px 5px 4px #c5c5c5; */
	   color: #0966c1;
	   font-weight: 600;
	   margin-bottom: 20px;
}
.inner-content h2 {
	    margin-top: 20px;
    color: crimson;
    font-family: garmoud;
}
.inner-content p {
	font-size: 18px;
    text-align: justify;
    font-weight: 600;
    line-height: 1.7;
    color: black;
    font-family: Courier New Bold;
}	
.inner-content li {
	line-height: 2;
	font-size: 18px;
	color: #1b1a1a;
	font-weight: 700;
	font-family: Constantia Bold;
}

#content {
	background: url(../images/backgroud.jpg);
	background-attachment: fixed;
	background-size: cover;
}

div[role='main'] {
	/* background: #fff; */
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
	padding: 50px 25px;
}
.table-content {
	margin: 0 -25px;	
}
table {
	border: none;
	border-collapse: collapse;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 0.750em; /* 12px (12/16) */
	line-height: 1.333em; /* 16px (16/12) */
	width: 100%;
}
table th,
table td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;	
}
table thead th,
table thead td {
	background-color: #0174DF;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px; /* 16px (16/12) */
	margin-left: 2px;
	line-height: 1.250em; /* 20px (20/16) */
	padding: 10px;
}
table thead th a,
table thead td a {
	color: #fff;
}
table tbody th {
	background-color: #3a3c31;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	color: #fff;
	font-size: 17px;
	padding: 11px 10px;
}
table tbody td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 7px 10px;
	font-size: 15px;
	color: #464646;
	font-weight: 600;
	background-color: #eaeaea;
}
.table-nav {
	display: none;	
}
@media all and (max-width: 768px) {
.heading h2 {

     float:none;
    margin-right: 0;
    font-size: 55px;
    margin-top: 70px;
    text-align: center;
}
}
@media all and (max-width: 480px) {
	.heading h2 {
     float:none;
    margin-right: 0;
    font-size: 55px;
    margin-top: 70px;
    text-align: center;
}

	.table-content {
		overflow-x: scroll;	
	}
	table {
		border: none;
		width: 100%;
	}
	table tbody th,
	table tbody td {
		border: none;
		width: 10%;	
	}
	table tr {
		border-bottom: 1px solid #000;	
	}
	.table-nav {
		display: block;
		font-size: 0.750em; /* 9px (9/12) */
		line-height: 1.222em; /* 11px (11/9) */
		margin: 0 0 15px 0;
		text-transform: uppercase;	
	}
	
}

button.btn {
    background-color: #0274df;
    color: #fff;
    font-size: 15px;
}

button.btn-1 {
    background-color: #375a8e;
    color: #fff;
    font-size: 20px;
    height: 36px;
    /* float: right; */
    margin-right: -30px;
}


.style-blue {
    background-color: #4983bb !important;
    border: 1px solid #3e6d9a;
    color: #fff;
}

.style_box {
    position: relative;
    clear: both;
    display: block;
    padding: 20px 20px 20px 20px;
    margin: 5px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1), inset 0 1px 0 0 rgba(255,255,255,.3);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1));
    border-radius: 3px;
}


.col-md-6-img {
    margin-top: 26px;
}

.col-md-6-img img {
    border: 2px solid #000;
}

.text-3 p {
    font-size: 16px;
    margin-top: 19px;
}
.mai-4 {
    background-color: #ffffff;
    border: 3px solid #2a95ff;
    height: 462px;
}

.mai-4 h4 {
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    color: #ff0c0c;
    font-weight: 600;
    /* margin-top: 26px; */
}

.mai-4 p {
    font-size: 20px;
    text-align: center;
}

.mai-4 li {
    text-align: center;
    list-style-type: none;
    font-size: 16px;
}

p.main-4 {
    text-align: center;
    font-size: 23px;
}

.mai-6 li {
    
    list-style-type: none;
    font-size: 16px;
}

.mai-6 {
    background-color: #ffffff;
    border: 3px solid #2a95ff;
    height: 540px;
}

.mai-6 h4 {
    text-align: center;
    
    font-size: 20px;
    color: #ff0c0c;
    font-weight: 600;
    /* margin-top: 26px; */
}


.mai-7 li {
    
    list-style-type: none;
    font-size: 16px;
}

.mai-7 {
    background-color: #ffffff;
    border: 3px solid #2a95ff;
    height: 440px;
}

.mai-7 h4 {
    text-align: center;
    
    font-size: 20px;
    color: #ff0c0c;
    font-weight: 600;
    /* margin-top: 26px; */
}

.mai-5 li {
    
    list-style-type: none;
    font-size: 16px;
}

.mai-5 {
    background-color: #ffffff;
    border: 8px solid #2a95ff;
    height: 440px;
}

.mai-5 h4 {
    text-align: center;
    
    font-size: 20px;
    color: #ff0c0c;
    font-weight: 600;
    /* margin-top: 26px; */
}


.mai-8 li {
    
list-style-type: none;
    
font-size: 16px;
    
text-align: center;
}

.mai-8 {
    background-color: #ffffff;
    border: 3px solid #2a95ff;
    height: 440px;
}

.mai-8 h4 {
    text-align: center;
    
    font-size: 20px;
    color: #ff0c0c;
    font-weight: 600;
    /* margin-top: 26px; */
}

/*************************
********* Contact Us CSS ******
**************************/
.form_wrap {
    width: 100%;
    clear: both;
    float: left;
}

.gmap-area {
  
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0;
  margin-top: 0px;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 600;
  line-height: 2;
  margin-bottom: 40px;
  font-size: 17px;
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}


section#contact-info {
    background-color: #274d73e0;
    margin-top: 141px;
}

.center h2 {
    text-align: center;
}

.center p {
    text-align: center;
}
section#contact-info h2 {
    text-align: center;
    padding: 43px 0 0 0;
    font-size: 53px;
    color: #fff;
    font-weight: 600;
}

section#contact-info p {
    text-align: center;
    font-size: 19px;
    color: #fff;
}

.gmap-area .map-content address h3 {
   font-weight: 600;
    font-size: 20px;
    margin-bottom: 37px;
	text-align: center;
	 color: tomato;
    margin-top: 86px;
}
.gmap-area .map-content address strong {
	font-size: 20px;
	color: steelblue;
}
.col-sm-7.map-content {
    background: #26456552;
    border: 2px solid #2c95ff;
}

ul.box li {
       background: linear-gradient(180deg,  #027185, #445190);
    list-style-type: none;
    padding: 2px 0px 1px 1px;
    margin-bottom: 8px;
    color: #fff;
     height: 179px;
    /* width: 335px; */
    /* margin: 0; */
}
.box h3 {
	
}
.cont-form {
    background: #004481;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.cont-form input {
    color: #000;
}
.success{         margin:0 0 10px 0;   }

.form_wrap{
   width           :100%;
   clear           :both;
   float           :left;
}

.contact input{
   width           :100%;
}

select,textarea,input[type=text],
input[type=email],input[type=password]{
   border          :1px solid #e1e1e1;
   padding         :6px 3px;
   box-shadow      :0 0 0 #e1e1e1, inset 1px 1px 1px 0 #eee;
   display         :inline-block;
   border-radius   :2px 2px 2px 2px;
}

select:hover,textarea:hover,input[type=text]:hover,
input[type=email]:hover,input[type=password]:hover{
    border         :1px solid #ccc;
    box-shadow     :0 0 2px #e1e1e1, inset 0 0 1px 1px #eee;
}

input.buttons{
   color           :#fff;
   background-color:#0081cb;
   border          :1px solid rgba(0,0,0,.2);
}
input.buttons:hover{
   border          :1px solid rgba(0,0,0,.5);
}

button.buttons{
	color           :#fff;
	padding         :5px 10px;
}

.googlemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

.banner-bottom,.services,.service-bottom,.contact,.inner_main_agile_section,.test {
		padding: 4em 0;
			}
	.banner-bottom {
		background-color: transparent;

	}
	
	.agile_inner_grids {
		margin-top: 3em;
	}
	#chart #bars li {
		width: 80px;
		height: 300px;
		margin: 0;
	}
	.agileits-banner-info {
		padding: 13em 0 0em;
	}
	.nbs-flexisel-nav-left {
		left: 91.5%;
	}

/*-- banner-bottom --*/
.banner-bottom,.services,.service-bottom,.contact,.inner_main_agile_section,.test {
    padding: 5em 0;
}
.banner-bottom h2{
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    margin: 0 auto;
    letter-spacing: 1px;
}
.banner-bottom h2 span{
	color:#0ac876;
}
.banner-bottom h2 span.fixed_w3{
	color:#ff8301;
	margin-left:10px;
}
.agileits_banner_bottom_grids,.w3layouts_work_grids,.w3layouts_mail_grid{
	margin:3em 0 0;
}
.w3ls_banner_bottom_grid{
	position:relative;
}
.w3ls_banner_bottom_grid_pos{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	text-align:center;
}
.agileits_banner_bottom_grids.two {
    margin-top: 2em;
}
.banner-bottom h6,.inner_main_agile_section h6 {
    text-align: center;
    letter-spacing: 7px;
    color: #0ac876;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}
/*-- image-effect --*/
.hovereffect {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color:rgba(23, 24, 24, 0.49);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h4 {
	text-transform: uppercase;
    color: #0ac876;
    text-align: center;
    position: relative;
    font-size: 1.1em;
    padding: 8px 0;
    width: 80%;
    margin: 0 auto;
    background: rgba(23, 22, 27, 0.72);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    letter-spacing: 1px;
    font-weight: 700;
}
.hovereffect:hover h4 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.hovereffect p{
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: 0;
      padding: 4em 2em 0em;
    letter-spacing: 2px;
}

.hovereffect:hover p{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.w3l_header {
    font-size:2.5em;
        color: #262c38;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    text-align: center;
}
h3.w3l_header.w3_agileits_header.two {
    color: #fff;
}
.w3l_header:after {
   border-top: 2px solid #efb312;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}
.w3l_header span {
    color: #00ba66;
}

/*-- //banner-bottom --*/

/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0 0 .5em;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px 2px;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
       background:#222 url(../images/left.png) no-repeat 7px 7px;
     top: -20% !important;
	display:block;
}
.nbs-flexisel-nav-left {
	    left: 93.5%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:#222 url(../images/right.png) no-repeat 7px 7px;
}
/*--//flexisel--*/

.banner-bottom, .services, .service-bottom, .contact, .inner_main_agile_section, .test {
    padding: 3em 0;
}

.contact {
	 padding: 0em 0;
}

/*-- events --*/
.w3layouts_event_grid{
	padding:0;
}
.w3_agile_event_grid1{
	position:relative;
	overflow: hidden;
}
.w3_agile_event_grid1_pos{
	position:absolute;
	bottom:0%;
	left:0%;
	z-index: 9;
} 
.w3_agile_event_grid1_pos p{
	padding:.2em 1em;
	
    background: #efb312;
	font-weight:600;
	color:#fff;
}
.agile_event_grid1_pos{
	position:absolute;
	top:15%;
	right:5%;
	z-index: 9;
}
.agile_event_grid1_pos ul li{
	display:block;
	float: none;
	line-height: 30px;
}
.agile_event_grid1_pos ul li a{
	color: #212121;
    position: relative;
    display: block;
    padding: 0em 1em;
    background: #fff;
    font-weight: 600;
    border-radius: 15px;
	text-decoration:none;
}
.agile_event_grid1_pos ul li a:hover{
	background:#efb312;
	color:#fff;
}
.agile_event_grid1_pos ul li a i{
	padding-right:.5em;
}
.agile_event_grid1_pos ul li:nth-child(2){
	margin:1em 0;
}
.agileits_w3layouts_event_grid1{
	padding:1.5em;
	background:#a3deb2;
}
.agileits_w3layouts_event_grid1:hover{
	background:#00ba66;
}
.agileits_w3layouts_event_grid1 h5{
	margin:1em 0;
}
.agileits_w3layouts_event_grid1 h5 a{
	    font-size: 1.3em;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: none;
}
.agileits_w3layouts_event_grid1:hover h5 a{
	color:#fff;
}
.agileits_w3layouts_event_grid1:hover p {
    color: #fff;
}
.agileits_w3layouts_event_grid1 p{
	color:#777;
	line-height:2em;
}
.w3_agile_event_grid1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  
    background: rgba(17, 19, 18, 0.44);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}
.w3layouts_event_grid:hover .w3_agile_event_grid1:before {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}
.w3_agile_event_grid1 img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	display: inline-block;
}
.w3layouts_event_grid:hover .w3_agile_event_grid1 img {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
.events {
    margin-top: 0px;
	background-color:transparent;
}
/*-- //events --*/

#myCarousel{
	margin-top:153px;
}
#myCarousel img{
	width:100%;
}
#myCarousel .carousel-caption {
    background: #00000099;
    border-radius: 10px;
    border: 2px solid #ff2b2b;
}
#myCarousel .carousel-caption img {
	width:auto;
	display:inline;
}
.courses-box {
    border: 1px solid #e6ebef;
    text-align: center;
    margin: 30px 0;
}
.courses-box a:hover{
    text-decoration:none;
    color:#000;
}
.courses-box h5{
	font-weight: bold;
    color: #999999;
   
    background: #fff;
}
.courses-box h4{
	color: #004481;
}

.courses-box:hover h4{
	color: #ff8301;
}
.courses-box p{
	padding-top:10px;
	border-top: 1px solid #e6ebef;
        color:#000;
}
section.logo-reason {
    background: #e6ebef;
    padding: 30px 0;
}
section.logo-reason h2 {
    margin-bottom: 60px;
}
section.logo-reason .item {
    text-align: center;
}
section.logo-reason .item img {
    width: auto;
    display: inline-block;
}
.job-courses h2 {
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 35px;
}
.job-courses h2 span.fixed_w3 {
    color: #ff8301;
    margin-left: 10px;
}
.job-block{
	padding: 15px 20px;
	margin-bottom: 30px;
	background: #f7f7f7;
	box-shadow: 0 0 13px grey;
	-webkit-box-shadow: 0 0 13px grey;
	/* height: 180px; */
	margin: 30px 0;
	padding-bottom: 45px;
	padding-top: 45px;
}
.job-courses p {
    font-size: 20px;
    text-align: center;
    /* margin-top: 20px; */
    padding: 12px;
}
.name h3{
	    font: 26px open_sansregular;
	    color: #ef5030;
	    margin-bottom: 5px;
	    text-align:center;
}
.name h4{font: 16px open_sansregular;color: #090909;text-align:center;}

.bottom-footer {
    background: #496272;
    margin: 0;
    padding: 0;
}
.bottom-footer p {
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
}

.footer-top p {
    margin: 10px;
    color: #fff;
    font-size: 18px;
}
.footer-top .navtop-right-content {
    margin-top: 35px;
}
.footer-top { 
    color: #fff;
    font-size: 20px;
    background: #496272;
    padding: 20px 0 0;
}
.index-top-content img {
	width:24px;
}
.footer-top i {
    width: 45px;
    background: #ff2c2c;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    line-height: 45px;
    height: 45px;
    font-size: 18px;
}
.footer-top i:hover {
    background: #000;
}
.job-block input#submitEnqueryCourse {
   
margin-left: 80px;
   
background: #ff8301;
   
color: #fff;
   
font-weight: 700;
   
letter-spacing: 2px;
   
width: 150px;
}
.job-block h3 {
    text-align: center;
    margin: 0;
}
.job-courses {
    padding: 0px 0 50px;
}
.name span {
    border-top: 1px solid #f36a33;
    padding: 5px 48px 0;
    float: left;
    width: 100%;
    font-size: 20px;
}
.capbox_contact {
    background: #ff2828;
    padding: 10px;
    border-radius: 10px;
}
.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    padding-bottom: 10px;
}
.nav>li>a {
	padding: 48px 11px;
    color: #004481;
    font-weight: bold;
}
/* mega menu css */


.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width:  184%;
	margin-left: -59% !important;
    box-shadow: none;
    -webkit-box-shadow: none;
	background-color: #8599a5;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu >table > li > ul li {
  list-style: none;
}
.mega-dropdown-menu > li > ul li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul  li  a:hover,
.mega-dropdown-menu > li ul  li  a:focus {
  text-decoration: none;
  color:white;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 18px;
}
/* subscribe form */
.footer-top .subscribe
{
	height: 100px;
	margin-top: 2%;
}
.footer-top .subscribe button
{
	background-color: red;
	margin-top: 2%;
}
.footer-top .subscribe input
{
	background-color: #658cad6e;
}

.footer-top .subscribe button:hover
{
	background-color:black;
	outline: none;
	border: #000;
}
.oscp-banner{

	background-image: url('../images/slider/banner3.jpg') !important;
	background-size: 100% 100%;
}
.art-banner{

	background-image: url('../images/slider/artifdiceal.jpg') !important;
	background-size: 100% 100%;
}
.chfi-banner{

	background-image: url('../images/slider/chfi.jpg') !important;
	background-size: 100% 100%;
}
.cyber-banner{

	background-image: url('../images/slider/cyber-seq.jpg') !important;
	background-size: 100% 100%;
}
.ethical-banner{

	background-image: url('../images/slider/ethical-hack.jpg') !important;
	background-size: 100% 100%;
}
.art-banner2{

	background-image: url('../images/slider/inteligence.jpg') !important;
	background-size: 100% 100%;
}
.IOT-banner{

	background-image: url('../images/slider/IOT.jpg') !important;
	background-size: 100% 100%;
}
.machine-banner{

	background-image: url('../images/slider/machine.jpg') !important;
	background-size: 100% 100%;
}
.defender-banner{

	background-image: url('../images/slider/networ-deffender.jpg') !important;
	background-size: 100% 100%;
}

