/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p,

blockquote, pre, a, abbr, acronym, address, big,

cite, code, del, dfn, em, font, img,

ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

center, u, b, i, marquee {

	margin: 0 auto;

	padding: 0px;

	border: 0px;

	outline: 0px;
    
}

body 
{
 margin:0;
 padding:0;
 background-color:transparent;
} 

/*  ==========================================================================
		=> Global Class Declaration
==============================================================================*/
@font-face {
    font-family: 'open';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arialboldmt';
    src: url('../fonts/arialboldmt.OTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arialmt';
    src: url('../fonts/arialmt.otf');
    font-weight: normal;
    font-style: normal;
}
form{padding:0;margin:0;}
img{ border:0;}

.alignleft { margin:0; padding:0;	float: left; }

.alignright { margin:0; padding:10px 0 0 0; float: right; }

.aligncenter { margin: 27px auto 0 auto; display: block;}

::selection { background: #d9e6fb;  color: #545454; }

::-moz-selection { background: #d9e6fb;  color: #454545; }

::-webkit-selection { background:#d9e6fb; color:#454545; }

p { margin:0; padding:0 0 10px 0;  color: #000; font-family: 'open'; font-size: 15px; font-weight: normal; line-height: 20px; clear:both; }
p a{ color:#1961ab; }
p a:hover{ color:#2a2a2a;}

.gap { margin:0; padding:0; width:100%; height:10px; }
.space { margin:0; padding:0; width:100%; height:35px; }

a { text-decoration:none;  transition: color 0.3s ease-out 0s; }

#wrapper {margin:0; padding:0; width:100%; float:left; min-width:1200px;}
#site_wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1900px;
    margin: 0 auto;
    width: 100%;
}

/*--------------------------------Header Start---------------------------------*/
header {margin:0; padding:0;  float: left; width: 100%; }
#inner-banner-bg {margin:0; padding:0; float: left; width: 100%; background: url(https://ialert.com/images/branded/inside-header-bg.jpg) repeat-x; }
.top-banner-border-bg {margin:0; padding:0; float:left; width:100%;  background: url(https://ialert.com/images/branded/top-banner-border-bg.png) repeat-x; }
.inner-pages-banner-border-bg {margin:0; padding:0; float:left; width:100%;  background: url(https://ialert.com/images/branded/inside-top-banner-bg.jpg) repeat-x; }
.main-container {margin:0 auto; padding:0; width:1200px; clear:both; }
#left-logo-holder { padding:0; margin:30px 0 0 0; width:230px; float:left; transition: color 0.3s ease-out 0s;}
#right-menu-holder { padding:0; margin:0; width:970px; float:right; position: relative;}
.signup-sec{float: right; margin: 11px 0 0 0; }
.signup-button {border-top:1px solid #fff; border-bottom:1px solid #fff; padding:10px 30px; color: #fff; font-size: 16px; font-family: "ralewaybold"; float: left; 
border-radius: 0; background: #C41226; transition:all 0.6s;}
.signup-button:hover { background:#494949; color: #fff;}
.nav-position{ position: absolute;right: 0px; top: 70px;}
ul.top-nav {padding: 0; margin: 0; float: right; }
ul.top-nav li {margin: 0; padding: 0 18px;  height: 36px; line-height: 36px; font-family: "ralewaymedium"; float: left; font-size: 15px;  color: #FFFFFF; display: block; text-align: center;}
ul.top-nav li:last-child {padding: 0; }
ul.top-nav li a {color: #fff; height: 20px; line-height: 25px;}
ul.top-nav li a:hover {color: #fff; float: left; background: url(https://ialert.com/images/branded/menu_hover.png) repeat-x;  height: 36px; line-height: 36px;}
ul.top-nav li a.active {color: #fff; float: left; background: url(https://ialert.com/images/branded/menu_hover.png) repeat-x;  height: 36px; line-height: 36px; }
/*--------------------------------Header End---------------------------------*/
/*--------------------------------Content Start---------------------------------*/
article{padding: 0; margin: 0; float: left; width: 100%;}
#about-content-bg {margin:0 0 5px; padding:0; width: 100%; float: left;  background:#fff url(https://ialert.com/images/branded/about-content-bg.jpg) no-repeat center top; background-size: 100% auto; 
border-bottom: 5px solid #383339; }
h2.about-title {clear: both; padding:50px 0 0 0; margin:0; font-size: 20px; line-height:120%; color:#292929; font-family:"ralewaybold"; font-weight:normal;}
.txt-cntr {text-align: center;}
.about-row {margin: 0; padding: 0; width: 100%; float: left;}
.about-tp-l {float: left; width: 48%;}
.about-tp-r {width: 48%; float: right;}
.laptop-hdng {padding: 10px 0 0 !important;}
ul.about-list {margin: 0; padding: 30px 0 0;}
ul.about-list li {margin: 0 0 15px; padding: 0 0 0 20px; background: url("https://ialert.com/images/branded/red-bullet.png") no-repeat scroll left 7px; 
font-size: 16px; font-family: "open"; list-style: none; color: #414141;}
ul.about-list li a {color: #cc1428; text-decoration: underline;}
ul.about-list li a:hover {color: #414141; text-decoration: none; }
#about-mid {background: url("https://ialert.com/images/branded/about-mid-bg.png") no-repeat; background-size: 100% auto;
min-height: 191px; float: left; width: 100%;}
h2.mid-txt {font-size: 31px; color: #fff; font-family: "ralewaybold"; padding-top: 50px;}
#user-logo-block {width: 100%; margin: 0; padding: 30px 0; float: left;}
ul.user-logo-list {margin: 0; padding: 0;}
ul.user-logo-list li {margin: 0 9px; padding: 0; display: inline-block; font-family: "open"; font-size: 13px; 
text-align: center; font-weight: bold; color: #414141; float: left;}
.sep {width: 100%; float: left; border-bottom: 1px solid #aaa; margin: 0 0 20px; padding: 20px 0 0; }
ul.user-logo-list-bot {margin: 0; padding: 0;}
ul.user-logo-list-bot li {margin: 0 17px; padding: 0; display: inline-block; font-family: "open"; font-size: 13px; 
text-align: center; font-weight: bold; color: #414141; float: left;}
#and-block {background: #f3f3f3; padding: 20px 0; margin: 0; width: 100%; float: left;}
h1.and-txt {font-family: "open"; font-size: 25px; color: #414141;}
#about-bot {width: 100%; margin: 0; padding: 30px 0; float: left;}
.abt-img {float: left; background: #fff; padding: 5px; margin: 0 15px 0 0; box-shadow: 0 0 8px #ccc; border-radius: 50%;}
h2.testi-hdng {color: #414141; font-size: 23px; font-family: "ralewaybold"; font-style: italic;margin: 20px 0 0;}
h2.desig {color: #414141; font-size: 16px; font-family: "ralewaybold"; font-style: italic; }
p.testi-txt {font-family: "open"; font-size: 14px; color: #414141; clear: none; padding: 15px 0;}
.testi-block {width: 48%; float: left; padding: 0 2% 0 0; }
.brdr-right {border-right: 1px solid #aaa;}
h2.subscrb-txt {font-size: 20px; font-family: "ralewaybold"; color: #414141;}
.subs-block {width: 48%; float: right; margin: 20px 0 0;}
.subs-btn{ float: left; margin: 30px 0 0; padding:20px 50px; color: #fff; font-size: 20px; font-family: "ralewaybold"; float: left; 
border-radius: 0; background: #C41226; transition:all 0.6s;}
.subs-btn:hover { background:#494949; color: #fff;}
.about-border-holder{margin: 0 auto 35px auto; width: 58%; clear: both; }

/* new banner section start */

.new-banner-section {
    margin: 0 0px;
    padding: 60px 0px;
    width: 100%;
    float: left;
    margin-top: -15px;
    background: url(https://ialert.com/images/branded/new-banner-bg.webp) no-repeat center ;
    background-size: cover;
}
.padding-bottom-extra {
    padding-bottom: 200px;
}

.new-banner-section img {
    width: 100%;
    height: auto;
}
.new-banner-section .container {
    background-color: #282828;
    padding: 16px;
}
.new-banner-section .right-heading {
    font-size: 62px;
    font-family: 'arialboldmt';
    color: #fff;
    font-weight: bold;
}
.new-comn-section {
    margin: 0 auto;
    padding: 60px 0px;
    width: 100%;
    float: left;
    position: relative;
}
.bg-gray {
    background-color: #fafafa;
}
.new-comn-section .new-top {
    position: relative;
    background-color: #fff;
    padding: 28px 20px;
    margin-top: -190px;
}
.new-comn-section .container h3 {
    color: #c41226;
    font-size: 28px;
    font-weight: 700;
    font-family: 'arialboldmt';
    width: 78%;
    margin: 0px auto;
    line-height: 140% ;
}
.new-comn-section .container p {
    font-size: 17px;
    font-weight: 300;
    font-family: 'arialmt';
    color: #6d6d6d;
    line-height: 150%;
    display: block;
}
.new-comn-section .new-top p strong {
    font-family: 'arialboldmt';
    font-weight: 700;
    color: #6d6d6d;
    line-height: 130%;
    margin-bottom: 10px;
}
.new-why-card {
    background-color: #f9f9f9;
    padding: 16px 12px;
    border-radius: 4px;
    min-height: 300px;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
}
.new-why-card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.new-why-card .why-top {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: start;
}
.new-why-card:hover .why-icon  {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.new-why-card .why-icon {
    width: 90px;
    height: 90px;
    border: 2px solid #C41226;
    border-radius: 120px;
    position: relative;
    transition: 0.4s ease-in-out;
    margin: 0px;
}
.new-why-card .why-icon img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new-why-card .why-top h4 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'arialboldmt';
    color: #000;
    width: 80%;
    margin: 0px;
}
.new-why-card .why-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px;
    padding: 20px 0 0 0;
}
.new-why-card .why-content li {
    list-style: none;
    font-size: 17px;
    font-weight: 300;
    font-family: 'arialmt';
    color: #6d6d6d;
    line-height: 150%;
    margin: 0px;
}
.new-why-card .why-content li b {
    font-family: 'arialboldmt';
    font-weight: 700;
    color: #6d6d6d;
    line-height: 150%;
}
.new-comn-section h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'arialboldmt';
    color: #C41226;
}
.new-comn-section .container .l-para {
    font-size: 19px;
}
.new-contact-area form {
    width: 75%;
}
.new-contact-area form .comn-inp {
    width: 100%;
    font-size: 16px;
    font-family: 'arialmt';
    background-color: #fff;
    border: 1px solid #111111;
    color: #6d6d6d;
    outline: none;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 10px;
}
 .submit-button {
    font-size: 18px;
    padding: 14px 46px;
    margin: 0px;
    line-height: 140%;
    background-color: #cb3142;
    color: #fff;
    border: 1px solid #cb3142;
    outline: none;
    border-radius: 8px;
    margin-top: 10px;
    transition: 0.2s ease-in-out;
}
.submit-button.w-max {
    width: max-content;
    display: flex;
    margin-top: 16px;
}
.submit-button:hover {
    background-color: #fff;
    color: #cb3142;
    border: 1px solid #cb3142;
}
.new-contact-area img {
    width: 100%;
    height: auto;
}
/* new banner section end */

/*--------------------------------Content End---------------------------------*/







/*--------------------------------Footer Start---------------------------------*/
footer{ margin:0; padding:10px 0; width:100%; float:left;  background: url(https://ialert.com/images/branded/pattern.jpg) repeat;}
.footer-container{ margin:0 auto;  width:1200px; clear:both; text-align:center;}
ul.ftr-social {padding: 10px 42px 0 0; margin: 0; text-align: center; clear: both;}
ul.ftr-social li {margin: 0; padding: 0 1px; display: inline; text-align: center;}
ul.ftr-social li:hover {opacity: 0.5;}
.footer-nav-wrapper{margin:20px auto 0 auto; width: 776px; clear: both;}
.footer-nav-col-1{width: 20%; margin:0; float: left; padding: 0 25px 0 0;}
.footer-nav-col-2{width: 25%; margin:0; float: left; padding: 0 25px 0 0;}
.footer-nav-col-2:last-child{padding: 0;}
h6.footer-subtitle{font-size: 18px; line-height:22px; color:#fff; font-family:"ralewaybold"; text-align: left; font-weight:normal; }
ul.ftr-menu {padding: 10px 0 0; margin: 0; text-align: center;}
ul.ftr-menu li {margin: 0; padding: 0 0 0 18px; line-height: 21px; font-family: "ralewaymedium"; float: left; clear: both; font-size: 15px; color: #fff; display: block; text-align: left; background: url(https://ialert.com/images/branded/footer-round-arrow.jpg) no-repeat 0px 6px;}
ul.ftr-menu li a {color: #fff;}
ul.ftr-menu li a:hover {color: #b0b0b0;}
ul.ftr-menu li a.active {color: #b0b0b0;}
.footer-top-border-sec{margin: 25px 0 0 0; padding:0; border-top: 1px solid #4C4C4C; float: left; width: 100%;}
.copyright {font-size: 12px; text-align: center; padding: 20px 0 10px 0; margin: 0; color: #909090; font-family: "ralewaymedium";}
/*--------------------------------Footer End---------------------------------*/



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

@media (max-width: 1199px) { 
    .new-banner-section .right-heading {
        font-size: 50px;
    }
}

@media (max-width: 991px) { 
    .new-banner-section .right-heading {
        font-size: 40px;
    }
    .new-comn-section .container h3 {
        width: 100%;
    }
}
@media (max-width: 767px) { 
    .new-banner-section .right-heading {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .new-banner-section {
        padding: 40px 0px 120px;
    }
    .new-contact-area form {
        width: 100%;
        
    }
    .new-comn-section {
        padding: 30px 0px;
    }
    .new-comn-section .new-top {
        margin-top: -135px;
    }
}
@media (max-width: 576px) {
    .new-banner-section .container {
        width: 90%;
        margin: 0px auto;
    }
    .new-banner-section .right-heading {
        font-size: 34px;
    }
    .new-comn-section .container h3 {
        font-size: 22px;
    }
    .new-comn-section .container p {
        font-size: 15px;
    }
    .submit-button {
        padding: 10px 30px;
    }
    .new-why-card .why-icon {
        width: 75px;
        height: 75px;
    }
    .new-why-card .why-top h4 {
        width: 70%;
        font-size: 22px
    }
    .new-why-card .why-content li {
        font-size: 15px;
    }
    .new-comn-section .new-btm {
        padding-left: 20px;
        padding-right: 20px;
    }
    .new-why-card {
        min-height: 200px;
        margin-bottom: 15px;
    }
}

