body {
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#464646;
	}
img {
	max-width:30%;
	height:auto;
}

#slider img{
	max-width:100%;
}

.logo img{
	max-width:100%;
}

:focus {
	outline:none;
}
.wrapper {
	width:100%;
	max-width:1600px;
	margin:auto;
	}
.header {
	width:100%;
	position:absolute;
	top:30px;
	height:101px;
	background:url(https://www.techosaranda.com/wp-content/themes/techosaranda_thema/images/headbg.png) center no-repeat;
	z-index:100
	}
	
.container {
	width:1054px;
	margin:auto;
	position:relative;
		}


.sidebar {
	padding-left:15px;
	display: inline-block !important;
	box-sizing: border-box;
}

.col-lg-3{
	width:25%;
	float: left;
}

.col-lg-9{
	width:75%;
	float: left;
}

.logo {
	float:left;
	margin-top:18px;
	}


img {
	border:none;
	vertical-align:top
	}

input:focus {
	outline:none;
	}
	
.banner {
	width:100%;
	position:relative;
	margin-bottom:38px;
	min-height:381px;
	}

#slider.owl-theme .owl-controls {
	text-align:left;
	top:38%;
	position:absolute;
	width:100%;
	}

#slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	background:none;
	width:70px;
	height:71px;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url(https://www.techosaranda.com/wp-content/themes/techosaranda_thema/images/prev_but.png);
	padding:0px;
	font-size:0px;
	border-radius:0px;
	}
#slider.owl-carousel .owl-controls .owl-nav .owl-next {
	background:none;
	width:70px;
	height:71px;
	right:0px;
	top:0px;
	position:absolute;
	background-image:url(https://www.techosaranda.com/wp-content/themes/techosaranda_thema/images/next_but.png);
	padding:0px;
	font-size:0px;
	border-radius:0px;
	}



.search_block {
	width:43.83%;
	height:82px;
	float:left;
	margin:9px 0 0 107px;
	background-color:#e6e5e5;
	}
	
.search_block input[type="text"] {
	width:82%;
	height:82px;
	padding:0 20px;
	border:none;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:transparent;
	font-size:20px;
	color:#828282
	}
.searchbut {
	width:82px;
	height:82px;
	float:right;
	background:url(https://www.techosaranda.com/wp-content/themes/techosaranda_thema/images/search_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-appearance:none;
	border:none;
	background-color:transparent;
	padding:0px;
	cursor:pointer;
	text-indent:9999px;
	overflow:hidden;
	}
.menuicon, .menu_close {
	width:65px;
	height:82px;
	background:url(https://www.techosaranda.com/wp-content/themes/techosaranda_thema/images/menu_icon.jpg);
	float:right;
	cursor:pointer;
	margin-top:9px;
	}
.menu_close {
	background:url(https://www.techosaranda.com/wp-content/themes/techosaranda_thema/images/close.jpg);
	}
	
.menu_container {
	width:100%;
	position:absolute;
	top:300px;
	right:0;
	z-index:99;
	}
	
.menus {
	width:250px;
	position:absolute;
	right:0;
	top:0;
	background:rgba(4, 30, 69, 0.9);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:none;
	
	}
	
.menus ul {
	padding:0px;
	margin:0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.menus ul li {
	list-style:none;
	width:100%;
	float:left;
	line-height:40px;
	border-bottom:solid 1px #324766;
	position:relative;
	}
.menus ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 20px;
	}
.menus ul li:hover a {
	background:rgba(4, 30, 69, 1);
	}
	
/**********  drop menu css  ***************/		
.menus ul ul{ 
	position:absolute; 
	width:100%;
	top:-99999px;
	left:0;
	opacity:0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	
	
	z-index:497; 
	background-color:#c52433;	
	
}

.menus ul ul li {
	padding:0px 0 0px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:12px;
	width:100%;
	float:left;
	border-left:none;
	margin-left:0px;
		
	}
.menus ul ul li:first-child {
	border-top:0px;
	}
.menus ul ul li:last-child {
	border-bottom:none;
	}
.menus ul ul li a {
	color:#ffdc7e;
	width:100%;
	padding:0px 15%;
	line-height:30px;
	display:block;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	font-weight:400;
	background-color:#18355f!important;
	
}

.menus ul ul li:hover a{
	color:#fff;
	background-color:#132d53!important	;
	}

.menus ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0; 
	background-color:transparent;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}


.menus ul li:hover>ul { opacity: 1; position:relative; top:0px; left:0px; }
.menus ul ul li:hover>ul{ position:relative; top:0; left:100%; opacity:1; z-index:497;  }	

/**************************/
	
.caption {
	width:233px;
	float:left;
	margin-top:11%;
	font-size:40px;
	font-weight:600;
	text-shadow:0 2px 2px #000;
	line-height:46px;
	color:#fff;
}
.banner_content {
 	float:left;
 	margin-top:12%;
 	padding:15px 30px;
 	width:70.25%;
 	box-sizing:border-box;
 	-moz-box-sizing:border-box;
 	background-color:rgba(0, 0, 0, 0.7);
 	color:#fff;
 	font-style:italic;
 	font-size:18px;
 	line-height:24px;
 	}

.home_services {
	width:100%;
	float:left;

	}
.home_services ul {
	padding:0px;
	margin:0px;
	}
.home_services ul li{
	list-style:none;
	width: 31.33%;
	float: left;
	margin-left: 3%;
	}
.home_services ul li:first-child{

	margin-left:0;
}
.home_services ul li img {
	width:100%;
}
.gray_box {
	width:100%;
	padding:10px;
	background-color:#e6e2e2;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	margin-bottom:15px;
	}
.home_services_pic {
	width:100%;
	float:left;
	margin-bottom:24px;
	}
.home_services_title {
	width:100%;
	font-weight:600;
	color:#000;
	float:left;
	font-size:16px;
	}
.home_services_title span {
	color:#888;
	}	

.home_services_desc {
	width:100%;
	float:left;
	padding-bottom:24px;
	border-bottom:solid 4px #e6e2e2;
	font-size:16px;
	line-height:24px;
	height:144px;
	overflow:hidden;	
	}
.readmore {
	color:#133f80;
	text-decoration:none;
	font-size:16px;
	float:left;
	line-height:20px;
	padding-right:30px;
	width:auto;
	margin-top:10px;
	}

.footer {
	width:100%;
	background-color:#224271;
	padding: 30px 0;
	color:#fff;
	margin-top:50px;
	}
.footer_links {
	/*width:15.5%;*/
	width:20%;
	float:left;
	margin-left:4%;
	}
.footer_links ul {
	padding:0px;
	margin:0px;
	}
.footer_links ul li {
	list-style:none;
	width:100%;
	float:left;
	line-height:24px;
	text-transform:uppercase;
	}
.footer_links ul li a {
	color:#fff;
	text-decoration:none;
	}
.footer_links ul li a:hover {
	color:#f1f1f1;
	}
	
.twitter_block {
	width:28.4%;
	float:left;
	margin-left:4%;
	}
.twitter_icon {
	float:left;
	margin-right:10px;
	font-size:30px;
	color:#fff;
	}
.twitter_block ul {
	width:81%;
	float:left;
	padding:0px;
	margin:0px;
	}
.twitter_block ul li {
	list-style:none;
	width:100%;
	float:left;
	margin-bottom:12px;
	color:#fff;
	font-size:11px;
	}
.connect_block {
	width:23.8%;
	float:left;
	margin-left:4%;
	}
.connect_block h3 {
	font-size:18px;
	font-weight:600;
	color:#fff;
	margin:0 0 17px 0;
	}
	
.connect_block ul {
	padding:0px;
	margin:0px;
	}
.connect_block ul li {
	list-style:none;
	display:inline;
	float:left;
	margin-right:15px;
	}
	
.copyright {
	width:100%;

	background-color:#969696;
	padding:15px 0;
	font-size:11px;
	color:#fff;
	}
.copyright .container {
	padding-left:50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.copyright a {
	color:#fff;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}
/*******  fonts awesome *************/

@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.techosaranda.com/wp-content/themes/techosaranda_thema/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://www.techosaranda.com/wp-content/themes/techosaranda_thema/fonts/fontawesome-webfont.eot#iefix&v=4.2.0') format('embedded-opentype'), 
  url('https://www.techosaranda.com/wp-content/themes/techosaranda_thema/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
  url('https://www.techosaranda.com/wp-content/themes/techosaranda_thema/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
  url('https://www.techosaranda.com/wp-content/themes/techosaranda_thema/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


 
}
.fa-cog:before {
  content: "\f013";
  font-size:30px;
  display:block
}
.fa-map-marker:before {
  content: "\f041";
  font-size:30px;
  display:block
}

.icon {
  border-radius:15px;
  float:left;
  width:24px;
  text-align:center;
  line-height:24px;
  color:#828282;
  font-size:24px;
  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
.icon:hover {
	color:#fff;
	}
.icon_arr {
	width:20px;
	height:24px;
	line-height:24px;
	margin-left:7px;
	float:right;
	color:#ff600a;
	 -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.readmore:hover .icon_arr {
	margin-left:15px;
	}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-chevron-right:before {
  content: "\f054";
}
/************/

/* #Clearing
================================================== */

	/* Self Clearing Goodness */
	.container:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}

	/* Use clearfix class on parent to clear nested columns,
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;}
	.row:after, .clearfix:after {clear: both;}
	.row, .clearfix {zoom: 1;}

	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
	
/**********************************************************/
.innercontent {
	margin-top:30px;
}

.innerbanner .header{
	width: 100%;
	position: relative;
	top: 0;
	height: 101px;
	z-index: 100;
	background: #eee;
	padding:15px 0;

}
ul.portfolio-list {
	margin:0;
	padding:0
}
ul.portfolio-list >li{
	display: inline;
	float: left;
	height: auto;
	min-height: 382px;
	width: 27%;
	padding: 2%;
	margin: 0px 3% 3% 0;
	background:#eee;
}
 ul.portfolio-list li:nth-child(3n+0) {
	margin-right:0;


}
h1.page-title {
	border-bottom: 1px solid #bbb;
	font-weight:normal;
	padding: 0 0 20px 0;
	line-height:25px;
}
.portfolio-list h4 a{
	color: #282828;
	text-decoration: none;
	font-weight: 600;
}
.portfolio-list ul {
	padding:0;
}
.portfolio-list ul li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.portfolio-list ul li a{ 
color: #133f80;
text-decoration: none;
font-size: 16px;
line-height: 32px;
width: auto;

}
img.alignleft {
	float: left;
	margin: 0 2em 2em 0!important;
}
.post-date{
border-bottom: 1px solid #bbb;
padding-bottom: 17px;
}
a {
	color:#133f80;
	text-decoration:none
}
.theme_page_navi {
padding: 0;
float: right;}
.theme_page_navi  li {
	list-style:none;
	padding: 5px 9px;
	display:inline;
}
.bpn-current {
	background-color:#224271;
	color:#fff;
}

.wpcf7 input[type="text"] ,.wpcf7 input[type="tel"] ,.wpcf7 input[type="email"],textarea {
width: 400px;
border: none;
line-height: 40px;
background: #eee;
padding: 0 4px;
} 
/***********Responsive media ***************/
@media screen and (max-width:1053px) { 
	
	.container {
		width:96%;
		padding:0 2%;
			}
	.search_block {
		margin: 9px 0 0 6%;
		width: 41.83%;
	}
	.searchbut {
		width:17%;
		
	}
	.logo {
	width: 43%;
	}
	.caption {
	margin-top: 4%;
	font-size:2em;
}
.banner_content {
margin-top: 4%;
}
}

@media screen and (max-width:900px) { 
.searchbut {
	
		background-size:38px;
	}
.header{
	position:relative;
	top:auto;
}
.banner_content {
float: right;
}
.caption {
	width:22%;
}
.footer_links {
	width:46%;
	margin-bottom:3%;
}
.twitter_block ,.connect_block{
width:46%;
	margin-bottom:3%;
}
ul.portfolio-list >li {
min-height: 390px;
}
}
@media screen and (max-width:739px) { 

.home_services ul {
	text-align:center;
}
.home_services ul li {
    display: block;
    margin: 1% auto 1%;
    text-align: center;
    width: 330px;
	float:none;
}
.home_services ul li:first-child {
    margin: 1% auto 1%;
}
.readmore {
	width:99%;
	padding-right:0;
	margin-bottom:6%;
}
.icon_arr {
	float:none;
}
.search_block {
margin: 0;
    width: 100%;
	line-height: 40px;
	height:auto;

}
.search_block input[type="text"] {
line-height: 40px;
	height:auto;
}
.searchbut {
	line-height: 40px;
	height:auto;	
}
.footer_links {
    margin-bottom: 3%;
    text-align: center;
    width: 100%;
	margin-left:0;
}
.twitter_block, .connect_block {
    margin-bottom: 3%;
    text-align: center;
    width: 100%;
	margin-left:0;
}
.connect_block ul li {
	float:none;
	display:inline-block;
}
.banner {
	min-height:100px
}
ul.portfolio-list >li {
width:325px;
	min-height:330px;display: block;float:none;margin:2% auto;
}
ul.portfolio-list {

text-align: center;
}
ul.portfolio-list li:nth-child(3n) { 
	margin: 2% auto;
}
}
@media screen and (max-width:600px) { 
.banner_content {
	/*display:none;*/
	float: right;

}
.caption {
width: 100%;
	margin-top:10%
}
.logo {
	width:60%
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], textarea {
width: 97%;
}
}

@media screen and (max-width:386px) { 

.caption {
font-size: 1.5em;
	margin-top:3%
}

}
@media screen and (max-width:350px) { 
.home_services ul li {
	width:100%;
}
ul.portfolio-list >li {
width: 96%;
}
}
@media screen and (max-width: 270px)
.caption {
font-size: 1em;
margin-top: 0;
}