@charset "utf-8";

/*

Copyright (c) 2017
[Master Stylesheet]
Template Name :  HomeSecurity-Multipurpose Landing Page-UiSumo
Version    : 1.0
Author     : UISuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/


/*---------------------------------------------
Table of Contents
-----------------------------------------------
Genaral Styling
Typography
Buttons & Links
Form Styling
Navigation
Header content
Top bar 
Header content
gallery
contact-us
OUR OWN PRODUCTS
our Patients Say
Case Photos
top-stories
Footer
Back to top

----------------------------------------

[Major Colors]
ff5a00 ~Orange
8e44ad ~Violet
4494ec ~Blue
666666 ~Black


[Typography]
font-family: 'Poppins', sans-serif;
 font-family: 'Raleway', sans-serif;

----------------------------------------
*/

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    overflow-x: hidden;
}


/*font*/


/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700|Raleway:400,500');*/


/*font*/


/*Genaral Styling*/

.custom-pad {
    padding: 150px 0;
}

.comman-ptop {
    padding-top: 60px;
}


/* ----------------------------------
Typography
---------------------------------- */

.main-heading {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.heading {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.sub-heading {
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}


/* ----------------------------------
Buttons & Links
---------------------------------- */

.btn {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 13px;
    border-radius: 0;
    font-weight: 700;
    padding: 10px 35px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.btn:hover {
    -webkit-box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
}

a.btn.btn-feature {
    background: #2ec0f1;
    color: #ffffff;
    padding: 18px 54px;
    border-radius: 25px;
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}

a.btn.btn-free {
    padding: 18px 68px;
}

a.btn.btn-go {
    border: 1px solid #fff;
    background: #fff;
    color: #2ec0f1;
    padding: 18px 33px;
    margin-left: 15px;
    border-radius: 25px;
}

a.btn.btn-demo {
    background: transparent;
    border: 1px solid #7c7c7c;
    color: #f1f1f1;
    -webkit-transition: all 0.3s ease;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 35px;
}

a.btn.btn-demo:hover {
    -webkit-box-shadow: 0 0px 0px 1px rgb(46, 192, 241);
    box-shadow: 0 0px 0px 1px rgb(46, 192, 241);
}


/* Links */

ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0px;
}

@media(max-width:572px) {
    .btn {
        width: 100%;
    }
    /*contact*/
    .dr-contact .heading,
    .dr-contact .text-right {
        text-align: center !important;
    }
}


/* ----------------------------------
Form styling
---------------------------------- */

.form-control {
    height: 56px;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 700;
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border: none;
    border-radius: 30px !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15, -webkit-box-shadow ease-in-out .15;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #87d2da;
}

input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.2) !important;
    font-size: 14px;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(17, 17, 17, 0.2) !important;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(17, 17, 17, 0.2) !important;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.2) !important;
    font-size: 14px;
}

.demo input::-webkit-input-placeholder {
    color: #7c7c7c !important;
    font-size: 14px;
}

.demo input:-moz-placeholder {
    /* Firefox 18- */
    color: #7c7c7c !important;
    font-size: 12px;
    font-weight: 400;
}

.demo input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7c7c7c !important;
    font-size: 12px;
    font-weight: 400;
}

.demo input:-ms-input-placeholder {
    color: #7c7c7c !important;
    font-size: 12px;
    font-weight: 400;
}

@media(min-width:991px) {
    .hidden-lg {
        display: none;
    }
}

@media(max-width:991px) {
    .hidden-md {
        display: none;
    }
}


/* ----------------------------------
Navigation
---------------------------------- */

.hs-navbar {
    padding: 35px 0;
    background-color: #2ec0f1;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ----------------------------------
Header content
---------------------------------- */

.hs-background {
    /*
    background-image: url('../images/bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -20px;
*/
    background-image: url('../images/bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: -20px;
}

.header-content {
    padding: 150px 0;
    margin-bottom: 200px;
}

.header-content p {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    line-height: 24px;
}

p.hs-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: lowercase;
    text-align: right;
}


/*form*/

.hs-search {
    position: absolute;
    right: 30px;
    top: 22px;
    font-size: 18px;
    z-index: 6;
}


/* ----------------------------------
hs-feature
---------------------------------- */

.hs-sercurityfeature {
    background-color: #f5f6f8;
}

.hs-feature {
    padding: 120px 50px;
}

.hs-feature h2 {
    margin-bottom: 30px;
    line-height: 42px;
    font-weight: 700;
}

.hs-ficon img {
    margin: 0 auto;
}

.hs-ficon {
    text-align: center;
    background: #f5f6f8;
    margin-bottom: 2px;
    padding: 109px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hs-ficon:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}


/* ----------------------------------
Service for free
---------------------------------- */

.service p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
}

.service h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


/* ----------------------------------
safe-city
---------------------------------- */

.hs-con.text-center {
    padding: 190px 0;
    text-align: -webkit-center;
}

.hs-clipbg {
    background-color: #2ec0f1;
}

.hs-clipbg {
    background-image: url('../images/clip-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hs-scity h2 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px;
}

.hs-scity p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 60px;
}


/*select*/

.selectdiv:after {
    content: '>';
    font: 17px "Consolas", monospace;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 214px;
    top: 18px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 24px;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    max-width: 344px;
    height: 56px;
    /* margin: 5px 0px; */
    padding: 0 132px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.75;
    color: #fff;
    background-color: #2ec0f1;
    background-image: none;
    border: 2px solid #ffffff;
    -ms-word-break: normal;
    word-break: normal;
    outline: none;
    width: 100%;
    border-radius: 30px;
}

.selectdiv.s-lock select {
    max-width: 274px;
    padding: 0 50px;
}

.selectdiv.s-own select {
    max-width: 174px;
    height: 56px;
    /* margin: 5px 0px; */
    padding: 0 65px;
}

.selectdiv.s-own::after {
    right: 41px;
    top: 16px;
}

span.r-arrow {
    margin-left: 10px;
}


/* ----------------------------------
Happy CLients Reviews about us
---------------------------------- */

.service.review {
    text-align: center;
}

.client-text {
    margin-top: 30px;
}

.cilent-msg {
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 40px;
    background: #2ec0f1;
    margin-top: 30px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
}

.cilent-img {
    margin-left: 270px;
}

.cilent-msg p {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
}

.arrow-down {
    width: 0;
    height: 0;
    bottom: 105px;
    /* background: #fff; */
    left: 310px;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2ec0f1;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev {
    position: absolute;
    left: 4%;
    top: 55%;
}

.owl-next {
    position: absolute;
    right: 4%;
    top: 55%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.owl-prev,
.owl-next:focus {
    outline: none;
    border: none;
}


/* ----------------------------------
Interactive Product Demos
---------------------------------- */

select.s-con.s-own {
    /* width: 100px; */
    padding: 10px 20px;
}

select.s-con.s-lock {
    padding: 10px 35px;
}

.selectdiv.s-lock:after {
    right: 43px;
    top: 13px;
}

label.s-l {
    padding-top: 18px;
    color: white;
    font-size: 14px;
}

label.s-l.s-in {
    margin: 0 20px;
}


/* ----------------------------------
quetions and faq's
---------------------------------- */

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0;
}

.panel-default>.panel-heading {
    color: #000000;
    background-color: whitesmoke;
    border-color: whitesmoke;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    background-color: #f5f5f5;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding: 30px;
    text-decoration: none;
    border-radius: 0;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    -webkit-box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #2ec0f1;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding: 60px;
    font-size: 13px;
    font-weight: 400;
    background: #f5f6f8;
    font-family: 'Raleway', sans-serif;
    -webkit-box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

span.pan-icon {
    margin: 15px;
    font-size: 16px;
}

.hs-quetion {
    margin-top: 30px;
}


/* ----------------------------------
news
---------------------------------- */

.hs-news {
    background: #f5f5f5;
}


/*card*/

.news-card {
    max-width: 360px;
    margin: 0 auto;
}

.card-img img {
    margin-bottom: 40px;
}

.card-body.card-content {
    padding: 15px;
    /* margin: 15px; */
    background: #f5f5f5;
    margin-top: -44px;
    z-index: 1;
    position: relative;
}

.news-card:hover {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

ul.card-list li {
    position: relative;
}

ul.card-list li+li:before {
    position: absolute;
    content: '|';
    left: -8px;
}

ul.card-list li a {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

li.admin-color a {
    color: #2ec0f1 !important;
}

.card-text p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
}

ul.card-list li {
    display: inline;
    margin: 3px;
    margin-right: 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-body.card-content h4 {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.profile-news {
    padding-top: 60px;
}


/* ----------------------------------
Find home security companies in your area
---------------------------------- */

.hs-pic img {
    margin: 0 auto;
}


/* ----------------------------------
top-Footer
---------------------------------- */

.top-footer {
    background-color: #333333;
}

.row.hs-topics {
    margin-bottom: 100px;
    margin-top: 130px;
}


/*about-us*/

ul.socialmedia-icons li {
    display: inline-block;
    /* padding: 8px 15px; */
    border-radius: 10px;
    width: 40px;
    padding: 9px 9px;
    margin-right: 6px;
    height: 40px;
    border: 1px solid #474747;
    background: #474747;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.socialmedia-icons li a {
    font-size: 16px;
    color: white;
}

ul.socialmedia-icons li:hover {
    -webkit-box-shadow: 0 0px 1px 2px rgb(46, 192, 241);
    box-shadow: 0 0px 1px 2px rgb(46, 192, 241);
}

ul.socialmedia-icons li:hover a {
    color: #2ec0f1;
}

h5.hs-ftext {
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}

h5.hs-ftext::after {
    position: absolute;
    content: '';
    height: 2px;
    /* bottom: -17px; */
    /* margin: 0 auto; */
    left: 18px;
    top: 40px;
    right: 0;
    width: 20%;
    background: #2ec0f1;
    -webkit-transition: .5s;
    transition: .5s;
}

.fhs-aboutus p {
    color: #a2a2a2;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}


/*about-us*/


/*services*/

ul.services-list li {
    padding: 10px 0px;
}

ul.services-list li a {
    font-size: 13px;
    color: #d0d0d0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.services-list li a:hover {
    color: #2ec0f1;
}

.input-group-addon {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.fa-caret-right {
    color: #f9fbfd;
    margin: 0px 3px;
}


/*Demo's*/

input.form-control.user {
    border-radius: 0 !important;
    margin-bottom: 10px;
    padding: 0 50px;
    height: 40px;
    width: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #7c7c7c;
}

span.input-group-addon.user {
    color: #7c7c7c;
    /* border-bottom: 1px solid #7c7c7c; */
    padding: 0px;
    position: absolute;
    top: 14px;
}


/* ----------------------------------
bottom-Footer
---------------------------------- */

.copy p {
    color: #a0a0a0;
    font-size: 14px;
    margin-top: 25px;
}

.bottom-footer {
    background: #1b1b1b;
    padding: 5px 0;
}

span.clr-security {
    color: #2ec0f1;
}


/* ----------------------------------
Back to top
---------------------------------- */


/* ----------------------------------
Back to top
---------------------------------- */

.back-to-top {
    position: fixed;
    display: none;
    background: rgb(216, 224, 224);
    color: #2ec0f1;
    padding: 7px 13px 11px 12px;
    /* padding: 19px 12px 24px 12px; */
    font-size: 16px;
    /* border-radius: 50%; */
    right: 15px;
    bottom: 15px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.back-to-top span {
    padding: 0;
    color: #fff;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    padding: 10px 18px;
    font-size: 26px;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.back-to-top:hover,
.back-to-top:focus {
    background: #fff;
    outline: none;
    -webkit-box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.06);
}

.back-to-top:hover span,
.back-to-top:focus span {
    font-size: 40px;
    color: #e74c3c;
    font-weight: 900;
}


/*preloader*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: none;
    background: #F1F2F2 url(../images/Home-Sec-Preloader.gif) no-repeat center center;
}


/* ----------------------------------
media quries
---------------------------------- */

@media (max-width:1200px) {
    .hs-ficon {
        text-align: center;
        background: #f5f6f8;
        margin-bottom: 2px;
        padding: 55px 55px;
        /* margin-top: 10px; */
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .hs-feature {
        padding: 60px 0;
    }
}

@media(max-width:991px) {
    .header-content {
        padding: 0;
    }
    .hs-feature {
        margin-bottom: 30px;
        /* text-align: center; */
    }
    label.s-l {
        margin-bottom: 20px;
    }
    select.s-con {
        margin-bottom: 20px;
    }
    a.btn.btn-go {
        margin-bottom: 30px;
    }
    .owl-prev {
        position: absolute;
        left: -12%;
        top: 55%;
    }
    .owl-next {
        position: absolute;
        left: 735px;
        top: 55%;
    }
    .news-card {
        margin-bottom: 30px;
    }
    .hs-search {
        top: 15px;
    }
    .form-control {
        height: 50px;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        background: white;
    }
    .navbar-brand {
        float: left;
        height: 0;
        padding: 10px 10px;
    }
    .selectdiv.s-own select {
        padding: 0 37px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-content {
        padding: 0;
    }
    .main-heading {
        color: #ffffff;
        font-size: 30px;
    }
    .h-icon {
        text-align: center;
    }
    .custom-pad {
        padding: 50px 0;
    }
    a.btn.btn-feature.btn-free {
        padding: 16px 30px;
    }
    .hs-con.text-center {
        padding: 110px 0;
        text-align: -webkit-center;
    }
    .navbar-brand {
        float: left;
        height: 0;
        padding: 10px 10px;
    }
    .heading {
        font-size: 25px;
    }
    .selectdiv.s-lock select {
    max-width: 284px;
    padding: 6px;
}
}

@media(max-width:767px) {
    div#navbar {
        margin-top: 48px;
    }
    .top-footer {
        text-align: center;
    }
    h5.hs-ftext::after {
        left: 300px;
    }
    form.contact-form {
        text-align: -webkit-center;
    }
    h5.sub-heading.hs-ftext {
        margin-bottom: 40px;
    }
    h1.main-heading {
        font-size: 30px;
    }
    .h-icon {
        text-align: center;
    }
    .custom-pad {
        padding: 50px 0;
    }
    .hs-feature {
        text-align: center;
    }
    .service h2,
    p {
        text-align: center;
    }
    .hs-btn-free {
        text-align: center;
    }
    h2.heading {
            font-size: 26px;
    }
    .hs-con.text-center {
            padding: 40px 0;
        text-align: -webkit-center;
    }
    a.btn.btn-go {
        margin: 0;
    }
    .custom-pad {
        padding: 40px 0;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        background: white;
    }
    .navbar-brand {
        float: left;
        height: 0 !important;
        padding: 10px 10px !important;
    }
    select.s-con {
        padding: 10px 60px;
        border: none;
        outline: none;
        border-radius: 25px;
        background: #2ec0f1;
        color: #fff;
        margin: 0 10px;
        text-transform: uppercase;
        border: 2px solid #fff;
    }
    .cilent-img {
        margin: 0;
    }
    .hs-navbar ul {
        padding: 8px 0;
    }
    
    .selectdiv.s-own {
        margin-bottom: 20px;
    }
    .selectdiv.s-own::after {
        right: 68px;
        top: 16px;
    }
    h1.main-heading {
        font-size: 30px;
        line-height: 36px;
    }
    br {
        display: none;
    }
    .hs-ficon {
    text-align: center;
    background: #f5f6f8;
    margin-bottom: 2px;
    padding: 30px;
    max-width: 50%;
        margin-bottom: 30px !important;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .sub-heading {
    color: #000000;
    font-size: 18px;
    }
    .row.hs-topics {
    margin-bottom: 30px;
    margin-top: 60px;
}
    ul.services-list {
    text-align: left;
    margin-left: 275px;
}
}

@media(max-width:480px) {
    .header-content.text-right {
        padding: 100px 0;
    }
    h1.main-heading {
        font-size: 28px;
        line-height: 40px;
    }
    h2.heading {
        font-size: 20px;
    }
    .service p {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        font-family: 'Raleway', sans-serif;
    }
    .cilent-msg {
        padding: 11px;
    }
    .arrow-down {
        left: 41px;
    }
    .cilent-img {
        margin: 0;
    }
    select.s-con.s-own {
        /* width: 100px; */
        padding: 10px 20px;
        margin-bottom: 30px;
    }
    .hs-con.text-center {
          padding: 30px 0;
        text-align: -webkit-center;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 18px;
    }
    .custom-pad {
        padding: 50px 0;
    }
    .row.hs-topics {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .hs-scity p {
        font-size: 14px;
        color: #ffffff;
    }
    .selectdiv:after {
        content: '>';
        font: 17px "Consolas", monospace;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 136px;
        top: 56px;
        color: #fff;
        font-weight: 600;
        position: absolute;
        font-size: 24px;
        pointer-events: none;
    }
   
    h5.hs-ftext::after {
        display: none;
    }
    br {
        display: none;
    }
    
    ul.services-list {
    text-align: left;
    margin: 0;
   
}
.selectdiv:after {
    content: '>';
    font: 17px "Consolas", monospace;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 80px;
    top: 50px;
}

a.btn.btn-go {
    margin: 0;
    margin-top: 20px;
}
}

@media (max-width:320px) {
    .header-content {
    padding: 40px 0;
}
    a.btn.btn-go {
    margin-top: 30px;
}
    h1.main-heading {
        font-size: 20px;
        line-height: 38px;
    }
    .hs-feature {
        text-align: center;
        padding: 40px 0;
    }
    p.hs-p {
        font-size: 14px;
    }
    h2.heading {
        font-size: 18px;
    }
    .service p {
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        font-family: 'Raleway', sans-serif;
    }
    .hs-scity p {
        font-size: 12px;
        color: #ffffff;
    }
    select.s-con {
        margin-bottom: 20px;
    }
    select.s-con {
        margin-bottom: 20px;
    }
    .cilent-msg {
        border: 1px solid #ddd;
        padding: 10px;
    }
    .cilent-msg {
        border: 1px solid #ddd;
        padding: 10px;
    }
    ul.socialmedia-icons li {
        display: inline-block;
        padding: 10px 10px;
    }
    .custom-pad {
        padding: 40px 0;
    }
    h5.hs-ftext::after {
        display: none;
    }
    .hs-ficon {
        text-align: center;
        background: #f5f6f8;
        margin-bottom: 2px;
        padding: 24px;
        /* margin-top: 10px; */
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .selectdiv select {
        padding: 0 80px;
    }
    .selectdiv:after {
        right: 71px;
    }
    .selectdiv.s-lock::after {
        right: 53px;
        top: 57px;
    }
    br {
        display: none;
    }
}