/* 1. Theme default css */ @import 'varriable'; @import 'mixins.scss'; @import 'responsive'; body { font-family: $font3; font-weight: normal; font-style: normal; // position: relative; } // #cursor { // width: 25px; // height: 25px; // background: transparent; // border: 1px solid #FF4533; // position: absolute; // top: 50%; // left: 50%; // transform: translate(-50%,-50%); // border-radius: 50%; // z-index: 9; // } .img { max-width: 100%; @include transition(.3s); } a, .button { @include transition(.3s); } a:focus, .button:focus,button:focus { text-decoration: none; outline: none; } a:focus{ text-decoration: none; } a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover { text-decoration: none; } a, button { color: #1F1F1F; outline: medium none; } h1,h2,h3,h4,h5{ font-family: $font1; color: #001D38; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } a{ font-family: $font3; } input::placeholder{ font-family: $font3; } textarea::placeholder{ font-family: $font3; } ul { margin: 0px; padding: 0px; } li { list-style: none } p { font-size: 20px; color: #AAB1B7; line-height: 32px; margin-bottom: 0; font-weight: 400; margin-bottom: 0px; font-family: $font3; } label { color: #7e7e7e; cursor: pointer; font-size: 14px; font-weight: 400; } *::-moz-selection { background: #444; color: #fff; text-shadow: none; } ::-moz-selection { background: #444; color: #fff; text-shadow: none; } ::selection { background: #444; color: #fff; text-shadow: none; } *::-webkit-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } *:-ms-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } *::-ms-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } *::placeholder { color: #cccccc; font-size: 14px; opacity: 1; } h3{ font-size: 24px; } .black_bg{ background: #000000; } .mb-65{ margin-bottom: 67px; } .white-bg{ background: #ffffff; } .gray-bg{ background: #f5f5f5; } .overlay{ position: relative; z-index: 0; } .overlay::before{ position: absolute; content: ""; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,1+100 */ background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .overlay2{ position: relative; z-index: 0; } .overlay2::before{ position: absolute; content: ""; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.8+100 */ background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */ top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .overlay_03{ position: relative; z-index: 0; } .overlay_03::before{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #001D38; opacity: .6; content: ''; z-index: -1; } .bradcam_overlay{ position: relative; z-index: 0; } .bradcam_overlay::before{ position: absolute; content: ""; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */ background: -moz-linear-gradient(left, rgba(93,178,255,1) 0%, rgba(101,180,249,1) 24%, rgba(124,185,233,0) 96%, rgba(125,185,232,0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(93,178,255,1) 0%,rgba(101,180,249,1) 24%,rgba(124,185,233,0) 96%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(93,178,255,1) 0%,rgba(101,180,249,1) 24%,rgba(124,185,233,0) 96%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */ top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 1; } .section-padding{ padding-top: 120px; padding-bottom: 120px; } .pt-120{ padding-top: 120px; } /* button style */ .owl-carousel { .owl-nav div { background: transparent; height: 50px; left: 0px; // opacity: 0; position: absolute; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; // visibility: hidden; width: 50px; color: #707070; background-color: transparent; @include border-radius(50%); left: 50px; font-size: 15px; line-height: 50px; border: 1px solid #4D6174; left: 150px; color: #fff; } .owl-nav{ div{ &.owl-next{ // left: 86px; // right: auto; left: auto; right: 150px; i{ position: relative; right: 0; // top: 1px; } } &.owl-prev{ i{ position: relative; // right: 1px; top: 0px; } } } } &:hover{ .owl-nav{ div{ opacity: 1; visibility: visible; &:hover{ color: #fff; background: #001D38; border: 1px solid transparent ; } } } } } .mb-20px{ margin-bottom: 20px; } .mb-55{ margin-bottom: 55px; } .mb-75{ margin-bottom: 75px; @media #{$mobile_device} { margin-bottom: 30px; } @media #{$tablet_device} { margin-bottom: 30px; } } .mb-40{ margin-bottom: 40px; } .mb-20{ margin-bottom: 20px; } .mb-60{ margin-bottom: 50px !important; } .mb-80{ margin-bottom: 80px; } .pl-68{ padding-left: 68px; @media #{$mobile_device} { padding-left: 0; } @media #{$tablet_device} { padding-left: 0; } @media #{$mid_device} { padding-left: 10px; } } #scrollUp { position: fixed; right: 20px; bottom: 20px; background: $btn-bg; z-index: 99; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 20px; color: #fff; @include transition(.3s); @include border-radius(50%); &:hover{ bottom: 25px; } }