.card {
  background: none !important;
  background-color: none !important;
  padding: 30px !important;
}

.parallax-container {
  position: relative;
  height: 500px;
  background-image: url("../images/parallex.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

@media only screen and (max-width: 998px) {
  .parallax-container {
    height: 400px !important;
    background-position: 20%;
    background-attachment: scroll; /* disables parallax on mobile */
  }
}

.card:hover {
}

html {
  overflow-x: hidden;
}

.blink {
  font-size: 240px;
  color: rgb (0, 137, 226);

  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.sticky-container {
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -159px;
  top: 280px;
  width: 200px;
  z-index: 11;
}

.footer-logo img {
  width: 280px !important;
}

.sticky li {
  display: inline-block !important;
  list-style-type: none;
  height: 36px;
  width: max-content;
  padding: 0px !important;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.sticky li:hover {
  filter: none;
}

.sticky li a {
  padding: 0 !important;
}

.sticky li img {
  float: left;
  margin: 5px 3px;
}

.sticky li p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 36px;
}

/** content **/
.content {
  margin-top: 150px;
  margin-left: 100px;
  width: 700px;
}

p a {
  color: #ecf0f1 !important;
}

/** fork icon**/

.dropdown:hover .dropdown-menu {
  display: block;
}

@font-face {
}
html,
body {
  font-size: 98%;
  background: #fff;
}
body {
  font-family: "barlow";
  font-size: 98%;

  overflow-x: hidden !important;
}
body a {
  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;
}
p {
  margin: 0 -15px;
  font-size: 0.92em;
}
ul,
label {
  margin: 0;
  padding: 0;
}
body a:hover {
  text-decoration: none;
}
/*--Header-top-Starts--*/
.head-main {
  float: left;
  width: 45%;
}
.header-top {
  /* background-color:#F3F0F0; */
}
/*--Header-top-end--*/
/*--Header-Starts--*/
.navigation {
  float: left;
}

.link1 {
  width: 20%;
  background-color: #666 !important;
  margin-top: -50%;
}

.navbar-default {
  background-color: transparent !important;
  border-color: #fff !important;
}
.navbar {
  border-radius: 0px !important;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: none !important;
  height: 30px;
  margin-top: -14px;
}

.navbar-nav {
  margin-top: 2% !important;
  margin-left: -12%;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 1em;

  font-family: "barlow";
  opacity: 0.9;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  font-weight: 700;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent !important;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.header-right {
  float: right;
}
.head {
  position: relative;
}
.hea-rgt {
  float: right;
  margin: 0.6em 0;
}
.hea-rgt a {
  color: #fff;
  background-color: #9e6e4e;
  padding: 0.5em 1em;
  display: block;
  text-decoration: none;
}
.hea-rgt a:hover {
  color: #fff;
  background-color: #4c211d;
}
.header {
  padding: 1em 0px;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.11);
}

.search-bar {
  width: 100%;
  float: right;
  position: relative;
}
.search-bar input[type="text"] {
  width: 100%;
  padding: 8px 45px 8px 8px;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.74);
  font-size: 0.875em;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  font-family: "RobotoSlab-Regular";
}
.search-bar input[type="submit"] {
  background: url(../images/search.png) no-repeat 0px 0px;
  outline: none;
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  right: 1%;
}
.soc {
  float: left;
  margin: 0.4em 0;
}
.soc ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.soc ul li a span {
  background: url(../images/social.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.soc ul li a span:hover,
.about-two ul li a span:hover {
  transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
  -ms-transform: rotatey(360deg);
  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;
}
.soc ul li a span.fb {
  background-position: 0px 0px;
}
.soc ul li a span.twit {
  background-position: -16px 0px;
}
.soc ul li a span.pin {
  background-position: -32px 0px;
}
.soc ul li a span.rss {
  background-position: -48px 0px;
}
.soc ul li a span.drbl {
  background-position: -64px 0px;
}
.head-main h1 a {
  color: #000;
  font-size: 1.5em;
  text-decoration: none;
  font-family: "RobotoSlab-Regular";
}
.head-main h1 {
  margin: 0;
}
/*--Header-Ends--*/
/*--banner-starts--*/
.banner {
  background: url(../images/1.jpg) no-repeat;
  min-height: 600px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
}
.banner-text p {
  font-size: 1.2em;
  color: #190608;
  margin: 1em 0;
  line-height: 1.8em;
  font-weight: 400;
}
.banner-text h2 {
  font-size: 2.5em;
  margin: 20px 0 0 0;
  color: #190608;
  font-family: "RobotoSlab-Regular";
}
.banner-text {
  padding: 11em 2em;
  width: 59%;
  background-color: rgba(185, 176, 176, 0.64);
}
/*--banner-end--*/
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #930;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  padding: 0.4em 0.8em;
  font-size: 0.85em;
  color: #fff;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
  text-decoration: none;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.more:hover {
  background: #fff;
  color: #000;
}
/*--welcome-start--*/
/*.welcome {
    padding: 5em 0;
}*/
/*.welcome p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 0em 0 1em;
	margin-top:-16px;
    color: #000;
}*/
/*.welcome h3 {
    font-size: 1.5em;
   
    color: #9E6E4E;
	 font-family: 'NTR', sans-serif;
font-family: 'Merriweather', serif;
}*/
.wel-lft {
  padding-left: 0;
}
.welcome li a span {
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../images/dot.png) no-repeat 1px 2px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.welcome li a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  vertical-align: middle;
  background-color: #333;
  padding: 0.15em 0.8em;
  display: inherit;
}
.welcome li a:hover {
  color: #fff;
}
.welcome li {
  display: block;
  line-height: 2em;
  margin: 0.4em 0;
}
.col-md-8.welcome-left {
  border-right: 1px solid #d8cfca;
}
/*--welcome-end--*/
/*--cases-start--*/

.cases h3 {
  font-size: 2em;
  margin: 0 0 1.5em;
  color: #9e6e4e;
  font-family: "NTR", sans-serif;
  font-family: "Merriweather", serif;
}
.cases p {
  font-size: 12px;
  line-height: 1.4em;
  margin: 1em 0;
  color: #000;
}
/*--cases-end--*/
/*--news-start--*/
.news {
  padding: 2em 0px;
}
.news h3 {
  font-size: 1.5em;
  margin: 0 0 1.1em;
  color: #9e6e4e;

  font-family: "barlow";
  padding-top: 3%;
}
.news h5 {
  font-size: 1.1em;
  margin: 0 -15px 1.5em;
  color: #190608;

  font-family: "barlow";
}
.news p {
  font-size: 0.92em;
  line-height: 1.4em;
  margin: -1.5em -15px;

  color: #000;
  opacity: 0.95;
}
.new-lft {
  padding-left: 0;
}
.news-left {
  padding-left: 0;
}
/*--news-end--*/
/*--footer-starts--*/
.footer {
  background-color: #000;
  padding: 3em 0 0;
  padding-left: 7%;
}
.footer h4 {
  font-size: 2em;
  color: #fff;
  font-family: "NTR", sans-serif;
  font-family: "Merriweather", serif;
  margin: 0em 0 1em;
}
.cont-tp {
  border-bottom: 1px solid grey;
  padding: 0 0 0.5em;
  margin: 0 0 1.5em;
  width: 55%;
}
.footer p {
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0.3em 0;
}
address {
  color: #6f6e6e;
  line-height: 1.8em;
}
.copyright {
  padding: 1em 0;
  text-align: center;
}
.footer p a {
  color: #fff;
  text-decoration: none;
}
.footer p a:hover {
  color: #6f6e6e;
}
.footer input[type="text"] {
  font-size: 0.95em;
  color: #a5a5a5;
  padding: 0.5em 0.5em 0.5em 0.5em;
  width: 65%;
  outline: none;
  background: none;
  border: 1px solid #fff;
}
.footer input[type="submit"]:hover {
  background: #474f52;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.footer input[type="submit"] {
  padding: 0.55em 0em;
  font-size: 1em;
  width: 25%;
  background: #a5acaf;
  color: #fff;
  border: none;
  outline: none;
}
/*--footer-end--*/
.glyphicon {
  font-size: 2em;
  color: #fff;
}
.footer-text {
  padding: 1em 0;
  text-align: center;
}
/*--clients--*/
.banner-1 {
  background: url(../images/1.jpg) center fixed;
  min-height: 300px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
}
.clients h3,
.practice h3,
.resource h3,
.contact h3 {
  font-size: 2.5em;

  color: #000;

  font-family: "barlow";
}
.clients p,
.practice p,
.resource p,
.contact p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0em 1px 1em;
  color: #000;
  opacity: 0.95;
}
.clients h5 {
  font-size: 1.3em;
  margin: 1em 0;
  color: #9e6e4e;
  font-family: "NTR", sans-serif;
  font-family: "Merriweather", serif;
}
.clients h4,
.practice h4,
.resource h4,
.contact h4 {
  font-size: 1.3em;
  margin: 0em 0 1em;
  line-height: 1.3em;
  color: #9e6e4e;
  font-family: "NTR", sans-serif;
  font-family: "Merriweather", serif;
}
.clients,
.practice,
.resource,
.contact.typo {
  /* padding:3em 0; */
}
.cli-top {
  margin-bottom: 4em;
}
.clients h5 a,
.resource h5 a {
  color: #9e6e4e;
  font-size: 1.4em;
  text-decoration: none;
}
.clients h5 a:hover,
.resource h5 a:hover {
  color: #4c211d;
}
.clients-left img:hover {
  opacity: 0.5;
}
/*--clients--*/
/*--resource--*/
.re-lft {
  padding: 0;
}
.res-top {
  margin: 2em 0;
}
.resource li,
.practice li {
  display: block;
}
.resource li a span,
.practice li a span {
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../images/dot.png) no-repeat 1px -1px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.resource li a,
.practice li a {
  color: #9e6e4e;
  font-size: 1em;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.15em 0.8em;
  display: inherit;
  line-height: 1.8em;
}
.resource li a:hover,
.practice li a:hover {
  color: #4c211d;
}
.about1-bottom1 span {
  color: #4c211d;
  font-size: 4.5em;
  display: block;
  line-height: 1em;
  font-family: "RobotoSlab-Regular";
}
.about1-bottom2 {
  margin-top: 3em;
}
/*--resource--*/
/*--practice--*/
.pra-lft {
  float: left;
  width: 40%;
  margin-right: 2%;
}
.pra-rgt {
  float: left;
  width: 58%;
}
/*--practice--*/
/*--contact--*/
.contact-bottom input[type="text"],
.contact-bottom textarea {
  font-size: 1em;
  width: 80%;
  padding: 0.6em;
  margin: 1em 0;
  outline: none;
  background: none;
  color: #544d4d;
  border: 1px solid #544d4d;
  display: block;
}
.contact-bottom textarea {
  resize: none;
  width: 80%;
  min-height: 170px;
}
.contact-bottom input[type="submit"] {
  padding: 0.3em 1em;
  font-size: 1.1em;
  outline: none;
  border: none;
  color: #fff;
  background: #000;
}
.contact-bottom input[type="submit"]:hover {
  background: grey;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.8em;
  color: #fff;
}
.contact-lft p a {
  color: #7e7d7d;
}
.map iframe {
  width: 100%;
  height: 190px;
  margin: 1em 0;
  border: none;
}
/*--contact--*/
/*--Typography--*/
.show-grid [class^="col-"] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3 {
  margin-bottom: 2em;
}
.xs h3,
h3.m_1 {
  color: #000;
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 1em;
}
.grid_3 p {
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4 {
  background: none;
  margin-top: 50px;
}
.label {
  font-weight: 300 !important;
  border-radius: 4px;
}
.grid_5 {
  background: none;
  padding: 2em 0;
}
.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
  margin-bottom: 1em;
  color: #9e6e4e;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p {
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables p {
  margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
  line-height: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
.in-gp-tl {
  padding: 0;
}
.in-gp-tb {
  padding-right: 0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2 {
  margin: 0 0 10px;
}
h3.title {
  text-align: center;
  color: #9e6e4e;
  font-size: 2.5em;
  margin: 0;
  font-family: "RobotoSlab-Regular";
}
.typo {
  padding: 5em 0;
}
/*--//Typography --*/
/*--responsive--*/
@media (max-width: 1280px) {
}
/*--responsive--*/
@media (max-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 8px;
  }
  .banner-text p {
    font-size: 1em;
  }
  .head-main {
    width: 23%;
  }
  .banner-text h2 {
    font-size: 2em;
  }
  .banner {
    min-height: 500px;
  }
  .welcome h3 {
    font-size: 2em;
  }
  .welcome li a {
    font-size: 0.9em;
  }
  .welcome p {
    font-size: 0.9em;
  }
  /*.welcome {
    padding: 3em 0;
}*/
  .cases {
    padding: 3em 0px;
  }
  .cases h3 {
    font-size: 1.7em;
  }
  .cases p {
    font-size: 0.9em;
  }
  .news h3 {
    font-size: 1.7em;
  }
  .news h5 {
    font-size: 1.2em;
    margin-top: 3%;
  }
  .news p {
    font-size: 0.9em;
  }
  .news {
    padding: 3em 0px;
  }
  .footer h4 {
    font-size: 1.7em;
  }
  address {
    font-size: 0.9em;
  }
  .clients h3,
  .practice h3,
  .resource h3,
  .contact h3 {
    font-size: 2.1em;
  }
  .clients p,
  .practice p,
  .resource p,
  .contact p {
    font-size: 0.9em;
  }
  .resource li a,
  .practice li a {
    font-size: 0.9em;
  }
  .clients,
  .practice,
  .resource,
  .contact,
  .typo {
    padding: 0em 0;
  }
  .clients h5 a,
  .resource h5 a {
    font-size: 1.2em;
  }
  .clients h4,
  .practice h4,
  .resource h4,
  .contact h4 {
    font-size: 1.2em;
  }
  .about1-bottom1 span {
    font-size: 3.5em;
  }
  .footer input[type="submit"] {
    width: 33%;
  }
  h3.title {
    font-size: 2.1em;
  }
}

/*--responsive--*/
@media (max-width: 768px) {
  .head-main {
    width: 22%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 10px;
    font-size: 0.9em;
  }
  .hea-rgt a {
    padding: 0.5em 0.8em;
    font-size: 0.85em;
  }
  .navigation {
    margin: 0.5em 0 0;
  }
  .head-main h1 a {
    font-size: 1.4em;
  }
  .banner-text {
    padding: 6.4em 2em;
  }
  .banner {
    min-height: 450px;
  }
  .banner-text h2 {
    font-size: 1.5em;
  }
  .welcome-right {
    float: left;
    width: 40%;
  }
  .welcome-left {
    float: left;
    width: 60%;
  }
  .wel-rgt {
    padding: 0;
    margin: 1em 0 0;
  }
  .welcome h3 {
    font-size: 1.9em;
  }
  .cases-left {
    float: left;
    width: 33.33%;
  }
  .news-left {
    float: left;
    width: 50%;
  }
  .contact-left {
    float: left;
    width: 33.33%;
  }
  .footer p {
    font-size: 0.9em;
  }
  .footer input[type="submit"] {
    width: 45%;
  }
  .footer input[type="text"] {
    width: 100%;
    margin: 0 0 0.5em;
  }
  .new-rgt {
    margin: 1em 0 0;
    padding: 0;
  }
  .clients h3,
  .practice h3,
  .resource h3,
  .contact h3 {
    font-size: 1.7em;
  }
  .practice-left {
    float: left;
    width: 40%;
  }
  .pr-rgt {
    float: left;
    width: 40%;
  }
  .pr-lft {
    float: left;
    width: 60%;
  }
  .banner-1 {
    min-height: 200px;
  }
  .clients-left {
    float: left;
    width: 33.33%;
  }
  .clients h5 a,
  .resource h5 a {
    font-size: 1.1em;
  }
  .resource-lft {
    float: left;
    width: 55%;
  }
  .resource-rgt {
    float: right;
    width: 45%;
  }
  .re-rgt {
    padding: 0;
    margin: 1em 0 0;
  }
  .about1-bottom1 {
    float: left;
    width: 33.33%;
  }
  h3.title {
    font-size: 1.7em;
  }
}
/*--responsive--*/
@media (max-width: 992px) {
  /*.welcome h3{
		
		margin-top:20% !important;
		}*/

  .dropdown-menu > li > a {
    margin-left: -87px;
  }

  .dropdown-menu {
    text-align: center;
    margin-left: 4.7%;
    width: 100%;
  }

  .navbar-toggle {
    padding: 9px 10px;

    margin-bottom: 5px;
    margin-top: 16px;
    background-color: transparent;
  }
  .navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: none;
  }
  .navbar-nav > li > a {
    padding: 0.8em 0em;
    font-size: 1em;
  }
  .navbar-default .navbar-toggle .icon-bar {
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }
  .navbar-nav {
    margin: 7.5px 0px;
    width: 100%;
    text-align: center;
  }
  .navbar-default .navbar-toggle {
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff;
    background: #fff;
  }
  .navigation {
    margin: 0.5em 0 0;
    float: left;
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1em;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    color: #1d0e05;
  }
}

/*--responsive--*/
@media (max-width: 667px) {
  .dropdown-menu {
    margin-left: 4.7% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -78px;
    overflow-x: hidden !important;
  }
}
/*--responsive--*/
@media (max-width: 667px) {
}
/*--responsive--*/
@media (max-width: 640px) {
  .dropdown-menu {
    margin-left: 4.7% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -82px;
    overflow-x: hidden;
  }

  .navbar-toggle {
    margin-top: 16px;
  }
  .banner-text {
    width: 60%;
    padding: 5em 2em;
  }
  .banner-text h2 {
    font-size: 1.4em;
  }
  .welcome h3 {
    font-size: 1.5em;
  }
  .cases h3 {
    font-size: 1.5em;
  }
  .news h3 {
    font-size: 1.5em;
  }
  .footer input[type="submit"] {
    width: 58%;
  }
  .footer h4 {
    font-size: 1.5em;
  }
  .banner-text h1 {
    font-size: 1.2em;
  }
  .clients h3,
  .practice h3,
  .resource h3,
  .contact h3 {
    font-size: 1.5em;
  }
  .pra-tp {
    margin: 1em 0 0;
  }
}
/*--responsive--*/
@media (max-width: 600px) {
  .dropdown-menu {
    margin-left: 3% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -50px;
    overflow-x: hidden;
  }
}
/*--responsive--*/
@media (max-width: 580px) {
  .dropdown-menu {
    margin-left: 3% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -47px;
    overflow-x: hidden;
  }

  .navbar-toggle {
    margin-top: 16px !important;
  }
}

@media (max-width: 500px) {
  .dropdown-menu {
    margin-left: 0% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -20px;
    overflow-x: hidden;
  }
}
/*--responsive--*/
@media (max-width: 484px) {
  .dropdown-menu {
    margin-left: 0% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -20px;
    overflow-x: hidden;
  }
}
@media (max-width: 1024px) {
  .dropdown-menu {
    margin-left: 2% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -39px;
    overflow-x: hidden;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /*padding-left:10.5%;*/
  }

  .head-main {
    width: 30%;
  }
  .navbar-toggle {
    margin-top: 16px !important;
  }
  .banner-text p {
    font-size: 0.875em;
  }
  .banner-text {
    width: 60%;
    padding: 2em 2em;
  }
  .banner {
    min-height: 352px;
  }
  .welcome-left {
    border-right: none !important;
    float: none;
    width: 100%;
  }
  .welcome-right {
    float: none;
    width: 100%;
    margin: 2em 0 0;
  }
  .cases {
    padding: 0em 0px;
  }
  .cases-left {
    float: left;
    width: 100%;
    margin: 0 0 2em;
  }
  .cases h3 {
    margin: 0 0 1em;
  }
  .contact-left {
    float: left;
    width: 100%;
    margin: 0 0 2em;
  }
  .footer {
    background-color: #2b2526;
    padding: 2em 0 0;
  }
  .practice-left {
    float: none;
    width: 100%;
    margin: 0 0 2em;
  }
  .clients h3,
  .practice h3,
  .resource h3,
  .contact h3 {
    margin: 0 0 1em;
  }
  .clients p,
  .practice p,
  .resource p,
  .contact p {
    font-size: 0.875em;
  }
  .pra-lft {
    float: left;
    width: 100%;
    margin-right: 0%;
  }
  .pra-rgt {
    float: left;
    width: 100%;
    margin: 1em 0 0;
  }
  .pr-rgt {
    float: left;
    width: 100%;
  }
  .pr-lft {
    float: right;
    width: 100%;
    margin: 1em 0 0;
  }
  .clients h5 a,
  .resource h5 a {
    font-size: 1em;
  }
  .clients-left {
    float: left;
    width: 100%;
    margin: 0 0 2em;
  }
  .cli-top {
    margin-bottom: 0em;
  }
  .footer input[type="text"] {
    width: 74%;
  }
  .footer input[type="submit"] {
    width: 24%;
  }
  .about1-bottom2 {
    margin-top: 3em;
  }
  .resource-lft {
    float: left;
    width: 100%;
  }
  .resource-rgt {
    float: right;
    width: 100%;
  }
  .col-md-4.about1-bottom1 {
    float: left;
    width: 100%;
  }
  .label {
    font-size: 54%;
  }
  .grid_3 {
    margin-bottom: 2em;
  }
  .grid_5 {
    background: none;
    padding: 0em 0;
  }
}

/*--responsive--*/
@media (max-width: 414px) {
  .dropdown-menu {
    margin-left: 3% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -41px;
    overflow-x: hidden;
  }

  .navbar-toggle {
    margin-right: 166px;
    margin-top: 16px !important;
  }
  .banner-text {
    width: 72%;
    padding: 2em 1em;
  }
}
/*--responsive--*/
@media (max-width: 384px) {
  .dropdown-menu {
    margin-left: 2% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -35px;
    overflow-x: hidden;
  }

  .navbar-toggle {
    margin-right: 150px;
    margin-top: 16px !important;
  }
  .header-right {
    float: right;
    width: 50%;
  }
  .head-main {
    width: 35%;
  }
}
/*--responsive--*/
@media (max-width: 375px) {
  .dropdown-menu {
    margin-left: 2% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -35px;
    overflow-x: hidden;
  }

  .head-main {
    width: 35%;
  }
  .navbar-toggle {
    margin-right: 147px;
    margin-top: 16px !important;
  }
}

@media (max-width: 360px) {
  .dropdown-menu {
    margin-left: 0% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -13px;
    overflow-x: hidden;
  }

  .navbar-toggle {
    margin-right: 138px;
    margin-top: 16px !important;
  }
}
/*--responsive--*/
@media (max-width: 275px) {
  .dropdown-menu {
    margin-left: 1% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -10px !important;
    overflow-x: hidden;
  }
}

@media (max-width: 320px) {
  .dropdown-menu {
    margin-left: 0% !important;
    width: 100%;
  }

  .dropdown-menu > li > a {
    margin-left: -40px;
    overflow-x: hidden;
  }

  .hea-rgt a {
    padding: 0.5em 0.5em;
    font-size: 0.8em;
  }
  .navbar-toggle {
    margin-right: 117px;
    margin-top: 16px !important;
  }
  .head-main h1 a {
    font-size: 1.1em;
  }
  .head-main {
    width: 34%;
  }
  .header-right {
    float: right;
    width: 50%;
  }
  .soc {
    float: left;
    margin: 0.4em 0;
    width: 47%;
  }
  .soc ul li {
    margin: 0 1px;
  }
  .banner-text {
    width: 80%;
    padding: 1em 1em 2em;
  }
  .banner-text h2 {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0;
  }
  .banner-text p {
    font-size: 0.85em;
  }
  .hvr-shutter-in-horizontal {
    padding: 0.3em 0.8em;
    font-size: 0.8em;
  }
  .banner {
    min-height: 307px;
  }
  .welcome {
    padding: 2em 0;
  }
  .welcome h3 {
    margin: 2em 0 0.8em;
  }
  .welcome-left {
    border-right: none;
    padding: 0;
  }
  .welcome-right {
    padding: 0;
  }
  .cases-left {
    padding: 0;
  }
  .news {
    padding: 0em 0;
  }
  .news-left {
    float: left;
    width: 100%;
    margin: 0 0 1em;
  }
  .header-top {
    padding: 0.5em 0px;
  }
  .header {
    padding: 0.5em 0px;
  }
  .contact-left {
    margin: 0 0 1em;
    padding: 0;
  }
  .footer input[type="text"] {
    width: 64%;
  }
  .footer input[type="submit"] {
    width: 34%;
  }
  .footer-text {
    padding: 0em 0 0.5em;
    text-align: center;
  }
  .clients,
  .practice,
  .resource,
  .contact,
  .typo {
    padding: 2em 0;
  }
  .practice-left {
    padding: 0;
  }
  .practice-right {
    padding: 0;
  }
  .pr-rgt {
    padding: 0;
  }
  .pr-lft {
    padding: 0;
  }
  .clients-left {
    padding: 0;
  }
  .resource-lft {
    padding: 0;
  }
  .resource-rgt {
    padding: 0;
  }
  .about1-bottom2 {
    margin-top: 2em;
  }
  .about1-bottom1 {
    padding: 0;
  }
  .contact-lft {
    padding: 0;
  }
  .contact-bottom {
    padding: 0;
  }
  .contact-bottom input[type="text"],
  .contact-bottom textarea {
    font-size: 0.9em;
    width: 100%;
  }
  .contact-bottom textarea {
    min-height: 150px;
  }
  .contact-bottom input[type="submit"] {
    font-size: 1em;
  }
  .banner-1 {
    min-height: 140px;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 8px 10px;
    font-size: 18px;
  }
  .table td,
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 8px !important;
  }
}

@media only screen and (min-width: 240px) and (max-width: 1024px) {
  .navbar-header {
    color: none !important;
  }
}


@media only screen and (min-width: 100px) and (max-width: 767px) {
  .NCA img {
    display: none;
  }

  .NCA span {
    display: none;
  }
}

@media (max-width: 767px) {
  .NCA img {
    margin-top: 7% !important;
    width: 100% !important;
    margin-left: -13% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-md-8.welcome-left {
    border-right: none;
  }
}

@media only screen and (max-width: 640px) and (min-width: 250px) {
  h4 {
    margin-top: -90px !important;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 980px) {
  #toplogo {
    margin-right: -50px !important;
  }
}

@media only screen and (max-width: 992px) {
  .dropdown-menu {
    position: relative;
    box-shadow: none;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  .dropdown-menu > li > a {
    font-size: 14px !important;
    border-bottom: none !important;
  }
}