.clear{clear: both;}
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;
text-align:justify;}
html, body{
	font-family: 'Open Sans', sans-serif;
	background:#fff;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

.main a:hover{
	text-decoration: none;
}

.main h1{
    font-size: 28px !important;
}

.main h2{
    font-size: 25px !important;
}

.main h3{
    font-size: 22px !important;
}

.main h4{
    font-size: 20px !important;
}

.main h5{
    font-size: 16px !important;
}

.main h6{
    font-size: 14px !important;
}


body p{
	text-align: justify;
	font-size: 16px;
}

body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.top-header{
	background:#A47BD4;
	padding:5px 0;
}
p.m_1{
	color: #FFF;
	font-size: 30px;
	font-weight: 600;
    padding: 2% 0%;
}
p.m_1 a
{
	color:rgba(255,255,255,1.00);
}
p.m_1 a:hover
{
	text-decoration:none;
}
span.m_2{
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}
.bottom-header
{
	padding-top:3px;
	padding-bottom:3px;
}
.header_top-responsive{
	display:none;
}

/* start h_menu */
.h_menu4{
	text-align:center;
}
.toggleMenu {
    display: none;
	background:#E46A3B;
	padding: 10px 15px;
	width: 100%;
	color: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.5em;
}
.logo a:hover{
	background:none;
}

.nav {
    list-style: none;
     *zoom: 1;
	 float:right;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    width: 100%;
    list-style: none;
	border:none;
	box-shadow: 0 3px rgba(71, 71, 71, 0.48);
	-webkit-box-shadow: 0 3px rgba(71, 71, 71, 0.48);
	-moz-box-shadow: 0 3px rgba(71, 71, 71, 0.48);
	-o-box-shadow: 0 3px rgba(71, 71, 71, 0.48);
}
.nav li a {
	display: block;
	padding: 0px;
	color: #006;
	font-size: 1.5em;
	font-family: Calibri;
	margin: 0 20px;
	font-weight: 500;
}
.logo{
	background:none;
	border:none;
	float:left;
}

.navbar-default{
    margin: 0%!important;
    background-color: #fff !important;
    border: none !important;
}

.navbar-nav li{
    position: relative;

}


.navbar .sub-menu{
    display: none;
    width: 180px;
    top: 100%;
    left: 0%;
    position: absolute;
    padding: 0%;
    background: #064b8e;
    border: 1px solid #fff;
}

.navbar li:hover .sub-menu{
    display: block;
}

.navbar-nav .sub-menu li a{
    font-size: 1em;
    padding: 5px 20px;
    display: block;
    color: #e46a3b;
    background: #fff;
    border-top: 1px dotted #d0d0d0;
    border-left: 1px dotted #d0d0d0;
    border-right: 1px dotted #d0d0d0;
    position: relative;
    z-index: 9999;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.navbar-nav .sub-menu li a:hover {
    background: #f8f8f8;
    color: #6cc5d9;
    border-bottom: none;
}


/***** Media Quries *****/
@media screen and (max-width: 768px) {

    .top-header .social{
        float: left;
    }

    .footer_bottom .social{
        float: left;
    }

    p.m_1{
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        padding: 5% 0%;
    }

	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	.h_menu4{
		float: none;
		margin:1% 0 0;
	}
	.toggleMenu {
		padding:5px 10px;
		width: 96%;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background: rgba(255, 255, 255, 0.22);
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        display: block;
    }
    .nav > li > .parent {
        background-position: 95% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.logo
	{
		display:none;
	}
}
@media screen and (max-width: 640px) {
	.toggleMenu {
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
	.toggleMenu {
		width: 92%;
	}

    .blog .row img{
        margin-left: 0%;
    }
}
@media screen and (max-width: 320px) {
	.toggleMenu {
		width: 89%;
	}
	.social-top
{
	padding-top:0px;
}
.social-top a span
{
	margin: 0 2px;
}
p.m_1 span
{
	display:none;
}
}
.search{
	position: relative;
	float:right;
	width:32%;
}
.search input[type="text"] {
	outline: none;
	padding: 15px 10px;
	outline: none;
	color: #A8A8A8;
	background: #F9F8F8;
	border:none;
	width: 80%;
	line-height: 1.5em;
	font-size: 1.1em;
}
.search input[type="submit"] {
	background: url('../images/search.png')#F2F2F2 no-repeat 17px 14px;
	padding: 14px 30px;
	border: none;
	cursor: pointer;
	position: absolute;
	line-height: 1.5em;
	outline: none;
	border-bottom: 5px solid #D9D9D9;
}
.search input[type="submit"]:hover {
	background: url('../images/search.png')#eee no-repeat 17px 14px;
}
.slider{
	margin:0;
	padding:0;
}
.slider img
{
	margin:0;
	padding:0;
	width:100%;
	height: 400px;
}


/*--content-top--*/
.content-top{
	background:#fff;
	padding-bottom:1%;
	width:100%;
	border-top: 5px solid #F2916D;
}
.content_grid1{
	background:none;
	padding:1% 2% 0 2%;
	margin-top:0;

}
.container_wrap{
	width:75%;
	margin:0 auto;
}
h3.m_3{
	font-family: 'Open Sans Condensed', sans-serif;
	color: rgba(155,10,12,1.00);
	font-size:2em;
	padding:12px 0;
	margin-bottom: 3px;
	font-weight:bold;
}
span.m_4{
	font-style:italic;
	font-weight:bold;
}
ul.topic_grid{
	margin-bottom:10px;
	list-style:none;
	padding:0;
	box-shadow:0px 0px 3px 1px #4A4545;
	border-radius: 0 0 5px 5px;

}
i.speech{
	width: 65px;
	height: 55px;
	background: url(../images/img-sprite.png) no-repeat -132px 1px #18608c;
	float: left;
	margin-right: 7%;
}
li.list1{
    margin-bottom:0;
    background:#E1D0D1;
	text-align:center;
}

li.list2{
	background: #FFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: italic;
	font-style: italic;
	font-size: 1.3em;
	border-bottom: 1px dotted #D8D8D8;
	padding:3% 8%;
}
li.list2 a{
	color: #888;
	text-decoration:none;
}
li.list2 a:hover{
	color: #F27141;
}
li.list3{
	background:#f9f9f9;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: italic;
	font-size: 1.3em;
	border-bottom: 1px dotted #D8D8D8;
	padding: 2.8% 8%;
}
.list_desc{
	color: #555;
	font-size: 13px;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
}
li.list3 a, li.list4 a{
	color:#888;
	text-decoration: none;
}
li.list3 a:hover, li.list4 a:hover{
	color: #f27141;
}
li.list4{
	background:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: italic;
	font-style: italic;
	font-size: 1.3em;
	color:#888;
	border-bottom: 1px dotted #D8D8D8;
	padding:2.7% 8%;
}
/**/
/* ratings */
/**/
.sky-form .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}
.sky-form .rating:last-child {
	margin-bottom: 0;
}
.sky-form .rating input {
	position: absolute;
	left: -9999px;
}
.sky-form .rating label {
	display: block;
	float: right;
	height: -4px;
	cursor: pointer;
}
.sky-form [class^="icon-"] {
	display: block;
    width: 20px;
    height: 20px;
    background: url('../images/star.png') 0 -3px;
    float:left;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #2da5da;
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #2da5da;
}
.sky-form .rating input:checked ~ label {
	color: #2da5da;
	 background: url('../images/star.png') 0 -20px;
	display: -webkit-box;
}
/*** .Nav Class ************************/
.icon-minus-sign:before {
	content: "";
	background: url(../images/minus.png);
	width:32px;
	height:32px;
	position: absolute;
	top:8px;
}
.accordation_menu label {
	line-height:43px;
	font-weight:600;
	font-family: 'Open Sans Condensed', sans-serif;
}
.icon-plus-sign:before {
	content: "";
	background: url(../images/plus.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 9px;
}
.accordation_menu label{
	display: block;
	position: relative;
	padding:0px 20px;
	height:45px;
	cursor: pointer;
	z-index: 20;
	transition: background-color .7s;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	-ms-transition: background-color .7s;
	margin-bottom: 1px;
	border-bottom: 1px dotted #D8D8D8;
}
.accordation_menu input{
	display: none;
}
/*** Right Icon ***/
.accordation_menu label i.i-right1,
.accordation_menu label i.i-right2{
	float:right;
	margin-right:15px;
	padding:6px 0 0 0;
	transition:all .7s;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	-o-transition:all .7s;
	-ms-transition:all .7s;
}
.accordation_menu label i.i-right2{
	display:none;
}
.accordation_menu input:checked + label i.i-right1{
	display:none;
}
.accordation_menu input:checked + label i.i-right2{
	display:block;
}
/*** .content Class *********************/
.content{
	position: relative;
	height: 0px;
	margin-top: -1px;
	overflow:hidden;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.content h4{
	padding:8px 0 7px 15px;
}
.content h6{
	padding:8px 15px 10px 15px;
	margin:10px;
	border-top:1px solid #999999;
}
.content h6 i{
	padding:0 5px;
	font-size:10px;
}
.accordation_menu input:checked ~ div.content{
	height:143px;
	background:#f9f9f9;
}
/*** For Change Animation Effects ****/
.accordation_menu input:checked ~ .content p{
	-webkit-animation: zoomIn .7s 1;
	animation: zoomIn .7s 1;
}
.accordation_menu input:checked ~ .content h6{
	-webkit-animation: fadeIn 2s 1;
	animation: fadeIn 2s 1;
}
.accordation_menu a, .accordation_menu p{
	color: #777777;
}
.accordation_menu h4{
	color: #01C675;
	padding: 15px 0 15px 15px;
	font-size: 1.2em;
	font-weight: 600;            /*Main Color*/
}
.accordation_menu label{
	background: #fff;
	color:#0388A6;
	font-size: 15px;
}
.accordation_menu label:hover{
	background:#fff;           /*Main Color*/
	color:#555;
}
.accordation_menu label:hover .icon-plus-sign:before {
	content: "";
	background: url(../images/minus.png);
	width:32px;
	height:32px;
	position: absolute;
	top:9px;
}
.accordation_menu input:checked + label,
.accordation_menu input:checked + label:hover{
	background: #F9F9F9;
	color: #0388A6;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:15px;
}
span.m_5{
	color:#F27141;
	text-decoration:underline;
}
span.m_5:hover{
	text-decoration:none;
}
ul.news_list {
	padding: 8% 4%;
	list-style: none;
	background: #F9F9F9;
}
ul.news_list li.date {
	float: left;
	width: 15.5%;
	border-right: 1px solid #CCC;
	padding-right: 3%;
	margin:5% 4% 0% 0;
}
.date {
	line-height: 0.5em;
	font-size:2em;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
span.highlight, span.light_color {
	display: inline-block;
	font-size:14px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
li.date_desc {
	float: left;
	width: 80.5%;
	margin-top: 3%;
}
li.date_desc p{
	color:#555;
	font-size:0.85em;
	line-height:1.8em;
	float:left;
}
i.book{
	width: 65px;
	height: 55px;
	background: url(../images/img-sprite.png) no-repeat -186px 4px #0388A6;
	float: left;
	margin-right: 7%;
}
i.megaphone{
	width: 65px;
	height: 55px;
	background: url(../images/img-sprite.png) no-repeat -244px 8px #6CC5D9;
	float: left;
	margin-right: 7%;
}
/**** Coursel *****/
.example_info .ocarousel_window {
    width:100%;
 }
 .ocarousel_window_slides div {
    text-align: center;
 }
.ocarousel {
    display: none;
 }
.ocarousel_window {
        overflow: hidden;
        white-space: nowrap;
        /* default size */
        width: 100%;
  }
.ocarousel_window_slides {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            width: 50000px;
            white-space: nowrap;
  }
.ocarousel_window_slides * {
            float: left;
            white-space: normal;
 }
 .prev_next{
 	  background:rgba(241, 112, 64, 0.67);
 	  position:relative;
 	  top:-246px;
 }
 .prev_next a{
 	padding:12px;
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
 }
 .prev_next a.prev{
 	float:left;
 }
 .prev_next a.next{
 	float:right;
 }
 .prev_next a i{
    width: 35px;
	height: 30px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat;
 }
 .prev_next a i.prev{
 	background-position:-322px -6px;
 }
 .prev_next a i.next{
 	background-position:-322px -6px;
 }
.ocarousel_indicators {
    width: 100%;
}
.ocarousel_indicators {
    height:55px;
    margin: 0 auto;
    width:95%;
    cursor:pointer;
    padding-top:22px;
}
.slider_desc{
	position: absolute;
	bottom:54px;
}
p.m_6{
	border-top: 1px dotted #933310;
	font-size:13px;
	color: #FFF;
	font-weight: 600;
	width:96%;
	line-height: 1.8em;
	background:rgba(241, 112, 64, 0.67);
	padding: 6%;
}
.btn1 a{
	background: #E46A3B;
	text-decoration: none;
	color: #933310;
	text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
	-webkit-text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
	-moz-text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
	-o-text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
	padding: 5px 8px;
	font-size: 13px;
	border-bottom: 2px solid #C8552A;
	position: absolute;
	left: 125px;
	top: 12px;
	font-weight: bold;
}
.btn1 a:hover{
	background:#e25c2b;
}
p.m_7{
	padding:5% 6%;
	background: #F1794D;
	width: 96%;
	color: #933310;
	font-weight: 700;
	text-shadow: 0 0px 5px rgba(199, 162, 147, 0.92);
	-webkit-text-shadow: 0 0px 5px rgba(199, 162, 147, 0.92);
	-moz-text-shadow: 0 0px 5px rgba(199, 162, 147, 0.92);
	-o-text-shadow: 0 0px 5px rgba(199, 162, 147, 0.92);
	font-size: 1em;
}
.content_middle{
	background:#6cc5d9;
	text-align:center;
	padding:0.5% 0;
	border-top:6px solid #F2916D;
}
.content_middle h3{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:2.5em;
	color:#fff;
}
span.m_8{
	font-style:italic;
	font-weight:600;
}
.content_middle p{
	color:#fff;
	font-size:1.2em;
	margin-bottom: 3%;
}
.content_search{
	position: relative;
}
.content_search input[type="text"] {
	outline: none;
	padding: 12px 10px;
	outline: none;
	color: #202020;
	background: #FAFAFA;
	border: none;
	width: 17%;
	line-height: 1.5em;
	font-size: 0.85em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-right: 1.5%;
}
.content_search input[type="submit"] {
	background:#e46a3b;
	padding:10px 25px;
	border: none;
	cursor: pointer;
	line-height: 1.6em;
	text-transform:uppercase;
	font-size: 1em;
	color: #933310;
	font-weight: 800;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
-webkit-text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
-moz-text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
-o-text-shadow: 0 0px 5px rgba(254, 153, 113, 0.92);
}
.content_search input[type="submit"]:hover {
	background:#d45525;
}
span.left_line1 {
	height: 9px;
	width: 178px;
	display: block;
	background: url(../images/border_left.png) no-repeat 5px 0px;
	position: absolute;
	left: 16%;
	bottom:15px;
}
span.right_line1 {
	height: 9px;
	width: 178px;
	display: block;
	background: url(../images/border_right.png) no-repeat 0px 0px;
	position: absolute;
	right: 7%;
	bottom: 13px;
}
.content_middle-bottom{
	padding:6% 0;
	background:#f2f2f2;
}
/*-----------------------------------------------------------------------------------*/
/*	Diagonal
/*-----------------------------------------------------------------------------------*/
.b-link-diagonal{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 5px;
	overflow:hidden;
}
.b-link-diagonal .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-diagonal .b-line-group{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
}
.b-link-diagonal .b-line{
	position:absolute;
	top: -90px;
	bottom: -60px;
	width:22%;
	background:rgba(228, 106, 59, 0.73);
	transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
.b-link-diagonal .b-line1{
	left: -10%;
	width: 31%;
}
.b-link-diagonal .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-diagonal .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-diagonal .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-diagonal .b-line5{
	left: 80%;
	width: 30%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-diagonal .b-line1, .b-link-diagonal .b-line3, .b-link-diagonal .b-line5{
	top: 130%;
}
.b-link-diagonal .b-line2, .b-link-diagonal .b-line4{
	bottom: 130%;
}
.b-link-diagonal:hover .b-line1, .b-link-diagonal:hover .b-line3, .b-link-diagonal:hover .b-line5{
	top: -90px;
}
.b-link-diagonal:hover .b-line2, .b-link-diagonal:hover .b-line4{
	bottom: -60px;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
	top: 35%;
}
.b-from-right{
	position:relative;
	right:-100%;
}
.b-animate-go:hover .b-from-right{
	right:0;
}
.b-from-top{
	position:relative;
	top:-100%;
}
.b-animate-go:hover .b-from-top{
	top:0;
}
.b-from-bottom{
	position:relative;
	bottom:-100%;
}
.b-animate-go:hover .b-from-bottom{
	bottom:0;
}
.grid_desc h4{
	padding:4% 0;
	margin:0;
}
.grid_desc h4 a{
	color:#555;
	font-size:1.1em;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration:none;
}
.grid_desc h4 a:hover{
	color:#e46a3b;
}
.grid_desc p{
	color: #555;
	font-size: 0.95em;
	line-height: 1.5em;
}
.tweets{
	background:#fff;
	padding:2% 0 3% 1%;
}
div.ad728x90 {
	text-align: center;
	margin-bottom:4%;
}
h3.m_9{
	color: #666;
	font-size: 1.8em;
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	margin: 0 38% 5% 0%;
}
span.m_10{
	font-style:italic;
	font-weight: 600;
}
ul.tweet_list{
	list-style:none;
	padding:0;
}
ul.tweet_list li {
	list-style-image: url(../images/chat1.png);
	margin: 0 22px 10px;
}
ul.tweet_list li a {
	color: #888;
	font-size: 0.95em;
	line-height: 1.5em;
	vertical-align: top;
	text-decoration:none;
}
ul.tweet_list li a:hover {
	color: #F27141;
}
span.m_11{
	color: #6CC5D9;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	vertical-align: inherit;
}
.m_12{
	position: relative;
	margin-top:35px;
}
span.m_11:hover{
	text-decoration:underline;
}
span.follow {
	float: left;
	font-style: italic;
	text-decoration: underline;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 6px;
}
span.follow a{
	font-size:15px;
	color: #888;
}
span.follow a:hover{
	color: #F27141;
}
.hour p {
	position: absolute;
	top: -29px;
	left:50px;
	color:#F27141;
	font-size:0.95em;
}
span.left_line2{
	height: 1px;
	width: 34px;
	display: block;
	border: 1px dotted #D8D8D8;
	position: absolute;
	left: 1%;
	bottom: 17px;
}
span.right_line2{
	height: 1px;
	width: 290px;
	display: block;
	border: 1px dotted #D8D8D8;
	position: absolute;
	right: 10%;
	bottom: 17px;
}
.hour{
	position:relative;
}
.tweet_list-top{
	margin-bottom:12%;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	border: 1px dotted #D8D8D8;
	margin-bottom:1%;
}
.facts{
	padding:4% 4% 1% 4%;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	font-family: 'Open Sans Condensed', sans-serif;
	border-left: 1px solid #CFCFCF;
	color: #777;
	font-size:1.4em;
	background: #f2f2f2;
	cursor: pointer;
	padding: 12px 0;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width:25%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #F27141;
}
.resp-tab-active{
	background:#6cc5d9;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#F2F2F2;
	margin:10px 0;
	color:#555;
}
h2.resp-accordion:hover{
	background:#6CC5D9;
	text-shadow: none;
	color: #FFF;
}
.foot-link
{
	text-align:center;
	color:#C30A0D;
}
.foot-link a
{
	color:#C30A0D;
}
.foot-link a:hover
{
	color:#000;
	text-decoration:none;
}
@media only screen and (max-width:480px) {
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:10px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
.facts h4 a{
	color: #666;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1em;
}
.facts h4 a:hover{
	color: #0388A6;
}
.facts p{
	color:#888;
	font-size:13px;
	line-height:1.8em;
}
ul.tab_list{
	list-style: none;
	padding: 0;
	margin:2% 0 0 4%;
}
ul.tab_list li {
	list-style-image: url(../images/tab_plus.png);
	margin: 0 22px 10px;
}
ul.tab_list li a {
	color: #888;
	font-size: 0.95em;
	line-height: 1.5em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list li a:hover {
	color:#333;
}
h3.m_13{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #F27141;
	font-size:2em;
	margin-bottom: 4%;
	text-decoration: none;
}
span.m_14{
	font-style:italic;
	font-weight:600;
}
h3.m_15 {
	color: #666;
	font-size: 1.8em;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 15% 0 4%;
}
span.m_16 {
	font-style: italic;
	font-weight: 600;
}
ul.useful_list {
	list-style: none;
	padding: 0;
}
ul.useful_list li {
	list-style-image: url(../images/tab_plus.png);
	margin: 0 22px 10px;
}
ul.useful_list li a {
	color:#6cc5d9;
	font-size:15px;
	line-height: 1.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: underline;
	vertical-align: super;
}
ul.useful_list li a:hover {
	text-decoration:none;
}
ul.quotation{
	list-style:none;
	padding:0;
}
i.quot{
	width: 80px;
	height: 60px;
	float: left;
	background: url(../images/img-sprite.png) no-repeat -426px -3px;
	border-right:1px dotted #D8D8D8;
	margin-right: 5%;
}
p.m_17{
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	width: 100%;
	font-size: 1.0em;
	padding:8px 0;
	text-align:justify;
}
.main ul li
{
	padding:2px 0;
	float: none;
	text-align: justify;
	list-style-position:outside;
}
.quot_view p {
	position: absolute;
	top: -29px;
	left: 50px;
	color: #F27141;
	font-size:1.3em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	font-style:italic;
}
ul.footer_list{
	list-style:none;
	padding:0;
}
ul.footer_list li{
	margin-bottom:5px;
}
i.phone{
	width: 40px;
	height: 40px;
	float: left;
	background: url(../images/img-sprite.png)no-repeat -80px -58px #f48258;
	margin-right: 4%;
}
i.pin{
	width: 40px;
	height: 40px;
	float: left;
	background: url(../images/img-sprite.png)no-repeat -113px -58px #F48258;
	margin-right: 4%;
}
i.msg{
	width: 40px;
	height: 40px;
	float: left;
	background: url(../images/img-sprite.png)no-repeat -150px -57px #F48258;
	margin-right: 4%;
}
.footer{
	box-shadow:1px 0px 3px 0px rgba(0,0,0,1.00);
	padding:0.9% 0;
}
p.ph-no{
	color: #1B96B3;
	float: left;
	margin: 10px 0 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: bold;
}
p.address{
	color: #1B96B3;
	float: left;
	margin: 10px 0 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
}
p.address:hover{
	text-decoration:none;
}
ul.footer_list1{
	float: left;
	width: 25%;
	padding: 0;
	list-style: none;
}
ul.footer_list1 h4{
	color: #FFF;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:3%;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #1B96B3;
}
ul.footer_list1 li a {
	color: #FFF;
	font-size: 15px;
	line-height: 1.8em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: underline;
	font-weight: 100;
}
ul.footer_list1 li a:hover {
	text-decoration:none;
}
ul.footer_list2{
	float: left;
	width: 50%;
}
.footer_bottom{
	background:#0388a6;
	padding:0 0;
}
ul.footer_bottom-list{
	float:left;
	list-style:none;
	padding:0;
	width: 50%;
}
ul.footer_bottom-list li{
	display: inline-block;
	margin-right: 6%;
}
ul.footer_bottom-list li a{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ECFAFD;
	font-size: 15px;
	text-decoration:none;
}
ul.footer_bottom-list li a:hover{
	text-decoration:none;
}
.copy {
	text-align:center;
	margin-top: 5px;
}
.copy p{
	text-align:center;
	font-size:28px; color:#FF0;
}
.copy p span
{
	font-size:36px;
}
.copy p a{
	color:#FF0;
    text-decoration: none;
}
/*--topics--*/
.topics{
	background:#e46a3b;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#fff;
	font-size:2.5em;
	padding:5px 0 0 0;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 360px;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.info {
   display: inline-block;
   text-decoration: none;
   text-transform: uppercase;
}
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(146,96,91,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.topics_top{
	padding:5% 0;
}
.topics_bottom{
	padding-bottom:5%;
}
/*--single--*/
.single{
	padding:5% 0;
}
.single h3 {
	font-size: 1.5em;
	color:#F27141;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1%;
	font-family: 'Open Sans Condensed', sans-serif;
}
.extra {
	color: #4D606E;
	font-size:13px;
	line-height: 1.8em;
	margin: 10px 0;
}
.single p {
	color: #888;
	font-size: 13px;
	line-height: 1.8em;
	margin: 2% 0;
}
.single_img{
	float: left;
	width: 50%;
	margin-right: 2%;
}
.links {
	padding: 10px 0px;
	border: 1px solid #EEE;
	border-left: none;
	border-right: none;
	margin: 2% 0 3%;
}
.links ul {
	padding: 0;
}
.links ul li {
	display: inline-block;
	margin-right: 20px;
}
.links ul li a {
	color: #888;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 600;
	vertical-align: sub;
}
i.blog_icon1 {
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -213px -63px;
	float: left;
}
i.blog_icon2{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -252px -63px;
	float: left;
}
i.blog_icon3{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -286px -64px;
	float: left;
}
i.blog_icon4{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -327px -66px;
	float: left;
}
i.blog_icon5{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)no-repeat -363px -66px;
	float: left;
}
.comment h2 {
	font-size: 1.5em;
	color:#F27141;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1%;
	font-family: 'Open Sans Condensed', sans-serif;
}
ul.comment-list {
	padding: 0;
	list-style: none;
}
ul.comment-list img {
	float: left;
	width: 7%;
	margin-right: 20px;
}
.desc h5 a{
	color:#555;
	font-size:1em;
	text-transform:uppercase;
}
.reply a {
	color: #555;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.comments-area {
	padding-top: 50px;
}
.comments-area h2{
	font-size: 1.5em;
	color:#F27141;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1%;
	font-family: 'Open Sans Condensed', sans-serif;
}
.comments-area p {
	position: relative;
	padding: 8px 0;
	margin: 0;
}
.comments-area label {
	display: block;
	color: #999;
}
.comments-area span {
	color: #E46A3B;
	position: absolute;
	left: 4px;
	top: 30px;
}
.comments-area input[type="text"] {
	padding: 15px 20px;
	width: 70%;
	color: #999;
	font-size: 13px;
	border: none;
	background: #F4F7F9;
	outline: none;
	display: block;
}
.comments-area textarea {
	padding: 15px 20px;
	width: 80%;
	color: #999;
	font-size: 13px;
	outline: none;
	height: 200px;
	display: block;
	border: none;
	background: #F1F3F6;
}
.comments-area input[type="submit"] {
	padding: 15px 30px;
	color: #FFF;
	background:#E46A3B;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border:none;
}
.comments-area input[type="submit"]:hover {
	background:#dd5c2a;
}
/*--community--*/
.community-top{
	padding:1% 0 4% 0;
}
.community_desc p{
	color:#555;
	font-size:0.95em;
	line-height:1.8em;
}
.community_btn{
	margin-top: 4%;
}
.community_btn a{
	padding: 10px 15px;
	color: #FFF;
	background: #E46A3B;
	font-size: 1em;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}
.community_btn a:hover{
	background: #D45525;
}
/*--contact--*/
.contact-left-grid {
	padding: 7px 0px;
	margin-bottom: 6%;
}
.contact{
	padding:5% 0;
}
.contact-form input[type="text"] {
	display: block;
	width: 99%;
	padding: 15px;
	border: none;
	outline: none;
	margin: 1.5em 0;
	font-size:1em;
	color: #888;
	background: #F9F8F8;
}
.contact-form textarea {
	display: block;
	height:200px;
	width:99%;
	padding:15px;
	margin: 1em 0;
	border: none;
	outline: none;
	color: #888;
	font-size:1em;
	background: #F9F8F8;
}
.contact-form input[type="submit"]:hover {
	background: #333;
}
.contact-form input[type="submit"] {
	background:#6CC5D9;
	padding: 10px;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	width: 100%;
}
.contact-left h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.7em;
	color: #F27141;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.contact-right
{
	padding-top:20px;
	padding-bottom:20px;
	box-shadow:1px 1px 2px 1px #000;
	float:left;
}
.contact-right img
{
	margin-top:20px;
	box-shadow:0px 1px 1px 0px #000;
}
.contact-right h3{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.7em;
	text-transform: uppercase;
	margin-bottom: 4%;
	color: #F27141;
	font-weight: 800;
	margin-left:30px;
}
.contact-left p {
	color: #555;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0.5em 0;
	margin-bottom: 4%;
}

p.red {
	display: inline-block;
	margin: 0 10px;
	font-size: 1em;
	color: #555;
	text-transform: uppercase;
}

/*--responsive design--*/
@media (max-width:1366px){
 .slider_desc {
	bottom: 55px;
 }
}
@media (max-width:1024px){
  .nav li a {
	 margin: 0 40px;
  }
  .social {
	top:-450px;
  }
  h3.m_3 {
	font-size: 1.7em;
	padding: 14px 0;
  }
  .prev_next {
	top: -267px;
  }
  p.m_17 {
	width: 79.5%;
	font-size: 1.3em;
  }
  .view .mask, .view .content {
	width: 300px;
  }
  .info {
	margin-top: -10px;
  }
}
@media (max-width:800px){
  .nav li a {
	margin: 0 20px;
  }
  .popular_topics {
    margin-left:0;
    padding-bottom: 20px;
  }
  .popular_topics1{
    padding-bottom: 20px;
  }
  h3.m_3 {
	font-size: 1.7em;
	padding: 16px 0;
  }
  li.list2, li.list3{
     padding: 10px;
  }
  li.list4{
  	padding: 10px;
  }
  p.m_6, p.m_7{
	width: 96%;
	padding: 10px;
 }
 .accordation_menu input:checked ~ div.content {
	height: 120px;
 }
 span.left_line1 {
	left:2%;
 }
 .content_search input[type="text"] {
	width: 22%;
	margin-left:-20%;
 }
 .grid_desc h4 {
	padding: 10px 0;
 }
 .bottom_grid1 {
   margin-bottom: 20px;
 }
 .tweet_list-top {
   margin-bottom:0;
 }
 h3.m_15 {
	margin: 50px 0 10px;
 }
 .sap_tabs {
	margin-bottom: 30px;
 }
 ul.footer_list {
	margin-bottom: 20px;
 }
 .view .mask, .view .content {
    width:360px;
 }
 .social {
	top: -400px;
 }
}
@media (max-width:800px){
  .header_top-responsive{
	display:block;
 }
 .logo_responsive{
 	float:left;
 }
 .search_responsive {
	position: relative;
	float: right;
	width: 32%;
	margin:3% 0% 0 0;
 }
 .search_responsive input[type="text"] {
	outline: none;
	padding:10px;
	outline: none;
	color: #A8A8A8;
	background: #F9F8F8;
	border: none;
	width: 80%;
	line-height: 1.5em;
	font-size: 1.1em;
 }
 .search_responsive input[type="submit"] {
	background: url('../images/search.png')#F2F2F2 no-repeat 7px 10px;
	padding: 9px 20px;
	border: none;
	cursor: pointer;
	position: absolute;
	line-height: 1.5em;
	outline: none;
	border-bottom: 4px solid #D9D9D9;
 }
 .search{
 	display:none;
 }
 li.logo{
 	display:none;
 }
 .toggleMenu a{
 	text-decoration:none;
 }
 .social {
	top: -264px;
	left: 0px;
 }
 a:hover, a:focus {
	color: #fff;
	text-decoration:none;
 }
 .comments-area input[type="text"] {
   padding:10px;
 }
 .comments-area textarea {
    padding:10px;
    height:100px;
 }
 .comments-area {
	padding-top: 20px;
 }
 .comments-area input[type="submit"] {
    padding: 10px 15px;
  }
  .view {
	margin-bottom: 20px;
  }
  .h_menu4 {
	margin-bottom: 2%;
  }
  .nav li a {
	font-size: 1.3em;
  }
  ul.news_list {
	padding:10px;
  }
  ul.news_list li.date {
	margin: 3% 4% 0% 0;
  }
 .topics_top {
	padding: 5% 0;
  }
}
@media (max-width:640px){
    .top-header .social{
        float: left;
        padding: 8% 0%;
    }

    .footer_bottom .social{
        float: left;
    }

    p.m_1{
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        padding: 0% 0%;
    }
    
 span.left_line1, span.right_line1{
	display: none;
 }
 .content_middle h3 {
	font-size: 2em;
  }
  .content_search input[type="text"] {
	width: 47%;
  }
  .topics {
	font-size: 2em;
	padding: 4px 0;
  }
  .links ul li a {
	padding-left: 3px;
  }
  .search_responsive {
	margin:4% 0% 0 0;
  }
  .search_responsive input[type="text"] {
	width: 97%;
  }
  .toggleMenu {
	padding: 3px 10px;
	font-size: 1.3em;
  }
  .accordation_menu input:checked ~ div.content {
    height: 95px;
  }
}
@media (max-width:480px){
  .search_responsive {
	margin: 6% 8% 0 0;
  }
  .popular_topics {
	margin-top: -5%;
  }
  .logo_responsive
  {
	  float:none;
	  text-align:center;
  }
}
@media (max-width:320px){
 .search_responsive {
	position: relative;
	float: right;
	width: 45%;
	margin: 12% 5% 0 0;
 }
 .social {
	top: -206px;
	left: -1px;
 }
 .top-header {
	padding: 3px 0;
 }
 .search_responsive {
	margin: 9% 10% 0 0;
	width: 45%;
 }
 .search_responsive input[type="text"] {
	width: 93%;
 }
 .content_middle h3 {
	font-size: 1.6em;
 }
 .content_middle p {
	font-size: 0.95em;
 }
 h3.m_9 {
	margin: 0 27% 5% 0%;
 }
 h3.m_13 {
	font-size: 1.4em;
 }
 .facts h4 a {
	font-size: 0.85em;
 }
 .facts {
	padding: 10px;
 }
 p.m_17 {
	width: 65.5%;
	font-size: 1.1em;
 }
 .da-slide .da-link {
	font-size: 0.85em;
	padding: 5px 10px;
 }
 ul.footer_list1 {
	width: 50%;
 }
 ul.footer_bottom-list {
	float: none;
	width: 100%;
 }
 .copy{
 	float:none;
 }
 .copy p {
	font-size: 0.85em;
 }

}



/* comment css starts */

.blog-comment h2{
	text-align: left;
	color: white;
}

.comment-box h3, h4, h5{
	text-align: left;
	color: white;
}

.blog-comment{
	height: 600px;
	overflow-y: scroll;
	background-color: #0388a6;
	border-top: 3px solid #0096d6;
	margin-bottom: 1%;
}

#comment_submit{
	background-color: #036daa;
	width: auto;
	font-size: 25px;
	color: white;
	border: 1px solid #036daa;
	border-radius: 5px;
}

#contact-us{
	height: 200px;
}
/* comment css ends */



/* social media css starts */

.social{
    float: right;
}

.social ul{
    padding-top: 5%;

}

.social li{
    list-style: none;
    display: inline-block;
}

.social li a{
    position: relative;
}

.social ul .tumb:hover i {
    color: #fff;
    background: #32506C;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .gp:hover i {
    color: #fff;
    background: #DD4C3B;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .twt:hover i {
    color: #fff;
    background: #00ACEC;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .faceb:hover i {
    color: #fff;
    background: #3C5A9A;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .linkd:hover i {
    color: #fff;
    background:  #0b80ca;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .wordp:hover i {
    color: #fff;
    background:  #0066CC;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul .weebly:hover i{
    color: #fff;
    background:  #0066CC;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li i {
    margin: 0%;
    padding: 4px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    width: 35px;
    height: 30px;
    font-size: 20px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
}


.social ul .linkd i{ color: #0b80ca;}
.social ul .faceb i{ color: #3C5A9A;}
.social ul .twt i{ color: #00ACEC;}
.social ul .gp i{ color: #DD4C3B;}
.social ul .wordp i{ color: #0066CC;}
.social ul .weebly i{ color: #2392ed;}
.social ul .tumb i{ color: #32506C;}


.social ul li a span {
    color: #fff;
    position: absolute;
    width: 100px;
    text-align: center;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social ul li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.social ul li a:hover span {
    bottom: -41px;
    visibility: visible;
    opacity: 1;
}


.social ul .twt a span {
    background:#00ACEC;
}

.social ul .twt a span:before {
    border-bottom: 5px solid #00ACEC;
}

.social ul .tumb a span {
    background:#32506C;
}

.social ul .tumb a span:before {
    border-bottom: 5px solid #32506C;
}

.social ul .linkd a span {
    background:#0b80ca;
}

.social ul .linkd a span:before {
    border-bottom: 5px solid #0b80ca;
}

.social ul .faceb a span {
    background:#3C5A9A;
}

.social ul .faceb a span:before {
    border-bottom: 5px solid #3C5A9A;
}

.social ul .gp a span {
    background:#DD4C3B;
}

.social ul .gp a span:before {
    border-bottom: 5px solid #DD4C3B;
}

.social ul .wordp a span {
    background:#0066CC;
}

.social ul .wordp a span:before {
    border-bottom: 5px solid #0066CC;
}

.social ul .weebly a span {
    background:#2392ed;
}

.social ul .weebly a span:before {
    border-bottom: 5px solid #2392ed;
}

.social ul .bloger a span {
    background:#ff6600;
}

.social ul .bloger a span:before {
    border-bottom: 5px solid #ff6600;
}

.social ul .bloger {
    margin: 0px;
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
    padding: 5px;
    border-radius: 5px;
}

.social ul .bloger i{ color: #01860f;}


.social ul .bloger{ background: #fff !important}

.social ul li a:hover span {
    bottom: -41px;
    visibility: visible;
    opacity: 1;
}

.social ul li a img{
    width: 23px;
    height: 20px;
}

/* social media css ends */

/* footer social css starts */


.footer_bottom .social ul li a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.footer_bottom .social ul li a span:before {
    border-top: 5px solid red;
    bottom: -5px;
    left: 34px;
}

.footer_bottom .social ul .twt a span:before {
    border-top: 5px solid #00ACEC;
    border-bottom: none;
}

.footer_bottom .social ul .tumb a span:before {
    border-top: 5px solid #32506C;
    border-bottom: none;
}

.footer_bottom .social ul .faceb a span:before {
    border-top: 5px solid #3C5A9A;
    border-bottom: none;
}

.footer_bottom .social ul .gp a span:before {
    border-top: 5px solid #DD4C3B;
    border-bottom: none;
}

.footer_bottom .social ul .linkd a span:before {
    border-top: 5px solid #0b80ca;
    border-bottom: none;
}

.footer_bottom .social ul .wordp a span:before {
    border-top: 5px solid #0066CC;
    border-bottom: none;
}


.footer_bottom .social ul .weebly a span:before {
    border-top: 5px solid #2392ed;
    border-bottom: none;
}

.footer_bottom .social ul .bloger a span:before {
    border-top: 5px solid #ff6600;
    border-bottom: none;
}

.footer_bottom .social ul li a:hover span {
    bottom: 45px;
    visibility: visible;
    opacity: 1;
}

/* footer social css ends */

/* side bar css starts */

.side-bar{
    margin-top: 4%;
}

.side-bar .our_services{
    box-shadow: 1px 0px 10px gainsboro;
    margin-bottom: 5%;
}

.side-bar .recent_blog{
    box-shadow: 1px 0px 10px gainsboro;
}

.side-bar h2{
    text-align: center;
    color: #006;
}

.side-bar ul{
    padding: 1%;

}

.side-bar .our_services li{
    list-style: none;
    padding: 2%;
    text-align: left;

}

.side-bar .recent_blog li{
    list-style: none;
    padding: 2%;
    text-align: left;

}

.side-bar li a{
    text-decoration: none;
    color: #006;
}

.side-bar li:hover a{
    color: #6cc5d9;
}

.side-bar li:hover i{
    color: #6cc5d9;
}

.side-bar li i{
    color: #006;
}



/* side bar css ends */


/* contact us css starts */


.contactus .col-md-12{
	margin-top: 3%;
}

.contactus .col-md-9 input{
	margin-bottom: 5%;
	height: 50px;

}

.contactus textarea{
	margin-bottom: 3%;
	width: 100%;
	height: 100px;
}

.contactus button{
	margin-bottom: 3%;
	background-color: #3c3c3c
}


.contactus p{
	color: white;
	text-align: center;
}

#submit_contact{
	background-color: #0388a6;
	width: auto;
	font-size: 25px;
	line-height: 1.42857143;
	color: white;
	border: 1px solid #dce4ec;
	border-radius: 5px;
	text-align: right;
}

/* contact us css ends */



/* blog css starts */

.blog  img{
	width: 100%;
    height: 200px;
    margin-left: -5%;
}

.blog h3{
	text-align: left;
	color: black;
}

.blog a{
	text-decoration: none;
}

.blog p {
	text-align: left;
	color: black;

}

.blog{
	margin-bottom: 1%;
}

.blog  .blog-data .row{
	border: 1px solid #B6B6B6;
    margin-bottom: 2%;
    padding: 4px;
}

.blog .row button{
    float: right;
    background-color: #A47BD4;
    border: none;
    padding: .3% 1% .3% 1%;
    border-radius: 5px;
}

.blog .blog-data .row a{
    color: #fff;
}

.blog .row .blog-data button:hover{
    background-color: #006;
}

/* blog css ends */


/* blog details css starts */

.blog_details  img{
	width: 100%;
	height: 200px;
	margin: 0% 0% 0% -2%;
}

.blog_details h3{
	text-align: left;
	color: black;
}

.blog_details a{
	text-decoration: none;
}

.blog_details p {
	text-align: left;
	color: black;

}

/* blog details css ends */




/* admin css starts */


/* login css starts */

.form-control, input {
	border-width: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dce4ec;
	border-radius: 4px;
}

#login_emailid{
	background: url("../images/envelope.png") no-repeat scroll 340px 8px/30px;
}

#login_password{
	background: url("../images/admin_login_icon.png") no-repeat scroll 345px 7px/20px;
}

.login .col-lg-12{
	width: 100%;
	height: 657px;
	background-color: black;
}

#login{
	padding: 2%;
	border: 3px solid red;
	border-radius: 10px;
	background-color: white;
}

.login h1{
	text-align: center;
	color: #ffffff;
	border-bottom: none;
}

#submit{
	background: #007ebf url('../images/menubg.png') repeat-x top;
	width: auto;
	height: 45px;
	font-size: 25px;
	line-height: 1.42857143;
	color: white;
	border: 1px solid #dce4ec;
	border-radius: 5px;
}

.login p{
	text-align: center;
}
/* login css ends */


/* admin pannel css starts */
.detail .col-lg-12{
	background-color: black;
	height: 100%;
}

.detail .col-lg-2{
	margin: 0%;
	padding: 0%;
}

.detail .col-lg-10{
	background-color: lavender;
	height: 100%;
}

.detail .col-lg-10 .col-md-12{
	border: 1px solid #cccccc;
	margin-top: 5%;
	margin-bottom: 2%;
	padding: 0%;
	background-color: white;
}

.detail tr{
	border-bottom: 1px solid #cccccc;
}

.detail thead{
	background-color: white;
}

.detail td{
	border: none;
	color: #204d74;
	padding: 5px;
}

.detail img{
	width: 50px;
	height: 50px;
}

.detail h2{
	color: white;
}

.blog_detail h1{
	color: black;
	background-color: #cccccc;
	margin: 0%;
}

.nav-menu{
	width: 100%;
	margin-top: 20%;

}

.menu-item li{
	background: transparent url('../images/bg-menu-item-green.gif') right center no-repeat;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	display: block;
	list-style: none;
	text-align: right;
}

.menu-item a{
	color: white;
	text-decoration: none;

}

.blog_detail table{
	background-color: white;
	width:100%;
}

thead{
	font-size: x-large;
	width: 100%;

}

/* admin pannel css edns */


/* add blog css starts */

.add_blog .col-lg-12{
	background-color: black;
	height: 100%;
}
.add_blog .col-lg-2{
	margin: 0%;
	padding: 0%;
}

.add_blog .col-lg-10{
	background-color: lavender;
	height: 100%;
}

.add_blog h2{
	color: white;
}
.add_blog .col-lg-10 .col-md-12{
	border: 1px solid #cccccc;
	margin-top: 5%;
	margin-bottom: 2%;
	padding: 0%;
	background-color: white;
}

.add_blog .col-lg-10 .col-md-12 input{
	border: 1px solid #adadad;
	padding: 1%;
	width: 100%;
}

.add_blog .col-lg-2 h2{
	margin-top: 9%;
	color: white;
	background-color: black;
}

.add_blog h1{
	color: black;
	background-color: #cccccc;
	margin: 0%;
}


.add_blog textarea{
	width: 100%;
	height: 400px;
	border: 1px solid #adadad;
}
form label{
	font-size:large;
	color: black;
	padding: 5px;
}
form{
	padding: 1%;
}

#admin_Submit{
	background:url("../images/bg-menu-item-green.gif");
	width: auto;
	height: 35px;
	font-size: 15px;
	color: white;
	border: 1px solid #dce4ec;
	border-radius: 5px;
	text-align: center;
}


.add_blog p{
	text-align: center;

}

/* add blog css ends */

/* comment detail css starts */

.comment_detail .col-lg-12{
	background-color: black;
	height: 100%;
}
.comment_detail .col-lg-2{
	margin: 0%;
	padding: 0%;
}

.comment_detail .col-lg-10{
	background-color: lavender;
	height: 100%;
}

.comment_detail .col-lg-10 .col-md-12{
	border: 1px solid #cccccc;
	margin-top: 5%;
	margin-bottom: 2%;
	padding: 0%;
	background-color: white;
}


.comment_detail .col-lg-2 h2{
	margin-top: 9%;
	color: white;
	background-color: black;
}

.comment_detail h1{
	color: black;
	background-color: #cccccc;
	margin: 0%;
}
.comment_detail tr{
	border-bottom: 1px solid #cccccc;
}
.comment_detail thead{
	background-color: white;
}
.comment_detail td{
	border: none;
	color: #204d74;
	padding: 5px;
}
.comment_detail table{
	width: 100%;
}

/* comment detail css ends */

/* query detail css starts */

.query-detail .col-lg-12{
	background-color: black;
	height: 100%;
}
.query-detail .col-lg-2{
	margin: 0%;
	padding: 0%;
}

.query-detail .col-lg-10{
	background-color: lavender;
	height: 100%;
}

.query-detail .col-lg-10 .col-md-12{
	border: 1px solid #cccccc;
	margin-top: 5%;
	margin-bottom: 2%;
	padding: 0%;
	background-color: white;
}


.query-detail .col-lg-2 h2{
	margin-top: 9%;
	color: white;
	background-color: black;
}

.query-detail h1{
	color: black;
	background-color: #cccccc;
	margin: 0%;
}
.query-detail tr{
	border-bottom: 1px solid #cccccc;
}
.query-detail thead{
	background-color: white;
}
.query-detail td{
	border: none;
	color: #204d74;
	padding: 5px;
}
.query-detail table{
	width: 100%;
}

/* query detail css ends */


/* Edit Blog Detail css starts */

.edit_blog .col-lg-12{
	background-color: black;
	height: 100%;
}
.edit_blog .col-lg-2{
	margin: 0%;
	padding: 0%;
}

.edit_blog .col-lg-10{
	background-color: lavender;
	height: 100%;
}

.edit_blog .col-lg-10 .col-md-12{
	border: 1px solid #cccccc;
	margin-top: 5%;
	margin-bottom: 2%;
	padding: 0%;
	background-color: white;
}

.edit_blog .col-lg-2 h2{
	margin-top: 9%;
	color: white;
	background-color: black;
}

.edit_blog h1{
	color: black;
	background-color: #cccccc;
	margin: 0%;
}

.edit_blog textarea{
	width: 100%;
	height: 400px;
	border: 1px solid #adadad;
}


.edit_blog tr{
	border-bottom: 1px solid #cccccc;
}
.edit_blog thead {
	background-color: white;
}
.edit_blog td{
	border: none;
	color: #204d74;
	padding: 1%;
}
.edit_blog table{
	width: 100%;
}


/* Edit Blog Detail css ends */


/* password change css starts */

.password_change .col-lg-12{
	background-color: black;
	height: 100%;
}
.password_change .col-lg-2{
	margin: 0%;
	padding: 0%;
}

.password_change .col-lg-10{
	background-color: lavender;
	height: 100%;
}

.password_change .col-lg-10 .col-md-12{
	border: 1px solid #cccccc;
	margin-top: 5%;
	margin-bottom: 2%;
	padding: 0%;
	background-color: white;
}

.password_change .col-lg-10 .col-md-12 input{
	border: 1px solid #adadad;
	padding: 1%;
	width: 100%;
}
.password_change .col-lg-2 h2{
	margin-top: 9%;
	color: white;
	background-color: black;
}

.password_change .col-lg-10 .col-md-12 h2, p{
	text-align: center;
}

.password_change h1{
	color: black;
	background-color: #cccccc;
	margin: 0%;
}


/* password change css ends */


/* admin css ends */


/* admin css starts */

/* login css starts */

.login{
    margin-top: 20%;
    border: 1px solid #979797;
    padding: 2%;
    position: relative;
    background-color: #003366;
}

.login h2{
    color: #fff;
    padding-bottom: 2%;
    border-bottom: 2px solid #fff;
    text-align: center;
}

.login p{
    color: #fff;
}

.login input{
    margin-bottom: 5%;
}

.login .fa-user{
    position: absolute;
    left: 90%;
    top: 26%;
    font-size: 25px;
}

.login .fa-id-card{
    position: absolute;
    left: 88%;
    top: 43%;
    font-size: 25px;
}


.login .fa-lock{
    position: absolute;
    left: 90%;
    top: 60%;
    font-size: 25px;
}

/* login css ends */

/* admin display bar css starts */

.admin-pannel{
    background-color: #151515;
}

.display-bar{
    background-color: #101010;
}

.display-bar h6 a{
    float: right;
    text-decoration: none;
    padding-top: 12%;
    color: #fff;
}

.display-bar h5{
    float: left;
    color: #fff;
}

.display-bar h3{
    padding-left: 28%;
    color: #fff;
    margin-bottom: 0%;
}



/* admin display bar css ends */

/* admin dashboard css starts */

.admin-nav-bar{
    background-color: #151515;
    padding-top: 10%;
}

.admin-nav-bar h4{
    color: #fff;
}

.admin-nav-bar ul{
    padding: 0%;
    margin: 0%;
}

.admin-nav-bar i{
    float: right;
    vertical-align: bottom;
}

.admin-nav-bar li{
    display: block;
    list-style: none;
    padding: 5%;
    border-bottom: 1px solid #201F1F;
}

.admin-nav-bar li:hover{
    background-color: #979797;
}

.admin-nav-bar li a{
    color: #fff;
    text-decoration: none;
}

/* admin dashboard css starts */

/* admin body css starts */

.admin-detail{
    background-color: #fff;
}

.admin-detail fieldset{
    padding: 1%;
    border: 1px solid silver;
    margin: 1%;
}

.admin-detail input{
    margin-bottom: 1%;
}

.admin-detail h3{
    text-align: center;
    border-bottom: 1px solid #151515;
    padding-bottom: 1%;
}

.admin-detail{
    height: 570px;
    overflow-y: scroll;
}

.admin-detail table thead td{
    font-size: 14px;
}

.admin-detail table tbody td{
    font-size: 12px;
}

.admin-detail table td img{
    width: 100px;
}

.admin-detail .top-view p{
    float: left;
    text-align: justify;
}

/* admin body css ends */


/* admin css ends */




.social-top a{
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin: 4px 12px;
}
.social-top{
	margin-top: 15px;
}