yzt
2023-07-04 af539e4c71facfcff5076c54850c55cf6cf4fe00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/*
    ===============================
            @Import Function
    ===============================
*/
/*
    ===============================
            @Import Mixins
    ===============================
*/
body {
  max-width: 100%;
  margin: 0; }
 
/*      Map     */
#basic_map1 {
  width: 100%;
  height: 757px; }
 
/*  Contact Section Header     */
.cu-contact-section {
  position: relative;
  padding: 0;
  background-color: #c2d5ff; }
  .cu-contact-section .cu-section-header {
    position: absolute;
    background: #3b3f5c;
    z-index: 1;
    width: 100%;
    padding: 15px 34px;
    color: #fff;
    background-color: rgba(14, 23, 38, 0.23); }
    .cu-contact-section .cu-section-header h4 {
      color: #fff;
      font-size: 34px;
      font-weight: 600;
      letter-spacing: 3px; }
    .cu-contact-section .cu-section-header p {
      color: #fff;
      font-size: 16px;
      letter-spacing: 1px; }
  .cu-contact-section .contact-form {
    position: absolute;
    top: 0;
    right: 58px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    height: -moz-max-content;
    height: -webkit-fit-content;
    z-index: 2; }
    .cu-contact-section .contact-form form {
      background: #0e1726;
      padding: 25px 35px;
      border-radius: 10px;
      margin-top: 24px;
      margin-bottom: 24px;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
      .cu-contact-section .contact-form form .input-fields {
        position: relative; }
        .cu-contact-section .contact-form form .input-fields svg {
          position: absolute;
          top: 11px;
          color: #009688;
          width: 20px;
          left: 25px; }
          .cu-contact-section .contact-form form .input-fields svg.feather-mail {
            left: 12px;
            top: 7px; }
      .cu-contact-section .contact-form form h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #bfc9d4; }
      .cu-contact-section .contact-form form input {
        padding: 8px 5px 8px 40px;
        background-color: transparent;
        font-weight: 600; }
        .cu-contact-section .contact-form form input::-webkit-input-placeholder, .cu-contact-section .contact-form form input::-ms-input-placeholder, .cu-contact-section .contact-form form input::-moz-placeholder {
          color: #d3d3d3;
          font-size: 14px; }
        .cu-contact-section .contact-form form input:focus {
          background-color: #0e1726;
          border-color: #3b3f5c; }
  .cu-contact-section .n-chk {
    display: inline-block; }
  .cu-contact-section .form-group textarea {
    padding: 8px 5px 8px 43px;
    background-color: transparent;
    margin-top: 15px;
    resize: none; }
    .cu-contact-section .form-group textarea::-webkit-input-placeholder, .cu-contact-section .form-group textarea::-ms-input-placeholder, .cu-contact-section .form-group textarea::-moz-placeholder {
      color: #d3d3d3;
      font-size: 14px; }
    .cu-contact-section .form-group textarea:focus {
      background-color: #0e1726;
      border-color: #3b3f5c; }
    .cu-contact-section .form-group textarea:-ms-input-placeholder {
      color: #7b8489; }
  .cu-contact-section form button {
    border: none;
    padding: 15px 25px;
    display: block;
    width: 100%; }
 
/*  Contact Content     */
.new-control.new-radio.radio-success > input:checked ~ span.new-control-indicator {
  background: #009688 !important; }
 
@media (max-width: 991px) {
  .cu-contact-section .cu-section-header {
    display: none; }
  .cu-contact-section .contact-form {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0; }
    .cu-contact-section .contact-form form {
      max-width: 530px;
      margin: 0 auto;
      width: 100%;
      border-radius: 0; } }
 
@media (max-width: 991px) {
  body {
    background: #fff; }
  #basic_map1 {
    display: none; } }
 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cu-contact-section .contact-form form {
    min-width: 530px;
    width: 100%; } }