File size: 2,947 Bytes
19968fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
@media (max-width: 1260px) {
    .slider_section .box {
        flex-direction: column;
    }

    .slider_section .box .detail-box h1 {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
        text-align: center;
        justify-content: center;
    }

    .slider_section .box .detail-box h1 span {
        margin-right: 12px;
    }

    .help_section .detail-box {
        padding: 0;
    }

    .slider_section .box .detail-box .btn-box {
        margin-top: 15px;
    }
}

@media (max-width: 1120px) {}

@media (max-width: 991px) {
    .hero_area {
        height: auto;
        background-size: cover;
        flex-direction: column;
    }

    .header_section {
        padding: 0 25px;

    }

    .slider_section .navbar-brand {
        display: none;
    }

    .header_section .navbar-brand {
        display: flex;
    }

    .custom_nav-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .custom_nav-container .name_style {
        display: none;
    }

    .user_option {
        flex-direction: row;
    }

    .user_option .nav_search-btn {
        margin: 0;
        margin-right: 15px;
    }

    .custom_menu-btn button {
        margin: 15px 0;
    }

    .menu_btn-style {

        position: fixed;
        left: 22px;
        top: 4px;

    }

    .feature_section {
        flex-direction: column;
        padding-top: 45px;
    }

    .feature_section .carousel_btn-box {
        margin: 0;
    }

    .about_section .img-box .stripe_design {
        width: 15px;
    }

    .news_section .detail_container .detail-box {
        padding: 25px;
    }

    .news_section .img-box {
        margin: 0;
        margin-top: 45px;
    }

    .client_section .owl-carousel {
        padding: 0;
    }

    .client_section .owl-carousel .owl-nav button {
        position: unset;
        transform: none;
        margin: 0 10px;
    }

}

@media (max-width: 768px) {

    .about_section .detail-box,
    .help_section .detail-box,
    .contact_section .form_container {
        margin-bottom: 45px;
    }

    .info_section .row>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info_section .row>div:not(:nth-last-child(1)) {
        margin-bottom: 45px;
    }

    .info_section .info_links {
        flex-direction: column;
        align-items: center;
    }

    .about_section .img-box .stripe_design {
        width: 25px;
    }
}

@media (max-width: 576px) {
    .about_section .img-box .stripe_design {
        width: 20px;
    }

    .news_section .detail_container .detail-box .news_social {
        padding: 15px 0;
    }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 360px) {
    .about_section .img-box .stripe_design {
        width: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}