body {
	font-family: sans-serif;
}

.effect-shine:hover {
	-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #fff 50%, rgba(0, 0, 0, .6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}
	to {
		-webkit-mask-position: -50%;
	}
}

.mar-tp-8 {
	margin-top: 8px;
}


.logoimg {
	height: 80px;
	width: auto;
}

.logoimga{
	    height: 90px;
    display: block;
    text-align: center;
    margin: 10px 0 10px 19px;
}
  

.top-strip{
  background: #F8F805 url(../images/bg.jpg) left;
    background-repeat: no-repeat;
    background-size: auto 100%;
		padding-bottom: 4px;  
		right: 0;
    position: absolute;
}

.callblock{
	 padding: 13px 0 6px;
    margin-left: 115px;
}

.callblock b{
color: #354391;
}

.callblock{
	color: #354391;
}

.callblock h2{
	font-size: 20px;
	font-weight: bold;
	    margin-top: 0;
	    letter-spacing: 1px;
}
.callblock h3{
	font-size: 17px;
	font-weight: bold;
	margin-top:0;
	letter-spacing: 1px;
}


.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 15px;
	    letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 6px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav .dropdown-menu {
	padding: 0;
}

.navbar-nav .dropdown-menu>li>a {
	padding: 10px 19px;
	color: #000 !important;
	border-bottom: 1px solid #ccc !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.navbar-nav .dropdown-menu>li>a:hover {
	color: yellow !important;
	background: #354391;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover {
	background: transparent;
	color: yellow;
}

.nav>li>a {
	padding: 16px 0 13px;
	margin: 0 15px;
	line-height: 6px;
}

@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}


/** carousel ***/

.list-inline-slider {
	text-align: center;
}

.list-inline-slider>li {
	margin: 10px 5px;
	padding: 0;
}

.list-inline-slider>li:hover {
	cursor: pointer;
}

.list-inline-slider .selected img {
	opacity: 1;
	border-radius: 15px;
}

.list-inline-slider img {
	opacity: 0.5;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.list-inline-slider img:hover {
	opacity: 1;
}

.item>img {
	display: block;
}

.slider-img {
	width: 100%;
}

.slider-thumb {
	height: 60px;
	width: 80px;
}

.bfn{
	font-size: 17px;
}
/***carousel ended***/

.foot-bg {
	background: #354391;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 30px;
}
.yellow2{
	color:#e1e100;
}
.foot-bg:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .90;
	content: "";
}

.widget-ul li a {
	font-size: 16px;
}

.widget-title {
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	margin-top: 0;
}

.widget-ul {
	line-height: 30px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.widget-ul li {
	width: 49%;
	display: inline-block;
}

.foot-logo {
	height: 90px;
	margin-bottom: 16px;
}

.foot-p {
	padding-top: 20px;
	padding-bottom: 9px;
	color: #ccc;
}


/**********start about us style*************/


/* Flat About
-------------------------------------------------------------- */

.flat-about {
	padding: 0px 0 62px;
}
.image-about{
    position: absolute;
    z-index: 1;
}
.image-about img {
	border-radius: 10px;
}

.text-about {
	margin-top: 25px;
	padding: 36px 38px 36px 74px;
	border: 2px solid #3c7b82;
	border-radius: 10px;
	margin-left: -65px;
	position: relative;
	margin-right: 6px;
}

.text-about .title {
	margin-bottom: 23px;
}

.text-about .content p {
	color: #919191;
	margin-bottom: 24px;
}

.text-about .content p:last-child {
	margin-bottom: 0px;
}

.section-heading {
	text-align: center;
	overflow: hidden;
	margin: 60px 0px;
}

.section-heading span {
	display: inline-block;
	position: relative;
	font-weight: 600;
	color: #354391;
}

.section-heading span:before,
.section-heading span:after {
	content: "";
	border-bottom: 2px solid #354391;
	width: 3em;
	margin: 0 1.5em;
	position: absolute;
	bottom: .5em;
}

.section-heading span:before {
	right: 100%;
}

.section-heading span:after {
	left: 100%;
}


/**********end about us style*************/


/*** 

====================================================================
why us section style
====================================================================
***/

.why-box {
	margin: 20px 0px;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 20px;
	border: 1px dashed #3c7b82;
}

.why-box .img-box {
	float: left;
	margin-right: 20px;
}

.why-inner {
	margin-top: 20px;
}

.why-inner h4 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 400;
	color: #3c7b82;
}

.why-box:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
	box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
}


/* -------------------------------- 

Start Where we are style

-------------------------------- */

.where-we-are {
	width: 100%;
	margin: 40px 0px 0;
	background-color: #354391;
	z-index: 9;
	position: relative;
}

.where-we-are:after {
	content: '';
	width: 80%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left -100px bottom -100px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -9;
}

.where-we-are .title {
	padding-bottom: 0;
	margin: 45px 0px 60px;
}

.where-we-are .title h6,
.where-we-are .title h2,
.where-we-are .title p {
	color: #ffffff;
}

.where-we-are .title p {
	padding-top: 18px;font-size: 17px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #F8F80C;
	color: #000;
	cursor: pointer;
	padding: 15px 15px 15px 15px;
	border-radius: 4px;
}
.where-we-are .title p a {
	color: #ffffff;
	text-decoration: underline;
}

/***sushma css***/
.bread_bg{
  background: #F8F80C;
}
.steps {
  overflow: hidden;
  
  margin: 2rem 0 0;
  width:fit-content ;
}
.steps__item {
  float: left;
  margin-left: -1px;
  font-size: 1.6rem;
  line-height:40px;
 
  color: #fff;
  position: relative;
}
.brd_clr{
  color: #354391;
}
.brd_clr:hover{
  color: #fff;
  text-decoration: none !important;
}
.steps__item::before, .steps__item::after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  width: 2px;
  height: 50%;
  background: #354391;
  
}
.steps__item::before {
  top: 0;
  transform: skewX(30deg);
  transform-origin: 100% 100%;
}
.steps__item::after {
  bottom: 0;
  transform: skewX(-30deg);
  transform-origin: 100% 0;
}
.steps__item:hover::before, .steps__item:hover::after, .steps__item_active::before, .steps__item_active::after {
  width: 100%;
}
.steps__content {
  position: relative;
  z-index: 2;
  padding: 0 2rem 0 1rem;
}
.steps_animation .steps__item::before, .steps_animation .steps__item::after {
  transition: 0.2s ease;
}
/** .blue{
color:#0F5996;
-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
-webkit-mask-size: 200%;
animation: shine 2s infinite;
}**/
.txtline:before {
  right: 0.5em;
  margin-left: -50%;
}
.txtline:before, .txtline:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 8%;
}
.txtline:after {
  left: 0.5em;
  margin-right: -50%;
}

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
  max-width: 100%;
  border:2px solid #000;
  border-radius:5px;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.mt{
  margin-top:35px;
}
.cert_img{
  box-shadow: 0px 2px 10px 0px #777;
      width: 100%;
		margin-bottom: 25px;
		clear: both;
}

* Slider */
.slick-slide {
    margin: 0px 10px 0px;
}

.slick-slide img {
   
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.mar_bt_40{
	padding-bottom: 40px;
}
blockquote{
	color: #fff
}

.product-img{
	width:80%;
	display: block;
	text-align: center;
	margin:0 auto 30px;
}
.side-img{
	height: 300px;
	width: 100%;
}
.mar-tp-20{
	margin-top: 20px;
}
.mar-tp-0{
	margin-top: 0px;
}

.product-ul li{
	margin-bottom: 10px;
	line-height: 22px;
}
.bg-pattern{
	background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/wave-grid.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}



/* -------------------------------- 

contact us page stylr
-------------------------------- */
.contact-section{
margin: 50px 0px;
}
.contact-form-wrapper {
padding: 30px;
background-color: #f7f7f7;
}

.contact-form-wrapper input:not([type="submit"]),
.contact-form-wrapper textarea {
border-color: transparent;
}

.contact-form-wrapper textarea {
min-height: 140px;
}

#whole .contact-form-wrapper .btn-secondary:hover {
background: #555;
}

.contact-form-wrapper ::-webkit-input-placeholder {
color: #292929;
}

.contact-form-wrapper ::-moz-placeholder {
color: #292929;
}

.contact-form-wrapper :-ms-input-placeholder {
color: #292929;
}

.contact-form-wrapper :-moz-placeholder {
color: #292929;
}

/**
* Components Info Box
*
*/
.contact-info-section{
margin: 50px 0px;
}
.info-box {
border: 1px solid #ededed;
padding: 40px 40px 37px;
text-align: center;
height: 19em;
}

.info-box .info-icon {
margin-bottom: 20px;
}

.info-box .info-icon i {
border: 2px solid;
display: inline-block; 
color: #3c7b82;
border-radius: 50%;
font-size: 30px;
height: 60px;
line-height: 58px;
width: 60px;
}

.info-box .info-content h4 {
font-size: 18px;
font-weight: 600;
color: #3c7b82;
margin-bottom: 10px;
text-transform: capitalize;
}

.info-box .info-content p {
font-size: 15px;
margin-bottom: 3px;
letter-spacing: .2px;
}


.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);

 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     color: #413d3d;
     font-size: 26px !important;
     margin-right:10px;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #4867aa;
 }
 #social-tw:hover {
     color: #1da1f2;
 }
 #social-gp:hover {
     color: #dd4d42;
 }
 #social-em:hover {
     color: #0077b5;
 }


 .nav-shadow{
 	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
 }
 .card {
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	margin-bottom: 50px;
}
.card:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
.prds{
	width:100%;
	height:200px;
}
.card-cont{
	padding: 20px;

}
.btn-bl{
	background: #3C7B82;
	color: #fff;
}
.btn-bl:hover{
	background: #3C7B82;
	color: #fff;
}
.bord{
	border: 2px solid #ccc;
	border-radius: 5px;
	
	
}
.hh{
	height: 353px;
	margin-bottom: 15px;
}
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #ffffff;background: #354391;margin:0 }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #354391 !important; background: #fff; }
        .nav-tabs > li > a::after { content: ""; background: #354391; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #354391 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.nav-tabs > li  {width:20%; text-align:center;}
.card1 {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.mar40{
	margin-top: 40px;
}

@media all and (max-width:724px){
    .top-strip{display: none;}
.nav-tabs > li > a > span {display:none;}	
.nav-tabs > li > a {padding: 5px 5px;}
}
.m15{
	margin-bottom: 15px;
}
#accordion .panel{
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 5px;
 }
 
 #accordion .panel-heading{
	padding: 0;
	border-radius: 0;
	text-align: center;
	border: none;
 }
 
 #accordion .panel-title a{
	border: 1px solid #d5d2d2;
	display: block;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: #f8f8055e;
	transition: all 0.5s ease 0s;
 }
 
 #accordion .panel-title a:hover{
	background: #F8F805;
	text-decoration: none;
 }
 .yellow{
	 color:#F8F805;
 }
 #accordion .panel-body{
	font-size: 14px;
	color: #000;
	background: #fff;
	border:1px solid #cbbfbf;
	padding: 15px 20px;
	line-height: 25px;
	position: relative;
 }
 
 #accordion .panel-body:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 40px;
	border: 15px solid transparent;
	border-bottom: 15px solid #354391;
 }
 .yellow_bg{
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: all 0.5s ease 0s;
	margin-bottom:20px;
 }
 .test + .tooltip > .tooltip-inner {
	background-color: #fff; 
	width:350px;
	color: #000; 
	border: 1px solid #354391; 
	padding: 15px;

}
.tooltip.in{
	opacity: 1 !important;
}
.tooltip-inner{
max-width:350px;
width:350px;
}
/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
	border-top: 5px solid #354391;
}
/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid blue;
}
/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
	border-left: 5px solid red;
}
/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
	border-right: 5px solid black;
}
.head_topp{
	margin-top: 160px;
}
.blue_bg{
	background: #354391 !important;
	color: #fff !important;
}