body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: url(../images/download.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

p {
    margin: 0;
    letter-spacing: 1px;
    color: #777777;
}

ul {
    margin: 0;
    padding: 0;
    color: #777777;
}

p,
ul,
ol {
    font-size: 14px;
    letter-spacing: 1px;
}














/*==================== Coding Starts Here ===========================*/
/*==================== Coding Starts Here ===========================*/
/*==================== Coding Starts Here ===========================*/
/*==================== Coding Starts Here ===========================*/




a.logo img{
    width: 100%;
	}

.navbar-nav {
    float: left;
    margin: 3px 0 0 0;
}




/*** 

====================================================================
	Main Header style
====================================================================

***/

.site-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.site-header:after {
    clear: both;
    display: table;
    content: '';
}

.header-top {
    position: relative;
    font-size: 13px;
    padding: 0px 0px;
    background: #01263b;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.header-top a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-left ul {
	list-style:none;
}

.links-nav li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.top-right .links-nav li {
    margin-right: 0px;
    margin-left: 25px;
}

.links-nav li a {
    position: relative;
    line-height: 37px;
    font-size: 13px;
   
}

.links-nav li .fa {
    padding-right: 8px;
    font-size: 22px;
    color: #fff;
}

.call-fixed-button1 {
    width: 71px;
    height: 67px;
    position: fixed;
    bottom: 0px;
    top: 400px;
    right: 30px;
    z-index: 10000;
    float: right;
    border-radius: 6px 6px 0px 0px;
}
.header-top .social-links a {
    border-radius: 100%;
    color: $fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    line-height: 22px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    width: 25px;
}

.header-top a:hover {
    color: #fdad00;
}









/*** 

====================================================================
	 About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:7em 0 3em;
}

.about-section .content-column{
	position:relative;
	margin-bottom:50px;
}

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

.sec-title .title {
    font-size: 14px;
    color: #777777;
    font-style: italic;
    line-height: 1.8em;
}

.sec-title h2 {
    font-size: 30px;
    color: #222222;
    font-weight: 900;
    line-height: 1.4em;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 span {
    color: #FF3300;
    font-weight: 600;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fe9900;
}

.about-section .content-column .inner-box .text {
    position: relative;
    margin-bottom: 34px;
}

.btn-style-two {
    position: relative;
    padding: 10px 30px;
    line-height: 20px;
    text-transform: uppercase;
    background: #2685f0;
    color: #ffffff;
    border: 2px solid #2685f0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 800;
}

.theme-btn {
    display: inline-block;
    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;
}

.btn-style-two:hover {
    background: none;
    color: #0d55a6;
}

.about-section .content-column .icon-box{
	position:absolute;
	right:75%;
	top:-110px;
	margin-left:20px;
	line-height:1em;
	color:#f9fafc;
	font-size:280px;
}

.about-section .content-column .inner-box{
	position:relative;
	padding-right:60px;
}

.about-section .content-column .inner-box .text{
	position:relative;
	margin-bottom:34px;
}

.about-section .content-column .inner-box .text .dark-text{
	color:#222222;
	margin-bottom:20px;
}

.about-section .content-column .inner-box .text p{
	position:relative;
	color:#000;
	font-size:14px;
}

.video-box{
	position:relative;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.1);
	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;
}

.video-box:hover .overlay-box{
	background-color:rgba(0,0,0,0.3);
}

.video-box .overlay-box span{
	position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
	font-size: 16px;
	text-align: center;
    margin-top: -40px;
    color: #ffffff;
    line-height: 78px;
	font-weight:700;
	padding-left:5px;
	border-radius:50%;
    display: inline-block;
    border: 2px solid #ffffff;   
}


.aboutsec{
	padding-top:3em;
	padding-bottom: 2em;
	background: url(../images/download.jpg);
	}


.aboutsec1{
	padding-top:3em;
	padding-bottom: 2em;
	}
	
.aboutbg{
	background:url(../images/productsbg.jpg) no-repeat fixed;
	background-size:cover;
}

.aboutbg .sec-title h2{ 
	color:#fff;
	}

.aboutbg .sec-title h2 span{
	color: #187bec;
	}

.aboutbg .content-column .inner-box .text .dark-text{
	color:#eee;
	}
	
.aboutsec1 .content-column{
	margin-bottom: 0;
	}


.aboutsec1 ul {
    margin-bottom: 25px;
}

.aboutbg ul li {
	color:#ddd !important;
	}

.aboutsec1 ul li {
    font-size: 15px;
    line-height: 25px;
    color: #555;
    list-style: none;
    display: block;
}
.aboutsec1 ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #fab427;
}
.aboutsec1 ul li a {
    color: #fff;
    font-size: 15px;
}


.aboutsec1 .sec-title h2{
    font-size: 22px;
}
	

/*** 

====================================================================
	 About Section End here
====================================================================

***/










/*** 
=============================================
    Welcome Area style
=============================================
***/
.welcome-area {
    padding-top: 40px;
    padding-bottom: 55px;
    position: relative;
}
.welcome-area .welcome-content {
    
}
.welcome-area .welcome-content .title {
    width: 300px;
    border-right: 2px solid #f8c12d;
    text-align: center;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 18px;
}
.welcome-area .welcome-content .title h1 {
    font-size: 27px;
    color: #fff;
    font-weight: 900;
    line-height: 1.4em;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.welcome-area .welcome-content .title h1 span{
    color: #FF9900;
    font-weight: 600;
}
.welcome-area .welcome-content .title,
.welcome-area .welcome-content .text{
    display: table-cell;
    vertical-align: middle;
}
.welcome-area .welcome-content .text{
    padding-left: 30px;    
}
.welcome-area .welcome-content .text p {
    margin: 0;
    color: #eee;
}



.btn-style {
    position: relative;
    padding: 8px 19px;
    line-height: 20px;
    text-transform: uppercase;
    background: #FF9900;
    color: #ffffff;
    border: 2px solid #2685f0;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 7px;
}

.theme-btn {
    display: inline-block;
    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;
}

.btn-style:hover,active {
    background: none;
    color: #2e8ffc;
}












/*** 
=============================================
    solution Area style
=============================================
***/
.solution-area {
    padding-top: 20px;
    padding-bottom: 40px;
    background: url(../images/productsbg.jpg);
}
.single-solution-item{
    margin-bottom: 60px;
}
.single-solution-item .title-holder {
    margin-bottom: 20px;
}
.single-solution-item .title-holder h3 {
    font-size: 21px;
    margin: 0 0 5px;
    color: #fff;
}
.single-solution-item .title-holder p {
    color: #999999;
    margin: 0 0 17px;
}
.single-solution-item .title-holder .border{
    background: #fdc900;
    height: 3px;
    width: 60px;
    display: block;
}
.single-solution-item .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
    border: 1px solid #e0e0e0;
}
.single-solution-item .img-holder img{
    transform: scale(1, 1);
    transition: all 0.5s ease 0s;
    width: 100%;    
}
.single-solution-item:hover .img-holder img{
    transform: scale(1.1, 1.1);    
}
.single-solution-item:hover .img-holder .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-solution-item .img-holder .overlay-style-one .box{
    
}
.single-solution-item .img-holder .overlay-style-one .box .content {
    text-align: left;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.single-solution-item .img-holder .overlay-style-one .box .content a {
    background: #fdc900;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 3px;
    border: 2px solid #fdc900;
}
.single-solution-item .img-holder .overlay-style-one .box .content a:hover{
    background: #292d2f;
    color: #fff;
}
.single-solution-item .img-holder .icon-holder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fdc900;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    transition: all 900ms ease;
    transform: translate3d(0px, 0px, 0px);
}
.single-solution-item:hover .img-holder .icon-holder{
    transform: translate3d(0px, 80px, 0px);
}
.single-solution-item .img-holder .icon-holder span:before {
    color: #222222;
    font-size: 22px;
    line-height: 19px;
    display: block;
    padding: 10px 0;
}
.single-solution-item .text-holder {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 23px 20px 21px;
}
.single-solution-item .text-holder p{
    margin: 0;    
}

.solution-area .solution-botton{
    border-top: 1px solid #f4f4f4;
    padding-top: 40px;
}
.solution-area .solution-botton .single-item {
    width: 100%;
}
.solution-area .solution-botton .single-item .img-holder{
    width: 120px;
    position: relative;
}
.solution-area .solution-botton .single-item .img-holder,
.solution-area .solution-botton .single-item .text-holder{
    display: table-cell;
    vertical-align: middle;
}
.solution-area .solution-botton .single-item .text-holder {
    padding-left: 20px;
    border: 1px solid #f4f4f4;
    padding-right: 20px;
}
.solution-area .solution-botton .single-item .text-holder h3 {
    margin: 0 0 7px;
}
.solution-area .solution-botton .single-item .text-holder p {
    color: #999999;
    margin: 0 0 8px;
}
.solution-area .solution-botton .single-item .text-holder a{
    color: #fdc900;
    font-size: 16px;
    font-weight: 400;
}
.solution-area .solution-botton .single-item .text-holder a span:before {
    display: inline-block;
    padding-right: 6px;
    font-size: 15px;
    line-height: 15px;
    transition: all 500ms ease;
}
.solution-area .solution-botton .single-item:hover .text-holder a span:before{}

.solution-area1{
    background:#fff;
}

.solution-area1 .welcome-area .welcome-content .title h1{
    color:#000;
}


.solution-area1 .welcome-area .welcome-content .text p{
    color:#333
    
}


.solution-area1 .single-solution-item .title-holder h3{
    color:#333;
    
}


/*** 
=============================================
    solution Area end here
=============================================
***/




/* Overlay styles  */
.overlay-style-one{
    
    position: absolute;
    
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
   
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}


/* Overlay styles two */
.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: -85%;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    background: rgba(52, 82, 255, 0.90);
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.overlay-style-two .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-two .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}








/*** 

====================================================================
	Contact Style
====================================================================

***/

.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: firsttopcase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px;
}

.default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}

.contact-form .sec-title.text-center * {
    color: #fff;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 48px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 11px 15px;
    background-color: #ffffff;
    color: #111111;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form .default-form input[type="text"],
.contact-form .default-form input[type="email"],
.contact-form .default-form input[type="password"],
.contact-form .default-form select,
.contact-form .default-form textarea {
    background-color: #FFF;
    color: #121212;
    font-size: 12px;
    font-weight: 800;
    border-radius: 3px;
}

.contact-form::-webkit-input-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-form::-moz-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-form:-ms-input-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-form input:-moz-placeholder {
    color: #121212;
    text-transform: firsttopcase;
}

.contact-style-one::-webkit-input-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.contact-style-one::-moz-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.contact-style-one:-ms-input-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.contact-style-one input:-moz-placeholder {
    color: #777777;
    text-transform: firsttopcase;
}

.default-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/icon-select.html) right center no-repeat;
}

.default-form textarea {
    height: 180px;
    resize: none;
}

.contact-style-one.extended .default-form textarea {
    height: 194px;
}

.contact-form .default-form textarea {
}

.default-form select option {
    text-indent: 15px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #fbca00 !important;
    background-color: rgba(255, 255, 255, 0.50) !important;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000 !important;
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: firsttopcase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form .info-column .inner-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.70);
}

.contact-form .form-column .upper-content {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form .form-column .upper-content .subtitle {
    font-size: 18px;
    font-style: italic;
}

.lftheading {
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
}

.contact-form .form-column .upper-content h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-form {
    position: relative;
    background: #000000;
    color: #000;
}

.contact-form .form-column {
	background: rgba(0, 0, 0, 0) url("../images/bg.png") repeat scroll 0 0;
    float: left;
    position: relative;
    width: 50%;
}

.contact-form .form-column .inner-box {
    padding: 50px 70px;
    position: relative;
}

.contact-form .form-column .firsttop-content {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form .form-column .firsttop-content .subtitle {
    font-size: 18px;
    font-style: italic;
}

.contact-form .form-column .firsttop-content h3 {
    font-size: 24px;
    text-transform: firsttopcase;
    font-weight: 700;
}

.contact-form .info-column {
    position: absolute;
    text-align: center;
    right: 0px;
    top: 0px;
    height: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.contact-form .info-column .test-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.70);
}

.contact-form .info-column .inner-most {
    display: table-cell;
    vertical-align: middle;
}

.contact-form .info-column h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form .info-column .text {
    font-size: 16px;
    text-transform: firsttopcase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 0 40px;
}

.contact-form .info-column h4 {
    font-size: 16px;
    text-transform: firsttopcase;
    font-weight: 600;
    color: #489eff;
    text-transform: capitalize;
}


.btn-two {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: firsttopcase;
    background: #2685f0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #2685f0;
    border-radius: 2px;
}
.btn-two:hover {
    color: #fbca00;
    border-color: #2685f0;
    background: none;
    color: #3a95fc;
}











/*** 
=============================================
    Products Range
=============================================
***/
.latest-project-area {
	background:url(../images/bg.html);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 4em;
  padding-bottom: 0em;
  z-index: 1;
}
.latest-project-area::before {
  background: rgba(25, 25, 25, 0) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.latest-project-area .sec-title {
  
}
.latest-project-area .sec-title:before {
  background: #fdc716;  
}
.latest-project-area .sec-title p {
  color: #ffffff;  
}
.latest-project-area .sec-title h1 {
    font-size: 28px;
    color: #000;
    font-weight: 800;
    line-height: 1.4em;
    padding-bottom: 10px;
    text-transform: uppercase;
}


.latest-project-area .sec-title h1 span {
    color:#FF3300;
    font-weight: 600;
}


.latest-project-area .button a {
    padding: 7px 20px;
}

.single-latest-project {
  
  padding: 5px;
}
.single-latest-project .img-holder {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-latest-project .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;  
  height:303px;
}
.single-latest-project .img-holder .overlay-box .box .content a i {
  background: #2685f0 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 15PX;
  height: auto;
  width: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 17px 13px;
  border-radius: 4px;
}

.single-latest-project:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-latest-project:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-latest-project .img-holder .overlay-box .box .content a:hover i{
  background: #080707;
}


.single-latest-project .title-holder {
  background: #014871 none repeat scroll 0 0;
  margin-top: 0;
  overflow: hidden;
}
.single-latest-project .title-holder h4 {
  margin: 12px 0 -2px;
}
.single-latest-project .title-holder p {
  color: #01305e;
  margin: 0 0 13px;
}

.thm-btn:hover {
    background: #fac012;
    color: #000;
    border: 2px solid #fdc716;
}


.latest-project-area .sec-title:before {
    background: #fdc716;
}
style.css:182
.sec-title:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 3px;
    height: 52px;
    background: #01305e;
    content: "";
}

.single-latest-project .title-holder h4 {
    margin: 12px 0 -2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.single-latest-project .title-holder p {
    color: #01305e;
    margin: 0 0 13px;
}

.overlay-box{

  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;	
  opacity: 0;
  filter: alpha(opacity=0);
   
}
.overlay-box .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay-box .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}



















/*============================ 22. Footer css ==========================*/

.footer.bg-style {
  background: #000 none repeat scroll 0 0;
  padding: 50px 0 20px;
}

/* padding */
.footer-col {
    margin-bottom: 30px !important;
}
.footer .footer-col img {
  height: 50px;
  width: 135px;
}
.footer h3 {
    color: #60abff;
    margin-bottom: 30px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out4
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 18px;
}
.footer .footer-col h3:hover {
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out4
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .footer-socila-col p {
  color: #a6b6c2;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 22px;
}
.footer .footer-col h4 {
    color: #758590;
}
.footer-social-box{
    float:right;
    padding-right: 7em;
}
.footer-social-box ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}

.footer-social-box ul li i {
  background-color: #191919;
  border: 1px solid #333;
  color: #ffffff;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.footer-social-box ul li i a {
  color: #ffffff;
}


.footer .contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .contact ul{
    margin-bottom:40px
}

.footer .contact ul li {
    line-height: 23px;
    margin-top: 9px;
    color: #9cbbd1;
    font-size: 12px;
}

.footer .contact ul li strong{
    color:#ddd;
    
}

.footer .contact ul li a{
    color:#9cbbd1; 
}

.footer .contact ul li i {
    margin-right: 5px;
    color: #ddd;
}

.footer .footer-col .contact-info h5 {
    color: #758590;
    padding-bottom: 9px;
    font-size: 14px;
    border-bottom: 1px solid #3a3a3a;
    text-transform: capitalize;
}
.footer .footer-col .contact-info h4 {
    text-transform: capitalize;
}
.tags {
    margin-bottom: 30px;
}
.tags a {
    font-size: 14px;
    padding: 10px 8px;
    border: 1px solid #A1B1BC;
    float: left;
    margin: 5px 6px 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tags a:hover {
    color: #ffffff;
    background: #488FE1;
    border: 1px solid #488FE1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-link h4 {
    font-family: 'Noticia Text', serif;;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 18px;
}
.footer-link ul li {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 4px;
    margin-bottom: 4px;
    list-style: none;
}
.footer-link ul li:last-child {
    border-bottom: none;
}
.footer-link ul li a:before {
    color: #8d9eaa;
    content: "\f054";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 8px;
}
.footer-link ul li a {
    color:#9cbbd1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}
.footer-link ul li a:hover {
    color:#b7c1cb;
    padding-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flickr {
    margin-bottom: 15px;
}
.flickr .thumb img {
    width: 75px;
    height: 75px;
}
.flickr .thumb {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.flickr .mar-l10 {
    margin-left: 0;
}
.flickr .mar-r10 {
    margin-right: 10px;
}
.flickr .thumb .overlay {
  background-color: rgba(241, 63, 75, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.flickr .thumb:hover .overlay {
    transform: scale(1);
}
.flickr .thumb .overlay i {
    color: #ffffff;
    font-size: 20px;
    margin-top: 40%;
}
.upper {
    color: #FFFFFF;
    margin: 0;
}
/*copy right start*/

.copyright {
    padding: 20px 0 6px;
    border-top: 1px solid #3a3a3a;
}
.copyright p {
    color: #eee;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    }

.copyright p a {
    font-weight:600;
}




















/* ======================= 5. Section-title-css ============== */
.section {
    padding: 100px 0 70px;
}
.section-title {
    margin-bottom: 40px;
    text-align: center;
} 
.title-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 20px;
}
.title-img:after { 
    left: 20px;
    top: 14px;
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 6px;
    background: #ffb500;
}
.title-img:before { 
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 6px;
    background: #ffb500;
    right: 20px;
    top: 14px;
}

.section-title p {
    margin-top: 30px;
}
/***** padding ******/
.p-0 {
    padding: 0;
}
.padding-top-0 {
    padding-top: 0 !important;
} 
.padding-bottm-0 {
    padding-bottom: 0 !important;
}

/********** layer START ************/
.color {
    color: #f9520b;
}
.layer-black {
    position: relative;
}
.layer-black:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.0);
}

.mx-border {
    border-bottom: 3px solid #f9520b;
    width: 50px;
    margin-bottom: 20px;
}

.iner-title .section-title h1 {
    color: #ffffff;
    font-size:1.8em;
    text-transform: uppercase;
}
.iner-title .section-title h1 span {
color:#288eff;
}

.iner-title {
    padding: 158px 0 70px;
    background-attachment: fixed;
    background-image: url(../images/pagetitlebg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-page-col {
    color: #f9520b;
}
.inner-page-col a {
    color: #ffffff;
    font-size: 12px;
}
/* ========================= 6. Button css start ====================== */ 

.btn {
    color: #ffffff;
    padding: 10px 30px;
    background: #f9520b;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    color: #f9520b;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-yellow {
    color: #F13F4B;
    background: #ffffff;
    text-transform: uppercase;
    padding: 12px 42px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.btn-yellow:hover {
    color: #F13F4B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
	}




















/*** 

====================================================================
	Contact page Section
====================================================================

***/

.contact-form1.default-form1 {
    background: transparent;
}

.contact-section1 {
    position: relative;
    padding: 5em 0px 4em;
    background: #fff;
}

.contact-section1 .column {
    position: relative;
    margin-bottom: 30px;
}

.contact-section1 h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 800;
    line-height: 1.4em;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-section1 h2 span {
    color: #0d55a6;
    font-weight: 600;
}

.contact-section1 .contact-form1 .form-group {
    margin-bottom: 20px;
}

.contact-section1 .column .inner-box1 {
    position: relative;
    padding-left: 20px;
}

.contact-section1 .column .inner-box1 .text {
    font-size: 16px;
    line-height: 27px;
    color: #666;
    margin-bottom: 30px;
}

.contact-section1 .contact-info1 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section1 .contact-info1 li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 35px;
    line-height: 24px;
    color: #333;
    padding-top: 5px;
    font-size: 14px;
    list-style: none;
}

.contact-section1 .contact-info1 li h3 {
    color: #23282a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 7px;
}

.contact-section1 .contact-info1 li .fa {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    color: #1575e3;
    border: 1px solid #e0e0e0;
	font-weight:bold;
}

.default-form1 input[type="text"],
.default-form1 input[type="email"],
.default-form1 input[type="password"],
.default-form1 select,
.default-form1 textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 48px !important;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #e0e0e0;
    padding: 10px 25px !important;
    border-radius: 2px;
}

.contact-section1 .contact-form1 .form-group textarea {
    height: 180px !important;
    resize: none;
}

.default-form1 input:focus,
.default-form1 select:focus,
.default-form1 textarea:focus {
    border-color: #fdc900;
}

.default-form1 input.error,
.default-form1 select.error,
.default-form1 textarea.error {
    border-color: #ff0000;
}

.default-form1 label.error {
    display: block;
    line-height: 24px;
    padding-top: 5px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ff0000;
}

.contact-section1 .social-links li a:hover {
    color: #ffffff;
    background: #f7542b;
}


.test-grid p {
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 0 auto 1em;
    width: 78%;
    color: #eee;
}










/*=========================== angle nav ==========================*/
/*=========================== angle nav ==========================*/
/*=========================== angle nav ==========================*/
/*=========================== angle nav ==========================*/






.sidebar .styled-nav {
    position: relative;
}

.sidebar .styled-nav .nav-outer {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.sidebar .styled-nav ul li {
    position: relative;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    margin-bottom: 8px;
    cursor: pointer;
}

.sidebar .styled-nav ul li a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 10px 10px 45px;
    border: 0;
    text-transform: capitalize;
    color: #fff;
    background: #014871;
    font-size: 13px;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-left: 2px solid #0d55a6;
}

.sidebar .styled-nav ul li .fa {
    background: transparent none repeat scroll 0 0;
    color: #999;
    font-size: 12px;
    height: 50px;
    left: 0;
    line-height: 40px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.sidebar .styled-nav ul li:last-child {
    margin-bottom: 0px;
}

.sidebar .styled-nav li.current a,
.sidebar .styled-nav li:hover a {
    background: #fdc900 none repeat scroll 0 0;
    border-color: #333 #333 #333 #fdc900;
    border-left: 2px solid #fdc900;
    color: #000;
    position: relative;
}

.hvr-shutter-in-horizontal::before {
    background: #f4f4f4;
}

.sidebar .styled-nav li.current a i,
.sidebar .styled-nav li:hover a i {
    color: #000;
}

.sidebar .styled-nav li.current a:before {
    background: #fdc900;
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.sidebar .styled-nav li.current a, .sidebar .styled-nav li:hover a {
    background: #fdc900 none repeat scroll 0 0;
    border-color: #333 #333 #333 #fdc900;
    border-left: 2px solid #fdc900;
    color: #000;
    position: relative;
}










/*=========================== product details ==========================*/
/*=========================== product details ==========================*/
/*=========================== product details ==========================*/
/*=========================== product details ==========================*/



.project-info-column{
	position:relative;
}

.project-info-column .inner-box{
	position:relative;
}

.project-info-column .inner-box{
	position:relative;
	padding: 10px;
}

.project-info-column .inner-box h2{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#222222;
	padding-bottom:15px;
}

.project-info-column .inner-box h2:before{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fe9900;
}

.project-info-column .inner-box .text{
	color:#777777;
	font-size:14px;
	margin-top:20px;
	line-height:1.8em;
	padding: 0px 10px;
}

.project-info-column .project-info-list{
	position:relative;
}

.project-info-column .project-info-list li{
	position:relative;
	padding:11px 10px;
	color:#222222;
	font-size:13px;
	font-weight:600;
	border-bottom:1px solid #eeeeee;
	list-style: none;
}

.project-info-column .project-info-list li span{
	color:#777777;
	margin-left:6px;
}

.project-info-column .project-info-list li:last-child{
	border-bottom:0px;
}

.project-single-section .project-description{
	position:relative;
	margin-top:10px;
}

.project-single-section .project-description h2{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#222222;
	margin-bottom:12px;
}

.project-single-section .project-description .text{
	position:relative;
	color:#777777;
	font-size:14px;
	margin-bottom:25px;
}

.project-single-section .project-description .dark-text{
	position:relative;
	color:#222222;
	font-size:14px;
	margin-bottom:20px;
}




/*==================== Coding end Here ===========================*/
/*==================== Coding end Here ===========================*/
/*==================== Coding end Here ===========================*/
/*==================== Coding end Here ===========================*/






















.background-video {
    position: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

input[type="submit"],
a,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}


/*-- banner --*/

.center-container {
    padding: 2em 0 48em;
    background: rgba(0, 0, 0, 0.44);
}

.w3_agile_header_left {
    float: left;
}

.agile_header_right {
    float: right;
    margin-top: .7em;
}

.agile_header_right ul li {
    display: block;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.agile_header_right ul li i {
    padding-right: 1.5em;
    color: #0accff;
}

.agile_header_right ul li a {
    color: #fff;
    text-decoration: none;
}

.agile_header_right ul li a:hover {
    color: #0accff;
}

.agile_header_right ul li a:before,
.agile_header_right ul li a:after {
    display: none;
}

.agile_header_right ul li:last-child {
    margin-left: 3em;
}

.w3_agileits_logo {
    float: left;
}

.w3_agileits_logo h1 a {
    font-size: 1.2em;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}

.w3_agileits_logo h1 a span {
    display: block;
    font-size: .3em;
    font-weight: 600;
    color: #0accff;
    position: relative;
    letter-spacing: 3px;
}

.agileits_w3layouts_banner_info {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.agileits_w3layouts_banner_info h2 {
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
    line-height: 2em;
}

.agileits_w3layouts_banner_info p {
    color: #fff;
    line-height: 2em;
    margin: 0 0 5em;
}

ul.top_agile_info_ad {
    width: 42%;
    margin: 1.4% auto 0;
    float: right;
}

ul.top_agile_info_ad li {
    list-style: none;
    display: inline-block;
    width: 50%;
    float: left;
    letter-spacing: 1px;
}

.w3l_header_contact_details_agile {
    float: right;
    width: 78%;
    text-align: left;
}

.w3_agileits_logo h1 a span {
    font-size: 12px;
    text-align: center;
    color: #ffb500;
}

.header_contact_details_agile i {
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 13px;
    font-size: 1.5em;
}

.header-contact-detail-title {
    color: #7aba1e;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 7px;
}

a.w3l_header_contact_details_agile-info_inner,
.w3l_header_contact_details_agile a {
    font-size: 1em;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
}


.main_section_agile{
    
    box-shadow: 2px 2px 6px #ddd;
   
	padding:22px;
}


/*-- nav --*/

.agileits_w3layouts_banner_nav {
    margin: 0 auto;
    width: 87%;
}



/*-- nav --*/

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000000;
   
    position: relative;
    border-radius: 3px;
}

.navbar-default .navbar-nav>.active>a:before {
    background: none;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    text-transform:uppercase;
}

.navbar-nav>li>a {
    padding: 2px 9px;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
  
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: #02d0f5;
    position: relative;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    outline: none;
}

nav.navbar.navbar-default {
    background: none;
    padding: 0.5em 0 0.5em 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #262c38;
    background: none;
}

.navbar-default .navbar-nav>li>a {
    color: #000066;
}

.navbar-default .navbar-nav>.active.open>a:focus {
    background: transparent;
    color: #111;
}

a.navbar-brand {
    padding: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: 1px;
}

.navbar-default .navbar-brand {
    color: #292929;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

.navbar-nav > li:hover > .dropdown-menu{
    display:block;
    
}

.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
    margin-right: -20px;
    border: 1px solid #ddd;
}

.agile_short_dropdown li a {
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    padding: .8em 1.5em;
    border-bottom: 1px solid #ececef;
    text-transform: capitalize;
    text-align: left;
    display: block;
	font-family:Calibri;
}

.agile_short_dropdown>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #02cdf2;
    position: relative;
}


/*-- /slider --*/


/* Ripple In */

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #0d55a6 solid 4px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}

.nav>li {
    position: relative;
    display: block;
    margin:2em 0.3em;
}

.navbar-brand span {
    color: #ffb500;
    font-weight: 800;
    padding: 1px 10px;
    border: 3px solid #ffb500;
}


/*-- //menu --*/



/*--- slider-css --*/
.agile_banner_text_info h3 {
    font-size: 8em;
    letter-spacing: 16px;
    line-height: 0.5em;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #fff;
}

.agile_banner_text_info h3 span {
    font-weight: 700;
    display: block;
    letter-spacing: 3px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #ffb500;
}

.agile_banner_text_info label {
    font-weight: 700;
    display: block;
    letter-spacing: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    text-align: right;
    color: #ffb500;
}
.agile_banner_text_info {
    position: absolute;
    z-index: 999;
    top: 33%;
    left: 28%;
}
.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    z-index: 999;
    padding: 0.3em 5em;
    margin-top: 6px;
}

.rslides_tabs li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: bold;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
    display: block;
}

.rslides_tabs a {
    border-bottom: 4px solid #ddd;
}

#slider3-pager .rslides_here a {
    background: transparent;
    border-bottom: 4px solid #ffb500;
}

a.rslides_nav.rslides1_nav.prev {
    position: absolute;
    left: 0%;
    color: #fff;
    top: 46%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    background: #000;
    padding: 0px 15px;
    font-size: 25px;
    transform: scale(1,1.5);
    opacity: 0.75;
}

a.rslides_nav.rslides1_nav.next {
    right: 0%;
    position: absolute;
    color: #fff;
    top: 46%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    background: #000;
    padding: 0px 15px;
    font-size: 25px;
    transform: scale(1,1.5);
    opacity: 0.75;
}


/*-- //slider-css --*/

/*-- banner-bottom --*/

.banner-bottom {
    padding: 7em 0;
}

.wthree_banner_bottom_grid_right h4 {
    font-size: 1.4em;
    margin-bottom: .7em;
    letter-spacing: 1px;
    font-weight: 600;
    color: #222222;
}

.wthree_banner_bottom_grid_right p {
    line-height: 2em;
}

.agile_banner_bottom_grid_left_grid {
    width: 60px;
    height: 60px;
    text-align: center;
}

.agile_banner_bottom_grid_left_grid i {
    font-size: 2em;
    color: #fcb314;
    line-height: 2.2em;
}


/* Radial Out */

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fcb314;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.agileits_banner_bottom_left:hover .hvr-radial-out:before,
.agileits_banner_bottom_left1:hover .hvr-radial-out:before,
.agileits_banner_bottom_left2:hover .hvr-radial-out:before,
.w3_agile_services_grid:hover .hvr-radial-out:before,
.w3_agileits_services_bottom_grid:hover .hvr-radial-out:before,
.w3layouts_mail_grid_left:hover .hvr-radial-out:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.w3_agileits_banner_bottom_pos_grid:hover i {
    color: #111;
}


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


/*-- //banner --*/

.wthree_head_section h2 {
    font-size: 3.3em;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.2em;
    font-weight: 800;
}

.about h4 {
    font-size: 2em;
    margin: 1em 0 0.5em 0;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.about_agileinfo h3 {
    text-align: left;
    margin-top: 2em;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    color: #303030;
}

.about_agileinfo p {
    font-size: 14px;
    line-height: 2em;
    margin-top: 1em;
    color: #9da0af;
    letter-spacing: 1px;
}

.services,
.team,
.contact-w3layouts,
.agile_testimonials {
    padding: 0;
}

#welcome {
    background: #0b0c11;
    padding: 7em 0;
}

.wthree_head_section {
    text-align: left;
}

.w3l_header {
    font-size: 3em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    text-align: center;
}

h3.w3l_header.w3_agileits_header.two {
    color: #fff;
}

.w3l_header span {
    color: #545151;
    font-weight: 200;
}

h3.w3l_header.w3_agileits_header.two span {
    color: #fff;
}

.w3l_header:after {
    border-top: 2px solid #ffb500;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}

h3.agile_tittle i {
    font-size: 0.8em;
    margin-bottom: 6px;
}

h3.agile_tittle span {
    font-weight: 600;
    letter-spacing: 4px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 18px;
}

.agile_wthree_inner_grids {
    margin-top: 4em;
}

.agileits-button.two a,
.agileits-button a {
    padding: 0.8em 0em;
    color: #0b0c11;
    font-size: 1em;
    letter-spacing: 1px;
    background: none;
    border: none;
    border-radius: 0;
    margin-top: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}

.agileits-button.two a:hover,
.agileits-button a:hover {
    box-shadow: none;
}

.about_agileinfo {
    padding: 0;
}

.about_agileinfo_grid_imgs img {
    width: 100%;
}

.about_agileinfo_grid_imgs img:nth-child(2) {
    margin-top: 1em;
}


/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ffb500;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}


/*-- //about --*/


/*-- /modal-info--*/

.modal-info h4 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0.5em 0 0.5em 0;
    color: #000;
}

.modal-info h5 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0.5em 0 0.5em 0;
    color: #00acee;
}


/*-- //modal-info--*/


/*-- stats --*/

.w3layouts_stats_left {
    text-align: center;
}

.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0.1em 0 0.1em 0;
}

.w3layouts_stats_left h3 {
    font-size: 1em;
    color: #fff;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.w3layouts_stats_left i {
    font-size: 2.5em;
    color: #fff;
}

.w3l_stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats {
    text-align: center;
    background: #014871;
    padding: 4em 0;
}

.agile_inner_info_stats {
    margin-top: 2em;
}


/*-- //stats --*/


/*-- /skills --*/

.bargrids-left {
    margin-right: 40px;
}

.bar-grids h4 {
    font-size: 1.6em;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 1.4em;
    /* border-bottom: 1px dashed #ffffff; */
    padding-bottom: 0em;
    font-weight: 600;
}

.bar-grids h4 span.glyphicon {
    margin-right: 0.8em;
    color: #ecb731;
}

.progress {
    height: 35px;
    margin-bottom: 2.2em;
    background-color: #dadde0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.prgs-w3agile-last {
    margin-bottom: 0!important;
}

.progress-bar {
    background-color: #0c0c0c;
}

.bar-grids h6 {
    font-size: 1em;
    color: #7d7d7c;
    margin-bottom: 0.6em;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
}

.bar-grids h6 span {
    float: right;
    font-size: 1em;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: none!important;
}


/*-- //skills --*/

.skills {
    background: url(../images/banner1.html)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
    min-height: 700px;
}

h3.agile_tittle.two {
    color: #252525;
}

.bar-grids.w3-agile {
    padding: 8em 5em;
}

.wthree_skills {
    margin-top: 4em;
}


/*-- //skills --*/


/*-- services --*/

.services {
    background: #0b0c11;
}

h4.sub_service_agileits {
    color: #fff;
}

.agileits-button.two.service a {
    color: #fff;
}

.agileits_banner_bottom_left.two {
    margin-top: 3em;
}


/*-- //services --*/


/*-- portfolio section --*/

.agile_inner_info {
    margin-top: 3em;
}

p.sub_cap {
    text-align: center;
    text-shadow: 1px 1px 2px rgba(154, 153, 153, 0.37);
}

.portfolio-agileinfo h3.text-center {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    padding-bottom: 50px;
}

.portfolio-agileinfo .portfolio-grids a {
    display: block;
    overflow: hidden;
    position: relative;
}

.portfolio-agileinfo .portfolio-grids img.img-responsive {
    width: 100%;
}

.portfolio-agileinfo .b-wrapper {
    background: rgba(253, 43, 48, 0.74);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    padding: 6.5em 0 0 0;
    transition: .5s all;
    text-align: center;
    display: none;
}

.portfolio-agileinfo .b-wrapper.two {
    padding: 15.5em 0 0 0;
}

.portfolio-agileinfo .portfolio-grids a:hover .b-wrapper {
    bottom: 0%;
}

.portfolio-agileinfo i {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 2em;
    border: 1px solid rgba(255, 255, 255, 0.58);
    padding: 10px;
}

.portfolio-agileinfo .b-wrapper h5 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 14px 0;
}

.portfolio-agileinfo .b-wrapper p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}

.portfolio-agileinfo .gallery-grids {
    margin: 0;
}

.portfolio-agileinfo h3 {
    color: #000;
}

.portfolio-grids {
    padding: 0;
}

.portfolio-grids img {
    margin:0;
}

.portfolio-grids i{ 
    padding:
7px 10px !important;
}

.portfolio-grids_left {
    padding: 0;
}

.portfolio-grids img {
    width: 100%;
    /*! margin: 15px; */
}



.portfolio-grids img:hover {
    width: 100%;
}

.portfolio-grid_left {
    padding: 0;
}

#portfolio {
    padding-top: 7em;
}


/*-- /portfolio section --*/


/*-- /contact --*/

.contact_img_agile {
    background: url(../images/contact.html) no-repeat 0px 0px;
    background-size: cover;
    min-height: 410px;
}

.contact-form.agile_inner_grids {
    padding: 5em 0em 0 0;
}

.contact-form h4 {
    font-size: 2.1em;
    color: #262c38;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin: 0 0 2em 0;
    text-align: center;
}

.contact-form h4:after {
}

.contact-form h4 span {
    color: #ffb500;
}

.styled-input.agile-styled-input-top {
    margin-top: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    font-size: 1em;
    color: #26272b;
    padding: 0.8em 1.5em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
    background: none;
    -webkit-appearance: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

.contact-form textarea {
    resize: none;
    height: 113px;
}

.contact-form.agile_inner_grids form {
    margin-top: 4em;
}


/*-- input-effect --*/

.styled-input input:focus~label,
.styled-input input:valid~label,
.styled-input textarea:focus~label,
.styled-input textarea:valid~label {
    font-size: .9em;
    color: #ffb500;
    top: -1.3em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input {
    width: 100%;
    margin: 2em 0 2em 0em;
    position: relative;
}

.textarea-grid {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.styled-input label {
    padding: 0.5em 0em;
    position: absolute;
    top: 0;
    color: #2c2c2d;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 600;
    font-size: 1em;
    display: block;
    line-height: 1em;
    letter-spacing: 2px;
}

.styled-input input~span,
.styled-input textarea~span {
    display: block;
    width: 0;
    height: 2px;
    background: #ffb500;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input textarea~span {
    bottom: 5px;
}

.styled-input input:focus.styled-input textarea:focus {
    outline: 0;
}

.styled-input input:focus~span,
.styled-input textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s;
    -moz-transition: all 0.075s;
    transition: all 0.075s;
}


/*-- //input-effect --*/

.contact-form input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: .8em 3em;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #ffb500;
    border: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.contact-form input[type="submit"]:hover {
    background: #111;
}

.map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
    padding: 0;
}

#contact {
    background: #f4f4f4;
}


/*-- //contact--*/

.test-grid i {
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-width: 2px;
    border: 2px solid #eee;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #eee;
    text-align: center;
    font-size: 19px;
}

.test-grid h4 {
    font-size: 1.2em;
    color: #ffb500;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1em 0 0.2em;
}



.test-grid span {
    font-size: 0.9em;
    color: #eee;
    letter-spacing: 3px;
    font-weight: 800;
}

.wthree_head_section.test h3 {
    color: #111;
}

.test-grid1 {
    margin: 2em auto 2em;
    width: 70%;
    display: block;
    text-align: center;
}

.test-grid {
    text-align: center;
}

.test-grid2 {
    float: left;
}

.test-grid2_text {
    float: left;
    margin-left: 2em;
    text-align: left;
}


/*-- video --*/

.video-grid-single-page-agileits img {
    width: 100%;
}

#video {
    position: relative;
    background: #000;
    width: 100%;
    margin: 0px auto;
}

#video img,
#video iframe {
    display: block;
    width: 100%;
}

#play {
    position: absolute;
    top: 39%;
    left: 49%;
    width: 86px;
    height: 86px;
    cursor: pointer;
    background: url(../images/play-button.png) no-repeat 4px 4px;
    background-size: auto, cover;
    z-index: 9;
    border: 7px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
}

.video_agile_player {
    padding: 0;
}


/*-- icons --*/

.grid_3.grid_4.w3_agileits_icons_page {
    margin: 0;
}

ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

ul.bs-glyphicons-list li:hover span {
    color: #fff;
}

.codes a {
    color: #555;
}

.row.fontawesome-icon-list {
    margin: 0;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
    color: #fff !important;
}

.icon-box:hover a.agile-icon {
    color: #fff !important;
}

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 25px;
    color: #ffb500;
    margin: 30px 0 15px;
    font-weight: 400;
}

h3.agileits-icons-title {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: 300;
}

.icons a {
    color: #555;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
    cursor: pointer;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

@media (max-width:1080px) {
    .icon-box {
        width: 33.33%;
    }
}

@media (max-width:991px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .icon-box {
        width: 50%;
    }
}

@media (max-width:768px) {
  ul.nav.navbar-nav {
    margin: 0em 0 0em 0;
    width: 100%;
}
  
  h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 25px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .icon-box {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .icon-box {
        float: left;
        width: 50%;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
    .grid_3.grid_4.w3_agileits_icons_page {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .bs-glyphicons li {
        width: 31%;
    }
    h3.agileits-icons-title {
        font-size: 25px;
    }
    h3.icon-subheading {
        font-size: 19px;
    }
}

@media (max-width: 414px) {
    h3.agileits-icons-title {
        font-size: 23px;
    }
    h3.icon-subheading {
        font-size: 18px;
    }
    .bs-glyphicons li {
        width: 31.33%;
    }
}

@media (max-width: 384px) {
    .icon-box {
        float: none;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .w3_agileits_icons_page {
        margin: 0 !important;
    }
}


/*-- //icons --*/


/*--Typography--*/

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3,
h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
    margin-bottom: 1em;
    color: #ffb500;
    font-weight: 400;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px!important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    font-size: 0.9em;
    color: #555;
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:800px) {
    .grid_3.grid_5.w3ls,
    .grid_3.grid_5.w3l,
    .grid_3.grid_5.agileits,
    .grid_3.grid_5.agileinfo,
    .grid_3.grid_5.wthree {
        margin: 0;
    }
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
    .grid_3.grid_5.w3l {
        margin-top: 1.5em;
    }
}

@media (max-width:640px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        margin-bottom: .5em;
    }
    ol.breadcrumb li,
    .grid_3 p,
    ul.list-group li,
    li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 25px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
    .label {
        font-size: 60%;
    }
    .in-gp-tl {
        padding: 0 1em;
    }
    .in-gp-tb {
        padding-right: 1em;
    }
    .list-group {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .grid_5 h3,
    .grid_5 h2,
    .grid_5 h1,
    .grid_5 h4,
    .grid_5 h5,
    h3.hdg,
    h3.bars {
        font-size: 1.2em;
    }
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,
    p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
    .grid_3.grid_4.w3layouts {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert,
    p,
    ol.breadcrumb li,
    .grid_3 p,
    .well,
    ul.list-group li,
    li.list-group-item1,
    a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav>li>a {
        font-size: 14px;
    }
    table.table.table-striped,
    .table-bordered,
    .bs-docs-example {
        display: none;
    }
}


/*-- //typography --*/


/*-- footer --*/

.footer {
    background: #0b0c11;
}

.f-bg-w3l {
    background: rgba(0, 0, 0, 0.58);
    padding: 7em 0 7em 0;
}

.w3layouts_footer_grid h2 {
    font-size: 1.4em;
    color: #fff;
    position: relative;
    margin-bottom: 1em;
    letter-spacing: 4px;
}

.w3layouts_footer_grid h2 span {
    color: #ffb500;
}

.social_agileinfo li {
    display: inline-block;
}

.social_agileinfo li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.social_agileinfo li a i {
    font-size: 1em;
    line-height: 2.8em;
}

.w3_facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}

.w3_twitter:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
}

.w3_instagram:hover {
    border: 1px solid #833ab4;
    background: #833ab4;
}

.w3_google:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}

.w3l_footer_nav {
    margin: 3em 0 3em;
}

.w3l_footer_nav li {
    display: inline-block;
    margin-right: 4em;
}

.w3l_footer_nav li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.w3l_footer_nav li a:hover,
.w3l_footer_nav li a.active {
    color: #ffb500;
}

.w3layouts_footer_grid p {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
}

.w3layouts_footer_grid p a {
    color: #fff;
    text-decoration: underline;
}

.w3layouts_footer_grid p a:hover {
    color: #ffb500;
}

.w3layouts_footer_grid form {
    border: 1px solid #fff;
    width: 70%;
}

.w3layouts_footer_grid input[type="email"] {
    outline: none;
    padding: 15px 15px;
    color: #fff;
    font-size: 14px;
    width: 88%;
    border: none;
    background: rgba(0, 0, 0, 0.22);
    letter-spacing: 2px;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    background: #ffb500;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 12%;
}


/*-- //footer --*/


/*--social icons--*/

.agile_inner {
    background: url(../images/banner2.html) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 261px;
}

.services-breadcrumb {
    padding: 1em 0;
    background: #f5f5f5;
    text-align: center;
}

.services-breadcrumb ul li span {
    padding: 0 1.5em;
}

ul.w3_short {
    text-align: left;
}

.agile_inner_breadcrumb {
    padding: 0 4em;
}

ul.w3_short li a {
    color: #ffb500;
    text-decoration: none;
}

.banner_bottom_w3ls_info {
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

.medile_agile_its_section {
    text-align: center;
    background: #0b0c11;
    padding: 4em 0;
}

.banner_bottom_w3ls_info p {
    margin: 2em 0;
    line-height: 2em;
}

ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #030408;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 2px;
}

.medile_agile_its_blue h4 {
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    margin: 0em auto;
    letter-spacing: 2px;
    padding-top: 15px;
}

.banner-bottom.service_agile {
    background: #f4f4f4;
}



/*-- responsive-mediaqueries --*/

@media (max-width:1440px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 4px;
        width: 8%;
    }
    #slider3-pager img {
        float: left;
        display: block;
        width: 100%;
    }
}

@media (max-width:1366px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 4px;
        width: 8%;
    }
}

@media (max-width:1080px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 2px;
        width: 8%;
    }
}


@media (max-width:1024px) {
	
	
.navbar-default .navbar-brand {
    font-size: 16px;
	}

.navbar-nav > li > a {
    padding: 6px 10px;
	font-size: 0.9em;
	}
	
.agile_short_dropdown li a {
    font-size: 13px;
    padding: 0.7em 1em;
}

.about-section {
    padding: 4em 0 4em;
}

.about-section .content-column {
    width: 60%;
	margin-bottom: 10px;
}

.about-section .content-column .inner-box {
    position: relative;
    padding-right: 0px;
}

.sec-title h2 {
    font-size: 22px;
    color: #222222;
    font-weight: 900;
    line-height: 1em;
    padding-bottom: 10px;
    text-transform: uppercase;
}


.about-section .content-column .inner-box .text p {
    font-size: 13px;
}

a.rslides_nav.rslides1_nav.prev {
    font-size: 20px;
}


a.rslides_nav.rslides1_nav.next {
    font-size: 20px;
 
}

.image-column {
    width: 40%;
    padding-top: 7em;
}

.btn-style-two {
    padding: 8px 15px;
    font-size: 12px;
}

.welcome-area {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

.single-solution-item {
    margin-bottom: 40px;
    width: 23%;
    float: left;
    margin-right: 10px;
}

.single-solution-item .title-holder h3 {
    font-size: 17px;
    margin: 0 0 5px;
    color: #fff;
}

.welcome-area .welcome-content .text p {
    font-size: 12px;
}

.solution-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

.w3layouts_stats_left p {
    font-size: 2em;
}

.w3layouts_stats_left h3 {
    font-size: 0.9em;
}

.welcome-area .welcome-content .title h1 {
    font-size: 22px;
}


.btn-style {
    padding: 6px 15px;
}


.latest-project-area .sec-title h1 {
    font-size: 22px;
}



.latest-project-area {
    padding-top: 3em;
    padding-bottom: 4em;

}

.latest-project-area .button a {
    padding: 7px 14px;
}

.single-latest-project .title-holder h4 {
    font-size: 13px;
}

.contact-form .form-column .inner-box {
    padding: 3em 2em;
    position: relative;
}


.services, .team, .contact-w3layouts, .agile_testimonials, .banner-bottom, .f-bg-w3l {
    padding: 0em 0;
}

.test-grid p {
    font-size: 12px;
    line-height: 1.5em;
}


.test-grid1 {
    margin: 0em auto 1em;
    width: 70%;
    display: block;
    text-align: center;
}

.test-grid2_text {
    float: left;
    margin-left: 0;
    text-align: left;
}

.test-grid2 {
	margin-bottom:0;
}


.test-grid h4{
	margin: 0.5em 0 0.2em;
	}
	
.footer-col {
    width: 24%;
    float: left;
    margin-right: 11px;
}


.contact-opener {
    position: absolute;
    left: -113px;
}



/*====================== about us start ============================*/
/*====================== about us start ============================*/


.aboutsec .content-column {
	width: 100%;
}

.aboutsec1 .content-column {
	width: 100%;
}

.aboutsec {
    padding-top: 3em;
    padding-bottom: 1em;
}

.about-section {
    padding: 3em 0 1em;
}



/*====================== about us end ============================*/
/*====================== about us end ============================*/



/*====================== contact us start ============================*/

.contact-section1 {
    position: relative;
    padding: 3em 0px 1em;
    background: #fff;
}



/*====================== contact us end ============================*/




.sidebar .styled-nav {
    position: relative;
    width: 30%;
	float:left;
}

.solution-area1 .thumbnail {
    width: 69%;
    float: left;
}

.portfolio-grids .single-latest-project .title-holder {
	min-height:30px;
	}
	
.portfolio-grids .single-latest-project .title-holder {
    min-height: 53px;
}	



}

@media (max-width:900px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 1px;
        width: 8%;
    }
}

@media (max-width:768px) {
  
  
  
  a.logo img {
    width: 184px;
    margin-left: 256px;
}
  
  
.aboutsec .content-column {
    width: 100%;
}  
  
   .rslides_tabs a {
        border-bottom: 2px solid #ddd;
    }
    #slider3-pager .rslides_here a {
        background: transparent;
        border-bottom: 2px solid #ffb500;
    }
	
	
.welcome-area .welcome-content .title {
    width: 213px;
}

.about-section .content-column {
    width: 100%;
    margin-bottom: 10px;
}

.image-column {
    width: 100%;
    padding-top: 1em;
}

.agile_short_dropdown {
    width: 90%;
}

.welcome-area .welcome-content .title {
    width: 180px;
}

.content-column {
    width: 50%;
    margin-bottom: 10px;
}


.about-section .content-column .inner-box .text p {
    font-size: 12px;
}


.single-solution-item {
    width: 46%;
}

.contact-form .form-column .inner-box {
    padding: 2em 1em;
    position: relative;
}

.footer-col {
    width: 44%;
    float: left;
    margin-right: 20px;
}

.copyright p {
    color: #eee;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.footer-social-box ul li i {
    height: 33px;
    line-height: 33px;
}

.navbar-default .navbar-nav > li > a {
	width:100%;
}


.agile_short_dropdown li a {
    border-bottom: 1px solid #171616;
    text-align: center;
}

.agile_short_dropdown {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
}

	
	
	
	
	
}

@media (max-width:667px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 1px;
        width: 8%;
    }
    .rslides_tabs {
        z-index: 999;
        padding: 0.3em 1em;
        margin-top: 6px;
    }
    a.rslides_nav.rslides1_nav.prev,
    a.rslides_nav.rslides1_nav.next {
        font-size: 0.9em;
    }
    .agile_banner_text_info {
        top: 32%;
        left: 30%;
    }
}

@media (max-width:600px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 1px;
        width: 8%;
    }
    .rslides_tabs {
        padding: 0.2em 0.5em;
        margin-top: 4px;
    }
    .agile_banner_text_info {
        top: 30%;
        left: 28%;
    }
}

@media (max-width:568px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 0px;
        width: 8%;
    }
    .rslides_tabs {
        padding: 0.2em 1.6em;
        margin-top: 4px;
    }
}

@media (max-width:414px) {
    .rslides_tabs {
        padding: 0.2em 0.3em;
        margin-top: 4px;
    }
}

@media (max-width:384px) {
    .rslides_tabs {
        padding: 0.2em 1.6em;
        margin-top: 4px;
    }
    .rslides_tabs li {
        display: inline-block;
        margin: 0 1px;
        width: 7%;
    }
    a.rslides_nav.rslides1_nav.prev,
    a.rslides_nav.rslides1_nav.next {
        font-size: 0.7em;
        top: 42%;
    }
}

@media (max-width:320px) {
    .rslides_tabs li {
        display: inline-block;
        margin: 0 0px;
        width: 7%;
    }
}





/*--responsive--*/

@media(max-width:1440px) {
    .agile_banner_text_info h3 {
        font-size: 7.5em;
        letter-spacing: 4px;
    }
}

@media(max-width:1366px) {
    .agile_banner_text_info h3 {
        font-size: 7em;
    }
    h3.agile_tittle {
        font-size: 2.5em;
    }
    .wthree_head_section h2 {
        font-size: 3em;
    }
    .services,
    .team,
    .contact-w3layouts,
    .agile_testimonials {
        padding: 0;
    }
    .agile_wthree_inner_grids {
        margin-top: 3em;
    }
    .w3layouts_stats_left p {
        font-size: 3em;
    }
    .w3layouts_stats_left i {
        font-size: 2.3em;
    }
}

@media(max-width:1280px) {
    #welcome {
        padding: 4em 0;
    }
}

@media(max-width:1080px) {
    .agile_banner_text_info h3 {
        font-size: 6em;
    }
    .agile_banner_text_info {
        top: 29%;
        left: 24%;
    }
    .bar-grids.w3-agile {
        padding: 4em 4em;
    }
    .wthree_skills {
        margin-top: 3em;
    }
    .skills {
        min-height: 620px;
    }
    .bar-grids h6 {
        font-size: 0.9em;
    }
    .test-grid h4 {
        font-size: 1.15em;
    }
    .contact-form.agile_inner_grids {
        padding: 3em 3em;
    }
    .contact_img_agile {
        min-height: 720px;
    }
    .wthree_head_section h2 {
        font-size: 2.5em;
    }
    
	.agile_banner_text_info label,
    .agile_banner_text_info h3 span {
        font-size: 13px;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.2em;
    }
    .w3l_header {
        font-size: 2.7em;
    }
    .about h4 {
        font-size: 1.6em;
    }
    
    #play {
        position: absolute;
        top: 31%;
        left: 45%;
    }
    .nav>li {
        margin: 0em 0.4em;
    }
    #portfolio {
        padding-top: 4em;
    }
}

@media(max-width:1050px) {
    .agile_banner_text_info h3 {
        font-size: 5.5em;
    }
    .agile_banner_text_info h1 span {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .skills {
        min-height: 549px;
    }
    .test-grid1 {
        width: 28%;
    }
}

@media(max-width:991px) {
    .w3-agileits-services-right {
        padding: 0;
        margin-top: 2em;
    }
    .portfolio-grids {
        padding: 0;
        float: left;
    }
   
    .portfolio-grids {
        padding: 0;
        float: left;
        width: 100%;
    }
    .portfolio-grid_left {
        padding: 0;
        float: left;
        width: 50%;
    }
    .skills,
    .contact_img_agile {
        min-height: 450px;
    }
    .w3l_footer h2 a {
        letter-spacing: 1.5px;
        font-size: 1em;
    }
    .botttom-nav-agileits {
        padding: 0;
    }
    .arrow-container {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 52%;
    }
    .about_agileinfo_grid_imgs {
        padding: 0;
        margin-top: 2em;
    }
    .w3layouts_stats_left {
        text-align: center;
        float: left;
        width: 25%;
        padding: 0;
    }
    .agile_banner_text_info h3 span {
        letter-spacing: 2px;
        font-size: 13px;
    }
    .w3layouts_footer_grid {
        margin-top: 1em;
    }
    .agileits_banner_bottom_left:nth-child(2) {
        margin: 1em 0;
    }
    .test-grid1 {
        width: 31%;
    }
    .w3layouts_stats_left p {
        font-size: 2.5em;
    }
    .agileits_w3layouts_banner_nav {
        margin: 0 auto;
        width: 95%;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.4em;
    }
    .agile_inner {
        min-height: 200px;
    }
    .banner_bottom_w3ls_info {
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }
}

@media(max-width:900px) {}

@media(max-width:800px) {
    .agile_banner_text_info h3 {
        font-size: 4.5em;
    }
    .agile_banner_text_info {
        top: 26%;
        left: 24%;
    }
    .navbar-nav>li>a {
        padding: 10px 16px;
        font-size: 1em;
    }
    .nav>li {
        margin: 0em 0.3em;
    }
}

@media(max-width:768px) {
    .skills,
    .contact_img_agile {
        min-height: 400px;
    }
}

@media(max-width:767px) {
    .agile_banner_text_info h3 {
        font-size: 4em;
    }
    .agile_banner_text_info {
        top: 21%;
        left: 22%;
    }
    .mobile-nav-button {
        margin: 1.5em 0em 0;
        right: 3%;
    }
    .services-right-grids:nth-child(2) {
        margin: 0em 0;
    }
    .services-right-grid {
        margin-bottom: 1em;
        padding: 0;
    }
    .w3-agileits-services-left {
        min-height: 345px;
    }
    .navbar-brand {
        font-size: .8em;
    }
    .navbar-toggle {
        margin: 0em 0 0;
        padding: 12px 10px;
    }
    .navbar-default .navbar-toggle {
        border: none;
        background: #0b0c11;
        border-radius: 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        position: absolute;
        width: 100%;
        z-index: 9999;
        background: #ffffff;
        padding: 0em 0;
        margin-top: 1em;
    }
    .navbar-collapse.in {
        overflow-y: inherit;
    }
    .w3_agileits_search {
        width: 45%;
        float: none;
        margin: 0 auto;
    }
    .w3_agileits_search input[type="submit"] {
        width: 7%;
        background-position: 0px 5px;
    }
    .w3_agileits_search input[type="search"] {
        width: 91%;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #ffb500;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .agileits_w3layouts_banner_nav {
        padding: 0.5em 1em;
    }
    .navbar-right {
        width: 100%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }
    .navbar-nav {
        margin: 0;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding: 10px 25px;
        letter-spacing: 1px;
        font-size: 1.1em;
        display: inline-block;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #292929;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding: 7px 0;
    }
    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2 {
        min-height: 450px;
    }
    .agileits-banner-info p {
        font-size: 0.9em;
        letter-spacing: 9px;
    }
    .agileits-banner-info {
        padding: 10em 0 0em;
    }
    .banner-bottom h2 {
        font-size: 1.5em;
    }
    .w3-agile-post-img a ul {
        padding: 7em 1em 0 2em;
    }
    .w3-agile-post-img a {
        min-height: 350px;
    }
    .w3-agile-post-img a ul li {
        font-size: 0.8em;
        padding: .5em 0em;
        width: 17%;
    }
    .w3-agile-post-info ul li:nth-child(2) {
        margin: 0 0 0 35em;
    }
    ul.nav.navbar-nav {
        margin: 0em 0 0em 0;
		z-index:999999;
    }
    nav.navbar.navbar-default {
        background: none;
        padding: 1em 0 0.2em 0;
    }
    ul.agile_forms {
        margin-bottom: 1em;
    }
    .agileits_w3layouts_event_grid1 h5 a {
        font-size: 1.2em;
        letter-spacing: 2px;
    }
    .agile_short_dropdown li a {
        border-bottom: 1px solid #171616;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffb500;
    }
    .nav>li {
        margin: 0.7em 0em;
    }
    .agile_banner_text_info {
        top: 32%;
        left: 22%;
    }
    .w3layouts_stats_left h3 {
        font-size: 1em;
        letter-spacing: 1px;
    }
    .bar-grids.w3-agile {
        padding: 4em 2em;
    }
    #play {
        position: absolute;
        top: 25%;
        left: 45%;
    }
    .contact-form.agile_inner_grids {
        padding: 3em 2em;
    }
    .skills,
    .contact_img_agile {
        min-height: 364px;
    }
}

@media(max-width:736px) {
    .w3layouts_stats_left h3 {
        font-size: 0.9em;
        letter-spacing: 2px;
    }
    .w3l_footer_nav li {
        margin-right: 2em;
    }
}

@media(max-width:667px) {
    h3.agile_tittle span {
        letter-spacing: 2px;
        display: block;
        font-size: 15px;
    }
    .about h4 {
        font-size: 1.8em;
    }
    .wthree_head_section h2 {
        font-size: 2.3em;
    }
    h3.agile_tittle {
        font-size: 2em;
    }
    .about h4 {
        font-size: 1.6em;
    }
    .botttom-nav-agileits ul.nav-w3ls li {
        margin: 0px 10px;
    }
    p.agileits_w3ls_copyright {
        letter-spacing: 1px;
    }
    .services,
    .team,
    .contact-w3layouts,
    .agile_testimonials,
    .banner-bottom,
    .f-bg-w3l {
        padding: 3em 0;
    }
    .test-grid1 {
        width: 35%;
    }
    #portfolio {
        padding-top: 3em;
    }
    .agile_wthree_inner_grids {
        margin-top: 2em;
    }
    #welcome {
        padding: 3em 0;
    }
    .medile_agile_its_blue h4 {
        font-size: 1.4em;
    }
    .medile_agile_its_section {
        padding: 2em 0;
    }
}

@media(max-width:640px) {
   
  a.logo img {
    width: 184px;
    margin-left: 0px;
}
  
  .agile_banner_text_info h3 {
        font-size: 3.8em;
    }
    .agile_banner_text_info h3 {
        font-size: 3.5em;
    }
    .skills,
    .contact_img_agile {
        min-height: 311px;
    }
    .bar-grids.w3-agile {
        padding: 3em 1em;
    }
    .services,
    .team,
    .contact-w3layouts,
    .agile_testimonials,
    .banner-bottom,
    .f-bg-w3l {
        padding: 3em 0;
    }
    .contact-form.agile_inner_grids {
        padding: 2em 1em;
    }
    ul.nav-w3ls {
        float: none;
        margin-top: 1em;
        text-align: center;
    }
    .w3l-social {
        float: none;
        margin-top: 1em;
        text-align: center;
    }
    #play {
        position: absolute;
        top: 25%;
        left: 45%;
        background-size: 86%;
        width: 72px;
        height: 72px;
    }
}

@media(max-width:600px) {
    .agile_banner_text_info h3 {
        font-size: 3.5em;
    }
    .agile_wthree_inner_grids {
        margin-top: 2em;
    }
    .stats {
        padding: 3em 0 2em 0;
    }
    .test-grid1 {
        width: 40%;
    }
    .w3layouts_footer_grid form {
        width: 100%;
        margin-top: 2em;
    }
    .services-breadcrumb {
       padding: 0.5em 0;
    }
}

@media(max-width:568px) {
    .w3layouts_stats_left {
        float: left;
        width: 50%;
        padding: 0;
        margin-bottom: 2em;
    }
    p.agileits_w3ls_copyright {
        letter-spacing: 1px;
        line-height: 1.9em;
    }
    .test-grid1 {
        margin: 0 auto 0em;
        margin: 0 auto 0em;
    }
    .w3l_header {
        font-size: 2.5em;
    }
    .agileits-button.two a,
    .agileits-button a {
        font-size: 0.9em;
        margin-top: 1em;
    }
}

@media(max-width:480px) {
   
.main_section_agile { padding:0px 0px;}   
    
  a.logo img {
    width: 271px;
    margin-left: 0px;
	margin:8px 0px 0px 0px;	
}
   
   .sidebar .styled-nav {
    position: relative;
    width: 30%;
    float: none;
    display: none;
}

.solution-area1 .thumbnail {
    width: 100%;
    float: none;
}
   
.welcome-area .welcome-content .text {
    padding-left: 10px;
    display: block;
}

.single-solution-item {
    width: 100%;
}

.contact-form .info-column {
    position: static;
    text-align: center;
    right: 0px;
    top: 0px;
    height: 100%;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.contact-form .form-column {
    background: rgba(0, 0, 0, 0) url("../images/bg.png") repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
}


.contact-form .form-column .inner-box {
    padding: 2em 1em;
    position: static;
    width: 100%;
}

.test-grid i {
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-width: 2px;
    border: 2px solid #eee;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #eee;
    text-align: center;
    font-size: 19px;
    margin-top: 16px;
}

.welcome-area .welcome-content .title {
    width: 100%;
    display: block;
}

.footer-col {
    width: 100%;
    float: left;
    margin-right: 20px;
}

#testimonials{
	display:none;
	}
   
   .wthree_head_section h2 {
        font-size: 2.1em;
        line-height: 1.4em;
    }
    .skills,
    .contact_img_agile {
        min-height: 227px;
    }
    .w3-agileits-services-left {
        min-height: 288px;
    }
    .about h4 {
        font-size: 1.4em;
    }
    .agile_banner_text_info h3 {
        font-size: 2.9em;
    }
    .test-grid1 {
        width: 51%;
    }
    .w3layouts_footer_grid {
        margin-top: 1em;
        padding: 0;
    }
    .w3l_footer_nav li a {
        letter-spacing: 1px;
        font-size: 0.9em;
    }
    .w3l_footer_nav li {
        margin-right: 1em;
    }
    .w3layouts_footer_grid p {
        letter-spacing: 1px;
        font-size: 0.9em;
    }
    .agile_inner {
        min-height: 177px;
    }
    .banner_bottom_w3ls_info {
        margin: 0 auto;
        width: 97%;
    }
    #play {
        position: absolute;
        top: 25%;
        left: 45%;
        background-size: 81%;
        width: 55px;
        height: 55px;
    }
    .w3l_header {
        font-size: 2.2em;
    }
    .map iframe {
        width: 100%;
        min-height: 250px;
    }
}

@media(max-width:440px) {
    .agile_banner_text_info h3 {
        font-size: 2.7em;
    }
    .skills,
    .contact_img_agile {
        min-height: 152px;
    }
    .services,
    .team,
    .contact-w3layouts,
    .agile_testimonials,
    .banner-bottom,
    .f-bg-w3l {
        padding: 2em 0;
    }
    #welcome {
        padding: 2em 0;
    }
    .test-grid1 {
        width: 56%;
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.3em;
    }
    .about h4 {
        font-size: 1.2em;
    }
	.links-nav li {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 39px;
}
}

@media(max-width:414px) {
    h3.agile_tittle {
        font-size: 1.8em;
    }
    .wthree_head_section h2 {
        font-size: 1.8em;
        line-height: 1.4em;
    }
    .botttom-nav-agileits ul.nav-w3ls li {
        margin: 0px 3px;
    }
    .wthree_skills {
        margin-top: 2em;
    }
    .w3l_footer h2 a {
        letter-spacing: 1.5px;
        font-size: 0.8em;
    }
    about h4 {
        font-size: 1.2em;
    }
    .test-grid1 {
        width: 59%;
    }
    #play {
        position: absolute;
        top: 22%;
        left: 45%;
        background-size: 81%;
        width: 55px;
        height: 55px;
    }
    .agile_banner_text_info label,
    .agile_banner_text_info h3 span {
        font-size: 11px;
    }
    .agile_inner {
        min-height: 157px;
    }
}

@media(max-width:384px) {
    .agile_banner_text_info h3 {
        font-size: 2.3em;
    }
    .agile_banner_text_info {
        top: 28%;
        left: 23%;
    }
    .wthree_head_section h2 {
        font-size: 1.7em;
        line-height: 1.4em;
    }
    h3.agile_tittle {
        font-size: 1.7em;
    }
    .w3layouts_stats_left p {
        font-size: 2em;
    }
    .mobile-nav-button {
        margin: 0.5em 0em 0;
        right: 2%;
    }
    .agile_inner {
        min-height: 122px;
    }
    .agileits-button.two a,
    .agileits-button a {
        font-size: 0.85em;
        margin-top: 1em;
    }
    .w3l_header {
        font-size: 2em;
    }
    .agileits_banner_bottom_left {
        padding: 0;
    }
    .w3l_footer_nav li {
        margin-right: 0.3em;
    }
    a.navbar-brand {
        padding: 0;
        font-size: 0.9em;
    }
    .agileits_w3layouts_banner_nav {
        padding: 0em 1em;
        width: 100%;
    }
    .stats {
        padding: 2.5em 0 0.5em 0;
    }
    .w3layouts_stats_left h3 {
        font-size: 0.9em;
        letter-spacing: 1px;
    }
}

@media(max-width:375px) {
    .w3_agile_team_grid_info:nth-child(2) {
        margin: 7% auto;
    }
    .wthree_head_section h2 {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    .w3layouts_stats_left i {
        font-size: 1.5em;
    }
    .agile_wthree_inner_grids {
        margin-top: 1.5em;
    }
    .test-grid1 {
        width: 67%;
    }
    #play {
        position: absolute;
        top: 17%;
        left: 41%;
        background-size: 81%;
        width: 55px;
        height: 55px;
    }
    .event-left1-right p {
        line-height: 2em;
        margin: 1em 0 0;
    }
    .test-grid h4 {
        font-size: 1em;
    }
    .test-grid span {
        font-size: 0.8em;
        letter-spacing: 2px;
    }
}

@media(max-width:320px) {
	

.footer-social-box {
    float: none;
    padding-right: 0;
    width: 100%;
    padding-left: 53px;
}
	
	 
a.logo img {
    width: 150px;
    margin-left: 0px;
}
	
	
.links-nav li {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 39px;
}

a.rslides_nav.rslides1_nav.prev, a.rslides_nav.rslides1_nav.next {
    font-size: 1em;
}


.top-left ul {
    list-style: none;
    width: 100%;
}


.top-right{
	float:none;
	width:100%;
	text-align:center;
	}
	
.footer-social-box {
    float: none;
    padding-right: 0;
    width: 100%;
}

.aboutsec1 ul li {
    font-size: 12px;
}


.navbar-default .navbar-brand {
    font-size: 15px;
}
	
    .agile_banner_text_info h3 {
        font-size: 1.9em;
    }
    .agile_banner_text_info label {
        letter-spacing: 2px;
    }
    .agile_banner_text_info {
        top: 25%;
        left: 23%;
    }
    .w3l_header {
        font-size: 1.8em;
        line-height: 1.5em;
    }
    .test-grid2 {
        padding: 0;
        margin-bottom: 1em;
    }
    .test-grid1 {
        width: 92%;
    }
    #play {
        position: absolute;
        top: 17%;
        left: 41%;
        background-size: 81%;
        width: 50px;
        height: 50px;
        border: 2px solid rgba(255, 255, 255, 0.36);
    }
    .wthree_banner_bottom_grid_right h4 {
        font-size: 1.2em;
    }
    .agile_banner_bottom_grid_left_grid {
        width: 50px;
        height: 50px;
    }
    .agile_banner_bottom_grid_left_grid i {
       font-size: 1.7em;
    }
}

.container-box {
    display: inline-block;
    padding: 0px;
    position: fixed;
    top: 53%;
    right: 1px;
	z-index:999999;
}
/*--//responsive--*/
