/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';



img.aligncenter {
	display: block;
	margin: 0 auto;
}



/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	color: #fff;
	text-decoration: underline;
}



.page-header-top-right {
	margin-top: 10px;
}



.pagination {
	margin: 0;
}



.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 0px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}



#site-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:center;
	padding: 10px 0px 30px;
}


/* header */

.header_menu li a {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    //padding: 0px 15px;
    //border-right: 1px solid;
	    font-weight: 600;
}
.header_menu li a:after {
    content: '';
    border-right: 1px solid;
    position: relative;
    left: 15px;
	color:#fff;
}
nav.my_navigation {
    border-radius: 0px;
    background-color: #143D8D;
	/* background: -webkit-linear-gradient(left, #2A4F97, #143D8D); /* For Safari 5.1 to 6.0 */
	/* background: -o-linear-gradient(right, #2A4F97, #143D8D); */ /* For Opera 11.1 to 12.0 */
	/* background: -moz-linear-gradient(right, #2A4F97, #143D8D); */ /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(to right, #2A4F97, #143D8D);  *//* Standard syntax */
    margin-bottom: 0px;
}
#logo_section
{
	background-color: #143D8D;
	padding-bottom: 10px;
}
#slider_section
{
	background-color: #143D8D;
	background: -webkit-linear-gradient(#3879B1, #143D8D); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3879B1, #143D8D); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3879B1, #143D8D); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3879B1, #143D8D); /* Standard syntax (must be last) */
}
.header_menu li:last-child a:after {
    display: none;
}
.header_menu li:first-child a {
    padding-left: 0px;
}
.header_menu .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
}
#top_header span.icon-bar {
    background-color: #fff;
}
.main-navigation {
    padding: 0px;
}
.header_menu li a:first-letter {
    font-size: 16px;
}
.my_navbar
{
	padding:0px;
}
div#cont_btn {
    transform: rotate(-90deg);
    position: absolute;
    transform-origin: 36px 63px 0;
    background-color: #082D74;
    padding: 5px 17px;
    font-size: 13px;
}
#cont_btn a {
    color: #fff;
    text-decoration: none;
}
li.current-menu-item a {
    color: #A1B1D1;
}
.custom_separator {
    width: 50px !important;
}

/* get in touch section */
input[type=text], input[type=email]
{
	width:100%;
	padding: 8px 10px;
}
textarea#user_message {
    width: 100%;
    resize: none;
    margin-top: 10px;
    border-radius: 2px;
	padding: 8px 10px;
}
div#frm_btn {
    text-align: center;
    margin-top: 24px;
}
input#user_send {
    background: #fff;
    border-color: #9D00FF;
    border-radius: 30px;
    padding: 9px 43px;
    font-weight: 700;
    font-size: 16px;
}
input#user_send:hover {
    background-color: #9D00FF;
    color: #fff;
}


/* language converter button */
div#language_btn {
    display: inline-block;
    position: absolute;
    top: 126px;
    right: 170px;
}

div#language_btn ul#menu-language_menu {
    list-style-type: none;
}
#language_btn li {
    margin: 6px 0px;
}
div#language_btn
{
	display:none;
}
div#cont_btn {
    display: none;
}

/********04/08********/

.main_prof .wpb_text_column.wpb_content_element {
    margin-bottom: 5px;
}
p.profile_head {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}
span.sub_title {
    color: #64A2D1;
}
.Profile_seprator {
    width: 50px !important;
}
.pro_back_abbr {
    border: 1px solid #ccc;
	margin-bottom: 35px;
}
.pro_back_abbr .vc_column-inner {
    padding-top: 0px !important;
}
.pro_back_abbr .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.pro_bot {
    padding: 13px 0;
}
span.pro_qut {
    font-size: 30px;
    font-weight: 900;
    color: #64A2D1;
}
.pro_bot p {
    font-size: 18px;
    color: #333333;
}
.service_seprator {
    width: 50px !important;
}
span.ser_subtitle {
    color: #62a5d6;
    font-weight: bold;
    font-size: 20px;
}
.team_back_abbr {
    margin: 35px 0;
	border: 1px solid #ccc;
}
.team_back_abbr .vc_column-inner {
    padding-top: 0px !important;
}
.team_back_abbr .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.img-title h2 {
    font-size: 18px;
}
.lang_seprator {
    width: 50px !important;
}
span.style-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #64A2D1;
}
/******07-08*******/
.testimonail_abbr p {
    font-size: 16px;
    line-height: 1.42857143;
}
.testimonail_abbr h3.box-title {
    font-size: 26px !important;
    font-weight: 900;
}

 .profile_sidebar a:hover {
    text-decoration: none;
}
.profile_sidebar a {
    font-weight: 600;
	color: #666666;
	border-bottom: 1px dotted #ccc;
    padding: 2px 30px 3px 0;
}
.profile_sidebar li:before {
    content: "";
    border-color: transparent #337ab7;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
.profile_sidebar li {
    list-style-type: none;
}
p{
	    text-align: justify;
		color: #666666;
}
 .team_sidebar a:hover {
    text-decoration: none;
}
.team_sidebar a {
    font-weight: 600;
	color: #666666;
	border-bottom: 1px dotted #ccc;
    padding: 2px 30px 3px 0;
}
.team_sidebar li:before {
    content: "";
    border-color: transparent #337ab7;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
.team_sidebar li {
    list-style-type: none;
}
.team_sidebar {
    margin-top: 50px;
}
 .media_sidebar a:hover {
    text-decoration: none;
}
.media_sidebar a {
    font-weight: 600;
	color: #666666;
	border-bottom: 1px dotted #ccc;
    padding: 2px 30px 3px 0;
}
.media_sidebar li:before {
    content: "";
    border-color: transparent #337ab7;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
.media_sidebar li {
    list-style-type: none;
}
.media_sidebar li.current-menu-item a {
    color: #143D8D;
}
.team_sidebar  li.current-menu-item a {
    color: #143D8D;
}

.profile_sidebar li.current-menu-item a {
    color: #143D8D;
}
.profile_sidebar_sub {
   /* margin-top: 50px;*/
}
 .profile_sidebar_sub a:hover {
    text-decoration: none;
}
.profile_sidebar_sub a {
    font-weight: 600;
	color: #666666;
	border-bottom: 1px dotted #ccc;
    padding: 2px 30px 3px 0;
}
.profile_sidebar_sub li:before {
    content: "";
    border-color: transparent #337ab7;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}
.profile_sidebar_sub li {
    list-style-type: none;
}
.profile_sidebar_sub li.current-menu-item a {
    color: #143D8D;
}
ul.member_ul li:before {
    content: "";
    border-color: #337ab7;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.5em;
    display: block;
    height: 0;
    width: 0;
    left: -1.3em;
    top: 1em;
    position: relative;
}
.member_ul li {
    list-style-type: none;
    padding: 3px 0;
}
.sub_pro_abbr {
    margin-top: 50px;
}
.sub-img-glry img {
    box-shadow: 5px 8px 3px #ccc;
}
.sub-img-glry li {
    position: static !important;
    margin: 14px 16px !important;
}
span.style_news {
    color: #64A2D1;
    font-weight: 900;
	font-size: 20px;
}
p.latest-para {
    font-weight: 600;
    color: #666666;
}
/*******8-8********/


.pro_img {
    margin-top: 35px;
}
.sub_pro_abbr .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}
/******9-8*******/
.refr-img img {
    box-shadow: 5px 8px 3px #ccc;
}
.refr-img .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 20px;
}
.refr-img .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}
p.ref-img {
    font-size: 12px;
    text-align: center;
    color: #999999;
    min-height: 40px;
}

/*********10-8***********/

p.atd {
    margin: 25px 0;
}


/***********media query***********/
@media screen and (max-width: 640px) and (min-width: 320px) {

#menu-main-menu li {
    text-align: center;
}
div#language_btn {
    right: 0;
}
.header_menu li a:after {
    
     border-right: none; 
	 }
.main-navigation {
    padding: 0px 15px;
}
.rev_slider_wrapper {
    margin: 0px 10px !important;
  }
  div#cont_btn {
    transform-origin: 43px 57px 0;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	div#language_btn {
    right: 8px;
	}
	.rev_slider_wrapper {
    margin: 0px 10px !important;
  }
  div#cont_btn {
    transform-origin: 43px 57px 0;
	}
#logo_section .main-navigation {

    text-align: center;
}
.main-navigation img{
    float: none !important;
	}
.my_navbar{
	text-align: center !important;
	}
.header_menu li a:after {
    left: 65px;
	}
	
.nav>li {
    width: 20% !important;
	}
ul#menu-main-menu {
    width: 100%;
}
}
