﻿.float-label-control { position: relative; margin-bottom: 1.5em; }
    .float-label-control ::-webkit-input-placeholder { color: #FFF; }
    .float-label-control :-moz-placeholder { color: #FFF; }
    .float-label-control ::-moz-placeholder { color: #FFF; }
    .float-label-control :-ms-input-placeholder { color: #FFF; }
    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill {color: #FFF; background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
    .float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 1.3em; color: #FFF; box-shadow: none; -webkit-box-shadow: none; }
        .float-label-control input:focus,
        .float-label-control textarea:focus { box-shadow: none; color: #FFF; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
        .float-label-control textarea:focus { padding-bottom: 4px; color: #FFF;  }
    .float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #FFF; outline: none; margin: 0px; background: none; }
    .float-label-control textarea { padding: 0.1em 0em 5px 0em; color: #f37025;}
    .float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #FFF; z-index: -1; font-size: 1.2em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }
    .float-label-control input.empty + label,
    .float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; color: #FFF; animation: none; -webkit-animation: none; }
    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label { z-index: 1; color: #FFF;}
    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label { color: #f37025; font-size:1.2em;}
    .float-label-control.label-bottom label { color: #FFF; -moz-animation: float-labels-bottom 300ms none ease-out; 
                                              -webkit-animation: float-labels-bottom 300ms none ease-out; 
                                              -o-animation: float-labels-bottom 300ms none ease-out; 
                                              -ms-animation: float-labels-bottom 300ms none ease-out; 
                                              -khtml-animation: float-labels-bottom 300ms none ease-out; 
                                              animation: float-labels-bottom 300ms none ease-out; }
    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; color: #FFF;}

.wthree-main > p > span > a
{
    color:#FFF;
    }
@keyframes float-labels {
    0% { opacity: 1; color: #FFF; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #FFF; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #FFF; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #FFF; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

/*--------------------------------------------------*/

body{
	padding:0;
	margin:0;
	/*---background:#fff;----*/
	font-family: 'Roboto Condensed', sans-serif;
    background: url(../images/back.png) no-repeat fixed;
    background-size: cover;	
    overflow-x:hidden;
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
.price h5
{
    font-size:1.2em;
    font-weight:600;
    }
 .price h3
 {
     color:#FFF;
     font-size:3em;
     }
.price p
{
    font-size:1.3em;
    line-height:2em;
    color:#FFF;
    text-align:left;
    }
 .titles h2
 {
      font-size:3.8em;
     color: #FFF;
     text-align:center;
     background-color:#F37024;
     border-radius:35px;
  margin-top:.3em;
  padding:.1em;
}
.titles span
{
    font-size:.7em;
    color: #000;
    }
 /*-------------------------------------*/
 .titles1 h2
 {
      font-size:3.8em;
     color: #FFF;
     text-align:center;
     background-color:#F37024;
    border-radius:5px;
  margin-top:.3em;
  padding:.1em;
}
.titles1 span
{
    font-size:.7em;
    color: #000;
    }
 /*----------------------------------------------*/
.titles small 
{
    
  display:block;
  padding-top:-5px;
  font-size:.35em;
}
.mod-img > img
{
    margin:0 auto;
    padding:1em;
    border-radius:55px;
    }
 .texts
 {
     padding:1em;
     }
.texts p
{
    text-align:justify;
    font-size:1.2em;
    }
 .texts h4
{
    text-align:justify;
    font-size:1.3em;
    font-weight:600;
    }
.w3-slider1
{
    margin-top:15em;
    }

p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

/*-- header --*/
.w3-slider {
    position: relative;
    min-height:240px;
}
header {
    padding: 12px 0;
    border-top: 2px solid #000000;
   /*- background: rgba(255, 255, 255, 0.77);--*/
   background:transparent ! important;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.logo {
}
.logo > img {
	font-size: 43px;
    text-decoration: none;
    color: #005858;
    letter-spacing: 4px;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
}
.omegas-social-icons{
	float:left;
	width: 33.333%;
	margin-top:7px;
}
/*-----.omegas-social-icons a>span .demo
{
    font-size:4em;
    }---*/
.omegas-social-icons a>span
{
    font-size:1.2em;
    font-weight:600;
    /*-background-color:#f37024;-*/
    padding:1%;
    color: #000;
    /*--border: 1px solid #eee;--*/
    }
.omegas-social-icons i {
	font-size: 15px;
   /*-- background: rgba(154, 106, 19, 0.84);--*/
   background-color:#f37024;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid #eee;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.omegas-social-icons i:hover {
	background: transparent;
    color: #000000;
    border: 1px solid #9f762d;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.logo{
	float:left;
	width: 33.333%;
}
.agileits-contact-info{
	float:right;
	width: 23.333% ! important;
	margin-top:9px;
}
.agileits-contact-info ul li {
    display: inline-block;
    font-size: 1em;
    
}
.agileits-contact-info ul li span {
    left: -.5em;
    color: #F47226;
}
.agileits-contact-info ul li i {
    left: -.5em;
    font-size:1.4em;
    color: #F47226;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 25px;
}
.agileits-contact-info ul li a {
     color: #F47226;
    font-size:1.3em;
    vertical-align: text-bottom;
}
.agileits-contact-info ul li a:hover {
    color: #F47226;
}
/*-- //header --*/

/*-- slider-starts --*/

.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	overflow: visible;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-size: 200px;
    padding: 0;
	color: rgb(255, 255, 255);
}
.cb-slideshow li:nth-child(1) span { background-image: url(../images/1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images *
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title *
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}

/*-- slider-ends --*/

/*-- navigation-starts --*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-nav {
    float: none;
    text-align: center;
}
.navbar-nav>li {
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav>li>a {
    font-size: 17px;
    text-transform: uppercase;
    color: #9a6a13;
    letter-spacing: 2px;
    padding: 15px 25px;
}
.navbar-default .navbar-nav>li>a.active,.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: #F47226;
	color:#fff;
}
.navbar {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
	border:none;
	background: #000;
}
.dropdown-menu>li>a {
    font-size: 16px;
	padding: 6px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-menu {
	border-radius:0;
}
/*-- //navigation-ends --*/


/*-- about--*/
.w3-about,.wthree-news{
	padding:75px 0 90px;
}
h3.omega-title {
    font-size: 34px;
    color: #f47226;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
	text-align:center;
}
p.para {
    width: 70%;
    margin: 0 auto 45px;
    color: #9e9e9e;
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 1px;
}
p.para span {
    color: #F47226;
}
/*-- effect7 --*/
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
}

.hi-icon {
  text-decoration: none;
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
    color: #B365C5;
}

.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
    font-size: 36px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
}
/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}

.hi-icon-effect-7 .hi-icon:hover {
	color: #000;
}

.hi-icon-effect-7 .hi-icon:after {
	top: -8px;
	left: -8px;
	padding: 8px;
	z-index: -1;
	opacity: 0;
}

/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
	box-shadow: 0 0 0 rgba(255,255,255,1);
	-webkit-transition: opacity 0.2s, box-shadow 0.2s;
	-moz-transition: opacity 0.2s, box-shadow 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:after {
	opacity: 1;
	box-shadow: 3px 3px 0 #000;
}

.hi-icon-effect-7a .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 7b */
.hi-icon-effect-7b .hi-icon:after {
	box-shadow: 3px 3px #f47226;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	-moz-transition: opacity 0.2s, -moz-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:after {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hi-icon-effect-7b .hi-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
a.hi-icon i {
    font-size: 40px;
    color: #fff;
    padding: 27px 0 0 0;
}
/*-- //effect7 --*/
a.hi-icon.icon1 {
    background: #F47226;
    display: block;
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
a.hi-icon.icon2 {
    background: #F47226;
    display: block;
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
a.hi-icon.icon3 {
    background: #F47226;
    display: block;
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.omega-abt-grid h4 {
    color: rgba(86, 59, 7, 0.61);
    font-size: 24px;
    letter-spacing: 2px;
    margin: 30px 0 12px;
    font-weight: 600;
}
.omega-abt-grid p {
    font-size: 13.4px;
    color: #9e9e9e;
    line-height: 28px;
    letter-spacing: 0.5px;
	text-transform: capitalize;
}
.omega-abt-grid {
    border: 1px solid #e6e1d8;
    margin: 0 0.5%;
    padding: 30px 20px;
   width: 50%;
}

.OS_about img
{
     border-radius:80px;
     margin:0 auto;
    }
 .OS_about p
 {
     text-align:justify;
     line-height: 28px;
     color:#FFFFFF;
     font-size:1.3em;
    letter-spacing: 0.5px;
     }
 .OS_about p > a
 { 
     color:#f47226;
 }
/*-- //about--*/
.wthree-main
{
    background: hsla(0, 0%, 0%, 0.67);
   /*--  background-color: rgba(250,250,250,.8);---*/
    }

/*-- about-section--*/
.content-section {
    padding: 80px 0;
}
.content-section.alt-bg-light {
    background-color: #F47226;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
}
.agile-info-about-more h2,.agile-info-about-more h3{
    margin: 0 0 10px 0;
    padding: 0;
}
.agile-info-about-more h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 38px;
}
.agile-info-about-more p {
    color: #dedede;
    line-height: 28px;
    font-size: 13.5px;
    margin: 19px 0 30px 0;
}
blockquote {
    display: block;
    font-size: 22px;
    position: relative;
    line-height: 32px;
    padding-left: 90px;
    color: rgb(0, 64, 64);
    border-left: 3px solid #eee;
    border-color: rgb(0, 64, 64);
}
blockquote:before {
    content: "\f10d";
    font-size: 55px;
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 20px;
}
.caption.gray {
    font-weight: 100;
    font-size: 20px;
	color: #000;
}
.light {
	font-weight:100;
}
h3.gray.light {
    line-height: 35px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #4a3e28;
}
/*-- //about-section--*/



/*-- work --*/

.content-item.item-image2 {
  width: 100%;
}
.content-item.item-image1 {
    position: relative;
}
.content-item.item-image1 img,.content-item.item-image2 img{
	width:100%;
}
/*--
.content-item .overlay {
  border-bottom: 100px solid #000;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .4;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
    border-bottom: 830px solid #000;
    border-left: 830px solid transparent;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size:15px;
  text-transform:uppercase;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -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;
}
.content-item .overlay-content h4 {
    border-bottom: 1px solid #333;
    color: #fff;
    font-size: 24px;
    text-align: right;
    padding: 0 0 28px 0;
}
.content-item:hover .overlay-content {
  opacity: 1;
  -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;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}--*/
.seed-grid {
    margin-top: 45px;
}
.overlay-content p {
    color: #CACACA;
    font-size: 14px;
    line-height: 2em;
    margin-top: 30px;
    text-align: right;
}
.wel-right {
    float: right;
    width: 65%;
    padding-top: 50px;
}
.wel-right2{
    float: left;
    width: 65%;
    padding-top: 50px;	
}
.w3-agile-left {
    width: 70%;
    background: rgba(0, 0, 0, 0.54);
    padding: 31px 10px;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    border-bottom: 3px solid #F47226;
}
.w3-agile-left2 {
    width: 70%;
    background: rgba(0, 0, 0, 0.54);
    padding: 31px 10px;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 1;
    border-bottom: 3px solid #9e772b;
}
.wthree-right {
    margin: 60px auto 0;
}
.work-left {
    float: left;
    width: 28%;
}
.agileits-right {
    float: right;
    width: 72%;
}
.work-left h4 {
    color: #FF9036;
    font-size: 23px;
    font-style: italic;
    text-align: center;
}
.agileits-right a {
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    letter-spacing: 2px;
}
.agileits-right a:hover {
	color:#6ae5e6;
}
.agileits-right p {
	color: #dcffff;
    font-size: 13px;
    line-height: 28px;
	margin-top:10px;
}
.no-marg{
	margin-bottom:0 !important;
}
/*-- //work --*/



/*--flexisel--*/

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	    cursor: pointer;
    position: relative;
    max-width: 300px;
    max-height: 100px;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
left: -4.3%;
top: 20% !important;
background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: -4.3%;
top: 20% !important;
background: url(../images/themes.png) no-repeat -24px 0px;
}
/*--//flexisel--*/

.omegaayouts-clients h3{
	text-align: center;
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 70px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.omegaayouts-clients {
	background: url(../images/clients-bg.jpg) no-repeat 0px 0px;
    padding: 80px 0;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-attachment: fixed;
}


/*-- services-section-starts --*/
i.s1 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -540px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s1{	
	background: url('../images/img-sprite.png') no-repeat -540px -70px;
}
i.s2 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -610px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s2{	
	background: url('../images/img-sprite.png') no-repeat -610px -70px;
}
i.s3 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -680px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s3{	
	background: url('../images/img-sprite.png') no-repeat -680px -70px;
}
i.s4 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -750px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s4{	
	background: url('../images/img-sprite.png') no-repeat -750px -70px;
}
i.s5 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -820px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s5{	
	background: url('../images/img-sprite.png') no-repeat -820px -70px;
}
i.s6 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -890px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s6{	
	background: url('../images/img-sprite.png') no-repeat -890px -70px;
}
.icon-text {
	float:left;
	width:83%;
	margin-top: 0.8em;
}
.service-section {
	padding:6em 0;
}
.service-section-head h3 {
	color:#394b50;
	font-size:2.2em;
	font-weight:900;
	text-transform:uppercase;
}
.service-section-head {
	margin-bottom:3em;
}
.service-section-head p {
	color:#394b50;
	font-size:1.2em;
	font-weight:500;
}
.service-section-grid {
	margin-top:4em;
}
.service-section-grid h4 {
	color:#394b50;
	font-size:1.2em;
	font-weight:900;
	text-transform:uppercase;	
	margin-bottom:0.85em;
}
.service-section-grid p {
	color:#7b7b7b;
	font-size:0.92em;
	font-weight:400;
	line-height:2em;
}
/*-- //services-section-ends --*/

/*-- //Footer-section-starts --*/
.omega-footer-grid input[type="email"] {
	background: #fff;
    border: none;
    width: 81%;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #000000;
    letter-spacing: 1px;
}
footer{
	/*-background:#888;--*/
	padding:20px 0;
	color:#FFF;
	border-top:2px #f47227 solid;
	border-bottom:2px #f47227 solid;
}
.omega-footer-grid h4{
	margin: 0 0 22px 0;
    font-size: 17px;
    color: #f47226;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.omega-footer-grid p{
	margin: 0 0 0px 0;
    font-size: 1.2em;
    color: #ffffff;
    text-align:justify;
    line-height: 23px;
    letter-spacing: 0.5px;
}
.omega-footer-grid p a{
	color:#ffffff;
}
.omega-footer-grid p a:hover{
	color:#ffffff;
}
.omega-footer-grid ul {
	margin:0;
	padding:0;
}
.omega-footer-grid ul li{
	list-style-type: none;
     font-size: 1.2em;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.omega-footer-grid form input[type="submit"]{
	  background: url(../images/message.png) no-repeat 2px 9px #ffffff;
	  width: 44px;
	  height: 38px;
	  border: none;
	  margin: 0 0 0 -4px;
	  padding:0;
}
.omega-footer-grid ul li a{
	color:#ffffff;
}
.omega-footer-grid ul li a:hover{
	color:#ffffff;
}
/*-- //Footer-section-ends --*/

/*--typography-page --*/
.omegaayouts-inner-banner {
	background:url('../images/1.jpg') no-repeat 0px 0px;
	min-height:250px;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
h2.agile-inner-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 35px;
    letter-spacing: 2px;
    color: #F47226;
    text-transform: uppercase;
}
.typo-1 {
    padding: 16px;
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
h3.head-top{
   font-size:2em;
   margin-bottom:1em;
   color: #9e772b;
}
.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
}
.but_list h1,.but_list h2,.but_list h3,.but_list h4,.but_list h5,.but_list h6{
margin-bottom: 0.7em;
}
a#myTabDrop1,a#profile-tab,a#home-tab {
    padding: 0.8em;
}
div#home {
    padding: 1em 0 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px !important;
    font-size: 0.85em;
    color: #999;
    border-top: none !important;
}
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    outline: none !important;
}
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e0e0e0;
  padding:5px 18px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.85em;
  font-weight: 300;
  height: 40px;
  border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  -webkit-appearance: none;
  outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
 /*--- background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);---*/
  background-color:#f37025;
  padding:8.5px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover{
 /*--------- background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);--*/
  background-color:#f37025;
}
.btn-success:hover{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.control2{
  height:253px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
label {
    font-weight: 500;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
/*-- //typography-page --*/

/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(40, 96, 157, 0.11);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff;
}
.icon-box:hover a.agile-icon {
	color:#fff;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 26px;
    color: #286090!important;
    font-weight: 300;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b;
}
.icons-page .bs-glyphicons li {
    display: inline-block;
    width: 22%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(40, 96, 157, 0.11);
    margin: 1%;
}
.icons-page .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons-page .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons-page .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/
@media (min-width:640px) AND (max-width: 1000px) 
{
    .logo >img
    {
        width:25%;
        }
    }
@media (min-width:320px) AND (max-width: 600px) 
{
    .logo >img
    {
        width:35%;
        margin-top:-.5em;
        }
        
    }
/********************
 * 17.0 - Image Gallery
 ********************
.filter li {
  margin-bottom: 20px;
}
.filter li a {
  border: solid 3px;
  padding: 5px;
  text-transform: uppercase;
}
.filter li a.active {
  border-color: #1fa3ff;
  color: #1fa3ff;
}
.col-2-gallery .gallery-item {
  width: 50%;
  padding: 5px;
}
.col-3-gallery .gallery-item {
  width: 33.33%;
  padding: 5px;
}
.thumbnail {
  border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.gallery-item {
  text-decoration: none;
}
.gallery-item .thumbnail {
  margin-bottom: 0;
}
.isotope-gallery {
  padding-left: 0;
}
.isotope-gallery .gallery-item .thumbnail {
  margin-bottom: 0;
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}
.image-overlay p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.image-overlay p span,
.image-overlay p a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #333333;
  margin: 3px;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
.image-overlay p span i,
.image-overlay p a i {
  display: block;
}
.image-overlay p span i::before,
.image-overlay p a i::before {
  margin-left: 0;
}
figure:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a,
figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
a img,
figure img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover,
figure:hover {
  overflow: hidden;
}
a:hover .image-overlay,
figure:hover .image-overlay {
  opacity: 1;
}
/********************
 * 17.0 - Image Gallery End
 ********************/
 
 /*-- contact-section --*/
 .my-form .form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
section.agileits-contactus {
    padding: 70px 0;
}
address {
    line-height: 28px;
    font-size: 14px;
    color: #525252;
}
strong.bold {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 3px;
	color:#000;
}
.agileits-contactus h4,.contact-us h4 {
    font-size: 22px;
    font-weight: bold;
    color: #0f7475;
    text-transform: uppercase;
}
.my-form button {
    color: #fff1f1;
    background-color: #F47226;
    border: none;
	letter-spacing:2px;
	font-size:15px;
	padding:10px 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.my-form button:hover {
    color: #fff;
    font-weight: bold;
    background-color: #f47226;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
a.mail {
    font-size: 14px;
    color: #F47226;
}
ul.agileits-company-social li {
	display:inline-block;
	margin-right:3px;
}
.agileits-company-social a {
  margin: 0;
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background: rgb(19, 149, 150);
  color: #fff; }

.agileits-company-social a:hover {
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
	background-color : #f47226;
 }
 textarea.form-control {
    height: 175px;
}
.map iframe{
	width: 100%;
	min-height: 450px;
	border: 0;
}

 /*-- //contact-section --*/
 
 /*-- Gallery Section --*/
 .agileits {
    padding: 60px 0;
}
#gallery img {
	width:100%;
	height:auto;
		transition:all .3s ease-in-out;
}
#gallery img:hover {
	transform:scale(1.3);
}
#gallery a {
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}
#gallery a img {
	margin-bottom:0px;
	display:block;
	width:100%;
	max-width:100%;
}
#gallery .description {
	background-color: rgba(159, 120, 44, 0.93);
    display: block;
    padding: 10px 15px;
    color: #fffbfb;
    text-transform: uppercase;
    clear: both;
    position: relative;
}
#gallery .caption {
	float:left;
}
#gallery .camera {
	float:right;
}
#gallery a.btn {
	display:inline-block;
}
.caption{
    font-weight: 100;
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
}
/*	Magnific Popup	==================================================*/
.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none !important;
	-webkit-backface-visibility:hidden;
}
.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
	display:none;
}
.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto;
}
.mfp-ajax-cur {
	cursor:progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}
.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor:auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
}
.mfp-loading.mfp-figure {
	display:none;
}
.mfp-hide {
	display:none !important;
}
.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-0.8em;
	left:8px;
	right:8px;
	z-index:1044;
}
.mfp-preloader a {
	color:#CCC;
}
.mfp-preloader a:hover {
	color:#FFF;
}
.mfp-s-ready .mfp-preloader {
	display:none;
}
.mfp-s-error .mfp-content {
	display:none;
}
button.mfp-close,button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:0.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
}
.mfp-close:hover,.mfp-close:focus {
	opacity:1;
	filter:alpha(opacity=100);
}
.mfp-close:active {
	top:1px;
}
.mfp-close-btn-in .mfp-close {
	color:#333;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}
.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}
.mfp-arrow {
	position:absolute;
	opacity:0.65;
	filter:alpha(opacity=65);
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.mfp-arrow:active {
	margin-top:-54px;
}
.mfp-arrow:hover,.mfp-arrow:focus {
	opacity:1;
	filter:alpha(opacity=100);
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:0.7;
}
.mfp-arrow-left {
	left:0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
	border-right:17px solid #FFF;
	margin-left:31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
	margin-left:25px;
	border-right:27px solid #3F3F3F;
}
.mfp-arrow-right {
	right:0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
	border-left:17px solid #FFF;
	margin-left:39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
	border-left:27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}
.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}
.mfp-iframe-holder .mfp-close {
	top:-40px;
}
.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}
.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height:0;
}
.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background:#444;
}
.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}
.mfp-figure figure {
	margin:0;
}
.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}
.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}
.mfp-image-holder .mfp-content {
	max-width:100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	/** * Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder {
			padding-left:0;
			padding-right:0;
	}
	.mfp-img-mobile img.mfp-img {
			padding:0;
	}
	.mfp-img-mobile .mfp-figure:after {
			top:0;
			bottom:0;
	}
	.mfp-img-mobile .mfp-figure small {
			display:inline;
			margin-left:5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
			background:rgba(0,0,0,0.6);
			bottom:0;
			margin:0;
			top:auto;
			padding:3px 5px;
			position:fixed;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
			padding:0;
	}
	.mfp-img-mobile .mfp-counter {
			right:5px;
			top:3px;
	}
	.mfp-img-mobile .mfp-close {
			top:0;
			right:0;
			width:35px;
			height:35px;
			line-height:35px;
			background:rgba(0,0,0,0.6);
			position:fixed;
			text-align:center;
			padding:0;
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
			-webkit-transform:scale(0.75);
			transform:scale(0.75);
	}
	.mfp-arrow-left {
			-webkit-transform-origin:0;
			transform-origin:0;
	}
	.mfp-arrow-right {
			-webkit-transform-origin:100%;
			transform-origin:100%;
	}
	.mfp-container {
			padding-left:6px;
			padding-right:6px;
	}
}
.mfp-ie7 .mfp-img {
	padding:0;
}
.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px;
}
.mfp-ie7 .mfp-container {
	padding:0;
}
.mfp-ie7 .mfp-content {
	padding-top:44px;
}
.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0;
}
/*	Common	==================================================*/ 
.section {	
	
}
.wrapsection {  
    padding-top:140px;
	padding-bottom:140px;
    position: relative;
  }

.parallax.section .container{
	position: relative;
	z-index: 4;
}
.justtitle {
	margin-top:80px;
}
.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	overflow: hidden;
	z-index: 1;	
	color:#fff;
	
}
.parallax-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	
}

/*	Responsive	==================================================*/ 
@media (max-width:991px) {
	.service-box {
					margin-bottom:30px;
	}
	#image img-responsive {
					margin-left:auto;
					margin-right:auto;
	}	
	.navbar-nav>li>a {
	}
}
@media (max-width:767px) {
	.parallax.section .container {
					padding-top:30px;
					padding-bottom:30px;
	}
	.service-box,.carousel {
					margin-bottom:30px;
	}
	.maintitle .lead {
					margin-left:0;
					margin-right:0;
	}
	.container {
					max-width:690px;
					padding-left:30px;
					padding-right:30px;
	}	
	.navbar-nav>li>a {
					padding:10px;
	}
	.header-button {
					margin:0;
	}
	#hero .herotext {
					padding: 90px 0px;
	}
}
@media (max-width:767px) {
	body {
					font-size:14px;
	}
	h1 {
					font-size:28px;
	}
	h2,.carousel-inner blockquote p {
					font-size:24px;
	}
	h3 {
					font-size:20px;
	}
	h4 {
					font-size:18px;
	}
	h5 {
					font-size:16px;
	}
	h6 {
					font-size:14px;
	}
	p.lead {
					font-size:18px;
	}
	.maintitle p.lead {
					margin-bottom:40px;
	}
	.service-box,.carousel {
					margin-bottom:30px;
	}
	.maintitle .lead {
					margin-left:0;
					margin-right:0;
	}

}
@media (max-width:490px) {
	.wow {
					visibility: visible !important;
					-webkit-animation: none !important;
					 -moz-animation: none !important;
					   -o-animation: none !important;
					  -ms-animation: none !important;
						  animation: none !important;
	}

	#hero h1 {
					font-size:38px;
	}
	#hero p.lead {
					font-size:1.5em;
	}	
	.faq-block {
					margin: 0;
	}
}
/*-- //Gallery Section --*/

/*-- blog --*/
.omegas-blog-leftl{
	float: left;
    width: 18%;
    background: #9e772b;
    padding: 1em;
    border-top: 4px solid #804E20;
}
.omegas-blog-leftl h4{
	text-align:center;
	font-size:1.4em;
	color:#fff;
	margin:0;
	border-bottom: 1px dotted #fff;
}
.omegas-blog-leftl h4 span{
	display:block;
	color:#000;
	line-height: 2em;
}
.omegas-blog-leftl a{
	font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inherit;
    margin: 1em 0 0;
}
.omegas-blog-leftl a i {
    left: -13px;
}
.more a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding:10px 35px;
	background:#F47226;
}
.more a:hover{
	background: #9e772b;
}
.omegas-blog-leftl a:hover{
	color:#000;
}
.page-blog {
    margin: 60px 0 0 145px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #9e772b;
    border-color: #ddd;
}
.omegas-blog-leftr p{
	font-size: 13px;
    color: #999;
    margin: 1em 0 0;
    line-height: 28px;
}
.omegas-blog-leftr ul{
	padding: 1em 0;
    margin:20px 0 45px;
    border-top: 1px dotted #CDCCCC;
    border-bottom: 1px dotted #CDCCCC;
}
.omegas-blog-leftr ul li{
	display:inline-block;
	margin:0 2em 0 0;
}
.omegas-blog-leftr ul li a{
	font-size:1em;
	color:#c6c5c0;
	text-decoration:none;
	padding-left: 1em;
}
.omegas-blog-leftr ul li a:hover{
	color:#C6976B;
	text-decoration:none;
}
.omegas-blog-leftr ul li a i {
    left: -17px;
}
.omegas-blog-leftr{
	float:right;
	width:80%;
}
.w3-blog-left-grid:nth-child(2){
	margin:70px 0;
}
.w3-agile-blog-right h3, .response h4,.coment-form h4{
	color: #9e772b;
    margin: 0 0 1em;
    font-size: 28px;
    text-align: left;
    letter-spacing: 2px;
}
.w3-agile-blog-right ul{
	padding:0 0 0 2em;
	margin:0;
	}
.w3-agile-blog-right ul li{
	margin:5px 0;
	list-style-type: disc;
}
.w3-agile-blog-right ul li a{
	font-size: 14px;
    color: #989797;
    line-height: 28px;
    letter-spacing: 1px;
    text-decoration: none;
}
.w3-agile-blog-right ul li a:hover{
	text-decoration:none;
	padding-top:5px;
	color:#F47226;
}
.agile-info-recent{
	margin:4em 0;
}
.wom{
	float:left;
	width:25%;
	margin-top: 0.6em;
}
.wom img{
	width:100%;
}
.wom-right{
	float:right;
	width:70%;
}
.wom-right h4 a{
	color:#F47226;
    font-size: 18px;
    text-decoration: none;
}
.wom-right h4 a:hover{
	text-decoration:none;
	color:#000;
}
.wom-right h4{
	margin:0 0 .5em;
}
.wom-right p{
	color: #bbbbbb;
    font-size: 13px;
    margin: 0;
    line-height: 24px;
}
.omega-recent-grid:nth-child(2){
	margin:2em 0;
}
.footer-top-grid1 ul.w3-tag2{
	padding:0;
	margin: 0 0 8px;
}
.footer-top-grid1 ul.w3-tag2 li{
	display:inline-block;
}
.footer-top-grid1 ul.w3-tag2 li a{	
	font-size: 14px;
    color: #fff;
    padding: 7px 9px 10px;
    background: rgba(19, 149, 150, 0.8);
}
.footer-top-grid1 ul.w3-tag2 li a:hover{
	text-decoration:none;
	background:#9e772b;
}
.footer-top-grid1 ul.w3-tag2{
	display:block;
}
.footer-top-grid1 {
    margin: 0 0 3em;
}
/*-- //blog --*/

/*-- single --*/
.admin-text {
	border: 1px solid #f4f4f4;
	padding: 2em;
}
.admin-text h5 {
	font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
    color: #2b82ad;
}
.admin-text-left {
	float: left;
	width: 11%;
}
.admin-text-right {
	float: right;
	width: 86%;
}
.admin-text-right p {
	color: #999;
    font-size: 13px;
    margin: 0 0 18px;
    line-height: 28px;
}
.admin-text-right span {
  font-size: 15px;
  margin: 0 0 1em 0;
  font-weight: 500;
  color: #727272;
}
.admin-text-right span a {
	color:#C8C8C8;
	text-decoration:none;
}
.admin-text-right span a:hover{
	color: #838384;
	transition:.5s all;
}
.media.response-info {
  margin-top: 3em;
}
.response-info-mdl {
  margin: 1em 0px 1em 4em;
}
.response {
  margin-bottom: 5em;
}
.media-left.response-text-left {
  width: 11%;
}
.response-text h5 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 1em 0;
	color: #fff;
}
.response-text-left h5 a {
	text-decoration: none;
    color:#C6976B;
}
.response-text-left h5 a:hover{
	text-decoration: none;
	color:#337AB7;
	transition:.5s all;
}
.response-text-left h5{
	font-size: 17px;
    margin: 1em 0 0 0;
}
.response-text-right p {
	color: #999;
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 25px;
}
.response-text-right ul{
	padding:0;	
	text-align: right;
}
.response-text-right ul li{
    display: inline-block;
    color:#000000;
    font-size: 14px;
    margin-right: 1em;
}
.response-text-right ul li a{
	color:#9e772b;
    font-size: 15px;
}
.response-text-right ul li a:hover{
	color:#3aa079;
	text-decoration:none;
}
.media-left a img {
  width: initial;
}
.coment-form input[type="text"],.coment-form textarea,.coment-form input[type="email"] {
  display: block;
  background: none;
  color: #999;
  border:1px solid #BDBBBB;
  width: 70%;
  outline: none;
  font-size: 14px;
  padding: 13px 10px;
}
.coment-form input[type="email"] {
	margin:1em 0;
}
.coment-form textarea {
	width: 100%;
	display: block;
	min-height: 150px;
	resize: none;
	margin:1em 0;
}
.coment-form input[type="submit"] {
	background:#F47226;
    border: none;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    color: #fff;
    outline: none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.coment-form input[type="submit"]:hover{
	color: #fff;
	background:#804E20;
	outline: none;
}
.thumbnail {
  padding: 8px !important;
}
.btn-primary {
  border-color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  border-color: #FFF !important;
   background-color:#c6c5c0 !important;
}
.coment-form form {
    margin: 2em 0 0;
}
.response h4,.coment-form h4{
	margin:50px 0 0px !important;
}
/*-- //single --*/

/*-- about-page --*/
.w3-about-top {
    padding-bottom: 60px;
	margin-top: 40px;
}
.omegas-about-top-left-grid h4{
	text-transform: capitalize;
    font-size: 20px;
    color: #F47226;
    margin: 15px 0 10px;
    line-height: 25px;
}
.omegas-about-top-right-grid h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
}
.omegas-about-top-right-grid h4{
	text-transform: capitalize;
    font-size: 20px;
    color: #F47226;
    margin: 5px 0 10px;
    line-height: 25px;
}
.omegas-about-top-right-grid p{
	color: #8a8a8a;
    font-size: 13px;
    margin: 0;
    line-height: 28px;
}
.omegas-about-top-left-grid p{
	color: #8a8a8a;
    font-size: 13px;
    margin: 0;
    line-height: 28px;
}
.w3-about-gd-left{
	float:left;
	width:18%;
}
.w3-about-gd-right{
	float:right;
	width:82%;
}
.omegas-about-gd:nth-child(3),.omegas-about-gd:nth-child(5){
	margin:1em 0;
}
.about-bottom-grid{
	text-align:center;
}
.about-bottom-grid ul li{
	display:inline-block;
}
.about-bottom-grid ul li a.facebook{
	background:url(../images/img-sp.png) no-repeat 3px -3px #ABABAB;
	display:block;
	height:40px;
	width:40px;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.about-bottom-grid ul li a.facebook1:hover{
	background:url(../images/img-sp.png) no-repeat 3px -3px #73eac4;
	display:block;
}
.about-bottom-grid ul li a.twitter1{
	background:url(../images/img-sp.png) no-repeat 3px -39px #ABABAB;
	display:block;
	height:40px;
	width:40px;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.about-bottom-grid ul li a.twitter1:hover{
	background:url(../images/img-sp.png) no-repeat 3px -39px #73eac4;
	display:block;
}
.about-bottom-grid ul li a.p1{
	background:url(../images/img-sp.png) no-repeat 3px -74px #ABABAB;
	display:block;
	height:40px;
	width:40px;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.about-bottom-grid ul li a.p1:hover{
	background:url(../images/img-sp.png) no-repeat 3px -74px #73eac4;
	display:block;
}
/*----*/
.omegaayouts-team-bg {
    min-height: 670px;
    background: url(../images/team-bg.jpg) no-repeat center;
    background-attachment: fixed;
    width: 100%;
    display: block;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    padding: 70px 0 0 0;
}
.omegas-team{
	text-align:center;
}
.omegas-team h3{
	text-align: center;
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.omegas-team p{
	color: #dadada;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 5px 0 0;
    width: 80%;
    margin: 0 auto;
}
.agile-its-about-grid1 {
    padding-top: 3em;
}
.omega-member-team {
    text-align: center;
}
.omega-member-team img{   
   margin:0 auto;
}
.omega-member-team h4 {
    color: #fff;
    font-size: 1.3em;
    padding-top: 1.5em;
}
.omega-member-team span {
    color: #FFFFFF;
    font-size: 1.3em;
    padding: 0.5em 0;
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
	font-weight: 800;
}
.omega-member-team p{
	color: #dadada;
    font-size: 13px;
    line-height: 28px;
    padding: 12px 0 0;
}
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}

.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate  ul {
	padding-top:4em;
}
.b-animate  ul li{
	list-style-type:none;
	display:inline-block;
}
.b-animate ul li a i {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    background: #F47226;
    padding: 8px 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.b-animate ul li a i:hover {
    background: rgba(154, 106, 19, 0.84);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-top{
	    position: relative;
    top: -100%;
    background: rgba(0, 0, 0, 0.55);
    background-size: 100% 100%;	
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
    min-height: 150px;
    width: 150px;
    margin: 0 auto;
}
.bottom-team:hover .b-from-top{
	top:0;
}
i.fa.fa-quote-left {
    color: #e5f332;
    font-size: 30px;
}


.agile-info-advantages{
	padding:60px 0 0;
}
.agile-info-advantages h3 {
    text-align: center;
    font-size: 34px;
    color: #9f782c;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
p.vel {
    color: #808080;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 0px 0 0;
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
}
.omegaayouts-our-advantages-grid:nth-child(4),.omegaayouts-our-advantages-grid:nth-child(5),.omegaayouts-our-advantages-grid:nth-child(6) {
    margin: 3em 0 0;
}
.omega-our-advantages-grd-left p{
	padding: 13px 15px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	margin: 0;
	border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
	
	background:#F47226;
}
.omega-our-advantages-grd-right{
	padding:0 !important;
}
.omega-our-advantages-grd-right h4{
	font-size: 18px;
    color: #9e772b;
    margin: 0 0 8px;
    text-transform: capitalize;
    line-height: 25px;
}
.omega-our-advantages-grd-right p{
	color: #9e9e9e;
    font-size: 13px;
    margin: 0;
    line-height: 26px;
}
/*-- //about-page --*/

/*-- services-page --*/
.service-section {
  text-align: center;
  padding: 0 0 60px 0;
}
.omegas-service-header p {
  font-size: 15px;
  font-weight: 300;
  width: 88%;
  margin: 0 auto;
  font-style: italic;
  color:#7B7F86;
    line-height: 1.8em;
}
.omegas-service-header {
  margin-bottom: 50px;
 }
.omega-service-grid h4 {
  font-size: 18px;
    padding: 25px 0 10px;
    color: #9f782c;
}
.omega-service-grid i {
    font-size: 27px;
    background: #F47226;
    color: #fff;
    padding: 25px 28px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.omega-service-grid:hover i.s-icon {
	background:rgba(154, 106, 19, 0.84);	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.omega-service-grid p {
	font-size: 14px;
    font-weight: 400;
    color: #868686;
    line-height: 25px;
}
.omega-service-grid span{
  height: 1px;
  width: 15%;
  background: #9770dd;
  display: block;
  margin: 3px auto 10px;
}
/*-- services-bottom --*/
.omegaayouts-services-bottom{
	background: url(../images/services-bg.jpg) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}
.omegas-services-bottom-grid h3{
	font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    text-transform: capitalize;
}
.omegas-services-bottom-grid p{
	    margin: 15px 0 30px;
    line-height: 28px;
    color: #e2e2e2;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.omegas-services-bottom-grid ul li{
	list-style-type:none;
	margin-bottom:1em;
	padding-left:1.5em;
	font-size:14px;
}
.omegas-services-bottom-grid ul li a{
	color: #E6B61C;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.omegas-services-bottom-grid ul li a:hover{
	color:#ffffff;
}
.omegas-services-bottom-grid ul li a i {
    color: #E6B61C;
    margin-right: 10px;
}
.counterup{
	text-align:center;
}
.counterup h3{
	text-transform: capitalize;
    font-size: 1.5em;
    color: #212121;
    line-height: 1.8em;
    position: relative;
    width: 70%;
    margin:0 auto 2em;
}
.counterup h3:before{
	content: '';
    background: url(../images/img-sp.png) no-repeat -7px -183px;
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0%;
    left: -7%;
}
.counterup-left h4 {
    font-size: 2em;
    color: #999;
}
.counterup-left p {
    font-size: 1.5em;
    margin: 1em 0;
    color: #E6B61C;
}
.services-bottom-left-grid i{
	font-size:1.5em;
	color:#999;
	top: .5em;
}
.services-bottom-left-grid {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #999;
}
/*-- //services-bottom --*/
/*-- //services-page --*/

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


/*-- responsive media queries --*/
@media (max-width: 1440px){
	.logo a {
		font-size: 40px;
	}
	.omegas-social-icons {
		margin-top: 6px;
	}
	.agileits-contact-info {
		margin-top: 8px;
	}
	.agileits-contact-info ul li {
		font-size: 16px;
	}
	.w3-about, .wthree-news {
		padding: 65px 0 80px;
	}
	h3.omega-title,.omegaayouts-clients h3,.agile-info-advantages h3,.omegas-team h3 {
		font-size: 30px;
	}
	p.para {
		line-height: 28px;
	}
	blockquote {
		font-size: 20px;
	}
	h3.gray.light {
		line-height: 33px;
		font-size: 20px;
	}
	.agile-info-about-more h2 {
		font-size: 36px;
	}
	section.agileits-contactus {
		padding: 60px 0;
	}
	.omega-our-advantages-grd-right h4 {
		font-size: 17.5px;
	}
	.omegaayouts-inner-banner {
		min-height: 210px;
	}
	h2.agile-inner-title {
		margin-bottom: 22px;
		font-size: 34px;
	}
	.omegas-about-top-right-grid h3 {
		font-size: 26px;
	}
	.omegas-services-bottom-grid h3 {
		font-size: 22px;
	}
}
@media (max-width: 1366px){
	.omegas-social-icons,.agileits-contact-info {
		width: 31.333%;
	}
	.logo {
		width: 37.333%;
	}
	.w3-about, .wthree-news {
		padding: 60px 0 75px;
	}
	h3.omega-title,.omegaayouts-clients h3,.agile-info-advantages h3,.omegas-team h3 {
		font-size: 29px;
	}
	.agile-info-about-more h2 {
		font-size: 35px;
	}
	.omega-our-advantages-grd-right h4 {
		font-size: 17px;
	}
	.omegaayouts-inner-banner {
		min-height: 200px;
	}
	.omegas-about-top-right-grid h3 {
		font-size: 25px;
	}
	.omegas-services-bottom-grid h3 {
		font-size: 21px;
	}
	.omega-abt-grid h4 {
		font-size: 23px;
	}
	.agileits-contactus h4, .contact-us h4 {
		font-size: 21px;
	}
	blockquote:before {
		font-size: 50px;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 34px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 1280px){
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
	.omegaayouts-clients {
		padding: 70px 0;
	}
	blockquote {
		font-size: 18px;
	}
	.nbs-flexisel-nav-right {
		right: -3.3%;
	}
	.nbs-flexisel-nav-left {
		left: -3.3%;
	}
	.omegaayouts-services-bottom {
		padding: 50px 0;
	}
	.map iframe {
		min-height: 400px;
	}
	blockquote:before {
		font-size: 45px;
	}	
	.w3-agile-blog-right h3, .response h4, .coment-form h4 {
		margin: 0 0 16px;
		font-size: 26px;
	}
	.wom-right p {
		font-size: 12.5px;
		line-height: 23px;
	}
	.agile-info-about-more p {
		line-height: 26px;
		font-size: 13px;
		margin: 15px 0 35px 0;
	}
	h3.gray.light {
		line-height: 32px;
		font-size: 18px;
		margin-bottom: 0;
	}
	.omegaayouts-inner-banner {
		min-height: 190px;
	}
	.content-section {
		padding: 70px 0;
	}
	p.para {
	}
}
@media (max-width: 1080px){
	.logo a {
		font-size: 37px;
		letter-spacing: 1px;
	}
	.omegas-social-icons i {
		font-size: 14px;
		padding: 7px 9px;
	}
	.agileits-contact-info ul li {
		font-size: 15px;
	}
	header {
		padding: 10px 0;
	}
	.omegas-social-icons {
		margin-top: 5px;
	}
	.omega-footer-grid {
		width: 50%;
	}
	.omega-footer-grid h4 {
		margin: 0 0 15px 0;
	}
	.omega-footer-grid:nth-child(3),.omega-footer-grid:nth-child(4) {
		margin-top:40px;
	}
	.navbar {
		min-height: 44px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 12px 25px;
	}
	h3.omega-title, .omegaayouts-clients h3, .agile-info-advantages h3, .omegas-team h3 {
		font-size: 28px;
	}
	p.para {
		line-height: 26px;
		width: 85%;
	}
	.caption {
		letter-spacing: 1px;
	}
	.w3-about, .wthree-news {
		padding: 55px 0 70px;
	}
	.omega-abt-grid {
		padding: 30px 15px;
	}
	.agile-info-about-more h2 {
		font-size: 33px;
	}
	blockquote {
		padding-left: 70px;
	}
	blockquote:before {
		font-size: 40px;
		left: 15px;
	}
	.w3-agile-left,.w3-agile-left2 {
		width: 80%;
		padding: 26px 5px;
	}
	.content-section {
		padding: 60px 0;
	}
	.omegas-team p {
		width: 100%;
	}
	.omega-member-team p {
		font-size: 12.5px;
		line-height: 26px;
	}
	.omegaayouts-team-bg {
		min-height: 660px;
		padding: 55px 0 0 0;
	}
	.omega-service-grid p {
		font-size: 13px;
	}
	.omegas-services-bottom-grid {
		width: 100%;
	}
	.omegas-services-bottom-grid h3 {
		font-size: 20px;
		line-height: 35px;
	}
	.omegas-service-header p {
		font-size: 14px;
		width: 90%;
	}
	.caption {
		font-size: 18px;
	}
	.agileits {
		padding: 50px 0;
	}
	h2.agile-inner-title {
		margin-bottom: 20px;
		font-size: 32px;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 30px;
	}
	/*-- //icons-page --*/
	.map iframe {
		min-height: 350px;
	}
	i.fa.fa-quote-left {
		font-size: 26px;
	}
	.dropdown-menu>li>a {
		font-size: 15px;
		padding: 5px 20px;
	}
}
@media (max-width: 1050px){
	.omegas-about-top-right-grid h4,.omegas-about-top-left-grid h4 {
		font-size: 18px;
	}
	
}
@media (max-width: 1024px){
	.logo a {
		/*--font-size: 36px;---*/
	}
	.omegaayouts-inner-banner {
		min-height: 170px;
	}
	h2.agile-inner-title {
		margin-bottom: 18px;
		font-size: 30px;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 24px;
	}
	/*-- //sicons-page --*/
}
@media (max-width: 991px){
	.logo a {
		font-size: 34px;
	}
	.agileits-contact-info ul li:nth-child(2) {
		margin-left: 20px;
	}
	.omega-footer-grid {
		float: left;
	}
	.omega-abt-grid {
		padding: 25px 15px;
		width: 100%;
		margin: 20px 0;
	}
	.w3-about, .wthree-news {
		padding: 50px 0 45px;
	}
	p.para {
		width: 90%;
		font-size: 14px;
	}
	.omega-abt-grid h4 {
		margin: 20px 0 8px;
	}
	.omega-abt-grid p {
		line-height: 25px;
	}
	h3.gray.light {
		line-height: 28px;
		font-size: 17px;
		margin-bottom: 40px;
	}
	blockquote {
		padding-left: 60px;
	}
	blockquote:before {
		font-size: 33px;
	}
	.w3-agile-left, .w3-agile-left2 {
		width: 70%;
		padding: 45px 35px;
	}
	.omegas-about-top-left-grid h4 {
		margin: 15px 0 5px;
	}
	.omegas-about-top-left-grid p {
		line-height: 24px;
	}
	.omegas-about-top-right-grid h3 {
		margin-top: 25px;
	}
	.omegas-about-top-right-grid h4, .omegas-about-top-left-grid h4 {
		font-size: 20px;
	}
	.w3-about-gd-left {
		width: 12%;
	}
	.w3-about-gd-right {
		width: 88%;
	}
	.omegas-about-top-right-grid h4 {
		line-height: 20px;
	}
	.w3-about-top {
		margin-top: 30px;
	}
	.omegas-team p {
		letter-spacing: 0px;
	}
	.omega-member-team h4 {
		padding-top: 1em;
	}
	.omega-member-team p {
		line-height: 25px;
		padding: 5px 0 0;
	}
	.omega-member-team {
		text-align: center;
		margin: 0 aUto 50px;
		width: 55%;
	}	
	.omegaayouts-our-advantages-grid {
		width: 50%;
		float: left;
	}
	.omegaayouts-our-advantages-grid:nth-child(3),.omegaayouts-our-advantages-grid:nth-child(4),.omegaayouts-our-advantages-grid:nth-child(5),.omegaayouts-our-advantages-grid:nth-child(6) {
		margin:40px 0 0;
	}
	.omega-our-advantages-grd-left p {
		padding: 11px 0px;
		font-size: 20px;
		width: 50px;
		height: 50px;
	}
	.omega-our-advantages-grd-right h4 {
		margin: 0 0 5px;
	}
	.omegaayouts-clients {
		padding: 60px 0;
	}
	.omegaayouts-services-bottom {
		padding: 50px 0 35px;
	}
	.omegas-service-header p {
		font-size: 13.5px;
		width: 100%;
	}
	.omega-service-grid {
		width: 33.333%;
		float: left;
	}
	.omega-service-grid h4 {
		font-size: 17px;
		padding: 20px 0 5px;
	}
	.omega-service-grid p {
		line-height: 22px;
	}
	.w3-agile-blog-right {
		margin-top: 40px;
		width: 75%;
	}
	.agile-info-recent {
		margin: 3em 0;
	}
	.agileits {
		padding: 40px 0;
	}
	.map iframe {
		min-height: 300px;
	}
	.nbs-flexisel-nav-right {
		right: -7.3%;
	}
	.nbs-flexisel-nav-left {
		left: -7.3%;
	}
}
@media (max-width: 900px){
	.navbar-default .navbar-nav>li>a {
		padding: 12px 22px;
	}
	h3.omega-title, .omegaayouts-clients h3, .agile-info-advantages h3, .omegas-team h3 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.omegaayouts-clients h3 {
		margin-bottom: 50px;
	}
	section.agileits-contactus {
		padding: 50px 0;
	}
	.omegas-social-icons, .agileits-contact-info {
		width: 30.333%;
	}	
	.logo {
		width: 39.333%;
	}
	.logo a {
		font-size: 30px;
		letter-spacing: 0px;
	}
	.agileits-contact-info ul li:nth-child(2) {
		margin-left: 15px;
	}
	.ggrids {
		width: 50%;
	}
	/*-- icons-page --*/
	h3.agileits-icons-title {
		font-size: 26px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	/*-- //icons-page --*/
}
@media (max-width: 800px){
	.navbar-default .navbar-nav>li>a {
		padding: 12px 18px;
		font-size: 15px;
	}
	.logo {
		width: 100%;
	}
	.omegas-social-icons, .agileits-contact-info {
		width: 50%;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.omegas-social-icons i {
		font-size: 13px;
		padding: 6px 9px;
	}
	.wthree-right {
		width: 85%;
	}
	h3.omega-title, .omegaayouts-clients h3, .agile-info-advantages h3, .omegas-team h3 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.omegaayouts-clients h3 {
		margin-bottom: 40px;
	}
	p.para {
		font-size: 13px;
		line-height: 22px;
	}
	.agile-info-about-more h2 {
		font-size: 32px;
	}
	.omegaayouts-clients {
		padding: 50px 0;
	}
	.agileits {
		padding: 35px 0;
	}
	/*-- icons-page --*/
	.icon-box {
		margin: .2em 0 0.2em 0;
	}
	h3.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 22px;
		margin: 20px 0 15px;
	}
	/*-- //icons-page --*/
	.omega-footer-grid h4 {
		margin: 0 0 12px 0;
		font-size: 16px;
	}
	.omega-footer-grid ul li {
		line-height: 26px;
	}
	.nbs-flexisel-nav-right {
		right: -3.3%;
	}
	.nbs-flexisel-nav-left {
		left: -3.3%;
	}
}
@media (max-width: 768px){
	.wthree-right {
		width: 100%;
	}
	.nbs-flexisel-nav-right {
		right: -1.3%;
	}
	.nbs-flexisel-nav-left {
		left: -1.3%;
	}
	section.agileits-contactus {
		padding: 40px 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.omega-member-team {
		width: 65%;
	}
	.omega-our-advantages-grd-left p {
		padding: 9px 0px;
		font-size: 18px;
		width: 45px;
		height: 45px;
	}
	.agile-info-advantages {
		padding: 50px 0 10px;
	}
	.omegaayouts-services-bottom {
		padding: 45px 0 35px;
	}
	.omegas-services-bottom-grid h3 {
		font-size: 18px;
		line-height: 32px;
	}
	.ggrids {
		float: left;
	}
	/*-- typo-page --*/
	h3.head-top {
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}
	/*-- //typo-page --*/
}
@media (max-width: 736px){
	.content-section {
		padding: 40px 0;
	}
	section.agileits-contactus {
		padding: 40px 0 30px;
	}
	footer {
		padding: 40px 0;
	}
	.omegaayouts-address {
		margin-top: 40px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		text-align: center;
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #9a6a13;
		background-color: #000;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #a37b32;
		border-color: #a37b32;
	}
	.navbar-nav>li {
		display: block;
	}
}
@media (max-width: 667px){
	.nbs-flexisel-nav-right {
		right: -4.3%;
	}
	.nbs-flexisel-nav-left {
		left: -4.3%;
	}
	.omegas-social-icons, .agileits-contact-info {
		margin-bottom: 8px;
	}
	a.hi-icon i {
		font-size: 35px;
		padding: 25px 0 0 0;
	}
	a.hi-icon.icon1,a.hi-icon.icon2,a.hi-icon.icon3 {
		width: 84px;
		height: 84px;
	}
	.w3-agile-left, .w3-agile-left2 {
		padding: 35px 15px;
	}
	.omega-our-advantages-grd-left {
		padding-left: 0;
	}
	.w3-about-top {
		margin-top: 0px;
	}
	.w3-agile-blog-right {
		width: 90%;
	}
	.omegas-blog-leftl {
		padding: 0.8em;
		border-top: 3px solid #804E20;
	}
	.omegas-blog-leftl h4 {
		font-size: 1.3em;
	}
	.omegas-blog-leftl a {
		font-size: 1.3em;
		margin: 0.7em 0 0;
	}
	.admin-text {
		padding: 1.5em;
	}
	.admin-text-right p {
		line-height: 25px;
	}
	.page-blog {
		margin: 50px 0 0 110px;
	}
}
@media (max-width: 640px){
	.omega-footer-grid {
		width: 100%;
		margin-top:40px;
	}
	.omega-footer-grid:nth-child(1) {
		margin-top:0;
	}	
	.omegas-team p {
		line-height: 26px;
		padding: 0px 0 0;
	}
	.omega-member-team {
		width: 75%;
	}
	.omega-service-grid {
		width: 100%;
		margin-top: 40px;
	}
	.omega-service-grid:nth-child(1) {
		margin-top: 0px;
	}
	.omega-service-grid h4 {
		font-size: 19px;
		padding: 18px 0 5px;
	}
	h3.agileits-icons-title {
		font-size: 22px;
	}	
	.map iframe {
		min-height: 260px;
	}
	.navbar-nav>li {
		display: block;
	}
	.omegaayouts-inner-banner {
		min-height: 150px;
	}
	h2.agile-inner-title {
		margin-bottom: 16px;
		font-size: 28px;
	}
	.page-blog {
		margin: 50px 0 0 100px;
	}
}
@media (max-width: 600px){
	.agile-info-about-more h2 {
		font-size: 30px;
	}
	blockquote {
		padding-left: 55px;
		font-size: 17px;
	}
	blockquote:before {
		font-size: 30px;
	}
	.w3-agile-left, .w3-agile-left2 {
		padding: 25px 10px;
		width: 75%;
	}
	a.hi-icon i {
		font-size: 30px;
		padding: 25px 0 0 0;
	}
	a.hi-icon.icon1, a.hi-icon.icon2, a.hi-icon.icon3 {
		width: 79px;
		height: 79px;
	}
	.agileits-contactus h4, .contact-us h4 {
		font-size: 20px;
	}
	.omega-member-team {
		width: 85%;
	}
	.omegas-blog-leftr ul {
		padding: 0.7em 0;
		margin: 15px 0 35px;
	}
	address {
		margin-bottom: 10px;
	}
}
@media (max-width: 568px){
	.omegas-social-icons i {
		font-size: 12px;
		padding: 6px 8px;
	}
	.logo a {
		font-size: 28px;
	}
	header {
		padding: 8px 0;
	}
	.agileits-right a {
		font-size: 21px;
		letter-spacing: 1px;
	}
	p.para {
		margin: 0 auto 35px;
		width: 100%;
	}
	.work-left h4 {
		font-size: 21px;
	}
	.agileits-right p {
		line-height: 25px;
		margin-top: 8px;
	}
	.w3-about-gd-left {
		width: 16%;
	}
	.w3-about-gd-right {
		width: 84%;
	}
	.omegas-team p {
		line-height: 24px;
		font-size: 12.5px;
	}
	p.vel {
		line-height: 20px;
		width: 100%;
		margin: 0 auto 35px;
	}
	.omegas-blog-leftl {
		padding: 0.8em 0.3em;
	}
	.omegas-blog-leftl h4 {
		font-size: 1.2em;
	}
	.omegas-blog-leftl a {
		font-size: 1.2em;
		margin: 0.6em 0 0;
	}
	.omegas-blog-leftr p {
		line-height: 26px;
	}
	.admin-text-right {
		width: 80%;
	}
	/*-- icons-pahe --*/
	.icons-page .bs-glyphicons li {
		width: 30%;
	}
	/*-- icons-pahe --*/
	.map iframe {
		min-height: 220px;
	}
	.page-blog {
		margin: 50px 0 0 90px;
	}
}
@media (max-width: 480px){
	.map iframe {
		min-height: 200px;
	}
	header {
		position: static;
	}
	.agileits-contact-info ul li {
		font-size: 14px;
	}
	.omegas-social-icons, .agileits-contact-info {
		width: 100%;
		text-align: center;
	}
	h3.omega-title, .omegaayouts-clients h3, .agile-info-advantages h3, .omegas-team h3 {
		font-size: 22px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	.w3-about, .wthree-news {
		padding: 40px 0 35px;
	}
	.navbar-toggle {
		padding: 8px 8px;
	}
	.agile-info-about-more h2 {
		font-size: 28px;
	}
	.caption.gray {
		font-size: 18px;
	}
	.w3-agile-left, .w3-agile-left2 {
		padding: 20px 5px;
		width: 100%;
	}
	.wel-right,.wel-right2 {
		width: 100%;
	}
	.omegaayouts-clients h3 {
		margin-bottom: 35px;
	}
	.omegaayouts-inner-banner {
		min-height: 80px;
	}
	.omegas-about-top-right-grid h4, .omegas-about-top-left-grid h4 {
		font-size: 18px;
	}	
	.omega-member-team {
		width: 100%;
	}
	.omegaayouts-our-advantages-grid {
		width: 100%;
	}
	.omegaayouts-our-advantages-grid:nth-child(2) {
		margin: 40px 0 0;
	}	
	.omegas-blog-leftr {
		width: 100%;
		margin-top:15px;
	}
	.omegas-blog-leftl {
		width: 100%;
		padding: 0.5em;
	}
	.omegas-blog-leftl h4 {
		float: left;
		width: 50%;
		border-bottom: 1px dotted transparent;
		border-right: 1px dotted #fff;
	}
	.omegas-blog-leftl a {
		float: right;
		width: 50%;
	}
	.page-blog {
		margin: 40px 0 0 0px;
	}
	.w3-agile-blog-right {
		width: 100%;
	}
	.ggrids {
		width: 100%;
	}
	.grid_3 {
		padding: 1em;
	}
	.icon-box {
		width: 100%;
	}
	.icons-page .bs-glyphicons li {
		width: 47%;
	}
}
@media (max-width: 414px){
	.map iframe {
		min-height: 170px;
	}
	.agile-info-about-more h2 {
		font-size: 26px;
	}
	.omega-footer-grid,.omegas-about-top-left-grid,.omegas-about-top-right-grid,.omegas-blog-left,.w3-agile-blog-right {
		padding: 0;
	}
	.omegaayouts-agileits {
		padding: 0;
	}
	.omegas-blog-leftr ul li {
		margin: 0 1em 0 0;
	}
	.w3-blog-left-grid:nth-child(2) {
		margin: 50px 0;
	}
	.wom-right h4 {
		margin: 0 0 .3em;
	}
	.admin-text-right {
		width: 73%;
	}
	.coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] {
		width: 100%;
	}
	.typo-1 {
		padding: 0px;
	}
	.omegaayouts-inner-banner {
		min-height: 50px;
	}
	h3.icon-subheading {
		font-size: 20px;
		margin: 15px 0 10px;
	}
}
@media (max-width: 384px){
	.map iframe {
		min-height:140px;
	}
	.agile-info-about-more h2 {
		font-size: 24px;
	}
	.w3-agile-left, .w3-agile-left2 {
		padding: 20px 10px;
	}
	.w3-about-gd-left {
		width: 20%;
	}	
	.w3-about-gd-right {
		width: 80%;
	}
	.omegaayouts-services-bottom {
		padding: 40px 0 30px;
	}
	.omegas-services-bottom-grid {
		padding: 0;
	}
}
@media (max-width: 375px){
	.map iframe {
		min-height: 130px;
	}
	.content-section {
		padding: 30px 0;
	}
	.omegas-blog-leftr ul li {
		margin: 0 0.7em 0 0;
	}
	.omegas-blog-leftr ul li a i {
		left: -6px;
	}
	.omegas-blog-leftr ul {
		margin: 15px 0 30px;
	}
}
@media (max-width: 320px){
	.logo a {
		font-size: 27px;
	}
	.omegas-social-icons, .agileits-contact-info {
		margin-bottom: 5px;
	}
	.agileits-right {
		width: 100%;
		margin-top: 7px;
	}
	h3.omega-title, .omegaayouts-clients h3, .agile-info-advantages h3, .omegas-team h3 {
		font-size: 21px;
	}
	.omegaayouts-our-advantages-grid {
		padding: 0;
	}
	.omegas-services-bottom-grid ul li {
		padding-left: 0em;
		font-size: 13px;
	}
	.omegas-services-bottom-grid ul li a {
		font-size: 13px;
		letter-spacing: 0px;
	}
	.omegaayouts-inner-banner {
		min-height: 0px;
	}
	.omegas-blog-leftr ul li {
		margin: 10px 0em 0 0;
	}
	.omegas-blog-leftr ul {
		margin: 10px 0 30px;
		padding: 0.3em 0;
	}
	.admin-text-left {
		width: 27%;
	}
	.admin-text-left a img {
		width: 100%;
	}
	.admin-text-right {
		width: 69%;
	}
	.w3-agile-blog-right h3, .response h4, .coment-form h4 {
		font-size: 25px;
	}
	.response h4, .coment-form h4 {
		margin: 40px 0 0px !important;
	}
	.icons-page .bs-glyphicons li {
		width: 100%;
		height: 95px;
	}
}
/*---------------------------------------------------sidebar----------------------------------*/
 .animate {
    	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.navbar-fixed-left {
		position: fixed;
		top: 0px;
		left: 0px;
		border-radius: 0px;
	}

	.navbar-minimal {
		width: 60px;		
		min-height: 60px;
		max-height: 100%;
		background-color: rgb(51, 51, 51);
		background-color: rgba(51, 51, 51, 0.8);
		border-width: 0px;
		z-index: 1000;
	}

	.navbar-minimal > .navbar-toggler {
		position: relative;
		min-height: 60px;
		border-bottom: 1px solid rgb(81, 81, 81);
		z-index: 100;
		cursor: pointer;
	}

	.navbar-minimal.open > .navbar-toggler,
	.navbar-minimal > .navbar-toggler:hover 
	{
	    background-color:#f47226;
		/*---background-color: rgb(158, 202, 59);---*/
	}
    .navbar-minimal > .navbar-toggler > span
    {
        font-family: FontAwesome;
   content: "\f015";
        font-size: 2.2em;
  color: #FFF;
        }
     .navbar-minimal > .navbar-toggler > span:before
    {
        font-family: FontAwesome;
   content: "\f015";
        }
	.navbar-minimal > .navbar-toggler > span {
		position: absolute;
		top: 50%;
		right: 50%;
		margin: -20px -2px 0 0;
		width: 16px;
		height: 16px;
		/*----background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);---*/
		content: "\201C";
		background-repeat: no-repeat;
		background-position: 0 0;
		-webkit-transition: -webkit-transform .3s ease-out 0s;
		-moz-transition: -moz-transform .3s ease-out 0s;
		-o-transition: -moz-transform .3s ease-out 0s;
		-ms-transition: -ms-transform .3s ease-out 0s;
		transition: transform .3s ease-out 0s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.navbar-minimal > .navbar-menu {
		position: absolute;
		top: -1000px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		z-index: 50;
		background-color: rgb(51, 51, 51);
		background-color: rgba(51, 51, 51, 0.8);
	}
	.navbar-minimal > .navbar-menu > li > a {
		position: relative;
		display: inline-block;
		color: rgb(255, 255, 255);
		padding: 20px 23px;
		text-align: center;
		cursor: pointer;
		border-bottom: 1px solid rgb(81, 81, 81);
		width: 100%;
		text-decoration: none;
		margin: 0px;
	}

	.navbar-minimal > .navbar-menu > li > a:last-child {
		border-bottom-width: 0px;
       
	}
  	.navbar-minimal > .navbar-menu > li > a:hover {
		/*-background:rgb(158, 202, 59);--*/
		background-color:#f47226;
	}
	.navbar-minimal > .navbar-menu > li > a > .glyphicon {
		float: right;
	}

	.navbar-minimal.open {
		width: 300px;
	}

/*-	.navbar-minimal.open > .navbar-toggler > span {
		background-position: 0 -16px;
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}--*/

	.navbar-minimal.open > .navbar-menu {
		top: 60px;
		width: 100%;
		min-height: 100%;
	}

	@media (min-width: 768px) {
		.navbar-minimal.open {
			width: 300px;
		}
		.navbar-minimal.open > .navbar-menu {
			overflow: visible;
		}
		.navbar-minimal > .navbar-menu > li > a > .desc {
			position: absolute;
			display: inline-block;
			top: 50%;
			left: 130px;
			margin-top: -20px;
			margin-left: 20px;
			text-align: center;
			white-space: nowrap;
			padding: 10px 13px;
			border-width: 0px !important;
			background-color: rgb(51, 51, 51);
			background-color: rgba(51, 51, 51, 0.8);
			opacity: 0;
		}
	
	}
 
/*------------------ .animate {
    	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.navbar-fixed-left {
		position: fixed;
		top: 0px;
		left: 0px;
		border-radius: 0px;
	}

	.navbar-minimal {
		width: 60px;		
		min-height: 60px;
		max-height: 100%;
		background-color:#F47226;
		border-width: 0px;
		z-index: 1000;
	}

	.navbar-minimal > .navbar-toggler {
		position: relative;
		min-height: 60px;
		border-bottom: 1px solid rgb(81, 81, 81);
		z-index: 100;
		cursor: pointer;
	}

	.navbar-minimal.open > .navbar-toggler,
	.navbar-minimal > .navbar-toggler:hover {
		background-color:#f47226;
	}

	.navbar-minimal > .navbar-toggler > span {
		position: absolute;
		top: 50%;
		right: 50%;
		margin: -8px -8px 0 0;
		width: 16px;
		background-color:#FFF;
		height: 16px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OComegaDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
		background-repeat: no-repeat;
		background-position: 0 0;
		-webkit-transition: -webkit-transform .3s ease-out 0s;
		-moz-transition: -moz-transform .3s ease-out 0s;
		-o-transition: -moz-transform .3s ease-out 0s;
		-ms-transition: -ms-transform .3s ease-out 0s;
		transition: transform .3s ease-out 0s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.navbar-minimal > .navbar-menu {
		position: absolute;
		top: -1000px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		z-index: 50;
		background-color: rgb(51, 51, 51);
		background-color: rgba(51, 51, 51, 0.8);
	}
	.navbar-minimal > .navbar-menu > li > a {
		position: relative;
		display: inline-block;
		color: rgb(255, 255, 255);
		padding: 20px 23px;
		text-align: center;
		cursor: pointer;
		border-bottom: 1px solid rgb(81, 81, 81);
		width: 100%;
		text-decoration: none;
		margin: 0px;
	}

	.navbar-minimal > .navbar-menu > li > a:last-child {
		border-bottom-width: 0px;
       
	}
  	.navbar-minimal > .navbar-menu > li > a:hover {
			background-color:#f47226;
	}
	.navbar-minimal > .navbar-menu > li > a > .glyphicon {
		float: right;
	}

	.navbar-minimal.open {
		width: 300px;
	}

	.navbar-minimal.open > .navbar-toggler > span {
		background-position: 0 -16px;
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.navbar-minimal.open > .navbar-menu {
		top: 60px;
		width: 100%;
		min-height: 100%;
	}

	@media (min-width: 768px) {
		.navbar-minimal.open {
			width: 300px;
		}
		.navbar-minimal.open > .navbar-menu {
			overflow: visible;
		}
		.navbar-minimal > .navbar-menu > li > a > .desc {
			position: absolute;
			display: inline-block;
			top: 50%;
			left: 130px;
			margin-top: -20px;
			margin-left: 20px;
			text-align: center;
			white-space: nowrap;
			padding: 10px 13px;
			border-width: 0px !important;
			background-color: rgb(51, 51, 51);
			background-color: rgba(51, 51, 51, 0.8);
			opacity: 0;
		}
	
	}
 -------------------*/
 
 blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 2em;
  line-height: 1.2;
  color: #F47226;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #F47226;
  border-right: 2px solid #f47226;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
/*---------------------------------------box----------------------------------------*/
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
/*-.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}---*/
/*-.card .user{---*/
.box-icon {
    border-radius: 50%;
    display: block;
    display: table;
    height: 100px;
    margin: 0 auto;
    margin-top: -61px;
    width: 100px;
    overflow: hidden;
}
.box .box-icon img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
    
}

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

/*---------------------------------product slider-----------------------------------------------*/
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
/*--------------------------------------------------------------*/
.panel-front { /* Only for this preview */
    margin-bottom:20px;
    margin-top:20px;
    min-height:490px;
    background-color:#f47021;
}

.panel-front .panel-heading .panel-title img {
	border-radius:3px 3px 0px 0px;
	width:100%;
}

.panel-front .panel-heading {
	padding: 0px;	
}

.panel-front .panel-heading h4 {
	line-height: 0;
}

.panel-front .panel-body h4 {
	font-weight: bold;
	color:#000;
	margin-top: 5px;
	margin-bottom: 15px;
}
.panel-body p 
{
    font-size:1.3em;
    color:#FFF;
    text-align:justify;
}
.panel-body h4 
{
    font-size:1.4em;
    text-align:justify;
    color:#F47226;
}
.text-right {
    margin-top: 10px;
}
/*-------------------------------logo slider-----------------------------*/
.team_columns_carousel_wrapper {
    padding-top: .3em;
    overflow: hidden;
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top: 26px;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_carousel_control_icons {
    line-height: 35px;
    font-size: 20px!important;
    font-weight: normal!important;
    margin-top:0px;
}
.team_columns_carousel_control_left {
    left: 26px!important
}
.team_columns_carousel_control_right {
    left: 63px!important
}
.adv_left {
    left: 41px!important
}
.adv_right {
    left: 78px!important
}
.team_columns_item_image {
    padding-top: 60px;
    padding-bottom: 25px
}
.team_columns_item_image img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_image:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}
.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 30px
}
.team_columns_item_caption>hr {
    width: 15%
}
.team_columns_item_caption h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: left;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}
@media(min-width:768px) and (max-width:789px) {
    .adv_team_columns_item_social a, .adv_team_columns_item_social a:visited {
        margin-right: 0
    }
}
.team_columns_carousel_wrapper {
    
    background-color:transparent;
}
.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: #fff;
    background: #F37024!important
}
.team_columns_item_caption {
    color: #fff;
    background: #171717
}
.team_columns_item_caption>hr {
    border-top: 2px solid #F37024
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #F37024
}
.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #F37024
}
.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200
}
.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
    display: none
}
@media all and (min-width: 768px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -50%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 50%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-1 {
        display: block
    }
}
@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}
@media all and (min-width: 992px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -25%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 25%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-2,
    .four_shows_one_move .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .four_shows_one_move .carousel-inner>.item.active.right,
    .four_shows_one_move .carousel-inner>.item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.active.left,
    .four_shows_one_move .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0
    }
    .four_shows_one_move .carousel-inner>.item.left,
    .four_shows_one_move .carousel-inner>.item.prev.right,
    .four_shows_one_move .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}