@import url("font-awesome.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}
body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size:13px;
    line-height:20px;
    color:#555;
}
*{
margin:0px;
padding:0px;
}

h1 {
    font-size: 28px;
    line-height: 50px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
}
h3 {
    font-size: 16px;
    line-height: 30px;
}
h4 {
    font-size: 14px;
    line-height: 30px;
}
h5 {
    font-size: 12px;
    line-height: 24px;
}
h6 {
    font-size: 10px;
    line-height: 20px;
}

a {text-decoration: none ;}
a:hover{
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	color:#555;
}
a:focus{
    outline: none;
    text-decoration: none;
}


.white{
background:#fff;
}

.left-position {
    text-align: left !important;
}
.center-position {
    text-align: center !important;
}
.right-position {
    text-align: right !important;
}
.clear{
clear:both;
}

.mar-right{
margin-right:15px;
}

.mar-top-5{
margin-top:5px;
}

.mar-top-10{
margin-top:10px;
}
.mar-top-15{
margin-top:15px;
}
.mar-top-20{
margin-top:20px;
}
.mar-top-30{
margin-top:30px;
}

.mar-bot-25{
margin-bottom:25px;

}

.mar-bot-30{
margin-bottom:30px;

}

.blank_10{
margin:10px 0 5px;
}

.underline{
border-bottom:1px #ccc dotted;
margin:10px 0 20px;
}


.bottom_slider_h{
height:95px;
border:1px #949494 solid;
border-radius:8px;
}


.top_head_bg{ 
/* fallback */ 
background-color: #1a82f7; 
/* Safari 4-5, Chrome 1-9 */ 
background: -webkit-gradient(linear, left top, right top, from(#b1ebfc), to(#fff)); 
/* Safari 5.1, Chrome 10+ */ 

 }














.top_header{
width:100%;
margin-top:-7px;

}

.top_header h1{
font-size:40px;

font-weight:900;
line-height:20px;
color:yellow;
text-shadow: 2px 1px 1px #5d5e5e;
margin-bottom:10px;
}

.top_header span{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
line-height:35px;
font-size:45px;
color:#fd990a ;
}

.top_header p{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:18px;
color:#043a4f;
}




.bg1{
background:#c6f2ff;
border:1px #88def6 solid;
border-radius:6px;
}

.bg1 span{
padding-right:10px;
}


.bg2{
background:#c6f2ff;
border:1px #88def6 solid;
border-radius:6px;
}

.bg2 span{
padding-right:10px;
}

.not-ie a {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.top-space {
    margin-top: 10px !important;
}

.mrgb-20{ margin-bottom:20px; }

.mrgb-30{ margin-bottom:30px; }

.mrgb-40{ margin-bottom:40px; }

.mrgb-50{ margin-bottom:50px; }

.mrg-0{ margin:0 auto; }

.mrgt-20{ margin-top:20px; }

.mrgt-30{ margin-top:30px; }

.mrgt-40{ margin-top:40px; }

.mrgt-50{ margin-top:50px; }

.mrgt-70{ margin-top:70px; }

.pdt-50{ padding-top: 50px; }

.pdt-70{ padding-top: 70px; }

.content{
    padding:30px 0 60px;
    position: relative;
}

.sub_content {
    padding: 1px 0;
}

.super_sub_content{
    padding: 60px 0;
}

.grey_bg{
    background: #efefef;
}

/* =================================================================== */
/* 2. HEADER
====================================================================== */

#background{
    width: 100%;
    height: 100%;
}
#header {
    background: #fff none repeat scroll 0 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}


.header_bg{
background:url(../images/nav-bg.jpg) repeat-x;
}


#top-bar{background: #1E283A; color: #9f9f9f; padding: 5px 0 3px;}

.top-info ul{ list-style: none; float: right; padding:0; margin: 0;}

.top-info span { font: 13px/28px "open sans",Helvetica, Arial, sans-serif; padding-right: 15px;
}

.top-info span i { font-size: 13px; margin-right: 5px; }

.top-info li{ float:left;}

.top-info li a{
    border: 1px solid #9f9f9f !important;
    border-radius: 100%;
    color: #9f9f9f;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin: 0 2px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 25px;

}
.top-info li:hover a                {color:#fff!important;}
.top-info li:hover a.my-tweet       {background:#3ABDD1;}
.top-info li:hover a.my-facebook    {background:#648CD5;}
.top-info li:hover a.my-skype       {background:#00AFFF;}
.top-info li:hover a.my-pint        {background:#DE5656;}
.top-info li:hover a.my-rss         {background:#EF8D1F;}
.top-info li:hover a.my-google      {background:#E73904;}

/* Logo
====================================*/

#logo-bar {
    padding: 1px 0;
    background: #fff;
}
#logo-bar.scroll-to-fixed-fixed{
    padding: 1px 0;
    box-shadow: 0 2px 4px #ddd;
}

#logo img
{
    width:100%;
    height:auto;
}

#logo > h1 {
    margin:0;
    display:inline-block;
    float: left;
}

/* page_head Title
====================================*/
.page_head {
    background: #727CB6;
    border-bottom: 1px solid #EAEAEA;
    padding:30px 0;
}

.page_title{ float: left; }

.page_title h2 {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 9px;
}
.sub_heading{
    display: block;
    background: #fff;
    color: #666;
    font-size: 16px;
    padding: 5px 8px;
    border-left: 2px solid #727CB6;
    clear: both;
}

/* Breadcrumbs
====================================*/
#breadcrumbs{
    background: #fff;
    margin-top: 3px;
    padding:3px 7px;
    float: right;
}
#breadcrumbs ul {
    float: right;
    font-size: 12px;
    padding: 2px  5px;
    margin: 0;
}
#breadcrumbs ul li{
    display: inline-block;
    color: #888;
    margin: 0 0 0 5px;
}
#breadcrumbs ul li a{
    margin-right: 8px;
}

#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a { color: #727CB6; }

#breadcrumbs ul li:first-child { padding-right: 0; margin-left: 0; }

#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
    color: #888;
    background: none;
}

#breadcrumbs ul li:last-child { padding:0; background: none; }

/* =================================================================== */
/* 3. NAVIGATION
====================================================================== */

.navbar-nav ul
{
    width:100%;
    min-width:187px!important;
    padding:0;
}

.nav-caption{
    color: #323A45;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0 0 0;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 100%;
    display: none;
}
.navbar-toggle{
    background:#303436;
    border:none;
    padding:10px 10px;
    border-radius:3px;
    margin-top:5px;
}
.navbar-default{
 background:url(../images/nav-bg.jpg) repeat-x;
 
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background:#303436;
}
.navbar-default .navbar-toggle .icon-bar{
background:url(../images/nav-bg.jpg) repeat-x;
    height:3px;
}
.navbar{
    margin-bottom: 0;
    margin-top: 0px;
    min-height:30px;
    border:none;
    float: left;
}

/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position:static;
    margin-top:0;
    margin-right:0;
    margin-left:6px;
    display:inline-block;
    width:0;
    height: 0;
    overflow:hidden;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px dashed transparent;
}
.navbar-nav > li > .has-submenu .sub-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width:8px;
    height: 8px;
    line-height: 8px;
    border-width: 0px;
}
.navbar-nav > li > .has-submenu .sub-arrow:before {
    content: "\f107";
}
.navbar-nav ul .sub-arrow {
    position:absolute;
    right:0;
    margin-top:6px;
    margin-right:15px;
    border-top:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
    padding-right:30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: transparent;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    height:20px;
    overflow:hidden;
    text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    border-top:7px dashed transparent;
    border-right:7px dashed transparent;
    border-bottom:7px solid;
    border-left:7px dashed transparent;
}
.dropdown-menu.sm-nowrap{
    display: none;
    left: 0;
    margin-left: 186px;
    margin-top: -42px;
    max-width: 20em;
    min-width: 10em;
    top: auto;
    width: auto;
}

.navbar-nav span.scroll-down-arrow {
    top:6px;
    border-top:7px solid;
    border-right:7px dashed transparent;
    border-bottom:7px dashed transparent;
    border-left:7px dashed transparent;
}
.navbar-default .navbar-nav li a{
    color: #fff;
    text-transform:uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height:14px;
}
.navbar-default .navbar-nav > li{
}
.navbar-default .navbar-nav > li:first-child{
    border-left:none;
}
.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li > a:before {
    transition: all .5s;
	
}

.navbar-default .navbar-nav > li > a{
    padding:8px 25px;

    position:relative;
    z-index: 1;
}

.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #0b4a78;
    opacity: 0;
    z-index: -1;
}
.navbar-default .navbar-nav > li > a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background: #0b4a78;
    color:#fd990a!important;
	font-weight:600;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
{
     background:#0b4a78;
    color:#fd990a!important;
	
}

.navbar-nav li:nth-child(n+2)::before {
    background: none repeat scroll 0 0 #157fc2;
    content: "";
    height:30px;
    left: -1px;
    position: absolute;
    top: 0px;
    width: 1px;
}
.navbar-nav > li + li {
    margin-left: 1px;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left:60px;
}
.navbar-nav .dropdown-menu > li > a {
    white-space:normal;
    font-size: 13px;
    padding:12px 20px;
    border-bottom:1px solid #e4e4e4;
}

.navbar-nav .dropdown-menu > li > a:hover
{
    color:#fff;
    background:#066f9f ;
}
.navbar-nav ul.sm-nowrap > li > a {
    white-space:nowrap;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    border-color:transparent!important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    background-color:#fff ;
}
/*------------Animation-CSS-------------*/
.navbar-nav > li:hover > ul{
    /*display: block;*/
    -moz-animation: fadeInUp .4s ease-in;
    -webkit-animation: fadeInUp .4s ease-in ;
    animation: fadeInUp .4s ease-in;
}

.navbar-nav > li > ul.dropdown-menu li:hover ul{
    /*display:block;*/
    -moz-animation: fadeInUp .5s ease-in ;
    -webkit-animation: fadeInUp .5s ease-in ;
    animation: fadeInUp .5s ease-in;
}
/*--------Animation_Hover_Effect_CSS---------------*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*--------//Animation_Hover_Effect_CSS---------------*/


/* ===================================================== */
/* 4. FOOTER & FOOTER WIDGETS												 */
/* ===================================================== */
.main-footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;


}

.footer_bottom{
    background:#085589;
    padding:8px 0;
    color:#fff;
	
}
.footer{
    background:#323A45;
    padding:30px 0;
    position: relative;
    color:#fff;
}
/* Footer Widgets
====================================*/

.widget_content{
    margin-top: 15px;
}
.widget_content > p {
    font-family: Pt Sans,Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.copyright {
    color: #ddd;
    font-size: 12px;
    line-height:15px;
    margin: 0;
}
.copyright a{
    color:#fff;
    text-decoration:none;
}
.copyright a:hover{
    color:#aaa;
}
.sidebar .widget h4 span
{
    background:#fff;
    color:inherit;
}

/* Twitter Feed Widget
====================================*/
.tweet_list {
    padding: 0;
    position: relative;
    margin:0 auto;
    list-style:none;
}
.tweet_list li {
    color: #fff;
    margin-bottom: 5px;
}
.tweet_list li::before {
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    padding-right:2px;
    position: absolute;
}
.tweet_list li p {
    line-height: 20px;
    overflow: hidden;
    margin-left:1px;
}
.tweet_list li p a {
    color: #fff;
    font-weight: 700;
    font-size: 12px
}
.tweet_content .time {
    font-size: 12px;
    color:#E3E3E3;
    font-family: Lato,Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-left: 25px;
}



/* ======================================================================== */
/* 16. Icon Service Boxes
/* ======================================================================== */
.info_service {
    padding:1% 0 0;
}

/* Service Box 1
====================================*/
.serviceBox_1{margin-top: 25px;}
.serviceBox_1 .service-icon{
    float: left;

}
.serviceBox_1 .service-icon i{
    font-size: 34px;
    color: #727CB6;
}
.serviceBox_1 .service-content h3{
    color: hsl(0, 0%, 20%);
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.serviceBox_1 .service-content{
    margin-left: 55px;
}
.serviceBox_1 .service-content p{
    color:hsl(0, 0%, 47%);
    line-height: 2;
    font-family: Open Sans,Helvetica, Arial, sans-serif;
}

/* service Box 2
====================================*/

.serviceBox_2{
    text-align: center;
}
.serviceBox_2 .service-icon{
    background:grey;
    height: 56px;
    width: 56px;
    border-radius:50%;
    display: inline-block;
    margin-bottom:1px;
}
.serviceBox_2.green .service-icon{
    background:#58B25E;
}
.serviceBox_2.purple .service-icon{
    background:#9F84C4;
}
.serviceBox_2.red .service-icon{
    background:#F35958;
}
.serviceBox_2.blue .service-icon{
    background:#02A2DD;
}
.serviceBox_2 .service-icon i{
    font-size:30px;
    color: #fff;
    line-height: 62px;
}
.serviceBox_2 .service-content h3{
    color: hsl(0, 0%, 20%);
    font-size: 15px;
    font-weight: 600;
    margin:0px;
}

.serviceBox_2 .service-content p{
    color:hsl(0, 0%, 47%);
    line-height:1.5;
    font-family: Open Sans,Helvetica, Arial, sans-serif;
}
.serviceBox_2 .read a{
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}
.serviceBox_2.indigo .read a{color:#3f51b5;}
.serviceBox_2.blue .read a{color:#2196f3;}
.serviceBox_2.lightblue .read a{color:#03a9f3;}
.serviceBox_2.cyan .read a{color:#00bcd5;}
.serviceBox_2.teal .read a{color:#009788;}
.serviceBox_2.green .read a{color:#4caf52;}
.serviceBox_2.orange .read a{color:#ff9700;}
.serviceBox_2.purple .read a{color:#9c28af;}
.serviceBox_2.deeppurple .read a{color:#673bb7;}
.serviceBox_2.brown .read a{color:#795549;}


.serviceBox_2.indigo .read a:hover{color:#203399;}
.serviceBox_2.blue .read a:hover{color:#0562ab;}
.serviceBox_2.lightblue .read a:hover{color:#0b5a7d;}
.serviceBox_2.cyan .read a:hover{color:#036774;}
.serviceBox_2.teal .read a:hover{color:#036259;}
.serviceBox_2.green .read a:hover{color:#267b2b;}
.serviceBox_2.orange .read a:hover{color:#ac6703;}
.serviceBox_2.purple .read a:hover{color:#651372;}
.serviceBox_2.deeppurple .read a:hover{color:#311466;}
.serviceBox_2.brown .read a:hover{color:#513127;}





.serviceBox_2.indigo .service-icon{
    background:#3f51b5;
}
.serviceBox_2.blue .service-icon{
    background:#2196f3;
}
.serviceBox_2.lightblue .service-icon{
    background:#03a9f3;
}
.serviceBox_2.cyan .service-icon{
    background:#00bcd5;
}
.serviceBox_2.teal .service-icon{
    background:#009788;
}
.serviceBox_2.green .service-icon{
    background:#4caf52;
}
.serviceBox_2.orange .service-icon{
    background:#ff9700;
}
.serviceBox_2.purple .service-icon{
    background:#9c28af;
}
.serviceBox_2.deeppurple .service-icon{
    background:#673bb7;
}
.serviceBox_2.brown .service-icon{
    background:#795549;
}






.serviceBox_2.indigo .service-icon:hover{
    background:#203399;
}
.serviceBox_2.blue .service-icon:hover{
    background:#0562ab;
}
.serviceBox_2.lightblue .service-icon:hover:hover{
    background:#0b5a7d;
}
.serviceBox_2.cyan .service-icon:hover{
    background:#036774;
}
.serviceBox_2.teal .service-icon:hover{
    background:#036259;
}
.serviceBox_2.green .service-icon:hover{
    background:#267b2b;
}
.serviceBox_2.orange .service-icon:hover{
    background:#ac6703;
}
.serviceBox_2.purple .service-icon:hover{
    background:#651372;
}
.serviceBox_2.deeppurple .service-icon:hover{
    background:#311466;
}
.serviceBox_2.brown .service-icon:hover{
    background:#513127;
}

/* service Box 3
====================================*/

.serviceBox_3{
    overflow: hidden;
}
.serviceBox_3 .service-image > img{width: 100%;}
.serviceBox_3 .service-content{
    background: #F14F54;
    text-align: center;
    width: 100%;
}
.serviceBox_3 .service-content.bg1{
    background: #FFB101;
}
.serviceBox_3 .service-content.bg2{
    background:#3ABE86 ;
}
.serviceBox_3 .service-content h3{
    font-size: 23px;
    font-weight: 400;
    color:#fff;
    margin: 0;
    padding: 45px 0;
    height: 117px;
    text-transform: uppercase;
}

/*  serviceBox_4
============================*/
.serviceBox_4{
    padding:25px 0;
    margin-top: 50px;
    border: 1px solid #c5c5c5;
    position: relative;
    text-align: center;
}
.serviceBox_4 .service-icon {
    background: #727CB6;
    border-radius: 100%;
    color: #fff;
    height: 88px;
    line-height: 100px;
    padding: 0;
    position: absolute;
    width: 88px;
    top:-47px;
    left:39%;
}
.serviceBox_4 .service-icon:before {
    border: 3px solid #727CB6;
    border-radius: 100%;
    content: "";
    height: 92px;
    left: -2px;
    position: absolute;
    top: -2px;
    transform: scale(1.1);
    width: 92px;
}
.serviceBox_4 .service-icon i {
    font-size: 40px;
    margin: 0 7px 0 0;
}
.serviceBox_4 .service-content {
    padding: 30px 0 12px;
}
.serviceBox_4 .service-content > h3{
    color: #373a41;
    font: bold 16px/1.2em 'Open Sans',Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.serviceBox_4 .service-content > p{
    color: #8d9095;
    font: 14px/23px 'Open Sans',Helvetica, Arial, sans-serif;
    padding: 0 40px;
}
.serviceBox_4 .read i.fa-angle-right{
    margin: 0 0 0 5px;
}

/* service Box 5
====================================*/
.serviceBox_5{
    padding: 40px 0 0;
}
.serviceBox_5{
    background:#fff;
    text-align: center;
}
.serviceBox_5> span {
    background:#727CB6;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font: bold 40px/18px "arial";
    height: 88px;
    line-height: 88px;
    width: 88px;
}
.serviceBox_5> h3
{
    color: #424955;
    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.serviceBox_5> p
{
    color: #424955;
    font: lighter 14px/21px "open sans",Helvetica, Arial, sans-serif;
    padding: 0 35px;
}
.serviceBox_5 .read {
    padding: 25px 0 40px;
}

.serviceBox_4 .read a,
.serviceBox_5 .read a{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #444A6D 0%, #444A6D 50%, #727CB6 50%) repeat scroll 100% 0 / 200% 100%;
    color: #fff;
}

.serviceBox_4 .read a:hover,
.serviceBox_5 .read a:hover
{
    background-position: 0 0;
    color: #fff;
}

/* service Box 6
====================================*/
.serviceBox_6{
    background:#DC005A;
    color:#fff;
    padding:65px 85px;
    margin: 0 -15px;
    overflow: hidden;
}
.serviceBox_6.purple{
    background:#7A4B94;
}
.serviceBox_6.black{
    background:#2A3636;
}
.serviceBox_6 .service-content{
    padding:0;
}
.serviceBox_6 .service-content h3{
    color:#fff;
}
.serviceBox_6 .service-content p{
    font-size:14px;
    line-height:29px;
    margin-bottom:30px;
}
.serviceBox_6 .service-content a{
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border: 2px solid hsl(0, 0%, 97%);
    border-radius:0;
    color:#fff;
    padding:9px 17px;
    font-size:14px;
    text-transform:uppercase;
    transition:all 0.2s ease 0s;
}
.serviceBox_6 .service-content a:hover{
    background-color: hsl(0, 0%, 97%);
    color: hsl(0, 0%, 20%);
}
.serviceBox_6 .service-content a:hover i{
    opacity:0;
}
.serviceBox_6 .service-content .line{
    border: 1px solid;
    display: block;
    width: 20%;
    margin: 20px 0;
}
.serviceBox_6 .service-content a i{
    margin-left:6px;
}


/* -------------------------------------------------- */
/*	21. TABS                                          */
/* -------------------------------------------------- */
.nav-tabs
{
    border:none;
}
.nav-tabs > li{margin-bottom: -2px;}

.nav-tabs > li > a
{
    background:#F8F8F8;
    border:1px solid #ebebeb;
    margin:0;
    color:#777777;
    border-radius:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    border-color:#ebebeb;
    outline:none;
    background:white;
    color:#727CB6;
    margin:0 0 -1px 0;
    border-bottom:none;
    border-top: 1px solid #727CB6;
}
.nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover {
    border-top: 1px solid #727CB6;
    color:#727CB6;
}

ul.nav-tabs li a i {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
ul.nav-tabs li.last-tab a
{
    padding:4px 22px;
    outline:none;
}
.tab-content
{
    border:1px solid #ebebeb;
    padding:20px 14px;
}
.tab-content:first-child { display: block; }
.tab-content > h3 {
    color: #555333;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
}
.tab-content > p {
    font-family: lato,Helvetica, Arial, sans-serif;
    line-height: 20px;
}

/* ===================================================== */
/* 34. Media Query										 */
/* ===================================================== */
@media only screen and (min-width: 980px) and (max-width: 1280px){

    .post-title{font-size:14px}

    .blog_medium .post_img{width:30%; }

    .shares li.shareslabel h3{padding:8px 14px;}

    .comment_form > input{width:30%;}

    .post-images { margin-right: 15px;}

    .post-slide { margin-bottom:40px; }
}

@media only screen and (min-width: 768px) and (max-width: 989px){

    #logo{
        position: absolute;
        width: 100%;
     }
    .navbar-default .navbar-nav > li > a {padding: 8px 9px;}

    .serviceBox_2{ margin-bottom:30px; }

    .tab-content {margin-bottom:30px;}

    .post-images { margin-right: 15px; }

    .serviceBox_1 .service_icon > h3{ font-size: 17px;}

    .serviceBox_3 .service-content h3 {
        font-size: 18px;
        height: 105px;
        line-height: 20px;
        padding: 30px 0;
    }

    .serviceBox_4 .service-icon{left: 66px;}

    .serviceBox_6 { padding: 30px; }

    .grey-transparent-content .sub_content {
        padding: 50px 20px;
    }

    .post-slide { margin-bottom:40px; }
}

@media only screen and (max-width:768px) {

    #logo-bar{padding:30px 0;}

    .nav-tabs > li > a { padding:10px 10px; }

    .sub_content {
        padding: 15px 0;
    }

    .super_sub_content {
        padding: 40px 0;
    }

    .tab-content{margin-bottom:30px;}

    .nav-tabs > li > a { padding:10px 10px; }

    .serviceBox_1,.serviceBox_2,.serviceBox_3{ margin-bottom:30px; }

    .serviceBox_3 .service-content h3 {
        font-size: 18px;
        height: 105px;
        line-height: 20px;
        padding: 30px 0;
    }

    .serviceBox_6 { padding: 30px; }

    .grey-transparent-content .sub_content {
        padding: 50px 20px;
    }

    .blog-hover > a { top: 30%; }

    .blog_medium .post_content{ width:45%; }

    .shares li.shareslabel h3{ padding:8px 14px; }

    section.parallax { padding: 30px 0; }

    .parallax-testimonial{ padding: 0 15px 30px; }

    .img-about{ margin-bottom: 20px; }

    .texture-section{ padding: 15px 0;margin: 10px 0; }

    .post-slide { margin-bottom:40px; }

    .option a.fa,
    .small-images .option a.fa ,
    .owl-carousel .option a.fa{
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }

    .option h5,
    .large-images .option h5,
    .small-images .option h5{
        font-size: 155%;
    }

    .option span,
    .small-images .option span,
    .large-images .option span{
        font-size: 115%;
    }

    .large-images .masonry_wrapper .inner > div,
    .medium-images .masonry_wrapper .inner > div,
    .small-images .masonry_wrapper .inner > div {
        height: 65%;
    }

    .feature-block img{
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 767px) {

    #info-bar {background:none; padding:0;}

    #logo {
        position: absolute;
        width: 65%;
        z-index: 9999;
    }

    #top-bar{padding:5px 0;}

    #logo-bar {padding: 10px 0;}

    .navbar-default .navbar-nav li a{
        color: #010101;
    }
    .navbar{
        background:#fff;
        border-color: transparent;
        float: none;
    }
    .navbar-nav li:nth-child(n+2)::before {
        background: none;
    }

    .navbar-nav{
        background:#303436;
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
    }
    .navbar-nav > li ul > li:first-child > a{border-top:none;}
    .navbar-default .navbar-nav > li > a,.navbar-nav .dropdown-menu > li > a
    {
        padding-top:12px!important;
        padding-bottom:12px!important;
    }
    .navbar-default .navbar-nav li a{
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        padding-left:45px;
        color:#fff;
        font-size:13px;
        border-bottom: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        background:#727CB6;
        color:#fff;
    }
    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow
    {
        float:right;
        color:#fff;
    }
    .navbar-nav > li > ul:before
    {
        content:"";
        display:none;
    }
    .navbar-nav > li > .has-submenu .sub-arrow{
        font-size: 14px;
        font-weight: bold;
        width: 10px;
    }
    .navbar-default .navbar-nav > li{border-bottom:1px solid rgba(255, 255, 255, 0.54);}
    .dropdown-menu.sm-nowrap > li{background:#303436; border-top:1px solid rgba(255, 255, 255, 0.54);}

    .navbar-nav > li:hover > ul{
        -moz-animation: none;
        -webkit-animation: none ;
        animation: none;
    }

    .navbar-nav > li > ul.dropdown-menu li:hover ul{
        -moz-animation: none;
        -webkit-animation:none;
        animation: none;
    }
    .nav-caption{ display: block; }

    .page_head {padding: 12px 0;}
    .page_head h2 { font-size: 20px; }

    .text-center > img {
        width: 100%;
    }
    .images-style-inner {
        margin: 10px 0;
    }


    #breadcrumbs { float: right;margin-top: 25px;}

    .serviceBox_1,.serviceBox_3{ margin-bottom:30px; }
    .serviceBox_4{margin-bottom: 80px;}

    .list_style li i{ margin-right:0; }

    ul.client_items { display: block; margin: 0 auto; padding: 0; text-align: center; }

    .list_item{ width:100%;}

    .owl-carousel .option h5{
        font-size: 155%;
    }
    .owl-carousel .option span{
        font-size: 125%;
    }

    .widget_content{ margin-bottom:30px; }

    .promo_box .pb_action a.btn {display: block; float: none; margin-top: 20px;  }

    .list_style{ margin:0 0 30px; }

    .pricingTable{ margin-bottom:50px; }

    .team_prof{ margin-bottom:30px; }

    .blog_large .post_meta h2 a, .blog_single .post_meta h2 a { font-size:18px; line-height:normal; }

    .blog_medium .post_meta h2 a { font-size: 20px; line-height:normal; }

    .blog_large .post_meta h2,
    .blog_medium .post_meta h2,
    .blog_single .post_meta h2 { font-size:18px; line-height:20px; margin-bottom:10px; margin-top:0; }

    .blog_large .day,.blog_medium .day, .blog_single .day { font-size:20px; }

    .blog_large .month, .blog_medium .month , .blog_single .month { padding: 2px 8px 4px; }

    .blog_large .post_img, .blog_single .post_img{ margin-bottom:20px; }

    .blog_large .post_content, .blog_single .post_content { margin: 0 0 0 60px; }

    .blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo{ padding:0 0 10px; }

    .blog_large .post_meta .metaInfo > span, .blog_single .post_meta .metaInfo > span { line-height:24px; }

    .blog_large .post, .blog_medium .post, .blog_single .post, .blog_medium .post { margin-bottom:40px; padding-bottom:40px; }

    .blog_medium .post_content { float:left; width:100%; }

    .blog_medium .post_img { margin-right:0; width:75%; margin-bottom:30px; }

    .sidebar .widget { display:inline-block; margin-top:30px; position:relative; }

    .shareslabel {display:none; }

    .author_desc { height:auto; min-height:inherit; width:100%; }

    .author_bio { float:none; margin-top:35%; padding:20px; position:relative; text-align:center; width:100%; }

    #comment-list ul.children{ margin-left:10px; }

    .comment-container{ margin-left:80px; margin-bottom:10px; }

    .comment_form > input{ width:100%; }

    .page_404 > h1{ font-size:160px; line-height:180px; margin-top:0; }

    .page_404 > p{ font-size:26px; line-height:36px; }

    .rec_blog { margin-bottom:20px; }

    .copyright{ text-align:left; float:left; }

    .post-images {
        margin-right: 15px;
    }
    form {
        margin-bottom: 65px;
    }
	

	
}

@media only screen and (min-width: 481px) and (max-width: 767px){

    .author_bio {margin-top:35%; position: relative;}

    #breadcrumbs { float: right;margin-top:0;}
	.header_bg{
background: none;
}


}

@media only screen and (max-width: 480px){

    #breadcrumbs{ display: none; }

    .sub_content {
        padding: 10px 0;
    }

    .author_bio {margin-top:55%; position: relative;}

    #filter li a{padding:10px;}

    .post-images {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .post-detail { width: 100%; }

    .serviceBox_7.right .service-icon {
        margin: 0 0 0 20px;
    }
    .serviceBox_7 .service-icon{
        margin: 5px 20px 0 0;
    }
    .serviceBox_7 .service-content {
        width: 65%;
    }

    .copyright{
        line-height: 20px;
    }
	
	
.header_bg{
background: none;
}

#logo img {
    width: 100%;
}

.top_header{
width:100%;

}

.top_header h1{
font-size:14px;

margin-left:38px;
text-shadow:none;
line-height:1px;


}
.top_header span{

font-size:18px;
line-height:1px;

}

.top_header p{
font-size:10px;
margin-left:28px;
padding:0px;


}


}

.main_mar_w{
width:100%;
height:25px;
background:#06689d;
margin:0px;
border-bottom:2px #08486b solid;

}



.main_mar_w span{
color:#fff;
}














/*news start*/

.panel-heading{
height:35px;
line-height:35px;
background:#000000;
}

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

.service_heading{
width:100%;
margin:0px;

}

.service_heading h2{
font-size:20px;
text-align:center;
color:#FF0000;
margin:5px 0 25px;
line-height:0px;
text-decoration:underline;


}

/*news end*/



