@import url('../fonts.googleapis.com/css2%3Ffamily=Montserrat:wght@300%3B400%3B600%3B700&amp%3Bdisplay=swap.css.html');
@import url('../fonts.googleapis.com/css2%3Ffamily=Poppins:wght@200&display=swap.css.html');
@import url('../fonts.googleapis.com/css2%3Ffamily=Roboto:wght@300&display=swap.css.html');
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	 font-family: 'Montserrat', sans-serif;
	font-size: 100%;
}
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;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
font-family: 'Poppins', sans-serif;
}
p {
	
	font-size: 12px;
	 font-family: auto;
	  
}

ul {
	margin:0;
	padding:0;
	font-size: 12px;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {

}
.head-marqu p{
    font-size: 18px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.header-top{
	padding:10px;
}
.header-top hr{
	margin: 0;
	padding: 0;
	width: 100%;
    border-top:5px solid #680001;
}

.header-top-logo img{
	margin: 0;
	width:auto;
  
}
.contact_txt {
    margin-top: 10px;
    background-color: #98020b;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 3px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.contact_num {
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(204,204,204) 100%);
    background: -webkit-linear-gradient(top, rgb(238,238,238) 0%, rgb(204,204,204) 100%);
    background: linear-gradient(to bottom, rgb(238,238,238) 0%, rgb(204,204,204) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 );
    color: #000;
    font-size: 26px;
    text-align: center;
    padding: 7px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.contact_num a{color: #000;}
.head-marqu {
    background:#217405;
    color: #fff;
    padding:10px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
/*-- banner --*/
.banner-row-bg{
	width: 100%; 
	min-height: auto;
	background-repeat: no-repeat;
}
.banner-bg-top{
	padding: 0;
	margin: 0;
	    border-top: 2px solid #217405;
    border-bottom: 2px solid #217405;
}
/*-- /banner --*/

.posts{
    /*background: #f3f3f3;
    box-shadow: 0 -1px 1px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); */
	background-image: url("../images/ser-bg.html");
	
}
.posts-grids{
	margin: 0;
	margin-left: -19px;
	margin-top: 2px;
}
.services-post-img a{
    background: url("../images/1.html") no-repeat 0px 0px;
    background-size: cover;
    min-height: 120px;
    display: block;
	text-decoration:none;
	border-radius: 8px;
}
.services-post-img1 a{
	background: url("../images/2.html") no-repeat 0px 0px;
    background-size: cover;
}
.services-post-img2 a{
	background: url("../images/3.html") no-repeat 0px 0px;
    background-size: cover;
}
.services-post-img3 a{
	background: url("../images/4.html") no-repeat 0px 0px;
    background-size: cover;
}
.services-post-img a ul{
    margin: 0;
    background: #F44336;
    padding: 1em;
    width: 20%;
    text-align: center;
}
.services-post-img a ul li{
	display:block;
	color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
}
.services-post-img a ul li:nth-child(2){
    font-size: 1.5em;
    font-weight: 300;
}
.services-post-text h4{
	margin: 0.5em 0;
}
.services-post-text h4 a{
    color: #9a0000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 25px;
}	
.services-post-text h4 a:hover{
	color:#000;
}
.services-post-text p{
    color: #000;
    font-size: 1.3em;
    margin-bottom: 4em;
    line-height: 1.1em;
}

.baner-info {
    padding-top: 1em;
	margin-bottom: 1em;
    margin: 0 auto;
}
a.services_play_icon1 {
    border: none;
	border-radius: 50px;
	outline: none;
    background: black;
    padding: 0.4em 1.5em 0.4em 1.5em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 1.5em;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
	    margin-top: 10px;
    display: inline-block;
}
.services-post-text {

    display: block;
    margin: 10px 0px 20px;
}
a.services_play_icon1:hover {
	text-decoration:none;
	background:#a42006;
	color: #ffde00;
}
a {
    text-decoration: none !important;
}
.baner-info {
    text-align: center;
}
/*-- //posts --*/

/*-- about --*/
.services-row-bg .row{display:flex;align-items:center;flex-wrap:wrap;}

.about-row-bg{
	
	width: 100%; 
	padding:80px 0px;
	background-repeat: repeat;
}

.about-bg-left img {
	
	width:100%;
	    background-image: -webkit-linear-gradient(bottom, #ffc600 45%, #ffa100 30%);
    background-image: -moz-linear-gradient(bottom, #ffc600 45%, #ffa100 30%);
    background-image: -ms-linear-gradient(bottom, #ffc600 45%, #ffa100 30%);
    background-image: -o-linear-gradient(bottom, #ffc600 45%, #ffa100 30%);
    background-image: linear-gradient(to top, #ffc600 45%, #ffa100 30%);
	padding:8px;
}

.about-title {
	margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
	font-size:48px;
	text-transform: uppercase;
	text-align:center;
	color: #000;
}


.bg-content p {
	font-size: 18px;
	color: #000000;
	text-align:center;
font-family: 'Roboto', sans-serif;
}
.bg-content-bottom  {
	padding-bottom: 2%;
}
.bg-content-bottom p {
	float: left;
	margin: 0;
	font-size: 1.4em;
	color: #edc960;
	line-height: 1.2;
}
.bg-image {
	padding: 1%;
}
.bg-image img {
	float: right;
	padding-top: 2%;
	width: 405px;
	height: 252px;
}
/*-- /about --*/

/*-- services --*/

.our-services{   
padding:50px 0px;
    }
.our-services h2{font-weight:bold;font-size:40px;margin-bottom:30px;color: #000; text-transform: uppercase;}
.serve-items{background-color:#ffdb01;
    border: solid 5px #217405;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: inset 0 0 1px 0 #515151;
    box-shadow: inset 0 0 1px 0 #515151;
    margin-bottom:30px;}
	
.content-serve{padding:0px;}	
.content-serve h3{
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 10px 0px;
}	
.content-serve p{ margin: 10px;
    text-align: center;
    font-family: auto;
	    font-size: 17px;
	}	
.serve-items img{width:100%;}
.content-serve .btn{ 
    background: #217405;
    color: #fff;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}

.services {
 	width:30% !important;
}
.services-row-bg{
background-color:#ffc107;
    /* width: 100%; */
    background-repeat: repeat;
    /* min-height: auto; */
    /* padding: 3%; */
    /* padding-top: 3%; */
    /* padding-left: 3%; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0px;
	
}
.services-title-bg {
	background-image: url("../images/ser-title-bg.html");
	background-repeat: no-repeat;
}
.services-title h1 {
	padding-left: 9%;
    padding-top: 1%;
    padding-bottom: 1%;
	list-style-type: none;
    font-family: 'Arimo', sans-serif;
    color: #fff;
    font-size: 3.3em;
    font-weight: 100;
	text-transform: capitalize;
}
.services-title-li-bg{
	background-image: url("../images/links-bg.html");
	background-repeat: repeat-y;
	width: 100%; 
	min-height: auto;
}
.services-link {
	background-image: url("../images/links-bg.html");
	background-repeat: repeat-y;
	padding-left: 0;
}
.img-serverce li {
	width:50%;
}
.services-link li {
	float: left;
	display: inline-block;
	margin: 0;
}
.services li a {
	list-style-type: none;
	padding-left: 2.5em;
    font-family: 'Arimo', sans-serif;
    color: #9a0000;
    font-size: 1.26em;
    font-weight: 200;
	text-transform: capitalize;
	line-height: 2.38;
}
.services li a:hover {
    color:#fe4300;
}
.services li a:active {
    color: #fe4300;
}
.services-link {
    float: left;
/*	margin-bottom: 8%;*/
}
.flash-button{
	
	
	animation-name: flash;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;


	-webkit-animation-name: flash;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
color:#fff;
	
	-moz-animation-name: flash;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { background:#ffd087;color:#fff; }
    100% { opacity: 1.0; }
}


@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { background:#ffd087;color:#fff; }
    100% { opacity: 1.0; }
}


@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { background:#ffd087; color:#fff;}
    100% { opacity: 1.0;}
}



.clinte{text-align:center;}
.clinte img{border-radius:100%;border:solid 2px white;overflow:hidden;width:30%;margin:0 auto;}
.clinte p{ 
    padding: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.clinte h5{font-weight:bold;}

.blocks {
 	width:70% !important; 
	padding-top: 2%;
}
.block-post-image {
    margin-left: 1%;
	float: left;
	height: 101px;
    width: 164px;
}
.block-post-desc {
	float: left;
	width: 50%;
    height: auto;
}
.block-post-desc h2 {
    padding-left: 15px;
	font-family: 'Arimo' ;
	font-size:1.29em;
	color: #9a0000;
	text-transform: capitalize;
	line-height:1em;
	width: 100%;
}
.block-post-desc p {
	padding-top: 1%;
	padding-left: 15px;
	 font-family: 'Montserrat', sans-serif;
	font-size:1.2em;
	color: #323232;
	line-height:1.3em;
	width: 100%;
	font-weight: 300;
}
.block-post-desc a {
	color: #9a0000;
}
.block hr {
	width: 100%;
	color: #dd3a00;
}
.block-post-images {
}
.block-post-images ul li {
	float: left;
    width: 50%;
	list-style:none;
	min-height: 225px;
    height: auto;
}
.block-post-images ul li img {
}
.block-post-button {
	margin-top: 6%;
	margin-left: 6%;
    height: 35px;
	background-image: url("../images/button-bg.html");
	background-repeat: no-repeat;
	padding-top: 3%;
	padding-left: 12%;
}
.seperator {
	width:90% !important;
	color: #9a0000 ;
}
.block-post-button  a{
     font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
}
.block-post-button  a:hover {
     font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size:1.2em;
	color: #771200;
}
/*-- /services --*/

/*-- info banner --*/
.info {
	width: 70%;
	min-height: auto;
}
.info-row-bg{
	width: 100%; 
	min-height: auto;
}
.baner-info {
    padding-top: 2em;
	margin-bottom: 5em;
    margin: 0 auto;
}
a.w3_play_icon1 {
	margin-right: 7em;
	margin-top: -5em;
	float: right;
    border: none;
	border-radius: 50px;
	outline: none;
    background: #fe4b00;
    padding: 0.7em 1.5em 0.7em 1.5em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
	 font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
a.w3_play_icon1:hover {
	text-decoration:none;
	background:#a42006;
	color: #ffde00;
}
a {
    text-decoration: none !important;
}
.baner-info {
    text-align: center;
}

/*-- footer --*/
.footer {
    background-color:#000000;
	color:#fff;
	background-repeat: repeat-x;
	width: 100%;
    text-align: center;
	padding: 15px 0px;
	
}
.border{
    border-bottom: solid 1px #ca5100;
    width: 50%;
    margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

.footer-section1 {
       padding: 25px 0 0 0;
}
/*-- //footer --*/


.w3_content_agilleinfo_inner {
	background-image: url("../images/about-bg.html");
    padding: 4em 0;
}
.title-agileits {
    text-align: center;
	margin-bottom: 4em;
}
.title-agileits1 {
    text-align: center;
}
.title-agileits h3,.title-agileits h2{
	font-family: Arimo;
    display: block;
    color: #ffa100;
    font-size: 3em;
    position: relative;
    padding-bottom: .5em;
}
.title-agileits h3:before,.title-agileits h2:before {
    content: '';
 /*   background: #212121;*/
    height: 1px;
    width: 15%;
    position: absolute;
    bottom: 0%;
    left: 44%;
}
.title-agileits h3:after ,.title-agileits h2:after{
    content: '';
/*    background: #ffa100;*/
    height: 5px;
    width: 3%;
    position: absolute;
    bottom: -2px;
    left: 560px;
}
.title-agileits img {
    margin-left: 50em;
	width: 171px;
	height: 5px;
}
/*-- about --*/
.about-wthree {
    padding: 0px;
}
.ab-w3l-spa  p {
   float: left;
   margin: 0;
   font-family: 'Arial';
   font-size: 1.4em;
   color: #edc960;
   line-height: 1.3;
/*   margin-bottom: 3em;*/
}

.ab-w3l-spa {
    text-align: center;
	position: relative;
}
.ab-w3l-spa image {
    float:left;
	margin-right:1%;
}
.team-row {
       margin-top: 3em;
}
/*-- /about --*/

/*-- blog --*/
/*-- team --*/
.team-row {
       margin-top: 3em;
}
.team-grids .team-agileimg {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
	font-family: 'Arimo';
    color: #ffa100;
    font-size: 2em;
 /*   margin-top: 1px;*/
}
.captn p {
	font-family: 'Open Sans';
    font-size: 1.4em;
    margin-top: 0.5em;
    color: #999;
    line-height: 1.2em;
}
.team-grids .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.captn-top {
    padding: 20% 8%;
}
.team-agileimg:hover .captn {
	width: 100%;
	top: 0%;
}

.team-grids .social-icon {
       background: #fbb034;
    padding: 1.5em 1em;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: 1s all;
	-moz-transition: 1s all; 
    transition: 1s all;
}
.team-agileimg:hover .social-icon {
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
.team-grids .social-icon a {
    display: inline-block;
    color: #fff;
    margin: 0 0.5em;
    font-size: 0.9em;
    border: 2px solid;
    width: 30px;
    height: 30px;
    text-align: center;
   line-height: 1.9em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
/*-- //team --*/

.w3l-blog-list li, .blog-list1 li {
    list-style: none;
}
.w3l-blog-list li a:hover {
    color: #111;
}
.response-text-right ul {
    padding: 0;
    text-align: left;
}
.single.video_agile_player h4 {
    font-size: 1em;
}

.w3l-blog-list li a {
  color: #555;
    font-size:0.85em;
    text-decoration: none;
    display: block;
    margin: 12px 0;
}
.w3l-blog-list {
    margin-top: 1.3em;
}
.w3l-blog-list i {
    color: #fbb034;
    margin-right: 12px;
}
/*-- blog --*/
.w3-agile-blog-grids{
	margin:4em 0 0 0;
}
.w3-agile-blog-left a img{
	width:100%;
}
.blog-left-left {
	    float: left;
    width: 80px;
    height: 80px;
    background: #0d0d0d;
    text-align: center;
    padding: 1.3em 0 0 0;
}
.blog-left-left i {
   color: #fbb034;
    font-size: 2.5em;
}
.blog-left-right-top{
    float: left;
    width: 72%;
    margin-left: 1em;
}
.blog-left-right-top h4 {
    color: #000000;
       font-size: 1.4em;
    margin: 0 0 .5em 0;
    font-weight: 600;
    line-height: 1.4em;
}
.blog-left-right-top h4 a {
    text-decoration: none;
    color: #000000;
}
.blog-left-right-top p {
    margin: 0 0 1em;
    font-size: .9em;
    color: #333333;
}
.blog-left-right-top p a {
    color: #fbb034;
    text-decoration: none;
}
.blog-left-right-top p a:hover{
	    color: #00a4e4;
}
.blog-left-right-top h4 a:hover{
    color: #03A9F4;
}
.w3-agile-blog-right-info p{
       margin: 1em 0 2em 0;
    font-size: .9em;
    line-height: 1.9em;
    color: #444;
}
.w3-agile-blog-right-info a{
      color: #fff;
    font-size: .9em;
    text-decoration: none;
    padding: .5em 1em;
}
.w3-agile-blog-right-info a:hover{
	    background: #00a4e4;
    color: #FFFFFF;
}
.w3-agile-blog-grid:nth-child(2){
	margin:2em 0 0 0;
}
.blog {
    padding: 5em 0;
}
/*-- /blog --*/

/*-- /contact --*/
.w3_agile_mail_grid input[type="text"],.w3_agile_mail_grid input[type="email"] {
    border: 1px solid #e4e4e4;
    outline: none;
    -webkit-appearance: none;
    background: none;
	font-family: Open Sans;
	font-size:15px;
    letter-spacing:1px;
    color:#555;
    width: 100%;
    background: #f5f5f5;
    padding:1em 1em;
	border-bottom: 3px solid #bababa;
	
}
.w3_agile_mail_grid input[type="email"] {
	margin:1.2em 0;
}
.w3_agile_mail_grid textarea {
    outline: none;
    width: 100%;
    background: #f5f5f5;
	font-family: Open Sans;
    padding:1em 1em;
    font-size:15px;
    letter-spacing:1px;
    color:#555;
    border: 1px solid #e4e4e4;
    min-height: 196px;
    font-weight:400;
	border-bottom: 3px solid #bababa;
}
.w3_agile_mail_grid textarea::-webkit-input-placeholder,.w3_agile_mail_grid input[type="text"]::-webkit-input-placeholder,.w3_agile_mail_grid input[type="email"]::-webkit-input-placeholder  {
	color: #555 !important;
}
.w3_agile_mail_grid input[type="submit"] {
    border: none;
    padding: 0.3em 2em;
    margin-top: 1.5em;
	font-family: Arimo;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background: #ffa100;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 1px;
	border-bottom: 3px solid #fff;
	border-radius: 30px;
}
.w3_agile_mail_grid input[type="submit"]:hover {
	 background: #fff;
	 font-family: Arimo;
	 border-bottom: 3px solid #ffa100;
	 color: #ffa100;
}
.w3l_contact-bottom {
    background: #111;
    padding: 5em 0;
}
/*-- //contact --*/

/*-- footer contact-details--*/
.w3l-footer {
	    background: url(../images/bottom1.html) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	min-height:470px;
}
.w3ls_footer_grid {
    margin: 0 auto;
    text-align: center;
}
.w3ls_footer_grids p.agileits_w3layouts_est{
	color:#fff;
	line-height:2em;
	margin:2em auto 5em;
	width:65%;
	text-align:center;
}
.w3ls_footer_grid_leftl{
	float:left;
	width:55px;
	height:55px;
	text-align:center;
    background: #fbb034;
}
.w3ls_footer_grid_leftl i{
	color: #fff;
    font-size: 1.5em;
    line-height: 3.4em;
}
.w3ls_footer_grid_leftr{
    float: right;
    width: 80%;
    text-align: left;
}
.w3ls_footer_grid_leftr h4{
	font-family: Arimo;
	color: #ffa100;
	font-size: 2em;
    margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
	font-family: Open sans;
	color:#999;
	font-size: 1.5em;
	line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
	font-family: Open sans;
	color:#999;
	text-decoration:none;
	font-size: 1.5em;
}
.w3ls_footer_grid_leftr a:hover{
	color:#fa3d03;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
	background:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
	color:#212121;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
	color:#fff;
}
.w3ls_footer_grid_left {
    background: rgba(9, 9, 9, 0.83);
    float: left;
    width: 32%;
    padding: 30px 20px;
}
.w3ls_footer_grid_left:nth-child(2) {
    margin: 0 20px;
}
.connect-agileits.c-details {
    text-align: center;
    padding: 2em;
    border: 1px solid rgba(238, 238, 238, 0.37);
    position: relative;
	margin-top: 3em;
}
.wthree_agile_footer {
  padding: 7em 0 0 0;
}
.c-details input[type="submit"]:hover {
    background: #fbb034;
}
.footer-grid-instagram a {
    float: left;
}
.connect-agileits.c-details p {
	font-family: open Sans;
    font-size: 1.9em;
    color: #b8b8b8;
    margin: 0.5em 0;
/*    letter-spacing:1px;*/
}
.connect-agileits.c-details h4 {
	font-family: Arimo;
    color: #fff;
    font-size: 3em;
    padding-top: 0.3em;
}
/*-- //c-details --*/

/*-- accordion --*/
button.accordion {
    background-color: #7a0101;
    margin-bottom: 10px;
    color: #edc960;
    cursor: pointer;
    padding: 12px 30px;
    width: 100%;
    border: none;
    border-radius: 30px;
    text-align: left;
    outline: none;
	font-family: 'Arimo' ;
    font-size: 1.8em;
	text-transform: capitalize;
    transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
/*    background-color: #ddd;*/
}
button.accordion:after {
    content: '\002B';
    color: #ffa400;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}
div.panel {
    padding: 0 18px;
    background-color: #a50000;
	opacity: 0.8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.panel p {
	padding: 10px 12px;
	 font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
	color: #edc960;
}

/*-- //accordion --*/

/*-- footer contact-details --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width:34px;
    height:34px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.html) no-repeat 0px 0px;
}

/*-- //responsive --*/
@media(max-width:1440px){
	.w3_agile_mail_grid textarea {
		min-height: 203px;
	}
	.footer-links ul li a {
		font-size: 1.3em;
	}
	.footer-links ul li a: hover {
		font-size: 1.3em;
	}
	.copyright p {
		font-size: 1.5em;
	}
	a.w3_play_icon1 {
        margin-left: 21em;
    }
	a.w3_play_icon1 {
        margin-right: 12em;
        margin-top: -4.6em;
        float: right;
        border: none;
        border-radius: 50px;
        outline: none;
        background: #fe4b00;
		padding: 1.5 2.3 1.5em 2.3em;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 1px;

        font-size: 1.9em;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
	}
}

@media(max-width:1366px){
    a.w3_play_icon1 {
        margin-left: 23em;
    }
	a.w3_play_icon1 {
	margin-right: 15em;
	margin-top: -5.3em;
	float: right;
    border: none;
	border-radius: 50px;
	outline: none;
    background: #fe4b00;
    padding: 0.7em 1.5em 0.7em 1.5em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;

    font-size: 1.5em;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
   }
}

@media(max-width:1280px){
	a.w3_play_icon1 {
        margin-left: 23em;
    }
	a.w3_play_icon1 {
        margin-right: 12em;
        margin-top: -4.9em;
        float: right;
        border: none;
        border-radius: 50px;
        outline: none;
        background: #fe4b00;
		padding: 0.9 2em 0.9em 2;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 1px;

        font-size: 1.6em;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
	}
	.w3ls_footer_grid_leftl i {
        color: #fff;
        font-size: 1.9em;
        line-height: 3em;
	}
}

@media(max-width:768px){
	.menubar-link {
        padding-top: 2%;
    }
    .menubar-link li img {
		padding-left: 0.2em;
        padding-right: 0.2em;
		height: 30px;
	}
	.menubar-link li a {
        font-size: 0.8em;
	}
	.about-title {
        font-size: 4em;
    }
	.bg-content p {
		font-size: 18px;
text-align: justify;
	}
	.bg-content-bottom p {
	    font-size: 1.2em;
    }
	.services {
		width: 37% !important;
        margin-left: -3.9em;
    }
	.services-title-bg {
		background-image: url("../images/ser-title-bg2.html") !important;
        background-repeat: no-repeat;
		width: 253px;
		height: 40px;
    }
    .services-title h1 {
		font-size: 2.3em;
		padding-top: 3%;
	}
	.services-title-li-bg {
		background-image: url("../images/links-bg2.html");
        background-repeat: repeat-y;
        width: 253px;
		height: 52px;
	}
	.services-row-bg {
		background-image: url("../images/ser-bg.html");
       width: 100%;
       background-repeat: repeat;


	}
	.services-link {
		background-image: url("../images/links-bg2.html");
        background-repeat: repeat-y;
        padding-left: 0;
	}
	.services li a {
		padding-left: 2em;
		font-size: 1em;
		line-height: 2.16;
	}
	.posts-grids {
    margin: 0;
    margin-left: -28px;
    margin-top: -1px;
	margin-right: -24px;
	}


	.services-post-text p {
		font-size: 1.12em;
		margin-bottom: 3.3em;
		margin-top: -0.3em;
	}



/* ------------------------------------------  */	
/*	ul.nav.navbar-nav li  {
		font-size: 1em !important;
		padding: 0.1em 0.1em !important;
	}
	ul.nav.navbar-nav li a {
		font-size: 1em !important;
		padding: 0.3em 0.3em !important;
	}
	ul.nav.navbar-nav li a:focus {
    font-size: 1em !important;
	padding: 0.3em 0.3em !important;
	border-bottom: solid 1px #9a0000 !important;
	}
	.navbar-nav {
    float: right;
    margin-top: -2.2em !important;
    margin-right: 0.2em !important;
	}
	ul.nav.navbar-nav li a:focus {
    outline: none;
    border-bottom: solid 1px #9a0000 !important;
	font-size: 0.75em;
	}
	.navbar-nav li::after {
    content: "";
    position: absolute;
    background: #C23030;
    height: 17px !important;
    width: 1px;
    top: -2px !important;
	}
	.navbar-nav > li > a {
		line-height: 0px;
	}
	ul.nav.navbar-nav li.active a {
		border-bottom: solid 1px #9a0000 !important;
	}
	/* ------------------------------------------  */
	.blocks {
        width: 65% !important;
	    padding-top: 0%;
	}
	.block-post-desc p {
		font-size: 1em;
	}
	a.w3_play_icon1 {
        margin-left: 16em;
	}
	.w3_content_agilleinfo_inner {
		padding: 3em 0;
	}
	.captn-top {
        padding: 10% 8%;
	}
	.captn h4 {
		font-size: 1.8em;
	}
	.captn p {
		font-size: 1.3em;
	}
	.w3_agile_mail_grid input[type="text"] {
		padding: 0.5em 1em;
	}
	.w3_agile_mail_grid input[type="email"] {
		padding: 0.5em 1em;
	}
	.w3_agile_mail_grid textarea {
		min-height: 160px;
		padding: 0.5em 1em;
	}
	.w3ls_footer_grid_left {
        width: 31%;
        padding: 15px 8px;
	}
	.w3ls_footer_grid_leftl {
        width: 30px;
        height: 30px;
	}
	.w3ls_footer_grid_leftr h4 {
		margin-bottom: .1em;
		font-size: 1.5em;
	}
	.w3ls_footer_grid_leftr p {
		font-size: 1.3em;
	}
	.w3ls_footer_grid_leftr a {
		font-size: 1.3em;
	}
	.w3ls_footer_grid_leftl i {
        font-size: 1.1em;
		line-height: 2.2em;
    }
	.w3l-footer {
		min-height: 400px;
	}
	.w3ls_footer_grid_leftl i { 
	    font-size: 1.3em;
	}
	.connect-agileits.c-details h4 {
		font-size: 2.4em;
	}
	a.w3_play_icon1 {
        margin-left: 12em;
	}
	.footer-links ul li a {
		font-size: 0.95em;
	}
	.footer-links ul li a:hover {
	text-align: center;
	padding:0.2em;
	border-bottom: 2px solid #9a0000;

    color: #9a0000;
    font-size: 0.95em;
    text-transform: capitalize;
    }
	a.w3_play_icon1 {
        margin-left: 5em;
	}
	a.w3_play_icon1 {
        margin-right: 5em;
        margin-top: -3.2em;
        float: right;
        border: none;
        border-radius: 50px;
        outline: none;
        background: #fe4b00;
		padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
       /* padding: 0.1 1.1em 0.1em 1.1em;*/
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 1px;

        font-size: 1.5em;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
	}
	button.accordion {
		font-size: 1.6em;
	}
	div.panel p {
		font-size: 1.3em;
	}
	.title-agileits img {
        margin-left: 30em;
	}
	
}

@media (max-width:375px){
	.services-row-bg .row{display:inherit;}
	.header-top-logo {text-align:center;}
	.our-services h2{font-size:25px;}
	.services-post-text{text-align:center;}
	a.services_play_icon1{margin:0px;}
	.about-bg-right{padding-top:20px;padding-bottom:20px;}
	.clinte h5{margin-bottom:20px;}
    .about-wthree {
        padding: 0em 0 1em 0px; !important;
    }
	.captn h4 {
		font-size: 1.5em;
		margin-top: -16px;
	}
	.captn p {
		font-size: 1em;
        margin-top: 0.2em;
		line-height: 0.8em;
    }
	.w3_agile_mail_grid textarea {
		margin-top: 1.3em;
	}
	.w3_agile_mail_grid input[type="text"] {
		padding: 0.5em 1em;
	}
	.w3_agile_mail_grid textarea {
		min-height: 150px;
	}
	.w3_agile_mail_grid input[type="submit"] {
		margin-top: 1.3em;
	}
	.w3ls_footer_grid_left {
		width: 100%;
		padding: 15px 10px;
	}
	.w3ls_footer_grid_left:nth-child(2) {
		margin: 10px 0px;
	}
	.connect-agileits.c-details h4 {
		font-size: 2.2em;
		padding-top: 0.1em;
	}
	.connect-agileits.c-details p {
	    font-size: 1.5em;	
	}
	.connect-agileits.c-details {
		margin-bottom: 3em;
		padding: 1em;
	}
	.wthree_agile_footer {
		padding: 4em 0 0 0;
	}
	.w3ls_footer_grid_leftl i {
		font-size: 1.8em;
        line-height: 3.1em;
	}
    .menubar-link {
		padding-top: 1%;
        padding-right: 1%;
	}
	.footer-links ul {
		margin: 1%;
	}
	.footer-links ul li a {
    text-align: center;
    padding: 0.4em;

    color: #000;
    font-size: 0.9em;
	}
	.footer-links ul li a:hover {
	text-align: center;
	padding:0.4em;
	border-bottom: 2px solid #9a0000;

    color: #9a0000;
    font-size: 0.9em;
    text-transform: capitalize;
    }
	.footer p {
		font-size: 1.2em;
	}
	.copyright p {
		margin-top: 8px;
	}
	

	.about-title {
		font-size: 5em;
		text-align: center;
	}
	.bg-content p {
		font-size: 1.2em;
		text-align: center;
	}
	.bg-image {
		padding: 9%;
	}
	.bg-image img {
		width: 100%;
		padding: 2%;
/*		padding-bottom: 2%;*/
		width: 256px;
        height: 119px;
	}
	.bg-content-bottom p {
		font-size: 1.2em;
		text-align: center;
		padding-bottom: 2%;
	}
	.services {
	    margin-left: 2.5em;
    }
	.services-title-bg {
		background-image: url("../images/ser-title-bg2.html") !important;
        background-repeat: no-repeat;
		width: 253px;
		height: 40px;
    }
    .services-title h1 {
		font-size: 2.3em;
		padding-top: 3%;
	}
	.services-title-li-bg {
		background-image: url("../images/links-bg2.html");
        background-repeat: repeat-y;
        width: 253px;
		height: 52px;
	}
	.services-row-bg {
		background-image: url("../images/ser-bg.html");
       width: 100%;
       background-repeat: repeat;


	}
	.services-link {
		background-image: url("../images/links-bg2.html");
        background-repeat: repeat-y;
        padding-left: 0;
	}
	.services li a {
		padding-left: 2em;
		font-size: 1em;
		line-height: 2.16;
	}
	.services-post-text p {
    font-size: 1.3em;
    margin-bottom: 4em;
    margin-top: 0.5em;
    }
	


	.blocks {
		width:100;
	}
	.block-post-desc {
		width: 100%;
	}
	.block-post-image {
		width: 164px;
		height: 101px;
	}
	.block-post-desc h2 {
		padding-left: 0;
		font-size: 1.2em;
		width: 164px;
	}
	.block-post-desc p {
		padding-left: 0;
		font-size: 1.1em;
		width: 164px;
	}
	
	.title-agileits h3:after, .title-agileits h2:after {
		height: 5px;
		width: 11%;
		position: absolute;
		bottom: -2px;
		left: 125px;
	}
	.navbar-header h1 {
		font-size: 1.1em;
		text-align: left;
		width: 47%;
	}
	.navbar-header i.fa.fa-scissors {
		position: absolute;
		top: 8px;
		left: 100px;
	}
	.baner-info h3 {
		font-size: 1.2em;
		letter-spacing: 2px;
		padding: 7px 0;
	}
	.baner-info h4 {
		font-size: 0.8em;
		margin: 1em 0 2em 0;
		letter-spacing: 4px;
	}
	.about-wthree {
		padding: 2em 0 21em 0px;
	}
	.callbacks_nav {
		bottom: -95%;
	}
	.social a {

    margin-right: 15px;
	}
	.w3agile_footer_copy {
		padding: 0em 0 2em 0;
		margin-top: 1em;
	}
	.connect-agileits.newsletter p {
        font-size: 0.8em;
	}
	.w3_content_agilleinfo_inner {
		padding: 3em 0;
	}
	.title-agileits {
		margin-bottom: 3em;
	}
	.title-agileits h3, .title-agileits h2 {
		font-size: 2.8em;
		padding-bottom: .4em;
	}
	.w3_agile_mail_grid input[type="text"] {
	    padding: 0.5em 0.5em;
	}
	.w3_agile_mail_grid input[type="email"] {
		padding: 0.5em 0.5em;
	}
	.w3_agile_mail_grid textarea {
		padding: 0.5em 0.5em;
		min-height: 120px;
		margin-top: 1.3em;
	}
	.w3_agile_mail_grid input[type="submit"] {
		font-size: 14px;
	}
	.w3ls_footer_grid_leftl {
		width: 30px;
        height: 30px;
	}
	.w3ls_footer_grid_left {
		width: 100%;
		padding: 10px 10px;
	}
	.w3ls_footer_grid_left:nth-child(2) {
		margin: 1em 0;
	}
	.w3ls_footer_grid_leftr p {
        font-size: 1.4em;
    }
	.w3ls_footer_grid_leftr a {
		font-size: 1.4em;
	}
	.w3ls_footer_grid_leftr h4 {
		font-size: 1.8em;
	}
	.w3ls_footer_grid_leftl i {
		font-size: 1.5em;
        line-height: 2em;
	}
	.w3ls_footer_grid_leftr h4 {
	    margin-bottom: .3em;
	}
	.connect-agileits.c-details h4 {
		font-size: 1.8em;
	    padding-top: 0.1em; 
	}
	.connect-agileits.c-details p {
		font-size: 1.3em;
		margin: 0.5em 0;
	}
	.connect-agileits.c-details {
		padding: 1em;
	}
	.wthree_agile_footer {
		padding: 5em 0 0 0;
	}
	.footer p {
		font-size: 1.3em;
	}
	/* about */
	.about-wthree {
        padding: 0em 0 1em 0px; !important;
    }
	.team-grids .captn {
		top: -120%;
	}
	.captn-top {
		padding: 19% 1%;
		margin-top: 0;
	}
	.captn h4 {
		font-size: 1.5em;
		margin-top: -16px;
	}
	.captn p {
		font-size: 1em;
        margin-top: 0.2em;
		line-height: 0.8em;
    }
	a.w3_play_icon1 {
        margin-left: 6em;
	}
	a.w3_play_icon1 {
        margin-right: 0em;
        margin-top: -2.5em;
        float: right;
        border: none;
        border-radius: 50px;
        outline: none;
        background: #fe4b00;
        padding: 0.2em 1.2em 0.2em 1.2em;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 1px;

        font-size: 1em;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
	}
	.title-agileits img {
       margin-left: 9em;
	}
	.navbar-toggle {
    margin-top: -1.1em !important;
	margin-right: 1;
	margin-bottom: 3px;
	}
}

@media (max-width:320px){
	ul.nav.navbar-nav li a {
	    font-size: 1.3em !important;	
	}
	ul.nav.navbar-nav li.active a {
		font-size: 1em;	
	}
	ul.nav.navbar-nav li a:focus {
		font-size: 1em;	
	}
	.menubar-link {
		padding-top: 1%;
        padding-right: 1%;
	}
	.footer-links ul {
		margin: 1%;
	}
	.footer-links ul li a {
    text-align: center;
    padding: 0.3em;
 
    color: #000;
    font-size: 1em;
	}
	.footer-links ul li a:hover {
	text-align: center;
	padding:0.4em;
	border-bottom: 2px solid #9a0000;

    color: #9a0000;
    font-size: 0.9em;
    text-transform: capitalize;
    }
	.footer p {
		font-size: 1.2em;
	}
	.copyright p {
		margin-top: 8px;
	}
	.about-bg-left {
		padding-top: 5%;
		padding-left: 16%;
	}
	.about-bg-left img {
		width: 212px;
        height: 231px;
		margin-bottom: 5%;
	}
	.about-title {
		font-size: 3em;
		text-align: center;
	}
	.bg-content p {
		font-size: 1.2em;
		text-align: center;
	}
	.bg-image {
		padding: 9%;
	}
	.bg-image img {
		width: 100%;
		padding: 2%;
/*		padding-bottom: 2%;*/
		width: 256px;
        height: 119px;
	}
	.bg-content-bottom p {
		font-size: 1.2em;
		text-align: center;
		padding-bottom: 2%;
	}
	.services {
        margin-left: 0.3em;
    }
	.services-title-bg {
		background-image: url("../images/ser-title-bg2.html") !important;
        background-repeat: no-repeat;
		width: 253px;
		height: 40px;
    }
    .services-title h1 {
		font-size: 2.3em;
		padding-top: 3%;
	}
	.services-title-li-bg {
		background-image: url("../images/links-bg2.html");
        background-repeat: repeat-y;
        width: 253px;
		height: 52px;
	}
	.services-row-bg {
		background-image: url("../images/ser-bg.html");
       width: 100%;
       background-repeat: repeat;
       min-height: auto;
       padding-top: 3%;
	   padding-left: 6%;
	}
	.services-link {
		background-image: url("../images/links-bg2.html");
        background-repeat: repeat-y;
        padding-left: 0;
	}
	.services li a {
		padding-left: 2em;
		font-size: 1em;
		line-height: 2.16;
	}
	.services-post-text p {
    font-size: 1.3em;
    margin-bottom: 4em;
    margin-top: 0.5em;
    }
	.services-post-img a {
    min-height: 90px;
	}
	.posts {
		margin-left: -1em;
	}
	.posts-grids {
    margin: 0;
    margin-left: -14px;
    margin-top: -1px;
/*    margin-right: -16px; */
}
	.services-post-text h4 a {
    font-size: 0.9em;
    }
	.blocks {
		width:100;
	}
	.block-post-desc {
		width: 100%;
	}
	.block-post-image {
		width: 164px;
		height: 101px;
	}
	.block-post-desc h2 {
		padding-left: 0;
		font-size: 1.2em;
		width: 164px;
	}
	.block-post-desc p {
		padding-left: 0;
		font-size: 1.1em;
		width: 164px;
	}
	
	.title-agileits h3:after, .title-agileits h2:after {
		height: 5px;
		width: 11%;
		position: absolute;
		bottom: -2px;
		left: 125px;
	}
	.navbar-header h1 {
		font-size: 1.1em;
		text-align: left;
		width: 47%;
	}
	.navbar-header i.fa.fa-scissors {
		position: absolute;
		top: 8px;
		left: 100px;
	}
	.baner-info h3 {
		font-size: 1.2em;
		letter-spacing: 2px;
		padding: 7px 0;
	}
	.baner-info h4 {
		font-size: 0.8em;
		margin: 1em 0 2em 0;
		letter-spacing: 4px;
	}
	.about-wthree {
		padding: 2em 0 21em 0px;
	}
	.callbacks_nav {
		bottom: -95%;
	}
	.social a {

    margin-right: 15px;
	}
	.w3agile_footer_copy {
		padding: 0em 0 2em 0;
		margin-top: 1em;
	}
	.connect-agileits.newsletter p {
        font-size: 0.8em;
	}
	.w3_content_agilleinfo_inner {
		padding: 3em 0;
	}
	.title-agileits {
		margin-bottom: 3em;
	}
	.title-agileits h3, .title-agileits h2 {
		font-size: 2.8em;
		padding-bottom: .4em;
	}
	.w3_agile_mail_grid input[type="text"] {
	    padding: 0.5em 0.5em;
	}
	.w3_agile_mail_grid input[type="email"] {
		padding: 0.5em 0.5em;
	}
	.w3_agile_mail_grid textarea {
		padding: 0.5em 0.5em;
		min-height: 120px;
		margin-top: 1.3em;
	}
	.w3_agile_mail_grid input[type="submit"] {
		font-size: 14px;
	}
	.w3ls_footer_grid_leftl {
		width: 30px;
        height: 30px;
	}
	.w3ls_footer_grid_left {
		width: 100%;
		padding: 10px 10px;
	}
	.w3ls_footer_grid_left:nth-child(2) {
		margin: 1em 0;
	}
	.w3ls_footer_grid_leftr p {
        font-size: 1.3em;
    }
	.w3ls_footer_grid_leftr a {
		font-size: 1.3em;
	}
	.w3ls_footer_grid_leftr h4 {
		font-size: 1.8em;
	}
	.w3ls_footer_grid_leftl i {
		font-size: 1.5em;
        line-height: 2;
	}
	.w3ls_footer_grid_leftr h4 {
	    margin-bottom: .3em;
	}
	.connect-agileits.c-details h4 {
		font-size: 1.7em;
	    padding-top: 0.1em; 
	}
	.connect-agileits.c-details p {
		font-size: 1.3em;
		margin: 0.5em 0;
	}
	.connect-agileits.c-details {
		padding: 1em;
	}
	.wthree_agile_footer {
		padding: 5em 0 0 0;
	}
	.footer p {
		font-size: 1.3em;
	}
	.about-wthree {
        padding: 0em 0 1em 0px; !important;
    }
	.team-grids .captn {
		top: -120%;
	}
	.captn-top {
		padding: 19% 1%;
		margin-top: 0;
	}
	.captn h4 {
		font-size: 1.5em;
		margin-top: -16px;
	}
	.captn p {
		font-size: 1em;
        margin-top: 0.2em;
		line-height: 0.8em;
    }
	a.w3_play_icon1 {
        margin-left: 6em;
	}
	a.w3_play_icon1 {
        margin-right: -0.1em;
        margin-top: -2.15em;
        float: right;
        border: none;
        border-radius: 40px;
        outline: none;
        background: #fe4b00;
        padding: 0.1em 1.1em 0.1em 1.1em;
        color: #fff;
        text-transform: capitalize;
/*        letter-spacing: 1px;*/
        font-size: 0.91em;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
	}
	.block-post {
		width: 100%;
	}
	.block-post-images ul li img {
		float: left;
		width: 100%;
        width: 164px;
        height: 101px;
		margin-left: -39px;
	}
	.block-post-desc h2 {
    padding-left: 0;
    font-size: 1.2em;
	width: 100px;
	}
	.block-post-desc p {
    padding-left: 0;
    font-size: 1.1em;
    width: 100px;
    }
	
	.block-post-button {
    margin-top: 6%;
    margin-left: 6%;
    height: 35px;
    background-image: url("../images/button-bg2.html");
    background-repeat: no-repeat;
    padding-top: 3%;
    padding-left: 12%;
	}
	.block-post-button {
    padding-top: 0%;
    padding-left: 8%;
	}
	a.services_play_icon1 {
		font-size: 1.45em;
	}
	.posts-grids {
		margin-top: 20px;
	}
	
	/* ------------------------------------------------------------ */
	
	
}  




.navbar-nav {
    float: right;
    margin-top: 1.5em;
	margin-right: 2em;
}
.navbar-default {
    border: none;
    background: none;
    min-height: auto;
    margin-bottom: 0;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.navbar-nav li:after{
	content: "";
    position: absolute;
    background: #C23030;
    height: 25px;
    width: 1px;
    top: 13px;
}
.navbar-nav li.first-list:after,ul.dropdown-menu li:after{
    background: none !important;
	width: 0px !important;
}
ul.nav.navbar-nav li a {
    font-size: 1.3em;
    color: #000;
    margin: 0 0em;
    padding: 1em 1em;
    font-weight: 300;
/*    text-transform: uppercase;
    letter-spacing: 3px;*/
    border-bottom: solid 2px rgba(255, 255, 255, 0);
}
ul.nav.navbar-nav li a:hover{
	color: #9a0000 !important;
    border-bottom: solid 2px #9a0000;
}
ul.nav.navbar-nav li a:focus{
    outline: none;
    border-bottom: solid 2px #9a0000;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background:none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
ul.nav.navbar-nav li.active a {
    color: #9a0000;
    background: none;
    border-bottom: solid 2px #9a0000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background:none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none!important;
}
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 3.8em;
    left: 0px;
    min-width: 121px;
}
ul.dropdown-menu li{
	width:100% !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !important;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



@media(max-width:736px){
	.navbar-brand {
		float: left;
	}
	.logo h1 a span {
		right: 0;
		top: 0;
	}
	.navbar-toggle {
/*		border: 1px solid rgb(255, 255, 255);*/
	}
	.navbar-toggle .icon-bar {
		background: #FFF;
	}
	.navbar-toggle {
		margin-top: -0em;
		margin-right: 1;
		margin-bottom: 3px;
	}
	.navbar-nav {
	    margin-top: 3em;
		float: none;
		text-align: center;
		margin: 0;
		padding: 1em 0;
        font-size: 1.6em;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
		position: absolute;
		width: 100%;
		background: #000;
		z-index: 999;
	}
	div#bs-example-navbar-collapse-1 {
		background: rgba(255, 180, 0, 0.9);
	}
	.navbar-nav li:after {
		background: rgba(255, 255, 255, 0);
	}
	.navbar-top {
		position: relative;
	}
	.callbacks_tabs {
		left: 44%;
	}
}

/*why chose us*/
.why-chose-us {
    float: left;
    width: 100%;
    
    padding: 50px 0px;
   
}
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    padding: 0 0 40px 0px;
}
.why-chose-inner {
    float: left;
    width: 100%;
   background: #ffde59;
    border: 2px solid #000000;
}
.why-chose-logo {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.why-chose-logo img
{
    float: left;
   
}

.why-chose-title {
    float: left;
    width: 100%;
    font-size: 25px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
	font-weight:bold;
    padding-bottom: 10px;
    padding-top: 20px;
}
.why-chose-desc {
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}
.why-outer {
    float: left;
    width: 100% pa;
    width: 100%;
    padding: 15px;
}
/*start footer section*/

.footer-section{
	padding: 0;
	background:#217405;
}

.footer-head{
	padding: 0;
	text-align: center;
}
.footer-head span{
color: #FFDE59;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.footer-head p{
	    color: #fff;
	    margin: 0;
	    font-size: 20px;
	    font-weight: 400;
	    padding: 11px 0 24px 0;
	    text-transform: capitalize;
font-family: 'Roboto', sans-serif;
}
.footer-head .call{
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	color: #FFDE59;
	line-height: 50px;
	border-bottom: 2px solid #FFDE59;
	    font-family: 'Poppins', sans-serif;
}
.footer-head .call i{
   font-size: 30px;
}
.footer-design{
	padding: 40px 20px 20px 20px;
}
.foot-1{
	padding: 10px;
	border-right: 2px solid #fff300;
}
.foot-1a{
	border-right:0;
}
.foot-2{
	padding: 10px 10px;
	/* border:1px solid; */
	color: #fff;
}
.foot-head{
	margin: 0;
	padding: 0;
	text-align: left;
}
.foot-head span{
	color: #FFDE59;
	margin: 0;
	font-size: 25px;
	font-weight: bold;
	text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.foot-txt{
	text-align: left;
	padding: 0;
}
.foot-txt p{
    color: #fff;
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
    padding: 9px 0px 10px 0px;
font-family: 'Roboto', sans-serif;
}
.foot-txt .details{
	margin: 0;
	padding: 0;
	padding-top: 20px;
	list-style: none;
}
.foot-txt .details li{
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	text-transform: capitalize;
	font-weight: 400;
}
.foot-txt .details li i{
	color: #FFDE59;
	padding-right: 8px;
}
.foot-txt ul{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
}
.foot-txt ul li{
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 400;
}
.foot-txt li i{
	color: #fff;
	padding-right: 8px;
}
.copyright{
clear:both;
}
.copyright p{
    font-family: 'Roboto', sans-serif;
	font-size:17px;
}
.copyright p a{
    font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#FFFFFF;
}
.disclimer{
	margin: 0;
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #ff8c00;
}
.disclimer p{
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
}
.why-col{
padding:0 !important;
}
@media(max-width:540px){
.header-top-logo img {
    width: 100%;
}
.clinte img {
    margin: 40px auto;
}
.foot-1 {
    padding: 10px;
    border-right: 2px solid #217405;
}
}

/*end footer section*/
/*-- //responsive --*/