| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502 |
- // Service Box
- #services {
- padding: 30px 0;
- }
- .service-box {
- margin-top: 15px;
- margin-bottom: 15px;
- .service-icon {
- float: left;
- margin-top: 5px;
- i{
- font-size: 32px;
- color: $preset;
- }
- }
- .service-content {
- padding-left: 48px;
- h4{
- font-size: 18px;
- margin-bottom: 10px;
- font-weight: 700;
- transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- a{
- color: $title-color;
- }
- a:hover{
- color: $preset;
- }
- }
- }
- }
- .service-center{
- .service-icon{
- float: none;
- width: 60px;
- height: 60px;
- margin: 0px auto 20px;
- background: #ddd;
- line-height: 70px;
- border-radius: 4px;
- text-align: center;
- }
- .service-content {
- padding-left: 0;
- }
- }
- .sub-title{
- margin-bottom: 40px;
- }
- .sub-title {
- color: $sub-title-color;
- font-size: 24px;
- font-weight: 400;
- }
- .image-service-box h4{
- font-weight: $bold;
- font-size: 16px;
- a{
- color: $title-color;
- }
- a:hover{
- color: $preset;
- }
- }
- .image-service-box .service-text{
- background: #f5f5f5;
- padding: 15px;
- border: 1px solid #e3e3e3;
- }
- /* Team Item */
- .team-item figure {
- position: relative;
- overflow: hidden;
- width: 100%;
- margin: 0;
- }
- .team-item figure img {
- width: 100%;
- height: auto;
- }
- .team-item figure figcaption {
- height: 100%;
- position: absolute;
- top: 0;
- background: rgba(0, 0, 0, 0.85);
- opacity: 0;
- width: 100%;
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .team-item figure figcaption .details {
- position: absolute;
- top: 30%;
- }
- .team-item figure figcaption .content-white {
- font-size: 13px;
- text-align: center;
- color: #FFF;
- margin: 0 auto;
- line-height: 18px;
- width: 65%;
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .team-item figure figcaption .small-divider {
- margin: 12px auto 6px;
- width: 0px;
- background: #fff;
- height: 1px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .team-item figure:hover figcaption {
- opacity: 1;
- }
- .team-item figure:hover .small-divider{
- width: 62px;
- background: #fff;
- }
- .team-item figure:hover figcaption .content-white {
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .team-item figure:hover .social a {
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .team-item .social {
- text-align: center;
- margin-top: 15px;
- }
- .team-item .social .facebook,
- .team-item .social .twitter,
- .team-item .social .google-plus {
- font-size: 24px;
- line-height: normal;
- outline: none;
- border-radius: 50%;
- color: #fff;
- width: 42px;
- height: 42px;
- line-height: 42px;
- text-align: center;
- display: inline-block;
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- margin-right: 5px;
- }
- .team-item .social .facebook {
- -webkit-transition: all 400ms ease;
- transition: all 400ms ease;
- }
- .team-item .social .twitter {
- -webkit-transition: all 500ms ease;
- transition: all 500ms ease;
- }
- .team-item .social .google-plus {
- -webkit-transition: all 600ms ease;
- transition: all 600ms ease;
- }
- .team-item .social a:hover {
- background: transparent;
- }
- .social .fa-facebook:hover {
- color: #3b5998;
- }
- .social .fa-twitter:hover {
- color: #55acee;
- }
- .social .fa-instagram:hover {
- color: #fb3958;
- }
- .info {
- background: #F6F6F6;
- padding: 15px 0 10px;
- text-align: center;
- }
- .info h2 {
- color: #000;
- font-size: 18px;
- }
- .info p {
- color: #000;
- font-size: 12px;
- font-weight: 300;
- line-height: 22px;
- text-transform: uppercase;
- }
- .members{
- text-align: center;
- .memeber-img{
- margin-bottom: 30px;
- }
- .member-content{
- .member-name{
- font-size: 25px;
- line-height: 33px;
- margin: 0;
- }
- .member-position{
- font-size: 14px;
- margin-top: 10px;
- }
- }
- }
- /* team members tow */
- .team-members-tow{
- figure{
- position: relative;
- cursor: pointer;
- }
- figure:hover .image-overlay{
- opacity: 1;
- }
- figure:hover .info-text{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- figure:hover .social-icons{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- }
- .image-overlay{
- height: 100%;
- position: absolute;
- top: 0;
- background: rgba(0, 0, 0, 0.85);
- opacity: 0;
- width: 100%;
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .overlay-text{
- color: #ffffff;
- padding-top: 30%;
- .info-text{
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- strong{
- display: block;
- font-size: 22px;
- font-weight: 700;
- margin-bottom: 5px;
- }
- span{
- font-size: 14px;
- font-weight: 400;
- font-style: italic;
- }
- }
- .small-divider{
- margin-bottom: 30px;
- border-color: #fff;
- margin-top: 30px;
- width: 50px;
- }
- }
- .social-icons{
- padding-left: 0;
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- li{
- display: inline-block;
- margin: 0 10px;
- a{
- i{
- font-size: 24px;
- color: #fff;
- }
- }
- }
- }
- .social-icons .fa-facebook:hover {
- color: #3b5998;
- }
- .social-icons .fa-twitter:hover {
- color: #55acee;
- }
- .social-icons .fa-instagram:hover {
- color: #fb3958;
- }
- }
- .team-members-three{
- img{
- box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
- }
- .team-content{
- margin: 30px 0;
- h3{
- display: block;
- font-size: 22px;
- font-weight: 700;
- margin-bottom: 5px;
- }
- span{
- font-size: 14px;
- font-weight: 400;
- margin-bottom: 15px;
- color: #999;
- font-style: italic;
- }
- p{
- color: #999;
- }
- .info-text{
- margin-bottom: 30px;
- }
- }
- .social-icons{
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- li{
- display: inline-block;
- margin: 0 10px;
- a{
- i{
- font-size: 24px;
- color: #999;
- }
- }
- }
- }
- .social-icons .fa-facebook:hover {
- color: #3b5998;
- }
- .social-icons .fa-twitter:hover {
- color: #55acee;
- }
- .social-icons .fa-instagram:hover {
- color: #fb3958;
- }
- }
- /* About */
- #about {
- padding: 30px 0;
- }
- .about{
- h5{
- font-size: 18px;
- a{
- color: $title-color;
- }
- a:hover{
- color: $preset;
- }
- }
- }
- .about.block img {
- max-width: 100px;
- margin-bottom: 15px;
- }
- .testimonial {
- position: relative;
- }
- #facts {
- padding: 60px 0;
- .fact-icon{
- color: $primary;
- font-size: 46px;
- display: block;
- margin-top: 0;
- margin-bottom: 20px;
- }
- }
- .timer {
- color: $title-color;
- font-size: 48px;
- line-height: 1.2;
- margin-top: 0;
- margin-bottom: 20px
- }
- .fact-title {
- color: $title-color;
- font-size: 18px;
- font-weight: $bold;
- margin-bottom: 30px;
- }
- #single-testimonial-item .item {
- margin: 10px;
- }
- #single-testimonial-item .property-main {
- margin-bottom: 0;
- }
- #single-testimonial-item .owl-controls .owl-buttons {
- position: relative;
- top: -160px;
- left: 0;
- }
- #single-testimonial-item .owl-controls .owl-buttons div.owl-prev {
- float: left;
- margin-left: -45px;
- }
- #single-testimonial-item .owl-controls .owl-buttons div.owl-next {
- float: right !important;
- margin-right: -45px;
- }
- .owl-theme .owl-buttons div {
- width: 40px;
- height: 40px;
- display: block !important;
- background: transparent !important;
- text-align: center;
- display: inline-block;
- opacity: 1!important;
- border-radius: 0!important;
- transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .owl-theme .owl-buttons div:hover {
- opacity: 0.8!important;
- }
- .owl-theme .owl-buttons div i {
- color: #fff;
- font-size: 16px;
- line-height: 32px;
- }
- /* / End About */
- /* Start Tesitmonial */
- .single-testimonial-area{
- background-image: url(../img/about/testimonial-bg.jpg);
- background-size: cover;
- padding: 60px 0;
- .testimonial-inner{
- blockquote{
- font-size: 14px;
- color: #fff;
- text-align: center;
- }
- .testimonial-images{
- text-align: center;
- img{
- box-shadow: 0 0 3px #ddd;
- height: 90px;
- margin: 0 auto;
- border-radius: 50%;
- padding: 5px;
- width: 90px;
- }
- }
- .testimonial-footer{
- font-size: 16px;
- color: #fff;
- text-align: center;
- margin-top: 20px;
- a{
- color: $preset;
- font-size: 15px;
- }
- }
- }
- }
- /* End Tesitmonial */
- /* List Style */
- .list-title{
- margin-bottom: 30px;
- font-size: 27px;
- }
- .list-style li{
- margin-bottom: 15px;
- font-size: 14px;
- position: relative;
- i{
- margin-right: 10px;
- color: $preset;
- }
- }
|