diff --git a/public/css/style.css b/public/css/style.css index f653366..0299b8a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -781,7 +781,26 @@ p { padding: 60px 0; position: relative; } - +.about-us-desc{ + position: absolute; + bottom: 0; + right: 0; + width: 50%; + background: #ffffff; + padding: 40px; + float: right; +} +.about-us-desc p{ + margin-bottom: 40px; +} +.about-us-desc a{ + padding: 10px 20px; + background: #2f55d4; + color: #ffffff; + font-weight: 700; + font-size: 18px; + line-height: 24px; +} .bg-overlay { background-color: rgba(40, 44, 50, 0.7); position: absolute; @@ -1002,6 +1021,60 @@ p { font-size: 13px; } +/* contact css */ +.contact-section{ + color: #000; + overflow-x: hidden; + height: 100%; + background-repeat: no-repeat; + background-size: 100% 100% +} + +.card{ + padding: 30px 40px; + margin-top: 60px; + margin-bottom: 60px; + border: none !important; + box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2) +} +.blue-text{ + color: #00BCD4 +} +.form-control-label{ + margin-bottom: 0 +} +input, textarea, button{ + padding: 8px 15px; + border-radius: 5px !important; + margin: 5px 0px;box-sizing: border-box; + border: 1px solid #ccc; + font-size: 18px !important; + font-weight: 300 +} +input:focus, textarea:focus{ + -moz-box-shadow: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + border: 1px solid #00BCD4; + outline-width: 0;font-weight: 400 +} +.btn-block{ + text-transform: uppercase; + font-size: 15px !important; + font-weight: 400; + height: 43px; + cursor: pointer +} +.btn-block:hover{ + color: #fff !important +} +button:focus{ + -moz-box-shadow: none !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + outline-width: 0 +} + @media (max-width: 768px) { .section { padding: 60px 0; diff --git a/public/images/close-up.png b/public/images/close-up.png new file mode 100644 index 0000000..4617083 Binary files /dev/null and b/public/images/close-up.png differ diff --git a/public/images/contact-sec.png b/public/images/contact-sec.png new file mode 100644 index 0000000..3baa6f6 Binary files /dev/null and b/public/images/contact-sec.png differ diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 4b69bc3..001ee96 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -81,10 +81,8 @@ - -
+ +