#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.buton
{
  border:1px solid #cccccc;
}
pre {margin: 0 0 40px;
}

body
{
    cursor:default;
}
.butn-gap{margin-bottom:20px;}

.gap
{
    margin-bottom: 20px;
    min-width:120px;
     background-color:#339BEB; 
     color:#fff;
     border:1px solid #339BEB;

}

.section1
{
  width: 100%;
  height: 100%;
}

.gap:hover
{
    background-color:#24b5e5;
    color:#fff;
    border:1px solid #24b5e5;
     transition:background 0.4s;
}

.btn-gap {
    margin-bottom: 20px;
    min-width: 120px;
    margin-left: 30px;
    background-color:#fd6900;
    color: #fff;
    border:1px solid #fd6900;
}

.btn-gap:hover{ background-color:#ff8d00;color:#fff;border:1px solid #ff8d00; transition:background 0.4s}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 55px;
    height: 55px;
    background-color:transparent;
    border: 2px solid white;
    color: white;
    text-align: center;
    font: 32px Arial, sans-serif;
    display: inline-block;
    line-height:55px;
    cursor:pointer;
}

.numberCircle:hover
{
    color:black;
    background:white;
    transition: background 0.5s;
    -moz-transition:background 0.5s;
    -webkit-transition:background 0.5s;
}

.map
{
    width:100%;
    height:250px;
    border:1px solid #cccccc;
}

.banr {
    padding: 50px 0;
    background: url('../images/banner-bg.jpg') no-repeat center;
    background-size: cover;
}

.banr h2
{
    color:white;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.col-lg-6 .list-inline
{
    margin-top:20px;
    float:right;
}

.numberCircle2 {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 50px;
    height: 50px;
    background-color:transparent;
    border: 2px solid white;
    color: white;
    text-align: center;
    font: 28px Arial, sans-serif;
    display: inline-block;
    line-height:50px;
    cursor:pointer;
}

.numberCircle2:hover
{
    color:#339BEB;
    background:white;
    transition: background 0.5s;
    -moz-transition:background 0.5s;
    -webkit-transition:background 0.5s;
}

.break
{
    height:3px;
    margin-top:15px;
    background-color:#cccccc;
    width:100%;
}

.numberCircle3 {
    display: inline-block;
    margin-top:10px;
}





/***************************************************/
@media(min-width:1000px)
{
    .col-md-1
    {
        width:16%;
        margin:-100px;
        margin-top:110px;
        height:auto;
        padding-left:8px;
        padding-right:8px;
    }

sub,sup
{
    font-size:8px;
}
    .right-box
    {
        float:right;
        margin-top:117px;
    }

    .heading-name
    {
        width:100%;
        height:65px;
        text-align:center;
        font-family:'Bradley Hand ITC';
        font-size:27px;
        font-weight:bold;
        background-color:#55acee;
        box-shadow:4px 2px 4px 2px gray;
        color:white;
        line-height:65px;
    }

    .heading-name1
    {
        width:100%;
        height:40px;
        text-align:center;
        font-family:'Bradley Hand ITC';
        font-size:16px;
        font-weight:bold;
        background-color:#333;
        box-shadow:2px 2px 2px  black;
        border-radius:3px 4px;
        color:#ff6a00;
        line-height:40px;
    }

    .col-md-10
    {
       margin-left:7.4%;
       width:85%;
       margin-top:110px;
       height:auto;
       background-color:white;
    }


}

.list-group-item:first-child
{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}


.page-header {
  padding-bottom: 5px;
  margin: 25px 0 20px;
  border-bottom: 2px solid #ff6a00;
  font-size:25px;
  color:#ff6a00;
}

.panel-group
{
    padding-bottom:7px;
    
}


.panel-group .panel {
    border-radius: 0px;
    border: medium none;
    margin-top:5px;
    

}
.panel-default {
    border-color: #DDD;

}
.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}


.list-group-item
{
    font-size:11px;
    padding: 0px 5px;
    height:30px;
    line-height:30px;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #333;
  text-decoration: none;
  background-color: #eee;
}


.panel-default > .panel-heading {
    padding: 0px;
    outline: medium none;
    border: medium none;
    border-radius: 0px;
    width: 100%;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #F5F5F5;
    border-color: #DDD;

}
.panel-group .panel-h eading {
    border-bottom: 0px none;

}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    width:100%;
    font-size: 13px;
    color: inherit;
}
.panel-heading a.collapsed {
    color: #FFF;
    background-color:#55acee;
    width:100%;
    top: 0px;
    left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 10px;
    display: inline-block;
    width: 100%;
    background:rgba(0, 0, 0, 0.45);
    color: #FFF;
    position: relative;
    text-decoration: none;
}
.panel-title > a {
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}
.panel-heading a.collapsed::after {
    content: "";
}
.panel-heading a::after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}
*::before, *::after {
    box-sizing: border-box;
}

.ads
{
    width:100%;
}

/*========next previous========*/
.inner_footer
{
    background-color:#333;
    width:100%;
    padding-left:5px;
    padding-right:5px;
    box-shadow:4px 2px 4px 2px gray;
}

.pager {
  padding-left: 0;
  text-align: center;
  list-style: none;
  padding-top:5px;
  padding-bottom:5px;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 0px;
  background-color: #ff6a00;
  border: none;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus 
{
  text-decoration: none;
  background-color: #eee;
  color:#333;
  -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.pager .next > a,
.pager .next > span {
  float: right;
  width:70px;
  height:30px;
  color:white;
  line-height:30px;
}

.pager .hom > a,
.pager .hom > span {
  position:center;
  width:70px;
  height:30px;
  color:white;
  line-height:30px;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
  width:70px;
  height:30px;
  color:white;
  line-height:30px;

}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}


.butn-page 
{
    border-radius:35px;
    height:35px;
    line-height:22px;
    width:245px;
    border:none;
    background-color:white;
    color:#999;
     border: 1px solid #999;
     font-size:11px;
     -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
     transition: background .3s ease-in-out;
}

.butn-page:hover,.butn-page:focus
{
  color:white;
  background-color:#178ACC; 
  border: 1px solid #178ACC;
  outline:0;

}

.tr-pad
{
   margin-top:5px;
   list-style-type:none
}

.div-left
{
     margin-left:2%;
       width:30%;
       height:auto;
       background-color:#eee;
       
}
.div-right
{
        margin-right:25%;
       width:30%;
       height:auto;
       background-color:#eee;
       float:right;
}

.page-header2,.page-header3
{
  font-size:15px;
  font-weight:bold;
  color:GrayText;
  font-family:sans-serif
}

.page-header3
{
color:#178ACC;
}

.paragraph,.paragraph-2
{
    font-size:14px;
    color:gray;
    padding-bottom:15px;
    border-bottom: 1px solid #f5f5f5;
    font-family:Menlo, Monaco, Consolas, "Courier New", monospace;
    line-height:20px;
    margin-bottom:15px; 
    text-align:justify;
}

strong
{
    font-family:'Cambria Math'
}

sub,sup
{
    font-size:10px;
}


.topic
{
    height: 40px; 
    background-color:#333; 
    font-family:'Bradley Hand ITC';
     box-shadow: 2px 2px 2px  black; 
     font-weight: bold; 
     font-size: 18px; 
     border-radius: 3px 4px; 
     color: #ff6a00; 
     line-height: 40px; 
    text-align: center;
}

.media-heading a:hover
{
    color:#55acee;
}

/*************************************/

@media(max-width:1000px) {

navabar-toggle
    pre 
    {
        overflow: auto;
       -webkit-overflow-scrolling:auto;
        font-size: 9px;
    }

  .pre-scrollable {
      max-height: 340px;
      overflow-y: scroll;
   }
}

@media(max-width:1000px) 
{

    .header.navbar-fixed-top 
    {
        position: fixed;
        
    }

    .header {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.75);
    }

    .navbar 
    {
    position: relative;
    min-height: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    }

    .header {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0px;
    transition: all 0.2s ease-in-out 0s;
}


}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 3px;
    margin-bottom: 24px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -28px;
    margin-top: 0px;
}


/***********Services****************/

.image-service
{
     cursor: pointer;
     max-width: 100%;
     height: auto; 
     width:100%;
}

hr {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 10em;
  border-top: 2px solid #D8D0D0;
}


i.web 
{
  width: 130px;
  height: 130px;
  display: inline-block;
}


.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 8 */

 .hovicon.effect-8 {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    -o-transition:-o-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform:scale(0.9);
    transform: scale(0.9);
}

.hovicon.effect-8:hover {
    background: rgba(0, 0, 0, 0.01);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform:scale(0.93);
    transform: scale(0.93);
}


.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    -o-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.2;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.2;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes sonarEffect {
    0% {
        opacity: 0.2;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@-ms-keyframes sonarEffect {
    0% {
        opacity: 0.2;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 20px 20px #00BFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}


.subfooter
{
    background-color:rgba(0,0,0,1);
    border-top:none;
}


/********table*********/

table 
{
    margin-left:15px;
     margin-top:10px;
}

td 
{
    text-align:center;
    border:1px solid gray;
    padding:5px 10px 5px 10px;
}



/**********Subfooter***************/
.amet-sed h4{
    font-size: 1.5em;
    color: #fff;
    margin: 0 0 0.7em;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.footer {
    background-color:rgba(0,0,0,1);
}

.footer-top-at {
    padding: 5em 0;
}


ul {
    padding: 0;
    list-style: none;
}

ul.nav-bottom li a {
    text-decoration: none;
    color: #989696;
    font-size: 0.8em;
    display: inline-block;
    margin: 0.5em 0;
}

ul.nav-bottom li  a:hover{
	color:#339BEB;
    transition:ease-in 0.3s;
}

/****ANIMATION****/

@import url(animate.css);



/*Custom Animations*/

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}


/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: none;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	background: none;
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
    height:auto;
	max-width: 620px;
	min-width: 290px;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #999;
	background: white;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
    height:440px;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background:#178ACC;
	border-radius: 3px 3px 0 0;
    color:white
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */



/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(0,0,0,0.4);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.scrollToTop
{
    width:50px;
    height:50px;
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
    background:#339BEB url('../images/TopArrow.png') no-repeat center center;
    z-index:999;
    text-indent:-9999px;
    background-size:51%;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    opacity:0.7;
}
.scrollToTop:hover
{
    background:#252525 url('../images/TopArrow.png') no-repeat center center;
    background-size:60%

}

@media(max-width:1000px)
{
.scrollToTop
{
    width:32px;
    height:32px;
    border-radius:32px;
    opacity:0.7;
    bottom:20px;
    right:15px;
    background-size:51%;

}

}


/****************************************************************************************************************************************/


