* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    overflow: hidden;
}

ul, li {
    margin: 0;
    padding: 0px;
}

a, input, textarea , button, li {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-decoration: none !important;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

br {
    margin: 0;
    width: 0;
}

:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    color: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000;
}

li {
    list-style: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

html {
    overflow-x: hidden;
}

h1 {
    font-weight: 700;
    font-size: 63px;
    line-height: 1.2;
    text-transform: capitalize;
}

h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
    color: #000;
}

h4 {
    font-size: 30px;
    font-weight: 700;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.clear {
    clear: both;
}

.container-fluid, .container,.n_p,.nopad {
    padding: 0px;
}

.container-fluid.menu.stick {
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.header_area {
    width: 100%;
    float: left;
    clear: both;
    top: 0;
    z-index: 999999;
    background: #fff;
    padding: 15px 0px;
}

.logo {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

.logo a {
    display: inline-block;
    position: relative;
}

.header_details ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_details ul li {
    display: inline-block;
}

.header_details ul li a {
    padding: 15px 20px;
    border: 1px solid #0B133C;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    background: #0B133C;
    border-radius: 8px;
    max-width: 294px;
    width: 100%;
    display: block;
}

.header_details ul li.phone a {
    color: #fff;
}

.header_details ul li a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #1DA4E5;
}

.banner_section {
    height: 830px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
}

.banner_section:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #070707;
    opacity: .59;
}

.banner_section .container {
    position: relative;
    z-index: 99;
}

.banner_content_section {
    display: flex;
    align-items: center;
}

.banner_content_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_box {
    width: 52%;
    position: relative;
}

img.Polygon {
    position: absolute;
    left: -140px;
    top: -70px;
}

img.Ellipse {
    position: absolute;
    right: -80px;
    bottom: -130px;
}

.content_box h1 {
    color: #fff;
}

.content_box p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    padding: 30px 0px 0;
}

.banner_btn a {
    transition: 0.3s;
    cursor: pointer;
    background: #0B133C;
    border-radius: 8px;
    text-align: center;
    line-height: 1.4;
    display: inline-block;
    border: 1px solid #0B133C;
    font-weight: 600;
    font-size: 24px;
    padding: 12px 30px;
    color: #FFFFFF;
}

.banner_btn a:hover {
    color: #fff;
    background: #000;
}

.form_content_box {
    display: flex;
    justify-content: flex-end;
}

.contactform {
    max-width: 446px;
    float: left;
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    padding: 25px 40px 30px;
}

.cnt_header {
    margin-bottom: 20px;
}
.contactform h2{
    margin-bottom:15px;
}
.cnt_header h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="number"], .form-group input[type="date"], .form-group select {
    height: 45px;
    color: rgb(0 0 0 / 70%);
    font-size: 14px;
    padding: 0px 15px;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 13px;
    clear: both;
    font-weight: 400;
    background: #F9F9F9;
    border: 0.5px solid #000000;
    border-radius: 8px;
}

.form-group select {
    background-image: url('../images/select.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.textarea-div {
    position: relative;
    padding: 0px;
}

.form-group textarea {
    height: 90px;
    font-size: 14px;
    padding: 12px 15px;
    width: 100%;
    background-color: #fff;
    outline: none;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    margin-bottom: 15px;
    background: #F9F9F9;
    border: 0.5px solid #000000;
    border-radius: 8px;
    resize: none;
}

.btn-default {
    width: 100%;
    margin: 10px auto;
    float: none;
    height: 49px;
    padding: 0px;
    background-color: transparent;
    border-color: transparent;
}

.smtnew {
    clear: both;
    width: 100%;
    text-align: right;
    position: relative;
}

input[type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    height: 46px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #0B133C;
    text-align: center;
    margin: auto;
    background: #0B133C;
    border-radius: 8px;
}

input[type="submit"]:hover {
    color: #fff;
    background: #000;
}

::-webkit-input-placeholder {
    color: #000;
    opacity: .7;
}

::-moz-placeholder {
    color: #000;
    opacity: .7;
}

:-ms-input-placeholder {
    color: #000;
    opacity: .7;
}

:-moz-placeholder {
    color: #000;
    opacity: .7;
}

.cnt_form.form-group label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #f00;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -5px;
}

.client-content {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 24px;
}

.client-content-text {
    display: flex;
    align-items: center;
    width: 28%;
}

.client-content-box {
    width: 72%;
}

.container-fluid.content_section {
    padding: 60px 0px 100px;
    position: relative;
}

img.mobile {
    display: none;
}

.video_overlay_button {
    position: absolute;
    top: -35px;
    margin: auto;
    text-align: center;
    left: 240px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 220px;
}

.video-url {
    display: none;
}

button.playbutton::after {
    content: "";
    background-image: url('../images/video_icon.png');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
    cursor: pointer;
}

button.playbutton:hover::after {
    background-image: url('../images/video_icon_h.png');
}

.video_item {
    position: relative;
}

.video_overlay_button a {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100%;
    outline: none;
    background-repeat: no-repeat;
}

button.playbutton {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

.htmlfix {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999998;
    text-align: center;
    position: fixed;
    background: rgb(231 168 13 / 0.7);
    text-align: center;
}

.popupvideo {
    position: absolute;
    width: 75%;
    overflow: hidden;
    height: 75%;
    margin: 0px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.closemebtn {
    width: 27px;
    height: 26px;
    background-color: #e7a80d;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.popupvideo i {
    color: #fff;
    position: relative;
    top: 2px;
}

.closemebtn:hover {
    background: #fff;
}

.popupvideo .closemebtn:hover i {
    color: #e7a80d;
}

.c_image {
    /* height: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    Z-INDEX: 9;
    padding: 0px 0px;
}
.c_image img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

.c_image:after {
    content: '';
    position: absolute;
    left: -13px;
    top: -15px;
    width: 100%;
    height: 100%;
    background: #0B133C;
}
.c_image img{
    position: relative;
    z-index:9;
}
.content_image {
    position: relative;
}

.content_wrp h2 {
    padding-bottom: 5px;
}

.content_wrp p {
    padding: 10px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

.content_wrp {
    padding-left: 40px;
}

.content_wrp .banner_btn {
    margin-top: 20px;
}

.container-fluid.service_section {
    padding: 110px 0px 0px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    clear: both;
}
.container-fluid.service_section:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background-image: url('../images/after_img.png');
    background-repeat:no-repeat;
    background-position: center 90%;
}
.inner_service_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 18px 0px;
    padding-right: 26%;
}

.inner_service_content p i.fa {
    margin-right: 10px;
}

.inner_service_content p a {
    color: #000000;
}

.inner_service_content p a:hover {
    color: #1DA4E5;
}
.inner_service_content p b{
    font-size:18px;
    font-weight: 600;
}
.service_items {
    width: 100%;
}

.service_content {
    position: relative;
}

.inner_service_content h4 {
    color: #000;
    position: relative;
    z-index: 9;
    font-size: 21px;
    transition: 0.4s;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.inner_service_content .banner_btn {
    padding-top: 21px;
}

.inner_service_content .banner_btn a {
    max-width: 198px;
    width: 100%;
    line-height: 1.6;
    background: #0B133C;
    border-radius: 8px;
    border: none;
    height: auto;
}

.inner_service_content .banner_btn a:hover {
    background: #000;
}

.inner_service_content h3 {
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.service_section .inner_service_content img.dot_line {
    margin: 20px 0 40px;
}

.services_content {
    padding-top: 80px;
    position: relative;
    z-index: 9;
}
.container-fluid.services_list {
    padding: 90px 0px;
    position: relative;
}

.services_box {
    width: 100%;
}

.services_box ul li {
    display: inline-block;
    text-align: center;
    padding: 0px 0px;
    position: relative;
}

.services_box ul {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.services_box .icon img {
    margin: auto;
}

.services_box .icon {
    height: 102px;
    margin-bottom: 15px;
}

.services_box ul li h4 {
    color: #0B133C;
}

.container-fluid.portfolio_wrapper {
    padding: 70px 0px 0;
    position: relative;
    clear: both;
}

.gallery_images {
    margin: 0px;
    margin-top: 60px;
    width: 100%;
}

.gallery-works-images a {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.4s;
    overflow: hidden;
}

.gallery-works-images a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(197 163 82 / 75%);
    opacity: 0;
}

.gallery-works-images a:hover:after {
    opacity: 1;
}

.gallery-works-images img {
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-works-images a:hover img {
    transform: scale(1.2);
}

.gallery-works-images {
    position: relative;
    border: 2px solid #fff;
    height: 300px;
}

div#myBtnContainer {
    text-align: center;
    padding-bottom: 30px;
}

.container-fluid.portfolio_wrapper .banner_btn {
    margin-top: 25px;
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
}

.container-fluid.testimonial_wrapper {
    background-color: #F9F9F9;
    padding: 90px 0px;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
}

.t-item_wrp {
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
    background-position: center 232px;
    padding: 0px 15px;
    padding-bottom: 8px;
}

.t-item {
    background-color: #0B133C;
    display: flex;
    align-items: flex-start;
    padding: 50px 30px 40px;
}

.testimonail_w {
    padding: 0px 0px 0px 70px;
    position: relative;
}

.testimonail_w .testimonail_content {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.author_img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    border: 6px solid #000;
}

.author_details {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

p.author_name {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.t-item_wrp .t-item {
}

.testimonail_deatils {
    width: 100%;
    position: absolute;
    bottom: 38px;
}

.details {
    height: 273px;
    width: 100%;
    background-size: 100% 100%;
    padding: 60px 25px;
    margin-top: -50px;
    position: relative;
}

.details h6 {
    font-size: 24px;
    color: #000;
}

.details p {
    color: #202e31;
    font-size: 17px;
}

.team_member_d img {
    display: block;
    margin: auto;
}

.container-fluid.our_team_wrapper {
    padding: 70px 0px 0px;
}

.our_team_wrapper h2 {
    padding-bottom: 40px;
    text-align: center;
}

.container-fluid.copyright {
    background: #000;
    padding: 15px 0px;
}

.container-fluid.footer_wrp h2 {
	font-size: 30px;
    padding: 60px 44px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}

.copyright {
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
    padding: 25px 0px;
}

.copyright p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.7;
}

.copyright p a {
    color: #fff;
}

.copyright p a:hover {
    color: #0b133c;
}

.contactform.thank_you {
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.contactform.thank_you h3 {
    padding-bottom: 20px;
}

.service_bottom_btn {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_btn {
    position: relative;
    margin-right: 5%;
}

img.Vector {
    position: absolute;
    right: -58px;
    top: 44px;
}

.container-fluid.testimonial_wrapper h2 , .portfolio_wrapper h2, .service_section h2 {
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.testimonail_wrp {
    margin-top: 40px;
}

.testimonail_content p {
    text-align: left !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    height: 180px;
    overflow-y: auto;
}

.testimonial_wrapper img.dot_line, .portfolio_wrapper img.dot_line, .service_section img.dot_line {
    margin: 15px auto 0;
    display: block;
}

.testimonial_wrapper p strong {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    text-align: center;
    display: block;
    margin-top: 32px;
}

b, strong {
    font-weight: 700;
}

img.quote {
    position: absolute;
    top: -34px;
    left: 3px;
}

.t-item_wrp:nth-child(2n) {
    margin-top: 80px;
    padding: 0px 0px 0px 70px;
}

.container-fluid.footer_wrp {
    background: #1DA4E5;
}

.footer_wrp ul li a {
    border-radius: 48px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.26em;
    text-transform: capitalize;
    color: #000000;
    padding: 0px 20px 0px 40px;
    background-position: 90% center;
}

.copyright .container {
    border-top: 1px solid #fff;
    padding: 30px 0px;
    width: 100%;
}

.wpcf7-spinner {
    margin: 4px auto 0 !important;
    display: block !important;
    position: absolute;
    right: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none !important;
    clear: both;
}

.top-header {
    background-color: #0B133C;
    padding: 8px 9px;
    position: relative;
    height: 50px;
}

.top-header:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 50px;
    background-image: url('../images/black.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% 100%;
}

.top-header ul {
    width: 100%;
    position: relative;
    z-index: 9;
}

.top-header ul li {
    float: left;
    padding: 0px 14px;
    color: #fff;
    width: 50%;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.top-header ul li a {
    color: #fff;
}

.top-header ul li:last-child a:hover {
    color: #1DA4E5;
}

.top-header ul li a:hover {
    color: #1DA4E5;
}

.services_box ul li {
    display: inline-block;
    text-align: center;
    padding: 0px 0px;
    position: relative;
    width: 33.333%;
    transition: .4s;
}

.services_box ul {
    text-align: center;
    display: flex;
}

.services_box .icon img {
    margin: auto;
}

.services_box .icon {
    width: 150px;
    height: 150px;
    background-color: #0B133C;
    border-radius: 100%;
    text-align: center;
    background: #0B133C;
    border-radius: 1000px;
    display: flex;
    margin: 0 auto 30px;
    position: relative;
    z-index: 9;
    transition: all .5s ease-in-out;
}
.services_box li:hover .icon{
    background: #000;
    transform: scale(1.2);
}
.services_box ul li h4 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #000000;
    padding: 0px 25px;
}

img.Vector1 {
    position: absolute;
    right: -216px;
    top: 35px;
}

img.Vector2 {
    position: absolute;
    right: -216px;
    top: 65px;
}

img.dots {
    position: absolute;
    right: 0;
    top: 0;
    width: 275px;
}

.container-fluid.cta_wrp {
    background: #0B133C;
    padding: 38px 0px;
}

.cta_wrp h2 {
	font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.cta_wrp h2 a {
    color: #1da4e5;
}

.cta_wrp h2 a:hover {
    color: #fff;
}

.row_wrp {
    display: flex;
}

.gallery_images .row {
    margin: 0;
}

img.dots2 {
    position: absolute;
    left: 0px;
    top: -92px;
    width: 275px;
}

img.Ellipse2 {
    position: absolute;
    right: 0;
    top: -54px;
    width: 292px;
}

.service_items {
    margin-bottom: 140px;
}
.row.service_items:last-child {
    margin-bottom: 85px;
}
.item_img {
    position: relative;
    
}
.in_ser_img{
    position:relative;
    padding: 0px 30px;
}
.in_ser_img:after {
    content:'';
    position: absolute;
    width: 538px;
    height: 100%;
    left: -15px;
    top: 40px;
    background: #0B133C;
    border-radius: 8px;
}

.item_img img {
    position: relative;
    z-index: 9;
    transition: .4s;
}
.item_img:hover img {
    transform: scale(1.1);
}
.item_img.second {
    text-align: right;
}

.item_img.second:after {
    left: auto;
    right: -15px;
}
img.Ellipse3 {
    position: absolute;
    right: 0;
    bottom: -80px;
}
img.Ellipse4 {
    position: absolute;
    left: 110px;
    top: -75px;
}
.inner_content_wrp img.dot_line {
    margin: 15px 0px;
}

.inner_content_wrp b {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.container-fluid.cta2_section {
    padding: 60px 0px;
}

.cta2_section h2 {
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
	max-width: 800px;
	margin: 0 auto;
}

.cta2_section p {
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding:0px 15%
}

.cta2_section img.dot_line {
    margin: 24px auto;
    display: block;
}
.cta2_section .banner_btn a {
    max-width: 340px;
    margin: 40px auto 20px;
}
.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    display: block;
    position: absolute;
    bottom: -3px;
    font-weight: 600;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 11px;
    font-weight: 600;
}
.thankyou .contactform h2{
    margin-bottom: 20px;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
p.ser_para {
    text-align: center;
    padding-top: 20px;
}
section.intro-section {
    padding: 70px 0px;
}
.features-row {
    padding: 60px 0px 0;
    position: relative;
    justify-content: center;
}
.features-row .col-md-4{
    margin:12px 0px;
}
.features-row .blurb-box {
    padding: 40px 50px;
    text-align: center;
    background-color: #1DA4E5;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.features-row .blurb-box img {
    transition: all 0.3s ease-in-out;
}
.features-row .blurb-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: inherit;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}
.features-row>div:nth-child(2n) .blurb-box h4 {
    color: #000000;
}
.features-row>div:nth-child(2n) .blurb-box {
    background-color: #1da4e585;
}
.features-row .blurb-row {
    justify-content: center;
}
.features-row .blurb-box .image {
    width: 120px;
    height: 100px;
    margin: 0 auto 30px auto;
}
.features-row .blurb-box .image img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.features-row .blurb-box:hover, .features-row>div:nth-child(2n) .blurb-box:hover {
    background-color: #ffffff;
}
.features-row .blurb-box:hover h4 {
    color: #000000;
}
.features-row .blurb-box:hover img {
    filter: brightness(0);
}
.heading_wrp{
    text-align: center;
}
section.glass-installation-section {
    background: #fafafa;
    padding: 70px 0px;
}

.row.glass-row {
    padding-top: 40px;
}

.glass-box {
    background: #fff;
    padding: 15px 15px 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    height: 100%;
    position: relative;
}

.glass-box h4 {
    font-size: 22px;
    margin: 0;
    text-align: center;
    padding: 0px 10px;
}

.glass-box .image {
    margin-bottom: 20px;
}

.image img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.blurb-box p {
    display: none;
}

.glass-box p {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    padding: 25px;
    text-align: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}
.glass-box:hover p {
    opacity: 1;
}
.t-item img {
    width: 32%;
    display: none !important;
}

.testimonail_w img {
    width: auto !important;
    display: block !important;
}
.glass-row .slick-slide {
    padding: 10px;
}
.glass-installation-section .slick-slider {
    margin: 30px 0 0;
}
.logo img {
    width: auto;
    max-width: 190px;
    display: block;
    background: #0b133c;
    padding: 10px;
}


/*============================
    Services Dropdown
============================*/

.wpcf7 .select2-container  {
    padding-bottom: 15px;
    font-size: 14px;
	width: 100% !important;
}

.wpcf7 .select2-container:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpcf7 .select2-container .select2-selection {
    min-height: 45px;
    background-color: #F9F9F9;
}

.wpcf7 .select2-container.select2-container--open:after {
    transform: rotate(-180deg);
}

.wpcf7 .select2-container--default .select2-selection--multiple,
.wpcf7 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0.5px solid #000000;
    border-radius: 8px;
}

.wpcf7 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 15px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0B133C;
}

.ui-widget {
    font-family: 'Montserrat', sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #b18a2c;
    background: #1DA4E5;
}

span[data-name='date-98']:after {
    content: "\f073";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 12px;
    line-height: 1;
}





.faqs-section {
    padding: 60px 0px;
}

.main-accordion {
    margin-top: 30px;
}

.main-accordion .accord-item {
    cursor: pointer;
    margin: 10px 0;
}

.main-accordion .accord-item h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #F0F0F0;
    padding: 15px 60px 15px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.main-accordion .accord-item h3:before {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 30px;
    right: 20px;
    top: 10px;
    transition: all 0.3s ease-in-out;
}

.main-accordion .accord-item.active h3:before {
    transform: rotate(-180deg);
}

.main-accordion .accord-item h3:hover,
.main-accordion .accord-item.active h3 {
    color: #0943A4;
}

.main-accordion .accord-item .accord-content {
    padding: 18px 30px;
}

.main-accordion .accord-item .accord-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.banner_section .banner_btn a {
    margin-top: 30px;
    background-color: #fff;
    color: #000;
}

.banner_section .banner_btn a:hover {
    background-color: #2a2a2a;
    color: #fff;
}


.cta2_section .banner_btn,
.glass-installation-section .banner_btn {
    text-align: center;
}

.count-image {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.count-image img {
    width: 100%;
    height: 100%;
}

.count-content {
    text-align: center;
}

.count-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 15px;
}


.offer-head {
    color: #fff;
    border: 2px dashed #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}