/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:    ArchLight - HTML5 Template
    Version:    1.0
    Author:     Oasis Theme
    Last change:    27/11/2017
    Primary use:        agency, architects, architecture, building, buldings, business, construction, corporate, enginer, house, property, real estate, retina, showcase
-------------------------------------------------------------------*/


/* ========================================================================== */


/* ========================================================================== */


/* [Table of contents] */


/* ========================================================================== */


/* ========================================================================== */


/*------------------------------------------------------------------
1. Body
2. Headings
3. Header / .header
4. Navigation / #navbar
5. Slider/ .slider
6. About Us / #about-us
7. Services / #services
8. Projects / #projects
9. Our Team / #our-team
10. Testimonials / #testimonials
11. Blogs / #blogs
12. Partners / #partners
13. Footer / #footer
14. Contact / #contact
16. Responsive
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    Colors

# Dark grey (headings) #2c2c2c
# Bluewood #34495E
# White (top navigation) #fff
# Orange (Primary Color) ##f4a528 
# Gray (contents heading and paragraph) #646464
-------------------------------------------------------------------*/


/*=======================================================
      THEME STYLING START
========================================================*/

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-size: 14px;
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    background-color: #fff;
}


/*=======================================================
      HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #2c2c2c;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 2.571em;
    font-weight: 700;
}

h2 {
    font-size: 2.143em;
    font-weight: 700;
}

h3 {
    font-size: 2.143em;
}

h4 {
   /* font-size: 1.429em;*/
	    font-size: 2.429em
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: .75em;
}

p {
    font-size: 1.2em;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

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

input,
optgroup,
select,
textarea {
    font-size: 1em;
    font-weight: 400;
    color: #000000;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #03468a;
    border: solid 1px #34495e;
    width: 100%;
    height: 55px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #ffffff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
    border: solid 1px #ffffff;
    background-color: transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
    color: #fff;
    width: 160px;
    text-transform: uppercase;
    outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #e67e22;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
    font-style: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-style: normal;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-style: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-style: normal;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
   /* color:#ffc107;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
section,
summary {
   /* padding-top: 60px;
    padding-bottom: 60px;*/
    float: left;
    width: 100%;
}

.contact-top {
    float: left;
    width: 100%;
    height: 34px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#dedede;
}

.contact-top .c-data {
    float: left;
    height: auto;
}

.contact-top .c-data .inner {
    float: left;
}

.contact-top .icon {
    float: left;
    width: 30px;
    height: auto;
    margin-top: -9px;
}

.contact-top .icon i {
    font-size: 2.286em;
    color: #f39c12;
}

.contact-top .info {
    float: left;
    width: 87%;
    height: auto;
    padding-left: 15px;
}

.contact-top .info span {
    font-size: 1em;
    font-weight: 900;
    color: #03468a;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    width: 100%;
    height: auto;
    line-height: 16px;
}

.top-social {
    /*padding-top: 5px;*/
    float: left;
    margin-top: -6px;
}

.top-social .icons {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0;
}

.top-social .icons li {
    font-size: 1.571em;
    float: left;
    list-style: none;
    padding: 0px 6px;
}

.top-social .icons li a {
    color: #fff;
    outline: none;
    float: left;
}

.top-social .icons li a i {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-align: center;
    padding: 10px 15px 5px;
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid rgba(169, 0, 0, 0);
    transform: scale(1);
	color: #03468a;
}

.top-social .icons li a i:hover {
    border: 1px solid #fff;
    transform: scale(0.8);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: 0;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.slider * {
    outline: none;
}

.slider.slick-initialized.slick-slider.slick-dotted {
    height: 700px;
    overflow: hidden;
}

.slider .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*=======================================================
      HEADER
========================================================*/

.header {
    position: relative;
}

.header .navbar-fixed-top .navbar-collapse {
    max-height: 100%
}

.header .navbar {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    border-bottom: transparent;
    padding-top: 60px;
    margin-bottom: 0px;
    position: initial;
    min-height: auto;
    float: left;
    width: 100%;
    padding-top: 0px;
    border: 0px;
}

.header .fixed {
    position: fixed;
    top: 0;
    height: auto;
    z-index: 1;
    background: #fff;
}

.header .navbar-toggle:hover {
    background-color: transparent;
}

.header .navbar-toggle {
    width: 35px;
    height: 29px;
    border: none;
    padding: 0;
}

.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #f49d1e;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
    position: absolute;
    left: 0;
    background: #f49d1e;
    content: " ";
}

.header .navbar-toggle .toggle-icon:before {
    width: 10px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle .toggle-icon:after {
    width: 16px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon {
    background: #f49d1e;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
    width: 21px;
    height: 1px;
    background: #f49d1e;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .logo-img-active,
.header .logo-img-main,
.header .nav-item.active .nav-item-hover:after,
.header .nav-item:hover .nav-item-hover:after {
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0)
}

.header .logo {
    width: auto;
    height: auto;
    float: left;
    max-height: 95px;
    line-height: 65px;
}

.header .logo-wrap {
    padding: 18px 0;
    height: auto;
    float: left;
}

.header .logo-img {
    /*width: 230px;*/
    height: 105px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	margin-top:-21px;
}

.header .logo-img-active {
    display: none
}

.header .navbar .container {
    background-color: #ffffff;
}

.menu-container {}

.menu-container ul {
    float: right;
    padding-top: 30px;
    padding-bottom: 25px;
}

.menu-container ul li {}

.menu-container ul li a {
    font-size: 1.429em;
    font-weight: 400;
    color: #4c4943;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 26px;
}


/* Effect 7: second border slides up */

.nav-item a {
    font-weight: 700;
    color: #566473;
    padding: 12px 10px 10px;
    text-shadow: none;
}

.nav-item a:hover {
    color: #f49d1e;
    background-color: transparent !important;
}

.menu-container ul li a.active {
    color:#03468a ;
    background-color: transparent;
}

.menu-container ul li a:focus {
    background-color: transparent;
}


/*=======================================================
      SLIDER
========================================================*/

.slider {
    float: left;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.slider .outer {
    float: left;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-bottom: 0;
}

.slider .inner {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider .outer>.inner {
    display: none;
}

.slider .outer>.inner:first-child {
    display: block;
}

.slider .inner .captions {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: left;
    white-space: nowrap;
    padding-left: 50px;
    max-width: 730px;
}

.slider .sub-capt {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    position: relative;
    z-index: 90;
    text-align: left;
    left: 0;
    position: relative;
}

.slider .sub-capt h1 {
    font-size: 3.286em;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    height: auto;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sub-capt p {}

.slider .inner .captions:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -310px;
    z-index: 2;
    background: rgba(244, 157, 30, 0.8);
    /* border-bottom: 3px solid #2E8DEF; */
    border-right: 20px solid #34495e;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-20deg, 0deg);
    overflow: 1;
}

.slider .inner .captions:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    height: 70vh;
}

.slider .inner .image {
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
    z-index: -4;
}

@media (min-width: 1280px) {
    .slider .outer .inner .image {
        height: 70vh
    }
}

.slider .inner .image img {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.slider h3 {
    font-size: 2.571em;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
  
    line-height: 30px;
    float: left;
    width: 100%;
    height: auto;
    white-space: normal;
}

.slider .slide-description {
    font-size: 1.286em;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-transform: initial;
    font-weight: initial;
    white-space: normal;
    margin-bottom: 0;
}

.button {
    float: left;
    width: auto;
    height: auto;
    margin-top: 30px;
    padding: 10px 15px;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: solid 3px #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li button::before {
    font-size: 1.286em;
    background: #f8b742;
}

.slider .slick-dots {
    bottom: 60px;
}

.slider .slick-prev {
    left: 30px;
    z-index: 999;
    width: 40px;
    height: 35px;
}

.slider .slick-prev::before {
    font-size: 2.857em;
}

.slider .slick-next {
    right: 30px;
    width: 40px;
    height: 35px;
}

.slider .slick-next::before {
    font-size: 2.857em;
}

.slider .description {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
}

.slider .s-title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 75px;
    color: #fff;
}

.slider .big-title {
    font-size: 150px;
    color: #fff;
}

.slider .btn {
    font-size: 1.143em;
    font-weight: 700;
    color: #262626;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    line-height: 27px;
    outline: none;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    padding-left: 20px;
}

.slider .button:hover {
    color: #fff;
    border: solid 3px #ffffff;
    background-color: transparent;
}

.slider .button:hover .btn {
    color: #fff;
}

.slider .slick-dots {
    bottom: 60px;
}


/*=======================================================
      ABOUT US
========================================================*/

#about-us .about-us {}

#about-us .about-us .sector {
    float: left;
    width: 100%;
    height: auto;
}

#about-us .about-us .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
 
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    line-height: 30px;
	margin-top:15px;
}

#about-us .about-us .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #f39c12;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#about-us .about-us .sector p.description {
    font-size: 1.286em;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 30px;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
}

#about-us .about-us .outer {
    float: left;
    width: 100%;
    height: auto;
}

#about-us .about-us .outer .inner {}

#about-us .about-us .outer .inner .images {
    float: left;
    width: 100%;
    height: auto;
}

#about-us .about-us .outer .inner .images img {
    width: 100%;
    height: auto;
}

#about-us .about-us .outer .inner h2.title {
    font-size: 1.571em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    line-height: 15px;
	margin-left:21px;
}

#about-us .about-us .outer .inner .description {
    float: left;
}

#about-us .about-us .outer .inner .accordion {
    padding: 19px;
    float: left;
    width: 100%;
    height: auto;

}

#about-us .about-us .outer .inner .accordion li {
    border-bottom: 1px solid #fff;
    position: relative;
}

#about-us .about-us .outer .inner .accordion li p {
    display: none;
    padding: 15px 15px 15px;
}

#about-us .about-us .outer .inner .accordion a {
    font-size: 1.286em;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    width: 100%;
    display: block;
    cursor: pointer;
    user-select: none;
    background-color: #f39c12;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#about-us .about-us .outer .inner .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    right: 16px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#about-us .about-us .outer .inner .accordion p {
    font-size: 1em;
    line-height: 24px;
    padding: 10px;
}

#about-us .about-us .outer .inner a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*=======================================================
     SERVICES
========================================================*/

#services {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(3, 70, 138, 0.72), rgba(3, 70, 138, 0.7)), url(../images/serimg.jpg);
}

#services .services .sector {
    float: left;
    width: 100%;
    height: auto;
}

#services .services .sector h1.title {
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    line-height: 30px;
}

#services .services .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#services .services .sector p.description {
    font-size: 1.286em;
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
}

#services .services .details .inner .icon {
    font-size: 3.429em;
    color: #f39c12;
    width: 160px;
    display: table;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    height: 160px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: none;
    margin: 0 auto;
    border: solid 2px #f39c12;
}

#services .services .details .inner:hover .icon {
    background-color: #ffffff;
    color: #f39c12;
    border: solid 2px #ffffff;
}

#services .services .details .icon i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#services .services .details .title {
    font-weight: 600;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 30px;
}

#services .services .details .description {
    color: #fff;
    text-align: center;
    float: left;
}


/*=======================================================
    PROJECTS
========================================================*/

#projects {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

#projects .sector {
    float: left;
    width: 100%;
    height: auto;
}

#projects .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
}

#projects .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #f39c12;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#projects .sector p.description {
    font-size: 1.286em;
    font-weight: 400;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
}

#projects #filters {
    display: table;
    float: none;
    margin: 0 auto;
    list-style: none;
    margin-bottom: 30px;
}

#projects #filters li {
    float: left;
}

#projects #filters li span {
    font-size: 1.286em;
    font-weight: 400;
    color: #2c2c2c;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
}

#projects #filters li span.active {
    background: #f4a629;
    color: #fff;
}

#projects #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}

#projects .portfolio-wrapper {
    overflow: hidden;
    position: relative;
    /*background: #666;*/
    cursor: pointer;
    min-height: 300px;
    max-height: 300px;
}

#projects .portfolio img {
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);

}

#projects .portfolio .label {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -60px;
    padding: 0px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#projects .portfolio .label-bg {
    background: #f4a629;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#projects .portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 8px 8px;
}

#projects .portfolio .label-text .overlay .overlay-content .overlay-text .folio-overview .label-text .folio-expand h3 a {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

#projects .portfolio .text-category {
    display: block;
    font-size: 9px;
}

#projects .portfolio:hover .label {
    bottom: 0;
}

#projects .portfolio:hover img {
    top: -30px;
}


/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    #projects #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }
    #projects #ads {
        display: none;
    }
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 70%;
    }
    #ads {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #projects #portfoliolist .portfolio {
        width: 100%;
    }
}


/*=======================================================
   OUR TEAM
========================================================*/

#our-team {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ecf0f1;
    padding-bottom: 80px;
}

#our-team .sector {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
	margin-top: 15px;
}

#our-team .sector h1.title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #f39c12;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#our-team .sector p.description {
    font-size: 1.286em;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 30px;
}

#our-team .our-team .outer {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .image {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .image img {
    width: 100%;
    height: auto;
}

#our-team .our-team .details {
    float: left;
    width: 100%;
 
    background-color: #03468a;
    padding: 30px;
	
}

#our-team .our-team .details h4.title {
    font-size: 1.429em;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .details span.proff {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    position: relative;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#our-team .our-team .details span.proff:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #f4a528;
}

#our-team .our-team .details p.description {
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

#our-team .our-team .details .social {
    float: left;
    width: 100%;
    height: auto;
}

#our-team .our-team .social-network-icon {
    font-size: 1.2em;
    color: #fff;
    line-height: 26px;
    padding-right: 15px;
    outline: none;
}

#our-team .our-team .social-network-icon:hover {
    color: #f4a629;
}

#our-team .our-team .outer .slick-dots {
    bottom: -50px;
}

#our-team .our-team .outer .slick-dots li button::before {
    color: #95a5a6;
}

#our-team .our-team .outer .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f8b742;
}


/*=======================================================
   TESTIMONIALS
========================================================*/

#testimonials {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ecf0f1;
}

#testimonials .sector {
    float: left;
    width: 100%;
    height: auto;
}

#testimonials .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 0px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
}

#testimonials.projects-testimonials {
    background-color: #fff;
}

#testimonials .item p {
    font-size: 1em;
    padding-bottom: 30px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
}

#quote-carousel .carousel-control {
    font-size: 2.3em;
    color: #CACACA;
    background: none;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    width: 100%;
    float: left;
    left: 0;
    margin-right: 0;
    display: table;
    margin: 0 auto;
    position: relative;
    top: 0;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: all .2s;
    box-shadow: none;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.carousel-inner>.item {
    height: auto !important;
}

#testimonials .item small {
    font-size: 1.286em;
    font-weight: 400;
    color: #646464;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    line-height: 24px;
}


/*=======================================================
   BLOGS
========================================================*/

#blogs {
    padding-bottom: 30px;
}

#blogs .sector {
    float: left;
    width: 100%;
    height: auto;
}

#blogs .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    text-shadow: inherit;
    line-height: 30px;
}

#blogs.blog-news {
    padding-bottom: 30px;
}

#blogs .sector {}

#blogs .sector .title {
    margin-bottom: 60px;
}

#blogs .outer {
    float: left;
    width: 100%;
    height: auto;
}

#blogs .inner {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    margin-bottom: 30px;
}

#blogs .image {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

#blogs .image img {
    width: 100%;
    height: auto;
}

#blogs .image .date {
    font-size: 1.429em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 30px 20px;
    background-color: #f4a528;
    text-transform: uppercase;
    line-height: 24px;
}

#blogs .details {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#blogs .details .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blogs .details .title a:hover {
    color: #f4a528;
}

#blogs .details .description {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

#blogs .details .more {
    font-size: 1em;
    font-weight: normal;
    color: #646464;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    width: auto;
    height: auto;
}

#blogs .details .more:after {
    content: "";
    font-family: FontAwesome;
    top: 0;
    left: 0px;
    padding-right: 0px;
    content: "\f0a9";
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#blogs .details .more:hover {
    color: #f4a528;
}

#blogs .details .more:hover:after {
    color: #f4a528;
    padding-left: 20px;
}


/*=======================================================
      PARTNERS
========================================================*/

#partners {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ecf0f1;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

#partners .outer {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
}

#partners .inner {
    text-align: center;
}

#partners .image {
    float: none;
    width: 200px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    float: none;
}

#partners .image img {
    float: left;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .image img:hover {
    opacity: 0.5;
}

#partners .arrow-left {
    float: left;
    top: 70px;
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    border: solid 1px #494848;
    text-align: center;
    cursor: pointer;
    background: #494848;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-left span {
    color: #ffffff;
    line-height: 30px;
    display: block;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-right {
    float: right;
    position: absolute;
    right: 30px;
    top: 70px;
    width: 30px;
    height: 30px;
    border: solid 1px #494848;
    text-align: center;
    cursor: pointer;
    background: #494848;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-right span {
    color: #ffffff;
    line-height: 30px;
    display: block;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

#partners .arrow-left:hover {
    background: #f4a528;
    border: solid 1px #f4a528;
}

#partners .arrow-right:hover {
    background: #f4a528;
    border: solid 1px #f4a528;
}

#partners .arrow-left span:hover {
    color: #ffffff;
}

#partners .arrow-right span:hover {
    color: #ffffff;
}


/*=======================================================
      ABOUT US - PAGE
========================================================*/

/*#sub-header {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 175px;
    padding-bottom: 175px;
    background: linear-gradient(rgba(3, 70, 138, 0.44), rgba(3, 70, 138, 0.76)), url(../images/serimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}*/

#sub-header h2.title {
    color: #fff;

    line-height: 30px;
    float: left;
}


/* Blog Details */

#blog-details.blog-news .inner {
    margin-bottom: 0px;
}

#blog-details.blog-news .inner .image {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

#blog-details.blog-news .inner .image img {
    max-width: 100%;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .image span {
    font-size: 1.429em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 30px 20px;
    background-color: #f4a528;
    text-transform: uppercase;
    line-height: 24px;
}

#blog-details.blog-news .inner .details {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#blog-details.blog-news .inner .details h4.title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details p {
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details ul {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

#blog-details.blog-news .inner .details ul li {
    font-weight: 400;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#blog-details.blog-news .inner .details ul li:before {
    content: "\f0a9";
    padding-right: 10px;
    font-family: 'FontAwesome';
    color: #f4a528;
}


/*=======================================================
   BLOGS
========================================================*/

#related-blog {
    padding-bottom: 30px;
    padding-top: 0px;
}

#related-blog.blog-news {
    padding-bottom: 30px;
}

#related-blog .sector {}

#related-blog .sector .title {
    font-size: 1.571em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#related-blog .sector .title:after {
    display: none;
}

#related-blog .outer {
    float: left;
    width: 100%;
    height: auto;
}

#related-blog .inner {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    margin-bottom: 30px;
}

#related-blog .image {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

#related-blog .image img {
    width: 100%;
    height: auto;
}

#related-blog .image .date {
    font-size: 1.429em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 30px 20px;
    background-color: #f4a528;
    text-transform: uppercase;
    line-height: 24px;
}

#related-blog .details {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#related-blog .details .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    height: auto;
    line-height: 24px;
}

#related-blog .details .title a:hover {
    color: #f4a528;
}

#related-blog .details .description {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

#related-blog .details .more {
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#related-blog .details .more:after {
    content: "";
    font-family: FontAwesome;
    top: 0;
    left: 0px;
    padding-right: 0px;
    content: "\f0a9";
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#related-blog .details .more {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    float: left;
    line-height: 24px;
}

#related-blog .details .more:hover {
    color: #f4a528;
}

#related-blog .details .more:hover:after {
    color: #f4a528;
    padding-left: 20px;
}

#blog-details.blog-news .inner .details .social-share {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #e1e1e1;
}

#blog-details.blog-news .inner .details .social-share h3.title {
    font-size: 1.571em;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details .social-share .social.icon {}

#blog-details.blog-news .inner .details .social-share .social.icon a {
    border: solid 1px #e1e1e1;
    background-color: #e1e1e1;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
}

#blog-details.blog-news .inner .details .social-share .social.icon a:hover {
    color: #fff;
    background-color: #f39c12;
    border: solid 1px #f39c12;
}

#blog-details.blog-news .inner .details .author {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    border-bottom: solid 1px #e1e1e1;
}

#blog-details.blog-news .inner .details .author .title {
    font-weight: 700;
    font-size: 1.571em;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details .author .outer {
    padding: 30px;
    background-color: #e1e1e1;
    float: left;
    width: 100%;
    height: auto;
}

#blog-details.blog-news .inner .details .author .outer .inner {
    margin-bottom: 0px;
}

#blog-details.blog-news .inner .details .author .outer .inner .title {
    font-size: inherit;
    color: #646464;
    text-transform: inherit;
}

.our-company .sector h1.title {
    font-size: 2.571em;
    font-weight: 700;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    position: relative;
    margin-bottom: 0px;
    line-height: 30px;
}

.our-company .sector .description {
    font-size: 1.286em;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 30px;
}

#about-us .our-company .sector .title:after {
    display: none;
}

.our-company .sector {
    float: left;
    width: 100%;
    height: auto;
	margin-top: 21px;
}

.our-company .title {
    font-size: 1.571em;
    font-weight: 400;
   /* text-transform: uppercase;*/
    margin-bottom: 30px;
    line-height: 24px;
}

.our-company .description {
    margin-bottom: 30px;
}

.our-company ul {
    float: left;
    width: 100%;
    height: auto;
}

.our-company ul li {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.our-company ul li:last-child {
    margin-bottom: 0;
}

.our-company ul li .icon {
    font-size: 1.714em;
    color: #f49d1e;
    float: left;
    padding-right: 15px;
}

.our-company ul li .point-title {
    font-size: 1em;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}

#our-goals {
    padding-top: 0px;
}

#our-goals h3 {
    font-size: 1.571em;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
}

#our-goals .accordion {
    padding: 0;
    float: left;
    width: 100%;
    height: auto;
}

#our-goals .accordion li {
    border-bottom: 1px solid #fff;
    position: relative;
}

#our-goals .accordion li p {
    display: none;
    padding: 15px 15px 15px;
}

#our-goals .accordion a {
    font-size: 1.286em;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    width: 100%;
    display: block;
    cursor: pointer;
    user-select: none;
    background-color: #f39c12;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#our-goals .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    right: 16px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#our-goals .accordion p {
    font-size: 13px;
    font-size: 1em;
    line-height: 24px;
    padding: 10px;
}

#our-goals a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*=======================================================
     SERVICES - PAGE
========================================================*/

#sub-header.services {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), url(../images/pr2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#services-page {
    background: transparent !important;
    padding-bottom: 0px;
}

#services .services .sector {
    float: left;
    width: 100%;
    height: auto;
}

#services-page .services .sector h1.title {
    color: #2c2c2c;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    padding-top: 0px;
    line-height: 30px;
}

#services-page .services .sector .title:after {
    content: "";
    float: left;
    width: 65px;
    height: 1px;
    background: #f39c12;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 100%;
}

#services-page .services .sector p.description {
    font-size: 1.286em;
    font-weight: 400;
    color: #646464;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 60px;
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 30px;
}

#services-page .services .details .inner {
    margin-bottom: 60px;
}

#services-page .services .details .inner .icon {
    font-size: 3.429em;
    color: #fff;
    width: 160px;
    display: table;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    height: 160px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: none;
    margin: 0 auto;
    border: solid 1px #f39c12;
    background-color: #f39c12;
}

#services-page .services .details .inner .icon i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#services-page .services .details .inner:hover .icon {
    background-color: #34495e;
    color: #f39c12;
    border: solid 1px #34495e;
}

#services-page .services .details .title {
    font-weight: 600;
    color: #2c2c2c;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 24px;
}

#services-page .services .details .description {
    color: #646464;
    text-align: center;
    float: left;
    line-height: 24px;
}


/*=======================================================
    CONTACT US - PAGE
========================================================*/

#contact.contact-us {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .outer {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .sector {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .sector h1.title {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
}

#contact.contact-us .sector h1.title:after {
    display: none;
}

#contact.contact-us .inner .arch-inner {
    padding: 40px;
    -webkit-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .contact-icon {
    font-size: 3.429em;
    color: #f49d1e;
    text-align: center;
    padding-bottom: 30px;
}

#contact.contact-us .description {
    float: left;
    width: 100%;
    height: auto;
}

#contact.contact-us .description span {
    font-size: 1.286em;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto Slab', serif;
    float: left;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 24px;
}

#contact.contact-us .contact-form {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
}

.contact-form form {
    background-color: white;
    color: #646464;
    text-align: left;
}

.contact-form form .form-group {
    margin-bottom: 30px;
}

.contact-form label {
    display: none;
}

.contact-form input,
.contact-form textarea {
    font-size: 16px;
    padding-left: 60px;
    border-color: transparent;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form textarea {
    min-height: 280px;
    resize: none;
    padding-top: 20px;
    color: #646464;
}

.contact-form input {
    height: 55px;
    line-height: 55px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.contact-form input:focus {
    webkit-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
}

.contact-form textarea:focus {
    webkit-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, .05);
    border: none;
}

.contact-form .btn-default {
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    line-height: 30px;
    padding: 0px 36px;
    background-color: #f49d1e;
    border-radius: 0px;
    border: solid 1px #f49d1e;
    margin: 0px;
    float: left;
    letter-spacing: 0;
    height: 55px;
}

.contact-form .btn-default:hover,
.contact-form .btn-default:focus {
    background-color: #fff;
    color: #f49d1e;
    border-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
    border: solid 1px #f49d1e;
}


/*position should be relative and z-index greater than one*/

.contact-form .icon {
    float: left;
    margin-left: 8px;
    margin-top: 0;
    position: absolute;
    z-index: 2;
    color: #f49d1e;
    top: 20px;
    left: 30px;
}

.contact-form .icon-textarea {
    float: left;
    margin-left: 8px;
    margin-top: 0;
    position: absolute;
    z-index: 2;
    color: #f49d1e;
    top: 25px;
    left: 30px;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f49d1e;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #f49d1e;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #f49d1e;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #f49d1e;
}


/*=======================================================
    FOOTER
========================================================*/

#footer {
    float: left;
    width: 100%;
 
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer {
    float: left;
    width: 100%;
   /* height:402px;*/
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(rgba(3, 70, 137, 0.63), rgba(3, 70, 137, 0.77)), url(../images/serimg.jpg);
}

#footer .logo-img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#footer .logo-img img {
    max-width: 100%;
}

#footer .description {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
 
    margin-bottom: 30px;
}

#footer .description p {
    color: #fff;
}

#footer .social.icon {
    float: left;
    width: 100%;
    height: auto;
}

#footer .social.icon a.social-network-icon {
    color: #fff;
    border: solid 1px #fff;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
}

#footer .social.icon a.social-network-icon:hover {
    background-color: #e67e22;
    border: solid 1px #e67e22;
}

#footer .sector {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 38px;
    margin-bottom: 30px;
}

#footer .sector h4.title {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 31px;
}

#footer .contact-footer {}

#footer .contact-footer ul {}

#footer .contact-footer ul li {
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#footer .contact-footer ul li span {
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
}

#footer .contact-footer ul li span {
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    height: auto;
    text-transform: inherit;
    line-height: 24px;
}

#footer .contact-footer ul li span.phone:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 10px;
}

#footer .contact-footer ul li span.email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 10px;
}

#footer .contact-footer ul li span.date:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 10px;
}

#footer .contact-form-footer {
    float: left;
    width: 100%;
    height: auto;
}

#footer .contact-form-footer .field-input {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#footer .contact-form-footer .name input#name {
    height: 55px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#footer .contact-form-footer .message textarea {
    height: 100px;
    padding-top: 20px;
}

#footer .contact-form-footer .c-btn {
    float: right;
    width: auto;
    margin-bottom: 0;
}

#footer .contact-form-footer .c-btn .submit-btn {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    color: #fff;
    line-height: 30px;
    padding: 0px 36px;
    background-color: #f49d1e;
    border-radius: 0px;
    border: solid 1px #f49d1e;
    margin: 0px;
    float: left;
    letter-spacing: 0;
}

#footer .contact-form-footer .c-btn .submit-btn:hover {
    background-color: #fff;
    color: #fff;
    background-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
    border: solid 1px #fff;
}

#footer .bottom {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #34495e;
}

#footer .bottom p {
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


/* Start Scroll To Top */

.up {
    position: fixed;
    right: 25px;
    bottom: 30px;
    font-size: 2em;
    background-color: #f49d1e;
    color: #F3EDED;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    display: none;
}

.up {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.up:hover {
    opacity: .8
}

.up .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 100%;
}


/* End content */


/* End Scroll To Top */

.wagwep-container ul#portfolio-filter a {
    font-size: 1.286em;
    text-transform: uppercase;
    color: #2c2c2c;
    line-height: 30px;
    margin-bottom: 0px;
}

.wagwep-container ul#portfolio-filter li.current a {
    background: transparent;
    color: #f4a629;
}

.wagwep-container ul#portfolio-filter a:hover {
    background: transparent;
    color: #f4a629;
}

.wagwep-container ul#portfolio-filter li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.og-grid {
    padding-top: 0px;
}

.og-fullimg {
    padding-bottom: 60px;
}

#portfolio-filter {
    margin-bottom: 60px;
}

.elastislide-carousel ul li a {
    min-height: auto;
    max-height: 110px;
}

.elastislide-carousel ul li a img {
    min-height: auto;
    max-height: 200px;
    height: auto;
}

.og-details .infosep {
    display: none;
}

.elastislide-wrapper {
    background: transparent;
}

.og-details h3 {
    margin-bottom: 30px;
}

.og-details p {
    padding-bottom: 30px;
}


/* Spinner Loading */

.group {
    position: relative;
    display: inline-block;
    line-height: 16px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.bigSqr {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: bigSqrShrink 1s linear infinite;
    animation: bigSqrShrink 1s linear infinite;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.square {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f4a528;
}

.first {
    left: 0px;
    top: 20px;
}

.second {
    left: 20px;
    top: 20px;
    -webkit-animation: drop2 1s linear infinite;
    animation: drop2 1s linear infinite;
}

.third {
    left: 0px;
    top: 0px;
    -webkit-animation: drop3 1s linear infinite;
    animation: drop3 1s linear infinite;
}

.fourth {
    left: 20px;
    top: 0px;
    -webkit-animation: drop4 1s linear infinite;
    animation: drop4 1s linear infinite;
}

.text {
    font-weight: 400;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 16px;
    display: block;
    margin: 10px auto;
    padding: 3px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


@-webkit-keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@-webkit-keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media(max-width:992px) {
    .elastislide-carousel ul li a img {
        max-height: 70px;
    }
    .og-details h3 {
        padding-top: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .og-details p {
        text-align: center;
        padding-bottom: 30px;
    }
    .og-details {
        margin-top: 0px;
    }
    .elastislide-carousel ul li a img.selected {
        border: none;
    }
    .og-expander-inner {
        padding-bottom: 150px;
    }
    .og-fullimg {
        padding-bottom: 0px;
    }
    .our-company .sector .description {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-company .sector h1.title {
        padding-left: 15px;
        padding-right: 15px;
    }
    #projects #filters {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-company ul li:last-child {
        margin-bottom: 30px;
    }
    #services-page .services .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:767px) {
    .elastislide-carousel ul li a img {
        max-height: 60px;
    }
    .elastislide-wrapper {
        padding-top: 7px;
    }
}


/* Google Map */

#google-container {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #e7eaf0;
}

@media (min-width: 768px) {
    #google-container {
        height: 300px;
    }
}

@media (min-width: 1170px) {
    #google-container {
        height: 400px;
    }
}

#google-map {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

#zoom-in,
#zoom-out {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 10px;
}

#zoom-in i,
#zoom-out i {
    font-size: 18px;
    color: white;
    line-height: 40px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    background: rgb(244, 157, 30);
}

#zoom-in i:hover,
#zoom-out i:hover {
    background: white;
    color: black;
}

@media (min-width: 768px) {
    #zoom-in,
    #zoom-out {
        margin-left: 50px;
    }
}

#zoom-in {
    margin-top: 10px;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    #zoom-in {
        margin-top: 50px;
    }
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}


/* RESPONSIVE */


/* #Desktop 960 - 1239 ---------------------------------------------------------------------------------- #Desktop  960 - 1239 */

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    .menu-container ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .contact-top .c-data {
        width: 100%;
        padding-bottom: 20px;
    }
    .contact-top .c-data .inner {
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .top-social {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .contact-top .icon i {}
}

@media only screen and (min-width: 992px) and (max-width: 1237px) {
    .top-social {
        width: 100%;
    }
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
    .menu-container ul {
        width: 100%;
    }
    .contact-top .info {
        width: 150px;
    }
}


/* #Desktop > 960 -------------------------------------------------------------------------------------------- #Desktop > 960 */

@media only screen and (min-width: 960px) {
    .menu-container ul {
        width: auto;
    }
}


/* #Tablet (Landscape) 768 - 959 --------------------------------------------------------------- #Tablet (Landscape) 768 - 959 */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .contact-top .icon i {
        font-size: 2.143em;
    }
    .contact-top .info {
        padding-left: 10px;
    }
    .c-data {
        display: none;
    }
    .slider {
        height: auto;
    }
    .slider .outer {
        height: auto;
    }
    .slider .inner .captions {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slider .sub-capt {
        width: 100%;
    }
    .slider .outer .inner .captions:before {
        height: 100%;
    }
    .slider .inner .captions:after {
        left: 0px !important;
        border: 0px;
        transform: none !important;
        transform-origin: inherit;
        width: 100%;
    }
    .slider .sub-capt h1 {
        font-size: 2em;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt h3 {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt p {
        display: none;
    }
    .slider .slick-dots {
        display: none !important;
    }
    .button {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .menu-container ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
    .header .logo {
        float: none !important;
        display: table;
        margin: 0 auto;
    }
    .contact-top .c-data {
        display: none;
    }
    .top-social {
        width: 100%;
    }
    .top-social .icons {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .slider {
        height: auto;
    }
    .slider .outer {
        height: auto;
    }
    .slider .inner .captions {
        max-width: 100% !important;
        padding-left: 0px !important;
    }
    .slider .inner .captions:after {
        border-right: 0 !important;
    }
    .slider .inner .captions:before {
        height: 100%;
    }
    .slider .sub-capt {
        width: 100% !important;
    }
    .slider .sub-capt h3 {
        margin-bottom: 30px !important;
    }
    .slider .sub-capt .button {
        display: table;
        margin: 0 auto;
        float: none;
    }
    #about-us .about-us .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #about-us .about-us .outer .inner h2.title {
        margin-top: 30px;
    }
    #services .services .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #our-team .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services .details .inner {
        margin-bottom: 30px;
    }
    section .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub-header h2.title {
        text-align: center;
    }
    section .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #our-goals {
        padding-left: 15px;
        padding-right: 15px;
    }
    #services .services .sector p.description {
        padding-left: 15px;
        padding-right: 15px;
    }
    #blog-details.blog-news .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    #blog-details.blog-news .inner .details .author .outer .inner .title {
        float: left;
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    #related-blog .sector {
        padding-left: 15px;
        padding-right: 15px;
    }
    #related-blog .inner {
        margin: 0px;
        margin-bottom: 30px;
    }
    #contact.contact-us .inner .arch-inner {
        margin-bottom: 30px;
    }
    #footer .bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #projects .og-expander-inner {
        height: 360px;
    }
    #quote-carousel .carousel-control {
        display: none;
    }
    #quote-carousel .carousel-control {
        display: none;
    }
}


/* #Tablet (Portrait) & Mobile < 768 ------------------------------------------------------- #Tablet (Portrait) & Mobile < 768 */

@media only screen and (max-width: 767px) {
    .contact-top .c-data {
        width: 100%;
    }
    .top-social {
        float: left;
        width: 100%;
        height: auto;
    }
    .top-social .icons {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .contact-top .c-data .inner {
        width: 33.3%;
        height: auto;
        float: left;
        padding: 0;
    }
    .contact-top .icon {
        max-width: 37px;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .contact-top .info {
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .c-data {
        display: none;
    }
    .slider .inner .captions {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slider .sub-capt {
        width: 100%;
    }
    .slider .inner .captions:after {
        left: 0px !important;
        border: 0px;
        transform: none !important;
        transform-origin: inherit;
        width: 100%;
    }
    .slider .sub-capt h1 {
        font-size: 1.5em !important;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt h3 {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }
    .slider .sub-capt p {
        display: none;
    }
    .slider .slick-dots {
        display: none !important;
    }
    .button {
        float: none;
        display: table;
        margin: 0 auto;
        padding: 5px 10px;
    }
    .menu-container {
        float: left;
        width: 100%;
        height: auto;
    }
    .menu-container ul {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        padding-top: 0px;
    }
    .header .navbar-toggle {
        margin-top: 35px;
    }
    .slider .btn {
        font-size: 1em;
    }
    .header .logo {
        float: left;
    }
    #projects .elastislide-wrapper {
        display: none;
    }
}


/* #Mobile (Portrait) < 480 ------------------------------------------------------------------------- #Mobile (Portrait) < 480 */

@media only screen and (max-width: 479px) {
    .button {
        padding: 5px;
    }
    .slider .btn {
        font-size: 1em;
        line-height: 15px;
    }
    .slider .sub-capt h1 {
        margin-bottom: 5px;
    }
    .slider .sub-capt h3 {
        margin-bottom: 5px;
    }
}

.color{
 color :#FFFFFF;
}




/*body {
  padding-top: 50px;
}
 */
.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:#ffc1077a;
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption {
    top:0%;
}
.discover
{
	margin-top:20px;
	padding:0px;

}
.para{
	margin-top:10px;
	font-size:18px;
}
.block{
width:360px;
height:100px;
    margin-top: 0px;
    margin-left: -30px;
	
}

.content{
	font-weight: 900;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 77px;
    margin-bottom: 0;
	}
.white{
	color:#FFF;
	font-weight:700;
}




.navbar-info {
    width: 100%;
    /*height:83px;*/
    
}
.fixed-me{
    transition: all 1s ;
}

.fixed-me{
    background-color:#03468a  !important;
    padding: 0px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
    border:none;
    height:auto;
	margin-top: -28px;
}

.navbar-me {
    
   transition: all 1s ;
}
.header-right-menu{
 padding: 5px 15px !important;   
    
}
.site-logo{
    padding: 15px 20px !important; 
    margin: 15px 10px !important;
}
.navbar-me{
    padding: 0px 0px;
    background-color: #03468a;
    top: 27px;
 
    border-radius: 0px;
}
.navbar-collapse{
    text-align:left;
    border-top-width: 0px;
    padding-top: 10px;
    margin-top: 5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.menu-collapsed-button{
    margin: 20px -95px 10px -14px !important;
}

.font
{   font-family: "Brush Script MT", cursive;
	font-size: 45px;
	font-style: normal;
	font-variant: normal;
	font-weight:900;
	line-height: 26.4px;

}

.jesh{
	margin-top:-11px;
}

.mail{
    margin-left: 115px;
    margin-top: -19px;
}

.imagegal{
	width:350px;
	height:400px;
}

.dot{
	    border-bottom: 1px dotted #FFC107;
		}

.footwhite{
	color:#FFF;
	font-size:16px;
}
.logofoot{
	margin-top:33px;
}
.ph{
	margin-top: -28px;
    color: #03468a;
    margin-left: 25px;
}

.button-normal.yellow {
 
    color: #FFFFFF;
	margin-left:85px;
	font-size: 15px;
    padding: 3px;
}

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
   
    padding-bottom:75px;
}



.iconcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconbox {
  background: #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
  height: 287px;
}
.iconbox-icon {
  background-color: #008EED;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-top: -70px;
}
.iconbox-icon span {
  color: #fff;
  font-size: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  text-align: center;
  vertical-align: middle;
}
.featureinfo h4 {
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.featureinfo > p {
  color: #000000;
  font-size: 16px;
  padding-top: 4px;
  text-align: left;
}
.btn-default {
  text-shadow: 0px 1px 0px #FFF;
  
  background-repeat: repeat-x;
  
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px
}


.booking-criteria {
    background: #f8c000;
    padding: 31px 15px;
    color: #fff;
    margin: 0 -1px 33px -1px;
}
.booking-criteria ul {
    padding-left: 28px;
}
.booking-criteria h4 {
    margin-top: 0;
    color: inherit;
    margin-bottom: 19px;
}
.booking-criteria i {
    margin-right: 10px;
    vertical-align: middle;
}
.modal-dialog {
    background-color: #fcfcfc;
    position: relative;
}
.modal-dialog button {
    position: absolute;
    top: 0;
    right: -36px;
    border-radius: 0;
    border: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 370px;
    }
}
.datepicker {
    border-radius: 0 !important;
    padding-top: 0 !important;
    border-color: #e8e8e8 !important;
    box-shadow: none;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    border-top-color: #e8e8e8 !important;
}
.datepicker-days {
    border-radius: 0 !important;
    box-shadow: 0 !important;
}
.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
    padding: 3px 11px;
}
.datepicker table tr th.dow {
    background: #f8c000;
    color: #fff;
}
.accommodation {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 35px;
}
.accommodation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.accommodation ul:first-child {
    border-bottom: 1px dashed #e8e8e8;
}
.accommodation ul:first-child li {
    padding: 0;
}
.accommodation li {
    position: relative;
    width: 20%;
    float: left;
    padding: 15px 20px;
    border-right: 1px solid #e8e8e8;
    color: #777;
}
.accommodation li:first-child {
    width: 40%;
}
.accommodation li:last-child {
    border-right: 0;
}
.accommodation strong {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px dashed #e8e8e8;
    display: block;
    padding: 15px 20px;
}
.checkbox-radio-listing {
    list-style: none;
    padding-left: 15px;
}
.checkbox-radio-listing input[type="radio"],
.checkbox-radio-listing input[type="checkbox"] {
    display: none;
}
.checkbox-radio-listing label {
    font-weight: normal;
}
.checkbox-radio-listing input[type="radio"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 7px 0 0;
    vertical-align: middle;
    background: url('../images/radio-button-2.png') center no-repeat;
    cursor: pointer;
}
.checkbox-radio-listing input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    background: url('../images/radio-button.png') center no-repeat;
    cursor: pointer;
}
.checkbox-radio-listing input[type="radio"]:checked + label span {
    background: url('../images/radio-button-checked-2.png') center no-repeat;
}
.checkbox-radio-listing input[type="checkbox"]:checked + label span {
    background: url('../images/radio-button-checked.png') center no-repeat;
}
.contact-from {
    margin-bottom: 70px;
}
.contact-from form {
    margin-left: -2%;
}
.contact-from fieldset {
    float: left;
    width: 48%;
    margin-left: 2%;
}
.contact-from label {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.contact-from .required {
    color: #f8c000;
}
.contact-from input,
.contact-from textarea,
.contact-from select {
    width: 100%;
    padding: 6px;
    background: #fff;
    border: 1px solid #e8e8e8;
    outline: none;
}
.contact-from input[type="submit"] {
    background: #f8c000;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    padding: 4px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.contact-from input[type="submit"]:hover {
    border-radius: 7px;
}
.contact-from textarea {
    min-height: 147px;
}

.mozilla .service-var-1 img {
    width: 100%;
}
.mozilla .banner-contents {
    top: 50%;
    margin-top: -28px;
}




/************************GALLERY*******************/

.gallery-title
{
   
    color: #000000;
    text-align: center;
	margin-bottom: 45px;
    margin-top: 20px;

}
.gallery-title:after {
    content: "";
    position: absolute;
   
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
   
  
    border-radius: 5px;
    text-align: center;
    color: #03468a;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    
    border-radius: 5px;
    text-align: center;
    color: #03468a;
    

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/***************GALLERY END****************/


		}


































