/*-----------------------------------------------------------------------------------*/
/*	TABLE OF CONTENTS
 /*-----------------------------------------------------------------------------------*/

/* Tides - v1.0.0 */
/* Section 1. -- General & Global Styles - other type styles found in /css/framework.css */
/* Section 2. -- Helper Classes - quick classes for easy style modification */
/* Section 3. -- Header Styles - styles for main and sub headers */
/* Section 4. -- Navigation Styles - Styles for the nav menu, and the filter menu for the portfolio */
/* Section 5. -- Homepage Styles - all styling for the main homepage elements, and also ebor_carousel styling */
/* Section 6. -- Portfolio Styles - all styling for both portfolio and portfolio-alt */
/* Section 7. -- Blog Styles - all the styling for all 3 blog layouts, and also the blog single pages */
/* Section 8. -- Contact Styles - contact page styles, including map */
/* Section 9. -- Footer Styles - Styles for footer and subfooter */
/* Section 10. -- Revolution Slider Styles - Custom styling for revolution slider, default styling is in /css/settings.css */
/* Section 11. -- Isotope Styles - required styles for isotope, no need to modify */
/* Section 12. -- Tabs & Accordions Styles - styling for tabs, side tabs and accordions */
/* Section 13. -- Responsive Styles - Media queries */

/*-----------------------------------------------------------------------------------*/
/*	GENERAL & GLOBAL STYLES
 /*-----------------------------------------------------------------------------------*/

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	line-height: 26px;
	font-size: 15px;
	color: #414141;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6, a {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 12px;
}
p.justify {
	text-align: justify;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #414141;
}

h1, h2, h3 {
	font-weight: 200;
}

a, .fa-6x {
	text-decoration: none;
	color: #e74c3c;
}
h4.page_head {
	border-bottom: 1px solid rgba(50, 84, 255, 0.13);
	color: #1C41FA;
	margin: 20px 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
a:hover, .social a:hover {
	color: #c0392b;
}

p {
	margin-bottom: 25px;
	font-size: 15px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
	font-size: 14px;
}

section, footer {
	padding: 160px 0 20px;
}

img {
	vertical-align: bottom;
}

::selection {
	background: #269400;
	color: #FFF;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

hr {
	height: 1px;
	width: 35px;
	background: #c7c7c7;
	border: none;
	margin-bottom: 30px;
}

code {
	background: #f5f5f5;
	padding: 2px 8px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	color: #e74c3c;
	margin: 0 3px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
}

pre {
	margin-bottom: 30px;
}

pre code {
	background: none;
	padding: 0;
	border: none;
	font-family: monospace;
	color: #414141;
}
html {
  scroll-behavior: smooth;
}

input, textarea, #load-more {
	width: 95%;
	background: none;
	border: 1px solid #E5E5E5;
	padding: 12px 15px;
	box-shadow: 0 1px 1px #EAEAEA, inset 0 1px 0 #FBFBFB;
	font-size: 12px;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}

input {
	margin-bottom: 10px;
}

input:focus, textarea:focus, input[type="submit"]:hover {
	border-color: #c7c7c7;
}

textarea {
	min-height: 70px;
	resize: none;
	margin-bottom: 15px;
}

blockquote, pre, .tab-container div, .tab.active {
	margin-bottom: 25px;
	padding: 10px 20px;
	border: 1px solid #c7c7c7;
	box-shadow: 0 1px 1px #eaeaea;
	display: block;
	border-left: 3px solid #e74c3c;
}

blockquote p:last-child {
	margin-bottom: 0;
}

ol.numbered {
	list-style: decimal;
	margin: 0 0 25px 40px;
}

ul.unordered {
	list-style: square;
	margin: 0 0 25px 40px;
}

small {
	display: block;
	font-size: 20px;
}

.button {
	border-radius: 0;
}

.dark-wrapper {
	background: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	END GENERAL & GLOBAL STYLES
 /*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HELPER CLASSES
 /*-----------------------------------------------------------------------------------*/

.isotope-alt-details {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.remove-bottom {
	margin-bottom: 0;
}

.floatleft, .floatright {
	display: inline-block;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.small-padding {
    padding: 15px 0 0;
    background-color: #0F2CC2;
    box-shadow: 0px -5px 0px #0028F5;
    border-top: 1px solid #3052FF;
    color: #FFF;
    padding-bottom: 15px;
}
#chat-application {

}
.small-padding p a {
	color: #5E8BFF;
}
.small-padding p {
	font-size: 13px;
}
.small-padding p a:hover {
	text-decoration: underline;
	color: #fff;
}
.scroll-animate.left {
	position: relative;
	left: -50px;
	opacity: 0;
}

.scroll-animate.bottom {
	position: relative;
	bottom: -50px;
	opacity: 0;
}

.scroll-animate.right {
	position: relative;
	right: -50px;
	opacity: 0;
}

.scroll-animate.top {
	position: relative;
	top: -50px;
	opacity: 0;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.alert, .example-column {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	margin-bottom: 4%;
}

.alert i {
	float: right;
	cursor: pointer;
	font-size: 18px;
	padding-top: 4px;
}

.alert.danger {
	background: #ffe5e3;
	color: #d90f00;
	border-color: #f9bbb8;
}

.alert.warning {
	background: #fff6d6;
	color: #a26025;
	border-color: #f8d867;
}

.alert.success {
	background: #cef0cb;
	color: #698733;
	border-color: #91cc8c;
}

.centered {
	text-align: center;
}

.light {
	font-weight: 300;
}

.heavy {
	font-weight: 500;
}

.break15 {
	width: 100%;
	height: 15px;
}

.overflow-hidden {
	overflow-x: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	END HELPER CLASSES
 /*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HEADER STYLES
 /*-----------------------------------------------------------------------------------*/

header {
	padding: 25px 0;
	background: #0F2CC2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 5px 0px #0028F5;
	border-bottom: 1px solid #3052FF;
}

header * {
	margin-bottom: 0 !important;
}

#selectnav {
	float: right;
	padding-top: 24px;
}

#selectnav li {
	float: left;
	margin-left: 9px;
}

#selectnav li a {
	color: #ABD2FF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	border-right: 1px solid rgba(24, 61, 255, 0.7);
	padding-right: 8px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#selectnav li a.active {
	color: #FFF;
	background: #0228F0;
	padding: 10px;
	border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

#selectnav li a:hover {
	color: #FFF;
}

.header-small #selectnav {
	padding-top: 7px;
}

.logo-dark {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	END HEADER STYLES
 /*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	HOMEPAGE STYLES
 /*-----------------------------------------------------------------------------------*/

.vjs-control-bar {
	text-indent: -9999px;
}

#big-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 108px;
}

#big-video-image {
	max-width: none;
}

.full {
	width: 100%;
	height: 100%;
	background: url(../img/parallax.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.gallery {
	padding-bottom: 0;
	padding-top: 108px;
}

.full * {
	color: #fff;
	font-weight: 300;
}

.full.video {
	background: none;
}

.big {
	width: 100%;
	height: 400px;
	background: url(../img/parallax.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	display: block;
}

.big * {
	color: #fff;
	font-weight: 300;
}

.button.white.light {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: none;
	text-shadow: none;
	font-size: 22px;
	position: absolute;
	bottom: 50px;
	margin: 0;
	left: 50%;
	margin-left: -70px;
}

.mute {
	right: 20px;
	position: absolute;
	bottom: 20px;
	font-size: 28px;
}

h1.mega {
	position: relative;
	top: 50%;
	margin-top: -70px;
}

.big h1.mega {
	margin-top: -33px;
}

.big h1.mega.single {
	margin-top: 0;
}

.rslides h1.mega {
	position: absolute;
	z-index: 99;
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.service {
	text-align: center;
}

.member a {
	cursor: default;
}

/*-----------------------------------------------------------------------------------*/
/*	END HOMEPAGE STYLES
 /*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO STYLES
 /*-----------------------------------------------------------------------------------*/

.isotope-alt-image div {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	background: rgba(231,76,60,0.85);
	width: 100%;
	height: 100%;
	padding: 30px;
	color: #fff;
	text-align: left;
}

.isotope-alt-image div h4 {
	color: #fff;
	font-size: 30px;
}

.isotope-alt-image div h4 small {
	font-size: 16px;
}

.portfolio-isotope li {
	float: left;
	width: 33.3%;
	position: relative;
}

.portfolio-isotope li {
	margin-bottom: 30px;
	padding-right: 25px;
}

.portfolio-isotope li:hover .isotope-alt-details {
	opacity: 0;
	pointer-events: none;
}

.isotope-alt-details {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-right: 25px;
}

.isotope-alt-details div {
	display: block;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	background: #fff;
	border-top: none;
}

.portfolio-isotope {
	width: 995px;
	margin-bottom: 10px;
}

.isotope-alt-details h4 {
	padding-top: 10px;
}

.isotope-alt-details .meta {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 0;
}

.isotope-alt-image {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}

.isotope-alt-image img {
	width: 100%;
}

#load-more {
	width: 100%;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	background: #fff;
	display: block;
	margin-bottom: 30px;
	color: #414141;
}

#load-more:hover, #filters a:hover, #filters a.active {
	border-color: #b7b7b7;
	color: #111;
}

h3 small {
	display: inline-block;
	font-size: 14px;
	margin-left: 7px;
	color: #c7c7c7;
}

#filters a {
	border: 1px solid #e5e5e5;
	padding: 7px 13px;
	box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	margin: 0 0 0 5px;
}

#loader {
	opacity: 0;
	position: relative;
	bottom: -50px;
	max-width: 770px;
	width: 90%;
	margin: 0 auto;
}

.portfolio-close {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	top: -55px;
	font-size: 44px;
	color: #c7c7c7;
}

.overflow-hidden article {
	position: relative;
	top: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*	END PORTFOLIO STYLES
 /*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	BLOG STYLES
 /*-----------------------------------------------------------------------------------*/

article, .widget {
	border: 1px solid #e5e5e5;
	padding: 20px 25px;
	box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	background: #fff;
}

.widget {
	margin-bottom: 25px;
}

.widget p:last-child, article p:last-child {
	margin-bottom: 0;
}

.widget.search {
	background: none;
	padding: 0;
	border: none;
	box-shadow: none;
}

article {
	padding: 0;
	margin-bottom: 50px;
}

article .content {
	padding: 20px 25px;
}

article .meta {
	padding: 15px 25px 15px;
	font-size: 12px;
	border-top: 1px solid #e5e5e5;
}

article .meta p {
	margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	END BLOG STYLES
 /*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	FOOTER STYLES
 /*-----------------------------------------------------------------------------------*/

footer {
	border-top: 1px solid #e5e5e5;
	padding: 45px 0;
}

.social a {
	font-size: 32px;
	margin: 0 10px;
	color: #c7c7c7;
}

.list_of_services {

}
.list_of_services ul {

}
.list_of_services ul li {
	list-style-type: disc;
	list-style-position:inherit;
	color: #E74C3C;
}
.list_of_services ul li a {
	padding: 10px 12px;
	color: #E74C3C;
	border-bottom: 1px solid #EEE;
	display: block;
	box-shadow: 0px 0px 0px #0028F5;
	border-bottom: 1px solid rgba(255, 48, 48, 0.41);
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.list_of_services ul li a:hover {
	color: #444;
}

.float-social-media {
	position: absolute;
	width: 820px;
	margin: 0 auto;
	padding-top: 12px;
	float: left;
	bottom: -16px;
}
.float-social-media ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.float-social-media ul li {
	margin: 0px 6px;
	float: left;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
}

.fb_iframe_widget iframe {
	position: absolute;
	margin-top: -6px;
}
.ecs_tooltip {
	display: none !important;
}

.posts_lists .blog_left {
	float: left;
	width: 240px;
}
.posts_lists .blog_right {
	float: right;
	width: 76%;
}
.posts_lists {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.posts_lists h3 {
	margin: 0px;
	font-size: 23px;
}
.posts_lists h4 {
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
	padding: 4px 0px;
}
.posts_lists p {
	margin-bottom: 0px;
}
.posts_lists .blog_left img {
	width: 260px;
	border: 4px solid #EDEDED;
	height: 160px;
}
.posts_lists a.read-more {
	background: #FFF;
	padding: 2px 5px;
	display: block;
	color: #E74C3C;
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	width: 140px;
	border: 1px solid #C22F20;
	/* margin-left: 2px; */
	box-shadow: none;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	outline: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	/* margin: 0 auto; */
	text-align: center;
	/* border-radius: 4px; */
	margin-top: 15px;
}

.posts_lists a.read-more:hover {
	color: #0F2CC2;
	border: 1px solid #0F2CC2;
}

.clear {
	clear: both;
}


.blog_details h4{
	font-size: 16px;
margin: 0px
}
.blog_details h2{
	font-size: 25px;
	font-weight: bold;
}
.blog_details img{
	display: block;
margin-top: 20px;
margin-bottom: 20px;
}
.blog_details p b{
	
}
h1.page_title{
	font-size: 2em;
	font-weight: bold;
}
.dark-wrapper{
	padding: 120px 0 20px;
}



/*====================Custome Code===============*/
.card-box{
   box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
   margin:5px;
   border-radius:5px;
   transition:0.5s all;
   overflow:hidden;
   position:relative;
} 
.card-box h4{
    padding:10px 0 15px 0;
    font-size:18px !important;
    transition:0.5s all;
    position:relative;
    margin-bottom:0;
    
}
.card-box h4:after{
    content:'';
    position:absolute;
    bottom:0;
    left:auto;
    right:0;
    width:0%;
    height:2px;
    background-color:#0F2CC2;
     transition:0.5s all;
}
.card-box:hover img{
 filter: brightness(0.5);
}
.card-box:hover{
 transform:translateY(-25px);
 }

.card-box:hover h4:after{
    width:100%;
     left:0;
     right:auto;
}

.card-box a{
    position:absolute;
    top:-60px;
    right:5px;
    transform:translate(0%,0%);
    display:inline-block;
    width:45px;
    height:50px;
    text-align:center;
    line-height:50px;
    background-color:#0F2CC2;
    border-radius:0 0 50px 50px;
     transition:1s  ease-in-out;
}
.card-box a i{
    color:#fff;
}
.card-box:hover a{
   top:0px; 
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px !important;
}
p.justify{
    text-align: center;
    font-size: 16px !important;
    line-height: 30px;
}
p.centered {
     text-align: center !important;
    font-size: 16px!important;
    line-height: 30px!important;
}

div#about p {
    font-size: 16px;
    line-height: 30px;
}

.card-text{
    padding:15px;
    text-align:center;
}
/*.card-text h2{*/
/*    font-size:25px !important;*/
/*    font-weight:700 !important;*/
/*    padding-top:10px;*/
/*}*/
.card-text h2 {
    padding: 10px 0 15px 0;
    font-size: 18px !important;
    transition: 0.5s all;
    position: relative;
    margin-bottom: 0;
}

.card-text h2 {
    font-size: 19px !important;
    font-weight: 600 !important;
    padding-top: 10px;
}

.card-text h3{
    font-size:17px !important;
    font-weight:500 !important;
      padding-top:0px;
}


.card-text:after{
    content:'';
    position:absolute;
    bottom:0;
    left:auto;
    right:0;
    width:0%;
    height:2px;
    background-color:#0F2CC2;
     transition:0.5s all;
}
.card-text:hover:after{
    width:100%;
     left:0;
     right:auto;
}
.card-img{
    width:100%;
    height:100%;
}
.card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
#selectnav li a{
        text-transform:capitalize;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
        padding: 5px 17px;
}
.last-para p{
    font-size:19px;
    line-height:30px;
}
.last-box{
    border:1px solid #ccc;
    padding:20px;
    border-radius:5px;
}
header {
     padding: 9px 0 !important;
         box-shadow: none;
}
#selectnav {
    float: right;
    padding-top: 17px;
}

.dropbtn {
    background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  font-weight: 600;
    border-right: 1px solid rgba(24, 61, 255, 0.7);
  padding: 7px 17px;
    color: #ABD2FF;
    cursor:pointer;
}
.dropbtn i{
    transition:0.5s all;
}
.dropdown:hover i{
    transform:rotate(180deg)
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom:10px;
}
#selectnav li {
    padding-bottom: 13px !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width:250px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  padding-top:0px;
  margin-top:13px;
}

.dropdown-content a {
  color: black;
  padding: 14px 16px !important;
  text-decoration: none;
  display: block;
  color:#000 !important;
  font-size:14px!important;
  border-bottom:1px solid #ccc;
}
#selectnav li a.active{
    color:#fff!important;
    padding: 8px 20px;
}

a{
 text-decoration: none !important;  
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

/*-----------------------------------------------------------------------------------*/
/*	END FOOTER STYLES
 /*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
 /*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 1180px) {

	.wrapper {
		width: 1200px;
		position: relative;
	}

	.portfolio-isotope {
		width: 1188px;
	}

}

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

	#selectnav li {
		float: left;
		margin-left: 15px;
	}
}

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {
}

/* Standard 960 or Smaller (browsers) */
@media only screen and (max-width: 959px) {

	#selectnav {
		display: none;
	}
	.selectnav {
		display: block;
	}
	.portfolio-isotope li {
		width: 49.8%;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.wrapper {
		width: 768px;
		position: relative;
	}

	.portfolio-isotope {
		width: 803px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.wrapper {
		width: 479px;
		margin: 0 auto;
		position: relative;
	}

	.one_half, .one_third, .two_thirds, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .three_fourths {
		width: 100%;
	}

	#comments li ul {
		padding-left: 0px;
	}
	.floatleft {
		width: 90%;
	}
	.mainbox {
		width: 80%;
		height: auto;
		float: left;
	}
	.mainbox p {
		width: 60%;
		height: auto;
		float: left;
	}
	.mainbox1 {
		width: 90%;
		height: auto;
		float: right;
	}
	.portfolio-isotope {
		width: 509px;
	}
	p {
		width: 90%;
	}
	h1.mega {
		font-size: 44px;
	}

	header .one_fourth, header .three_fourths {
		width: 78%;
		margin: 0;
	}

	.big h1.mega {
		margin-top: -10px;
	}

	h5 {
		font-size: 11px;
	}
	input[type="submit"] {
		width: 80%;
	}
	h4 {
		width: 90%;
		margin: auto;
		margin-top: 18px;
		font-size: 14px;
	}
	input, textarea, #load-more {
		width: 80%;
		background: none;
		border: 1px solid #e5e5e5;
		padding: 12px 15px;
		box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
		font-size: 14px;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.wrapper {
		width: 280px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	.portfolio-isotope li {
		width: 100%;
	}

	.portfolio-isotope {
		width: 325px;
	}
	.rqst-site {
		bottom: 10px;
		position: fixed;
		right: 10px;
		z-index: 1;
	}

	#toPopup {
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 10px solid #ccc;
		border-radius: 3px 3px 3px 3px;
		color: #333333;
		height: auto;
		display: none;
		font-size: 14px;
		position: fixed;
		top: 200px;
		margin-right: 10px;
		padding-left: 10px;
		right: 10px;
		top: 200px;
		z-index: 999999 !important;
		width: 250px;
	}

}

@media only screen and (max-width: 767px) {
.wrapper {
    width: 100%;
}
header .one_fourth, header .three_fourths {
    width: 44%;
    margin: 0;
}
}



#site-visit{
    display:none !important;
}
.small-padding p {
    font-size: 13px;
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	END RESPONSIVE STYLING
 /*-----------------------------------------------------------------------------------*/
 .menu{
     display:none;
 }
 
 
 @media only screen and (max-width: 768px) {
     header .three_fourths {
    width: 50%;
     }
   .menu {
       display:block;
    position: absolute;
    bottom: -50px;
    right: 0;
    /* transform: translate3d(10px, 10px, 10px); */
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor:pointer;
}
.menu i{
    color:#fff;
    font-size:28px;
}
   .selectnav {
    display: none !important;
}
#selectnav {
    display: block;
}
ul#selectnav {
    display: flex;
    flex-direction: column;
    background-color: #000;
    height: 100vh;
    width: 250px;
    position: absolute;
    right:-156%;
    top: -7px;
    z-index: 99;
    transition:0.5s all;
    overflow:hidden;
}
ul.menu-responsive{
   right: -31px !important;  
}
#selectnav li a{
    border:none;
}
#selectnav li {
    float: left;
    margin-left: 0;
    margin-top: 15px;
}
div#cross {
    z-index: 999;
    top: 0;
}
.mainbox p {
    width: 100%;
}
h4.page_head {
    text-align: center;
}
 }
 

 
 
 
 
 