body{
	font-family: 'Poppins', sans-serif;
	color: #585858;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	color: #2b2b2b;
}
p {
	line-height: 22px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
a {
	color: #1f2746;
}
a, a:hover, a:focus {
  text-decoration: none;
}

.wrapper {
	float: left;
	width: 100%;
}
.pd-0 {
	padding: 0;
}
.mrgn-0 {
	margin: 0;
}
.pd-60 {
	padding: 60px 0;
}
.pd-80 {
	padding: 80px 0;
}
.pd-100 {
	padding: 100px 0;
}
.pd-50 {
	padding: 50px 0;
}
.pd-65 {
	padding: 65px 0;
	position: relative;
	z-index: 3;
}
.pd-85 {
	padding: 85px 0;
	position: relative;
	z-index: 3;
}
.pd-btm-50 {
	padding-bottom: 50px;
}
.pd-top-50 {
	padding-top: 50px;
}
.grey-bg {
	background: #f5f5f5;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9999;
}
.header::before {
	position: absolute;
	left: 0px;
	top: 0;
	content: "";
	background: url("../images/first-dotted.png");
	bottom: 0;
	width: 75px;
	height: auto;
	display: none;
}
.header.fixed-header {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
.logo {
	padding: 10px 0px;
}
.logo-black {
	display: none;
}
.fixed-header .logo-white {
	display: none;
}
.fixed-header .logo-black {
	display: block;
}
.hdr-info {
	float: right;
	background: #000;
	padding: 6px;
}
.hdr-info {
	float: right;
	background: #000;
	padding: 6px;
	padding: 10px;
	border-radius: 0px 0px 14px 14px;
}
.hdr-info li {
	display: inline-block;
}
.hdr-info li span {
	margin: 7px;
}
.hdr-info li a {
	color: #fff;
}
.hdr-info {
	float: right;
	/* background: #000; */
	padding: 6px;
	padding: 10px;
	border-radius: 0px 0px 14px 14px;
	//box-shadow: 1px 2px 4px 2px #bcbcbc;
	margin-left: 20px;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
}
.hdr-scls {
	padding: 0px;
	text-align: center;
	text-align: right;
	display: none;
}
.hdr-scls a {
	width: 35px;
	height: 35px;
	background: #fff;
	margin: 5px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	color: #848484;
}
.fixed-header .hdr-scls a {
	background: #f4f4f4;
}
.hdr-scls a:hover{
	background:#30cfd0;
	color:#fff;
}
.hdr-menu {
	padding-top: 10px;
	float: left;
	width: 100%;
}
.hdr-menu #cssmenu > ul > li {
	margin-left: 35px;
}
.hdr-menu #cssmenu > ul > li.has-sub > a {
	padding-right: 0px;
}
.menu {
	/* text-align: right; */
	float: right;
	padding-top: 9px;
}
.hdr-menu #cssmenu > ul > li a span {
	font-size: 15px;
}
.hdr-menu #cssmenu > ul > li a:hover{
	color:#30cfd0;
}

.bnr-txt-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
.bnr-txt p {
	font-size: 20px;
	color: #30cfd0;
}
.bnr-txt {
	width: 50%;
	text-align: center;
	margin: auto;
	padding-top: 160px;
}
.bnr-txt h2 {
	margin: 0;
	line-height: 50px;
	font-size: 42px;
	font-weight: 600;
	color: #fff;
}
.bnr-brdrs span {
	display: inline-block;
}
.bnr-brdrs .brdr1 {
	height: 48px;
	width: 3px;
	background: #30cfd0;
	margin-bottom: 30px;
}
.bnr-brdrs .brdr2 {
	height: 111px;
	width: 3px;
	background: #30cfd0;
	margin:0 5px;
}
.bnr-brdrs .brdr3 {
	height: 48px;
	width: 3px;
	background: #30cfd0;
	margin-bottom: 30px;
}
.bnr-brdrs {
	padding: 14px 0px;
}
.menu #cssmenu ul ul li a {
	width: 250px;
	color:#000;
	background:#fff;
}
.menu #cssmenu ul ul li a:hover {
 background:#30cfd0 !important;
 color:#fff;
}
.menu #cssmenu ul ul{
    border-bottom:4px solid #125c9d;
}
.banner {
	position:relative;
}
.curv-img {
	position: absolute;
	width: 100%;
	bottom: -6px;
	z-index: 1;
}
.carousel-indicators li {
	border-radius:0px;
}
.carousel-indicators .active {
	background-color: #30cfd0;
	outline: 1px solid #30cfd0;
	outline-offset: 1px;
	border: none;
}
.carousel-inner .item img {
	min-height: 660px;
	width: 100%;
}

/* ---- particles.js container ---- */
.banner {
	position: relative;
	height: 770px;
	overflow: hidden;
}
#particles-js {
	width: 100%;
	height: 100%;
	/* background-color: #f15b26; */
	/* background-image: url("../images/banner.jpg"); */
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.logo img {
	width: 250px;
}
.why-choose {
	position: relative;
	background: url("../images/building.png");
	background-position: center right;
	background-repeat: no-repeat;
	z-index: -1;
	/* opacity: 1.1; */
}
.why-choose::before {
	position: absolute;
	top: -60px;
	left: 7%;
	background: url("../images/slider-dotted.png");
	z-index: 0;
	content: "";
	width: 179px;
	height: 307px;
}
.why-choose::after {
	position: absolute;
	background: url("../images/new-dotted.png");
	left: 21%;
	z-index: 2;
	content: "";
	width: 202px;
	height: 75px;
	bottom: 10%;
}
.why-tab {
	position: absolute;
	left: 0;
	top: 20%;
}
/**main-heading**/
.mainn-heading p {
	color: #000;
	text-transform: none;
}
.mainn-heading h3 {
	margin: 0;
	font-size: 27px;
	text-transform:uppercase;
}
.mainn-heading h4 span {
	width: 62px;
	height: 8px;
	position: relative;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 12px;
}
.mainn-heading h4 span::before{
	position:absolute;
	width:50px;
	height:2px;
	top:0;
	left:0;
	background:#30cfd0;
	content:"";
}
.mainn-heading h4 span::after{
	position:absolute;
	width:50px;
	height:2px;
	bottom:0;
	right:0;
	background:#30cfd0;
    content:"";
}
.mainn-heading {
	margin-bottom: 25px;
	text-transform:uppercase;
}
.mainn-heading h4 {
	color: #30cfd0;
}
.choose-item {
	padding: 10px;
}
.choose-icon {
	position: relative;
}
.choose-icon::before {
	position: absolute;
	width: 80px;
	height: 80px;
	content: "";
	border-radius: 50%;
	background: #055298;
	opacity: 0.15;
	left: -13px;
	top: -7px;
}
.choose-icon::after {
	position: absolute;
	width: 60px;
	height: 60px;
	content: "";
	border-radius: 50%;
	background: #30cfd0;
	opacity: 0.15;
	bottom: -13px;
	left: 20px;
}
.choose-des span {
	font-size: 60px;
	color: #eeeeee;
	position: absolute;
	top: 9px;
	left: 4px;
	z-index: -1;
}
.choose-des {
	position: relative;
	padding: 20px 0px;
}
.choose-des h4 {
	margin: 20px 0;
}
.choose-des p {
	color: #777777;
}

.features {
	margin-top: 30px;
}
.feature-top {
	margin-bottom: 20px;
}
.our-features {
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	position:relative;
	z-index:0;
}
.our-features::before{
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	background:url("../images/wed.png");
	content:"";
	width:726px;
	height:auto;
}
.our-features::after {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background: url("../images/round.png");
	content: "";
	width: 332px;
	height: 572px;
	z-index:-1;
}
.feature-top span {
	color: #fff;
	font-size: 21px;
	font-family: 'Oswald', sans-serif;
}
.mainn-heading.wht h3 {
	margin-top: 9px;
}
.fea-row {
	margin-top: -30px;
}
.fea-item {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
	min-height: 208px;
}
.fea-icon {
	position: absolute;
	left: 0;
	top: 0;
}
.fea-icon img {
	width: 55px;
}
.fea-icon::before {
	position: absolute;
	width: 70px;
	height: 70px;
	content: "";
	border-radius: 50%;
	background: #055298;
	opacity: 0.15;
	left: -7px;
	top: -5px;
}
.fea-icon::after {
	position: absolute;
	width: 60px;
	height: 60px;
	content: "";
	border-radius: 50%;
	background: #30cfd0;
	opacity: 0.15;
	bottom: -10px;
	left: 14px;
}
.fea-title {
	position: relative;
	padding-left: 85px;
	min-height: 66px;
	padding-top: 15px;
}
.fea-title h4 {
	margin: 0;
	font-size: 23px;
}
.fea-des p {
	margin: 0;
	color: #777777;
	line-height:24px;
}
.fea-des {
	padding: 10px 0;
}
.feature-top h4 {
	margin-bottom: 0px;
	margin: 0;
	font-size: 20px;
}
.mainn-heading.wht h4 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.mainn-heading.wht h4 span::after {
	background: #fff;
}
.mainn-heading.wht h4 span::before {
	background: #fff;
}
.mainn-heading.wht p {
	margin-top: 8px;
	color: #fff;
	margin-bottom: 0;
}
.service-des .mainn-heading {
	text-align: center;
}
.our-services{
	position:relative;
}
.our-services::before {
	position: absolute;
	left: 0;
	background: url("../images/left-round.png");
	top: 25px;
	bottom: 0;
	width: 277px;
	height: auto;
	content: "";
	z-index: -1;
	background-repeat: no-repeat;
}
.mainn-heading.rt{
	text-align:right;
}
.mainn-heading.rt span{
	margin-right:12px;
}
.mainn-heading.rt p {
	color: #777777;
	margin-top: 24px;
}
.serv-detail {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 5px;
}
.serv-block {
	background: #fff;
	box-shadow: 5px 4px 5px 0px #dddddd;
	padding: 10px;
}
.serv-detail:hover .serv-hvr{
	opacity:1;
	
}
.serv-detail:hover .serv-ttl{
	opacity:0;
}
.serv-hvr {
	position: absolute;
	padding: 20px;
	text-align: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease-in .1s;
}
.serv-hvr::before {
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	opacity: 0.8;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	z-index:-1;
}
.serv-hvr h4 {
	margin: 0;
	color: #fff;
	margin-top: 31px;
	font-size: 22px;
}

.serv-hvr p {
	color: #fff;
	margin-top: 18px;
	line-height: 26px;
}
.serv-hvr a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}
.serv-ttl {
	background: rgba(0,0,0,0.5);
	padding: 5px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	z-index: 2;
}
.serv-ttl h4 {
	text-orientation: sideways-right;
	writing-mode: sideways-rl;
	color: #fff;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 9px;
	white-space: nowrap;
	font-family: 'Poppins', sans-serif;
}
.service-des {
	padding-top: 65px;
}
.serv-block .util-theme-default .util-navigation {
	position: absolute;
	right: -55%;
	top: 54%;
}
.serv-block .util-theme-default .util-prev{
	background:linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	color:#fff;
	opacity: 1;
}
.serv-block .util-theme-default .util-next{
     background:linear-gradient(-90deg, #3bd0d2 0%, #125c9d 100%);
	color:#fff;
	opacity: 1;
}
.serv-block .util-pagination {
	display: none !important;
}
.our-team{
	position:relative;
} 
.our-team::before{
	position:absolute;
	left:0;
	top:0;
	width:202px;
	height:75px;	
	background:url("../images/new-dotted.png");
	content:"";
}
.our-team::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 179px;
	background: url("../images/slider-dotted.png");
	content: "";
	height: 307px;
	z-index:-1;
}
.mainn-heading.team{
	text-align:center;
}
.mainn-heading.team .rght {
	margin-right: 12px;
	margin-left: 0px;
}
.teamm-img {
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	float: left;
}
.teamm-img img{
	width: 130px;
	height: 130px;
	border-radius:50%;
}
.team-lft {
	width: 35%;
	float: left;
}
.team-lft1 {
	width: 21%;
	float: left;
}
.team-des {
	float: right;
	width: 60%;
	padding-top: 44px;
}
.team-des h4 a {
	color: #2b2b2b;
}
.team-des1 {
	float: right;
	width: 79%;
	padding-top: 20px;
}
.team-des h4 {
	font-size: 20px;
	margin: 0;
}
.team-des p {
	margin: 0px;
	margin-top: 9px;
	color: #585858;
}
.team-social a {
	width: 35px;
	height: 35px;
	background: #f2f2f2;
	line-height: 20px;
	color: #212121;
	margin: 3px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	line-height: 31px;
}
.team-social {
	padding-top: 7px;
}
.team-lst {
	padding-top: 10px;
}
.team-block-inn .util-navigation {
	margin-top: 32px;
}
.team-block-inn .util-theme-default .util-prev {
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	color: #fff;
	opacity: 1;
}
.team-block-inn .util-theme-default .util-next {
	background: linear-gradient(-90deg, #3bd0d2 0%, #125c9d 100%);
	color: #fff;
	opacity: 1;
}
.team-block-inn .util-pagination {
	display: none !important;
}
.testimonial{
	background:url("../images/black.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.test-img{
	background:linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
}
.test-img {
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	padding: 5px;
	border-radius: 50%;
	height: 245px;
	width: 245px;
	overflow: hidden;
}
.test-img img {
	width: 235px;
	/* height: ; */
	height: 235px;
	border-radius: 50%;
	overflow: hidden;
}
.tst-img {
	width: 25%;
	float: left;
}
.testi-detail {
	width: 75%;
	float: right;
}
.test-disc{
	position:relative;
}
.test-disc::before {
	position: absolute;
	background: url("../images/colon-white.png");
	content: "";
	width: 32px;
	height: 27px;
	left: 0;
	bottom: 0;
}
.test-disc::after {
	position: absolute;
	background: url("../images/colon.png");
	content: "";
	width: 94px;
	height: 80px;
	right: 29px;
	top: 32px;
}
.test-disc span {
	color: #30cfd0;
	padding-left: 50px;
	/* padding-top: 22px; */
	display: inline-block;
	margin-top: 11px;
}
.test-disc h4{
	color:#fff;
	padding-left: 50px;
}
.test-disc p {
	line-height: 27px;
	margin-bottom: 0px;
}
.mainn-heading.test h3{
	color:#fff;
}
.subscribe{
	position:relative;
    background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
}
.subscribe::before {
	background: url("../images/power.png");
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 670px;
	height: auto;
	z-index:-1;
}
.nwsltr-frm .form-group input {
	/* display: inline-block; */
	width: 508px;
	background: transparent;
	border: 1px solid #fff;
	height: 44px;
	border-radius: 23px;
	color: #fff;
	padding-left: 15px;
	font-size: 15px;
}
.nwsltr-frm .form-group {
	display: inline-block;
	margin-bottom: 0px;
}
.nwsltr-btn .btn {
	background: #30cfd0;
	width: 235px;
	height: 45px;
	border-radius: 25px;
	color: #fff;
	/* text-align: center; */
	text-transform: uppercase;
	font-size: 16px;
}
.nwsltr-btn{
	display:inline-block;
}
.nwsltr-frm {
	text-align: center;
}
.our-clients{
	position:relative;
}
.our-clients::after {
	position: absolute;
	right: 0;
	background: url("../images/clients.png");
	width: 366px;
	height: auto;
	content: "";
	top: 0;
	bottom: 0;
	z-index: -1;
}
.item.client-item {
	border: 1px solid #d2d2d2;
	text-align: center;
	padding: 16px 10px;
	background: #fff;
}

.mainn-heading.whtt{
	text-align:center;
}
.mainn-heading.whtt h3 {
	color: #fff;
	margin-top: 15px;
}
.mainn-heading.whtt p {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
}

.fotr-sec{
	background:#1f1f1f;
	position:relative;
}
.fotr-sec::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url("../images/footer-bg.png");
	content: "";
	background-position: center center;
	background-size: cover;
}
.ftr-head h3 {
	color: #fff;
	font-size: 26px;
	margin: 0;
}
.ftr-head h3 span {
	position: relative;
	height: 24px;
	width: 6px;
	display: inline-block;
	margin-left: 7px;
}
.ftr-head h3 span::before {
	position: absolute;
	height: 24px;
	width: 2px;
	content: "";
	background: #30cfd0;
	left: 0;
	top: 0;
	bottom: 0;
}
.ftr-head h3 span::after {
	position: absolute;
	height: 24px;
	width: 2px;
	content: "";
	background: #30cfd0;
	right: 0;
	top: 0;
	bottom: 0;
}
.abt-cnt {
	padding-top: 34px;
}
.abt-cnt li {
	position: relative;
	padding-top: 4px;
}
.abt-cnt li i {
	font-size: 27px;
	color: #fff;
	position: absolute;
	top: 12px;
}
.ftr-head a {
	color: #30cfd0;
}
.abt-cnt {
	padding-top: 18px;
}
.ftr-head p {
	padding-top: 19px;
	margin-bottom: 0px;
	line-height: 27px;
	color: #777;
}
.abt-cnt li a {
	padding-left: 42px;
	color: #aaaaaa;
	font-size: 13px;
}
.abt-cnt li h5 {
	padding-left: 42px;
	color: #fff;
	font-size: 19px;
	margin-top: 0px;
}
.ftr-head a {
	margin-top: 17px;
	display: inline-block;
}
.links-ftr li a {
	color: #777777;
	font-size: 15px;
	padding-top: 25px;
	position: relative;
	display: inline-block;
	padding-left: 19px;
}
.links-ftr li{
    transition:all 0.8s ease-in-out;
}
.links-ftr li:hover{
    padding-left:10px;
}
.links-ftr li a::before {
	position: absolute;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	background: url("../images/box.jpg");
	top: 32px;
}
.links-ftr ul {
	margin-top: 4px;
}
.use-lnks {
	border: 1px dashed #777777;
	border-top: none;
	border-bottom: none;
	padding-left: 35px;
}
.social-ftr{
	padding-left:15px;
}
.ftr-social li a {
	padding: 7px 12px;
	color: #9f9e9e;
	border: 1px solid #9f9e9e;
	margin-right: 8px;
	display: inline-block;
	border-radius: 18px;
	background: #1f1f1f;
}
.ftr-social {
	margin-top: 23px;
}
.ftr-social a i {
	margin-right: 8px;
}
.ftr-social li {
	display: inline-block;
}
.cntct-frm-btn {
	text-align: center;
	padding: 18px 0 0 0;
}


.ftr-lnks li {
	display: inline-block;
}
.ftr-lnks li a {
	padding-left: 22px;
	color: #838383;
	position: relative;
}
.ftr-lnks li a::before {
	position: absolute;
	left: 10px;
	content: "";
	width: 6px;
	height: 6px;
	background: url("../images/box.jpg");
	top: 7px;
	/* left: 0; */
}
.ftr-lst {
	padding: 15px 0;
}
.ftr-logo {
	float: left;
	width: 38%;
}
.ftr-logo img {
	width: 85%;
}
.ftr-txt {
	float: right;
	width: 100%;
	text-align: right;
}
.ftr-txt p {
	margin: 0;
	/* margin-top: 5px; */
	margin-bottom: 3px;
}
.ftr-txt p a {
	color: #30cfd0;
}
.ftr-lnks {
	padding: 15px;
}


/**cntact-us**/
.cntct-frm {
	padding: 30px;
	box-shadow: 0px 3px 16px 4px rgba(0,0,0,0.1);
}
.cntct-frm .form-group .form-control {
	height: 45px;
	/* border-radius: none; */
	border-radius: 0px;
}
.cntct-frm .form-group textarea.form-control {
	height: 130px;
}
.cntct-frm .form-group {
	margin-bottom: 22px;
}
.cntct-frm-btn .btn {
	width: 300px;
	height: 45px;
	font-size: 16px;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	color: #fff;
	border-radius: 10px 0;
	border: none;
	transition: all 0.5s ease-in-out;
}
.cntct-frm-btn .btn:hover {
	border-radius: 0px 10px;
}
.map-loc iframe {
	width: 100%;
}
.add-cnt {
	padding: 30px 15px;
	text-align: center;
	/* background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%); */
	border-radius: 15px 0 15px 0px;
	transition: all 0.4s ease-in;
	height: 236px;
	border: 2px dashed #3bd0d2;
}
.add-cnt h4 {
	font-size: 26px;
	margin: 0;
	color: #2b2b2b;
}
.add-cnt a {
	color: #2b2b2b;
}
.add-cnt p {
	color: #2b2b2b;
	margin: 0;
	margin-top: 10px;
	line-height: 25px;
}
.add-cnt img {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.add-cnt:hover {
	box-shadow: 0px 10px 11px 3px #bcbcbc;
	margin-top: -5px;
}
.cnt-im {
	width: 70px;
	height: 70px;
	line-height: 41px;
	/* position: d; */
	display: inline-block;
}
.contt-item {
	position: relative;
	padding-left: 50px;
	border-bottom: 2px dashed #3bd0d2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.contt-list .contt-item:last-child {
	margin: 0;
	padding-bottom: 0;
	border: 0;
}
.contt-item span {
	position: absolute;
	left: 0;
}
.contt-item span img {
	width: 30px;
}
.contt-item h3 {
	font-size: 17px;
	margin: 0 0 10px 0;
}
.contt-item p:last-child {
	margin: 0;
}
.brd-crmb {
	background: url("../images/breadcrmmmm.jpg");
	background-size: cover;
	background-position: center center;
	/* height: 300px; */
	position: relative;
	padding-top: 60px;
}
.brd-crmb::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	content: "";
}
.brdcmbs-bg {
	background: url("../images/corner.png");
	background-repeat: no-repeat;
	text-align: center;
	padding: 9px;
	background-position: center center;
}
.brdcmbs-bg li{
	display:inline-block;
}
.bredcrm-head h3 {
	font-size: 37px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 57px;
}
.text-lnk a {
	color: #30cfd0;
}
.brdcmbs-bg .breadcrumb {
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	margin: 0;
}
.bredcrm-head {
	margin-bottom: 50px;
	text-align: center;
	margin-top: 110px;
}
.brdcmbs-bg .breadcrumb li a {
	color: #30cfd0;
}

/**services**/
.our-services-inner .serv-detail img {
	width: 100%;
}
.our-services-inner .serv-block {
	background: #fff;
	box-shadow: 5px 4px 5px 0px #dddddd;
	padding: 10px;
	margin: 10px;
}
/**about-us*/

.inn-img img {
	width: 100%;
	border: 7px solid #ffffff;
}
.inn-img {
	padding: 9px;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
}
.abt-dis p {
	text-align: justify;
	color: #777777;
	line-height: 26px;
}

/**abt-detail**/
.mission-lst {
	background: #f9f8fc;
	padding: 16px 20px;
	border-radius: 10px;
}
.mission-lst li {
	padding: 10px;
	border-bottom: 1px solid #d3c5c5;
	margin-top: 10px;
	/* display: inline-block; */
	font-size: 15px;
	transition: all 0.5s ease 0s;
border-bottom: 1px dashed #30cfd0;
}
.mission-lst li:hover{
    padding-left:15px;
}

.mission-lst li a{
    padding-left:5px;  
}

.mission-lst li i {
	color: #30cfd0;
}
.mission-lst li a{
    color:#000;
}
.missin-headng h3 span {
	width: 62px;
	height: 8px;
	position: relative;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 12px;
}

.missin-headng h3 span::before {
	position: absolute;
	width: 50px;
	height: 2px;
	top: 0;
	left: 0;
	background: #30cfd0;
	content: "";
}
.missin-headng h3 span::after {
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: 0;
	right: 0;
	background: #30cfd0;
	content: "";
}
.missin-dis {
	margin-top: 15px;
}
.missin-dis p {
	line-height: 23px;
	text-align: justify;
	margin: 0;
}
.mission-lst li:hover{
    padding-left:15px;
}
/**our story**/
.missn-lst-detail {
	margin-top: 10px;
	list-style: disc;
}
.missn-lst-detail li {
	padding-top: 7px;
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.missn-lst-detail li i {
	color: #30cfd0;
}
.missn-lst-detail li a {
	color: #1f2746;
}

.missin-discr p {
	margin-top: 15px;
}

/**new**/

.date {
	background: #30cfd0;
	position: absolute;
	bottom: 0px;
	padding: 6px 12px;
	/* left: 11px; */
}

.date .month {
	display: block;
	color: #fff;
	font-size: 18px;
}
.date .year {
	display: block;
	color: #fff;
	font-size: 18px;
}
.our-nws{
    position:relative;
}
.nws-dis {
	background: #fff;
	padding: 20px 10px;
	border-top: 3px solid #30cfd0;
	width:85%;
}
.news-img img {
	width: 85%;
}
.nws-block {
	transition: all 0.5s ease-in;
}

.nws-dis p {
	margin: 0;
	margin-top: 8px;
	color: #585858;
}
.nws-dis h4 {
	margin: 0;
}
.nws-dis h4 a {
	transition: all 0.3s ease 0s;
}
.read-mre-btn {
	margin-top: 10px;
}
.read-mre-btn i {
	margin-left: 5px;
}
.cmpnay-news {
	background: #f7f7f7;
}
.inner-news-sec {
	padding-top: 15px;
}
.nws-dis.inner {
	background: #f6f6f6;
}
.news-img:hover {

	margin-left: 0px;
	height: auto;
	transition-timing-function: ease;
	filter: alpha(opacity=70);
	min-height: 0px;
	transition-delay: 0s;
	margin-bottom: 0px;
	transition-duration: 1s;
	background-repeat: no-repeat;
	opacity: 0.7;
	background-position: center center;
	background-size: cover;
}

/***comp-news***/
.news-txt {
	width: 85%;
}
.all-news {
	position: relative;
}
/**career**/
.career {
	padding: 20px;
	background: url("../images/apply-bg2.jpg");
	box-shadow: 0 16px 16px -12px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}
.career::before {
	position: absolute;
	content: "";
	background: url("../images/apply-bg.png") no-repeat left center / cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}



.career .mainn-heading.wht span{
    color:#fff;
}
.career .mainn-heading.wht h3{
    color:#fff;
}
.career .form-group .form-control {
	height: 50px;
	/* border-radius: none; */
	border-radius: 0px;
	border: none;
}
.career .form-group label {
	color: #125c9d;
	font-weight: 500;
	margin-bottom: 11px;
	font-size: 16px;
}
.career .form-group textarea.form-control {
	height: 130px;
}
.carrer-frm-btn{
    text-align:center;
}
.career-img-right img {
	max-width: 100%;
}
.carrer-frm-btn .btn {
	width: 300px;
	height: 40px;
	border-radius: 10px 0;
	color: #fff;
	transition: all 0.5s ease-in-out;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	border: none;
}
.carrer-frm-btn .btn:hover{
    border-radius:0px 10px;
}
.job-vacc {
	background: #f7f7f7;
}
.job-grid {
	float: left;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	-ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	-o-box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.06);
	padding: 15px;
	/* margin-top: 30px; */
	margin: 0px 5px;
}
.job-grid.border {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 2px solid #e8ecec;
}
.job-grid .job-title-sec {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #e8ecec; */
}
.job-title-sec h3 {
	display: table;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	color: #000;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 7px;
	margin-top: 3px;
}
.job-title-sec span {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	color: #30cfd0;
}

.job-title-sec span i img {
	width: 20px;
	opacity: 0.8;
	margin-right: 9px;
}
.job-grid .job-title-sec {
	text-align: center;
}
.job-mddl {
	float: left;
	width: 100%;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}
.job-mddl li {
	background: #ddd;
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.job-mddl li i {
	width: 40%;
	padding: 10px;
	float: left;
	font-style: normal;
}
.job-mddl li i img {
	width: 15px;
	margin-right: 5px;
	margin-bottom: 7px;
}
.job-mddl li span {
	padding: 10px;
	float: left;
	width: 60%;
	background: #f4f4f4;
	font-size: 13px;
	min-height: 43px;
}
.job-ftr {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.job-grid .job-lctn {
	float: left;
	width: auto;
	font-size: 14px;
	margin-top: 8px;
	color: #30cfd0;
	position: relative;
	padding-left: 30px;
}
.job-grid .job-lctn::before {
	position: absolute;
	content: "";
	background: url("../images/map.png");
	left: 0px;
	top: -3px;
	width: 25px;
	height: 25px;
	transform: scale(0.7);
}
.job-ftr a:hover{
    background: linear-gradient(90deg, #125c9d 0%, #3bd0d2 100%);
}
.job-ftr a {
	float: right;
	/* border: 1px solid #ffd400; */
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	transition: all 0.4s ease-in-out;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
}
.job-grid.border:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border-color: #fff;
}
.responsibities h4 {
	margin: 0;
	color: #30cfd0;
}
.responsibities ul {
	margin-top: 10px;
}
.responsibities li {
	position: relative;
	padding-left: 17px;
	padding-top: 7px;
}
.responsibities li::before {
	position: absolute;
	left: 0;
	content: "";
	background: url("../images/box.jpg");
	width: 6px;
	height: 6px;
	top: 14px;
}
.qualification h4 {
	margin: 18px 0 0 0;
	color: #30cfd0;
}
.qualification ul {
	margin-top: 10px;
}
.qualification li {
	position: relative;
	padding-left: 17px;
	padding-top: 7px;
}
.qualification li::before {
	position: absolute;
	left: 0;
	content: "";
	background: url("../images/box.jpg");
	width: 6px;
	height: 6px;
	top: 14px;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
}
.modal-content .modal-title{
    color:#fff;
}
.job-desc-popup button {
	color: #fff;
	padding: 10px 20px;
	transition: all 0.4s ease-in-out;
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	border: 0;
}
.job-desc-popup .btn-default:hover {
	color: #fff;
}
.career-right {
	padding-top: 50px;
}
.career-img-right {
	background: linear-gradient(90deg, #3bd0d2 0%, #125c9d 100%);
	padding: 10px;
}
.career-img-right img {
	border: 4px solid #fff;
}
.career-img-blck {
	padding-top: 30px;
}
/*****manage-it****/
.manage-sub-cont h4 {
	margin: 0;
	margin-top: 20px;
}
.manage-sub-cont i {
	font-size: 15px;
	color:#30cfd0;
	margin-right: 10px;
}
.manage-sub-cont p {
	margin-top: 15px;
}
.manage-list li {
	margin-bottom: 10px;
}
/*****quality****/
.quality-block i {
	font-size: 15px;
	color: #30cfd0;
	margin-right: 10px;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

