* {
    margin: 0;
    padding: 0;
    outline: none !important;
    text-decoration: none !important;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri Regular';
    src: url(../fonts/calibri.ttf) format('truetype');
}
@font-face {
    font-family: 'Calibri Bold';
	src: url(../fonts/calibrib.ttf) format('truetype');
	src: url(../fonts/calibrii.ttf) format('truetype');
	src: url(../fonts/calibril.ttf) format('truetype');
	src: url(../fonts/calibrili.ttf) format('truetype');
	src: url(../fonts/calibriz.ttf) format('truetype');
}


@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfontd41d.eot?v=3.0.1');
  src: url('fonts/fontawesome-webfontd41d.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('fonts/fontawesome-webfont78ce.woff?v=3.0.1') format('woff'),
    url('fonts/fontawesome-webfont78ce.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
    background-color: #fff;
    color: #333;
    font-family: 'Calibri Regular' !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
}

a {
    color: #f26522;
    outline: 0;
    text-decoration: underline;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Calibri Regular' !important;
}
	
#header {
    left: 0px;
    z-index: 1001;
    font-size: 14px;
    color: #fff;
    width: 100%;
}
.row {
    margin-bottom: 20px;
    margin-top: 20px;
}

#contact_body .row{
	margin-bottom: 0px;
    margin-top: 0px;
}

.logo {
    margin-top: 5px;
    float: left;
    margin-bottom: 5px;
}
.enquriy {
    position: relative;
    top: 7px;
    text-align: right;
    z-index: 15;
    width: 78%;
    float: left;
    border-radius: 9px;
    font-size: 15px;
    padding-right: 20px;
    color: #45444a;
    padding-bottom: 11px;
}
.enquriy i{
    color: #63b0dd;
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 27px;
    border: 2px solid #63b0dd;
}
.enquriy span a{
	    font-size: 16px;
		color:#7bc1cc;
}
.enquriy span strong{color:#7bc1cc;}

.call i {
    font-size: 22px;
	margin-right: 5px;
    font-weight: bold;

}
.top-chat a {
    color: #fff;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

/*-----------Nav-Start----------*/

.logo h1 {
    font-size: 3.5em;
    display: inline-block;
    font-family: 'Calibri Regular';
    line-height: 1em;
	margin:0px;
}
.logo h1 a {
    color: #fff;
    font-family: 'Calibri Regular';
    text-decoration: none;
}
.top-nav {
	z-index: 999;

}

nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
.top-nav ul li {
    margin: 0 0.5em;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .top-nav ul li  a.active:before {
   * color: #5BD982;

}

.top-nav ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
	color:#1b1d1f;
	font-family: 'Calibri Regular';
	position:relative;
	text-transform: uppercase;
}
.top-nav ul li a.link-effect.active {
    background: #7bc1cc;
	color:#fff;
	
}
.nav > li > a:hover, .nav > li > a:focus,.top-nav ul li a.active{
    background: none;
}
/*--drop-down--*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #745EC5;
    border: none;
}
ul.dropdown-menu li a {
    color: #745EC5;
	font-size: 1.1em;
}
ul.nav.navbar-right {
    margin-top: .3em;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    margin-top: 10px;
    min-width: 100%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #745EC5;
}
/*--Text-Effect--*/
.link-effect {
	overflow: hidden;
}
.link-effect:hover {
	color: #000;
}
.link-effect::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: -2px;
	z-index: 1;
	background: #7bc1cc;
	-webkit-transform: translate3d(101%,0,0);
	transform: translate3d(101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link-effect:hover::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.link-effect span {
	position: relative;
	z-index: 9999;
}
.link-effect span::before {
	content: attr(data-letters);
	position: absolute;
	color: #fff;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link-effect:hover span::before {
	width: 100%;
}
/*--Text-Effect--*/


 /*----------NAV-End-----------*/


/*------------Slider-Start-------------------*/
.main-container {
	padding:0px !important;
	background:#000;
}

.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 600px; 
	height: 100%;
	width:100%; 
}
/*.carousel-caption h3,*/
.carousel .icon-container,
.carousel-caption button {
	background-color: #c50143;
}
.carousel-caption h3 {
	padding:10px;
	/*right:30px;*/
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	background:#252429;
	border-color: #45444a;
	margin-top: 1em; 
	border-radius: 0px;
}
.carousel-caption h3, .carousel .icon-container, .carousel-caption button{
	/* background-color: #32444f; */
	padding: 40px;
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
	text-transform: uppercase;
	font-weight: 600;
	color: #2d4d52;
	text-align: left;
	font-size: 30px;
	text-shadow: none;
	width: 410px;
	padding: 0;
	margin: 0;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 12px;/*RAM 52px */
	text-transform: uppercase;
	/*font-weight: 600;*/
}
.carousel-caption button {
	animation-delay: 3s;
	text-transform: uppercase;
}

h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}
.carousel-caption{
	top:30% !important;
	right:10%;
}
.carousel-caption h3 span{
	color:#7bc1cc;
}

.carousel-indicators .active{
	background:#7bc1cc !important;
}
.links ul li .active{
	color:#7bc1cc;
}


/*------------Slider-End-------------------*/

/*TABLETS VERTICAL*/
@media (max-width: 991px) {

  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    width: 100%;
  }
  .navbar-collapse.collapse.in .sub-menu {
    position: relative;
    width: 100%;
  }


}
/*---------------------------Welcome Part-Start----------------------*/
.welcome-info{
	color:#555555;
	font-size:16px;
	text-align: left;
}
.sun-cont{
	color: #555555;
	font-size: 16px;
	text-align: left;
}
h3.title {
    font-size:25px;
  /*  color: #c50143;*/
color:#3f4e5f;
    text-align: left;
	margin-top: 40px;
}
.sub-head{
	text-align:left;
	font-size: 25px !important;
	color: #59aebb;
	font-family:'Calibri Regular';
	font-weight:bold;
}

.sub{
	font-size: 25px !important;
	color: #59aebb;
	font-family:'Calibri Regular';
	font-weight:bold;
	text-align: left !important;
}
.readmore {
    margin-top: 20px;
}
.readmore a {
    background: #7bc1cc;
    color: #fff;
    text-transform: uppercase;
    font: regular 17px verdana;
    padding: 12px 13px;
}
.readmore a:hover, .readmore:focus {
    background: #569ca7;
    color: #fff;
    text-decoration: none;
}


.readmore-icon {
    margin-top: 30px;
}
.readmore-icon a {
    background:transparent;
    color: #fff;
    text-transform: uppercase;
    font: regular 17px verdana;
    padding: 12px 13px;
	border:2px solid #7bc1cc;
}
.readmore-icon a:hover, .readmore-icon:focus {
    background: #569ca7;
    color: #fff;
    text-decoration: none;
}


.form-control{
	height:50px !important;
	font-size: 16px !important;
	border-radius:0px !important;
}

.section-header h3 {
    font-size: 31px;
   /* color: #3f4e5f;*/
color: #c50143;
    text-transform: uppercase;
    text-align: center;
    margin: 0;padding-top: 80px;
	font-family:'Calibri Regular' !important;
}



.logo-main {
    margin-top:10px;
    float: left;
    margin-bottom: 5px;
	opacity: 0;
}
.logo-back {
    position: absolute;
    left: 103px;
    top:7px;
    z-index: -999;
}

.button.fill {
    background: #7bc1cc;
    border-color: #7bc1cc;
}
.button.fill:hover {
    background: #3f4e5f;
    border-color: #3f4e5f;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}


.contact-form .button {
    display: block;
    text-transform: none;
    width: 100%;
}
.button {
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    height: 50px;
    min-width: 170px;
    text-align: center;
    padding: 0px 20px;
    text-transform: uppercase !important;
    color: #fff;
    border: 3px solid #fff;
    margin-right: 20px;
}
/* .row {
    margin-bottom: 20px;
    margin-top: 20px;
} */
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity:.5;
}

.cont{
	padding:20px 30px;
}

.contact-address h3{
	color: #59aebb;
	font-family: 'Calibri Regular';
	font-weight: bold;
	text-align: left;
    font-size: 25px !important;
}

.contact-address p{
	color: #555555;
	font-size: 16px;
	line-height: 29px;
}

.contact-address i{
	color:#59aebb;
}


.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
	width:100%;
	background#ccc;
}

.sub-head img, .contact-address img{
	padding: 0px 5px 3px 0px;
}

/*---------------------------Welcome Part-End----------------------*/


/*---------------------------Default padding Part-End----------------------*/
.nopadding {
    padding: 0px !important;
}
.clear{
	clear:both;
}

.mTop20{
	margin-top:20px;
}
.margin0{
	margin:0px;
}
.bRight0{
	border-right:0px !important;
}
/*---------------------------Default Padding Part-End----------------------*/



.banner-info{
    background: url(../images/profile.jpg);
    min-height: 480px;
    background-size: cover;
}

.banner-info1{
    background: url(../images/jobeseeker.jpg);
    min-height: 480px;
    background-size: cover;
}

.banner-info1a{
    background: url(../images/services.jpg);
    min-height: 480px;
    background-size: cover;
}

.banner-info2{
    background: url(../images/contact.jpg);
    min-height: 480px;
    background-size: cover;
}
.banner-info3{
    background: url(../images/client.jpg);
    min-height: 480px;
    background-size: cover;
}

.about-img{
	width:100%;
	height:300px;
	background:url(../images/02-old.jpg);
	margin-top:20px;
}

/*------------------------------How we can help-Start-Start-----------------------------*/
#how-we-help{
	background-image:url(../images/how-we-help-bg.png);
	width:100%;
	height:auto;
	margin-bottom:50px;
	    padding-top: 50px;
    padding-bottom: 50px;
}
.help-icons {
    text-align: center;
    width: 227px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    float: left;
}
.help-sec-01 .help-icons{
	border-bottom: 0px;
}
.help-icons h3{
	color: #555555;
	font-size: 14px;
	margin: 0px;
	padding: 12px;
}
.help-icons  img{
	margin-top:30px;
}

#how-we-help h4{
    font-size: 31px;
    color: #7bc1cc;
    text-transform: uppercase;
    text-align: center;
    margin: 0;

}
/*------------------------------How we can help-Start-End-----------------------------*/

/*------------------------------Sectors-Start-----------------------------*/
#sectors{
	margin-bottom: 70px;
}

#sectors h4{
	font-size: 27px;
	color: #5d5d5d;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
	font-weight: 600;

}

.help-icons i{
	font-size:48px;
	color:#7bc1cc;
	padding-top: 12px;
}

.how-we h4 img{
	margin-top: -28px;
}
/*------------------------------Sectors-End-----------------------------*/

/*-------------------Icons-start----------------*/
.icon-set{
	text-align:center;
}

.icon-set img{
}

.icon-set h3{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
/*-------------------Icons-End----------------*/

/*------------------------------Footer-Start-----------------------------*/
footer {
    background: #29282b;
    padding: 0px 0px;
    /* padding: 20px 0px; */
}
.foot-cont {
    float: left;
    width: 100%;
}
footer h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-info p, .contact-info p a {
    color: #a7a7a7;
}
.contact-info p i {
    color: #7bc1cc;
	padding-right: 3px;
}

.contact-info p a:hover, .copyrights p a:hover{
	color:#7bc1cc;
}

#footer-btm {
    background: #1c1b1f;
}

.copyrights p{
	color:#a7a7a7;
	font-size: 14px;
	padding-top: 10px;
	margin:0px;
}
.copyrights p a{
	color:#a7a7a7;
}

.social-icons {
    float: right;
    margin-top: 7px;
	width:100%;
}
.social-icons a {
    float: left;
    border-radius: 20px;
    margin-left: 10px;
    -webkit-transform: scale(1, 1);
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    background: #47444c;
    width: 35px;
    text-align: center;
    height: 35px;
}
.social-icons a:first-child{
	margin:0px;
}
.social-icons a:hover {
    color: #7bc1cc;
}
footer .scrolltop {
    position: absolute;
    background: #c50143 none repeat scroll 0% 0%;
    color: #FFF;
	width: 55px;
    height: 55px;
    bottom: 0px;
    right: 20px;
    border-radius: 20%;
    text-align: center;
    line-height: 55px;
    font-size: 35px;
	top: 8px;
}
footer .scrolltop:hover{
	color:#fff;
	background: #3f4e5f !important;
	border-color: #3f4e5f;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
#welcome{
height:100%;
}
#contact {
    background: #F9F6F6;
    border-top: 2px solid #E2E2E2;
}

#contact-page {
    background: #fff;
    border-top: 2px solid #E2E2E2;
	height: 615px;
}



.back-cover{
	background-size:cover;
}
.carousel-inner{
	height:771px;/*771px;*/
}
.carousel-inner img{
height:auto;
width:100%;
}

#expander{
min-height:250px;

}
.links{
	list-style:none;
}
.links li a{
	line-height: 27px;
	color:#a7a7a7;
}
.links li a:hover{
	color:#7bc1cc;
}
.links li i{
	color:#a7a7a7;
	font-size:12px;
	padding-right: 3px;
}
/*------------------------------Footer-End-----------------------------*/

.services-list{
	text-align: left;
}

.services-list li {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    margin-right: 20px;
	margin-bottom: 10px;
}

.services-list li i, .clients li i {
    color: #7bc1cc;
    padding-right: 5px;
}

.clients{
	list-style:none;
}

.clients li{
	line-height: 37px;
	font-size: 15px;
}

.contact-form .jt_col {
    margin-bottom: 30px;
	float:right;
}

.Sub-cont{
	color: #555555;
	font-size: 16px;
}

.filesubmit{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px !important;
	padding: 14px !important;
	background:#7bc1cc !important;
	border:0px !important;
	cursor:pointer !important;
	border-radius:0px !important;
	font-weight: 100 !important;
	font-size:16px !important;	
	color: #fff;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 0px;
	margin-bottom: 10px !important;
	padding: 14px !important;
	background:#7bc1cc !important;
	border:0px !important;
	cursor:pointer !important;
	border-radius:0px !important;
	font-weight: 100 !important;
	font-size:16px !important;	
	color: #fff;
}

.fileUpload input[type="file" i]{
	height:50px;
	opacity: 0;
}

.fileUpload i,.filesubmit i{
	padding-right:5px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);

}

.btn-sending{
	background:#7bc1cc !important;
	border:0px;
	width:100%;
	padding:10px;
	border-radius:0px;
}
.fileUpload:hover{
	background: #3a656b !important;
}
.btn-sending:hover{
	background: #569ca7;
}
.form-group label{
    color: #63888e !important;
    font-family: 'Calibri Regular';
    font-size: 15px;
    font-weight: 100;
}

 @media screen and (min-width: 320px) and (max-width: 768px) {
.carousel-inner, .carousel-inner>.item>a>img {
	height: 427px !important; 
}

.Topmenu .navbar-inverse{
	background: #464646;
	border: 1px solid #656565;
}
.Topmenu .navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.logo-back {
    position: absolute;
    left:0px;
    top: 0px;
    z-index: -999;
}
.logo-main{
	margin-left: 19px;
}
.carousel-caption h3:first-child{
	font-size:14px;
}
.carousel-caption h3:nth-child(2){
	font-size:32px;
}
.enquriy{
	display:none;
}
.social-icons{
	float:none;
	margin:0px;
}
.top-nav ul li a{
	color:#fff;
}	
.icon-set{
	margin-bottom: 40px;
} 
 }
 
@media(max-width:320px){

  }

 @media(max-width:767px){
button.navbar-toggle {
    background: #7bc1cc;
    border-color: #68a7b1;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.top-nav ul li {
    display: block;
	margin: .5em 0;
}
div#bs-example-navbar-collapse-1 {
    background: rgba(0, 0, 0, 0.82);
    margin: 0;
    padding: 0;

}
ul.nav.navbar-right {
    text-align: center;
}
.navbar-right .dropdown-menu {
    min-width: 100%;
    position: relative;
	text-align:center;
}

}

@media only screen and (max-width:1024px){
.carousel-inner {
	height: 548px;
}
}


/* floating box style */
.floating-form {
	z-index: 999;
    max-width: 350px;
    padding: 15px;
    background: #F9F9F9;
    border:1px solid #7bc1cc;
    right: 10px;
    position: fixed;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	top:148px !important;
	}
	
.floating-form input[type="button"]:hover, .floating-form input[type="submit"]:hover, .contact-opener {
background-color: #7bc1cc !important;
}
.floating-form input[type="button"], .floating-form input[type="submit"], .contact-opener {
    background-color: #ccc;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 18px Calibri Regular;
    text-transform: uppercase;
}

.contact-opener {
    position: absolute;
    left: -95px;
    transform: rotate(-90deg);
    top:110px;
    background-color: #216288;
    padding: 9px;
    color: #fff;
    cursor: pointer;
    border-radius:0px;


}

.msg-box{
	height: 120px !important;
}


/*--------------------contact--------------------*/

#contactus legend, h2
{
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-size:0.8em;
   font-weight: bold;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100%;
   height:auto;
   padding-left:0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:100%px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #e61515;
  background-color : #fff;
  font-weight:regular;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(166, 166, 166, 0.6) !important;
}

/* #contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
} */

#contactus .error
{
	font-size: 0.7em;
	color: #fff;
	background-color: #cf2626;
	float:left;
	display: block;
	position: absolute;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}





/*--------------------contact--------------------*/