123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- .bradcam_bg_1{
- background-image: url(../img/banner/bradcam.png);
- }
- .bradcam_bg_2{
- background-image: url(../img/banner/bradcam2.png);
- }
- .bradcam_bg_3{
- background-image: url(../img/banner/bradcam3.png);
- }
- .bradcam_bg_4{
- background-image: url(../img/banner/details.png);
- }
- .bradcam_area{
- background-size: cover;
- background-position: center center;
- padding: 237px 0 178px 0;
- background-repeat: no-repeat;
- position: relative;
- z-index: 0;
- @media #{$tablet_device} {
- padding: 120px 0;
- }
- &::before{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001d38+0,1a0d01+100&0.7+0,0.6+100 */
- background: -moz-linear-gradient(left, rgba(0,29,56,0.7) 0%, rgba(26,13,1,0.6) 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(left, rgba(0,29,56,0.7) 0%,rgba(26,13,1,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to right, rgba(0,29,56,0.7) 0%,rgba(26,13,1,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3001d38', endColorstr='#991a0d01',GradientType=1 ); /* IE6-9 */
- z-index: -1;
- content: '';
- }
- @media #{$mobile_device} {
- padding: 150px 0;
- }
- h3{
- font-size: 70px;
- color:#fff;
- font-weight: 700;
- margin-bottom: 0;
- text-transform: capitalize;
- @media #{$mobile_device} {
- font-size: 30px;
- }
- }
- p{
- font-size: 18px;
- color: #fff;
- font-weight: 400;
- text-transform: capitalize;
- a{
- color: #fff;
- &:hover{
- color: #fff;
- }
- }
- }
- .bradcam_text2{
- h3{
- font-size: 50px;
- margin-bottom: 14px;
- @media #{$mobile_device} {
- font-size: 30px;
- }
- }
- p{
- font-size: 20px;
- margin-bottom: 0;
- }
- }
- &.Extra_padding{
- padding: 399px 0;
- @media #{$mobile_device} {
- padding: 150px 0;
- }
- @media #{$tablet_device} {
- padding: 150px 0;
- }
- @media #{$mid_device} {
- padding: 150px 0;
- }
- }
- }
- .popup_box{
- background: #fff;
- display: inline-block;
- z-index: 9;
- width: 558px;
- // padding: 60px 40px;
- .boxed-btn3{
- width: 100%;
- text-transform: capitalize;
- }
- .popup_header {
- background: #F5FBFF;
- padding: 28px 0;
- display: block;
- h3{
- text-align: center;
- font-size: 20px;
- color:#2C2C2C;
- margin-bottom: 0;
- font-weight: 400;
- }
- }
- .custom_form{
- padding: 60px 68px;
- }
- input{
- width: 100%;
- height: 50px;
- border: none;
- border-bottom: 1px solid #C7C7C7;
- padding: 15px 0;
- margin-bottom: 20px;
- &::placeholder{
- color: #919191;
- font-weight: 400;
- }
- &:focus{
- outline: none;
- }
- }
- textarea{
- width: 100%;
- // height: 50px;
- border: none;
- margin-top: 112px;
- border-bottom: 1px solid #C7C7C7;
- padding: 15px 0;
- margin-bottom: 20px;
- height: 55px;
- resize: none;;
- margin-bottom: 40px;
- &::placeholder{
- color: #919191;
- font-weight: 400;
- }
- &:focus{
- outline: none;
- }
- }
- .nice-select {
- -webkit-tap-highlight-color: transparent;
- background-color: #fff;
- /* border-radius: 5px; */
- border: solid 1px #E2E2E2;
- box-sizing: border-box;
- clear: both;
- cursor: pointer;
- display: block;
- float: left;
- font-family: $font1;
- font-weight: normal;
- width: 100% !important;
- /* height: 42px; */
- line-height: 50px;
- outline: none;
- padding-left: 18px;
- padding-right: 30px;
- position: relative;
- text-align: left !important;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- white-space: nowrap;
- width: auto;
- border-radius: 0;
- margin-bottom: 30px;
- height: 50px !important;
- font-size: 16px;
- font-weight: 400;
- color: #919191;
- &::after {
- content: "\f0d7";
- display: block;
- height: 5px;
- margin-top: -5px;
- pointer-events: none;
- position: absolute;
- right: 17px;
- top: 3px;
- transition: all 0.15s ease-in-out;
- width: 5px;
- font-family: fontawesome;
- color: #919191;
- font-size: 15px;
- }
- &.open .list {
- opacity: 1;
- pointer-events: auto;
- -webkit-transform: scale(1) translateY(0);
- -ms-transform: scale(1) translateY(0);
- transform: scale(1) translateY(0);
- height: 200px;
- overflow-y: scroll;
- }
- &.list {
- height: 200px;
- overflow-y: scroll;
- }
- }
- }
- #test-form {
- display: inline-block;
- margin: auto;
- text-align: center;
- position: absolute;
- left: 50%;
- top: 50%;
- @include transform (translate(-50%,-50%));
- .mfp-close-btn-in .mfp-close {
- color: #333;
- display: none !important;
- }
- button{
- &.mfp-close{
- display: none !important;
- }
- }
- }
- .mfp-bg {
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1042;
- overflow: hidden;
- position: fixed;
- background: #000000;
- opacity: .7;
- }
|