/* Add here all your CSS customizations */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
body{
    font-family: 'Rubik', sans-serif;
}
#header .header-logo {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #212529;
    font-weight: 200;
    letter-spacing: 0px !important;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
p {
    color: #222222;
    line-height: 25px;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.home-about h1, h1.big-title{
    font-size: 2.0em;
    line-height: 90px;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.home-about h3, h3.small-title{
    font-size: 1.7em;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 33px;
    color: #777777;
    text-transform: inherit;
}
.home-about blockquote {
    padding: 0.5rem 2.1rem;
}
.home-about .blockquote-primary p{
    font-size: 23px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
}
html .home-about .blockquote-primary {
    border-left: 3px solid #ed202a !important;
}
.background-light {
    background: #ffffff !important;
}
.background-home-about{
    border-color: #e5e5e5 !important;
    border-style: solid;
    border-bottom: 1px solid #dcdcdc !important;
}
.img-circle{
    border-radius: 50%;
}
.call-to-action-content {
    background: url(../img/rectangle.png);
    background-size: cover;
    padding: 1px;
    padding-right: 120px !important;
    background-position: right !important;
    background-repeat: no-repeat;
}
.call-to-action-content h2{
    color: #ffffff;
}
.call-to-action-content h4{
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}
.action-button{
    border-radius: 3px;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 46px;
    border-width: 2px;
    letter-spacing: .05em;
    font-weight: 700;
    height: 50px;
   /* line-height: 50px;
    */
    padding: 0 25px;
    font-size: 19px;
   /* margin: 30px;
    */
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
   /* white-space: nowrap;
    */
   /* border: 0;
    */
   /* vertical-align: middle;
    */
}
.action-button:hover{
    border-radius: 3px;
    border-color: rgb(255, 255, 255);
    color: #ee0303;
    background-color: rgb(255, 255, 255);
}
.call-to-action-btn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.border-divider {
    position: relative;
    border-top: 1px solid transparent;
    height: 0;
    font-size: 0;
    line-height: 0;
}
/* ============== Home Products */
html .text-primary {
    color: #ee0303 !important;
}
.position-relative {
    position: relative !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.u-indicator-dots {
    position: relative;
}
.min-height-155 {
    min-height: 9.6875rem;
}
.mt-7, .my-7 {
    margin-top: 3rem !important;
}
.text-success {
    color: #00c9a7 !important;
}
.btn-icon {
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    font-size: 1.75rem;
    width: 5rem;
    height: 5rem;
}
.btn:not([href]):not([type]):not(:disabled):not(.disabled) {
    cursor: default;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.btn-icon__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-icon__inner-bottom-minus {
    top: 80%;
}
.font-size-5 {
    font-size: 3rem;
}
.u-indicator-dots {
    position: relative;
}
.install h3.small-title {
    font-size: 2em;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 33px;
    color: #777777;
    text-transform: inherit;
    letter-spacing: 0;
}
.install h3{
    font-weight: 600;
    color: #231f20;
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
    text-transform: capitalize;
    letter-spacing: 0;
}
html .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child, html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: rgba(25, 183, 198, 0.46);
    color: #ffffff;
}
.services .list li {
    margin-bottom: 13px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}
/* ============ Home Products End ==== */
/* Carewin ---*/
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #ed202a;
    color: #fff;
   /* font-weight: 700;
    */
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.button-aqua {
    background-color: #ee0303;
}
.button.button-rounded {
    border-radius: 3px;
}
.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none;
}
.button-border.button-aqua {
    color: #ed202a;
    border-color: #ed202a;
}
.button.button-border.button-fill span {
    position: relative;
    color: #ed202a;
}
.button.button-border.button-fill:before {
    content: '';
    position: absolute;
    background-color: #ed202a;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
}
.button.button-border.button-fill:hover {
    background-color: transparent!important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-decoration: none;
}
.button.button-border.button-fill span:hover {
    position: relative;
    color: #fff;
}
.button.button-border.button-fill:hover span{
    color: #fff;
}
.button.button-border.button-fill:hover:before {
    width: 100%;
}
.products .card {
    background-color: transparent;
    border: 0;
}
.products .card h3{
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.5px !important;
    font-size: 1.6rem;
}
.counter-title {
    font-size: 22px;
    color: #ee0303;
}
.footer-download{
    padding:35px;
    background: #ee0303 ;
    border-radius: 6px;
}
.footer-download h2{
    font-size:30px;
    font-weight: 700;
}
.footer-download h3{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.3rem;
}
.footer-download h4{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
}
.footer-download h4>a{
    color: #fff !important;
}
.footer-download h4>a:hover{
    color: #ccc !important;
}
#footer a:not(.btn).link-hover-style-1 {
    color: #c5c5c5;
}
#footer .list.list-icons.list-icons-lg li {
    margin-top: 0px;
    padding-left: 27px;
}
#footer .footer-copyright p {
    color: #ababab;
}
#header .header-nav-main nav > ul > li.dropdown.custom-dropdown .dropdown-menu .sub-level li div{
    padding: 6px 0px 6px 0px;
}
.menu-border-top{
    border-top: 1px solid #505050;
}
.main-menu{
    padding-left:20px;
    padding-right:20px;
}
ul.sub-level{
    list-style: none;
    padding-left:15px;
}
li.nav-parent {
    position: relative;
}
li.nav-parent > a {
    cursor: pointer;
}
li.nav-parent > a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    color: #abb4be;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 25px;
}
li.nav-parent.nav-expanded > a:after {
    content: '\f106';
}
li.nav-parent.nav-expanded > ul.nav-children {
    display: block;
}
li .nav-children {
    background: #191c21;
    -webkit-box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
    display: none;
    padding: 10px 0;
}
.nav-children li a {
    padding: 6px 15px 6px 57px;
    overflow: hidden;
}
.nav-children li a:hover, li .nav-children li a:focus {
    background: #191c21;
}
li .nav-children li a:after {
    padding: 6px 25px;
}
li .nav-children li.nav-active > a {
    color: #CCC;
}
li .nav-children .nav-children {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
li .nav-children .nav-children li a {
    padding: 6px 15px 6px 82px;
}
li .nav-children .nav-children .nav-children li a {
    padding: 6px 15px 6px 97px;
}
/* ------------------- */
.topmargin-lg {
    margin-top: 80px !important;
}
.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.heading-block {
    margin-bottom: 50px;
}
.center {
    text-align: center !important;
}
.nobottomborder {
    border-bottom: none !important;
}
.emphasis-title h1, .emphasis-title h2 {
    letter-spacing: 0;
}
.emphasis-title h2 {
    font-size: 48px;
    font-weight: 500 !important;
    font-family: 'Rubik', sans-serif !important;
}
.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}
span.pd-1:not(.before-heading) {
    display: block;
    margin-top: 20px;
    font-weight: 300;
    color: #777;
}
.heading-block h2{
    font-size: 18px;
    color: #999 !important;
}
span.pd-1 {
    font-size: 18px;
    color: #999 !important;
    max-width: 700px;
}
.story-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}
#content p {
    line-height: 1.8;
}
.story-box .story-box-info .story-box-content p {
    font-size: 17px;
    font-weight: 300;
    color: #666;
    line-height: 27px;
}
.button.button-rounded {
    border-radius: 3px;
}
.story-box-image img{
    width: 100%;
}
.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform;
}
.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0 15px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}
.nobottompadding {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.bottommargin {
    margin-bottom: 50px !important;
}
.emphasis-title {
    margin: 0 0 50px;
}
.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.col-padding {
    padding: 40px;
}
.real-estate-properties [class^=col-]>a {
    display: block;
    position: relative;
    height: 335px;
    background-color: #eee;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 8px solid #c7c7c7;
}
.real-estate-properties [class^=col-]>a:hover:before {
    opacity: 1;
}
.real-estate-properties [class^=col-]>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    opacity: .4;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #EEE;
}
.vertical-middle {
    height: auto !important;
    left: 0;
    max-width: none !important;
    z-index: 2;
}
.dark .heading-block:not(.not-dark), .dark .counter {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.real-estate-properties [class^=col-] img {
    display: block;
}
.skrollable-between{
    position: relative;
    display: block;
}
.real-estate-properties [class^=col-]>a:hover {
    box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.heading-block h3 {
    letter-spacing: 1px;
    margin-bottom: 9px;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
.t500 {
    font-weight: 500 !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.heading-block .pd-2{
    font-size: 18px;
}
.story-box-info h2{
    margin: 0 0 30px 0;
    font-family: 'Rubik', sans-serif !important;
}
.heros {
    width: 100%;
    height: 550px;
    background:url(./../img/product-bg.jpg);
    -webkit-background-size: cover cover !important;
    background-size: cover !important;
    background-position: center;
   /* Center the image */
    background-repeat: no-repeat;
   /* Do not repeat the image */
}
.mobile-no{
    font-size: 25px !important;
}
.text-uppercase-1{
    font-size: 26px;
}
.section-height-5{
    padding: 147.692px 0;
}
.inner-banner {
    height: 300px;
}
.part-1{
    padding: 50px 0;
}
.breadcrumbs {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.breadcrumbs>li {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: none;
}
.breadcrumbs>li+li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.inner-heading-block h1 {
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.inner-heading-block {
    margin-bottom: 60px;
}
.inner-heading-block.center>span {
    max-width: 700px;
}
.inner-heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}
.inner-heading-block h1+span {
    font-size: 22px;
}
.inner-divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.inner-heading-block:after, .inner-heading-block.center:after, .inner-heading-block.title-center:after {
    margin: 10px auto 0;
}
.inner-heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 100px;
    border-top: 2px solid #ed202a;
}
.breadcrumbs>li>a, #header .header-nav.header-nav-links nav > ul li:hover > a{
    color: #ed202a;
}
.text-dark {
    color: #343a40 !important;
}
h4.text-capitalize {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.text-capitalize {
    text-transform: capitalize !important;
    font-weight: 700;
}
h2.text-capitalize, h4.text-capitalize{
    color: #ed202a !important;
}
ul.bold-point{
    padding-left: 15px;
}
ul.bold-point li{
    list-style-type: none;
    color: #000000;
    font-size: 16px;
}
.story-box-content ul.bold-point li{
    line-height: 35px;
    font-weight: 700;
    font-size: 18px;
}
ul.bold-point li>i{
    color: #ed202a;
    padding-right: 10px;
}
.section-2{
    margin: 0 !important;
    padding: 0 !important;
}
ul.comments li .img-thumbnail {
    margin-left: -130px;
    position: absolute;
}
ul.comments li img.avatar {
    height: 100px;
    width: 100px;
}
.img-thumbnail img {
    border-radius: 4px;
}
ul.comments li{
    padding: 11px 0 0 130px;
}
ul.comments .comment-block{
    background:#434c56;
}
ul.comments .comment-arrow{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #434c56;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 18px;
    width: 0;
}
ul.comments .comment-arrow-1{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ee0303;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 18px;
    width: 0;
}
.client-name{
    color:#ffffff;
    font-size: 20px;
}
.comment-block p{
    color:#ffffff;
    font-size: 16px !important;
}
ul.comments .comment-block-1{
    background: #ee0303;
}
ul.comments .comment-arrow-1{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ee0303 ;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 18px;
    width: 0;
}
h4.text-capitalizes{
    font-size: 22px;
    color: #ee0303 !important;
}
.hedding-name{
    color: #ed202a;
    font-size: 20px;
    font-weight: 700;
}
p.counter-name{
    color: #777777;
}
.story-box .story-box-info{
    padding: 70px 60px 70px 60px;
}
.infrastructure-img img{
    box-shadow: 0 0 13px 3px #282a2d;
}
#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ed202a;
    font-size: 16px;
}
#myTable th, #myTable td {
    text-align: left;
    padding: 8px 12px;
}
#myTable tr {
    border-bottom: 1px solid #ed202a;
}
#myTable tr.header, #myTable tr:hover, .button-border.button-aqua:hover {
    background-color: #ed202a !important;
    color: #ffffff;
}

#myTable1 {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ed202a;
    font-size: 16px;
}
#myTable1 th, #myTable1 td {
    text-align: left;
    padding: 8px 12px;
}
#myTable1 tr {
    border-bottom: 1px solid #ed202a;
}
#myTable1 tr.header, #myTable1 tr:hover, .button-border.button-aqua:hover {
    background-color: #ed202a !important;
    color: #ffffff;
}

.main-table table tr.header th{
    font-size: 16px;
    font-weight: 500;
}
#myInput:focus {
    border: 1px solid #ed202a;
    box-shadow: 1px 1px 5px #ed202a;
}
.list.list-icons li > [class*="fa-"]:first-child, html .text-color-primary{
    color: #c5c5c5 !important;
}
.dataTables_filter{
    display: none;
}
.data-table-serching{
    width: 100%;
    padding: 5px;
    border: 1px solid #ed202a;
}
#myInput {
    background-image: url(./../img/searchicon.png) !important;
    background-image: url(assets/frontend/img/banner-1.jpg);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 6px 20px 6px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}
#contact .card i,#contact .card h4{
    color: #525252;
}
#contact .card p {
    font-size: 15.4px;
}
#contact .card h4 {
    font-size: 1.3em;
}
/*#contact .card a:hover i,#contact .card a:hover h4{
    color: #ee0303;
}
*/
address{
    margin-bottom: 15px;
    color: #222222;
}
/*---------------------------------captcha code start-------------------------------------------*/
.ccms_form_element label {
    float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 6px 0 9px;
    width: 155px;
    font-size: 13px;
    color: #777;
}
.form-captcha span {
    display:block;
    float:left;
    width:100px;
    font: 14px/16px;
    margin-left: 5px;
}
.form-captcha input.captcha {
    float:none;
    width:150px;
    height: 35px;
    border:1px solid #ccc;
    color:#000000;
    padding:10px 10px 10px 30px;
    font: 11px/20px'Open Sans', Verdana, Helvetica, sans-serif;
    margin-bottom:10px;
}
.form-captcha input.submit {
    cursor: pointer;
    width: 100px;
    height: 40px;
    float: left;
    padding: 0px 0px 5px 0px;
    margin: 20px 0px 0px 0px;
    background:#222222;
    color:#F1F1F1;
    font: 14px/16px'Bree Serif', Georgia, serif;
}
#captcha span{
    width: 60px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1px;
}
#captcha input{
    background-image: url(../img/captcha.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin: 5px 0 0 10px;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
#captcha input:focus {
    outline-offset: none;
}
.ccms_form_element input {
    padding: 3px !important;
    border: 1px solid #d3d3d3;
    margin-bottom: 5px;
}
/*---------------------------------captcha code end-------------------------------------------*/
.form-control:focus{
    border: 1px solid #ee0303;
}
.contact-desigen-form{
    background: #fbfbfb;
    padding: 20px 0 30px 0;
}
.button.button-border.submit-button:hover {
    background-color: #ee0303 !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-decoration: none;
}
li .heigh-light-part-1{
    font-weight: 700;
    font-size: 22px;
    color: #ee0303;
}
li .heigh-light-part-2{
    font-size: 18px;
    font-weight: 600;
    color: #ee0303;
   ;
}
li .heigh-light-part-3{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 0.6em;
}
.comment>.comment-block{
    background:#EE030A ;
    padding: 20px 20px 1px;
}
.comment>.comment-block-2{
    background:#434c56 ;
    padding: 20px 20px 1px;
}
.comment>.comment-block>.comment-arrow-1{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ee0303;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 18px;
    width: 0;
}
.comment>.comment-block>.comment-arrow-2{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #434c56;
    border-top: 12px solid transparent;
    height: 0;
    left: 3px;
    position: absolute;
    top: 18px;
    width: 0;
}
section.section.section-height-5{
    padding: 70px 0;
}
.row.heading h2 {
    color: #212529;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{
    border:1px solid #999999;
    text-align:center;
    margin-bottom:28px;
    padding:40px 25px;
}
/* .our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
*/
.practice-area .inner h3{
    color:#3c3c3c;
    font-size:24px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}
.practice-area .inner p{
    font-size:14px;
    line-height:22px;
    font-weight:400;
}
.practice-area .inner img{
    display:inline-block;
}
.our-webcoderskull{
    background-color: #f7f7f7;
}
.our-webcoderskull .cnt-block{
    float:left;
    width:100%;
    padding:15px 20px;
    text-align:center;
    margin: 0 0 28px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    transition: box-shadow .3s;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.our-webcoderskull .cnt-block figure{
    width:auto;
    height:200px;
    border-radius:100%;
    display:inline-block;
    margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{
    width:auto;
    height:200px;
    border-radius:100%;
}
.our-webcoderskull .cnt-block h3{
    color:#2a2a2a;
    font-size:20px;
    font-weight:500;
    padding:6px 0;
    text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
    text-decoration:none;
    color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
    color:#337ab7;
}
.our-webcoderskull .cnt-block p{
    color:#2a2a2a;
    font-size:13px;
    line-height:20px;
    font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
    margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{
    display:inline-block;
    width:auto;
    margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fab{
    font-size:24px;
    color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fab:hover{
    color:#ed202a;
}
.masonry-thumbs {
    position: relative;
}
.masonry-thumbs a {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    max-width: 100% !important;
    overflow: hidden;
    display: inline-block !important;
    left: unset;
}
.masonry-thumbs a, .masonry-thumbs img {
    display: inline-block !important;
    height: auto !important;
    margin: 0 auto;
}
.masonry-thumbs img {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 1px 1px 0;
    height: auto;
}
.masonry-thumbs a i {
    opacity: 0;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.7);
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px;
    font-size: 14px;
    width: 40px;
    height: auto;
    margin-top: -20px;
    margin-left: -20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-backface-visibility: hidden;
}
.masonry-thumbs a:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.chemist-1 {
    min-height: 80px;
}
p.contact-mail a{
    color: #222222;
}
p.contact-mail a:hover{
    color: #ed202a;
}
.lightbox a i{
    color: rgba(255, 255, 255, 0.7);
    z-index: 99;
    padding: 5px;
    font-size: 14px;
    width: 40px;
    height: auto;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.lightbox a img:hover{
    opacity: 0.8 !important;
}

.img-thumbnail.img-thumbnail-hover-icon:after {
    -webkit-transition: all 0.0s;
    transition: all 0.0s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #FFF;
    content: "\f067";
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 50%;
    right: 25%;
    margin-top: -14px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3;
}
.img-thumbnail.img-thumbnail-hover-icon:hover:before{
    opacity: 0;
}
.img-thumbnail.img-thumbnail-hover-icon:hover:after{
    color: rgba(255, 255, 255, 0.7);
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px;
    font-size: 14px;
    width: 40px;
    height: auto;
    margin-top: -20px;
    margin-left: -20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .0s ease;
    -o-transition: transform .0s ease;
    transition: transform .0s ease;
}
html .scroll-to-top:hover {
    opacity: 1;
    color: #ed202a;
}
html .scroll-to-top.visible {
    opacity: 0.75;
}
.slider-title{
    transition: all 1s;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    bottom: 3%;
    text-align: center;
    right: 0;
    left: 0;
}
.slider-title h2{
    font-size: 35px;
    font-weight: 500;
}
.slider-title p{
    font-size: 25px;
}
.slider-title2{
    transition: all 1s;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    bottom: 3%;
    text-align: left !important;
    right: 0;
    top:40%;
    width: 60%;
}
.slider-title2 h2{
    font-size: 35px;
    font-weight: 500;
    color: #ed202a !important;
}
.slider-title2 p{
    font-size: 25px;
    color: #ed202a !important;
}
.slider-title3{
    transition: all 1s;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    bottom: 7%;
    text-align: center;
    right: 0;
    left: 0;
}
.slider-title3 h2{
    font-size: 35px;
    font-weight: 500;
}
.slider-title3 p{
    font-size: 25px;
}
.responsive {
    width: 100%;
    height: auto;
}
 
@media (min-width: 992px){
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f7f7f7;
        color: #231f20;
        font-size: 1em;
        font-weight: 400;
        padding: 6px 18px 6px 18px;
        position: relative;
        text-transform: none;
        letter-spacing: 0px;
   }
   #header .header-nav-main.header-nav-main-font-lg-upper nav > ul > li > a {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}
    #header .header-nav-main nav > ul > li.dropdown.product .dropdown-menu {
        min-width: 265px;
   }
    #header .header-nav-main nav > ul > li.dropdown.product .dropdown-menu .dropdown-submenu .dropdown-menu {
        min-width: 150px !important;
   }
}

@media (min-width:768px){
    .footer-download .second{
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .border-left-1{
        border-left: 1px solid #757575;
    }
    .pr-md-10, .px-md-10 {
        padding-right: 6.25rem !important;
    }
    .pl-md-10, .px-md-10 {
        padding-left: 6.25rem !important;
    }
    .u-indicator-dots::after {
        position: absolute;
        right: -2.1875rem;
        top: 50%;
        width: 2.4375rem;
        height: .75rem;

        background: url(../img/dot.svg);
        background-repeat: no-repeat;
        content: "";
        margin-top: -.375rem;
   }
   
}
@media only screen and (max-width: 1000px){

    .comment>.comment-block>.comment-arrow-1, .comment>.comment-block>.comment-arrow-2{
        display: none;
   }
}
@media (min-width: 992px){
    #header .header-nav-main nav > ul > li.dropdown.custom-dropdown .dropdown-menu li a {
        border-bottom: 0px solid #f7f7f7;
        color: #000000;
        font-size: 1em;
        font-weight: 400;
        padding: 0px;
        position: relative;
        text-transform: none;
        letter-spacing: 0px;
   }
    #header .header-nav-main nav > ul > li.dropdown.custom-dropdown .dropdown-menu li a:hover {
        background: transparent;
   }
}
@media only screen and (max-width: 600px) {
    .dark h2{
        line-height: 1.4 !important;
   }
    .heros {
        width: 100%;
        height: 500px;
        background:url(./../img/product-bg.jpg);
        background-size: cover !important;
   }
    .emphasis-title h2{
        font-size: 26px !important;
   }
    .slider-element{
        top:100px !important;
   }
}

@media screen and (min-width: 992px) and (max-width: 1120px){
    #header .header-nav.header-nav-links nav > ul > li > a{
        padding: 0 7px !important;
        font-size: 14px !important;
   }
} 
@media only screen and (max-width: 768px) {
    .header-container, #header .header-nav {
        min-height: 100px;
        padding: 0;
   }
    .masonry-thumbs{
        padding-bottom: 20px;
    }
    .header-row, .header-nav-links{
        padding-right: 0px !important;
   }
    #header .header-nav-features, ul.bold-point{
        padding-left: 0 !important;
   }
    #header .header-nav-features{
        margin-left: 0px !important;
   }
    #header .header-btn-collapse-nav {
        margin: 0px 13px !important;
   }
    .data-table-serching{
        width: 100%;
   }
    .home-about h1{
        line-height: 1.3;
   }
    section.section.section-height-5{
        padding-bottom: 30px;
   }
    .story-box .story-box-info {
        padding: 22px;
   }
    .bold-point li{
        text-align: left;
   }
    .story-box.description-left .story-box-info{
        margin: -250px 5% 0;
   }
    ul.bold-point {
        text-align: left;
   }
    .story-box .story-box-info {
        padding: 20px 10px 0px 11px;
   }
    .comment>.comment-block>.comment-arrow-1, .comment>.comment-block>.comment-arrow-2{
        display: none;
   }
    .bottommargin-lg {
        margin-bottom: 30px !important;
   }

    .call-to-action-content{
        padding-right: 0 !important;
   }

    .slider-title h2, .slider-title3 h2{
        font-size: 24px;
    }
    .slider-title2 h2{
        font-size: 19px;
        line-height: 1.2;
        
    }
    .slider-title p, .slider-title3 p{
        font-size: 16px;
    }
    .slider-title2 p{
        font-size: 14px;
        line-height: 1.5;
    }
    
    .slider-title{
        bottom: -4%;
    }
    .slider-title2{
        top: 16%;
        bottom: 0;
    }
    .inner-banner{
        margin-top: 100px;
        height: 151px;
    }
    .desktop-view{
        display: none !important;
    }
    .mobile-view{
        display: block !important;
    }
    .owl-stage-outer{
        display: block !important;
    } 
    .slider-section{
        margin-top: 100px;
    }
    #header .header-column.header-column-border-right{
        border-right:none;
    }
    .page-section{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .img-thumbnail.img-thumbnail-hover-icon:hover:before{
        opacity: 1 !important;
    }
    .owl-carousel .owl-nav button.owl-next:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 8px;
        font-size: 0.5rem;
        content: "\f054";
        position: relative;
        left: 1px;
        top: -1px;
    }
    .slider-part .owl-carousel .owl-nav button.owl-next:before, .slider-part .owl-carousel.nav-inside .owl-nav button.owl-prev{
        display: none;
    }
}
.desktop-view{
    display: block;
}
.mobile-view{
    display: none;
}
.desktop-image{
    height: 250px;
    widows: 100%;
}
.desktop-image-index{
    height: 200px;
    widows: 100%;
}
.desktop-image-infrastructure{
    height: 200px;
    widows: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000px){
    .desktop-image-infrastructure, .desktop-image-quality{
        height: 170px;
    }
    .inner-banner{
        margin-top: 100px;
    }
    
}
h3.product-hedding{
    font-weight: 500;
    color: #ed202a;
    padding: 7px 0;
}
.menu-border-top{
    padding-top:5px;
}