@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato-Regular'), url(image/Lato-Regular.ttf) format('truetype');
}

body{ margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #222; line-height: 24px; background:#fff;}

*{font-family:Arial, Helvetica, sans-serif !important;}
.fa {
    font-family: fontawesome !important;
    font-size: 23px;
    float: left;
    padding-right: 10px;
    /* padding-top: 1px; */
    }
	
a.text-white{ font-size:15px;}
	
p{ font-family:Lato; font-size:15px; line-height:24px; color:#000; text-align:justify;}

ul li{ font-family:Lato; font-size:15px; line-height:24px; text-align:left;}

.web-logo {
    padding-top: 10px;
}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
a{ text-decoration: none;}

img{ max-width:100%;}
.tm-box{    padding: 10px;    margin-top: 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;    background: #083a83;
    color: #fff;}
/*header*/
header{}
header img{/*margin-left:20px;*/}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-btm .top-banners-btn{ float: right; background-color: #000; padding: 2px 30px;}
	
.banner-btm{ background-color: #083a83; padding: 11px;}
.banner-btm span{ color:#fff;}
.banner-btm i{color:#fff;}
.socialme{ border: 1px solid #fff; padding: 12px;}
.socialme .fa{ padding-top:0; color:#fff;}	
.socialme a{ float:right;}

.socialme h3{}
.socialme span{ font-size: 24px; font-weight: bold; padding-left: 25px;}

/*header*/
.bx-rht-cont h2 {
	font-weight: 600;
	font-size: 20px;
	/* font-family: Algerian !important; */
	line-height:24px;
	color: rgba(24,33,57,.95);
	text-transform: uppercase;
}
.bx-rht-cont h2 span {
	font-weight: 600;
	font-size: 17px;
	/* font-family: Algerian !important; */
	line-height:24px;
	color: rgba(24,33,57,.95);
	text-transform: uppercase;
}
.bx-rht-cont {
  text-align: left;
}
.bx-rht-cont p {
  text-align: left;
  color: #333;
}

#home{width:100%; height:100%; position:relative;}

#home:after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(0, 0, 0) 0%, transparent 100%);
    width: 100%;
    height: 195px;
    z-index: 2;}
/*menu*/



/*banner*/
/*-- Slider --*/
#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../image/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  right: 22px;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left:22px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;     height: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none; height:100%;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 66.5%;
	z-index: 999;
	left: 45%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0; display:none;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #168eea;
}
.slider-info {
        position: absolute;
    top: 9em;
    z-index: 999;
    left: 0;
    width: 75%;
    height: 100%;
    right: 0;
    margin: 0 auto;
}
.ban-logo{
    width: 105px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.arrow-dn{    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px double #fff;
    line-height: 50px;
    margin: 0 auto;
    background: #ff4900;
    margin-top: 40px;}
	

.slider-img{height: 100%;}

.slider-img img {
    height: 100vh;
    width: 100%;
}

.slider-info h3 {
    font-size: 45px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    margin: 2px 0px 10px;
}

.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #fff; text-align:center;
    margin: 0 auto;
    line-height: 35px;
    letter-spacing: 1px;
}
.slider-info h4 {
    font-size: 45px;
    color: #ff4900;
	letter-spacing: 3px;
	text-transform:uppercase; 
	margin-top: 7px;
}
h6 {
	margin:0 auto;
	z-index:999;
}
h6 a{
	cursor:pointer;
	font-size:15px;
	text-transform:uppercase;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*-- //Slider --*/
/*banner-bottom*/

.bann-bx{padding: 50px; position: relative;background-color: #1b83e8; text-align:justify;color:#fff;}
.banner-btm .col-md-4:nth-child(2) .bann-bx{background:#000;}
.bann-bx:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.bann-bx h4{font-weight:700; font-size:22px;color:#fff;}
.rd-mr {
    text-align:center;
    position: relative;
    margin: 10px auto;
    left: 0;
    right: 0;
}

.pading{padding:0;}
/*banner-bottom*/
/*banner*/

/*home*/
.hm-head {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
}
.hm-head:after{content:"";width:80px;height:2px;position:absolute;left:44%;background: #000;bottom: -10px;}
.hm-head:befor{
    content: "";
    width: 118px;
    height: 2px;
    position: absolute;
    left: 40%;
    background: #000;
    bottom: -10px;
}
.hm-head span { font-weight: 800; color: #1b83e8;}
.hm-head{position:relative;}

.hm-abt{ padding:10px 0px 40px;}
.hm-abt .hm-head{ margin-top: 10px; color: #000; margin-bottom: 20px;}
.hm-abt .hm-head::after{ background: #000080;}
.hm-abt img{margin-top:20px;}
.hm-abt p{ font-size:16px; line-height:24px; color:#444; text-align:justify;}

/*home*/

.hm-team{ background:url(image/tm-bgs.jpg) no-repeat; background-size:cover; background-attachment:fixed; padding: 25px 0;}

.hm-team img{ border-radius: 50%; border:5px #000080 solid;}
.hm-team .hm-head{}
.hm-team .hm-head::after{ left: 47%;}

.hm-team p{ font-size:15px; line-height:24px; color:#000; text-align:center;}

.hm-team a{ color:#000080; border-bottom: 1px solid currentColor; text-transform: uppercase;}



.foot-cont{}
.foot-cont h2{ font-size:22px; color:#fff; text-align:left; line-height:30px;}
.foot-cont h2 span{ display:block; font-size:18px; }
.foot-cont p{ font-size:15px; color:#fff; text-align:left;}
.foot-cont p a{color:#fff;}


/*qyery-hm*/
.qyery-hm{ background:url(image/query-bg.jpg) no-repeat; background-size:cover;  padding: 25px 0 25px; background-attachment:fixed;}

.qyery-hm h4{    margin-bottom: 0;
    font-size: 31px;
    font-weight: normal;
    font-family: cursive;
    color: #ccc; text-align:center;    line-height: 60px;}
	
.qyery-hm h4 strong{font-family: sans-serif;
    font-size: 38px;
    color: #1cb9c8;}
	
.qyery-hm h4 span{ font-family: sans-serif;
    background: #1cb9c8;
    color: #fff;
    font-size: 18px;
    padding: 8px 17px;
    vertical-align: super;
    margin-top: 10px;
    top: 31px;
    border-radius: 45px;
    margin-left: 30px;
    border: 2px solid rgba(0,0,0,0.5); transition:0.5s;}
	
.qyery-hm h4 span:hover{background:#333; transition:0.5s;}
	
.qyery-hm h4 span a{COLOR:#FFF;}

/*qyery-hm*/

/*hm-ser*/
.hm-serv {
    background: url(Image/ser-bg.jpg) no-repeat #f1f1f1;
    background-size: cover;
    padding: 50px 0 50px;
    background-attachment: fixed;
}
.hm-serv .hm-head:after{left: 47%;width: 100px;bottom: -15px;}
.ser-bx{position:relative;}
.ser-bx img{
    border-radius: 50%;
    width: 58%;
    border: 9px solid #000080;
    height: 221px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
    z-index: 99999999;
    position: relative;
    margin: 0 auto;
   display: block;

    }
.ser-cont{background: #ffffff;
    position: relative; top:-60px;
        padding: 78px 19px 19px 19px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);}
	
.ser-cont:before {
    content: "";
    background: #fff;
    width: 71%;
    top: -8px;
    left: 53px;
    height: 23px;
    position: absolute;
    line-height: 25px;
    border-radius: 20px;
}
.ser-cont p {
    font-size: 14px;
    font-family: Lato;
    text-align: justify;
    line-height: 24px;
}
.ser-bx h3{
	font-weight:600;
	text-align:center;
	margin-top: -7px;
	color: #000080;
	/* z-index: 4; */
	margin-bottom: 26px;
	font-size: 17px;
	text-transform: uppercase;
}
.ser-bx h3::before{ content: "";
    width: 10%;
   
    position: absolute;
    height: 3px;
    left: 162px;
    margin: 0 auto;
    top: 43px;
    /* background-color: #1cb9c8; */

}
.ser-cont a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    /* font-weight: 600; */
    color: #000080;
    border-bottom: 1px solid currentColor;
}
/*hm-ser*/
/*quiry*/



/*footer*/
	#FooterrControl1_tr_hitCounter{color: #fff;}
footer{ background:#083a83;color:#fff;padding: 10px 0px;border-top: 5px solid #000080;}
footer img{ margin:0 auto;}
footer h2{ /* border-bottom:2px solid #3b8edf; padding-bottom:20px;*/ text-align:center; line-height:40px; }
.ft-cont{text-align:center; padding:40px 0;}
.footer-lft p{margin:0; color:#eee;}
.footer-rht p{text-align:right;}
.copy-rht{padding-top:10px;}

/*footer*/

/* Style the tab */
.team-page{}
.team-page img{ border:1px #ccc solid;}
.tm-bg{ background:#eee; padding-top:10px;}
.team-page .nav-tabs{ border:1px #ccc solid; background:#eee;}
.team-page .nav-tabs .nav-item{ width:100%; }
.team-page .nav-tabs .nav-link{ border-bottom: 1px #ccc solid;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{ color: #fff; background-color: #000080;}

.team-page h3{ font-size:26px; font-weight:700; line-height:30px; color:#000080; text-align:left;}
.team-page h4{ font-size:16px; font-weight:600; line-height:24px; color: #444; text-align:left;}

/*cont-page*/
.map-contp{border:1px dashed #ccc;}
.cont-page h2{    font-weight:bold;
    color: #111;line-height: 26px;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
	margin-top:10px;}
.cont-page h2 span{color: #111;
    font-weight: normal;
    font-size: 18px;}
.cont-page .st-feature-box {
    background: #083a83;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
	font-size: 15px;
text-align: left;
}
.cont-page .st-feature-box a{ color: #fff;}
.st-feature-box {
    padding-left: 75px;
    position: relative;
    margin-bottom: 35px;
}
.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.feature-box-image img {
width: 25px;
    
}

.cont-page .feature-box-image {
    margin-top: 20px;
}
.cont-page .feature-box-image .fa{
   font-size:30px; color:#fff;
}
.cont-page h3 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 8px;
}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.team_img {
    width: 130px;
    border: 6px solid #000080;
    border-radius: 50%;
  }

/*cont-page*/



@media(max-width:1000px){

}
@media(max-width:991px){

}
@media(max-width:769px){

}
@media(max-width:767px){

	}
	
@media(max-width:736px){
    .hm-abt img{margin-top: 0;}
    .banner-btm .header_email{float: left !important;}
	}
	
@media(max-width:667px){
	.copy-rht{ padding-left: 10px !important;}
	.footer-rht p{ text-align: left !important;}
	
	}
	
@media(max-width:568px){
	
.text-center{ text-align: left !important;}	
.main-table{ padding: 20px !important;}
.hm-abt{ padding: 20px !important;}

.hm-team .text-center{ text-align: center !important;}	
	
	}
	
@media(max-width:480px){

	}
	
@media(max-width:414px){

	}
	
@media(max-width:375px){

	}
	
@media(max-width:360px){

}



.whatsapp_btn2{
    position: fixed;
    bottom: 5em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn2 .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn2 .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn2 .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}
	#marquee1 a {
    font-size:  14px !important;
}