﻿html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
}
.bar {
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.box-bar {
    background-color: #0C2340;
    color: white;
}

.topBar {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    font: 12px Arial, Helvetica, sans-serif;
    /*box-sizing: border-box;*/
    /*margin-right: auto;
    margin-left: auto;*/
    padding: 5px 0; /*10px*/
    /*background-color: #FC4F24;*/
    background-color:#01579B;
    color: #fff;
    width: 100%;
    /*border-top: 5px solid #AE9142;*/
}

.topBanner {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background: white;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.custom-toggler.navbar-toggler {
    border-color: #AE9142;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    color: #AE9142;
    /*background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
}

.PageTitle {
    letter-spacing: 0.1em;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}



    input.input-validation-error, input.error {
        border: 2px solid red;
    }
.footer {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    background-color:#01579B;
    letter-spacing: 0.1em;
    color: white;
    padding: 2rem;
}

.footer-title {
    font-family: sans-serif;
    font-size: 12pt;
}

.footer-subtitle {
    font-family: sans-serif;
    font-size: 10pt;
}

/*Fancy Cards*/
.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
  
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

/*News Box CSS*/
.dotted-line{
     border: none;
  border-top: 1px dotted grey;
  height: 1px;
  width: 100%;
}
.news-header{
    font-family: 'Newsreader', serif;
    background-color:#01579B;
    color: #fff;
}
.news-text{
    font-family: 'Newsreader', serif;
}


.hit {
    display: inline-block;
    padding: 6px 6px 4px;
    border-radius: 3px;
    background: #CADCF2;
    color: black;
    margin-right: 2px;
}