/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.content                              
 5.blog page                                
 6.About page                            
 7.Contact page                          
 8.Services page                    
 9.Single Post page                 
 10.Single Work page

-------------------------------------------------*/
@font-face {
    font-family:'dekarregular';
    src:url(fonts/Dekar-webfont.eot);
    src:url(fonts/Dekar-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/Dekar-webfont.woff2) format("woff2"),url(fonts/Dekar-webfont.woff) format("woff"),url(fonts/Dekar-webfont.ttf) format("truetype"),url(fonts/Dekar-webfont.svg#dekarregular) format("svg");
    font-weight:400;
    font-style:normal
}

@font-face {
    font-family:'open_sansregular';
    src:url(fonts/OpenSans-Regular_0-webfont.eot);
    src:url(fonts/OpenSans-Regular_0-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/OpenSans-Regular_0-webfont.woff2) format("woff2"),url(fonts/OpenSans-Regular_0-webfont.woff) format("woff"),url(fonts/OpenSans-Regular_0-webfont.ttf) format("truetype"),url(fonts/OpenSans-Regular_0-webfont.svg#open_sansregular) format("svg");
    font-weight:400;
    font-style:normal
}

h3 {
    font-family:'dekarregular'!important
}

h5 {
    font-family:'open_sansregular'!important;
    color:#187f10;
    font-size:18px;
    font-weight:400
}

p {
    font-family:'open_sansregular'
}

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index:2
}

.isotope-hidden.isotope-item {
    pointer-events:none;
    z-index:1
}

.isotope,.isotope .isotope-item {
/* change duration value to whatever you like */
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    transition-duration:.8s
}

.isotope {
    -webkit-transition-property:height,width;
    -moz-transition-property:height,width;
    transition-property:height,width
}

.isotope .isotope-item {
    -webkit-transition-property:-webkit-transform,opacity;
    -moz-transition-property:-moz-transform,opacity;
    transition-property:transform,opacity
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header {
    display:block;
    width:266px;
    float:left;
    background:#014365;
    text-align:right;
    z-index:4;
    position:relative;
    box-shadow: none !important; 
    -webkit-box-shadow:0 0 10px #000;
    -moz-box-shadow:0 0 10px #000;
    -o-box-shadow:0 0 10px #000
}

.logo-box {
    padding:21px;
    background:#fff;
    text-align:center
}

a.logo {
    display:inline-block;
    margin-bottom:10px
}

p.slogan {
    color:#fff;
    font-size:24px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    font-style:italic;
    margin:0;
    line-height:30px
}

ul.menu,ul.archives,ul.categories {
    padding:0;
    margin:0
}

a.elemadded {
    display:none;
    color:#000;
    font-size:28px;
    font-family:'Courier New',sans-serif;
    text-transform:capitalize;
    padding:20px;
    background:#FFC324;
    text-decoration:none;
	font-weight: bold;
    border-bottom:1px solid rgba(0,0,0,0.1);
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out;
	
}

a.elemadded:hover {
}

ul.menu > li {
    list-style:none;
    position:relative;
    text-transform:capitalize
}

ul.menu > li > a,ul.drop-down li a {
    background:url(../images/leftmenu_bg.png) repeat-x scroll right center rgba(0,0,0,0);
    position:relative;
    display:inline-block;
    width:100%;
    padding:18px 24px;
    color:#fff;
    font-size:19px;
    font-family:'noodle',sans-serif;
    font-weight:300;
    text-transform:capitalize;
    text-decoration:none;
    line-height:20px;
    transition:all .3 linear;
    -moz-transition:all .3 linear;
    -webkit-transition:all .3 linear;
    -o-transition:all .3 linear
}

ul.menu li:first-child a {
    border-top:1px dashed #d6d6d6;
    text-transform:capitalize
}

ul.menu > li > a.active {
    background:#05699B;
/*   border-bottom: 1px dashed #d6d6d6; */
    color:#FDD66F;
    text-transform:capitalize
}

ul.menu > li > a:hover {
    transition:all .15s linear;
    -moz-transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -o-transition:all .15s linear;
    background:#05699B;
/*  border-bottom: 1px dashed #d6d6d6; */
    color:#FDD66F;
    text-transform:capitalize
}

ul.menu > li > a.active:after {
    content:"";
    border-top:28px solid transparent;
    border-bottom:29px solid transparent;
    border-left:20px solid #05699B;
    position:absolute;
    left:265px;
    top:0;
    color:#FDD66F;
    text-transform:capitalize
}

ul.menu li a span {
    position:relative;
    z-index:2;
    text-transform:capitalize
}

ul.drop-down {
    position:absolute;
    top:0;
    width:220px;
    visibility:hidden\0/;
    opacity:0;
    z-index:3;
    text-align:left;
    left:100%;
    text-transform:capitalize;
    transition:all .17s linear;
    -moz-transition:all .17s linear;
    -webkit-transition:all .17s linear;
    -o-transition:all .17s linear;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:rotateY(-90deg);
    -moz-transform:rotateY(-90deg);
    -ms-transform:rotateY(-90deg);
    -o-transform:rotateY(-90deg);
    transform:rotateY(-90deg);
    -webkit-transition:-webkit-transform 0.4s,opacity .1s .3s;
    -moz-transition:-moz-transform 0.4s,opacity .1s .3s;
    -mos-transition:-mos-transform 0.4s,opacity .1s .3s;
    -o-transition:-o-transform 0.4s,opacity .1s .3s
}

li.drop:hover > ul.drop-down {
    text-transform:capitalize;
    visibility:visible;
    opacity:1;
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    transform:rotateY(0deg);
    -webkit-transition:-webkit-transform 0.4s,opacity .1s;
    -moz-transition:-moz-transform 0.4s,opacity .1s;
    -mos-transition:-mos-transform 0.4s,opacity .1s;
    -o-transition:-o-transform 0.4s,opacity .1s;
    transition:transform 0.4s,opacity .1s
}

ul.drop-down li {
    position:relative;
    text-transform:capitalize
}

ul.drop-down li a:hover {
    text-transform:capitalize
}

.social-box {
    left: 29px;
    overflow: hidden;
    position: relative;
    top: 14px;
}

ul.social-icons {
     margin:0 29px 0 0;
    position: relative;
    top: 2px;
}

ul.social-icons li {
    list-style:none;
    display:inline-block
/*  margin-left: -3px; */
}

ul.social-icons li:first-child {
    margin-left:0
}

ul.social-icons li a {
    display:inline-block;
    margin:0;
    width:37px;
    height:37px;
    text-decoration:none;
    line-height:41px;
    text-align:center;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out
/*  background: #000000; */
}

ul.social-icons li a.facebook:hover {
/* background: #3e5ea2; */
}

ul.social-icons li a.twitter:hover {
/*  background: #2eb0e3; */
}

ul.social-icons li a.pinterest:hover {
/*  background: #f43a2c; */
}

ul.social-icons li a.dribble:hover {
/*   background: #da5f2e; */
}

ul.social-icons li a i {
    color:#fff;
    font-size:20px;
    line-height:30px;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out
}

ul.social-icons li a.github i {
    color:#000
}

.footer_links {
    overflow:hidden
}

ul.footer_links {
    font-family:'open_sansregular';
    padding:0;
     margin:0px 31px 0 12px!important;
/*   border-bottom: 1px dashed #d6d6d6; */
    padding:0
}

ul.footer_links li {
    font-family:'open_sansregular';
    list-style:none;
    display:inline-block
/*  margin-left: -3px; */
}

ul.footer_links li:first-child {
    margin-left:0
}

ul.footer_links li a {
    font-family:'open_sansregular';
    display:inline-block;
    margin:0;
    line-height:20px;
    color:#014365;
/*  background: #000000; */
}

.events_icon {
    overflow:hidden
}

ul.events_icon {
    padding:0;
    margin:0;
/*   border-bottom: 1px dashed #d6d6d6; */
    padding:0;
    width:100%;
}

ul.events_icon li {
    font-family:'open_sansregular';
    list-style:none;
    display:inline-block;
    margin-top:-1px;
    padding:2px;
    color:#015b8d
/*  margin-left: -3px; */
}

ul.events_icon li:first-child {
    margin-left:0
}

ul.events_icon li a {
    display:inline-block;
    margin:0;
    line-height:20px;
    color:#29678C
/*  background: #000000; */
}

.info {
    padding:10px
/*     border-bottom: 1px dashed #d6d6d6; */
}

.info a {
    color:#a5a5a5;
    font-size:14px;
    font-family:'Courier New'
}

.info i {
    color:#000;
    margin-left:10px
}

.info p {
    color:#a5a5a5;
    font-size:14px;
    font-family:'Courier New';
    margin-bottom:0
}

p.copyright {
    color:#6b7072;
    font-size:12px;
    font-family:'Courier New';
    margin-top:20px;
    line-height:20px;
    padding-right:20px
}

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/
html {
/*  height:100%; */
}

body {
    background:#fff;
    height:100%;
    opacity:0;
	font-size:15px;
	color:#000000;
	
}

body.active {
    opacity:1
}

#container {
    height:100%;
    opacity:0;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out
}

#container.active {
    opacity:1
}

ul {
    padding:0;
    margin:0
}

ul li {
    list-style:none
}

.preloader {
    position:fixed;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    margin-left:-25px;
    -webkit-backface-visibility:hidden;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out
}

.preloader img {
    -webkit-backface-visibility:hidden
}
.select-stylepop select{
background: url("../images/worldmap.jpg") no-repeat scroll -19px 2px rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #9bc8db !important;
    left: -43px;
    padding: 6px 33px;
    position: relative;
    width: 79%;
	}
	.select-stylepop {
    background: url("../images/dropdownArrow.jpg") no-repeat scroll 66% 51% rgba(0, 0, 0, 0);
    color: #9bc8db !important;
    overflow: hidden !important;
}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
#content {
    position:relative;
    padding-left:265px;
   /*   height:100%;*/
    /* background:url(../images/body-bg.jpg) center 0 repeat; */
    background:#014365;
}

.project-post {
    width:24.99%;
    margin:0;
    overflow:hidden
}

.project-post img {
    width:100%
}

.view {
    overflow:hidden;
    position:relative;
    cursor:default
}

.view .mask {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0
}

.view img {
    display:block;
    position:relative
}

.top-post {
    position:absolute;
    top:25px;
    left:25px
}

.view h2 {
    color:#000;
    position:relative;
    font-size:22px;
    font-family:'Courier New';
    margin:0
}

.view .post-border {
    width:20px;
    margin:12px 0;
    border-top:1px solid #000
}

.view p {
    font-size:12px;
    position:relative;
    color:#000;
    font-family:'Courier New';
    margin:0
}

.bottom-post {
    position:absolute;
    bottom:25px;
    right:25px
}

.bottom-post i {
    width:45px;
    height:45px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    line-height:45px;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #000;
    color:#000
}

.bottom-post i:hover {
    background:#000;
    color:#fff;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
/* IE 9 */
    -moz-transform:rotate(360deg);
/* Firefox */
    -webkit-transform:rotate(360deg);
/* Safari and Chrome */
    -o-transform:rotate(360deg);
/* Opera */
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}

.view-first img {
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
    -ms-transition:all .2s linear;
    transition:all .2s linear
}

.view-first .mask {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    background-color:#fae72e;
    background-color:rgba(250,231,46,0.9);
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.view-first h2 {
    -webkit-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    -o-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    transform:translateY(-100px);
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.view-first p {
    -webkit-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -o-transform:translateY(100px);
    -ms-transform:translateY(100px);
    transform:translateY(100px);
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
    -ms-transition:all .2s linear;
    transition:all .2s linear
}

.view-first:hover img {
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1)
}

.view-first a.info {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.view-first:hover .mask {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1
}

.view-first:hover h2,.view-first:hover p,.view-first: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)
}

.view-first:hover p {
    -webkit-transition-delay:.1s;
    -moz-transition-delay:.1s;
    -o-transition-delay:.1s;
    -ms-transition-delay:.1s;
    transition-delay:.1s
}

.view-first:hover a.info {
    -webkit-transition-delay:.2s;
    -moz-transition-delay:.2s;
    -o-transition-delay:.2s;
    -ms-transition-delay:.2s;
    transition-delay:.2s
}

.project-post .hover-box {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(36,176,174,0.9);
    text-align:center;
    top:0;
    left:0;
    visibility:hidden\0/;
    transition:all .33s ease-in-out;
    -moz-transition:all .33s ease-in-out;
    -webkit-transition:all .33s ease-in-out;
    -o-transition:all .33s ease-in-out;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:rotateX(-90deg) rotateY(-90deg);
    -moz-transform:rotateX(-90deg) rotateY(-90deg);
    -ms-transform:rotateX(-90deg) rotateY(-90deg);
    -o-transform:rotateX(-90deg) rotateY(-90deg);
    transform:rotateX(-90deg) rotateY(-90deg)
}

.project-post:hover .hover-box {
    visibility:visible\0/;
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -moz-transform:rotateX(0deg) rotateY(0deg);
    -ms-transform:rotateX(0deg) rotateY(0deg);
    -o-transform:rotateX(0deg) rotateY(0deg);
    transform:rotateX(0deg) rotateY(0deg)
}

.nicescroll-rails {
    z-index:999999!important
}

.project-title {
    position:absolute;
    z-index:2;
    left:0;
    width:100%;
    top:50%;
    margin-top:-75px
}

.project-title h2 {
    color:#fff;
    font-size:24px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    line-height:30px;
    margin:0
}

.project-title span {
    display:inline-block;
    color:#fff;
    font-size:12px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    padding-bottom:12px;
    border-bottom:1px solid #fff;
    margin:0 0 18px
}

.project-title a {
    display:inline-block;
    clear:both;
    width:61px;
    height:61px;
    border:1px solid #fff;
    text-align:center;
    text-decoration:none;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

.project-title a:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2)
}

.project-title a i {
    color:#fff;
    font-size:18px;
    line-height:61px
}

/*-------------------------------------------------*/
/* =  blog-page
/*-------------------------------------------------*/
.blog-page {
    padding:12px;
    margin:0;
    overflow:hidden;
    position:relative
}

.blog-post {
    width:20%;
    padding:12px
}

.blog-post .flexslider {
    margin:0!important
}

.inner-post {
    box-shadow:0 0 0 #787878;
    margin-top:23px
}

.blog-post img {
/*   width: 100%; */
    border-radius:0!important;
    -webkit-border-radius:0!important;
    -moz-border-radius:0!important;
    -o-border-radius:0!important
}

.post-content {
    background:#fff;
     padding: 10px 15px;
}

.post-content h2 {
    color:#000;
    font-size:18px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    line-height:26px;
    margin:0 0 4px
}

.post-content h2 a {
    color:#000
}

.post-content p {
    color:#9c9c9c;
    font-size:13px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    line-height:22px;
    margin:0
}

.post-tags {
    padding:15px 20px;
    background:#fff;
    margin:0;
    border-top:1px dashed #ccc
}

.post-tags li {
    display:inline-block;
    margin-right:10px
}

.post-tags li:last-child {
    margin-right:0
}

.post-tags li a {
    display:inline-block;
    color:#9a9a9a;
    font-size:12px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    text-decoration:none;
    line-height:22px
}

.post-tags a:hover {
    color:#000
}

.post-tags li a i {
    color:#aeadad;
    font-size:13px;
    margin-right:4px;
    border:1px solid #cdcdcd;
    padding:8px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}

.link-post .post-content {
    background:#ffed27;
    padding:20px 30px;
    text-align:center;
    margin-top:28px
}

.link-post .post-content p {
    color:#000;
    font-size:14px;
    line-height:18px;
    margin:0;
    font-family:'Courier New';
    margin-bottom:15px
}

.link-post .post-content a {
    display:inline-block;
    color:#000;
    font-size:13px;
    font-family:'Courier New';
    margin:0;
    border:1px solid #000;
    padding:8px
}

.video-post iframe {
    display:block;
    width:100%;
    height:185px;
    border:none;
    margin:0
}

.quote-post .post-content {
    background:#1d1d1d;
    text-align:center;
    padding:30px 34px
}

.quote-post blockquote {
    position:relative;
    border:none;
    color:#fff;
    font-size:17px;
    font-family:'Courier New';
    line-height:26px;
    padding:0;
    margin-bottom:40px
}

.quote-post blockquote:after {
    position:absolute;
    width:23px;
    height:17px;
    top:100%;
    margin-top:12px;
    left:50%;
    margin-left:-9px;
    background:url(../images/quote.png) center center no-repeat
}

.quote-post span {
    color:#f5e326;
    font-size:18px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    margin:0
}

.aside-post .post-content {
    background:#1d1d1d;
    padding:18px 25px;
    border-left:15px solid #ffed27
}

.aside-post .post-content h2 {
    color:#fff
}

.aside-post .post-content p {
    color:#9c9c9c;
    margin-bottom:0
}

.photo-post a {
    position:absolute;
    top:50%;
    left:50%;
    width:61px;
    height:61px;
    margin-top:-30px;
    margin-left:-30px;
    border:1px solid #000;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    text-align:center;
    text-decoration:none;
    line-height:62px;
    font-family:'Courier New',sans-serif;
    font-size:18px;
    color:#000;
    font-weight:300;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out;
    transform:scale(0.0);
    -webkit-transform:scale(0.0);
    -moz-transform:scale(0.0);
    -o-transform:scale(0.0);
    -ms-transform:scale(0.0)
}

.photo-post:hover a {
    transform:scale(1.0);
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
    -ms-transform:scale(1.0)
}

.photo-post a:hover {
    background:#000;
    color:#fff;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
/* IE 9 */
    -moz-transform:rotate(360deg);
/* Firefox */
    -webkit-transform:rotate(360deg);
/* Safari and Chrome */
    -o-transform:rotate(360deg);
/* Opera */
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    outline:none
}

.blog-page-link {
    border:10px solid #000;
    border:10px solid rgba(0,0,0,.2);
    display:block;
    margin:13px auto;
    width:185px;
    padding:16px;
    background:#fff;
    color:#000!important;
    font-size:20px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    text-transform:capitalize;
    text-align:center;
    text-decoration:none!important;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px
}

/*-------------------------------------------------*/
/* =  project-page
/*-------------------------------------------------*/
.sidebar {
    width:50%;
    float:left;
    padding:25px
}

.sidebar h1 {
    color:#000;
    font-size:24px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    margin:0 0 5px;
    line-height:30px
}

/*-------------------------------------------------*/
/* =  about-page
/*-------------------------------------------------*/
.commonbanner {
    background:url(../images/topheader.png) center 0 repeat-x #F0F9FD;
/*  height:210px  */
}

.inner-content {
/*  background: url(../upload/body-bg.jpg) center 0 repeat; */
}

.inner-content2 {
/*     background: url(../upload/body-bg2.jpg) center 0 repeat; */
}

.about-page {
    padding:0
}

.about-box {
    background:#fff;
    overflow:hidden
}

.about-content {
    width:50%;
    float:left;
    padding:30px 30px 0;
    border-right:1px solid #e5e5e5
}

.about-section > img {
    width:100%;
    margin-bottom:20px
}

.about-section h1 {
    color:#000;
    font-size:24px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    margin:0 0 5px;
    line-height:30px
}

.about-section {
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px
}

.about-section p {
    font-size:15px;
    color:#a3a3a3;
    font-family:'Courier New';
    line-height:23px
}

.last-section {
    border:none;
    margin:0
}

.last-section h1 {
    margin-bottom:20px
}

.team-post {
    position:relative;
    margin-bottom:30px;
    overflow:hidden
}

.team-post img {
    width:100%;
    -webkit-backface-visibility:hidden
}

.team-hover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ffed27;
    background:rgba(255,237,39,0.9);
    text-align:center;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    overflow:hidden
}

.team-post:hover .team-hover {
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1)
}

.team-data {
    position:relative;
    top:50%;
    margin-top:-16px
}

.team-post h3 {
    color:#000;
    font-size:16px;
    font-family:'Courier New',sans-serif;
    line-height:16px;
    text-transform:capitalize;
    margin:0
}

.team-post span {
    color:#000;
    font-size:13px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    line-height:16px;
    margin:0
}

.skills-progress {
    margin-bottom:30px
}

.skills-progress p {
    color:#000;
    font-size:13px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    line-height:26px;
    clear:both;
    margin-bottom:0
}

.skills-progress p span {
    font-size:14px;
    float:right
}

.meter {
    height:33px;
/* Can be anything */
    position:relative;
    background:#fff;
    border:1px solid #dbdbdb;
    margin-bottom:12px
}

.meter > span {
    display:block;
    height:100%;
    position:relative;
    overflow:hidden;
    background:url(../images/skills-pattern.png)
}

.client-test {
    overflow:hidden
}

.client-test img {
    float:left;
    max-width:36px;
    margin-right:24px
}

.client-test h3 {
    color:#9C1C1B;
    font-size:23px;
    font-family:'dekarregular';
    padding:5px 5px 5px 10px;
    margin:0;
    margin-left:33px;
    line-height:26px;
    background:#F2F2F2
}

.testimonial p {
    color:#a3a3a3;
    font-size:18px;
    font-family:'open_sansregular';
    font-weight:300;
    line-height:30px;
    margin:0;
    padding:16px 30px;
    border:1px solid #ececec
}

.testimonial {
    margin-bottom:25px
}

.skills-progress h1 {
    margin-bottom:6px
}

.services h1 {
    margin-bottom:6px
}

.services ul li a {
    display:inline-block!important;
    color:#333;
     font-size: 15px!important;
    font-family:'open_sansregular'!important;
    font-weight:300;
    line-height:28px;
    text-decoration:none;
	 text-align: justify;
}
.services .industrydata  ul li a {
    display:inline-block!important;
    color:#333;
     font-size: 15px!important;
    font-family:'open_sansregular'!important;
    font-weight:300;
    line-height:28px;
    text-decoration:none;
	 text-align: justify;
}

.Benefits-div em, i {
    font-size: 15px;
    font-style: italic;
}
.clink.benefits{
}
.Benefits-div{
padding-left:20px;
}
.unemployedtabul li a {
    display:inline-block;
    color:#333;
     font-size: 15px;
    font-family:'open_sansregular';
    font-weight:300;
    line-height:28px;
    text-decoration:none;
    margin-left:21px;
	 text-align: justify;
}
.services ul li {
    position:relative;
    padding-left:11px
}

.services ul li:before {
     background: url("../images/redRight_arrow.png") repeat scroll 0px 0px rgba(0, 0, 0, 0);
  /* border-radius: 50%; */
  content: "";
  font-family: "open_sansregular" !important;
  height: 11px;
  /*left:7px;*/
  left:-2px;
  margin-right: 75px;
  position: absolute;
  top:9px;
  width: 6px;
}
.services.unemployedtab ul li:before {
    background: url("../images/redRight_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    font-family: "open_sansregular" !important;
    height: 11px;
      left: 0px;
    margin-right: 75px;
    position: absolute;
    top: 7px;
    width: 6px;
}
.services.cdcresources ul li:before {
   background: url("../images/redRight_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 7px;
    top: 12px;
}
.services.news ul li:before {
     background: url("../images/redRight_arrow.png") repeat scroll 0px 0px rgba(0, 0, 0, 0);
  /* border-radius: 50%; */
  content: "";
  font-family: "open_sansregular" !important;
  height: 11px;
  /*left:7px;*/
  left:-2px;
  margin-right: 75px;
  position: absolute;
  top:8px;
  width: 6px;
}
.services .members ul li::before {
    background: url("../images/redRight_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    font-family: "open_sansregular" !important;
    height: 11px;
      left: 0px;
    margin-right: 75px;
    position: absolute;
    top: 7px !important;
    width: 6px;
}

.services.Checklist  ul li::before {
    background: url("../images/redRight_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 5px;
}
/*-------------------------------------------------*/
/* =  contact-page
/*-------------------------------------------------*/
.contact-page {
    padding-top:30px
}

#map {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    filter:grayscale(100%);
/* Current draft standard */
    -webkit-filter:grayscale(100%);
/* New WebKit */
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%)
}

.contact-box {
    position:relative;
    z-index:3;
    margin:0 30px 30px;
    padding:30px;
    background:#fff;
    max-width:780px;
    overflow:hidden
}

.contact-info {
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px
}

.contact-box h1 {
    color:#000;
    font-size:24px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    line-height:26px;
    margin:0 0 10px
}

#contact-form h1,.comment-form h1 {
    margin:0 0 20px
}

.contact-info p {
    color:#a3a3a3;
    font-size:18px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    line-height:30px;
    margin:0 0 20px
}

#contact-form {
    overflow:hidden
}

.text-fields {
    float:left;
    width:50%;
    padding-right:10px
}

.submit-area {
    float:right;
    width:50%
}

.comment-form {
    overflow:hidden
}

.float-input {
    position:relative;
    padding-left:58px
}

.float-input span {
    position:absolute;
    width:58px;
    height:58px;
    border:1px solid #eaeaea;
    top:0;
    left:0;
    z-index:2;
    text-align:center
}

.float-input span i {
    line-height:32px;
    font-size:12px;
    color:#585858;
    display:inline-block;
    width:32px;
    height:32px;
    text-align:center;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    border:1px solid #585858;
    margin-top:13px;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

#contact-form input[type="text"],#contact-form textarea,.comment-form input[type="text"],.comment-form textarea {
    color:#848484;
    font-size:14px;
    font-family:'Courier New',sans-serif;
    border:1px solid #eaeaea;
    border-left:none;
    font-weight:300;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    outline:none;
    width:100%;
    padding:18px;
    display:block;
    margin-bottom:10px;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

#contact-form input[type="text"]:focus + span i,.comment-form input[type="text"]:focus + span i {
    color:#000;
    background:#ffed27;
    border:1px solid #ffed27
}

#contact-form textarea,.comment-form textarea {
    height:126px;
    border:1px solid #eaeaea
}

#contact-form input[type="submit"],.comment-form input[type="submit"] {
    width:100%;
    text-align:center;
    color:#000;
    font-size:19px;
    font-family:'Courier New',sans-serif;
    font-weight:300;
    padding:15px;
    background:#ffed27;
    text-transform:capitalize;
    border:none;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out
}

#contact-form input[type="submit"]:hover,.comment-form input[type="submit"]:hover {
    opacity:.8
}

#contact-form .message,.comment-form .message {
    height:20px;
    font-size:13px;
    font-family:'Open Sans',sans-serif;
    float:none;
    margin-top:5px
}

#contact-form .message.error,.comment-form .message.error {
    color:#eb2c06
}

#contact-form .message.success,.comment-form .message.success {
    color:#1e9397
}

/*Services*/
/*-------------------------------------------------*/
/* =  Tabs Widget
/*-------------------------------------------------*/
.service-content {
/* box-shadow: 7px 5px 4px 1px #cececc inset; */
    padding:0px 30px 0;
    position:relative;
    /* top:-55px */
}

.service-section {
}


.border {
    border-bottom: 1px solid #e5e5e5;
    margin: 13px -10px 10px;
}

.service-section h1 {
    color:#000;
    font-size:24px;
    font-family:'open_sansregular';
    font-weight:300;
    margin:0 0 5px;
    line-height:30px
}

.service-section p {
    color:#333!important;
    font-size:16px;
    font-family:'open_sansregular';
    margin:0 0 20px;
    line-height:22px;
    text-align:justify
}

.service-section img {
   float: left;
    margin-left: -2px;
    margin-right: 0;
}

.service-section1 {
    float:right!important;
    margin-right:-1px!important;
    margin-top:-170px
}

.offer-section {
    padding-bottom: 30px;
    padding-top: 28px;
   
}

.homefooter {
   left: 14px;
    padding-bottom: 0;
    position: relative;
    top: 20px;
    width: 97%;
}

.offer-section h1 {
    margin-bottom:20px
}

.service-item {
    border-radius:5px;
    margin-bottom:0;
    padding:5px 0;
    text-align:center;
	 margin-left: -13px;
    transition:all .2s ease-in-out 0
}

.service-item i {
    font-size:30px;
    color:#000
}

.service-item .serv-border {
    width:70px;
    margin:20px auto;
    border-top:1px solid #000
}

.service-item h3 {
    color:#000;
    font-size:22px;
    font-family:'Roboto';
    font-weight:100;
    margin:0
}

.service-item:hover {
/* background: #000; */
}

.service-item:hover .serv-border {
    border-top:1px solid #ffed27;
    -webkit-animation:moveFromTop 300ms ease;
    -moz-animation:moveFromTop 300ms ease;
    -ms-animation:moveFromTop 300ms ease
}

.service-item:hover h3 {
    color:#ffed27;
    -webkit-animation:moveFromBottom 500ms ease;
    -moz-animation:moveFromBottom 500ms ease;
    -ms-animation:moveFromBottom 500ms ease
}

.service-item:hover i {
    color:#ffed27;
    -webkit-animation:moveFromTop 400ms ease;
    -moz-animation:moveFromTop 400ms ease;
    -ms-animation:moveFromTop 400ms ease
}

@-webkit-keyframes moveFromTop {
from {
    -webkit-transform:translateY(-300%)
}

to {
    -webkit-transform:translateY(0%)
}
}

@-moz-keyframes moveFromTop {
from {
    -moz-transform:translateY(-300%)
}

to {
    -moz-transform:translateY(0%)
}
}

@-ms-keyframes moveFromTop {
from {
    -ms-transform:translateY(-300%)
}

to {
    -ms-transform:translateY(0%)
}
}

@-webkit-keyframes moveFromBottom {
from {
    -webkit-transform:translateY(200%)
}

to {
    -webkit-transform:translateY(0%)
}
}

@-moz-keyframes moveFromBottom {
from {
    -moz-transform:translateY(200%)
}

to {
    -moz-transform:translateY(0%)
}
}

@-ms-keyframes moveFromBottom {
from {
    -ms-transform:translateY(200%)
}

to {
    -ms-transform:translateY(0%)
}
}

.tabs {
    padding-bottom:0;
    border:0
}

.tabs h1 {
   color: #014365;
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 12px;
    margin-top: 12px;
}

.tabs ul {
    padding:0
}

.tabs-widget {
    padding:0!important;
    margin-bottom:20px;
   /*  border:1px solid #dbdbdb; */
	  border-top: none;
}
.tabs-widget1 {
    padding:0!important;
    margin-bottom:20px;
	margin-left: 14px;
	margin-right: 9px
    border:1px solid #dbdbdb;
}
.tabs-widget .tab-links {
    margin:0;
    border-bottom:1px solid #dbdbdb
}

.tabs-widget .tab-links li {
    float:left;
    background:#fff;
    color:gray;
    width:24.3%;
    height:65px;
    border-right:1px solid #dbdbdb
}

.tabs-widget .tab-links li.active {
    background:#014365
}

.tabs-widget .tab-links li.active a {
    color:#fff
}

.tabs-widget .tab-links li:first-child {
    margin-left:0
}

.tabs-widget .tab-links li:last-child {
    border-right:0
}

.tabs-widget .tab-links li a {
    font-family:'open_sansregular';
    color:#000;
    font-size:16px;
    text-transform:uppercase;
    line-height:26px;
    padding:11px;
    text-align:center;
    display:block;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none
}

.tabs-widget .tab-links li a:hover {
    text-decoration:none
}

.tabs-widget > div {
    clear:both;
    display:none
}

.tabs-widget > div > ul {
    margin:0
}

.tabs-widget #popular-tab {
    display:block
}

.tabs-widget .author-comment {
    color:#7f7f7f;
    font-size:11px;
    line-height:14px;
    max-height:42px;
    overflow:hidden;
    display:block
}

.tabs-widget > div li {
    overflow:hidden;
    border-top:none;
    background:#fff;
    padding-bottom:0
/* padding: 20px 20px 10px; */
}

.tabs-widget > div li > a {
    display:block
}

.tabs-widget img {
    float:left;
  /*   width:44px;
    height:44px; */
    margin-right:14px
}

.tabs-widget > div h3 {
    font-family:'Open Sans';
    margin:0 15px 8px;
    line-height:19px;
    max-height:34px;
    overflow:hidden
}

.tabs-widget > div h3 a {
    color:#506779;
    display:block;
    font-size:13px
}

.tabs-widget > div h3 a:hover {
    opacity:.8;
    text-decoration:none
}

.tabs-widget > div#comments-tab h3 {
    max-height:15px
}

.tabs-widget > div p {
    font-size:16px;
    color:#333;
    font-family:"open_sansregular"!important;
    line-height:20px;
    margin:0;
    margin-bottom:30px;
    margin-left:14px;
    margin-right:14px;
	text-align: justify;
}
.tabs-widget1 > div p {
    font-size:15px;
    color:#000;
    font-family:"open_sansregular"!important;
    line-height:20px;
    margin:0;
    margin-bottom:20px;
    margin-left:14px;
    margin-right:14px;
	text-align: justify;
}

.tabs-widget ul {
    list-style:none
}

/*-------------------------------------------------*/
/* =  project-page
/*-------------------------------------------------*/
.single-project {
    padding: 10px 21px 21px;
}

.single-box {
    background:#fff;
    overflow:hidden;
	min-height:1200px;
}

.single-box-content {
    width:100%;
    float:none
}

.sidebar {
    width:50%;
    float:left;
    padding:25px
}

.project-post-content {
    /*padding: 5px 16px 0px;*/
   
   padding: 0 10px 2px;
}

.project-post-content h1,.sidebar h1 {
/*  background: url('../images/arrow.gif') no-repeat; */
    color: #2c5a72;
    font-family: open_sansregular;
    font-size: 18px;
    font-weight: 600;
   /*  line-height: 30px; */
    margin: 0 0 7px;
}

.project-post-content p,.about-section p {
     color: #000000 !important;
    font-family: "open_sansregular";
    font-size: 15px;
    line-height: 24px;
    margin: 0px 0 0px;  
    text-align: justify;
}
.commonpara{
    margin:-3px -2px 4px !important;
}
.project-text {
/* border-bottom: 1px solid #e5e5e5; */
    margin-bottom:10px;
    padding-bottom:10px;
	padding-left: 3px;
	
}

.project-text i {
    display:inline-block;
    color:#000;
    border:1px solid #000;
    border-radius:50%;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    margin-right:10px
}

.project-text a {
    font-family:'open_sansregular';
    font-size:15px
/*   margin-right: 20px; color: #848484; */
}

.similar-projects h1 {
    margin-bottom:20px
}

.similar-projects .project-post {
    width:49.9%
}

.sidebar h1 {
    margin-bottom:17px
}

.post-info {
    margin-bottom:26px
}

.post-info ul li {
    padding:14px 0;
    border-bottom:1px solid #e5e5e5
}

.post-info ul li:first-child {
    padding:0 0 14px
}

.post-info ul li span {
    display:inline-block;
    width:32px;
    height:32px;
    border:1px solid #1ab5b3;
    text-align:center;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    margin-right:14px
}

.post-info ul li span i {
    color:#1ab5b3;
    line-height:32px;
    font-size:12px
}

.post-info ul li a {
    text-decoration:none;
    display:inline-block;
    color:#848484;
    font-size:14px;
    font-family:'open_sansregular';
    font-weight:300;
    line-height:32px
}

.project-gallery .view a {
    position:absolute;
    top:50%;
    left:50%;
    width:40px;
    height:40px;
    margin-top:-24px;
    margin-left:-20px;
    border:1px solid #000;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    text-align:center;
    text-decoration:none;
    line-height:40px;
    font-family:'open_sansregular';
    font-size:13px;
    color:#000;
    font-weight:300;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out;
    transform:scale(0.0);
    -webkit-transform:scale(0.0);
    -moz-transform:scale(0.0);
    -o-transform:scale(0.0);
    -ms-transform:scale(0.0)
}

.project-gallery .view:hover a {
    transform:scale(1.0);
    -webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
    -ms-transform:scale(1.0)
}

.project-gallery .view a:hover {
    background:#000;
    color:#fff;
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
/* IE 9 */
    -moz-transform:rotate(360deg);
/* Firefox */
    -webkit-transform:rotate(360deg);
/* Safari and Chrome */
    -o-transform:rotate(360deg);
/* Opera */
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}

.project-gallery .view {
    margin-bottom:20px
}

.project-gallery .view img {
    width:100%
}

/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/
.tags-box {
    margin-bottom:16px
}

.tags-box ul li {
    display:inline-block;
    margin-right:8px;
    margin-bottom:10px
}

.tags-box ul li a {
    display:inline-block;
    color:#a3a3a3;
    font-size:13px;
    font-family:'open_sansregular';
    font-weight:300;
    padding:9px 17px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    border:1px solid #dbdbdb;
    text-decoration:none;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out
}

.tags-box ul li a:hover {
    color:#1ab5b3;
    border:1px solid #1ab5b3
}

.archives-sidebar ul li a {
    display:inline-block;
    color:#848484;
    font-size:14px;
    font-family:'open_sansregular';
    font-weight:300;
    text-decoration:none;
    line-height:28px;
    transition:all .17s ease-in-out;
    -moz-transition:all .17s ease-in-out;
    -webkit-transition:all .17s ease-in-out;
    -o-transition:all .17s ease-in-out
}

.archives-sidebar h1 {
    margin-bottom:5px
}

.archives-sidebar ul li a:hover {
    color:#000
}

.comment-section h1 {
    margin-bottom:15px
}

.comment-box {
    overflow:hidden;
    margin-bottom:30px
}

.comment-box img {
    float:left;
    max-width:80px
}

ul.depth {
    margin-left:100px
}

ul.depth li {
    position:relative
}

ul.depth li:before {
    position:absolute;
    content:'';
    width:40px;
    height:40px;
    top:0;
    left:-60px;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd
}

.comment-content {
    padding-left:100px
}

.comment-content h6 {
    color:#3c3c3c;
    font-size:14px;
    font-family:'Roboto',sans-serif;
    line-height:22px;
    border-bottom:1px solid #e5e5e5;
    display:inline-block;
    margin:-4px 0 7px;
    padding-bottom:4px;
    font-weight:400
}

.comment-content h6 span {
    color:#d1d1d1;
    font-style:normal
}

.comment-content p {
    color:#a3a3a3;
    line-height:26px;
    font-family:'Roboto'
}

/*******Added by Mayur*****/
.citycolor {
    color: #043f5f;
    font-family: "open_sansregular";
    font-size: 17px!important;
    margin-bottom:2px;
    margin-top: -26px;
	margin-left: 1px !important;
}

.citydate {
    color:#a04243;
    font-family:"open_sansregular";
    font-size:17px;
    margin-bottom:12px
}

.citytime {
    color:#00466b;
    font-family:"open_sansregular";
    font-size:15px;
    margin-bottom:12px;
    padding-left:5px
}

.cityaddress {
    color:#333;
    font-family:"open_sansregular";
    font-size:15px;
    margin-bottom:12px;
    padding-left:0;
    padding-top:10px
}

.border {
    border-bottom:1px dashed #87B1C1
}

.breakdown-test h3 {
    background:none repeat scroll 0 0 #f2f2f2;
    color:#9c1c1b;
    font-family:'dekarregular'!important;
    font-size:25px;
    line-height:26px;
    margin:0 0 0 10px;
    padding:5px 27px
}

.breakdown_graph {
    /* margin-top:23px */
}

.breakdown_graph p {
    margin-top:23px
}
.breakdown_graph1 {
    margin-top:23px
}

.breakdown_graph1 p {
    margin-top:23px
}

.successtitle {
    color:#9E1C1C;
    font-size:25px
}

.successdate {
    color:#333;
    font-size:18px
}

.hopeVeterans {
   float: right;
    margin-right: 14px;
    margin-top: -31%;
    width: 63%;
}

.footer {
    background: none repeat scroll 0 0 #d7eff9;
    color: #014365;
    font-family: "open_sansregular";
    font-size: 14px;
    height: 60px;
    padding: 22px;
}

.hopenow_smalltewet {
    height:46px;
    width:46px!important;
    font-family:'open_sansregular'
}

.hometweet {
    font-family:"open_sansregular";
    margin-left:64px;
    margin-right:15px;
    text-align:justify
}

.hopeVeterans1 {
   /*  width:38% */
   width: 31%;
}

ul.slide_events {
 
    left: -25px !important;
    top: 20px !important;
}
ul.slidecontrols {
    float: right;
    left: -14px;
    position: relative;
    top: 58px;
    z-index: 10000;
}


ul.slidecontrols li {
    background:none repeat scroll 0 0 #f4f3f3;
    float:right;
    margin:0 -6px;
    padding:0 6px
}

ul.slidecontrols li a.prev {
    background: url("../images/leftarrow1.png") no-repeat scroll 1px 1px rgba(0, 0, 0, 0);
    transition:all .23s cubic-bezier(0.75,0.16,0.98,0.48) 0
}

.prev {
    background:url(../images/leftarrow1.png) no-repeat scroll 1px top;
    transition:all .23s cubic-bezier(0.75,0.16,0.98,0.48) 0
}

ul.slidecontrols li a.next {
   background: url("../images/rightarrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    transition:all .23s cubic-bezier(0.75,0.16,0.98,0.48) 0
}

.next {
    background:url(../images/rightarrow.png) no-repeat scroll center center;
    transition:all .23s cubic-bezier(0.75,0.16,0.98,0.48) 0
}

.slidecontrols li a.next,.slidecontrols li a.prev {
    cursor:pointer;
    display:block;
    height:20px;
    position:relative;
    text-indent:-9999em;
    width:13px
}

.clink a {
    color:#68CEFF;
    font-family:'open_sansregular';
    font-size:18px;
    font-weight:300
}

.vertical_divider {
    border-right: 1px dotted #0088de;
    float: left;
    height: 150px;
    left: -13px;
    padding: 1px 0 0 8px;
    position: relative;
}

/************Sagarika**************/
.pressrealease_select{
    border: 1px solid #F2F2F2;
    float: right !important;
    left: -11px;
    position: relative;
    top: -52px;
}
.head_bottom-counsellimg{
height: 40px;
}
.head_bottom-press{
height: 7px;
}
.services1 h1 {
    margin-bottom:6px
}

.services1 ul li a {
    display:inline-block!important;
    color:#333;
     font-size: 13px!important;
    font-family:'open_sansregular'!important;
    font-weight:300;
    line-height:28px;
    text-decoration:none;
	 text-align: justify;
}
.Benefits-div em, i {
    font-size: 15px;
    font-style: italic;
	color:#000;
}
.clink.benefits{
}
.Benefits-div{
padding-left:20px;
}
.unemployedtabul li a {
    display:inline-block;
    color:#333;
     font-size: 15px;
    font-family:'open_sansregular';
    font-weight:300;
    line-height:28px;
    text-decoration:none;
    margin-left:21px;
	 text-align: justify;
}
.services1 ul li {
    position:relative;
    padding-left:11px
}

.services1 ul li:before {
     background: url("../images/redRight_arrow.png") repeat scroll 0px 0px rgba(0, 0, 0, 0);
  /* border-radius: 50%; */
  content: "";
  font-family: "open_sansregular" !important;
  height: 11px;
  left: -3px;
  margin-right: 75px;
  position: absolute;
  top: 8px;
  width: 6px;
}
#gov-heading{
margin-top:5px;

}
.gov-heading-para{

}
.commonpara-sub{
    position: relative;
    top: 9px;
}
.unemplyment_benefit_left1 {
    font-family:'open_sansregular'!important;
    color:#000;
    font-size:15px;
    font-weight:400;
    line-height:22px;
    padding-left:5px;
    padding-top:4px;
    text-align:justify;
    float:left;
	
	float:left;
	  width: 47%;
}
.unemplyment_benefit_right1 {
      font-family: 'open_sansregular'!important;
 color:#000;
    font-size:15px;
  font-weight: 400;
  line-height: 22px;
   padding-top: 5px;
  text-align: justify;
   width: 49%;
  float: right;
   /*position: relative;
 left: -9px;*/
}
.emplyement-resource-div{
margin-top:5px;
}
.div22px{
margin-top:22px;
}
.news-left-conetnt1
{
margin-left:36px;
font-style: italic;
}
.tele-left-conetnt1 {
    font-style: italic;
    margin-left: 15px;
}
.tele-left-conetnt {
    margin-left: 15px;
}
.testimony-statement-div{
margin-top:10px;

}
.testimony-statement-div year{
margin-left:10px;
}


.testimony-statement-div month{

margin-left:20px;
}
.tabs-news {
    padding-bottom:0;
    border:0
}

.tabs-news h1 {
    color:#014365;
    margin-bottom:8px;
    margin-left:12px;
    margin-top:12px
}

.tabs-news ul {
    padding:0
}

.tabs-news-widget {
    padding:0!important;
    margin-bottom:20px;
    border:1px solid #dbdbdb
}

.tabs-news-widget2 {
    /* margin-top:22px; */
}

.tabs-news-widget .tabs-links {
    margin:0;
    border-bottom:1px solid #dbdbdb
}
.news-conetnt{
margin-left:36px;
font-style:normal;
}

.tabs-widget .tab-links li {
    float:left;
    background: none repeat scroll 0% 0% #BCE0EE;
    color:gray;
 height: 43px;
    width: 33.3%;
    border-right: 2px solid #ffffff;
}

.tabs-widget .tab-links li.active {
    background-color: rgb(240, 240, 240);
}
.tabs-widget .tab-links tab-links2 li.active {
    background:rgb(240, 240, 240);
}


.tabs-widget .tab-links li.active a {
    color: #245575;
}

.tabs-widget .tab-links li:first-child {
    margin-left:0
}

.tabs-widget .tab-links li:last-child {
    border-right:0
}

.tabs-widget .tab-links li a {	
    font-family: "open_sansregular";
font-size: 16px;
position: relative;
text-align: center;
text-transform: capitalize;
top: -11px;
transition: none 0s ease 0s;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none
}

.tabs-widget .tab-links li a:hover {
    text-decoration:none
}

.tabs-news-widget .tabs-links li.active {
    background:#014365
}
.tabs-news-widget .tabs-links2 li.active {
    background:white;
}

.tabs-news-widget .tabs-links li.active a {
    color:#fff
}



.tabs-news-widget > div > ul {
    margin:0
}

.news-image
{
margin-left:10px;
width:30px !important;
height:22px !important;
}
.news-main-content
{
margin-bottom:15px;
}
.news-left-conetnt{
margin-left:36px;
}
.clips-left-conetnt{
margin-left:157px;
}
.clips-conetnt{
margin-left:157px;
}
.news-main-content li
{
font-style:underline;
margin-left: 35px;
margin-top: 11px;
text-decoration-color:#A3BEDB;	
}
.clip-left-image
{
float:left;
width:120px;
/*height:120px;*/
}
.tele-clips{
margin-left:5px;
}
.divheight{
height:15px;
}
.clip-right{
  margin-left: 200px;
  margin-top: 10px;
  width:  75%;
}
.clip-right-heading{
  margin-left: -67px;
 margin-top: -17px;
}

.clip-mright-heading{
  margin-left: -47px;
  font-style: italic !important;
}
.clips-lright-heading{
margin-left: -47px;
  margin-top: 13px;
font-style: normal !important;
}
.clips-main-content{
 margin-left: 4px;
    margin-top: 11px;
  
}
..clips-main-content ul li{
 margin-left: 4px;
    margin-top: 11px;
	text-decoration:normal;
	text-decoration-color:#A3BEDB;	
}
.news-main-content-testimony{
  margin-bottom: 15px;
  border:1px solid #f9de99;
  padding:8px;
}
.news-main-content-testimony li
{
margin-left: 35px;
    margin-top: 11px;
    text-decoration-color: #a3bedb;
	
}

.news-heading{
margin-left:10px;
float:left;
}
.news-heading-image{
margin-left:10px;
width:30px !important;
height:22px !important;

}
.news-li a
{

    text-decoration:none;	
}

.news-li-style{
color: #015B8D !important;
  font-family: 'open_sansregular' !important;
  font-size: 15px !important;
}

.miltary-podcast-image {
    height:118px;
    margin-top:16px;
    /* width:893px */
}
.leftarrow {
    margin-bottom:-22px;
    margin-left:373px;
    margin-top:-40px
}

.rightarrow {
    margin-bottom:-22px;
    margin-left:387px;
    margin-top:-40px
}

.breakdown-test-about h3 {
    background:none repeat scroll 0 0 #f2f2f2;
    color:#9c1c1b;
    font-family:'dekarregular'!important;
    font-size:25px;
    line-height: 27px;
    margin: 0px -4px;
    padding: 5px 44px;
}
.breakdown-test-member h3 {
    background:none repeat scroll 0 0 #f2f2f2;
    color:#9c1c1b;
    font-family:'dekarregular'!important;
    font-size:25px;
    line-height:26px;
     margin:0 -11px -36px 21px;
    padding:5px 27px;
}
.div5px{
margin-top: 14px !important;

}
.div2px{
margin-top: 10px !important;
  padding-bottom: 9px;
    padding-top: 9px;
}

.breakdown_graph {
   position: relative;
    top: 10px;
	left: -10px;

}
.breakdown_graph1 {
position: relative;
top: -5px;
left: 2px;
text-align: justify;
}

.breakdown_graph p {
    margin-top:23px
}
.breakdown_graph1 p {
    margin-top:23px
}

.successtitle {
     color: #9e1c1c;
  font-family: OPEN_SANSREGULAR;
  font-size: 15px;
  position: relative;
  top: 6px;
  left: -14px;
}

.successdate {
  color: #000000;
  font-family: "open_sansregular";
  font-size: 15px;
  position: relative;
  top: 6px;
  height: 50px;
  left: -13px;
}
.successtitle_face {
     color: #9e1c1c;
  font-family: OPEN_SANSREGULAR;
  font-size: 15px;
  position: relative;
  top: -7px;
  left: -14px;
}

.successdate_face {
  color: #000000;
  font-family: "open_sansregular";
  font-size: 11px!important;
  position: relative;
  top: -5px;
  height: 50px;
  left: -13px;
   margin-bottom: -27px;
}

.hopeVeterans_about {
   float: left;
    margin-top: -38px;
    width: 63%;
}

.hopeVeterans1_about {
     float: right;
    margin-top: -38px;
    width: 34%;
}

.Loan_modification h1 {
    margin-bottom:6px
}

.hotline_1,a.hotline_1,a.hotline_1:hover {
    color:#187f10;
    font-family:'open_sansregular';
    font-size:18px;
    text-align:left;
    text-decoration-color:-moz-use-text-color;
    text-decoration-line:none;
    text-decoration-style:solid;
    margin-left:14px;
	margin-top: 0px;
}
.breakdown-test-contact h3 {
    background:none repeat scroll 0 0 #f2f2f2;
    color:#9c1c1b;
    font-family:'dekarregular'!important;
    font-size:25px;
    line-height:26px;
    margin:1px 16px 1px 16px;
    padding:5px 27px;
}
.breakdown-test-hotline h3 {
  background: none repeat scroll 0 0 #f2f2f2;
  color: #9c1c1b;
  font-family: 'dekarregular'!important;
  font-size: 25px;
  line-height: 26px;
  margin: -36px -23px -33px 16px;
  padding: 5px 27px;
}
ul#breadcrumbs {
    list-style:none;
    font-family:"dekarregular"!important;
    font-size:17px;
    height:56px;
    list-style:outside none none;
    margin-left: 12px;
    width:100%;
	position:relative;
}

ul#breadcrumbs li {
    float:left;
    height:30px;
    00px010pxtext-align:center;
    text-decoration:none;
    color:#000;
    line-height:32px;
    margin-top:0 auto;
    font-family:'open_sansregular';
    font-size:11px;
}

ul#breadcrumbs li.active {
    background:url(bg.png)no-repeat right;
    color:#000
	 font-size:11px;
}

ul#breadcrumbs li a {
    display:block;
    text-decoration:none;
    color:#000;
    line-height:32px
	 font-size:11px;
}

ul#breadcrumbs li a:hover {
     color: #ffc027;
    text-decoration:underline
}

#mailto {
    text-decoration-color:-moz-use-text-color;
    text-decoration-line:underline;
    text-decoration-style:solid;
    color: #2a6496;
	font-size: 15px;
    margin-left: 3px;
	  word-wrap: break-word;
}

.Loan_modification ul li {
    position:relative;
    padding-left:11px;
    padding-top:10px;
    font-family:'open_sansregular';
    font-weight:300;
    line-height:28px;
    text-decoration:none
}

.Loan_modification ul li:before {
    content:'';
    width:4px;
    height:4px;
    background:#014365;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    top:23px;
    left:2px;
    margin-right:7px;
    position:absolute
}

.lfloat {
    float:left;
}

.rfloat {
    float:right;
}

.hotline_loan_image {
    margin-right: -17px!important;
    margin-top: 0px !important;
    position: relative!important;
}
.unemplyment_benefit_left {
    font-family:'open_sansregular'!important;
	color:#000;
    font-size:15px;
    font-weight:400;
    line-height:22px;
    padding-left:5px;
    padding-top:4px;
    text-align:justify;
    width:47%;
    float:left
}

.unemplyment_benefit_right {
   font-family: 'open_sansregular'!important;
  color:#000;
    font-size:15px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 5px;
  padding-top: 4px;
  text-align: justify;
  width: 49%;
  float: right;
  position: relative;
  left: -9px;
}

table {
    border-collapse:separate;
    border-spacing:2px;
    box-sizing:border-box;
    display:table;
    margin-bottom:0;
    margin-top:0;
    text-indent:0
}

.text1 {
    color:#000;
    font-family:'open_sansregular';
    font-size:15px;
    font-weight:400;
    line-height:20px;
    padding-left:5px;
    padding-top:4px;
    text-align:justify
}

a.blue_link {
    /* color:#1d6b9f!important; */
	  color: #00e !important;
    font-family:'open_sansregular'!important;
    font-size:15px!important;
    text-align:center!important;
    text-decoration:none!important
}

.state_left {
    border-right:1px solid #f9de99;
    clear:both;
    float:left;
    font-family:'open_sansregular'!important;
    font-size:11px;
    padding-left:5px;
    position:relative;
    width:30%;
}
.state_right{
 border-right:1px solid #f9de99;
    float:right;
    font-family:'open_sansregular'!important;
    font-size:11px;
    padding-left:5px;
    position:relative;
 width: 35%;
}
.orange_tb_border {
    border-color:#f9de99;
    border-style:solid;
    border-width:1px;
	padding: 17px;
}

.menuborder {
    border-bottom:1px solid #035c88;
    margin:-14px -1px 20px
}

.link > img {
    width:100%;
}

.hopenow_smalltewet {
    border:1px solid #C6C6C6;
    border-radius:2px
}

.service-section .headerimage {
    margin-left:19px;
}

.post-content.tweetsdiv {
    overflow-y:scroll
}
#breadcrumbs img {
    margin-top:-2px
}

.leftarrow_about {
      margin-bottom: -22px;
  margin-left: 254px;
  margin-top: -27px;
}

.rightarrow_about {
     margin-bottom: -22px;
  margin-left: 267px;
  margin-top: -27px;
}
.leftarrow_home {
    left: 0;
    position: relative;
    vertical-align: middle;
	
}

.rightarrow_home {
    right: 0;
    position: relative;
}

.content {
    /* box-shadow:7px -5px 4px 1px #cececc inset */
	box-shadow: 9px 0 9px 2px #cececc inset;
	/* min-height:1200px !important; */
}
.height2px{
height:2px;
}
.height8px{
height:8px;
}
.height12px{
height:12px;
}


/* .col-md-4.clearfix.fixwidthcolumn{
width:39.333%;
} */
ul#breadcrumbs li a img
{
vertical-align:middle;
}
.home a{color:#0661AA !important;}
#pagelink {
    float: right;
    position: relative;
    top: -26px;
}

.disabled, .linkpage {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
 /*    color: #fff; */
    margin: 10px;
    padding: 3px 7px;
}
.disabled {
    color: #943d1f;
    cursor: default;
}
.linkpage {
	cursor: pointer;
}

/*Select css*/
.dropdown{
 background: url("../images/worldmap.jpg") no-repeat scroll 20px 7px rgba(0, 0, 0, 0);
}
.dropdown p {
    display: inline-block;
    font-weight: bold;
}

.dropdown select {
   -moz-appearance: none;
    background: url("../images/dropdownArrow.jpg") no-repeat scroll 114px 8px rgba(0, 0, 0, 0);
    border: 0 none !important;
    color: #a0cede;
    cursor: pointer;
    height: 21px;
    left: -48px;
    position: relative;
    text-indent:0.01px;
    text-overflow: "";
    width: 51%;
  
}
select option {
  text-align: left;
}
.height10px{
height:10px;
}
.clink{
  color: #015b8d!important;
}
.clink1{
color:#014365;
font-size:16px !important;
/* text-decoration:underline; */
}
.clink3{
color: #014365;
    font-size: 18px !important;
    position: relative;
    top: 12px;
}
.clink3:hover{
text-decoration:underline;

}

.link.linksuccess img{
 left: -1px;
    margin-left: 0;
    position: relative;
    top: 10px;
    width: 295px;
}
.clear{
clear:both;
}
.row.bottomrow{
left: 15px;
    position: relative;
}
.breakdown-test-contact h3 {
  background: none repeat scroll 0px 0px #F2F2F2;
color: #9C1C1B;
font-family: "dekarregular" !important;
font-size: 25px;
line-height: 27px;
margin:-36px -4px -38px 19px !important;
padding: 5px 27px;
margin-left: 15px;
}

.hopeVeterans_about {
   float: left;
    margin-top: -38px;
    width: 63%;
}
.tabs-widget .tab-links.memberstab li{
      height: 54px !important;
  width: 17%;
  border: 1px solid #dbdbdb;
  border-bottom: none;
    margin-right: 3px;
}
.tabs-widget .tab-links.memberstab{
border-right:none !important;
}
/*tabs*/
.tabs-widget.tabdiv{
/* border:none !important */
}
.tabs-widget .tab-links{
border:none !important
}
#graphic{
	border: 1px solid #dbdbdb; 
    box-shadow: 0 0 0 19px #f0f0f0 inset;
    display: block;
    padding: 22px;
    position: relative;
    top: 0;
	border-top: none;
}
#visual{
/* border: 1px solid #dbdbdb; */
    display: block;
    position: relative;
    top: 0;
	padding: 22px;
	box-shadow: 0 0 0 21px #f0f0f0 inset;
	border-top:none;
}
#econom{
	/* border: 1px solid #dbdbdb; */
    display: block;
    position: relative;
    top: 0;
	padding: 22px;
	box-shadow: 0 0 0 21px #f0f0f0 inset;
	border-top:none;
}
#press-release{
border: 1px solid #dbdbdb;
    display: block;
    position: relative;
    top: 0;
	padding: 22px;
	box-shadow: 0 0 0 21px #f0f0f0 inset;
	border-top:none;
}
.commondiv-hotline{
position: relative;
    top: -19px;
}
.commondiv{
position: relative;
    top: -19px;
}
.commondiv1{
position: relative;
    top: -29px;
	}
.topdiv{
position: relative;
    top: -23px;
}
.commondiv2{
position: relative;
    top: -69px;}
.our-services{
position: relative;
    top: -2px;
	left: 3px;
}
.videorow1{
position: relative;
    top: -25px;
}
.commonheader{
margin: -10px 0 12px !important;
}
.index-image{
position: relative;
    top: -5px;
}

.privacy ul li a {
    display:inline-block;
    color:#333;
    font-size:16px;
    font-family:'open_sansregular';
    font-weight:300;
    line-height:28px;
    text-decoration:none;
    margin-left:21px
}

.privacy ul li {
    position:relative;
    padding-left:11px
}

.privacy ul li:before {
 background: url("../images/redRight_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    font-family: "open_sansregular" !important;
    height: 11px;
    left: 2px;
    margin-right: 75px;
    position: absolute;
    top: 7px;
    width: 6px;
}
.familytext{color:#921C2A;font-size: 25px; margin-top: 64px;font-weight:bold;font-family: 'dekarregular';}
.usamap{}
.homeadorable{
 display: block;
  margin-left: auto;
  margin-right: auto;
vertical-align: middle;
}
.height5px{
height:5px;
}
.textleft{
  position: relative;
  left: 10px;
  top: 5px;
  font-size: 15px;
  font-family: 'open_sansregular' !important;
}
/*.textleft2{
  position: relative;
  left: 20px;
}*/
.textleft1 {
    position: relative;
    left: 6px;
    top: 0px;
	text-align:justify;
}
.alliance ul li a {
    color: #333333 !important;
    font-family: "open_sansregular" !important;
    font-size: 16px;
    display:inline-block;
    line-height:28px;
    text-decoration:none;
    margin-left:21px
}

.alliance ul li {
    position:relative;
    padding-left:11px;
	width:98%;
}

.alliance ul li:before {
   background: url("../images/redRight_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333 !important;
    content: "";
    font-family: "open_sansregular" !important;
    height: 11px;
    left: 18px;
    margin-right: 75px;
    position: absolute;
    top: 7px;
    width: 6px;
}
.leftdiv{
 width:50%;float:left;
}
.rightdiv{
width:50%;float:right;
}
/* .margin_breadcums{margin-top:-5px;} */
.margin_pressrelease
{
margin-top:10px;


}
.pressrelease-devider
{
margin-top:10px;
border-top:  1px dotted #ccc;
margin-bottom: 2px;


}
 .cheight{height:15px;display:block;} 
 .podcastimg{ padding: 8px 27px 30px 6px;}
 
 /*******Members******/


/* #results .pagination li.active {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #333;
	display:inline-block;
} */

/* #results .pagination{margin:0;padding:0;}
#results .pagination li{
	display: inline;
	padding: 6px 10px 6px 10px;
	border: 1px solid #ddd;
	margin-right: -1px;
	font: 15px/20px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	box-shadow: inset 1px 1px 5px #F4F4F4;
}
#results .pagination li a{
    text-decoration:none;
    color: rgb(89, 141, 235);
}
#results .pagination li.first {
    border-radius: 5px 0px 0px 5px;
}
#results .pagination li.last {
    border-radius: 0px 5px 5px 0px;
}
#results .pagination li:hover{
	background: #CFF;
}
#results .pagination li.active{
	background: #F0F0F0;
	color: #333;
} */
.leftdiv{
border-right: 1px dotted #ccc;
}

#Homeownersuccessstories .pagination {
	position:relative;
	top: -66px;
	/* left:480px; */
	right:45px;
}
.Homeownereventspagination .pagination {
    position: relative;
    right: 20px;
    top:-94px !important;
}
#Homeownersuccessstories .pagination > li > a,#Homeownerevents .pagination > li > a ,#reversemortgageevents .pagination > li > a {
    background: none !important;
    border: 0px solid #dddddd;
    float: left;
    line-height: 1.42857;
    margin-left: 1px;
    padding: 2px;
    position: relative;
    text-decoration: none;
}

#Homeownersuccessstories .pagination > li > a:hover {
	background: none;
}

#Homeownerevents .pagination,#reversemortgageevents .pagination {
	/* left: 132px; */
	position: relative;
    top: -46px;

}

#Homeownersuccessstories .pagination .leftarrow_home,#Homeownersuccessstories .pagination .rightarrow_home,#Homeownerevents .pagination .leftarrow_home,#Homeownerevents .pagination .rightarrow_home,#reversemortgageevents .pagination .leftarrow_home,#reversemortgageevents .pagination .rightarrow_home{
    top: 0px;
}

.heightzero{
	height: 0;
}
.rightdiv a{
word-wrap:break-word;
}
.commonpara1{
  position: relative;
  top: -18px;
  font-size: 15px !important;
}
.commonpara2{
  position: relative;
  top: -20px;
}

.miltary-resources{ 
position: relative;
  top: -12px;
  margin-left: 11px;
  margin-right: 11px;
}
  }
  .col-md-6 p a{
   word-wrap: break-word;
  }
  .green_heading {background:#BADFED;color:#333;padding:3px;}
.col-md-6.grayborder{
/*   border-right: 1px dotted #ccc; */ 
  position:relative;
  left:8px;
  right:8px;
}
.topparagraph{
  position: relative;
  top: -24px;
}
.answer_loan{color:red !important;
line-height: 28px !important;
 background: url("../images/redRight_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
   /*  border-radius: 50%; */
    content: "";
    position: absolute;
    top: 10px;
}
.tabs-widget.tabs-news-widget2 
{
border:none;
}
.homeowner-options{
position: relative;
top: -13px;
}
.alliance{
text-align:justify;
}
.font_15{
font-size: 15px!important;
}
.font_14{
font-size: 14px!important;
}
.orange_tb_border.state_left{
font-size:12px !important;
}
.orange_tb_border.state_right{
font-size:12px !important;
}
.shade{
background:#F4F5F5;
padding:5px;
}
.shade1{
padding:5px;
}
.orange_tb_border{
font-size:12px !important;
}
.commonpara.font_16{
  font-size: 16px!important;
  line-height: 24px;
  text-align: justify !important;
}
.rfloat{float:right;}
.lfloat{float:left;}

.breakdown-test-about{
  position: relative;
  top: -18px;
  }
  .height30px{
  height:30px;
  }
.divider{
border-top: 1px dotted #ccc;
  margin-top: 7px;
  margin-bottom: 2px;
}
.spacetop{
  position: relative;
  top: -30px;
}
.news-main-content.press-releases{
  margin-bottom: 15px;
  border: 1px solid #f9de99;
  }
.homeowner-options{
  border: 0px none;
  border-collapse: collapse;
  font-family: "open_sansregular";
}
.subheading{
position:relative;
top:-4px;
}
.height1px{
height:1px;
}
.commonparanew{
  position: relative;
  top: -2px;
}
.commonparaabout{
margin:0px 0 12px !important
}
.commonparamembers{ 
     margin: 0% 0 16px !important;
  }
  .attention-text{
      height: 59px!important;
    padding: 9px 0px 7px 9px;
  width: 100%;
  background: #eee;
  color:#333333;
  font-family: 'open_sansregular';
  }
  .facelink > img {
    margin-left: -14px!important;
    padding: 14px !important;
    width: 95%!important;
}
.questext{
  font-weight: bold;
  font-family: 'open_sansregular';
  font-size: 15px;
  color:#014365;
}

.noeventimage img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	float:none;
}
/*Tab css starts here*/
#container{opacity:1;}
.demo{margin:7px auto;width:980px;}
.demo h1{margin:0 0 25px;}
.demo h3{margin:2px 15px;}
pre{background-color:#FFF;}
@media only screen and (max-width:780px){

.demo{margin:5%;width:90%;}
.how-use{display:none;float:left;width:300px;}
}
#tabInfo{display:none;}
/*tab css ends here*/
#graphic1{
   box-shadow: 0 0 0 19px #f0f0f0 inset;
}
#visual1{
box-shadow: 0 0 0 19px #f0f0f0 inset;
}
#econom1{
box-shadow: 0 0 0 19px #f0f0f0 inset;
}
#econom2{
box-shadow: 0 0 0 19px #f0f0f0 inset;
}
.demo.tabsdemo h1{
  font-size: 21px !important;
    margin-bottom: -6px;
    margin-left: -17px !important;
    margin-right: -15px;
    margin-top: -15px;
}
.div14px{
margin-top:14px;
}
.breakdown-test-upcoimng h3 {
    background: none repeat scroll 0 0 #f2f2f2;
    color: #9c1c1b;
    font-family: "dekarregular" !important;
    font-size: 25px;
    line-height: 26px;
    /*margin:-36px 35px 29px  46px;*/
	margin: -65px 35px 21px 46px;
    padding: 5px 27px;
}
.breakdown-test-upcoimng {
    margin-left: -13px;
    margin-right: -29px;
	margin-bottom: 46px !important;
	 /*margin-bottom: -25px !important;*/
}

/* #Homeownerupcomingevent .pagination {
    position: relative;
    right: 51px;
    top: -58px;
} */

.subheading1 {
    position: relative;
    top: -6px;
}
.breakdown-test-upcoimng > img {
    margin-left: 28px;
	margin-top: 2px;
	margin-bottom: 30px;
}
.subheading2 {
    position: relative;
    top: -7px;
}
.services_top{
    left: 14px;
    top: -59px;
}
.height41px{
height:41px;
}
.commonparanew2 {
    position: relative;
    top: -3px;
}
.homeowner-options th{background:#BCE0EE!important;
text-align: center !important;}

.link_index > img {
    width: 94%;
}
.homeowner th{
background:#BCE0EE;
text-align:center!important;
/*width: auto; */
}
.header1{
width:20%;
}
.header2{
width:50%;
}
.header3{
width:30%;
}
.submenuimage{
  background: url("../images/breadcrumb_arrow.png") no-repeat scroll -3px 16px transparent;
  font-size: 14px !important;
  font-family: "open_sansregular";
  padding: 6px;
  line-height: 19px !important;
  /*padding-top: 10px;*/
  padding: 9px 10px 8px;
}

.no-more-tables p{
    color: #333 !important;
   font-family: "open_sansregular";
    font-size: 15px !important;
    line-height: 1.428571429 !important;
    margin: -12px 0px 1px!important;
    text-align: justify!important;
}
.counceling_text {
  color: #333;
  font-size: 14px;
  font-family: "open_sansregular";
  text-align: left;
  line-height: 19px;
  font-weight: bold;
}
.height16px{
height:16px;
}
.no-more-tables tabel td{
/* padding-top:10px; */
}
.no-more-tables a{
font-size:14px;
font-family: "open_sansregular";
word-wrap: break-word;
}
.commonparahopeloan{
  margin: -3px 0 10px !important;
}
.counsellingpara{
     margin: -6px 0 15px !important;
}
.counselling-image{
position:relative;
  top: 14px;
}
.commonpara.font_17{
    font-size: 14px !important;
    height: 50px;
    line-height: 20px;
    padding: 8px;
    text-align: justify !important;
}
.miltary-resources{
border:1px solid #f9de99;
}
.myskill-future{
 padding-left: 21px;
 padding-top: 10px;
}
.margin_news{margin-top:20px;}
.news-tab-image{
background: url("../images/news_icon.png")no-repeat scroll 0px 0px;
margin-left: 2px;
height: 32px;
}
.tele-tab-image{
background: url("../images/news-icon.gif")no-repeat scroll 0px 0px;
margin-left: 2px;
height: 32px;
}

.month-text{
  margin-left: 44px;
}
.month-text1{
  margin-left: 44px;
}
.newsrow{
  margin-left: -2px;
}
.monthsubtext{
 left: -35px;
    position: relative;
    top: -18px;
}
.resp-tabs-list a{
font-size:14px !important;
}
.newstab{
  width: 97% !important;
}
.homepagetext img{
margin-right: 6px !important;
}

.unemployedtab {
 display: block;
    font-family: "open_sansregular";
    font-size: 15px;
	color:#000;
	  text-align: justify;
	/* border:1px solid #dbdbdb; */
}
.font_13{
font-family: "open_sansregular" !important;
    font-size: 15px !important;
	color:#000;
}
#graphic1.graphic_height .resp-tab-content {
    box-shadow: 0 0 0 19px #f0f0f0 inset;
  height: 1700px !important; 
	border:none;
}

#visual1.visual-height  .resp-tab-content {
    box-shadow: 0px 0px 0px 19px #F0F0F0 inset;
   height: 1800px !important; 
    border: medium none;
}
#econom1.econom1-height .resp-tab-content {
    box-shadow: 0 0 0 19px #f0f0f0 inset;
  height: 1700px !important; 
	border:none;
}

#econom2.econom2-height .resp-tab-content {
    box-shadow: 0px 0px 0px 19px #F0F0F0 inset;
   height: 1700px !important; 
    border: medium none;
}

.unemployment-resource2 ul li a {
    margin-left: 4px !important;

}
 .news_select{border: 1px solid #f2f2f2;
    float: right !important;
    left: -11px;
    position: relative;
    top:-71px;}
.teleclips_select{
border: 1px solid #f2f2f2;
    float: right !important;
    left: -11px;
    position: relative;
    top:-71px;
}
.orange_tb_border{
height: 200px;
padding-left: 20px;
width: 100%px;
}
.orange_tb_border1{
border: 1px solid #f9de99;
    height: 176px;
    left: 23%;
    padding-left: 24px;
    position: relative;
    width: 50%;
}
.head_bottom{height:45px;}
.govt-heading{
font-size: 15px !important;
left: -3px;
position: relative;
top: -3px;}
.height15px{
height:15px;
}
.govtab a{
font-size:15px;
}
.resoursestable{
 width: 97% !important;
}
.training-section{
 position: relative;
    top: -11px;
    width: 100%;
	  text-align: justify;
}
.monthtab{
position: relative;
    top: 40px;
}
.demo {
    margin: 7px auto;
    width: 110%;
}
.font_13 a{
font-family: "open_sansregular" !important;
    font-size: 15px !important;
}
.bold-text{
font-size: 14px;
font-weight: 600;
}
.sitemap-arrow a{
font-size: 16px;
 font-weight: bold;
position:relative;
left:14px;
}
.sitemap-arrow{
background: url("../images/redRight_arrow.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    height: 30px;
}
.arrow-left{
background: url("../images/breadcrumb_arrow.png") no-repeat scroll 8px 6px rgba(0, 0, 0, 0);
}
.arrow-left a{
position:relative;
left:20px;
word-wrap: break-word;
}
.Miltarysuccesstitle {
    color: #9e1c1c;
    font-family: OPEN_SANSREGULAR;
    font-size: 15px;
    left: 3px;
    margin-left: -14px;
    position: relative;
    text-align: justify;
    top: -3px;
    width: 80%;

}
.content-text{
 position: relative;
    top: -6px;
}
.privacy{
 left: 25px;
    position: relative;
    top: 11px;
}
#Homeownerupcomingevent .pagination {
    position: relative;
    right: 45px;
    top: -65px;
}
.form-label{
position:relative;
left:50px;
}
#Homeownerupcomingevent.successtitle {
    color: #9e1c1c;
    font-family: OPEN_SANSREGULAR;
    font-size: 17px !important;
    left: -14px;
    position: relative;
    top: 6px;
}
.radius-box{
	border: 1px solid #abadb3;
    width: 60px;
	padding: 0 0 0 4px;
}
.selectcity{
width: 85%;
}
.submit-button{
border: 1px solid #abadb3;
width: 20%;
}
 .faces_stateborder{background-color: #ffffff;
    background-image: url("../images/blue_dot2.gif");
    background-repeat: repeat-x;
    height: 1px;
    margin:6px 31px -2px 3px;
}
.black_txt1{
	color: #333;
    font-family:OPEN_SANSREGULAR;
    font-size: 12px !important;
    font-weight: bold;
    padding-left: 9px;
}
.content-text1{
 color: #333;
 font-family:OPEN_SANSREGULAR;
 font-size: 13px !important;
}
.black_txt1 em{
font-family:OPEN_SANSREGULAR;
font-size: 12px !important;
}
.dottedhoriz {
    background-color: #ffffff;
    background-image: url("../images/blue_dot2.gif");
    background-repeat: repeat-x;
    height: 1px;
}
.recovery-table td a{
  background: url("../images/redRight_arrow.png")no-repeat 1px 8px ;
}
.cloanwidth{width:24%;}
.services1{
 position: relative;
    top: -13px;
}
.miltary-podcast-image{
/* width: 100%; */
height: auto;
background-size: 100% auto !important;
/* float:left; */
}
/* .main-podcast-img{
width: 100%;
height: auto;
background-size: 100% auto !important;
float:left;
} */
.aboutus_graph1 {
    left: -14px;
    position: relative;
    text-align: justify;
    top: -9px;
}
.aboutus_graph {
    left: -10px;
    position: relative;
    top: -50px;
}

.news-main-content.press-releases > ul {
    margin-left: 21px;
	
}
.news-main-content-testimony li {
    margin-left: 35px;
}
.Ray_pennie {
  left: -16px;
    position: relative;
    top: -15px;
}
.Ray_pennie1 {
  left: -47px;
    position: relative;
    text-align: justify;
    top: -20px;
    width: 110%;
}
.Ray_pennieroundtable {
left: 10px;
    position: relative;
    text-align: justify;
    top: -37px;
    width: 100%;
}
.Ray_pennieroundtablenew {
/*   left: -47px; */
    position: relative;
    text-align: justify;
    top: -20px;
    width: 100%;
}
.textleft_miltary{ color: #2c5a72;
    font-family: open_sansregular;
    font-size: 20px;
    font-weight: 600;
    left: 2px;
    margin: 0 0 7px !important;
    position: relative;}

	.poweredbyumployement{    float: left !important;
    margin-left: 362px !important;
    margin-top: 44px;}
#cdcresources .col-md-6 > ul {
    margin-left: 25px;
}

#california img {
    position: relative;
    top: 5px;
}
#BayArea img {
    position: relative;
    top: 5px;
}
#long_island img {
    position: relative;
    top: 6px;
}
#las_vegas img {
    position: relative;
    top: 5px;
}
#reno img {
 position: relative;
  top: 5px;
}
#portland img {
 position: relative;
  top: 5px;
}
#richmond img { position: relative;
  top: 5px;
}
#bellevue img {position: relative;
  top: 5px;
}
.radio_sound{margin-left:12px;}
.face_homebar{margin-left:-4px;}
.link.html5lightbox > img {
    margin-left: -3px;
}
.clink_new:hover {
    text-decoration: underline;
}
.clink_new{color: #015b8d !important; margin-top: -3px;}
.recovery-table td a :hover {
    text-decoration: none;
}
.clink:hover {
    text-decoration: underline;
}
.clink_tab{color: #015b8d !important;}
.clink_tab :hover {text-decoration: none;}
.industrydata_list{line-height:30px;margin-left: 16px;}
.textleft_alliance{ left: 23px;
    position: relative;
    text-align: justify;
    top: 0;}
	.media_left{margin-left:10px;}
/*Sagarika*/
.members.resp-tab-content{
min-height:1030px;
} 	
/*.services .resp-tab-content .resp-tab-content-active{
min-height:600px;
}*/
#Homeownerupcomingevent .service-item {
	 padding: 0 !important;
}
.event{
margin-bottom: -33px!important;
}

.content-text{
 position: relative;
    top: -6px;
}
/* sagarika*/
	
.doc-check{
 background: none repeat scroll 0 0 #ecf3f9;
    border: 1px solid #b0cded;
    margin-bottom: -25px;
    padding: 10px 14px 6px 11px;
    position: relative;
    top: -5px;
}
.div12px{
margin-top: -12px;
margin-bottom:-14px;
}
.press-releases{
margin-top: 12px;
padding: 1px 15px 1px 8px;
}
.press-heading{
font-size:17px !important;
}
.pressrelease ul li 
{
margin-top: 12px;
margin-bottom:5px;
}
.textleft2{
position: relative;
left: 20px;
margin-bottom: -8px;
margin-left: 3px;
}
.table-data-middle{
font-weight: normal;
padding-left: 5px !important;
text-align: justify;
line-height: 20px;
padding-top: 4px !important;
font-size: 15px;
}
.totop{
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:11;
    position:fixed;
}
.topimage{float:right!important;}
/*css*/
#back-to-top{
	position: fixed;
	bottom: 58px;
	margin-left: -150px;
	right:0;
}

#back-to-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-to-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-to-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: -5px;
	background:url(../images/up2.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-to-top a:hover span {
	/* background-color: #777; */
}

/*css*/
.noeventimage {
    height: 300px !important;
	  margin-top: 9px;
}

.services .news_text::before {
    background: url("../images/redRight_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    font-family: "open_sansregular" !important;
    height: 11px;
    left: -2px;
    margin-right: 75px;
    position: absolute;
    top: 9px;
    width: 6px;
}
.services .news_text a {
    color: #333;
    display: inline-block !important;
    font-family: "open_sansregular" !important;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
    text-decoration: none;
}
.monthsubtext > li {
    margin-left: 15px;
}
.link_index.html5lightbox {
    text-decoration: none;
}
.click-here-small > b:hover {
 text-decoration: none;
}
.unemployedtab .jobtraining_height .resp-tab-content {
/*min-height:1500px !important;*/
}
.news-main-content .press-releases{
min-height:800px;
}
.about
{
  margin-top: 0%;
}
.events{
 margin-top: -2%;
}
.homeowner{
margin-top:1%;
}
.Privacy{
margin-top:-3%;
}
.media{
margin-top:-2%;
}
.terms{
margin-top:0%;
}
.cdc-resources{
margin-top: -9%;
}
.military-res{
margin-top: -6%;
}
.clink_miltary {
    color: #015b8d !important;
}
.clink_miltary:hover {
   text-decoration:none;
}

.twitterwidget iframe{
	width:100% !important;
}

.podcastdemo_audio {
    background: url("../images/hopenow_icon3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-size: 15px;
    height: 43px;
	padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.whitetext {
	color:#fff;
}

.whitetext:hover {
	color:yellow;
}

#player10 {
	margin-top: 15px;
    float: right;
 }  
   
#audioplayer1 {
	height: 24px !important;
    padding-right: 30px;
	width:250px;
}

.successdate_home  {
  color: #000000;
    font-family: "open_sansregular";
    font-size: 15px;
    height: 50px;
    left: -1px;
    margin-bottom: -35px;
    position: relative;
    top: -15px;
}
.successtitle_home  {
 color: #9e1c1c;
    font-family: OPEN_SANSREGULAR;
    font-size: 17px;
    left: -1px;
    position: relative;
    top: 5px}
.homevideonone img{float:none;}
.footerleft{margin-left: 11px!important;}
.state_button img {
    margin-left:0px!important;}

.podcast_radio{ /* left: 30px;
    margin-left: -22px !important;
    position: absolute;
    vertical-align: top;
    width: 95% 
  float: right;
    left: 77px;
    margin-left: 25px !important;
    position: relative;
    vertical-align: top;*/
    width: 80%;
	
	}
.episode {
/*  float: left;
    margin-left: 122px;
    margin-top: -16px !important; 
    width: 78% !important;*/
}
.attention-text {
    background: none repeat scroll 0 0 #eee;
    color: #333333;
    font-family: "open_sansregular";
    height:46px !important;
    padding: 9px 0 7px 9px;
    width: 100%;
}
.footerleft {
    margin-left: -2px !important;
}
.rfloat.hotline_image {
    margin-top: -65px;
}
.rfloat.hotline_loan_image_loan {
    margin-top:-45px;
}
.attention-text-industry {
    background: none repeat scroll 0 0 #eee;
    color: #333333;
    font-family: "open_sansregular";
    height: 57px !important;
    padding: 9px 0 7px 9px;
    width: 100%;
}
a.elemadded:hover {
    text-decoration: none;
}
.miltartylink > img {
    margin-left: -14px !important;
    padding: 14px !important;
    width: 77% !important;
}
 .usamap {
margin-top:20px !important
} 

.tophomepdf_icon {
   /*  overflow:hidden */
}

ul.tophomepdf_icon {
    padding:0;
    margin:0;
/*   border-bottom: 1px dashed #d6d6d6; */
    padding:0;
    width:100%;
}

ul.tophomepdf_icon li {
    font-family:'open_sansregular';
    list-style:none;
    display:inline-block;
    margin-top:-1px;
    padding:2px;
    color:#015b8d
/*  margin-left: -3px; */
}

ul.tophomepdf_icon li:first-child {
    float: left;
   /*  left: -191px; */
    margin-left: 19px;
    position: relative;
   /*  top: 100px; */
}
ul.tophomepdf_icon li:last-child {
    float: left;
   /*  left: -191px; */
    margin-left: 0;
    position: relative;
   /*  top: 100px; */
}
ul.tophomepdf_icon li a {
    display:inline-block;
    margin:0;
    line-height:20px;
    color:#29678C
/*  background: #000000; */
}
.familyphoto_bottom {
    margin-top: -33px;
}
.height20px{height:20px;}
.registerevent{ font-size: 15px;
    margin-bottom: -25px;
    margin-left: 32px;
    margin-top: 4px;}
	
	.registerevent1{  font-size: 15px;
    margin-bottom: -25px;
    margin-left: 32px;
    margin-top: 28px;}
	.index-imagelink {
    left: -5px;
    position: relative;
    top: 7px;
}
.podcast-imagelink {
    left: 0;
    position: relative;
    top: -1px;
}
/* .externallinkfont a {
    font-family: "open_sansregular";
    font-size: 11px;
} */
.textalignfaces{text-align:justify;}
.breakdown_graphnew > p {
    margin-top: 8px;
}
.Consolidated_img{margin-top:10px;margin-left:33px;}
.Consolidated_img_down{margin-top:0px;margin-left:122px;}
.housingrountable{   line-height: 23px;
    margin-left: -21px;
    margin-top: -13px;}

.youtubenextbtn,.youtubeprevbtn {
	background: #014365 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    width: 50px;
}