@font-face{
  font-family: "CenturyGothic";
  src: url(../fonts/CenturyGothic.ttf);
}
@font-face{
  font-family: "GOTHIC";
  src: url(../fonts/GOTHIC.TTF);
}
@font-face{
  font-family: "GOTHICB";
  src: url(../fonts/GOTHICB.TTF);
}
@font-face{
  font-family: "GOTHICB0";
  src: url(../fonts/GOTHICB0.TTF);
}
@font-face{
  font-family: "GOTHICBI";
  src: url(../fonts/GOTHICBI.TTF);
}
/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #8d151e;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #8d151e;
}
::-webkit-scrollbar-thumb:active {
  background: #8d151e;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html,body{
	font-family: 'Lato', sans-serif!important;
	font-size: 15px;
	overflow-x: hidden;
	color: #727272;
    background-color: #0f0f0f!important;
    /* background:  url(../efficient.jpg);
    opacity: 0.5;
    background-size: cover;*/
}
/*common*/
.newClass {
    background-color: #0f0f0f!important;
    z-index: 9;
    height: 95px!important;
    transition: all 0.3s linear;
}
.pad0{
    padding: 0;
}
.redcol{
    color: #8d151e;
}
a{
    color: #fff;
    text-decoration: none;
}
.fttitle1 {
    font-family: 'GOTHICB0';
    font-size: 50px;
    margin-bottom: 65px;
}
.fttitle {
    font-family: 'GOTHICB0';
    font-size: 40px;
    margin-bottom: 65px;
}
.headtitle {
    font-family: 'GOTHICB0';
    font-size: 30px;
    margin-bottom: 65px;
}
.smalltitle {
    font-family: 'GOTHIC';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.text-white{
    color: #fff;
}
.commontbpad {
    padding-top: 50px;
    padding-bottom: 50px;
}
.commonbpad {
    padding-bottom: 50px;
}
/**/

@media (min-width: 1400px){
    .container,.bannercontent {
    max-width: 1438px!important;
}
}
@media (min-width: 1200px){
    .container,.bannercontent {
    max-width: 1224px!important;
}
}
/*header*/
.mainheadlt img {
    width: 195px;
}
header.mainheader {
    height: 135px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
        z-index: 999;
}
.mainheadlt{
    padding-top: 28px;
}
.mainheadmdl ul {
    padding: 42px 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.mainheadmdl ul li{
    float: left;
    margin-right: 65px;
}
.mainheadmdl ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'GOTHIC';
}
.mainheadrt .contactbtn {
    background-color: #8d151e;
    color: #fff;
    text-decoration: none;
    padding: 13px 33px;
    font-size: 16px;
    float: right;
    font-weight: 600;
    font-family: 'GOTHIC';
    margin-top: 4px;
    border: none;
}
.mainheadrt {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 25px 0;
}
.aboutsec1_rt p {
    text-align: justify;
}
.bannersec img {
    width: 100%;
}
.mainheadmdl ul li a span {
    opacity: 0;
}
.mainheadmdl ul li.active a span {
    font-size: 8px;
    color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    top: -10px;
    opacity: 1;
}
.serv_box {
    background-color: #262626;
    padding: 50px 20px 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    min-height: 390px;
}
.serv_box img {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
}
.arrowround {
    position: absolute;
    right: -33px;
    width: 110px;
    height: 110px;
    background-color: #0f0f0f;
    bottom: -35px;
    border-radius: 50%;
    text-align: center;
    line-height: 85px;
    visibility: hidden;
    transition: all 0.3s linear;
}
.arrowround img {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
}
.serv_box:hover {
    background-color: #353334;
}
.serv_box:hover .arrowround{
    visibility: visible;
    transition: all 0.3s linear;
}

.hgallerysec{
    background-color: #f4f4f4;
    padding-top: 155px;
}
.demo-gallery ul#lightgallery {
    padding: 0;
    list-style-type: none;
    margin: 0 -14px;
    display: flex;
}
.demo-gallery ul#lightgallery li{
    padding: 0 15px 35px;
}
.demo-gallery img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.viewmoresec {
    float: right;
}
.viewmoresec span {
    text-align: center;
    background-color: #8d151e;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    border-radius: 50%;
    line-height: 35px;
    margin-right: 20px;
    position: relative;
}
.viewmoresec span img{
    filter: invert(1);
    width: 25px;
}
.viewmoresec a {
    color: #000;
    text-decoration: none;
    font-family: 'GOTHICB0';
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 35px 0 0;
}
.hgalsec .viewmoresec a {
    margin-bottom: 30px;
}
.bannersec {
        background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 100vh;
}

.bannercontent {
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100vh;
}
.bannercontent h1{
    margin-bottom: 0;
    padding: 10px 20px 0;
}
.bannercontent h3{
    margin-bottom: 0;
    padding: 10px 20px 0;
}
.bannersec:after {
    content: "";
    background: rgba(15, 15, 15, 0) linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 1)) repeat scroll 0 0;
    width: 100%;
    height: 4%;
    position: absolute;
    bottom: 0;
}
/**/

/*footer*/
footer{
    padding-top: 60px;
}
.ft_btmsec {
    border-top: 1px solid #333333;
    margin-top: 30px;
    padding-top: 30px;
}
.footlt .phone {
    margin-bottom: 10px;
}
.footlt .ftcnt {
    color: #8d151e;
    margin-top: 68px;
    display: block;
    font-family: 'GOTHICB0';
}
.footlt a:hover{
    color: #fff;
}
.footlt a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    margin-right: 45px;
}
.footrt ul {
    float: right;
    margin: 0;
    padding: 0 30px 0 0;
    list-style-type: none;
}
.footrt ul li {
    margin-bottom: 15px;
}
.footrt ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}
.ft_btmsec p {
    font-size: 18px;
    color: #575757;
    font-weight: 600;
}
.ft_btmsec_lt h4 {
    color: #9f9f9f;
    font-family: 'GOTHICB0';
    font-size: 25px;
}
.ft_btmsec_rt {
    float: right;
}
.ft_btmsec_rt .ft_social ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ft_btmsec_rt .ft_social ul li{
    float: left;
        width: 30px;
    height: 30px;
    text-align: right;
    margin-left: 50px;
}
.ft_btmsec_rt .ft_social ul li a{
    color: #9f9f9f;
   font-size: 30px;
}
.ft_btmsec_rt .ft_social {
    text-align: right;
    width: 100%;
    float: right;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-bottom: 25px;
}
.cpyrgt a {
    color: #8d151e;
    text-decoration: none;
}
.cpyrgt span {
    color: #9f9f9f;
    font-weight: 600;
    font-size: 16px;
}
.cpyrgt span.cpy1 {
    margin-right: 30px;
}
.cpyrgt {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

/*about*/
.aboutsec{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 17%;
        padding-top: 10%;
}
.aboutimg1 img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.aboutsec1 {
    display: flex;
    color: #fff;
    position: absolute;
    left: 55%;
    bottom: 0%;
    transform: translate(-50%,50%);
    width: 80%;
}
.aboutsec h4 {
    color: #f40335;
    font-weight: 600;
}
.aboutcnt1 {
    color: #fff;
    padding: 60px 40px;
}
.aboutsec1_lt img {
    width: 380px;
    height: 480px;
    object-fit: cover;
}
.aboutsec1_rt {
    padding: 50px;
}
.imgbox {
    background-image: url(../images/security2.jpg);
    background-size: cover;
    width: 100%;
    height: 300px;
  /*  display: flex;
    align-items: center;*/
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: -140px;
}

/*about*/
.innerbannercontent h4.headtitle {
    margin: 0;
    padding: 10px 20px 0;
}
.innergallerysec .demo-gallery img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.innerabt .aboutsec{
    padding-top:3%;
}
.serv_client ul{
    margin:0;
    list-style-type: none;
    padding: 0;
}
.serv_client ul li {
    position: relative;
    padding: 0 40px;
    color: #fff;
    margin-bottom: 10px;
    width: 50%;
    float: left;
        font-size: 16px;
}
.serv_client li:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    color: #f30334;
    left: 12px;
    font-size: 8px;
    top: 4px;
}
.contaddsec h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "GOTHICB0";
    margin-bottom: 30px;
    text-align: center;
}
.iconbx {
    background-color: #8d151e;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 48px;
    margin-right: 20px;
}
.cntbox {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.cntbox a{
    color: #fff;
    text-decoration: none;
}
.cntbox span {
    font-size: 18px;
}
.contaddsec {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.contform label {
    color: #fff;
    margin-bottom: 15px;
}
.contform .form-group {
    margin-bottom: 25px;
}
.contform .form-control:focus{
    outline: none;
    box-shadow: none;
}
.contform input.form-control {
    background-color: #262626;
    border: none;
    border-radius: 0;
    height: 55px;
    outline: none;
    color: #fff;
    outline: none;
}
.contform textarea.form-control {
    background-color: #262626;
    border: none;
    border-radius: 0;
    height: 110px;
    outline: none;
    resize: vertical;
    color: #fff;
    outline: none;
}


.hgallerysec .viewmoresec span:before{
    border: 1px solid #9b9b9b;
}

.viewmoresec span:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    /*background: #FF5A4C;*/
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.viewmoresec span:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    /*background: #FF5A4C;*/
    border-radius: 50%;
    transition: all 200ms;
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.imgbox h1.fttitle {
    margin: 0;
}
.line {
    background-color: #f40335;
    width: 70px;
    height: 3px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.innerimg {
    display: inline-block;
    margin: 60px 0;
    padding: 0 60px;
    position: relative;
    z-index: 99;
    width: 70%;
    float: left;
}
.innerimg_rt {
    float: right;
    width: 30%;
    position: relative;
    z-index: 99;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerimg_rt img {
    width: 60px;
}
.imgbox:after {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.banphon {
    padding: 10px 40px 10px 80px;
    font-size: 20px;
    color: #aeaeae;
    display: inline-block;
    background-color: #282828;
    margin: 30px 20px;
    border-radius: 20px;
    position: relative;
    text-decoration: none;
    outline: none;
}
.banphon:hover{
    color: #fff;
}
.banphon:before {
    font-family: FontAwesome;
    content: "\f095";
    background-color: #8d151e;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    font-size: 32px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -5px;
}















@media(max-width: 991px){
    .button_container {
    /* position: absolute; */
    /* top: 30px; */
    /* right: 10px; */
    height: 45px;
    width: 45px;
    cursor: pointer;
    z-index: 999;
    transition: opacity 0.25s ease;
    background-color: #fff;
    border-radius: 50%;
    float: right;
    text-align: center;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin-top: 8px;
}
.button_container:hover {
  opacity: 0.92;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
    border: none;
    transition: all 0.35s ease;
    cursor: pointer;
    font-size: 22px;
    line-height: 45px;
}
.overlay {
  position: fixed;
  background: #262626;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 999;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
     font-family: 'GOTHIC';
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
      font-family: 'GOTHIC';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.hidemenu{
   display: none; 
}
}


@media(min-width: 992px){
    .mobmenu {
    display: none;
}
}
.closebtn {
    position: absolute;
    right: 10px;
    top: 20px;
}
.closebtn i {
    color: #fff;
    float: right;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}


@media (max-width: 767px){
    .bannersec {
        background-repeat: no-repeat;
        /*background-size: contain;*/
        width: 100%;
        position: relative;
        height: 70vh;
        background-position: right;
    }
    .headtitle {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .fttitle1 {
        font-size: 25px;
        margin-bottom: 35px;
    }
    .ft_btmsec_lt h4 {
        font-size: 20px;
    }
    .cpyrgt span.cpy1 {
        margin-right: 0;
    }
    .cpyrgt span {
        font-size: 14px;
    }
    .ft_btmsec p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .innerimg_rt img {
        width: 47px;
    }
    .serv_box {
        min-height: 300px;
    }
    .demo-gallery img {
          height: 280px;
    }
        .cpyrgt {
            float: unset;
            text-align: center;
        }
        .ft_btmsec_rt .ft_social {
        text-align: center;
        float: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .ft_btmsec_rt .ft_social ul li {
        text-align: center;
        margin: 0 12px 0;
    }
    .footrt ul {
        float: left;
        margin: 0;
        padding: 0 0px 0 0;
        width: 100%;
    }
    .footrt ul li {
        margin-bottom: 15px;
        float: left;
        width: 50%;
        text-align: center;
    }
    .footrt ul li a {
        font-size: 17px;
    }
    .footlt a {
        font-size: 17px;
        margin-right: 20px;
    }
    .footlt .ftcnt {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    footer {
        padding-top: 0;
    }
    .aboutsec1_lt {
        display: none;
    }
    .aboutsec1_rt {
        padding: 0;
    }
    .aboutcnt1 {
        padding: 40px 10px 0;
    }
    .aboutsec {
        margin-bottom: 0;
        padding-top: 0;
    }
    .aboutsec1 {
        position: unset;
        transform: unset;
        width: 100%;
    }
    .fttitle {
        font-family: 'GOTHICB0';
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
   .aboutsec1_rt p {
        text-align: justify;
        font-size: 14px;
    }
   
    .serv_client ul li{
        width: 100%;
    }
    .contaddbox {
        margin-bottom: 40px;
        display: inline-block;
        width: 100%;
    }
    .cntbox span {
        font-size: 15px;
    }
    .cntbox {
        justify-content: start;
    }
    .mainheadrt {
        justify-content: center;
    }
    .viewmoresec a {
        margin: 15px 0 35px;
    }
    .innerimg {
        margin: 30px 0;
        padding: 0 10px;
        width: 100%;
    }
    .innerimg h1.fttitle.text-white {
        font-size: 26px;
    }
    .innerimg_rt {
        float: right;
        width: 100%;
        height: unset;
    }
    .imgbox {
        height: 330px;
    }
    footer h1.fttitle {
        font-size: 18px;
        margin-top: 40px;
    }
    .bannercontent h1 {
        padding: 0px 20px 0;
    }
    .mainheadlt {
        padding-top: 0;
    }
    header.mainheader {
        height: 95px;
    }
    .banphon:before {

    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.banphon {
    padding: 10px 40px 10px 53px;
    font-size: 16px;
}
.smalltitle {
    font-size: 17px;
}
.serv_box p {
    font-size: 14px;
}
}

@media (max-width: 576px){
    .container, .container-sm {
        max-width: 660px!important;
    }
}
@media (max-width: 991px){
    .container, .container-sm {
        max-width: 790px!important;
    }
}


@media (min-width: 768px) and (max-width: 991px){
    .bannersec {
        background-position: right;
    }
    .fttitle1 {
    font-size: 35px;
}
    .fttitle {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .footlt a {
        font-size: 20px;
        margin-right: 35px;
    }
    .footrt ul li a {
        font-size: 20px;
    }
    .ft_btmsec_rt .ft_social ul li {
        margin-left: 30px;
    }
    .ft_btmsec p {
        font-size: 18px;
    }
    .cpyrgt {
        margin-top: 0;
        text-align: right;
    }
    .cpyrgt span.cpy1 {
        margin-right: 0;
    }
    .aboutsec1_lt {
        display: none;
    }
    .aboutcnt1 {
        padding: 45px 25px;
    }
    .aboutsec1 {
        display: flex;
        color: #fff;
        position: unset;
        left: 55%;
        bottom: 0%;
        transform: unset;
        width: 100%;
    }
    .aboutsec1_rt {
        padding: 30px 0px;
        text-align: justify;
    }
    .aboutimg1 img {
        height: 300px;
    }
    .aboutsec {
        margin-bottom: 0;
    }
    .innerimg {
        padding: 0 20px;
    }
    .contaddbox {
        margin-bottom: 40px;
    }
    .bannercontent {
        height: 90vh;
    }
    .bannersec {
        height: 70vh;
    }
}


@media (min-width: 992px) and (max-width: 1199px){
    .mainheadrt .contactbtn {
        padding: 13px 20px!important;
    }
    .fttitle {
        font-size: 30px;
    }
    .aboutsec1_rt {
        padding: 50px 0px 0 50px;
    }
    .aboutsec1 {
        width: 87%;
    }
}
.clients img {
    width: 180px!important;
    margin: 0 auto;
}
.demo-gallery ul.row {
    padding: 0;
    margin-bottom: 0;
}
.demo-gallery ul li h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 20px 0 0;
}
.demo-gallery ul li p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}


section.thankyousec {
    width: 100%;
    height: 100vh;
    position: relative;
}
.thankyousec .contactbtn {
    background-color: #8d151e;
    color: #fff;
    text-decoration: none;
    padding: 13px 33px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'GOTHIC';
    margin-top: 4px;
    border: none;
        display: inline-block;
    margin: 30px 0 0;
}
.thankyoutext p {
    font-size: 20px;
    margin: 0 0;
}
.thankblock {
    width: 40%;
    margin: 0 auto;
    background-color: #353334;
    text-align: center;
    padding: 50px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.thumbicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #8d151e;
    border-radius: 50%;
    font-size: 30px;
    line-height: 57px;
    margin-bottom: 20px;
}


@media (max-width: 767px){
.thankblock {
    width: 85%;
}
.thankyoutext p {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 20px;
    line-height: 20px;
}
.thankyousec .contactbtn {
    margin: 10px 0 0;
}
}



.fix_icons {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
}
.fix_icons .fico{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    animation: pulse-animation 2s infinite;
    font-size: 25px;
	background-color:#8d151e;
	margin-bottom:10px;
}
.whts {
    font-size: 40px;
}
.fix_icons .fico1{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 42px;
	margin-bottom:10px;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }

}


/*service detail*/
.hservicesecdetail p {
    color: #ffffffe0;
}
.service_bx img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service_bx h4 {
    background: #7e131b;
    color: #fff;
    padding: 14px 20px;
    font-size: 17px;
}
.readmore {
    color: #ffffff;
    text-decoration: none;
}
.readmore:hover {
    color: #ffffff;
    text-decoration: none;
}
.readmore img {
    width: 13px;
    height: 13px;
    filter: invert(1);
    margin: 0;
}
/**/