Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0909bb40de | ||
|
|
be0550239e | ||
|
|
30764cfafc | ||
|
|
5e2272eb03 | ||
|
|
a9aeff0438 | ||
|
|
b793eb5ebe | ||
|
|
c2838cfcbe | ||
|
|
e8e711d665 | ||
|
|
0ed9e90b7d | ||
|
|
d7601552e0 | ||
|
|
9bb4aed8a7 |
164
css/style.css
164
css/style.css
@@ -63,6 +63,9 @@ ul,p{
|
|||||||
.space100{
|
.space100{
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
.space150 {
|
||||||
|
margin-top: 150px;
|
||||||
|
}
|
||||||
.space200{
|
.space200{
|
||||||
margin-top: 200px;
|
margin-top: 200px;
|
||||||
}
|
}
|
||||||
@@ -77,34 +80,46 @@ ul,p{
|
|||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
}
|
}
|
||||||
.navbar-default {
|
.navbar-default {
|
||||||
background-color: #fff;
|
background-color: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
padding: 24px 0 16px;
|
padding: 24px 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav>li>a {
|
.navbar-default .navbar-nav>li>a {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
padding: 0px 15px !important;
|
padding: 0px 15px !important;
|
||||||
letter-spacing: 1.2px;
|
letter-spacing: 1.2px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.second .navbar-default .navbar-nav>li>a {
|
||||||
|
color: #26245f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav>li>a.contact-large {
|
.navbar-default .navbar-nav>li>a.contact-large {
|
||||||
padding-top: 5px !important;
|
padding: 10px !important;
|
||||||
|
/* padding-top: 5px !important;
|
||||||
padding-bottom: 5px !important;
|
padding-bottom: 5px !important;
|
||||||
padding-left: 20px !important;
|
padding-left: 30px !important;
|
||||||
padding-right: 20px !important;
|
padding-right: 30px !important;*/
|
||||||
|
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #367edd;
|
border: 2px solid #fff;
|
||||||
border: 2px solid #367edd;
|
/*border-radius: 20px;*/
|
||||||
border-radius: 20px;
|
}
|
||||||
|
|
||||||
|
|
||||||
|
body.second .navbar-default .navbar-nav>li>a.contact-large {
|
||||||
|
border: 2px solid #26245f;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
|
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
|
||||||
/*color: #fff;*/
|
color: #fff;
|
||||||
background-color: transparent;
|
/*background-color: transparent;*/
|
||||||
}
|
}
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
padding: 7px 15px;
|
padding: 7px 15px;
|
||||||
@@ -151,7 +166,12 @@ ul,p{
|
|||||||
-moz-transition: .25s ease-in-out;
|
-moz-transition: .25s ease-in-out;
|
||||||
-o-transition: .25s ease-in-out;
|
-o-transition: .25s ease-in-out;
|
||||||
transition: .25s ease-in-out;
|
transition: .25s ease-in-out;
|
||||||
|
/*background-color: #777;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
body.second #nav-icon3 span {
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
|
|
||||||
}
|
}
|
||||||
#nav-icon3 span:nth-child(1) {
|
#nav-icon3 span:nth-child(1) {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
@@ -191,16 +211,20 @@ ul,p{
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.flexed {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
/*============================================================*/
|
/*============================================================*/
|
||||||
.banner{
|
.banner{
|
||||||
background:url(../img/banner.png)no-repeat;
|
background:url(../img/banner3.png)no-repeat;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
.banner h1 {
|
.banner h1 {
|
||||||
font-size: 64px;
|
font-size: 84px;
|
||||||
font-weight:200;
|
font-weight:200;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -238,6 +262,13 @@ ul,p{
|
|||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
}
|
}
|
||||||
|
.med-title2 {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
color: #26245F;
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight:400;
|
||||||
|
}
|
||||||
.tag-line {
|
.tag-line {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #26245F;
|
color: #26245F;
|
||||||
@@ -285,9 +316,9 @@ ul,p{
|
|||||||
left: 50px;
|
left: 50px;
|
||||||
}
|
}
|
||||||
.details{
|
.details{
|
||||||
font-size: 24px;
|
font-size: 18px;
|
||||||
color: #27255e;;
|
color: #27255e;;
|
||||||
font-weight: 200;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.number-bg {
|
.number-bg {
|
||||||
@@ -295,23 +326,31 @@ ul,p{
|
|||||||
background-size: 70px;
|
background-size: 70px;
|
||||||
background-position: 0 18%;
|
background-position: 0 18%;
|
||||||
/*padding: 130px 0 0 48px;*/
|
/*padding: 130px 0 0 48px;*/
|
||||||
padding: 100px 0 0 48px;
|
/*padding: 100px 0 0 48px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.numb-one {
|
.numb-one {
|
||||||
background: url(../img/one.svg)no-repeat !important;
|
/*background: url(../img/one.svg)no-repeat !important;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.numb-two{
|
.numb-two{
|
||||||
background: url(../img/two.svg)no-repeat !important;
|
/*background: url(../img/two.svg)no-repeat !important;*/
|
||||||
}
|
}
|
||||||
.numb-third{
|
.numb-third{
|
||||||
background: url(../img/third.svg)no-repeat !important;
|
/*background: url(../img/third.svg)no-repeat !important;*/
|
||||||
}
|
}
|
||||||
|
/*========================expertise================================*/
|
||||||
|
|
||||||
|
.expertise {
|
||||||
|
/*background-color: #f6f7fe;*/
|
||||||
|
padding: 150px 0;
|
||||||
|
background-color: #f6f7fe
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*========================how-we-work================================*/
|
/*========================how-we-work================================*/
|
||||||
.how-we-work{
|
.how-we-work{
|
||||||
background-color: #F6F7FE;
|
/*background-color: #F6F7FE;*/
|
||||||
padding: 150px 0;
|
padding: 150px 0;
|
||||||
}
|
}
|
||||||
.border-box {
|
.border-box {
|
||||||
@@ -390,11 +429,12 @@ ul,p{
|
|||||||
}
|
}
|
||||||
/*======================form-section=======================*/
|
/*======================form-section=======================*/
|
||||||
.form-section{
|
.form-section{
|
||||||
background:#DEEDFF url(../img/form-banner.png)no-repeat;
|
/*background:#DEEDFF url(../img/form-banner.png)no-repeat;*/
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: table;
|
display: table;
|
||||||
background-size: cover;
|
/*background-size: cover;*/
|
||||||
|
background-color: #f6f7fe;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-section .form-control {
|
.form-section .form-control {
|
||||||
@@ -494,10 +534,11 @@ footer ul li a:hover{
|
|||||||
|
|
||||||
body.second .navbar
|
body.second .navbar
|
||||||
{
|
{
|
||||||
/*background: #656bfd !important;*/
|
background: #fff !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);
|
||||||
/*transition: all 0.3s ease-in-out;*/
|
/*transition: all 0.3s ease-in-out;*/
|
||||||
}
|
}
|
||||||
.owl-page.active{
|
.owl-page.active{
|
||||||
@@ -526,7 +567,7 @@ body.second .navbar
|
|||||||
|
|
||||||
.full-width-img {
|
.full-width-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 450px;
|
/*max-height: 450px;*/
|
||||||
}
|
}
|
||||||
/*==============Chnages(03-Oct)===============================*/
|
/*==============Chnages(03-Oct)===============================*/
|
||||||
footer .back-to-top{
|
footer .back-to-top{
|
||||||
@@ -615,17 +656,33 @@ footer .back-to-top{
|
|||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img-centered-block {
|
||||||
|
text-align: center;
|
||||||
|
fill: #367edd;
|
||||||
|
padding: 50px;
|
||||||
|
margin: auto 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-highlight {
|
||||||
|
/*background-color: #deedff;*/
|
||||||
|
/*padding: 5px;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.around-svg {
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
/*========================Media Query================================*/
|
/*========================Media Query================================*/
|
||||||
@media(max-width: 1199px){
|
@media(max-width: 1199px){
|
||||||
.details {
|
.details {
|
||||||
font-size: 26px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.med-title {
|
.med-title {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
.tag-line {
|
.tag-line {
|
||||||
font-size: 24px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
.border-box {
|
.border-box {
|
||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
@@ -638,11 +695,14 @@ footer .back-to-top{
|
|||||||
padding: 70px 0 0 18px;
|
padding: 70px 0 0 18px;
|
||||||
}
|
}
|
||||||
.details {
|
.details {
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.med-title {
|
.med-title {
|
||||||
font-size: 30px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
.med-title2 {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
.form-section {
|
.form-section {
|
||||||
height: 70%;
|
height: 70%;
|
||||||
}
|
}
|
||||||
@@ -824,6 +884,7 @@ footer .back-to-top{
|
|||||||
.product-hint {
|
.product-hint {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#myCarousel .hint {
|
#myCarousel .hint {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -842,13 +903,18 @@ footer .back-to-top{
|
|||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
.med-title {
|
.med-title {
|
||||||
font-size: 23px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
.details {
|
.details {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.details2 {
|
||||||
|
font-size: 16px;
|
||||||
|
/*text-align: center;*/
|
||||||
}
|
}
|
||||||
.tag-line{
|
.tag-line{
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.what-we-do,.how-we-work {
|
.what-we-do,.how-we-work {
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
@@ -868,7 +934,6 @@ footer .back-to-top{
|
|||||||
}
|
}
|
||||||
.navbar-default .navbar-nav>li>a {
|
.navbar-default .navbar-nav>li>a {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-family: 'Helvetica-Regular';
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
@@ -922,6 +987,44 @@ footer .back-to-top{
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexed {
|
||||||
|
/*flex-direction: column-reverse;*/
|
||||||
|
flex-wrap: wrap-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flexed2 {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.med-title2 {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
.img-centered-block {
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.around-svg {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.space150 {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.space90 {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.expertise {
|
||||||
|
padding: 50px 0;
|
||||||
|
}
|
||||||
|
body.second .navbar-default .navbar-nav>li>a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -963,4 +1066,3 @@ and (max-device-width : 568px)
|
|||||||
and (orientation : landscape) {
|
and (orientation : landscape) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
dist/all.css
vendored
2
dist/all.css
vendored
File diff suppressed because one or more lines are too long
10
dist/all.js
vendored
10
dist/all.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/img/banner3.png
vendored
Normal file
BIN
dist/img/banner3.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 740 KiB |
BIN
dist/img/logo_white.png
vendored
Normal file
BIN
dist/img/logo_white.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
24
dist/img/logo_white.svg
vendored
Normal file
24
dist/img/logo_white.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.4 KiB |
1150
dist/index.html
vendored
1150
dist/index.html
vendored
File diff suppressed because it is too large
Load Diff
BIN
img/banner3.png
Normal file
BIN
img/banner3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 740 KiB |
24
img/logo_white.svg
Normal file
24
img/logo_white.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.4 KiB |
1150
index.html
1150
index.html
File diff suppressed because it is too large
Load Diff
@@ -3,8 +3,12 @@ $('a.nav-link').click(function(e) {
|
|||||||
var target = $($(this).attr("href"));
|
var target = $($(this).attr("href"));
|
||||||
var marginTop = parseInt(target.css('paddingTop'), 10);
|
var marginTop = parseInt(target.css('paddingTop'), 10);
|
||||||
if (target.attr('id') === 'second') {
|
if (target.attr('id') === 'second') {
|
||||||
marginTop = -5;
|
marginTop = -10;
|
||||||
}
|
}
|
||||||
|
if (target.attr('id') === 'expertise') {
|
||||||
|
marginTop = 70;
|
||||||
|
}
|
||||||
|
|
||||||
$('html, body').animate({
|
$('html, body').animate({
|
||||||
scrollTop: target.offset().top - marginTop
|
scrollTop: target.offset().top - marginTop
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
3317
package-lock.json
generated
Normal file
3317
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user