@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');
/* font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; */
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #d90200;
}
img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: neuro;
    src: url('../fonts/neuro.ttf');
  }


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}
.theme_btn {
    color: #ffffff;
    z-index: 1;
    background: #d90200;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    display: inline-flex;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    align-items: center;
    padding: 8px 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@keyframes glitch {
    0% {
     clip-path: var(--slice-1);
     transform: translate(-20px, -10px);
    }
   
    10% {
     clip-path: var(--slice-3);
     transform: translate(10px, 10px);
    }
   
    20% {
     clip-path: var(--slice-1);
     transform: translate(-10px, 10px);
    }
   
    30% {
     clip-path: var(--slice-3);
     transform: translate(0px, 5px);
    }
   
    40% {
     clip-path: var(--slice-2);
     transform: translate(-5px, 0px);
    }
   
    50% {
     clip-path: var(--slice-3);
     transform: translate(5px, 0px);
    }
   
    60% {
     clip-path: var(--slice-4);
     transform: translate(5px, 10px);
    }
   
    70% {
     clip-path: var(--slice-2);
     transform: translate(-10px, 10px);
    }
   
    80% {
     clip-path: var(--slice-5);
     transform: translate(20px, -10px);
    }
   
    90% {
     clip-path: var(--slice-1);
     transform: translate(-10px, 0px);
    }
   
    100% {
     clip-path: var(--slice-1);
     transform: translate(0);
    }
   }

.theme_btn::before { padding: 16px 20px;
    font-size: 18px;
    background: linear-gradient(45deg, transparent 5%, #ff013c 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
    box-shadow: 6px 0px 0px #00e6f6;
    outline: transparent;
    position: relative;}
.theme_btn::before {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: "click";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 3%, #00e6f6 3%, #00e6f6 5%, #ff013c 5%);
    text-shadow: -3px -3px 0px #f8f005, 3px 3px 0px #00e6f6;
    clip-path: var(--slice-0);
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
        animation: 1s glitch;
        animation-timing-function: steps(2, end);
       }


.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */


.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 23px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #d90200;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
/* Tabs  */

/* headr baner start */
ul.top-cntct {
    display: flex;
    margin-bottom: 0;
    gap: 10%;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
ul.top-socils {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    gap: 2%;
}
.topSec {
    background: #171717d1;
    padding: 11px 0;
}
.menuSec {
    background: #210d0d78;
    border-top: 1px solid #645b5b;
    border-bottom: 1px solid #645b5b;
    padding: 20px 0;
}
ul.top-cntct a {
    font-family: 'Roboto', sans-serif;
    color: #a2a2a2;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.top-cntct a i {
    font-size: 20px;
    color: #Fff;
}

ul.top-socils li {
    width: 33px;
    height: 33px;
    border: 1px solid #8b8b8b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #222222;
    transition: .1s ease-in-out;
}

ul.top-socils li a {
    color: #fff;
}

ul.top-socils li:hover {
    background: #d90200;
    transform: scale(1.2);
}
.topSec .row {
    align-items: center;
}
.menuSec ul {
    display: flex;
    justify-content: space-between;
}
ul.top-cntct a:hover {
    color: #d90200;
}

ul.top-cntct a:hover i {
    transform: scale(1.2);
}
.banner_text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 16px;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 39px;
    background: linear-gradient(90deg, rgba(214,4,2,1) 30%, rgba(214,4,2,0.36738445378151263) 55%, rgba(214,4,2,0.0032387955182072714) 100%);
}
.banner_text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 16px;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 39px;
    background: linear-gradient(90deg, rgba(214,4,2,1) 30%, rgba(214,4,2,0.36738445378151263) 55%, rgba(214,4,2,0.0032387955182072714) 100%);
}

.banner_text h2 {
    font-family: neuro;
    font-size: 83px;
    color: #fff;
    text-transform: uppercase;
    filter: drop-shadow(2px 4px 3px #0000004f);
    margin-bottom: 20px;
}
.menuSec ul li.active a {
    color: #d90200;
}
.banner_text h2 span {
    color: #d90200;
}

.banner_text p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}
.menuSec a.top {
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banr-btns a:first-child {margin-right: 4%;}

.banr-btns a {
    height: 47px;
    width: 150px;
}
.carousel-caption {
    background: transparent;
    top: 5%;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
  }


  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.carousel-indicators:before {
    content: '';
    position: absolute;
    left: -21%;
    width: 223px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/carous-butn-left.png);
    bottom: 5px;
}
.carousel-indicators:after {
    content: '';
    position: absolute;
    left: 7.5%;
    width: 461px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url('../images/carous-butn-right.png');
    bottom: 5px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  outline: 1px solid #fff;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 6%;
    left: 32%;
    z-index: 2;
    display: flex;
    padding: 0;
    list-style: none;
    gap: 5px;
    margin: 0;
    justify-content: unset;
  
}
/* headr baner end */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');
/* font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; */
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #d90200;
}
img {
    max-width: 100%;
}
.img-fluid {
    width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: neuro;
    src: url('../fonts/neuro.ttf');
  }


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}
.theme_btn {
    color: #ffffff;
    z-index: 1;
    background: #d90200;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    display: inline-flex;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    align-items: center;
    padding: 8px 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@keyframes glitch {
    0% {
     clip-path: var(--slice-1);
     transform: translate(-20px, -10px);
    }
   
    10% {
     clip-path: var(--slice-3);
     transform: translate(10px, 10px);
    }
   
    20% {
     clip-path: var(--slice-1);
     transform: translate(-10px, 10px);
    }
   
    30% {
     clip-path: var(--slice-3);
     transform: translate(0px, 5px);
    }
   
    40% {
     clip-path: var(--slice-2);
     transform: translate(-5px, 0px);
    }
   
    50% {
     clip-path: var(--slice-3);
     transform: translate(5px, 0px);
    }
   
    60% {
     clip-path: var(--slice-4);
     transform: translate(5px, 10px);
    }
   
    70% {
     clip-path: var(--slice-2);
     transform: translate(-10px, 10px);
    }
   
    80% {
     clip-path: var(--slice-5);
     transform: translate(20px, -10px);
    }
   
    90% {
     clip-path: var(--slice-1);
     transform: translate(-10px, 0px);
    }
   
    100% {
     clip-path: var(--slice-1);
     transform: translate(0);
    }
   }

.theme_btn::before { padding: 16px 20px;
    font-size: 18px;
    background: linear-gradient(45deg, transparent 5%, #ff013c 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
    box-shadow: 6px 0px 0px #00e6f6;
    outline: transparent;
    position: relative;}
.theme_btn::before {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    content: "click";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 3%, #00e6f6 3%, #00e6f6 5%, #ff013c 5%);
    text-shadow: -3px -3px 0px #f8f005, 3px 3px 0px #00e6f6;
    clip-path: var(--slice-0);
}

.theme_btn:hover {
    color: #fff;
    transform: scale(1.05);
}

.theme_btn:hover::before {
        animation: 1s glitch;
        animation-timing-function: steps(2, end);
       }


.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */


.menuSec img {
    margin: 0;
}
.menuSec img {
    margin: 0;
    /* width: 100%; */
    position: absolute;
    width: 19%;
    left: 74px;
    top: 0;
}
.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 23px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #d90200;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
/* Tabs  */

/* headr baner start */
ul.top-cntct {
    display: flex;
    margin-bottom: 0;
    gap: 10%;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
ul.top-socils {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    gap: 2%;
}
.topSec {
    background: #171717d1;
    padding: 11px 0;
}
.menuSec {
    background: #210d0d78;
    border-top: 1px solid #645b5b;
    border-bottom: 1px solid #645b5b;
    padding: 20px 0;
    position: relative;
}
ul.top-cntct a {
    font-family: 'Roboto', sans-serif;
    color: #a2a2a2;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.top-cntct a i {
    font-size: 20px;
    color: #Fff;
}

ul.top-socils li {
    width: 33px;
    height: 33px;
    border: 1px solid #8b8b8b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #222222;
    transition: .1s ease-in-out;
}

ul.top-socils li a {
    color: #fff;
}

ul.top-socils li:hover {
    background: #d90200;
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 3px #fff);
}
.topSec .row {
    align-items: center;
}
.menuSec ul {
    display: flex;
    justify-content: space-between;
}
ul.top-cntct a:hover {
    color: #d90200;
}

ul.top-cntct a:hover i {
    transform: scale(1.2);
    filter: drop-shadow(1px 1px 7px #fff);
}
.banner_text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 16px;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 39px;
    background: linear-gradient(90deg, rgba(214,4,2,1) 30%, rgba(214,4,2,0.36738445378151263) 55%, rgba(214,4,2,0.0032387955182072714) 100%);
}
.banner_text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 16px;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 39px;
    background: linear-gradient(90deg, rgba(214,4,2,1) 30%, rgba(214,4,2,0.36738445378151263) 55%, rgba(214,4,2,0.0032387955182072714) 100%);
}

.banner_text h2 {
    font-family: neuro;
    font-size: 83px;
    color: #fff;
    text-transform: uppercase;
    filter: drop-shadow(2px 4px 3px #0000004f);
    margin-bottom: 20px;
    animation: flicker-in-1 3s linear both;
}
@keyframes flicker-in-1{0%{opacity:0}10%{opacity:0}10.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}10.2%{opacity:0}20%{opacity:0}20.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}20.6%{opacity:0}30%{opacity:0}30.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}30.5%{opacity:1;}30.6%{opacity:0}45%{opacity:0}45.1%{opacity:1; }50%{opacity:1; }55%{opacity:1;}55.1%{opacity:0}57%{opacity:0}57.1%{opacity:1}60%{opacity:1;}60.1%{opacity:0}65%{opacity:0}65.1%{opacity:1;}75%{opacity:1}75.1%{opacity:0}77%{opacity:0}77.1%{opacity:1}85%{opacity:1}85.1%{opacity:0}86%{opacity:0}86.1%{opacity:1}100%{opacity:1}}




.banner_text h2 span {
    color: #d90200;
}

.banner_text p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}
.menuSec a.top {
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banr-btns a:first-child {margin-right: 4%;}

.banr-btns a {
    height: 47px;
    width: 150px;
}
.carousel-caption {
    background: transparent;
    top: 5%;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
  }


  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.carousel-indicators:before {
    content: '';
    position: absolute;
    left: -21%;
    width: 223px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/carous-butn-left.png);
    bottom: 5px;
}
.carousel-indicators:after {
    content: '';
    position: absolute;
    left: 7.5%;
    width: 461px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url('../images/carous-butn-right.png');
    bottom: 5px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  outline: 1px solid #fff;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 6%;
    left: 32%;
    z-index: 2;
    display: flex;
    padding: 0;
    list-style: none;
    gap: 5px;
    margin: 0;
    justify-content: unset;
  
}
/* headr baner end */

/* about satrt */
section.about .container-fluid {
    padding-left: 10%;
}
section.about .row {
    align-items: center;
}
.abt-txt h3 {
    text-align: center;
    font-family: 'neuro';
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 400;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 25%, rgba(215,2,0,1) 50%, rgba(113,0,1,1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.abt-txt h3:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 73px;
    background-image: url('../images/about-top.png');
    bottom: 96px;
    background-size: contain;
    left: 52.8%;
    background-repeat: no-repeat;
}
.abt-txt p.frst {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 25px;
}
.abt-txt p.scd {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f;
    line-height: 25px;
}
.abt-txt p {
    margin-bottom: 3%;
}
.abt-txt a {
    height: 50px;
    width: 150px;
}
section.about {
    position: relative;
}
section.about:before {
    content: '';
    position: absolute;
    left: 0%;
    width: 39%;
    height: 762px;
    background: url('../images/about-left.png');
    top: -20%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
section.about:after {
    content: '';
    position: absolute;
    right: 0;
    width: 34%;
    height: 762px;
    background: url('../images/about-right.png');
    top: -20%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
/* about end */

/* srvs start */
.srvs-slidr img {
    width: inherit;
}
.srvs-sld-bx {
    background: #d90200;
    text-align: center;
    padding: 20% 0;
    clip-path: polygon(100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%, 5% 0);
}
.srvs-slidr .slick-active {opacity: 1;}
.srvs-sld-bx:after {
    content: '';
    position: absolute;
    width: 95%;
    height: 76%;
    background-image: url(../images/srvs-bx-back.png);
    bottom: 9%;
    background-size: cover;
    left: 0;
    opacity: 0.2;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
.srvs-sld-bx.tw:after {
    background-image: url('../images/srvs-bx3-back2.png');
}
.srvs-sld-bx.thr:after {
    background-image: url('../images/srvs-bx3-back3.png');
}
.srvs-sld-bx img {margin: 0 auto;margin-bottom: 8%;height: 122px;transition: .3s ease-in-out;}

.srvs-sld-bx h6 {
    font-family: 'neuro';
    color: #fff;
    font-size: 24px;
}
.srvs-sld-bx p {
    line-height: 27px;
    font-family: 'Roboto';
    font-weight: 400;
    width: 86%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffffa1;
    height: 60px;
}
section.srvs {
    background: url(../images/servs-back.jpg);
    width: 100%;
    background-size: cover;
    margin-top: -1%;
    padding-top: 10%;
    z-index: 1;
    position: relative;
    padding-bottom: 8%;
    
}

.srvs-head h2 {
    text-align: center;
    color: #fff;
    font-family: 'neuro';
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 6%;
}
.srvs-sld-bx-mn a {
    border: none;
    background: url(../images/slidr-btn-back.png);
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
    left: 0px;
    right: 0px;
    top: -25px;
    margin: auto;
    z-index: 999;
    display: flex;
    width: 39%;
    height: 46px;
    transition: .3s ease-in-out;
}
.srvs-sld-bx-mn {
    position: relative;
    transition: .3s ease-in-out;
}


.srvs-slidr .slick-prev:before{
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.srvs-slidr .slick-next:before{
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.srvs-slidr .slick-prev{
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    left: -65px;
    transition: .2s ease-in-out;
}
.srvs-slidr .slick-next{
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    right: -55px;
    transition: .2s ease-in-out;
}
/* srvs end */

/* how work satrt */
section.how-work {
    background: url('../images/how-works-back.png');
    width: 100%;
    background-size: cover;
    margin-top: -1%;
    padding: 10% 0;
}
.how-work-hed h3 {
    font-family: 'neuro';
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 400;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 42%, rgba(215,2,0,1) 85%, rgba(113,0,1,1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.how-work-img {
    background: linear-gradient(90deg, rgba(113,0,1,1) 0%, rgba(201,2,0,0.9780287114845938) 46%, rgba(113,0,1,1) 100%);
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    position: relative;
    animation: 2s ease-in-out float infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.how-work-img.ani2 {
    animation-delay: .3s;
}
.how-work-img.ani3 {
    animation-delay: .6s;
}
.how-work-img.ani4 {
    animation-delay: .8s;
}
.how-work-img:after {
    content: '';
    position: absolute;
    outline: 2px dashed #c90706;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    -webkit-animation: rotation 30s infinite linear;
}
@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}
.how-wrk-bx {
    text-align: center;
    z-index: 1;
    position: relative;
}
.how-wrk-bx h6 {
    margin-top: 10%;
    font-size: 25px;
    font-family: 'neuro';
    color: #4c4c4c;
}
.how-work-hed {
    margin-bottom: 6%;
}
.how-wrk-bx.scd {
    padding-top: 25%;
}
.how-work-stp{position: relative;}
.how-work-stp:after {
    background-image: url(../images/how-step-back.png);
    background-size: cover;
    width: 111%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 154px;
    bottom: 42%;
    left: -5%;
}
.perfect-sol {
    padding-right: 10%;
    padding-left: 3%;
}

.perfect-sol-img {
    text-align: center;
    position: relative;
}

/* how work end */

/* why chose start */
.why-chose {
    padding: 7% 0;
    background: url('../images/why-chose-bck.jpg');
    width: 100%;
    background-size: cover;
}
.perfect-sol-img:after {
    content: '';
    position: absolute;
    left: -11.3%;
    width: 30%;
    height: 43%;
    top: 34%;
    background: linear-gradient(270deg, rgba(113,0,1,1) 0%, rgba(196,2,0,1) 63%);
    
}

.perfect-sol-img img {
    z-index: 1;
    position: relative;
}
.perfect-sol .row {
    align-items: center;
}
.perfect-sol-txt h6 {
    font-family: 'neuro';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 40px;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 16%, rgba(215,2,0,1) 73%, rgba(113,0,1,1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.perfect-sol-txt p {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.perfect-sol-txt .perfect-sol-catg {
    display: flex;
    margin-top: 10%;
    gap: 5%;
}
.prfext-high h5 {
    font-family: 'neuro';
    color: #000;
    font-size: 19.75px;
    font-weight: 400;
    margin-top: 6%;
}
.prfext-high p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 25px;
    color: #000;
}
.why-chose-sec {padding-left: 10%;padding-top: 3%;}
.perfect-sol-txt.why h6 {
    font-size: 35px;
}
.perfect-sol-txt.why h5 {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 500;
}
.perfect-sol-txt.why ul li {display: flex;align-items: center;gap: 2%;margin-bottom: 3%;}
.perfect-sol-txt.why ul li p {
    margin-bottom: 0;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
}
.perfect-sol-txt.why a {
    width: 150px;
    height: 50px;
    margin-top: 2%;
}
.why-chose-sec .row {
    align-items: center;
}
.perfect-sol-txt.why ul {
    margin-top: 4%;
}
.why-chos-img {
    position: relative;
}
.why-chos-img:after {
    content: '';
    position: absolute;
    right: -2%;
    width: 26%;
    height: 45%;
    top: 31%;
    background: linear-gradient(90deg, rgba(113,0,1,1) 0%, rgba(201,2,0,0.9780287114845938) 82%);
}
.why-chos-img img {
    z-index: 11;
    position: relative;
}
/* why chose end */

/* blog satart */
.blog-head h3 {
    font-size: 56px;
    font-family: 'neuro';
    text-align: center;
    font-weight: 400;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 16%, rgba(215,2,0,1) 73%, rgba(113,0,1,1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.blog-head {
    margin-bottom: 6%;
}

.blog-bx img {
    width: 100%;
}

.blog-txt small {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 16%, rgba(215,2,0,1) 73%, rgba(113,0,1,1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-txt-scrl h6 {
    font-size: 15px;
    font-family: 'neuro';
    color: #000;
    line-height: 25px;
    margin-bottom: 5%;
    font-weight: 600;
}

.blog-txt-scrl p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #808080;
}

.blog-txt {
    width: 85%;
    padding: 20px;
    background: #fff;
    margin-top: -17%;
    z-index: 11;
    position: relative;
    box-shadow: 0 0 9px 0 #d9020024;
    transition: .3s ease-in-out;
}
.blog-txt a {
    position: absolute;
    width: 145px;
    height: 46px;
}
section.blog {
    padding-bottom: 18%;
    padding-top: 7%;
    position: relative;
}
section.blog:after {
    content: '';
    position: absolute;
    background: url(../images/blog-after.jpg);
    width: 65%;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
}
/* width */
.blog-txt-scrl::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.blog-txt-scrl::-webkit-scrollbar-track {
    background: #fff;
}
/* Handle */
.blog-txt-scrl::-webkit-scrollbar-thumb {
   height: 20px;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 16%, rgba(215,2,0,1) 73%, rgba(113,0,1,1) 94%);
}
.blog-txt-scrl {
    direction: rtl;
    text-align: left;
    /*height: 145px;*/
    overflow-y: scroll;
    padding: 0px 37px 0px 14px;
    margin-bottom: 7%;
    margin-top: 6%;
}
/* blog end */

/* foter start */
footer{
    background: url('../images/foter-back.png');
    width: 100%;
    background-size: cover;
    margin-top: -8.6%;
    padding-top: 14%;
}
.fot-logo p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #ffffffc4;
    line-height: 23px;
}

.fot-logo img {
    margin-bottom: 4%;
}
.fot-logo small {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 2;
    display: block;
    margin-bottom: 4%;
}

.fot-logo h5 {
    font-family: 'neuro';
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 8%;
}

.fot-logo ul:not(.top-socils.fot) li a {
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #b0b0b0;
}

.fot-logo ul:not(.top-socils.fot) li a i {
    color: #d90200;
    width: 4%;
    margin-right: 3%;
    transition: .2s ease-in-out;
}

.fot-logo ul:not(.top-socils.fot) li {
    margin-bottom: 4%;
}

ul.top-socils.fot {
    justify-content: start;
}

ul.top-socils.fot li {
    width: 40px;
    height: 40px;
}

ul.top-socils.fot li i {
    font-size: 18px;
}

.fot-contct h3 {
    font-family: 'neuro';
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
}

.fot-contct h3 span {
    display: block;
    color: #d90200;
}

.fot-contct input {
    width: 100%;
    background: transparent;
    border: 1px solid #878787;
    height: 60px;
    padding: 10px;
    margin-bottom: 7%;
    color: #fff;
}

.fot-contct textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #878787;
    height: 150px;
    padding: 10px;
    margin-bottom: 2%;
    color: #fff;
}

.fot-contct button {
    border: none;
    width: 160px;
    height: 50px;
    font-size: 17px;
    margin-top: 1%;
}

.copy-rit p {
    margin-bottom: 0;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.copy-rit {
    padding: 1.5% 0;
    border-top: 1px solid #ffffff5e;
    margin-top: 5%;
}

.fot-logo {
    width: 84%;
}
.fot-logo img {
    width: 95%;
}
footer .container-fluid {
    padding: 0;
}
/* foter end */

/* misclnous satrt */
.srvs-sld-bx-mn a:hover {
    top: -36px;
    transform: scale(1.05);
    filter: drop-shadow(2px 4px 6px black);
}
.srvs-sld-bx-mn:hover {
    transform: scale(1.1);
}
.srvs-sld-bx-mn:hover * {
    color: #000;
}

.srvs-sld-bx-mn:hover img {
    filter: invert(1) drop-shadow(2px 4px 6px black);
}

.srvs-slidr .slick-list {
    padding: 1% 0;
}

.abt-img:hover img {
    filter: drop-shadow(2px 4px 6px black);
    transform: scale(0.9);
}

.abt-img img {
    transition: .3s ease-in-out;
}

.abt-img {
    padding-bottom: 3%;
}

.srvs-slidr .slick-prev:hover {
    background: #d90200;
}

.srvs-slidr .slick-next:hover {
    background: #d90200;
}

.prfext-high {
    transition: .3s ease-in-out;
}

.prfext-high:hover {background: #eee;box-shadow: 0px 8px 7px 0 #b10100b5;transform: scale(1.05);border-radius: 20px;padding: 0 13px;}

.prfext-high:hover img {
    transform: rotate(16deg);
}

.prfext-high img {
    transition: .1s ease-in-out;
    animation: blinkin 2s ease-in-out infinite;
}
@keyframes blinkin{
    0%{
      transform:  scale(1);
      
    }
    50%{
      transform: scale(.9);
      filter: drop-shadow(2px 4px 6px #c40200ba);
    
      
    }
    100%{
      transition: scale(1);
      
    }
  }
  

.perfect-sol-img img {
    transition: .3s ease-in-out;
}

.perfect-sol-img:hover {}

.perfect-sol-img:hover img {
    transform: scale(1.05);
    filter: drop-shadow(2px 4px 6px black) grayscale(1);
}

.why-chos-img:hover img {
    transform: scale(0.9);
    filter: drop-shadow(2px 4px 6px black) grayscale(1);
}

.why-chos-img img {
    transition: .3s ease-in-out;
}

.blog-bx:hover img {
    filter: brightness(0.7);
    transform: scale(1.2);
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    transition: .3s ease-in-out;
}

.blog-bx:hover .blog-txt {
    margin-top: -25%;
}

.blog-bx:hover .blog-txt * {
    color: #fff !important;
}

.blog-bx:hover .blog-txt {
    background: #d90200;
}

.blog-bx:hover small {
    -webkit-text-fill-color: aliceblue;
}

.fot-logo ul:not(.top-socils.fot) li:hover a {
    color: #d90200;
}

.fot-logo ul:not(.top-socils.fot) li:hover a i {
    transform: scale(1.3);
}
/* misclnous end */

/* about start */
.banner_text.iner h3 {
    font-size: 55px;
    font-family: 'neuro';
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.about.iner .abt-txt h3 {
    text-align: start;
}
section.about.iner h3:after {
    display: none;
}
.abt-txt.iner h3 {
    font-size: 44px;
}

.abt-img.iner img {
    width: 100%;
}
section.about.iner {
    padding-bottom: 7%;
}
section.about.iner:before {
    width: 44%;
    height: 792px;
    top: -4%;
}
section.about.iner:after {
    width: 35%;
    height: 762px;
    top: -5%;
}
/* about end */

/* career start */
.top-serch-cat input , .top-serch-cat select {
    width: 344px;
    padding: 0 15px;
    height: 65px;
    -webkit-appearance: auto;
    border: none;
    background: url('../images/input-bordr.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.top-serch-cat ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.top-serch-cat button {
    border: none;
    width: 173px;
    height: 58px;
    background: linear-gradient(90deg, rgba(113,0,1,1) -13%, rgba(201,2,0,0.9780287114845938) 49%, rgba(113,0,1,1) 131%);
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    margin-left: 18px;
}
section.career {
    padding-top: 7%;
    margin-bottom: 4%;
}

.carrer-current {
    padding-top: 7%;
}

.carrer-current h2 {
    text-align: center;
    font-family: 'neuro';
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 42%, rgba(215,2,0,1) 85%, rgba(113,0,1,1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4%;
}

.curnt-opening {
    clip-path: polygon(3% 0, 100% 0, 100% 85%, 97% 100%, 0 100%, 0 23%);
    border: 1px solid;
    padding: 20px;
    background: #fff;
}

.curent-dtl h6 {
    font-family: 'Montserrat';
    font-size: 19px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.curent-dtl p {
    margin-bottom: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.curent-dtl p span {
    margin-left: 2%;
}
.curnt-opening .location a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
}
.curnt-opening .location a i {background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 26%, rgba(215,2,0,1) 85%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 31px;margin-right: 15px;}
.curnt-opening a.theme_btn {
    background: linear-gradient(90deg, rgba(113,0,1,1) 0%, rgba(201,2,0,0.9780287114845938) 49%, rgba(113,0,1,1) 99%);
    height: 61px;
    width: 184px;
    font-size: 19px;
    float: right;
}
.curent-opening-aftr{position: relative;}
.curent-opening-aftr:after {
    content: '';
    position: absolute;
    height: 43px;
    width: 0.5px;
    background: #393939;
    left: 18px;
    top: -10px;
    transform: rotate(59deg);
}
.curent-opening-aftr:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 0.5px;
    background: #393939;
    right: 18px;
    bottom: -12px;
    transform: rotate(68deg);
}
.curent-opening-aftr {
    margin-bottom: 3%;
}
/* career end */

/* blog satrt */
.blog-bx.iner {
    margin-bottom: 25%;
}
section.blog.iner {
    position: relative;
}
section.blog.iner:after{
    content: '';
    position: absolute;
    left: 0%;
    width: 44%;
    height: 35%;
    background: url(../images/about-left.png);
    top: -4%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
section.blog.iner:before{
    content: '';
    position: absolute;
    right: 0;
    width: 30%;
    height: 44%;
    background: url(../images/about-right.png);
    top: -6%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
/* blog end */

/* srvs detl start */
section.sevs-detal img {
    width: 100%;
    margin-bottom: 3%;
}

section.sevs-detal h2 {
    font-family: 'neuro';
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 1%;
    background: -webkit-linear-gradient(161deg, rgba(113,0,1,1) 36%, rgba(215,2,0,1) 80%, rgba(113,0,1,1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

section.sevs-detal {
    padding-top: 7%;
    padding-bottom: 15%;
}

section.sevs-detal p {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 25px;
}
section.sevs-detal a.theme_btn {
    height: 54px;
    margin-top: 1%;
}
section.sevs-detal p.lit {
    color: #747474;
}
section.sevs-detal {
    position: relative;
}
section.sevs-detal:after{
    content: '';
    position: absolute;
    left: 0%;
    width: 36%;
    height: 35%;
    background: url(../images/about-left.png);
    top: -7%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
section.sevs-detal:before{
    content: '';
    position: absolute;
    right: 0;
    width: 30%;
    height: 44%;
    background: url(../images/about-right.png);
    top: -6%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.perfect-sol-txt.why img {
    width: inherit;
    margin-bottom: 0;
}
section.sevs-detal .perfect-sol-txt.why ul li {
    gap: 1%;
    margin-bottom: 2%;
}
/* srvs detl end */

/* servs start */
.srvs-pg-txt h3 {
    font-family: 'neuro';
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 57%, rgba(215,2,0,1) 64%, rgba(113,0,1,1) 104%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.srvs-pg-txt p.frst {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 25px;
}

.srvs-pg-txt p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #7f7f7f;
    line-height: 25px;
}

.srvs-pg-txt a {
    width: 150px;
    height: 51px;
}

section.srvs-pg {
    padding: 5% 0;
}

.srvs-pg-img {
    position: relative;
}
.srvs-pg-img.tw:after {
    left: -23%;
}
.srvs-pg-img:after {
    content: '';
    position: absolute;
    right: -22.5%;
    width: 32%;
    height: 43%;
    top: 34%;
    background: linear-gradient(270deg, rgba(113,0,1,1) 0%, rgba(196,2,0,1) 94%);
    z-index: -1;
}
section.srvs-pg .row {
    align-items: center;
    margin-bottom: 8%;

}

section.srvs-pg{    position: relative;margin-bottom: 4%;}
section.srvs-pg:after{
    content: '';
    position: absolute;
    left: 0%;
    width: 40%;
    height: 35%;
    background: url(../images/about-left.png);
    top: -3%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
section.srvs-pg:before{
    content: '';
    position: absolute;
    right: 0;
    width: 37%;
    height: 44%;
    background: url(../images/about-right.png);
    top: -6%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
/* servs end */

/*blog deatils*/
.blog-detail{
    padding: 120px 0px;
  }
  .blog-detail h2{
    color: #000;
    font-size: 37px;
    font-weight: 600;
    font-family: 'neuro';
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 25%, rgba(215,2,0,1) 50%, rgba(113,0,1,1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .blog-detail h6{
    color: #939598;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
  }
  .blog-detail ul{
    display: flex;
    align-items: center;
    /*border-top: 1px solid #cccccc;*/
  }

  .blog-detail ul li i{
    padding-right: 5px;
    color: #7b7b7b;
    font-size: 18px;
  }
  .blog-detail ul li h6{
    color: #2471ff;
    font-size: 15px;
    padding-right: 5px;
  }
  
  .blog-detail h3 {color: #000;font-size: 30px;font-weight: 600;padding: 20px 0px;margin: 0px;width: 60%;font-family: 'neuro';}
  .blog-detail p {color: #000;font-size: 17px;line-height: 29px;padding-top: 20px;font-weight: 400;font-family: 'neuro';}
  .bd-none{
    border: 0px !important;
  }
  .chnge-st ul li i{
    padding-right: 10px;
  }
  .chnge-st ul li h5{
    color: #2471ff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 10px;
  }
  .line-s{
    position: relative;
    padding-right: 50px !important;
  }
  .line-s:after{
    content: '';
    position: absolute;
    border-right: 1px solid #cccccc;
    height: 140%;
    right: 20px;
    top: -5px;
  }

  .blog-detail img{
    height: 100%;
    /* width: 100%; */
    /* object-fit: cover; */
  }

  .chng-st ul{
    justify-content: left;
  }
  .chng-st ul h3{
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
  }
  .mg-l{
    margin-left: 35%;
  }

  .blog-bor-r{
    position: relative;
  }
  .blog-bor-r:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -30px;
    height: 100%;
    width: 100%;
  }
  .input-t input{
padding: 14px 10px;
border: 1px solid #ebebeb;
width: 60%;
}
.input-t button {
padding: 15px 30px;
background: #0156f2;
border: 0px;
margin-left: -5px;
color: #fff;
font-weight: 600;
}
#myVideo {
position: relative;
right: 0;
bottom: 0;
width: 100%;
height: 664px;
object-fit: cover;
z-index: -1;
}

.for-bor1 img{
border: 2px solid #c89e30;
}
.for-bor2 img {
border: 4px solid #c89e30;
}
.blog-bor-r {
position: relative;
margin-bottom: 53px;
}
.blog-body ul li {
padding-right: 15px;
color: #000000;
font-size: 14px;
font-weight: 500;
}
.blog-body ul li i span {
position: absolute;
background: #2d643c;
font-size: 9px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
left: 10px;
height: 10px;
width: 10px;
font-weight: 800;
top: -3px;
color: #fff;
}
.blog-body ul li i {
color: #939598;
position: relative;
}
.row.blog-bor-r img {
}

.clander-wrap h6 span {
    padding-left: 28px;
}

.blog-body.chng-st span span {
    padding-left: 44px;
}

.detail-icon i {
    margin-right: 4px;
    font-size: 21px;
}
section.blog-detail p.lit {
    color: #a5a5a5;
    font-family: 'Roboto';
    font-size: 14px;
    margin-bottom: 4px;
}

section.blog-detail.for-bor {
    margin-bottom: 6%;
}
.clander-wrap h6 {margin: 0 0px 0px 10px;background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 25%, rgba(215,2,0,1) 50%, rgba(113,0,1,1) 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.clander-wrap {display: flex;align-items: center;border-top: 1px solid #00000059;border-bottom: 1px solid #00000059;padding: 6% 0;}
.clander-wrap i {color: #7c7c7c !important;font-size: 18px;margin-right: 4px;}
.blog-body.chng-st span {margin: 0 25px 0px 0;background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 25%, rgba(215,2,0,1) 50%, rgba(113,0,1,1) 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 17px;position: relative;}
.detail-icon i {color: #949292;font-size: 18px;}
.detail-icon {margin-top: 20px;border-top: 1px solid #b3b3b3;border-bottom: 1px solid #b3b3b3;padding: 1% 0;width: 56%;}
section.blog-detail{    position: relative;}
section.blog-detail:after{
    content: '';
    position: absolute;
    left: 0%;
    width: 40%;
    height: 35%;
    background: url(../images/about-left.png);
    top: -3%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
section.blog-detail:before{
    content: '';
    position: absolute;
    right: 0;
    width: 37%;
    height: 44%;
    background: url(../images/about-right.png);
    top: -6%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} 
/*blog deatils end*/

/* career form start */
section.carer-form h2 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 1%;
    margin-top: 0;
}
section.carer-form input[type="text"], section.carer-form input[type="date"] , section.carer-form select {
    width: 100%;
    margin-bottom: 35px;
    height: 50px;
    padding: 0 15px;
    border: none;
}
.carer-form .input-after{
    position: relative;

}
.carer-form .input-after::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 19px;
    right: 8px;
    background: #d7d7d7;
    transform: rotate(58deg);
    bottom: 31px;
}
.carer-form .input-after::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    left: 5px;
    background: #bdbdbd;
    transform: rotate(50deg);
    top: -2px;
}
section.carer-form .col-lg-4 input[type="text"] {
    border: 1px solid #bdbdbd;
    clip-path: polygon(3% 0, 100% 0, 100% 78%, 96% 100%, 0 100%, 0 20%);
}
.carer-form .col-lg-6 input[type="text"] {
    width: 631px;
    padding: 0 15px;
    height: 56px;
    -webkit-appearance: auto;
    border: none;
    background: url(../images/col-6-inpt.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.carer-form .col-lg-7 select {
    width: 631px;
    padding: 0 15px;
    height: 56px;
    -webkit-appearance: auto;
    border: none;
    background: url(../images/col-6-inpt.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-appearance: none;
}
.carer-form .col-lg-7 input[type="date"] {
    width: 631px;
    padding: 0 15px;
    height: 56px;
    -webkit-appearance: auto;
    border: none;
    background: url(../images/col-6-inpt.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-appearance: none;
}
section.carer-form .col-lg-12 input[type="text"] {
    background: url('../images/col-12-inpt.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 55px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
}
input:focus-visible {
 outline: none;
}
.form.abs {
    position: relative;
}

.form.abs i {
    position: absolute;
    right: 18%;
    top: 19px;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 26%, rgba(215,2,0,1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
}
.form.abs {
    position: relative;
}

.form.abs i {
    position: absolute;
    right: 18%;
    top: 19px;
    background: -webkit-linear-gradient(180deg, rgba(113,0,1,1) 26%, rgba(215,2,0,1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    pointer-events: none;
}

section.carer-form ul {
    display: flex;
    margin-bottom: 2%;
    gap: 2%;
}

section.carer-form ul input {
    margin-right: 9px;
}

section.carer-form ul li {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
}
section.carer-form textarea {
    width: 100%;
    height: 221px;
    clip-path: polygon(2% 0, 100% 0, 100% 88%, 98% 100%, 0 100%, 0 12%);
    border: 1px solid #bdbdbd;
    margin-bottom: 3%;
    padding: 14px;
}
section.carer-form button {
    border: none;
    background: linear-gradient(90deg, rgba(113,0,1,1) 0%, rgba(201,2,0,0.9780287114845938) 49%, rgba(113,0,1,1) 99%);
    width: 150px;
    height: 55px;
    font-size: 20px;
}
section.carer-form {
    margin-bottom: 10%;
}
.txt-aft {
    position: relative;
}

.txt-aft:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    left: 1%;
    background: #bdbdbd;
    transform: rotate(46deg);
    top: -4px;
}
.txt-aft:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 36px;
    right: 12px;
    background: #bdbdbd;
    transform: rotate(45deg);
    bottom: 41px;
}
.resum-upl {
    position: relative;
}
.resum-abs {
    position: absolute;
    top: 18%;
    left: 44%;
    right: 0;
    margin: 0 auto;
}
input[type="file"] {
    opacity: 0;
    width: 150px;
    height: 150px;
}
.resum-abs:after {
    content: '';
    position: absolute;
    background: url(../images/cloud-computing.png);
    width: 20%;
    height: 123px;
    left: 0;
    background-repeat: no-repeat;
    pointer-events: none;
}
/* career form end */

/* conatct start */
.banner_text.inr h4 {
    font-size: 118px;
  }
  section.contact-sec {
    width: 70%;
    margin: 0 auto;
    margin-top: -15%;
    margin-bottom: 11%;
}

  .get-in-touch-sec {
      background: #e52727;
      padding: 68px 50px 60px 50px;
      border-radius: 0;
      }
  .get-in-touch-sec h4 {
      font-size: 65.38px;
      color: #ffffff;
  font-family: 'vintage';font-weight: 500;margin-bottom: 7%;}
  .get-in-touch-sec p {
      font-size: 14px;
      color: #ffffff;
  margin-bottom: 7%;font-weight: 300;}
  .get-in-touch-sec ul {
      display: flex;
      margin-bottom: 16%;
      }
  .get-in-touch-sec ul li span {
      color: #fff;
      padding: 20px 20px;
      border-radius: 100%;
      font-size: 28px;
      margin-right: 30px;
  }
  .get-in-touch-sec ul li span.fa-map-marker-alt {
      padding: 20px 23px;
  }
  .get-in-touch-sec ul li h6{
    font-size: 18.17px;
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 300;
    font-family: 'neuro';
    }
  .get-in-touch-sec ul li a{
    font-size: 16px;
    color: #ffffff;
  }
  .req-qoute-sec h4 {
    font-size: 41.71px;
    color: #e52727;
    margin-bottom: 50px;
    position: relative;
    font-family: 'neuro';
    font-weight: 500;
}
  
  
  .contact-inpt input {
      width: 95%;
      margin-bottom: 15px;
      padding: 12px 20px;
      border: none;
      box-shadow: 0px 0px 3px 0px #80808085;
  border-radius: 5px;}
  .contact-inpt textarea {
      width: 95%;
      border: 1px solid #747373;
      margin-bottom: 10px;
      padding: 12px 20px;
      resize: none;
  }
  .contact-inpt input::placeholder{
    font-size: 14px;
    font-family: 'Avenir';
    color: #000000a1;
  }
  .contact-inpt textarea::placeholder{
    font-size: 14px;
    font-family: 'Avenir';
    color: #000000a1;
  }
  .req-qoute-sec {
      box-shadow: 0 0 10px 0 #c9c9c9;
      padding: 34px 25px 18px 40px;
      position: relative;
      border-radius: 0;
      background: #fff;
      }
  .req-qoute-sec:after {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    background: url('../images/contct-before.png');
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    
  filter: contrast(0.5);opacity: 0.3;pointer-events: none;}
  .req-qoute-sec h4:before {
      border-left: 7px solid #e52727;
      content: '';
      position: absolute;
      left: -40px;
      top: -7px;
      height: 49px;
  }
  .get-in-touch-sec ul li p {font-weight: 200;}
  .get-in-touch-sec ul:last-child {margin-bottom: 0;}
  iframe {
    width: 100%;
    height: 600px;
}
  .req-qoute-sec button {background: #e52727;border: none;color: #fff;width: 24%;height: 49px;margin-top: 2%;border-radius: 0;font-size: 16px;}
  .get-in-touch-sec ul li a span {
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: block;
    padding-top: 6px;
}
  /* conatct end */
  .fot-contct input::placeholder {
      color: #ffffffc9;
  }
  .fot-contct textarea::placeholder {
    color: #ffffffc9;
  }
  iframe {
    margin-top: 7%;
}
.blog-body.chng-st span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 51px;
    background: #b3b3b3;
    left: 127px;
    top: -13px;
}
.blog-body.chng-st span span:after {
    display: none;
}
/*logos start*/
.logoipsum .slick-slide img {
    width: 70%;
    margin: 0;
  }
  
  .logoipsum .slick-active {
    opacity: 1;
  }
  .logoipsum .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 60px 0px;
  }
  .logo:before {
    position: absolute;
    content: '';
    width: 23%;
    left: -85px;
    height: 1px;
    background: #000;
    top: 18px;
  }
  .logo{
  position: relative;
  }
  section.logsec {
    background: #ececec;
    padding-bottom: 8%;
    margin-bottom: 0;
}
  /*logos end*/
  
  

/* rev satrt */
section.about.exc {
    padding: 4% 0;
}

section.about.exc:before {
    display: none;
}
section.about.exc:after {
    display: none;
}
.abt-txt.exc h3:after {
    bottom: unset;
    top: -150px;
    left: 53%;
}
.abt-txt.exc h3 {
    font-size: 44px;
}
section.about.exc .abt-img img {
    width: 100%;
}
img.clp-pth {
    clip-path: polygon(2% 0, 100% 0, 100% 96%, 98% 100%, 0 100%, 0 4%);
}
/* rev end */
ul.top-socils li:nth-child(2){
    animation-delay: .5s;
}
ul.top-socils li:nth-child(3){
    animation-delay: 1s;
}
ul.top-socils li:nth-child(4){
    animation-delay: 1.5s;
}
ul.top-socils li {
    animation: 1.9s ease-in-out float2 infinite;
}

@keyframes float2 {
	0% {
		transform: scale(1);
	}
	50% {
		
		transform: scale(1.2);
		filter: drop-shadow(2px 4px 6px #ffffffb5);
	}
	100% {
			transform: scale(1);
	}
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .how-work-stp:after {
        background-image: url(../images/how-step-back.png);
        background-size: contain;
        width: 100%;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        height: 136px;
        bottom: 37%;
        left: 0;
}
.img-fluid {
    height: 800px;
    object-fit: cover;
    object-position: left;
}

.banner_text h2 {
    font-size: 65px;
}

.banner_text h1 {
    letter-spacing: 10px;
}

.carousel-indicators:before {
    left: -29%;
}

.carousel-indicators:after {
    left: 11%;
}

.abt-txt h3:after {
    display: none;
}

.srvs-sld-bx-mn a {
    width: 141px;
}

.srvs-slidr .slick-prev {
    left: -3%;
}

.srvs-slidr .slick-next {
    right: -3%;
}

.how-wrk-bx h6 {
    font-size: 20px;
}

.why-chose-sec {
    padding-left: 0;
    padding-top: 8%;
}
.curent-opening-aftr:before {
    content: '';
    position: absolute;
    height: 34px;
    width: 0.5px;
    background: #393939;
    right: 16px;
    bottom: -9px;
    transform: rotate(66deg);
}
.curent-opening-aftr:after {
    content: '';
    position: absolute;
    height: 39px;
    width: 0.5px;
    background: #393939;
    left: 16px;
    top: -8px;
    transform: rotate(55deg);
}
.top-serch-cat input, .top-serch-cat select {
    width: 283px;
    height: 51px;
}

.top-serch-cat button {
    height: 49px;
    font-size: 19px;
}
.txt-aft:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 32px;
    right: 10px;
    background: #bdbdbd;
    transform: rotate(40deg);
    bottom: 38px;
}
.txt-aft:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    left: 1%;
    background: #bdbdbd;
    transform: rotate(42deg);
    top: -4px;
}
.carer-form .col-lg-6 input[type="text"] {
    width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .how-work-stp:after {
        background-image: url(../images/how-step-back.png);
        background-size: contain;
        width: 100%;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        height: 136px;
        bottom: 37%;
        left: 3%;
}
.img-fluid {
    height: 800px;
    object-fit: cover;
    object-position: left;
}

.banner_text h2 {
    font-size: 65px;
}

.banner_text h1 {
    letter-spacing: 10px;
}

.carousel-indicators:before {
    left: -34%;
}

.carousel-indicators:after {
    left: 13%;
}

.abt-txt h3:after {
    display: none;
}

.srvs-sld-bx-mn a {
    width: 141px;
}

.srvs-slidr .slick-prev {
    left: -4%;
}

.srvs-slidr .slick-next {
    right: -4%;
}

.how-wrk-bx h6 {
    font-size: 20px;
}

.why-chose-sec {
    padding-left: 0;
    padding-top: 8%;
}
.srvs-pg-img:after {
    right: -9%;
}
.curent-opening-aftr:after {
    content: '';
    position: absolute;
    height: 37px;
    width: 0.5px;
    background: #393939;
    left: 13px;
    top: -5px;
    transform: rotate(45deg);
}
.curent-opening-aftr:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 0.5px;
    background: #393939;
    right: 14px;
    bottom: -7px;
    transform: rotate(58deg);
}
.top-serch-cat input, .top-serch-cat select {
    width: 250px;
    display: flex;
    height: 46px;
}

.top-serch-cat button {
    width: 150px;
    height: 45px;
    font-size: 16px;
}
.carer-form .input-after::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    right: 5px;
    background: #d7d7d7;
    transform: rotate(48deg);
    bottom: 33px;
}
.carer-form .input-after::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    left: 4px;
    background: #bdbdbd;
    transform: rotate(41deg);
    top: -1px;
}
.txt-aft:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 31px;
    right: 8px;
    background: #bdbdbd;
    transform: rotate(34deg);
    bottom: 32px;
}
.txt-aft:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 32px;
    left: 1%;
    background: #bdbdbd;
    transform: rotate(35deg);
    top: -3px;
}
.carer-form .col-lg-6 input[type="text"] {
    width: 100%;
}
.form.abs i {
    right: 0;
}

.carer-form .col-lg-7 select {
    width: 561px;
}

.carer-form .col-lg-7 input[type="date"] {
    width: 560px;
}

section.carer-form .col-lg-12 input[type="text"] {background-size: cover;width: 100%;height: 38px;}

.resum-abs:after {
    width: 30%;
}
.row.blog-bor-r img {
    object-fit: cover;
}

.blog-detail img {
    object-fit: cover;
}

.clander-wrap h6 {
    font-size: 12px;
}

.detail-icon {
    padding: 12px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .menuSec a.top {
        width: 125px;
        font-size: 12px;
        height: 40px;
    }
    
    ul.top-cntct a {
        font-size: 10px;
        color: #fff;
    }
    
    .menuSec ul li a {
        font-size: 14px;
        padding: 0 6px;
    }
    
    .banner_text h2 {
        font-size: 45px;
    }
    
    .banner_text h1 {
        letter-spacing: 6px;
        font-size: 22px;
    }
    
    .img-fluid {
        height: 600px;
        object-fit: cover;
        object-position: left;
    }
/*     
    .carousel-indicators:after {
        display: none;
    }
    
    .carousel-indicators:before {
        display: none;
    } */
    
    .abt-txt h3:after {
        display: none;
    }
    
    section.about .container-fluid {
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
    
    .abt-img {
        text-align: center;
    }
    
    .srvs-head h2 {
        font-size: 40px;
    }
    
    section.srvs {
        background-position: top;
    }
    .srvs-slidr .slick-prev {
        left: -30px;
    }
    
    .srvs-slidr .slick-next {
        right: -30px;
    }
    
    .srvs-sld-bx-mn a {
        width: 142px;
        font-size: 14px;
    }
    
    .srvs-sld-bx:after {
        width: 80%;
        height: 54%;
    }
    
    .carousel-indicators:after {
        left: 15%;
        width: 389px;
    }
    
    .carousel-indicators:before {
        left: -43%;
    }
    .how-wrk-bx.scd {
        padding: 0;
    }
    
    .how-work-stp:after {
        width: 100%;
        background-size: contain;
        left: 4%;
        transform: rotate(-87deg);
        bottom: 33%;
    }
    .prfext-high img {
        width: 34%;
    }
    
    .prfext-high h5 {
        font-size: 17px;
        margin-bottom: 5px;
        margin-top: 7%;
    }
    
    .prfext-high p {
        font-size: 11px;
        line-height: 21px;
    }
    
    .perfect-sol-txt h6 {
        font-size: 18px;
        line-height: 30px;
    }
    
    .perfect-sol-img img {
        height: 423px;
        object-fit: cover;
    }
    .why-chose-sec {
        padding-left: 0;
        padding-top: 6%;
    }
    
    .perfect-sol-txt.why h6 {
        font-size: 32px;
    }
    
    .why-chos-img img {
        height: 467px;
        object-fit: cover;
    }
    .blog-txt-scrl {
        padding: 0 6px;
    }
    
    .blog-txt-scrl h6 {
        font-size: 12px;
    }
    
    .blog-txt {
        width: 96%;
        padding: 10px;
    }
    
    .blog-txt-scrl p {
        font-size: 11px;
    }
    
    .blog-head h3 {
        font-size: 42px;
    }
    footer {
        background-position: top;
    }
    
    .fot-logo p {
        font-size: 13px;
    }
    
    .fot-contct h3 {
        font-size: 23px;
    }
    .banner_text.iner h3 {
        font-size: 45px;
    }
    
    .about.iner .abt-txt h3 {
        font-size: 40px;
    }
    .abt-img img {
        height: 600px;
        object-fit: cover;
    }
    
    .abt-txt p.frst {
        font-size: 13px;
        line-height: 19px;
    }
    
    .abt-txt p.scd {
        font-size: 12px;
    }
    .srvs-pg-img:after {
        right: 0;
    }
    .srvs-pg-img img {
        height: 550px;
    }
    
    .srvs-pg-txt h3 {
        font-size: 30px;
        margin-bottom: 4px;
    }
    
    .srvs-pg-txt p.frst {
        font-size: 12px;
    }
    
    .srvs-pg-txt p {
        font-size: 12px;
    }
    .curent-opening-aftr:after {
        content: '';
        position: absolute;
        height: 52px;
        width: 0.5px;
        background: #393939;
        left: 10px;
        top: -2px;
        transform: rotate(23deg);
    }
    .curent-opening-aftr:before {
        content: '';
        position: absolute;
        height: 36px;
        width: 0.5px;
        background: #393939;
        right: 11px;
        bottom: -3px;
        transform: rotate(34deg);
    }
    .top-serch-cat input, .top-serch-cat select {
        width: 100%;
        background: none;
        border: 1px solid #0000003d;
        font-size: 11px;
    }
    
    .top-serch-cat ul {
        gap: 7px;
    }
    
    .curent-dtl h6 {
        margin-bottom: 3%;
    }
    
    .curnt-opening a.theme_btn {
        width: 26%;
        float: inherit;
        height: 47px;
        font-size: 17px;
        margin-top: 2%;
    }
    
    .curnt-opening .location a {
        margin-top: 3%;
    }
    .carer-form .input-after::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 19px;
        left: 9px;
        background: #bdbdbd;
        transform: rotate(64deg);
        top: -5px;
    }
    .carer-form .input-after::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 26px;
        right: 13px;
        background: #d7d7d7;
        transform: rotate(69deg);
        bottom: 27px;
    }
    .txt-aft:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 29px;
        right: 6px;
        background: #bdbdbd;
        transform: rotate(28deg);
        bottom: 26px;
    }
    .txt-aft:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 29px;
        left: 7px;
        background: #bdbdbd;
        transform: rotate(31deg);
        top: -2px;
    }
    section.carer-form .col-lg-12 input[type="text"] {
        background: none;
        border: 1px solid #bdbdbd;
        height: 55px;
    }

    .form.abs i {
        right: 13%;
    }
    
    section.carer-form ul label {
        font-size: 13px;
    }
    
    .txt-aft:after {
    }
    
    .resum-abs:after {
        width: 38%;
    }
    
    section.carer-form ul {
        margin-top: 2%;
        margin-bottom: 6%;
    }
    .get-in-touch-sec {
        padding: 62px 15px;
    }
    
    section.contact-sec {
        width: 100%;
    }
    
    .get-in-touch-sec ul li span {
        margin: 0;
    }
    .blog-detail h2 {
        font-size: 35px;
    }
    
    .blog-detail img {
        object-fit: cover;
    }
    
    .detail-icon {
        padding: 2% 0;
        width: 46%;
    }
}
@media only screen and (min-width: 520px) and (max-width: 767px){
    .carousel-indicators:after {
        display: none;
    }
    
    .carousel-indicators:before {
        display: none;
    }
    
    .topSec {
        display: none;
    }
    
    img.img-fluid {
        height: 500px;
        object-fit: cover;
    }
    
    .banner_text h2 {
        font-size: 30px;
    }
    
    .banner_text h1 {
        letter-spacing: 5px;
        font-size: 16px;
    }
    
    .menuSec {
        padding: 15px 0;
    }
    
    .menuSec a.top {
        height: 34px;
        width: 114px;
        float: right;
        font-size: 11px;
    }
    
    .banr-btns a {
        font-size: 12px;
        width: 120px;
        height: 37px;
    }
    
    .abt-txt h3:after {
        display: none;
    }
    
    .abt-txt h3 {
        font-size: 32px;
    }
    
    section.about .container-fluid {padding-left: var(--bs-gutter-x, 0.75rem);}
    
    .theme_btn {
        font-size: 14px;
        width: 131px !important;
        height: 35px !important;
        border: none !important;
    }
    
    .srvs-head h2 {
        font-size: 33px;
    }
    
    section.srvs {
        padding-top: 39%;
        background-position: center;
    }
    
    .srvs-slidr .slick-next {
        display: none !important;
    }
    
    .how-work-hed h3 {
        font-size: 30px;
    }
    
    .how-work-stp:after {
        display: none;
    }
    
    .perfect-sol-txt h6 {
        font-size: 17px;
        line-height: 35px;
        margin-top: 18px;
    }
    
    .prfext-high h5 {
        font-size: 16px;
        margin-top: 17%;
    }
    
    .prfext-high p {
        font-size: 13px;
    }
    
    .why-chose-sec {
        padding-left: 0;
    }
    
    .why-chos-img {
        margin-top: 5%;
    }
    
    .blog-head h3 {
        font-size: 37px;
    }
    
    .blog-bx {
        margin-bottom: 17%;
    }
    
    .blog-txt-scrl h6 {
        font-size: 14px;
    }
    
    .blog-txt-scrl p {
        font-size: 14px;
    }
    
    footer {
        background-position: top;
        padding-top: 36%;
    }
    
    .fot-logo p {
        font-size: 13px;
    }
    
    .fot-logo {
        width: 100%;
    }
    
    .fot-contct h3 {
        margin-top: 13%;
        font-size: 20px;
    }



.srvs-sld-bx-mn a {
    width: 143px;
    font-size: 13px;
}
.srvs-sld-bx:after {
    width: 80%;
    height: 44%;
}

.srvs-sld-bx-mn a {
    width: 143px;
    font-size: 13px;
}
.banner_text.iner h3 {
    font-size: 40px;
}

.about.iner .abt-txt h3 {
    font-size: 31px;
}

section.about.iner {
    padding-top: 14%;
}

.srvs-pg-img:after {
    right: 0;
}

.srvs-pg-txt h3 {
    font-size: 27px;
}

.srvs-pg-img {
    margin-top: 4%;
}
.top-serch-cat ul {
    display: block;
}


.carrer-current h2 {
    font-size: 23px;
}

.curent-dtl h6 {
    font-size: 16px;
}

.curent-dtl p span {}

.curent-dtl p {
    font-size: 14px;
    margin-top: 7%;
    margin-bottom: 4%;
}

.curent-opening-aftr:after {
    display: none;
}

.curent-opening-aftr:before {
    display: none;
}

.curnt-opening {
    clip-path: none;
    margin-top: 10%;
}

.curnt-opening a.theme_btn {
    float: unset;
    font-size: 14px;
    margin-top: 5%;
}
.top-serch-cat ul li {
    margin-bottom: 4%;
}

.top-serch-cat button {
    width: 100px;
    height: 46px !important;
}
.carer-form .col-lg-6 input[type="text"] {
    width: 100%;
    background: none;
    border: 1px solid #00000045;
}

.carer-form .col-lg-7 select {
    width: 100%;
    background: none;
    border: 1px solid #0000004f;
}

.carer-form .col-lg-7 input[type="date"] {
    width: 100%;
    background: none;
    border: 1px solid #0000004d;
}

section.carer-form ul {
    display: block;
    margin-top: 4%;
    margin-bottom: 8%;
}

section.carer-form .col-lg-12 input[type="text"] {
    background: none;
    border: 1px solid #00000052;
}

section.carer-form .col-lg-4 input[type="text"] {
    clip-path: none;
}

.carer-form .input-after::before {
    display: none;
}

.carer-form .input-after::after {
    display: none;
}

.txt-aft:before {
    display: none;
}

.txt-aft:after {
    display: none;
}

section.carer-form textarea {
    clip-path: none;
}


.resum-abs {left: 28%;}

.resum-abs:after {
    width: 88%;
}
.form.abs i {
    right: 6%;
}
.get-in-touch-sec {
    padding: 27px 0;
}

.get-in-touch-sec ul li span {
    padding: 10px;
    margin-right: 0;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 14px;
}

.get-in-touch-sec ul li h6 {
    font-size: 16px;
}

.get-in-touch-sec ul li a span {
    font-size: 13px;
}

.get-in-touch-sec ul li a {
    font-size: 13px;
}

section.contact-sec {
    width: 100%;
}

.get-in-touch-sec ul {
    justify-content: space-evenly;
}

.req-qoute-sec h4 {
    font-size: 33px;
}

.req-qoute-sec {
    padding: 21px;
    margin-top: 6%;
}

.req-qoute-sec button {
    width: 45%;
}
.clander-wrap {
    width: 50%;
}

.blog-detail h3 {
    width: 100%;
}

.detail-icon {
    padding: 3% 0;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    .carousel-indicators:after {
        display: none;
    }
    .form.abs i {
        right: 6%;
    }
    .carousel-indicators:before {
        display: none;
    }
    
    .topSec {
        display: none;
    }
    
    img.img-fluid {
        height: 500px;
        object-fit: cover;
    }
    
    .banner_text h2 {
        font-size: 30px;
    }
    
    .banner_text h1 {
        letter-spacing: 5px;
        font-size: 16px;
    }
    
    .menuSec {
        padding: 15px 0;
    }
    
    .menuSec a.top {
        height: 34px;
        width: 114px;
        float: right;
        font-size: 11px;
    }
    
    .banr-btns a {
        font-size: 12px;
        width: 120px;
        height: 37px;
    }
    
    .abt-txt h3:after {
        display: none;
    }
    
    .abt-txt h3 {
        font-size: 32px;
    }
    
    section.about .container-fluid {padding-left: var(--bs-gutter-x, 0.75rem);}
    
    .theme_btn {
        font-size: 14px;
        width: 131px !important;
        height: 35px !important;
        border: none !important;
    }
    
    .srvs-head h2 {
        font-size: 33px;
    }
    
    section.srvs {
        padding-top: 39%;
        background-position: center;
    }
    
    .srvs-slidr .slick-next {
        display: none !important;
    }
    
    .how-work-hed h3 {
        font-size: 30px;
        text-align: center;
    }
    
    .how-work-stp:after {
        display: none;
    }
    
    .perfect-sol-txt h6 {
        font-size: 17px;
        line-height: 35px;
        margin-top: 18px;
    }
    
    .prfext-high h5 {
        font-size: 16px;
        margin-top: 17%;
    }
    
    .prfext-high p {
        font-size: 13px;
    }
    
    .why-chose-sec {
        padding-left: 0;
    }
    
    .why-chos-img {
        margin-top: 5%;
    }
    
    .blog-head h3 {
        font-size: 37px;
    }
    
    .blog-bx {
        margin-bottom: 17%;
    }
    
    .blog-txt-scrl h6 {
        font-size: 11px;
    }
    
    .blog-txt-scrl p {
        font-size: 11px;
    }
    
    footer {
        background-position: top;
        padding-top: 36%;
    }
    
    .fot-logo p {
        font-size: 13px;
    }
    
    .fot-logo {
        width: 100%;
    }
    
    .fot-contct h3 {
        margin-top: 13%;
        font-size: 20px;
    }

.srvs-sld-bx:after {
    width: 80%;
    height: 44%;
}

.srvs-sld-bx-mn a {
    width: 143px;
    font-size: 13px;
}
.banner_text.iner h3 {
    font-size: 40px;
}

.about.iner .abt-txt h3 {
    font-size: 31px;
}

section.about.iner {
    padding-top: 14%;
}
.srvs-pg-img:after {
    right: 0;
}

.srvs-pg-txt h3 {
    font-size: 27px;
}

.srvs-pg-img {
    margin-top: 4%;
}
.top-serch-cat ul {
    display: block;
}

.top-serch-cat input, .top-serch-cat select {
    width: 100%;
}

.carrer-current h2 {
    font-size: 23px;
}

.curent-dtl h6 {
    font-size: 16px;
}

.curent-dtl p {
    font-size: 14px;
    margin-top: 7%;
    margin-bottom: 4%;
}

.curent-opening-aftr:after {
    display: none;
}

.curent-opening-aftr:before {
    display: none;
}

.curnt-opening {
    clip-path: none;
    margin-top: 10%;
}

.curnt-opening a.theme_btn {
    float: unset;
    font-size: 14px;
    margin-top: 5%;
}
.carer-form .col-lg-6 input[type="text"] {
    width: 100%;
    background: none;
    border: 1px solid #00000045;
}

.carer-form .col-lg-7 select {
    width: 100%;
    background: none;
    border: 1px solid #0000004f;
}

.carer-form .col-lg-7 input[type="date"] {
    width: 100%;
    background: none;
    border: 1px solid #0000004d;
}

section.carer-form ul {
    display: block;
    margin-top: 4%;
    margin-bottom: 8%;
}

section.carer-form .col-lg-12 input[type="text"] {
    background: none;
    border: 1px solid #00000052;
}

section.carer-form .col-lg-4 input[type="text"] {
    clip-path: none;
}

.carer-form .input-after::before {
    display: none;
}

.carer-form .input-after::after {
    display: none;
}

.txt-aft:before {
    display: none;
}

.txt-aft:after {
    display: none;
}

section.carer-form textarea {
    clip-path: none;
}


.resum-abs {left: 28%;}

.resum-abs:after {
    width: 88%;
}
.get-in-touch-sec {
    padding: 27px 0;
}

.get-in-touch-sec ul li span {
    padding: 10px;
    margin-right: 0;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 14px;
}

.get-in-touch-sec ul li h6 {
    font-size: 16px;
}

.get-in-touch-sec ul li a span {
    font-size: 13px;
}

.get-in-touch-sec ul li a {
    font-size: 13px;
}

section.contact-sec {
    width: 100%;
}

.get-in-touch-sec ul {
    justify-content: space-evenly;
}

.req-qoute-sec h4 {
    font-size: 33px;
}

.req-qoute-sec {
    padding: 21px;
    margin-top: 6%;
}

.req-qoute-sec button {
    width: 45%;
}
.blog-detail h3 {
    width: 100%;
    font-size: 22px;
}

.blog-body.chng-st span:after {
    display: none;
}
.blog-detail p {
    font-size: 15px;
}
.detail-icon {
    width: 100%;
    padding: 5% 0;
}
}

.perfect-sol-txt ul li img {
    width: 16px;
    height: 16px;
}


#buttontop {
    display: inline-block;
    background-color: #d90200;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#buttontop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttontop:hover {
  cursor: pointer;
  background-color: #333;
}
#buttontop:active {
  background-color: #555;
}
#buttontop.show {
  opacity: 1;
  visibility: visible;
}