1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282 |
- /* ================================= CSS Structure =================================
- 1. GLOBAL STYLES
- - Fonts
- - Main Styles
- - Extra Classes
- - Z Indexes
- - Social Icon Hover Styles
- - Title and Desc Styles
- - Pointer Arrow Common Styles
- - Button Styles
- 2. HEADER SECTION
- - Triangle Background
- - Logo & Menu
- - Navigation
- - Top Social Icon Styles
-
- 3. BANNER SECTION
- - Left Banner Styles
- - Right Banner Styles
- 4. FEATURES SECTION
- 5. REVIEWS SECTION
- 6. SERVICES SECTION
- 7. SCREENSHOT SECTION
- 8. PRICING SECTION
- 9. DEMO SECTION
- 10. DOWNLOAD SECTION
- 11. CONTACT US SECTION
- 12. FOOTER SECTION
- =========================================================================== */
- /* =========================== GLOBAL STYLES ============================== */
- /* ------------- Fonts ------------- */
- @font-face {
- font-family: "Flaticon";
- src: url("../fonts/flaticon.eot");
- src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
- url("../fonts/flaticon.woff") format("woff"),
- url("../fonts/flaticon.ttf") format("truetype"),
- url("../fonts/flaticon.svg") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'latohairline';
- src: url('../fonts/lato-hai-webfont.eot');
- src: url('../fonts/lato-hai-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/lato-hai-webfont.woff') format('woff'),
- url('../fonts/lato-hai-webfont.ttf') format('truetype'),
- url('../fonts/lato-hai-webfont.svg#latohairline') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="flaticon-"]:before,
- [class*=" flaticon-"]:before,
- [class^="flaticon-"]:after,
- [class*=" flaticon-"]:after {
- font-family: Flaticon;
- font-size: 20px;
- font-style: normal;
- }
- .flaticon-arrow351:before {
- content: "\e000";
- }
- .flaticon-big44:before {
- content: "\e001";
- }
- .flaticon-check13:before {
- content: "\e002";
- }
- .flaticon-checkmark17:before {
- content: "\e003";
- }
- .flaticon-open7:before {
- content: "\e004";
- }
- .flaticon-phone71:before {
- content: "\e005";
- }
- .flaticon-yield:before {
- content: "\e006";
- }
- .glyph-item {
- line-height: 1;
- display: inline-block;
- }
- /* ------------- Main Styles ------------- */
- body {
- color: #bdc3c7;
- font-size: 12px;
- padding: 0;
- font-family: 'Open Sans', sans-serif;
- -webkit-font-smoothing: antialiased !important;
- background: url(../images/bg.png) top left repeat #fff;
- overflow-x: hidden;
- margin: 0 auto;
- }
- a,
- a:hover,
- a:focus,
- .btn:focus {
- text-decoration: none;
- outline: none;
- }
- img,
- img.responsive {
- max-width: 100%;
- width: auto \9 !important;
- }
- .relative {
- position: relative;
- }
- .absolute {
- position: absolute;
- }
- .static {
- position: static;
- }
- .container {
- max-width: 1200px;
- width: 100%;
- }
- .no-padding {
- padding: 0;
- }
- .uppercase {
- text-transform: uppercase;
- }
- .capitalize {
- text-transform: capitalize;
- }
- .animated {
- visibility: hidden;
- animation-fill-mode: none;
- -webkit-animation-fill-mode: none;
- -moz-animation-fill-mode: none;
- -o-animation-fill-mode: none;
- -ms-animation-fill-mode: none;
- }
- .visible {
- visibility: visible;
- }
- .btn:hover,
- .btn:focus {
- background: #333;
- color: #fff;
- }
- .btn {
- display: inline-block;
- -webkit-transition: all 500ms linear;
- -moz-transition: all 500ms linear;
- -o-transition: all 500ms linear;
- -ms-transition: all 500ms linear;
- transition: all 500ms linear;
- }
- /* ------------- Extra Classes ------------- */
- .text-extrabold {
- font-weight: 800;
- }
- .text-bold {
- font-weight: 700;
- }
- .light-italic {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-style: italic;
- }
- .extrabold-italic {
- font-family: 'Open Sans', sans-serif;
- font-weight: 800;
- font-style: italic;
- }
- .bold-italic {
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-style: italic;
- }
- .color-greenalt {
- color: #CCC81E;
- }
- .color-grey {
- color: #7f8c8d;
- }
- .color-white {
- color: #FFFFFF;
- }
- .color-blue {
- color: #18549C;
- }
- .pageloader {
- background: url(../images/loader.gif) center center no-repeat #fff;
- height: 100%;
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 99999;
- }
- /* ------------- Section Background ------------- */
- .header-section {
- background-color: #669bbc;
- }
- .features-section {
- background-color: #fdf0d5;
- }
- .reviews-section {
- background-color: #a5b4cf;
- }
- .app-services-section {
- background-color: #780000;
- }
- .app-screen-section {
- background-color: #a5b4cf;
- }
- .pricing-section {
- background-color: #365388;
- }
- /*.video-section {
- background-color: #2c3e50;
- }
- .download-section {
- background-color: #ecf0f1;
- }*/
- .contact-section {
- background-color: #669bbc;
- }
- .section-padding {
- padding: 100px 0;
- }
- /* ------- Social Icon Hover Styles ------- */
- .gk-facebook:hover,
- .gk-facebook:focus,
- .gk-facebook:active {
- background: #3B5999;
- color: #fff;
- }
- .gk-twitter:hover,
- .gk-twitter:focus,
- .gk-twitter:active {
- background: #00ACEE;
- color: #fff;
- }
- /* ------- Title and Desc Styles ------- */
- .section-title {
- font-family: 'Open Sans', sans-serif;
- font-size: 61px;
- text-align: center;
- text-transform: uppercase;
- margin-bottom: 20px;
- font-weight: 300;
- }
- .after-2000 .section-title,
- .after-2600 .section-title,
- .after-3000 .section-title {
- font-size: 60px;
- }
- .section-msg {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 32px;
- line-height: 1.4;
- margin-top: 15px;
- }
- .section-msg1 {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 42px;
- }
- .gk-triangle-medium:before,
- .gk-triangle-medium:after {
- font-size: 30px;
- }
- /* ------- Pointer Arrow Common Styles ------- */
- .gk-pointer-features {
- position: absolute;
- }
- .gk-pointer-features.animated {
- visibility: hidden;
- }
- .gk-pointer-features.visible {
- visibility: visible;
- }
- /* ------------- Button Styles ------------- */
- .gk-btn {
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-size: 13px;
- text-transform: uppercase;
- padding: 13px 12px;
- width: 159px;
- }
- .gk-btn .fa {
- padding-right: 8px;
- }
- .gk-btn-margin {
- margin-right: 30px;
- }
- .greenalt-btn {
- border-color: #CCC81E;
- color: #CCC81E;
- }
- .greenalt-btn:hover,
- .greenalt-btn:active,
- .greenalt-btn:focus {
- background: #CCC81E;
- color: #FFFFFF;
- }
- .red-btn {
- border-color: #E36A01;
- color: #E36A01;
- }
- .red-btn:hover,
- .red-btn:active,
- .red-btn:focus {
- background: #E36A01;
- color: #FFFFFF;
- }
- .white-btn {
- border-color: #FFFFFF;
- color: #FFFFFF;
- }
- .white-btn:hover,
- .white-btn:active,
- .white-btn:focus {
- background: #FFFFFF;
- color: #CCC81E;
- }
- /* =========================== HEADER SECTION ============================== */
- /* ------------- Triangle Background ------------- */
- .banner-bg {
- min-height: 480px;
- position: relative;
- top: -70px;
- margin: 0 auto;
- }
- .banner-bg .section-padding {
- margin-left: auto;
- padding-left: 15px;
- padding-right: 15px;
- }
- /* ------------- Logo & Menu ------------- */
- .logo-container {
- background: #003049;
- color: #fff;
- padding: 16px 0 13px;
- }
- .sticky-navigation {
- width: 100%;
- z-index: 9999;
- position: relative;
- }
- /* -------- Navigation --------- */
- .top-navbar {
- margin: 0;
- min-height: inherit;
- }
- .top-navbar ul.nav a {
- font-size: 13px;
- font-weight: 800;
- color: #CCC81E;
- }
- .top-navbar ul.nav a:hover,
- .top-navbar ul.nav a:focus,
- .top-navbar ul.nav a:active,
- .top-navbar ul.nav li.active a {
- background: none !important;
- color: #fff;
- }
- .navbar-toggle {
- background-color: #CCC81E;
- margin-top: -40px;
- margin-right: 0px;
- }
- .navbar-toggle .icon-bar {
- background-color: #FFFFFF;
- }
- .navbar-nav {
- margin: 0;
- }
- .navbar-nav li {
- margin-right: 20px;
- }
- .after-2000 .navbar-nav li,
- .after-2600 .navbar-nav li {
- margin-right: 12px;
- }
- .navbar-nav li a {
- padding-bottom: 7px;
- padding-top: 7px;
- }
- .top-navbar .dropdown a {
- background: none !important;
- }
- /* ------------- Top Social Icon Styles ------------- */
- .top-social-icon {
- margin: 0;
- padding: 0;
- list-style: none;
- float: right;
- }
- .top-social-icon li {
- float: left;
- }
- .top-social-icon li a {
- background: #fff;
- border-radius: 100%;
- font-size: 12px;
- display: block;
- width: 18px;
- height: 18px;
- color: #1F5BA4;
- margin: 7px 26px 0 0;
- }
- .top-social-icon li .fa {
- width: 18px;
- height: 18px;
- display: block;
- line-height: 18px;
- text-align: center;
- }
- .top-social-icon li:last-child a {
- margin-right: 0;
- }
- /* =========================== BANNER SECTION ============================== */
- /* ------------- Left Banner Styles ------------- */
- .left-banner-text {
- margin-top: 60px;
- padding-top: 50px;
- color: #FFFFFF;
- }
- .after-1500 .left-banner-text {
- margin-top: 30px;
- }
- .after-1500 .right-banner-image {
- margin-top: 20px;
- }
- .left-banner-text h1 {
- font-size: 53px;
- margin-bottom: 30px;
- font-weight: 300;
- font-family: 'Open Sans', sans-serif;
- }
- .banner-text {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 23px;
- padding: 0 30px 0 0;
- text-align: left;
- color: #FFFFFF;
- }
- .banner-button {
- padding: 32px 45px 0 0;
- }
- .triangle-shape {
- padding: 45px 0 0;
- }
- .flaticon.gk-triangle-bigsharp:before,
- .flaticon.gk-triangle-bigsharp:after {
- font-size: 36px;
- font-weight: bold;
- }
- .banner-section {
- padding-top: 70px;
- position: relative;
- z-index: 10;
- }
- .banner-triangle:hover,
- .banner-triangle:active,
- .banner-triangle:focus {
- color: #FFFFFF;
- }
- .banner-triangle:hover {
- opacity: 0.6;
- transition: all 0.4s ease-in 0s;
- -moz-transition: all 0.4s ease-in 0s;
- -webkit-transition: all 0.4s ease-in 0s;
- -o-transition: all 0.4s ease-in 0s;
- -ms-transition: all 0.4s ease-in 0s;
- }
- .banner-left-margin {
- margin-left: 45px;
- margin-bottom: 12px;
- }
- /* ------------- Right Banner Styles ------------- */
- .right-banner-image {
- padding-top: 10px;
- margin-top: 50px;
- }
- .banner-image-info {
- margin-top: 410px;
- }
- .banner-info {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 12px;
- color: #FFF;
- padding-right: 5px;
- }
- .banner-info .text-bold {
- font-size: 32px;
- display: block;
- color: #FFF;
- }
- .close-brackets {
- font-family: 'latohairline';
- color: #FFF;
- font-size: 86px;
- }
- .banner-image-info .fa {
- font-size: 32px;
- vertical-align: top;
- line-height: 80px;
- margin-top: 20px;
- padding-left: 15px;
- width: 40px;
- }
- .banner-info-right {
- margin-top: -30px;
- }
- .about {
- margin-left: 300px;
- margin-top: 60px;
- }
- /* =========================== FEATURES SECTION ============================== */
- .features-left-info {
- padding: 120px 0 0 15px;
- }
- .gk-list {
- display: inline-block;
- width: 100%;
- padding-top: 5px;
- }
- .gk-list li {
- font-size: 17px;
- clear: both;
- float: left;
- display: inline-block;
- border-bottom: 1px solid #8ab3cf;
- padding: 5px 12px 5px 0;
- }
- .gk-list li .fa {
- display: inline;
- font-size: 15px;
- }
- .gk-list li .simple-icon {
- font-size: 14px;
- padding-right: 4px;
- text-shadow: 0 0 0;
- }
- .gk-list li.no-border {
- border: none;
- }
- .features-right-grid {
- padding-top: 30px;
- padding-left: 40px;
- }
- .text-right .features-grid {
- padding: 0 30px 10px 30px;
- }
- .features-grid {
- padding: 0 40px 10px 0;
- }
- .features-grid .fa,
- .features-grid .simple-icon {
- font-size: 26px;
- padding-bottom: 10px;
- }
- .grid-title {
- font-size: 21px;
- }
- .features-line {
- border-color: #8ab3cf;
- width: 78%;
- }
- .features-right-grid .text-right .features-line {
- margin-left: 20px;
- margin-right: 20px;
- float: right;
- }
- .features-right-grid .features-line {
- margin-right: 20px;
- margin-left: -10px;
- float: left;
- }
- .gk-divider {
- border-right: 1px solid #8ab3cf;
- }
- .ipad-shot-wrapper {
- margin-top: -130px;
- margin-left: -25px;
- }
- .features-right-info {
- position: static;
- padding-left: 120px;
- }
- .gk-pointer-features.gk-right-arrow {
- left: 15%;
- top: 6%;
- }
- .title-for-features {
- color: #8ab3cf;
- font-weight: bold;
- }
- /* =========================== REVIEWS SECTION ============================== */
- .gk-pointer-features.gk-left-arrow {
- right: 25%;
- top: 10%;
- }
- .reviews-slider-section {
- padding: 90px 0 0;
- }
- .reviews-info {
- text-align: center;
- padding: 0 70px 0 30px;
- }
- .reviews-msg {
- font-size: 17px;
- margin-bottom: 40px;
- line-height: 1.6;
- }
- .reviews-msg:before {
- content: "\e004";
- font-family: Flaticon;
- color: #CCC81E;
- font-size: 26px;
- }
- .reviews-image img {
- float: right;
- max-width: 310px;
- margin: 30px 30px 0 0;
- }
- .reviews-author:before {
- content: "";
- width: 100%;
- height: 100%;
- border: 1px solid #7f8c8d;
- border-radius: 50%;
- padding: 0 7px;
- font-size: 10px;
- }
- .reviews-author {
- font-size: 21px;
- }
- .reviews-author .author-sub {
- font-size: 17px;
- }
- .author-margin {
- margin: 45px 0 0;
- }
- .info-margin {
- margin: 35px 0 0;
- }
- .reviews-indicators {
- position: absolute;
- bottom: 0;
- right: 14%;
- }
- .reviews-indicators .fa {
- font-size: 26px;
- }
- .reviews-indicators .fa:hover {
- opacity: 0.7;
- }
- .main-reviews-image {
- padding-bottom: 90px;
- }
- .gk-slide-left,
- .gk-slide-right {
- padding: 0 10px;
- }
- /* =========================== SERVICES SECTION ============================== */
- .awesome-container {
- padding-top: 100px;
- max-width: 1320px;
- }
- .awesome-services {
- background: none repeat scroll 0 0 #fff;
- border: 1px solid #397ed1;
- border-radius: 12px;
- max-width: 312px;
- margin: 0 auto;
- padding: 40px 35px;
- }
- .awesome-services .simple-icon {
- font-size: 32px;
- padding-bottom: 30px;
- display: block;
- }
- .awesome-services h3 {
- font-size: 21px;
- margin-top: 0;
- margin-bottom: 25px;
- }
- .awesome-services .big-text {
- font-size: 17px;
- line-height: 27px;
- margin-bottom: 18px;
- }
- .gk-app-left-down-arrow {
- left: 31%;
- top: 84%;
- }
- /* =========================== SCREENSHOT SECTION ============================== */
- .app-left-info {
- padding-top: 70px;
- }
- .owl-controls {
- text-align: right;
- padding: 20px 20px 0 0;
- max-width: 1200px;
- margin: 0 auto;
- }
- .owl-controls .owl-buttons div {
- display: inline-block;
- }
- .owl-controls .owl-buttons .fa {
- padding: 0 10px;
- font-size: 26px;
- }
- .owl-controls .owl-buttons .fa:hover {
- opacity: 0.7;
- }
- .owl-controls .owl-buttons .owl-prev {
- left: 0;
- position: absolute;
- top: 50%;
- }
- .owl-controls .owl-buttons .owl-next {
- position: absolute;
- right: 0;
- top: 50%;
- }
- .app-carousel-slider {
- padding: 15px 0 0;
- }
- .screen-item img {
- border-radius: 12px;
- -moz-border-radius: 12px;
- -webkit-border-radius: 12px;
- -o-border-radius: 12px;
- -ms-border-radius: 12px;
- margin: 0 auto;
- }
- .app-container {
- max-width: 1320px;
- }
- .title-for-portfolio {
- color: #fff;
- }
- /* =========================== PRICING SECTION =========================== */
- .pricing-container {
- max-width: 1320px;
- padding-top: 90px;
- }
- .pricing-box {
- max-width: 315px;
- margin: 0 auto;
- }
- .pricing-title {
- background: none repeat scroll 0 0 #1a2836;
- border-radius: 10px 10px 10px 10px;
- padding: 20px 0;
- }
- .pricing-title h3 {
- font-size: 21px;
- }
- .pricing-box .symbol {
- font-size: 21px;
- vertical-align: top;
- line-height: 50px;
- padding-right: 8px;
- }
- .pricing-box .price h6 {
- font-size: 90px;
- line-height: 90px;
- padding-left: 20px;
- margin-top: 15px;
- margin-bottom: 20px;
- }
- .price .per-month {
- font-size: 17px;
- line-height: 20px;
- }
- .pricing-box ul {
- background: none repeat scroll 0 0 #fff;
- border: 1px solid #8ea8c1;
- border-radius: 0 0 10px 10px;
- padding: 40px;
- width: 100%;
- }
- .pricing-box ul li {
- line-height: 24px;
- }
- .Sale-in {
- color: #d31c1c;
- font-size: 35px;
- }
- .Price {
- text-decoration: line-through;
- color: #3a425d;
- font-size: 32px;
- }
- .titles-for-all-blocks {
- color: #a5b4cf;
- }
- /* =========================== DEMO SECTION ============================== */
- .video-bg {
- background: url(../images/video-bg.png) center center no-repeat;
- background-size: cover;
- padding-top: 60px;
- padding-bottom: 60px;
- position: relative;
- height: 510px;
- margin-top: 70px;
- border: 2px solid rgba(0, 0, 0, 0.5);
- border-radius: 6px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- -o-border-radius: 6px;
- -ms-border-radius: 6px;
- }
- #video_container {
- height: 510px;
- }
- .mb_YTVPBar .ytpicon {
- border-width: 12px;
- border-radius: 50%;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- -o-border-radius: 50%;
- -ms-border-radius: 50%;
- font-size: 90px;
- line-height: 105px;
- }
- .mb_YTVPBar span {
- height: 128px;
- width: 128px;
- }
- .gk-pointer-features.gk-down-arrow {
- top: 64%;
- right: 20%;
- }
- /* =========================== DOWNLOAD SECTION ============================== */
- .download-right-info {
- padding: 0 0 30px;
- }
- .download-button {
- margin: 25% 0 15%;
- padding-top: 30px;
- text-align: center;
- }
- .gk-download-btn {
- font-family: 'Open Sans', sans-serif;
- font-size: 13px;
- font-weight: 700;
- padding: 12px 16px;
- text-transform: uppercase;
- width: auto;
- }
- .gk-download-btn .fa {
- padding-right: 10px;
- font-size: 17px;
- }
- .gk-download-pointer.gk-up-right-arrow {
- top: 100%;
- left: 50%;
- }
- .download-section .gk-input-submit.submit {
- padding-top: 20px;
- }
- .subscribe-form {
- padding-top: 20px;
- }
- .subscribe-form .form-group.gk-email {
- max-width: 415px;
- margin: 0 auto;
- }
- .has-error .help-block {
- margin: 0;
- }
- .download-section .gk-contact-form .form-control {
- border-bottom: 1px solid #7f8c8d;
- color: #7f8c8d;
- }
- .download-section .gk-contact-form .form-control::-moz-placeholder {
- color: #7f8c8d;
- }
- .download-section .gk-contact-form .form-control:-ms-input-placeholder {
- color: #7f8c8d;
- }
- .download-section .gk-contact-form .form-control::-webkit-input-placeholder {
- color: #7f8c8d;
- }
- .download-section .gk-submit {
- border: 1px solid #7f8c8d;
- color: #7f8c8d;
- }
- .download-section .gk-submit:hover {
- color: #fff;
- background: #7f8c8d;
- }
- /* =========================== CONTACT US SECTION ============================== */
- .gk-contact-form {
- padding-top: 40px;
- }
- .gk-contact-form .form-control {
- background: none;
- box-shadow: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- -o-box-shadow: none;
- -ms-box-shadow: none;
- resize: none;
- border: none;
- border-bottom: 1px solid #fff;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- -o-border-radius: 0px;
- -ms-border-radius: 0px;
- color: #fff;
- text-transform: uppercase;
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-size: 17px;
- padding-left: 0;
- }
- .gk-contact-form .form-control::-moz-placeholder {
- color: #fff;
- text-transform: uppercase;
- }
- .gk-contact-form .form-control:-ms-input-placeholder {
- color: #fff;
- text-transform: uppercase;
- }
- .gk-contact-form .form-control::-webkit-input-placeholder {
- color: #fff;
- text-transform: uppercase;
- }
- .gk-contact-form .form-group {
- margin-bottom: 30px;
- }
- .gk-textarea-message .form-control {
- background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-size: 100% 100%, 100% 100%, 100% 61px;
- line-height: 61px;
- border: none;
- }
- .gk-submit {
- background: none;
- border: 1px solid #fff;
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-size: 13px;
- text-transform: uppercase;
- color: #fff;
- padding: 12px 40px;
- }
- .contact-section .gk-submit:hover {
- background-color: #fff;
- color: #CDC81E;
- }
- .gk-contact-form .has-error .form-control {
- border-color: #a94442;
- }
- .gk-contact-form .has-error .form-control:focus,
- .gk-contact-form .has-success .form-control:focus {
- box-shadow: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- -o-box-shadow: none;
- -ms-box-shadow: none;
- }
- .gk-contact-form .has-success .form-control:focus {
- border-color: #fff;
- }
- .gk-textarea-message .form-control-feedback {
- line-height: 61px;
- height: 61px;
- }
- .has-error .gk-textarea-message .form-control {
- background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- }
- .gk-form-message {
- text-align: center;
- color: #FFFFFF;
- font-size: 15px;
- font-weight: 700;
- padding-top: 10px;
- display: none;
- }
- .gk-form-message-subscribe {
- color: #fff;
- }
- .gk-form-message .glyphicon {
- padding-right: 8px;
- }
- .gk-contact-pointer {
- padding: 170px 0 0;
- margin-left: -70px;
- }
- .gk-contact-pointer img {
- margin: 0 auto;
- }
- .gk-contact-form {
- padding-top: 120px;
- }
- .contact-info {
- padding-top: 140px;
- font-size: 17px;
- }
- .contact-row {
- margin-bottom: 15px;
- }
- .contact-row p {
- margin-bottom: 5px;
- }
- .contact-info .simple-icon {
- font-size: 20px;
- text-shadow: 0 0 0;
- }
- /* =========================== FOOTER SECTION ============================== */
- .footer-bg {
- background: #141414;
- color: #7f8c8d;
- padding: 10px 0;
- }
- .footer-bg p {
- margin: 0;
- }
- .footer-social-icon {
- display: inline-block;
- margin: 0 0 0 20px;
- }
- .footer-social-icon a {
- background: #CCC81E;
- color: #121413;
- border-radius: 100%;
- font-size: 12px;
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 0 3px;
- }
- .footer-social-icon .fa {
- width: 18px;
- height: 18px;
- display: block;
- line-height: 18px;
- }
- .name-logo {
- display: flex;
- padding: 0;
- margin: 0;
- font-weight: bold;
- color: #00ACEE;
- }
|