@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */

/* CSS Document */

/* Float Elements
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}
.inputs input
{
    margin-bottom: 30px;
    display: inline-block;
}
.inputs
{
    margin-top: 35px;
}
.figure{ margin:5px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* Primary Styles
---------------------------------*/
body {
    background:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:normal;
    color:#888888;
    margin:0;
}
.mapbox svg g#Regions text[data-id] tspan
{
    font-family: 'Roboto', sans-serif !important;
}
h2{
    font-size:34px;
    color:#222222;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    letter-spacing: -1px;
    margin:0 0 15px 0;
    text-align:center;
    text-transform:uppercase;
}
h3{
    font-family: 'Roboto', sans-serif;
    color:#222222;
    font-size:16px;
    margin:0 0 5px 0;
    font-weight:400;
}
h6{
    font-size:16px;
    color:#888888;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    text-align:center;
    margin:0 0 60px 0;
}
p{
    line-height:24px;
    margin:0;
}

.margin-20{
    margin-top:20px;
}

.margin-50{
    margin-top:50px;
}
.comunication
{
    font-family: 'Roboto',sans-serif;
    color: #fff;
}

hr{
    border-top: 1px solid #cccccc;
}
/* Header Styles
---------------------------------*/


.main{

    background: rgba(27,92,124,1);
    background: -moz-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,92,124,1)), color-stop(53%, rgba(61,151,200,1)), color-stop(100%, rgba(27,92,124,1)));
    background: -webkit-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -o-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: linear-gradient(to right, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5c7c', endColorstr='#1b5c7c', GradientType=1 );

    -webkit-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.67);
    box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.67);
}

.main button{
    background: rgba(61,151,200,1);;

    box-shadow: none;
    border: none;
    color: white;
    padding: 7px 12px;
}

.logo{
    margin:0 auto;
    text-align: center;
    /*
        background: rgba(81,80,80,1);
        background: -moz-linear-gradient(left, rgba(81,80,80,1) 0%, rgba(94,94,95,1) 51%, rgba(81,80,81,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(81,80,80,1)), color-stop(51%, rgba(94,94,95,1)), color-stop(100%, rgba(81,80,81,1)));
        background: -webkit-linear-gradient(left, rgba(81,80,80,1) 0%, rgba(94,94,95,1) 51%, rgba(81,80,81,1) 100%);
        background: -o-linear-gradient(left, rgba(81,80,80,1) 0%, rgba(94,94,95,1) 51%, rgba(81,80,81,1) 100%);
        background: -ms-linear-gradient(left, rgba(81,80,80,1) 0%, rgba(94,94,95,1) 51%, rgba(81,80,81,1) 100%);
        background: linear-gradient(to right, rgba(81,80,80,1) 0%, rgba(94,94,95,1) 51%, rgba(81,80,81,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515050', endColorstr='#515051', GradientType=1 );
    */
}
.logo img
{
    height: 49px;
}
.header h1{
    font-family: 'Roboto', sans-serif;
    font-size:50px;
    font-weight:400;
    letter-spacing: -1px;
    margin:0 0 22px 0 ;
    color:#fff;
}
.about-img img
{
    margin: 0 auto;
    margin-bottom: 40px;
}
.batn-pos
{
    text-align: center;
    margin-top: 30px;
    padding-right: 10px;

}

#header .navbar-form{

}

.we-create{
    padding:0;
    margin:35px 0 5px;
}
.wp-pic{
    margin-bottom:20px;
}

.start-button {
    padding-left: 0px;
}

.start-button li a{
    color: #fff;
}


.link{
    padding:15px 35px;
    background:#1B5C7C;
    color:#fff !important;
    font-size:16px;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    display:inline-block;
    border-radius:3px;
    text-transform:uppercase;
    line-height:25px;
    margin-bottom:20px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
    text-decoration:none;
    color:#1B5C7C !important;
    background:#fff;
}

.link:active, .link:focus {
    background: #1B5C7C;
    text-decoration:none;
    color:#fff !important;
}

.add-on .input-group-btn > .btn {
    border-left-width:0;left:-2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow:none;
    -webkit-box-shadow:none;
    border-color:#cccccc;
}
/*.form-control{width:20%}*/
.nope{ text-decoration: none;}

.languages{
    margin-top: 8px;

}

.dropdown-menu {
    min-width:100%;
    padding: 5px;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
    padding:0px;
    position:relative;
    background: rgba(27,92,124,1);
    background: -moz-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,92,124,1)), color-stop(53%, rgba(61,151,200,1)), color-stop(100%, rgba(27,92,124,1)));
    background: -webkit-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -o-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: linear-gradient(to right, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5c7c', endColorstr='#1b5c7c', GradientType=1 );

    -webkit-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.67);
    box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.67);

}


.main-nav{
    text-align:center;
    margin:5px 0 0px;
    padding:0;
    list-style:none;
}
.main-nav li{
    display:inline;
    margin:0 1px;
}
.main-nav li a{
    display:inline-block;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
    line-height:20px;
    margin-top:5px;
    margin-bottom: 10px;
    margin-right: 20px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

@media (pointer: fine) {
    .main-nav li a:hover{
        text-decoration:none;
        color:#222222;
    }
}


.main-section{
    padding:90px 0 110px;
}

/* Greeting
---------------------------------*/
#greeting{

    background: url("/static/img/pw_maze_black_2X.png") 100% 100% no-repeat;
    background-size: cover;
}


#greeting h1{
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: white;

}

#greeting h1::after {
    display: block;
    margin: 10px auto 0px;
    width: 20%;
    height: 4px;
    background: #3d96c5 none repeat scroll 0% 0%;
    content: "";
}

#greeting h2{
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 15px;
    font-weight: bold;
    color: white;

}

#greeting h3{
    font-size: 14px;
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;

}

#greeting li{
    font-size: 16px;
    color: white;
    list-style: none;
    text-align: left;
    padding-bottom: 0.5em;



}
#greeting img{
    margin: 0 auto;
}
.greeting__text{
    margin: 0 0;
}






.bordered{
    background: rgba(15,24,29,1);
    background: -moz-linear-gradient(top, rgba(15,24,29,1) 0%, rgba(58,144,191,1) 51%, rgba(15,24,29,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,24,29,1)), color-stop(51%, rgba(58,144,191,1)), color-stop(100%, rgba(15,24,29,1)));
    background: -webkit-linear-gradient(top, rgba(15,24,29,1) 0%, rgba(58,144,191,1) 51%, rgba(15,24,29,1) 100%);
    background: -o-linear-gradient(top, rgba(15,24,29,1) 0%, rgba(58,144,191,1) 51%, rgba(15,24,29,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,24,29,1) 0%, rgba(58,144,191,1) 51%, rgba(15,24,29,1) 100%);
    background: linear-gradient(to bottom, rgba(15,24,29,1) 0%, rgba(58,144,191,1) 51%, rgba(15,24,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f181d', endColorstr='#0f181d', GradientType=0 );
    -moz-background-size:2px 100%;
    background-size:2px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
    min-height: 100%;
    padding-top: 22px;
}


.bordered_contact-block{
    background: rgba(76,159,204,1);
    background: -moz-linear-gradient(top, rgba(76,159,204,1) 0%, rgba(81,162,205,1) 1%, rgba(216,234,244,1) 28%, rgba(244,249,252,1) 55%, rgba(216,234,244,1) 74%, rgba(76,159,204,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,159,204,1)), color-stop(1%, rgba(81,162,205,1)), color-stop(28%, rgba(216,234,244,1)), color-stop(55%, rgba(244,249,252,1)), color-stop(74%, rgba(216,234,244,1)), color-stop(100%, rgba(76,159,204,1)));
    background: -webkit-linear-gradient(top, rgba(76,159,204,1) 0%, rgba(81,162,205,1) 1%, rgba(216,234,244,1) 28%, rgba(244,249,252,1) 55%, rgba(216,234,244,1) 74%, rgba(76,159,204,1) 100%);
    background: -o-linear-gradient(top, rgba(76,159,204,1) 0%, rgba(81,162,205,1) 1%, rgba(216,234,244,1) 28%, rgba(244,249,252,1) 55%, rgba(216,234,244,1) 74%, rgba(76,159,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,159,204,1) 0%, rgba(81,162,205,1) 1%, rgba(216,234,244,1) 28%, rgba(244,249,252,1) 55%, rgba(216,234,244,1) 74%, rgba(76,159,204,1) 100%);
    background: linear-gradient(to bottom, rgba(76,159,204,1) 0%, rgba(81,162,205,1) 1%, rgba(216,234,244,1) 28%, rgba(244,249,252,1) 55%, rgba(216,234,244,1) 74%, rgba(76,159,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9fcc', endColorstr='#4c9fcc', GradientType=0 );
    -moz-background-size:2px 100%;
    background-size:2px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
    min-height: 100%;
}







/* Blog
---------------------------------*/
#blog{
    padding: 40px 0 80px 0;
}

.service-list{
    padding:0 0 0 0;
    font-size:14px;
    margin-bottom:40px;
}

.grid-section__header{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;

}
.read-link
{
    font-size: 26px;
    text-decoration: none;
}
.read-link:hover
{
    text-decoration: none;
    transition: 1s;
    color: #2222;
}


.grid-section__header::after {
    display: block;
    margin: 10px auto 0px;
    width: 70px;
    height: 4px;
    background: #3d96c5 none repeat scroll 0% 0%;
    content: "";
}



.we-are{
    text-align: center;

    vertical-align: middle;
    z-index: 100;
    margin-top: -16px;



}

.we-are h3{
    color: #ffffff;
    padding-top: 5px;
}
.we-are::before{
    content: ' ';
    top: -1px;
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    border-top: 40px solid #080808;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    margin:  auto 30px;
    z-index: -1;




}


.read-more{
    text-align: center;
    color: #3d99c9;
    vertical-align: middle;
    z-index: 100;
    margin-top: -16px;



}
.read-more::before{
    content: ' ';
    top: -1px;
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    border-top: 40px solid #ffffff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    margin:  auto 30px;
    z-index: -1;




}

.read-more h3, .read-more i{
    display: inline-block;
    color: #3d99c9;


}

.read-more h3{
    font-size: 26px;
}

.read-more i{
    font-size: 18px;
    padding-left: 5px;
    padding-bottom: 14px;
    vertical-align: middle;


}

/* Regional departments main
---------------------------------*/

#regional-departments_main{
    background: rgba(2,40,89,1);
    background: -moz-linear-gradient(left, rgba(2,40,89,1) 0%, rgba(15,152,225,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,40,89,1)), color-stop(100%, rgba(15,152,225,1)));
    background: -webkit-linear-gradient(left, rgba(2,40,89,1) 0%, rgba(15,152,225,1) 100%);
    background: -o-linear-gradient(left, rgba(2,40,89,1) 0%, rgba(15,152,225,1) 100%);
    background: -ms-linear-gradient(left, rgba(2,40,89,1) 0%, rgba(15,152,225,1) 100%);
    background: linear-gradient(to right, rgba(2,40,89,1) 0%, rgba(15,152,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022859', endColorstr='#0f98e1', GradientType=1 );
}



.regional-departments_heading_main{
    position: relative;
    margin-top:50px;
    margin-bottom:30px;
    background: #2d3c45;
    padding: 20px 15px 10px;
    display: block;
}

.regional-departments_heading_main::after {
    content: '';
    position: absolute;
    left: -42px;
    bottom: 0;
    border: 30px solid transparent;
    border-right: 12px solid #2d3c45;
    border-bottom: 73px solid #2d3c45;
}

.regional-departments_heading_main h2{
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    letter-spacing:0.05em;
    text-align: left;


}

.regional-departments_heading_main h4{
    color: #8ed7fe;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;

}

.regional-departments_contact-block_main{
    padding-left:20px;
}

/* Regional departments
---------------------------------*/

#regional-departments{
    background: rgba(27,92,124,1);
    background: -moz-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,92,124,1)), color-stop(53%, rgba(61,151,200,1)), color-stop(100%, rgba(27,92,124,1)));
    background: -webkit-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -o-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    background: linear-gradient(to right, rgba(27,92,124,1) 0%, rgba(61,151,200,1) 53%, rgba(27,92,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5c7c', endColorstr='#1b5c7c', GradientType=1 );
}


#regional-departments img{
    margin-top: -100px;
}

.regional-departments_heading{
    position: relative;
    margin-top:50px;
    margin-bottom:30px;
    background: #2d3c45;
    padding: 20px 15px 10px;
    display: block;
}

.regional-departments_heading::after {
    content: '';
    position: absolute;
    left: -42px;
    bottom: 0;
    border: 30px solid transparent;
    border-right: 12px solid #2d3c45;
    border-bottom: 73px solid #2d3c45;
}

.regional-departments_heading h2{
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    letter-spacing:0.05em;
    text-align: left;


}


.regional-departments_heading h4{
    color: #8ed7fe;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;

}

.regional-departments_contact-block{
    padding-left:20px;
}
/* Featured Work
---------------------------------*/
.featured-work{
    font-size:14px;
}
.featured-work h2{
    text-align:left;
}
.featured-box{
    padding:0 0 0 0;
    margin-bottom:25px;
    font-size:14px;
}
.featured-box h3{
    margin-bottom:5px;
}
.featured-box p{
    line-height:22px;
    color: white;
    font-size: 1.2em;
}
.featured-work p.padding-b{
    padding-bottom:35px;
}
.featured-box-col1{
    width:60px;
    float:left;
}
.featured-box-col1 i{
    display:block;
    line-height:26px;
    font-family: 'FontAwesome';
    font-size:38px;
    color: black;
    font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
    background:url(../../src/core/static/img/magic.png) left top no-repeat;
}
.featured-box.packaged{
    background:url(../../src/core/static/img/packaged.png) left top no-repeat;
}
.featured-box.seo{
    background:url(../../src/core/static/img/seo.png) left top no-repeat;
}
.Learn-More{
    display:inline-block;
    padding:0 5px 0 0;
    color:#7cc576;
    font-size:16px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height:24px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    display: none;
}
.Learn-More i{
    padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{
    text-decoration:none;
    color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
    padding:0;
    margin:0 0 45px 0;
    list-style:none;
    text-align:center;
}
.Portfolio-nav li{
    margin:0 10px;
    display:inline;
}
.Portfolio-nav li a{
    display:inline-block;
    padding:10px 22px;
    font-size:12px;
    line-height:20px;
    color:#222222;
    border-radius:4px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    background:#f7f7f7;
    margin-bottom:5px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
    background:#7cc576;
    color:#fff;
    text-decoration:none;
}

.portfolioContainer{
    margin:0 auto;
    padding-left:15px;
}

.Portfolio-box{
    text-align:center;
    margin-bottom:30px;
    height:350px;
    width:350px;
    overflow:hidden;
    float:left;
    padding:0;
}
.Portfolio-box img{
    margin-bottom:25px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.Portfolio-nav li a.current{
    background:#7cc576;
    color:#fff;
    text-decoration:none;
}
img {
    max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    transition-property:         transform, opacity;
}

.main-section.paddind{
    padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
    background:url(../../src/core/static/img/section-bg1.jpg) center center no-repeat;
    background-size:cover;
    padding:55px 0;
    text-align:center;
}
.client-part-haead{
    color:#fdfdfd;
    font-size:28px;
    line-height:41px;
    margin:30px 0 10px;
    font-family: ''Open Sans',sans-serif';
    font-style: italic;
}
.client{
    padding:0;
    margin:20px 0 0;
    list-style:none;
    text-align:center;
}
.client li{
    display:inline;
    margin:0 15px;
}
.client li a{
    display:inline-block;
}
.client li a img{
    margin-bottom:15px;
    border-radius:50%;
}
.client li a:hover{
    text-decoration:none;
}
.client li a h3{
    color:#ffffff;
}
.client li a span{
    color:#f1f1f1;
}
.quote-right{
    font-style:normal;
    width:68px;
    height:68px;
    margin:0 auto;
    border:2px solid #7cc576;
    border-radius:50%;
    display:block;
    line-height:68px;
    text-align:center;
    font-size:27px;
    color:#7cc576;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
    color: #fff;
    border: 2px solid #fff;
}

.c-logo-part{
    background:#7cc576;
    padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
}
.c-logo-part ul li{
    display:inline;
    margin:0 25px;
}
.c-logo-part ul a{
    display:inline-block;
    margin: 0 20px;
}
.main-section.team{
    padding:85px 0;
}
.main-section.team h6{
    margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
    max-width:993px;
    margin:0 auto;
}
.team-leader-box{
    width:30.66%;
    margin-right: 3.82979%;
    height: 490px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.team-leader-box span{
    margin-bottom:24px;
    display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
    width:auto;
    height:auto;
    position:relative;
    border-radius:50%;
    box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
    margin:7px 7px 25px 7px;

}
.team-leader-shadow{
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    border-radius:50%;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10;
    border-radius:50%;
}
.team-leader-shadow a{
    display:block;
    width:100%;
    height:100%;
}
.team-leader:hover .team-leader-shadow{
    box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
    display:block;
    border-radius:50%;
}
.team-leader ul{
    display:block;
    opacity:0;
    padding:0;
    margin:0;
    list-style:none;
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    text-align:center;
    margin-top:-14px;
    z-index:15;
    transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
    display:inline;
    margin:0 11px;
}
.team-leader ul li a{
    font-family: 'FontAwesome';
    display:inline-block;
    font-size:28px;
    color:#fff;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
    text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
    color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
    color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
    color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
    color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
    background:url(../../src/core/static/img/section-bg2.jpg) top center no-repeat;
    background-size:cover;
    padding:60px 0 10px;
    text-align:center;
}
.business-talking h2{
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    padding:0;
    margin:20px 0 70px;
    text-transform:uppercase;
    font-size:42px;
    color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
    padding:90px 0 100px;
}

.main-section.contact{
    background:url(../../src/core/static/img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
    font-size:15px;
    margin:0 0 14px 68px;
    padding-left:0;
}
.contact-info-box h3{
    font-size: 15px;
    font-weight:400;
    float:left;
    width:102px;
    margin-right:12px;
    line-height:28px;
}
.contact-info-box h3 i{
    font-style:normal;
    font-size:18px;
    color:#222222;
    font-family: 'FontAwesome';
    font-weight:normal;
    margin-right:7px;
}
.contact-info-box span{
    line-height:28px;
    display:block;
    overflow:hidden;
}
.social-link{
    display:block;
    overflow:hidden;
    list-style:none;
    padding-top: 0;
    margin-bottom: 0;
}
.social-link li{
    float:left;
    margin-right: 1em;
}
.langlang ul
{
    list-style-type: none;
    margin-bottom: 0;
}
.langlang
{
    float: right;
}

.langlang ul li
{
    display: inline-block;
    padding-right: 10px;
}
.social-link li a{
    display: block;
    text-align: right;
    padding-top: 5px;
    font-size: 2em;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
    text-decoration:none;
}
.twitter a:hover {
    color: #55acee;
}
.facebook a:hover {
    color: #3b5998;
}
.pinterest a:hover {
    background: #cb2026;
}
.gplus a:hover {
    background: #dd4b39;
}
.dribbble a:hover {
    background: #ea4c89;
}

.form{
    margin:0 66px 0 30px;
}
.input-text{
    padding:15px 16px;
    border:1px solid #ccc;
    width:100%;
    height:50px;
    display:block;
    border-radius:4px;
    font-size:15px;
    color:#aaa;
    font-family: 'Open Sans', sans-serif;
    margin:0 0 15px 0;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
    border: 1px solid #7cc576;
    outline:0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
    height:165px;
    resize:none;
    overflow:auto;
}

.input-btn{
    width:175px;
    height:50px;
    background:#7cc576;
    border-radius:4px;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    border:0px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
    background: #111;
    color: #fff;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    font-family: 'Montserrat', sans-serif;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: none;
    transition: .3s;
    background-color:white;
}
ul.pagination li a:hover
{
    background: #428bca;
}


/* Footer
---------------------------------*/

.footer{
    background:#222328;
    padding: 30px 0;
    color: white;

}

.footer-list{

    text-align: center;
}



.copyright{
    color:#cccccc;
    font-size:14px;
    display:block;
    text-align:center;
    background: #131419;
    padding: 20px;
}
.copyright a{
    color:#7cc576;
    font-weight:600;
    text-decoration: none;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
    color: #fff;
}

.copyright p{
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.copyright p span{

    padding-left: 20px;
}

.copyright .form-control {
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    border-radius: 0;

}

.main .form-control {
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    border-radius: 0;box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.5);
    color:white;

}


.copyright__items-row{
    margin-top: 20px;
}

.copyright__items i, .copyright__items p{
    display: inline;

}

.copyright__items  i{
    margin: 0 10px 0  0;
    color: #3279a0;
}

.res-nav_click {
    line-height:38px;
    font-family: 'FontAwesome';
    font-size:2em;
    text-decoration: none !important;
    color: #080808;
    font-style:normal;
    display:none;
    width:42px;
    height:27px;
    margin:20px auto;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
    color: #1B5C7C !important;
}

.portfolioContainer{
    max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

#top {
    bottom: 5%;
    cursor: pointer;
    display: none;
    font-size: 150%;
    position: fixed;
    right: 2%;
    padding: 15px;
    border-radius: 50%;
    background: #353538;
}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }



/* Common style */
.grid {
    margin: 40px auto 0px;
    max-width: 1000px;
    width: 90%;
}

.grid a {
    float: left;
    max-width: 250px;
    width: 25%;
    color: #333;
    padding: 15px;
}



.grid figure {
    position: relative;
    overflow: hidden;
    margin: 5px;
    background: #333;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.grid figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.grid figcaption h2 {
    margin: 0 0 20px 0;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}


.grid figcaption h2::after {
    display: block;
    margin: 10px auto 0px;
    width: 70px;
    height: 3px;
    background: #3d96c5 none repeat scroll 0% 0%;
    content: "";
}

.grid figcaption p {
    padding: 0 20px;
    color: #aaa;
    font-weight: 300;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption h2,
.grid figcaption p {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.grid figure button {
    position: absolute;
    padding: 4px 20px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption,
.grid figcaption h2,
.grid figcaption p,
.grid figure button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Style for SVG */
.grid svg {
    position: absolute;
    top: -1px; /* fixes rendering issue in FF */
    z-index: 10;
    width: 100%;
    height: 100%;
}

.grid svg path {
    fill: #e7e7e7;
}

/* Hover effects */
.grid a:hover figure img {
    opacity: 1;
}

.grid a:hover figcaption h2,
.grid a:hover figcaption p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.grid a:hover figcaption p {
    opacity: 0;
}



.grid figure button{
    top: 50%;
    left: 50%;
    border: 2px solid rgb(231, 231, 231);
    border-radius: 5px;
    background: transparent;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
    transform: translateY(-50%) translateX(-50%) scale(0.25);
}

.grid a:hover figure button {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}



.grid a,.grid button {
    outline: none;
}




@media screen and (max-width: 58em) {
    .grid a {
        width: 33.333%;
    }

    .grid a:nth-child(odd) {
        margin: 0;
    }


}

@media screen and (max-width: 45em) {
    .grid {
        max-width: 500px;
    }

    .grid a {
        width: 50%;
    }

    .grid a:nth-child(3n-1) {
        margin: 0;
    }




    .grid figcaption h2 {
        margin-bottom: 0px;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    .grid figcaption p {
        margin: 0;
        padding: 0 10px;
    }
}

@media screen and (max-width: 27em) {
    .grid {
        max-width: 250px;
    }

    .grid a {
        width: 100%;
    }

    .grid a:nth-child(even) {
        margin: 0;
    }
}

.codrops-demos a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.7em 1.1em;
    outline: none;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    border-color: #333;
    color: #333;
}

#blog__posts h1, #contact__form h1, #application-form h1{
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: black;


}

#blog__posts h1::after, #contact__form h1::after, #application-form h1::after {
    display: block;
    margin: 10px auto 0px;
    width: 80px;
    height: 4px;
    background: #3d96c5 none repeat scroll 0% 0%;
    content: "";
}


.post-preview h2{
    text-align: left;
    font-size: 20px;
}

.post-heading, .intro-header .page-heading {
    padding: 0px;
}

.intro-header .post-heading h1 {
    font-size: 40px;
    color: white;
}
.section-heading {
    font-size: 25px;
    margin-top: 30px;
    font-weight: 700;
    text-align: left;
}


.single__post p{
    line-height: 1.5;
    margin: 30px 0;
}

.caption {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-style: italic;
    margin: 0;
    display: block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#contact__form{
    padding: 50px 0 100px 0;
}

#contact__form .input-group, #comment-form .form-control, #application-form .form-control, #contact__form .form-control{
    width: 100%;
    background: #e1e1e1;
    color: black;
}

#comment-form{
    margin: 50px 0;
}



.contact-btn{
    margin-right: 15px;
    background: #428bca;
}

#application-form legend{
    border-bottom:none;
    font-size: 14px;
    color: #3c98c7;
    text-transform: uppercase;
    font-weight: bold;

}

#application-form{
    margin-bottom: 100px;
}

.main-nav-button {
    background: none;
    outline: none;
    border: none;
    color: white;
    font-size: 21px;
    width: fit-content;
    margin: 0 auto;
    display: none;
}

.main-nav-button .caret {
    border-width: 12px;
}

.main-nav-outer.opened .main-nav {
    display: block;
}

.main-nav-outer.opened .main-nav-button .caret {
    border-top: none;
    border-bottom: 12px dashed;
}

@media (max-width: 768px) {
    .main-nav{
        margin: 0;
        z-index: 1;
    }

    .btn__footer{
        margin-top: 20px;
    }
}


@media (max-width: 450px) {

}

