@font-face {
  font-family: "Genericons";
  src: url("fonts/genericons/genericons-regular-webfont.eot");
  src: url("fonts/genericons/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/genericons/genericons-regular-webfont.woff") format("woff"),
    url("fonts/genericons/genericons-regular-webfont.ttf") format("truetype"),
    url("fonts/genericons/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;

  padding: 0;
  vertical-align: baseline;
}


:focus {
  outline: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

body {
  color: #555555;
  font-family: "Open Sans", Arial, Genericons, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  font-weight: 100;
  min-width: 1280px;
}

img {
  max-width: 100%;
  border: 0 none;
}

#container {
  width: 90%;
  margin: 40px auto;
}



img.site-logo,
.site-title {
  max-width: 29%;
  height: auto;
  padding: 5px 0;
  float: left;
  font-size: 45px;
  font-weight: 700;
}

#header-content {
  /* width: 90%; */
  margin: auto;
  position: relative;
}

#header.smallheader {
  position: fixed;
  left: 0;
  height: 90px;
  width: 100%;
  border-top-width: 0;
}

#header.smallheader #top-menu-con {
  display: none;
}

#header.smallheader #header-content img.site-logo,
#header.smallheader #header-content .site-title {
  max-height: 45px;
  width: auto;
  font-size: 20px;
}

.site-title-hidden {
  display: none;
}

iframe {
  max-width: 100%;
  max-height: 100%;
}

#content {
  float: left;
  width: 70%;
}

#content-full {
  width: 100%;
}

.content-ver-sep {
  background: none repeat scroll 0 0 #cccccc;
  border-bottom: 1px solid #ffffff;
  clear: both;
  height: 1px;
}

.lsep {
  background: url("images/lsep.png") no-repeat scroll center top transparent;
  clear: both;
  height: 5px;
  margin: 10px auto;
  max-width: 90%;
}

#right-sidebar {
  float: right;
  width: 25%;
}

#footer {
  background-color: #0C3376;
  /* border-bottom: 50px solid #141414; */
  border-top: 10px solid #0C3376;
  clear: both;
  padding: 0 0 20px;
  width: 100%;
}

.versep {
  background: #141414;
  border-bottom: 1px solid #141414;
  border-top: 80px solid #333333;
  height: 2px;
}

#footer-content {
  width: 90%;
  margin: 0 auto;
}



#main-menu-con ul {
  list-style: none outside none;
}

#main-menu-con li {
  float: left;
  position: relative;
  margin: 0 1px;
}

#main-menu-con a {
  color: #006;
  display: inline-block;
  font-size: 15px;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  opacity: 1;
  transition: all 1s;
}

#main-menu-con a:hover,
#main-menu-con .selected a,
#main-menu-con .current-menu-item>a,
#main-menu-con .current-menu-ancestor>a,
#main-menu-con .current_page_item>a,
#main-menu-con .current_page_ancestor>a {
  /* background: #006; */
  
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.menu-item-has-children{
  /* background-color: black; */

}
.children{
  background-color: black;

}

#main-menu-con li ul {
  float: left;
  position: relative;
  margin: 0;
}



#main-menu-con ul li ul li {
  margin: 0;
}

#main-menu-con ul ul ul {
  left: 100%;
  top: 0;
}

#main-menu-con ul ul a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #ffffff;
  padding: 9px 15px;
  width: 200px;
  text-align: left;
  text-transform: none;
  font-weight: 100;
  border-radius: 0;
}

#main-menu-con ul ul a:hover,
#main-menu-con ul ul .current-menu-item>a,
#main-menu-con ul ul .current-menu-ancestor>a,
#main-menu-con ul ul .current_page_item>a,
#main-menu-con ul ul .current_page_ancestor>a {
  background: rgba(0, 0, 0, 0.15);
  color: #eeeeee;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

#main-menu-con ul ul li:last-child>a {
  border: none;
}



#main-menu-con ul li:hover>ul {
  display: block;
}


.mobile-menu {
  color: #ffffff;
  background: #03d56b;
  padding: 10px 0;
  font-size: 17px;
  display: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  line-height: 1;
}

@media (max-width: 768px) {
.mobile-menu {
    color: #ffffff;
    background: #03d56b;
    padding: 10px 0;
    font-size: 17px;
    display: none;
    cursor: pointer;
    width: 24%;
    text-align: center;
    position: relative;
    z-index: 9;
    line-height: 1;
}
  }

.mobile-menu::before {
  /* content: "\f419"; */
  font-size: 20px;
  padding-right: 10px;
}

#top-menu-con {
  min-height: 40px;
  display: block;
  float: right;
  width: 70%;
  padding: 7px 0 0 0;
}

#top-menu-con ul.menu {
  list-style: none outside none;
  display: table;
  float: right;
}


#top-menu-con .menu li {
  float: left;
  position: relative;
  margin: 0 3px;
}

#top-menu-con .menu a {
  color: #777777;
  display: inline-block;
  font-size: 13px;
  padding: 5px 5px 5px 15px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  opacity: 1;
  text-shadow: 0 1px 0 #ffffff;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

#top-menu-con .menu a:before {
  content: "\f431";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%) rotate(270deg);
  font-family: Genericons, sans-serif;
  line-height: 0;
  font-size: 17px;
}

#top-menu-con .menu a:hover {
  background: #dddddd;
  color: #777777;
}

#top-menu-con #searchform {
  margin-top: 3px;
  height: 31px;
  float: right;
}

#top-menu-con input#s {
  padding: 5px 10px;
  min-width: 100px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  border-color: #dddddd;
  background: #ffffff;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: ease;
  width: 72px;
  color: #aaaaaa;
}

#top-menu-con #searchsubmit {
  background: url(lenses.png) no-repeat scroll center center #006;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 20px;
  text-indent: -90000px;
  margin-left: -5px;
  height: 100%;
}

#top-menu-con input#s:focus {
  width: 150px;
  color: #777777;
  background: #ffffff;
}

.connumber {
  float: right;
  padding: 5px 10px;
  font-weight: 500;
}

.connumber:before {
  line-height: 1;
  padding-right: 5px;
  float: left;
}

.post-meta {
  display: table;
  font-weight: 500;
  margin: 5px 0 10px;
  line-height: 2;
}

.up-bottom-border span:before {
  padding-right: 5px;
  font-size: 20px;
}

.post-meta span {
  padding-right: 20px;
}

.widget {
  display: block;
  word-wrap: break-word;
  text-align: left;
}

#right-sidebar .widget {
  background: #eeeeee;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
}

#right-sidebar .widget {
  background: -webkit-linear-gradient(-45deg, #eeeeee 50%, #dddddd 50%);
  background: -moz-inear-gradient(-45deg, #eeeeee 50%, #dddddd 50%);
  background: -o-linear-gradient(-45deg, #eeeeee 50%, #dddddd 50%);
  background: -ms-linear-gradient(-45deg, #eeeeee 50%, #dddddd 50%);
  background: linear-gradient(-45deg, #eeeeee 50%, #dddddd 50%);
  background-size: 100% 100%;
}

.widget .widget-title {
  color: #05d24d;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

#right-sidebar .widget-title {
  margin: -15px -15px 5px;
  padding: 7px;
  color: #ffffff;
  text-align: center;
}

#right-sidebar .widget-title,
h1.page-title {


  background-size: 110% 100%;
}

.widget {
  display: block;
  word-wrap: break-word;
}

#right-sidebar .widget {
  background: #eeeeee;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
}

.widget .widget-title {
  color: #fff;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

#right-sidebar .widget-title {
  margin: -15px -15px 5px;
  padding: 7px;
  color: #ffffff;
  text-align: center;
}

#right-sidebar .widget,
#right-sidebar .widget li,
#right-sidebar .widget a {
  color: #555555;
  text-decoration: none;
}

#right-sidebar .widget a:hover {
  color: #333333;
  text-decoration: underline;
}

#right-sidebar .widget ul,
#right-sidebar .widget ul {
  margin: 0 0 10px 15px;
}

#right-sidebar .widget li {
  list-style: square outside none;
  padding: 5px 0;
}

#footer-sidebar .widget {
  margin-bottom: 30px;
}

#footer-sidebar .first-footer-widget {
  float: left;
  width: 22%;
  min-width: 200px;
  min-height: 1px;
}

#footer-sidebar .footer-widgets {
  margin-left: 4%;
  float: left;
  width: 22%;
  min-width: 200px;
  min-height: 1px;
}

#footer-sidebar .widget,
#footer-sidebar .widget li,
#footer-sidebar .widget a {
  color: #aaaaaa;
  text-decoration: none;
}

#footer-sidebar .widget a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer-sidebar .widget ul,
#footer-sidebar .widget ul {
  margin: 0 0 10px 15px;
}

#footer-sidebar .widget li {
  list-style: square outside none;
  padding: 5px 0;
}

#right-sidebar input#s,
#footer-sidebar input#s {
  width: 60%;
  min-width: 100px;
}

#right-sidebar form#searchform input[type="submit"],
#footer-sidebar form#searchform input[type="submit"] {
  padding: 8px 7px;
}

.textwedget {
  width: 100%;
}

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 10px;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-decoration: none;
  font-family: "Monda", Arial, Genericons, sans-serif;
}

.utext {
  text-transform: uppercase;
}

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 10px;
}

ul,
ol {
  /* margin: 0 0 10px 25px; */
}

ul {
  list-style: square outside none;
}

ol {
  list-style: decimal outside none;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

cite,
i {
  font-style: italic;
}

em {
  font-weight: 700;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  color: #141414;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #777777;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  font-size: 70%;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

address {
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 5px 10px;
  text-align: right;
}

embed {
  max-width: 100%;
}

/*Gallery Post
----------------------------*/
.gallery {
  margin: 0 -10px;
  text-align: center;
}

.gallery-item {
  margin: 20px 10px;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.gallery-item img {
  border: none !important;
  padding: 0 !important;
  width: 100%;
}

.gallery-caption {
  clear: both;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 1px;
  position: relative;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: calc(100% - 20px);
}

.gallery-columns-2 .gallery-item {
  width: calc(50% - 20px);
}

.gallery-columns-3 .gallery-item {
  width: calc(33.333% - 20px);
}

.gallery-columns-4 .gallery-item {
  width: calc(25% - 20px);
}

.gallery-columns-5 .gallery-item {
  width: calc(20% - 20px);
}

.gallery-columns-6 .gallery-item {
  width: calc(16.666% - 20px);
}

.gallery-columns-7 .gallery-item {
  width: calc(14.285% - 20px);
}

.gallery-columns-8 .gallery-item {
  width: calc(12.5% - 20px);
}

.gallery-columns-9 .gallery-item {
  width: calc(11.111% - 20px);
}

#content .gallery .attachment-cat-page {
  margin: 0 auto;
  float: none;
}

.wp-video,
.wp-audio {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mejs-controls button {
  box-shadow: none;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #006;
  text-decoration: none;
}

a:hover {
  color: #149755;
}

b,
strong {
  font-weight: bold;
}

.displaynone {
  display: none;
}

.clear {
  clear: both;
}

table {
  background-color: #eeeeee;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 5px;
  min-width: 200px;
  color: #333333;
}

td {
  padding: 5px 7px;
  vertical-align: top;
}

.calendar_wrap {
  background: #ffffff;
  box-shadow: none;
}

#wp-calendar {
  width: 100%;
  border: none;
  box-shadow: none;
  background: #ffffff;
  padding: 0;
  margin: 0;
}

#wp-calendar th {
  text-align: center;
}

#wp-calendar td {
  color: #555555;
  border: 1px solid #f6f6f6;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

#wp-calendar td:hover {
  background: #e6e6e6;
}

#wp-calendar td#prev,
#wp-calendar td#next,
#wp-calendar td.pad {
  border: none;
}

#wp-calendar caption {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

#wp-calendar a {
  font-size: 15px;
  font-weight: 700;
  background: #ccc;
  display: block;
  line-height: 2.3;
  color: #555 !important;
  margin: -5px -7px;
}

#wp-calendar a:hover {
  background: #555555;
  color: #ffffff !important;
}

th {
  font-weight: bold;
  line-height: 1;
  padding: 5px 7px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #cccccc;
}

caption {
  color: #555555;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
.titlewrap input,
select {
  background: #dddddd;
  border-radius: 3px;
  /*font-size: 14px;*/
  /*padding: 10px 7px;*/
  width: 98%;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

input[type="password"] {
  width: 200px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
.titlewrap:focus input:focus,
select:focus {
  background: none repeat scroll 0 0 #f0f0f0;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"],
.contactcontainer input[type="submit"] {
  background: #006;
  background-image: -moz-linear-gradient(top, #03d56b, #149755);
  background-image: -ms-linear-gradient(top, #03d56b, #149755);
  background-image: -o-linear-gradient(top, #03d56b, #149755);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 5px;
  color: #ffffff;
  font-size: 19px;
  padding: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.contactcontainer input[type="submit"]:hover {
  /* background: #149755; */

  text-decoration: none;
}

button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
  position: relative;
  top: 1px;
}

input#s {
  width: 70%;
  min-width: 235px;
}

.sticky:before {
  content: "\f005 \f005 \f005";
  letter-spacing: 10px;
  font-size: 20px;
  padding: 5px;
  display: block;
  text-align: center;
  background: #aaaaaa;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.sticky .post-container {
  border-radius: 0 0 5px 5px;
}

.gallery-caption {
  clear: both;
  width: 95%;
}

.bypostauthor {}

#container,
#content,
#content-full {
  font-size: 14px;
  /* text-align: justify; */
}

#content-full #content {
  width: 100%;
}

#content img,
#content-full img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

#content img.wp-smiley,
#content-full img.wp-smiley {
  border: none;
  box-shadow: none;
}

.bannerimage {
  margin: 20px auto;
  width: 90%;
}

.bannerimage img {
  width: 100%;
}

.featured-boxs {
  padding: 0 0 10px;
  display: block;
  margin: 70px -2.4% 0;
  text-align: center;
}

.featured-box {
  width: 21.5%;
  background: #ffffff;
  min-width: 200px;
  margin: 0 1.5% 20px;
  display: inline-block;
  text-align: justify;
  vertical-align: top;
  border: 1px solid #eeeeee;
  padding: 8px;
  border-radius: 5px;
  ransition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.featured-box:hover {
  background: #f6f6f6;
  margin-top: -10px;
}

.featured-box h3.ftitle {
  font-weight: 100;
  font-size: 25px;
  color: #141414;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.box-icon {
  border-radius: 150px;
  display: block;
  font-size: 40px;
  height: 115px;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 30px;
  text-align: center;
  width: 115px;
  border: 2px solid #ffffff;
  color: #ffffff;
  box-shadow: 0 0 0 130px #05d24d inset;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.featured-box:hover .box-icon {
  color: #05d24d;
  box-shadow: 0 0 0 3px #ffffff inset;
  border: 2px solid #05d24d;
  background: #ffffff;
}

.featured-box:hover h3.ftitle {
  color: #05d24d;
}

#fpblog-box-item.bqpcontainer .featured-box {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

.bqpcontainer {
  padding: 30px 0 0;
  min-height: 300px;
}

.bqpcontainer .tesheading {
  color: rgba(0, 0, 0, 0.7);
}

.bqpcontainer .tesheading .read-more {
  margin: 10px 0 0 0;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 15px;
  position: absolute;
  right: 5%;
  border-radius: 3px;
}

.bqpcontainer .tesheading .read-more:after {
  font-size: 20px;
}

.bqpcontainer .featured-boxs {
  margin: 0 -2.4% 0;
}

.bqpcontainer .featured-box {
  width: 46.5%;
  padding: 0;
  margin: 0 1.5% 40px;
  overflow: hidden;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #eeeeee #eeeeee #05d24d #eeeeee;
}

.attachment-searchlight-fpage-thumb {
  width: 100%;
  height: auto;
  position: relative;
}

.fppost-content {
  padding: 7px;
}

.bqpcontainer .featured-box:hover {
  margin-top: 0;
  border-bottom: 5px solid #149755;
}

.bqpcontainer .featured-box:hover .read-more {
  background: #149755;
}

.bqpcontainer .fpthumb {
  max-height: 17vw;
}

.bqpcontainer .fpthumb img {
  min-height: 17vw;
}

.fpthumb {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.effect img {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.effect:hover img {
  opacity: 0.9;
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

blockquote,
q {
  background: #dddddd;
  background: rgba(200, 200, 200, 0.1);
  border-left: 10px solid #cccccc;
  margin: 20px 10px;
  padding: 10px;
  quotes: "<<" ">>";
}

blockquote:before,
q:before {
  color: #cccccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  font-family: Georgia, serif;
}

blockquote:after,
q:after {
  color: #cccccc;
  content: "\201D";
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.2em;
  vertical-align: -0.4em;
  font-family: Georgia, serif;
}

blockquote p,
q p {
  display: inline;
}

#container .attachment-thumbnail {
  border: 1px solid #aaaaaa;
  border-radius: 3px 3px 3px 3px;
  margin: 0px 15px 10px 0;
  padding: 3px;
  float: left;
}

#container .gallery .attachment-thumbnail {
  float: none;
  margin: 5px auto;
}

h1.page-title,
h1.arc-post-title {
  font-size: 40px;
  text-align: left;
  color: #149755;
  font-weight: 500;
}

.entrytext h1.page-title {
  color: #ffffff;
  margin: -25px -20px 15px;
  padding: 5px 20px;
  text-align: center;
}

h2.post-title,
h2.commentsbox,
h3#reply-title,
h2.post-title-color {
  font-size: 35px;
}

h2.commentsbox:before {
  font-size: 35px;
  padding-right: 10px;
}

.searchinfo h1.page-title {
  background: transparent;
  color: #149755;
}

.entrytext {
  padding: 10px 20px 10px;
}

h3.arc-src {
  text-transform: uppercase;
  color: #149755;
  font-size: 20px;
}

h3 span {
  color: #fff;
}

.post,
.hentry,
.no-results {
  margin-bottom: 40px;
}

.post-container {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}

.post-container .fpthumb {
  max-height: 25vw;
}

.post-container a {
  transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -webkit-transition: all 2s;
}

.post-container .fpthumb img {
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -webkit-transition: all 2s;
}

.post-container:hover .fpthumb img {
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.read-more {
  font-size: 13px;
  font-weight: 300;
  padding: 5px 7px;
  margin: 11px -7px 0 0;
  float: right;
  text-transform: uppercase;
  background: #05d24d;
  color: #ffffff;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.read-more::after {
  content: "\f429";
  font-size: 25px;
  padding-left: 5px;
  line-height: 0.5;
  padding-top: 3px;
}

.read-more:hover {
  background: #149755;
  opacity: 1;
  color: #ffffff;
}

.up-bottom-border {
  background: #eeeeee;
  border-top: 1px solid #dddddd;
  display: block;
  padding: 5px 15px;
  margin-top: 15px;
  overflow: hidden;
}

.up-bottom-border,
.up-bottom-border a,
.up-bottom-border a:hover {
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.page-link {
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

.page-link:before {
  font-size: 25px;
  margin-right: 5px;
  padding: 10px 0;
  position: relative;
  top: 3px;
}

.page-link a {
  background: #05d24d;
  border-radius: 150px 150px 150px 150px;
  color: #ffffff;
  padding: 3px 10px;
}

.floatleft {
  float: left;
  width: 47%;
  min-width: 200px;
}

.floatright {
  float: right;
  width: 47%;
  min-width: 200px;
}

.up-bottom-border .floatleft {
  padding: 10px;
  text-align: left;
  font-weight: 700;
}

.up-bottom-border .floatright {
  padding: 10px;
  text-align: right;
  font-weight: 700;
}

#page-nav .alignright {
  text-align: right;
}

#page-nav .alignleft {
  text-align: left;
}

#page-nav a {
  border-width: 1px;
  font-size: 17px;
  font-weight: 500;
  padding: 10px;
}

#page-nav a:before {
  font-size: 25px;
}

.commentsbox {
  border-bottom: 1px solid #eeeeee;
}

#comments .commentlist {
  margin: 0;
}

#comments .watermark {
  color: rgba(150, 150, 150, 0.7);
  font-size: 17px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
}

#comments .comment-author cite,
#comments .comment-author cite a {
  color: #149755;
  letter-spacing: 3px;
  font-style: normal;
  font-weight: bold;
}

#comments img.avatar {
  border: 5px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #aaaaaa;
  height: 80px;
  left: 0;
  position: absolute;
  width: 80px;
}

#comments ul.children {
  padding: 0;
}

.comment-body {
  background: #eeeeee;
  border-radius: 5px;
  padding: 10px;
}

.comment-body:after {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #eeeeee;
  border-top: 15px solid transparent;
  content: "";
  margin: 0 0 0 -25px;
  position: absolute;
  top: 60px;
}

#comments .commentlist li.comment {
  line-height: 19px;
  margin: 0 0 5px;
  padding: 20px 0 0 115px;
  position: relative;
}

#comments .comment-body p:last-child {
  margin-bottom: 6px;
}

#comments .comment-meta,
#comments .comment-meta a:link,
#comments .comment-meta a:visited {
  color: #aaaaaa;
  font-size: 12px;
  padding-bottom: 10px;
  text-shadow: none;
}

#comments .commentlist .children li {
  border-top: 2px solid #ffffff;
  list-style: none outside none;
  margin: 0 0 0 -25px;
}

#comments .commentlist li:last-child {
  border-bottom: medium none;
  ist-style: none outside none;
}

#comment-form {
  max-width: 650px;
}

#respond .required {
  color: #149755;
  font-weight: bold;
  position: absolute;
}

#comments ol.commentlist,
#comments li.commentlist {
  padding: 0;
  list-style: none;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#cancel-comment-reply-link {
  font-weight: normal;
  line-height: 18px;
}

#respond input {
  margin: 0 0 9px;
}

#respond textarea {
  width: 98%;
}

#respond .form-allowed-tags {
  font-size: 13px;
  line-height: 18px;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond .form-submit {
  margin: 12px 0;
}

#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

#main-menu-con.gobottom {
  position: absolute;
  bottom: 0;
  right: 5%;
}

#top-menu-con.displaynone {
  display: none;
}

.go-top:after {
  content: "\f432";
}

.go-top {
  background: #03d56b;
  border-radius: 150px;
  bottom: 10px;
  color: #ffffff;
  display: none;
  font-size: 20px;
  opacity: 0.5;
  padding: 10px;
  position: fixed;
  right: 10px;
  width: 45px;
  height: 45px;
  line-height: 1.3;
  text-align: center;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}

.go-top:hover {
  opacity: 0.9;
  color: #ffffff;
}

.headerheight {
  display: block;
  clear: both;
  height: 1px;
  margin-bottom: -23px;
}

#footer-sidebar {
  overflow: hidden;
}

#creditline {
  color: #eeeeee;
  font-size: 13px;
  margin-bottom: -55px;
  text-align: center;
}

#creditline a {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  outline: medium none;
  padding: 0;
  vertical-align: middle;
}


.box90 {
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* Hero Section Styling */
.hero-section {

  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* Carousel Styling */
.carousel {
  border-radius: 3px;
  overflow: hidden;
}

.carousel-item img {
     
height: 430px;
 /* object-fit: cover; */
  /* filter: brightness(0.8); */
}

.carousel-caption {
  bottom: 30%;
  text-align: left;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.carousel-caption p {
  font-size: 1.2rem;
}

/* Enquiry Form Styling */
.enquiry-form-container {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 10;
  width: 350px;
}

.enquiry-form {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.form-header {
  text-align: center;
  margin-bottom: 20px;
}

.form-header h3 {
  color: #2c3e50;
  font-weight: 700;
}

.form-header p {
  color: #7f8c8d;
  font-size: 0.9rem;
}

.input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8c8d;
}

.form-control {
  /*padding-left: 40px !important;*/
  height: 45px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.form-control:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #2980b9, #3498db);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(41, 128, 185, 0.4);
}

.form-footer {
  text-align: center;
  margin-top: 15px;
  color: #95a5a6;
  font-size: 0.8rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .enquiry-form-container {
    position: static;
    transform: none;
    width: 100%;
    max-width: 500px;
    margin: -50px auto 0;
  }

  .carousel-item img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .carousel-caption h2 {
    font-size: 1.8rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }

  .carousel-item img {
           height: 140px;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* 
==================== Social Links ========== */
.social {
  display: table;
  margin: -70px auto 30px;
  padding: 0 10px 10px;
  text-align: center;
}

.social a {
  background: rgba(0, 0, 0, 0.15);
  background: linear-gradient(-45deg, #111111 50%, rgba(0, 0, 0, 0.15) 50%);
  background-size: 100% 100%;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 1.7;
  margin: 0 5px;
  text-align: center;
  width: 50px;
  transition: all 1s;
}

.social a:hover {
  transform: rotate(360deg);
}

.social a::before {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-family: Genericons, sans-serif;
}

/* sunil  */
#header {
  background: linear-gradient(135deg, #0c3376 0%, #0c3376 51%, #000000 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.whylogo {
  height: 55px;
  
}

.whylogo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

#main-menu-con {
  transition: all 0.4s ease;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-menu {
  display: flex;
  align-items: center;
  gap: 5px;
}

#main-menu>li {
  position: relative;
}

#main-menu>li>a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 11px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#main-menu>li>a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}
.owl-carousel .item {
            margin: 10px;
        }
        .owl-carousel .item img {
            display: block;
            width: 100%;
            height: auto;
        }
        .owl-nav {
            text-align: center;
            margin-top: 10px;
        }
        .owl-nav button {
            background: #333 !important;
            color: #fff !important;
            margin: 0 5px;
            padding: 5px 10px !important;
            font-size: 18px !important;
            border-radius: 4px;
        }
#main-menu .children,
#main-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  /* background: white; */
  min-width: 240px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 100;
  border-radius: 6px;
  padding: 8px 0;
  border-top: 3px solid #2989d8;
}

#main-menu>li.menu-item-has-children>.sub-menu {
  width: 700px;
  left: 50%;
  transform: translate(-50%, 15px);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#main-menu>li.menu-item-has-children>.sub-menu>li {
  flex: 1;
  min-width: 220px;
  padding: 15px;
}

#main-menu>li.menu-item-has-children>.sub-menu>li>a {
  font-weight: 700;
  /* color: #1a3a6e; */
  border-bottom: 1px dashed #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

.sub-menu .sub-menu {
  position: static !important;
  box-shadow: none !important;
  border: none !important;
  padding: 5px 0 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.sub-menu .sub-menu li {
  padding: 0 !important;
}

.sub-menu .sub-menu a {
  padding: 8px 0 !important;
  font-size: 14px !important;
}

#main-menu li:hover>.children,
#main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#main-menu>li.menu-item-has-children:hover>.sub-menu {
  transform: translate(-50%, 0);
      /* margin-left: 102px; */
}

@media only screen and (max-width: 600px) {
#main-menu>li.menu-item-has-children:hover>.sub-menu {
  transform: translate(-5%, 0);
      /* margin-left: 102px; */
}

}

#main-menu .children li,
#main-menu .sub-menu li {
  position: relative;
}

#main-menu .children a,
#main-menu .sub-menu a {
  /* color: #444; */
  padding: 10px 20px;
  display: block;
  transition: all 0.2s ease;
  font-size: 15px;
}

#main-menu .children a:hover,
#main-menu .sub-menu a:hover {
  /* background: #f5f9ff;
  color: #1a3a6e; */
  padding-left: 25px;
}

.mobile-menu {
  display: none;
  /* color: white; */
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  order: 1;
}

@media (max-width: 768px) {
  .header-flex {
    /* flex-wrap: wrap; */
    padding: 10px;
  }

  .mobile-menu {
    display: block;
  }

  #main-menu-con {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    order: 3;
  }

  #main-menu-con.active {
    max-height: 1000px;
    padding: 10px 0;
  }

  #main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  #main-menu>li {
    width: 100%;
    margin: 2px 0;
  }

  #main-menu>li>a {
    padding: 12px 20px;
  }

  #main-menu .children,
  #main-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
    /* background: rgba(255, 255, 255, 0.08); */
    margin-top: 5px;
    padding: 0;
    width: 100% !important;
  }

  #main-menu>li.menu-item-has-children>.sub-menu.active {
    display: block !important;
  }

  #main-menu .sub-menu .sub-menu {
    margin-left: 15px;
  }

  #main-menu li:hover>.children,
  #main-menu li:hover>.sub-menu {
    /* display: block; */
  }

  #main-menu .children a,
  #main-menu .sub-menu a {
    color: white;
    padding: 10px 25px;
  }

  #main-menu .children a:hover,
  #main-menu .sub-menu a:hover {
    background: rgba(255, 255, 255, 0.15);
    padding-left: 30px;
  }
}

.menu-item-has-children>a::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 8px;
  font-size: 12px;
  display: inline-block;
  transition: transform 0.3s ease;
}

#main-menu>li:hover>a::after {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .menu-item-has-children>a::after {
    content: '\f054';
    float: right;
    margin-top: 3px;
  }

  #main-menu>li:hover>a::after {
    transform: rotate(90deg);
  }
}

/* Animation for main menu items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#main-menu li {
  animation: fadeInUp 0.4s ease forwards;
  opacity: 0;
}

#main-menu li:nth-child(1) {
  animation-delay: 0.1s;
}

#main-menu li:nth-child(2) {
  animation-delay: 0.2s;
}

#main-menu li:nth-child(3) {
  animation-delay: 0.3s;
}

#main-menu li:nth-child(4) {
  animation-delay: 0.4s;
}

#main-menu li:nth-child(5) {
  animation-delay: 0.5s;
}

#main-menu li:nth-child(6) {
  animation-delay: 0.6s;
}

#main-menu li:nth-child(7) {
  animation-delay: 0.7s;
}

@media (max-width: 992px) {
  #main-menu-con {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  #main-menu-con.active {
    display: block;
  }
  #main-menu {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .menu-item-has-children > a::after {
    content: " ▼";
    float: right;
  }
  .sub-menu,
  .children {
    display: none;
    flex-direction: column;
    padding-left: 15px;
  }

  .menu-item-has-children.active > .sub-menu,
  .menu-item-has-children.active > .children {
    display: block;
  }
  li {
    list-style: none;
  }
}

.marquee-custom {
  color: red;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.5px;
}
.marquee-custom span {
  display: inline-block;
}
.footer-logo {
    width: 76px;
    margin-left: 54px;
}

.text-dark{
  font-size: 12px;
}
.social-icon {
  margin-left: 12px;
  font-size: 1.5rem;
  text-decoration: none;
}

.social-icon:first-child {
  margin-left: 0;
}

.social-icon.facebook i {
  color: #1877f2; /* Facebook blue */
}

.social-icon.youtube i {
  color: #ff0000; /* YouTube red */
}

.social-icon.linkedin i {
  color: #0a66c2; /* LinkedIn blue */
}

.social-icon.instagram i {
  color: #e4405f; /* Instagram pink/red */
}

.social-icon.twitter i {
  color: #1da1f2; /* Twitter blue */
}

.social-icon.whatsapp i {
  color: #25d366; /* WhatsApp green */
}
@media only screen and (max-width: 600px) {
.whylogo {
    height: 36px;
  
}
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}


.navbar .nav-link {
  color: white !important;
  font-size: 14px;
  
}

.nav-link {
  padding: 0 17px !important;
}

  /* .menu-item-has-children > .sub-menu,
.menu-item-has-children > .children {
  display: none !important;
}

.menu-item-has-children.active > .sub-menu,
.menu-item-has-children.active > .children {
  display: block !important;
} */
.ml-auto1 {
   margin-left: 92px;
  
}
@media only screen and (max-width: 600px) {
.ml-auto1 {
   margin-left: 2px;
  
}
}

  /* Floating Buttons Container */
  .floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 15px;
    z-index: 999;
  }
  
  /* WhatsApp Button */
  .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s;
  }
  
  .btn-whatsapp-pulse:hover {
    transform: scale(1.1);
  }
  
  /* Phone Button */
  .btn-phone-pulse {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .phone-link {
    color: white;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s;
    position: relative;
  }
  
  /* Color Variations - Choose one */
  .phone-blue {
   background: #ff0000;
  }
  .phone-blue:hover {
    background: #ff0000;
  }
  
  .phone-purple {
    background: #9b59b6;
  }
  .phone-purple:hover {
    background: #8e44ad;
  }
  
  .phone-red {
    background: #e74c3c;
  }
  .phone-red:hover {
    background: #c0392b;
  }
  
  .phone-orange {
    background: #e67e22;
  }
  .phone-orange:hover {
    background: #d35400;
  }
  
  .phone-pink {
    background: #e84393;
  }
  .phone-pink:hover {
    background: #fd79a8;
  }
  
  .phone-link:hover {
    transform: scale(1.1);
  }
  
  .phone-number {
    position: absolute;
    white-space: nowrap;
    background: #333;
    color: white;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    bottom: 70px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  
  .phone-link:hover .phone-number {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  /* Animation */
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }


  .contact-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    /* Contact Cards */
    .contact-card {
        background: white;
        border-radius: 12px;
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid rgba(0,0,0,0.03);
    }
    
    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }
    
    .contact-header {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
        gap: 20px;
    }
    
    .contact-icon {
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 24px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    .contact-icon-sm {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
        font-size: 16px;
    }
    
    .contact-card h2 {
        color: #2c3e50;
        margin: 0 0 5px 0;
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .location-badge {
        color: #6c757d;
        font-size: 0.9rem;
        margin: 0;
    }
    
    .location-badge i {
        margin-right: 5px;
    }
    
    .contact-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    
    .contact-item p {
        margin: 0;
        color: #495057;
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .contact-item .text-muted {
        color: #6c757d;
        font-size: 0.9rem;
    }
    
    /* Color Classes */
    .bg-primary { background-color: #3498db; }
    .bg-danger { background-color: #e74c3c; }
    .bg-success { background-color: #2ecc71; }
    .bg-light { background-color: #f8f9fa; }
    .text-danger { color: #e74c3c; }
    .text-success { color: #2ecc71; }
    .text-warning { color: #f39c12; }
    
    /* Contact Form */
    .contact-form-section {
        background: white;
        border-radius: 12px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        /* height: 100%; */
        border: 1px solid rgba(0,0,0,0.03);
    }
    
    .form-header {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .form-header h1 {
        color: #2c3e50;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .form-header p {
        color: #6c757d;
        font-size: 1rem;
        margin: 0;
    }
    
    .form-group {
        margin-bottom: 25px;
        position: relative;
    }
    
    .input-with-icon {
        position: relative;
    }
    
    .input-with-icon i {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 18px;
    }
    
    .form-control {
        padding: 15px 15px 15px 45px;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        font-size: 1rem;
        width: 100%;
        transition: all 0.3s;
        background-color: #f8f9fa;
    }
    
    .form-control:focus {
        border-color: #3498db;
        box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
        background-color: white;
    }
    
    textarea.form-control {
        min-height: 150px;
        padding-top: 15px;
    }
    
    .form-check-group {
        margin: 20px 0;
        padding-left: 30px;
        position: relative;
    }
    
    .form-check-input {
        position: absolute;
        left: 0;
        top: 3px;
    }
    
    .form-check-label {
        color: #495057;
        font-size: 0.95rem;
        display: block;
        line-height: 1.5;
    }
    
    .info {
        color: #3498db;
        text-decoration: none;
        font-weight: 600;
    }
    
    .info:hover {
        text-decoration: underline;
    }
    
    .recaptcha-container {
        margin: 30px 0;
    }
    
    .btn-submit {
        background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
        color: white;
        border: none;
        padding: 15px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 8px;
        width: 100%;
        transition: all 0.3s;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    }
    
    .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    }
    
    .btn-submit i {
        margin-right: 8px;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 991.98px) {
        .contact-section {
            padding: 60px 0;
        }
        
        .contact-info-section {
            padding: 0 15px;
        }
        
        .contact-form-section {
            margin-top: 40px;
        }
    }
    
    @media (max-width: 767.98px) {
        .contact-section {
            padding: 40px 0;
        }
        
        .contact-card {
            padding: 25px;
        }
        
        .contact-header {
            flex-direction: column;
            align-items: flex-start;
        }
        
        .contact-item {
            flex-direction: column;
        }
        
        .contact-icon-sm {
            margin-bottom: 10px;
        }
    }

     .text-gradient {
    background: linear-gradient(45deg, #3a7bd5, #00d2ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
  
  .hover-zoom {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .hover-zoom:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
  }
  
  .btn-hover {
    transition: all 0.3s ease;
    transform: translateY(0);
  }
  
  .btn-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .university-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .rating-badge {
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    color: #333;
  }
  
  .card-img-top {
    height: 180px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .hover-zoom:hover .card-img-top {
    transform: scale(1.05);
  }

   .service-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }
  
 
  .service-card .card-header {
    background-color: #0c3376 !important;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  
  .icon-box {
    background: rgba(255,255,255,0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 20px;
  }
  
  .title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
  
  .title span {
    font-weight: 400;
    font-size: 1rem;
    opacity: 0.9;
  }
  
  .updates-container {
    padding: 15px;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    height: 200px;
  }
  
  .updates-track {
    position: absolute;
    width: 100%;
    animation: scrollUp 30s linear infinite;
  }
  
  .service-card:hover .updates-track {
    animation-play-state: paused;
  }
  
  .update-item {
    padding: 12px 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    position: relative;
    padding-left: 60px;
    transition: all 0.3s ease;
  }
  
  .update-item:hover {
    background: #f0f7ff;
    transform: translateX(5px);
  }
  
  .update-badge {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #3a7bd5;
    color: white;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
  }
  
  .update-item:nth-child(2n) .update-badge {
    background: #00d2ff;
  }
  
  .update-item:nth-child(3n) .update-badge {
    background: #ff6b6b;
  }
  
  .update-item p {
    margin: 0;
    color: #333;
    line-height: 1.4;
  }
  
  .card-footer {
    padding: 15px;
    background: #f5f9ff;
    text-align: center;
  }
  
  .cta-button {
    display: inline-block;
   background-color: #0c3376 !important;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(58, 123, 213, 0.3);
  }
  
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 123, 213, 0.4);
  }
  
  @keyframes scrollUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(calc(-100% + 200px));
    }
  }
.serviceBox {
  color: #fff;
  background: #111;
  font-family: 'Poppins', sans-serif;
  padding: 40px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.serviceBox:hover {
  transform: translateY(-5px);
}

.serviceBox .service-icon {
  background: #003366;
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 15px;
}

.serviceBox .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: #f1f1f1;
  margin-bottom: 15px;
}

.serviceBox .description {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
}

.service-list {
  list-style: none;
  /* padding-left: 20px; */
  color: #000000;
}

.service-list li {
  margin-bottom: 10px;
}

.serviceBox.blue {
  background-color: #003366;
}

.serviceBox.green {
  background-color: #00695c;
}

.btn-primary {
  background-color: #ff6f00;
  border: none;
  padding: 8px 25px;
  font-weight: 600;
  border-radius: 25px;
}

#enquiry {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: -21px;
    background: #fff0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.5s;
    cursor: pointer;
}

#enquiry img {
    width: 138px;
}


.hover-scale {
    transition: all 0.3s ease;
    transform: translateY(0);
  }
  
  .hover-scale:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
  }
  
  .pulse-animation {
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
  }
  
  .jumbotron {
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jumbotron-bg {
 /* background: url('/images/main-gate.jpg'); */
     background: black;
  position: absolute;
  height: 66%;
  width: 100%;
  z-index: 0;
}

.jumbotron-overlay {
  background-color: rgb(217 33 33);
  z-index: 1;
}

.jumbotron .z-2 {
  z-index: 2;
}

 .service-card {
    transition: all 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
  }
  
  .icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .updates-container {
    max-height: 400px;
    overflow-y: auto;
  }
  
  .update-item {
    transition: all 0.3s ease;
  }
  
  .hover-lift:hover {
    background-color: rgba(13, 110, 253, 0.05);
    transform: translateX(5px);
  }
  
  .college-badge {
    font-size: 12px;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
  }
  
  /* Custom Colors */
  .bg-purple {
    background-color: #6f42c1;
  }
  
  .bg-teal {
    background-color: #20c997;
  }
  
  /* Scrollbar Styling */
  .updates-container::-webkit-scrollbar {
    width: 6px;
  }
  
  .updates-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .updates-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  
  .updates-container::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  @media only screen and (max-width: 600px) {
 .display-4  {
         font-size: 25px !important;
  }
}
  @media only screen and (max-width: 600px) {
 .jumbotron-overlay .p-5  {
 padding:  2px !important; 
  }
}


.position-relative img{
  /* width: 200px; */
  height: 230px;
}

  @media only screen and (max-width: 600px) {
.position-relative img{
  /* width: 200px; */
  height: 230px;
}
  }
  .navbar-custom {
    background-color: #0c3376 !important;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
  }

  .navbar-custom .navbar-brand img {
    height: 50px;
  }

  .navbar-custom .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .navbar-custom .nav-link:hover,
  .navbar-custom .nav-link:focus {
    color: #ffc107 !important;
    text-decoration: none;
  }

  .dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #f8f9fa;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    animation: fadeIn 0.3s ease-in-out;
  }

  .dropdown-item {
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
    transition: background 0.2s ease;
  }

  .dropdown-item:hover {
    background-color: #e9ecef;
    color: #0c3376;
  }

  .dropdown-header a {
 color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
  }

  .mega-dropdown-column {
    min-width: 220px;
    padding: 10px 20px;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 991.98px) {
    .mega-dropdown-column {
      padding: 10px 0;
    }
  }

  .ml-autowhy{
    margin: auto !important;
  }
  

  .whymenu{
      left: -553px !important;
          background-color: #2d718b !important;
}
  .whymenuqq{
          background-color: #2d718b !important;
}
.dropdown-item{
  color: white !important;
}
.dropdown-item:hover{
  
  color: rgb(0, 0, 0) !important;
}
  


.card-header{
  background-color: #ffffff !important;
    color: #000000 !important;
}



.inner-container{
      background-color: #0c3376 !important;
    color: #000000 !important;
}


