@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500,600,700,800,900';
* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	box-sizing:border-box
}
body { margin: 0; padding: 0; font-size: 13px; font-family: 'Titillium Web', sans-serif;}
h1,h2,h3 { margin: 0; padding: 0;}
.wrapper {width: 1200px; margin: 0 auto; }
.logo_container {  width: 30%;  height: auto;  float: left; margin: 10px 0;}
.top_ph {  font-family: libre franklin,sans-serif;  font-size: .85em;  color: #91a1b4;  font-weight: 600;
  width: auto;  height: auto;  float: right;  padding: 1.3% 1% 0% 5%;  line-height: 1.8em;  background: url(../images/ph.jpg) no-repeat 7% center;  border-left: 1px solid #dee0e9;}
.top_mail {  font-family: libre franklin,sans-serif;  font-size: .85em;  color: #91a1b4;
  font-weight: 600;  width: auto;  height: auto;  float: right;  padding: 1.3% 3% .3% 5%;
  line-height: 1.8em;  background: url(../images/msg.jpg) no-repeat 0% center;}
.top_contact {  width: 60%;  float: right;  height: auto;  padding-top: 1%;  padding-bottom: 1.5%;}
.menu_wrapper {  background:#033f63; border-bottom: 5px solid #ffd400;}
.clr-outer {width: 100%; float: left;}
.menu_wrapper ul {margin: 0; padding: 0;}
.menu_wrapper ul li {display: inline-block; font-size: 16px; text-transform: uppercase; padding: 0.7em 0;}
.menu_wrapper ul li a {text-decoration: none; color: #fff; padding: 0.7em 1.6em;}
.menu_wrapper ul li a:hover { background: #ffd400; padding: 0.7em 1.6em; color: #070a3c;}
.menu_wrapper ul li a.active {background: #ffd400; color: #070a3c;}
.welcome-wraper {
  width: 100%;
  height: auto;
  padding-top: 45px;
  padding-bottom: 50px; float: left;
}
.welcome-wraper h1 {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: inherit;
  font-size: 1.4285714285714286em;
  font-weight: 200;
  color: #999999;
  text-transform: uppercase;
  line-height: 30px;
  background: url(../images/welcome-bottom.png) no-repeat bottom center;
  padding-bottom: 10px;
}
.welcome-wraper h1 span {
  font-size: 1.5em;
  font-weight: 400;
  color: #033f63;
}
.welcome-wraper p {
  font-size: 18px;
  font-family: inherit;
  font-weight: 300;
  color: #666;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button,
[class*="button-"] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  text-decoration: none;
  background: #fff;
  border: solid 1px #cccccc;
  border-radius: 20px;
  -moz-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  -webkit-transition: ease 0.35s all;
  transition: ease 0.35s all;
  font-family: inherit;
  font-size:1em;
  font-weight:400;
  color:#666;
  width:130px;
  height:40px;
  line-height:40px;
  text-align:center;
  margin-top:20px;
}
.button:hover,
[class*="button-"]:hover {
  background: #549b45;
   border: solid 1px #fff;
}

.button-hover:hover {
  line-height: 10em;
}
.button-hover:before {
  content: attr(data-text);
  color: #fff;
  position: absolute;
  top: -45px;
}

section.module:last-child {
  margin-bottom: 0;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 50px 0 100px 0px;;
}
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: 100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  background-size:100% 100%;
}
section.module.parallax-2 {
  background-image: url(../images/paralax.jpg); float: left;
}
section.module.parallax-1 {
  background-image: url(../images/paralax1.jpg);
}

.home-service{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:100px;
}
.service-top{
	width:100%;
	height:auto;
	padding-bottom:20px; float: left;
}

.service-top h4{
	width:auto;
	height:auto;
	float:left;
	border-left:1px solid #fff;
	font-family:inherit;
	font-size:1.4285714285714286em;
	font-weight:200;
	color:#fff;
	text-transform:uppercase;
	padding-left:1%;
}
.service-top h4 span{
	font-family:inherit;
	font-size:1.5em;
	font-weight:400;
}

.ser-point { margin: 0;}
.ser-point li { background: url("../images/ser-point.png") no-repeat top left; padding:0 0 25px 25px; background-position-y: 5px; list-style: none;}


.serv-home{
	width:33.266%;
	height:318px;
	float:left;
	margin-right:0.1%;
	background-color:#fff;
	padding:50px 50px;
}
.serv-home:nth-child(3n+3){ margin-right:0%;}

.serv-home h2{
	font-family:inherit;
	font-size:1.4285714285714286em;
	font-weight:400;
	color:#333;
	text-transform:uppercase;
	}
.serv-home ul li{
	font-family:inherit;
	font-size:1.1428571428571428em;
	font-weight:300;
	color:#666;
	line-height:28px;
	}


.abt-wrap {
  width: 85%;
  height: auto;
  padding: 0 0 5em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
}

.mis-title { text-align: center; width: 100%; float: left; padding: 1em 0; color: #033f63;}

.about-for{
	width:33.33%;
	height:auto;
	padding:50px 50px 40px 50px;
	position:relative;
	float:left;
	background-color:#00a1e1;
	overflow:hidden;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.about-for:nth-child(2){ background-color:#007dad;}
.about-for:nth-child(3){ margin-right:0%; background-color:#033f63;}
.abt-title-wrap{	width:100%;	height:auto;	display:flex;}
.bottom-wraper {  width: 100%;  height: auto;  background:#ffd400; float: left;}
.location{	width:33%;	height:auto;	float:left;	border-right:1px solid #252526;	padding-top:35px;
	padding-bottom:35px;	padding-left:5%; min-height: 145px;}
.bottom-icon {  width: auto;  height: auto;  float: left;  padding-right: 3%;  padding-top: 10px;}
.bottom-dtl-title{
	width:100%;
	height:auto;
	text-align:left;
	text-transform:uppercase;
	font-family:inherit;
	font-size:1.2857142857142858em;
	font-weight:400;
	color:#252526;
}
.bottom-dtl{
	width:auto;
	height:auto;
	float:left;
	padding-left:3%;
	border-left:1px solid rgba(37,37,38,0.5);
}
.bottom-dtl-for{
	width:100%;
	height:auto;
	text-align:left;
	font-family:inherit;
	font-size:1.1428571428571428em;
	font-weight:300;
	color:#252526;
	line-height:24px;	
}

.bottom-dtl-for a { color: #252526;}

.abt-title {
  width: auto;
  height: auto;
  font-size: 1.75em;
  color: #fff;
  font-family: inherit;
  text-align: left;
  font-weight: normal;
}
.about-for ul li {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-size: 1.3em;
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 1em;
  background: url(../images/about-listing.png) no-repeat left 10px;
  padding-left: 12px;
}

.inner-banner {  width: 100%;  height: auto;}
.inner-banner img {  width: 100%;  height: auto;  display: block;}

.totalno_wraper {
  width: 100%;
  height: 149px;
  background: url( ../images/number_bg.png) no-repeat;
    background-size: auto;
  background-size: cover; float: left;
}

.emp_no {
  width: 25%;
  height: 149px;
  float: left;
  padding-top: 50px;
  padding-bottom: 45px;
  padding-left: 5%;
}
.emp_icons {
  width: auto;
  height: auto;
  float: left;
  padding-right: 5%;
}

.emp_name {
  width: auto;
  height: auto;
  float: left;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-top: -5px;
}
.crisil {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 15px;
  display: table;
  padding-bottom: 5px;
  padding-top: 16px;
}
.emp_no:hover {
  background: #65ac4c;
}

.emp-totalno {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  background: url(../images/plus.png) no-repeat right center;
  padding-right: 15px;
  display: table;
}

.pad-tp { padding: 45px 0; display: flow-root;}
.ser-img { margin: -5px 10px 0 0; vertical-align: middle;}

.footer_wrap {
    width: 100%;
    height: auto;
	background:#2e2e30 url(../images/footerline.png) ; background-position: left 125px;
    background-repeat: no-repeat;background-size: 925px 1px; float: left;}

.footer_left{width: 60%;height: auto;float: left;}
.footer_right{width:29%;height: auto;float: right;border-left: 1px solid rgba(255,255,255,0.05); padding-left: 50px;}
.footer-top{
	width:100%;
	height:100px;;
	padding-top:25px;/*border-bottom: 1px solid rgba(255,255,255,0.05);*/
	}	
.footer-middle{
	width:100%;
	height:auto;
	padding-top:25px;
   
    padding-bottom: 25px;
	}	
.footer-quick {
    width: 25%;
    height: auto;
    float: left;
}
.footer-quickmail {
    width: 23%;
    height: auto;
    float: left;
}

.footer-follow {
    width: 100%;   padding-top: 25px;
    height: auto;
    float: left;padding-bottom: 25px;
}
.footer-menu {
       width: auto;
    height: auto;
    float: left;
    padding-top: 10px;
	
	
	 
}
.footer-menu ul {
       padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
     display: inline;
    padding-right:35px;
    font-family:'PT Sans', sans-serif;
    font-size: 14px;
    font-weight:400;
    color: #aeaeae;
	 
	
	
}

.footer-menu ul li a{
	font-family: 'PT Sans', sans-serif;
     color: #aeaeae;
	

}
.footer-menu ul li a:hover{
	font-family: 'PT Sans', sans-serif;
     color: #fff;


}
.callback_wrap{width:99%;height: auto;border:1px solid rgba(255,255,255,0.05);}
.callback_txtbox {
    font-family:'PT Sans', sans-serif;
    font-size: 1em;
    color: #aeaeae;;
    font-weight:300;
    height:50px;padding-left: 5%;
    width:60%;line-height: 50px;
    background: none;
}
.callback_btn {
    background: #ffd400; height:50px;line-height: 50px;
    font-family:'PT Sans', sans-serif;
    font-size: 1em;
	width:30%;
    color: #252526; 
    font-weight: 500;
    border: none; cursor: pointer;
    float: right;

    text-transform: uppercase;
}





.footer-follow ul{margin:0px;padding:0px; list-style-type:none;}
.footer-follow ul li{font-family: 'Muli', sans-serif;
     color: #fff;
    font-weight: 300;
    line-height: 1.8em;
    list-style-type: none;display: inline-block;
    padding: 0em .5em;
  
}
.footer-follow ul li a {    
  padding-top: 3px;
   line-height: 38px;
   border-radius: 50%;border: #828283 1px solid; 
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
}
.footer-follow ul li a img:hover { -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); }


.footer-quick-title {
    width: 100%;
    height: auto;
    text-align: left;
    font-family:'PT Sans', sans-serif;
    font-size: 18px;
    font-weight:500;
    padding-bottom: 20px;text-transform: uppercase;
    color: #fff;
}

.footer-quick ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-quick ul li {
    width: 100%;
    height: auto;
    text-align: left;
    font-family:'PT Sans', sans-serif;
    font-size: 14px;
	font-weight:400;color:#aeaeae;
}

.footer-quick ul li a{
	width:100%;
	height:auto;
	text-align:left;
	font-family:'PT Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#a5a5a6;
	line-height:28px;
	
	

}
.footer-quick ul li a:hover{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	 color: #a5a5a6;
	line-height:28px;text-decoration: none;
	


}

.footer-quickmail ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-quickmail ul li {
    width: 100%;
    height: auto;
    text-align: left;
    font-family:'PT Sans', sans-serif;
    font-size: 14px;
	font-weight:400;color:#aeaeae;
}

.footer-quickmail ul li a{
	width:100%;
	height:auto;
	text-align:left;
	font-family:'PT Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#a5a5a6;
	line-height:28px;
	
	

}
.footer-quickmail ul li a:hover{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	 color: #a5a5a6;
	line-height:28px;text-decoration: none;
	


}





.footer-bottom{
	width:100%;
	height:36px;
	line-height: 40px;
	background-color:#252526; float: left;
}


.copyright {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;padding-top:2px;padding-bottom: 2px;
	/*margin-top: 1%;margin-bottom: 1%;*/}


.copy {
    width: auto;
    height: auto;
    float: left;
    font-family:'Roboto', sans-serif;
    font-size:12px;
    font-weight: 400;
    color: rgba( 255, 255, 255, 0.5);
    line-height: 30px;
   
	}

.design {
    width: auto;
    height: auto;
    float: right;
    font-family:'Roboto', sans-serif;
    font-weight: 300;
    color: rgba( 255, 255, 255, 0.5);
    line-height: 30px;
}

.design p {
    width: auto;
    height: auto;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: rgba( 255, 255, 255, 0.5);
    line-height: 30px;
    padding-right: 6px;
   
}
.design p  a{ color: #aeaeae; }
.design p  a:hover{color:#eb6502; }
.arabic-logo { float: right; text-align: right; background: url("../images/arabic.png") no-repeat center right; width: 100%; height: 23px; background-size: contain; margin: 12px 0 0 0;}


.top_menu { display:none; width:100%; float:left; position:absolute; height:auto;}
#mobileMenu {
	display: block;
	z-index: 99;
	position:relative;
}
.toggleMobile {
	position:absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 999;
	float:right;
}
.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3 {
	display: block;
	position: absolute;
	width: 25px;
	height:3px;
	right: 0;
	background: #fff;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile span.menu1 {
	top: 0;
}
.toggleMobile span.menu2 {
	top:7px;
}
.toggleMobile span.menu3 {
	top:14px;
}
.toggleMobile.active span.menu1 {
	top:7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu2 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu3 {
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}

#mobileMenu ul { margin:0px; padding:0px;}

#mobileMenu ul li {
	display:block;
	background-color:#00795f;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #046852;
}
#mobileMenu ul li a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding:5px 30%;
}
.call { float: left; margin: 5px 10px; position: absolute;}
.whatsaap {float: left; margin: 5px 10px; position: absolute; left: 45px;}
.flt-lft { float: left;}

.contact-enquiry-wrap {  width: 65%;  height: auto;  float: left;}
.get-title {  width: 100%;  height: auto;  text-transform: uppercase;  font-family: inherit;  font-size: 30px;  font-weight: 400;
  color: #003366;}
#left_line {
  background-color: #65ac4c;
  float: left;
  width: 10%;
  height: 1px;
}
#right_line {
  background-color: #e5e5e5;
  float: left;
  width: 90%;
  height: 1px;
}
.enquiry-wrap {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.enquiry-container {
  width: 48%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.enquiry-container:nth-child(2n+2) {
  float: right;
}
.enquiry-container-text {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-size: 1.1428571428571428em;
  font-weight: 400;
  color: #003366;
  line-height: 30px;
}
.enquiry-box {
  width: 100%;
  height: auto;
}
.enquiry-box-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 2%;
  padding-right: 2%;
  border: 1px solid #003366;
  color: #666;
  font-family: inherit;
  font-size: 1.1428571428571428em;
  font-weight: 400;
}

.enquiry-container-area {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 30px;
}
.enquiry-box-text1 {
  width: 100%;
  height: 135px;
  line-height: 30px;
  padding-left: 2%;
  padding-right: 2%;
  border: 1px solid #003366;
  color: #666;
  font-family: inherit;
  font-size: 1.1428571428571428em;
  font-weight: 400;
}
.button1, [class*="button1-"] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: right;
  cursor: pointer;
  text-decoration: none;
  background: #003366;
  -moz-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  -webkit-transition: ease 0.35s all;
  transition: ease 0.35s all;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0px;
  margin-top: 0px;
}

.contact-address-wrap {
  width: 28%;
  height: auto;
  padding-left: 2%;
  float: right;
  padding-top: 14px;
}
.contact-address {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.contact-address-title {
  width: 100%;
  height: auto;
  font-family: inherit;
  font-size: 1.4285714285714286em;
  color: #333;
  font-weight: 400;
  text-align: left;
}
#left_line {
  background-color: #65ac4c;
  float: left;
  width: 10%;
  height: 1px;
}

.contact-address-for {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.contact-icon {
  width: 10%;
  height: auto;
  float: left;
  padding-top: 5px;
}
.contact-address-for-dtl {
  width: 90%;
  height: auto;
  float: left;
  font-family: inherit;
  font-size: 1.1428571428571428em;
  color: #666;
  font-weight: 400;
  padding-left: 2%;
}

.clear {
  clear: both;
}
.accordion-content img { width:100%; margin-bottom:30px; border-bottom:5px solid #ffd400; }
.back a {
  padding: 7px 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #F00;
}
.thanks { text-align: center; width: 100%; float: left; margin: 50px 0;}
.thanks p { padding: 20px 0; font-size: 17px;}
.back { width: 100%; float: left;}

/******************************MOBILE VERSION START********************************************/
@media screen and (max-width: 800px) {
	.wrapper { width:100%;}
	.top_menu { display:block; position:fixed; top:0; z-index:9; height: 40px; background: #00795f; width: 100%;}
	.menu_wrapper { display: none;}
	.top_contact { display: none;}
	.logo_container { float: none; margin: 0 auto; margin-top: 50px;}
	.audit-home { float: none; margin: 0 auto; width: 50%; height: auto; margin-bottom: 5px;}
	.audit-home:nth-child(3n+3) { margin-right: auto;}
	.button-hover { margin: 0 auto; float: none;}
	.about-for { width: 99%; margin: 0 auto; float: none;}
	.about-for:nth-child(2) {width: 99%; margin: 0 auto;}
	.about-for:nth-child(3) { margin-right: auto; margin: 0 auto;}
	.abt-wrap { display: block;}
	.location { width: 80%; margin: 0 auto; float: none; border-bottom: 1px solid #fff; border-right: 0;}
	.footer_left { width: 100%;}
	.footer-follow ul { margin: 0 auto; text-align: center;}
	.footer-menu { display: none;}
	.footer_right { text-align: center; width: 100%; border: none; padding: 0 15%;}
	.footer-quick-title { text-align: center;}
	.accordion-content { width: 95% !important;}
	.contact-enquiry-wrap { width: 90%; float: none; margin: 0 auto;}
	.contact-address-wrap { width: 90%; float: none; margin: 0 auto;}
	.serv-home { width: 90%; height: auto; float: none; margin: 0 auto 0.2% auto;}
	.serv-home:nth-child(3n+3) { margin-right: auto; }
	.service-top { width: 90%; float: none; margin: 0 auto;}
	.service-top .button-hover {display: none;}
	.footer-bottom { height: auto;}
	.copy, .design { text-align: center; width: 100%;}
	.design p { float: none;}
	
	
}
/******************************MOBILE VERSION END********************************************/
