@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* #Primary
================================================== */
html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Old Standard TT', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
}
#deskhide{
    display:none;
}
::selection {
	color: #fff;
	background-color: #0d60a5;
}
::-moz-selection {
	color: #fff;
	background-color: #0d60a5;
}
a {
	color: #0d5ba0;
	text-decoration: none !important;
}
p{
	text-align: center;
	font-family: 'Lato', serif;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 40px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on{
	position: fixed;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 40px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	font-family: 'Nanum Myeongjo', serif;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	padding-right: 1px !important;
	padding-left: 1px !important;
	text-transform: none;
	transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #e8f4ff !important;
}
.nav-item.active .nav-link{
	color: #fff !important;
}
.nav-link {
	position: relative;
	display: inline-block;
}
.nav-item:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform-origin: left center;
	transition: all .15s ease-out;
	filter: alpha(opacity=@opacity * 100);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.nav-item:hover:after{
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	filter: alpha(opacity=@opacity * 100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100;
	opacity: 1;background-color: #0c5ea2;
	color: #fff;
}

.nav-item{
	position: relative;
	transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
	transition: all 200ms linear;
}
.section {
	position: relative;
	width: 100%;
	display: block;
}
.full-height {
	height: 100vh;
}
.over-hide {
	overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
}

h1 span{
	display: inline-block;
	transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
	transition-delay: 1000ms;
}
h1 span:nth-child(2){
	transition-delay: 700ms;
}
h1 span:nth-child(3){
	transition-delay: 900ms;
}
h1 span:nth-child(4){
	transition-delay: 800ms;
}
h1 span:nth-child(5){
	transition-delay: 1000ms;
}
h1 span:nth-child(6){
	transition-delay: 700ms;
}
h1 span:nth-child(7){
	transition-delay: 900ms;
}
h1 span:nth-child(8){
	transition-delay: 800ms;
}
h1 span:nth-child(9){
	transition-delay: 600ms;
}
h1 span:nth-child(10){
	transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
	transition-delay: 1300ms;
}
h1 span:nth-child(12){
	transition-delay: 1500ms;
}
h1 span:nth-child(13){
	transition-delay: 1400ms;
}
h1 span:nth-child(14){
	transition-delay: 1200ms;
}
h1 span:nth-child(15){
	transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #0d60a5;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
	transition: all 300ms linear;
	transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
	transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #0d60a5 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fafdff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	font-family: 'Nanum Myeongjo', serif;
	color: #444444;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: rgb(14, 96, 165);
	background-color: transparent;
	
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
	filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
	transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
	transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 16px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 11px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	.beforednone:before{
		display:none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
	filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
	filter: brightness(100%);
}
.navbar-nav{
	background: #125fa1;
	border-radius: 24px;
	padding: 0 20px;
}
@media screen and (min-width:1400px){
	.nav-link, .dropdown-item{
		font-size: 16px;
	}
	.container {
		max-width: 85%;
	}
}
@media screen and (min-width:1600px){
	.nav-link, .dropdown-item{
		font-size: 17px;
	}
	.container {
		max-width: 80%;
	}
}
@media screen and (min-width:1800px){
	.nav-link, .dropdown-item{
		font-size: 18px;
	}
	.container {
		max-width: 75%;
	}
}

@media screen and (max-width:1199px){
	.nav-link, .dropdown-item{
		font-size: 13px;
		padding: 5px 0px !important;
	}
	.navbar-brand img {
		height: 35px;
	}
	.start-header.scroll-on .navbar-brand img {
		height: 35px;
	}
}
@media screen and (max-width:991px){
	.nav-link, .dropdown-item{
		font-size: 12px;
		padding: 3px 0 !important;
	}
	.navbar-brand img {
		height: 25px;
	}
	.dropdown-item {
		padding: 3px 10px !important;
	}

	.nav-item {
		margin-left: 0.5rem !important;
	}
	.container {
		max-width: 760px;
	}
	.start-header.scroll-on .navbar-brand img {
		height: 25px;
	}
}

@media screen and (max-width:767px){
	.navbar-light .navbar-toggler{
		margin-top: -6px;
	}
	.navbar-nav{
		padding: 10px 0 !important;
	}
	.nav-link{
		font-size: 15px;
		padding: 5px 0 !important;
		color: #444 !important;
	}
	.nav-item.active .nav-link{
		color: #0f5ea1 !important;
	}
	.nav-item:hover .nav-link{
		color: #0f5ea1 !important;
	}
	.dropdown-item {
		font-size: 13px;
	}  .navbar-brand img {
		height: 30px;
	}
	.navbar-nav{
		background-color: transparent;
		border-radius: 0;
	}
}
/*Navigation End*/


/*Topbar Started*/
.topbar{
	background-color: #125fa1;
	padding: 6px 0 5px;
}
.topbar ul {
	margin: 0;
	padding: 0;
}
.topbar ul li{
	display: inline-block;
	margin-right: 15px;
}
.topbar ul li a{
	color: #fff;
	line-height: 1;
	font-size: 16px;
	font-family: 'Old Standard TT', serif;
}
.topbar ul li a i{
	margin-right: 5px;
}
.topbar ul li a:hover{
	text-decoration: none;
	color: #f0f8ff;
}
.topbar ul li a img{
	height: 15px;
	margin-top: -2px;
	margin-right: 5px;
}
.topbar .socialicon{
	float: right;
}
.topbar .socialicon li a i{
	font-size: 16px;
	margin-top: 2px;
}

@media screen and (min-width:1400px){
	.topbar ul li a{
		font-size: 15px;
	}
	.topbar .socialicon li a i{
		font-size: 18px;
	}
	.topbar ul li a img {
		height: 18px;
	}
	.topbar{
		padding: 4px 0 7px;
	}
}


@media screen and (min-width:1600px){
	.topbar ul li a{
		font-size: 15px;
	}
	.topbar .socialicon li a i{
		font-size: 18px;
	}
	.topbar ul li a img {
		height: 18px;
	}
	.topbar{
		padding: 5px 0 8px;
	}
}


@media screen and (min-width:1800px){
	.topbar ul li a{
		font-size: 16px;
	}
	.topbar .socialicon li a i{
		font-size: 19px;
	}
	.topbar ul li a img {
		height: 19px;
	}
	.topbar {
		padding: 6px 0 2px !important;
	}
}

@media screen and (max-width:991px){
	.topbar{
		display: none;
	}
}
/*Topbar End*/

.homeabt .mt-20 p span b{
	font-size: 16px;
	margin-left: 2px;
}


/*Home about*/
.homeabt {
	padding: 50px 0 42px;
	background: url('../images/abtbg.webp');
	background-size: cover;
}
.headingtext{
	font-size: 30px;
	text-align: center;
	margin: 0 0 0px;
	font-family: 'Cinzel', serif;
	font-weight: 700;
}
.headingtext span{
	color: #0d5ba0;
}

.abtimg1{

}
.homeabt .mt-20{
	margin-top: 30px;
}
.homeabt .mt-20 p {
	font-size: 17px;
}
.homeabt .mt-20 p span{
	color: #0d5ba0;
	font-weight: 600;
	font-size: 18px;
}

@media screen and (max-width:767px){
	.homeabt {
		padding: 25px 0 40px;
	}
	.homeabt .mt-20 p {
		font-size: 16px;
	}
	.homeabt .mt-20 {
		margin-top: 20px;
	}
	.homeabt .mt-20 p span{
		font-size: 18px;
	}
}
/**/

/*Expert section*/
.expertsection{
	padding: 50px 0;
}
.expertsection p, .expertsection h2{
	text-align: left;
}
.expertsection h2{
	margin-top: 5%;
}
@media screen and (max-width:767px){
	.expertsection h2 {
		margin-top: 0%;
	}
	.expertsection {
		padding: 25px 0 30px; overflow: hidden;
	}
	.expertsection img{
		margin-top: 10px;
	}

}
/**/

.app-wrapper {
	text-align: center;
	position: relative;
}
.app-wrapper .service-list {
	position: absolute;
	min-height: 280px;
	width: 100%;
	padding: 0 50px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.app-wrapper .service-list .service-box {
	width: 50%;
	padding: 10px 60px;
	display: flex;
	align-items: center;
	justify-content: end;
}
/*.app-wrapper .service-list .service-box:nth-child(3n + 1), 
.app-wrapper .service-list .service-box:nth-child(3n + 3),
.app-wrapper .service-list .service-box:nth-child(3n + 4){
	margin-left: auto;
	justify-content: start; 
}*/
.servceleft{
	margin-left: auto;
	justify-content: start !important; 
}
.servceright{
	margin-right: auto;
	justify-content: end !important; 
}
.servceleft2{
	margin-left: 0;
	margin-right: auto;
	justify-content: start !important; 
}
.app-wrapper .service-list .service {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	padding: 14px 30px 10px 68px;
	font-size: 17px;
	font-family: var(--font-family-title);
	color: var(--title);
	font-weight: 900;
	text-align: left;
	min-width: 360px;
	box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1); 
}
.app-wrapper .service-list .service:before {
	content: "\f00c";
	position: absolute;
	left: -2px;
	top: -2px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	border-radius: 50px;
	color: #fff;
	background: #0c5c9f;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
}
.mb--10{
	margin-bottom: 10px;
}
.app-wrapper img{
	height: 350px;
}

@media screen and (min-width:1600px){
.app-wrapper img {
  height: 400px;
}
}


@media only screen and (max-width: 1200px) {
	.app-wrapper .service-list {
		padding: 0; 
	}
	.app-wrapper .service-list .service-box {
		padding: 10px 20px; 
	} 
}
@media only screen and (max-width: 991px) {
	.app-wrapper .service-list .service-box {
		padding: 10px 10px; 
	}
	.app-wrapper .service-list .service {
		font-size: 15px;
		min-width: 300px;
		padding: 10px 20px 10px 58px;
	}
	.app-wrapper .service-list .service:before {
		height: 40px;
		line-height: 40px;
		width: 40px; 
	} 
	.app-wrapper .service-list .service::before{
	    top:2px;
	}
	#sitemapmenu{
	    margin-bottom:30px;
	}
}
@media only screen and (max-width: 767px) {
	.app-wrapper .service-list .service-box {
		width: 100%; 
	}
	.app-wrapper .service-list .service-box:nth-child(3n + 1), .app-wrapper .service-list .service-box:nth-child(3n + 5) {
		margin-left: auto;
		justify-content: end;
	}
	.app-wrapper .service-list .service-box:nth-child(odd) {
		justify-content: start;
	}
	.app-wrapper .service-list .service {
		font-size: 15px;
		min-width: 245px;
		padding: 8px 20px 8px 50px; 
	}
	.app-wrapper .service-list .service:before {
		left: 4px;
		top: 4px;
		height: 33px;
		line-height: 33px;
		width: 33px;
		font-size: 14px; 
	} 
}
@media only screen and (max-width: 991px) {
	.app-wrapper img {
		width: 400px; 
	} 
}
.content-inner-2 {
	padding: 50px 0 0;
	background: #e6f4ff;
}
@media screen and (max-width:767px){
	.app-wrapper img{
		display: none;
	}
	.app-wrapper .service-list{
		position: relative;
		min-height: 100% !important;
		top: 0;
		transform: none;
	}
.content-inner-2 {
  padding: 32px 0 32px;overflow-x: hidden;
}
.abtmain, .productpage{
   overflow-x: hidden; 
}
}
/*Footer*/

footer {
	background: #0c5c9f;
	padding: 50px 0 40px;
/*	border-top: 1px solid #fff;*/
	border-bottom: 1px solid #fff;
}
footer h3 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Cinzel', serif;
}
footer p {
	font-size: 15px;
	font-family: 'Lato', serif;
	color: #fff;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	line-height: 26px;
}
footer p a{
	color: #fff;
}
footer p a:hover {
	transition: 0.5s ease;
	color: #daecff;
	text-decoration: none;
}
.links12 p{
	margin-bottom: 5px;
}
.sitemap img {
	height: 15px;
}
.copyright {
	padding: 0px 0 10px;
	background: #0c5c9f;
}
.copyright p, .copyright p a {
	color: #fff;
	font-size: 18px;
	font-family: 'Cinzel', serif;
	line-height: 1.45rem;
	text-align: center;
	line-height: 26px;
	margin-bottom: 0;
}

.scroll-top-wrapper 
{
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	background-color:#09477a;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 30px;
	bottom: 30px;
	color: #ffffff;
	text-shadow: 0 ;
	border:none;
	-webkit-animation: jump 1s ease-in alternate infinite;
	animation: jump 1s ease-in alternate infinite;
}
.scroll-top-wrapper:hover 
{
	background-color: #0d69b6;
	color: #fff;
}
.scroll-top-wrapper.show 
{
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i
{
	line-height: inherit;
	font-size: 24px;
}

#scrollUp {

}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@media screen and (max-width:767px){
	.scroll-top-wrapper{
		bottom:80px;
	}

}

/**/



/*Home Product*/
.home-product{
	padding:50px 0 40px;
	background-color: #f7fcff;
}
.home-product .post-slide{
	margin-top: 0 10px;
}
.post-slide{
	background: #fff;
	margin: 20px 15px 20px;
	border-radius: 15px;
	padding-top: 0px;
	box-shadow: 5px 3px 13px -1px #bbcbd8;
}
.post-slide .post-img{
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	margin-left: 0;
	border-top-right-radius: 10px;
}
.post-slide .post-img img{
	width: 100%;
	height: auto;
	transform: scale(1,1);
	transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
	transform: scale(1.1,1.1);
}
.post-slide .over-layer{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	background:linear-gradient(-45deg, rgba(153, 190, 213, 0.53) 0%, rgba(13, 91, 160, 0.77) 100%);
	transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
	opacity:1;
	text-decoration:none;
}
.post-slide .over-layer i{
	position: relative;
	top:45%;
	text-align:center;
	display: block;
	color:#fff;
	font-size:25px;
}
.post-slide .post-content{
	background:#0c5c9f;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	min-height: 53px;
}
.post-slide .post-title .amainheading{
	padding-top: 16px;
}
.post-slide .post-title a{
	font-size:17px;
	font-family: 'Cinzel', serif;
	font-weight:bold;padding: 9px 20px 7px;
	color:#fff;
	display: inline-block;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
	text-align: center;
}
.post-slide .post-title a:hover{
	text-decoration: none;
	color:#ebf6ff;
}

.post-slide .post-date{
	color:#a9a9a9;
	font-size: 14px;
}
.post-slide .post-date i{
	font-size:20px;
	margin-right:8px;
	color: #CFDACE;
}
.post-slide .read-more{
	padding: 7px 20px;
	float: right;
	font-size: 12px;
	background: #2196F3;
	color: #ffffff;
	box-shadow: 0px 10px 20px -10px #1376c5;
	border-radius: 25px;
	text-transform: uppercase;
}
.post-slide .read-more:hover{
	background: #3498db;
	text-decoration:none;
	color:#fff;
}
.owl-controls .owl-buttons{
	text-align:center;
	margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
	background: #fff;
	position: absolute;
	top:-13%;
	left:15px;
	padding: 0 18px 0 15px;
	border-radius: 50px;
	box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
	background: #fff;
	position: absolute;
	top:-13%;
	right: 15px;
	padding: 0 15px 0 18px;
	border-radius: 50px;
	box-shadow: -3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
	content:"\f104";
	font-family: FontAwesome;
	color: #333;
	font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
	content:"\f105";
}
@media screen and (max-width:767px){
	.home-product {
		padding: 30px 0 25px;
	}
}

/*End Home Product*/

/*Home Gallery*/
.gallery-section {
	padding: 50px 0 35px;
}

.gallery-section h2 {
	color: #333333;
	text-transform: uppercase;
	font-size: 1.6em;

}

.gallery-section .gallery-box {
	background: #fff;
	padding: 15px;
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(4, auto);
	/*grid-template-rows: repeat(1, 18vw);*/
	grid-auto-rows: 16vw;
	grid-gap: 1rem;
	margin-bottom: 20px;
	grid-auto-flow: dense;
}

.gallery-section .gallery-box .box {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
	transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover {
	box-shadow: 0px 4px 40px -4px rgba(0, 0, 0, 0.3);
}

.gallery-section .gallery-box .box.big {
	grid-row: span 2;
	grid-column: span 2;
}

.gallery-section .gallery-box .box.horizontal {
	grid-column: span 2;
}

.gallery-section .gallery-box .box.vertical {
	grid-row: span 2;
}

.gallery-section .gallery-box .box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover img {
	transform: scale(1.2);
}

@media (max-width: 991px) {
	.gallery-section .gallery-box {
		grid-template-columns: repeat(4, auto);
		grid-auto-rows: 18vw;
	}
}

@media (max-width: 767px) {
	.gallery-section .gallery-box {
		grid-template-columns: repeat(3, auto);
	}


	.gallery-section {
		padding: 35px 0 5px;

	}
	.contact-us .mt-30 {
  margin-top: 0px !important;
}.productpage {
  padding: 35px 0 20px !important;
}
}

@media (max-width: 575px) {
	.gallery-section .gallery-box {
		grid-template-columns: repeat(2, auto);
		grid-auto-rows: 35vw;
	}
	/*.navbar-collapse{*/
	/*    height:auto !important;*/
	/*}*/
}

.btn-read-more{
	padding: 7px 30px 3px;
	background-color: #0c5c9f;
	color: #fff;
	border: 1px solid #0c5c9f;
	border-radius: 10px;
	transition: 0.5s ease;
	font-size: 20px;
}
.btn-read-more:hover{
	background-color:#fff;
	transition: 0.5s ease;
	color:#0c5c9f;
	box-shadow: 0 !important;
}
/**/













.mobile-screen-footer {
	margin top: 50px;
	float: left;
	display: none;
	width: 100%;
	position: fixed;
	z-index: 9999999999 !important;
	bottom: 0px;
	background: #0c5c9f;
	border-radius: 30px 30px 0px 0px;border: 2px solid #fff;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: none;
}.mobile-footer-block {
	width: 25%;
	float: left;
	text-align: center;
}.mobile-footer-box a {
	width: 100%;
	text-decoration: none;
	padding: 10px 0px;
	padding-bottom: 10px;
	float: left;
	padding-bottom: 5px;
}.mobile-footer-box a img {
	width: 25px;
	margin: 0px auto;
}.mobile-footer-box a h5 {
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	color: #fff;
	line-height: 15px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: normal;

}


@media screen and (max-width:767px){
	.mobile-screen-footer{
		display: block;
	}
	.copyright {
		padding: 0px 0 70px;
	}
	.copyright p, .copyright p a{
		font-size: 15px;
	}
}


/*Contact Us Page*/

.page-title{
	height: 150px;
	position: relative;
	background-image: url('../images/banner.webp');
	background-size: cover;
}
.page-title .title-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.breadcrumbs{
	padding-left: 0;
	margin-bottom: 0;
}
.page-title .page-title-heading .h1-title {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.6px;
	margin-bottom: 1px;font-family: 'Cinzel', serif;
}
.page-title .breadcrumbs li {
	display: inline-block;
	line-height: 28px;font-family: 'Cinzel', serif;
	color: #fff;
}
.page-title .breadcrumbs li a {
	color: #fff;
	letter-spacing: -0.2px;
}
.page-title .breadcrumbs li a i {
	padding: 0 3px 0 7px;
}
.tm-contact-block {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
	overflow: hidden;
	min-height: 380px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	box-shadow: 0 10px 25px rgba(18, 95, 161, 0.3);
	transition: all 0.4s ease-in-out 0s;
}
.tm-contact-block:hover > .tm-contact-icon {
	background: #125fa1;
	color: #fff;
}
.tm-contact-icon {
	display: inline-block;
	height: 93px;
	width: 93px;
	line-height: 89px;
	font-size: 40px;
	text-align: center;
	border-radius: 999px;
	border: 1px solid #125fa1;
	margin-bottom: 25px;
	color: #125fa1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.tm-contact-block h5 {
	margin-bottom: 10px;
}
.tm-contact-block p {
	margin-bottom: 0;
}
.tm-contact-block p a{
	color: #212112;
}
.tm-contact-block:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-us{
	padding: 20px 0 60px;
}
.mt-40{
	margin-top: 40px;
}
.contactusform{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 30px;
	overflow: hidden;
	min-height: 340px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;

}
.contactusform h2{
	text-align: left;
	margin-bottom: 20px;
}

.form-control{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

@media screen and (max-width:1199px){
	.tm-contact-block{
		padding: 30px 6px;
	}
}
@media screen and (max-width:991px){
	.tm-contact-block{
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767px){
	.contact-us{
		padding: 40px 0;
	}
}
/**/

/*facilities*/
.facilities{
	padding: 60px 0 35px;
}
.facilities  .gallery-box .box:hover img {
	transform: scale(1.2);
}
.facilities .gallery-box .box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}
.facilities .gallery-box .box {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
	transition: all .5s ease;
}
.facilities h3{
	margin-top: -10px;
	background: #125fa1;
	font-size: 18px;
	font-family: 'Cinzel', serif;
	color: #fff;
	margin-bottom: 10px;
	line-height: 26px;
	padding: 10px 10px;
	text-align: center;
}
.mt-300{
	margin-top: 60px;
}
.mt-200{
	margin-top: 30px;
}
@media screen and (max-width:767px){
	.mt-300, .mt-200{
		margin-top: 0px;
	}
	.facilities h3{
		margin-bottom: 20px;
	}
	.facilities{
		padding: 40px 0 20px;
	}
}






















@media screen and (max-width:1199px){
	.headingtext {
		font-size: 26px;
	}
	p{
		font-size: 15px;
		line-height: 27px;
	}


}
@media screen and (max-width:991px){
	.headingtext {
		font-size: 25px;
	}
	p{
		font-size: 14px;
		line-height: 26px;
	}

}
@media screen and (max-width:767px){
	.headingtext {
		font-size: 24px;
	}
	p{
		font-size: 14px;
		line-height: 26px;
	}
	footer{
		padding: 35px 0 40px;
	}
	.pl-43{
		padding-top: 20px;
	}
	.pl-43 iframe{
		margin-top: 10px;
	}
	.page-title {
		height: 100px;
	}
	.page-title .page-title-heading .h1-title{
		font-size: 26px;margin-top: 10px;
	}
	.page-title .breadcrumbs li{
		line-height: 0;
	}
	.tm-contact-block {
		padding: 20px 6px;
		min-height: auto;
	}
	.tm-contact-icon{
		height: 70px;
		width: 70px;
		line-height: 70px;
	}
	.tm-contact-block h5 {
		margin-bottom: 0;
	}
	.tm-contact-icon{
		margin-bottom: 10px;
	}
	.tm-contact-block p{
		padding-top: 5px;
	}.mt-40 {
		margin-top: 10px;
	}
}

.navbar-nav{
	background: #fff;
}

.nav-link{
	color: #474747 !important;
	font-weight: 800;
}
.nav-item.active .nav-link {
	color: #125fa1 !important;
}
.nav-item:hover .nav-link{
	color: #125fa1 !important;
}

@-webkit-keyframes rotate {
	0% { -webkit-transform: rotate(0deg) scale(1.0); }
	100% { -webkit-transform: rotate(360deg) scale(1.1); }
}
@-moz-keyframes rotate {
	0% { -moz-transform: rotate(0deg) scale(1.0); }
	100% { -moz-transform: rotate(360deg) scale(1.1); }
}
@-o-keyframes rotate {
	0% { -o-transform: rotate(0deg) scale(1.0); }
	100% { -o-transform: rotate(360deg) scale(1.1); }
}
@-ms-keyframes rotate {
	0% { -ms-transform: rotate(0deg) scale(1.0); }
	100% { -ms-transform: rotate(360deg) scale(1.1); }
}
@keyframes rotate {
	0% { transform: rotate(0deg) scale(1.0); }
	100% { transform: rotate(360deg) scale(1.1); }
}
@-webkit-keyframes rori {
	0% { -webkit-transform: rotate(360deg) scale(1.1); }
	100% { -webkit-transform: rotate(0deg) scale(1.0); }
}
@-moz-keyframes rori {
	0% { -moz-transform: rotate(360deg) scale(1.1); }
	100% { -moz-transform: rotate(0deg) scale(1.0); }
}
@-o-keyframes rori {
	0% { -o-transform: rotate(360deg) scale(1.1); }
	100% { -o-transform: rotate(0deg) scale(1.0); }
}
@-ms-keyframes rori {
	0% { -ms-transform: rotate(360deg) scale(1.1); }
	100% { -ms-transform: rotate(0deg) scale(1.0); }
}
@keyframes rori {
	0% { transform: rotate(360deg) scale(1.1); }
	100% { transform: rotate(0deg) scale(1.0); }
}


.abtimg1:hover{
	-webkit-animation-name: rotate;
	-moz-animation-name: rotate;
	-ms-animation-name: rotate;
	-o-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-ms-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


/*About Us*/

.aboutus{
	padding: 60px 0 60px;
}
.mt-30{
	margin-top: 50px;
}
.aboutus p{
	text-align:justify !important;
}
.bgfull{
/*	margin-top: 50px;*/
/*	padding-top: 20px;*/
}
.bgfull .headingtext{
	text-align: left;
}
.aboutus ul li{
	font-family: 'Lato', serif;
  font-size: 16px;
  line-height: 30px;
  list-style: disclosure-closed;
  margin-bottom: 10px;
}
.aboutus ul li::marker{
	color: #09477a;
}
/*.aboutus::before{
	content: '';
	position: absolute;
	background-color: #eef7ff;
	width: 70%;
	height: 100%;
	left: 22%;
	margin-top: 30px;
}
@media screen and (min-width:1600px){
	.aboutus::before{
	width: 70%;
	height: 80%;
	left: 22%;
	margin-top: 20px;
}
}
@media screen and (min-width:1400px){
	.aboutus::before{
	width: 70%;
	height: 75%;
	left: 22%;
	margin-top: 20px;
}
}*/
blockquote{
font-size: 20px;
  width: 48%;
  /*margin: 50px auto;*/
  font-family: Open Sans;
  font-style: italic;
  color: #0d5ba0;
  padding: 1.2em 30px 1.2em 75px;
  /*border-left: 8px solid #0D5BA0;*/
  line-height: 1.6;
  position: relative;
  background: transparent;
  text-transform: capitalize;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-left:25%;margin-bottom: 10px;
}.text {
  width: 30ch;
  border-right: 3px solid;
  animation: blink 2s step-end infinite, type 4.5s steps(40) forwards;
  overflow: hidden;
  white-space: nowrap;
}
.type-wrap {
  font-size: 28px;
  padding: 0px 0 30px;
  text-align:center;
  font-weight:600;
  color: #0d5ba0;
}

/* the above is for styling puposes only */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
blockquote::after {
  font-family: Arial;
  content: "\201C";
  color: #0D5BA0 ;
  font-size: 4em;
  position: absolute;
  right: 10px;transform: rotate(180deg);
  bottom: -9px;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@keyframes type {
  0% {
    width: 0;
  }
}


blockquote::before{
	font-family:Arial;
	content: "\201C";
	color:#0D5BA0;
	font-size:4em;
	position: absolute;
	left: 10px;
	top:-10px;
}


blockquote span{
	display:block;
	color:#333333;
	font-style: normal;
	font-weight: bold;
	margin-top:1em;
}
.aboutus{
/*	background: url('../images/bg3.jpg');*/
	background-size: 100% 100%;
}

@media screen and (max-width:767px){
	.aboutus ul li{
		font-size: 14px;
    line-height: 26px;
	}
	.aboutus{
		padding: 30px 0 25px;
	}
	.aboutus ul{
	padding-left:15px;
}
.aboutus img{
	margin-bottom: 20px;
}
}


/*Career*/
.career{
	padding: 40px 0 0;
}
.career p, .career p a{
	font-size: 16px;
}
.related-link {
    /*padding-top: 25px;*/
    padding-bottom: 25px;
}
.related-ul {
    list-style-type: none;
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
}
.related-link li {
   position: relative;
display: inline-block;
font-size: 14px;
text-transform: uppercase;
color: #222222;
/*padding: 6px 20px;*/
line-height: 20px;
border: 1px solid #cccccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
cursor: pointer;
background: none;
    background-color: rgba(0, 0, 0, 0);
margin: 0px 5px 10px 0px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.related-link li a {
    display: block;
    position: relative;
    border:none;
    padding: 0.8em 1.2em;
    border-width: 1px 0 0 !important;
    /*border-style: solid;*/
    color: inherit;
}
.textmm h3{
 font-size: 16px !important;
line-height: 30px !important;
font-weight: 500;
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 20px;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #1963a0;
  border: 1px solid #1963a0;
  font-weight: normal;
  text-align: center;
  color: white;
  font-family: 'Lato', sans-serif !important;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.btn-info{
	background-color: #1963a0;
  border-color: #17a2b8;
  padding-top: 5px;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #1d96b2;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #1963a0;
  color: white;font-family: 'Lato', sans-serif !important;text-align: left;
    font-weight: normal;
}
.responsive-table tbody td[data-type=currency] {
  text-align: center;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title); 
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
.responsive-table tbody td {
  text-align: right;
  border-bottom: 1px solid #1d96b2;
    font-family: 'Lato', sans-serif !important;
}


@media (min-width: 52em) {
  .responsive-table {
    font-size: .9em;
  }
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }

  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #000;
    text-align: left;
  }
  .responsive-table tbody td {
    text-align: center;border: 1px solid #1963a0;
  }
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
  .responsive-table tfoot {
    font-size: .9em;
  }
}
.ourfocus-ul{
    margin-top: 10px;
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}
.modal.show .modal-dialog{
max-width: 50% !important;
margin-top: 5%;
}
.close{
	color: #fff !important;
}
label, .modal-title{
	font-family: 'Lato', sans-serif;
}
#send{
	padding-top: 9px;
}
.modal-title{
	font-size: 20px;
}
.responsive-table{
	font-size: 16px;
}
	.career {
  padding: 40px 0;
}
@media screen and (max-width:767px){
	.career {
  padding: 20px 0 10px;
}
.modal.show .modal-dialog {
  max-width: 100% !important;
  margin-top: 5%;
}
}
@media screen and (max-width:991px){
	.post-slide .post-title .amainheading{
	padding-top: 16px;
}
}
.aboutpagefix {
  position: absolute;
  left: -93px;
  top: -60px;
  z-index: -1;
  animation: animName 10s linear infinite;
}
@keyframes animName {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

    @media screen and (min-width:991px)
    {
        .abtmain {
  padding: 80px 0 60px;
}

    }
/*Product Page*/
.productpage{
	padding: 60px 0 50px;
}
.productpage p{
	font-size: 16px;
  border-bottom: 2px solid #ccc;
  width: fit-content;
  margin-bottom: 10px;
}
.productpage .p{
	font-size: 16px;
  border-bottom: none;
  width: fit-content;
  margin-bottom: 10px;
}
.productpage .featuresproduct{
	background-color: #0d5ba0;
  padding: 8px 40px;
  margin: auto;
  width: fit-content;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.productul  p{
	font-size: 18px;
  width: 100%;
  text-align: center !important;
  margin-bottom: 10px;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.productpage .card{
	box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;border-top: none;
}
.productpage .card-body
{
	border-bottom: 2px solid #0d5ba0;
	padding: 10px 30px 25px;
}
.productpage .card-header{
	padding: 0;

}
.productpage .card-header .collapsed{
	background: #fff;
	color: #212112 !important;
  padding: 10px 20px;
}
.productpage .card-header button{
	background: #0d5ba0;
  color: #fff !important;
  padding: 10px 20px;font-family: 'Lato', serif;
  text-decoration: none !important;
}
.productpage #accordionExample{
	margin-top: 40px;
	margin-bottom: 20px;
}
.productpage td, .productpage th{
	font-family: 'Lato', serif;
	text-align: center;
}
.productpage thead{
	background: #e7e7e7;
}
.productpage .p span{
	font-size: 24px;
  font-weight: 500;
}
.content-inner-2{
	overflow-x: hidden;
}
.showindesktop{
    
}
.showinmobile{
    display:none;
}
 
#deskhide{
    display:none;
}
@media screen and (max-width:767px){
	.type-wrap{
		font-size: 17px;padding: 0px 0 16px;
	}
	.type-wrap i{
		font-size: 14px;
	}
	.videoframe{
	    height:315px !important;
	}
	#deskshow{
	    display:none;
	}
#deskhide{
    display:block;
}
.showinmobile{
    display:none;
}
.show .showinmobile {
  display: block !important;
}
	.showindesktop{
     display:none  !important;
}  .page-title .page-title-heading .h1-title {
    font-size: 18px;
    margin-top: 6px;
  }
  .productpage .p {
  font-size: 14px;
  }.servceright, .servceleft{
    margin-left:auto;justify-content: start !important;
}
}




.mobshow{
    display:none;
}
@media screen and (max-width:1450px){
    .mobnone{
    display:none;
}
.mobshow{
    display:block;
}

}