@import url('https://fonts.googleapis.com/css?family=Open+Sans');



body{
    
    color: #333333;
    font-size: 16px;
    font-family: 'Belleza', sans-serif;
}
a:hover{
    text-decoration: none;
}


/*** Header ****/

.page_header{    
    background-color: #f0f0f0;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 1000;
    top: 0;
    box-shadow: 0 2px 5px #c7c7c7;    
}

.header_logo{
    margin-top: 5px;    
}
.header_logo a img{
	padding-right: 20px;
}
.header_logo span img{
	padding: 0 30px;
	border-left: 1px dotted #c7c7c7;
}

.header_menu{    
    text-align: right;
}
/*.header_menu p{
	text-align: right;
	margin-right: 30px;
}*/
.header_menu ul{
	margin-bottom: 0;
	/*background-color: #fff;*/
	float: right;
}

.header_menu ul li{
	padding: 30px 0;	
	margin: 0 -2px;
	/*border-right: 1px dotted #c7c7c7*/;
	background-color: #f0f0f0;
	border-bottom: 4px solid transparent;
}
.menu_separate{
	width: 1px;
	height: 30px;
	border-right: 1px dotted #c7c7c7;	
}
.header_menu ul li a{
    padding: 30px 13px;
    color: #333333;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 14px;
}
.header_menu ul li:hover{
	background-color: #3591D9;
	border-bottom: 4px solid #fff;
}
.header_menu ul li a:hover{
	color: #fff;
	
	
}

.header_contact{
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}
.header_contact_2{
	background-color: #DE242D;
		
}
.header_contact p span{
	padding: 10px;
	color: #fff;
	background-color: #DE242D;
	font-family: arial;
}
.header_contact_2 p{
	padding: 4px 0;
	margin-right: 45px;
	color: #fff;
	text-align: right;
	font-family: arial;
	font-size: 14px;
	margin-bottom: 0;
}
.header_contact_2 p i{
	font-size: 16px;
}
/*.menu_border{
    width: 0;
    height: 2px;
    background-color: #347BB2;
    position: absolute;
    transition: width 0.5s;
}

.header_menu ul li:hover .menu_border{
    width: 65%;
    background-color: #347BB2;
} */

/*.header_menu ul li.active {
    border-bottom: 2px solid #347BB2;
}*/

.header_xs{
    display: none;
}



/**** Banner ****/
.banner_cap_xs{
    display: none;
}
.page_banner{      
    margin: 111px 0;
    position: relative;    
}
.page_banner .bx-wrapper .bx-viewport{
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    left: 0px;
}
.page_banner ul{
    padding: 0;
}
.page_banner ul li{
    padding: 0;
}
.banner_cap{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 10% 5%;
    width: 40%;
    height: 100%;
}

.banner_cap p:nth-child(1){
    font-size: 26px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    /*margin-top: 50%; */
    /*margin-right: 20px;
    padding-left: 20px;*/
}

.banner_cap p span{
    font-size: 36px;
}

.banner_cap p:nth-child(2){
    font-size: 16px;
    /*padding-left: 20px;
    margin-right: 20px;*/
    margin-top: 70px; 
    color: #fafafa;
    font-family: 'Josefin Sans', sans-serif;
}

/**** About (Home page) ****/

/*.about_home{
    margin-top: 70px;
}*/
.home_cont_heading{
    text-align: center;
}
.home_content{
    text-align: center; 
    color: #5a5a5a;
}
.home_client_heading{
    margin-top: 50px;
}
.about_left{
    padding-right: 50px;
    border-right: 1px solid #dedede;    
}
.about_right{
    padding-left: 20px;
}
/***** Client Section ****/

.client_section{
    background-color: #f8f8f8;
    padding-bottom: 50px;
    padding-top: 50px;
}
.client_section .bx-wrapper .bx-viewport{
    border: none;
    background-color: #f8f8f8;
    box-shadow: none;
    height: 200px;
}
.view_more_btn a{
    padding: 10px 20px;
    background-color: #347BB2;
    color: #fff;
}
.client_section .bx-wrapper .bx-pager .bx-pager-item{
    display: none;
}

/****** Service Section *****/

.service_section{
    background-image: url(../images/Service-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 90px 0;
    margin-top: 100px;
}
.section_heading{
    margin-bottom: 50px;
    font-family: 'Belleza', sans-serif;
}
.service_panel{
    position: relative;
    border: 1px solid #fff;
    height: 150px;
    padding: 41px 0;
    margin-top: 50px;
    color: #fff;
}
.service_panel:hover{
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
}
.service_panel h1{
    position: absolute;
    top: -55px;
    left: 40%;
}

.service_panel h1 i.fa-cogs{
    background-color: #fff;
    color: #333;
    padding: 15px 14px;
    border-radius: 50px;
}
.service_panel h1 i.fa-check-square-o{
    background-color: #fff;
    color: #333;
    padding: 15px 16px;
    border-radius: 50px;
}
.service_panel h1 i.fa-search-plus{
    background-color: #fff;
    color: #333;
    padding: 15px 16px;
    border-radius: 50px;
}
.service_panel:hover.service_panel h1 i.fa-cogs, .service_panel:hover.service_panel h1 i.fa-check-square-o, .service_panel:hover.service_panel h1 i.fa-search-plus{
    background-color: #c7c7c7;
}

/****** Footer ******/

.footer_section{
    background-color: #333;
    color: #fff;    
    font-size: 14px;
    padding-top: 30px;
}
.offc_address{
    margin-top: 20px;
}
.footer_menu{
    margin-right: 100px;
}
.footer_menu ul li a{
    color: #fff;
    padding: 10px 10px 10px 0;
    display: block;
    border-bottom: 1px solid #fff;
}
.footer_menu ul li:nth-child(5) a{
    border-bottom: none;
}
.footer_info{
    margin-top: 10px;
}
.footer_info ul li{
    padding: 10px 0;
    font-size: 18px;
}
.footer_copyright{
    margin-top: 50px;
    border-top: 1px solid #6c6c6c;
}
.footer_copyright p{
    padding: 20px 0;
}
/****************************************/


/**************************************** Responsive ****************************************/

@media(max-width: 1366px){
    .banner_cap{
        padding: 10% 4%;;
    }
    .banner_cap p:nth-child(1){
        /*margin-top: 25%*/;
        font-size: 26px;
        color: #fff;
        font-family: 'Josefin Sans', sans-serif;
        /*margin-top: 50px; 
        margin-right: 20px;
        padding-left: 20px;*/
    }
    .banner_cap p span{
        font-size: 34px;
    }
    .banner_cap p:nth-child(2){
        font-size: 16px;
        /*padding-left: 20px;
        margin-right: 20px;*/
        margin-top: 60px; 
        color: #fafafa;
        font-family: 'Josefin Sans', sans-serif;
    }
}


@media(max-width: 1224px){
    
    .banner_cap p:nth-child(2){
        margin-top: 40px;        
    }
    .banner_cap p span{
        font-size: 30px;
    }
    .banner_cap p:nth-child(1){
        font-size: 24px;
    }
}

@media(max-width:1193px){
	.header_menu ul li a{
		padding-right: 8px;
	}
}
@media(max-width: 1112px){
    .banner_cap p span{
        font-size: 28px;
    }
    .banner_cap p:nth-child(1){
        font-size: 22px;
    }
}

@media(max-width: 1080px){
    
    .service_panel h1{
        left: 39%;
    }
}


@media(max-width: 1009px){
    .page_banner{
        height: auto;        
    }  
    .banner_cap{
        padding: 10% 3.5%;
    }
    
    .banner_cap p:nth-child(1){
        font-size: 20px;
       
    }
    .banner_cap p:nth-child(2){
        margin-top: 20px;
        font-size: 16px;
    }
}
@media(max-width: 991px){
	.header_logo{
		margin-top: 10px;
		text-align: center;
	}
	.header_menu, .header_contact{
		margin-top: 15px;
		text-align: center;
	}
	.header_menu ul, .header_contact{
		float: none;
		background-color: #f0f0f0;		
	}
	.header_menu ul li{
		background-color: #f0f0f0;
		padding: 10px 0;
	}
	.header_menu ul li:hover{		
		padding: 10px 0;
	}
	.header_menu ul li a{
		padding: 10px 13px 10px 11px;
	}
	.header_lg .col-sm-12{
		padding: 0;
	}
	.page_banner{
		margin-top: 165px;
	}
	.service_section{
		background-image: none;
		background-color: #333;
	}
	.service_panel{
		margin: 5% 20%;
	}
	.service_panel h1{
		left: 43%
	}
}

@media(max-width: 978px){
    
    .banner_cap p:nth-child(1){
        font-size: 18px;
        margin-top: 30px;
    }
    .banner_cap p:nth-child(2){
        margin-top: 20px;
        font-size: 14px;
    }
    .banner_cap p span{
        font-size: 26px;
    }
}
@media(max-width: 915px){
    .banner_cap p span{
        font-size: 25px;
    }
    .banner_cap{
        padding: 8% 3.5%;
    }
}

@media(max-width: 860px){
    .banner_cap p span{
        font-size: 22px;
    }
	.banner_cap{
        padding: 6% 3.5%;
    }
}
@media(max-width: 824px){
    .banner_cap{
        padding: 3% 3.5%;
    }
}

@media(max-width: 768px){
    .header_xs{
        display: block; 
        margin-top: 10px;
    }
	.header_xs a img{
		padding-right: 10px;		
	}
	.header_xs span img{
		padding-left: 10px;
		border-left: 1px dotted #c7c7c7;
		height: 60px;
		width: auto;
	}
    .header_lg{
        display: none;
    }
	/*.header_logo_xs{
		border-bottom: 1px dotted #f4f4f4;
		padding-bottom: 10px;
	}*/
    .toggle_menu_btn{
        margin-top: 10px;
    }
    .xs_menu_list{
        text-align: center;
    }
    .xs_menu_list ul li a{
        color: #fff;
    }
    .xs_menu_list ul li{
        padding: 10px;
        background-color: #347BB2;
        border-bottom: 1px solid #fff;
    }
    .xs_menu_list ul{
        margin-top: 10px;
    }
    
    .banner_cap p:nth-child(2){
        margin-top: 20px;
        font-size: 28px;
    }
    
    .banner_cap_xs{
        display: block;        
        color: #fff;
        padding: 0 30px 30px 30px;
    }
    .banner_cap_xs p:nth-child(1){
        font-size: 28px;
        font-family: 'Josefin Sans', sans-serif;
    }
    .banner_cap_xs p:nth-child(2){
        font-size: 16px;
        font-family: 'Josefin Sans', sans-serif;
    }
    .page_banner{
        position: none;
        margin-top: 70px; 
        background-color: #333;
    }
    
    .banner_cap{
        display: none;
    }
}


@media(max-width: 640px){
    .service_panel h1{
        left: 41%;
    }
}


@media(max-width: 540px){
    .service_panel h1{
        left: 40%;
    }
    .banner_btn{
        margin: 10% 5%;
    }
}
@media(max-width: 500px){
	.header_xs a img{
		height: 55px;
		width: auto;
	}
	.header_xs span img{		
		height: 50px;
		width: auto;
	}
}
@media(max-width: 480px){
    .service_panel h1{
        left: 39%;
    }
	
}

@media(max-width: 400px){
    /*.page_header{
        padding: 10px;
    }*/
    
    .service_panel{
        margin: 10% 15%;
    }
    .service_panel h1{
        left: 38%;
    }
    .service_panel h3{
        font-size: 20px;
    }
	.header_xs a img{
		height: 40px;
		width: auto;
	}
	.header_xs span img{		
		height: 35px;
		width: auto;
	}
	.toggle_menu_btn{
        margin-top: 1px;
    }
}
@media(max-width: 334px){
	.header_contact_2 p{
		font-size: 12px;
	}
}

@media(max-width: 320px){
    .service_panel{
        margin: 10%;
    }
}

/*****************************************************************************************/


/******************************************** About Us Page *********************************************/

.about_part{
    margin: 50px 0;
}
.about_part h1{
   
    margin-bottom: 50px;
}
.acheive_section{
    background-color: #f0f0f0;
    margin-bottom: 50px;    
}


.achievement_part{
    padding: 50px 0;
    
}

/*.achievement_part h1{
    font-size: 50px;
}*/


.achieve_content{
    margin: 50px;    
    padding: 10px 20px;
    border-bottom: 1px solid #898989;
    border-top: 5px solid #898989;
    height: 250px;
    background-color: #fff; 
    transition: 1s;
}

.achieve_content h3{
    padding-bottom: 10px;
    font-size: 30px;
    transition: 1s;
}
.achieve_content p{
    color: #676767;
}
.achieve_content:hover{
    border-bottom: 1px solid #347BB2;
    border-top: 5px solid #347BB2;
}
.achieve_content:hover.achieve_content h3{
    color: #347BB2;
}

.achievement_part_2{
	margin: 50px 0;
	padding-bottom: 50px;
	border-bottom: 1px dotted #c7c7c7;
}
.achievement_part_2 h1{
	font-size: 32px;	
	/*margin-left: 20px;*/
	position: relative;
	text-align: center;
	margin-top: 0;
	padding: 10px;
	/*background-color: #d6e4ef;*/
	color: #fff;
}
.achievement_part_2 .achieve_border{
	padding: 133px 0;
	background-color: #DE242D;
}

/*.achievement_part_2 .row{
	background-color: #ebebeb;
	padding: 10px 0;
}*/
.achieve_content_2{
	padding: 0 20px;
	border: 1px solid #c7c7c7;
	background-color: #fff;
	height: 330px;
	/*position: relative;*/	
	/*box-shadow: 1px 1px 5px 2px #c7c7c7;*/
}
.achievement_part_2 .row .col-md-3, .achievement_part_2 .row .col-lg-3{
	padding: 0;
}
/*.achieve_content_2 h3{
	position: absolute;
	top: -35px;
	background-color: #fff;
	padding: 0 20px 0 5px;
}*/
.achieve_content_2 h3{
	color: #347BB2;
	margin-top: 15px;
}
.achieve_content_2 p{
	line-height: 25px;
	color: #6a6a6a;
	text-align: justify;
}
.achieve_content_2 h3 img{
	margin-right: 10px;
	width: 12%;
	height: auto;
}

.achieve_border:before {
    display: block;
    content: "";
    width: 50px;
    height: 40px;
    position: absolute;
    top: 130px;
    left: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
/*.achieve_border:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}*/
/*.achieve_border span:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}*/
.achieve_border span:after {
    display: block;
    content: "";
    width: 50px;
    height: 37px;
    position: absolute;
    bottom: 130px;
    right: 20px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.dtcl_part_xs{
    display: none;
}
.dtcl_section{
    margin-bottom: 50px;
}
.dtcl_heading{
    font-size: 50px;
    color: #333;
    margin-bottom: 40px;
}
.dtcl_content{
    font-size: 30px;
    color: #347BB2;
    padding-right: 30px;
}
.dtcl_list li{
    padding: 5px 0;
    font-size: 18px;
    color: #676767;
}

.dtcl_list li i{
    color: #347BB2;
}
.dtcl_part{
    padding: 0 50px;
}

.abt_image{
    margin: 100px 0;
}

.about_other{
    margin-bottom: 50px;
    background-color: #d6d6d6;
    padding: 50px 0;
}

.about_other h3 span{
    padding: 9px 20px;
    background-color: #347BB2;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.about_other .col-md-3:first-child p{
    padding: 20px 20px 49px 20px;
    background-color: #fff;
    border: 1px solid #347BB2;
    font-size: 18px;
}
.about_other .col-md-3:nth-child(2) p{
    padding: 20px 20px 75px 20px;
    background-color: #fff;
    border: 1px solid #347BB2;
    font-size: 18px;
}
.quality_policy{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #347BB2;    
}

.about_other_2{
	margin-bottom: 50px;
	background-image: url(../images/abt-us-bg-image.png);
	padding: 50px 0 30px;
	background-attachment: fixed;
}
.abt_subrow .col-md-2, .abt_subrow .col-md-3, .abt_subrow .col-sm-3, .abt_subrow .col-xs-3, .abt_subrow .col-md-10, .abt_subrow .col-md-9, .abt_subrow .col-sm-9, .abt_subrow .col-xs-9{
	padding: 0;
}
.abt_subrow img{
	margin-top: 10px;	
}
.mission_vision{
	background-color: rgba(255, 255, 255, 0.89);
	box-shadow: 1px 1px 5px 2px rgba(51, 51, 51, 0.47);
	padding: 0 20px 15px 30px;
	margin-bottom: 30px;
}
.mission_vision h3{
	font-size: 22px;
}
.qp_para{
	line-height: 30px;
	margin-bottom: 15px;
}

@media(max-width: 1360px){
    .avhievement_part h1{
        font-size: 40px;
    }
    .achieve_content h3{
        font-size: 24px;
    }
    .dtcl_heading{
        font-size: 36px;
        margin-bottom: 25px;
    }
    .dtcl_list li{
        font-size: 16px;
        padding: 3px 0;
    }
    .dtcl_content{
        font-size: 20px;
        padding-right: 0px;
    }
}
@media(max-width: 1199px){
    .achieve_content{
        height: 320px;
    }
}
@media(max-width: 991px){
    .achieve_content{
        height: auto;
    }
    .dtcl_part{
        display: none;
    }
    .dtcl_part_xs{
        display: block;
    }
}
@media(max-width: 380px){
    .achieve_content{
        margin: 20px 0;
    }
    .acheive_section{
        margin-bottom: 0;
    }
    .abt_image{
        margin: 0;
    }
    
}

/****************************************** Contact Us ****************************************/

.contact_content{
    border: 1px solid #c7c7c7;
    padding-left: 10%;
    height: 250px;
    padding-top: 20px;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.contact_panel{
    margin: 10%;
    position: relative;
}

.contact_details{
    margin-top: 50px;
}
.contact_icon{
    position: absolute;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    top: -50px;
    margin-left: 40%;
    width: 60px;
    height: 60px;
    padding: 9px;
    background-color: #fff;
    color: #333;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: 1s;
}

.contact_panel:hover .contact_content{
    border: 1px solid #347BB2;
}
.contact_panel:hover .contact_icon{
    border: 1px solid #347BB2;
    transform: scale(1.2);
}

.cntct_form_section{
    padding: 50px;
    background-color: #fafafa;
}

.contact_form{
    width: 100%;
    height: 50px;
    background-color: #fcfeff;
    margin-bottom: 30px;
    border: 1px solid #347BB2;
	padding-left: 10px;
	color: #005495;
}

.contact_form_group select{
	
}
.contact_form:focus{
    outline: none;
}
.contact_form:nth-child(8){
    height: auto;
}

.contact_form_group label{    
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
	color: #005495;
}

.cf_btn input{
    border: none;
    background-color: #347BB2;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    /*margin-right: 50px;*/
    text-transform: uppercase;
    font-family: arial;
    font-size: 14px;
}
.cf_btn input:nth-child(even){
    background-color: #7ab56b;
}

.contact_image{
	margin-top: 25px;
}
.equip_checkbox label{
	font-size: 16px;
	/*position: absolute;*/
	top: 8px;
	/*padding: 0 2px;*/
	line-height: 15px;
	/*margin-bottom: 5px;*/
	color: #535353;
}
.equip_checkbox{
	width: 80%;
	float: left;
}
.equip_qty{
	width: 15%;
	float: left;	
	/*margin-top: 4px;*/
}
.equip_name{
	padding: 5px;
    margin-bottom: 5px;
}

.equip_qty input{
	width: 100%;
	border: 1px solid #347BB2;
	text-align: center;
	background-color: #f7fbff;
}
.add-more-field input{
	float: left;
}
/* checkbox */
.chkbox_label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px !important;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

/* Hide the browser's default checkbox */
.chkbox_label input {
	position: absolute;
	opacity: 1;
}

/* Create a custom checkbox */
.chkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #f7fbff;
	border: 1px solid #347BB2;
}

/* On mouse-over, add a grey background color */
.chkbox_label:hover input ~ .chkmark {
	background-color: #eef5fa;
	border: 1px solid #347BB2;
}

/* When the checkbox is checked, add a blue background */
.chkbox_label input:checked ~ .chkmark {
	background-color: #347BB2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chkbox_label input:checked ~ .chkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chkbox_label .chkmark:after {
	left: 3px;
	top: 0;
	width: 5px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Checkbox */
.add-more-field input[name="equipment[]"]{    /*.add-more-field input[name="equipment"], */
	width: 100%;
	margin-top: 10px;
}
.add-more-field input[name="equipment-qty[]"]{    /*.add-more-field input[name="equipment-qty"], */
	margin-left: 0;
	width: 100%;
	text-align: center;
	margin-top: 8px;
	background-color: #fcfeff;    
    border: 1px solid #347BB2;	
	color: #005495;
	height: 40px;
}
.add_btn, .rem_btn{
	width: 100%;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	text-align: center;
	position: relative;
}
.add_btn a, .rem_btn a{	
	border-radius: 5px;
	font-family: arial;		
	
}
.add_btn a span, .rem_btn a span{
	font-size: 12px;
	position: absolute;
	top: 7px;
	left: 90px;
}
.add_btn a i, .rem_btn a i{
	font-size: 20px;
	margin-top: 5px;
	
}
.add_btn a{
	color: #347BB2;
}
.rem_btn a{
	color: #cc2a2a;
}
.contact_form_group{
	border: 1px solid #c7c7c7;
	margin: 3%;
	padding: 3%;
	background-color: #fff;
	box-shadow: 0 1px 5px #c7c7c7;
}
.equipment .row .col-md-4 .row, .add-more-field{
	margin: 5px 0;
	/*padding: 0 5px;*/
}

@media(max-width: 1360px){
	.contact_form{
		width: 100%;
		height: 40px;
		
		margin-bottom: 20px;
		
	}
	.contact_form:nth-child(8){
		height: 130px;
	}
	.contact_form_group label{    
		font-weight: normal;
		font-size: 16px;
		margin-bottom: 5px;
	}

}
@media(max-width: 1199px){
	.contact_image{
		display: none;
	}
	.cntct_form_section{
		padding: 0;
	}
	.contact_form_group label span{
		font-size: 12px;
	}
	.cntct_form_section .container{
		padding: 0;
		width: 990px;
	}
	/*.contact_form_group{
	width: 80%;
	margin: auto;
}
	*/
}

@media(max-width: 1080px){
	.contact_icon{
		margin-left: 37%;
	}
	.contact_content{
		height: 280px;
	}
}
@media(max-width: 991px){  
	.cntct_form_section .container{
		width: 750px;
	}
	
	.contact_panel{
		margin: 5% 20%;
	}
	.contact_icon{
		margin-left: 43%;
	}
	.contact_content{
        height: auto;
    }
}
@media(max-width: 767px){
	.contact_form_group{
		margin: 1%;
	}
	.cntct_form_section .container{
		width: 100%;
	}
}
@media(max-width: 600px){
     .contact_icon{
        margin-left: 41%;
    }
}
@media(max-width: 400px){
     .contact_icon{
        margin-left: 38.5%;
    }
    .contact_content h3{
        font-size: 20px;
    }
    .contact_content p{
        font-size: 14px;
    }
    .contact_panel{
        margin: 10%;
    }
    .cntct_form_section{
        padding: 0;
    }
    .cf_btn input{
        width: 100px;
        height: 40px;
    }
}
/********************************************************************************************************/
/*.client_list .row img{
    margin-top: 20px;
}*/

.client_list_heading{
    margin: 50px 0;
    text-align: center;
}
.client-name{
    text-align: center;
    padding: 10px;
    font-size: 18px;    
    color: #626262;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
   /* border: 2px solid #fff;*/
}
.clients{    
    padding: 0;
    height: 205px;
    margin-top: 30px;
    background-color: #f4f4f4;
    box-shadow: 0 1px 5px 1px #dddddd;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.clients:hover{
    box-shadow: 0 1px 10px 1px rgba(52, 123, 178, 0.5);
}
.clients:hover .client-name{
    color: #347BB2;
}
/********************************************************************************************************/
.audit_para{
    margin: 150px 100px 100px 100px;
}

.audit_para h1{
    margin-bottom: 100px;
}
.para_row{
    margin-bottom: 150px;
}

.content_list{
    padding: 10px 0;
}
.para_content ol li p:nth-child(odd){
    font-size: 20px;
    font-weight: 500;
}
.para_content ol li p:nth-child(even){
    color: #5d5d5d;
}

.audit_para_image{
    margin-right: 200px;    
}

.dqm_list li{
    color: #5d5d5d;
}
.para_content h2, .para_content_2 h2{
    margin-bottom: 40px;
}
.para_content_2{
    margin-right: 200px;
}
.para_content_2 p{
    color: #347BB2;
    padding: 10px 0;
}

@media(max-width: 1360px){
    .audit_para{
        margin: 150px 50px 100px 50px;
    }
    .para_row{
    margin-bottom: 100px;
    }
    
    .audit_para h1{
        margin-bottom: 50px;
    }
    .audit_para_image{
        margin: 0;
    }
    .content_list{
        padding: 5px 0;
    }
    .para_content ol li p:nth-child(odd){
        font-size: 18px;
        font-weight: 500;
    }
    .para_content_2{
        margin-right: 0;
    }
    .para_content h2, .para_content_2 h2{
        margin-bottom: 20px;
    }
    .audit_para_image, .audit_para_image_2{
        margin-top: 25px;
    }
}
@media(max-width: 991px){
    .audit_para_image, .audit_para_image_2{
        display: none;
    }
    .audit_para{
        margin: 150px 10px 100px 10px;
    }
    .audit_para h1{
        margin-bottom: 50px;
    }
    .para_row{
    margin-bottom: 70px;
    }
}
@media(max-width: 400px){
    .audit_para{
        margin: 130px 10px 30px 10px;
    }
    
    .para_row{
    margin-bottom: 40px;
    }
}
/****************************************************************************************/

.certificate_sec .row{
    margin-top: 70px;
}
.certificate_thumbnail{
    box-shadow: 0 1px 7px 1px #acacac;
    margin: 30px;
}
/*.certificate_sec_xs{
    display: none;
}*/
/*@media(max-width: 991px){
    .certificate_sec{
        display: none;
    }
    .certificate_sec_xs{
        display: block;
    }
    .certificate_sec_xs .row{
        margin-top: 30px;
    }
}*/