*{
    text-decoration: none;

}
:focus, button:focus {
    outline: none !important;
}
body{
     font-family: 'Open Sans', sans-serif;
}
.navigation-bar .navbar-nav .nav-link {
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 14px;
}

.fixed-top {
    box-shadow: 0 6px 12px -6px rgb(0, 0, 0, 0.4);
}

.breadcrumb {
    position: relative;
    margin-top: 77px;
    color: #fff;
    border-radius: 0;
    padding: 22px 40px;
    margin-bottom: 0;
    z-index: 9;
    background-image: url(../images/breadcrumb.png);
}
.breadcrumb:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(77, 73, 71, 0.7);
    z-index: -1;
}
.breadcrumb h5 {
    margin: 0;
    font-family: 'Rockwell';
    font-size: 24px;
}
.navigation-bar .navbar-nav .nav-link:hover {
    color: #B02624;
}
.navigation-bar .navbar-nav .active .nav-link {
    color: #B02624;
}
.navbar-dark .navbar-brand {
    position: relative;
    z-index: 999999;
}

.navbar-dark .navbar-brand img {
    width: 190px;
    transition: all 0.5s ease;
}
.arrow-icon {
    font-size: 38px;
}
.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
}
footer {
    z-index: 999;
    position: relative;
}
.navbar-expand-lg .navbar-collapse {
    z-index: 99999;
}
a.boxed-btn {
    border: 1px solid #B02624;
    border-radius: 60px;
    padding: 14px 24px;
    color: #B02624;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    max-width: 160px;
    width: 160px;
    display: block;
    text-align: center;
}
a.boxed-btn:hover {
    border: 1px solid #B02624;
    border-radius: 60px;
    color: #ffffff;
    background-color: #B02624;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    box-shadow: 0 0 10px #B02624;
    
}
.content-middle{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.breadcrumb.home-header {
    background-color: rgb(77, 73, 71, 0.9);
}
.banner{
    position: relative;
    padding-top: 50px;
}
.banner img{
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    width: 8%;
}
.carousel-indicators {
    bottom: 100px;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255, 0);
    border-radius: 60%;
    border: 2px solid #ffffff;
}
.carousel-indicators .active {
    background-color: #b91b22;
}
.banner .carousel-caption{
    top: 10%;
    right: 8%;
    left: 8%;
}
.text-content h3 {
    text-align: left;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    
}
.text-content {
    text-shadow: 0px 0px 0px #9a4433;
}
.text-content h3:first-child {
    letter-spacing: 2px;
    font-style: normal;
}
.text-content h3 {
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 600;
    color:#E6CEBD;
}
a.app-btn {
    background-color: #fff;
    padding: 20px;
    border-radius: 60%;
    width: 60px;
    height: 60px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    color: #b91b22;
    position: relative;
}
.ng-btn {
    background-color: #b91b22;
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 12px 36px;
    font-size: 16px;
}
.ng-btn:hover {
    background-color: #96141b;
    border: 1px solid #fff;
}
a.app-btn:last-child:before {
    content: '';
    width: 1px;
    height: 70%;
    background-color: rgb(215, 211, 211, 35%);
    position: absolute;
    left: -14px;
    top: 10px;
}
.av-text {
    left: 35px;
    position: relative;
    top: 8px;
}

.section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.list-item .list-group-item {
    border: 0;
    position: relative;
    padding: 8px 0px;
    background-color: rgba(0, 0, 0, 0);
}
.list-item .list-group-menu {
    border: 0;
    padding: 0;
}
li.list-group-item:before {
    content: "\f05d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 22px;
    color: #B02624;
    float: left;
    line-height: 26px;
}
.section-tittle h2 {
    font-family: 'Rockwell';
    font-size: 38px;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 16px;
    display: inline-block;
}

.title-caption {
    font-size: 24px;
    font-weight: 400;
}
.feature-tab-list .nav-tabs .nav-link:focus, .feature-tab-list .nav-tabs .nav-link:hover, .feature-tab-list .nav-tabs .nav-link.active {
    border-color: #B02624;
    border-radius: 50%;
    box-shadow: 0px 5px 20px 2px rgba(255, 90, 96, 0.35);
}
.feature-tab-list .nav-tabs .nav-link {
    border-color: #ddd;
    background: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 100px;
}
.nav-link.active span.nav-link-wrap, .nav-link:hover span.nav-link-wrap {
    background: #B02624;
}

span.nav-link-wrap {
    display: block;
    background: #ddd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    transition: .3s;
}
.feature-tab-list {
    margin-bottom: 50px;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}
.feature-tab-list a.nav-link {
    padding: 17px;
    line-height: 86px;
    border-width: 3px;
    position: relative;
}
.feature-tab-list li.nav-item {
    width: 16%;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.feature-tab-list ul.nav.nav-tabs, .feature-tab-list li.nav-item {
    margin: 0 auto;
    text-align: center;
    border: none;
}
.feature-tab-list a.nav-link::before {
    content: '';
    height: 15px;
    width: 190px;
    position: absolute;
    top: 50%;
    left: 0;
    background: transparent;
    margin-top: -7.5px;
    z-index: -1;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    -webkit-transition: .3s;
    transition: .3s;
}
.feature-tab-list a.nav-link.active::before {
    content: '';
    height: 15px;
    width: 190px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #B02624;
    margin-top: -7.5px;
    z-index: -1;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    -webkit-transition: .3s;
    transition: .3s;
    border-color: transparent!important;
}
.feature-tab-list li:last-child a.nav-link::before {
    display: none;
}
a.nav-link.active img.active-icon, a.nav-link:hover img.active-icon {
    display: inline-block;
    transition: .3s;
}
a.nav-link.active img, a.nav-link:hover img {
    display: none;
    transition: .3s;
}
img.active-icon {
    display: none;
}
.feature-content h4 {
    color: #B02624;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe, embed, object {
    max-width: 100%;
}

.user-image .fa {
    font-size: 48px;
    color: #fff;
}
.owl-carousel .owl-item .user-image img {
    width: 90px;
    margin: 0 auto;
    height: 90px;
}
.owl-carousel .item {
    position: relative;
}
.content-section-item {
    background-color: #ffffff;
    padding: 30px 60px;
    position: relative;
}
.user-image {
    background-color: #B02624;
    position: absolute;
    z-index: 9;
    left: calc(50% - 56px);
    top: -62px;
    border-radius: 60px;
    height: 100px;
    width: 100px;
    box-shadow: inset 0px 0px 0px 4px #f8f9fa;
    border: 2px solid #B02624;
    padding: 22px 30px;
}
.content-section-item {
    background-color: #ffffff;
    padding: 48px 60px;
    position: relative;
    box-shadow: 0px 0px 22px rgb(0, 0, 0, 0.2);
    margin: 90px 40px 22px 40px;
    padding-top: 70px;
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
button.owl-prev {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
button.owl-next {
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(134 151 145 / 0%);
    color: #525252;
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    font-size: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #B02624;
}
.owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 28px;
    margin: 5px 7px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #B02624;
}
button.owl-next span, button.owl-prev span{
    display: none;
}
button.owl-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button.owl-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content-section-item p {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 40px;
    text-align-last: center;
    text-align: justify;
}
footer {
    background-color: #3d0d03;
}
.footer-menu ul li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 12px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
a.btn.a-btn {
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 12px 24px;
    width: 180px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 12px;
}
a.btn.a-btn img {
    width: 22px;
}
footer {
    background-color: #b02624;
    background-image: url(../images/footer-img.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 18%;
}
li.button-wrapper.active a {
    background-color: #B02624;
    color: #fff;
}
li:first-child a.boxed-btn {
    background-color: #B02624;
    color: #fff;
    box-shadow: 0 0 3px #B02624;
}
.our-monitoring:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
    top: 0;
}
.our-monitoring {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.features {
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-position: left;
}
.video-bg {
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: 86%;
}
.video-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: #e8e8e8;*/
    top: 0;
}
.testimonial-bg {
    background-image: url(../images/shape3.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    background-position: left;
}

.about-section {
    background-image: url(../images/bg-why.png);
    background-repeat: no-repeat;
    background-size: 100% 95%;
    position: relative;
    background-position: left;
}
.why-section-bg {
    background-image: url(../images/shape2.png);
    background-repeat: no-repeat;
    background-size: 40% 85%;
    position: relative;
    background-position: 86%;
}
.sevice-bg {
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    background-position: 95% 100%;
    
}
.recog-bg {
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: 54%;
    position: relative;
    background-position: 90% 58%;
}
.contact-bg {
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: center;
    background-color: #f9f4f3;
}
.box-item {
    text-align: center;
    background-color: #fff;
    border: 1px solid #e9ecefc7;
    border-radius: 2px;
    padding: 52px 28px 60px 28px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0 0px 24px -6px #c8c8c8;
	   -moz-box-shadow: 0 0px 24px -6px #c8c8c8;
	        box-shadow: 0 0px 24px -6px #c8c8c8;
    height: 100%;
    position: relative;
    text-align: justify;
    text-align-last: center;
}
.mt-90{
    margin-top: 90px;
}
.box-item h4 {
    font-size: 23px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}


.service-icon1 {
    background: #cab3b2;
    border: 14px solid #d9d2d2;
    border-color: #ddd;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 96px;
    position: relative;
    display: block;
    padding: 17px;
    transition: 0.5s all ease;
}
.service-icon1:hover {
    background: #d4a5a4;
    border: 14px solid #e9c3c2;
}
.img-icon {
    display: block;
    background: #B02624;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    transition: .3s;
}

.icons-cloud{
    background: #c45d5c;
    border: 14px solid #e3b3b3;
    border-color: #e3b3b3;
}
.icons-cloud .img-icon{
    background: #B02624;
}

.icons-carrier{
    background: #c45d5c;
    border: 14px solid #e3b3b3;
    border-color: #e3b3b3;
}
.icons-carrier .img-icon{
    background: #B02624;
}
.icons-support{
    background: #c45d5c;
    border: 14px solid #e3b3b3;
    border-color: #e3b3b3;
}
.icons-support .img-icon{
    background: #B02624;
}
.position-service-icon {
    position: absolute;
    top: -80px;
    left: calc(50% - 70px);
}
.screenshots .owl-dots, .screenshots .owl-nav {
    display: none;
}
.screenshots .owl-item {
    margin-right: 0 !important;
    border: 1px solid #ddd;
    opacity: 0.4;
    transition: 0.5s all ease;
}
.screenshots .owl-item.active.center{
    opacity: 1;
}
.screenshot-slider .frame-slider {
    position: absolute;
    bottom: -80px;
    left: 50.4%;
    transform: translateX(-50.4%);
    z-index: 99;
} 
.screenshot-slider {
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 80px;
    width: 100%;
    margin: 0 auto;
    padding-top: 150px;
    position: relative;
    z-index: 9;
}
.slider-bg{
    overflow-x: hidden;
    margin-bottom: -100px;
}
.screenshot-slider .wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 110px;
    bottom: 0;
    background-repeat: no-repeat;
    transform-origin: center bottom;
}
.screenshot-slider .waveMiddle {
    animation: move_wave 20s linear infinite;
}
.screenshot-slider .waveMiddle {
    background-size: 100% 120px;
    width: 200%;
}

.screenshot-slider .waveTop {
    animation: move_wave 30s linear infinite;
}
.screenshot-slider .waveTop {
    background-size: 100% 130px;
    width: 200%;
    opacity: 0.7;
}
.slider-bg .shape1 {
    position: absolute;
    left: 2%;
    bottom: 25%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}
.slider-bg .shape2 {
    position: absolute;
    left: 3%;
    bottom: 35%;
    -webkit-animation: upndown 8s linear 2s infinite;
    animation: upndown 8s linear 2s infinite;
    opacity: .5;
}
.slider-bg .shape3 {
    position: absolute;
    right: 2%;
    top: 25%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}
.slider-bg .shape4 {
    position: absolute;
    right: 7%;
    top: 18%;
    -webkit-animation: upndown 8s linear 2s infinite;
    animation: upndown 8s linear 2s infinite;
    opacity: .5;
}
@-webkit-keyframes upndown {
    0% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
    50% {
      -ms-transform: translateY(100px);
      /* IE 9 */
      -webkit-transform: translateY(100px);
      /* Chrome, Safari, Opera */
      transform: translateY(100px); }
    100% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); } }
  
  @-moz-keyframes upndown {
    0% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
    50% {
      -ms-transform: translateY(100px);
      /* IE 9 */
      -webkit-transform: translateY(100px);
      /* Chrome, Safari, Opera */
      transform: translateY(100px); }
    100% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); } }
  
  @-o-keyframes upndown {
    0% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
    50% {
      -ms-transform: translateY(100px);
      /* IE 9 */
      -webkit-transform: translateY(100px);
      /* Chrome, Safari, Opera */
      transform: translateY(100px); }
    100% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); } }
  
  @keyframes upndown {
    0% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); }
    50% {
      -ms-transform: translateY(100px);
      /* IE 9 */
      -webkit-transform: translateY(100px);
      /* Chrome, Safari, Opera */
      transform: translateY(100px); }
    100% {
      -ms-transform: translateY(0px);
      /* IE 9 */
      -webkit-transform: translateY(0px);
      /* Chrome, Safari, Opera */
      transform: translateY(0px); } }
  
/*------------------ App ScreenShot ---------------*/

.recog-icon {
    width: 100px;
    height: 50.735px;
    background: green;
    position: relative;
    top: 8px;
    margin: 0 auto;
    z-index: 1;
}
  .recog-icon::before {
    content: "";
    position: absolute;
    top: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 28.8675px solid green;
}
 .recog-icon::after {
    content: "";
    position: absolute;
    bottom: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 28.8675px solid green;
  }

.har-color .recog-icon{
    background-color: #B02624;
}
.har-color .recog-icon:before{
  border-bottom: 28.8675px solid #B02624;
}
.har-color .recog-icon:after{
  border-top: 28.8675px solid #B02624;
}
.recog-bg .box-item {
    padding: 52px 30px 60px 30px;
    max-height: 94%;
}
.recog-bg .box-item:hover{
    background-color: #B02624;
    color: #fff;
}
.recog-bg .box-item a{
 color: #212529;
 text-decoration: none;   
}
.recog-bg .box-item:hover a{
    color: #fff;
}
.recog-bg .box-item:hover .har-color .recog-shape:before{
border-bottom: 40.8675px solid #ebc8c7;
}
.recog-bg .box-item:hover .har-color .recog-shape:after{
border-top: 40.8675px solid #ebc8c7
}
.recog-bg .box-item:hover .har-color .recog-icon{
  background-color: #ffffff;
}
.recog-bg .box-item:hover .har-color .recog-icon:before{
border-bottom: 28.8675px solid #ffffff;
}
.recog-bg .box-item:hover .har-color .recog-icon:after{
border-top: 28.8675px solid #ffffff;
}

.recog-bg .box-item .hover-icons{
    display: none;
}
.recog-bg .box-item:hover .hover-icons{
    display: inline-block;
}
.recog-bg .box-item:hover img{
    display: none;
}

/* contact */
.address-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #5b5b5b;
    margin-bottom: 18px;
}
.address-sec ul {
    padding: 0;
    list-style-type: none;
}
.address-sec ul li {
    display: flex;
}
.fa-circle-icon {
    color: #fff;
    background-color: #B02624;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 9px;
    border-radius: 60px;
    margin-right: 16px;
}
.address-sec ul li b {
    color: #B02624;
}
.form .form-control {
    padding: 15px;
    border-radius: 10px;
}
.form .form-control::placeholder {
    font-size: 14px;
}
button.btn.btn-send {
    border: 1px solid #B02624;
    border-radius: 60px;
    padding: 18px 24px;
    color: #ffffff;
    background-color: #B02624;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    max-width: 180px;
    width: 180px;
    display: block;
    text-align: center;
    margin: 28px 0 0 auto;
    box-shadow: none;
}
button.btn.btn-send:hover{
    background-color: #8f2d2c;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.85)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.list-view li {
    list-style-type: lower-roman;
}
.terms h5 {
    font-weight: 600;
    font-size: 18px;
}
ul.list-arrow span {
    padding-right: 12px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}
p.m-0.text-center.text-white {
    font-size: 13px;
    color: #cacaca !important;
}
.footer-menu ul li a:hover {
    color: #cacaca;
}
a.btn.a-btn:hover {
    color: #cacaca;
    background-color: #c53634;
}
@media (min-width: 1600px){
    .carousel-caption .container {
        max-width: 88%;
    }
    .carousel-indicators {
        bottom: 170px;
    }
    .text-content.text-left {
        width: 65%;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
    .banner .carousel-caption {
        top: 48%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        bottom: auto;
    }
}
@media (min-width: 991px){
    .fixed-top {
    height: 78px;
    transition: all 0.3s ease;
}
.custom-header.fixed-top {
    height: 60px;
    transition: all 0.3s ease;
}
.custom-header.navbar-dark .navbar-brand img {
    width: 140px;
    transition: all 0.5s ease;
}
.custom-header .top-nav-logo:after {
    top: -100px;
    transition: all 0.5s ease;
}
.custom-header .top-nav-logo:before {
    top: -100px;
    transition: all 0.5s ease;
}acts238

}
@media (min-width: 768px){
    .b-btn-mr {
       margin-right: 22px;
    }
    .product-button {
        margin-top: 34px;
    }
    .title-content1 {
        position: relative;
        left: 76px;
        color: #000;
        /* top: 90px; */
    }
    .title-content {
        position: relative;
        left: 100px;
        color: #fff;
        /* top: 90px; */
    }
    .nav-right-content {
        margin-left: 20px;
    }
    .list-item li {
        border: 0;
        width: 49%;
        display: inline-block;
    }
    .tab-content>.active {
        display: block;
        padding: 0 70px;
    }
    .feature-content {
        padding: 52px 50px;
    }
    button.owl-prev {
        left: -50px;
    }
    button.owl-next {
        right: -50px;
    }
    .about-section .about-caption {
        padding-top: 120px;
    }
    .why-section-bg {
        padding-top: 60px;
    }
    .why-section-bg .about-caption {
        padding-top: 60px;
    }
    .text-content h3.slide-text {
        letter-spacing: 4px;
        line-height: 47px;
    }
    .sevice-bg, .recog-bg, .contact-bg {
        margin-top: 0;
        padding-top: 60px;
    }
    .har-color {
        margin-bottom: 70px;
        margin-top: 26px;
    }
}
.title-content h1{font-size: 2.2rem; font-family: Rockwell; letter-spacing: 1px;}
.title-content h2{font-size: 1.5rem;}
@media (max-width: 1024px){
    .text-content h3 {
        font-size: 24px;
        line-height: normal;
    }
    .title-content {
        position: relative;
        top: 28px;
    }
    .list-item li {
        width: 100%;
    }
    .why-section-bg {
        margin-top: 2rem;
        background-size: auto;
        position: relative;
        background-position: 96%;
    }
    .text-content h3.slide-text {
        letter-spacing: 4px;
        line-height: 36px;
    }
    .carousel-item{
        height: 548px;
    }
}
@media (max-width: 768px){
    .sevice-bg, .recog-bg, .contact-bg {
        padding-top: 60px;
    }
    .feature-tab-list li.nav-item {
        width: 26%;
        margin-bottom: 16px;
    }
    .feature-tab-list a.nav-link::before{
        display: none;
    }
    .fluid-width-video-wrapper {
        margin-bottom: 23px;
    }
    .text-content h3 {
        font-size: 18px;
        line-height: normal;
    }
    .app-buttons {
        margin-left: 30px;
    }
    .carousel-item{
        height: 590px;
    }
    .banner img {
        height: 100%;
    }
    .why-section-bg .about-font-img {
        text-align: center;
    }
    .about-section {
        background-size: cover;
    }
    .why-section-bg {
        margin-top: 0;
        background-size: auto;
        position: relative;
        background-position: bottom;
        padding-top: 60px;
    }
   
    .navbar-dark .navbar-toggler.collapsed {
        color: rgb(123, 42, 42, 0.9);
        border-color: none;
        background-color:#fff;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(123, 42, 42, 0.9);
        border-color: rgb(93, 16, 16, 0.6);
        background-color: #B02624;
    }
    .navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url('../images/menu-list-hover.svg');
       
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url('../images/menu-list.svg');
    }
    a.boxed-btn {
        margin-bottom: 12px;
    }
    .nav-right-content {
        margin-left: 0px;
    }
   
    .content-section-item {
        height: 580px;
    }
    .position-service-icon {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
    }
  
    .text-content h3.slide-text {
        letter-spacing: 4px;
        line-height: 28px;
    }
    .about-font-img {
        margin-bottom: 28px;
    }
    .features {
        background-size: cover;
        background-position: inherit;
        margin-bottom: 16px;
    }
}
@media (max-width: 480px){
    .feature-tab-list li.nav-item {
        width: 50%;
    }
    .mobile-img {
        display: none;
    }
    .carousel-indicators {
        bottom: 62px;
    }
    .carousel-item {
        height: 490px;
    }
    .content-section-item {
        padding: 48px 34px;
        margin: 90px 0px 22px -2px;
        padding-top: 70px;
    }
    .section-tittle h2 {
        font-size: 24px;
    }
    .section-tittle {
        text-align: center;
    }
    .content-section-item {
        height: 760px;
    }
    .screenshot-slider{
        padding-top: 90px;
    }
    .screenshot-slider .owl-carousel .owl-item img{
        width: auto;
        margin: 0 auto;
    }
    .screenshots .owl-item{
        border: none;
    }
    .b-btn-mr {
        margin-right: 22px;
    }
    .recog-bg .box-item h4 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 75px !important;
    }
    .mt-90 {
        margin-top: 20px;
    }
   
}
@media (max-width: 360px){
    .text-content h3 {
        font-size: 16px;
    }
    .ng-btn {
        padding: 8px 28px;
        font-size: 14px;
    }
    .text-content h3.slide-text {
        line-height: 22px;
    }
  
    .text-content h3:first-child {
        letter-spacing: 1px;
        font-style: normal;
    }
    
}


.top-nav-logo{background: #B02624; position: absolute; left: 0; top: 0; bottom: 0;}
.top-nav-logo:after,
.top-nav-logo:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    transition: all 0.5s ease;
}

.top-nav-logo:after {
    top: -82px;
    border-color: transparent transparent transparent #B02624;
    border-width: 80px;
    transition: all 0.5s ease;
}

.top-nav-logo:before {
    top: -82px;
    border-color: transparent transparent transparent #a00;
    border-width: 80px;
    transition: all 0.5s ease;
}

/* timing fixed for slider 8-3-2021 */

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.8s ease-in-out left !important;
    -moz-transition: 0.8s ease-in-out left !important;
    -o-transition: 0.8s ease-in-out left !important;
    transition: 0.8s ease-in-out left !important;
}