/*
Theme Name: ATG Projects
Theme URI: http://www.Simple.web.id/
Description: Simple Multimedia - Special created for ATG Projects WordPress Themes
Version: 1.0
Author: Simple Multimedia/simple.web.id
Author URI: http://www.simple.web.id/
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i&display=swap');

.loader{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(255,255,255, 0.4);
  border-right: 1px solid rgba(255,255,255, 0.4);
  border-bottom: 1px solid rgba(255,255,255, 0.4);
  border-left: 1px solid rgba(255,255,255, 1);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
  
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


html {
    min-height: 100%;
    position: relative;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.6em;
    color: #000;
    background: #ffffff;
     text-transform: none;
}
@media (min-width: 992px) {
    body {
        margin-bottom: 455px;
    }
}
a,
img,
input,
select,
textarea,
button {
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.alignleft {
    float: left;
    margin: 0px 30px 10px 0;
}
.alignright {
    float: right;
    margin: 0px 0 10px 30px;
}
.aligncenter{
    margin: 0px auto;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 200;
    letter-spacing:0.02em;
    line-height: 1.1em;
    text-transform: none;
    color: #000;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing:0px;
    line-height: 1.5em;
    text-transform: none;
    color: #000;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing:0.05em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #000;
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 400;
    letter-spacing:0.02em;
    line-height: 1.1em;
    text-transform: none;
    color: #2C75B6;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

td {
    width:50%;
    }

ol.a {list-style-type: lower-roman;}
ol.b {list-style-type: lower-alpha;}

.btn, input, textarea, select {
    border-radius: 0 !important;
}
input, select{
    max-width: 310px;
}
textarea{
    min-height: 190px;
}
.btn-clean,
.btn-clean:focus {
    color: #000;
    border: 2px solid #000;
    padding: 8px 25px;
    font-size: 16px;
    line-height: 16px;
}
.btn-clean:hover {
    color: #fff;
    background: #000;
}
h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}
h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}
img,
select,
input,
a {
    outline: none !important;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000000;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #eb5410;
}
.breadcrumb {
    padding: 0;
    margin-top: 25px;
    background-color: transparent;
    border-radius: 0px;
    text-align: right;
    font-style: italic;
}
.fancybox-overlay {
    z-index: 999999;
}
.fancybox-opened {
    z-index: 9999999;
}
.maincontent{
    text-align: justify;
    line-height: 21px;
    text-transform: none;
}
.maincontent h1{
    margin-bottom: 100px;
}
.mainwrap {
    margin: 0 auto;
    max-width: 1135px;
    position: relative;
}
@media (max-width: 1165px) {
    .mainwrap {
        margin: 0 15px;
    }
}


#sliderbox {
    position: relative;
    background: #88b7d5;
}
#sliderbox:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: transparent;
    border-width: 30px;
    margin-left: -30px;
}

.flexslider {
    margin: 0px;
    border: 0px solid #fff;
}
#sliderbox .sliderwrap {
    min-width: 100%;
    min-height: 600px;
    height: 600px;
    position: relative;
    margin: 0px;
}
.flexslider .slides > li {
    background-position: center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media(max-width: 767px){
    .flexslider .slides > li{
        background-attachment: scroll;
    }   
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
    height: 100% !important;
    background: rgba(0,0,0,0.5);
}
ul.slides {
    margin: 0;
    padding: 0;
}
.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100% !important;
    border: 0px;
    overflow: hidden;
}
@media(max-width: 991px){
    #sliderbox .sliderwrap {
        min-width: 100%;
        min-height: 550px;
        height: 550px;
        position: relative;
        margin: 0px;
    }
}
@media(max-width: 767px){
    #sliderbox .sliderwrap {
        min-height: 400px;
        height: 400px;
    }
}
.slidetextbox {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    max-width: 1640px;
}

/*#page-flexslider:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position:absolute;
    z-index: 4;
}*/

header{
    background: #ffffff;
    position: relative;
    z-index: 2;
}

header .logo_menu_box{
    /*top: 170px;*/
    top: 140px;
    position: absolute;
    z-index: 10;
    width: 100%;
}

header .logo img{
    margin: 0px auto;
}
.navbar {
    height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-nav {
    font-size: 0px;
    font-family: 'Raleway', sans-serif;
}
@media(max-width:767px){
    .navbar {
        background: rgba(0,0,0,0.4);
        margin-top: 20px;
    }
    .navbar-collapse {
        background: rgba(0,0,0,0.8) !important;
    }
}
@media(min-width:768px){
    .navbar-nav {
        width: 100%;
        text-align: center;
        margin-top: 45px;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
        border-left: 1px solid #ffffff;
    }
}

.navbar-nav > li:first-child {
    border-left: 0px solid #ffffff;
}

.navbar-nav > li > a {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

@media(max-width:767px){
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media(max-width:991px){
    .navbar-nav > li > a {
        font-size: 16px;
    }
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.current-menu-item > a {
    background-color: transparent;
    /*color: #FF9;*/
    color: #3e91cb;
}
.social_media{
    margin-top: 45px;
}
@media(max-width:767px){
    .social_media{
        margin-top: 15px;
    }
}
.social_media ul{
    padding: 0;
    margin: 0;
    list-style:  none;
    text-align: center;
    font-size: 0;
}
.social_media ul li{
    display: inline-block;
    font-size: 30px;
    margin: 0px 4px;
}
.social_media ul li i{
    height: 38px;
    width: 38px;
    text-align: center;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    color: #656869;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social_media ul li:hover i{
    background: #3e91cb;
    color: #ffffff;  
}
header .tags{
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing:0.02em;
    line-height: 1.1em;
    text-transform: uppercase;    
    color: #ffffff;
    text-align:center;
        margin-top: 170px;

    text-shadow:
   -1px -1px 0 #464646,  
    1px -1px 0 #464646,
    -1px 1px 0 #464646,
     1px 1px 0 #464646;
}

header .safety-rule{
    width: 100%;
    position: absolute;
    margin-top: -30px;
    z-index: -1;
}
header .safety-rule img{
    margin: 0px auto;
}

header .tags span{
    display:inline-block;
    padding: 10px 35px;
    border: 1px solid #ffffff;
    margin-top: 30px;
}

header .tags.safety{
    margin-top: 260px;
}

@media(max-width: 991px){
    header .logo_menu_box{
        top: 70px;
    }

    header .tags{
        font-size: 28px;
        font-weight: 300;
        margin-top: 40px;
        letter-spacing: normal;
    }
    
    header .tags span{
        padding: 10px 15px;
        margin-top: 20px;
    }
    header .tags.safety{
        margin-top: 130px;
    }
}
@media(max-width: 991px){
    header .tags.safety{
        margin-top: 90px;
    }
    header .safety-rule{
        margin-top: 0px;
    }
}
.maincontent{
    background: #ffffff url(images/bg-content2.jpg) right top repeat;
    padding-top: 50px;
    padding-bottom: 25px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing:0.4px;
    line-height: 1.6em;
     text-transform: none;
}

.maincontent.safetypage h1{
    margin-bottom: 50px;
}

.bgbrick{
    background: url(images/bg.jpg) center top repeat;
    background-repeat: repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
}

@media(max-width: 767px){
 
    header .logo_menu_box{
        top: 50px;
    }
    header .tags{
        font-size: 18px;
    }
    
    header .tags span{
        padding: 10px;
        margin-top: 20px;
    }
    .bgbrick{

        padding-top: 30px;
        padding-bottom: 30px;

    }
}



.bgbrick h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: none;
}
header{
    position: relative;
}
.notch {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    z-index:100;
    width:100%;
    height:10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
}
.notch:after,.notch:before {
    display:inline-block;
    content:'';
    background: url(images/bg.jpg) center bottom;
    -webkit-box-flex:2;
    -ms-flex-positive:2;
    flex-grow:2;
    height:10px
}

.homeservice{
    background: #061435;
    overflow: hidden;
}

.servicetext{
    position: relative;
}

.servicetext:after{
    content: "";
    clear: both;
    display: table;
}

.servicebox{
    margin: 140px auto;
    max-width: 520px;
    text-align:center;
    color: #fff;
}

.homeservice .row .servicetext.first .servicebox{
    max-width: 600px;
}

@media(min-width:768px){
    .servicebox.box-align-right{
       float: right;
       margin-right: 75px;
    }

    .servicebox.box-align-left{
       float: left;
       margin-left: 75px;
    }
}

@media(max-width: 767px){
    .servicebox{
        margin: 30px 30px !important;
    }
}

.servicebox h3, .servicebox h3 a{
    color:#2e87d3;
    text-transform: uppercase;
    /*font-size: 21px;*/
    font-size:26px;
}

.servicebox h3 a:hover{
    color: #eb5410;
}

.servicebox .divider {
    height: 1px;
    max-width: 100px;
    margin: 0px auto;
    border-bottom: 2px solid #f58900;
    margin-top: 25px;
    margin-bottom: 30px;
}

.homeservice .serviceimg {
    position: relative;
    background-position: 50% !important;
    background-size: cover !important;
}
.servicebox .description{
    /*max-width: 350px;*/
    margin: 0px auto;
    /*font-size: 15px;*/
    font-size: 15px;
}

.parallax-container {
    min-height: 740px;
    background: #ffffff;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
.parallaxmask{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 10;
}
.parallax-mirror {
    z-index: 1 !important;
    background: #ffffff;
}
.parallaxwrap {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    padding: 85px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1130px) {
    .parallaxwrap {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .parallaxwrap {
        font-size: 16px;
        line-height: normal;
    }
}

.btn-trans{
    font-size: 28px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 35px;
}

.btn-trans:hover, .btn-trans:focus{
    color: #000;
    background: rgba(255,255,255, 0.6);
}

.homeproject{
    background: #3e9cd9;
    overflow: hidden;
    padding: 110px 0px;
    text-align: center;
}

.homeproject h2{
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing:0px;
    line-height: 1.5em;
     text-transform: none;
    color: #fff;
    margin-bottom: 50px;
}
.homeproject .row > div{
    margin-top: 15px;
    margin-bottom: 15px;
}


.portfolio{
    /*background: #3e9cd9;*/
    background: url(images/bg.jpg) center top repeat;
    overflow: hidden;
    padding: 110px 0px;
}
.whiteportfolio{
    background: url(images/bg.jpg) center top repeat;
}

.portfolio h2{
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing:0px;
    line-height: 1.5em;
     text-transform: none;
    color: #000;
    margin-bottom: 50px;
}
.portfolio .row{
    margin-right: -5px;
    margin-left: -5px;
}
.portfolio .row > div{
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.imgbox{
    position: relative;
    overflow: hidden;
}
.imgbox img{
    position: relative;
    z-index: 1;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -mz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.imgbox:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.imgbox:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 5;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.imgbox:hover:after{
    background: rgba(0,0,0,0);
}

.imgbox .textbox{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.imgbox .textbox h3{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding: 15px 15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    margin-right: 25px;
    margin-left: 25px;
}

@media(max-width:767px){
    .imgbox .textbox h3{
        font-size: 15px;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        background: rgba(0,0,0,0);
    }
}

.service-list{
    text-align: left;
}
.service-list h3{
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0px;
}

.meet-atg img{
    margin: 0px auto;
}
.meet-atg h3{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
footer{
    padding: 60px 0;
    background: url('images/bg-foot.jpg') center top;
    color: #c0c1be;
}
@media (min-width: 992px) {
    footer{
        height: 455px;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 0;
    }
}
footer a{
    color: #c0c1be;
}
footer a:hover{
    color: #ffffff;
}
footer h3{
    color: #fff;
    text-transform: uppercase;
}
.socialmedia, .socialmedia a{
    color: #000;
}
.socialmedia {
    text-align: center;
    max-width: 550px;
    margin: 0px auto;
}
.socialmedia {
    display: table;
    white-space: nowrap;
    overflow: hidden;
}
.socialmedia:before, .socialmedia:after {
    border-top: 1px solid rgba(255,255,255,0.4);
    content: '';
    display: table-cell;
    position: relative;
    top: 21px;
    width: 45%;
}
.socialmedia:before { right: 1.5%; }
.socialmedia:after { left: 1.5%; }

.socialmedia ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
.socialmedia ul li{
    display: inline-block;
    font-size: 30px;
    margin-right: 5px;
    margin-left: 5px;
}
.socialmedia ul li .fa{
    background: #fff;
    padding: 6px;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50%;
}

.socialmedia ul li a:hover i{
    background: #3e91cb;
}

.address {
    margin-top: 30px;
}
.address .fa{
    color: #8a8b8b;
    width: 20px;
}
@media(min-width: 768px){
    .right-address{
        text-align: right;
    }
}
.address > .row > div{
    margin-bottom: 30px;
}
.mrm{
    margin-top: 15px;
    padding-top: 20px;
    border-top: 2px solid #777777;
    text-align: center;
    line-height: 20px;
}

.mrm img {
    display: inline-block;
    margin-left: 10px;
    opacity: 0.5;
}

.divider_long{
    display: table;
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
    margin:0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.divider_long:before, .divider_long:after {
      border-top: 1px solid #999999;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 50%;
}
.divider_long:before { right: 6px; }
.divider_long:after { left: 6px; }
.divider_long span {
    display: inline-block;
    position: relative;
    background: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: -2px;
    border: 1px solid #999999;
}

.webcontent{
    position: relative;
    z-index: 2;
}

@media(max-width:767px){
    .webcontent{
        z-index: 1;
    }
}

.contactpage{
    text-align: left;
}
.contactpage h1{
    margin-bottom: 30px;
}
.contactpage h3{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

#portfolio_list > div{ 
    display:none;
}

@media(min-width: 768px){
    .contact-row > div:first-child{
        border-left: 1px solid #999999;
    }
    .contact-row > div:first-child::before{
        position: absolute;
        content: '';
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border: 7px solid #ffffff;
        width: 21px;
        height: 21px;
        background: #999999;
        border-radius: 50%;
    }
}
@media(min-width: 992px){
    @media (max-width: 1315px) {
        .contactwrap {
            margin: 0 90px;
        }
    }
    .contact-row{
        margin-left: -90px;
        margin-right: -90px;
    }
    .contact-row > div{
        padding-left: 90px;
        padding-right: 90px;
    }
}

.sm-contact-form .gform_body .gfield_label{
    display: none !important;
}

.sm-contact-form .gform_body ul.gform_fields > li{
    margin-bottom: 14px;
}

.sm-contact-form textarea{
    background: #eaeaea;
    color: #666565;
    padding: 15px !important;
    border: none;
}

.sm-contact-form input[type=text], .sm-contact-form input[type=email]{
    background: #eaeaea;
    color: #666565;
    padding: 12px 17px !important;
    border: none;
}

@media(max-width:767px){
    .sm-contact-form input[type=text]{
        width: 100%;
        display: block;
    }
}

.sm-contact-form input[type=submit]{
    background: #0d254a;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius:4px !important;
    border: none;

}

.wrap-button-load-more{
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    max-width: 350px;
    margin: 0px auto 15px;
}

.wrap-button-load-more:before, .wrap-button-load-more:after {
    border-top: 1px solid rgba(0,0,0,0.4);
    content: '';
    display: table-cell;
    position: relative;
    top: 17px;
    width: 45%;
}

.wrap-button-load-more.btn-on-homepage:before, .wrap-button-load-more.btn-on-homepage:after {
    border-top: 1px solid rgba(255,255,255,0.4);
}

.wrap-button-load-more:before {
    right: 1.5%;
}

.wrap-button-load-more:after {
    left: 1.5%;
}

.wrap-button-load-more a{
    display: inline-block;
    padding: 5px 12px;
    color: #333;
    border: 1px #333 solid;
    font-size: 15px;
}

.wrap-button-load-more.btn-on-homepage a{
    color: #fff;
    border: 1px #fff solid;
    font-size: 15px;
}

.wrap-button-load-more a:hover{
    color: #fff;
    background: #333;
}

.wrap-button-load-more.btn-on-homepage a:hover{
    color: #333;
    background: #fff;
}

.overlay-process{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

.overlay-process-status{
    display: inline-block;
    padding:15px;
    background: #fff;
    border-radius:5px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

div.pp_default .pp_nav{
    display: none !important;
}


.body-frontpage #page-flexslider:before{
    background: rgba(0,0,0,0.25);
}

.main-parallax-bg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-parallax-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 4;
}

div.pp_default .pp_details{
    position: absolute;
    top: 0px;
    z-index: 9999;
    margin-top: 0px !important;

}

div.pp_default .pp_close:hover{
    opacity: 1;
}

div.pp_default .pp_expand{
    display: none !important;
}

a.pp_close {
    /*right: -30px;
    top: -8px;*/
}

div.pp_default .pp_close{
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 42px;
    text-indent: 0px;
    font-size: 0px;
    width: 42px;
    height: 42px;

}

div.pp_default .pp_close:before{
    content: "\f00d";
    font-family: 'Raleway', sans-serif;
    color: #fff;
    position: relative;
    font-size: 24px;

}

div.pp_default .pp_content_container .pp_right{
    margin-left: 3px;
}

a.pp_next, a.pp_previous, div.pp_default .pp_next:hover, div.pp_default .pp_previous:hover{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.pp_gallery{
    margin-top: -100px;
}

.pp_gallery ul, .pp_gallery ul a{
    height: auto;
}

.bg-logo-overlay{
    background: rgba(0,0,0,0.4);
    padding: 30px 0px;
    position: relative;
    z-index: 99;
}

/*.row-service{
    position: relative;
}
.row-service:after{
    content: "";
    clear: both;
    display: table;
}

.row-service .col-img{
    width: 100%;
}

.row-service.img-on-right .col-img{
    float: right;
}

.row-service.img-on-left .col-img{
    float: left;
}

.row-service .col-img .inner-col-img{
    position: relative;
    background-position: 50% !important;
    background-size: cover !important;
    height: 100%;
}

.col-text {
    position: relative;
}

.row-service.img-on-right .col-text{
    float: left;
}

.row-service.img-on-left .col-text{
    float: right;
}

.col-text .servicebox{
    margin: 0 auto;
    padding: 140px 0px;
}

@media(max-width:980px){
    .col-text .servicebox{
        padding: 50px 20px;
    }

    .col-text .servicebox h3{
        font-size: 16px;
    }

    .col-text .servicebox .description{
        font-size: 14px;
    }
}

@media(max-width:767px){
    .row-service.img-on-right .col-text, .row-service.img-on-left .col-text{
        float: none;
        padding-bottom: 5px;
    }

    .row-service.img-on-right .col-img, .row-service.img-on-left .col-img{
        float: none;
    }   

    .col-text .servicebox{
        padding: 0px;

    }
}*/

.custom-separator{
    position: relative;
    text-align: center;
    background: url(images/bg.jpg) center top repeat;
    z-index: 9;
}

.custom-separator:before{
    content: "";
    display: block;
    height: 3px;
    background: #f8d8c4;
    max-width:150px;
    margin: 0 auto;
}

.webcontent.portfolio{
    padding: 35px 0px;
}

#page-flexslider .flex-control-nav{
    bottom: 30px;
    z-index: 9;
}

#page-flexslider .flex-control-paging li a{
    background: none;
    border: 1px #fff solid;
}

#page-flexslider .flex-control-paging li a.flex-active{
    background: #fff;
}

.main-header{
    position: relative;
    background: url('images/bg.jpg') center repeat;
    padding: 25px 20px;
    z-index: 9;
}

.main-header .main-logo{
    max-width: 326px;
    margin: 0 auto;
}

.navbar-nav > li > a{
    color: #032a53;
}

.navbar-nav > li{
    border-left: 1px solid #9aa9ba;
}

.nav > li > a:hover, .nav > li > a:focus{
    color: #3d8fc9;
}

.main-header .social_media{
    margin-top: 32px;
}

.main-header .social_media ul li i{
    background: #8f8f8f;
    color: #fff;
}

.main-header .navbar{
    z-index: 99;

}

@media(max-width:767px){
    .main-header .navbar-collapse{
        background: #333 !important;
    }

    .navbar-nav > li{
        border-left: none;
    }

    .navbar-nav > li > a{
        color: #fff;
    }
}

@media(max-width:767px){
    .webcontent .mainwrap h1, .webcontent .mainwrap h2{
        font-size: 20px;
    }  
}

.mrm a:hover img {
    opacity: 1;
}

.main-header .inner-main-header{
    max-width: 1135px;
    margin: 0 auto;
    position: relative;
}

@media(min-width: 768px){
    .main-header .social_media {
        margin-top: 0px;
        position: absolute;
        top: 25px;
        right: 0px;
    }
}

@-webkit-keyframes fadeInLeft{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOut{
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut{
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.custom-slide-caption{
    position: absolute;
    bottom: 100px;
    left: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.custom-slide-caption h1, .custom-slide-caption h2, .custom-slide-caption p {
   padding: 12px 18px 12px;
   background: rgba(54,54,54,0.7);
   color: #fff;
   margin-bottom: 5px;
}

.custom-slide-caption h1, .custom-slide-caption h2{
   color: #2e87d3;
}

.custom-slide-caption h1{
    font-size: 24px;
    font-weight: 300;
}

.custom-slide-caption h2{
    font-size: 22px;
    font-weight: 300;
}

.custom-slide-caption p{
    font-size: 18px;
    font-weight: 300;
}

#page-flexslider.flexslider li .custom-slide-caption h1,
#page-flexslider.flexslider li .custom-slide-caption h2,
#page-flexslider.flexslider li .custom-slide-caption p{
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

#page-flexslider.flexslider li.flex-active-slide .custom-slide-caption h1,
#page-flexslider.flexslider li.flex-active-slide .custom-slide-caption h2,
#page-flexslider.flexslider li.flex-active-slide .custom-slide-caption p{
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#page-flexslider.flexslider li.flex-active-slide .custom-slide-caption p{
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@media(max-width: 767px){
    .custom-slide-caption{
        left: 20px;
    }

    .custom-slide-caption h1{
        font-size: 16px;
    }

    .custom-slide-caption h2{
        font-size: 14px;
    }

    .custom-slide-caption p{
        font-size: 12px;
    }
}

.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contactModal h4{
    font-size: 20px;
}

.white-gap{
    height: 15px;
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 9;
}

.mrm .sub{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.mrm .sub a.blue{
	color: #c0c1be !important;
	text-decoration: none;
}
.mrm .sub a.blue:hover{
	color: #28377e !important;
	text-decoration: none;
}

.mrm .sub a.green{
	color: #c0c1be !important;
	text-decoration: none;
}
.mrm .sub a.green:hover{
	color: #0eaa34 !important;
	text-decoration: none;
}