@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@charset "utf-8";
body
{
	margin:0px;
	padding:0px;
	font-family:'Montserrat', sans-serif!important;
}
h1
{
	font-family: 'Montserrat', sans-serif!important;
    color: #000;
    font-size: 22px;
    font-weight: 300!important;
    line-height: 32px;
}
.clr
{
	margin:0px;
	padding:0px;
	clear:both;
	line-height:0px;
}
.align-item-center
{
	align-items:center;
	display:flex;
}

.dropdown-menu > li > a {
   
    line-height: 29px !important;
    color: #000 !important;
    font-weight: bold !important;
}
.equal-height
		{
		  display: flex;
		  flex-wrap: wrap;
        }
		.equal-height > div {
  display: flex;
   margin-bottom: 25px;
}
		.section-left-page2
		{
		 width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align:center;
 
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px 0 10px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    
		}
		.section-left-page2 p {
    color: #fff;
    margin-bottom: 28px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 24px;
}
.section-left-page2 .fa
{
	color: #000;
    font-size: 39px;
    background-color: #fff;
    border-radius: 50px;
    padding: 18px;
    width: 75px;
    height: 75px;
	margin:0 auto 15px auto;
}
.section-left-page2 a
{
	background-color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 30px;
    color: #000;
	width: 50%;
    margin: 0 auto;
	}
	.section-left-page2 a:hover
{
	text-decoration:none;
	opacity:0.5
	}
#pageloader {
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 72%);
}
#pageloader img
{
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	position: absolute;
	top: 50%;
}
.toplinksclass
{
	margin:0px;
	padding:0px;
	display:flex;
	gap:10px;
	list-style:none;
}
.toplinksclass li
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.toplinksclass li:last-child {
	margin-left: auto;   
}
.connect-ind
{
	margin:15px 0;
    padding: 9px 20px;
    border: 1px solid #000;
    border-radius: 20px;
}
.connect-ind a
{
	color:#000;
	font-weight:bold;
}	
.floatingConnectBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    transition: all 0.4s ease-in-out;
}
.floatingConnectBtn a {
    background: #304269;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    transform-origin: center; 
}
.floatingConnectBtn a:hover
{
	text-decoration:none;
}
.floatingConnectBtn a:focus
{
	text-decoration:none;
}

.floatingConnectBtn.fixedCenter {
    position: fixed;
    top: 50%;
    right: -64px; 
    transform: translateY(-50%);
}
.floatingConnectBtn.fixedCenter a {
    transform: rotate(-90deg); 
	border-radius:20px 20px 0px 0px;
	border: 1px solid #fff;
}
.modal-title
{
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
.inquirytxt
{
	font-size: 32px;
    text-align: center;
}
	
.two-per-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;        
  gap: 0;                 
}


.two-per-row li {
  box-sizing: border-box;
  width: 50%;            
  padding: 8px;          
}
.two-per-row li:nth-child(5) {
  box-sizing: border-box;
  width: 100%;            
  padding: 8px;          
}




.two-per-career {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;        
  gap: 0;                 
}


.two-per-career li {
  box-sizing: border-box;
  width: 50%;            
  padding: 8px;          
}

.two-per-form {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;        
  gap: 0;                 
}


.two-per-form li {
  box-sizing: border-box;
  width: 100%;            
  padding: 8px;
  overflow: hidden;
}



.modal-header .close {
    position: absolute;
    right: 6px;
    top: 0px;
    font-size: 40px;
    z-index: 9999 !important;
}
.modal-dialog {
	width: 750px !important;
	margin: 80px auto;
}
.form-control
{
	height:45px;
}
.modal-footer
{
	border:none;
}
.modal-header
{
	border:none;
}
.modal-content
{
	padding-bottom:20px;
}
.choosecat
{
	font-weight:bold;
	color:orange;
	text-align:center;
	font-size:22px;
	padding:20px 0 20px 0;
}
.choosecat .fa {
    color: orange;
    font-size: 39px;
    background-color: #fff;
    border-radius: 50px;
    padding: 19px;
    width: 75px;
    height: 75px;
}
.blog_data
{
	margin:0px;
	padding:0px;
}
.datapera span
{
	font-family: 'Montserrat', sans-serif!important;
	padding: 0px;
    color: #000 !important;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}
.datapera span a
{
	color:#000 !important;
}
.text_blog span
{
    font-family: 'Montserrat', sans-serif !important; 
    color: #000 !important;
}
.text_blog span a
{
	color:#000 !important;
}
.blog_data img
{
	margin:0px;
	padding:10px;
	width:100%;
	height:330px;
	object-fit:contain;
	border:1px solid #ccc;
}
.img_left
{
	float:left;
}
.img_left2
{
	max-width:74%;
	float:left;
	font-weight:bold;
}
.blod_details h2
{
	background-color:#175da7;
	color:#fff !important;
	padding:10px !important;
	font-size:20px !important;
	border-radius: 5px;
}
.blogset li
{
	margin:0px;
	padding:0px 0 25px 0;
	list-style:none;
}
.blod_details ul
{
	margin:10px 0 0 0 !important;
	padding:0px;
}
.blod_details ul li
{
	list-style: none;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px 0;
}
.blod_details ul li a
{
	color:#000;
}
.blod_details ul li img
{
	width:70px;
	height:70px;
	object-fit:cover;
	margin: 0 5px 0 0;
}
.social_media li
{
	float:left;
	width: 20%;
}
.social_media img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 5px 0 0;
}
.social_media img:hover 
{
	opacity:0.7;    
}
.enquiry-btn {
    position: fixed;
    right: 0px;
    top: 113px;
    z-index: 9999;
	cursor:pointer;
}
.enquiry-btn img {
	border-radius:10px 0 0 10px;
}
.carousel-content {
    color:black;
    display:flex;
	text-align:center;
    align-items:center;
}
#text-carousel {
	width: 100%;
	height: auto;
	padding: 0px 0 41px 59px;
}
.carousel-indicators
{
	padding-top:70px;
}
.header
{
	margin:0px 0;
	padding:0px;
}
.main_header
{
	background:#fff;
	padding:0;
}
.fixed {
    box-shadow: 0 0 6px 1px #000000;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
}
.logo
{
	margin:10px 0 10px 0;
	padding:0px;
}
.menubar
{
	margin:0px 0 0 70px;
	padding:6px 0 0 0;
	float:none !important;
}
.menubar.scrolled .navbar-nav {
    float: right !important;
}
.navbar-nav > li > a
{
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
	padding: 24px 13px;
}
.active a
{
	color:#09F !important;
}
/*...............................Slider-Start.......................................*/
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
/********************
	*****Slide effect
**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
div:where(.swal2-container) div:where(.swal2-popup)
{
	    font-size: 16px !important;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}
.slide-text > span {
    padding: 0;
    color: #ffffff;
    font-size:47px;
    font-style: normal;
    line-height: 84px;
    margin-bottom:0px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
	}
    .slide-text > p {
        font-size: 18px;
	}
}
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
	}
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
	}
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
	}
    .control-round .carousel-control{
        display: none;
	}
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
	}
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
	}
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
	}
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
	}
    .indicators-line > .carousel-indicators{
        display: none;
	}
}
/*...............................Slider-end.......................................*/
.heading
{
	margin:20px 0;
	padding:0px;
}
.heading p
{
	color: #000;
    font-size: 16px;
    line-height: 31px;
    margin: 5px 0;
    padding: 0;
	text-align:justify;
	font-family:'Montserrat', sans-serif!important;
	font-weight: 500;
}
.title {
    background: rgba(0, 0, 0, 0) url("../images/heading-border.png") repeat-x scroll left bottom;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}
.title h2{
	border-bottom: 4px solid #175da7;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0 20px 10px 0;
    text-transform: uppercase;
    z-index: 999;
}
.our_services
{
	margin:5px 0;
	padding:0px;
}
.our_services img
{
	margin:0px;
	padding:0px;
	float:left;
}
.our_services h3
{
	margin:0px;
	padding:0px 0 10px 60px;
	font-size:19px;
	font-weight:300;
}
.our_services p
{
	font-size:13px;
	color:#000;
	text-align:justify;
	line-height:23px;
	margin:0px;
	padding:0px 0 0 60px;
}
.line_spacing
{
	margin:30px 0;
	padding:0px;
}
.perllex_img
{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	width:100%;
	background-attachment:fixed;
	background-position:center;
    background-size:cover;
	height:auto;
}
.perllex_img h4
{  color: #000;
    font-size: 30px;
    font-weight: 800;
    padding: 24px 0;
    text-align: center;
    text-transform: uppercase;
}
.about_txt
{
	color: #000;
    font-size: 15px;
    line-height: 23px;
    margin: 5px 0;
    padding: 0;
    text-align: justify;
}
/*...............................Testimonial-Start.......................................*/
.testimonial_details
{
	margin:0px 0 25px 0;
	padding:0px;
}
#testimonial-slider{
    padding:0px 20px 0px 20px;
    text-align: center;
}
.testimonial .description{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "fontAwesome";
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .description:after{
    content: "\f10d";
    font-family: "fontAwesome";
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title_heading{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    margin: 0;
	font-weight:bold;
}
/*...............................Testimonial-End.......................................*/
.footer
{
	margin:0px;
	padding:30px 0 10px 0;
	background-color:#304269;
	height:auto;
	width:100%;
}
.address
{
	margin:0px;
	padding:0px;
}
.address h6
{
	color: #fff;
    font-size:20px;
    font-weight:700;
    margin: 0;
    padding: 9px 0;
}
.address p
{
	margin:0px;
	padding:0px;
	color:#fff;
	line-height:22px;
	font-size:14px;
}
.footer_services
{
	margin:0px;
	padding:0px;
}
.footer_logo img
{
	width:100%;
}
.footer_services ul
{
	margin:0px;
	padding:0px;
}
.footer_services ul li
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer_services ul li a
{
	margin:0px;
	padding:0px;
	color:#fff;
	line-height:29px;
}
.top_contacts
{
	margin:0px;
	padding:11px 0;
	background-color:#304269;
}
.phone_details
{
	margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 200;
    font-size:15px;
    letter-spacing: 1.5px;
	font-weight: bold;
}
.login
{
	float:right;
	margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.social_icons
{
	margin:0px;
	padding:0px;
}
.social_icons ul
{
	margin:0px;
	padding:0px;
	float:right;
}
.social_icons ul li
{
	margin:0px 18px 0 0;
	padding:0px;
	float:left;
	list-style:none
}
.social_icons ul li a
{
	margin:0px;
	padding:0px 0px 0 0;
	color: #fff;
    font-size:16px;
}
.social_icons ul li a:hover
{
	color:#000;
}
.read_more
{
	background-color: #175da7;
    border-radius: 3px;
    box-shadow: 1px 2px 3px 1px #7d7d7d;
    color: #fff;
    float: right;
    font-size: 12px;
    margin: 11px 0 0;
    padding: 3px 6px;
    text-align: center;
	line-height:16px;
	transition-duration:0.6s;
}
.read_more:hover
{
	background-color:#000;
	color:#fff;
	transition-duration:0.6s;
}
.page_heading
{
	margin:0px 0 20px 0;
	padding:20px 0;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}
.page_heading h1
{
	margin:0px 0;
	padding:0px;
	text-align:left;
	font-size:26px;
	text-transform:uppercase;
	font-weight:900;
}
.footer_logo
{
	margin:0px;
	padding:0px;
}
.footer_logo img
{
	margin: 0px 0 10px 0;
    padding: 4px;
    border-radius: 3px;
    background-color: #fff;
    border-radius: 5px;
}
.footer_logo span
{
	margin:0px;
	padding:0px 0 0 0;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
.footer_logo span a
{
	color:#fff;
}
.mainfooter
{
	border-top:1px solid #fff;
	padding:10px 0 0 0;
}
.footer_logo h1:hover
{
	text-decoration:none;
}
.page_content
{
	margin:0px 0 20px 0;
	padding:0px;
	color: #000;
    font-size: 15px;
    line-height: 23px;
    
}
.page_content span
{
	color: #000;
	text-align:center;
}
.page_content p
{
	margin:0px 0 0px 0;
	padding:0px;
	color: #000;
    font-size: 15px;
    line-height: 23px;
   
}
.page_content h2
{
	margin:0px 0 0px 0;
	padding:0px;
	color: #000;
    font-size: 15px;
	font-weight:bold;
}
.about_img
{
	width:100%;
}
.about_img img
{
	width:100%;
	border:2px solid #000;
}
.services_details
{
	margin:30px 0 30px 0;
	border-bottom:1px solid #ccc;
}
.services_details img
{
	margin:0px;
	padding:0px;
	float:left;
}
.services_details h1
{
	margin:0px;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
	color:#000;
    padding: 14px 0 10px 60px;
}
.services_details p
{
	color: #000;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    padding:16px 0 0 0px;
    text-align: justify;
}
.page_content a
{
	text-decoration:none;
}
.page_services
{
	margin:0px;
	padding:20px 0;
    font-size:20px;
	font-weight:900;
	text-align:center;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	text-transform:uppercase;
}
.service_list
{
	margin:10px 0 0 0;
	padding:0px;
}
.service_list ul
{
	margin:0px;
	padding:0px;
}
.service_list ul li
{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	line-height:56px;
}
.service_list ul li a
{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	line-height:32px;
    font-size: 14px;
	color:#000;
	text-decoration:none;
}
.service_list ul li a:hover
{
	color:#000;
}
.service_list ul li img
{
	margin:0px 10px 0 0;
	padding:0px;
	width:11%;
}
.page_content ul
{
	margin:0px 0 0 0px;
	padding:0px;
}
.page_content ol
{
	margin:10px 0 0 16px;
	padding:0px;
}
.career_blocks
{
	margin:20px  0 20px 0;
	padding:20px;
	background-color:#ebebeb;
	border-radius:5px;
}
.career_blocks h1
{
	margin:0px;
	padding:0px;
	color:#000;
	font-size:17px;
	font-weight:bold;
}
.career_blocks h2
{
	margin:0px;
	padding:5px 0 0 0;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
.career_blocks h3
{
	margin:0px;
	padding:15px 0 0 0;
	color:#000;
	font-size:17px;
	font-weight:bold;
}
.career_blocks p
{
	margin:0px;
	padding:5px 0 0 0;
	color:#000;
	font-size:15px;
}
.more_button
{
	margin:0px;
	padding:5px 10px;
	color:#fff;
	text-align:center;
	border-radius:5px;
	float:right;
	background-color:#0099ff;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
}
.more_button:hover
{
	opacity:0.5;	
}
.text_cls
{
	margin: 5px 0 10px 0;
	padding: 4px;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #ebebeb;
	float:left;
	color:#757575;
}
.career_contact
{
	margin:40px 0 25px 0;
	padding:0px;
	font-weight:bold;
}
.career_contact span
{
	color:#F00;
}
.career_contact1
{
	margin:0px 0 0px 0;
	padding:0px;
	font-weight:bold;
	border:2px dotted #ccc
}
.career_contact2
{
	margin:0px 0 0px 0;
	padding:0px;
	font-weight:bold;
}
.career_contact1 span
{
	color:#F00;
}
.chg_color
{
	color:#000 !important;
	font-weight:normal;
}
.motivate_line
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#000;
}
.contact_img
{
	margin:0px;
	padding:0px;
}
.contact_img img
{
	margin:0px;
	padding:0px;
	width:100%;
}

.text_cls1
{
	margin: 5px 0 0px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #ebebeb;
	width:100%;
	color:#757575;
}
.contact_form h1
{
	margin:0px;
	padding:10px 0;
	color:#000;
	font-weight:bold;
	font-size:25px;
}
.contact_form1 
{
	margin:0px 0 0 20px;
	padding:0px 0;
}
.contact_form1 h1
{
	margin:0px 0 0 0px;
	padding:10px 0;
	color:#000;
	font-weight:bold;
	font-size:25px;
}
.top_img img
{
	margin:0px;
	padding:0px;
	width:100%;
}

.map_location
{
	margin:0px;
	padding:0px;
}
.website_blog
{
	margin: 14px 0 0 0;
	padding: 12px 0 0 0;
	color: #fff;
	border-top: 1px solid #5F5F5F;
	width: 70%;
}
.website_blog a
{
	margin: 0px;
	padding:0px 0 0 0;
	color: #fff;
	outline: none;
}
.website_blog a:hover
{
	text-decoration: none;
}
.website_blog img
{
	margin: 0px;
	padding: 0px;
	width: 11px;
}
/*..................Social-icon......................*/
a {
	color: #fff;
	text-decoration: none;
}
.me {
	width: 400px;
	margin: 90px auto;
}
.me p,
.me h1 {
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}
.me p {
	font-weight: 200;
}
.me span {
	font-weight: bold;
}
.social_set {
	position: fixed;
	top: 20px;
	z-index:3;
	top:125px;
	width:50px;
}
.social_set ul {
	padding: 0px;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}
.social_set ul li {
	display: block;
	margin: 5px;
	background: rgba(255, 255, 255, 0.5);
	width: 315px;
	text-align: right;
	padding: 10px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social_set ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
	background: rgba(255, 255, 255, 0.4);
}
.social_set ul li:hover a {
	color: #000;
}
.social_set ul li:hover i {
	color: #fff;
	background: red;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social_set ul li i {
	margin-left: 10px;
	color: #000;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 20px;
	background: #ffffff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	box-sizing:content-box !important;
}
/*..................Social-end......................*/
.countary_name ul
{
	margin:0px 0 40px 0;
	padding:0px;
}
.countary_name ul li
{
	list-style:none;
}
.countary_name ul li a
{
	margin:0px 0 0px 0;
	padding:0px;
	font-family:arial;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-transform:capitalize;
	line-height:29px;
}
.countary_name a:hover
{
	color:#000;
}
.error_show
{
	margin:0px;
	padding:0px;
}
.error_show h1
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:75px !important;
	font-weight:bold;
}
.error_show h3
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:25px !important;
}
.error_show h5
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:20px !important;
}
.banner_img
{
	margin:0px;
	padding:0px;
}
.banner_img img
{
	margin:0px;
	padding:0px;
	width:100%;
}.whatsapp {    position: fixed;    top: 90%;    left: 4%;    z-index: 999999;}
.about_img_main img
{
	width:100%;
	padding:0px 0 0 0;
}
.chooseservices p
{
	margin:0px;
	padding:0px;
	text-align:center !important;
}
.logo img
{
	width:66%;
}
.bg-color
{
	background-color:#304269;
	padding:20px 0;
}
.inner_layout
{
	padding:10px;
}
.manas-boxed {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
	color:#fff;
}
.section-left a {
    background-color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 30px;
	color:#000;
}
.section-left {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.section-left p
{
	color:#fff;
	margin-bottom:28px;
	font-family: 'Montserrat', sans-serif!important;
	line-height:24px;
}
.section-left .fa
{
	color: #000;
    font-size: 39px;
    background-color: #fff;
    border-radius: 50px;
    padding: 18px;
    width: 75px;
    height: 75px;
}
.service-title p {
	color: #000;
    margin: auto;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
.headingsss {
    font-size: 32px;
    font-weight: 300!important;
	color:#fff;
	text-align:center;
}
.headingsss1 {
    font-size: 32px;
    font-weight: 300!important;
	color:#000;
	text-align:center;
}
.name-readmore a {
    color: #fff;
    font-size: 15px;
    background-color: #304269;
    padding: 15px 30px;
    border-radius: 50px;
	float:right;
	margin:20px 0;
}
.section-header {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 740px;
    clear: both;
    overflow: hidden;
}
.count-wrap {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0 auto 10px;
    text-align: center;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.count-wrap h3 {
    font-size: 50px;
    margin: 0 auto;
}
.gray-bg
{
	background: #f1f1f2;
	padding:20px 0 49px 0;
}
.phone_details a:hover
{
	color:#fff;
	text-decoration:none;
}
.phone_details a:focus
{
	color:#fff;
	text-decoration:none;
}
.phone_details a:active
{
	color:#fff;
	text-decoration:none;
}
.address a
{
	color:#fff;
}
.address a:hover
{
	color:#09F;
	text-decoration:none;
}
.address a:focus
{
	color:#fff;
	text-decoration:none;
}
.address a:active
{
	color:#fff;
	text-decoration:none;
}
.contact_form1 a
{
	color:#000;
}
.contact_form1 a:hover
{
	color:#000;
	text-decoration:none;
}
.contact_form1 a:focus
{
	color:#000;
	text-decoration:none;
}
.contact_form1 a:active
{
	color:#000;
	text-decoration:none;
}
.blog_details
{
	margin:0px;
	padding:0px;
	height:588px;
}
.blog_btn
{
	margin: 0 auto;
    width: 141px;
}
.blog_details img
{
	margin:0px;
	padding:0px;
	width:100%;
	height:250px;
	object-fit:contain;
	border:1px solid #ccc;
}
.text_blog
{
	/* white-space: nowrap; 
		max-width: 800px; 
		overflow: hidden;
	text-overflow: ellipsis; */
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-height: 66px;
	overflow: hidden;
}
.blogheader_set
{
	margin:0px;
	padding:10px 0 0 0;
	font-weight:bold;
	font-size:20px;
	color:#175aa4;
}
.owner_set
{
	padding:10px 0 10px 0;
	float:left;
	font-weight:bold;
	color:#1660a9
}
.date_set
{
	padding:10px 0 10px 0;
	float:right;
	font-weight:bold;
	color:#1660a9;
}
.single_bdr 
{
	border-bottom:1px solid #ccc;
	margin:0px;
	padding:0px;
}
.parallax
{
	margin:0px;
	padding:0px;
	background-image:url(../images/);
}
.accordionItemContent p
{
	line-height: 27px;
    color: #000;
    font-size: 15px;
    text-align: justify;
}
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    font-size: 17px;
    background:#304269;
    color:#fff;
    width:100%;
	line-height:23px;
	border-radius: 3px;
	box-sizing: border-box;
}
.accordionItemHeading span{
	float: right;
	font-size: 25px;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
	transform: scaleY(0);
    float:left;
    display:block;
}
.close
{
	opacity:inherit !important;
	text-shadow:inherit !important;
}
.open .accordionItemContent{
	padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
	transform: scaleY(1);
	transform-origin: top;
	transition: transform 0.4s ease;
	box-sizing: border-box;
}
.open .accordionItemHeading{
    margin:0px;
    background-color:#304269;
    color: #fff;
}
.text_cls2 {
    margin: 5px 0 20px 0;
    padding: 4px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ebebeb;
    float: left;
	color:#757575;
}
.contactbg
{
	background-color:#fff;
	padding:20px;
}
.contactbg h3
{
	text-align:center;
}
.more_button2
{
	margin: 0px;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    border-radius:10px;
    float: right;
    background-color:#304269;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    width: 100%;
}
.perllex_img1
{
	margin: 0px;
    padding: 0px;
    background-image: url(../images/parellex-img.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
}
.perllex_img1 h4
{  color: #fff;
    font-size: 30px;
    font-weight: 800;
    padding: 24px 0;
    text-align: center;
    text-transform: uppercase;
}
.perllex_img1 p
{
	color: #fff;
	text-align:center;
}
.phone .fa
{
	margin-top:17px;
}
.application
{
	color:#fff !important; 
}
.iframecls
{
	display:none;
	visibility:hidden;
}
.facebookscr
{
	display:none;
}
.topheading
{
	font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0 20px 10px 0;
    text-transform: uppercase;
}
.top_header
{
	background-color:#304269;
	padding:40px 0
}
.top_header img
{
	width:100%;	
}
.top_header h1
{
    font-family: 'Montserrat', sans-serif!important;
    color: #000;
    font-size: 58px;
    font-weight: bold !important;
    line-height: 60px;
    color: #fff;
}
.top_header p
{
    font-family: 'Montserrat', sans-serif!important;
    color: #fff;
    font-size: 16px;
    line-height: 31px;
    color: #fff;
}
.contact_btn
{
	margin:30px 0 0 0;
	padding:0px;
	width:100%;
}
.contact_btn a
{
	background-color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 30px;
    color: #000;
}
.contact_btn:hover a
{
	text-decoration:none;
	background-color: #000;
	color:#fff;
}
.imageresponsive img
{
	width:100%;
}
.heading-set h2
{
	font-size: 25px;
	padding: 0 0 20px 0;
    font-weight: bold;
    color: #000;
	line-height:37px
}
.heading-set-three  h3
{
	font-size: 25px;
	padding: 0 0 20px 0;
    font-weight: bold;
    color: #fff;
	text-align:center;
}
.manas-boxed-second {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    color: #fff;
	padding: 0 0 20px 0;
}
.section-left-page
{
	text-align: center;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	height:250px;
}
.section-left-page p {
    color: #fff;
    margin-bottom: 28px;
    font-family: 'Montserrat', sans-serif!important;
    line-height: 24px;
}
.section-left-page1
{
	text-align: center;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	height:337px;
}
.section-left-page1 p {
    color: #fff;
    margin-bottom: 28px;
    font-family: 'Montserrat', sans-serif!important;
    line-height: 24px;
}
.ecomm_icon img
{
	width: 100%;
    border-radius: 10px;
}
.ecomm_icon
{
	margin: 0 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 65px;
    border-radius: 5px;
}
.contect_left p
{
	text-align:justify !important;
}
.contect_left span
{
	color:orange !important;
}
.chg-radius img
{
	border-radius:50%;
	margin:54px 0 0 0;
}
.last-row 
{
    float: left;
    width: 100%;
}
.cal {
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 0;
}
.cal img {
    -webkit-animation: mover 0.5s infinite alternate !important;
    animation: mover 0.5s infinite alternate !important;
}
.whatsaapp {
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 0;
}
.whatsaapp img {
    -webkit-animation: mover 0.5s infinite alternate !important;
    animation: mover 0.5s infinite alternate !important;
}
@-webkit-keyframes mover{
    0%{
        transform:translateY(0)
	}
    100%{
        transform:translateY(-10px)
	}
}
@keyframes mover{
    0%{
        transform:translateY(0)
	}
    100%{
        transform:translateY(-10px)
	}
}
@-webkit-keyframes blink2{
    from{
        color:#000
	}
    to{
        color:#fff
	}
}
100% {
    transform: translateY(-10px);
}
.tabs {
	text-align: center;
	margin: 20px 0;
}
.tab-btn {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 18px;
	margin: 5px;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s;
}
.tab-btn.active {
	background: #304269;
	color: #fff;
	border-color: #304269;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	padding: 0px 28px 28px 28px;
}
.gallery .col {
	flex: 0 0 23%;
    max-width: 23%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #d3e3fd;
    border-radius: 13px;
}
.gallery img {
	width: 100%;
	border-radius: 8px;
	cursor: pointer;
	transition: transform 0.3s;
}
.gallery img:hover {
	transform: scale(1.05);
}
@media (max-width: 992px) {
	.gallery .col {
		flex: 0 0 48%;
		max-width: 48%;
	}
}
@media (max-width: 600px) {
	.gallery .col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.lightbox {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.9);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: white;
	padding: 20px;
	text-align: center;
}
.lightbox img {
	max-width: 90%;
	max-height: 70vh;
	border-radius: 10px;
}
.lightbox p {
	margin: 15px 0;
    font-size: 14px;
    width: 430px;
}
.lightbox a {
	display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #fff;
}
.lightbox a:hover { background: #0056b3; }
.closes {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 35px;
	cursor: pointer;
	color: white;
}