@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'MonaSansMedium';
    src: url('../fonts/MonaSansMedium.eot');
    src: url('../fonts/MonaSansMedium.eot') format('embedded-opentype'), url('../fonts/MonaSansMedium.woff2') format('woff2'), url('../fonts/MonaSansMedium.woff') format('woff'), url('../fonts/MonaSansMedium.ttf') format('truetype'), url('../fonts/MonaSansMedium.svg#MonaSansMedium') format('svg');
}

@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gilroy-Bold'), url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gilroy-Heavy'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gilroy-Light'), url('../fonts/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gilroy-Medium'), url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gilroy-Regular'), url('../fonts/Gilroy-Regular.woff') format('woff');
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Gilroy-Regular', sans-serif;
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    outline: none
}

body a:hover, body a:focus {
    color: initial;
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}

textarea:focus {
    outline: none
}

select:focus {
    outline: none;
}

input {
    outline: none !important
}

button, button:focus {
    outline: none
}

a img {
    border: none
}

img {
    border: 0
}

p {
    padding: 0;
    margin: 0
}

h1, h2, h3, h4, ul, p {
    padding: 0;
    margin: 0
}

textarea {
    resize: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff
}

input:-webkit-autofill {
    border: 1px solid #e4e4e5;
    -webkit-text-fill-color: rgba(49, 50, 51, 1);
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f6 inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    border: 1px solid #e4e4e5;
    -webkit-text-fill-color: rgba(49, 50, 51, 1);
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f6 inset;
    transition: background-color 5000s ease-in-out 0s;
}

input::-moz-placeholder {
    opacity: 1;
    outline: none
}

textarea::-moz-placeholder {
    opacity: 1;
    outline: none
}

header {
    z-index: 99;
    position: relative;
    background: #fff;
}

.clr {
    clear: both;
    height: 0
}

ul {
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:hover {
    text-decoration: none;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.container {
    max-width: 1230px;
}

.headinfo {
    display: flex;
}

.headinfo li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.headinfo li:last-child {
    margin: 0;
}

.headinfo li a span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    background: #253B92;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: 'Gilroy-Bold' !important;
}

p, a, li {
    font-family: 'Gilroy-Medium' !important;
}

/*.headinfo{margin:20px 0 0;}*/
.headinfo li a {
    display: inline-flex;
    align-items: center;
    align-content: center;
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin-bottom: -28px;
    background: #fff !important;
    padding: 0 0 0 40px;
    fill: #FFF;
    filter: drop-shadow(0px -6px 90px rgba(0, 0, 0, 0.10));
}

/*.navbar-expand-lg .navbar-collapse{justify-content:center;}*/
.navbar-light .navbar-nav .nav-item {
    margin: 0 40px 0 0;
}

.navbar-light .navbar-nav .nav-item:last-child {
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .current-menu-item .nav-link {
    text-decoration: underline;
    color: #253B92;
}

.navbar-light .navbar-nav .nav-link.active,

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    text-decoration: underline;
    color: #253B92;
}

.buynowbtn {
    background: #253B92;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 19px 20px;
    position: relative;
    min-width: 220px;
    text-align: center;
}

.buynowbtn img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.buynowbtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    width: 30px;
    height: 100%;
    background: #253b92;
    z-index: -1;
    transform: skewX(339deg);
}

.buynowbtn:hover, .buynowbtn:focus {
    background: #253B92;
    color: #fff;
}

.homeslider button.carousel-control-prev, .homeslider button.carousel-control-next {
    display: none;
}

.homeslider .item img {
    max-height: 730px;
    object-fit: cover;
}

/* .getInTouch_btn{border-radius:2px;background:#FFF;padding:20px 20px;color:#253B92;leading-trim:both;text-edge:cap;font-family:Gilroy-Medium;font-size:16px;font-style:normal;font-weight:400;line-height:normal;min-width:214px;display:inline-block;} */
.homeslider .item img {
    max-height: 730px;
    object-fit: cover;
}

.getInTouch_btn {
    position: relative;
    border-radius: 2px;
    background: #FFF;
    padding: 20px 30px 20px 20px;
    color: #253B92;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    min-width: 230px;
    display: inline-block;
    margin-top: 20px;
}

.getInTouch_btn:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 22px;
    width: 21px;
    height: 13px;
    background: url(../img/blurearrow.png)0 0 no-repeat;
}

.getInTouch_btn:hover, .getInTouch_btn:focus {
    background: #000;
    color: #fff;
}

.getInTouch_btn:hover::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 22px;
    width: 21px;
    height: 13px;
    background: url(../img/wharrowbtn.png) 0 0 no-repeat
}


.homeslider .carousel-caption {
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.homeslider .carousel-caption h5 {
    width: 100%;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

.homeslider .carousel-caption {
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.homeslider .carousel-caption p {
    width: 100%;
    margin: 0 0 40px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
}

.homeslider .carousel-indicators {
    bottom: 40px;
}

.homeslider .carousel-indicators button {
    border: none;
    border-radius: 60px;
    padding: 0;
    width: 17px;
    height: 17px;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.5);
}

.homeslider .carousel-indicators button:hover, .homeslider .carousel-indicators button:focus, .homeslider .carousel-indicators button.active {
    background: #fff;
}

.main_owl-carousel .owl-dots {
    text-align: center;
    bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
}

.main_owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 60px;
}


.main_owl-carousel .owl-dot:hover, .main_owl-carousel .owl-dot:focus, .main_owl-carousel .owl-dot.active {
    outline: none;
    box-shadow: none;
    background: #fff !important;
}

.main_owl-carousel .welcome_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.main_owl-carousel .welcome_content h5 {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0;
    display: block;
    width: 100%;
}

.main_owl-carousel .welcome_content p {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
    display: block;
    width: 100%;
    padding: 0 240px;
}




.clickherebtn .elementor-button-link {
    position: relative;
}

.clickherebtn .elementor-button-link:before {
    content: '';
    position: absolute;
    right: 23px;
    top: 16px;
    width: 21px;
    height: 13px;
    background: url(../img/blurearrow.png)0 0 no-repeat;
}

.clickherebtn .elementor-button-link:hover, .clickherebtn .elementor-button-link:focus {
    background: #000;
    color: #fff;
}

.clickherebtn .elementor-button-link:hover::before {
    content: '';
    position: absolute;
    right: 23px;
    top: 16px;
    width: 21px;
    height: 13px;
    background: url(../img/wharrowbtn.png) 0 0 no-repeat
}

.camerabox .elementor-widget-container {
    position: relative;
    overflow: hidden;
    display: block;
}

.camerabox .elementor-widget-container img {
    transition: all ease .3s;
}

.camerabox .elementor-widget-container:hover img {
    transition: all ease .3s;
    transform: scale(1.2);
}

.mainheading h2.elementor-heading-title {
    background: url(../img/camicon.png)center bottom no-repeat;
    padding: 0 0 50px;
}

.whheading h2.elementor-heading-title {
    background: url(../img/camiconwh.png)center bottom no-repeat;
    padding: 0 0 50px;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 12px;
    border-width: 1px !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

footer {
    background: #fff;
    margin: 100px 0 0;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 0 0;
}

.footaddress {
    margin-top: -10px;
}

.footaddress h2 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 10px;
}

.footaddress ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.footlink h2 {
    color: #1A1A1A;
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px;
}

.footlink ul li {
    margin: 0 0 3px;
}

.footlink ul li a {
    color: #666;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.footlink ul li a:hover, .footlink ul li a:focus {
    color: #253b92;
}

.connectus h2 {
    margin: 0 0 20px;
    color: #1A1A1A;
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.connectus ul li {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    color: #7A7A7A;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.connectus ul li a {
    display: block;
    word-wrap: break-word;
    color: #7A7A7A;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*.connectus ul li a svg{display:inline-block;margin:0 8px 0 0;width:30px;height:20px;}*/
.connectus ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
}

.footlast {
    padding: 15px 0;
    background: #253B92;
    text-align: center;
    color: #B3B3B3;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 50px 0 0;
}

/* Contact Page B */
.contactus_sec .elementor-container.elementor-column-gap-default {
    align-items: center;
}

.custom_form .form-control {
    border: 1px solid #E6E6E6;
    background: #FFF;
    height: 48px;
    color: #999;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    outline: none;
    box-shadow: none !important;
}

.custom_form .form-control::placeholder {
    color: #999;
}

.custom_form p {
    margin: 0;
}

.custom_form .form-row:not(:last-child) {
    margin-bottom: 20px;
}

.custom_form .form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.custom_form .col {
    padding-left: 10px;
    padding-right: 10px;
}

.custom_form span.wpcf7-list-item {
    margin-left: 0;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.custom_form .wpcf7-submit {
    border-radius: 2px;
    background: #253B92;
    border: none;
    color: #FFF;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 47px;
    display: table;
    margin: auto;
}



span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    padding-left: 10px;
    line-height: 16px;
    font-size: 13px;
}

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
    margin-top: 3px;
}

.contactus_sec p, .contactus_sec h3, .contactus_sec h2 {
    font-family: 'Gilroy-Medium' !important;
}

.wpcf7-spinner {
    margin: 10px auto 0;
    display: none;
}

form.submitting .wpcf7-spinner {
    display: table;
}

.contactus_sec p:last-child {
    margin: 0;
}

.custom_form .wpcf7-submit:hover {
    background: #000;
    color: #fff;
}

.left_background_img {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 41% !important;
    height: calc(100% - 40px) !important;
}

.vacancies_sec {
    position: relative;
}

.vacancies_sec .elementor-container, .vacancies_sec .elementor-container>.elementor-column:first-child, .vacancies_sec .elementor-container>.elementor-column:first-child>div {
    position: static !important;
}

.left_background_img img {
    width: 100%;
    object-fit: cover;
}

.left_background_img * {
    height: 100% !important;
}

.custom_check_list li {
    padding-left: 30px;
    background: url(../img/material-symbols_check.png) no-repeat left 4px;
}

.custom_check_list li:not(:last-child) {
    margin-bottom: 7px;
}

/* end */
.testimaonial_owl-carousel p.test_content {
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-MediumItalic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    text-transform: capitalize;
}

.test_rating {
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    margin: 0 0 20px;
}

.test_rating img {
    max-width: 100%;
    width: auto !Important;
}

.testimonial_box h2 {
    margin: 0 0 0;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 127.273% */
    text-transform: capitalize;
}

.testimonial_box h3 {
    margin: 0 0 0;
    color: #F0F0F0;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 186.667% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/*our client*/
.clientbox {
    height: 250px;
}

.clientsimg img {
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
}

button.form-control.add_endorsement_btn, button.form-control.add_reference_btn {
    background: #E6E6E6;
    display: block;
    width: 100%;
    color: #808080;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.add_endorsement_btn:after, .add_reference_btn:after {
    content: '\2193';
    font-size: 15px;
    color: #253b92;
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 15px;
}

button.form-control.add_endorsement_btn:hover,
button.form-control.add_endorsement_btn:focus,
button.form-control.add_reference_btn:hover,
button.form-control.add_reference_btn:focus {
    background: #E6E6E6;
    outline: none;
}

.endorsement-toggle, .reference-toggle {
    display: none;
}

.vac_toggle_wrap {
    margin-bottom: 20px;
}

.getintouchbtnblue a.elementor-button {
    position: relative;
}

.getintouchbtnblue a.elementor-button:after {
    content: '';
    background: url(../img/wharrow.png)0 0 no-repeat;
    width: 21px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.getintouchbtnblue a.elementor-button:hover, .getintouchbtnblue a.elementor-button:focus {
    background-color: #000 !important;
}



/* Service */

.servibanner {
    text-align: center;
    position: relative;
}

.servibanner img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.explorecctvsec {
    padding: 10px 0 80px;
}

.servicebannercnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.servicebannercnt h2 {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

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

.cctvsystemLeft {
    width: 50%;
    padding: 0 60px 0 0;
    color: #666;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.cctvsystemLeft h2 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px;
}

.cctvsystemLeft p {
    color: #666;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.cctvoption {
    margin: 30px 0 0;
}

.cctvoption h3 {
    margin: 0 0 10px;
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cctvoption ul {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.cctvoption ul li {
    display: inline-block;
    width: 50%;
    color: #666;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    position: relative;
    padding: 0 0 10px 30px;
}

.cctvoption ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 17px;
    height: 13px;
    background: url(../img/bluecheck.png)0 0 no-repeat;
    margin: 0 0 20px;
}

h2.serviceheading {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    background: url(../img/camicon.png)center bottom no-repeat;
    padding: 0 0 50px;
    margin: 0 0 40px;
}

.cctvsystemSec {
    padding: 70px 0;
}


.servicelink {
    text-align: center;
    margin: 0 0 40px !important;
    justify-content: center;
}

.servicelink li {
    display: inline-block;
    margin: 0 10px 10px;
}

.servicelink li button {
    display: block;
    border: 1px solid #253B92;
    padding: 13px 25px;
    color: #253B92;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0 !important;
}

.servicelink li button.active, .servicelink li button:hover, .servicelink li button:focus {
    background: #253B92 !important;
    color: #fff !important;
    outline: none;
    box-shadow: none;
}


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

.digitalcctvimg {
    width: 50%;
}

.digitalcnt {
    width: 50%;
    padding: 0 0 0 30px;
}

.digitalcnt h2 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px;
}

.digitalcnt p {
    color: #666;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}


.interestforcctv {
    padding: 50px 0;
    background: #253B92;
}

.interestheading {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 0 50px;
    padding: 0 0 50px;
    background: url(../img/camerawhicon.png)center bottom no-repeat;
}



.interestforcctv ul {
    text-align: center;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

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

.interestforcctv ul li {
    display: inline-block;
    margin: 0 10px 20px;
}

.interestforcctv ul li a {
    position: relative;
    display: block;
    background: #2B45AB;
    padding: 12px 20px 12px 70px;
    position: relative;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.interestforcctv ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 50px;
    background: url(../img/globicon.png)0 0 no-repeat;
}


.interestforcctv ul li a:hover, .interestforcctv ul li a:focus {
    background: #3551c1;
    color: #fff;
}

.cctvsolution {
    padding: 70px 0;
}

.cctvsolution h2 {
    color: #1A1A1A;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-SemiBold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 0 10px;
}

.cctvsolution p {
    color: #666;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    text-align: center;
    padding: 0 260px;
}

.getintouch {
    text-align: center;
    margin: 30px 0 0;
}

.getintouch a {
    position: relative;
    display: inline-block;
    padding: 15px 50px 15px 30px;
    border-radius: 2px;
    background: #253B92;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.getintouch a:after {
    width: 21px;
    height: 13px;
    content: '';
    position: absolute;
    right: 18px;
    top: 17px;
    background: url(../img/wharrow.png) 0 0 no-repeat;
}

.getintouch a:hover, .getintouch a:focus {
    background: #000;
    color: #fff;
}

.getintouchabtbtn .elementor-button {
    position: relative;
}

.getintouchabtbtn .elementor-button:after {
    width: 21px;
    height: 13px;
    content: '';
    position: absolute;
    right: 18px;
    top: 20px;
    background: url(../img/wharrow.png) 0 0 no-repeat;
}

.services_tabs_slider {
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.1);
}

.services_tabs_slider li.item a {
    padding: 30px 10px;
    display: block;
    color: #4D4D4D;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gilroy-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-top: 5px solid transparent;
}

.services_tabs_slider .owl-item li.item.active a {
    color: #253B92;
    border-top: 5px solid #253B92;
}

/* about */

.countplus .elementor-counter-number:before {
    content: '+';
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: -22px;
    top: 10px;
}

.countplus .elementor-counter-number {
    position: relative;
}

.custom_form .col.nameTitle {
    flex: inherit;
    min-width: 100px;
    width: 100px;
}

.vac_toggle_wrap .form-row {
    flex-wrap: wrap;
}

.vac_toggle_wrap .form-row .col {
    width: 100%;
    flex: inherit;
    margin-top: 10px;
}

.endorsement-toggle.vac_toggle_wrap {
    margin-bottom: 0;
}

.test_rating img {
    display: inline-block;
    margin: 0 3px;
}

.errorpage {
    padding: 20px 15px 70px;
    text-align: center;
}

.errorpage h2 {
    color: #253B92;
    font-family: "Marcellus", Sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin: 40px 0 30px;
}

.goback {
    display: inline-block;
    margin: 30px 0 0;
    background: #253B92;
    border: none;
    padding: 13px 10px;
    min-width: 220px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.goback:hover, .goback:focus {
    background: #000;
    color: #fff;
}

/*Responsive*/
@media (max-width:1399px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width:1199px) {
    .navbar-light .navbar-nav .nav-item {
        margin: 0 40px 0 0;
    }

    .container {
        max-width: 960px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    .headinfo li a span {
        width: 40px;
        height: 40px;
    }

    .headinfo li a span svg {
        width: 18px;
        height: 18px;
    }

    .main_owl-carousel .welcome_content h5 {
        font-size: 34px;
    }

    .main_owl-carousel .welcome_content p {
        font-size: 21px;
        padding: 0;
    }

    .services_tabs_slider li.item a {
        font-size: 16px;
    }

    .cctvsystemLeft {
        padding: 0 30px 0 0;
    }

    .cctvoption h3 {
        font-size: 21px;
    }

    .cctvoption ul {
        flex-wrap: wrap;
    }

    .cctvoption ul li {
        width: 100%;
        padding-bottom: 3px;
        font-size: 15px;
    }

    .cctvsolution p {
        padding: 0 70px;
    }

    .cctvsystemLeft h2 {
        font-size: 26px;
    }

    .cctvsystemLeft {
        font-size: 15px;
        line-height: 24px;
    }

    h2.serviceheading {
        font-size: 26px;
    }

    .interestheading {
        font-size: 26px;
    }

    .cctvsolution h2 {
        font-size: 26px;
    }
}

@media (max-width:1133px) {
    .quotebimg {
        bottom: 0px !important;
    }

}


@media (max-width:991px) {
    .logo img {
        max-width: 150px;
    }

    .homeslider .item img {
        height: 440px;
    }

    .main_owl-carousel .welcome_content h5 {
        font-size: 25px;
    }

    .main_owl-carousel .welcome_content p {
        margin: 0;
        font-size: 14px;
        padding: 0;
        line-height: 20px;
    }

    .getInTouch_btn {
        padding: 15px 40px 15px 10px;
        min-width: 170px;
    }

    .getInTouch_btn:before {
        right: 15px;
        top: 16px;
    }

    .getInTouch_btn:hover::before {
        right: 15px;
        top: 16px;
    }

    .main_owl-carousel .owl-dots {
        display: none;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 5px;
    }

    .navbar-light .navbar-toggler {
        background: #253B92;
        margin-top: 15px;
    }

    .navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus {
        background: #253B92;
        outline: none;
    }

    .navbar-light .navbar-toggler-icon {
        background: url(../img/toggle.svg) center center no-repeat;
    }

    .navbar-collapse {
        position: absolute;
        top: 69px;
        left: 0;
        background: #fff;
        min-width: 250px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        z-index: 9;
    }

    .navbar-light .navbar-nav .nav-item {
        margin: 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px;
    }

    .navbar-light .navbar-nav .current-menu-item .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        background: #253b92;
        color: #fff;
        text-decoration: none;
    }

    .oursocialft {
        display: inline-block;
        vertical-align: middle;
        margin-left: auto;
    }

    .footaddress {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin: 0 0 30px;
    }

    /* service */
    .cctvsystem {
        flex-wrap: wrap;
    }

    .cctvsystemLeft {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #ccc;
        margin: 0 0 30px;
    }

    .cctvsystemRt img {
        width: 100%;
        object-fit: cover;
    }

    .cctvsystemRt {
        width: 100%;
    }

    .servicelink li {
        margin: 0 3px 6px;
    }

    .servicelink li button {
        padding: 8px 12px;
        font-size: 15px;
    }

    .digitalcctv {
        flex-wrap: wrap;
    }

    .digitalcctvimg {
        width: 100%;
        margin: 0 0 10px;
    }

    .digitalcnt {
        width: 100%;
        padding: 0 0 0;
    }

    .digitalcctvimg img {
        width: 100%;
        object-fit: cover;
    }

    .cctvsolution {
        padding: 40px 0 10px;
    }
}

@media (max-width:767px) {
    .logo img {
        max-width: 120px;
    }

    .navbar-collapse {
        top: 57px;
    }

    .navbar-light .navbar-toggler {
        background: #253B92;
        margin-top: 5px;
    }

    .main_owl-carousel .welcome_content h5 {
        font-size: 20px;
    }

    .camerabox .elementor-widget-container:hover img {
        transform: inherit;
    }

    .homeslider .item img {
        height: 320px;
    }

    .headinfo li a {
        font-size: 15px;
    }

    .headinfo li a span {
        width: 30px;
        height: 30px;
    }

    .headinfo li a span svg {
        width: 15px;
        height: 15px;
    }

    .testimaonial_owl-carousel p.test_content {
        font-size: 13px;
        line-height: 18px;
    }

    .testimonial_box h2 {
        font-size: 17px;
    }

    .testimonial_box h3 {
        font-size: 15px;
    }

    .custom_form .col {
        width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: inherit;
        -ms-flex-positive: 1;
        margin-bottom: 10px;
    }

    .custom_form .form-row:not(:last-child) {
        margin-bottom: 0;
    }

    .clientbox {
        height: auto;
    }

    .clientlogos .elementor-column.elementor-col-25 {
        width: 50%;
        height: 150px;
    }

    .aboutimg img {
        width: 100%;
        object-fit: cover;
    }

    .quotebimg {
        position: inherit !important;
    }

    .workusimg img {
        width: 100%;
        object-fit: cover;
    }

    .ourservicebox .elementor-column.elementor-col-25 {
        width: 50%;
        padding: 0 5px;
        min-height: 200px;
    }

    .quotebimg .elementor-widget-container img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    .elementor-widget-image a {
        width: 100%;
    }

    .camerabox .elementor-widget-container img {
        width: 100%;
    }

    .footlink {
        border-bottom: 1px solid #f2f2f2;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }

    .buynowbtn {
        min-width: 180px;
        padding: 13px 10px;
        font-size: 15px;
    }

    .footlast {
        font-size: 14px;
    }

    /* our client */
    .servicebannercnt h2 {
        font-size: 28px;
    }

    .servibanner img {
        height: 330px;
    }

    .cctvsystemSec {
        padding: 40px 0;
    }

    .cctvsystemLeft h2 {
        font-size: 22px;
    }

    .cctvsystemLeft {
        font-size: 14px;
    }

    .cctvoption h3 {
        font-size: 19px;
    }

    h2.serviceheading {
        font-size: 20px;
    }

    .digitalcnt h2 {
        font-size: 20px;
        margin: 0 0 6px;
    }

    .interestheading {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .interestforcctv ul li {
        margin: 0 3px 6px 3px;
    }

    .cctvsolution h2 {
        font-size: 21px;
    }

    .cctvsolution p {
        padding: 0;
        font-size: 16px;
        line-height: 26px;
    }

    .servicelink li {
        width: 48%;
        margin: 0 1% 10px;
    }

    .servicelink {
        flex-wrap: wrap;
    }

    .servicelink li button {
        margin: 0;
        width: 100%;
        font-size: 14px;
        white-space: normal;
        word-wrap: break-word;
        height: auto;
        max-height: inherit;
    }

    .services_tabs_slider li.item a {
        font-size: 14px;
        padding: 10px 3px;
    }

    .explorecctvsec {
        padding: 10px 0 10px;
    }

    footer {
        margin: 40px 0 0;
        padding: 18px 0 0;
    }

    .securefutureimg img {
        width: 100%;
        object-fit: cover;
    }

    .vacanciesimg {
        position: inherit !important;
    }

    .custom_form .col.nameTitle {
        width: 100%;
    }

    .errorpage h2 {
        font-size: 26px;
        margin: 15px 0 20px;
    }

    .digitalcnt h2 {
        margin: 0 0 5px;
    }
}

@media (max-width:575px) {
    .headinfo li {
        margin: 0 5px 0 0;
    }

    .headinfo li a span {
        margin: 0 3px 0 0;
    }

    .footlogo img {
        max-width: 150px;
    }

    .servicelink li {
        width: 48%;
        margin: 0 1% 10px;
    }

    .servicelink {
        flex-wrap: wrap;
    }

    .servicelink li button {
        margin: 0;
        width: 100%;
        font-size: 14px;
        white-space: normal;
        word-wrap: break-word;
        height: auto;
        max-height: inherit;
    }

    .interestforcctv ul li {
        margin: 0 3px 6px 3px;
    }

    .interestforcctv ul li {
        width: 100%;
        margin: 0 0 7px;
    }

    .interestforcctv ul li a {
        font-size: 15px;
        text-align: left;
        padding: 14px 6px 14px 70px;
    }
}

@media (max-width:480px) {
    header .align-items-center {
        flex-wrap: wrap;
    }

    .headinfo {
        width: 100%;
        justify-content: space-between;
        padding: 0 5px 10px;
        border-bottom: 1px solid #e8e8e8;
    }

    a.logo {
        margin: 0 auto 10px;
    }

    .headinfo li a span {
        width: 25px;
        height: 25px;
    }

    .headinfo li a {
        font-size: 13px;
    }

    .buynowbtn {
        min-width: 150px;
        font-size: 14px;
    }

    .ourservicebox .elementor-column.elementor-col-25 {
        width: 100%;
    }
}

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