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;
    margin: 0 0 10px;
}

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: 16px/30px "Varela Round", sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #777777;
}

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: "Varela Round", sans-serif;
    color: #444444;
}

p {
    margin: 0 0 10px;
}

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

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

/*------------------------------------------------------
  Header Styles 
--------------------------------------------------------*/

.top-header {
    background: #124C7F;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.top-header .left-header span {
    display: inline-block;
    margin: 1px 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: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid white;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 5px;
}

.top-header .right-header ul.social-icons li a:hover {
    background-color: white;
    color: #124C7F;
}

.main-header {
    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: 8px;
}

.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: 15px;
}

.main-header .menu ul li {
    display: inline-block;
    margin-left: 15px;
}

.main-header .menu ul li a {
    text-transform: uppercase;
    color: #777777;
    font-size: 14px;
    padding: 8px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.main-header .menu ul li a:hover {
    text-transform: uppercase;
    /*background-color: #e6e6e6;*/
    color: #777777;
    font-size: 14px;
    padding: 8px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #124c7f;
    background-color: rgba(0, 0, 0, 0.08);
}

.main-header .menu ul li a.current {
    background: #124C7F;
    color: white;
}

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

.responsive-menu {
    position: relative;
    top: -18px;
}

.responsive-menu .toggle-menu {
    font-size: 24px;
    color: #124C7F;
}

.responsive-menu .menu {
    display: none;
    position: absolute;
    top: 52px;
    width: 100%;
    background-color: #124C7F;
}

.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.current {
    background-color: #444444;
}

/*------------------------------------------------------
  Basic Layout Styles 
--------------------------------------------------------*/

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

.title-section h2 {
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.title-section span {
    display: block;
    width: 70px;
    height: 4px;
    background: #124C7F;
    margin: 0 auto;
}

.widget-title {
    font-size: 20px;
    background: #124c7f;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 15px;
    padding: 5px 5px;
}

.mainBtn {
    background-color: #124C7F;
    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;
}

/*------------------------------------------------------
  Services Styles 
--------------------------------------------------------*/

#services .service-item .service-header {
    padding-bottom: 20px;
    clear: both;
}

#services .service-item .service-header i {
    color: #124C7F;
    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: 100px;
    background: #3d3f3f;
}

#portfolio .title-section h2 {
    color: white;
}

#portfolio .portfolio-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

#portfolio .portfolio-thumb img {
    width: 100%;
    height: auto;
}

#portfolio .portfolio-thumb .overlay {
    opacity: 0;
    visibility: visible;
    background: rgba(227, 114, 46, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -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;
}

#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;
}

#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;
}

/*------------------------------------------------------
  About Styles 
--------------------------------------------------------*/

#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: #124C7F;
    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: #124C7F;
    margin-bottom: 10px;
}

#about .our-team .team-member .inner-content span {
    color: #9d9d9d;
    margin-bottom: 15px;
    display: block;
}


/*------------------------------------------------------
  Contact Styles 
--------------------------------------------------------*/

#contact .contact-form .full-row {
    width: 100%;
    margin-bottom: 20px;
}

#contact .contact-form input,
#contact .contact-form textarea {
    outline: 0;
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    color: #777777;
}

#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;
}

#contact .contact-info span {
    margin-top: 20px;
    display: block;
    font-size: 14px;
}

#contact .contact-info span i {
    color: #124C7F;
    font-size: 16px;
    margin-right: 12px;
}

.flexslider {
    /*margin-top: 80px;*/
    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: center;
    z-index: 999;
    color: white;
}

.flex-caption h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 45px;
}

.flex-caption p {
    font-size: 18px;
    font-family: 'Varela Round', serif;
    line-height: 1px;
    
}

.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: 50px;
    background-color: #124C7F;
    color: white;
    padding: 40px 0 40px;
}

.site-footer p {
    margin-top: 10px;
}

/*.site-footer a {
    color: white;
    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) {
    body {
        font: 13px/25px "Varela Round", sans-serif;
        -webkit-font-smoothing: antialiased;
        word-wrap: break-word;
        color: #777777;
    }
    .flex-caption {
        display: none !important;
    }
    .contact-form {
        margin-bottom: 60px;
    }
    .main-header {
        height: 60px;
    }
    .main-header .logo {
        margin: 0;
    }
    /*.flexslider {
        margin-top: 60px;
    }*/
    .responsive-menu .menu {
        top: 32px;
    }
    .navbar-nav {
        background: #eaeaea;
    }
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
    }
    .app-hi {
        padding-top: 20px ! important;
        font-size: 12px;
    }
    .top-header {
        font-size: 10px;
        padding: 0px 0px 10px;
    }
    #services,
    #portfolio,
    #about,
    #contact {
        padding-top: 25px;
    }
    .title-section {
        margin-bottom: 15px;
    }
    .link-1 {
        transition: 0.3s ease;
        color: #ffffff;
        text-decoration: none;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        margin: 0 5px;
    }

    .link-1:hover {
        background-color: #124c7f;
        transition: 0.3s ease;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }
    .site-footer {
        margin-top: 15px;
        background-color: #124C7F;
        color: white;
        padding: 12px 0 10px;
    }
    .our-skills {
        margin-top: 30px;
    }
    .title-section h2 {
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        margin-bottom: 8px;
    }
    .marg-top {
        margin-top: 0px ! important;
    }
}









/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/

.dropdown-menu {
    text-align: left;
}

.navbar {
    margin-bottom: -5px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    margin: 9.5px 0 0 0;
}

.navbar-collapse {
    border-color: transparent ! important;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: -2px;
    margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #f5f5f5;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav-pills>li>a {
    border-radius: 25px 0px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: white;
    background-color: #124c7f;
}

.marg-top {
    margin-top: 25px;
}

.marg-tb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.app-stl {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.app-stl * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.app-stl img {
    max-width: 100%;
    opacity: 0.75;
    position: relative;
    vertical-align: top;
}

.app-stl figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.app-stl h3 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #000000;
    bottom: 0;
    font-weight: 800;
    letter-spacing: -0.4px;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
}

.app-stl ul li {
    margin-top: 10px;
    padding: 0px 20px;
    opacity: 0;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.app-hi {
    padding-top: 45px;
}

.app-stl i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 54px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.app-stl .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: rgba(18, 76, 127, 0.80);
    display: flex;
    font-size: 65px;
    justify-content: center;
    opacity: 0;
}

.app-stl a {
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: default;
}

.app-stl:hover .hover,
.app-stl.hover .hover {
    opacity: 1;
}

.app-stl:hover ul li,
.app-stl.hover ul li {
    opacity: 1;
}

.app-stl:hover h3,
.app-stl.hover h3 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.app-stl:hover i,
.app-stl.hover i {
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
}


.link-1 {
    transition: 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
    border-radius: 0px 15px 0 15px;
}

.link-1:hover {
    background: #124c7f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #124c7f, #868686); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #124c7f, #868686); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #124c7f, #868686); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #124c7f, #868686); /* Standard syntax */
    background-color: #124c7f ! important;
    transition: 0.5s ease all;
    color: #fff ! important;
    border-radius: 0px 15px 0 15px;
}

.form-control {
    border-radius: 0px;
}

.site-footer {
    font-size: 12px;
}

.site-footer h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
    line-height: 45px;
    border-bottom: 1px dotted #d4d4d4;
    margin-bottom: 18px;
}

/*.line{
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 350, from(#fff), to(#124c7f));
}*/
.foot-f a {
    color: #fff;
}
.foot-f a:hover {
    color: #fff;
    text-shadow: 6px 5px 10px #060606;
}

.footer-btm {
    background-color: #e4e4e4;
    margin: 0px;
    padding: 15px 0 5px;
    border-bottom: 5px solid #124c7f;
}

.social-icons-fot a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50px;
}

.social-icons-fot a:hover {
    background-color: #fff;
    color: #124c7f;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50px;
}

.remore {
    background: #c8e5ff;
    border:1px dashed transparent;
    padding: 3px 8px;
    color: #124c7f;
    font-size: 13px;
    border-radius: 5px;
}
.remore:hover {
    background: transparent;
    border:1px dashed #124c7f;
    padding: 3px 8px;
    color: #124c7f;
    font-size: 13px;
    border-radius: 5px;
}
.mainlogo{
    margin-left: auto;
   margin-right: auto;
   display: block;
    width: 7%;
    margin-top: -50px;
}