a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
   font-family: Outfit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start ---*/

/*--- poppins font family start ---*/
@font-face {
    font-family: Outfit;
    src: url("../fonts/Outfit-Regular.eot");
    src: url("../fonts/Outfit-Regular.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Outfit-Regular.woff2") format("woff2"),
      url("../fonts/Outfit-Regular.woff") format("woff"),
      url("../fonts/Outfit-Regular.ttf") format("truetype"),
      url("../fonts/Outfit-Regular.svg#Outfit-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url("../fonts/Outfit-Medium.eot");
    src: url("../fonts/Outfit-Medium.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Outfit-Medium.woff2") format("woff2"),
      url("../fonts/Outfit-Medium.woff") format("woff"),
      url("../fonts/Outfit-Medium.ttf") format("truetype"),
      url("../fonts/Outfit-Medium.svg#Outfit-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url("../fonts/Outfit-SemiBold.eot");
    src: url("../fonts/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Outfit-SemiBold.woff2") format("woff2"),
      url("../fonts/Outfit-SemiBold.woff") format("woff"),
      url("../fonts/Outfit-SemiBold.ttf") format("truetype"),
      url("../fonts/Outfit-SemiBold.svg#Outfit-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url("../fonts/Outfit-Bold.eot");
    src: url("../fonts/Outfit-Bold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Outfit-Bold.woff2") format("woff2"),
      url("../fonts/Outfit-Bold.woff") format("woff"),
      url("../fonts/Outfit-Bold.ttf") format("truetype"),
      url("../fonts/Outfit-Bold.svg#Outfit-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url("../fonts/Outfit-ExtraBold.eot");
    src: url("../fonts/Outfit-ExtraBold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Outfit-ExtraBold.woff2") format("woff2"),
      url("../fonts/Outfit-ExtraBold.woff") format("woff"),
      url("../fonts/Outfit-ExtraBold.ttf") format("truetype"),
      url("../fonts/Outfit-ExtraBold.svg#Outfit-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*----- header section start -----*/
.header_top {
    background: #171717;
    padding: 10px 0;
}
.header_toprtbox {
    display: flex;
    align-items: center;
}
.hd_toprticon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd_textrt {
    width: 65%;
    margin-left: 10px;
}
.hd_rtbd {
    border-right: 1px solid rgb(255 255 255 / 11%);
    padding-right: 40px;
}
.hd_textrt a {
    color: #fff;
    font-size: 15px;
}
.hd_textrt a:hover{
    color: #e31923;
}
.hd_textrt strong {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.hd_toprticon img {
    width: 20px;
}
.header_btm {
    background: #fff;
}
.top_headbtn ,.cnt_formbox .box .btn{
    background: #e31923;
    padding: 10px 25px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 10px;
}
.top_headbtn:hover{
    box-shadow: inset 0px 80px #000;
    color: #fff;
}
.hd_topbtn:hover ,.cnt_formbox .box .btn:hover{
    box-shadow: inset 0 80px #fff;
    color: #000;
}
.top_headbtn2{
    background: #fff;
    color: #040404;
}
.top_headbtn3{
    background: #000;
}
.top_headbtn3:hover{
    box-shadow: inset 0 80px #e31923;
    color: #fff;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.header_nav ul li li{
    margin: 0;
    text-align: left;
}
.header_nav ul li a {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    text-transform: capitalize;
}
.header_nav ul li a:hover{
    color: #e31923;
}
.btm_nav_btn {
    background: #31bed7;
    color: #213a77;
    height: 100%;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btm_nav_btn:hover{
    color: #213a77;
    box-shadow: inset 0 80px #fff;
}

.rotate_call img{
	animation: oscillate-rotation 1s infinite ease-in-out;
}

@keyframes oscillate-rotation{
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(0deg);
    }
}

.navbar-default.navbar-shrink .header_btm {
    box-shadow: 0px 2px 10px -5px #a9a9a9;
}
/*---- header section end ----*/

/*---- banner section start -----*/
.banner_bg {
    position: relative;
    margin-top: 126px;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 40%) 55%, rgba(0, 0, 0, 90%) 100%);
    z-index: 1;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    max-width: 515px !important;
    right: 6%;
    transform: translatey(-50%);
}
.banner_bg .ms-nav-prev {
    background: url(../images/banner_leftarrow1.png) no-repeat !important;
    width: 24px !important;
    height: 35px !important;
}
.banner_bg .ms-nav-next {
    background: url(../images/banner_leftarrow2.png) no-repeat !important;
    width: 24px !important;
    height: 35px !important;
}
.banner_text1 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: 800;
    margin: 0;
}
.banner_text_para {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}
/*---- banner section start -----*/

/*---- testimonial section start ----*/
.testimonial_info {
    background: #e31923;
    padding: 45px 0 35px;
}
.tt_smalltext {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
.tt_texthd {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
}
.testimonial_boxright {
    border-left: 1px solid rgb(255 255 255 / 17%);
    padding: 0 110px 0 60px;
}
.testimonial_boxright .sp-testimonial-content p {
    color: #fff;
    text-align: left !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.testimonial_boxright .sp-testimonial-client-name {
    text-align: left !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 21px !important;
}
.testimonial_boxright .sp-testimonial-client-rating {
    position: absolute;
    bottom: 3px;
    left: 210px;
}
.testimonial_boxright .sp-testimonial-free-section{
    margin: 0 !important;
}
/*---- testimonial section start ----*/

/*--- services section start ------*/

.clien_btandicon {
    display: inline-block;
    text-align: center;
    padding: 0px 6px;
    font-family: Impact;
    font-size: 155px;
    -webkit-text-stroke: 1px rgb(4 4 4 / 10%);
    color: white;
    text-transform: capitalize;
    line-height: 160px;
}
.marquee {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 200px;
    margin-bottom: -73px;
    z-index: -1;
}
.trak {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.services_leftimg {
    height: 100%;
}
.services_leftimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_lefttxtbox {
    position: absolute;
    bottom: 10%;
    right: 50%;
    transform: translate(50%);
    width: 88%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 15px 0;
}

.left_servesmtxt {
    font-size: 13px;
    text-transform: uppercase;
    color: #e41a23;
    font-weight: 600;
}
.serve_locate {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.serv_rightmnbox {
    padding-left: 30px;
}
.services_rtbox {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.services_iconbox {
    width: 80px;
    height: 80px;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.services_iconbox img {
    width: 45px;
}
.services_rttext {
    width: 74%;
    padding: 0 35px 0 30px;
    position: relative;
}
.services_rttext strong {
    display: block;
    font-size: 18px;
    color: #e41a23;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 22px;
}
.main_text_hd {
    font-size: 35px;
    font-weight: bold;
    color: #040404;
    line-height: 40px;
}
.serve_linkbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}
.serve_linkbtn img {
    width: 12px;
}
/*--- services section end ------*/

/*---- cnt main section start ---*/
.cntmain_info{
    background: url(../images/cnt_mainbackimg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 70px 0;
    margin: 80px 0 25px;
    position: relative;
    z-index: 0;
}
.cntmain_info::before ,.about_info::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 90%);
    z-index: -1;
}
.cnt_rightbox {
    padding-left: 50px;
    border-left: 1px solid rgb(255 255 255 / 10%);
}
.main_text_hd2 {
    font-size: 40px;
    line-height: 45px;
}
.cnt_rightbox .main_text_hd {
    font-size: 30px;
    margin-bottom: 20px;
}
.cnt_formbox .box .form-control ,.cnt_formbox .box select{
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 12px;
    color: #000;
    box-shadow: none;
}
.cnt_formbox .box select{
    background: url("../images/drop_menu.png") #fff no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: none;
}
.cnt_formbox .box textarea{
    height: 90px;
    resize: none;
}
/*---- cnt main section end ---*/

/*-- brand section start --*/
.brand_toptext {
    font-size: 20px;
    color: #020200;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(159 159 159 / 40%);
}
.brand_boxitem {
    border-right: 1px solid rgb(159 159 159 / 40%);
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 22px;
}
.brand_boxitem img {
    filter: grayscale(1);
}
.brand_box .owl-prev {
    width: 30px;
    height: 40px;
    background: url(../images/owl_leftarrow.png) no-repeat !important;
    top: 25%;
    position: absolute;
    left: 0;
    font-size: 0 !important;
    background-size: 17px !important;
    background-position: center !important;
}
.brand_box .owl-next {
    width: 30px;
    height: 40px;
    background: url(../images/owl_rightarrow.png) no-repeat !important;
    top: 25%;
    position: absolute;
    right: 0;
    font-size: 0 !important;
    background-size: 17px !important;
    background-position: center !important;
}
.brand_box {
    padding: 0 20px;
}
/*--- brand section end --*/

/*---- about section start --------*/
.about_info{
    padding: 76px 0 138px;
    background: url(../images/about_backimg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.about_rttextbox {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e31923;
    font-size: 18px;
    color: #fff;
    padding: 20px;
    border-radius: 0 60px 0 5px;
    margin: 0;
}
.main_text_hd strong{
    font-weight: bold;
    color: #e41a23;
}
.main_text_para2 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 15px 0;
}
.main_text_para {
    font-size: 15px;
}
.about_lftbox {
    padding-right: 60px;
}
.about_rightbox img {
    border-radius: 5px;
}
/*----- about section end -----*/

/*-- support section start --*/
.support_info {
    position: relative;
    margin-top: -60px;
}
.support_inmainbox {
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
    min-height: 100%;
    text-align: center;
    padding: 25px 15px;
    border-radius: 4px;
}
.support_icon img {
    width: 37px;
}
.support_icontext {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-top: 15px;
}
/*-- support section end --*/

/*-- cta bottom section start --*/
.cta_btminfo {
    padding: 50px 0 74px;
}
.main_text_clr {
    color: #e41a23;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}
/*-- cta bottom section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 50px 0 25px;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}
.footer_bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(227 25 35 / 90%);
    z-index: -1;
}
.bt_bdright {
    border-right: 1px solid rgb(255 255 255 / 14%);
}
.footer_hd_text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 24px;
    text-transform: uppercase;
}
.footer_txtpara {
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}
.ft_leftmnicon {
    width: 70px;
    height: 70px;
    background: #0c0c0c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft_leftmnicon img {
    width: 32px;
}
.ft_rtmntextbox {
    width: 75%;
    margin-left: 15px;
}
.footer_text_left, .footer_text_left a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.footer_text_left a:hover{
    color: #000;
}
.footer_text_left {
    width: 92%;
}
.footer_detailimg img {
    width: 15px;
    margin-right: 10px;
}
.footer_btmbox {
    background: #0b0b0b;
    padding: 25px 0 15px;
}
.footer_list{
    text-align: center;
}
.footer_list ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid #fff;
    line-height: 18px;
}
.footer_list ul li:last-child{
    border: none;
}
.footer_list ul li a {
    color: #fff;
    font-weight: 500; 
}
.ft_btminfo {
    margin-top: 27px;
    padding-top: 17px;
    border-top: 1px solid rgb(255 255 255 / 5%);
}
.ft_btmcopy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft_btmsocial img {
    width: 37px;
/*     margin-right: 10px; */
}
.ft_copytext {
    color: #fff;
    font-size: 15px;
}
.ft_copytext strong{
    font-weight: 400;
}
.ft_copytext a{
    color: #fff;
}
.ft_copytext a:hover{
    color: #e31923;
}
/*--- footer section end --*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 99;
    border: none;
    outline: none;
    background: #e31923;
    cursor: pointer;
    padding: 0px 8px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.5s;
}
#back_to_top:hover{
    box-shadow: inset 0 80px #000;
}
.side_fixed_buttons {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 360px;
}
.side_rtbtn a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212121;
    border-radius: 50%;
    margin-bottom: 6px;
    transition: all 500ms ease-in-out;
}
.side_rtbtn a:hover{
    box-shadow: inset 0 80px #e31923;
}
.side_rtbtn img {
    width: 18px;
}
.side_fixed_btnleft {
    position: fixed;
    z-index: 999999999;
    transform: rotate(270deg);
    left: -126px;
    top: 330px;
}
.side_btn1, .side_btn2 {
    background: #e31923;
    padding: 12px 18px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.side_btn2 {
    background: #100f0f;
}
/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 40px !important;
    margin: 133px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #e31923;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #e31923;
}

.inner_btmbntext {
    background: #e31923;
    color: #fff;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 500;
}
.inner_contactbox {
    min-height: 100%;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 1px 2px 6px #c1c0c0;
}
.inner_servebox_img img {
    width: 60px;
    margin-bottom: 15px;
}
.inner_text_hd {
    font-size: 30px;
    font-weight: 500;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #e31923;
    font-weight: 500;
}
.inner_contactbox .inner_text_hd {
    font-size: 20px;
    font-weight: 600;
    color: #e31923;
    margin-bottom: 10px;
    line-height: 24px;
}
.inner_contactbg {
    background: #000;
    padding: 50px 0;
    margin-top: 40px;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #e31923;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}   
.contact_left_text a {
    color: #fff;
}
.contact_left_text a:hover {
    color: #e31923;
}
.inner_servebox {
    background: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
    min-height: 100%;
}
.inner_servebox .inner_text_hd {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.inner_sevcontact {
    background: #000;
    padding: 40px 30px;
    border-radius: 10px;
}
.cnt_innerbox {
    padding: 50px 30px;
    background: #e31923;
    margin-top: 50px;
}
.inner_pg_img img {
    width: 100%;
    box-shadow: 0px 0px 6px #a7a7a7;
    padding: 8px;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 5px;
    font-size: 16px;
    color: #111;
    padding: 0px 0 6px 22px;
    line-height: 24px;
    font-weight: 400;
    list-style: none;
    background-size: 18px;
}
.inner_text_para {
    margin-bottom: 10px;
    color: #484848;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.brandinlogo {
    min-width: 12%;
    max-width: 12%;
    margin-top: 15px;
}
.brandinlogo img {
    border: 1px solid #eee;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #424242;
    color: #ffffff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #e31923;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.bg_tablerow th {
    background: #e31923 !important;
    color: #ffffff;
}
.career_form {
    background: #000;
    padding: 22px;
    border-radius: 10px;
}
.ref_form_box_label {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
}
.ref_form_box_label p{
    margin-bottom: 0px;
}
.ref_form_box_heading {
    font-size: 20px;
    color: #e31923;
}
/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_logo img {
    width: 170px;
}
.hd_topmiddbox {
    display: none !important;
}
.hd_topbtn ,.header_nav{
	display: none;	
}
.banner_bg {
    margin-top: 60px;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 300px !important;
}
.banner_text1 {
    font-size: 40px;
    line-height: 45px;
}
.ms-slide-info {
    max-width: 340px !important;
    right: 3%;
}
.brandinlogo {
    min-width: 33%;
    max-width: 33%;
}
.top_headbtn, .cnt_formbox .box .btn {
    padding: 10px 20px;
    font-size: 15px;
}
.testimonial_boxright {
    border-left: none;
    padding: 0;
}
.main_text_hd {
    font-size: 27px;
    line-height: 35px;
}
.marquee {
    margin-bottom: -100px;
}
.tt_texthd {
    font-size: 28px;
    line-height: 40px;
}
.services_rtbox {
    display: block;
}
.services_rttext {
    width: 90%;
    padding: 0;
    margin-top: 20px;
}
.cntmain_info {
    padding: 40px 0;
    margin: 40px 0 25px;
}
.cnt_rightbox {
    padding-left: 0;
    border-left: none;
}
.brand_toptext {
    font-size: 18px;
    padding: 10px;
}
.about_info {
    padding: 45px 0 90px;
}
.about_rttextbox {
    font-size: 16px;
    padding: 10px;
}
.about_rightbox {
    margin-bottom: 30px;
}
.about_lftbox {
    padding-right: 0;
}
.services_leftimg {
    height: auto;
    margin-bottom: 40px;
}
.serv_rightmnbox {
    padding-left: 0;
}
.support_box {
    width: 50%;
    flex: 0 0 50%;
}
.cta_btminfo {
    padding: 30px 0 40px;
}
.footer_list ul li {
    display: block;
    text-align: left;
    border-right: none;
    padding: 0;
    margin-bottom: 8px;
}
.ft_btmcopy {
    display: block;
    text-align: center;
}
.footer_head {
    display: block !important;
    margin-bottom: 25px;
}
.ft_rtmntextbox {
    width: 90%;
    margin-left: 0;
    margin-top: 20px;
}
.ft_btminfo {
    padding: 15px 0 50px;
}
.ft_copytext strong {
    display: block;
}
.ft_btmsocial {
    margin: 10px 0;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 100px 0 20px !important;
    margin: 60px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.inner_btmbntext {
    padding: 10px 10px;
    font-size: 18px;
}
.inner_btmbntext br {
    display: none;
}
.inner_text_hd {
    font-size: 25px;
    line-height: 32px;
}
.inner_pg_img {
    margin-bottom: 40px;
}
.inner_serveleftbox {
    flex-wrap: wrap;
	justify-content: center;
}
.inner_servebox {
    margin: 0;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    flex: 0 0 100%;
}
.inner_contactbg {
    padding: 40px 0;
    margin-top: 30px;
}
.cnt_innerbox {
    padding: 30px 15px;
    margin-top: 30px;
}
.bt_bdright {
    border-right: none;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.testimonial_boxright {
    border-left: 1px solid rgb(255 255 255 / 17%);
    padding-left: 30px;
}
.services_rtbox {
    display: flex;
}
.services_rttext {
    width: 80%;
    padding: 0 0 0 20px;
}
.support_box {
    width: 33%;
    flex: 0 0 33%;
}
.footer_list ul li {
    display: inline-block;
    padding-right: 5px;
}
.ft_copytext strong {
    display: inline-block;
}
.inside_brand_logo {
    min-width: 16%;
    max-width: 16%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.testimonial_boxright {
    border-left: 1px solid rgb(255 255 255 / 17%);
    padding-left: 30px;
}
.services_rtbox {
    display: flex;
}
.services_rttext {
    width: 80%;
    padding: 0 0 0 20px;
}
.support_box {
    width: 33%;
    flex: 0 0 33%;
}
.footer_list ul li {
    display: inline-block;
    padding-right: 5px;
}
.ft_copytext strong {
    display: inline-block;
}
.inside_brand_logo {
    min-width: 16%;
    max-width: 16%;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {
.ms-slide-info {
    right: 2%;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    right: 7%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    right: 14%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    right: 16%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 24%;
}
} 