

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 15px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #1b1b1b;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact {
  padding-top: 40px;
  padding-bottom:30px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #0754ac;
  color: white;
  padding: 5px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 3px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 2px 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: #feac00;
  color: #ffffff;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 5px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 0px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 40px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: capitalize;
  color: #163875;
  font-size: 15px;
  font-weight:bold;
  padding: 8px 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #1dadf6;
  color: white;
}

.main-header .menu ul li a:hover {
  background: #0b53a8;
  color: white;
}

.main-header-shrink {
  padding: 8px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -80px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
  
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #2f302b;
  transition: visibility 0s, opacity 0.5s linear;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.responsive-menu .menu ul li a:hover
{
	color:#ffae00;
}

.responsive-menu .menu ul li a.current {
  background-color: #444444;
}


/*Features Block */

/* Feature Block One */

.feature-block-one {
    position: relative;
}

.feature-block-one .inner-box {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.feature-block-one .inner-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 38px;
    right: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
    -webkit-transform: translateY(38px);
        -ms-transform: translateY(38px);
            transform: translateY(38px);
    background: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover::before {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.feature-block-one .image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .image .icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 75px;
    height: 80px;
    font-size: 35px;
    color: rgb(255, 255, 255);
    line-height: 75px;
    text-align: center;
}

.feature-block-one .image .icon::before {
    position: absolute;
    content: "";
    top: 16px;
    left: -5px;
    height: 64px;
    width: 100px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 32px;
}

.feature-block-one .image .icon span {
    position: relative;
}

.feature-block-one .inner-box:hover .image {
    opacity: 0;
    visibility: hidden;
}

.feature-block-one .content {
    position: relative;
    text-align: center;
    padding: 24px 0px;
}

.feature-block-one .content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.feature-block-one .content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.feature-block-one .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    padding: 0px 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.feature-block-one .text {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 38px 30px 0px;
    border-radius: 6px;
}

.feature-block-one .text::before {
    position: absolute;
    content: "";
    opacity: 0.85;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(32, 22, 48);
    border-radius: 6px;
}

.feature-block-one .text p {
    color: rgb(215, 207, 227);
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.feature-block-one .text .link-btn {
    position: relative;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
    display: inline-block;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.feature-block-one .inner-box:hover .link-btn a {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

 .bottom-content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px !important;
}

.bottom-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgb(12, 41, 87);
}

.bottom-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.bottom-content h3:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 9px;
    font-size: 60px;
    color: #c7cfcd;
    width: 55px;
    height: 38px;
    background: url(../images/icons/icon-13.png);
}

.bottom-content .theme-btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
}


/*-----------------End--------------------*/

/* Features Section */

.link-btn a {
        color: #fff;
        border: none;
		margin: 20px;
        padding: 10px 20px;
		display: inline-block;
        font: bold 18px sans-serif;
        background: #fd7c2a;
		text-decoration: none;
        -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
        transition: background 1s; /* For modern browsers */
		border-radius:20px;
    }
   .link-btn a:hover {
        background: #0b53a8;
    }

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 30px;
    letter-spacing: -0.5px;
}



#contact1
{
padding:70px 0px;	
background:#0f2834;
color:rgba(255,255,255,1);
}

/*---------------------------------------------------
Request Call
----------------------------------------------------*/
#requestcall{padding:70px 0px; }

#requestcall input, #requestcall textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
  border-radius:0px;
  margin:20px 0px;
}

#requestcall select
{
	outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
  border-radius:0px;
  margin:20px 0px;
}


#requestcall .request
{
	background:#ffcb3d;
	color:rgba(255,255,255,1);
	padding:10px;
	width:120px;
	font-weight:bold;
	font-size:17px;
}

#requestcall .request:hover
{
	background:#333333;
}


/*---------------------------------------------------
Decade Exp
----------------------------------------------------*/
#decadeexp{padding:70px 0px; background:linear-gradient(0deg, rgba(8, 55, 65, 0.8), rgba(20, 39, 41, 0.9)), url(../images/decade-experience.jpg);
  background-size:cover; }
#decadeexp h3{text-align:center; color:#FFFFFF; font-size:2.3vw; line-height:35px; }




/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.products
{
	margin-bottom:20px;
	
}


.proimg
{
	width:99%;
	border:#f7f7f7 solid 1px;
	background:#ffffff;
	padding-bottom:10px;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(158,158,158,1);
-moz-box-shadow: 2px 4px 5px 0px rgba(158,158,158,1);
box-shadow: 2px 4px 5px 0px rgba(158,158,158,1);
}

.proimg img
{
	padding:15px;
}

.proimg h3{
	text-align:center;
	font-size:18px;
}

.title-section {
  margin-bottom: 20px;
}

.title-section h1 {
  font-size: 24px;
  font-weight: bold;
  color:#0b53a8;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  line-height:30px;
}

.title-section h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  line-height:25px;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 50%;
  height:2px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#171636;
}

.widget-title-sm {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#0b53a8;
}

.widget-title-sm1 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color:#0b53a8;
}

.widget-title-smnew {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color:#0b53a8;
  text-align:center;
}

.widget-title-smb {
  font-size: 14px;
  color:#454545;
  margin-left:10px;
}


.mainBtn {
  background-color: #ffb400;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

.img-border
{
	border:2px solid #171636;
	border-radius:5px;
	padding:10px;
	margin:10px;
}

p
{
	padding:8px 0px 8px 0px;
	text-align:justify;
	line-height:22px;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 80px;
  margin-top: 20px;
  
}
#portfolio .title-section h2 {
  color: #1b1b1b;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border:#e3722e solid 1px;
  border-radius:5px;
  padding:4px;
 transition: background 0.5s ease;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(47, 48, 43, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: background 0.3s ease;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
  background: rgba(47, 48, 43, 0.5);
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about 
{
	background:#f7f7f7;
}


#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

#about ul
{
	margin-left:20px;
}

#about ul li
{
	line-height:30px;
	list-style:square;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact
{
	/*background:#163875;*/
	border-top:4px solid #ffb400;
	background:linear-gradient(0deg, rgba(22, 56, 117, 0.8), rgba(22, 56, 117, 0.8)), url(../images/contact-bg.jpg);
  background-size:cover;
}


#contact .contact-form .full-row {
  width: 70%;
  margin-bottom: 20px;
  
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #ffb400;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #1b1b1b;
  border-radius:5px;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
  color:#ffffff;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #ffb400;
  font-size: 16px;
  margin-right: 12px;
}

.padbot
{
	margin:50px 0px;
	padding:30px 0px;
}

.padbot ul
{
	margin-left:20px;
	list-style:square;
}

.padbot ul li
{
	line-height:27px;
}

#requestcall ul
{
	margin-left:20px;
}

#requestcall ul li
{
	line-height:30px;
	list-style:square;
}


.padbot1
{
	margin:50px 0px;
	padding:30px 0px;
	background:#ffffff;
}

#sideform 
{
	background:#1b1b1b;
	padding:25px 15px;
}

#sideform .contact-form .full-row {
  width: 95%;
  margin-bottom: 20px;
  
}
#sideform .contact-form input, #sideform .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #ffb400;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #1b1b1b;
  border-radius:5px;
}
#sideform .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#sideform .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#sideform .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#sideform .contact-info {
  margin-top: 30px;
  color:#ffffff;
}
#sideform .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#sideform .contact-info span i {
  color: #ffb400;
  font-size: 16px;
  margin-right: 12px;
}














.flexslider {
  margin-top: 85px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: left;
  left:70%;
  right:10%;
  z-index: 999;
  color: #0a2d6d;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: #005fce;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
  text-align: right;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 0px;
  background-color: #0854a8;
  color: #ffffff;
  padding: 5px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: #1b1b1b;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 115px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 80px;
  }

  .responsive-menu .menu {
    top: 15px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/


@media only screen and (max-width: 640px) {
	
	#decadeexp h3{text-align:center; color:#FFFFFF; font-size:4.7vw; line-height:35px; }
	
	.logo img
	{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	.main-header
	{
		padding:0px;
	}
	
	.contact-info
	{
		text-align:center;
	}
	
	.contact-info img
	{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	#contact h4
	{
		text-align:center;
	}
	
	#contact .contact-form .full-row {
  width: 99%;
  margin-bottom: 20px;
  
}
	
	
}