/* --------------------------FONTS START-----------------------------*/
@font-face {
    font-family: 'myriad_probold_condensed';
    src: url('fonts/myriadpro-boldcond-webfont-webfont.eot');
    src: url('fonts/myriadpro-boldcond-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-boldcond-webfont-webfont.woff') format('woff'),
         url('fonts/myriadpro-boldcond-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_procondensed';
    src: url('fonts/myriadpro-cond-webfont-webfont.eot');
    src: url('fonts/myriadpro-cond-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-cond-webfont-webfont.woff') format('woff'),
         url('fonts/myriadpro-cond-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica-condensed';
    src: url('fonts/helvetica-condensed.eot');
    src: url('fonts/helvetica-condensed.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-condensed.woff') format('woff'),
         url('fonts/helvetica-condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aliquamregular';
    src: url('fonts/aliquamreg-webfont.eot');
    src: url('fonts/aliquamreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aliquamreg-webfont.woff2') format('woff2'),
         url('fonts/aliquamreg-webfont.woff') format('woff'),
         url('fonts/aliquamreg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}





/* --------------------------FONTS END-----------------------------*/
.underline{}
.underline:hover{
	text-decoration:underline;
}
.top{
	vertical-align:top;
}
.cursor{
	cursor:pointer;
}
/* -------------Transition effects---------------*/

.transition_3 {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
.transition_2 {
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}
.transition_7 {
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
}
/*---------------- Transition effects end----------------------*/
* {	
margin: 0;
padding: 0;
font-family: 'helvetica-condensed', aliquamregular;
}
body{
	

}
.fullwrap {
	width: 100%;
	height: auto;
	background:url(../images/back-bg.png)repeat;
}
.slicknav_menu{
	display:none;
}
.clear {
	clear: both;
}
.align {
	width: 980px;
	margin: 0 auto;
}
.header{
width:100%;
height:35px;
border-top:1px solid #818181;
border-bottom:1px solid #eeeeee;
}
.header_content{
position:relative;
}
.contact_details{
width:40%;
height:auto;
}
.contact_details ul li{
list-style:none;
display:inline-block;
vertical-align:top;
margin-left: 38px;
line-height: 33px;
}
.contact_details ul li:first-child{
margin-left:0px;
}
.contact_details ul li a{
font-size: 13px;
text-decoration:none;
color: #b0b0b0;
}
.contact_details ul li a:hover{
color:#666;
}
.icon{
width: 17px;
height: 14px;
display: inline-block;
margin-right: 5px;
}
.icon1{
background:url(../images/icons.png)0px 0px no-repeat;
}
.icon2{
background: url(../images/icons.png)-18px 0px no-repeat;
}
.soc_icons{
width:151px;
height:20px;
position:absolute;
top: 7px;
right: 6px;
}
.soc{
width:15px;
height:15px;
cursor:pointer;
margin-left: 11px;
display:inline-block;
transition:all 0.4s;
-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
-ms-transition:all 0.4s;
}
.skype:hover{background: url(../images/icons.png)-36px -18px no-repeat;}
.fb:hover{background: url(../images/icons.png)-53px -18px no-repeat;}
.world:hover{background: url(../images/icons.png)-74px -18px no-repeat;}
.in:hover{background: url(../images/icons.png)-91px -18px no-repeat;}
.be:hover{background: url(../images/icons.png)-109px -18px no-repeat;}

.skype{background: url(../images/icons.png)-36px 0px no-repeat;}
.fb{background: url(../images/icons.png)-53px 0px no-repeat;}
.world{background: url(../images/icons.png)-74px 0px no-repeat;}
.in{background: url(../images/icons.png)-91px 0px no-repeat;}
.be{background: url(../images/icons.png)-109px 0px no-repeat;}

.logo{
width:325px;
display:inline-block;
}
.logo img{	
width:100%;
}
.navigation_area{
	width:100%;
	height:90px;
}
.nav_area{
	display: inline-block;
	vertical-align: top;
	width: 650px; 
	margin-top:30px;
}
.nav_area table tr td{
padding-left: 14px;

}
.nav_area table tr td a{
text-decoration: none;
color: #020202;
position: relative;
font-weight:normal;
text-transform: uppercase;
font-size: 13px;
white-space: nowrap;
}




.nav_area table tr td a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(2,2,2,1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.nav_area table tr td a:hover::after,
.nav_area table tr td a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}




/* Start Menu */


ul.navmenu {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	position: relative;
}
ul.navmenu * {
	margin: 0;
	padding: 0;
}
ul.navmenu a {
	display: block;
	transition: 0.5s;
	color: #000;
	text-decoration: none;

}

ul.navmenu li {
	position: relative;
	float: left;
}




.navmenu li:hover ul {
	height: auto !important;
	opacity: 1 !important;
}
ul.navmenu ul {
	position: absolute;
	left: 0px;
	display: none;
	list-style: none;
	min-width: 160;
	background:#0000bd;
	text-align: left;
	margin-top: 0px;
}


ul.navmenu ul li {
	position: relative;
	height: auto;
	min-width: 160px;
	width: auto;
}



.active_menu_ .active_menu {
	background: url(../images/nav-hover.png)no-repeat !important;
	color:#FFF;
	background-size: 100% 100% !important;
}



ul.navmenu li ul li a, ul.navmenu ul li a:visited {
/*	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px !important;*/
	color: #FFF;
	background:none !important;
	/* border-bottom: #DFDFDF 1px solid; */
	min-width:;
	width: auto !important;
	text-wrap: none !important;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	transition: 0.3s;
	margin:0 !important;
	padding: 7px;
	padding-left:10px;
}

ul.navmenu li ul li a:hover{
	color:#CCC;}



ul.navmenu ul li:last-child a {
	margin-bottom: 8px;
}
ul.navmenu ul li:first-child a {
	
}
ul.navmenu ul li a:hover {
	background:none !important;
}
ul.navmenu ul ul {
	left: 0px;
	top: 0;
}
.leftMenu ul {
	left: -47px !important;
}
/* MENU END */




.inner_div_content{
	min-height:200px;
	padding:20px 10px;
	font-size:16px;
	font-weight:normal;
	font-family:'helvetica-condensed', aliquamregular;
	overflow:hidden;
	text-align:justify;}
	
	
.inner_div_content ul{
	padding-left:40px;}		


.banner_area{
width:100%;
height:100%;
overflow:hidden;
position:relative;
margin-bottom: 50px;
}
.banner_area ul li{
width:100%;
}
.banner_area ul li img{
width:100%;
}

.banners_btns{
width: 100%;
height: 54px;
position: absolute;
z-index: 1;
top:38%;
}
.left_btn{
width: 53px;
height: 54px;
display: inline-block;
background:url(../images/arrows.png)0px 0px no-repeat;
cursor: pointer;
}
.right_btn{
width: 53px;
height: 54px;
display: inline-block;
background: url(../images/arrows.png)-53px 0px no-repeat;
cursor: pointer;
position: absolute;
right: 0;
}
.content_area{
	font-size:36px;
	color:#1d1d1d;
	font-weight:normal;
	text-align:center;
}
.sub_head{
font-size: 18px;
text-transform: uppercase;
margin-top: 10px;
position: relative;
width: 100%;
text-align: center;
margin: 10px auto;
color:#1d1d1d;
white-space:nowrap;
height: 45px;
}
.sub_head::after {
	position: absolute;
	top: 100%;
	left: 42%;
	width: 15%;
	height: 3px;
	background: rgba(2,2,2,0.6);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.sub_head:hover::after,
.sub_head:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.p_box_area{margin-top: 80px;}
.p_box{
width:222px;
height:231px;
overflow:hidden;
margin-left: 15px;
display: inline-block;
}
.p_box:first-child{
margin-left:0px;
}
.p_image{
width:137px;
height:70px;
margin: 0 auto;
}
.p_box h5{
width:100%;
white-space:nowrap;
font-size:18px;
color:#000;
font-weight:normal;
margin-top: 10px;
text-transform:uppercase;
}
.details{
font-size: 14px;
margin-top: 20px;
width: 99%;
line-height: 20px;
height: 100px;
overflow: hidden;
text-align: center;
}
.con_area2{
width:100%;
height:535px;
background:#3a454b;
margin-top:80px;
}
.Ser_head{
text-align:center;
font-weight:bold;
font-size: 34px;
padding-top: 20px;
color:#fff;
}
.con_area2 .sub_head{color:#fff;}
.con_area2 .sub_head:after{
background: #fff;
}
.contact_area{
margin-top: 70px;
margin-bottom: 20px;	
}

.map{
width:100%;
height:322px;
overflow:hidden;
margin-bottom: 30px;
}
.contact_head{
font-size:28px;
color:#1e1e1e;
text-align: center;
}
.border{
border-bottom:1px solid #eeeeee;
margin-top:30px;
margin-bottom:40px;
}

.footer{
width:100%;
height:57px;
background:#3a454b;
}
.foot_text{
line-height:57px;
text-align:center;
}
.foot_text a{
font-size:14px;
color:#939393;
text-decoration:none;
transition-property:color;
transition-duration:0.3s;
transition-timing-function:ease-in;
}
.foot_text a:hover{
color:#fff;
}
.left_area{
width:40%;
min-height:200px;
display:inline-block;
}
.con_text{
color:#4b4b4b;
font-size:18px;
}
.right_area{
width: 57%;
min-height:200px;
display:inline-block;
vertical-align:top;
margin-left: 16px;
}
.con_form{width:100%;}
.con_form input:first-child{
	margin-left:0px;}
.txt_fld,
.cap{
height:39px;
border:1px solid #cccccc;
box-sizing:border-box;
-webkit-box-sizing:border-box;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}
.f_size1{
	display:inline-block;
	margin-left:20px;
	width: 47%;
}
.f_size2{
width: 98.5%;
}
.resize{
resize: none;
height: 119px;
line-height: 29px;
}

.sub_btn{
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.sub_btn:hover{
background:#161616;
}
.sub_btn{
width: 201px;
height: 49px;
background: #0000CC;
border: 0;
border-radius: 5px;
color: #fff;
text-transform: uppercase;
font-size: 18px;
cursor: pointer;
margin-top: 20px;
}
.captcha{
	width:150px;
	height:49px;
	display:inline-block;
}
.cap{
display: inline-block;
vertical-align: top;
margin-left: 40px;
width: 40%;	
}
.soc_area{
width: 149px;
height: 31px;
margin: 0 auto;
margin-top: 55px;
margin-bottom: 35px;
position: relative;
}
.soc_icons2{
width:34px;
height:31px;
display:inline-block;
cursor:pointer;
}
.soc_trans{
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
}
.soc_trans:hover{
transform:translateY(-1px);
}
.twitter:hover{
background:url(../images/soc-icons.png)0px -32px no-repeat;
}
.fb2:hover{
background:url(../images/soc-icons.png)-38px -32px no-repeat;
}
.in2:hover{
background:url(../images/soc-icons.png)-76px -32px no-repeat;
}
.skype2:hover{
background:url(../images/soc-icons.png)-114px -32px no-repeat;
}


.twitter{
background:url(../images/soc-icons.png)0px 0px no-repeat;
}
.fb2{
background:url(../images/soc-icons.png)-38px 0px no-repeat;
}
.in2{
background:url(../images/soc-icons.png)-76px 0px no-repeat;
}
.skype2{
background:url(../images/soc-icons.png)-114px 0px no-repeat;
}
.box_area{text-align: center;}
.box1{
	width:204px;
	height:373px;
	overflow:hidden;
	background:#434e54;
	display: inline-block;
	margin-left: -4px;
}
.box1:nth-child(odd){
	background:#434e54;
}
.box1:nth-child(even){
	background:#535e64;
}
.box_image{
width:183px;
height:201px;
overflow: hidden;
margin: 15px auto;
}
.box_head{
margin-top: 10px;
color: #fff;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
.box_detail{
width: 160px;
margin: 0 auto;
text-align: center;
margin-top: 10px;
color: #b1babf;
height: 60px;
}
.ribbon{
	background:url(../images/ribbon.png);
	width:175px;
	height:23px;
	text-align:center;
	line-height:23px;
	margin: 15px auto;
	}
.ribbon a{
	color:#717270;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	transition:ease-in 0.3s;
	-webkit-transition:ease-in 0.3s;
	-moz-transition:ease-in 0.3s;
	-ms-transition:ease-in 0.3s;
	-o-transition:ease-in 0.3s;
}
.ribbon a:hover{
	color:#000;
}
.right_area h4{
width: 98.4%;
color: #4b4b4b;
font-size: 14px;
font-weight: 100;
margin-bottom: 20px;		
}

/* DESKTOP START */

@media (min-width: 980px) and (max-width: 996px){
	
.align {
width: 100%;
margin: 0 auto;
}
.nav_area {
width: 630px;

}
}

/* DESKTOP END */

/* TABLET START */
@media (min-width: 768px) and (max-width: 979px){
.align {
width:100%;
margin: 0 auto;
}	
.navigation_area {
height: auto;
}
.nav_area {
width: 87%;
margin: 20px auto;
text-align: center;
display: block;
}
.logo {
display: block;
margin: 0 auto;
}
.box1 {
margin-bottom: 30px;
}
.con_area2 {
height: auto;
margin-top: 80px;
}
}




/* TABLET END */

/* MOBILE START */
@media (max-width: 767px) {
	
	.slicknav_menu {
		display:block;
	}
	#menu 
	{
		display:none;
	}
	
	
.align {
width:100%;
margin: 0 auto;
}	
.navigation_area {
height: auto;
}
.nav_area {
display:none;
}
.logo {
	width: 60%;
display: block;
margin: 20px auto;
}
.box1 {
margin-bottom: 30px;
width: 70%;
}
.con_area2 {
height: auto;
margin-top: 20px;
}
.soc_icons {
width: 151px;
height: 20px;
position: inherit;
top: 0;
margin: 5px auto;
}
.contact_details {
width: 100%;
height: auto;
text-align: center;
}
.contact_details ul li {
display: inline-block;
margin-left: 20px;
}
.header {
height: auto;
}
.sub_head {
box-sizing: border-box;
padding: 0px 10px;
white-space: normal;
}
.p_box {
margin-bottom: 50px;
}
.left_area {
width: 100%;
display: block;
text-align: center;
margin-bottom: 30px;
}
.right_area {
width: 90%;
display: block;
margin-left: 0;
margin: 0 auto;
text-align: center;
}
.f_size1 {
display: block;
margin-left: 0px;
width: 100%;
}
.f_size2 {
width: 100%;
display: block;
}
.captcha {
margin: 0 auto;
margin-bottom: 20px;
display: block;
}
.cap {
display: block;
vertical-align: top;
margin-left: 40px;
width: 40%;
margin: 0 auto;
}
.sub_btn {
margin: 0 auto;
margin-top: 20px;
}
.soc_area {
width: 149px;
height: 31px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
}
}
/* MOBILE END */