/*
Theme Name: Technology 
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: Muhammad Akseer
Author URI: http://technologywing.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

@charset "utf-8";
/* CSS Document */


body {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	color: #999999;
	font-size: 14px;
}
.clearF {
	width: 100%;
	clear: both;
}
img {
	border: 0px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0
}
h2,h3
{
	color:#333333;
}

.left-pad-none {
	padding-left: 0;
}
.right-pad-none {
	padding-right: 0;
}
.both-pad-none {
	padding: 0;
}
 
.map {
	margin-bottom: 50px;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #333333;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #d4810c;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	margin-top: 25px;
}
.navbar-right {
	margin-right: -42px;
	
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 17px 0px;
	font-size: 18px;
	margin-top: -7px;
	line-height: 20px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #d4810c;
	background-color: transparent;/*border-bottom: 2px solid;*/
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background: none;
}
.logo {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 30px;
}
.toppt {
	background-color: #d4810c;
	padding: 7px;
	color: #FFF;
	font-size: 15px;
}
.texright {
	text-align: right;
}
.texright a {
    color: #fff;
	text-decoration:none;
}
.search {
	float: right;
	margin-right: 50px;
}
.oragnebg {
    background-color: #d4810c;
    padding: 25px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.oragnebg a {
	color: #fff;
}
.sliderHeading h3 {
	font-size: 70px;
	font-weight: bold;
	text-align: left;
}
.sliderHeading p {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}
.bodyheading h3 {
	font-size: 30px;
	font-weight: bold;
	color: #193E6A;
	text-align: center;
	margin: 35px 0 7px 0;
	text-transform:uppercase;
}
.bodyheading span {
	font-size: 30px;
	font-weight: bold;
	color: #d4810c;
	text-align: center;
}
.headline {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 55px;
}
.innerheading h3 {
	font-size: 30px;
	font-weight: bold;
	color: #193E6A;
	text-align: left;
	margin: 35px 0 7px 0;
	text-transform: uppercase;
}
.innerheading h4 {
	font-size: 30px;
	font-weight: bold;
	color: #193E6A;
	text-align: left;
	margin: 31px 0 7px 0;
	text-transform: uppercase;
}
.innerheading span {
	font-size: 30px;
	font-weight: bold;
	color: #d4810c;
	text-align: left;
}
.innerheading h5 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #505050;
	margin-top: 25px;
}
.innerheading h6 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #d4810c;
	margin-bottom: 25px;
}
.innerheading p {
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	text-align: justify;
	margin-bottom: 25px;
}
.headline2 {
	text-align: left;
	margin: 0;
	margin-bottom: 25px;
}
.grybox {
    border: #adadad 1px solid;
    margin-bottom: 50px;
    width: 22% !important;
    margin-right: 33px;
}
.grybox:hover
{
	background:#F1F3F5;
}
.grybox h4 {
	color: #d4810c;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 20px 0;
	text-transform: uppercase;
	min-height: 32px;
}
.grybox p {
	color: #606060;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
.grybox i {
	color: #d4810c;
	font-size: 28px;
}
.raeadm {
	font-size: 14px;
	color: #d4810c;
	text-align: center;
	text-transform: uppercase;
}
.raeadm a {
	font-size: 14px;
	color: #d4810c;
}
.raeadm:hover {
	color: #d4810c;
}
.icons {
	font-size: 16px;
	color: #606060;
}
.icons i {
	font-size: 22px;
	color: #d4810c;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.grybox h3 {
	background-color: #fff;
	border: 1px solid #adadad;
	border-radius: 5%;
	width: 25%;
	height: 60px;
	color: #505050;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	top: -30px;
	margin-left: 33%;
	position: absolute;
}
.abouthgt {
	margin-bottom: 50px;
}
.abouthgt h5 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #1D3E6B;
	margin-bottom: 10px;
}
.abouthgt h6 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #d4810c;
	margin-bottom: 25px;
}
.abouthgt p {
	font-size: 15px;
	font-weight: normal;
	color: #606060;
	text-align: justify;
}
.grybg {
	background-color: #efefef;
}
.newshgt {
	margin-bottom: 200px;
}
.border {
	border-bottom: #c1c1c1 1px solid;
	width: 100%;
	padding-bottom: 45px;
	margin-bottom: 25px;
}
.newsbox {
	background-color: #FFF;
	top: 190px;
	position: absolute;
	padding: 20px;
	width: 84%;
	margin-left: 4%;
}
.newsbox h3 {
	font-size: 16px;
	font-weight: bold;
	color: #d4810c;
	margin-bottom: 10px;
}
.newsbox h6 {
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	margin-bottom: 10px;
}
.newsbox p {
	font-size: 15px;
	font-weight: normal;
	color: #606060;
}
.read1 {
	font-size: 14px;
	color: #d4810c;
	text-transform: uppercase;
	float: right;
	margin-top: 20px;
}
.read1 a {
	font-size: 14px;
	color: #d4810c;
	text-align: right;
}
.read1:hover {
	color: #d4810c;
}
.testibg {
	background-image: url(images/testbg.jpg);
	/*background-size: 100% 100%;*/
}
.read2 {
	font-size: 14px;
	color: #d4810c;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
}
.read2 a {
	font-size: 14px;
	color: #d4810c;
	text-align: left;
}
.read2:hover {
	color: #d4810c;
}
.bloghgt {
	margin-bottom: 10px;
	border-bottom: #c1c1c1 1px solid;
	width: 100%;
	margin-bottom: 40px;
}
.bloghgt h4 {

}
.bloghgt h4 a{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #d4810c;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-decoration:none;
}
.bloghgt h6 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #606060;
	margin-bottom: 10px;
    margin-top: 10px;
}
.bloghgt p {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #606060;
	text-align: justify;
}
.img3 {
	margin-bottom: 40px;
	width: 100%;
}
.footerbg {
	background-color: #2c2c2c;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
}
.carousel-caption {
	right: 50%;
	left: 10%;
	padding-bottom: 139px;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 14px;
	border-left: 5px solid #eee;
}
#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #e9ebec;
}
#back-to-top.show {
	opacity: 1;
}
.social {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.btmlogo {
	text-align: center;
	margin: 30px 0 30px 0;
}
.footerlink {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footerlink a {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-right: 2%;
}
.footerlink:hover {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.newsbox1 {
	background-color: #FFF;
	width: 95%;
	margin-top: 0px;
	margin-bottom: 30px;
}
.newsbox1 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #d4810c;
	margin-bottom: 10px;
}
.newsbox1 h6 {
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	margin-bottom: 10px;
}
.newsbox1 p {
	font-size: 15px;
	font-weight: normal;
	color: #606060;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoInstagram:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoInstagram:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 0%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	border: 1px solid #666;
}
.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #6c6c6c;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
#custom-search-input {
	padding: 3px;
	border: solid 1px #E4E4E4;
	border-radius: 0px;
	background-color: #fff;
}
#custom-search-input input {
	border: 0;
	box-shadow: none;
	font-size: 14px;
	height: 31px;
	margin-top: 0px;
}
input#searchsubmit {
    color: #fff;
}
#custom-search-input submit {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}
#custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search {
	font-size: 23px;
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 60px;
	margin-bottom: 50px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 130px;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-top: 20px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 0.4;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
	width: 128px;
	height: 128px;
	opacity: 1;
	transition: all .2s;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.input-lg {
	/* height: 46px; */
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	height: 10px;
}
/* Style inputs with type="text", select elements and textareas */

/* Add a background color and some padding around the form */

.btnhgt {
	margin-bottom: 50px;
}
.btn-yellow {
	color: #fff;
	background-color: #e2a515;
	border-color: #e2a515;
	width: 100%;
}
.btn-yellow:hover {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
}
.btnyellow {
	display: inline-block;
	padding: 15px 0px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 20px;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-success {
	color: #fff;
	background-color: #d4810c;
	border-color: #d4810c;
}
.btn-success:hover {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
}
.btn {
	display: inline-block;
	padding: 15px 35px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 50px;
}
.btn-apply {
	color: #fff;
	background-color: #d4810c;
	border-color: #d4810c;
	width: 100%;
}
.btn-apply:hover {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
}
.btnApply {
	display: inline-block;
	padding: 15px 0px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 20px;
	text-transform: uppercase;
    letter-spacing: 1px;
}
section {
    padding-top: 100px;
    padding-bottom: 20px;
}
.quote {
	color: rgba(0,0,0,.1);
	text-align: center;/*  margin-bottom: 30px;*/
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #e84a64;
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
#fade-quote-carousel .profile-circle {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 100px;
}
h1.entry-title {
	display: none;
}
.bodyheading {
    text-transform: uppercase;
}
.testimonials_heading h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 35px 0 20px 0;
}
.testimonials_heading span {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.client_name
{
	margin-top:15px;
	text-transform:uppercase;
}
.inner_banner img {
    width: 100%;
}
div#fscf_required1 span {
    font-size: 15px;
    color: #606060;
}
form#fscf_form1 label {
    color: #606060 !important;
	font-size:14px;
}
form#fscf_form1 span {
    color: #606060 !important;
	font-size:14px;
}
form#fscf_form1 input[type=text],textarea {
    height: 36px;
    min-width: 100%;
}
#fscf_captcha_code1 {
    min-width: 168px !important;
}
#fscf_submit1 {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 0px;
    width: 168px;
    cursor: pointer;
    margin-bottom: 20px !important;
	text-transform:uppercase;
}
.post-thumbnail img {
    float: right;
    margin-left: 15px;
	border: 1px solid #ccc;
}
nav.navigation.post-navigation {
    display: none;
}
.comment-form-comment label {
	vertical-align: top;
}
.comment-form-comment label {
	vertical-align: top;
}
#author {
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	box-shadow: 0 0 3px #C6C6C6;
	color: #333333;
	font-size: 16px;
	height: 33px;
	margin-left: 23px;
	margin-right: 0;
	margin-top: 5px !important;
	text-indent: 12px;
	width: 50%;
}
#email {
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	box-shadow: 0 0 3px #C6C6C6;
	color: #333333;
	font-size: 16px;
	height: 33px;
	margin-left: 28px;
	margin-right: 0;
	margin-top: 5px !important;
	text-indent: 12px;
	width: 50%;
}
#url {
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	box-shadow: 0 0 3px #C6C6C6;
	color: #333333;
	font-size: 16px;
	height: 33px;
	margin-left: 18px;
	margin-right: 0;
	margin-top: 5px !important;
	text-indent: 12px;
	width: 50%;
}
#comment {
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	box-shadow: 0 0 3px #C6C6C6;
	color: #333333;
	font-size: 16px;
	height: 130px;
	margin-left: 5px;
	margin-right: 0;
	margin-top: 5px !important;
	text-indent: 12px;
	width: 70%;
}
.form-submit {
    margin-top: 20px;
    margin-left: 77px;
    margin-bottom: 20px;
}
div#comments {
    margin-top: 20px;
}
.newshgt a img {
    width: 100%;
    height: 250px !important;
}
.entry-content p {
    text-align: justify;
}
.main_content p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-align: justify;
    margin-bottom: 15px;
}
.testimonials_data {
    text-align: center;
    margin-top: 20px;
    float: left;
	font-style:italic;
	font-size:15px;
}
.client_name span
{
	text-transform:capitalize;
	margin-top:5px;
}
.read_more {
    margin-top: 14px;
    margin-bottom: 15px;
    text-align: center;
}
.read_more a
{
	color:#d4810c;
}
.col-md-12.main_content {
    margin-bottom: 25px;
}


@media (min-width: 320px) and (max-width: 767px)   {
.logo {
	width: 60% !important;
}
.navbar-brand {
	padding: 10px !important;
	width:80% !important;
}

.newshgt2 {
    margin-bottom: 25px !important;
}
.search {
	margin-right: 0px !important;
	margin-top: 30px !important;
	width: 100% !important;
}
.abouthgt h5 {
	margin-top: 25px !important;
}
.sliderHeading p {
	display: none !important;
}
.sliderHeading h3 {
	display: none !important;
}
.bloghgt {
	padding-bottom: 60px !important;
}
.navbar-right {
	margin-right: 0px !important;
}
.testibg {
	background-image: none !important;
	background-color: #333 !important;
}
section {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}
.grybox {
    border: #adadad 1px solid;
    margin-bottom: 50px;
    width: 100% !important;
    margin-right: 33px;
}
#access li {
    margin: 0px;
    float: left;
    list-style: none outside none;
    position: relative;
    font-size: 14px;
    top: 13px;
    width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}
div#secondary {
    margin-left: 7px;
}
.post-thumbnail img {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    margin-bottom: 20px;
	height: auto;
}
iframe
{
	width:100%;
	height:auto;
}
#s {
    float: left;
    width: 60% !important;
}
#custom-search-input input {
	margin-left: 11px;
}
form.wpcf7-form input[type=text] {
	width:98% !important;
}
form.wpcf7-form input[type=email] {
	width:98% !important;
}
form.wpcf7-form textarea {
	width:98% !important;
}
.wpcf7-submit {
	width:98% !important;
	padding:10px 12px !important;
	border:none;
    text-align: center;	
}
.texright a {
    color: #fff !important;
	text-decoration:none;
}
.texright {
    text-align: center;
}
.texright span {
    width: 100% !important;
    text-align: center !important;
    float: left !important;
}
.oragnebg {
    background-color: #d4810c;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.bodyheading h3 {
    font-size: 22px;
    font-weight: bold;
    color: #193E6A;
    text-align: center;
    margin: 35px 0 7px 0;
    text-transform: uppercase;
}
.bodyheading span {
    font-size: 22px;
}
.testimonials_heading h3 {
    font-size: 22px;
}
}
#searchsubmit
{
	float:right;
	background:#d4810c;
	padding-top: 5px;
}
#s {
    float: left;
    width: 262px;
}
input[type=email] {
	text-indent:12px;
}
form.wpcf7-form input[type=text] {
    margin: 0;
    border: 1px solid #ccc;
    height: 36px;
	color:#606060;
	font-weight:normal;
	/*width:450px;*/
}
form.wpcf7-form input[type=email] {
    margin: 0;
    border: 1px solid #ccc;
    height: 36px;
	width:200px;
	color:#606060;
	font-weight:normal;
	/*width:450px;*/
	width:100% !important;
}
form.wpcf7-form textarea {
    text-align: left;
    margin: 0;
    border: 1px solid #ccc;
    height: 85px;
	font-weight:normal;
	/*width:450px;*/
}
form.wpcf7-form label {
	color:#606060;
	margin-top: 8px;
	margin-bottom:0px;
	width: 100%;
}
.massage_heading {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: #d4810c;
    margin-bottom: 25px;
}
.entry-content ul {
    margin-top: -11px;
    margin-bottom: 10px;
}
.entry-content li {
    list-style-type: none;
    margin-left: 20px;
	color:#333;
}
.entry-content li::before {
    content: "•";
    color: #d4810c;
    padding-right: 10px;
    line-height: 20px;
    font-size: 35px;
    top: 5px;
    position: relative;
}

.inner2-p p {
	color: #909090;
	font-weight: 300;
	margin-bottom: 20px;
}
.inner2-p {
	margin-top: 0px;
	background: #f8f8f8;
    padding: 20px 0px 10px 0px;
	margin-bottom: 25px;
}
.inner2-p h4 {
    background: #d4810c;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
textarea.form-control {
	height: 70px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-size: 15px;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input.wpcf7-form-control.wpcf7-submit {
	font-weight: bold;
	background: #d4810c;
	border-radius: 34px;
	padding: 9px 36px 9px 36px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 15px;
	float: left;
	width: 100% !important;
	text-transform: uppercase;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background-color: #f8485b;
}
.newsbox2 {
    background-color: #FFF;
    /* top: 205px; */
    /* position: absolute; */
    padding: 12px 20px 4px 20px;
    /* width: 92.5%; */
    margin-left: 0%;
}
.newsbox2 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #d4810c;
	margin-bottom: 10px;
}
.newshgt2 {
    margin-bottom: 40px;
}
.projects-template-default .post-thumbnail img {
    float: right;
    margin-left: 15px;
    border: 1px solid #ccc;
	padding: 4px;
    width: 50%;
	height:auto;
}
h2.main_heading {
    color: #d4810c;
    margin-bottom: 5px;
}
.projects-template-default h3 {
    margin-bottom: 10px;
}
/************WP Form css below*************/
div.wpforms-container-full .wpforms-form h3 {
    font-size: 24px;
    color: #d4810c;
    font-weight: bold;
}
div.wpforms-container-full {
    color: #333;
}
button#wpforms-submit-507 {
    font-weight: bold;
    background: #d4810c;
    border-radius: 34px;
    padding: 9px 36px 9px 36px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 15px;
    float: left;
    width: 100% !important;
    text-transform: uppercase;
}
button#wpforms-submit-507:hover {
	background:#f8485b;
}
.con_cont {
	margin-bottom:10px;
}
.con_cont a {
    font-size: 19px;
    font-weight: bold;
    color: red;
    margin-bottom: 15px;
}
.con_cont i {
    font-size: 25px;
    font-weight: bold;
    color: red;
	margin-right:10px;
}
.projects-template-sidebar_template .post-thumbnail img {
    float: right;
    margin-left: 15px;
    border: 1px solid #ccc;
    width: 100%;
	height:auto !important;
}
/*
     FILE ARCHIVED ON 18:35:09 Jan 20, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:54 Jul 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.671
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.074
  esindex: 0.01
  cdx.remote: 46.141
  LoadShardBlock: 323.408 (3)
  PetaboxLoader3.datanode: 233.944 (5)
  PetaboxLoader3.resolve: 177.504 (2)
  load_resource: 193.833
  loaddict: 49.601
*/