diff --git a/assets/css/templatemo-scholar.css b/assets/css/templatemo-scholar.css index 15cbbd2..03e9f0b 100644 --- a/assets/css/templatemo-scholar.css +++ b/assets/css/templatemo-scholar.css @@ -849,6 +849,56 @@ Services Style margin-bottom: 25px; } + +.services .service-item2:hover .icon img { + margin-top: -10px; +} + +.services .service-item2 { + position: relative; + margin-top: 95px; +} + +.services .service-item2 .icon { + width: 190px; + height: 190px; + display: inline-block; + text-align: center; + line-height: 190px; + background-color: #d4ab23; + border-radius: 50%; + position: absolute; + right: 0; + top: -95px; +} + +.services .service-item2 .icon img { + max-width: 86px; + transition: all .2s; +} + +.services .service-item2 .main-content { + border-radius: 25px; + padding: 80px 30px 50px 30px; + background-color: #f1f0fe; + margin-bottom: 30px; + margin-right: 80px; + transition: all .4s; +} + +.services .service-item2 h4 { + font-size: 22px; + font-weight: 600; + margin-bottom: 15px; + line-height: 30px; + transition: all .4s; +} + +.services .service-item2 p { + color: #4a4a4a; + margin-bottom: 25px; +} + /* --------------------------------------------- About Style