/**************** CSS Table of contents ::::::::::::::::::::: 1. Global styles 2. Header styles 3. slider one styles 4. welcome message 5. service widget 6. About us section 7. Video box 8. Portfolio styles 9. why choose section 10. Counter box 11. Why choose section 12. cta section 13. Testimonials slider 14. Blog section 15. partner carousel 16. Footer styles 17. home 2 styles 18. Service styles 19. Line progress 20. Responsive styles *************/ /* 1. Global styles */ html { color: #222; font-size: 18px; font-weight: 500; line-height: 1.4; } body { font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.4; font-weight: 500; } .site-wrapper { position: relative; overflow: hidden; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } audio, canvas, iframe, img, svg, video { vertical-align: middle; } fieldset { border: 0; margin: 0; padding: 0; } textarea { resize: vertical; } .hidden, [hidden] { display: none !important; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; /* 1 */ } .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; white-space: inherit; width: auto; } .invisible { visibility: hidden; } .clearfix::before, .clearfix::after { content: " "; display: table; } .clearfix::after { clear: both; } @media print { *, *::before, *::after { background: #fff !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]::after { content: " ("attr(href) ")"; } abbr[title]::after { content: " ("attr(title) ")"; } a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /* 2. Header styles */ .header-top { background: #0e1b31; color: #9ba4b2; padding: 0; line-height: 1; } .htc-block i { color: #538de4; margin-right: 10px; } .htc-block { padding: 13px 30px; border-right: 1px solid #283448; font-size: 0.9rem; } .htc-block:first-child { padding-left: 0; } .htc-block:last-child { border-right: 0px solid #283448; } .hts-block ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-pack: end !important; justify-content: flex-end !important; } .hts-block ul li { padding: 12px; font-size: 14px; color: #fff; } .hts-block ul li a, .hts-block ul li a:visited { font-size: 14px; color: #fff; } .hts-block ul li a:hover { text-decoration: none; color: #538de4; } /* menu */ .header-menu { margin-left: auto; } .navigation-menu { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-pack: center !important; justify-content: center !important; } .navigation-menu>li>a { display: block; text-decoration: none; color: #ffffff; font-size: 20px; font-weight: 600; padding: 25px 20px; position: relative; text-transform: uppercase; } .header-style-1 .header-content.is-sticky .navigation-menu>li>a { color: #19203f; } ul.header-navigation-menu { margin-bottom: 0; padding: 0; } @media (min-width: 991.98px) { ul.header-navigation-menu>li { margin: 0; padding: 0; position: relative; list-style: none; display: -ms-flexbox !important; display: flex !important; -ms-flex-align: center !important; align-items: center !important; min-height: 90px; } } ul.header-navigation-menu a { text-decoration: none; } .header-navigation-menu .active a { color: #538de4; } @media (max-width: 1199.98px) { ul.header-navigation-menu>li>a { padding-left: 8px; padding-right: 8px; } .htc-block { padding: 13px 10px; font-size: 0.8rem; } .hts-block{ font-size: 0.8rem; } .hts-block ul li { padding: 12px 8px; } } @media (max-width: 1399.98px) { .header-contact-search{ display: none !important; } .header-style-2 .header-menu { margin-left: auto !important; } } .menu-item-has-children>a { position: relative; } ul.header-navigation-menu>li:last-child>a:before { display: none; } ul.header-navigation-menu>li:hover>a, ul.header-navigation-menu>li:active>a, ul.header-navigation-menu>li:focus>a, ul.header-navigation-menu>li.current_page_parent>a { color: #538de4; } ul.header-navigation-menu>li:hover>a .menu-arrow, ul.header-navigation-menu>li:active>a .menu-arrow, ul.header-navigation-menu>li:focus>a .menu-arrow, ul.header-navigation-menu>li.current_page_parent>a .menu-arrow { bottom: -7px; opacity: 1; } ul.header-navigation-menu>li>.submenu-inner { border: 1px solid #F7EAE8; } ul.header-navigation-menu>li .submenu-inner { -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } ul.header-navigation-menu>li .submenu-inner, ul.header-navigation-menu>li ul.submenu-inner { opacity: 0; filter: alpha(opacity=0); visibility: hidden; position: absolute; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; top: 100%; z-index: 99; margin-top: -1px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; min-width: 250px; padding: 15px 20px; background: #fff; list-style-type: none; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; } ul.header-navigation-menu>li .submenu-inner li, ul.header-navigation-menu>li ul.submenu-inner li { background: transparent; position: relative; text-align: left; border-bottom: 1px solid #F7EAE8; padding: 5px 0; } .submenu-inner>li>ul>li:last-child { border-bottom: 0px solid #F7EAE8 !important; } .megamenu-wrap-inner>li { border-bottom: 0px solid #F7EAE8 !important; } @media (max-width: 991.98px) { ul.header-navigation-menu>li .submenu-inner li, ul.header-navigation-menu>li ul.submenu-inner li { border-bottom: 0; } } .megamenu-wrap-inner li:last-child { border-bottom: none; } ul.header-navigation-menu>li .submenu-inner:not(.megamenu-wrap-inner) li:last-child, ul.header-navigation-menu>li ul.submenu-inner:not(.megamenu-wrap-inner) li:last-child { border-bottom: none; } ul.header-navigation-menu>li .submenu-inner li a, ul.header-navigation-menu>li ul.submenu-inner li a { display: block; line-height: 1.4; padding: 8px 0; font-size: 15px; text-transform: capitalize; position: relative; color: #7b8391; } ul.header-navigation-menu>li .submenu-inner li a .caret, ul.header-navigation-menu>li ul.submenu-inner li a .caret { top: 16px; position: absolute; right: 0; height: 8px; width: 10px; display: inline-block; } ul.header-navigation-menu>li .submenu-inner li a .caret:after, ul.header-navigation-menu>li ul.submenu-inner li a .caret:after { content: '\f129'; position: absolute; left: 0; top: 50%; margin-top: -8px; z-index: 1; font-family: Flaticon; line-height: 1; font-size: 12px; } ul.header-navigation-menu>li .submenu-inner li a:hover, ul.header-navigation-menu>li .submenu-inner li a:focus, ul.header-navigation-menu>li .submenu-inner li a:active, ul.header-navigation-menu>li ul.submenu-inner li a:hover, ul.header-navigation-menu>li ul.submenu-inner li a:focus, ul.header-navigation-menu>li ul.submenu-inner li a:active { color: #007bff !important; } ul.header-navigation-menu>li .submenu-inner li ul.submenu-inner, ul.header-navigation-menu>li ul.submenu-inner li ul.submenu-inner { position: absolute; left: calc(100% + 20px); top: 0; } ul.header-navigation-menu>li .submenu-inner li:hover>ul.submenu-inner, ul.header-navigation-menu>li ul.submenu-inner li:hover>ul.submenu-inner { display: block; opacity: 1; filter: alpha(opacity=100); visibility: visible; -webkit-transform: rotateX(0); transform: rotateX(0); } ul.header-navigation-menu>li:hover>.submenu-inner { top: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; height: auto; opacity: 1; filter: alpha(opacity=100); display: block; -webkit-transform: rotateX(0); transform: rotateX(0); } @media (max-width: 1600px) { ul.header-navigation-menu>li:last-child ul.submenu-inner li ul.submenu-inner, ul.header-navigation-menu>li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner { right: 100%; left: auto; } } ul.header-navigation-menu>li.megamenu-parent { position: static !important; } ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner { width: 100%; max-width: 1170px; left: 0; background: #fff; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; display: -ms-flexbox !important; display: flex !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; } .megamenu-wrap-inner>li>a { font-size: 18px !important; font-weight: 600; color: #000 !important; } .megamenu-wrap-inner>li>a::after { content: none; } .megamenu-wrap-inner>li>ul { list-style: none; padding: 0; margin: 0; } .megamenu-wrap-inner>li { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } @media (max-width: 991.98px) { ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a { margin-top: 6px; } } ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a .caret { margin-left: 5px; } ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner { background: transparent !important; -webkit-box-shadow: none; box-shadow: none; display: block; position: static; padding: 0; min-width: 100%; opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); visibility: visible; } ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li { list-style: none; border: none; padding: 0; } ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li:last-child { border: none; } ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li.menu-item-has-children>a { font-weight: 600; } ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li .submenu-inner { padding-left: 20px !important; display: block; } ul.header-navigation-menu>li.megamenu-parent:hover .megamenu-wrap-inner { -webkit-transform: rotateX(0); transform: rotateX(0); } .offcanvas-content { position: fixed; left: -250px; width: 280px; max-width: 85%; top: 0; bottom: 0; z-index: 9999; visibility: hidden; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .offcanvas-content a { color: #3F3836; } .offcanvas-content a:hover { color: #2c85ff; } .offcanvas-content .close-canvas { background: #538de4; position: absolute; left: 100%; top: 100px; z-index: 999; font-size: 18px; text-align: center; line-height: 45px; border: 1px solid #538de4; -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); } .offcanvas-content .close-canvas a { display: inline-block; width: 45px; height: 45px; color: #fff; } .offcanvas-content .close-canvas a:hover { cursor: pointer; color: #2c85ff; } .offcanvas-content .instagram-pics>li { width: 33.333% !important; overflow: hidden; padding: 10px !important; } .offcanvas-content .instagram-pics>li a { padding: 0 !important; } .offcanvas-content .wp-sidebar .widget { padding-top: 20px; margin-bottom: 10px; } .offcanvas-content .wp-sidebar .widget:last-child { border-bottom: 0; } .offcanvas-content .wp-sidebar .widget .widget-title { color: #fff; text-align: center; } .offcanvas-content .wp-sidebar .widget .widget-title span { font-size: 18px; color: #3F3836; } .offcanvas-content .wp-sidebar .widget .widget-title:before { left: 50%; margin-left: -40px; } .offcanvas-content .wp-sidebar .widget .widget-title:after { left: 50%; margin-left: -25px; } .offcanvas-content .wp-sidebar { overflow-x: hidden; height: 100%; padding: 20px; } .offcanvas-content #mobile-menu { padding: 0; } .offcanvas-content #mobile-menu ul.mobile-menu { width: 100%; margin: 0; padding: 0; overflow: hidden; } .offcanvas-content #mobile-menu ul.mobile-menu>li { position: relative !important; border-bottom: 1px solid rgba(0, 0, 0, 0.1); display: block; width: 100%; padding: 0; } .offcanvas-content #mobile-menu ul.mobile-menu>li>.submenu-inner { padding-bottom: 15px !important; -webkit-transition: 0s; transition: 0s; -moz-transition: 0s; -ms-transition: 0s; } .offcanvas-content #mobile-menu ul.mobile-menu>li a { padding: 12px 0 12px; font-size: 16px; text-transform: capitalize; font-weight: 600; color: #19203f; position: relative; } .offcanvas-content #mobile-menu ul.mobile-menu>li a .caret { display: none; } .offcanvas-content #mobile-menu ul.mobile-menu>li a:after { display: none; } .offcanvas-content #mobile-menu ul.mobile-menu>li a:hover { color: #2c85ff; } .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret { right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret::after { border: none; position: absolute; top: 20px; margin-top: -10px; right: 0; width: 30px; height: 30px; z-index: 9; color: #002e5b; content: '\f107'; font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 300; font-size: 18px; margin-left: 7px; background: url(/img/icon_arrowdown.png) no-repeat right center #fff; background-size: auto; background-size: auto; background-size: 30px auto; text-indent: -9999px; } .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret:hover { cursor: pointer; color: #538de4; } .offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children.menu-active .caret::after { border: none; position: absolute; top: 20px; margin-top: -10px; right: 0; width: 30px; height: 30px; z-index: 9; color: #538de4; content: '\f106'; font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 300; font-size: 18px; margin-left: 7px; } .offcanvas-content #mobile-menu ul.mobile-menu>li>a { display: block; } .offcanvas-content #mobile-menu ul.mobile-menu>li>ul { display: none; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner { position: relative; -webkit-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); visibility: visible !important; background: none; left: auto; top: auto; padding: 0; border: none !important; -webkit-box-shadow: none; box-shadow: none; display: none; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:before, .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:before, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after { content: " "; display: table; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after { clear: both; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner .caret, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner .caret { display: none; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner li a, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner li a { padding: 8px 0; font-weight: 400; text-transform: none; font-size: 15px; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul { width: 100%; padding-left: 15px; display: block !important; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul>li, .offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul>li { padding: 0; display: block; width: 100%; } .offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner { padding-left: 20px; } .offcanvas-content.open { left: 0; opacity: 1; filter: alpha(opacity=100); visibility: visible; } .megamenu-parent .megamenu-wrap-inner { width: 100%; left: 0; right: 0; margin: auto; } .megamenu-parent .widget { text-align: left; color: #3f3836; } .megamenu-parent .widget .widget-title, .megamenu-parent .widget .widgettitle { font-size: 16px; text-align: left; text-transform: uppercase; font-weight: 600; line-height: 20px; padding: 0; border: none; } .megamenu-parent .widget ul { list-style: none; padding: 0; } .megamenu-parent .widget.widget-html ul li { line-height: 32px; padding: 5px 0; } .megamenu-parent .widget.widget-html ul li strong { color: #2c85ff; font-weight: 600; } .megamenu-parent .widget .product-block { margin-bottom: 10px; } #mobile-header-expander .hamburger-menu { position: relative; display: block; width: 28px; height: 28px; } #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 { top: 0; width: 15px; } #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 { top: 0; right: 0; left: auto; width: 10px; } #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-3 { top: 12px; width: 100%; } #mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-4 { bottom: 0; width: 100%; } #mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 { width: 10px; } #mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 { width: 25px; } #mobile-header-expander .hamburger-menu .hamburger-menu-line { position: absolute; left: 0; height: 2px; background-color: currentColor; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } /* 3. slider one styles */ .slider-one-slide { min-height: 100vh; position: relative; } .slide-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: -1; background-repeat: no-repeat; background-position: top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-filter: grayscale(100%); -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .swiper-slide-active .slide-bg { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); -webkit-transition: all 7000ms linear; -moz-transition: all 7000ms linear; -ms-transition: all 7000ms linear; -o-transition: all 7000ms linear; transition: all 7000ms linear; } .slider-one-slide:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #0645a6; opacity: 0.5; z-index: 0; } .container-full { width: 100%; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; } .slider-widget { overflow-x: hidden; } .slider-wrapper { position: absolute; height: 100%; width: 100%; left: 0; top: 0; display: table; } .slider-content { padding: 350px 0; display: table-cell; text-align: center; -webkit-filter: grayscale(0); -ms-filter: grayscale(0); -moz-filter: grayscale(0); } .slide-intro { font-size: 20px; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; color: #fff; z-index: 1; position: relative; display: inline-block; background-color: #031026; opacity: .75; padding: 18px 45px; margin-bottom: 40px; } .slide-intro span { z-index: 1; position: relative; } .slide-intro span::before { content: ''; position: absolute; left: -10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 6px; height: 1px; background-color: #3a9ce8; } .slide-intro span::after { content: ''; position: absolute; right: -10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 6px; height: 1px; background-color: #3a9ce8; } .slide-heading { font-size: 60px; line-height: 100px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 50px; } .theme-btn { position: relative; display: inline-block; text-align: center; background: #538de4; color: #fff; border-radius: 5px; overflow: hidden; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; font-size: 16px; line-height: 1; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; padding: 30px 60px; z-index: 3; word-wrap: none; white-space: nowrap; } .theme-btn::before { content: ''; position: absolute; width: 50%; height: 100%; background: #4b80d1; left: 0; top: 0; z-index: -1; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .black-btn { background: #031026; } .black-btn::before { background: #1d283c; } .theme-btn:hover { color: #fff; text-decoration: none; } .theme-btn:hover::before { width: 100%; } .header-style-1 { z-index: 99; width: 100%; } .menu-button .theme-btn { padding: 20px 40px; } .header-search-btn { margin-left: auto; padding-left: 30px; border-left: 1px solid #9ba4b2; } .search-btn { line-height: 60px; color: #fff; margin-right: 30px; cursor: pointer; } .header-content { min-height: 90px; padding: 0px; border-bottom: 1px solid #354156; display: -ms-flexbox !important; display: flex !important; -ms-flex-align: center !important; align-items: center !important; } .swiper-button-next { width: 50px; height: 170px; background: #fff; right: 0; opacity: 1; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .swiper-button-prev { width: 50px; height: 170px; background: #fff; left: 0; opacity: 1; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 22px; color: #031026; } .slide-intro, .slide-heading, .slider-button, .slide-descriptions { opacity: 0; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); } .swiper-slide-active .slide-intro { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); -webkit-transition: all 700ms ease; -moz-transition: all 700ms ease; -ms-transition: all 700ms ease; -o-transition: all 700ms ease; transition: all 700ms ease; -webkit-transition-delay: 700ms; -moz-transition-delay: 700ms; -ms-transition-delay: 700ms; -o-transition-delay: 700ms; transition-delay: 700ms; } .swiper-slide-active .slide-heading { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); -webkit-transition: all 700ms ease; -moz-transition: all 700ms ease; -ms-transition: all 700ms ease; -o-transition: all 700ms ease; transition: all 700ms ease; -webkit-transition-delay: 1200ms; -moz-transition-delay: 1200ms; -ms-transition-delay: 1200ms; -o-transition-delay: 1200ms; transition-delay: 1200ms; margin-top: 70px; } .swiper-slide-active .slide-descriptions { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); -webkit-transition: all 700ms ease; -moz-transition: all 700ms ease; -ms-transition: all 700ms ease; -o-transition: all 700ms ease; transition: all 700ms ease; -webkit-transition-delay: 1500ms; -moz-transition-delay: 1500ms; -ms-transition-delay: 1500ms; -o-transition-delay: 1500ms; transition-delay: 1500ms; } .swiper-slide-active .slider-button { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); -webkit-transition: all 700ms ease; -moz-transition: all 700ms ease; -ms-transition: all 700ms ease; -o-transition: all 700ms ease; transition: all 700ms ease; -webkit-transition-delay: 1700ms; -moz-transition-delay: 1700ms; -ms-transition-delay: 1700ms; -o-transition-delay: 1700ms; transition-delay: 1700ms; } .full-bar-search-wrap { position: fixed; top: 0; left: 0; background: #0e1b31; height: 100%; width: 100%; z-index: 9999; visibility: hidden; opacity: 0; -webkit-transition: all 300ms; -o-transition: all 300ms; -moz-transition: all 300ms; transition: all 300ms; -webkit-transform: translateY(-30%); -moz-transform: translateY(-30%); -ms-transform: translateY(-30%); -o-transform: translateY(-30%); transform: translateY(-30%); } .full-bar-search-wrap.search-show { visibility: visible; opacity: 1; display: block; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .close-search::before { font-family: Flaticon; font-style: normal; font-weight: 300; content: "\f150"; font-size: 13px; color: #fff; position: absolute; right: 7px; top: 9px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; display: block; height: 35px; width: 35px; line-height: 35px; text-align: center; background-color: #898989; border-radius: 50%; } .search-form-group { position: relative; } .full-bar-search-wrap .form-control { height: 100%; min-height: 60px; font-weight: 600; font-size: 18px; letter-spacing: 1px; background: transparent; border: none; color: #fff; } .search-form-wrapper { position: absolute; top: 50%; left: 50%; width: 60%; max-width: 650px; height: 70px; line-height: 70px; -webkit-transform: translateX(-50%) translateY(-50%); -khtml-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .search-form-wrapper .search-form { position: relative; } .close.search-btn { z-index: 99; vertical-align: middle; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); background-color: transparent; } .search-form-group { border-bottom: 1px solid #fff; } .search-submit { position: absolute; right: 0; top: 0; background: transparent; border: none; color: #fff; display: block; padding: 0px; line-height: 1; height: 60px; } .search-submit:focus, .search-form-group .form-control:focus { border: none; outline: none; box-shadow: none; } .close-search { position: absolute; right: 50px; left: auto; top: 50px; color: #fff; cursor: pointer; width: 60px; margin-left: -25px; } .close-search:hover::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } /* 4. welcome message */ .welcome-widget { background: #538de4; padding: 60px 0; position: relative; color: #fff; } .welcome-widget::before { content: ''; background: url(../img/welcome-bg.png); position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .welcome-widget::after { content: ''; position: absolute; left: -webkit-calc((100% - 1180px)/2); left: calc((100% - 1180px)/2); bottom: -40px; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 40px 110px 0 0; border-color: #538de4 transparent transparent transparent; } .welcome-intro { font-size: 20px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; } .welcome-heading { font-size: 50px; font-weight: 700; letter-spacing: 0px; text-transform: uppercase; } .welcome-desc { font-size: 18px; line-height: 34px; } /* 5. service widget */ .services-section { padding: 120px 0 50px; background: #edf0f5; } .data-background { background-repeat: no-repeat; background-position: top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .sw-icon { font-size: 65px; color: #538de4; line-height: 1; } .sw-icon img{ display: block; } .service-widget { padding: 40px; background: #fff; position: relative; -webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); margin-bottom: 50px; } .service-widget::before { content: ''; position: absolute; left: 0; top: -20px; border-radius: 5px 5px 0 0; height: 20px; width: 100%; background: #edf0f5; -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .service-widget:hover::before { background: #538de4; } .sw-count { color: #aaa; font-size: 26px; position: absolute; right: 0; margin-right: 50px; font-weight: 100; line-height: 1; } .sw-title { margin: 10px auto 30px; font-size: 20px; line-height: 32px; font-weight: 600; text-transform: uppercase; } .sw-title a{ color:#333; } .sw-title a:hover{ color:#538de4; } .sw-content { font-size: 16px; line-height: 32px; color: #7b8391; font-weight: 500; margin-bottom: 30px; text-align: justify; } .btn-grey { position: relative; display: inline-block; text-align: center; background: #edf0f5; color: #7b8391; border-radius: 5px; overflow: hidden; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; font-size: 16px; line-height: 1; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 20px 40px; z-index: 3; } .btn-grey::before { content: ''; position: absolute; width: 50%; height: 100%; background: #e1e5ea; left: 0; top: 0; z-index: -1; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .btn-grey:hover::before { width: 100%; background: #4b80d1; } .btn-grey:hover { text-decoration: none; color: #fff; background: #538de4; } /* 6. About us section */ .about-widget { position: relative; } .about-focus { background: #538de4; color: #fff; padding: 40px 60px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; display: inline-block; position: absolute; top: 60px; left: -130px; max-width: 220px; } .about-image-box { position: relative; } .foucs-icon { font-size: 60px; line-height: 1; } .ex-year { font-size: 40px; line-height: 1; margin-top: 30px; margin-bottom: 20px; font-weight: 700; } .ex-title { font-size: 20px; line-height: 26px; font-weight: 600; text-transform: uppercase; } .about-img-2 { position: absolute; margin-bottom: -110px; max-width: calc(100% - 240px); width: calc(100% - 240px); bottom: 0; left: 60px; } .about-img-2 img { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .about-content { background: #fff; padding: 0px 0px 100px 100px; position: relative; z-index: 1; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .about-content::before { content: ""; position: absolute; left: 100%; top: 0; margin-left: -1px; width: 2000px; height: 100%; background: #ffffff; } .section-intro { font-size: 20px; line-height: 1; font-weight: 600; letter-spacing: 2px; color: #538de4; text-transform: uppercase; } .section-title { font-size: 50px; line-height: 1.2; color: #031026; font-weight: 700; margin: 5px auto 45px; text-transform: uppercase; } .about-info { font-size: 18px; line-height: 34px; color: #7b8391; font-weight: 600; padding-left: 20px; border-left: 2px solid #538de4; text-align: justify; } .af-icon { font-size: 60px; line-height: 1; color: #538de4; margin-right: 20px; } .af-title { color: #031026; font-size: 20px; line-height: 24px; font-weight: 600; text-transform: uppercase; } .about-features { padding: 40px 0; border-top: 1px solid #d9dfe9; border-bottom: 1px solid #d9dfe9; } .mt-50 { margin-top: 50px; } .about-shape-1 { position: absolute; left: 0; } .about-shape-2 { position: absolute; right: 100px; z-index: 3; margin-top: -100px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .phone-icon { min-width: 68px; width: 68px; height: 68px; font-size: 24px; line-height: 68px; color: #538de4; text-align: center; background: #edf0f5; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-right: 20px; } .phone-title { font-size: 14px; text-transform: uppercase; font-weight: 600; color: #7b8391; display: block; } .phone-bumber { font-size: 26px; font-weight: 600; color: #031026; } .ml-20 { margin-left: 20px; } /* 7. Video box */ .video-box { background: #538de4; color: #fff; display: inline-block; } .video-box a, .video-box a:visited { color: #fff; padding: 45px; font-size: 20px; line-height: 1; display: block; } a{ color:#538de4; } a:hover { text-decoration: none; } .white-text { color: #fff; } .portfolio-header { padding: 120px 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .dark-text, .ph-details { color: #9ba4b2; font-size: 18px; font-weight: 600; line-height: 34px; } /* 8. Portfolio styles */ .portfolio-header-details { position: relative; padding-bottom: 60px; } .portfolio-header-details::after { content: ''; position: absolute; height: 1px; width: calc(100% - 60px); background: #384357; left: 0; bottom: 0; } .ph-title { font-size: 20px; font-weight: 700; margin-bottom: 30px; color: #fff; text-transform: uppercase; } .ph-icon { font-size: 65px; line-height: 1; color: #538de4; margin-right: 20px; } .portfolio-carousel-block { position: relative; overflow: hidden; } .portfolio-item-overlay { position: absolute; left: 20px; right: 20px; bottom: 20px; color: #ffffff; opacity: 0; -webkit-transform: translateY(200px); -ms-transform: translateY(200px); transform: translateY(200px); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .portfolio-item:hover .portfolio-item-overlay { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); z-index: 3; } .portfolio-item { position: relative; overflow: hidden; z-index: 2; } .portfolio-item::after { content: ''; position: absolute; height: 0px; width: 100%; left: 0; bottom: 0; background: #538de4; opacity: 0.9; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; z-index: 1; } .portfolio-item:hover::after { height: 100%; } .portfolio-carousel-block { margin-left: -webkit-calc((100% - 1180px)/2); margin-left: calc((100% - 1180px)/2); } .portfolio-carousel-block { margin-top: -60px; } .portfolio-carousel-block img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .portfolio-block-category a, .portfolio-block-category a:visited { color: #d7e6fd; font-size: 16px; font-weight: 600; text-transform: uppercase; } .portfolio-block-title { font-size: 18px; text-transform: uppercase; line-height: 24px; text-align: justify; } .portfolio-more { width: 60px; height: 60px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #fff; color: #031026; line-height: 60px; text-align: center; display: inline-block; position: absolute; right: 50px; top: 50px; visibility: hidden; opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } .portfolio-item:hover .portfolio-more { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); z-index: 3; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; } .portfolio-pagination .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: #fff; opacity: 1; margin: 0px 3px; } [role=button]:focus { outline: -webkit-focus-ring-color auto 0px; } .portfolio-pagination .swiper-pagination-bullet-active { background: #538de4; opacity: 1; } .portfolio-carousel-footer { padding: 40px 0; } .btn-underline { position: relative; display: inline-block; padding-bottom: 2px; vertical-align: top; color: #7b8391; font-size: 16px; font-weight: 600; line-height: 1.25em; letter-spacing: 1.6px; text-transform: uppercase; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .btn-underline:hover { text-decoration: none; color: #538de4; } .btn-underline::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 2px solid #031026; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .btn-underline:hover::before { border-color: #538de4; transform: scaleX(0.8); } /* 9. why choose section */ .why-choose-features { border-left: 2px solid #538de4; padding-left: 30px; } .hc-features { font-size: 30px; font-weight: 700; color: #031026; text-transform: uppercase; margin-bottom: 20px; } .why-choose-features { font-size: 18px; font-weight: 600; color: #7b8391; } .why-choose-section { padding: 120px 0; position: relative; } .why-choose-section::after { content: ''; position: absolute; width: 100%; height: 100%; background: url(../img/large-lines.png) no-repeat; background-position: right bottom; right: 0; bottom: 0; z-index: -1; } .portfolio-carousel-footer>.container { margin-left: 0px; } /* 10. Counter box */ .counter-icon { height: 100px; background: #fff; font-size: 65px; line-height: 1; text-align: center; color: #538de4; display: inline-block; padding: 20px; margin-bottom: 30px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); } .counter-icon img{ display: block; } .counter-icon::after { content: ''; position: absolute; width: 6px; height: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #538de4; bottom: -33px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); display: none; } .counter-block { text-align: center; margin-top: -60px; position: relative; padding: 0px 20px 60px; } .counter-block::after { content: ''; position: absolute; width: 1px; height: calc(100% - 60px); background: #1d283c; right: -7px; bottom: 0; } .counter-last::after { content: none; } .counter-number { font-size: 40px; line-height: 1; font-weight: 600; color: #fff; } .fun-facts-section { position: relative; z-index: 1; } .fun-facts-inner { background: #031026; -webkit-transform: translateY(50%); transform: translateY(50%); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .counter-title { color: #9ba4b2; text-transform: uppercase; font-size: 14px; font-weight: 600; display: block; margin-top: 10px; } .trust-section { padding: 230px 0px 120px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; } /* 11. Why choose section */ .why-chhose-2 { padding: 120px 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: right top; position: relative; } .why-choose-img { position: relative; } .why-choose-img-caption { position: absolute; top: 0; right: -2px; -webkit-transform: rotate(90deg) translate(100%,0); -ms-transform: rotate(90deg) translate(100%,0); transform: rotate(90deg) translate(100%,0); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; width: auto; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: center !important; justify-content: center !important; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 10; background: #edf0f5; padding: 15px 40px; } .why-choose-img-caption span { font-size: 18px; font-weight: 600; line-height: 1; letter-spacing: 1.2px; text-transform: uppercase; color: #031026; display: -webkit-box; display: -ms-flexbox; display: flex; height: 60px; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: transparent; } .horizontal-dots { position: absolute; bottom: 60px; left: 5%; } .slide-top { -webkit-animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both; animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both; } @-webkit-keyframes slide-top { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } } @keyframes slide-top { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } } .list-item ul, .list-item-2 ul { list-style: none; padding-left: 0; } .list-item ul li { display: block; margin-bottom: 20px; font-size: 18px; } .list-item ul li .list-icon { color: #538de4; margin-right: 10px; float: left; } .list-item-2 ul li { display: -ms-flexbox !important; display: flex !important; -ms-flex-align: center !important; align-items: center !important; margin-bottom: 35px; } .list-item-2 ul li .list-icon { color: #fff; background: #538de4; height: 50px; width: 50px; min-width: 50px; text-align: center; line-height: 50px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: inline-block; margin-right: 10px; } .list-item-2 ul li { font-size: 18px; line-height: 36px; color: #031026; text-transform: uppercase; } .why-choose-details { font-size: 18px; font-weight: 600; color: #7b8391; } .circle-outer { position: relative; } .counter-box { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%); transform: translate(-50%); width: 100%; font-size: 30px; color: #538de4; font-weight: 600; line-height: 60px; text-transform: uppercase; margin-top: -30px; } .circle-outer { text-align: center; max-width: 110px; margin-right: 20px; } .count-title { font-size: 18px; color: #031026; font-weight: 600; } .btn-sm { padding: 20px 40px; } /* 12. cta section */ .cta-small-title { font-size: 18px; color: #7b8391; font-weight: 600; } .cta-phone { font-size: 18px; color: #031026; font-weight: 700; } .cta-small { background: #fff; padding: 10px 20px 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); } .cta-small-btn { margin-left: 20px; } /* 13. Testimonials slider */ .testimonials-section { padding: 180px 0px 120px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } .testimonial-style-1 { position: relative; background: #fff; padding: 60px; -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); z-index: 2; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; -webkit-border-radius: 5px; -webkit-border-bottom-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-bottomleft: 0; border-radius: 5px; border-bottom-left-radius: 0; } .testimonial-style-1::before { content: ''; position: absolute; top: -30px; left: -225px; z-index: 4; width: 100%; height: 100%; background: url(../img/testimonials-lines.png) no-repeat; opacity: 0; -webkit-transform: translateY(-180px); -moz-transform: translateY(-180px); -ms-transform: translateY(-180px); -o-transform: translateY(-180px); transform: translateY(-180px); } .testimonial-style-1:hover::before, .swiper-slide-active .testimonial-style-1::before { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -ms-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; } .testimonial-style-1:hover, .swiper-slide-active>.testimonial-style-1 { background: #538de4; color: #e0ecff; } .tu-photo { max-width: 50px; margin-right: 20px; } .testimonial-content { font-size: 20px; line-height: 36px; font-weight: 600; color: #7b8391; display: block; margin-bottom: 28px; position: relative; padding-left: 20px; } .testimonial-content::after { content: ''; position: absolute; background: #538de4; width: 2px; height: 100%; left: 0; bottom: 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; -ms-transition-delay: 200ms; -o-transition-delay: 200ms; transition-delay: 200ms; } .testimonial-style-1:hover .testimonial-content::after, .swiper-slide-active .testimonial-content::after { background: #ffffff; } .tu-name { font-size: 18px; line-height: 20px; color: #538de4; font-weight: 600; text-transform: uppercase; } .tu-role { font-size: 14px; font-weight: 500; line-height: 20px; color: #7b8391; text-transform: uppercase; } .testimonial-style-1:hover .tu-role, .testimonial-style-1:hover .tu-name, .testimonial-style-1:hover .testimonial-content, .swiper-slide-active .tu-role, .swiper-slide-active .tu-name, .swiper-slide-active .testimonial-content { color: #fff; } .testimonials-slider { padding: 40px 0px; } .testimonial-style-1::after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 40px 40px 0 0; border-color: #fff transparent transparent transparent; position: absolute; bottom: -40px; left: 0; -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .testimonial-style-1:hover::after, .swiper-slide-active .testimonial-style-1::after { border-color: #538de4 transparent transparent transparent; } .testi-circle { position: absolute; bottom: 0; right: 0; } .testi-circle::after { content: ''; position: absolute; z-index: 4; width: 168px; height: 168px; bottom: 0; right: 0; background: url(../img/circle-shape.png) no-repeat; opacity: 0; -webkit-transform: translateY(180px); -moz-transform: translateY(180px); -ms-transform: translateY(180px); -o-transform: translateY(180px); transform: translateY(180px); } .testimonial-style-1:hover .testi-circle::after, .swiper-slide-active .testi-circle::after { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; -ms-transition-delay: 200ms; -o-transition-delay: 200ms; transition-delay: 200ms; } .cta-bar { background: #538de4; position: relative; padding: 100px 0; } .cta-bar::before { content: ''; background: url(../img/welcome-bg.png); position: absolute; left: 0; top: 0; width: 100%; height: 100%; } /* 14. Blog section */ .blog-section { padding: 80px 0; } .post-title-block { font-size: 24px; font-size: 600; color: #031026; } .post-title-block a, .post-title-block a:visited { color: #031026; } .post-read-more { border-top: 1px solid #d9dfe9; padding: 30px 0; text-align: center; margin-top: 30px; } .post-thumb-block { position: relative; overflow: hidden; background: #031026; } .post-thumb-block img { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .blog-block:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); mix-blend-mode: normal; } .post-content-block { max-width: calc(100% - 40px); margin-left: auto; margin-right: auto; background: #fff; margin-top: -70px; z-index: 2; position: relative; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .post-date { padding: 8px 20px; background: #538de4; font-size: 16px; font-weight: 600; color: #fff; display: inline-block; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-transform: translateY(-100%); transform: translateY(-100%); } .post-title-block { display: block; margin: -20px auto 20px; font-size: 24px; line-height: 32px; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 64px; } .post-title-block a, .post-title-block a:visited { color: #031026; } .post-title-block a:hover { color: #538de4; } .post-author { margin-right: 20px; font-size: 16px; } .post-comments { font-size: 16px; } .post-meta-block i { color: #538de4; } .blog-block-inner { padding: 0px 20px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } .post-excerpt-block { font-size: 18px; color: #7b8391; text-align: justify; } .post-read-more a, .post-read-more a:visited { display: inline-block; position: relative; padding-right: 10px; color: #7b8391; text-transform: uppercase; } .post-read-more a:hover { color: #538de4; text-decoration: none; } .post-read-more a::before { content: '\f129'; font-family: Flaticon; font-style: normal; font-weight: 300; right: -5px; position: absolute; font-size: 12px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .post-read-more a:hover::before { right: -10px; } .post-content-block:hover { -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } /* 15. partner carousel */ .partners-section { border-top: 1px solid #d9dfe9; padding: 100px 0; } .partners-carousel img { -webkit-filter: grayscale(100%); -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; opacity: 0.5; } .partners-carousel img:hover { -webkit-filter: grayscale(0%); -ms-filter: grayscale(0%); -moz-filter: grayscale(0%); opacity: 1; } .partners-carousel .swiper-slide { text-align: center; } /* 16. Footer styles */ .site-footer-1 { background: #031026; padding-top: 80px; color: #9ba4b2; font-size: 16px; font-weight: 500; } .footer-about { margin: 40px auto; } .footer-menu ul { padding-left: 0; list-style: none; } .footer-menu ul a, .footer-menu ul a:visited { color: #9ba4b2; font-size: 16px; line-height: 1; text-decoration: none; position: relative; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .footer-menu ul a:hover { text-decoration: none; color: #fff!important; } .footer-menu ul a:after { background-color: #fff; bottom: -2px; content: ""; display: inline-block; height: 1px; overflow: hidden; position: absolute; right: 0; transition: 0.5s; width: 0; } .footer-menu li a:hover:after { left: 0; width: 100%; } .footer-menu ul li { display: block; margin-bottom: 26px; } .footer-widget-title { color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 700; margin-bottom: 50px; } .lp-item:not(:last-child) { margin-bottom: 50px; } .lp-thumb { width: 70px; min-width: 70px; } .lp-details { margin-left: 20px; } .lp-date { font-size: 12px; color: #538de4; font-weight: 600; text-transform: uppercase; } .lp-title { font-size: 18px; font-weight: 500; } .lp-title a, .lp-title a:visited { color: #ffffff; } .lp-thumb img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .lp-title a:hover { color: #ffffff; text-decoration: underline; -webkit-text-decoration-color: #538de4; text-decoration-color: #538de4; } .contact-widget ul { padding-left: 0px; list-style: none; } .contact-widget ul li:not(:last-child) { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #1b263a; } .contact-icon { color: #538de4; font-size: 18px; margin-right: 10px; } .contact-widget ul li a, .contact-widget ul li a:visited { color: #9ba4b2; font-size: 16px; font-weight: 500; } .footer-social-media ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-pack: end !important; justify-content: flex-end !important; } .footer-social-media ul li { margin: 0px 15px; } .footer-social-media ul li:last-child { margin-right: 0; } .footer-social-media ul li a, .footer-social-media ul li a:visited { color: #fff; } .footer-social-media ul li a:hover { color: #538de4; } .footer-bottom { margin-top: 50px; padding-top: 50px; padding-bottom: 50px; border-top: 1px solid #212d40; } /* 17. home 2 styles */ .header-style-2 { position: relative; } .header-style-2 .navigation-menu>li>a { color: #7b8391; } .header-style-2 .search-btn { color: #031026; cursor: pointer; } .mc-phone { font-size: 18px; line-height: 22px; font-weight: 600; color: #031026; display: block; } .mc-title { font-size: 16px; line-height: 22px; font-weight: 600; color: #7b8391; display: block; } .mc-icon { font-size: 40px; color: #5b92e5; margin-right: 20px; } .header-style-2 .header-menu { margin-right: auto; margin-left: 0px; } .header-style-2 .header-search-btn { margin-left: 30px; } body.st-prevent-scroll { height: 100%; margin: 0; overflow: hidden; } .search-btn-dark { color: #031026; } .slider-two .slider-content { text-align: left; padding: 200px 0; } .slider-two .slide-heading { font-size: 90px; line-height: 1; } .slide-descriptions { font-size: 24px; line-height: 40px; font-weight: 500; color: #e6e6e6; max-width: 600px; } .slider-two .slider-button { margin-top: 45px; } .experience-section { position: absolute; width: 100%; } .experience-block { background: #538de4; padding: 40px; max-width: 240px; display: inline-block; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 90; position: relative; color: #fff; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } /* 18. Service styles */ .service-block-2 { position: relative; overflow: hidden; } .service-details { max-width: calc(100% - 40px); background: #fff; position: relative; margin-top: -30px; margin-left: auto; margin-right: auto; padding: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; margin-bottom: 30px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; } .service-block-2:hover .service-details{ -webkit-transform: translateY(-80px); transform: translateY(-80px); } .service-block-title { font-size: 24px; line-height: 26px; font-weight: 600; text-transform: uppercase; margin-bottom: 30px; } .service-block-title a, .service-block-title a:visited { color: #031026; } .service-block-title a:hover{ color: #538de4; } .service-anchor { border-top: 1px solid #d9dfe9; padding: 30px; text-align: center; position: relative; left: 0; top: 0; width: 100%; height: 0px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; -webkit-transform: translateY(-20px); transform: translateY(-20px); visibility: hidden; } .service-anchor a, .service-anchor a:visited { color: #7b8391; font-size: 14px; font-weight: 600; text-transform: uppercase; } .service-anchor a:hover{ color: #538de4; } .service-block-2:hover .service-anchor { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); } .services-section-two { padding-top: 50px; position: relative; } .services-section-two::before { content: ''; background: #051228; height: calc(100% - 300px); width: 100%; position: absolute; top: 0; } .mb-n-200 { margin-bottom: -200px; position: relative; z-index: 2; } .about-section-2 { padding-top: 120px; } .service-block-2:hover .service-details { -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12); box-shadow: 0 0 20px rgba(6, 30, 98, .12); } .styled-image-1 { position: relative; z-index: 3; } .styled-image-1::before { content: ''; position: absolute; width: 100%; height: 100%; top: -40px; left: -40px; right: 0; bottom: 0; background: #edf0f5; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; z-index: -1; } .styled-image-1::after { content: ''; position: absolute; width: 190px; height: 190px; top: -40px; left: -40px; right: 0; bottom: 0; background: #538de4; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; z-index: -1; } /* 19. Line progress */ .bar-line { background: #edf0f5; height: 7px; margin-top: 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .bar-line-active { position: relative; display: block; width: 0px; height: 7px; -webkit-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; -moz-transition: all 1500ms ease; transition: all 1500ms ease; background: #538de4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .skill-title { font-size: 18px; line-height: 1; color: #031026; font-weight: 600; margin-bottom: 0; text-transform: uppercase; } .count-text { font-size: 14px; line-height: 1; font-weight: 600; color: #fff; background: #538de4; position: absolute; padding: 8px 10px; right: -40px; bottom: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .count-text::before { content: ""; position: absolute; left: 0; top: 100%; margin-top: -8px; border: 8px solid transparent; border-top: 8px solid #538de4; border-left: 12px solid #538de4; } .bar-box { position: relative; } .bar-box:not(:last-child) { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .copany-info-box { background: #fff; position: relative; padding: 50px 60px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12); box-shadow: 0 0 20px rgba(6, 30, 98, .12); margin-bottom: -30px; z-index: 5; } .copany-info-box::before { content: ''; position: absolute; left: 20px; bottom: -20px; height: 20px; width: calc(100% - 40px); background: #518adf; -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08); transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .com-logo { width: 45px; max-width: 45px; } .com-details { padding-left: 20px; line-height: 28px; font-size: 20px; font-weight: 600; color: #031026; text-transform: uppercase; } .mt-60 { margin-top: 60px; } .about-style-3 { background: #031026; position: relative; } .about-style-3::after { content: ''; background: url(../img/diamonds-shape.png) no-repeat; background-position: left top; width: 100%; height: 100%; z-index: 0; position: absolute; left: 0; top: 0; } .about-inner { padding-right: 15px; padding-left: 15px; position: relative; z-index: 2; } .about-inner-content { padding: 80px 0; } .about-image-4 { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; background-repeat: no-repeat !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; } .about-dots { position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 100px; } .member-meta { background: #fff; position: relative; padding: 20px; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; max-width: calc(100% - 40px); margin-left: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .member-name { font-size: 20px; font-weight: 600; color: #031026; text-transform: uppercase; } .member-name a, .member-name a:visited { color: #031026; } .member-designation { color: #7b8391; font-size: 14px; font-weight: 600; text-transform: uppercase; } .member-social { position: absolute; width: 100%; left: 0; right: 0; margin-top: 20px; height: 0px; opacity: 0; visibility: hidden; -webkit-transform: translateY(0); transform: translateY(0); transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .team-member:hover .member-social { height: auto; opacity: 1; visibility: visible; } .team-member:hover .member-meta { -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12); box-shadow: 0 0 20px rgba(6, 30, 98, .12); } .member-social ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-pack: center !important; justify-content: center !important; } .member-social ul li { margin: 0px 15px; } .member-social ul li a, .member-social ul li a:visited { color: #7b8391; } .member-social ul li a:hover { color: #538de4; } .team-section-2 { background: #edf0f5; padding-top: 120px; } .white-bg { background: #fff; } .portfolio-section-2 { padding-top: 240px; } .testimonials-section-2 { padding: 120px 0px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } .video-block { position: relative; } .video-poster { position: relative; left: 0; top: 0; width: 100%; height: 100%; padding: 230px 50px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; text-align: center; } .video-icon { display: inline-block; width: 30px; height: 30px; border-radius: 50%; position: relative; color: #538de4; z-index: 99; } .hero-video-pulse { position: relative; display: inline-block; width: 30px; height: 30px; } .video-icon:before { z-index: 0; -webkit-animation: pulse-border 1500ms ease-out infinite; animation: pulse-border 1500ms ease-out infinite; background: #ffffff; } .video-icon:after { z-index: 1; transition: all 200ms; background: #fff; } .video-icon:before, .video-icon:after { content: ""; position: absolute; left: 50%; top: 50%; display: block; width: 80px; height: 80px; border-radius: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .video-icon i { color: #538de4; z-index: 2; position: absolute; height: 30px; width: 30px; text-align: center; line-height: 30px; left: 1px; top: 2px; font-size: 16px; text-align: center; } @keyframes pulse-border { 0% { -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; } } @-webkit-keyframes pulse-border { 0% { -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; } } .video-overlay-content { background: #538de4; color: #fff; padding: 50px 60px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; max-width: 270px; position: absolute; right: 30px; top: -30px; text-align: left; } .video-overlay-count { font-size: 50px; font-weight: 600; } .video-overlay-title { font-size: 18px; line-height: 34px; font-weight: 500; text-transform: uppercase; } .blog-section-bg { position: relative; } .blog-section-bg::after { content: ''; background: #031026; left: 0; bottom: 0; height: 450px; width: 100%; position: absolute; } .blog-dark .post-content-block { background: #031026; color: #9ba4b2; } .blog-dark .post-title-block a, .blog-dark .post-title-block a:visited { color: #fff; } .blog-dark .post-read-more { border-top: 1px solid #1d283c; } .blog-dark .blog-block:hover .post-content-block { background: #fff; } .blog-dark .blog-block:hover .post-title-block a, .blog-dark .blog-block:hover .post-title-block a:visited { color: #031026; } .map-canvas { min-height: 550px; } .page-header-section { padding: 290px 0px 150px; text-align: center; } .page-header-section .breadcrumb { background-color: rgba(3, 16, 38, 0.75); -ms-flex-pack: center !important; justify-content: center !important; } .page-header-section nav { display: inline-block; } .page-title { font-size: 60px; font-weight: 700; text-transform: uppercase; color: #fff; } .breadcrumb-item { font-size: 14px; font-weight: 600; line-height: 1; color: #fff; text-transform: uppercase; } .breadcrumb-item a, .breadcrumb-item a:visited { color: #fff; } .breadcrumb-item.active { color: #9ba4b2; } .page-header-section { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: top right; } .header-style-2 .header-content.is-sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09); box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09); background-color: #fff !important; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; } .header-style-1 .header-content.is-sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px; box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px; background-color: #fff !important; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; border-bottom: none; } .about-section-6 { padding: 120px 0; position: relative; } .about-content-6 { color: #7b8391; font-size: 18px; font-weight: 500; line-height: 34px; text-align: justify; } .about-section-6::before { content: ''; position: absolute; background: url(../img/half-circle.png) no-repeat; width: 100%; height: 100%; top: 0; } .top-border { border-top: 10px solid #538de4; } .team-section-3 { position: relative; padding-top: 120px; background: #edf0f5; } .partners-section-2 { position: relative; background: #fff; padding: 300px 0px 60px; } .mb-n-300 { margin-bottom: -300px; } .partners-section-2::before { content: ''; position: absolute; background: url(../img/lines.png) no-repeat; width: 100%; height: 100%; top: 0; } .services-section-3 { background: #fff; padding: 120px 0 0; } .pb-lg-120 { padding-bottom: 120px; } .video-box-section-2 { padding: 120px 0px; position: relative; } .video-box-section-2::after { content: ''; position: absolute; background: url(../img/lines.png) no-repeat; width: 100%; height: 100%; top: 0; z-index: -1; } .video-box-section-2::before { content: ''; position: absolute; background: url(../img/large-lines.png) no-repeat; background-position: right bottom; width: 100%; height: 100%; bottom: 0; right: 0; z-index: -1; } .service-section-inner { padding: 120px 0; } .service-nav ul { padding-left: 0px; list-style: none; padding: 40px; background: #edf0f5; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; margin-bottom: 0; border-left: 3px solid #538de4; } .service-nav ul li span, .service-nav ul li a { font-size: 16px; line-height: 24px; color: #031026; font-weight: 600; text-transform: uppercase; padding: 22px 20px; display: block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .service-nav ul li:not(:last-child) { border-bottom: 1px solid #edf0f5; } .contact-box-widget { padding: 115px 20px; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .contact-box-icon { background: #fff; min-width: 50px; width: 50px; height: 50px; line-height: 50px; font-size: 32px; display: inline-block; margin: 0px auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .contact-phone { font-size: 17px; font-weight: 600; margin-top: 30px; margin-bottom: 20px; } .contact-title { font-size: 16px; font-weight: 600; text-transform: uppercase; } .service-widget-box:not(:last-child) { margin-bottom: 30px; } .widget-box:not(:last-child) { margin-bottom: 30px; } .service-nav a.active { background: #538de4; color: #fff; } .service-nav a.active i{ color: #fff!important; } .quote-small, .wp-block-quote { font-size: 18px; line-height: 34px; color: #7b8391; font-weight: 600; padding-left: 20px; border-left: 2px solid #538de4; } .service-content img { margin-bottom: 40px; } .ficon { font-size: 65px; line-height: 1; color: #538de4; } .ftitle { font-size: 20px; font-weight: 600; color: #031026; text-transform: uppercase; margin: 30px auto 50px; } .service-features { border-top: 1px solid #d9dfe9; border-bottom: 1px solid #d9dfe9; padding: 60px 0px; } .mtb-60 { margin: 60px auto; } .foucs-text { font-size: 20px; line-height: 1.5; font-weight: 600; color: #538de4; } .mb-45 { margin-bottom: 45px; } .faq-item:not(:last-child) { margin-bottom: 10px; } .faq-header { font-size: 18px; font-weight: 600; text-transform: uppercase; color: #031026; cursor: pointer; background: #edf0f5; padding: 30px 40px; margin: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; } .faq-item-active .faq-header { background: transparent; color: #538de4; } .faq-content { max-height: 0; overflow: hidden; -webkit-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; text-align: justify; } .faq-item-active .faq-content { max-height: 300px; -webkit-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; padding: 0px 40px 30px; font-size: 16px; font-weight: 500; line-height: 2; color: #7b8391; text-align: justify; } .faq-item-active { border: 2px solid #538de4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .faq-header::before { content: '\f140'; font-family: Flaticon; font-style: normal; font-weight: 300; position: absolute; right: 40px; } .faq-item-active .faq-header::before { content: '\f149'; } .portfolio-filters ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-pack: center !important; justify-content: center !important; } .portfolio-filters ul li { margin: 0px 15px; font-size: 18px; font-weight: 500; color: #7b8391; text-transform: uppercase; cursor: pointer; } .portfolio-filters.search-screening ul li { color: #538de4; } .portfolio-sec { padding: 50px 0px 120px 0px; background: #edf0f5; } .portfolio-filters { margin-bottom: 40px; } .portfolio-filters li a{ color: #7b8391; } .portfolio-gallary .portfolio-item { margin-bottom: 30px; } .portfolio-filters .mixitup-control-active, .portfolio-filters ul li:hover { color: #538de4; } .project-summary { background: #031026; color: #ffffff; max-width: calc(100% - 40px); margin: -30px auto 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; } .ps-block { padding: 60px 40px; position: relative; display: block; width: 100%; } .ps-block::after { content: ''; position: absolute; height: 100%; width: 1px; right: 0; top: 0; background: #1d283c; } .pd-title { color: #9ba4b2; font-size: 16px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; } .pd-content { font-size: 20px; font-weight: 600; } .project-single-wrapper { padding: 120px 0px; } .project-summary [class*="col-"]:last-child .ps-block::after { content: none; } .project-details-widget h2, .project-details-widget h3, .project-details-widget h4 { margin: 40px auto; font-weight: 700; color: #031026; } .project-details-widget h2 { font-size: 50px; } .project-details-widget h3 { font-size: 34px; } .project-details-widget h4 { font-size: 28px; } .related-porolio { border-top: 1px solid #d9dfe9; padding-top: 120px; } .project-details-widget { padding-bottom: 120px; } .post-page .blog-block { margin-bottom: 30px; } .ps-content { position: relative; margin-top: -30px; background: #fff; max-width: calc(100% - 40px); margin-left: auto; margin-right: auto; padding: 0px 40px 30px; -webkit-border-radius: 5px; -webkit-border-top-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0; -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12); -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12); box-shadow: 0 0 20px rgba(6, 30, 98, .12); } .ps-content .post-date { margin-left: -40px; } .ps-inner { position: relative; overflow: hidden; } .ps-content video, .ps-content img{ max-width: 100%; } .tags-title { font-size: 20px; font-weight: 600; color: #031026; margin-right: 10px; } .tags-list { font-size: 18px; font-weight: 500; color: #7b8391; } .post-share ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .post-share ul { float: right; } .post-share ul li { margin-left: 20px; } .post-share ul a, .post-share ul a:visited { color: #7b8391; font-size: 14px } .post-share ul a:hover { color: #538de4; } .ps-tags-share { border-top: 1px solid #d9dfe9; padding-top: 40px; margin-top: 40px; } .ps-author-box { background: #edf0f5; padding: 60px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 60px; } .ps-author-name { font-size: 24px; font-weight: 600; color: #031026; text-transform: uppercase; margin-bottom: 40px; } .ps-author-descriptions { font-size: 18px; line-height: 1.5; font-weight: 500; color: #7b8391; } .ps-author-photo img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .sidebar-widgets .widget_search { background: #538de4; padding: 50px; } .sidebar-widgets .widget_search .widget-title { color: #fff; } .search-widget .form-control { height: 70px; border: none; padding: 10px 100px 10px 30px; } .portfolio-sec .widget_search { background: #538de4; padding: 50px 50px 20px 50px; } .portfolio-sec .widget_search .widget-title { color: #fff; } .portfolio-sec .form-control { height: 70px; border: none; padding: 10px 100px 10px 30px; } .search-widget { position: relative; } .search-widget-submit { border: none; background: transparent; position: absolute; right: 30px; top: 35%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px; line-height: 1; color: #538de4; } .widget-title { font-size: 20px; text-transform: uppercase; font-weight: 600; margin-bottom: 40px; color: #031026; } .wlp-thumb { margin-right: 20px; min-width: 70px; max-width: 70px; } .wlp-thumb img, .post-single-thumb img{ border-radius: 5px; } .post-thumb-block{ border-radius: 5px 5px 0 0; border: 1px solid #dcdcdc; } .wlp-comment { font-size: 14px; color: #7b8391; text-transform: uppercase; } .wlp-comment i { color: #538de4; } .wlp-title { font-size: 18px; font-weight: 600; color: #031026; line-height: 30px; text-transform: uppercase; } .wlp-title a, .wlp-title a:visited { color: #031026; } .wlp-item { position: relative; display: block; } .wlp-item:not(:last-child) { margin-bottom: 30px; } .wlp-item:hover .wlp-title a { color: #538de4; } .widget-box { background: #edf0f5; padding: 50px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .widget_categories ul { list-style: none; padding-left: 0px; } .widget_categories ul li { position: relative; margin-bottom: 30px; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .widget_categories ul li::before { color: #538de4; content: '\f105'; font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 300; position: absolute; left: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.35s; transition: all 0.35s; -moz-transition: all 0.35s; -ms-transition: all 0.35s; } .widget_categories ul li:hover::before { opacity: 1; visibility: visible; } .widget_categories ul li:hover { padding-left: 10px; } .widget_categories ul li a { font-size: 18px; font-weight: 500; color: #7b8391; } .widget_categories ul li a:hover { text-decoration: none; color: #031026; font-weight: 600; } #site-overlay.open { display: block; background: #333; position: fixed; z-index: 999; width: 100%; height: 100%; opacity: .7; } .back-to-top { position: fixed; bottom: 15px; right: 15px; width: 40px; height: 40px; line-height: 40px; font-size: 18px; text-align: center; z-index: 9999; opacity: 0.9; background: #031026; color: #fff; cursor: pointer; -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); } .back-to-top.in { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } .back-to-top:hover { background: #538de4; color: #fff; } .ptb-120 { padding: 120px 0px; } .contact-social ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .contact-social ul li { margin-right: 20px; } .contact-social ul li a, .contact-social ul li a:visited { color: #7b8391; } .contact-social ul li a:hover { color: #538de4; } .error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../img/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color: #8a1f11; border: 1px solid #FBC2C4; -webkit-border-radius: 5px; } .loader { padding: 0 10px; } #success_page h1 { background: url('../img/success.gif') left no-repeat; padding-left: 22px; } .contact-form { position: relative; } .contact-form .form-group { margin-bottom: 30px; } .contact-form input, .contact-form select, .contact-form textarea { background: #fff; min-height: 68px; line-height: 68px; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-left: 20px; width: 100%; } .contact-form textarea { padding: 20px 30px; line-height: 30px; } .contact-form select { appearance: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; position: relative; } .form-select { position: relative; } .contact-form .form-select::before { position: absolute; content: '\f103'; font-family: 'Flaticon'; font-style: normal; font-weight: 300; top: 35%; right: 15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; color: #538de4; transform: rotate(90deg); } .form-submit-btn { border: none; padding: 25px 50px; font-size: 20px; } .ciw-icon { background: #1d283c; color: #538de4; height: 90px; min-width: 90px; width: 90px; line-height: 90px; text-align: center; margin-right: 20px; font-size: 32px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .ciw-title { font-size: 16px; line-height: 26px; font-weight: 600; color: #9ba4b2; text-transform: uppercase; } .ciw-details { font-size: 20px; font-weight: 600; color: #fff; text-transform: uppercase; } .ciw-details a, .ciw-details a:visited { color: #fff; } .ciw-details a:hover { text-decoration: none; } .contact-box-wrapper { position: relative; margin-bottom: -80px; z-index: 2; padding: 60px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #031026; } /* 20. Responsive styles */ /* // Extra small devices (portrait phones, less than 576px) */ @media (max-width: 575.98px) { .mb-xs-30 { margin-bottom: 30px; } .ml-xs-20 { margin-left: 20px; } .slide-heading { font-size: 40px; line-height: 50px; margin-bottom: 30px; } .slide-intro { font-size: 16px; } .welcome-heading { font-size: 30px; } .service-widget { margin-bottom: 50px; } .about-focus { padding: 40px 60px; display: block; position: relative; top: 60px; left: 0px; max-width: 100%; } .about-content { background: #fff; margin-left: 0px; margin-top: 0px; padding: 60px 0; position: relative; z-index: 1; } .about-img-2 { position: relative; margin-bottom: 0px; max-width: 100%; width: 100%; bottom: 0; left: 0; } .portfolio-carousel-block { margin-left: auto; margin-left: auto; } .welcome-widget::after { left: -webkit-calc((100% - 340px)/2); left: calc((100% - 340px)/2); } .slider-content { padding: 150px 0; } .dropdown-toggle::after { content: none; } .header-mobile-logo { padding: 30px 0; text-align: center; } .dropdown-toggle { color: #333; } .ph-icon { margin-bottom: 30px; } .fun-facts-inner { -webkit-transform: translateY(-50px); transform: translateY(-50px); } .counter-block { margin-top: 0px; padding: 30px; } .counter-block::after { content: none; } .section-title { font-size: 30px; } .cta-small-btn { margin-left: 0px; margin-top: 30px; } .cta-small { -webkit-transform: translateY(0); transform: translateY(0); } .mb-xs-60 { margin-bottom: 60px; } .search-btn-dark { margin-right: 0; text-align: right; } .slider-two .slide-heading { font-size: 50px; } .experience-section { position: relative; padding: 60px 0; } .experience-block { -webkit-transform: translateY(0); transform: translateY(0); display: block; max-width: 100%; } .about-section-2 { padding-top: 60px; } .about-inner { margin-left: auto; margin-left: auto; } .post-row>[class*="col-"]:not(:last-child) { margin-bottom: 30px; } .blog-section-bg::after { background: transparent; } .footer-social-media ul { -ms-flex-pack: start !important; justify-content: flex-start !important; } .footer-social-media { margin-top: 30px; } .page-header-section { padding: 100px 0; } .faq-header { padding: 30px 70px 30px 40px; } .post-share ul { float: left; } .post-share { margin-top: 30px; } .ps-author-photo { margin-bottom: 30px; } .contact-info-widget { margin-bottom: 30px; } } @media (min-width: 576px) and (max-width: 991.98px) { .contact-info-widget { margin-bottom: 30px; } .search-btn-dark { margin-right: 0; text-align: right; } .dropdown-toggle::after { content: none; } .header-mobile-logo { padding: 30px 0; text-align: center; } .dropdown-toggle { color: #333; } .slider-content { padding: 50px 0; } .slide-heading { font-size: 40px; margin-bottom: 20px; } .slide-intro { margin-bottom: 20px; } .welcome-widget::after { left: -webkit-calc((100% - 640px)/2); left: calc((100% - 640px)/2); } .service-widget { margin-bottom: 50px; } .about-focus { left: -30px; } .about-content { margin-left: 0px; padding: 60px 0; } .fun-facts-inner { -webkit-transform: translateY(0); transform: translateY(0); } .counter-block { margin-top: 0px; padding: 60px; } .why-choose-content { margin-top: 30px; } .mb-md-60 { margin-bottom: 60px; } .section-title { font-size: 32px; } .theme-btn { padding: 25px 40px; } .slider-two .slide-heading { font-size: 50px; } .experience-section { position: relative; padding: 60px 0; } .experience-block { -webkit-transform: translateY(0); transform: translateY(0); display: block; max-width: 100%; } .about-section-2 { padding-top: 60px; } .about-inner { margin-left: auto; margin-left: auto; } .post-row>[class*="col-"]:not(:last-child) { margin-bottom: 30px; } .blog-section-bg::after { background: transparent; } .slider-two .slider-one-slide { min-height: 700px; } .mb-md-30 { margin-bottom: 30px; } .slider-two .slider-content { padding: 200px 50px; } .search-btn { font-size: 24px; } } /* // Large devices (desktops, 992px and up) */ @media (min-width: 992px) and (max-width: 1399.98px) { .about-focus { left: -30px; } .portfolio-carousel-block { margin-left: auto; margin-left: auto; } } .slide-bg { background-color: #031026; mix-blend-mode: luminosity; } .about-img-1, .about-img-2, .portfolio-item, .why-chhose-image, .why-choose-img, .tu-photo img, .lp-thumb img, .service-thumb, .styled-image-1 img, .about-image-4, .member-photo, .teammember-photo { background: #031026; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .about-img-1 img, .about-img-2 img, .portfolio-item img, .why-chhose-image img, .why-choose-img img, .tu-photo img, .lp-thumb img, .service-thumb img, .styled-image-1 img, .about-image-4, .member-photo img, .teammember-photo img { mix-blend-mode: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .notfound-wrapper { padding: 120px 0; } .notfound-title { font-size: 140px; font-weight: 700; } .notfound-subtitle { font-size: 50px; font-weight: 600; } .notfound-btn { margin-top: 45px; } .faq-page-wrapper, .team-section-page { padding: 120px 0; position: relative; } .faq-page-wrapper::after { content: ''; position: absolute; width: 100%; height: 100%; background: url(../img/large-lines.png) no-repeat; background-position: right bottom; right: 0; bottom: 0; z-index: -1; } .faq-page-wrapper::before { content: ''; position: absolute; background: url(../img/lines.png) no-repeat; width: 100%; height: 100%; top: 0; } .team-single-page { padding: 50px 0px; } .teammember-contact ul { padding-left: 0px; list-style: none; } .teammember-contact ul li { display: -ms-flexbox !important; display: flex !important; -ms-flex-align: center !important; align-items: center !important; margin-bottom: 20px; } .tmc-icon { width: 45px; height: 45px; line-height: 45px; color: #538de4; margin-right: 20px; border-radius: 100%; background-color: #b7d4ff; text-align: center; } .tmc-content, .tmc-content a, .tmc-content a:visited { font-size: 18px; color: #031026; } .teammember-name { font-weight: 700; font-size: 45px; color: #031026; text-transform: uppercase; } .teammember-designation { font-weight: 600; font-size: 22px; color: #538de4; text-transform: uppercase; } .teammember-bio { margin-top: 40px; margin-bottom: 40px; font-size: 20px; font-weight: 500; line-height: 1.5; color: #7b8391; } .teammember-skills { margin-bottom: 40px; } .active-page-menu a{ color: #538de4 !important; } .recruitment-one{ padding: 20px; border-radius: 0 5px 5px 0; margin: 0 0 30px 0; } .recruitment-one::before { top: 0; left: -20px; border-radius: 5px 0 0 5px; width: 20px; height: 100%; display: none; } .recruitment-one .sw-title { margin: 15px auto 30px; } .sw-content .flaticon-check{ color: #538de4; font-weight: bold; } .about-info .flaticon-skip{ color: #538de4; font-weight: bold; } .register-holder { padding: 120px 0px; background: #edf0f5; } .honor-holder { padding: 80px 0px; background: #031026; } .searh-sort{ color: #aaa; font-size: 20px; font-weight: 100; line-height: 1; margin-top: 15px; float: left; } .why-choose-img{ background: none!important; } .login_code{ height: 70px; } .footer-social-media a:hover{ color:#007bff !important} .recruitment-one .badge{ font-size: 90%; } .pageList{ text-align: center; } .pageList span{ margin: 5px; display: inline-block; } .pageList span a{ padding: 8px 15px; font-size: 16px; font-weight: 600; border-radius: 5px; } .pageList span.disabled span{ color:#999; } .pageList span.current a, .pageList span a:hover{ color: #fff; background: #538de4; } .help-block-error{ padding-left: 20px; margin-bottom: 0; } .flaticon-practice { width: 65px; display: block; height: 65px; background-image: url(/img/icon_fairness.png); } .flaticon-practice::before { display: none; } .field-recruitmentapply-cityid select{ line-height: 1; } .field-recruitmentapply-cityid .form-select::before{ top: 25%; } .homeservise_morebtn{ position: absolute; bottom: 20px; } .form-select::before{ display:none; } .form-select select{ background: url(/img/icon_arrowdown.png) no-repeat right center #fff; background-size: 40px auto; }