/* ----- Variables ----- */
/* ----- Global ----- */


.product h3 {
    font-size: 0.7em;
    letter-spacing: 1.2px;
    color: #a6a6a6;
}

.product img {
    max-width: 100%;
    -webkit-filter: drop-shadow(1px 1px 3px #a6a6a6);
    filter: drop-shadow(1px 1px 3px #a6a6a6);
}

/* ----- Product Section ----- */
.product {
    /* display: grid;
    grid-template-columns: 0.9fr 1fr; */
    margin: auto;
    padding: 2.5em 0;
    /* min-width: 600px; */
    background-color: white;
    /* border-radius: 5px; */
}

/* ----- Photo Section ----- */
.product__photo {
    position: relative;
}

.photo-container {
    position: absolute;
    left: -2.5em;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
}

.photo-main {
    border-radius: 6px 6px 0 0;
    background-color: #9be010;
    background: radial-gradient(#e5f89e, #96e001);
}
.photo-main .controls {
    display: flex;
    justify-content: space-between;
    padding: 0.8em;
    color: #fff;
}
.photo-main .controls i {
    cursor: pointer;
}
.photo-main img {
    position: absolute;
    left: -3.5em;
    top: 2em;
    max-width: 110%;
    -webkit-filter: saturate(150%) contrast(120%) hue-rotate(10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.3));
    filter: saturate(150%) contrast(120%) hue-rotate(10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.3));
}

.photo-album {
    padding: 0.7em 1em;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}
.photo-album ul {
    display: flex;
    justify-content: space-around;
}
.photo-album li {
    float: left;
    width: 55px;
    height: 55px;
    padding: 7px;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
}

/* ----- Informations Section ----- */
.product__info {
    padding: 0.8em 0;
}

.title h1 {
    margin-bottom: 0.1em;
    color: #4c4c4c;
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
}
.title span {
    text-align: center;
    font-size: 0.7em;
    color: #a6a6a6;
}

.price {
    /* margin: 1.5em 0; */
    color: #ff3f40;
    font-size: 1.2em;
    text-align: center;
}
.price span {
    padding-left: 0.15em;
    font-size: 2.9em;
}

.variant {
    overflow: auto;
}
.variant h3 {
    margin-bottom: 1.1em;
}
.variant li {
    float: left;
    width: 35px;
    height: 35px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
}
.variant li:first-child, .variant li:hover {
    border: 1px solid #a6a6a6;
}
.variant li:not(:first-child) {
    margin-left: 0.1em;
}

 .description {
    clear: left;
    /*margin: 5em 0;*/
     margin-left: 17px;
}
.description h3 {
    margin-bottom: 1em;
}
.description ul {
    font-size: 0.8em;
    list-style: disc;
    margin-left: 1em;
}
.description li {
    text-indent: -0.6em;
    margin-bottom: 0.5em;
    font-size: 15px;
}

.buy--btn {
    padding: 1.5em 3.1em;
    border: none;
    border-radius: 7px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
    background-color: #ff3f40;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    cursor: pointer;
    margin: auto;
    display: block;
}
.buy--btn:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

 .fixe-nav{
     position: fixed;
     width: 100%;
     background: #fff !important;
     transition: 1s;
 }
.justify-content-center{
    text-align: center;
}
.logo-text {
    color: #33789f !important;
    font-weight: bold !important;
    margin-right: 25px;
    bottom: 0px;
    left: 70px;
    position: absolute;
    font-size: 1.4em;
}
nav{
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.57);
    box-shadow: 0 4px 10px -10px rgb(0 0 0 / 60%);
    height: 100px;
}
#page-header {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: url(../../assets/images/bg-page-header1.png) no-repeat center center;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plr0 {
    padding-left: 0;
    padding-right: 0;
}
.portfolio [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
.scale-mod {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 95.3%;
}
.background-theme-50-opacity {
    position: relative;
}
.text-center {
    text-align: center;
}
.fsize-0 {
    font-size: 0;
}
.scale-mod:before {
    opacity: 0.85;
    z-index: -1;
    background: #00cbd6;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cbd6), to(#0098d6));
    background-image: linear-gradient(to right, #00cbd6 0%, #0098d6 100%);
    -webkit-box-shadow: 0 21px 29px rgba(36, 171, 179, 0.3);
    box-shadow: 0 21px 29px rgba(36, 171, 179, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.background-2 {
    background: #212a33;
}
.text-center {
    text-align: center;
}
.table {
    display: table;
    height: 100%;
}
.table-row {
    display: table-row;
}
.text-center {
    text-align: center;
}
.valign-middle {
    vertical-align: middle;
}
.table-cell {
    display: table-cell;
}
.portfolio .shutter-text.main-shutter {
    padding-left: 40px;
    padding-right: 40px;
}
.portfolio .shutter-text {
    line-height: 30px;
}

.mb40 {
    margin-bottom: 40px;
}
.fsize-16 {
    font-size: 16px;
}
.color-7 {
    color: #c2d4f8;
}
.scale-1 {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0px;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scale-1:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.scale-1:hover:before {
    opacity: 0.85;
    background: #00cbd6;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cbd6), to(#0098d6));
    background-image: linear-gradient(to right, #00cbd6 0%, #0098d6 100%);
    -webkit-box-shadow: 0 21px 29px rgba(36, 171, 179, 0.3);
    box-shadow: 0 21px 29px rgba(36, 171, 179, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scale-mod {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scale-mod:before {
    opacity: 0.85;
    z-index: -1;
    background: #00cbd6;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cbd6), to(#0098d6));
    background-image: linear-gradient(to right, #00cbd6 0%, #0098d6 100%);
    -webkit-box-shadow: 0 21px 29px rgba(36, 171, 179, 0.3);
    box-shadow: 0 21px 29px rgba(36, 171, 179, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.background-theme-50-opacity:before {
    content: '';
    /* background: #212a33; */
    /* opacity: 0.5; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
::selection {
    background: #00cad6;
    color: #fff;
}

h3{
    font-size: 25px !important;
    line-height: 1.2em !important;
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
    /*line-height: 1.4em !important;*/
}

p {
    font-size: 18px;
    margin: 0 0 10px !important;
    font-weight: 300;
    line-height: 24px;
    color: #888888;
}

#tabs-contents small {
    font-size: 75%;
    color: #777;
    font-weight: 400;
}

.container .title{
    color: #3c4858;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}

.container .title h3{
    font-size: 25px;
    font-weight: 300;
}

div.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card.card-plain {
    background: transparent;
    box-shadow: none;
}
div.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg,#eee,#bdbdbd);
}

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}

.div.card .card-body{
    padding: 15px 30px;
}

div.card .card-header-primary {
    background: linear-gradient(60deg,#ab47bc,#7b1fa2);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

div.card .card-header-danger {
    background: linear-gradient(60deg,#ef5350,#d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}


.card-nav-tabs .card-header {
    margin-top: -30px!important;
}

.card .card-header .nav-tabs {
    padding: 0;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 10px;
    /*width: 800px;*/
    width: 100%;
    margin: auto;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link{
    border: 0!important;
    color: #fff!important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}

.nav-link{
    display: block;
}

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item {
    position: relative;
}

.show-nav{
    display: block;
}
.hide-nav{
    display: none;
}

.s2tel-navbar-light .navbar-nav > .nav-item > .nav-link{
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .fixe-nav{
        /*background: #202932 !important;*/
        background: #347AA4 !important;
    }
    .show-nav{
        display: none;
    }
}

.large-text h1 {
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 27px;
    line-height: 75px;
    color: #001b5e;
}

.div-large-text {
    display: table;
    width: 100%;
    height: 800px;
}

.large-text {
    display: table-cell;
    vertical-align: middle;
}

.about_part {
    position: relative;
    z-index: 99;
    background-image: url(../../assets/images/about_overlay_1.png);
    background-repeat: no-repeat;
    background-position: left;
    /*margin-top: 170px;*/
}
.section_padding {
    padding: 140px 0px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
about_part_img img {
    vertical-align: middle;
    border-style: none;
}
.about_part .about_part_text h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 30px;
    position: relative;
    color: #001b5e;
}
.about_part .about_part_text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 42px;
}
.about_part .about_part_text ul li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 80px;
    padding-top: 30px;
    color: #888888;
    position: relative;
}
.about_part .about_part_text ul li h3:hover{
    color: red;

}
.about_part .about_part_text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 42px;
}
.about_part .about_part_text ul li span {
    margin-right: 17px;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0px;
    color: #ff5e13;
}
.about_part .about_part_text ul li {
    display: inline-block;
    /*margin-bottom: 10px;*/
    font-size: 14px;
    padding-left: 80px;
    padding-top: 17px;
    color: #888888;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    /*color: #001b5e;*/
    /*color: #001b5e;*/
    color: #396f92;
    font-family: "Roboto", sans-serif;
}

/**************** service_part css start ****************/
@media (max-width: 991px) {
    /* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .section_tittle {
        margin-bottom: 25px;
    }
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .single_feature_text h2 {
    font-size: 42px;
    line-height: 1.222;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    /* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_feature_text h2 {
        margin-top: 0px;
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_feature_text h2 {
        margin-top: 0px;
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_feature_text h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_feature_text h2 {
        margin-top: 0px;
        font-size: 35px;
    }
}

/* line 36, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .single_feature_text p {
    line-height: 1.8;
}

/* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .single_service {
    padding: 46px 20px 60px;
    border: 1px solid #e8e9eb;
    text-align: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

/* line 46, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .single_service:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 27, 94, 0.1);
    border: 1px solid transparent;
    background: #f5f5f5;
}

/* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_work .single_service {
    height: 400px;
    padding: 46px 20px 60px;
    /* border: 1px solid #e8e9eb; */
    text-align: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    box-shadow: 0px 7px 15px 0px rgb(0 27 94 / 10%);
    border: 1px solid transparent;
    /* background: #f5f5f5; */
    margin-bottom: 50px;
}

.our_work .single_service li{
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.our_work .single_service li i{
    margin-right: 10px;
}
@media (max-width: 991px) {
    /* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_service {
        padding: 25px 10px 35px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_service {
        margin-top: 25px;
    }
}

/* line 61, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .single_service span {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #ff5e13;
}

/* line 67, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .single_service h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    /* line 67, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_service h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 67, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_service h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 67, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .single_service h4 {
        margin-bottom: 15px;
    }
}

/* line 88, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .single_service p {
    color: #7f7f7f;
    line-height: 1.8;
    font-size: 15px;
}

/* line 94, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.our_service .btn_3 {
    margin-top: 38px;
}

@media (max-width: 991px) {
    /* line 94, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .our_service .btn_3 {
        margin-top: 15px;
    }
}

/* line 101, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.single_feature_padding {
    padding-top: 140px;
}

@media (max-width: 576px) {
    /* line 101, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 101, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 101, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 101, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .single_feature_padding {
        padding-top: 70px;
    }
}

/* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.single_page_services .section_tittle {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    /* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .single_page_services .section_tittle {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
    .single_page_services .section_tittle {
        margin-bottom: 20px;
    }
}

/* line 126, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_our_service.scss */
.single_page_services .single_feature {
    margin-top: 30px;
}


.single_service{
    text-align: left !important;
}

.our_service .single_service {
    padding: 46px 20px 60px;
    /*border: 1px solid #e8e9eb;*/
    border: 1px solid #f4f4f4;
    text-align: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 250px;
    margin-bottom: 10px;
}

.our_service .single_service h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.section_tittle{
    width: 100%;
    text-align: center;
}
.section_tittle h2 {
    font-size: 60px;
    color: #001b5e;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}
.subul li{
    color: #444 !important;
}
/*.show-text{*/
/*    height: auto;*/
/*    transition: 5s;*/
/*}*/
/*.hide-text{*/
/*    height: 75px;*/
/*    overflow: hidden;*/
/*}*/
.toggle-hide{
    cursor: pointer;
    text-align: left;
}
.img-rouded{
    width: 70px;
    border-radius: 50%;
}
.s2tel-footer-widget hr{
    margin-bottom: 5px;
    margin-top: 2px;
}

.message-contact {
    position: relative;
    z-index: 3000;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 49px;
}
.message-contact a {
    display: block;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
    color: #a7a7a7;
    /*margin: 36px;*/
    width: 100px;
    height: 100px;
    /*position: relative;*/
    text-align: center;
    line-height: 130px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #347AA4, inset 0px 2px 3px #fff;
    float: right;
    margin-right: 50px;
    /* Animation */
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite;
}
.message-contact i{
    color: #347AA4;
}
@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
}
.first-example{
    margin-left: -25px;
}
.first-example li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    list-style: none;
    padding: 10px 0 10px 40px;
}
.hover-red:hover{
    color: red !important;
}

@media (max-width: 991px){
    img {
        max-width: 100%;
    }
    .about_part {
        margin-top: 0;
        background-image: none;
        padding: 70px 0 0;
        text-align: center;
    }
    .about_part .about_part_text h2 {
        font-size: 40px;
    }

    .about_part .about_part_text ul li span {
        /*margin-right: 17px;*/
        font-size: 35px;
        left: 20px;
        top: 10px;
    }
}

.list-unstyled i{
    margin-right: 10px;
    margin-bottom: 10px;
}
