/* ========================================================================== About Section Style ========================================================================== */ #about{ position: relative; overflow: hidden; .section-header{ color: #444; } .img-about-out{ position: absolute; bottom: 0px; right: 0px; } .img-agency{ width: 100%; } } /* Counter Section Start */ .counters{ background-color: $preset; text-align: center; z-index: 999; position: relative; .facts-item{ padding: 20px 0; .fact-count{ h3{ color: #fff; font-size: 42px; font-weight: 700; } h4{ font-size: 16px; color: #fff; text-transform: uppercase; } } } } /* ========================================================================== Testimonial Section Start ========================================================================== */ #testimonial{ background: $preset; .img-member{ overflow: hidden; margin-top: 22px; overflow: hidden; } .client-info{ color: #fff; margin: 20px auto; .client-name{ font-size: 20px; line-height: 40px; } .client-details{ font-size: 12px; } } p{ margin: 30px; text-align: center; font-size: 14px; color: #fff; } .owl-theme .owl-controls .owl-buttons div{ border-radius: 50%; font-size: 30px; margin: 20px 10px 0; padding: 0 12px; } } .touch-slider .owl-controls .owl-buttons{ position: relative; top: -190px; left: 0; } .touch-slider .owl-controls .owl-buttons div.owl-prev{ float: left; margin-left: -45px; } .touch-slider .owl-controls .owl-buttons div.owl-next{ float: right !important; margin-right: -45px; } .owl-theme .owl-controls .owl-buttons div{ width: 40px; height: 40px; line-height: 30px; display: block !important; background: transparent !important; text-align: center; display: inline-block; opacity: 0.8!important; border-radius: 50px!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; &:hover{ opacity: 1!important; } i{ color: #fff; font-size: 20px; line-height: 40px; } } /* ========================================================================== Team Section Style ========================================================================== */ .team-area{ .section-header{ color: #666; } } .single-team{ background: #f6f6f6; border: 1px solid #f6f6f6; text-align: center; padding: 10px; overflow: hidden; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; img{ width: 100%; } .team-content{ padding: 30px; } h4{ color: $preset; font-size: 18px; text-transform: uppercase; } h6{ font-size: 12px; color: #666; text-transform: uppercase; margin: 15px 0; } .team-social{ li{ display: inline-block; a{ -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } } i{ color: $preset; font-size: 16px; margin: 0 3px; width: 32px; height: 32px; border: 1px solid $preset; line-height: 32px; text-align: center; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; &:hover{ color: #fff; } } .fa-facebook:hover{ background-color: #3b5998; border-color: #3b5998; } .fa-twitter:hover{ background-color: #55acee; border-color: #55acee; } .fa-dribble:hover{ background-color: #D34836; border-color: #D34836; } .fa-flickr:hover{ background-color: #ff0084; border-color: #ff0084; } .fa-youtube:hover{ background-color: #CC181E; border-color: #CC181E; } .fa-google-plus:hover{ background-color: #dd4b39; border-color: #dd4b39; } .fa-linkedin:hover{ background-color: #007bb5; border-color: #007bb5; } } &:hover{ box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41); } } /* ========================================================================== Great- Started Style ========================================================================== */ .great-started{ background: url(../img/contact-bg.jpg) fixed; background-position: 50% -210px; position: relative; .overlay{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: #000; opacity: 0.9; filter: alpha(opacity=90); } .great-started-text{ h4{ color: #fff; text-transform: uppercase; font-size: 16px; } h2{ color: #fff; font-size: 40px; margin: 25px; text-transform: uppercase; } .btn-common{ text-transform: uppercase; } } .cta{ h2{ text-transform: capitalize; font-weight: 400; line-height: 60px; } } .icon{ i{ font-size: 60px; color: $preset; } } }