
html, body{
	margin:0;
	font-size: 100%;
/* font-family: 'Barlow Condensed', sans-serif; */
font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
}
body a {
	text-decoration: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;
	
}
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;
	font-family: 'Source Sans Pro', sans-serif;
/*font-family: 'Barlow Condensed', sans-serif;*/
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

/*----------- Menu ----------- */

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
   background:none!important;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
padding: 20px;
position: relative;
font-weight: 400;
text-transform: uppercase;
color: #014d8e;
letter-spacing: 1px;
font-weight: bold;
margin: 0 0 12px;
/* font-family: 'Barlow Condensed', sans-serif; */
font-family: 'Source Sans Pro', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav li a.active {
   color: #c7051d;
    outline: none;
	
}
.navbar-right {
    /* float: right!important; */
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}
/*-- nav-effect --*/
/* Effect 13: three circles */
.cl-effect-13 ul li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-13 ul li a::before {
	position: absolute;
	top:50%;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size:2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cl-effect-13 ul li a:hover::before, .cl-effect-13 ul li a:focus::before, ul.nav.navbar-nav li.active a::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.navbar-default {
background: #fff;
    border: none;
    border-radius: 0;
	
}
.navbar-nav,.header-top{
	padding-left:24em;
}
.header-nav {
    position: relative;
}
.cl-effect-13 ul li a:hover::before, .cl-effect-13 ul li a:focus::before, ul.nav.navbar-nav li a.active::before {
    color: gray;
    text-shadow: 10px 0 gray, -10px 0 gray;
}
/*-- //dropdown --*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #c7051d;
    background-color: transparent;
}
.dropdown-menu {
    /*background-color: rgba(0, 0, 0, 0.72);*/
    background: white;
}
.dropdown-menu > li > a {
  color: #0c0c0c;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,{
    /* color: #f8f6f6 ; */

/* background: #ae0f1f ; */

/* border-radius: 10px 0; */

color: #ae0f1f !important;
border-radius: 10px 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	color: #ae0f1f !important;
border-radius: 10px 0;
background-color: #fff !important;
	
}
 .dropdown-menu > li > a:active {
	  color: #f8f6f6 !important;

background: #ae0f1f ;

border-radius: 10px 0;
 }
.dropdown-menu li a:before{
	display:none!important;
}
.dropdown-menu > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 13px;
	padding: 6px 20px;
}
.dropdown-menu {
		border: none;
}
.navbar-right .dropdown-menu {
    right: auto !important;
    left: 0;
}
/*-- //dropdown --*/
/*-- //nav-effect --*/
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
	display:block;
    text-transform: capitalize;
	/* padding: 23px 30px 34px; */
    position: absolute;
 top: 42px;
left: 10px;
	z-index:99;
}
i.fa.fa-graduation-cap {
    position: absolute;
    color: #000000;
    transform: rotate(-29deg);
	-webkit-transform: rotate(-29deg);
	-moz-transform: rotate(-29deg);
	-o-transform: rotate(-29deg);
	-ms-transform: rotate(-29deg);
    font-size: 36px;
   top: 26px;
left: -6px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    /* background-color: #c2fc2980; */
}
.navbar-brand {
    height: initial;
    padding: 0;
    font-size: 18px;
    line-height: initial;
}

.contact-bnr-w3-agile {
    float: none;
	/* text-align: right; */
}
.header-top {
    background: black;
	float: left;
	width: 100%;
	margin-bottom: 12px;
	text-align: right;
}
.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
    padding: 9px 30px;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 font-size: 15px;
    letter-spacing: .7px;
}
.contact-bnr-w3-agile ul li a:hover {
	color:#f8b239;
}
.contact-bnr-w3-agile ul li i {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.contact-div1{
float: left;
width: 100%;
}
/*-----------// Menu ----------- */

/*-----dropdown menu*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup.use-yamm,
.yamm .dropdown.use-yamm {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
/*  left: auto;*/
  right: 0;
}
.yamm .yamm-content {
  padding: 3px 15px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}
.navbar .yamm-content ul li a:hover {
    color: #38a7bb;
    text-decoration: none;
    /*padding-left: 2px;*/
}
.navbar .yamm-content ul li a{
    color: #025994 !important;
}
.dropdown-menu.yamclass {
    background: #fcf9f9e6;
}
.navbar .yamm-content ul li {
    list-style-type: none;
   border-bottom: groove 3px #aea7a7;
    text-transform: uppercase;
    padding: 4px 0;
}
.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}

.yamclass{
width: 1110px !important;
left: -439px !important;
padding: 12px;
}
.menu-heading{
 color: #c7051d;
 font-weight: bold;
}
.navbar .yamm-content ul li span{

}
/*---// dropdown menu*/

/* To Dropdown navbar dropdown on hover */
.menu-heading {
    color: #c7051d;
    font-size: 16px;
}
.dropdown-long1{
    left: 0 !important;
}
.dropdown-long ul li{
    padding-top: 5px;
    border-bottom: 1px solid #8080804d;
}

.dropdown-long ul li a{
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 6px 0;
    color: #0c0c0c !important;
}
.dropdown-long ul li a:hover, .dropdown-long ul li a:focus{
    color: #ae0f1f !important;;
   
    border-radius: 10px 0;
}
.dropdown-menu.multi-level {

    width: 1090px;
    padding: 10px;

}

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

.dropdown-submenu>.dropdown-menu {
  /*  top: 0;*/
    left: 100%;
    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-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    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;
}
.navbar-right .dropdown-menu {
    right: auto !important;
    left: -487px;
}


/* //To Dropdown navbar dropdown on hover */

/*---------- Top background images*/


.about-us-top-bgr{
	  background: url("../images/about-us-top-bgr.jpg");
}
.contact-top-bgr{
	background: url("../images/contact-top-bgr.jpg");
}
.feedback-top-bgr{
	background: url("../images/feedback-top-bgr.jpg");
}
.product-top-bgr{
    background: url("../images/product-top-bgr.jpg")
}
.feedback-top-bgr h1,.contact-top-bgr h1{
    color: #000;
}
.about-us-top-bgr h1,.product-top-bgr h1{
    color: #fefafa;
}
.sitemap-top-bgr{
    background: url("../images/sitemap-top-bgr.jpg");
}
.sitemap-top-bgr h1{
    color: #fefafa;
}
.top-bgr {
  
    background-repeat: repeat;
    background-size: auto auto;
    min-height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}
.top-bgr h1 {
    margin-top: 152px;
	float: left;
	width: 100%;
	padding-left: 2em;
	/*color: #fff;*/
	font-weight: bold;
}
/*----------// Top background images*/

/*-- about us --*/
.about-agileits{
	text-align:center;
	margin-top: 2em;
}
.agileits_banner_bottom {
    width: 75%;
    margin: 0 auto;
}

.about-agileits p {
   font-size: 16px;
color: #121111;
line-height: 30px;
letter-spacing: 0px;
margin-bottom: 10px;
}
.about-agileits h3 i{
	font-weight:300;
}
.w3ls_banner_bottom_grids{
	margin:3em 0 0;
}
.w3l_banner_bottom_grid{
	padding:2em;
	text-align:center;
	border:2px solid #999;
}
.heading-agileinfo {
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 35px;
    margin-bottom: 0.5em;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    position: relative;
	margin-bottom: 1.6em;
	
}

.heading-agileinfo1 {
	 font-weight: 800;
letter-spacing: .5px;
font-size: 30px;
margin-bottom: 0.5em;
text-align: center;
color: #0282ba;
text-transform: capitalize;
position: relative;
margin-bottom: 1.6em;
}
.heading-agileinfo span{
margin-top: 1em;
/*letter-spacing: 4px;*/
text-transform: capitalize;
color: #0177b5;
font-weight: 500;
display: inline;
margin-top: 10px;
/*letter-spacing: 3px;*/
text-transform: capitalize;
color: #0178b3;
font-weight: 600;
}
.heading-agileinfo span::after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
.feature-grid a {
    color: #ffffff;
    font-size: 13px;
    padding: 10px 35px;
    padding: 8px 30px;
    text-decoration: none;
    margin-top: 1.5em;
}
.about-bott-right .fa {
    color: #0273a2;
    padding-right: 10px;
}
/*--------// About us -------*/

/*------contact us*/
.contact-main {
    margin: 2em;
}
.contact-main h4 {
    color: #0a84d1;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 1em auto;

}
/*.contact-part{
	border: 1px solid gray;

border-radius: 10px;

padding: 10px;
float: left;

width: 100%;
margin: 1em auto;
}*/
.contact-part .fa {
color: #fff;
width: 30px;
height: 30px;
background: #080707;
border-radius: 50%;
text-align: center;
font-size: 17px;
padding: 7px;

}
.contact-part {
    /*padding-top: 15px !important;*/
    margin-top: 10px;
    }
.contact-part {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
    float: left;
    width: 100%;
    margin: 1em auto;
  /*  height: 60px;*/
    background: #0a84d11a;
}
/*-----// contact us*/

/*--events-section--*/
.events-agileits-w3layouts {
    padding-bottom: 0px!important;
    margin: 3em auto;
}
.popular-grid {
    background: #0177b5;
    padding: 0;
}
.popular-text {
    text-align: center;
    border: 1px double rgba(189, 187, 187, 0.61);
    border-top: none;
	background: #fff;
}
.popular-grid:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.popular-grid img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    border: 1px solid #fff;
    width: 100%;
}
.popular-grid h5 a {
	display: block;
font-size: 16px;
font-weight: 500;
color: #ffffff;
background: #2496d5;
padding: 0.5em 5px;
/*margin: 0px 0 25px;*/
text-transform: inherit;
}
.popular-grid h5 a:hover,.popular-grid h5 a:focus{
	text-decoration:none;
}
.detail-bottom {
    height: 360px;
}
.detail-bottom ul li {
    list-style: none;
    display: inline;
    color: #000;
    font-size: 13px;
    font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
}
.detail-bottom ul li i {
    color: #0177b5;
    font-size: 20px;
    padding: 0 15px;
}
.popular-grid p {
    font-size: 15px;
	letter-spacing: .5px;
	line-height: 28px;
	padding: 1em 1em 1.5em;
	color: #757575;
	text-align: left;
	height: 300px;
}
.btn.focus, .btn:focus, .btn:hover{
	color: #fcf7f7;
}
.btn{
	color: #0f0f0f;
border: 1px solid #0e0d0d;
}
.btn:hover{
	color: #fefcfc;
border: 1px solid #0177b5;
background: #0177b5;
}
/*--// home Events-section--*/



/*--inner About --*/
.about-bottom.inner-padding {
    /*margin: 4em auto;*/
    margin-top: 2em;
margin-bottom: 4em;
}
.about-top p {
    font-size: 1em;
    color:#777676;
    width: 50%;
    line-height: 1.8em;
    margin: 0 auto;
}
.about-agile {

    background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	text-align: center;
}
.about-layer1 {
    padding-bottom: 5em;
}
.about-agile p {
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 1em auto 0em;
    line-height: 1.8em;
}
.about-bott-right {
   /* text-align: center;*/
    padding: 3em 1.7em;
    background: #fff;
	box-shadow: 3px 5px 5px 6px #ddd;
}
.about-bott-right h5 {
    color: #f8b239;
    font-size: 24px;
    margin-bottom: 0.7em;
    font-weight: bold;
    letter-spacing: 2px;
}
.about-bott-right p {
  font-size: 16px;
color: #0e0c0c;
line-height: 30px;
/*letter-spacing: 1px;*/
/*font-weight: 600;*/
text-align: justify;
}

.about-us-sections{
	color: white;
	background: #0273a2;
	padding: 10px 0;
	text-align: center;
	margin: 1em auto;
}
.about-bott-right ul {

    line-height: 30px;

}
/*--//inner About --*/

/*----------------products page--------------*/

.product-table-div {
    margin: 2em auto;
    padding: 1em;
    box-shadow: 2px 2px 18px 5px #80808033;
    float: left;
width: 100%;
}
.InnerTableStyle {
    padding: 4px;
    border: 1px solid #80808080;
  /*  background: #0177b5;
    color: white;*/
}
.product-table-div h3 {
    text-align: center;
    margin: 1em auto;
    font-size: 26px;
    border-bottom: 2px solid gray;
    width: 172px;
    padding-bottom: 13px;
}
.product-content-div{
        margin: 2em auto;
    padding: 1em;
    box-shadow: 2px 2px 18px 5px #80808033;
    float: left;
    width: 100%;
}
.product-point-name{
    color: #c7051d;
    font-weight: bold;
    font-size: 16px;
}
/*1st product*/
.productname {
    color: #0177B5;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.physical-testing-mc {
    margin: 2em auto;
	float: left;
	width: 100%;
	box-shadow: 0px 0px 4px 6px #8080801a;
	padding: 2em 1em;
}
 .product-img{
 	width: 582px;
 }
 .productname1 {
    color: #0177B5;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    /*text-align: right;*/
}
.product-1 p {
    border-bottom: 1px solid #0177b54d;
    line-height: 26px;
}
.product-2 p {
    border-bottom: 1px solid #0177b54d;
    line-height: 26px;
}
.product-1 {
    margin-top: 1em;
}
.product-2 {
    margin-bottom: 1em;
}
.model-class1 {
    /*text-align: right;*/
}
/*--inner services --*/
.agileinfo_services_grid1{
/*	padding:2em;*/
	border:1px solid #999;

	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.agileinfo_services_grid1:after, .agileinfo_services_grid1:before {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.agileinfo_services_grid1:before {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #0177b5;
    border-right: 1px solid #0177b5;
}
.agileinfo_services_grid1:after {
    top: 0;
    left: 0;
    border-top: 1px solid #0177b5;
    border-left: 1px solid #0177b5;
}
.agileinfo_services_grid1:hover {
    cursor: default;
	border: 1px solid #fff;
}
.agileinfo_services_grid1:hover:after, .agileinfo_services_grid1:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}
.agileinfo_services_grid1 i {
    font-size: 2.5em;
    color: #f8b239;
    top: 0;
}
.agileinfo_services_grid1:hover i {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    text-shadow: 2px 2px #4f565a;
	-webkit-text-shadow: 2px 2px #4f565a;
	-moz-text-shadow: 2px 2px #4f565a;
	-o-text-shadow: 2px 2px #4f565a;
	-ms-text-shadow: 2px 2px #4f565a;
}
.agileinfo_services_grid1 h4{
	text-transform: capitalize;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 1em 0;
    color:#0177b5;
}
.agileinfo_services_grid1 p{
	color:#999;
	line-height:2em;
}
.agileinfo_services_grid1:hover p{
	color:#000;
	line-height:2em;
}
.agileinfo_services_grid:nth-child(7),.agileinfo_services_grid:nth-child(5),.agileinfo_services_grid:nth-child(6){
	/*margin:2em 0 0;*/
}
.services-bottom{

	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.w3agile_services_bottom_grid{
	text-align:right;
	padding:5.5em 0 2em;
}
.w3agile_services_bottom_grid h3{
	font-size: 1.4em;
    line-height: 1.5em;
    color:#f8b239;
    text-transform: capitalize;
}
.w3agile_services_bottom_grid p{
	color:#fff;
	line-height:2em;
	margin:2em 0;
}
.more a{
	padding:8px 50px;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.more a:hover{
	color:#212121;
}
/*--//inner services --*/
/*----------------//products page--------------*/



/*--- Request Quote*/
.btn1 {
    background: #0177b5;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
    width: 14%;
    margin-top: 10px;
    padding: 8px;
}
.btn2 {
    background: #0177b5;
	color: #fff;
	font-size: 14px;
    font-weight: bold;
    width: 50%;
    margin-top: 10px;
    padding: 8px;
}
/* --- // Request Quote*/

/*---- Vickers Cum Brinell Hardness Tester*/

.Border1 {
    margin: 1em auto;
    float: left;
    width: 100%;
    text-align: center !important;
}
.table-responsive {
    min-height: .01%;
    overflow-x: visible;
}
.text2 {
    padding: 10px;
    border: 1px solid #8080804d;
}
.product-top-part {
    float: left;
    width: 100%;
    margin: 2em auto;
}
.product-content-div p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}
.note-class{
    color: red;
    border: 1px solid red;
padding: 7px 10px;
font-size: 15px !important;
}
.note-class1{
    color: red;
    /*border: 1px solid red;*/
padding: 7px 10px;
font-size: 15px !important;
}
.product-middle-part {
    margin: 2em auto;
}
.product-top-part img {
    border: 2px solid #352130;
    padding: 3px;

}
.product-features{
    width: 100%;
    float: left;
    padding: 10px;
    border: 2px solid #8080804d;
    margin-bottom: 1 em;
}
.product-tne-series{
     width: 100%;
    float: left;
    padding: 10px;
    border: 2px solid #8080804d;
    margin-top: 1em;
}
/* --- // Vickers Cum Brinell Hardness Tester*/


/*footer*/
.copy-section{
    padding:1em 0;
    text-align:center;
    background: #333d47;
}
.copy-section p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
}
.copy-section  a {
    font-size: 1em;
    color:#fff;
    font-weight: 400;
    text-transform: capitalize;
}
.copy-section a:hover {
    color: #fff;
}
.copy-section a {
    margin: 0 0.3em
}

/* Sitemap */

.about-main {
    position: relative;
  margin-top: 2em;
}
.sitemap-tabs ul li {
    display: inline-block;
    width: 14%; 
    margin: 0.5em;
    text-align: center;
    font-size: 1em;
  -webkit-transition:.5s all;
  -moz-transition:.5s all;
  -o-transition:.5s all;
  -ms-transition:.5s all;
  transition:.5s all;
}
.sitemap-tabs ul li a {
    color: #464646;
  padding: 1em 0;
    border: 1px solid #e2e2e2;
  display: block;
}
.sitemap-tabs ul li a i.fa {
    font-size: 1.3em;
    margin-right: .5em;
}
.sitemap-tabs ul li a:hover {
  border-color:#0280e1;
  color: #0280e1;
}
.sitemap-tabs ul li a:hover i.fa{
  color:#0280e1;
}  
.sitemap-tabs.scroll-to-fixed-fixed {
    background: #fff;
}
.sitemap-text {
    padding: 1em 0;
}
.sitemap-text-grids ul{margin-top: 10px;
}
.sitemap-text-grids ul li a{font-size: 16px;
  font-size: 15px;
  line-height: 27px;
   
    color: #000;
}
.sitemapbox{
  width: 95%;
  margin: 0 auto;}

p.w3sitemap-title {
    font-size: 25px;
    color: #2066bd;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.5em;
    /*margin-bottom: 1em;*/
}
.sitemap-heading {
    background: #0163a1;
    padding: 10px !important;
    border-radius: 10px 0;
    color: white;
    margin-top: 2em;
}
.sitemap-text ul li a {
    color: black;
  }

  .sitemap-text ul li {
    padding: 3px;
    border-bottom: 1px solid #80808033;
}
.sitemap-border{
  padding: 1em;
  box-shadow: 0px 0px 18px 3px #8080804d;
  margin-bottom: 1em;
  /*padding-bottom: 2em;*/
}
/* // Sitemap */


@media (min-width: 768px) and (max-width: 991px) {
.agileinfo_services_grid1.product-img {
    width: 230px;
margin-left: 32%;
}
}

@media (min-width: 992px) and (max-width: 1023px) {

.agileinfo_services_grid1.product-img {
    width: 230px !important;
    margin-left: -5% !important;
}
}


@media (min-width: 418px) and (max-width: 500px) {
.product-top-part img {
    width: 220px;
margin-left: 16%;
}
}
@media (min-width: 501px) and (max-width: 767px) {
.product-top-part img {
    width: 220px;
margin-left: 31%;
}
}


.sister-consern{
	font-size:20px;
	color:#0a84d1;
	margin-bottom:1em;
}