@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "robotoregular", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.page-scroll, .avest_h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#content-views { position:relative; }
.ng-enter, .ng-leave { width:100%; position:absolute; }
.ng-enter {
 -webkit-animation:zoomInDown 1.2s both ease-in;
 -moz-animation:zoomInDown 1.2s both ease-in;
 animation:zoomInDown 1.2s both ease-in;
}
.ng-leave {
 -webkit-animation:zoomOutDown 0.5s both ease-in;
 -moz-animation:zoomOutDown 0.5s both ease-in;
 animation:zoomOutDown 0.5s both ease-in;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table-cell;
}

ul.nav {
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 392px;
    /*padding-left: 12px;*/
}

.nav>li>a {
    padding: 10px 8px;
    text-transform: uppercase;
    color: black;
    font-size: 12px;
}

/*.navbar {*/
    /*padding: 0;*/
/*}*/

.intro-section {
    height: 630px;
    padding-top:10px;
    background: url('../images/to_green_bg_old.png') no-repeat top center, url('../images/home_bg.png') no-repeat bottom center;
    background-size: 700px, 1000px;
    margin-bottom: 30px;
}
.about-section {
    background: #fff;
    height: 500px;
    padding-top:0;
}

.portfolio-section {
    height: 600px;
    padding-top: 0;
    text-align: center;
    background:#ffffff;
}

.services-section {
    background: #fff;
    max-height: 450px;
    padding-top: 0;
}

.contact-section {
    max-height: 500px;
    padding-top: 10px;
}

.footer-section {
    height: 400px;
    padding-top: 115px;
    text-align: center;
    background: #ffffff;
    background: url('../images/footer_bg.png') no-repeat top center;
    background-size: auto 100%;
    opacity: 1;
    z-index: 110;
    position: relative;
}

.triangle {
    width: 260px;
    margin: 100px auto;
    padding-top: 180px;
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.triangle p {
    position: absolute;
    top: 0; left: 0;
    margin:0;
    width: 100%; height: 100%;
    background-color: rgba(0, 122, 199, 0.7);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
/** hover effect **/
.triangle p:hover {
    background: rgba(255, 165, 0, 0.7);
}

.triangle_container {
    margin: 140px auto 0;
    /*font-size: 0;*/
    max-width: 760px;
    position: relative;
    z-index:100;
}

.wrap {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    display: inline-block;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    width: 120px;
    margin-right: 35px;
}
.wrap:nth-child(even) .crop img {
    -webkit-transform: skew(-20deg, -20deg) rotate(-225deg);
    -moz-transform: skew(-20deg, -20deg) rotate(-225deg);
    -ms-transform: skew(-20deg, -20deg) rotate(-225deg);
    -o-transform: skew(-20deg, -20deg) rotate(-225deg);
    transform: skew(-20deg, -20deg) rotate(-225deg);
    margin-right: 40px;
}

.crop {
    position: relative;
    width: 166px;
    height: 166px;
    margin: 0;
    display: block;
    overflow: hidden;
    -webkit-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    -moz-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    -ms-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    -o-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    transform: skew(15deg, 15deg) translate3d(0, 0, 0);
}
.crop img {
    width: 164px;
    height: 164px;
    position: absolute;
    left: -50%;
    margin-top: 36px;
    margin-left: 36px;
    top: -50%;
    -webkit-transform: skew(-20deg, -20deg) rotate(-45deg);
    -moz-transform: skew(-20deg, -20deg) rotate(-45deg);
    -ms-transform: skew(-20deg, -20deg) rotate(-45deg);
    -o-transform: skew(-20deg, -20deg) rotate(-45deg);
    transform: skew(-20deg, -20deg) rotate(-45deg);
    opacity: 0.7;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.wrap:nth-child(even) .crop img {
    -webkit-transform: skew(-25deg, -25deg) rotate(-225deg);
    -moz-transform: skew(-25deg, -25deg) rotate(-225deg);
    -ms-transform: skew(-25deg, -25deg) rotate(-225deg);
    -o-transform: skew(-25deg, -25deg) rotate(-225deg);
    transform: skew(-25deg, -25deg) rotate(-225deg);
    height:178px;
}
.wrap:nth-child(even) {
    width: 30px;
    -webkit-transform: rotate(225deg) translate3d(30px, 120px, 0);
    -moz-transform: rotate(225deg) translate3d(30px, 120px, 0);
    -ms-transform: rotate(225deg) translate3d(30px, 120px, 0);
    -o-transform: rotate(225deg) translate3d(30px, 120px, 0);
    transform: rotate(225deg) translate3d(30px, 120px, 0);
}

.crop img:hover {
    opacity: 1;
}

.triangle_img {
    margin-left: -40px;
    margin-right: -40px;
    width: 190px;
    height: 140px;
    background: url('../images/triangle_bg.png') no-repeat center center;
    background-size: 100% 100%;
    border: 0;
}

.triangle_img_rotated {
    margin-left: -40px;
    margin-right: -40px;
    width: 190px;
    height: 140px;
    background: url('../images/triangle_bg_180.png') no-repeat center center;
    background-size: 100% 100%;
}

.rotate_180 {
    transform: rotate(180deg);
}

.triangle_under {
    display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index:-1;
    padding-left: 90px; /*125 for 4, 209 for 3, 242 for 2, 327 for 1*/
}

.triangle_div {
    margin-left: -20px;
    margin-right: -20px;
    width: 155px;
    height: 130px;
    background: url('../images/triangle_bg.png') no-repeat center center;
    background-size: 100% 100%;
    float: left;
    padding-top: 60px;
}

.triangle_div_rotated {
    margin-left: -20px;
    margin-right: -20px;
    width: 155px;
    height: 130px;
    background: url('../images/triangle_bg_180.png') no-repeat center center;
    background-size: 100% 100%;
    float: left;
    padding-top: 56px;
}

.triangle_on_hover {
    position: absolute;
    top: 60px;
    left: 245px;
    height: 180px;
    width: 260px;
    background: url('../images/triangle_bg.png') no-repeat center center;
    background-size: 100% 100%;
    padding-top: 30px;
    opacity: 0;
}

/* */

.service_triangle_container {
    margin: 140px auto 0;
    /*font-size: 0;*/
    max-width: 760px;
    position: relative;
    z-index:100;
}

.service_wrap {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    display: inline-block;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    width: 120px;
    margin-right: 35px;
}
.service_wrap:nth-child(even) .service_crop img {
    -webkit-transform: skew(-20deg, -20deg) rotate(-225deg);
    -moz-transform: skew(-20deg, -20deg) rotate(-225deg);
    -ms-transform: skew(-20deg, -20deg) rotate(-225deg);
    -o-transform: skew(-20deg, -20deg) rotate(-225deg);
    transform: skew(-20deg, -20deg) rotate(-225deg);
    margin-right: 40px;
}

.service_crop {
    position: relative;
    width: 166px;
    height: 166px;
    margin: 0;
    display: block;
    overflow: hidden;
    -webkit-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    -moz-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    -ms-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    -o-transform: skew(15deg, 15deg) translate3d(0, 0, 0);
    transform: skew(15deg, 15deg) translate3d(0, 0, 0);
}
.service_crop img {
    width: 164px;
    height: 164px;
    position: absolute;
    left: -50%;
    margin-top: 36px;
    margin-left: 36px;
    top: -50%;
    -webkit-transform: skew(-20deg, -20deg) rotate(-45deg);
    -moz-transform: skew(-20deg, -20deg) rotate(-45deg);
    -ms-transform: skew(-20deg, -20deg) rotate(-45deg);
    -o-transform: skew(-20deg, -20deg) rotate(-45deg);
    transform: skew(-20deg, -20deg) rotate(-45deg);
    opacity: 0.7;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.service_wrap:nth-child(even) .crop img {
    -webkit-transform: skew(-25deg, -25deg) rotate(-225deg);
    -moz-transform: skew(-25deg, -25deg) rotate(-225deg);
    -ms-transform: skew(-25deg, -25deg) rotate(-225deg);
    -o-transform: skew(-25deg, -25deg) rotate(-225deg);
    transform: skew(-25deg, -25deg) rotate(-225deg);
    height:178px;
}
.service_wrap:nth-child(even) {
    width: 30px;
    -webkit-transform: rotate(225deg) translate3d(30px, 120px, 0);
    -moz-transform: rotate(225deg) translate3d(30px, 120px, 0);
    -ms-transform: rotate(225deg) translate3d(30px, 120px, 0);
    -o-transform: rotate(225deg) translate3d(30px, 120px, 0);
    transform: rotate(225deg) translate3d(30px, 120px, 0);
}

.service_crop img:hover {
    opacity: 1;
}

.service_triangle_img {
    margin-left: -40px;
    margin-right: -40px;
    width: 190px;
    height: 140px;
    background: url('../images/triangle_bg.png') no-repeat center center;
    background-size: 100% 100%;
    border: 0;
}

.service_triangle_img_rotated {
    margin-left: -40px;
    margin-right: -40px;
    width: 190px;
    height: 140px;
    background: url('../images/triangle_bg_180.png') no-repeat center center;
    background-size: 100% 100%;
}

.service_rotate_180 {
    transform: rotate(180deg);
}

.service_triangle_under {
    display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index:-1;
    padding-left: 90px; /*125 for 4, 209 for 3, 242 for 2, 327 for 1*/
}

.service_triangle_div {
    margin-left: -20px;
    margin-right: -20px;
    width: 155px;
    height: 130px;
    background: url('../images/triangle_bg.png') no-repeat center center;
    background-size: 100% 100%;
    float: left;
    padding-top: 60px;
}

.service_triangle_div_rotated {
    margin-left: -20px;
    margin-right: -20px;
    width: 155px;
    height: 130px;
    background: url('../images/triangle_bg_180.png') no-repeat center center;
    background-size: 100% 100%;
    float: left;
    padding-top: 56px;
}

.service_triangle_on_hover {
    position: absolute;
    top: 60px;
    left: 245px;
    height: 180px;
    width: 260px;
    background: url('../images/triangle_bg.png') no-repeat center center;
    background-size: 100% 100%;
    padding-top: 30px;
    opacity: 0;
}
/* */

#triangle_img_1 {
    opacity:0;
}

.contactform {
    width: 400px;
    margin: 40px 0 80px 0;
}

.contactform label {
    cursor: default;
    margin: 17px 30px 0 0;
    text-align: right;
}

.contactform input, .contactform textarea {
    margin-top: 30px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.logo {
    margin: 8px auto 15px;
    height: 120px;
    display:block;
    position:relative;
}

.lang_bar {
    position:absolute;
    left: 60%;
    top:94px;
    font-size:12px;
}

.avest_h1 {
    font-size: 18px;
    text-transform: uppercase;
}

.services_ul {
    list-style-type: none;
    margin: 20px auto 0;
    padding: 0;
}

.services_ul li {
    display: inline;
}

.home_content {
    display:block;
    margin: 25px auto 60px;
    width: 280px;
    height:280px;
    background: url('../images/home_triangle.png') no-repeat center center;
    background-size: 100%;
    padding: 16px 2px;
    font-size: 12px;
    line-height:20px;
}

.home_arrow {
    display:block;
    margin: 60px auto 0;
    width: 50px;
    height:40px;
    padding-right:2px;
}

.middle_bg {
    position: absolute;
    display: block;
    top: 710px;
    background: url('../images/about_services_bg_3.png') no-repeat top center;
    background-size: auto 1100px;
    height: 1100px;
    width: 100%;
    z-index: 100;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 1px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    left: 20px;
    display: none;
    background: url('../images/arrow_up.png') no-repeat center center;
    background-size: 100%;
    z-index: 200;
}

.scrollToTop:hover {
    text-decoration: none;
}

.about_content {
    display:block;
    margin: 17px auto;
    width: 1000px;
    height:320px;
    z-index: 110;
    position: relative;
}

.about_content_heading {
    position:relative;
    width: 100%;
    display: block;
    height: 50px;
}

.about_content_heading hr {
    margin-top: 0;
    margin-bottom: 3px;
    border-top: 2px solid #303030;
    width: 65%;
}

.about_content_heading p {
    margin: 0 10%;
    line-height: 15px;
    font-size: 13px;
    font-weight: 500;
}

.about_content ul {
    width: 80%;
    margin: 0 10%;
    padding: 15px 0 0 0;
    list-style-type: none;
    text-align: center;
    z-index: 110;
    position:relative;
}

.about_content ul li {
    width:25%;
    padding: 0;
    text-align:center;
    display: inline;
    float: left;
}

.about_content_hover_triangle {
    position:absolute;
    bottom:0;
    display:block;
    height:230px;
    width:24.6%;
    margin:0;
    z-index: 100;
    text-align: center;
    color: #ffffff;
}

.acht1 {
    left:7.74%;
    /*background: url('../images/white_triangle_2.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom:22px;
}
.acht2 {
    left:27.74%;
    /*background: url('../images/white_triangle_1.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 22px;
}
.acht3 {
    left:47.74%;
    /*background: url('../images/white_triangle_2.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom:22px;
}
.acht4 {
    left:67.74%;
    /*background: url('../images/white_triangle_1.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 22px;
}

.about_arrow {
    position: absolute;
    left:42%;
    bottom:23px;
    width:16%;
    height:20px;
    z-index: 110;
}

.triangle_heading {
    font-size:11px;
    margin-bottom: 3px;
    padding: 90px 80px 0;
}

.triangle_heading_ {
    font-size:11px;
    margin-bottom: 3px;
    padding: 90px 80px 0;
    /*padding: 25px 20px 0;*/
}

.triangle_content {
    font-size: 12px;
    padding: 0 50px;
    /*padding: 0;*/

}

.triangle_content_ {
    font-size: 12px;
    padding: 0 50px;
    /*padding:0;*/
}

.service_triangle_heading {
    font-size:11px;
    margin-bottom: 3px;
    padding: 100px 80px 0;
}

.service_triangle_heading_ {
    font-size:11px;
    margin-bottom: 3px;
    padding: 100px 80px 0;
    /*padding: 25px 20px 0;*/
}

.service_triangle_content {
    font-size: 11px;
    padding: 13px 50px 0;
    /*padding: 0;*/

}

.service_triangle_content_ {
    font-size: 11px;
    padding: 13px 50px 0;
    /*padding: 0;*/
}

.service_content {
    display:block;
    margin: 30px auto;
    width: 1000px;
    height:320px;
    z-index: 110;
    position: relative;
}

.service_content_heading {
    position:relative;
    width: 100%;
    display: block;
    height: 50px;
}

.service_content_heading hr {
    margin-top: 0;
    margin-bottom: 3px;
    border-top: 1px solid #ffffff;
    width: 65%;
}

.service_content_heading p {
    margin: 0 2%;
    line-height: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
}

.service_content ul {
    width: 100%;
    margin: 30px 0;
    padding: 15px 0 0 0;
    list-style-type: none;
    text-align: center;
    z-index: 110;
    position: relative;
}

.service_content ul li {
    width:10%;
    padding: 0;
    text-align:center;
    display: inline;
    float: left;
}

.service_content_hover_triangle {
    position:absolute;
    bottom:0;
    display:block;
    height:230px;
    width:20.6%;
    z-index: 100;
    margin: 0 2%;
    text-align: center;
    color: #ffffff;
}

.scht1 {
    left: -7.26%; /*2.74%;*/
    /*background: url('../images/white_triangle_2.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
}
.scht2 {
    left: 2.74%;
    /*background: url('../images/white_triangle_1.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
    width: 20.6% !important;
}
.scht3 {
    left: 12.74%;
    /*background: url('../images/white_triangle_2.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
}
.scht4 {
    left: 22.74%;
    /*background: url('../images/white_triangle_1.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
    width: 20.6% !important;
}

.scht5 {
    left: 32.74%;
    /*background: url('../images/white_triangle_2.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
}
.scht6 {
    left: 42.74%;
    /*background: url('../images/white_triangle_1.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
    width: 20.6% !important;
}
.scht7 {
    left: 52.74%;
    /*background: url('../images/white_triangle_2.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
}
.scht8 {
    left: 62.74%;
    /*background: url('../images/white_triangle_1.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
    width: 20.6% !important;
}
.scht9 {
    left: 72.74%;
    /*background: url('../images/white_triangle_2.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
}
.scht10 {
    left: 82.74%;
    /*background: url('../images/white_triangle_1.png') no-repeat bottom center;*/
    /*background-size:100%;*/
    opacity: 0;
    bottom: 66px;
    width: 20.6% !important;
}

.service_arrow {
    position: absolute;
    left:42%;
    bottom:8px;
    width:16%;
    height:20px;
    z-index: 110;
    opacity: 0.9;
    padding-right:2px;
}

.portfolio_arrow {
    position: absolute;
    left:42%;
    bottom:-50px;
    width:16%;
    height:20px;
    z-index: 110;
    opacity: 0.9;
    padding-right:3px;
}

.portfolio_content {
    width: 1000px;
    height: 400px;
    display: block;
    text-align:center;
    margin:65px auto 0;
    position:relative;
}

.portfolio_svg {
    margin: 0 -18px;
}

.footer_triangle_bg {
    position: absolute;
    top: 1690px;
    z-index: 100;
    width: 100%;
    height: 700px;
    display: block;
    opacity:0.9;
}

.footer_triangle_bg_in {
    width: 670px;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: url('../images/light_green_triangle.png') no-repeat bottom center;
    background-size: 100%;
    opacity: 0.5;
}

.footer_content {
    display:block;
    margin: 30px auto 0;
    width: 840px;
    height: 200px;
    color: #ffffff;
}

.footer_content_left {
    width: 100%;
    float: left;
    display: block;
    padding: 0;
}

.footer_content_right {
    width: 38%;
    float: right;
    display: block;
    padding: 0 1%;
}

.footer_p {
    text-align:left;
    font-size:11px;
    display: block;
    margin-top: 30px;
    margin-bottom:0
}

.contact_left_td {
    vertical-align: top;
    text-align:right;
    padding-right:10px;
}

.contact_input {
    width:50%;
    height: 30px;
    border-radius:4px;
    margin-bottom:10px;
    color: #000;
    border:1px solid #b3b3b3;
    background: #fafafa;
    padding: 0 8px;
}

.contact_textarea {
    width:80%;
    height: 150px;
    border-radius:4px;
    margin-bottom:10px;
    color: #000;
    border:1px solid #b3b3b3;
    background: #fafafa;
}

.modal_left_arrow {
    position:absolute;
    display:none;
    left:0;
    top:4%;
    width:6%;
    height:96%;
}

.modal_right_arrow {
    position:absolute;
    display:none;
    right:0;
    top:4%;
    width:6%;
    height:96%;
}

.modal_top {
    position:absolute;
    top: 1%;
    left: 1%;
    height: 4%;
    width: 98%;
}

.modal-body-slider {
    border: 4px solid silver;
    border-radius: 4px;
}

#prev_pf {
    cursor:pointer;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-5px;
    margin-left:-5px;
    text-decoration:none;
    color: #000;
}

#next_pf {
    cursor:pointer;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-5px;
    margin-left:-5px;
    text-decoration:none;
    color: #000;
}

.modal-backdrop, .modal-backdrop.in
{
    opacity:0.9 !important;
}
.social {
    display: block;
    height: 36px;
    margin: 8px 2px;
}
.social_icon {
    list-style-type: none;
    padding: 0;
    float: right;
    display: block;
    margin-top: 10px;
}

.social_icon li {
    display: inline;
    float: left;
    margin-right:7px;
}

.fb_icon {
    background: url('../images/fb.png') no-repeat center center;
    background-size:100%;
    width:35px;
    height:35px;
    display:block;
}

.fb_icon:hover {
    background: url('../images/fb_hover.png') no-repeat center center;
    background-size:100%;
}

.in_icon {
    background: url('../images/in.png') no-repeat center center;
    background-size:100%;
    width:35px;
    height:35px;
    display:block;
}

.in_icon:hover {
    background: url('../images/in_hover.png') no-repeat center center;
    background-size:100%;
}

.tw_icon {
    background: url('../images/tw.png') no-repeat center center;
    background-size:100%;
    width:35px;
    height:35px;
    display:block;
}

.tw_icon:hover {
    background: url('../images/tw_hover.png') no-repeat center center;
    background-size:100%;
}

.ln_icon {
    background: url('../images/ln.png') no-repeat center center;
    background-size:100%;
    width:35px;
    height:35px;
    display:block;
}

.ln_icon:hover {
    background: url('../images/ln_hover.png') no-repeat center center;
    background-size:100%;
}

.red_border {
    border: 1px solid #fae8e8 !important;
    background: #fff7f7 !important;
}

.img_rotate {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#myModal {
    top:30px;
}

.modal-content-contact {
    margin: 30px auto 0;
    width: 700px;
}

.modal-body-contact {
    padding: 40px;
}

@media (max-width:720px) {
    .modal-content-contact {
        margin: 10px auto;
        max-width: 320px;
    }
    .contact_input, .contact_textarea {
        width: 100%;
    }
}

@media screen and (min-width: 1220px) {
    .modal-dialog {
        width: 1200px;
    }
}

@media screen and (max-width: 1220px) and (min-width: 1000px) {
    .modal-dialog {
        width: 1000px;
    }
}

.submit_button {
    background-color: #5e398f; /*#0077cc;*/
    color: #ffffff;
    border-radius:3px;
    padding:10px 22px;
    font-size:14px;
    opacity:1;
    border:0
}
.submit_button:hover {
    opacity:0.7;
}

.svg_polygon {
    cursor:pointer;
    stroke:#303030;
    stroke-width:4;
}

#preloader {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.main_menu_a:focus {
    text-decoration: none;
    background-color: #ffffff !important;
}

#slider_heading {
    width:80%;
    float:left;
    text-align:center;
    height:10%;
    vertical-align:middle;
    font-size:19px;
    line-height:40px;
    color: silver;
}

.modal_img_div {
    width:80%;
    float:left;
    padding:0 1%;
    text-align:center;
    height:90%;
    vertical-align:middle;
    /*border-right: 1px solid silver;*/
}

.modal_div {
    height:520px;
    display:block
}

.modal_content_div {
    width:16%;
    height:88%;
    float:right;
    position:relative;
    padding:1%;
    display:none;
    /*border-left: 1px solid silver;*/
}

#modal_img, .modal_img {
    max-width:100%;
    height:100%;
    display:none;
    margin: 0 auto;
}

.active {
    display:block;
}
#modal_content {
    position:absolute;
    top:0;
    height:68%;
    width:98%;
    text-align:justify;
    padding:1%;
    margin:20px 5px;
}

.modal_url {
    position:absolute;
    top:78%;
    width:98%;
    height:20%;
    text-align:left;
    padding:1%;
}

.about_p {
    width: 900px;
    margin:0 auto;
}

.about_p_heading {
    font-size: 15px;
    margin: 0 auto;
    padding-bottom: 5px;
    display: block;
}

.about_content_m {
    display:none;
}

#pf_menu {
    width: 748px;
}

.footer_content_body {
    text-align: justify;
    line-height: 18px;
    margin-bottom:20px;
}
.footer_content_body_2 {
    text-align:left;
    float: left;
    display: block;
    margin: 4px 5px 0 0;
}

.contact_form_m {
    display: none;
}

.service_content_m {
    display: none;
}

.avest_contact_h1 {
    color: #ffffff;
}

.top_menu {
    display:block;
    height: 35px;
}

.top_menu_mob {
    display:none;
}

.lang_bar_mob {
    float: right;
    padding: 7px 0 0 0;
}

#pf_menu_m {
    display: none;
}

.portfolio_arrow_m {
    display: none;
}

/* responsive design */

@media (max-width: 1080px) {
    .navbar-toggle {
        display: block;
        float: left;
        padding: 0;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 1px;
        background-color: black;
    }
    .top_menu {
        display:none;
    }
    .top_menu_mob {
        display:block;
        height: 35px;
        width: 300px;
        margin: 0 auto;
        position: relative;
        border-bottom: 2px solid silver;
    }
    #mob_ul {
        display:none;
        background: #ffffff;
        width: 150px;
        float: left;
        margin: 0;
        padding:0;
        position: absolute;
        top: 40px;
        left: 0;
        list-style: none;
        color: black;
        text-align: left;
        opacity: 0.9;
    }
    #mob_ul li {
        font-size: 12px;
        color: #000;
        padding: 8px;
    }
    #mob_ul li a {
        font-size: 12px;
        color: #000;
        padding: 8px;
    }
    #mob_ul li:hover {
        background: silver;
    }
    #mob_ul li:hover a {
        color: #ffffff;
        text-decoration: none;
    }
    .about_p {
        width: 310px;
        font-size: 10px;
        height: 155px;
    }
    .about_p_heading {
        font-size: 12px;
        margin: 0 auto;
        padding-bottom: 5px;
        display: block;
    }
    .about_content {
        display:none;
    }
    .about_content_m {
        display:block;
        margin-top:4px;
        height: 305px;
        z-index: 110;
        position: relative;
    }
    .about_content_heading p {
        margin: 0 auto 5px;
        line-height: 12px;
        font-size: 11px;
        font-weight: 500;
        color: #ffffff;
        width: 130px;
    }
    .about_content_heading hr  {
        margin-top: 0;
        margin-bottom: 3px;
        border-top: 1px solid #ffffff;
        width: 80px;
    }
    .about_content_heading {
        height: 25px;
    }
    .about_content_body {
        font-size: 10px;
        line-height:12px;
        color: #ffffff;
        display:block;
        margin:-60px auto;
        width: 136px;
        height: 130px;
        opacity: 0;
    }
    .about_arrow {
        bottom:43px;
    }
    .service_content {
        display: none;
    }
    #pf_menu {
        display: none;
    }
    .portfolio_content {
        display: none;
    }
    .footer_content {
        width: 100%;
    }
    .footer_triangle_bg_in {
        width: 100%;
    }
    .footer_content_body {
        font-size: 12px;
        line-height: 15px;
        height: 100px;
        width: 100%;
    }
    .footer_content_body_2 {
        font-size: 14px;
        line-height: 15px;
        display: block;
        height: 30px;
        width: 110%;
        margin-bottom:20px;
    }
    .footer_content_left {
        width: 260px;
        margin: 0 auto;
        float: none;
    }
    .footer_content_right {
        display: none;
    }
    .footer-section {
        min-height: 420px;
        background: url('../images/footer_bg_m.png') no-repeat top center;
        padding-top: 35px;
        text-align: center;
        background-size: auto 100%;
        opacity: 1;
        z-index: 110;
        position: relative;
    }
    .social_icon {
        float: none;
        margin: 0 auto;
    }
    .contact_left_td {
        text-align: left;
    }
    .contact_form_m {
        display: block;
        width: 100%;
        margin-bottom:25px;
    }
    /*.avest_contact_h1 {*/
        /*color: #000;*/
    /*}*/
    .services-section {
        min-height: 440px;
    }
    .service_content_m {
        display: block;
        margin: 5px auto;
        width: 100%;
        height: 360px;
        z-index: 110;
        position: relative;
    }
    .service_content_heading p {
        margin: 0 auto 5px;
        line-height: 12px;
        font-size: 8px;
        font-weight: 500;
        color: #ffffff;
        width: 80px;
    }
    .service_content_heading hr {
        width: 80px;
    }
    #service_h1 {
        margin-bottom: 30px;
    }
    .service_arrow {
        bottom: 30px;
        padding-right: 0;
    }
    .service_content_body {
        margin-left: 0;
        margin-right: 0;
        margin: -105px auto 0;
        width: 80px;
        opacity: 0;
        height: 90px;
        display: block;
        /*position: relative;*/
    }
    .service_content_body p {
        color: #ffffff;
        font-size: 8px;
        line-height: 9px;
    }
    .service_content_body_m, .about_content_body_m {
        z-index: -1;
        position: relative;
    }
    .about_m, #service_svg_1_m, #service_svg_2_m, #service_svg_3_m, #service_svg_4_m, #service_svg_5_m, #service_svg_6_m, #service_svg_7_m, #service_svg_8_m, #service_svg_9_m, #service_svg_10_m {
        z-index:101;
        cursor:pointer;
    }
    .about_m {
        cursor:pointer;
    }
    #mobileModalHeading {
        margin: 8px auto;
        display: block;
        font-size: 18px;
        text-align: Center;
    }
    #mobileModalContent {
        margin: 10px auto 25px;
        text-align: center;
    }
    .portfolio-section {
        height: 440px;
    }
    ul.nav {
        width: 240px;
    }
    .nav>li>a {
        display: block;
    }
    .navbar-nav>li {
        float: none;
    }
    #pf_menu_m {
        margin: 10px auto;
        display:block;
    }
    .portfolio_arrow_m {
        display:block;
        position: absolute;
        bottom: -30px;
        left: 42%;
        width: 16%;
    }
    .modal_top {
        position: absolute;
        top: 2px;
        left: -6px;
        height: 25px;
        width: 100%;
        display: block;
    }
    .main_menu_a:focus {
        text-decoration: none;
        background-color: transparent !important;
    }
    .modal-body-mobile {
        border: 0;
        color: white;
    }
    .modal-content-mobile {
        margin: 120px 0;
        background: #000;
    }
    .footer_p {
        margin-top: 80px;
    }
    /*.middle_bg {*/
        /*background: url('../images/about_services_bg_m.png') no-repeat top center;*/
        /*background-size: auto 1150px;*/
        /*height: 1150px;*/
    /*}*/
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.contact_checkbox {
    width:16px;
    height:16px;
    margin: 0 20px 0 5px !important;
}