/* Base */
* {outline:none;}
html, body {height: 100%;}/*
body {font-family:sans-serif; font-size: 16px;line-height: 25px;color: #8c8c8c;background-color: #fff;}
h1, h2, h3, h4, h5, h6 {font-family:Raleway;color:#F90;}  */

a {color: #404040;}

a:hover {color: #404040;transition-property: all;transition-duration: 0.3s;transition-timing-function: linear;}
a.none:hover {text-decoration: none;}

/* Header */
#myDiv {
	position: relative;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
    
}
.banner{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	}
	
.banner img {
    width: 100%;
    height: 400px;
}

.icon-bar {
  position: fixed;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color:#333;
  font-size: 20px;
}

.icon-bar a:hover {
    background-color:transparent;
}

@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: 50px;}
}

@keyframes mymove {
    from {left: 0px;}
    to {left:50px;}
}



/* Navigation */
.navbar {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin-bottom: 0;padding-top:0;}
.navbar .container {position: relative;}
.navbar-default {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;width: 100%;border: none;border-bottom: 1px solid #1f4e9c;background-color: #fff;}
/*.navbar-default .navbar-nav > li > a {color: #404040;font-weight: normal;font-size: 12px; margin-top:-5px; }*/
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    margin-top: -5px;
    letter-spacing: 0px;
    line-height: 1.4em;
    font-weight: 500;
    color: #333333!important;
    font-family: "Calibre Light";text-transform:uppercase;
}
ul#new-menu>li>a {
    font-size: 15px!important;
    margin-top: -5px;
    letter-spacing: 0px;
    line-height: 1.4em;
    font-weight: 500;
    color: #333333!important;
    font-family: "Calibre Light";
}
.navbar-default .navbar-nav > li > a:hover {background-color: transparent;color: #005FA6;}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {background-color: transparent;color: #005FA6;}
.navbar-default .navbar-nav .active > a,.navbar-default .navbar-nav .active > a:hover,.navbar-default .navbar-nav .active > a:focus {color: #812581;background-color: transparent;}
.navbar-default .navbar-toggle {margin: 10px 0 0 15px;border:1px solid #F00;}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {border:1px solid #F00;background: #f3f3f3;}
.navbar-default .navbar-toggle i {font-size: 31px;}
.navbar-default .navbar-collapse {float: right;border-top: none;padding-left: 0;padding-right: 0;}
.navbar-brand>img {padding: 0; margin:0;}

.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
 
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mega-dropdown {
  position: static !important;
 
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}


.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    clear: both;
    white-space: normal;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    padding: 8px 0px 8px 10px;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 5px 10px;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    color: #333333;
}
.mega-dropdown-menu > li > ul > li>i {
    color: #344E6E;
    font-size: 16px;
    margin-left: 10px;
}

.section-title.center {
	padding: 30px 0;
}
.section-title h2 {
	color:#fff; 
	font-family:'Raleway', sans-serif;
	margin-bottom: 30px;
}


img.img-circle.team-img {
	width: 150px;
	height: 150px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #fff;
	font-size: medium;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}

#success_message{ display: none;}

#tf-works{
	padding: 40px 0;
  
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	/* margin-bottom: 30px; */
}
.portfolio-item .hover-bg{
	height: 400px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 17% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}

#tf-works i.fa {
    height: 30px;
    width: 30px;
    border: 1px solid #055EFF;
    font-size: 16px;
    padding: 7px;
    color: #055EFF;
    text-align: center;
}
.flip-box-back.center>p {
    padding: 8px;
    text-align: justify;
    margin-bottom: 18px!important;
    font-size: 15px!important;
    font-weight: 300!important;
   
    font-family: Calibre Regular!important;
    color: #333333!important;
}
.clients{
    background: #fff;
  
	width:90%;
	margin:auto;
}
.clients .main_clients_area{

}

.clients .main_clients_area .main_clients_top_content .client_left_content{

}
.clients .main_clients_area .main_clients_top_content .client_left_content h2{
    font-size:2.25rem;
    font-family: 'ralewaybold';

}
.clients .main_clients_area .main_clients_top_content .client_left_content p{
    	font-size: 15px;
        font-family:Raleway;
        margin: 0 auto;
		line-height:25px;
		text-align:justify;
}
.main_clients_bottom_content{
    overflow: hidden;
    padding-bottom:110px; 
}
.main_clients_bottom_content .single_client_bottom{
    background: #faf9f9;
    padding: 30px 20px;
    position: relative;
}
.main_clients_bottom_content .single_client_bottom p{
    font-size: 14px;
        font-family:Raleway;
        margin: 0 auto;
		line-height:25px;
		font-style:italic;
		
		
}
.main_clients_bottom_content .single_client_bottom a{
   font-size: 16px;
        font-family:Raleway;
        margin: 0 auto;
		line-height:25px;
		font-style:italic;
	
		
}
.main_clients_bottom_content .single_client_bottom .singel_client_bottom_img{
    position: absolute;
    right: 15px;
    bottom: -45px;
}
.main_clients_bottom_content .single_client_bottom .singel_client_bottom_img img{
    max-width:100px;
    max-height: 100px;
    border-radius: 50%;
    border: 3px solid #ddd;
}
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2 {
    font-size: 30px;
    line-height: 1.08;
    font-family: "Calibre Light";
    font-weight: 300;
    color: #111;
    margin: 10px 0px 20px 0px;
}
.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #0089d0;
  color: #fff;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #fff;
  color: #0089d0;
  box-shadow: inset 0 0 0 2px #ccc;
  -webkit-box-shadow: inset 0 0 0 2px #ccc;
  border: 2px solid #ccc;
}
.team_area{
	float: left;
	display: inline;
	width: 100%;
}
.team_slider{
	float: left;
	display: inline;
	width: 100%;
}
.team_slider .slick-next, .team_slider .slick-prev{
  height: 40px;
}
.single_team {
  border: 2px solid #ccc;
  border-radius: 5px;
  display: inline;
  float: left;
  padding: 25px 15px;
  text-align: center;
  width: 100%;
  background-color:#f9f9f9;
  border-bottom:5px groove #3CF;
  
}
.team_img{
	float: left;
	display: block;
	width: 100%;
}
.team_img > img {
  border-radius: 100%;
  height: 150px;
  margin: 0 auto 15px;
  width: 150px;
}
.single_team h5 {
  color: #555;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 17px;
}
.single_team span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family:Raleway;
}
.single_team p {
  line-height: 26px;
}

.whyChoose-right{
	float: left;
	margin-top: 30px;
	display: inline;
	width: 100%;
	padding: 0px 20px;
}
.whyChoose-right .media-icon {
    background-color: #ffff;
    padding-top: 20px;
}
.media-icon {
    border-radius: 100%;
    color: #FFA63D;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 55px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    width: 70px;
    transition: all 0.5s;
}

.whyChoose-right .media-heading {
    color: #C9F4FF;
    letter-spacing: 0px;
    font-size: 28px;
    line-height: 1.08;
    font-family: "Calibre Light";
    margin: 10px 0px 10px 0px;
}
/*.whyChoose-right .media-body > p {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.4em;
}*/
.whyChoose-right .media-body > p {
    text-align: justify;
    line-height: 22px;
    color: #ede1e1;
    margin: 10px 0px 10px 0px;
    margin-bottom: 18px!important;
    font-size: 18px!important;
    font-weight: 300!important;
    letter-spacing: 0.4px!important;
    font-family: Calibre Regular!important;
}
.whyChoose-right .media:hover .media-icon{
	//background-color: #f9f603; 
}

#first-block {
	background: none repeat scroll 0 0 #5071a9;
	padding: 4em 2em;
	text-align: justify;
	margin:0;
	}


#first-block h2 {
	color:#cecece;}

#first-block p {
	color: #ccc;
	font-size: 1em;
	
}
#register h3
 {
    padding-bottom: 12px;
	color:#999;
}
/*#register p {
    font-size: 14px;
    color: #ede1e1;
    text-align: center;
}*/
p.why-choose-desc {
    color: #ede1e1;
    text-align: center;
    margin: 10px 0px 10px 0px;
    margin-bottom: 18px!important;
    font-size: 18px!important;
    font-weight: 300!important;
    letter-spacing: 0.4px!important;
    font-family: Calibre Regular!important;
}
#register {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #507A98;
   padding: 70px 0px 70px 0px;
	
}




#register .form-control {
  background: transparent;
  border: 2px solid #ccc;
  border-radius: 25px;
  color: #fff;
  margin-bottom: 16px;
}

#register input {
  height: 30px;
}

#register input[type="submit"] {
  background: #f2545f;
  border: none;
  color: #fff;
  text-align:center;
  height:auto;
  margin:0;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

@media screen and (max-width: 768px) {.navbar-default .navbar-collapse {padding-left: inherit;padding-right: inherit;}
									#register form {padding-top: 32px;}
									

 }
@media screen and (max-width: 992px) {.navbar-default .navbar-collapse {width: 100%;margin-left: 0;margin-right: 0;max-height: none;}}
@media (min-width:768px) {.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {margin-left: 0;}}

.main-navbar-nav {-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.main-navbar-nav > li > a {padding-top: 42px;padding-bottom: 30px;line-height: 1;}
.main-navbar-nav li > .dropdown-menu {-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;min-width: 225px;border: none;border-top: 2px solid #1f4e9c; }
.main-navbar-nav li > .dropdown-menu > li > a {padding: 10px;position: relative;color: #404040;line-height: 1.12857143;font-size: 12px; font-family: 'Raleway', sans-serif;}
.main-navbar-nav li > .dropdown-menu > li > a:hover,.main-navbar-nav li > .dropdown-menu > li > a:focus {color: #812581;background-color: transparent; font-weight:bold;font-family: 'Raleway', sans-serif;}
.main-navbar-nav li > .dropdown-menu > li > a i {position: absolute;right: 20px;top: 50%;margin-top: -8px;font-size: 16px;}

@media screen and (min-width: 993px) {.main-navbar-nav .dropdown:hover > .dropdown-menu {display: block;}.main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {left: 225px;top: 0;margin-top: -2px;}}
@media screen and (max-width: 992px) {.main-navbar-nav > li {border-bottom: 1px solid #812581;}.main-navbar-nav > li:last-child {border-bottom: none;}.main-navbar-nav > li > a {padding-top: 12px;padding-bottom: 12px;}
.navbar-toggle {display: block;}.navbar-collapse.collapse {display: none !important;}.main-navbar-nav.navbar-nav,.main-navbar-nav.navbar-nav > li {float: left !important;}.navbar-collapse.collapse.in {display: block !important;overflow-y: auto !important;}
.navbar-default .navbar-nav > li > a {font-weight: normal;font-size: 16px!important;margin: 0px 0px -8px 0px!important;}
}

.navbar-brand {height: auto;padding: 0;}


@media screen and (max-width:750px){
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}
}	  
.hero_area {background-image: url(img/hero.jpg);
			background-position:center;
			background-repeat:no-repeat;
			background-size:cover;
 			height: 475px;
 			padding: 0;}
.hero_content {padding: 120px 0;}
.hero_content h1 {text-shadow: 1px 1px 2px rgba(0,0,0,0.75);color: #1f4e9c;font-weight: normal;font-size: 42px; font-family:Lato;letter-spacing:8px;}
.hero_content h2 {text-shadow: 1px 1px 2px rgba(0,0,0,0.75);color:#C66;font-weight: normal;font-size: 30px;margin-top: 0;font-family:Arial;line-height: 28px;letter-spacing:2px;}

/* Boxes */


.boxes_area {padding-top: 40px;
			padding-bottom: 30px;
			padding-left: 0;
			padding-right: 0;
			 }
			
.box {position: relative;}
.box h3 {position: relative;margin-bottom: 20px;padding-bottom: 20px;}



@media (min-width:769px) {
	
    .boxes_area div[class*="col-"]:after {content: " ";display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background-color: #FFF;}
    .boxes_area div[class*="col-"]:last-child:after {display: none;}    
}

/* Home */
/*.home_content h2:after,.box h3:after {content: '';position: absolute;width: 30px;background-color: #FFF;height: 2px;left: 0;bottom: 0;} */

.boxes_area h3 {font-size: 16px;font-weight: 500;margin-top: 0;margin-bottom: 18px; }
.services {padding-top: 50px;padding-bottom: 50px;}
h2.section-title {
    text-align: center;
    color: #358fcc;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: 4px;
    font-family: "Calibre Light";
}
h2.section-title.new-heading-rs {
    font-family: Times New Roman, serif;
    letter-spacing: 0.3px;
    font-size: 32px;
}
h2.section-title:after{
  content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 10%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #d1d4d5;
    
  }
p.note-md {
    font-size: 20px;
    color: #d60d0d;
    font-weight: 800;
    margin: 10px 0px 10px 0px;
    letter-spacing: 0.4px;
    font-family: Calibre Regular!important;
}
.services p.desc {text-align: center;font-size: 13px;margin-bottom: 20px;}
.services .media {margin-top: 30px;}
.services .media i {font-size: 45px;color: #005FA6;}
.services .media h4 {font-size: 15px;font-weight: 600;color: #404040;}
.services .media p {text-align: left;}

/* News */
.home-area {padding-bottom: 50px;}
.home_content h2 {position: relative;font-size: 17px;font-weight: 600;padding-bottom: 20px;color: #404040;margin-bottom: 30px;}
.home_list ul {margin: 0;padding: 0;float: left;width: 100%;}
.home_list ul li {list-style: none;}
.home_list .thumbnail {border: none;padding: 0;}
.thumbnail .caption {padding: 9px;color: #404040;padding-left: 0;padding-right: 0;}
.home_list h3 {font-size: 16px;font-weight: 600;margin-top: 10px;margin-bottom: 10px;color: #404040;}
.home_list p {color:#8c8c8c}
.home_list a.btn {font-size: 13px;padding: 0;color: #005FA6;}
.home_bottom .row {margin-left: -5px;margin-right: -5px;}
.home_bottom div[class*="col-"] {padding-right: 5px;padding-left: 5px;position: relative;}

/* References */
.carousel-control{ width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:0;background-image:none;}

@media (max-width: 767px) {.carousel-inner .active.left {left: -100%;}.carousel-inner .next {left: 100%;}.carousel-inner .prev {left: -100%;}.active > div {display:none;}.active > div:first-child {display:block;}}
@media (min-width: 767px) and (max-width: 992px ) {.carousel-inner .active.left {left: -50%;}.carousel-inner .next {left:  50%;}.carousel-inner .prev {left: -50%;}.active > div {display:none;}.active > div:first-child {display:block;}.active > div:first-child + div {display:block;}

}
@media (min-width: 992px ) {.carousel-inner .active.left {left: -25%;}.carousel-inner .next {left: 25%;}.carousel-inner .prev {left: -25%;}
.bgded {}
}

/* Maillist */
.login-form-1 {max-width: 300px;border-radius: 5px;display: inline-block;}
.main-login-form {position: relative;}
.login-form-1 .form-control {border: 0;box-shadow: 0 0 0;border-radius: 0;background: transparent;color: #555555;padding: 7px 0;font-weight: bold;height:auto;}
.login-form-1 .form-control::-webkit-input-placeholder {color: #999999;}
.login-form-1 .form-control:-moz-placeholder,.login-form-1 .form-control::-moz-placeholder,.login-form-1 .form-control:-ms-input-placeholder {color: #999999;}
.login-form-1 .form-group {margin-bottom: 0;border-bottom: 2px solid #fff;padding-right: 20px;position: relative;}
.login-form-1 .form-group:last-child {border-bottom: 0;}
.login-group {background: #efefef;color: #999999;border-radius: 8px;padding: 10px 20px;}
.login-group-checkbox {padding: 5px 0;}
.login-form-1 .login-button {position: absolute;right: -25px;top: 50%;background: #ffffff;color: #999999;padding: 11px 0;width: 50px;height: 50px;margin-top: -25px;border: 5px solid #efefef;border-radius: 50%;transition: all ease-in-out 500ms;}
.login-form-1 .login-button:hover {color: #555555;transform: rotate(450deg);}
.login-form-1 .login-button.clicked {color: #555555;}
.login-form-1 .login-button.clicked:hover {transform: none;}
.login-form-1 .login-button.clicked.success {color: #2ecc71;}
.login-form-1 .login-button.clicked.error {color: #e74c3c;}

/* Breadcrumb */
.bread_area {padding:7% 0 2% 0;}
.breadcrumb {margin: 0;padding: 0; width:100%;}


/* Page */
.page-main {float: left;width: 100%;background-color: #fff;margin-bottom: 30px;}

/* Category */
.category-main {float: left;width: 100%;background-color: #fff;margin-bottom: 30px;}
.category-content h3 {font-size: 19px;margin-bottom: 20px;}
.category-main .media {margin-top: 30px;}
.category-main .media:first-child{margin-top: 0;}
.category-main ul li {list-style: none;position: relative;}
.category-main .media-left {padding-right: 20px;}
.category-main .meta {position: absolute;bottom: 0;border-bottom: 2px solid #e7e7e7;width: 71%;min-height: 30px;line-height: 24px;padding-bottom: 3px;}
.category-main .category-meta {width: 67%;}
.category-main .meta .arc-comment {float: left; margin-right: 5px; border-right: 2px solid #e7e7e7;padding-right: 7px;}
.category-main .meta .arc-comment a, .archive ul.arc-share li a {color: #333;font-size: 15px;}
.category-main .meta .arc-comment a:hover, .archive ul.arc-share li a:hover {text-decoration: none;color: #ff1515;}
.category-main .meta .arc-date {float: right;font-size: 15px;color: #333;}
.category-main ul.arc-share {float: left;margin: 0;padding: 0;margin-right: 5px;}
.category-main ul.arc-share li {float: left;list-style: none;margin-left: 10px;}
.category-main .archive-cat a {color: #ff1515;}
.category-main .archive-cat a:hover {color: #333; text-decoration: none;}


/* Sidebar */
.widget h4, h2.category-title {position: relative;
												margin-top: 0;
												font-size: 20px;
												font-family:Raleway;
												line-height:25px;
												font-weight: 700;
												color: #404040;
												width: 100%;}
												
h2.page-title{position: relative;
 margin-top: 0px;
    color: #358fcc;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    color: #344e6e;
	text-align:center;
}
												
												
/*.entry p{position: relative; 
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 0px;
		font-size: 14px;
		font-family:sans-serif;
		/* line-height: 30px; */
		text-align:justify;
		/*color:#737373;*/
    color:#373737;}*/

		
.tab li{position: relative; 
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
		font-size: 14px;
		font-family: Raleway;
		line-height: 15px;
		font-weight:bold;}


.widget h4 {font-size: 15px;margin-left: 15px;}

.widget {margin-bottom: 30px;}
.sidebar ul {padding-left: 15px;padding-right: 15px;margin: 0;}
.sidebar ul li {list-style: none;}
.sidebar ul li a {padding: 3px 15px;display: block;margin-left: -15px;margin-right: -15px;color: #404040;}
.sidebar li.current a {background-color: #005FA6;margin-left: -15px;margin-right: -15px;color: #FFFFFF;}
.sidebar ul li a:hover {background-color: #005FA6;color: #FFFFFF;text-decoration: none;transition-property: all;transition-duration: 0.2s;transition-timing-function: linear;}

/* Responsive */

@media (min-width:463px) and (max-width:768px) {
    .fbox {float: left;}
    .fbox:nth-child(3) {float: right !important;}
	

}



@media (max-width: 768px) {
		/*#myCarousel{ padding-top:10%;}*/
		.bread_area {padding:17% 0 2% 0;}
.breadcrumb {margin: 0;padding: 0; width:100%;}

.clients .main_clients_area .main_clients_top_content .client_left_content {
        text-align:justify;
        margin:auto;
        max-width: 80%;
    }
    .clients .main_clients_area .main_clients_top_content .client_left_content p {
        font-size: 18px;
        font-family:Raleway;
        margin: 0 auto;
		line-height:25px;
    }

    .clients .main_clients_area .main_clients_top_content .single_right_client{
        text-align: justify;
        margin-top:20px;
    }
    .main_clients_bottom_content .single_client_bottom {
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 70px;
    }
    .android-image>img {
    width: 200px!important;
    height: 200px;
    object-fit: cover;
    border-radius: 360px;
    margin-bottom: 20px;
}

}

@media (max-width: 768px) {.entry p {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: justify;
    color: #737373;
}
}

@media (max-width: 480px) {
	.carousel-inner{ padding:5% 0 2% 0;}
	.item{padding:5% 0 0 0; overflow:hidden; z-index:800;}
	.carousel-indicators{ z-index:1500;}
	.main-navbar-nav.navbar-nav > li {float: none !important; border:0px;}
	.navbar-default .navbar-nav > li > a {color: #404040;font-weight: normal;font-size: 12px; margin-top:0; }
	.entry p{position: relative; 
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
		font-size: 16px;
		font-family:sans-serif;
		line-height: 25px;
		text-align:justify;
		color:#737373;}
	
	
	
	.icon-bar {
		display:none;
  
}

.portfolio-item{
	margin-bottom: 30px;
	margin-left:6%;
}
	#myCarousel{ padding-top:7%;}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

.bread_area {padding:40% 0 2% 0;}
.breadcrumb {margin: 0;padding: 0; width:100%;}

.clients .main_clients_area .main_clients_top_content .client_left_content {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }
    .clients .main_clients_area .main_clients_top_content .client_left_content p {
        font-size: 16px;
        font-family:Raleway;
        margin: 0 auto;
		line-height:25px;
    }

    .clients .main_clients_area .main_clients_top_content .single_right_client{
        text-align: center;
        margin-top:20px;
    }
    .main_clients_bottom_content .single_client_bottom {
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 70px;
    }
	
	
	.wrap.container>p {
    text-align: center!important;
     margin-bottom: 18px!important;
    font-size: 20px!important;
    font-weight: 300!important;
    letter-spacing: 1.8px!important;
    font-family:Calibre Regular!important;
    text-transform: uppercase!important;
    color: #333333!important;
  
}
h1.title-block__title {
    font-family: "Calibre Light";
    font-weight: 300;
    line-height: 1.14;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    letter-spacing: 6px;
}

.list-inline ul{float:right;}
    .hero_content {padding: 80px 0;}
    .hero_content h1 {font-size: 32px;}
    .hero_content h2 {width: 90%;font-size: 21px;}
    /*.boxes_area .row {margin-left: -20px;margin-right: -20px;}*/
    .boxes_area .box p {margin-bottom: 30px;}
    .services .media .media-left {padding-right: 15px;}
    
    .category-content .media-body {float: left;position: relative;width: 100%;}
    .category-content .media-body h3 {margin-top: 20px;}
    .category-main .meta {position: relative;width: 100%;}
    .category-main .meta .pull-left {margin-left: 40px;}
    .category-main .meta .pull-right {display: none;}
    
    .sidebar {margin-top: 40px;}
	
	#first-block {
	
	background: none repeat scroll 0 0 #5071a9;
	padding: 1em 2em;
	text-align: justify;
	}

}





