* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	list-style:none;
}

a, img, a:focus, select, input {
	border:0px !important;
	outline:none !important;
	text-decoration:none;
}

.objective-in2 {
    width: 627px;
    overflow: hidden;
    margin-top: 20px;
    clear: both;
    margin-bottom: 12px;
}


.para-st{line-height:21px;
    font-weight: 500;
    font-size: 13px;
    text-align: left;}


.objective-in2 ul{ margin: 0px !important; padding: 0px;} 

.objective-in2 ul li {
    margin-bottom: 6px;
    float: left !important;
	line-height: 21px;
    width: 100%;
    font-size: 13px;
    text-align: left;
    color: #000;
    background: url(../images/arrow.png) no-repeat 0 5px;
    font-weight: 500;
    padding-left: 17px;
    list-style: none;
}

.objective-in3 ul{ margin:0px !important; padding: 0px;} 


.objective-in3 ul li{float:none; text-align: left; background: none !important; margin-bottom: 15px;} 

.objective-in3 ul li a {
    margin-bottom:6px;
    float: none !important;
    width: 100%;
    font-size: 13px;
	line-height: 21px;
    text-align: left;
    color: #000;
    background: url(../images/arrow.png) no-repeat 0 5px;
    font-weight: 500;
    padding-left: 17px;
    list-style: none;
}

.br-cn{border-top: 1px solid #ddd;}


.feedback-hd{color: #fff;
    font-size: 28px;
    padding-right: 248px;
    text-align: center;}
	
	
.sticky .feedback-hd {
    color: #fff;
    font-size: 28px;
    padding-right: 248px;
     margin-bottom: 11px;
    text-align: center;
}
	






.director-hd{ font-size:14px; color:#000000; font-style:italic;  margin: 8px 0 0 16px;}

.director-sub-hd {
    font-size: 16px;
    margin: 15px 0 0 16px;
    color: #000000;
    font-weight: 600;
}

.overall{ float:left;}

.imgResponse {
	display:block;
}

ul.faq-ul{ margin:0px; padding:0px; margin-left: 70px;}

ul.faq-ul li{ list-style:disc; float:none;}

.form-main{ background: #f7f7f7;
    padding: 15px 25px 0;
    margin: 26px 0 0; font-size:14px !important; font-weight: 300 !important;}
	
.form-main h2{ font-size: 14px !important; padding-bottom: 7px;
    color: #000000;
    font-weight: 400 !important;}	
	
	


.form-main h2 span{ font-size:14px; color:#ed1c24 !important;}	

.form-main h1{ font-size: 16px;
    color: #000000;
    margin: 30px 0px 40px;}

.form-field{width: 33%;
    float: left;
    vertical-align: middle;
    margin-bottom: 20px;}
	
.form-field-2{width: 28%;
    float: left;
    vertical-align: middle;
    margin-bottom: 20px;}	
	
.form-field-2 label{font-size: 14px;
    text-align: right;
    font-weight: 300 !important;
    width: 125px;
    padding-right: 7px;
    color: #000000;} 
	
	
.form-field-2 input{background: #fff;
    width: 100%;
    max-width: 181px;
    border: solid 1px #cccccc !important;
    padding: 5px;
    border-radius: 5px;
    height: 34px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;}



.form-field label{font-size: 14px;
    text-align: right;
    font-weight: 300 !important;
    width: 88px;
    padding-right: 7px;
    color: #000000;}
	
.form-hd-in span{ display:inline-block;}	 
	
	
	
	
	
.form-field label span{ font-size:14px; text-align:right; color:#ed1c24;  width: 130px;
    max-width: 130px;}	

.form-field input{background: #fff;
    width: 100%;
    max-width: 252px;
    border: solid 1px #cccccc !important;
    padding: 5px;
    border-radius: 5px;
    height: 34px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;}


.w_1{width: 91px !important;}

.w_2{width: 125px !important;}

.br-line{border-top: #e8e8e8 solid 1px;
    height: 1px;
    width: 100%;
    margin: 15px 0 0 0;}


/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0px;
	border: #ccc solid 1px;
	left: 0;
	height: 15px; border-radius: 5px;
	width: 15px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.form-hd-in:hover input ~ .checkmark {
 border: #bab7b7 solid 1px;
}

/* When the checkbox is checked, add a blue background */
.form-hd-in input:checked ~ .checkmark {
 background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkmark:after {
    left: 4px;
    top: 0px;
    width: 3px;
    height: 8px;
    border: solid #a29f9f;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mr-btm {
	margin-bottom:0px !important;
}

/* Show the checkmark when checked */
.form-main input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.form-main .checkmark:after {
	left: 4px;
	top: 0px;
	width: 3px;
	height: 8px;
	border: solid #a29f9f;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkcontainer {
	display: block;
	position: relative; font-weight: 300;
	padding-left: 22px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkcontainer:last-child {
	margin-left: 19px;
}


.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.radiobtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

 .checkcontainer input:checked ~ .radiobtn {
 background-color: #2196F3;
}
/* Create a custom radio button */
.radiobtn {
	position: absolute;
	top: 0px;
	left: 0;
	height: 15px;
	border: #ccc solid 1px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
border:#bab7b7 solid 1px;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
 background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
 display: block;
}
/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
	top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a29f9f;
}

.checkcontainer:hover input ~ .radiobtn {
    border: #bab7b7 solid 1px;
}

.order-by-filter {
    
    font-size: 14px; margin-bottom: 7px;
}

.order-by-filter select {
    margin-left: 5px;
    color: #999999;
    width: 312px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 35px 5px 8px;
    font-size: 14px;
    border: 1px solid #ccc !important;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) 95% / 5% no-repeat #FFF;
}

.order-by-filter select option {
    color: #000; font-weight: 300;
}


.form-hd-in{ margin-top:24px;}

.excellent-star-out {
   width: 382px; margin-bottom: 9px;
}

.star-outer1 {
    margin: -5px 0 0 0;
    float: right;
    font-size: 19px;
    color: #cecdcb;
}

.excellent-star-out-mn{ margin:18px 0 0 20px;}


.form-main h3 { margin: 0;
    font-size: 14px !important;
    padding-bottom: 7px;
    color: #000000;
    font-weight: 400 !important; display:inline-block;
}

.form-main h3 span {
    font-size: 14px;
    color: #ed1c24 !important; font-weight: 300 !important;
}



.above .radiobtn {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    border: #ccc solid 1px;
    width: 15px;
    background-color: #fff;
    border-radius: 32%;
}


.how-many{ display:inline-block; margin-left: 15px;}

.how-many input {
    background: #fff;
    width: 100%;
    max-width: 181px;
    border: solid 1px #cccccc !important;
    padding: 5px;
    border-radius: 5px;
    height: 34px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.how-many input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999; font-size:12px;
 
}

.how-many input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999; font-size:12px;
}

.how-many input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999; font-size:12px;
}


.how-many-1 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999; font-size:12px;
 
}

.how-many-1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

.how-many-1 input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}










.tx-cn{ text-align:center;}

.header_home{ background:none; position:absolute;}

header{background: url(../images/grdnt-line.jpg) no-repeat top center; background:#000; padding-bottom: 12px;
position:relative; width: 100%; z-index: 123;}


body {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300 !important;
	margin:0 auto;
	color: #333;
}

.Maincontainer {
	width:100%;
}

.top_bg {
	background:#eeeeee;
	text-align:right;
	font-size:12px;
	color:#555555;
	padding:5px 0;
}

.container {
    padding-right: 0px !important;
    padding-left:0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
	width: 100% !important;
    max-width: 1200px !important;
}


/*.container {
	width:100%;
	max-width:1200px; margin:0 auto;
}
*/
.banner-lines {
    padding-top: 167px; padding-left:110px !important;
}

.tagbox {
    width: 100%;
    float: left;
    margin-top: 11px;
}

.tagline1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 10px;
}


.tagline1 span {
    color: #fff;
    font-size: 75px;
    font-weight: 800;
    line-height: 110px;
    margin-bottom: 10px;
}

.tagline3 {
    color: #fff;
    font-size: 16px; width: 504px;
    font-weight: 500;
    padding-right: 33px;
    line-height: 25px;
    margin-bottom: 21px;
}

.divform {
    position: relative; margin: 24px 0 16px 0;
}

.divform select.minimal {
    background: url(../images/down-arrow.png) 365px 17px no-repeat #efdddd;
}

.divform select {
    opacity: 0.8;
    background: #efdddd;
    width: 83%;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    padding-left: 10px;
    display: inline-block;
    color: #191717;
    line-height: 1.5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.go {
    background: #c7241f;
    border: solid #c7241f 1px;
    border-bottom-right-radius: 15px; text-transform:uppercase;
    border-top-right-radius: 15px;
    height: 48px;
	width: 60px;
	font-weight:600;
	cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-left: -5px;
    transition: all 0.5s ease;
}

.home-iocn{margin: -5px 0 0px 0;}

.go:hover {
    background: #005aab;
    border: solid #005aab 1px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
   height: 48px;

width: 60px; font-weight:600;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-left: -5px;
    transition: all 0.5s ease;
}

.globe{ margin-top:100px;}

.header_left{ width:190px; float:left; margin-right:40px;  padding:9px 0 3px;}
.header_right{ width:830px; float:left; margin-left:140px;}
.clr{ clear:both;}

.banner_wrap{ width: 100%;
    margin: 0 auto;
    background: url(../images/banner-img.jpg) center top no-repeat;
    min-height: 580px;
    background-size: cover;
    top: 0;}

.sector {
	background:#fff;
    margin:20px 5px;
}

.phone-outer{ font-size:12px; font-weight:600; float: right;
    text-align: center; margin-bottom: 10px;
    border-radius: 0 0px 14px 10px;
    padding: 8px 0;
    color: #FFF;
    width: 152px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#075098+0,e41e29+100 */
background: #075098; /* Old browsers */
background: -moz-linear-gradient(left,  #075098 0%, #e41e29 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #075098 0%,#e41e29 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #075098 0%,#e41e29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075098', endColorstr='#e41e29',GradientType=1 ); /* IE6-9 */
}

.sector h2 {
	font-size:25px; text-transform:uppercase;
	color:#000;
	font-weight:800;
	text-align:center;
	padding:6px 20px 0px 20px; margin-bottom:10px;
}

.sector h2 span{font-weight:400;}

.sector ul {
	overflow:hidden;
	padding:5px;
}

.sector li { margin-right: 17px; margin-bottom: 20px;
    float:left;
	display:inline-block;
	border:solid 1px #cccccc;
	padding:20px 20px 10px 20px;
	text-align:center;
	background:#fff;      
	width: 15%;
}

.sector li img {
   -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sector li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);}

.sector li:hover {
    float:left;
	display:inline-block;
	border:solid 1px #00529c;
	text-align:center;
	background:#f2f3f8; transition: all 0.3s ease-in 0s;
}

.subhead {
	font-size: 13px;
    line-height: 19px; 
	margin-top:8px;
    font-weight: 500;
    display: block;
    padding-bottom: 5px;
	min-height: 61px;
}


.sticky {background-color: rgba(21, 21, 21, 0.8);
  position: fixed !important;
  top: 0; z-index: 123; padding: 0px;
    margin: 0px;
  width: 100%;  display: inline-table;
} 






.sticky .logo-dv {
    margin-top: 13px;
    margin-bottom: 10px;
   
}



.info {
	font-size:14px;
	font-weight:normal;
	color:#555555;
	display:block;
	margin-bottom:10px;
}

.mobileIframe{ margin-bottom:0px;}
.mobileIframe2{ margin-bottom:0px;}
.martop{ margin-top:0;}
.know_more{ color:#555; background:#f2f3f8; font-size:14px; padding:3px 10px; bottom: 20px; position: fixed; right: 33px;}
.sector li:hover a{ color:#555; background:#fff; font-size:14px;}

.padR20{ padding-right:20px;}

.upcoming_ev_wrap {
	background:#f1f1f1;
	width:100%;
	margin:0 auto;
}

.upcoming_ev_wrap h2 {
	font-size:25px;
	color:#f8a133;
	font-weight:500;
	text-align:center;
	padding:20px 20px 0px 20px;
}

.upcoming_ev_wrap ul {
	overflow:hidden;
	padding:20px 50px 40px 50px;
}

.comnt-bx1{ background:#FFFFFF; -webkit-box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.1);
box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.1);}


.cmn-lg{}



.comnlf{ font-size: 28px; margin-bottom: 20px; width: 274px;
    color: #000000;
    font-weight: 500;
    line-height: 34px; float:left;
    clear: both;}
	
	
.comnlf span{ font-size: 30px;
    color: #e20612;
    font-weight: 700;}	
   
.comnrg{float: right;
    width: 292px;
    position: absolute;
    right: 23px;
    top: 57px;} 
	
.comnlf img{ margin-bottom:13px;}

.blue{color:#005aab !important;}	

.comnt-bx1 {padding: 24px; margin:40px 0 0; min-height: 516px;} 
 
.comnt-bx1 p{ font-size: 14px !important;
    clear: both; position: relative;
    font-weight: 500;}
 
a.btn2 {background: #ed1c24;
    padding: 7px 15px;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
} 

.logo-dv{ margin-top: 20px;}

a.btn2:hover { background:#005aab;  
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
} 

.comnrg2 {
    float: right;
    width: 257px;
    position: relative;
    right: -16px;
    top: -13px;
}



.event-organizers{ background:#f2f2f2; padding: 26px 0 62px;}

.event-organizers h2{ font-size:25px; color:#000000; font-weight:800; text-transform:uppercase; margin-bottom: 3px;}

.event-organizers p{ font-size:14px; color:#000000; font-weight:500; }



a.btn4 {    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#114e93+0,df1f2b+100 */
background: #114e93; /* Old browsers */
background: -moz-linear-gradient(left, #114e93 0%, #df1f2b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #114e93 0%,#df1f2b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #114e93 0%,#df1f2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114e93', endColorstr='#df1f2b',GradientType=1 ); /* IE6-9 */
    padding: 7px 20px;
    border-radius: 16px;     margin-left: 43px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; text-decoration:none;
    color: #fff;
    display: inline-block;
   
    margin-top: 25px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
} 



a.btn4:hover {    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#114e93+0,df1f2b+100 */
background: #114e93; /* Old browsers */
background: -moz-linear-gradient(left, #114e93 0%, #df1f2b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #114e93 0%,#df1f2b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #114e93 0%,#df1f2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114e93', endColorstr='#df1f2b',GradientType=1 ); /* IE6-9 */
    padding: 7px 20px;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; text-decoration:none;
    color: #fff;
    display: inline-block;
    
    margin-top: 25px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
} 


.event-logobx{  background: #FFFFFF;
    width: 146px;
    height: 146px;
    margin: 12px;
    float: left;}
	
	
.event-bx-wthd{ width: 28% !important; padding-top:7px !important;}
.event-logowthd	{width: 72% !important;}




a.btn3 {    background: #005aab ;
    padding: 7px 15px;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
} 



a.btn3:hover { background:#ed1c24;  
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
} 



.upcoming_ev_wrap li {
	float:left;
	display:inline-block;
	border:solid 1px #ccc;
	padding:20px;
	text-align:center;
	background:#fff;
}
.upcom_subhead {
	font-size:18px;
	line-height:22px;
	color:#000;
	display:block;
	border-bottom:solid 1px #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}
.upcom_date {
	font-size:20px;
	font-weight:800;
	color:#000;
	display:block;
	margin-bottom:5px;
}
.upcom_venue { font-weight:normal;
	font-size:12px;
	color:#555555;
	display:block;
	margin-bottom:10px;
}


.space{ height:70px;}
.upcoming{text-align: center;  margin-bottom: 30px;    font-size: 25px;    text-transform: uppercase;   font-weight: 600;}

.quick_lnkBg{ background:url(../images/bg-image2.jpg) no-repeat top center; padding:40px 0 50px 0;  background-size:cover;
}

.quick_lnkBg .container{ text-align:center;}
.quick_lnkBg h1{color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px 0 50px 0;
    padding: 0px 0px 5px 0px;
    /* border-bottom: solid 1px #fff; */
    display: inline-block;}

.quick_lnkBg ul {
	overflow:hidden;
	color:#f1f1f1;
}
.quick_lnkBg li {
	display:inline-block;
	float:left;
	width:25%;
	text-align:left; padding-left:5px; font-size:20px;
	color:#f1f1f1;
}

.country{background: url(../images/company-no1.png) center left no-repeat;  padding-left: 59px; width:58px; height:73px; }
.clients{background: url(../images/company-no2.png) center left no-repeat;  padding-left: 59px; width:78px; height:73px;}
.years{background: url(../images/company-no3.png) center left no-repeat;  padding-left: 59px; width:62px; height:73px;}
.experts{background: url(../images/company-no4.png) center left no-repeat;  padding-left: 59px; width:57px; height:73px;}
.txt{ margin-left:60px; margin-top:7px;}
.headr_bdr{ overflow:hidden;box-shadow: 0 8px 6px -6px #ccc;}
.inner_body{ padding:25px 0;}
.inner_body h2{ font-size:25px; font-weight:bold; margin-bottom:10px;}
.inner_body p{ margin-bottom:10px; line-height:20px;}
.inner_body hr{ color:#ccc; margin:30px 0;}
.inner_body h3{ font-size:24px; font-weight:400; margin-bottom:10px;}
.inner_body h3 span{ font-weight:800;}

a.know_more_inner:hover{ color:#FFFFFF; text-decoration:none;}

a.know_more_inner{ background: #075098; border-radius: 16px;
    background: -moz-linear-gradient(left, #075098 0%, #e41e29 100%);
    background: -webkit-linear-gradient(left, #075098 0%,#e41e29 100%);
    background: linear-gradient(to right, #075098 0%,#e41e29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075098', endColorstr='#e41e29',GradientType=1 ); font-size:16px; color:#fff; padding:7px 20px; margin-top:10px; display:inline-block;}
.inner_grey_bg{ background:#fff; padding:10px; overflow:hidden; width:100%;}
.left_inner{ width:56%; float:left;}
.right_inner{width:35%; float:left;}
.left_inner h4{ font-size:24px; font-weight:600; margin-bottom:5px;}
.subhed{ font-size:18px; margin-bottom:10px; color:#000;}

.conetct{font-size:25px; font-weight:bold; margin-bottom:10px; margin:25px 0 10px 0; text-align:center; text-transform:uppercase;}

.indus_left{ width:49%; float:left; margin-right:2%}
.indus_right{ width:49%; float:left;}

.indus_left ul, .indus_right ul{ font-size:14px; margin-left:0px; padding-left:15px;}
.indus_left li, .indus_right li{ font-size:14px; list-style-type:disc; font-weight:500; line-height:22px;}

.left_inner1{ width:46%; float:left; font-size:14px; color:#000;}
.left_inner2{ width:45%; float:left; margin-left:7%; margin-right:2%; font-size:14px;  color:#000;}
.left_inner1 label, .left_inner2 label{ width:30%; display:block; float:left; margin-bottom:15px;}
.left_inner1 label span, .left_inner2 label span{ color:#f00;}


.left_inner1 input, .left_inner1 select, .left_inner2 input, .left_inner2 select{ background:#fff; width:70%;  float:left; margin-bottom:15px; border:solid 1px #cbcbcb !important; padding:5px; border-radius:5px;}

.left_inner1 textarea{ background:#fff; width:100%;  float:left;  margin-bottom:15px; margin-top:5px;  border:solid 1px #cbcbcb; padding:5px; border-radius:5px;}

.left_inner2 textarea{ background:#fff; width:100%;  float:left;  margin-bottom:15px; margin-top:5px;  border:solid 1px #cbcbcb; padding:5px; border-radius:5px;}


.padL25px{ padding-left:25px!important;}

.quick_lnkBg li img{float:left; margin-right:10px;}

.quick_lnkBg li b {
	font-size:25px;
	color:#f1f1f1;
	font-weight:800;}

.quick_lnkBg li a {
	color:#f1f1f1;
}
.quick_lnkBg li:hover a {
	color:#00529c;
}

.gallary_wrap {
	margin:0 auto;     margin-top: 37px;
	width:100%; text-align:center; display:inline-block;
	
}
.testimon{
}
.testimon h2 {
	font-size:25px;
	color:#00529c; text-transform:uppercase;
	 font-weight:600;
	text-align:center;
	padding:20px 0 8px 0; margin-top: 25px;
}
.testimon p {
	font-size:16px;
	text-align:center; line-height:16px;
}
.testimon ul {
	margin:30px 0;
	overflow:hidden;
}
.testimon li {
	width:373px; background:#f2f3f8;
	float:left;
	display:inline-block;
	border:0;
	padding:50px 35px;
	text-align:left;
	margin-right:35px;
}
.testimon li p {
	font-size:14px;
	color:#555555;
	line-height:22px; font-style: oblique;
	text-align:left; }
.test_name {
	font-size:16px;
	color:#00529c;
	font-weight:bold;
	padding-top:10px;
	display:block;
	line-height:18px;
	margin-bottom:0px;
}
.testi_quote {
	background:url(../images/test-quote.jpg) top left no-repeat;
	padding-left:40px;
	padding-top:10px;
}
.faq_column {
	background:#f2f3f8;
	width:630px;
	margin-right:50px;
	margin-top:30px;
	float:left;
	padding:20px 30px 20px 30px;
}
.faq_column h3 {
	font-size:25px; text-transform:uppercase;
	font-weight:600; margin-bottom:20px;
}

.twt_column {
	color:#f1f1f1;
	width:490px;
	float:left;
	margin-top:30px;
}
.footer_wrapper {
	background: url(../images/footer-bg.jpg) top center no-repeat;
	margin:30px auto 0;
	color:#fff;
	padding:50px 0; background-size:cover; background-attachment:fixed;
}
.footer_wrapper h5 {
	font-size:20px;
	color:#fff;
	font-weight:400;
	margin-bottom:10px;
}
.f_left{
	width:380px;
	float:left;
	}
.f_left p {
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#fff}
.f_middle {
	width:610px;
	float:left;
	margin:0 20px;
	border-left:solid 1px #8f8f91;
	border-right:solid 1px #8f8f91;
	padding:0 40px;
}
.f_qlink {
	width:27%;
	float:left;
	margin-right:3%;
}
.f_qlink ul {
}
.f_qlink li {
	color:#ccc;
	font-size:15px;
	font-weight:400;
	line-height:25px;
}
.f_qlink li a {
	color:#fff;
	font-size:15px;
}
.f_qlink li a:hover {
	color:#fff;
}
.f_right {
	width:365px;
	float:left;
	padding-top:10px; padding-left:15px;
}
.f_signup {
	font-size:30px;
	font-weight:100;
	color:#fff;
	text-transform:uppercase;
	line-height:38px;
	}
.f_signup span {
	font-size:45px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
}
.f_right input {
	background:#cfdeec url(../images/emailIcon.jpg) center left no-repeat;
	padding:5px 0px 5px 50px;
	border:none;
	height:45px;
	color:#00529c;
	font-size:22px;
	font-weight:300;
	margin-top:15px;
}
.f_right button {
	    background: #075098;
    background: -moz-linear-gradient(left, #075098 0%, #e41e29 100%);
    background: -webkit-linear-gradient(left, #075098 0%,#e41e29 100%);
    background: linear-gradient(to right, #075098 0%,#e41e29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075098', endColorstr='#e41e29',GradientType=1 );
    color: #f5f3f3;
    text-transform: uppercase;
    border: none;
    padding: 5px 15px;
    border-radius: 16px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 100;
}
.f_right button:hover {
	background:#053e72;
	color:#fff; 
}


::-moz-placeholder{
    color:#00529c;
    opacity:1
}

:-ms-input-placeholder{
    color:#00529c
}

::-webkit-input-placeholder{
    color:#00529c
}


.copywraper{ font-size:14px; color:#888888; font-weight:bold; text-align:center; margin:16px 0;}


.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav {
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-] {
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#D6D6D6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#FFF;
	text-decoration:none
}
.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:15px
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 4px;
	background:#ffffff; border:solid 1px #cecece;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#fff; border:solid 1px #276ead;}



.why_us_wrapper{background:#f2f3f8 url(../images/graph-bg.jpg) center no-repeat; min-height:475px; margin:20px 0 40px 0; padding:30px 0; background-size:cover; background-attachment:fixed;}
.left_container{ width:48%; float:left;}
.right_container{ width:48%; float:left; padding-left:15px;}
.mar_right{ margin-right:4%;}
.right_container h2{ font-size:25px; font-weight:600; text-transform:uppercase; color:#fff; margin-bottom:20px;}
.chooseh1{ padding-left:0px;}
.choose1{ background:url(../images/choose-us-icon1.png) top left no-repeat; padding-left:80px;}
.choose2{ background:url(../images/choose-us-icon2.png) top left no-repeat; padding-left:80px; margin:25px 0;}
.choose3{ background:url(../images/choose-us-icon3.png) top left no-repeat; padding-left:80px;}

.chooseh1 h4{ font-size:20px; text-transform:uppercase; color:#fff; margin-bottom:10px; line-height:22px; font-weight:400;}
.chooseh1 p { font-size:14px; text-transform:none; color:#fff; line-height:20px;}

.choose1 h4, .choose2 h4, .choose3 h4{ font-size:20px; text-transform:uppercase; color:#fff; margin-bottom:10px; line-height:22px; font-weight:400;}
.choose1 p, .choose2 p, .choose3 p{ font-size:14px; text-transform:none; color:#f8f8f8; line-height:20px;}

.k_more{ background:rgba(255, 255, 255, 0.6); padding:5px 10px; display: inline-block; margin-left: 82px; margin-top: 15px; line-height:0;}
.k_more:hover{ background:rgba(255, 255, 255, 0.4);}
.more{color:#fff; text-transform:uppercase; font-size:14px; line-height:18px;}


/*

#upcoming-events li{ border-right:solid 1px #ccc;}

#upcoming-events div:nth-child(4n) li{ border-right:0px;}

*/
.home-icon{ width:17px !important; height:16px !important; position: absolute;left: 7px; top: 36px;}





/* Navigation Style */

#navbar{ width:100%;}



nav{
	position:relative;
	margin:0 auto;
	 min-height:45px;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border:0;
	list-style:none;
	line-height:0;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; 
	}
#cssmenu:after, #cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile {
	display:none
}
#cssmenu {
	
}
#cssmenu > ul > li {
	float:left
}
#cssmenu > ul > li > a {
	padding:43px 16px;
	font-size:15px;
	text-decoration:none;
	color:#000;
	font-weight:400;
	text-transform:none;
	
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color:#000;
}


#cssmenu > ul > li.active{
	background:#eeeeee!important;
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}



#cssmenu > ul > li:hover{
	background:#eeeeee!important;
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}


#cssmenu > ul > li.has-sub > a {
}

/*#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
*/

#cssmenu ul ul {
	position:absolute;
	left:-9999px
}
#cssmenu ul ul li {
	height:0;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	background:#f2f3f8;
	transition:all .25s ease;
	border-bottom:0; color:#000;
}
#cssmenu ul ul li:hover {
	background:#005094;
}
#cssmenu ul ul li:hover a {
	color:#fff;
}

#cssmenu li:hover > ul {
	left:auto
}
#cssmenu li:hover > ul > li {
	height:35px
}
#cssmenu ul ul ul {
	margin-left:100%;
	top:0
}
#cssmenu ul ul li a {
	padding:11px 15px;
	width:200px;
	font-size:16px;
	text-decoration:none;
	color:#000;
	font-weight:100;
	line-height:10px;
}

/*
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}
*/

@media only screen and (min-width: 360px) and (max-width: 600px) { 

.feedback-hd {
    color: #fff;
    font-size: 28px;
    padding-right: 0;
    text-align: center;
    margin-top: 10px;
}

.sector {
    background: #fff;
    margin: 20px 5px 0;
}
nav {
	width:100%; display:none
}

nav #cssmenu{ display:none;}

.header_left{ width:100%; float:none; text-align:center; margin-right:0px;  padding:10px 0;}
.header_right{ width:100%; float:left; margin-left:0px;}

.left_container{ width:100%; float:left; margin-bottom:15px; }
.right_container{width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    background: #035aa4;}
.right_container h2{ margin: 20px 0;  padding: 0 15px; text-align:center; font-size:22px;}
.banner_wrap{ min-height:185px; margin-top:1px;}

.mobileIframe{ margin-bottom:-200px;}
.mobileIframe2{ margin-bottom:-120px;}

.chooseh1 p {
    font-size: 14px;
    text-transform: none;
    color: #f8f8f8;
    line-height: 17px;
}

.chooseh1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: 400;
}


	
	.choose1 p, .choose2 p, .choose3 p {
    font-size: 14px;
    text-transform: none;
    color: #f8f8f8;
    line-height: 17px;
}

.choose1 h4, .choose2 h4, .choose3 h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: 400;
}


	
	
.logo-mn	 {
    width: 35%;
    height: auto;
    transition: all .5s;}


.country{background: url(../images/company-no1.png) top no-repeat; width:58px; height:73px; }
.clients{background: url(../images/company-no2.png) top no-repeat; width:78px; height:73px;}
.years{background: url(../images/company-no3.png) top no-repeat;  width:62px; height:73px;}
.experts{background: url(../images/company-no4.png) top no-repeat;  width:57px; height:73px;}
.txt{ margin-top:68px; margin-left:0px; padding-top:10px;}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px; display:none;
}
.quick_lnkBg h1 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0px 0 35px 0;
    padding: 0px 0px 5px 0px;
    border-bottom: solid 1px #fff;
    display: inline-block;
}

.quick_lnkBg li b {
    font-size: 20px;
    color: #f1f1f1;
    font-weight: 800;
}

.faq_column h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.mar_right{ margin-right:0; margin-bottom: 31px;}

.faq_column { width:100%}

.f_left{
	width:100%;
	float:left; padding: 0 20px;text-align:center;
	}
.f_left p {
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#ccc
}
.f_middle {
	width:100%;
	float:left;
	margin:20px 0;
	border-left:none;
	border-right:none;
	border-top:solid 1px #3a78af;
	border-bottom:solid 1px #3a78af;
	padding:20px; text-align:center;
}

.f_right {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    text-align: center;
}

.f_qlink {
	width:50%;
	float:left;
	margin-right:0;}

.f_qlink li {
    text-align: left;
   }

.imgResponse{ width:100%; height:auto;}

.why_us_wrapper{background:#fff; height:auto; margin:20px 0 30px 0; padding:10px 0; overflow:hidden;}
#upcoming-events li{ margin:0px; padding:0px 20px; text-align:center;}

.upcoming{text-align: center;  margin-bottom: 30px; font-size: 20px; text-transform: uppercase;}

.quick_lnkBg{ background:url(../images/bg-image2.jpg) center 20px repeat-x; padding:55px 0 10px 0;  background-size:cover;
background-attachment:fixed;}

.quick_lnkBg li img{ margin-right:10px; text-align:center!important;}

.quick_lnkBg li{ width:100%; margin-bottom:70px; text-align:center;}

.padL25px{ padding-left:0px;}


.container{ width:100%;}
#cssmenu {
	width:100%; background:#f38025; display:none;
}
#cssmenu ul {
	width:100%;
	display:none
}
#cssmenu ul li {
	width:100%;
	border-top:1px solid #444
}
#cssmenu ul li:hover {
	background:#363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height:auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width:100%;
	border-bottom:0
}
#cssmenu > ul > li {
	float:none
}
#cssmenu ul ul li a {
	padding-left:25px
}
#cssmenu ul ul li {
	background:#b13394!important;
}
#cssmenu ul ul li:hover {
	background:#813489!important
}
#cssmenu ul ul ul li a {
	padding-left:35px
}
#cssmenu ul ul li a {
	color:#ddd;
	background:none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color:#fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position:relative;
	left:0;
	width:100%;
	margin:0;
	text-align:left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display:none
}
#cssmenu #head-mobile {
	display:block;
	padding:23px;
	color:#ddd;
	font-size:12px;
	font-weight:700
}
.button {
	width:55px;
	height:46px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index: 12399994;
}
.button:after {
	position:absolute;
	top:22px;
	right:20px;
	display:block;
	height:4px;
	width:20px;
	border-top:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
	content:''
}
.button:before {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	position:absolute;
	top:16px;
	right:20px;
	display:block;
	height:2px;
	width:20px;
	background:#ddd;
	content:''
}
.button.menu-opened:after {
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	top:23px;
	border:0;
	height:2px;
	width:19px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.button.menu-opened:before {
	top:23px;
	background:#fff;
	width:19px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
#cssmenu .submenu-button {
	position:absolute;
	z-index:99;
	right:0;
	top:0;
	display:block;
	border-left:none;
	height:46px;
	width:46px;
	cursor:pointer
}
#cssmenu .submenu-button.submenu-opened {
	background:#262626
}
#cssmenu ul ul .submenu-button {
	height:34px;
	width:34px
}
#cssmenu .submenu-button:after {
	position:absolute;
	top:22px;
	right:19px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}
#cssmenu ul ul .submenu-button:after {
	top:15px;
	right:13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background:#fff
}
#cssmenu .submenu-button:before {
	position:absolute;
	top:19px;
	right:22px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:''
}
#cssmenu ul ul .submenu-button:before {
	top:12px;
	right:16px
}
#cssmenu .submenu-button .submenu-opened:before {
	display:none
}
#cssmenu ul ul ul li.active a {
	border-left:none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top:none
}



/* ---*/

.sector h2 {
	font-size:20px; text-transform:uppercase;
	color:#000;
	 font-weight:800;
	text-align:center;
	padding:0px 20px 0px 20px; margin-bottom:0px;
}


.testimon h2 {
    font-size: 20px;
    color: #00529c;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 0px 0 8px 0;
    margin-top: 25px;
}

.testimon ul{ margin-top:5px;}

.testimon li {
    width: 100%;
    background: #f2f3f8;
    float: left;
    display: inline-block;
    border: 0;
    padding: 15px 35px;
    text-align: left;
    margin-right: 35px;
}


.footer_wrapper {
    background: #00529c url(../images/footer-bg.png) top center no-repeat;
    margin: 30px auto 0;
    color: #fff;
    padding: 10px 0;
    background-size: cover;
    background-attachment: fixed;
}

.f_signup {
    font-size: 23px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
}

.f_right input {
    background: #cfdeec url(../images/emailIcon.jpg) center left no-repeat;
    padding: 5px 0px 5px 50px;
    border: none;
    height: 45px;
    color: #00529c;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}

.f_right button {
    background: #064c8c;
    color: #ccc;
    text-transform: uppercase;
    border: solid 1px #aab8c5;
    padding: 6px 15px 3px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 100;
}


.f_signup span {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.faq_column {
    background: #f2f3f8;
    width: 100%;
    margin-right: 0px;
  margin-top: 0px;
    float: left;
    padding: 10px 10px 20px 10px;
}
.top_bg{ padding: 5px 10px; display: none;}

.twt_column{ width:100%; float:none;}




.owl-controls .owl-buttons .owl-customNextBtn {
    background: url(../../../images/arrow-right.png);
    height: 30px;
    width: 25px;
   right:15px!important;
    left: auto;
    top: 80px;
}


.owl-controls .owl-buttons .owl-customPrevBtn {
    background: url(../../../images/arrow-left.png);
    height: 30px;
    width: 25px;
    left:15px!important;
    right: auto;
    top: 80px;
}

.sector li {
    float: left;
    display: inline-block;
    border: solid 1px #555555;
    padding: 20px 20px 20px 20px;
    text-align: center;
    background: #fff;
    height: auto;
}

.know_more {
    color: #555;
    background: #f2f3f8;
    font-size: 14px;
    padding: 3px 10px;
    bottom: 20px;
    position:static;
    right: 33px;
}

.padR20{ padding-right:0px!important;}

.choose1 { background: url(../images/choose-us-icon1.png) top no-repeat; padding-top: 59px; text-align:center;	padding-left:0px;}
.choose2 { background: url(../images/choose-us-icon2.png) top no-repeat; padding-top: 59px; text-align:center; padding-left:0px;}
.choose3 { background: url(../images/choose-us-icon3.png) top no-repeat; padding-top: 69px; text-align:center; padding-left:0px;}

.k_more{ margin-left:0px!important;}

.accord_h{ margin-left:40px; display:block; padding: 5px 0 0 13px;}

.accordion_head {
    background: #fff url(../images/btn-bg.png) top left repeat-y;
    color: #00529c;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 0 0px 0;
    padding: 0px 10px 18px 10px!important;
}
.accordion_head b{ color:#fff; padding-left:10px; margin-right:35px; font-size:14px; font-weight:bold; padding-top: 17px!important;
    float: left;}
	
.plusminus {
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: -21px;}
	
	
.sector ul {
    overflow: hidden;
    padding: 20px 20px 0 20px;
}

.martop{ margin-top:0px;}


/*
.sticky .mobile-sticky {
    display: block;
    margin-top: 0px!important;}*/


.inner_body{ padding:20px 15px;}
.inner_body h2{ font-size:20px; font-weight:bold; margin-bottom:10px;}
.inner_body p{ margin-bottom:10px; line-height:20px;}
.inner_body hr{ color:#ccc; margin:30px 0;}
.inner_body h3{ font-size:20px; font-weight:400; margin-bottom:10px;}
.inner_body h3 span{ font-weight:800;}
.inner_body h3 img{ margin-bottom:15px;}
.know_more_inner{ background:#ed1c24; font-size:16px; color:#fff; padding:3px 10px; margin-top:10px; display:inline-block;}
.inner_grey_bg{ background:#f7f7f7; padding:20px; overflow:hidden; width:100%;}
.left_inner{ width:100%; float:left;}
.right_inner{width:100%; float:left;}
.left_inner h4{ font-size:24px; font-weight:600; margin-bottom:5px;}
.subhed{ font-size:18px; margin-bottom:10px; color:#000;}
}


.sidenav {
    height: 80%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media only screen and (min-width: 360px) and (max-width: 600px) { 
	
  .sidenav {padding-top: 15px; z-index:9999;}
  .sidenav a {font-size: 18px;}
  
 
  
}



@media only screen and (min-width: 360px) and (max-width: 600px) { 

.img-hide{ display:none;}

.event-organizers {
    background: #f2f2f2;
    padding: 26px 0 37px;
}


.tagbox {
    width: 100%;
    float: none;
    margin-top: 11px;
}
	
.home-iocn {
    margin: 19px 0 0px 0;
}
	
.event-logobx {
    background: #FFFFFF;
    width: 146px;
    height: 146px;
    margin: 8px;
    float: left;
}

.mr-top{margin-top: 34px !IMPORTANT;}
	
	
	#menuExmp1 li>a {
    padding: 10px 35px !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 13px;
}
	
	.menuTrigger>.menuFrame {
    display: none;
    position: absolute;
    width: 411px !important;
    background: #000;
    top: 0;
    z-index: 800;
}

#exmp1Trigger .menuSlider {
    width: 411px !important;
}
	
	
.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100% !important;
    max-width: 1200px !important;
}
	
	
.divform select {
    opacity: 0.9;
    background: #efdddd;
    width: 76%;}
	
.phone-outer{display:none;}


.logo-dv {margin-top: 13px;
    margin-bottom: 10px;
    padding-top: 14px;
    margin: 0 auto;
    text-align: center;
    width: 158px;
}


.sticky .logo-dv {
    margin-top: 21px;
    margin-bottom: 10px;
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 3px;
    text-align: center;
    width: 158px;
}

.globe {
    margin-top: 100px;
    display: none !IMPORTANT;
}

.banner-lines {
    padding-top: 88px;
    padding-left: 25px !important;
}

.tagline3 {
    color: #fff;
    font-size: 16px;
    width: auto;
    font-weight: 500;
    padding-right: 33px;
    line-height: 25px;
    margin-bottom: 21px;
}

.tagline1 span {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 10px;
}


.tagline1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
}
	
  
.sector li {
    margin-right: 8px !important;
    margin-bottom: 8px;
    float: left;
    display: inline-block;
    min-height: 158px;
    border: solid 1px #555555;
    padding: 20px 20px 10px 20px;
    text-align: center;
    background: #fff;
    width: 47% !important;
}  


.industries-height{ height:369px;}

.event-bx-wthd {
   width: 100% !important;
    padding-top: 26px !important;
    margin-bottom: 16px;
    padding-left: 29px !important;
}

.event-logowthd {
    width: 100% !important;
}


a.btn4 {
    background: #114e93;
    background: -moz-linear-gradient(left, #114e93 0%, #df1f2b 100%);
    background: -webkit-linear-gradient(left, #114e93 0%,#df1f2b 100%);
    background: linear-gradient(to right, #114e93 0%,#df1f2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114e93', endColorstr='#df1f2b',GradientType=1 );
    padding: 7px 20px;
    border-radius: 16px;
    margin-left: 17px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.event-organizers h2 {
    font-size: 25px;
    color: #000000;
    padding: 0 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.event-organizers p {
    font-size: 14px;
    color: #000000;
    padding: 0 17px;
    font-weight: 500;
}


.comnrg {
    float: none; margin-bottom: 14px;
    width: 292px;
    position: relative;
    right: 0;
    top: 0;
}


.comnrg2 {
    float: none;
    width: 257px;
    position: relative;
    right: 0;
    top: 0;
}
  
  
   
}








/* Navigation Style END */


.parallax-window {
    min-height: 400px;
    background: transparent;
}

.srchWraper{position:relative;
	}
.srch {
	width:50px;
	position:absolute;right:-28px;
	z-index:1;
	top:-50px;
	
}


/*   Accordion Styles  */


.accordion_container {}

.accordion_head {
   background:#fff url(../images/btn-bg.png) top left repeat-y;
   color: #00529c;
   cursor: pointer;
   font-size: 13px;
   margin: 10px 0 0px 0;
   padding: 18px 10px 18px 10px;
 
}
.accordion_head b{ color:#fff; padding-left:10px; margin-right:35px; font-size:14px; font-weight:bold;}


.accordion_body {
    background:#fff url(../images/btn-bg.png) top left repeat-y; color:#555; padding-left:60px;
}
.accordion_body p {
padding:0 5px 15px 5px;
    margin: 0px; font-size:14px;
}
.plusminus {
float:right; font-size:20px; font-weight:bold;
}



.mobile-sticky
{display: none;}

nav#slide-menu {
            display: none;
			    }
				

@media only screen and (min-width: 360px) and (max-width: 600px) { 
	
	
	.how-many input {
    background: #fff;
    width: 281px;
    /* max-width: 181px; */
    border: solid 1px #cccccc !important;
    padding: 5px;
    border-radius: 5px;
    height: 34px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.botm-sbmt button {
    background: #ed1c24;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075098', endColorstr='#e41e29',GradientType=1 );
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    margin-top: 34px;
    margin-left: 0 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.thank {
    margin-top: 15px;
    margin-left: 0px !important;
    padding-bottom: 70px;
}

.show-in {
    width: auto !important;
    margin-left: 0px !important;
}

.date-in {
    width: auto !important;
    display: block !important;
}
	
	
.form-hd-in textarea {
    height: 115px;
    width: 100% !important;
    padding: 6px 12px;
    margin: 12px 0 0 0px !important;
}

a.view2-btn {
    background: #e8e8e8;
    padding: 7px 15px;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 300;
    width: 100% !important;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    margin-right: 8px;
    text-align: center;
    margin-top: 13px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.show-hd-mn {
    background: #999;
    color: #fff;
    font-size: 14px; padding-left: 10px;
    width: auto !important;
}

.show_1 {
    width: auto !important;
    margin-top: 8px !important;
}

ul.what-attracted li {
    list-style: none; margin-top: 10px !important;
    text-align: left;
    width: 100% !important;
    margin-bottom: 11px;
    float: none;
    /* display: inline; */
    background: none;
}


.overall {
    float: none; margin-bottom: 5px;
    width: 100%;
}

.excellent-star-out {
    width: auto;
    margin-bottom: 9px;
}



.above{ margin:0 0 0 1px;}

.container_new {
    display: block;
    position: relative;
    color: #000;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-left: 0 !important;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.if-style {
    font-size: 12px;
    margin: 0 0 0 0px !important;
}

.grateful {
    margin: 0 0 0 0px !important;
}

ul.what-attracted li .container_new {
    display: inline-block;
    position: relative;
    color: #000;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-left: -1px !important;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.show_2 {
    width: auto !important;
    margin: 10px 0 !important;
}

.cnty {
    margin-left: 0 !important;
}

.star-outer1 {
    margin: 5px 0 0 0;
    float: none;
    font-size: 19px;
    color: #cecdcb;
}

.form-field label {
    font-size: 14px;
    text-align: left !important;
    font-weight: 300 !important;
    width: 88px;
    padding-right: 7px;
    color: #000000;
}

.form-field {
    width: 100%!important;
    float: none!important;
    vertical-align: middle;
    margin-bottom: 20px;
}

.form-field-2 {
    width: 100% !important;
    float: none !important;
    vertical-align: middle;
    margin-bottom: 20px;
}

.form-field-2 label {
    font-size: 14px;
    text-align: left !important;
    font-weight: 300 !important;
    width: 100% !important;
    padding-right: 7px;
    color: #000000;
}

.form-field-2 input {
    background: #fff;
    width: 100%;
    max-width: 285px !important;
    border: solid 1px #cccccc !important;
    padding: 5px;
    border-radius: 5px;
    height: 34px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.form-main h1 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 6px 0px 24px;
}

.order-by-filter select {
    margin-left: 0; margin-top: 10px;
    color: #999999;
    width: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 35px 5px 5px;
    font-size: 14px;
    border: 1px solid #ccc !important;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) 95% / 5% no-repeat #FFF;
}

.form-main h2 {
    font-size: 14px !important;
    padding-bottom: 7px;
    line-height: 22px;
    color: #000000;
    font-weight: 300 !important;
}

.order-by-filter {
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 10px;
}

.form-main h3 {
    margin: 0;
    font-size: 14px !important;
    padding-bottom: 7px;
    line-height: 21px;
    color: #000000;
    font-weight: 300 !important;
    display: inline-block;
}

.how-many {
    display: inline-block;
    margin-left: 0;
}



.form-field input {
    background: #fff;
    width: 100%;
    max-width: 289px;
    border: solid 1px #cccccc !important;
    padding: 5px;
    border-radius: 5px;
    height: 34px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.excellent-star-out-mn {
    margin: 18px 0 0 0px !important;
}
	
.srch{ display:none;}

nav#slide-menu{ background: #fff;
                position: fixed;
                top: 24px;
                left: -300px;
                bottom: 0;
                display: block;
                float: left;
                width: 100%;
                max-width: 200px;
                height: 100%;
                overflow: hidden;
                padding-bottom: 25%;
                -moz-transition: all 300ms;
                -webkit-transition: all 300ms;
                transition: all 300ms;
                z-index: 9999;
				-webkit-box-shadow: 1px 8px 12px 1px rgba(0,0,0,0.45);
-moz-box-shadow: 1px 8px 12px 1px rgba(0,0,0,0.45);
box-shadow: 1px 8px 12px 1px rgba(0,0,0,0.45);
            }

            .icon-btn.slide-close {
                position: absolute;
                margin: 6px 20px 0 0;
                top: 0;
                right: 0;
                cursor: pointer; }
				
			/*display mobile sticky on mobile */
			
            .mobile-sticky {
                display: block; margin-top:10px; position:fixed; z-index:9999;
            }
			
		

            /* mobile sticky styles */
            .inner-sticky {
                float: left;
                width: 100%;
                background:transparent;
            }

            .mobile-sticky ul {
                margin: 0;
                padding: 0;
            }

            .inner-sticky li {
                float: left;
                width: 33.33%;
                text-align: left;
                background:transparent;
                padding: 6px 0 6px 20px;
                list-style-type: none;
            }

            .inner-sticky .fa, .inner-sticky a, nav#slide-menu a {
                color: #00529c;
            }
			
			 nav#slide-menu li a {
                color: #00529c; font-size:16px; line-height:18px; padding:10px 0; display:block;  text-transform:uppercase;
            }

            .menu-active nav#slide-menu {
                left: 0px;
            }

            .slide-close i.fa.fa-close {
                font-size: 20px;
                color: #00529c;
                right: 0;
                border-radius: 50%;
                padding: 6px;
            }

            .menu-mobile .menu {
                margin-top: 9px;
                padding-left: 0px;
                padding-right: 0px;
                margin-left: 0px;
                margin-right: 0px;
				
            }
			
			 #slide-menu .menu ul{ padding:40px 20px 20px;}
			

            .menu-mobile .menu li {
                list-style-type: none;
                display: block;
                font-size: 30px;
                border: solid 1px #fff;
                width: 90%;
                margin: 10px auto;
                text-align: center;
                border-radius: 7px;
            }
			
			}
			
			
			
			
.inner_body ul{ margin:30px 0;}	

.inner_body li{ display:block; margin-right:23px;  float:left; background:#f3f3f3; margin-bottom:30px; text-align:center;}

.inner_body li div{ padding:5px 5px 15px; font-size:16px; font-weight:600; }	

.marR0{ margin-right:0px!important;}

.inner_body li span{font-size:14px;  font-weight:400;}	


@media only screen and (min-width: 360px) and (max-width: 600px) { 
	
.event-logobx {
    background: #FFFFFF;
    width: 146px;
    height: 146px;
    margin: 8px;
    float: left;
}
	
	
#menuExmp1 li>a {
    padding: 10px 35px !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 13px;
}
	
.menuTrigger>.menuFrame {
    display: none;
    position: absolute;
    width: 360px !important;
    background: #000;
    top: 0;
    z-index: 800;
}

#exmp1Trigger .menuSlider {
    width: 359px !important;
}
	
.left_inner1 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
}
	
.left_inner2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    color: #000;
}	
	
	.panel-num {
    background: #00529c;
    float: left;
    padding: 15px 16px;
    color: #fff;
    margin-right: 6px !important;
}

.panel-group .panel .panel-heading h4 a {
    background: #f6f9fc;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #00529c;
    padding: 0px 15px 10px 0 !important;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
    background-color: white;
}

.panel-body p {
    padding: 5px 10px 0 34px !important;
}

.panel-group .panel .panel-heading h4 a i {
    color: #00529c;
    font-size: 12px;
    top: -5px !important;
    position: relative !important;
    left: 6px;
   }
	
  
}		


.industries-outer-mn {
    margin-bottom: 17px;
    border: solid 1px #cccccc;
    padding:20px 6px;
    text-align: center;
    background: #fff;}

.industries-outer-mn:hover {
   border: solid 1px #00529c;
   text-align: center;
   transition: all 0.3s ease-in 0s;
}

.industries-outer-mn img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}



.container_new {
	display: block;
    position: relative;
    color: #000;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-left: 21px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_new:last-child {
	
}
/* Hide the browser's default checkbox */
.container_new input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.container_new:hover input ~ .checkmark {
 border: #bab7b7 solid 1px;
}

/* When the checkbox is checked, add a blue background */
.container_new input:checked ~ .checkmark {
 background-color: #fff;
}

/* Show the checkmark when checked */
.container_new input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.container_new .checkmark:after {
	left: 5px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #ed1c24;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.what-attracted { margin:0px; padding:0px;}

ul.what-attracted li{ list-style: none;
    text-align: left;
    width: 29%; margin-bottom: 11px;
    float: none;
    /* display: inline; */
    background: none;}
	
	
	
ul.what-attracted li .container_new {
    display: inline-block;
    position: relative;
    color: #000;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-left: 21px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-hd-in textarea {
    height: 115px;
    width: 525px; 
    padding: 6px 12px; margin: 12px 0 0 42px;
} 

.if-style{ font-size:12px; margin: 0 0 0 41px;}

.grateful{margin: 0 0 0 47px;}

.cnty{margin-left: 36px;}




.botm-sbmt button {
    background: #ed1c24;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075098', endColorstr='#e41e29',GradientType=1 );
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    margin-top: 34px;
    margin-left: 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.botm-sbmt button:hover {
    background: #053e72;
    color: #fff;
}

.thank{ margin-top:15px; margin-left: 37px; padding-bottom: 70px;}

.show-hd-mn{ background:#999; color:#fff; font-size:14px; width:882px;}

.show-hd-mn span{ display:inline-block; padding:5px 0px;}

.show-in{ width:360px; margin-left:25px;}

.date-in{width:208px;}

.show-row{ border-bottom: #e8e8e8 solid 1px;
    font-size: 14px; width: 77%;
    padding: 19px 25px;

}

.show_1b{ width:42px; margin-left: 7px;}

.show_1{ width:360px;}
.show_2{ width:210px;}
.show_3{ width:195px;}




a.view2-btn {
   background: #e8e8e8;
    padding: 7px 15px;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 300;
    width: 77%;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    margin-right: 8px;
    text-align: center;
    margin-top: 13px;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

a.view2-btn:hover{background: #ed1c24; color:#fff;} 


.mr1{margin-bottom: 27px !important;}














