whoami7 - Manager
:
/
home
/
analuakl
/
www
/
assets
/
css
/
Upload File:
files >> /home/analuakl/www/assets/css/style.css
/* CSS Document */ /* Template Name: C-biz Description: C-Biz - Responsive Template Version: 1.0 Author: cBiz Website: http://c-biz.com */ /* ***************************************************************************** Style Index .^^^^^^^^^^^^. 01.0 - GLOBAL CSS 02.0 - COMMON CSS 03.0 - GENERAL CSS 04.0 - HEADER AND MAIN MENU 05.0 - MAIN SLIDER AREA 06.0 - OUR GOAL 07.0 - PORTFOLIOS AND GALLERY 08.0 - WE DO 09.0 - CELEBRATION AND GET US 10.0 - NEWSLETTER 11.0 - RECENT POST / BLOG 12.0 - POPUP VIDEO 13.0 - TESTIMONIAL 14.0 - OUR CLIENT 15.0 - GET IN TOUCH / CONTACT FORM 16.0 - FOOTER AND FOOTER WIDGETS 17.0 - SIDEBAR AND SIDEBAR WIDGETS 18.0 - BLOG PAGE 19.0 - SINGLE / DETAILS PAGE 20.0 - CONTACT US PAGE 21.0 - OUR TEAM AREA 22.0 - ABOUT PAGE 23.0 - CUSTOMER REVIE SLIDER 24.0 - IDEA AREA 25.0 - SKILL AREA 26.0 - SERVICES AREA 27.0 - GOOGLE MAP 28.0 - ERROR PAGE / 404 29.0 - 30.0 - BACK TO TOP ***************************************************************************** */ /* The font families that have been used ----------------- font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; font-family: 'Roboto Slab', serif; */ /* The colors that were used ------------------------- Content: #26476c Bacground: #26476c Button / Hover: #f9ba48 Anchor : #5b5b5b; */ /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 01.0 - GLOBAL CSS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ @import url('https://fonts.googleapis.com/css?family=Montserrat:700|Poppins:400,700|Roboto+Slab:300,400,700'); body { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 24px; font-weight: 400; color: #7f7f7f; } h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; } h2 { color: #26476c; font-size: 23px; font-weight: 600; } h3 { font-size: 23px; color: #26476c; font-weight: 700; } h4 { font-size: 17px; color: #26476c; font-weight: 700; } img { max-width: 100%; height: auto; } ul, ol { list-style: none; } ul { padding: 0; margin: 0; } a { transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; color: #5b5b5b; } a:hover { color: #337ab7; } a, a:hover, a:focus { text-decoration: none; } p { color: #7f7f7f; font-size: 14px; line-height: 24px; margin-top: 10px; } .iframe { border: none; } .all-section { overflow: hidden; } /*flaticons*/ [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { margin-top: 10px; margin-left: 0; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 02.0 - COMMON CSS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .padding-0 { padding: 0; } .pos-static { position: static; } .cbiz-btn { background-color: #26476c; padding: 15px 40px; display: inline-block; color: #fff; font-size: 14px; text-transform: uppercase; border: 2px solid transparent; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .cbiz-btn:hover { border: 2px solid #26476c; background: #f9ba48; color: #fff; } .cbiz-btn:focus { color: #fff; text-decoration: none; } .cbiz-btn-border { display: inline-block; border: 2px solid #26476c; background: none; } .cbiz-btn-border:hover { background-color: #f9ba48; } .section { padding-top:40px; padding-bottom: 0px; } .section-heading { text-align: center; padding-bottom: 0px; } .section-heading .title, .section-heading .title h2 { text-transform: capitalize; font-size: 45px; color: transparent; -webkit-text-stroke: 1px #00244e; font-weight: 700; display: block; margin-bottom: 20px; } .section-heading .title span { color: #26476c; font-weight: 900; } .section-heading p { margin: 0; } .page-head { padding-top: 150px; padding-bottom: 90px; } .page-heading { text-transform: capitalize; font-size: 45px; color: transparent; -webkit-text-stroke: 1px #00244e; font-weight: 700; display: block; text-align:center; } .sub-title, .sub-title a { text-align: center; font-family: 'Poppins', sans-serif; font-size: 14px; color: #294a6f; } .sub-title a:hover { color: #f9ba48; } .gen-title, .gen-title h4 { font-size: 18px; font-weight: 700; color: #26476c; } .comm-title, .comm-title h3 { font-size: 22px; font-weight: 700; color: #26476c; text-transform: uppercase; } .comm-title { margin-bottom: 30px; } .border-in { border: 1px solid #e7e7e7; padding: 30px; } /*Section Background*/ .cbiz-bg { background-color: #fcfcfc; background-image: url("../images/bg/service.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center center; color: #fff; position: relative; z-index: 0; } .cbiz-bg:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; /* background-color: rgba(7, 31, 49, 0.90);*/ background: linear-gradient(to right, #0ec8ee, #6e54fe); background-image: linear-gradient(45deg, #a42a2d, #80070c); } /*Individual Section Background*/ .vid.cbiz-bg { background-image: url("../images/service.jpg"); } .customer-review.cbiz-bg { background-image: url("../images/bg-review.jpg"); } .our-goal.cbiz-bg { background-image: url("../images/bg-goal.jpg"); } .carousel-inner { border-radius: 0px 0px 50px 50px; } .footer-main.cbiz-bg:after { border-radius: 40px 40px 0 0; } /*Page Header Background*/ .page-bg { background-color: #202020; background-image: url("../images/bg/abt-bg.jpg"); background-size: cover; background-repeat: no-repeat; background-size: cover; background-position: top center; color: #fff; position: relative; z-index: -2; } .page-bg:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; /*background-color: rgba(32, 32, 32, 0.85);*/ } .blog-page .page-bg { background-image: url("../images/bg/blog.jpg"); } .single-page .page-bg { background-image: url("../images/bg/bg-blog.jpg"); } input[type="submit"] { background-color: #26476c; color: #fff; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } input[type="submit"]:hover { background-color: #f9ba48;; } .flaticon-img { max-width: 45px; } #particles-js1, #particles-js2, #particles-js3, #particles-js4 { position: absolute; height: 100%; top: 0; bottom: 0; width: 100%; right: 0; top: 0; bottom: 0; z-index: 0; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 03.0 - GENERAL CSS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ /*Pre Loader*/ #loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 99999999999; } .spinner { position: absolute; width: 40px; height: 40px; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px; -webkit-animation: rotatee 2.0s infinite linear; animation: rotatee 2.0s infinite linear; } .dot1, .dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; border-radius: 100%; -webkit-animation: bouncee 2.0s infinite ease-in-out; animation: bouncee 2.0s infinite ease-in-out; background-color: #26476c; } .dot2 { top: auto; bottom: 0px; -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) } } @keyframes rotatee { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); } } @-webkit-keyframes bouncee { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes bouncee { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 04.0 - HEADER AND MAIN MENU ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .header { top: 0px; width: 75%; z-index: 100; 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; z-index: 9; margin: auto; position:fixed; left:12.5%; margin-top: 30px; } .fixed-header { opacity: 1; } .navbar { margin-bottom: 0; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0 10px 50px rgba(167, 201, 223, 0.3); backdrop-filter: blur(8px); border-radius: 100px; padding: 0 15px; } .navbar-brand { position: relative; padding: 5px; height: auto; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } /*.navbar-brand:before, .navbar-brand:after { background: #26476c; content: ""; position: absolute; top: 0; bottom: 0; right: 0; left: -600px; z-index: -100; } .navbar-brand:after { left: 0; right: -165px; -webkit-transform: skew(-30deg); -ms-transform: skew(-30deg); transform: skew(-30deg); border-radius: 0 5px 5px 0; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { background: transparent; } .navbar-default { background: transparent; }*/ .navbar-default .navbar-nav { position: relative; 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; } .navbar-default .navbar-nav:before, .navbar-default .navbar-nav:after { display: block; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; } /*.navbar-default .navbar-nav:before,*/ .navbar-default .navbar-nav:after { } .navbar-default .navbar-nav:after { /*background: rgba(38, 71, 108,.8);*/ content: ""; position: absolute; left: -185px; right: -500px; top: 0; bottom: 0; -webkit-transform: skewX(-30deg); -ms-transform: skewX(-30deg); transform: skewX(-30deg); z-index: -200; border-radius: 5px 0 0 5px; } .navbar-default .navbar-nav > li > a { color: #00244e; display: block; text-transform: uppercase; padding: 41px 17px 35px 17px; overflow: hidden; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; font-weight: 400; border-bottom: 2px solid transparent; } .affix { width: 100%!important; left:0px; } .header.affix { margin-top:0px!important; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #bc373a; } .navbar-default .navbar-nav > li > a:after { position: absolute; bottom: 0; content: ''; left: 50%; display: block; height: 5px; width: 5px; opacity: 0; margin: 0 0 -3px -2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; } .navbar-default .navbar-nav .dropdown { position: absolute; left: 0; top: 100%; z-index: 2; } .navbar-default .navbar-nav .dropdown { position: absolute; left: 0; top: 100%; width: 220px; background-color: #fff; visibility: hidden; z-index: 2; opacity: 0; transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .navbar-default .navbar-nav > li.drop:hover .dropdown { visibility: visible; opacity: 1; } /*.affix .navbar-brand { padding-top: 9px; padding-bottom: 8px; } .affix .navbar-brand:after { right: -200px; } .affix .navbar-default .navbar-nav { margin-top: 0; } .affix .navbar-default .navbar-nav:after { background: #26476c; left: -344px; } .affix .navbar-default .navbar-nav > li > a { padding-top: 20px; padding-bottom: 20px; }*/ .dropdown li, .sup-dropdown li { position: relative; border-top: 1px solid rgba(0, 0, 0, 0.04); } .dropdown li:first-child, .sup-dropdown li:first-child { border-top: none; } .dropdown li a, .sup-dropdown li a { display: block; color: #666; font-size: 14px; font-family: 'Poppins', sans-serif; padding: 10px; text-decoration: none; text-transform: capitalize; transition: padding 0.2s ease-in-out; -moz-transition: padding 0.2s ease-in-out; -webkit-transition: padding 0.2s ease-in-out; -o-transition: padding 0.2s ease-in-out; } .dropdown > li:hover > a, .sup-dropdown li:hover > a { padding-left: 14px; } .dropdown li a i { margin: 0 0 0 -4px; } .navbar-default .navbar-nav .sup-dropdown { position: absolute; left: 100%; top: 0; width: 250px; background-color: #fff; margin-top: 10px; transition: margin-top 0.2s ease-in-out; -moz-transition: margin-top 0.2s ease-in-out; -webkit-transition: margin-top 0.2s ease-in-out; -o-transition: margin-top 0.2s ease-in-out; visibility: hidden; z-index: 3; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown { visibility: visible; margin-top: 0; } .dropdown > li:hover > a, .sup-dropdown li:hover > a { color: #fff; outline: 0; background: #26476c; } .navbar-toggle{ display: none; } .wpb-mobile-menu { display: none; } .slicknav_menu { display: none; } .slicknav_nav { margin-top: 65px; overflow-x: hidden; } .slicknav_nav ul { margin-left: 15px; } .slicknav_nav a { outline: none; } .slicknav_menu .slicknav_icon-bar { background: #fff; } .slicknav_btn { background: #26476c; margin: 0; margin-top: 30px; margin-right: 15px; } .affix .slicknav_btn { margin-top:30px; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 05.0 - MAIN SLIDER AREA ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .click-to-next i { display: inline-block; width: 6px; height: 13px; border-radius: 5px; background: #f9ba48; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .click-to-next { display: inline-block; background: transparent; text-align: center; position: absolute; border: 1px solid #fff; bottom: 25px; left: 50%; margin-left: -10px; padding: 7px; border-radius: 15px; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; z-index: 100; } .click-to-next:hover { background: #fff; } .click-to-next:hover i { background: #26476c; } .bottom-top-animation { -webkit-animation-name: bounceball; animation-name: bounceball; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: none; animation-fill-mode: none; } @-webkit-keyframes bounceball { from { bottom: 20px; } to { bottom: 50px; } } @keyframes bounceball { from { bottom: 20px; } to { bottom: 50px; } } /*-- Main slide --*/ .main-slider .item img { width: 100%; display: block; } .main-slider .item:after { content:""; background-color: rgba(0,0,0,.5); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 5; } .main-slider .item .slider-content { z-index: 0; opacity: 0; -webkit-transition: opacity 500ms; -o-transition: opacity 500ms; transition: opacity 500ms; } .main-slider .item.active .slider-content { z-index: 100; opacity: 1; -webkit-transition: opacity 100ms; -o-transition: opacity 100ms; transition: opacity 100ms; } .main-slider .slider-content { top: 50%; margin-top: -70px; left: 0; padding: 0; position: absolute; width: 100%; height: 100%; color: #fff; } .main-slider .slider-content h2 { margin-top: 0; font-size: 48px; font-weight: 700; font-family: 'Montserrat', sans-serif; color: #fff; } .main-slider .slider-content p { color: #fff; margin-top: 25px; margin-bottom: 35px; } .main-slider .slider-content .slide-para { padding-right: 30%; } .main-slider .slider-content h2.white, .main-slider .slider-content h3.white { color: #fff; } .main-slider .slider-content h3 { font-size: 36px; font-weight: 300; margin-top: 60px; text-transform: uppercase; text-align: center; color: #555; } .main-slider strong { color: #f9ba48; } .main-slider .slider-btn { margin-right: 30px; } .main-slider .slider-btn:hover { background-color: #f9ba48; color: #fff; border: 2px solid #f9ba48; } .main-slider .carousel-indicators { bottom: 30px; } .main-slider .carousel-indicators li { width: 14px; height: 14px; border: 2px solid #fff; margin: 1px; } .main-slider .carousel-control.left, .main-slider .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; width: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .main-slider .carousel-control.right { -webkit-transform: translateX(500px); -ms-transform: translateX(500px); transform: translateX(500px); } .main-slider .carousel-control.left { -webkit-transform: translateX(-500px); -ms-transform: translateX(-500px); transform: translateX(-500px); } .main-slider:hover .carousel-control.left, .main-slider:hover .carousel-control.right { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); z-index: 100; } .main-slider .carousel-control.left span { padding: 15px; } .main-slider .carousel-control.right span { padding: 15px; } .main-slider .carousel-control .fa-angle-left, .main-slider .carousel-control .fa-angle-right{ position: absolute; top: 40%; z-index: 5; display: inline-block; } .main-slider .carousel-control .fa-angle-left { left: 0; } .main-slider .carousel-control .fa-angle-right{ right: 0; } .main-slider .carousel-control i { background: rgba(38, 71, 108,.70); color: #fff; line-height: 36px; font-size: 32px; padding: 15px 20px; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .main-slider .carousel-control i:hover { background: #f9ba48; } /*-- Animation --*/ .main-slide .animated4 strong { color: #ee3733; } .carousel .item.active .animated2 { -webkit-animation: lightSpeedIn 1s ease-in 300ms both; animation: lightSpeedIn 1s ease-in 300ms both; } .carousel .item.active .animated3 { -webkit-animation: bounceInLeft 1s ease-in-out 300ms both; animation: bounceInLeft 1s ease-in-out 300ms both; } .carousel .item.active .animated4 { -webkit-animation: flipInX 1s ease-in 300ms both; animation: flipInX 1s ease-in 300ms both; } .carousel .item.active .animated5 { -webkit-animation: bounceInLeft 1s ease-in-out 100ms both; animation: bounceInLeft 1s ease-in-out 100ms both; } .carousel .item.active .animated6 { -webkit-animation: bounceIn 1s ease-in 300ms both; animation: bounceIn 1s ease-in 300ms both; } .carousel .item.active .animated7 { -webkit-animation: bounceIn 1s ease-in 300ms both; animation: bounceIn 1s ease-in 300ms both; } .carousel .item.active .animated8 { -webkit-animation: fadeInDown 1s ease-in 500ms both; animation: fadeInDown 1s ease-in 500ms both; } .main-slider .carousel-inner .item { -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .main-slider .carousel-inner .item, .main-slider .carousel-inner .active.left, .main-slider .carousel-inner .active.right { opacity: 0; } .main-slider .carousel-inner .active, .main-slider .carousel-inner .next.left, .main-slider .carousel-inner .prev.right { opacity: 1; } .main-slider .carousel-inner .next, .main-slider .carousel-inner .prev, .main-slider .carousel-inner .active.left, .main-slider .carousel-inner .active.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 06.0 - OUR GOAL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .our-goal { background-color: #26476c; color: #fff } .goal-slider { margin-bottom: 70px; } .goal-slider .carousel-indicators { top: 100%; } .goal-slider .carousel-indicators li { background-image: none; width: 10px; height: 10px; margin: 5px 10px; border: 2px solid #fff; padding: 0px; background: transparent; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -webkit-transition: all .3s;; -o-transition: all .3s;; transition: all .3s;; display: inline-block; } .goal-slider .carousel-indicators li:hover { background: #fff; } .goal-slider .carousel-indicators .active { width: 20px; background: #ffffff; border-radius: 15px; } .goal-content { margin-bottom: 30px; } .our-goal .section-heading { text-align: left; padding-bottom: 0; } .our-goal .section-heading .title { font-size:45px; color: transparent; -webkit-text-stroke: 1px #fff; text-align:center; } .our-goal p { color: #fff; } .projects { text-align: center; font-weight: 700; } .pro-item { background: rgba(79, 100, 125, .2); padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; position: relative; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; border: 1px solid #fff; } .pro-item a { color: #fff; } .pro-item:hover a { color: #fff; } .pro-item:hover { background: #f9ba48; border: 1px solid #f9ba48; } .projects .counter { font-family: 'Poppins', sans-serif; margin-top: 0; font-size: 30px; color: #fff; } .projects .achievement { font-family: 'Poppins', sans-serif; font-size: 18px; text-transform: uppercase; color: #fff; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 07.0 - PORTFOLIOS AND GALLERY ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .portfolio-filter { margin-bottom: 30px; margin-bottom: 20px; } .portfolio-filter a { text-transform: uppercase; padding: 15px; display: inline-block; position: relative; font-family: 'Poppins', sans-serif; } .portfolio-filter a:after { content:""; position: absolute; bottom: 0; left: 0; right: 0; background: #26476c; height: 1px; width: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .portfolio-filter a.current:after { width: 100%; } .portfolios { background: rgb(237, 237, 237); } .portfolio-container .grid-item { margin-bottom: 30px; } .portfolio-item { position: relative; } .portfolio-item img { border-radius: 15px; width: 100%; } .portfolio-item .port-hover { content: ""; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; border-radius: 15px; background: rgba(38, 71, 108,.9); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .portfolio-item:hover .port-hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .port-content { position: absolute; width: 100%; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; color: #fff; } .port-content img { border-radius: 0; } .port-content h3 { color: #fff; text-transform: uppercase; } .port-content p { color: #fff; } .port-icon { color: #fff; font-size: 20px; position: relative; display: inline-block; z-index: 0; margin-top: 30px; width: 30px; height: 30px; } .port-icon:focus { border: 0; outline: 0; } .port-icon:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: rgba(254,147,31,.8); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; z-index: -10; } .port-icon:hover:after { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } .fancybox-show-thumbs .fancybox-thumbs { background: #ccc; } .hidden-thumbnail { display: none; } /*================================================== || 08.0 - WE DO ================================================== */ .we-do img { width: 100%; background: #fff; padding: 10px; border-radius: 40px; margin-top: 10px; } .we-item { text-align: center; border: 1px solid #f1f1f1; padding-top: 25px; padding-bottom: 15px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; margin-bottom: 30px; overflow: hidden; transition: all .3s; z-index: 10; cursor: pointer; } .we-item p { font-size: 12px; } .we-item:after { content:""; position: absolute; left: 0; right: 0; top: 0; width: 0; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; z-index: -5; } .we-tab .active .we-item:after { border-top: 1px solid #f9ba48; width: 100%; } .we-tab .active .we-item:before, .we-tab .active .we-item:after { top: 0; } .we-item:hover .gen-title { color: #26476c; } .we-item [class^="flaticon-"]:before, .we-item [class*=" flaticon-"]:before, .we-item [class^="flaticon-"]:after, .we-item [class*=" flaticon-"]:after { font-size: 50px; } .we-tab .active .we-item [class^="flaticon-"]:before, .we-tab .active .we-item [class*=" flaticon-"]:before, .we-tab .active .we-item [class^="flaticon-"]:after, .we-tab .active .we-item [class*=" flaticon-"]:after, .we-item:hover [class^="flaticon-"]:before, .we-item:hover [class*=" flaticon-"]:before, .we-item :hover[class^="flaticon-"]:after, .we-item:hover [class*=" flaticon-"]:after { color: #ffa64d; } .we-item .gen-title { font-size: 16px; text-transform: capitalize; color: #5b5b5b; } /*================================================== || 09.0 - CELEBRATION AND GET US ================================================== */ .full-width-sec { position: relative; background-color: #f6f6f6; overflow: hidden; } /*For Slide*/ .three-in-slider .slick-dotted.slick-slider { margin: 0; } .three-in-slider .cel-feature { position: static; } .get-all-items .slick-current.slick-active .get-item img { border: 2px solid #f9ba48; opacity: 1; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .get-all-items .slick-current.slick-active .get-item h6 { color: #fff; } .service-slider-content.slick-initialized .slick-slide { overflow: hidden; } .slick-slide:focus { border: 0; outline: none; } .slider-thumb-2nd .slick-slide { width: 45%!important; } .slider-thumb-3rd .slick-slide { width: 50%!important; } .cel-feature { max-height: 100%; left: 0px; bottom: 0; width: 100%; z-index: 8; } .cel-feature.full-w-h { top: 0; } .full-width-sec-2nd .cel-feature { right: 0; left: 50%; } .cel-feature img { max-height: 100%; float: right; width: auto; } .cel-feature.full-w-h img { width: 100%; height: 100%; } .full-width-sec-2nd .cel-feature img { float: left; } .cele-list { background: #26476c; padding: 60px; padding-bottom: 40px; padding-right: 100px; position: relative; z-index: 0; } .cele-list:after { background: #26476c; content:""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: -5; background: linear-gradient(to right, #0ec8ee, #6e54fe); } .cele-list li { margin-bottom: 50px; } .cele-list li:hover .gen-title { color: #042851; } .cel-img { width: 70px; height: 70px; border-radius: 50%; background: #fff; text-align: center; float: left; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin-left: 60px; } .cel-img img { display: inline-block; text-align: center; padding-top: 18px; } .cel-img img.flaticon-img { width: 35px; } .cel-content { padding-left: 150px; color: #fff; } .cel-content p { color: #fff; } .cel-content .gen-title { text-transform: uppercase; color: #fff; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .get-us h2, .get-us h3, .get-us h4, .get-us p { color: #fff; } .full-width-sec-2nd .get-us h2, .full-width-sec-2nd .get-us h3, .full-width-sec-2nd .get-us h4 { color: #26476c; } .full-width-sec-2nd .get-us p { color: #7f7f7f; } .get-us { background: #26476c; padding: 30px 15px 10px 40px; position: relative; z-index: 0; } .get-us:after { background: #26476c; content:""; position: absolute; left: 0; right: -50000px; bottom: 0; top: 0; z-index: -5; } .full-width-sec-2nd .get-us { background: #fff; padding: 30px 40px 30px 15px; } .full-width-sec-2nd .get-us:after { background: #fff; left: -5000px; } .get-icon, .get-title { display: inline-block; vertical-align: top; } .get-icon { padding-top: 10px; position: relative; color: #fff; } .get-number { position: absolute; top: 12px; right: 10px; font-size: 10px; } .full-width-sec-2nd .get-number { top: 7px; left: 6px; color: initial; } .slider-thumb-2nd .slick-current { color: #f9ba48; } .bg-white { background-color: #fff; } .get-title h4 { text-transform: uppercase; padding-left: 15px; line-height: 24px; font-weight: 700; } .get-all-items { text-align: left; } .get-item { cursor: pointer; width: 160px; height: 140px; text-align: center; border-radius: 50%; margin-bottom: 50px; margin-top: 30px; display: inline-block; } .get-item img { width: 100px; height: 100px; margin: auto; border-radius: 50%; border: 2px solid transparent; opacity: .5; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .get-all-items .slick-current.slick-active .get-item img { border: 2px solid #f9ba48; opacity: 1; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .get-item h6 { text-transform: capitalize; padding-bottom: 30px; padding-top: 15px; } ul.get-services { padding-top: 20px; padding-bottom: 0px; margin-left: 35px; margin-right: 50px; text-align: left; } ul.get-services li { display: inline-block; width: 25%; margin-bottom: 10px; margin-left: 15px; color: #5b5b5b; position: relative; text-transform: capitalize; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } ul.get-services li:before { position: absolute; content: "\f105"; font-family: "fontAwesome"; left: -10px; top: -2px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; top: 0; } ul.get-services li:hover:before { left: -8px; top: 0; color: #f9ba48; } ul.get-services li a { color: #5b5b5b; text-transform: uppercase; } ul.get-services li:hover, ul.get-services li a:hover { color: #f9ba48; cursor: pointer; } /*================================================== || 10.0 - NEWSLETTER ================================================== */ .newsletter { text-align: left; background-color: rgba(244,248,255,1); } .news-content { margin-bottom: 30px; } .newsletter .section-heading { text-align: left; padding-bottom: 0; } .news-form input { height: 52px; border-radius: 0; color: #5b5b5b; } .news-form input[type="email"] { border: 1px solid #26476c; } .news-form input[type="submit"] { background: #26476c; color: #fff; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .news-form input[type="submit"]:hover { background: #f9ba48;; } .news-form input[type="email"]:focus { border: 1px solid #f9ba48; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .news-form input[type="email"]:focus::-webkit-input-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .news-form input[type="email"]:focus::-moz-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .news-form input[type="email"]:focus:-ms-input-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .news-form input[type="email"]:focus:-moz-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } /*================================================== || 11.0 - RECENT POST / BLOG ================================================== */ .re-blog-item { text-align: center; padding: 30px; border: 1px solid #ececec; position: relative; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin-bottom: 60px; position: relative; border-radius: 10px; } .re-feature-img { min-height: 200px; background-color: #c2c9d1; overflow: hidden; } .re-blog-item img { display: block; width: 100%; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .re-blog-item:hover .re-feature-img img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .re-blog-item .gen-title { margin-top: 30px; margin-bottom: 20px; text-transform: uppercase; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .re-blog-item:hover .gen-title { color: #f9ba48; } .re-time { position: absolute; top: 100%; left: 50%; background-color: #f9ba48; border-radius: 30px; padding: 8px 30px; color: #fff; -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .re-time:hover { background-color: #26476c; } .button1 { width: 150px; background-color: #f9ba48; border-radius: 30px; padding: 8px 30px; color: #fff; margin: 20px auto; } .button1:hover { background-color: #26476c; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 12.0 - POPUP VIDEO ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .vid { color: #fff; padding-top: 200px; padding-bottom: 180px; } .video-btn { position: relative; display: inline-block; z-index: 0; } .video-btn:after { border-radius: 50%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: rgba(255,255,255,.3); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; z-index: -10; } .video-btn:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .video-content h4 { color: #fff; text-transform: uppercase; margin-top: 40px; margin-bottom: 25px; font-weight: 400; } .video-content p { color: #fff; } .bs-example{ margin: 20px; } .modal-content iframe{ margin: 0 auto; display: block; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 13.0 - TESTIMONIAL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .testimonial { position: relative; } .testimonial .container { /*background-color: #fff;*/ position: relative; } .testi-slider { margin-bottom: 70px; } .testi-item { text-align: center; } .testi-item img { width: auto; margin: auto; } .testi-item:hover { cursor: pointer; } .testi-img { position: relative; z-index: 0; } .testi-name .gen-title { text-transform: uppercase; } .testi-content { text-align: center; margin-top: 20px; margin-bottom: 20px; } .testi-slider .testi-img:after { content: ""; position: absolute; left: 0; right: 0; top: 0%; right: 0; background-color: #c2c9d1; z-index: -5; bottom: 0; } .testi-slider .slick-center .testi-img:after { background-color: #f9ba48; } .testi-slider .slick-slide img { display: initial; } .testi-slider .slick-initialized .slick-slide { outline: 0; margin: 0 15px; } .testi-slider .slick-dots { bottom: -40px; } .testi-slider .slick-dots li { margin: 0 7px; } .testi-slider .slick-dots li button { background-image: none; width: 10px; height: 10px; margin: 5px 0; border: 2px solid #26476c; padding: 0px; background: transparent; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -webkit-transition: all .3s;; -o-transition: all .3s;; transition: all .3s;; display: inline-block; } .testi-slider .slick-dots li button:hover { background: #26476c; } .testi-slider .slick-dots li button:before { color: transparent; } .testi-slider .slick-dots li.slick-active button { width: 10px; background: #f9ba48; border-radius: 15px; border: 2px solid #f9ba48; } .testi-slider .slick-dots li.slick-active button:before { color: transparent; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 14.0 - OUR CLIENT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .our-client { background-color: #f9ba48; padding-top: 60px; padding-bottom: 60px; text-align: center; } .client-slider.owl-carousel .owl-item img { width: auto; display: inline-block; } .client-slider.owl-carousel .owl-item { display: inline-block; vertical-align: middle; float: none; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 15.0 - GET IN TOUCH / CONTACT FORM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .get-touch .section-heading { padding-bottom: 30px; } .contact-info { margin-bottom: 40px; text-align: right; } .con-text { margin-left: 25px; position: relative; padding-left: 10px; color: #26476c; display: inline-block; text-align: left; } .con-text:before { position: absolute; content:""; right: 100%; border: .5px solid #26476c; top: 5px; bottom: 5px; } .con-text:after { font-size: 20px; position: absolute; content:"\f041"; font-family: "fontAwesome"; padding-right: 10px; right: 100%; top: 5px; bottom: 5px; } .in-map:after { content: "\f041"; } .in-envelope:after { content: "\f0e0"; } .in-phone:after { content: "\f095"; } .contact-info .con-align:nth-of-type(1) { text-align: left; } .contact-info .con-align:nth-of-type(3) { text-align: right; } /*Contact Form*/ .contact-form .form-control { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .contact-form .form-group { margin-bottom: 30px; } .contact-form input, .contact-form textarea { font-size: 16px; color: #7f7f7f; height: 45px; outline: none; border: 1px solid #26476c; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .contact-form textarea { min-height: 133px; max-width: 100%; min-width: 100%; } .contact-form input:focus { border: 1px solid #f9ba48; } .contact-form textarea:focus { border: 1px solid #f9ba48; } .contact-form .form-btn { text-align: center; position: absolute; bottom: 0; right: 15px; margin-bottom: 30px; } .contact-form .contact-form-btn { padding: 10px 45px; border-radius: 0; border: 0; background: #26476c; color: #fff; } .button2 { width: 147px; background-color: #26476c; border-radius: 1px; padding: 10px 20px; color: #fff; font-size:19px; } .contact-form .contact-form-btn:hover { background: #f9ba48; } .contact-form .contact-form-btn:focus { border: 0; } .contact-form input::-webkit-input-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form input::-moz-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form input:-ms-input-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form input:-moz-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form textarea::-webkit-input-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form textarea::-moz-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form textarea:-ms-input-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form textarea:-moz-placeholder { color: #b7b7b7; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .contact-form input:focus::-webkit-input-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .contact-form input:focus::-moz-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .contact-form input:focus:-ms-input-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .contact-form input:focus:-moz-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .contact-form textarea:focus::-webkit-input-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .contact-form textarea:focus::-moz-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .contact-form textarea:focus:-ms-input-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .contact-form textarea:focus:-moz-placeholder { color: #f9ba48; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 16.0 - FOOTER AND FOOTER WIDGETS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ /*Widget Title*/ .widget { margin-bottom: 30px; } .wi-title { margin-bottom: 30px; } .wi-title, .wi-title h5 { font-family: 'Poppins', sans-serif; font-size: 20px; color: #fff; text-transform: uppercase; } /*Widget Tags*/ .wi-tags ul li { display: inline-block; margin-right: 2px; margin-bottom: 6px; } .wi-tags ul li a { display: block; padding: 5px 13px; border-radius: 5px; background-color: #fff; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 14px; line-height: 21px; color: #891015 !important; } .wi-tags ul li a:hover { color: #f9ba48; } /*Widget Social*/ .wi-social ul li { display: inline-block; margin-right: 10px; background: #fff; border-radius: 3px; width: 35px; height: 35px; margin-bottom: 15px; text-align: center; position: relative; color: #ddd; } .wi-social a{} .wi-social ul li a { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; font-size: 16px; color: #891015 !important } .wi-social ul li a:hover { color: #f9ba48; } .wi-social ul li a .normal-show { position: absolute; left: 0; right: 0; top: 55%; bottom: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .wi-social ul li a .hover-show { position: absolute; left: 0; right: 0; top: 120%; bottom: 0px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .wi-social ul li a:hover i.normal-show { top: -50%; } .wi-social ul li a:hover i.hover-show { top: 50%; } /*Widget News*/ .wi-news ul li { margin-bottom: 30px; display: table; } .news-left { margin-right: 20px; float: left; } .news-left img { padding-top: 0px; display: block; width: 100%; border-radius: 7px; } .news-right img { padding-top: 0px; display: block; width: 100%; border-radius: 7px; } .news-right { float: left; } .news-right h5 { text-transform: uppercase; font-weight: 400; } .news-right p { margin: 0; } .posted span { display: inline-block; margin-right: 15px; } .posted a { color: #5b5b5b; } .posted { margin-top: 5px; } .posted span i { display: inline-block; padding-right: 5px; } .posted span a:hover { color: #f9ba48; } .footer { color: #fff; } .footer-main { padding-bottom: 30px; } .footer p, .footer a { color: #fff; } .logo .wi-title { margin-bottom: 30px; } .wi-list { margin-top: 30px; } .wi-list li { margin-bottom: 15px; } .wi-list i { display: inline-block; margin-right: 10px; background: #fff; padding: 7px; border-radius: 3px; width: 30px; height: 31px; text-align: center; text-align: center; color: #891015; font-size:18px; } .wi-list a:hover { color: #f9ba48; } .copyright { background-color: #fff; text-align: center; padding: 20px 0px !important; color: #891015; font-size: 16px;border-radius: 40px; margin-bottom:30px; } .tab { float: left; padding: 50px 0 50px 40px; width: 25%; } /* Style the buttons inside the tab */ .tab button { display: block; background-color: inherit; color: #fff; padding: 16px; width: 100%; border: none; outline: none; text-align: left; cursor: pointer; transition: 0.3s; font-size: 17px; } /* Change background color of buttons on hover */ /* Create an active/current "tab button" class */ .tab button.active { background-color: #ccc; width: 120%; border-radius: 50px; background: linear-gradient(to right, #0ec8ee, #6e54fe); z-index: 1; padding-right: 70px; position: relative; } /* Style the tab content */ .tabcontent { float: left; padding: 3% 7% 3% 10%; border-radius: 50px 45px 45px 50px; background: #f7f7fa; width: 75%; border-left: none; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 17.0 SIDEBAR AND SIDEBAR WIDGETS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .wi-side { border: 1px solid #e7e7e7; padding: 35px 15px 10px 15px; position: relative; border-radius: 5px; margin-bottom: 50px; } .wi-border { text-align: center; position: absolute; top: 0; left: 0; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .wi-border h3, .wi-border-title { padding: 20px; text-transform: uppercase; font-size: 24px; text-align: center; display: inline-block; margin: 0; background: #fff; } /*About Slider Widget*/ .wi-about { text-align: center; } .wi-about .abt-img { display: inline-block; width: 150px; height: 150px; border-radius: 100%; } .wi-about .abt-img img { border-radius: 50%; width: 100%; border: 2px solid #26476c; } .wi-about h4 { text-transform: uppercase; font-weight: 400; margin-top: 30px; margin-bottom: 20px; } .wi-about p { text-align: justify; } /* Widget Categories */ .wi-cat ul li { position: relative; } .wi-cat ul li:before { content: "\f178"; font-family: "fontAwesome"; position: absolute; left: 0; } .wi-cat ul li { display: table; width: 100%; } .wi-cat ul li a { text-transform: uppercase; color: #5b5b5b; display: block; margin-bottom: 12px; padding-left: 20px; } .wi-cat ul li a:hover { color: #f9ba48; } .wi-cat ul li span { display: table-cell; width: 100%; } .wi-cat ul li span:first-child { text-align: left; } .wi-cat ul li span:last-child { text-align: right; } /* Widget Search */ .wi-search input { border-radius: 0; height: 40px; } .wi-search input[type="search"] { outline: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .wi-search input[type="search"]:focus { border: .5px solid #f9ba48; } .wi-search .search-btn { position: relative; } .wi-search .search-btn:before { content: "\f002"; font-family: "fontAwesome"; position: absolute; color: #fff; font-size: 18px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } /* Recent Post */ .wi-recent ul li { position: relative; } .wi-recent ul li:before { content: "\f0da"; font-family: "fontAwesome"; position: absolute; left: 0; } .wi-recent ul li a { text-transform: uppercase; color: #5b5b5b; display: block; margin-bottom: 12px; padding-left: 20px; } .wi-recent ul li a:hover { color: #f9ba48; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 18.0 - BLOG PAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .blog-content { padding-right: 0px; margin-bottom: 50px; } .blog-feature { position: relative; overflow: hidden; } .blog-share { position: absolute; top: 100px; left: 0; width: 50px; padding-top: 5px; padding-bottom: 5px; } .blog-share a { display: block; text-align: center; font-size: 18px; padding-top: 10px; padding-bottom: 10px; color: #fff; } .blog-share a:hover { color: #26476c; } .posted-by { position: absolute; bottom: 0; left: 100px; right: 100px; background: #fff; } .posted-details { display: table; width: 100%; padding-left: 50px; padding-right: 50px; } .blog-no-sidebar .posted-by { left: 50px; right: 50px; } .blog-no-sidebar .posted-details { padding-left: 20px; padding-right: 20px; } .posted-details a { color: #7f7f7f; } .posted-details a:hover { color: #f9ba48; } .posted-left, .posted-right { padding: 10px; display: table-cell; } .posted-left { width: 75%; } .posted-right { width: 25%; text-align: right; } .post-title, .post-title h3 { margin-top: 30px; margin-bottom: 30px; line-height: 30px; text-transform: uppercase; color: #5b5b5b; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .post-title h3:hover { color: #f9ba48; } .read-more { text-align: right; margin-top: 10px; } .read-more, .read-more a { text-align: right; text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 400; color: #26476c; } .read-more a:hover { color: #f9ba48; } /*Pagination*/ .blog-pagination { display: table; margin: auto; margin-bottom: 50px; } .pagination>li { display: inline-block; background: #f2f2f2; margin-left: -4px; } .pagination >.pagi-prev { margin-right: 9px; text-transform: uppercase; padding-right: 30px; padding-left: 15px; position: relative; } .pagination >.pagi-next { margin-left: 5px; text-transform: uppercase; padding-left: 30px; padding-right: 15px; position: relative; } .pagination >.pagi-prev:before, .pagination >.pagi-next:after { content: ""; position: absolute; top: 0; left: -30px; right: 100%; bottom: 0; border-top: 25px solid #f2f2f2; border-bottom: 25px solid #f2f2f2; border-left: 30px solid transparent; } .pagination >.pagi-next:after { right: -30px; left: 100%; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { background: none; color: #f9ba48; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background: none; color: #f9ba48; } .pagination>li>a, .pagination>li>span { border: 0; background: none; padding: 15px; color: #5b5b5b; font-family: 'Montserrat', sans-serif; font-weight: 400; } .pagination li span + span i { font-size: 18px; font-weight: 700; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 19.0 - SINGLE / DETAILS PAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .comments-section { padding-right: 50px; margin-bottom: 50px; } .admin { border-top: 1px solid #e7e7e7; padding-top: 30px; } .admin-img { width: 120px; max-width: 120px; float: left; } .admin-img img { display: block; width: 100%; } .admin-content { padding-left: 150px; } .admin-content h3 { margin-top: 0; color: #f9ba48; text-transform: uppercase; } .admin-content h3:hover { text-decoration: underline; } .media-all { padding-left: 100px; } .comment-title { padding-top: 30px; padding-bottom: 15px; } .comment-title, .comment-title h3 { text-transform: uppercase; } .comment-title p { text-transform: initial; } .media { border: 1px solid #e7e7e7; padding: 30px; margin-bottom: 30px; } .media-left { width: 100px; height: 100px; display: block; float: left; } .media-left img { display: block; width: 100%; } .media-body { padding-left: 10px; } .media-heading .media-heading h4 { font-weight: 400; } .media-heading a { color: #26476c; font-weight: 400; } .media-heading a:hover { color: #f9ba48; } .media-heading, .comment-reply { display: table-cell; width: 100%; } .comment-reply { text-align: right; } .comment-reply a { font-size: 18px; color: #f9ba48; text-decoration: underline; } .media .media { padding: 0; padding-left: 100px; border: 0; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 20.0 - CONTACT US PAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .contact-us .form-btn { position: static; text-align: left; } .contact-us input, .contact-us textarea { border: 1px solid #e7e7e7; } .contact-list { margin-top: 30px; margin-bottom: 30px; } .contact-list li { margin-bottom: 10px; } .contact-list i { display: inline-block; margin-right: 10px; color: #26476c; padding: 7px; border-radius: 3px; text-align: center; } .contact-list a { color: #5b5b5b; } .contact-list a:hover { color: #f9ba48; } .contact-social ul li { display: inline-block; margin-right: 10px; background: #1d3f66; border-radius: 3px; width: 55px; height: 55px; margin-bottom: 15px; text-align: center; position: relative; border-radius: 50%; } .contact-social ul li a { display: block; margin-top: 5px; font-size: 20px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; color: #fff; } .contact-social ul li a:hover { color: #f9ba48; } .contact-social ul li a .normal-show { position: absolute; left: 0; right: 0; top: 50%; bottom: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .contact-social ul li a .hover-show { position: absolute; left: 0; right: 0; top: 120%; bottom: 0px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .contact-social ul li a:hover i.normal-show { top: -50%; } .contact-social ul li a:hover i.hover-show { top: 50%; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 21.0 - OUR TEAM AREA ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .team-each { padding: 15px; margin-bottom: 50px; box-shadow: 0px 0px 8px #d5d5d5; } .team-member { text-align: center; position: relative; background-size: cover; margin-bottom: 20px; } .team-member img { display: block; width: 100%; } .member-name { text-transform: uppercase; text-align: center; } .team-member .member-hover { content: ""; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: rgba(38, 71, 108,.9); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .team-member:hover .member-hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); z-index: 20; } .team-member .cbiz-btn { min-width: 180px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .member-info .cbiz-btn { background: none; border: 1px solid #fff; color: #fff; display: table; } .team-member .cbiz-btn:hover { background: #f9ba48; border: 1px solid #f9ba48; } .member-social { position: absolute; bottom: 20px; display: table; width: 100%; margin: auto; } .member-social { margin-top: 50px; } .member-social ul { display: table; margin: auto; } .member-social ul li { float: left; } .member-social ul li a { font-size: 16px; color: #f9ba48; display: inline-block; position: relative; width: 30px; height: 30px; margin-left: 4px; margin-right: 4px; border: 1px solid #fff; border-radius: 100%; } .member-social ul li a:hover { background-color: #f9ba48; color: #fff; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .member-social ul li a i { position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .member-content { text-align: center; margin-top: 20px; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 22.0 - ABOUT PAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .about-page .team-each { padding: 0; padding-bottom: 10px; border: 0; } .about-page h4 { text-transform: uppercase; line-height: 24px; } .about-overview { position: relative; } .about-text { padding-right: 60px; margin-bottom: 30px; } .about-overview-img { position: absolute; left: 50%; right: 0; top: 0; bottom: 0; background-image: url(../images/abt.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; } #canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index:1; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 23.0 - CUSTOMER REVIE SLIDER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .customer-review { color: #fff; } .review-item { display: table; width: 100%; } .review-item p { color: #fff; } .review-title, .review-img, .review-text { display: table-cell; vertical-align: top; } .review-title { padding-right: 100px; text-transform: uppercase; } .review-img { width: 100px; height: 100px; border-radius: 50%; vertical-align: middle; } .review-img img { margin-top: 15px; width: 100%; display: block; border-radius: 50%; } .review-text { padding-left: 100px; } .review-text h5 { text-transform: uppercase; margin-top: 20px; } .review-text p { color: #fff; margin-top: 0; } .review-slider .owl-nav { position: absolute; bottom: 0; right: 0; } .review-slider .owl-nav [class*=owl-] { background: none; font-size: 20px; margin: 0; } .review-slider .owl-nav [class*=owl-]:hover { background: none; color: #f9ba48; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 24.0 - IDEA AREA ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .ideas { text-align: center; color: #fff; background-image: none; } .ideas.cbiz-bg:after { background-color: #26476c; } .ideas .service-content p, .ideas .service-content h4, .ideas .service-content a { color: #fff; } .ideas .service-content h4 { margin-top: 20px; margin-bottom: 20px; } .ideas [class^="flaticon-"]:before, .ideas [class*=" flaticon-"]:before, .ideas [class^="flaticon-"]:after, .ideas [class*=" flaticon-"]:after, .ideas i { color: #fff; font-size: 50px; display: inline-block; color: #fff; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .ideas .service-box:hover [class^="flaticon-"]:before, .ideas .service-box:hover [class*=" flaticon-"]:before, .ideas .service-box:hover [class^="flaticon-"]:after, .ideas .service-box:hover [class*=" flaticon-"]:after { color: #f9ba48; } .ideas .service-box { padding-bottom: 40px; padding-top: 40px; margin-bottom: 0; } .ideas .service-box:nth-of-type(2) { background-color: #1d3f66; } .ideas .service-icon .flaticon-png { width: 50px; display: inline-block; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 25.0 - SKILL AREA ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .skill-info h3 { text-transform: uppercase; } .skill-progress { margin-top: 20px; } .skill-progress h5 { text-transform: uppercase; margin-bottom: 20px; } .prog-item { margin-bottom: 30px; } .progressbar { width: 100%; margin-top: 5px; margin-bottom: 35px; position: relative; background-color: #EEE; -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1); box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1); background: url(../images/prog.png); } .proggress { height: 8px; width: 10px; position: relative; overflow: visible !important; } .percentCount { width: 38px; float: right; position: absolute; right: 0; top: -41px; height: 53px; background-repeat: no-repeat; text-align: center; font-size: 13px; padding-top: 4px; color: #fff; -webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px); top: -47px; } .prog-web .percentCount { background: url(../images/prog1.png); background-repeat: no-repeat; } .prog-graphic .percentCount { background: url(../images/prog2.png); background-repeat: no-repeat; } .prog-writing .percentCount { background: url(../images/prog3.png); background-repeat: no-repeat; } .prog-html .percentCount { background: url(../images/prog4.png); background-repeat: no-repeat; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 26.0 - SERVICES AREA ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .our-service .single-services { background: #fff; padding: 30px 20px 30px 72px; position: relative; margin-top: 15px; text-align: left; overflow: hidden; } .our-service .single-services:before{ position:absolute; left:0; top:0; content:""; width:0%; height:1px; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; background: #f9ba48; } .our-service .single-services:hover:before{ width:100%; } .our-service [class^="flaticon-"]:before, .our-service [class*=" flaticon-"]:before, .our-service [class^="flaticon-"]:after, .our-service [class*=" flaticon-"]:after { font-size: 36px; display: inline-block; margin-top: 5px; } .our-service .single-services .icon i, .our-service .single-services .icon img { font-size: 40px; position: absolute; left: 20px; text-align: center; display: inline-block; border: 1px solid transparent; top: 48px; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; color: #f9ba48; } .our-service .single-services .icon img { width: 50px; left: 10px; } .our-service .single-services:hover .icon i, .our-service .single-services:hover .icon img { -webkit-transform:translateX(-200%); -ms-transform:translateX(-200%); transform:translateX(-200%); } .our-service .single-services .icon.two i, .our-service .single-services .icon.two img{ opacity:0; -webkit-transform:scale(0.5); -ms-transform:scale(0.5); transform:scale(0.5); -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; } .our-service .single-services:hover .icon.two i, .our-service .single-services:hover .icon.two img { -webkit-transform:scale(1.0); -ms-transform:scale(1.0); transform:scale(1.0); opacity:1; } .our-service .single-services h4 { text-transform: capitalize; } .our-service .single-services h4 a{ color:#5b5b5b; } .service { text-align: center; position: relative; } /*If you want to use flat icon then use*/ .service [class^="flaticon-"]:before, .service [class*=" flaticon-"]:before, .service [class^="flaticon-"]:after, .service [class*=" flaticon-"]:after { font-size: 50px; display: inline-block; } .service-box { margin-bottom: 50px; } .icon-large { font-size: 42px; color: #666; 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; } .icon-large { text-shadow: 0 0 0 #ee3733; } .icon-large:hover, .service-box:hover .icon-large { text-shadow: 5px 5px 2px rgba(255,255,255,0); } .service-content h4 { font-size: 18px; color: #5b5b5b; text-transform: uppercase; margin-top: 15px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .service-box:hover .service-content h4 { color: #f9ba48; } .service-content { padding-left: 30px; padding-right: 30px; } .service-box .flaticon-img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .service-box:hover .flaticon-img { -webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 27.0 - GOOGLE MAP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .gmap-container { position: relative; padding-top: 35%; } .gmap { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 28.0 - ERROR PAGE / 404 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .error-page { text-align: center; } .error-page .error-inner { display: inline-block; margin-bottom: 50px; } .error-page .error-inner h1 { font-size: 150px; color: #ee3733; } .error-page .error-inner h1 span { display: block; font-size: 50px; color: #26476c; } .error-page .error-inner p { padding: 20px 15px; } .error-page .error-inner .btn { background: #26476c; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 0; padding: 15px 30px; } .error-page .error-inner .btn:hover { background: #f9ba48; } .error-page .error-inner .btn i{ margin-right:10px; } /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ || 29.0 - BACK TO TOP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ .back-to-top { display: none; position: fixed; bottom: 18px; right: 15px; z-index: 100; } .back-to-top i { display: block; width: 36px; height: 36px; line-height: 36px; color: #fff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; text-align: center; background-color: #5f5f5f; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } .back-to-top i:hover { background-color: #f9ba48;; } .mr-btm30{ margin-bottom:30px;} .pt40{padding-top:40px;} .pt50{padding-top:50px;} .cel-feature1{ left: -75px !important; } .testi-img img{ max-width:70%} p.thanks{ color:#fff; font-size:16px;} .welcome{ padding-top:20px;} .get-head .get-title h2{font-size: 17px;padding-left: 15px;line-height: 24px;font-weight: 700;margin-top:0px;} .get-head .get-title h4{margin-bottom:0px; text-transform:capitalize} .current-job h4{ background: #f9ba48!important; margin: 15px 20px 0px 0px!important; color: #fff !important; width: 100%!important; font-size:20px !important; padding:15px; font-family: unset; border-bottom:1px dashed #fff; } .post-box { background: #f8f8f8; box-shadow: 0 0px 10px #c6c6c6; padding-bottom:10px!important; padding-top:10px!important; } .post-box h5 { background: #26476c; color: #fff; padding: 10px; font-weight: 600; margin-bottom:15px; font-family: unset; } ul.career{ margin-bottom:15px; list-style:none; }ul.career.li{ list-style:none; } .mobile-menu{display:none;} .category-image-mrg{ margin-bottom: 24px; } .career-display{ display:flex !important;} h1.block-title{ font-size:25px !important; } h1.upercase{ font-size:25px !important; text-transform:uppercase; } .mar-top2{margin-top:20px; } .mar-top3{margin-top:30px; } h4.recent{color:#fff; margin-bottom:10px;} h3.blue-heaven{color:#ef405c; font-weight:500;} h3.ivy{color:#fff; font-weight:500} .label1 { display: inline; padding: 0px 0px 0px; font-size: 90%; font-weight: 600; line-height: 1; color: #787878; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; float:left; margin-right:3px; } span.skill1{ display: inline; padding: 0px 0px 0px; font-size: 90%; line-height: 1; color: #787878; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; margin-right:3px;} .more{ float:left; margin-bottom:20px;} ul.career1{ list-style:none; margin-bottom:10px; display:flex; } ul.career1 li{ float:left; width:33%; font-size: 13px; color: #626262; } ul.career1 li i{ font-size: 15px; color: #26476c; } p.career{color: #7f7f7f; margin-bottom:10px;} .btn-readmore { border: 1px solid #26476c; border-radius: 3px; color: #26476c; display: inline-block; font-weight: 400; padding: 5px 15px; text-transform: uppercase; font-size: 12px; } h4.panel-title{ font-weight:normal;font-size: 14px;font-family: inherit;color: #26476c;margin-top: 0px;} .panel-body h4.panel-title{font-family: inherit;color: #000;margin-top: 10px; margin-bottom:6px;} .form-control{ height:auto; padding:10px;} .ptb-30 { padding: 30px 0; } .get-content h3{font-family: 'Poppins', sans-serif; font-weight:200;margin-top: 5px;} .get-us h1{font-family: 'Poppins', sans-serif;font-weight:600; font-size:45px; color:#000; text-align:center; text-transform:uppercase;} .mr-btm20{ margin-bottom:20px;} .bdr-left{border-left: 2px solid #f9ba48; position:relative;z-index: 0;} .bdr-right{border-right: 2px solid #f9ba48; position:relative;z-index: 0;} .get-content p{ margin-bottom:5px;} .bdr-left::before{ content:'\f105'; font-family:'FontAwesome';font-size: 27px;color: #f9ba48; position:absolute; left:-2px; top:5px;} .bdr-left::after{ content:''; height:15px; width:15px; background:#fff; position:absolute; left:-13px; top:11px;z-index: -2;transform: rotate( -226deg );transition: transform 150ms ease;} .bdr-right::before{ content:'\f104'; font-family:'FontAwesome';font-size: 27px;color: #f9ba48; position:absolute; right:-2px; top:5px;} .bdr-right::after{ content:''; height:15px; width:15px; background:#fff; position:absolute; right:-13px; top:11px;z-index: -2;transform: rotate( -226deg );transition: transform 150ms ease;} .col-lg-4 .smoothweb-img { position: absolute; top: -83px; left: 50%; margin-left: -83px; background: #23d1d7; transition: transform .2s; border-radius: 50%; } .col-lg-4:hover .smoothweb-img { position: absolute; top: -83px; left: 50%; margin-left: -83px; background: #23d1d7; border-radius: 50%; transform: scale(1.08); } .smoothweb-content { background: #f1f1f1; border-radius: 6px; padding: 85px 20px 15px; } .mrt-100{ margin-top:100px;} h6.whychoose{ font-weight: 600; font-size: 35px; color: #26476c; text-align: right; text-transform: uppercase; } .member-social ul{ color: #fff; padding: 10px; } .sidebar input{margin-bottom: 10px;} ul.event-icon{ list-style:none;} ul.event-icon li{ width:24%; float:left; text-align:center; font-size:18px; color:#000; margin:0px 0px 15px;} ul.event-icon li img{ width:33%; display:block; margin:auto;} .blog-feature img{ position:relative; -webkit-box-shadow: 0 8px 8px -6px #535353; -moz-box-shadow: 0 8px 8px -6px #535353; box-shadow: 0 8px 8px -6px #535353; margin-bottom:15px; } .blog-feature::after{ content: ''; position: absolute; display: block; height: 89%; width: 97.5%; top: 10px; bottom: 10px; left: 10px; right: 10px; border: 2px solid #fff; } .team-each { position: relative; padding-bottom: 25px; } .team-each img{ max-width: 100%; margin: auto;} .our-service .team-each img{ max-width: 22%;} .re-time a{color: #fff;} .light-box-one .fancybox{display:block;} .light-box-one .fancybox img:hover{ transform:scale(1.1,1.1); transition:.3s transform; border: 5px solid #f0f0f0; width: 100%; box-shadow: 0px 0px 5px #aaa; } .bw { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .bw:hover { -webkit-filter: grayscale(100%); } /*.section-heading h2[class*="client"]{font-family: 'Roboto Condensed', sans-serif !important;}*/ h2.client{margin-bottom:0px !important} .cs_moving_section_in { display: flex; flex-wrap: nowrap; white-space: nowrap; min-width: 100%; } .cs_moving_section.cs_stroke_text { margin: 0 10px; } .cs_moving_section { display: flex; flex-shrink: 0; align-items: center; padding: 5px 0; animation: 20s linear infinite slide-left; } .cs_stroke_text { color: transparent; -webkit-text-stroke: 1px #26476c; } .cs_stroke_normal, .cs_stroke_number, .cs_stroke_text { font-size: 100px; line-height: 1.2em; font-weight: 900; } .cs_animation_speed_10{animation:10s linear infinite slide-left}.cs_animation_speed_30{animation:30s linear infinite slide-left}.cs_animation_speed_40{animation:40s linear infinite slide-left}.cs_animation_speed_50{animation:50s linear infinite slide-left}.cs_moving_section_hover_push:hover .cs_moving_section{animation-play-state:paused}@keyframes slide-left{from{transform:translateX(0)}to{transform:translateX(-100%)}} /*! CSS Used from: https://new.axilthemes.com/demo/template/cynic-bs5/trendy-big-digital-agency/css/main.css */ .grad-style-ab,.icon-container.grad-style-ab-light::after{background-image:linear-gradient(45deg, #f18cff, #af46fc);background-repeat:repeat-x;} .grad-style-cd,.icon-container.grad-style-cd-light::after{background-image:linear-gradient(45deg, #e9a17b, #ff7cb0);background-repeat:repeat-x;} .grad-style-ef,.icon-container.grad-style-ef-light::after{background-image:linear-gradient(45deg, #9a9fff, #6245fe);background-repeat:repeat-x;} .grad-style-ca,.icon-container.grad-style-ca-light::after{background: linear-gradient(45deg, #11c3ee, #6c55fd);background-repeat:repeat-x;} .grad-style-ab-light{background-image:linear-gradient(45deg, #fcf1ff, #faefff);background-repeat:repeat-x;} .grad-style-cd-light{background-image:linear-gradient(45deg, #fff3f6, #fef5f5);background-repeat:repeat-x;} .grad-style-ef-light{background-image:linear-gradient(45deg, #f1efff, #f3f3ff);background-repeat:repeat-x;} .grad-style-ca-light{background-image: linear-gradient(45deg, #f1efff, #f3f3ff);background-repeat:repeat-x;} .txt-grad-ab{background:linear-gradient(45deg, #f18cff, #af46fc);-webkit-background-clip:text;color:transparent;} .txt-grad-cd{background:linear-gradient(45deg, #e9a17b, #ff7cb0);-webkit-background-clip:text;color:transparent;} .txt-grad-ef{background:linear-gradient(45deg, #9a9fff, #6245fe);-webkit-background-clip:text;color:transparent;} .txt-grad-ca{background: linear-gradient(45deg, #11c3ee, #6c55fd);-webkit-background-clip:text;color:transparent;} .icon-container{width:135px;height:110px;border-radius:110px;text-align:center;display:inline-flex;align-items:center;justify-content:center;transform:rotate(150deg);margin-bottom:4.5rem;position:relative;} .icon-container i{font-size:5rem;line-height:1;font-style:normal;transform:rotate(-150deg);transition:all 0.5s;} .icon-container::after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:110px;z-index:-1;opacity:0;transition:all 0.5s;} .content-block{height:100%;display:block;background:#fff;border-radius:10px;position:relative;z-index:2;outline:none;} .content-block.service-box{padding:5.6rem 3rem 2.2rem;} .content-block h5{margin-bottom:1.9rem;text-align:left;} .content-block::after{content:" ";width:100%;height:100%;display:block;position:absolute;top:0;left:0;background:#fff;border-radius:10px;box-shadow:0 10px 50px rgba(166, 209, 237, 0.2);z-index:-2;} .content-block::before{content:" ";width:95%;height:95%;z-index:-3;position:absolute;top:auto;bottom:1px;left:1px;border-radius:12px;background-image:linear-gradient(100deg, #e9a17b, #ff7cb0);background-repeat:repeat-x;outline:1px solid transparent;transition:all 0.5s;} .content-block:hover{text-decoration:none;} .content-block:hover .icon-container i{color:#fff;} .content-block:hover .icon-container::after{opacity:1;} .content-block:hover::before{transform:rotate(2deg) translateX(-5px) translateY(16px);} @media screen and (min-width:992px){ .cs_height_100{height:100px;} } .cs_section_heading.cs_style_1 .cs_section_subtitle{color:#101010;font-size:18px;margin-bottom:30px;display:inline-block;position:relative;padding-left:29px;} .cs_section_heading.cs_style_1 .cs_section_subtitle::before{content:"";position:absolute;height:14px;width:14px;border-radius:50%;background-color:#ff6b00;top:6px;left:0;} .cs_section_heading.cs_style_1 .cs_section_title{font-size:55px;font-weight:900;margin-bottom:0;} .cs_section_heading.cs_style_1.cs_type_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;} .cs_section_heading.cs_style_1.cs_type_1 .cs_section_heading_text{max-width:70%;} .cs_card.cs_style_2 .cs_card_hover_img img{width:100%;} .swiper-slide{backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;} @media screen and (max-width:991px){ .cs_height_lg_60{height:60px;} .cs_section_heading.cs_style_1.cs_type_1{flex-direction:column;align-items:flex-start;} .cs_section_heading.cs_style_1.cs_type_1 .cs_section_heading_text{max-width:100%;} } @media screen and (max-width:767px){ .cs_section_heading.cs_style_1 .cs_section_title{font-size:32px;} .cs_section_heading.cs_style_1 .cs_section_subtitle{font-size:18px;margin-bottom:15px;} } .cs_card.cs_style_2{display:flex;justify-content:space-between;position:relative;} .cs_card.cs_style_2 .cs_card_right{flex:none;width:160px;} .cs_card.cs_style_2 .cs_card_brand{font-size:22px;margin:0;} .cs_card.cs_style_2 .cs_card_left{display:flex;flex:none;max-width:740px;} .cs_card.cs_style_2 .cs_card_logo{flex:none;width:180px;padding-right:30px;} .cs_card.cs_style_2 .cs_card_title{font-size:22px;margin-bottom:16px;} .cs_card.cs_style_2 .cs_card_hover_img{position:absolute;transform:rotate(-15deg) translateY(-58%) skewY(10deg);right:220px;top:50%;width:260px;transition:.45s;opacity:0;visibility:hidden;transform-origin:top center;} .cs_card.cs_style_2.active .cs_card_hover_img{opacity:1;visibility:visible;transform:rotate(-15deg) translateY(-58%) skewY(0);} .cs_card_2_list .cs_card.cs_style_2:not(:last-child){padding-bottom:50px;margin-bottom:50px;} .cs_card_2_list .cs_card.cs_style_2:not(:last-child)::after{content:"";position:absolute;height:1px;width:calc(100% - 180px);bottom:0;right:0;background-color:rgba(16,16,16,.1);} @media screen and (max-width:991px){ .cs_card.cs_style_2{flex-direction:column;} .cs_card.cs_style_2 .cs_card_left{order:2;flex-wrap:wrap;gap:30px;} .cs_card.cs_style_2 .cs_card_right{order:1;} .cs_card.cs_style_2 .cs_card_hover_img{width:150px!important;margin-top:45px;right:20px;} .cs_card.cs_style_2.active .cs_card_hover_img{opacity:.5;} } .cs_preloader,.cs_white_bg{background-color:#fff; }.cs_preloader_bg{text-align:center;height:100%;width:100%;font-family: 'Quango', sans-serif; }.cs_preloader{position:fixed;z-index:99999;top:0;width:100%;height:100vh}.cs_preloader .loading{font-size:90px;font-family:Montserrat,sans-serif;font-weight:900;text-align:center}@media screen and (max-width:772px){.cs_preloader .loading{font-size:50px}}.cs_preloader .loading span{display:inline-block;margin:0 -.05em}.cs_preloader .loading05{perspective:1000px}.cs_preloader .loading05 span{color:#000;transform-origin:50% 50% -25px;transform-style:preserve-3d;animation:1.6s infinite loading05}.cs_preloader .loading05 span:nth-child(2){animation-delay:.1s}.cs_preloader .loading05 span:nth-child(3){animation-delay:.2s}.cs_preloader .loading05 span:nth-child(4){animation-delay:.3s}.cs_preloader .loading05 span:nth-child(5){animation-delay:.4s}.cs_preloader .loading05 span:nth-child(6){animation-delay:.5s}.cs_preloader .loading05 span:nth-child(7){animation-delay:.6s}@keyframes loading05{0%{transform:rotateX(-360deg)}70%{transform:rotateX(0)}}.cs_vertical_middle{display:flex;align-items:center;min-height:100%}.cs_vertical_middle_in{flex:none;width:100%}.cs_center{display:flex;align-items:center;justify-content:center} .cs_stroke_normal,.cs_stroke_number,.cs_funfact.cs_style1 .cs_funfact_number,.cs_partner_logo_wrap,.cs_recent_post,.cs_site_header.cs_style1 .cs_action_box,.cs_site_header_style1 .cs_main_header_right,.cs_swiper_navigation_wrap,.cs_testimonial.cs_style_1 .cs_testimonial_meta{display:flex;align-items:center}.cs_partner_logo{flex:none;padding:10px 65px} .cs_funfact.cs_style1 .cs_funfact_text::before { content: ""; position: absolute; height: 54px; width: 54px; border-radius: 50%; left: 0; top: 0; opacity: .2; background-color: #ff6b00; } .cs_funfact.cs_style1 .cs_funfact_text { font-size: 28px; line-height: 1.6em; position: relative; padding: 1px 0 5px 27px; } .cs_funfact_text p{font-size: 21px;color: #454545; line-height: 1.6em;} .container-seo{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;position:relative;margin:40px 0 0 0;} .container-seo .item{display:block;margin:auto;position:relative;flex:1;text-align:left;color:#094f62;transition:.3s;max-width:20%;height:54vh;min-width:10%;background:#efefef;background:-moz-linear-gradient(left, #efefef 1%, #ffffff 43%);background:-webkit-linear-gradient(left, #efefef 1%,#ffffff 43%);background:linear-gradient(to right, #efefef 1%,#ffffff 43%);overflow:hidden;} .container-seo .item:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-position:center bottom;background-size:cover;z-index:-1;} .item-num{background-image:url(images/service-num.png);width:118px;height:136px;color:#fff;padding:10px; background-image: url("images/service-num.png") } .item-num span{display:block;font-family:'Work Sans', sans-serif;text-align: center;} .step-num{font-size:60px;line-height:44px;font-weight:700;} .step{font-size:20px;padding:5px 0 0 0;} .container-seo .item:hover{max-width:40%!important;flex-grow:2;cursor:pointer;color:#fff;background: linear-gradient(to top, #ffa400 1%,#ffa400 95%);position:relative;transition:all 1s ease-out;} .container-seo .item:hover p{-webkit-transform:none;transform:none;transition:.3s;color:#000;} .container-seo .content{font-family:'Work Sans', sans-serif;font-size:2em;padding:10px;padding-top:10px;} .container-seo p{-webkit-transform:translateY(120vh);transform:translateY(120vh);font-family:'Work Sans', sans-serif;font-size:14px; text-align: justify;} .item-f-text{font-size:14px;line-height:20px;display:block;} .container-seo .content h3{font-family:'Work Sans', sans-serif;text-transform:uppercase;font-size:27px;font-weight:600;} .se-icon, .smo-icon{display:block;margin-top:30px;position:absolute;bottom:30px;} .container-seo .item:hover .se-icon{display:none;} .container-seo .item:hover .smo-icon{display:none;} .container-seo .item h3{color:#000;text-transform:capitalize; font-size:23px; } @media (min-width: 1200px){ .custom-container{max-width:1300px;} } .how-title{font-family:'Montserrat', sans-serif;font-size:37px;font-weight:700;color:#313334;} .inner-section-3{width:100%;} .custom-container{max-width:1300px;margin:0px auto;} @media only screen and (min-width: 1381px) and (max-width: 1600px){ .custom-container{max-width:1300px;margin:0px auto;} } @media only screen and (min-width: 1280px) and (max-width: 1380px){ .custom-container{max-width:1150px;margin:0px auto;} } @media only screen and (min-width: 1125px) and (max-width: 1279px){ .custom-container{max-width:1050px;margin:0px auto;} } @media only screen and (min-width: 1024px) and (max-width: 1124px){ .custom-container{max-width:992px;margin:0px auto;} } @media only screen and (min-width: 768px) and (max-width: 1023px){ .custom-container{max-width:800px;margin:0px auto;} } @media only screen and (min-width: 480px) and (max-width: 767px){ .custom-container{max-width:540px;margin:0px auto;} .tab-sec { background-color: #00244e; border-radius: 50px 50px 50px 50px; display: grid !important;} } @media only screen and (min-width: 320px) and (max-width: 480px){ .inner-section-3{padding-top:34px;padding-bottom:60px;} .how-title{font-size:24px;} .container-seo{display:block;} .container-seo .item{max-width:95%;height:auto;} .container-seo .item { background: linear-gradient(to right, #efefef 1%,#fff 73%); } .container-seo .item:hover{max-width:95%!important;} .tab-sec { background-color: #00244e; border-radius: 50px 50px 50px 50px; display: grid !important;} .tab {width: 78%;}.tabcontent {width: 100%;} .cel-feature1 img {display: none;} .tabcontent {padding: 4% 7% 4% 7%;} } @media only screen and (min-width: 481px) and (max-width: 768px){ .container-seo .item{max-width:95%;height:auto;} .container-seo .item:hover{max-width:95%!important;} .container-seo{display:block;} } @media only screen and (min-width: 1355px) and (max-width: 1360px){ .container-seo .content h3{font-size:15px;} .container-seo p{font-size:12px;} .item-num{background-image:url(images/service-num.png);width:95px;height:104px;color:#fff;padding:10px;background-size:95px 104px;} .step-num{font-size:39px;line-height:24px;} .item-f-text{font-size:12px;line-height:16px;} } @media only screen and (min-width: 1361px) and (max-width: 1366px){ .container-seo .content h3{font-size:15px;} .container-seo p{font-size:12px;} .item-num{background-image:url(images/service-num.png);width:95px;height:104px;color:#fff;padding:10px;background-size:95px 104px;} .step-num{font-size:39px;line-height:24px;} .item-f-text{font-size:12px;line-height:16px;} } @media only screen and (min-width: 1600px) and (max-width: 1700px){ .custom-container{max-width:1400px;} } @media only screen and (min-width: 1700px) and (max-width: 1800px){ .custom-container{max-width:1400px;} } @media only screen and (min-width: 1800px) and (max-width: 1920px){ .custom-container{max-width:1500px;} .container-seo .item{max-width:20%;height:45vh;} } .fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .fp-section.fp-table{display:table;table-layout:fixed;width:100%;} .fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%;} @media only screen and (min-width: 320px) and (max-width: 768px){ .fp-section.fp-table{display:table;table-layout:fixed;width:100%;margin-top:0px;height:auto!important;} } .se-icon img{max-width: 40%;} .smo-icon img{max-width: 80%;} .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;} .owl-carousel{display:none;width:100%;z-index:1;} .owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);} .owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;} .owl-carousel .owl-item img{display:block;width:100%;} /*! CSS Used from: http://localhost/adio_landing/assets/css/style.css */ h3{font-family:"Poppins",sans-serif;} h3{font-size:23px;color:#26476c;font-weight:700;} img{max-width:100%;height:auto;} p{color:#000;font-size:15px;line-height:24px;margin-top:10px;} .testimonial{position:relative;} /*! CSS Used from: http://localhost/adio_landing/assets/css/responsive.css */ @media (max-width: 320px){ p{font-size:12px;line-height:20px;} h3{font-size:20px;} } .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;} .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;} .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);} .owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;} .owl-carousel .owl-item{float:left;} .owl-controls .owl-page{cursor:pointer;} .owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);} .owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);} .owl-controls{position:absolute;top:-53px;right:0;z-index:1;} .owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;} .owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;} .owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;} .testimonial{padding:20px;margin:30px 10px;} .testimonial .pic{width:122px;height:122px;float:left;margin-right:50px;position:relative;} .testimonial .pic:before,.testimonial .pic:after{content:"";display:block;height:50%;width:50%;position:absolute;} .testimonial .pic:before{bottom:-10%;left:-10%;border-bottom:3px solid #26476c;border-left:3px solid #26476c;} .testimonial .pic:after{top:-10%;right:-10%;border-top:3px solid #26476c;border-right:3px solid #26476c;} .testimonial .pic img{width:100%;height:auto;} .testimonial .testimonial-content{display:table;position:relative;} .testimonial .testimonial-content:before{content:"\f10d";font-family:fontawesome;position:absolute;top:-30px;left:-15px;font-size:60px;color:#d8dad6;z-index:-1;} .testimonial .testimonial-title{font-size:24px;color:#26476c;text-transform:capitalize;} .testimonial .post{font-size: 15px;font-weight: 500;color:#dd8e00;border-left: 1px solid #dd8e00; margin-top: 11px;padding-left: 5px;display: block;} .testimonial .description{font-size:13px;color:#7c7c7c;line-height:22px;margin-top:12px;} #testimonial-slider .owl-controls{position:static;text-align:center;} .owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#f9ba48;} @media only screen and (max-width: 980px){ .testimonial{padding:20px 0;margin:20px 15px;} .testimonial .pic{float:none;} .testimonial .testimonial-content{display:block;margin-top:30px;} .testimonial .testimonial-content:before{z-index:1;top:-200px;} } section.parallax{padding:35px 0;background-position:50% 50%;background-repeat:no-repeat;background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover; background-image: url("images/texti-bg.jpg")} @media only screen and (max-width:768px){ section.parallax{padding:30px 0;} } h3.table-hedding{font-size: 20px;} .smoothweb-content h2{color: #000;} .smoothweb-content h2:hover{color: #337ab7; transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out;} .owl-pagination{ display:none;} .tab-sec{background-color: #00244e; border-radius: 50px 50px 50px 50px; display: flex;margin: 50px 0px;} .tab-sec .tabcontent h3 { font-size: 21px; color: #26476c; font-weight: 500; line-height: 30px; } .tabcontent ul li i{ color: #5870fb; font-size: 18px; padding: 6px;} .cd-words-wrapper{display:inline-block;position:relative;text-align:left;} .cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0;} .cd-words-wrapper b.is-visible{position:relative;} .no-js .cd-words-wrapper b{opacity:0;} .no-js .cd-words-wrapper b.is-visible{opacity:1;} .cd-headline.clip span{display:inline-block;padding:0 0 0px 0;} .cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:top;} .cd-headline.clip .cd-words-wrapper::after{content:'';position:absolute;top:5px;right:0;width:2px;height:80%;} @media (max-width: 767px){ .cd-headline.clip .cd-words-wrapper::after{height:60%;} } .cd-headline.clip b{opacity:0;} .cd-headline.clip b.is-visible{opacity:1;} /*! CSS Used from: https://weblearnbd.net/tphtml/seomy-prv/seomy/assets/css/spacing.css */ .mb-30{margin-bottom:30px;} .pt-120{padding-top:120px;} .pb-195{padding-bottom:195px;} /*! CSS Used from: https://weblearnbd.net/tphtml/seomy-prv/seomy/assets/css/main.css */ .banner-4-shape-one{position:absolute;top:0;right:0;z-index:-1;} @media only screen and (min-width: 1400px) and (max-width: 1599px){ .banner-4-shape-one img{width:700px;} } @media only screen and (min-width: 1200px) and (max-width: 1399px){ .banner-4-shape-one img{width:450px;} } @media only screen and (min-width: 992px) and (max-width: 1199px){ .banner-4-shape-one img{width:500px;} } @media only screen and (min-width: 768px) and (max-width: 991px){ .banner-4-shape-one img{width:400px;} } .banner-4-shape-two{position:absolute;top:0;right:0;z-index:-2;} @media only screen and (min-width: 1400px) and (max-width: 1599px){ .banner-4-shape-two img{width:700px;} } @media only screen and (min-width: 1200px) and (max-width: 1399px){ .banner-4-shape-two img{width:450px;} } @media only screen and (min-width: 992px) and (max-width: 1199px){ .banner-4-shape-two img{width:500px;} } @media only screen and (min-width: 768px) and (max-width: 991px){ .banner-4-shape-two img{width:400px;} } .banner-4-shape-three{position:absolute;top:0;right:0;z-index:-2;} @media only screen and (min-width: 1400px) and (max-width: 1599px){ .banner-4-shape-three img{width:700px;} } @media only screen and (min-width: 1200px) and (max-width: 1399px){ .banner-4-shape-three img{width:450px;} } @media only screen and (min-width: 992px) and (max-width: 1199px){ .banner-4-shape-three img{width:500px;} } @media only screen and (min-width: 768px) and (max-width: 991px){ .banner-4-shape-three img{width:400px;} } .banner-4-shape-six{position:absolute;left:0;top:0;z-index:-1;} .banner-4-shape-seven{position:absolute;left:160px;bottom:35px;z-index:-1;animation:upslide 4s linear forwards infinite alternate;} .banner-4-shape-eight{position:absolute;left:660px;top:345px;z-index:-1;animation:bannerAnimationTwo 6s infinite linear;} .banner-4-shape-nine{position:absolute;left:750px;bottom:280px;z-index:-1;animation:bannerAnimationTwo 8s infinite linear;} .banner-4-shape-ten{position:absolute;right:610px;bottom:90px;animation:bannerAnimationTwo 7s infinite linear;} .banner-4-content p{font-family:var(--tp-ff-jakarta);color:var(--tp-grey-8);font-size:20px;line-height:1.5;margin-bottom:28px;margin-top:-15px;} @media (max-width: 767px){ .banner-4-content p{font-size:17px;} .cs_stroke_normal, .cs_stroke_number, .cs_stroke_text { font-size: 50px;} .banner-4-shape-nine { left: 320px;} .banner-4-shape-eight {left: 60px;} } @media (max-width: 767px){ .banner-4-content p br{display:none;} } .banner-4-title{color:var(--tp-common-11);font-family:var(--tp-ff-jakarta);font-weight:700;font-size:88px;line-height:120px;} @media only screen and (min-width: 1600px) and (max-width: 1700px){ .banner-4-title{font-size:80px;} } @media only screen and (min-width: 992px) and (max-width: 1199px){ .banner-4-title{font-size:70px;} } @media only screen and (min-width: 768px) and (max-width: 991px){ .banner-4-title{font-size:85px;} } @media (max-width: 767px){ .banner-4-title{font-size:40px;} } @media only screen and (min-width: 576px) and (max-width: 767px){ .banner-4-title{font-size:48px;} } .banner-4-title b{background:linear-gradient(to right, #0ec8ee, #6e54fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;padding:0 0 0px 0;} .banner-4-btn .blue-btn{padding:17px 31px;} @media (max-width: 767px){ .banner-4-spaces{padding-top:80px;padding-bottom:100px;} } .contact-4-icon i{font-size:24px;margin-right:14px;} .contact-4-text span{font-family:var(--tp-ff-jakarta);font-size:14px;line-height:24px;color:#55585B;display:block;line-height:24px;} .contact-4-text a{display:inline-block;color:var(--tp-common-11);font-weight:600;font-size:20px;font-family:var(--tp-ff-jakarta);} .contact-4-text a:hover{color:var(--tp-theme-blue);} /*! CSS Used keyframes */ @keyframes upslide{0%, 20%, 50%, 80%, 100%{transform:translateY(0);}40%{transform:translateY(-20px);}60%{transform:translateY(-10px);}} @keyframes bannerAnimationTwo{0%{transform:translate(0px, 0px);}20%{transform:translate(20px, -5px);}40%{transform:translate(50px, 20px);}60%{transform:translate(20px, 50px);}80%{transform:translate(-20px, 30px);}100%{transform:translate(0px, 0px);}} .logo{ margin-top:4px;} .cd-words-wrapper { display: inline-block; position: relative; text-align: left; } .cd-words-wrapper b { display: inline-block; position: absolute; white-space: nowrap; color: #fff; left: 0; top: 0; } .cd-words-wrapper b.is-visible { position: relative; } .no-js .cd-words-wrapper b { opacity: 0; } .no-js .cd-words-wrapper b.is-visible { opacity: 1; } /* -------------------------------- xrotate-1 -------------------------------- */ .cd-headline.rotate-1 .cd-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; } .cd-headline.rotate-1 b { opacity: 0; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); } .cd-headline.rotate-1 b.is-visible { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-animation: cd-rotate-1-in 1.2s; -moz-animation: cd-rotate-1-in 1.2s; animation: cd-rotate-1-in 1.2s; } .cd-headline.rotate-1 b.is-hidden { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-animation: cd-rotate-1-out 1.2s; -moz-animation: cd-rotate-1-out 1.2s; animation: cd-rotate-1-out 1.2s; } @-webkit-keyframes cd-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); opacity: 0; } 35% { -webkit-transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(360deg); opacity: 1; } } @-moz-keyframes cd-rotate-1-in { 0% { -moz-transform: rotateX(180deg); opacity: 0; } 35% { -moz-transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -moz-transform: rotateX(360deg); opacity: 1; } } @keyframes cd-rotate-1-in { 0% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } 35% { -webkit-transform: rotateX(120deg); -moz-transform: rotateX(120deg); -ms-transform: rotateX(120deg); -o-transform: rotateX(120deg); transform: rotateX(120deg); opacity: 0; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(360deg); -moz-transform: rotateX(360deg); -ms-transform: rotateX(360deg); -o-transform: rotateX(360deg); transform: rotateX(360deg); opacity: 1; } } @-webkit-keyframes cd-rotate-1-out { 0% { -webkit-transform: rotateX(0deg); opacity: 1; } 35% { -webkit-transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(180deg); opacity: 0; } } @-moz-keyframes cd-rotate-1-out { 0% { -moz-transform: rotateX(0deg); opacity: 1; } 35% { -moz-transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -moz-transform: rotateX(180deg); opacity: 0; } } @keyframes cd-rotate-1-out { 0% { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; } 35% { -webkit-transform: rotateX(-40deg); -moz-transform: rotateX(-40deg); -ms-transform: rotateX(-40deg); -o-transform: rotateX(-40deg); transform: rotateX(-40deg); opacity: 1; } 65% { opacity: 0; } 100% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; } } img.company-profile{position: fixed; bottom: 0px; left: 20px;} .padd-30{ padding-bottom:30px; padding-top:30px;} .mrt-40{ margin-top:40px;}.mrt-50{ margin-top:50px;} .amicusjuris { padding-right: 0px;} .amicusjuris-sec{padding-bottom: 40px !important; padding-top: 40px!important;}
Copyright ©2021 || Defacer Indonesia