.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
h1,
h2,
h3,
h5,
h6 {
  color: #13456b;
  background: url(../images/h3bg.jpg) no-repeat scroll left bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
  white-space: nowrap;
}
p {
  color: #1a1a1a;
  text-align: justify;
}
@font-face {
  font-family: "sakkal";
  src: url("../fonts/sakkal.eot");
  src: url("../fonts/sakkal.eot?#iefix") format("embedded-opentype"), url("../fonts/sakkal.svg#sakkal") format("svg"), url("../fonts/sakkal.woff") format("woff"), url("../fonts/sakkal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 158px;
  font-style: normal;
  line-height: 145px;
  color: #29abe2;
}
.flaticon-bank4:before {
  content: "\e002";
  font-size: 149px;
  line-height: 158px;
}
.flaticon-money57:before {
  content: "\e008";
  line-height: 157px;
  font-size: 154px;
}
.flaticon-ship3:before {
  content: "\e00b";
  font-size: 120px;
  line-height: 164px;
}
.flaticon-urban7:before {
  content: "\e00d";
  font-size: 124px;
  line-height: 156px;
}
.flaticon-facebook5:before {
  content: "\e004";
  font-size: 26px;
}
.flaticon-google10:before {
  content: "\e005";
  font-size: 26px;
}
.flaticon-logo:before {
  content: "\e007";
  font-size: 24px;
}
.flaticon-twitter8:before {
  content: "\e00c";
  font-size: 34px;
}
.flaticon-youtube8:before {
  content: "\e00e";
  font-size: 24px;
}
.flaticon-angle2:before {
  content: "\e000";
  font-size: 14px;
  line-height: 12px;
}
.flaticon-arrow459:before {
  content: "\e001";
}
.flaticon-black48:before {
  content: "\e003";
  font-size: 36px;
}
.flaticon-phone34:before {
  content: "\e009";
  font-size: 36px;
}
.flaticon-placeholder6:before {
  content: "\e00a";
  font-size: 36px;
}
.flaticon-house114:before {
  content: "\e006";
  font-size: 28px;
  line-height: 14px;
}
.fadetransition-backg {
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.smoothtransition {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.morecenter {
  text-align: center;
  width: 130px;
  margin: 5px auto 20px;
}
.vmore {
  margin: 0 auto;
  width: 130px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #13456b;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.vmore:hover {
  background-color: #29abe2 !important;
}
.imgframe {
  margin-bottom: 20px;
  /*border: 4px solid #ececec;*/
  text-align: center;
  height: 200px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.imgframe-inner img {
border: 4px solid #ececec;
border-radius: 50%;
padding: 2px;
	filter: saturate(0%);
	-webkit-filter: saturate(0%);
	-moz-filter: saturate(0%);
	-o-filter: saturate(0%);
	-ms-filter: saturate(0%);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.imgframe-inner:hover img {
border-color: #29abe2;
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}

.imgframe-inner {
  height: 192px;
}

.col-md-9.col-sm-6 .team-info {
margin-top: 30px;
}
/* Header Begin
================== */
header {
  height: 90px;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #0e4f81 0%, #13456b 100%);
  background-image: linear-gradient(to bottom, #0e4f81 0%, #13456b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e4f81', endColorstr='#ff13456b', GradientType=0);
  /*height: 90px; replacedbyheader-20-6-2014*/
  padding: 15px 0 5px;
  border-bottom: 1px solid #29abe2;
}
#logo a {
  display: block;
  height: 70px;
  padding: 0 10px;
  width: 234px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none !important;
  margin-top: 6px;
}
.navbar-nav {
  background-color: #13456b;
}
.nav > li:first-child > a {
  background: url(../images/sprite.png) no-repeat scroll -110px 2px !important;
  width: 32px;
  text-indent: -9999px;
  line-height: 20px;
  height: 48px;
}
.nav li a {
  color: white !important;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #29abe2;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #29abe2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #29abe2;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #29abe2;
}
.dropdown-menu {
  background-color: #13456b !important;
  margin-top: 29px !important;
  border: none !important;
}
.dropdown-header {
  color: #29abe2 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #29abe2 !important;
}
.dropdown-header {
  color: #29abe2 !important;
}
.dropdown-menu .divider {
  background-color: #0b2940 !important;
}
.searchbox {
  background-color: #29abe2;
  width: 40px;
  height: 44px;
  padding: 12px 10px;
  float: left;
}
.searchicon {
  background: url(../images/searchicon.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.er {
  background: #ff0000;
  width: 112px;
  height: 44px;
  float: left;
  text-align: center;
  line-height: 47px;
  margin-left: 8px;
  display: block !important;
  color: #fff !important;
}
.er a {
  color: white;
  white-space: nowrap;
  display: block;
}
.er a:hover, .er a:visited {
color: #fff !important;
}

.dropdown {
display: block !important;
}

/* Header End
================== */


/* Slideshow Begin
================= */
.slideshow {
  /*background: url(../images/slide1.jpg);
    width: 100%;
    height: 575px;
    background-size:cover;*/
  /*margin-top: 90px; headerreplaced*/
}
/* Slideshow End
================= */
/* Latest News Begin
==================== */
.latestnews {
  background: #29abe2;
  height: 50px;
}

.gkHighlighterInterface div a {
display: none !important;
}

.gkHighlighterInterface {
height: 50px !important;
}

.gkHighlighterInterface div {
margin: 16px 0px;
}

.gkHighlighterInterface span.text {
line-height: 52px !important;
font-family: sakkal;
font-size: 21px !important;
}

.gkHighlighterItem a, .gkHighlighterItem span {
color: #fff;
height: 50px;
line-height: 50px;
}

/* Latest News End
==================== */
/* Practice Begin
======================= */
.practice {
  margin-bottom: 20px;
  border: 4px solid #29abe2;
  text-align: center;
  height: 200px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.practice .pracicon {
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.practice:hover .pracicon {
  background-color: #29abe2;
}
.practice:hover [class^="flaticon-"]:before,
.practice:hover [class*=" flaticon-"]:before,
.practice:hover [class^="flaticon-"]:after,
.practice:hover [class*=" flaticon-"]:after {
  color: #fff;
}
.practice a:hover {
  text-decoration: none !important;
}
.pracicon {
  height: 145px;
}
.prachead {
  background: #29abe2;
  color: #fff;
  height: 47px;
  line-height: 50px !important;
  margin: 0;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.practice:hover .prachead {
  background: #fff;
  color: #29abe2;
}
/* Practice End
======================= */
/* Our Team Begin
======================== */
.teamh4h,
.teamh5h {
  text-align: center;
  text-transform: uppercase;
  font-family: open sans;
  font-weight: bold;
}
.teamh4h {
  color: #29abe2;
}
.teamh5h {
  color: #666666;
  background: none;
}
/* Our Team End
======================== */
/* MainArticles Begin
======================== */
#mainarticles {
  padding: 20px 0 50px 0;
  text-align: justify;
}
.page-header {
  padding-bottom: 9px;
  margin: 10px 0;
  border: 0;
}
/* MainArticles End
======================== */
/* Footer Begin
======================= */
footer p,
footer a {
  color: #fff !important;
}
footer a:hover {
  text-decoration: none;
}
#footer {
  background: #13456b;
  min-height: 320px;
}
.footerheading {
  color: #fff;
  font-family: sakkal;
  font-size: 28px;
}
.footerh3 {
  color: #fff;
  font-family: sakkal;
  font-size: 28px;
  background: url(../images/h3bg-footer.png) no-repeat scroll left bottom;
}
.footerh4 {
  color: #fff;
  font-family: sakkal;
  font-size: 28px;
  margin-top: 30px;
}
#copyrights {
  background: #29abe2;
  min-height: 60px;
}
.social {
  list-style: none;
  height: 32px;
  padding-left: 0;
}
.face,
.twitter,
.linkedin,
.googleplus {
  background-color: #fff;
  width: 32px;
  height: 32px;
  float: left;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.social a {
  display: block;
}
.social a:hover {
  text-decoration: none !important;
}
.face:hover,
.twitter:hover,
.linkedin:hover,
.googleplus:hover {
  background-color: #29abe2;
}
.socicon [class^="flaticon-"]:before,
.socicon [class*=" flaticon-"]:before,
.socicon [class^="flaticon-"]:after,
.socicon [class*=" flaticon-"]:after {
  color: #13456b;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  line-height: 32px;
}
.socicon:hover [class^="flaticon-"]:before,
.socicon:hover [class*=" flaticon-"]:before,
.socicon:hover [class^="flaticon-"]:after,
.socicon:hover [class*=" flaticon-"]:after {
  color: #fff;
}
.cont,
.footerpractice {
  list-style: none;
  padding-left: 0;
}
.footerpractice li {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.footerpractice li:hover {
  margin-left: 15px;
}
.cont li {
  padding-left: 35px;
  clear: both;
  margin-bottom: 12px;
}
.cont i {
  width: 35px;
  height: 35px;
  display: block;
  margin-left: -35px;
  float: left;
}
.cont span {
  float: left;
  margin-top: 8px;
  color: #fff;
}
.place {
  background: url(../images/sprite.png) no-repeat 0px -2px;
}
.phone {
  background: url(../images/sprite.png) no-repeat -35px -2px;
}
.email {
  background: url(../images/sprite.png) no-repeat -70px -2px;
}
.copyp {
  margin: 20px 0;
  color: #fff;
}
.designedby {
  margin: 10px 50px 0;
  float: right;
}
/* Footer End
======================= */
/* Joomla Modules Css Begin
============================ */
.acymailing_introtext {
  padding-bottom: 10px;
  display: block;
  padding: 15px 20px 0px;
  color: #fff;
}
.acymailing_module {
  background: #13456b;
}
.acymailing_introtext {
  padding-bottom: 10px;
  display: block;
  padding: 10px 0px 0px;
  color: #fff;
}
.acymailing_module div form {
  padding: 10px 20px 20px;
}
.acyfield_name input,
.acyfield_email input {
  text-indent: 6px;
  margin-bottom: 10px;
}
.acysubbuttons input {
  background: #29abe2;
  width: 100%;
  border-radius: 0;
}
.tp-bannertimer {
  top: 4px !important;
}
.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  height: 30px;
  margin-bottom: 0;
}
/* Joomla Modules Css End
============================ */
@media (max-width: 767px) {
  header {
    height: 85px !important;
  }
  .navbar-default {
    height: 85px !important;
  }
  .slideshow {
    /*margin-top: 85px; headerreplaced*/
  }
  #logo a {
    padding-left: 15px !important;
    width: 210px !important;
  }
  .navbar-nav {
    margin-left: -15px !important;
    margin-top: 0 !important;
  }
  .nav > li:first-child > a {
    background: none !important;
    width: 100% !important;
    text-indent: 0 !important;
  }
  .nav > li.active:first-child > a {
    background: #29abe2 !important;
  }
  .nav > li > a {
    padding: 10px 15px !important;
  }
}
@media (max-width: 992px) {
  header {
    height: 80px;
  }
  .navbar-default {
    height: 80px;
  }
  .slideshow {
    /*margin-top: 80px;    headeraddedhieght*/
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    /*margin-left: 25px;*/
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
  }
  .nav li.active a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent !important;
    border-bottom: 2px solid #29abe2;
  }
}
@media (min-width: 769px), (max-width: 991px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-top: 0;
  }
  .navbar-nav {
    margin-top: 3px;
    margin-left: 6px;
  }
  .dropdown-menu > li > a {
    font-size: 10px;
  }
  .nav > li > a {
    padding: 10px 5px;
    font-size: 10px;
    height: 42px;
    line-height: 22px;
  }
  .nav > li:first-child > a {
    background: url(../images/sprite.png) no-repeat scroll -110px 0px;
    /* !important */
    width: 32px;
    line-height: 20px;
    height: 42px;
  }
  #logo a {
    width: 190px;
    padding: 0;
  }
  .searchbox {
    width: 32px;
    height: 42px;
    padding: 10px 5px;
  }
  .er {
    width: 92px;
    height: 42px;
    line-height: 42px;
    margin-left: 4px;
    font-size: 11.5px;
  }
}
@media (min-width: 769px), (max-width: 1199px) {
  .navbar-nav {
    /*margin-left: 10px;*/
    margin-top: 4px;
  }
  .navbar-right {
    margin-top: 4px;
  }
  .dropdown-menu {
    margin-top: 19px !important;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    /*margin-left: 100px; /*45*/
    margin-top: 4px !important;
  }
  .dropdown-menu {
    margin-top: 24px !important;
  }
  .nav > li {
    margin-right: 12px;
  }
  .nav > li > a {
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 12px 5px !important;
    height: 47px !important;
  }
  .er {
    width: 112px !important;
    height: 44px !important;
  }
  .searchbox {
    width: 40px !important;
    height: 44px !important;
    padding: 12px 10px !important;
  }
}
@media (min-width: 992px), (max-width: 1199px) {
  .navbar-nav {
    margin-left: 8px ;
  }
  .dropdown-menu > li > a {
    font-size: 11px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin-left: 100px;
    /*45*/
    margin-top: 4px;
  }
  .nav > li {
    margin-right: 10px;
  }
  .dropdown-menu > li > a {
    font-size: 14px !important;
  }
  #logo a {
    padding: 0 10px;
    width: 234px !important;
  }
}