/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background: #fff;  
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;  
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
}
/*-- banner --*/ 
.banner-w3layouts{  
	position: relative; 
}
.banner-img1,.banner-img2{
	background:url(../images/1.jpg)no-repeat center 0px;
	background-size:cover;
	min-height:800px;	
}
.banner-img2{
	background:url(../images/2.jpg)no-repeat center 0px;
	background-size:cover;
} 
/*-- banner-agileinfo --*/
.banner-agileinfo{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
}     
.w3header {
   /* padding: 2em 0;*/
}
/*-- logo --*/
.navbar-header h1 {
    font-size: 2.5em;
    margin: 0.3em 0 0;
    display: inline-block;
}
.navbar-header h1 a {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FF7148;
    padding: .2em 0.5em;
	display: inline-block;
	text-transform: uppercase;
}
/*-- //logo --*/
/*-- top-nav --*/
.navbar-default {
    background: none;
    border: none;
	margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
 /*   margin: 0 .8em;*/
}
.navbar-default .navbar-nav > li > a {
/*    color: #444;*/ color:#fff;
    font-size: 14px;
/*    padding: 1.3em 1.5em 1.3em 1.5em;*/padding: 16px 15px 16px 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
/*.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {*/
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav li a.active {
    color: #0a8ece;
/*    background: #fff;*/background: #ffffffba;
}
.navbar-default .navbar-nav > li > a:before {
  content: '';
    position: absolute;
    top: 0px;
    background: #058dcc;
    height: 3px;
    width: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.navbar-default .navbar-nav li  a:hover:before,.navbar-default .navbar-nav li a.active:before{
	width: 100%;
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #ff7200;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
	min-width: inherit;
    top: 102%;
    font-size: 13px;
} 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00bcd4;
}


/*------------------------------*/

.navbar-nav > li.outs{
position:relative;
    padding: 4px 10px 4px 10px;
}
.navbar-nav > li.outs a{
	position:relative;
	color: #fff;
    font-size: 14px;
    /* padding: 1.3em 1.5em 1.3em 1.5em; */
    padding: 12px 15px 12px 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    background: #56bce8;
	
}
.navbar-nav > li.outs a:hover{
	    background: #fff;
		color: #56bce8;
}
.navbar-nav > li.outs a:before{
	content:'';
    position: absolute;
    top: 0px;
    background: #ffffff;
    height: 100%;
    width: 0;
    left: 0;
    z-index: -1;
	display:none !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
	}
	.navbar-nav > li.outs a:hover:before{
		display:none;
	}
.navbar-nav > li.logg{
    position: relative;
    padding: 4px 10px 4px 10px;;
}
.navbar-nav > li.logg a{
position:relative;
    color: #fff;
    font-size: 14px;
    /* padding: 1.3em 1.5em 1.3em 1.5em; */
    padding: 12px 15px 12px 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    background: #01458e;
}
.navbar-nav > li.logg a:hover{
    background: #fff;
	color:#01458e;
}
.navbar-nav > li.logg a:before{
	content:'';
    position: absolute;
    top: 0px;
    background: #ffffff;
    height: 100%;
    width: 0;
    left: 0;
    z-index: -1;
	display:none !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
	}
	.navbar-nav > li.logg a:hover:before{
		display:none;
	}

/*-------------------*/



@media (min-width: 767px) {

.navbar-default .navbar-nav > li > ul{
    position: absolute;
    top: 500%;
	opacity:0;
    left: 0;
    min-width: 230px;
    z-index: 10;
    background: #999999ab;
    border: solid #eee;
    border-width: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	list-style:none;
	
	    height: 0px;
    overflow: auto;
	
	    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
}
@media (max-width: 767px) {

.navbar-default .navbar-nav > li > ul{
position: absolute;
    top: 500%;
    opacity: 0;
    left: 0;
    right: 0;
    min-width: 230px;
    z-index: 10;
    background: #e1dfde;
    border: solid #eee;
    border-width: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
	
	    height: 0px;
    overflow: auto;
	
	    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
}

.navbar-default .navbar-nav > li > ul > li{
	position:relative;
		    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.navbar-default .navbar-nav > li > ul > li > a{
	display:block;
	position:relative;
	text-decoration:none;
	    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-transform: capitalize;
		    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.navbar-default .navbar-nav > li > ul > li > a:hover{
	    background: #0000006b;
		}
.w3header form {
	margin: 1.1em 0 0;
    position: relative;
	padding-left: 2em;
}
.w3header input[type="search"] {
    width: 100%;
    padding: 0.6em 3.5em .6em .8em;
    font-size: 1em;
    color: #fff;
    outline: none;
    border: 1px solid #0696a9;
    background: none;
    -webkit-appearance: none; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.w3header button.btn.btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 39px;
    outline: none;
    box-shadow: none;
    background: #00BCD4;
    padding: 0;
    border-radius: inherit; 
	-webkit-appearance: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
} 
.w3header form:hover input[type="search"]{
	border-color:#ca5a00;
}
.w3header form:hover .btn.btn-default{
    background: #ff7200;
}
.w3header span.glyphicon {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}
.w3header ::-webkit-input-placeholder {
   color: #ccc;   
} 
.w3header :-moz-placeholder { /* Firefox 18- */
   color: #ccc; 
} 
.w3header ::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
} 
.w3header :-ms-input-placeholder {  
   color: #ccc;  
}  
/*-- //top-nav --*/
/*-- banner-text --*/
.banner-w3text {
    padding-top: 20%;
    text-align: center;
}
.banner-w3text h4 {
    font-size: 2em;
    color: #00bcd4;
    font-weight: 300;
    letter-spacing: 4px;
}
.banner-w3text h2 {
    font-size: 3.8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin: .6em 0;
}
.banner-w3text h5 {
    font-size: 2em;
    color: #969696;
    font-weight: 100;
    letter-spacing: 1px;
}
.w3btn{
    border: none;
    color: #fff;
    background: #ff7200;
    padding: 12px 60px 12px 25px;
    display: inline-block;
    margin: 2.5em 0 0;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.w3btn:hover{
	color: #fff;
}
.w3btn:after {
	content: '';
	position: absolute;  
	width: 34%;
    height: 250%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
    -webkit-transform: rotate(-20deg); 
    -moz-transform: rotate(-20deg); 
    -ms-transform: rotate(-20deg); 
    transform: rotate(-20deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
} 
.w3btn:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    left: auto;
    right: 9%;
    z-index: 2;
    position: absolute;
    font-size: 1.3em;
    color: #fff;
} 
.w3btn:hover:after {
	width: 112%;
}  
/*-- //banner --*/ 
/*-- welcome --*/
.welcome,.subscribe,.about,.portfolio,.team,.skills,.contact,.single,.codes {
	padding:5em 0;
}
p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
	font-weight: 400;
}
.agileits-title {
    margin-bottom: 4em;
}
.agileits-title h3 {
    font-size: 4em;
    color: #000;
    text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
}
.agileits-title p {
    text-align: center;
    width: 45%;
    margin: 0.5em auto 0;
}
.welcome-grid {
    margin-top: 3em;
}
.welcome-grid-left {
    text-align: right; 
}
.welcome-grid-right {
    padding: 0;
}
.welcome span.glyphicon {
    font-size: 2em;
    color: #00bcd4;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.welcome h4 {
    font-size: 1.3em;
    color: #000;
    margin-bottom: .8em;
    text-transform: capitalize;
}
.welcome-grid:hover span.glyphicon {
    color: #ff7200;
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
/*-- //welcome --*/
/*-- slid --*/
.w3about-slid {
    background: url(../images/2.jpg)no-repeat 0px center fixed;
    background-size: cover;
    text-align: center;
    padding: 6em 0;
}
.w3about-slid h4 {
    font-size: 3em;
    color: rgba(255, 114, 0, 0.55);
    font-weight: 900;
    margin-bottom: 0.8em;
}
.w3about-slid p {
    color: #fff;
    width: 69%;
    margin: 0 auto;
}
/*-- //slid --*/
/*-- skills --*/
.skills-w3left {
    padding: 0 8em 0 0;
}
.skills h4 {
    font-size: 2.5em;
    color: #ff7200;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 0.8em;
}  
.skills .nav-tabs {
    border:none;
}
.skills .nav-tabs li {
    margin: 0; 
    width: 33.33%;
    text-align: center;
}
.skills .nav-tabs > li > a {
    margin: 0;
    font-size: 1em;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 0;
} 
.skills .nav-tabs li:nth-child(2) a{
    border-left: 0;
    border-right: 0;
}
.skills .nav-tabs > li.active > a, .skills .nav-tabs > li.active > a:hover, .skills .nav-tabs > li.active > a:focus {
    color: #038292;
    border-top-width: 3px;
    border-top-color: #00bcd4;
    border-bottom-color: transparent;
    background: rgb(146, 232, 243);
    margin-top: -1px;
}
.tabcontent-grids {
    padding-top: 2em;
}
.tabcontent-grids ul li {
    display: block;
    font-size: 1em;
    color: #999;
    line-height: 2em;
}
.tabcontent-grids ul li span.glyphicon {
    margin-right: 0.5em;
}
/*-- progress-bars --*/
.b_label {
    color: #555;
    margin-bottom: 6px;
    font-weight: 300;
}
.bar_group {
    position: relative;
    z-index: 0;
    padding: 0;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background: #E4E4E4;
    border-radius: 6px;
}
.bar_group__bar.thin {
	width: 0%;
	height: 6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: #00bcd4;
	margin-bottom: 2em;
	-webkit-transition: width 1s;
	transition: width 1s;
	-moz-transition: width 1s;
	border-radius: 6px;
}
.skills .nav-tabs > li > a {
    margin: 0;
}
/*-- //skills --*/
/*-- news --*/
.news-w3layouts {
    background: url(../images/2.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
	padding:5em 0;
}
.news-w3layouts h3 { 
    color: #fff;  
}
.news-agileinfo {
   /* margin-top: 5em;*/
}
.news-agileinfo h4 a {
    font-size: 22px;
    line-height: 28px;
    color: #0a88ff;
    border: 1px solid rgb(10, 2, 2);
    text-align: center;
    padding: 15px 30px 15px 30px;
    /* margin-bottom: 3px; */
    /* margin-top: 3px; */
    background: #ffffff;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
	text-decoration:none;
    position: relative;
}
.news-w3lgrids h4 a:hover {
	/*border-color: #8BC34A;
    border-style: dashed;*/
background: #0b88ff;
    color: #fff;
}
.news-agileinfo h4 span {
    font-size: 2.2em;
    color: #fff;
    margin-right: 0.5em;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 2px;
}
.news-w3lgrids p {
    margin: 2em 0 1em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
} 


/*-- //news --*/
/*-- subscribe --*/ 
.subscribe {
    text-align: center;
}
.subscribe h4 {
    font-size: 3em;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
}
.subscribe form {
    width: 53%;
    margin: 3em auto 2em;
}
.subscribe input[type="email"] {
    width: 77%;
    padding: 1em;
    font-size: 1em;
	float: left;
    color: #999;
    outline: none;
    border: 1px solid #ddd;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: 1em 2.5em;
    border: 1px solid #ff7200;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #ff7200;
}
.subscribe form:hover input[type="email"]{
    border-color: #00bcd4;
}
.subscribe form:hover input[type="submit"] {
    border-color: #00bcd4;
    background:#00bcd4 ; 
}
.subscribe p{
    width: 45%;
    margin: 0.5em auto 0;
}
.subscribe p a {
    color: #00bcd4;
}
.subscribe p a:hover{
    color: #999;
} 
/*-- //subscribe --*/
/*-- //footer start here --*/ 
.agile-footer{
	background:url(../images/bg5.png) repeat-x bottom left #eeeeee;
	background-size:auto auto;
	position:relative;
    background-color: #eeeeee;
/*  padding: 4em 0 3em;*/
    padding: 50px 0px 50px 0px;
/*    border-top: solid 1px #098fcf;*/
}
.agile-footer:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: #222222;*/background: #222222f0;
}
.agile-footer h6 {
    font-size: 2.5em;
    margin:0 0 0.5em; 
    display: inline-block;  
}
.agile-footer h6 a {
    color: #fff;
    text-decoration: none; 
	display: inline-block;
	border: 1px solid #FF7148;
    padding: .2em 0.5em;
} 
.footer-wthree-grid h3 {
font-size: 16px;
    color: #999;
    margin: 0px 0px 10px 0px;
    border: solid #555;
    border-width: 0px 0px 1px 0px;
    line-height: 28px;
    text-transform: uppercase;
}
.footer-wthree-grid p{
    font-size: 13px;
    line-height: 26px;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #777;
}
.footer-wthree-grid p b{
	    color: #777;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.footer-wthree-grid ul {
    padding: 0px;
    list-style: none;
}
.footer-wthree-grid ul li:nth-child(1){
    margin-top:0;
}
.footer-wthree-grid ul li{
    margin-top:0.7em;
}
.footer-wthree-grid ul li a {
color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
	text-decoration:none;
} 
.footer-wthree-grid ul li a:before{
	content:'-';
	margin-right:5px;
}
.footer-wthree-grid ul li a:hover {
    color: #ccc;
} 
.footer-wthree-grid ul li a i.fa {
    width: 26px;
}
.footer-wthree-grid ul.social{
    position: relative;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    float: left;
}
.footer-wthree-grid ul.social li{
    position: relative;
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.footer-wthree-grid ul.social li a {
    color: #777;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    position: relative;
    background: url(../images/social.jpg) no-repeat left;
    width: 29px;
    height: 29px;
    display: block;
	border-radius: 0px 0px 0px 0px;
	    filter: grayscale(0%);
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*.footer-wthree-grid ul.social li a:hover{
	    filter: grayscale(0%);
}*/
.footer-wthree-grid ul.social li a:after{
	content:attr(alt);
    position: absolute;
    left: 0px;

	    bottom: -70px;
    opacity: 0;
    font-size: 12px;
    line-height: 20px;
    border: solid #444;
    border-width: 1px 1px 1px 1px;
    padding: 1px 4px 1px 4px;
    border-radius: 3px 3px 3px 3px;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.footer-wthree-grid ul.social li a:hover:after{
	    bottom: -30px;
		opacity:1;
}
.footer-wthree-grid ul.social li:nth-child(1) a{
    background-position: -112px -112px;
}
.footer-wthree-grid ul.social li:nth-child(1) a:hover{
    /*background-position: -274px -10px;*/
}
.footer-wthree-grid ul.social li:nth-child(2) a{
background-position: -208px -17px;
}
.footer-wthree-grid ul.social li:nth-child(2) a:hover{
    /*background-position: -359px -10px;*/
}
.footer-wthree-grid ul.social li:nth-child(3) a{
    background-position: -112px -17px;
}
.footer-wthree-grid ul.social li:nth-child(3) a:hover{
/*background-position: -316px -51px;*/
}
.footer-wthree-grid ul.social li:nth-child(4) a{
    background-position: -18px -111px;
}
.footer-wthree-grid ul.social li:nth-child(4) a:hover{
   /* background-position: -274px -92px;*/
}

.footer-wthree-grid ul.social li a:before{
	content:'-';
	display:none;
	margin-right:5px;
	position:relative;
}

.footer-wthree-grid p {
    font-weight: 300;
    letter-spacing: 0.5px;
} 
.footer-wthree-grid:nth-child(2) {
    /*padding-left: 5em;*/
}

.footer-wthree-grid.bk{
}

.footer-wthree-grid.bk .bkA{
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 769px){
.footer-wthree-grid.bk .bkA .bkB{
	padding-left:0;
}
.footer-wthree-grid.bk .bkA .bkC{
	padding-right:0;
}
.footer-wthree-grid.bk .bkA .bkD{
	padding-left:0;
	margin-top:1.5em;
	position:relative;
}
}
@media (max-width: 769px){
.footer-wthree-grid.bk .bkA .bkB{
	padding-left:0;
	padding-right:0;
	    margin-bottom: 1.5em;
}
.footer-wthree-grid.bk .bkA .bkC{
	padding-right:0;
	padding-left:0;
}
.footer-wthree-grid.bk .bkA .bkD{
	padding-left:0;
	padding-right:0;
	margin-top:1.5em;
	position:relative;
}
}
.footer-wthree-grid.bk .bkA .bkD form , .footer-wthree-grid form{
	position:relative;
}
.footer-wthree-grid.bk .bkA .bkD form input[type='email'],.footer-wthree-grid form input[type='email']{
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px 5px 30px;
    background: url(../images/mail.png) no-repeat left #fff;
    border: solid #ccc;
    border-width: 1px 1px 1px 1px;
    color: #444;
    background-position: 5px 10px;
}
.footer-wthree-grid.bk .bkA .bkD form input[type='submit'],.footer-wthree-grid form input[type='submit']{
position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    font-size: 12px;
    line-height: 23px;
    background: #0a88ff;
    border: solid #cccccc;
    border-width: 1px 1px 1px 0px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 10px 0px 10px;
}
.footer-wthree-grid.bk .bkA .bkD form input[type='submit']:hover,.footer-wthree-grid form input[type='submit']:hover{
	background:#999;
}

/*-- //footer end here --*/
/*-- copyrights start here --*/
.copyw3-agile {
    background: #1a1a1a;
    padding: 1.5em 0em;
    text-align: center;
}
.copyw3-agile .f_L{
}

.copyw3-agile .f_L p { 
    color: #555;
    font-size: 12px;
    line-height: 24px;
}
.copyw3-agile .f_L p a{
    color: #0b87fd;
	text-decoration:none;
}
.copyw3-agile .f_L p a:hover{
	color:#999;
	text-decoration:underline;
}
.copyw3-agile .f_L{
}
.copyw3-agile .f_R p { 
    color: #555;
    font-size: 12px;
    line-height: 24px;
}
.copyw3-agile .f_R p a{
    color: #0b87fd;
	text-decoration:none;
}
.copyw3-agile .f_R p a:hover{
	color:#999;
	text-decoration:underline;
}
@media (min-width: 768px){

.copyw3-agile .f_L p { 
text-align:left;
}
.copyw3-agile .f_R p { 
text-align:right;
}
}
@media (max-width: 768px){
.copyw3-agile .f_L{
	margin-bottom:10px;
}
.copyw3-agile .f_L p { 
text-align:left;
}
.copyw3-agile .f_R p { 
text-align:left;
}
}
/*-- //copyrights end here --*/
/*-- about --*/
.banner-w3layouts.about-banner .banner-img1{
    min-height: 350px;
}
.banner-w3layouts.about-banner .banner-w3text {
    padding-top: 4%;
    text-align: center;
}
.about-info {
    margin-top: 4em;
}
.about h4 {
    font-size: 1.4em;
    color: #ff7200;
    font-weight: 400;
    margin-bottom: 0.8em;
}
.embed-responsive.embed-responsive-16by9 {
    margin-right: 3em;
	margin-top: 1em;
}  
.pince {
    margin-top: 2em;
}
.pince-left {
    float: left;
    width: 17%;
    text-align: center;
    padding: 2em 1em;
    border: 2px solid #00bcd4;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.pince-right {
    float: right;
    width: 78%;
}
.pince h5 {
    font-size: 2em; 
    color: #00bcd4;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.about .pince-right p{
	margin:0 ;
}
.pince:hover .pince-left {
    background-color: #00bcd4; 
}
.pince:hover h5{
	color:#fff;
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
} 
/*-- stats --*/
.stats {
    background: url(../images/2.jpg)no-repeat center fixed;
    background-size: cover; 
}  
.stats-info {
	text-align: center;
} 
.stats-img {
	margin: 2em 0;
}
.stats-img i.fa {
    font-size: 1.5em;
    color: #fff;
    border: 1px solid #fff;
    padding: 1em 1.2em;
    border-radius: 20%;
}
.numscroller {
    font-size: 3em;
    font-weight: 700;
    color: #ff7200;
    margin-bottom: 0;
}
.stats-info p {
    font-size: 1.2em;
    font-weight: 500;
    color: #EEE;
    letter-spacing: 5px;
}
/*-- about-team --*/ 
.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
	padding: 0;
} 
.team .w3agile-caption {
    padding: 1.5em .5em 3.5em !important;
    background: #59d3e3;
}
.team h4 {
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.8em;
    margin-bottom: 0.3em;
}
.team p {
    color: #3e3e3e;
	margin-bottom: .6em;
}
.team .social-icon {
    background: #04a3b7;
    padding: 1em;
    position: absolute;
    left: -100%; 
    bottom: 0;
    width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.social-icon a.social-button {
    font-size: 1em;
    color: #fff;
    margin: 0 0.8em;
    text-align: center;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.social-icon a.social-button:hover {
    color: #1a1a1a;
}
.thumbnail.team-agileits:hover .social-icon {
    left: 0%;
} 
/*-- //about-page --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
/*	right: 3%;*/    left: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 
/*-- contact --*/  
.map iframe {
	width: 100%;
	height: 300px;
	border: 10px solid #d3f9fa;
} 
.contact-agileinfo {
    margin-top: 3em;
}
.contact-left ul {
	margin: 1.5em 0 0 0;
	padding: 0;
}
.contact-left ul li {
    display: block;
    margin-top: 1em;
    font-size: 1em;
    color: #999;
}
.contact-left ul li a{
	color: #ff7200;
}
.contact-left ul li a:hover{
	color:#999; 
}
.contact-left ul li span {
    width: 15px;
    height: 15px;
    margin-right: 0.5em;
} 
.contact-right input[type="text"] {
	border: 1px solid #999;
	width: 32.3%;
	margin: 0 0 1em 0;
	outline: none;
	font-size: 1em;
	color: #777;
	padding: 10px 12px;
	-webkit-appearance: none;
}
.contact-right input[type="email"] {
	border: 1px solid #999;
	margin: 0 .5em 1em 0.5em;
	outline: none;
	font-size: 1em;
	color: #777;
	padding: 10px 12px;
	width: 32%;
	-webkit-appearance: none;
}
.contact-right textarea {
    border: 1px solid #999;
    outline: none;
    font-size: 1em;
    color: #777;
    padding: 10px 12px;
    width: 100%;
    resize: none;
    height: 15em;
    -webkit-appearance: none;
}
.contact-right input[type="submit"] {
    border: 1px solid #00bcd4;
    padding: .7em 0;
    width: 22%;
    margin-top: 0.8em;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background-color: #00bcd4;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all; 
    -webkit-appearance: none;
}
.contact-right input[type="submit"]:hover{ 
	color:#ff7200;
	background:#fff;
	border-color:#ff7200;
}
/*-- //contact --*/
/*-- portfolio --*/ 
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin-bottom: 2em;
}
.simplefilter li {
    color: #00BCD4;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.8em 2em;
    margin: 0 0.3em;
    border: 1px solid #00BCD4;
} 
.simplefilter li.active {
    background-color: #ff7200;
    border-color: #ff7200;
    color: #fff;
}
.agileits-img a{ 
	display:block;
	overflow:hidden;
	background-color: #000;
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all; 
}
.agileits-img a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 0.5;
}
/*-- portfolio --*/
/*-- single-page --*/ 
.wthree_single_grid h4 {
    font-size: 2em;
    color: #ff7200;
    text-transform: capitalize;
    margin-bottom: .8em;
    font-family: 'Open Sans Condensed', sans-serif;
}
.wthree_single_grid ul li{
	display:inline-block;
	color:#999;
	font-size:1em;
	margin-right: 3em;
}
.wthree_single_grid ul li span {
    padding-right:0.5em;
    color: #00bcd4;
    font-size: 1.1em;
}
.wthree_single_grid ul li a{
	color:#999;
	text-decoration:none;
}
.wthree_single_grid ul li a:hover{
	color:#00bcd4;
}
.agile_single_banner{
    margin:3em auto 2em;
} 
.agile_single_banner img.img-responsive { 
    width: 100%;
}   
.wthree_single_grid1 p{ 
	line-height:2em;
}
.wthree_single_grid1 p span{
	display:block;
	margin:1em 0 0;
}
h4.w3ls-title {
    font-size: 2.5em;
    color: #000;
    margin-bottom: 0.7em;
    font-family: 'Open Sans Condensed', sans-serif;
}
.popular-posts {
    margin-top: 3em;
}
.popular-posts-grid{
	padding-left:0;
}
.popular-posts-grid1 {
    padding: .5em .5em 1em; 
	text-align: center;
}
.popular-posts-grid1 h4 a {
    text-decoration: none;
    font-size: 1.1em;
    color: #ff7200;
    display: inline-block;
    margin: 1em 0 0.2em;
    text-transform: capitalize; 
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all; 
    -webkit-appearance: none;
}
.popular-posts-grid1 h4 a:hover{
	color:#000;
}  
.author {
    margin: 4em 0;
}
.author-grid {
    padding: 2em;
    width: 80%;
	-webkit-box-shadow: 0px 0px 3px 1px #999;
	-moz-box-shadow: 0px 0px 3px 1px #999; 
    box-shadow: 0px 0px 3px 1px #999;
}
.author-grid-left {
    float: left;
    width: 20%;
}
.author-grid-right {
    float: right;
    width: 75%;
    padding-right: 8em;
}
.author-grid-left img {
    padding: .2em;
    border: 2px solid #00bcd4; 
}
.author-grid-right h4 {
    font-size: 1.8em;
    color: #fff;
    letter-spacing: -1px;
}
.author-grid-right h4 a{
	text-decoration:none;
	color:#00bcd4;
}
.author-grid-right h4 a:hover{
	color:#000;
}
.author-grid-right p { 
    margin: 1.5em 0 1em;
}
.author-grid-right h4 span {
    font-size: 0.5em;
    color: #ff7200;
    margin-left: 1em;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.author-grid a.social-button {
    color: #00bcd4;
    margin: 1em .5em 0;
    display: inline-block;
}
.write-reply form{
	width:80%;
}
.write-reply input[type="text"],.write-reply textarea{
	outline: none;
    width:100%;
    background: #F3F3F3;
    padding: 10px;
    border: 1px solid #DBDBDB;
    font-size: 1em;
    color: #999;
	-webkit-appearance:none;
}
.write-reply textarea{
	min-height:200px;
	resize:none;
}
.write-reply input[type="text"]{
	margin:0 0 .5em 0;
}
.write-reply input[type="submit"]{
	outline: none;
    width:100%;
    background:#00bcd4;
    padding: 10px 0;
    border:none;
    font-size: 1em;
    color: #fff;
	-webkit-appearance:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.write-reply input[type="submit"]:hover{
	background:#ff7200;
}  
/*-- //single-page --*/
/*-- pages --*/ 
.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:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none; 
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none; 
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #00bcd4;
    font-weight: bold;
}
.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: #999;
	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;
} 
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.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;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.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: #5f5f5f;
	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: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .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%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .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;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
 .codes .row {
    margin: 0;
}
.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;
}
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@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;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	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;
	}
}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.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%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,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: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.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.81em;
	}
	.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: 13px!important;
	}
	.codes .row {
		margin: 0;
	}
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/  
/*-- responsive-design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
.banner-w3text {
    padding-top: 18%; 
}
.agileits-title {
    margin-bottom: 3em;
}
}
@media(max-width:1080px){
.w3header form { 
    padding-left: 1em;
}
.banner-w3text h2 {
    font-size: 3.3em; 
}
.agileits-title p { 
    width: 51%; 
}
.welcome-grid-left {
    text-align: left;
    padding: 0;
}
.banner-w3text h4 { 
    letter-spacing: 2px;
}
.w3about-slid p { 
    width: 90%; 
}
.w3about-slid { 
    padding: 5em 0;
}
.nav > li > a { 
    padding: 10px 10px;
}
.welcome, .subscribe, .about, .portfolio, .team, .skills, .contact, .single, .codes,.news-w3layouts {
    padding: 4em 0;
}
.news-agileinfo {
    margin-top: 4em;
}
.subscribe form {
    width: 63%; 
}
.subscribe p {
    width: 50%; 
} 
.author-grid-right { 
    padding-right: 0;
}
.author-grid { 
    width: 90%; 
}
.banner-w3layouts.about-banner .banner-img1 {
    min-height: 310px;
}
.banner-w3layouts.about-banner .banner-w3text {
    padding-top: 3%;
    text-align: center;
}
}
@media(max-width:1024px){
.banner-img1, .banner-img2 { 
    min-height: 750px;
}
.about-grids {
    padding-right: 0;
}
.pince-left { 
    width: 19%; 
    padding: 2em 0; 
}
.agileits-title h3 {
    font-size: 3.5em; 
}
.contact-right input[type="text"] { 
    width: 31.9%;
}
.contact-right input[type="submit"] { 
    width: 30%;
}
}
@media(max-width:991px){
.navbar-header h1 {
    font-size: 2em; 
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
 /*   padding: 1.2em 0.2em;*/padding: 16px 10px 16px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form { 
    padding: 0;
}
.w3header input[type="search"] { 
    padding: 0.8em 3.5em .8em .8em;
    font-size: 0.9em; 
}
.w3header form {
    width: 24%;
    margin: 0.7em 0 0;
	padding-left: 0.5em;
}
.banner-w3text h2 {
    font-size: 2.8em;
}
.banner-w3text h4 ,.banner-w3text h5{
    letter-spacing: 1px;
    font-size: 1.8em;
}
.banner-w3text {
    padding-top: 22%;
}
.banner-img1, .banner-img2 {
    min-height: 674px;
}
.news-w3lgrids p {
    margin: 1em 0 2em; 
}
.subscribe form {
    width: 83%;
}
.subscribe p {
    width: 70%;
}
.footer-wthree-grid:nth-child(2) {
    margin-bottom: 3em;
	padding-left: 1em;
}
.author-grid {
    width: 100%;
}
.author-grid-right p {
    margin: 1em 0 0em;
}
.write-reply textarea {
    min-height: 150px; 
}
.banner-w3layouts.about-banner .banner-img1 {
    min-height: 272px;
}
.about-info {
    margin-top: 3em;
}
.agileits-title p {
    width: 68%;
}
.about-grids:nth-child(2) {
    margin: 2em 0;
}
.pince-right {
    float: left;
    width: 60%;
    padding-left: 2em;
}
.pince-left {
    width: 9%;
    padding: 1.5em 0;
}
.stats-info p { 
    letter-spacing: 3px;
}
.stats-img {
    margin: 1.5em 0;
}
.numscroller {
    font-size: 2.8em; 
}
.team-grids:nth-child(2) {
    margin-bottom: 2em;
}
.team-grids:nth-child(4) {
    margin-top: -26em;
}
.footer-wthree-grid h3 { 
    margin-bottom: 0.6em; 
}
.skills-w3left { 
    margin-bottom: 2em;
}
.tabcontent-grids {
    padding-top: 0em;
}
.skills h4 { 
    margin-bottom: 0.6em;
}
.contact-left {
    margin-top: 2em;
}
}
@media(max-width:800px){
.navbar-default .navbar-nav > li > a {
/*    font-size: 1em;
    padding: 1.1em 0.2em;
*/
font-size:14px;
padding: 15px 15px 15px 15px;
}
.banner-w3text h2 {
    font-size: 2.6em;
	line-height: 1.5em;
}
.banner-w3text h4, .banner-w3text h5 {
    letter-spacing: 0px;
    font-size: 1.6em;
}
.w3about-slid h4 {
    font-size: 2.6em; 
}
.w3about-slid {
    padding: 4em 0;
} 
.subscribe h4 {
    font-size: 2.7em; 
}
.banner-w3layouts.about-banner .banner-img1 {
    min-height: 260px;
}
.filtr-item {
    padding: 0.5em;
}
.agile_single_banner {
    margin: 2em auto 1em;
}
.author {
    margin: 3em 0;
} 
}
@media(max-width:768px){
.welcome-grid {
    margin-top: 2em;
} 
}
@media(max-width:767px){
.w3header{
    padding:2em;
}
.w3header ul.nav.navbar-nav.navbar-left {
    margin: 0;
    display: block;
} 
.w3header .nav.navbar-nav.navbar-left li a { 
    font-size: 1.1em; 
	padding:.2em 0;
}
.w3header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: #000;
}
.w3header .navbar-nav {
    margin: 0;
}
.w3header .navbar-default .navbar-toggle {
/*    border-color: #0fdfe2;
    background: #0fdfe2;*/    border-color: #ffffff;
    background: #ffffff;
    margin:8px 0 0;
}
.w3header .navbar-default .navbar-toggle .icon-bar {
   /* background-color: #fff;*/    background-color: #0b8fcf;
}
.w3header .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color:#fff;
}
.w3header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
/*    background-color: #0fdfe2;*/   background-color: #108fcf;
}  
.w3header .navbar-nav > li {
    margin: 0;
    display: block; 
	padding-top: 0; 
	text-align: center;
} 
div#bs-example-navbar-collapse-1 {
    /*background: rgba(0, 0, 0, 0.83);*/    background: #9d9d9dcf;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    margin-top: 1em;
}
.w3header .navbar-default .navbar-nav > li > a:before {
    width: 0;
	display:none;
}
.w3header ul.nav.navbar-nav.navbar-left {
    margin: 0;
    display: block;
}
ul.dropdown-menu {
    padding: 0;
}
.w3header .navbar-nav > li > .dropdown-menu li { 
    margin: 0;
}
.w3header .navbar-nav > li > .dropdown-menu li:nth-child(1) { 
    margin: 0.5em 0;
} 
.w3header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
} 
.w3header form {
    width: 55%;
    margin: 2em auto 0;
	padding: 0;
} 
.navbar-default .navbar-nav > li > a { 
/*    padding: 1em 0.2em;*/padding: 15px 15px 15px 15px;
} 
}
@media(max-width:736px){
.banner-img1, .banner-img2 {
    min-height: 645px;
}
.agileits-title h3 {
    font-size: 3em;
}
.welcome, .subscribe, .about, .portfolio, .team, .skills, .contact, .single, .codes, .news-w3layouts {
    padding: 3em 0;
}
.welcome h4 { 
    margin-bottom: .6em; 
}
.welcome-grid { 
    padding: 0 .5em;
}
.w3about-slid h4 {
    font-size: 2.2em;
}
.subscribe input[type="email"] {
    width: 75%;
}
.footer-wthree-grid:nth-child(2) {
    margin: 2em 0;
}
.footer-wthree-grid.w3social {
    margin-top: 2em;
}
.banner-w3layouts.about-banner .banner-w3text {
    padding-top: 1%; 
}
.banner-w3layouts.about-banner .banner-img1 {
    min-height: 230px;
}
.pince-right { 
    padding-left: 1em;
}
.stats-img {
    margin: 1.5em 0 .5em;
}
.stats-info p {
    font-size: 1.1em; 
}
ul.simplefilter { 
    margin-bottom: 1em;
}
.contact-agileinfo {
    margin-top: 2em;
}
.contact-right textarea { 
    height: 12em; 
}
.team-grids:nth-child(4) {
    margin-top: -28em;
}
}
@media(max-width:667px){
.banner-img1, .banner-img2 {
    min-height: 600px;
}
.banner-w3text {
    padding-top: 20%;
}
.banner-w3text h2 { 
	margin: .4em 0;
}  
.banner-w3text h4, .banner-w3text h5 { 
    font-size: 1.2em;
}
.welcome-grid { 
    float: none;
    width: 65%;
    margin: 1.5em auto 0;
}
.bar_group__bar.thin { 
    margin-bottom: 1em;
}
.news-agileinfo {
    margin-top: 3em;
}
.news-agileinfo h4 span {
    font-size: 2em; 
}
.subscribe input[type="email"] {
    width: 73%;
}
.pince-left {
    width: 11%; 
}
.author-grid-right h4 {
    font-size: 1.6em; 
}
h4.w3ls-title {
    font-size: 2.2em; 
}
.simplefilter li { 
    font-size: 0.9em;
}
}
@media(max-width:640px){
.subscribe input[type="email"] {
    width: 72%;
}
.team-grids:nth-child(4) {
    margin-top: -27em;
}
}
@media(max-width:600px){
.banner-w3text h2 {
    font-size: 2.3em; 
}
.banner-img1, .banner-img2 {
    min-height:560px;
}
.subscribe input[type="email"] {
    width: 69%;
}
.agileits-title p {
    width: 90%;
}
.wthree_single_grid ul li { 
    margin-right: 2em;
}
.popular-posts-grid1 h4 a { 
    font-size: 1em; 
} 
.wthree_single_grid h4 {
    font-size: 1.5em; 
}
.banner-w3layouts.about-banner .banner-img1 {
    min-height: 215px;
}
.team-grids:nth-child(4) {
    margin-top: -25em;
}
}
@media(max-width:568px){
.subscribe input[type="email"] {
    width: 67%;
}
.agile-footer h6 {
    font-size: 2em; 
}
.footer-wthree-grid h3 {
/*    font-size: 2em;*/ font-size:16px; 
}
.map iframe { 
    height: 200px; 
}
.contact-right input[type="text"],.contact-right input[type="email"] {
    width: 100%;
	margin:0 0 1em 0;
}
.skills-w3left {
    padding: 0;
} 
}
@media(max-width:480px){
.banner-w3text h2 {
    font-size: 1.8em;
}
.banner-img1, .banner-img2 {
    min-height: 535px;
}
.w3btn { 
    padding: 10px 53px 10px 16px; 
    font-size: 0.9em;
}
.banner-img1, .banner-img2 {
    min-height: 500px;
}
.banner-w3text {
    padding-top: 18%;
}
.agileits-title h3 {
    font-size: 2.2em;
}
.welcome-grid { 
    width: 88%; 
}
.welcome h4 {
    margin-bottom: .2em;
}
.w3about-slid p {
    width: 100%;
}
.w3about-slid h4 {
    font-size: 2em;
}
.w3about-slid {
    padding: 3em 0;
}
.skills h4 {
    font-size: 2.2em; 
}
p {
    font-size: 0.9em; 
}
.news-agileinfo h4 span {
    font-size: 1.6em;
}
.news-agileinfo h4 {
    font-size: 1.2em; 
}
.subscribe h4 {
    font-size: 2em;
}
.subscribe input[type="email"] { 
    padding: 0.8em 1em;
    font-size: 0.9em; 
}
.subscribe input[type="submit"] { 
    font-size: 0.9em; 
    padding: 0.8em 1.5em; 
}
.subscribe form {
    width: 70%;
}
.subscribe p {
    width: 90%;
}
.agile-footer { 
    padding: 3em 0 2.5em;
}
.footer-wthree-grid h3 {
/*    font-size: 1.8em;*/ font-size:16px;
}
.banner-img1, .banner-img2 {
    min-height: 475px;
}
.about-grids {
    padding: 0;
}
.about-info {
    margin-top: 2em;
}
.about h4 {
    font-size: 1.2em; 
}
.pince h5 {
    font-size: 1.5em; 
}
.pince-left {
    width: 12%;
}
.numscroller {
    font-size: 2em;
}
.stats-info p {
    letter-spacing: 1px;
    font-size: 1em;
}
.wthree_single_grid ul li {
    margin-right: 1.2em;
    font-size: 0.9em;
}
h4.w3ls-title {
    font-size: 2em;
}
.popular-posts {
    margin-top: 2em;
}
.popular-posts-grid1 h4 a {
    font-size: 0.9em;
}
.author {
    margin: 2em 0;
}
.author-grid-left { 
    width: 100%;
}
.author-grid-right { 
    margin-top: 1.2em;
    width: 100%;
}
.author-grid-right h4 {
    font-size: 1.4em;
}
.write-reply input[type="text"], .write-reply textarea { 
    width: 100%; 
}
.write-reply form {
    width: 100%;
}
.banner-w3layouts.about-banner .banner-img1 {
    min-height: 200px;
}
.w3header {
    padding: 2em 1em;
}
.simplefilter li { 
    padding: 0.8em 1.2em; 
}
.agileits-title {
    margin-bottom: 2em;
}
.contact-agileinfo {
    margin-top: 1em;
}
.contact-right input[type="submit"] { 
    font-size: 1em;
} 
}
@media(max-width:414px){
.w3header {
    padding: 1em 0.5em;
}
.banner-w3text h2 {
    font-size: 1.6em;
}
.banner-img1, .banner-img2 {
    min-height: 409px;
}
.agileits-title p {
    width: 100%;
}
.welcome, .subscribe, .about, .portfolio, .team, .skills, .contact, .single, .codes, .news-w3layouts {
    padding: 2em 0;
}
.agileits-title h3 {
    font-size: 2em;
}
.welcome-grid {
    width: 100%;
}
.welcome h4 {
    font-size: 1.2em; 
}
.subscribe form {
    width: 95%;
}
.footer-wthree-grid:nth-child(2) {
    margin: 1.5em 0;
}
.footer-wthree-grid.w3social {
    margin-top: 1.5em;
}
.footer-wthree-grid ul li a { 
    font-size: 0.9em; 
}
.navbar-default .navbar-nav > li > a {
    padding: 0.8em 0.2em;
}
.w3header form {
    width: 80%;
    margin: 1em auto 0;
}
.banner-w3layouts.about-banner .banner-img1 {
    min-height: 155px;
} 
.embed-responsive.embed-responsive-16by9 {
    margin-right: 0; 
}
.pince-right { 
    width: 85%; 
}
.pince-left {
    width: 15%;
}
.pince {
    margin-top: 1.5em;
}
.stats-info p {
    letter-spacing: 0px;
    font-size: 0.9em;
}
.team-grids {
    width: 100%;
    float: none;
}
.team-grids:nth-child(2) {
    margin: 2em 0;
}
.team-grids:nth-child(4) {
    margin-top: 2em;
}
.agile-footer h6 {
    font-size: 1.6em;
}
.simplefilter li {
    padding: 0.8em 1em;
    font-size: 0.8em;
}
.contact-right {
    padding: 0;
}
.contact-right input[type="text"] { 
    font-size: 0.9em; 
    padding: 9px 12px; 
}
.contact-right textarea {
    height: 10em;
}
.contact-right input[type="submit"] {
    font-size: 0.9em;
    width: 35%;
}
.contact-left ul li { 
    margin-top: 1em;
    font-size: 0.9em; 
}
.contact-left {
    margin-top: 1em;
    padding: 0;
}
}
@media(max-width:384px){
.simplefilter li { 
    margin:0;
}
.skills .nav-tabs > li > a { 
    font-size: 0.8em; 
}
}
@media(max-width:375px){
.nav > li > a {
    padding: 10px 8px;
}
.news-agileinfo h4 {
    font-size: 1em;
    padding: 12px 25px;
}
.subscribe h4 {
    font-size: 1.6em;
}
.subscribe form {
    width: 100%;
	margin: 1.5em auto 1em;
}
.subscribe input[type="submit"] { 
    padding: 0.8em 1em;
}
.subscribe p {
    width: 100%;
}
.footer-wthree-grid {
    padding: 0;
}
.footer-wthree-grid:nth-child(2) { 
    padding-left: 0;
}
.numscroller {
    font-size: 1.5em;
}
.subscribe input[type="email"] {
    width: 73%;
}
.simplefilter li {
    padding: 0.8em 0.8em; 
}
}
@media(max-width:320px){
.w3header {
    padding: 1em 0;
}
.navbar-header h1 {
    font-size: 1.7em;
}
div#bs-example-navbar-collapse-1 { 
    margin-top: 0.5em;
}
.w3header form {
    width: 90%; 
}
.banner-w3text h2 {
    font-size: 1.3em;
}
.banner-w3text h4, .banner-w3text h5 {
    font-size: 1em;
}
.banner-img1, .banner-img2 {
    min-height: 350px;
}
.banner-w3text {
    padding-top: 17%;
}
.w3about-slid h4 {
    font-size: 1.6em;
}
.w3about-slid {
    padding: 2em 0;
}
.subscribe input[type="email"] {
    width: 68%;
}
.simplefilter li {
    padding: 0.6em;
    font-size: 0.75em;
}
}
/*-- //responsive-design --*/
@media (max-width:769px){
	.hed_log .lft{
}
.hed_log .rft{
	min-height:90px;
}
}
@media (min-width:769px){
	.hed_log .lft{
		min-height:90px;
}
.hed_log .rft{
	min-height:90px;
}
}

@media (min-width: 769px){
.hed_log{
	    border-top: solid 6px #1a93d1;
		position:relative;
		min-height: 104px;
}
}

@media (max-width: 769px){
.hed_log{
	    border-top: solid 6px #1a93d1;
		position:relative;
		min-height: 56px;
}
}

.hed_log:after{
	content:'';
    background: rgba(68, 68, 68, 0.48);
	position:absolute;
	width:100%;
/*	height:50px;*/ height:0px;
	bottom:0;
	left:0;
	z-index:1;
}
.hed_log .lft{
	
}
.hed_log .rft{
}
.hed_log .rft div{
	float:right;
	display:inline-block;
background: #8BC34A;
	border-radius:0px 0px 6px 6px;
	color:#fff;
}
.hed_log .rft div span{
}
.hed_log .rft div span a{
	text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    line-height: 20px;
}
.hed_log .rft div span a:hover{
	color:#444;
}
.hed_log .log{
/*	z-index:100;
	    padding-left: 0;
		position:relative;*/    z-index: 100;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 10px 10px 10px 10px;
}
.hed_log .log  h5 {
	position:relative;
	    margin: 0px 0px 10px 0px;
}
.hed_log .log  h5 a{
    display: block;
    position: relative;
    /* margin-top: -50px; */
    border: solid #ccc;
    padding: 3px 3px 3px 3px;
    border-width: 1px 1px 0px 1px;
    border-radius: 5px 5px 0px 0px;

}
.hed_log .log h5 a img{
	    /*max-height: 75px;*/      max-width: 100%;
    width: 125px;
}
.hed_log .log h6 {
	    margin: 0px 0px 0px 0px;
}
.hed_log .log h6 span{
	    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #777;
    border: solid #ccc;
    border-width: 1px 0px 1px 0px;
}

.hed_log .l_hed{
	z-index:100;
	margin-top:3px;
}

@media (max-width: 769px){
	.hed_log .l_hed h2{
	font-size:16px !important;
    line-height:28px !important;
	color:#fff;
	
}
	}
.hed_log .l_hed h2{
	font-size:23px;
    line-height: 49px;
	color:#fff;
	
}
.hed_log .l_search{
	z-index:100;
	margin-top:3px;
}
.hed_log .l_search input[type='search']{
	border: solid 1px rgba(0, 0, 0, 0.61);
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 5px 5px 5px;
    color: #777;
    margin-top: 6px;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.61);
	
}
.hed_log .l_search i{
    position: absolute;
    right: 24px;
    top: 17px;
	color:#777;
}
.hed_menu{
    background: #999999ab;
/*	   border-top: solid 2px #eee;*/    /*border-top: solid 2px #eee0;*/border-top: solid 0px #eee0;
/*    border-bottom: solid 1px #ccc;*/    border-bottom: solid 0px #ccc;
}
@media (min-width: 769px){
	.hed_menu .log{
	position:relative;
}
.hed_menu .log .logA{
    z-index: 100;
    position: relative;
    text-align: center;
/*    background: #fff;*/background: #ffffff3d;
/*    padding: 10px 10px 10px 10px;*/    /*padding: 17px 10px 17px 10px;*/    padding: 15px 10px 16px 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -100px 0px 0px 0px;
    top: 0;
}
}
@media (max-width: 769px){
.hed_menu .log{
	position:relative;
	    width: 50% !important;
}
.hed_menu .log .logA{
    z-index: 100;
    position: relative;
    text-align: center;
/*    background: #fff;*/background: #ffffff3d;
    padding: 10px 10px 10px 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -50px 0px 0px 0px;
    top: 0;
}
.w3header{
	    width: 50% !important;
}
div#bs-example-navbar-collapse-1{
    width: 200% !important;
    right: 0px !important;
    margin-top: 54px !important;/*margin-top: 54px !important;*/
}
}

.hed_menu .log .logA h5 {
    position: relative;
    margin: 0px 0px 0px 0px;
}
.hed_menu .log .logA h5 a {
/*    display: block;
    position: relative;
    border: solid #ccc;
    padding: 3px 3px 3px 3px;
border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 0px 0px;*/
	    display: block;
    position: relative;
    border: solid #ccc;
    padding: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.hed_menu .log .logA h5 a img {
    /* max-height: 75px; */
    max-width: 100%;
    width: 125px;
}
.hed_menu .log .logA h6 {
    margin: 0px 0px 0px 0px;
	position:relative;
	display:none;
}
.hed_menu .log .logA h6 span {
/*    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #777;
    border: solid #ccc;
    border-width: 0px 0px 0px 0px;
	text-transform:uppercase;*/
	    display: block;
    font-size: 30px;
    line-height: 26px;
    color: #068bcc;
    border: solid #ccc;
    border-width: 0px 0px 0px 0px;
    text-transform: uppercase;
}


.dod{
	    padding-left: 0;
    padding-right: 0;
}
@media (max-width:769px){
	.dod .dod_A{
	  margin-bottom:20px;
}
}
@media (min-width:769px){
.dod .dod_A{
	  
	    border-right: solid 1px #ccc;
}
}
	.dod .dod_A div{
		    padding-bottom: 33px;
    /*border-bottom: solid 1px #ccc;*/
	}
	.dod .dod_A div h3{
		    font-size: 22px;
    line-height: 36px;
    color: #444;
    margin-bottom: 10px;
    border-bottom: dashed 1px #ccc;
	}
	.dod .dod_A div h5{
		    font-size: 14px;
    line-height: 28px;
    margin: 0;
    color: #444;
	}
	.dod .dod_A div p{
		    font-size: 12px;
    line-height: 26px;
    color: #777;
	}
	.dod .dod_A div p b{
		    font-size: 13px;
    line-height: 26px;
    color: #777;
    font-weight: 600;
	}
	.dod .dod_A div  strong{
		font-size: 13px;
    color: #777;
    font-weight: 600;
    line-height: 28px;
	}
.dod .dod_B{
}
.dod .dod_B .dod_TP{
	    background: #098fcf;
		text-align:center;
}
.dod .dod_B .dod_TP a{
	display:block;
	text-decoration:none;
	min-height:180px;
	max-height:180px;
	padding:15px 10px 15px 10px;
}
.dod .dod_B .dod_TP a h5{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    border-bottom: solid 1px #fff;
    position: relative;
    top: 51px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: capitalize;

}


.dod .dod_B .dod_TP a h5:before {
  content: '';
    position: absolute;
    top: 0px;
    background: #FFF;
    height: 1px;
    width: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.dod .dod_B .dod_TP a:hover h5:before{
	width: 100%;
} 




.dod .dod_B h6{
	margin-bottom:10px;
	margin-top:10px;
	height:2px;
	background:#ccc;
}
.dod .dod_B .dod_TQ{
	background: #eee;
    padding: 10px 10px 10px 10px;
}
.dod .dod_B .dod_TQ h3{
	font-size: 18px;
    line-height: 30px;
    color: #444;
    margin-bottom: 5px;
    border-bottom: dashed 1px #ccc;
}
.dod .dod_B .dod_TQ p{
}
.dod .dod_B .dod_TQ p b{
	font-size: 12px;
    font-weight: 500;
    color: #777;
}
.dod .dod_B .dod_TQ p b:before{
	content:'--';
	position:relative;
	font-weight:600;
	margin-right:5px;
	color:#444;
	
}
.hodd{
	padding-top:50px;
	 padding-bottom:50px;
	 background:url(../images/HM_3.jpg) no-repeat bottom right #f5f5f5;
	 background-size:100% auto;
}
.hod{
/*	padding-left: 0;
    padding-right: 0;*/
	padding:0;
}
.hod .hod_A{
	
/*    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom:10px;*/
	
}
.hod .hod_A h6{
	height:2px;
 background: rgba(158, 158, 158, 0.51);

	margin-top:10px;
	margin-bottom:10px;
}
.hod .hod_A div{
	    background: #fff;    min-height: 200px;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 11px #4444442e;
    padding-top: 15px;
    padding-bottom: 15px;
	position:relative;
}
.hod .hod_A div h4{
	    font-size: 18px;
    line-height: 28px;
    color: #444;
	    margin-bottom: 5px;
		border-bottom:dashed 1px #ccc;
		font-weight:500;
}
.hod .hod_A div marquee{
	max-height:174px;min-height:132px;
	overflow:hidden;
}
.hod .hod_A div p{
font-size: 12px;
    color: #333;
    line-height: 24px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
.hod .hod_A div p span{
    font-size: 9px;
    color: #000;
    line-height: 14px;
}
.hod .hod_A div p span:after{
	content:'::';
	margin-right:5px;
	
}
.hod .hod_B{
/*	min-height:210px;*/    
}
.hod .hod_B .hod_BB{
	min-height: 200px;
	margin-bottom:10px;
		    background: #fff;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 11px #4444442e;
    padding-top: 15px;
    padding-bottom: 15px;
	position:relative;
}
.hod .hod_B .hod_BB:before{
content: attr(alt);
    position: absolute;
    left: -88px;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    height: 43px;
    width: auto;
    background: #bcbcbc;
    padding: 8px;
    /* display: table; */
    bottom: 0;
    margin: auto auto;
    padding: 7px 10px 7px 10px;
}
.hod .hod_B h6{
	height:2px;
	background:#777;
	margin-top:10px;
	margin-bottom:10px;
}

@media (min-width:768px){
.hod .hod_B span.seemore {
    text-align: right;
    position: absolute;
    bottom: -40px;
    right: 0;
    padding: 0px 0px 0px 0px;
	display:inline-block;
}
}
@media (max-width:768px){
.hod .hod_B span.seemore {
    text-align: right;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}
}
.hod .hod_B span.seemore  a{
    display: block;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    background: #5ece2e;
    padding: 5px 15px 5px 15px;
    color: #fff;
    position: relative;
    border-radius: 3px 3px 3px 3px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.hod .hod_B span.seemore a:hover{
	background: #777;
}
.hod .hod_B span.seemore a i{
	    font-size: inherit;
    margin-right: 5px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
.hod .hod_B span.seemore a:hover i{
	margin-right:10px;
}




.hod .hod_B .hod_B1{
	text-align:center;    margin-bottom: 10px; margin-top:10px;
}
.hod .hod_B .hod_B1 {
     position: relative;
	    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.hod .hod_B .hod_B1 .rec{
	position:relative;
	    padding-bottom: 15px;
    padding-top: 15px;
	    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
		    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.hod .hod_B .hod_B1 .rec img{
	position:relative;
	width:100%;
		    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.hod .hod_B .hod_B1 .rec span{
	position:absolute;
top: -100%;
    opacity: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto;
    height: max-content;
    width: max-content;
		    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.hod .hod_B .hod_B1 .rec:hover span{
	opacity:1;
	top:0;
}
.hod .hod_B .hod_B1 .rec span a{
position:relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #0788ff;
    padding: 2px 10px 2px 10px;
	text-decoration:none;
		    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
	display:block;
}
.hod .hod_B .hod_B1 .rec span a:hover{
	background:#777;
	}


.hod .hod_B h4{
	font-size:18px;
	line-height:28px;
	color:#444;
	    margin-bottom: 5px;
		border-bottom:dashed 1px #ccc;
		font-weight:500;
}
/*.hod .hod_B .hod_B1 div a:after{
content: attr(alt);
    position: absolute;
    font-size: 14px;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    margin: auto;
    padding: 5px 0px 5px 0px;
	    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}*/
@media (max-width:768px){
	.hod .hod_B .hod_B1 div a:hover:after{

	top:80%;
}
}
@media (min-width:768px){

.hod .hod_B .hod_B1 div a:hover:after{

	top:100%;
}
}
.hod .hod_C {
	min-height:210px;
	    background: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom:10px;
}
.hod .hod_C h6{
	height:2px;
	 background: rgba(158, 158, 158, 0.51);

	margin-top:10px;
	margin-bottom:10px;
}

.hod .hod_C div{
}
.hod .hod_C div h4{
	font-size:18px;
	line-height:28px;
	color:#444;
	    margin-bottom: 5px;
		border-bottom:dashed 1px #ccc;
		font-weight:500;
}
.hod .hod_C div form{
}
.hod .hod_C div form input[type='text'],.hod .hod_C div form input[type='number'],.hod .hod_C div form input[type='email']{
	width: 100%;
    padding: 5px 5px 5px 45px;
    font-size: 12px;
    color: #444;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}
.hod .hod_C div form p{
	
}
.hod .hod_C div form  p i{
    position: absolute;
    font-size: 16px;
    height: 38px;
    background: #8BC34A;
    color: #fff;
    padding: 11px 10px 11px 10px;
    width: 40px;
    text-align: center;
    /* top: 1px; */
    margin-top: 1px;
    margin-left: 1px;
}
.hod .hod_C div form input[type='submit']{
	    border: solid 1px #ccc;
    color: #fff;
    background: #098fcf;
    font-size: 13px;
    text-transform: uppercase;
	   -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.hod .hod_C div form input[type='submit']:hover{
	background:#444;
	
}

/*----------------*/
@media (min-width: 769px){
.search{
	position:relative;
/*    padding-top: 7px;
    padding-bottom: 6px;*/
	text-align:right;
}
}
@media (max-width: 769px){
.search{
	position:relative;
/*    padding-top: 5px;
    padding-bottom: 5px;*/
    text-align: center;
    border: solid #ddd;
    border-width: 1px 0px 0px 0px;
}
}
.search ul {
    margin: 6px 0px 1px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    list-style: none;
    display: inline-block;
}
.search ul li {
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 3px 0px 3px;
}
.search ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;

    padding: 11px 10px 11px 10px;
    margin: 0px 0px 0px 0px;
	    text-transform: uppercase;
			   -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.search ul li:nth-child(1) a{
    background: #57bced;
	    color: #fff;
}
.search ul li:nth-child(1) a:hover{
	 background: #fff;
	     color: #57bced;
}
.search ul li:nth-child(2) a{
    background: #01458e;
	    color: #fff;
}
.search ul li:nth-child(2) a:hover{
	 background: #fff;
	     color: #01458e;
}
/*.search a{
display:inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    color: #0a88ff;
    text-transform: uppercase;
    background: #ffffff;
    text-decoration: none;
padding: 6px 10px 6px 10px;
		   -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.search a:hover{
	color:#fff;
	background:#0a88ff;
}*/
.search input[type='search']{
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #444;
    width: 100%;
    background: #ffffffb8;
    border: solid #cccccc;
    border-width: 1px 1px 1px 1px;
    padding: 10px 5px 10px 5px;
    border-radius: 4px 0px 0px 4px;
}
.search button{
position: absolute;
    right: 16px;
    top: 6px;
    background: #0409103d;
    border: solid #ffffffb5;
    border-width: 1px 1px 1px 0px;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px 5px 10px;
    color: #fff;
}
.search button i{
}



.slds {
	position:relative;
	padding-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0;
	}
	.slds_ar{
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto auto;
	    z-index: 100;
	}
	.slds_ar a{
    position: absolute;
    margin: auto auto;
    left: 0;
    right: 0;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    background: #ccc;
    padding: 5px 5px 5px 5px;
    z-index: 1000;
    top: 0px;
    border-radius: 0px 0px 0px 0px;
    height: max-content;
    width: max-content;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	}
/*.slds_ar a:after{
	content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto auto;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: -1;
    border: solid;
    border-color: #9d9d9d #f5f5f5 #f5f5f5 #f5f5f5;
    border-width: 15px 16px 15px 15px;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}*/
	.slds_ar a i{
    top: -12px;
	position:relative;
	    line-height: 0;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	}
		.slds_ar a:hover i{
			top:0px;
		}
		
		/*------------------------------*/
		
.hom{
/*	border: solid #f5f5f5;
    border-width: 7px 0px 7px 0px;*/
    padding-top: 50px;
    padding-bottom: 50px;
	position:relative;
	background:url(../images/HM_1.jpg) no-repeat right bottom #f5f5f5;
	background-size:100% auto;
}
.hom .homA{
	position:relative;
	padding:0;
}
.hom .homA .bx{
    margin: 10px 0px 10px 0px;
    position: relative;
	min-height:90px;
}
@media (min-width: 768px) {
.hom .homA .bx:nth-child(even){
	/*padding-right:0px;*/
}
.hom .homA .bx:nth-child(odd){
	/*padding-left:0px;*/
}
}
.hom .homA .bx .bxA{
/*    border: solid #00bcd48f;*//*border: solid #ddd;
    border-width: 1px 5px 1px 5px;
    padding: 15px 15px 15px 15px;
    border-radius: 0px 5px 5px 0px;
    background: #fff;
	position:relative;*/
	cursor:pointer;
border: solid #92d0f3fc;
    border-width: 1px 1px 1px 1px;
    padding: 15px 15px 15px 15px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    position: relative;
    box-shadow: 4px 4px 12px #99999942;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.hom .homA .bx .bxA:hover{

 border: solid #0a88ff;
    border-width: 1px 1px 1px 1px;
	box-shadow:none;
}
/*.hom .homA .bx .bxA:before{
content: attr(alt);
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 30px;
    line-height: 32px;
    height: 100%;
    background: #dddddd;
    padding: 5px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
    display: table;
    bottom: 0;
    margin: auto auto;
    color: #ffffff;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.hom .homA .bx .bxA:hover:before{
background: #92d0f3fc;
}*/
.hom .homA .bx .bxA .bx_l{
/*	    padding-left: 0px;*/
		position:relative;
}
.hom .homA .bx .bxA .bx_l h4{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    color: #060202;
    margin: 0px 0px 5px 0px;
}
.hom .homA .bx .bxA .bx_l p{
	    font-size: 12px;
    line-height: 26px;
    color: #444;
}
.hom .homA .bx .bxA .bx_r{
/*	padding-right:0px;*/
    position: relative;
    text-align: center;
/*	    background: #fcf8e3;*/
}
.hom .homA .bx .bxA .bx_r span{
    display: inline-block;
    background: #fff;
/*    border: solid #9d9d9d;*/    border: solid #ccc;
    border-width: 1px 1px 1px 1px;
    margin: 15px 0px 15px 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.hom .homA .bx .bxA .bx_r span img{
	    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	    max-width: 100%;
}


.hom .homA .seemore{
	text-align:right;
	    padding-bottom: 5px;
    padding-top: 20px;
	position:relative;
}
.hom .homA .seemore span{
	display:inline-block;
	position:relative;
}
.hom .homA .seemore span a{
    display: block;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    background: #5ece2e;
    padding: 5px 15px 5px 15px;
    color: #fff;
    position: relative;
    border-radius: 3px 3px 3px 3px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.hom .homA .seemore span a:hover{
	background: #777;
}
.hom .homA .seemore span a i{
	    font-size: inherit;
    margin-right: 5px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
.hom .homA .seemore span a:hover i{
	margin-right:10px;
}


/*--------section 2-----------------*/

.highlight{
	background:url(../images/bg2.jpg) no-repeat bottom left;
	background-size:cover;
	position:relative;
	padding-bottom:50px;
	padding-top:50px;
}
.highlight:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
/*    background: #0b1115a6;*/    /*background: #000304b5;*/    background: #eeeeeee3;
}
.highlight .highlightA{
	position:relative;
	padding:0;
}

@media (min-width: 769px){
	.highlight .highlightA .highlightA_L{
/*	padding-left:0;*/
	position:relative;
}
.highlight .highlightA .highlightA_L .highlightA_L2{
/*	padding-left:0;*/
	position:relative;
	    min-height: 120px;
}
.highlight .highlightA .highlightA_L .highlightA_L1{
	/*padding-left:0;*/
	position:relative;
}
}
@media (max-width: 769px){
	.highlight .highlightA .highlightA_L{
	position:relative;
}
.highlight .highlightA .highlightA_L .highlightA_L2{
	position:relative;
	    min-height: 10px;
}
.highlight .highlightA .highlightA_L .highlightA_L1{
	position:relative;
}
}

.highlight .highlightA .highlightA_L .highlightA_L1 h2{
	font-size: 28px;
    line-height: 30px;
    color: #333;
    margin: 0px 0px 5px 0px;
    text-transform: capitalize;
}
.highlight .highlightA .highlightA_L .highlightA_L1 h5{
	    font-size: 18px;
    line-height: 26px;
    color: #777;
    margin: 0px 0px 5px 0px;
    text-transform: capitalize;
}
.highlight .highlightA .highlightA_L .highlightA_L1 p{
	    font-size: 14px;
    line-height: 24px;
    color: #444;
    margin: 0px 0px 5px 0px;
}

@media (min-width: 769px){
.highlight .highlightA .highlightA_R{
/*	padding-right:0;*/
	position:relative;
}
.highlight .highlightA .highlightA_R .highlightA_R1{
/*	padding-right:0;*/
	position:relative;
}
}
@media (max-width: 769px){
.highlight .highlightA .highlightA_R{
	position:relative;
}
.highlight .highlightA .highlightA_R .highlightA_R1{
	position:relative;
}
}
.highlight .highlightA .highlightA_R .highlightA_R1 h4{
display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #0a88ff;
    padding: 5px 20px 5px 20px;
    border: solid #0a88ff;
    border-width: 0px 0px 0px 1px;
    margin: 10px 0px 10px 0px;
}
.highlight .highlightA .highlightA_R .highlightA_R1 ul{
	    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.highlight .highlightA .highlightA_R .highlightA_R1 ul li{
}
.highlight .highlightA .highlightA_R .highlightA_R1 ul li a{
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    padding: 5px 20px 5px 20px;
    border: solid #000;
    border-width: 0px 0px 0px 1px;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.highlight .highlightA .highlightA_R .highlightA_R1 ul li a:hover{
    border: solid #0a88ff;
    border-width: 0px 0px 0px 1px;
    color: #0a88ff;
}
.highlight .highlightA .highlightA_R .highlightA_R1 ul li a i{
	float:right;
	font-weight:300;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-------section---------------*/

.why{
	    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
	/*background:url(../images/HM_2.jpg) no-repeat top right #f5f5f5;
	background-size:100% auto;*/
	background:url(../images/bg2.jpg) no-repeat center bottom #f5f5f5;
	background-size:cover;
}
.why:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
    background: #eeeeeee0;
	z-index:0;
	margin:auto auto;
}
.why .whyA{
	padding:0;
	position:relative;
	z-index:10;
}
@media (min-width: 769px){
.why .whyA .whyA_1{
	    position: relative;
/*    padding-left: 0;*/
	 margin:10px 0px 10px 0px;
}
.why .whyA .whyA_1 .whyA_1A{
	    position: relative;
position: relative;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    min-height: 210px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 11px #4444441c;
}
}
@media (max-width: 769px){
	.why .whyA .whyA_1{
	    position: relative;
		margin:10px 0px 10px 0px;
}
.why .whyA .whyA_1 .whyA_1A{
	    position: relative;
		position: relative;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    min-height: 210px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 11px #4444441c;
}
}
.why .whyA .whyA_1 .whyA_1A h5{
text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0px 20px 0px;
    color: #eaac12;
}
.why .whyA .whyA_1 .whyA_1A h5 i{
}
.why .whyA .whyA_1 .whyA_1A h4{
font-size: 26px;
    line-height: 34px;
    margin: 30px 0px 30px 0px;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.why .whyA .whyA_1 .whyA_1A p{
	    font-size: 13px;
    line-height: 24px;
    color: #444;
    margin: 0px 0px 5px 0px;
}

.why .whyA .whyA_1 .whyA_1A .over{
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    height: 0%;
    width: 100%;
    background: #333;
    padding-bottom: 15px;
    padding-top: 15px;
	opacity:0;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.why .whyA .whyA_1 .whyA_1A:hover .over{
	height:100%;
	opacity:1;
}
.why .whyA .whyA_1 .whyA_1A .over p{
    font-size: 13px;
    line-height: 24px;
    color: #999;
    margin: 15px 0px 15px 0px;
    text-align: center;

}
.why .whyA .whyA_1 .whyA_1A .over p span{
	display:inline-block;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.why .whyA .whyA_1 .whyA_1A .over p span a{
	    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #e8e8e8;
    background: #5ece2e;
    padding: 4px 10px 4px 10px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.why .whyA .whyA_1 .whyA_1A .over p span a:hover{
	background:#999;
}



/*---------------get in touch-----------*/

.get{
	position:fixed;
	bottom:70px;
	z-index:1000;
	right:0;
	    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.get a{
	display:inline-block;
	position:relative;
	text-decoration:none;
    font-size: 14px;
    line-height: 24px;
/*    background: #0b87fd;*/background: #5ece2e;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
    box-shadow: -3px -3px 8px #00000078;
	    text-transform: uppercase;
	    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.get a:hover{
	background:#444;
}
.pp{
	position:fixed;
	left:0;
	right:0;
	top:-200%;
	bottom:0;
	opacity:0;
	margin:auto auto;
	width:100%;
	height:100%;
    background: #00000024;
	z-index:10000000;
	    overflow-y: auto;
		    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.pp::-webkit-scrollbar {
    width: 1em;
	display:none;
}
 
.pp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.pp::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.pp .ppA{
}
.pp .ppA .ppA_A{
}
.pp .ppA .ppA_B{
	    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
.pp .ppA .ppA_B b.clos{
	    position: absolute;
    right: -26px;
    top: 0;
    font-size: 24px;
/*    background: #a94442;*/    background: #013b7a;
    line-height: 32px;
    padding: 5px 5px 5px 5px;
    color: #fff;
	cursor:pointer;
				    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.pp .ppA .ppA_B b.clos:hover{
	    background: #00bcd4;
}
.pp .ppA .ppA_B form{
	width:100%;
	float:left;
}
.pp .ppA .ppA_B .ppA_B2{
}
.pp .ppA .ppA_B .ppA_B2 h3{
    font-size: 22px;
    line-height: 28px;
    margin: 5px 0px 5px 0px;
    color: #fff;
    background: #f3a76a;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 0px 0px;
}
.pp .ppA .ppA_B .ppA_B1{
	    padding-bottom: 15px;
    padding-top: 15px;
}
.pp .ppA .ppA_B .ppA_B1 input[type='text'],.pp .ppA .ppA_B .ppA_B1 input[type='email'],.pp .ppA .ppA_B .ppA_B1 input[type='number']{
	    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 0px 0px;
			    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.pp .ppA .ppA_B .ppA_B1 input[type='checkbox']{
	margin-right:5px;
	font-size: 14px;
    line-height: 26px;
    color: #444;
				    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.pp .ppA .ppA_B .ppA_B1 font{
	font-size: 14px;
    line-height: 26px;
    color: #444;
}
.pp .ppA .ppA_B .ppA_B1 input[type='submit']{
	    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    background: #00bcd4;
    color: #fff;
    border: solid #00bcd4;
    padding: 4px 15px 4px 15px;
    border-width: 0px 0px 0px 0px;
					    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
	
}
.pp .ppA .ppA_B .ppA_B1 input[type='submit']:hover{
	background:#777;
}
.pp .ppA .ppA_B .ppA_B1 button{
}
.pp .ppA .ppA_B .ppA_B1 span{
	font-size: 18px;
    margin: 0px 10px 0px 10px;
    line-height: 30px;
    color: #d41b17;
						    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.pp .ppA .ppA_B .ppA_B1 textarea{
		    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 0px 0px;
	height:80px;
			    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.pp .ppA .ppA_B .ppA_B1 button{
	    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    background: #337ab7;
    color: #fff;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
    padding: 4px 15px 4px 15px;
	position:relative;
				    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.pp .ppA .ppA_B .ppA_B1 button:hover{
	background:#777;
}
.pp .ppA .ppA_B .ppA_B1 button font{
}
.pp .ppA .ppA_B .ppA_B1 button:after{
	content:'Skype';
    position: absolute;
    right: -55px;
    color: #337ab7;
    z-index: 1;
    font-size: 17px;
    line-height: 22px;
    top: 7px;
    text-transform: capitalize;
    text-decoration: underline;
}
.pp .ppA .ppA_B .ppA_B1 button div{
}
.pp .ppA .ppA_B .ppA_B1 button div img{
	    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px !important;
    vertical-align: middle !important;
}


/*-----about us*---------------------*/
.aboutt{
	position:relative;
	    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/HM_1.jpg) no-repeat right bottom #f5f5f5;
    background-size: 100% auto;
}
.aboutt:before{
	content:'';
/*    position: absolute;
    background: #ffffffcf;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    width: 100%;
    height: 100%;
    z-index: 0;*/
    position: absolute;
    background: #ffffffa3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.aboutt .aboutt_L{
	    padding-top: 40px;
    padding-bottom: 40px;
	position:relative;
	z-index:10;
}
.aboutt .aboutt_L .aboutt_LA{
/*    background: #eeeeee;*/
position:relative;
}
/*.aboutt .aboutt_L .aboutt_LA:after{
    content: '';
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
 background: #058acb;
    color: #fff;
    border: solid;
    border-width: 28px 20px 28px 20px;
    border-bottom-color: #0000;
    border-top-color: #7770;
    border-right-color: #fff0;
    border-left-color: #fff0;
	z-index: 100;
}*/
.aboutt .aboutt_L .aboutt_LA h2{
	    font-size: 30px;
    text-transform: uppercase;
    line-height: 46px;
    margin: 5px 0px 5px 0px;
    letter-spacing: 0;
    font-weight: 600;
    color: #444;
    border: solid #eee;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_L .aboutt_LA ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	position:relative;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_L .aboutt_LA ul li{
	    border: solid #ddd;
    border-width: 0px 0px 1px 0px;
	position:relative;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_L .aboutt_LA ul li:after{
	content:'';
    left: 0;
    bottom: -1px;
    margin: auto auto;
    width: 0%;
    height: 1px;
    background: #222;
    position: absolute;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_L .aboutt_LA ul li:hover:after,.aboutt .aboutt_L .aboutt_LA ul li.at:after{
	width:100%;
}
.aboutt .aboutt_L .aboutt_LA ul li a{
	display:block;
	text-decoration:none;
	    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
    padding: 3px 2px 3px 2px;
    color: #31708f;
	position:relative;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_L .aboutt_LA ul li a:hover,.aboutt .aboutt_L .aboutt_LA ul li.at a{
	color:#000;
}
.aboutt .aboutt_L .aboutt_LA h6{
}
.aboutt .aboutt_L .aboutt_LA h6 img{
	max-width:100%;
}
@media (min-width: 768px) {
.aboutt .aboutt_R{
    border: solid #ddd;
    border-width: 0px 0px 0px 1px;
    padding-top: 40px;
    padding-bottom: 40px;
	position:relative;
	z-index:10;
	    background: #fff;
}
}
@media (max-width: 768px) {
.aboutt .aboutt_R{
	position:relative;
	z-index:10;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
    padding-top: 40px;
    padding-bottom: 40px;
	    background: #fff;
}
}
.aboutt .aboutt_R .aboutt_RA{
}
.aboutt .aboutt_R .aboutt_RA .aboutt_RA_tit{
}
.aboutt .aboutt_R .aboutt_RA .aboutt_RA_tit h3{
	font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 5px 0px;
    color: #444;
/*    text-transform: capitalize;*/
}
.aboutt .aboutt_R .aboutt_RA .note{
	position:relative;
   margin: 20px 0px 10px 0px;
}
.aboutt .aboutt_R .aboutt_RA .note .note_A{
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    border: solid #ddd;
    border-width: 1px 0px 1px 0px;
}
.aboutt .aboutt_R .aboutt_RA .note .note_A p{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.aboutt .aboutt_R .aboutt_RA .note .note_A p strong{
    position: relative;
    font-weight: 500;
    color: #01458e;
}
.aboutt .aboutt_R .aboutt_RA .note .note_A p strong a{
    position: relative;
    color: #0a88ff;
    text-decoration: underline;
}
.aboutt .aboutt_R .aboutt_RA .note .note_A p strong a:hover{
	text-decoration:none;
	color:#444;
}
.aboutt .aboutt_R .aboutt_RA .service{
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .service p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}

/*----------about us-------*/

.aboutt .aboutt_R .aboutt_RA  .about_us{
	position:relative;
}

.aboutt .aboutt_R .aboutt_RA .about_us p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .about_us ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .about_us ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us ul li img{
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .about_us ul.award li img{
	float:right;
	width:50px;
}
.aboutt .aboutt_R .aboutt_RA .about_us ul li span.aw{
/*    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;*/
	position: absolute;
    color: #337ab7;
    margin: 10px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 1px 0px 0px;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group{
	position:relative;
	margin-bottom:10px;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_L{
	position:relative;
    padding-right: 0;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_L img{
    width: 100%;
    position: relative;
    margin: 0px 0px 10px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_L .dir{
    position: relative;
    padding: 5px 0px 5px 0px;
    border: solid #ddd;
    border-width: 1px 0px 1px 0px;
    margin: 2px 0px 2px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_L .dir h5{
    position: relative;
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0px 3px 0px;
    color: #337ab7;
    font-weight: 600;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_L .dir p {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_L .dir p b{
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R{
	position:relative;
    border: solid #ddd;
    border-width: 0px 1px 0px 0px;
    padding-left: 0;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .group_R_tit{
	position:relative;
	    padding: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .group_R_tit h3{
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #005bac;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp{
    position: relative;
    border: solid #ddd;
/*    border-width: 1px 1px 1px 1px;*/    border-width: 1px 0px 1px 0px;
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
}
@media (min-width: 768px) {
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .lt{
	position:relative;
    border: solid #ddd;
    border-width: 0px 0px 0px 1px;
    text-align: left;
}
}
@media (max-width: 768px) {
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .lt{
	position:relative;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
    text-align: left;
}
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .lt p{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    color: #444;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .lt p b{
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .lt p a{
	position:relative;
	    position: relative;
    color: #337ab7;
    margin: 0px 5px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .rt{
position:relative;
}
.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .rt p{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    color: #444;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
}

.aboutt .aboutt_R .aboutt_RA .about_us.group .group_R .gp .rt p img{
/*	width:100%;*/
max-width:100%;
	position:relative;
}

@media (min-width: 1200px) {
.aboutt .aboutt_R .aboutt_RA .about_us .manage{
	position:relative;
	padding-left:0;
	padding-right:0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    width: 100%;
    float: left;
	border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li{
    position: relative;
    height: 540px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt1{
	position:relative;
	height:100%;
	padding-left: 0;
    padding-right: 0;
	min-width:360px;
	    max-width: 360px;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt1 h4{
position: absolute;
    font-size: 14px;
    line-height: 26px;
    background: #444444a8;
    color: #fff;
    padding: 4px 1px 4px 30px;
    margin: 0px 0px 0px 0px;
    transform: rotate(90deg);
    width: 539px;
    top: 252px;
    right: -252px;
    bottom: 0;
    height: 35px;
    cursor: pointer;	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt1 h4 i{
    position: absolute;
    font-size: 30px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    top: 3px;
    left: 5px;	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1{
    position: absolute;
    height: 541px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    left: 360px;
    z-index: 100;
    width: 350px;
    background: #fff;
    border: solid #eee;
    border-width: 10px 10px 10px 10px;
    top: 0px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1 h3{
	position:relative;
	    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    color: #444;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1 h5{
position: relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    color: #444;	
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1 p{
	position:relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}




.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt{
    position: relative;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 35px;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt h4{
position: absolute;
    font-size: 14px;
    line-height: 26px;
    background: #444444a8;
    color: #fff;
    padding: 4px 1px 4px 30px;
    margin: 0px 0px 0px 0px;
    transform: rotate(90deg);
    width: 540px;
    top: 253px;
    right: -252px;
    bottom: 0;
    height: 35px;
    cursor: pointer;	
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt h4 i{
    position: absolute;
    font-size: 30px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    top: 3px;
    left: 5px;	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt{
    position: absolute;
    height: 541px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    left: 35px;
    z-index: 100;
    width: 350px;
    background: #fff;
    border: solid #eee;
    border-width: 10px 10px 10px 10px;
    top: 0px;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt h3{
	position:relative;
	    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    color: #444;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt h3 img{
	max-width:100%;
	float: none;
    width: 100%;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt h5{
	position:relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    color: #444;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt p{
position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}



.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt ul{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    width: 100%;
    float: left;
    border: none;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt ul li {
    height: max-content !important;
    width: 100%;
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
	}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2{
	position:relative;
	height:100%;
	    min-width: 100%;
    max-width: 250px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
	    background: #fff;
    border: solid #eee;
    border-width: 10px 0px 10px 10px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2 h3{
	position:relative;
	    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    color: #444;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2 h5{
	position:relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    color: #444;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2 p{
position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}


.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li div::-webkit-scrollbar {
    width: 1em;
}
 
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


}


@media (max-width: 1200px) {
.aboutt .aboutt_R .aboutt_RA .about_us .manage{
	position:relative;
	padding-left:0;
	padding-right:0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    width: 100%;
    float: left;
	border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li{
    position: relative;
/*    height: 540px;*/
/*    float: left;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:100%;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt1{
    position: relative;
    height: 420px;
    padding-left: 0;
    padding-right: 0;
	width:100%;

}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt1 h4{
    position: absolute;
    font-size: 14px;
    line-height: 26px;
    background: #444444a8;
    color: #fff;
    padding: 4px 1px 4px 30px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    display: block;	
	    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt1 h4 i{
    position: absolute;
    font-size: 30px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    top: 3px;
    left: 5px;	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background: #fff;
    border: solid #eee;
    border-width: 10px 10px 10px 10px;
	display:none;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1 h3{
	position:relative;
	    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    color: #444;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1 h5{
position: relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    color: #444;	
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt1 p{
	position:relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}




.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt{
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt h4{
    position: relative;
    font-size: 14px;
    line-height: 26px;
    background: #444444a8;
    color: #fff;
    padding: 4px 1px 4px 30px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    display: block;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .lt h4 i{
    position: absolute;
    font-size: 30px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    top: 3px;
    left: 5px;	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    width: 100%;
    background: #fff;
    border: solid #eee;
    border-width: 10px 10px 10px 10px;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt h3{
	position:relative;
	    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    color: #444;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt h3 img{
	max-width:100%;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt h5{
	position:relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    color: #444;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt p{
position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}



.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt ul{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    width: 100%;
    float: left;
    border: none;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt ul li {
    height: max-content !important;
    width: 100%;
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
	}

.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2{
	position:relative;
	height:100%;
	    min-width: 100%;
    max-width: 250px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
	    background: #fff;
    border: solid #eee;
    border-width: 10px 10px 10px 10px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2 h3{
	position:relative;
	    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    color: #444;
		transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2 h5{
	position:relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    color: #444;
}
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li .rt2 p{
position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}


.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li div::-webkit-scrollbar {
    width: 1em;
}
 
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.aboutt .aboutt_R .aboutt_RA .about_us .manage ul li div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


}




/*-----------------competency--------------------*/
.aboutt .aboutt_R .aboutt_RA .competency{
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .competency p{
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .competency ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	list-style:none;
	
}
.aboutt .aboutt_R .aboutt_RA .competency ul li{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 0px 10px;
}
.aboutt .aboutt_R .aboutt_RA .competency ul li:before{
	content:'';
position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #333;
}

/*-------------------contact-------------*/

.aboutt .aboutt_R .aboutt_RA .cont{
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .cont .cont_A{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid #ddd;
    border-width: 1px 1px 1px 1px;
    margin: 10px 0px 10px 0px;
/*    min-height: 145px;*/min-height: 180px;
}
.aboutt .aboutt_R .aboutt_RA .cont .cont_A h5{
	position:relative;
	    font-size: 16px;
    font-weight: 400;
    color: #f3a76a;
    line-height: 28px;
    margin: 0px 0px 5px 0px;
}
.aboutt .aboutt_R .aboutt_RA .cont .cont_A h6{
	    font-size: 13px;
    font-weight: 500;
    color: #777;
    line-height: 24px;
    margin: 0px 0px 5px 0px;
}
.aboutt .aboutt_R .aboutt_RA .cont .cont_A p{
	    color: #777;
    font-size: 12px;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
}

/*----------project----------------*/

@media (min-width: 1200px) {
.aboutt .aboutt_R .aboutt_RA .project {
	position:relative;
/*	    -webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
	  -moz-column-fill: balance;
       column-fill: balance;
	   
	     -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;*/
}

.aboutt .aboutt_R .aboutt_RA .project .bx{
	position:relative;
	    margin-bottom: 10px;
		/*width:100% !important;*/
}
}
@media (max-width: 1200px) {
.aboutt .aboutt_R .aboutt_RA .project {
	position:relative;
	  /*  -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;*/
}

.aboutt .aboutt_R .aboutt_RA .project .bx{
	position:relative;
	    margin-bottom: 10px;
		/*width:100% !important;*/
}
}

.aboutt .aboutt_R .aboutt_RA .project .bx .bx_A{
    position: relative;
    border: solid #ddd;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 15px;
    padding-top: 15px;
   /* min-height: 230px;*/
}
.aboutt .aboutt_R .aboutt_RA .project .bx .bx_A a{
	position:relative;
	text-decoration:none;
	    display: block;
    width: 100%;
/*    overflow: hidden;*/
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.aboutt .aboutt_R .aboutt_RA .project .bx .bx_A a span {
	display:block;
	position:relative;
	overflow:hidden;
		-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.aboutt .aboutt_R .aboutt_RA .project .bx .bx_A a span img{
	position:relative;
	width:100%;
	    transform: scale(1);
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.aboutt .aboutt_R .aboutt_RA .project .bx .bx_A a:hover span img{
	    transform: scale(1.2);
}
.aboutt .aboutt_R .aboutt_RA .project .bx .bx_A a h5{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    color: #444;
    margin: 3px 0px 0px 0px;
	    min-height: 100px;
    max-height: 100px;
	    overflow-y: hidden;
}


.aboutt .aboutt_R .aboutt_RA .type{
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .type .type_A{
    position: relative;
    border: solid #ddd;
    border-width: 1px 0px 1px 0px;
    margin: 0px 0px 3px 0px;
	    padding-bottom: 15px;
    padding-top: 15px;
}
.aboutt .aboutt_R .aboutt_RA .type .type_A .lt{
	position:relative;
	    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .type .type_A .lt h5{
	position:relative;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
}
.aboutt .aboutt_R .aboutt_RA .type .type_A .rt{
	position:relative;
	    border: solid #ddd;
    border-width: 0px 0px 0px 1px;
}
.aboutt .aboutt_R .aboutt_RA .type .type_A .rt p{
position: relative;
    font-size: 14px;
    color: #444;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}




/*--------------*/
.subsr{
    position: fixed;
    top: -1000%;
    bottom: 0;
    left: 0;
    right: 0;
	opacity:0;
    margin: auto auto;
    z-index: 1000;
    height: max-content;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.subsr .subsr_A{
	    position: relative;
    padding: 0px 0px 0px 0px;
}
@media (min-width: 769px){
.subsr .subsr_A .clo{
position: absolute;
    z-index: 1;
    right: -37px;
    top: -15px;
    background: #068ccc;
    font-size: 22px;
    line-height: 30px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    cursor: pointer;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
}
@media (max-width: 769px){
.subsr .subsr_A .clo{
position: absolute;
    z-index: 1;
    right: -15px;
    top: -15px;
    background: #068ccc;
    font-size: 22px;
    line-height: 30px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    cursor: pointer;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
}
.subsr .subsr_A .clo:hover{
	background:#999;
}


.subsr .subsr_A form {
	    position: relative;
    display: block;
}
.subsr .subsr_A .frm1{
	position:relative;
}
.subsr .subsr_A .frm1 h4{
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0px 5px 0px;
    text-transform: uppercase;
    color: #068ccc;
    position: relative;
}
.subsr .subsr_A form {
	position:relative;
}
.subsr .subsr_A form .frm{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.subsr .subsr_A form .frm input[type='text'],.subsr .subsr_A form .frm input[type='number'],.subsr .subsr_A form .frm input[type='email']{
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px 5px 10px;
    border: solid #ccc;
    border-width: 1px 1px 1px 1px;
    color: #444;
}
.subsr .subsr_A form .frm input[type='submit']{
position: relative;
    background: #068ccc;
    border: solid #ccc;
    border-width: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    display: block;
    width: 100%;
}
.subsr .subsr_A form .frm input[type='submit']:hover{
	background:#777;
}


/*--------------------login------------------*/

.aboutt .aboutt_R .aboutt_RA  .ark_log{
	position:relative;
	    border-right: 1px solid #eee;
}

.aboutt .aboutt_R .aboutt_RA .ark_log p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .ark_log ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .ark_log ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .ark_log ul li span{
    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;
}


/*------------out source-------------------*/

.aboutt .aboutt_R .aboutt_RA  .out_source{
	position:relative;
	    border-right: 1px solid #eee;
}

.aboutt .aboutt_R .aboutt_RA .out_source p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .out_source ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .out_source ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .out_source ul li span{
    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;
}

/*------------planning-------------------*/

.aboutt .aboutt_R .aboutt_RA  .planning{
	position:relative;
}

.aboutt .aboutt_R .aboutt_RA .planning p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .planning ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .planning ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .planning ul li span{
    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;
}
@media (min-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .planning .lt{
	position:relative;
	padding-left:0;
	    border: solid #ddd;
    border-width: 0px 1px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .planning .lt p{
	position:relative;
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}
.aboutt .aboutt_R .aboutt_RA .planning .rt {
	position:relative;
	padding-right:0;
}
.aboutt .aboutt_R .aboutt_RA .planning .rt img{
	width:100%;
}
}

@media (max-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .planning .lt{
	position:relative;
	padding-left:0;
	border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .planning .lt p{
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    position: relative;
}
.aboutt .aboutt_R .aboutt_RA .planning .rt {
	position:relative;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.aboutt .aboutt_R .aboutt_RA .planning .rt img{
	width:100%;
}
}




/*------------design-------------------*/

.aboutt .aboutt_R .aboutt_RA  .design{
	position:relative;
}

.aboutt .aboutt_R .aboutt_RA .design p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .design ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .design ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .design ul li span{
    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;
}
@media (min-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .design .lt{
	position:relative;
	padding-left:0;
	    border: solid #ddd;
    border-width: 0px 1px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .design .lt p{
	position:relative;
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}
.aboutt .aboutt_R .aboutt_RA .design .rt {
	position:relative;
	padding-right:0;
}
.aboutt .aboutt_R .aboutt_RA .design .rt img{
	width:100%;
}
}

@media (max-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .design .lt{
	position:relative;
	padding-left:0;
	border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .design .lt p{
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    position: relative;
}
.aboutt .aboutt_R .aboutt_RA .design .rt {
	position:relative;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.aboutt .aboutt_R .aboutt_RA .design .rt img{
	width:100%;
}
}


/*------------infrastructure-------------------*/

.aboutt .aboutt_R .aboutt_RA  .infrastructure{
	position:relative;
}

.aboutt .aboutt_R .aboutt_RA .infrastructure p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure ul li span{
    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;
}
@media (min-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .infrastructure .lt{
	position:relative;
	padding-left:0;
	    border: solid #ddd;
    border-width: 0px 1px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure .lt p{
	position:relative;
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure .rt {
	position:relative;
	padding-right:0;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure .rt img{
	width:100%;
}
}

@media (max-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .infrastructure .lt{
	position:relative;
	padding-left:0;
	border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure .lt p{
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    position: relative;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure .rt {
	position:relative;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.aboutt .aboutt_R .aboutt_RA .infrastructure .rt img{
	width:100%;
}
}

/*------------engineering-------------------*/

.aboutt .aboutt_R .aboutt_RA  .engineering{
	position:relative;
}

.aboutt .aboutt_R .aboutt_RA .engineering p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .engineering ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .engineering ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .engineering ul li span{
    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;
}
@media (min-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .engineering .lt{
	position:relative;
	padding-left:0;
	    border: solid #ddd;
    border-width: 0px 1px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .engineering .lt p{
	position:relative;
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}
.aboutt .aboutt_R .aboutt_RA .engineering .rt {
	position:relative;
	padding-right:0;
}
.aboutt .aboutt_R .aboutt_RA .engineering .rt img{
	width:100%;
}
}

@media (max-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .engineering .lt{
	position:relative;
	padding-left:0;
	border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .engineering .lt p{
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    position: relative;
}
.aboutt .aboutt_R .aboutt_RA .engineering .rt {
	position:relative;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.aboutt .aboutt_R .aboutt_RA .engineering .rt img{
	width:100%;
}
}


/*------------landscape&irrigation-------------------*/

.aboutt .aboutt_R .aboutt_RA  .lanscape_irrigation{
	position:relative;
}

.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation p{
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
	position:relative;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation ul{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation ul li {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    top: 0;
    padding: 5px 0px 5px 70px;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation ul li span{
    position: absolute;
    color: #337ab7;
    margin: 0px 10px 0px 0px;
    border: solid #337ab7;
    border-width: 0px 0px 1px 0px;
    top: 0px;
    left: 0;
    width: 60px;
}
@media (min-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .lt{
	position:relative;
	padding-left:0;
	    border: solid #ddd;
    border-width: 0px 1px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .lt p{
	position:relative;
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .rt {
	position:relative;
	padding-right:0;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .rt img{
	width:100%;
}
}

@media (max-width: 767px) {
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .lt{
	position:relative;
	padding-left:0;
	border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .lt p{
	    font-size: 13px;
    line-height: 26px;
    color: #444;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    position: relative;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .rt {
	position:relative;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.aboutt .aboutt_R .aboutt_RA .lanscape_irrigation .rt img{
	width:100%;
}
}
/*.aboutt .aboutt_R .aboutt_RA .about_us ul li span:before{
	
       content: '';
    background:url(../images/awards/award.png);
    background-size:cover;
        position:absolute;
    width:20px;
    height:20px;
top: 5px;
    margin-left: -25px;
	}*/
.aboutt .aboutt_R .aboutt_RA .about_us ul li span img{
	width:50px;
	position:relative;
	display:none;
}




.blogg{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.blogg .container{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:100% !important;
}
.blogg .row{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.blogg .blogg_A{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.blogg .blogg_A iframe{
    min-height: 800px;
    position: relative;
    width: 100%;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
}

.blogg .blogg_A iframe header{
	display:none !important;
}


.blogg .blogg_A iframe::-webkit-scrollbar {
    width: 8px !important;
}
 
.blogg .blogg_A iframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.blogg .blogg_A iframe::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}