@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.header {
    background-color: #121754;
    border-bottom: 1px solid #8c8c8c
}

.header .topbar {
    background-color: #121754;
    border-bottom: 1px solid #eee
}

.header .topbar {
    padding: 10px 0
}

.header .top-link {
    float: right
}

.header .top-link li {
    display: inline-block;
    margin-right: 15px
}

.header .top-link li:last-child {
    margin-right: 0
}


.header .top-link li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.header .top-link li:hover a {
    color: #fff
}

.header .top-contact {
    float: right
}

.header .top-contact li {
    display: inline-block;
    margin-right: 25px;
    color: #fff
}

.header .top-contact li:last-child {
    margin-right: 0
}

.header .top-contact li a {
    font-size: 14px
}

.header .top-contact li a:hover {
    color: #ff4512
}

.header .top-contact li i {
    color: #fff;
    margin-right: 8px
}

.header .header-inner {
    background: #fff;
    z-index: 999;
    width: 100%
}

.get-quote {
    margin-top: 12px
}

.get-quote .btn {
    color: #fff
}

.header .logo {
    float: left;
    margin-top: 8px
}

@media only screen and (min-width : 1224px) and (min-width : 1824px) {
.logo {
max-width: 75%;
}
}

@media only screen and (min-width: 992px) and (min-width: 1280px)  {
.logo {
max-width: 75%;
}
}

@media only screen and (max-width: 480px) and (min-device-width : 320px) {
.logo {
max-width: 40%;
margin-top: 8px;
margin-bottom: -12px;
}
}

.header .nav li {
    margin-right: 0px;
    float: left;
    position: relative
}

.header .nav li:last-child {
    margin: 0
}

.header .nav li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 30px 10px;
    position: relative;
    display: inline-block;
    position: relative
}

.header .nav li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #bd2930;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header .nav li:hover a:before {
    opacity: 1;
    width: 100%;
    visibility: visible
}

.header .nav li:hover a {
    color: #bd2930
}

.header .nav li a i {
    display: inline-block;
    margin-left: 1px;
    font-size: 13px
}

.header.style2 .header-inner {
    border-top: 1px solid #eee
}

.header.style2 .logo {
    margin-top: 6px
}

.header .middle-header {
    background: #fff;
    padding: 20px 0
}

.header.style2 .get-quote {
    margin-top: 0
}

.header .nav li .dropdown {
    background: #fff;
    width: 260px !important;
    position: absolute;
    left: -100px;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(.2);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 74px;
    border-left: 3px solid #bd2930
}

.header .nav li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.header .nav li .dropdown li {
    float: none;
    margin: 0;
    border-bottom: 1px dashed #eee
}

.header .nav li .dropdown li:last-child {
    border: none
}

.header .nav li .dropdown li a {
    
    color: #000;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: 0 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    display: block;
    padding: 4px 15px;
    line-height: 22px;
    font-size: 14px;
    text-transform: capitalize;
    background-color: #f9f9f9;
}

.header .nav li .dropdown li a:before {
    display: none
}

.header .nav li .dropdown li:last-child a {
    border-bottom: 0
}

.header .nav li .dropdown li:hover a {
    color: #ffffff;
    background-color: #121754;
    font-weight: 700;
}

.header .nav li .dropdown li a:hover {
    border-color: transparent
}

.header.style2 .main-menu {
    display: inline-block;
    float: left;
}

.header .right-bar {
    float: right
}

.header .right-bar {
    padding-top: 20px
}

.header .right-bar {
    display: inline-block
}

.header .right-bar a {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #1a76d1;
    border-radius: 4px;
    display: block;
    font-size: 12px
}

.navbar-fixed-top.cbp-af-header-shrink {
    padding: 10px 0;
}

.header.sticky .header-inner {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
}

.header .header-inner {
    background: #fff;
    z-index: 999;
    width: 100%;
}

/****slider****/

/*===========================
    Start Hero Area CSS
=============================*/
.slider .single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}
.slider .single-slider .text{
    margin-top:120px;
    background-color: #ffffffcf;
    padding: 30px 20px 30px 30px;
}
.slider.index2 .single-slider .text{
    margin-top:150px;
}
.slider .single-slider h1 {
    color: #2C2D3F;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
}
.slider .single-slider h1 span{
    color:#1a76d1;
}
.slider .single-slider p {
    color: #2C2D3F;
    margin-top: 27px;
    font-weight: 400;
}
.slider .single-slider .button{
    margin-top:30px;
}
.slider .single-slider .btn{
    color:#fff;
    background:#ff4512;
    font-weight:500;
    display:inline-block;
    margin:0;
    margin-right:10px;
}
.slider .single-slider .btn:last-child{
    margin:0;
}
.slider .single-slider .btn.primary{
    background:#2C2D3F;
    color:#fff;
}
.slider .single-slider .btn.primary:before{
    background:#1A76D1;
}
.slider .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #1A76D1;
    color: #fff;
    font-size: 26px;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
    background:#2C2D3F;
    color:#fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
    left:20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
    right:20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}
/*===========================

/*end slider*/


.schedule {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 230px
}

.schedule .schedule-inner {
    position: relative;
    transform: translateY(-5%);
    z-index: 9
}

.schedule .single-schedule {
    height: 420px;
    position: relative;
    text-align: left;
    z-index: 3;
    border-radius: 5px;
    background: #121754;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.schedule .single-schedule .inner {
    overflow: hidden;
    position: relative;
    padding: 12px;
    z-index: 2
}

.schedule .single-schedule:before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #121754;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.schedule .single-schedule:hover:before {
    opacity: .8
}

.schedule .single-schedule:hover {
    transform: translateY(-5px)
}

.schedule .single-schedule .icon i {
    position: absolute;
    font-size: 110px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: -1;
    visibility: visible;
    opacity: .2;
    right: -25px;
    bottom: -30px
}

.schedule .single-schedule span {
    display: block;
    color: #fff
}

.schedule .single-schedule h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    margin-top: 10px
}

.schedule .single-schedule p {
    color: #fff;
    margin-top: 8px
}

.schedule .single-schedule a {
    color: #fff;
    margin-top: 25px;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.schedule .single-schedule a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.schedule .single-schedule a:hover:before {
    width: 100%;
    width: 100%
}

.schedule .single-schedule a i {
    margin-left: 10px
}

.clients {
   
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.clients .single-clients img {
    width: 160px;
    cursor: pointer;
    text-align: center;
    float: none;
}

.appointment {
    background: #fff;
    padding-top: 100px
}

.appointment.single-page {
    background: #fff;
    padding-top: 100px 0;
    padding: 0;
    padding: 100px 0
}

.appointment.single-page .appointment-inner {
    padding: 40px;
    box-shadow: 0 0 10px #00000024;
    border-radius: 5px
}

.appointment.single-page .title h3 {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600
}

.appointment .form {
    margin-top: 30px
}

.appointment .form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border-radius: 4px
}

.appointment .form textarea {
    width: 100%;
    height: 200px;
    padding: 18px;
    border: 1px solid #eee;
    text-transform: capitalize;
    resize: none;
    border-radius: 4px
}

.appointment.single-page .button .btn {
    width: 100%
}

.appointment .button .btn {
    font-weight: 500
}

.appointment .button .btn:hover {
    color: #fff
}

.appointment .form p {
    margin-top: 10px;
    color: #868686
}

.contact-us .inner {
    box-shadow: 0 0 10px #00000024;
    border-radius: 5px;
    overflow: hidden
}

.contact-us .contact-us-form {
    padding: 50px 40px
}

.contact-us .contact-us-form h2 {
    position: relative;
    font-size: 32px;
    color: #333;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 12px;
    padding-bottom: 20px;
    text-align: left
}

.contact-us .contact-us-form h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #1a76d1
}

.contact-us .contact-us-form p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px
}

.contact-us .form {
    margin-top: 30px
}

.contact-us .form .form-group {
    margin-bottom: 22px
}

.contact-us .form .form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 0 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px
}

.contact-us .form .form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #eee;
    text-transform: capitalize;
    padding: 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px
}

.contact-us .form button {
    border: none
}

.contact-us .form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%
}

.contact-us .form .btn:hover {
    background: #1a76d1;
    color: #fff
}

.contact-us .contact-us-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block
}

.contact-us .contact-us-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px
}

.contact-us .contact-us-form .checkbox label:hover {
    cursor: pointer
}

.contact-us .contact-us-form .checkbox label input {
    display: none
}

.contact-us .contact-us-form .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #1a76d1;
    border-radius: 100%
}

.contact-us .contact-us-form .checkbox label::after {
    position: relative;
    content: "";
    width: 7px;
    height: 7px;
    left: -16px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    font-size: 9px;
    background: #1a76d1;
    border-radius: 100%
}

.contact-us .contact-info {
    margin-top: 50px
}

.contact-us .single-info {
    background: #020E29;
    padding: 40px 60px;
    height: 150px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.contact-us .single-info:before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #1a76d1;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.contact-us .single-info:hover:before {
    opacity: .8
}



.contact-us .single-info i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    left: 40px
}

.contact-us .single-info .content {
    margin-left: 45px
}

.contact-us .single-info .content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.contact-us .single-info .content p {
    color: #fff;
    margin-top: 5px
}

.error-page {
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee
}

.error-page .error-inner {
    display: inline-block
}

.error-page .error-inner h1 {
    font-size: 140px;
    text-shadow: 3px 5px 2px #3333;
    color: #1a76d1;
    font-weight: 700
}

.error-page .error-inner h1 span {
    display: block;
    font-size: 25px;
    color: #333;
    font-weight: 600;
    text-shadow: none
}

.error-page .error-inner p {
    padding: 20px 15px
}

.about-area {
    position: relative;
    z-index: 1
}

.about-image {
    width: 100%;
    height: 100%;
    background-image: url(img/about-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.about-image img {
    display: none
}

.about-content {
    max-width: 555px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px
}

.about-content span {
    display: block;
    margin-bottom: 5px;
    color: #1a76d1;
    font-size: 17px
}

.about-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600
}

.about-content p {
    margin-top: 10px;
    margin-bottom: 0
}

.about-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0
}

.about-content ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px
}

.about-content ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    background-color: #1a76D12B;
    color: #1a76d1;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px
}

.about-content ul li:hover i {
    background-color: #1a76d1;
    color: #fff
}

.about-content ul li:last-child {
    margin-bottom: 0
}

.about-content .btn {
    margin-top: 30px
}

.col_white_amrc {
    color: #fff
}

footer {
    width: 100%;
    background-color: #121754;
    min-height: 250px;
    /*padding: 10px 0 25px 0*/
}

.pt2 {
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    content: '';
    left: 0;
    border-bottom: 2px solid #ff4907
}

footer p {
    font-size: 13px;
    color: #ccc;
    padding-bottom: 0;
    margin-bottom: 8px
}

.footer_ul_amrc {
    margin: 20px 0 0 0;
    list-style-type: none;
    font-size: 14px;
    padding: 0 0 10px 0
}

.footer_ul_amrc li {
    padding: 0 0 5px 0
}

.footer_ul_amrc li a {
    color: #ccc
}

.footer_ul_amrc li a:hover {
    color: #FE5E15;
    text-decoration: none
}


.padding-right {
    padding-right: 10px
}

.footer_ul2_amrc {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.footer_ul2_amrc li p {
    display: table
}

.footer_ul2_amrc li a:hover {
    text-decoration: none
}

.footer_ul2_amrc li i {
    margin-top: 5px
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto
}

.foote_bottom_ul_amrc li {
    display: inline
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left
}

.social_footer_ul li a {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 50%
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center
}

.bgimage {
    width: 100%;    
    background-image: linear-gradient(to bottom, #121754b8, #2d427896), url(../image/background/about-bg.jpg);
    background-image: url(../image/background/about-bg.jpg);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: justify;
    margin-top: 0px;
}

.over-color
{
    background-color: #121754;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* For Desktop View */

  
/* For Tablet View */
@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px){
    .bgimage{
      margin-top: 300px;
    } 
}

/* For Mobile Portrait View */
@media screen 
  and (max-device-width: 480px) 
  and (orientation: portrait){
    .bgimage{
      margin-top: 0px;
    } 
}
  
/* For Mobile Landscape View */
@media screen 
  and (max-device-width: 640px) 
  and (orientation: landscape){
    .bgimage{
      margin-top: 0px;
    } 
} 
 
/* For Mobile Phones Portrait or Landscape View */
@media screen 
  and (max-device-width: 640px){
     .bgimage{
      margin-top: 0px;
    } 
}
  
/* For iPhone 4 Portrait or Landscape View */
@media screen 
  and (min-device-width: 320px) 
  and (-webkit-min-device-pixel-ratio: 2){
     .bgimage{
      margin-top: 0px;
    }  
} 

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) 
  and (device-width: 320px) 
  and (-webkit-min-device-pixel-ratio: 2){
    .bgimage{
      margin-top: 0px;
    } 
}
  
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) 
  and (min-device-width: 375px) 
  and (-webkit-min-device-pixel-ratio: 3){
    .bgimage{
      margin-top: 0px;
    } 
} 
/* end media */

.bgimage h2 {
font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
    line-height: 1.2;
    margin: 0;
}

.bgimage h2  span {
    color: #ff6a00;
}

.bgimage p {
    color: #fff;
    padding-top: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}

.pt-100 {
    padding-top: 10px
}

.pb-100 {
    padding-bottom: 0px
}

.pt-70 {
    padding-top: 10px
}

.pb-70 {
    padding-bottom: 0px
}

p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.mt-3 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif;
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #282936
}

#services .title {
font-size: 40px;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
    line-height: 1.2;
    margin: 40px 0 30px 0;
}

#services .title span {
    font-size: 46px;
    color: #ff5722;
    font-weight: 600
}

#services .btn-primary {
    color: #fff;
    background-color: #ff5722;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 150px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-primary:hover {
    -webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
    box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%)
}

.card-items .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    margin-bottom: 30px
}

.card-items .card:hover 
{
    color:#05093c;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #05093c;
    box-shadow: 8px 6px 4px 2px rgb(0 0 0 / 86%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.card-items .card .card-body i {
    border-radius: 6px;
    font-size: 31px;
    color: #ff5722;
    background-color: #ff57221c;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-items .card .card-body .card-title {
    margin-bottom: .75rem;
    margin-top: 26px;
    margin-bottom: 15px
    color: #121754;
    font-weight: 600;
}

.form-parent {
    width: 320px;
    height: auto;
    background: transparent url(image/contact-button.png) no-repeat right 10px;
    position: fixed;
    top: 250px;
    left: -280;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s
}

.form-parent:hover {
    left: 0
}

.cc-float-form {
    background: -moz-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -webkit-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -o-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -ms-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: linear-gradient(to bottom, #2b2a2b 5%, #0a0a0a 100%);
    color: #fafafa;
    padding: 10px;
    width: 250px;
    border: 2px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

#ContactForm1 {
    display: none
}

.contact-form-area {
    background: #222;
    width: 205px;
    padding: 10px 0;
    border: 1px solid #111;
    box-shadow: 2px 2px 2px #111 inset;
    -webkit-box-shadow: 2px 2px 2px #111 inset;
    font-family: "Poppins", sans-serif;
    color: #fafafa;
    font-size: 12px
}

#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777
}

#cc a {
    color: #777;
    text-decoration: none;
}
input[type=button] {
    color: #fff;
    background-color: #ff5722;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 150px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.form-ara {
    padding: 20px 40px 20px 40px;
    background-color: #121754;
    position: relative;
    border: 2px solid #f53400
}

#form {
    padding: 71px 0
}

#form h1 {
    text-align: center;
    color: red
}

.contact-text h6 {
    color: #595959;
    line-height: 26px;
    font-size: 16px
}

#comment,
#usr {
    background: #fff;
    margin-top: 0;
    border: solid 1px #1a76d1
}

.form-group {
    width: 100%
}

.form-ara .col-md-6 {
    padding: 0 0
}

.name-text {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    width: 96%
}

.form-ara .col-lg-6 {
    padding: 0
}

.form-ara input {
    padding: 10px 15px;
    font-size: 14px;
    min-height: 36px
}

.captha {
    width: 60%;
    background: #f4f4f4;
    border: solid 1px #d5d5d5;
    padding: 5px 10px
}

.form-check .form-check-label {
    display: inline-flex
}

.form-check p {
    margin-top: 11px;
    padding-right: 29px
}

#captha-image {
    margin-left: 10px
}

.buton-form a {
    background: #01478c;
    right: 0;
    padding: 10px 25px;
    bottom: 47px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    border: solid 1px transparent;
    transition: all ease-in .5s
}

.buton-form a:hover {
    background: #f4f4f4;
    color: #01478c;
    border: solid 1px #01478c;
    transition: all ease-out .5s
}

.form-check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 18px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: solid 1px #d5a440
}

.form-check-label:hover input~.checkmark {
    background-color: #01478c
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form-check-label input:checked~.checkmark:after {
    display: block
}

.form-check-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contact-text.text-center h6 {
    margin-bottom: 60px
}

.capcta {
    width: 25%;
    min-height: 63px;
    object-fit: cover
}

.page-link {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-top: 3px;
    list-style: none
}

.page-link a,
p.link a {
    text-decoration: none
}

.page-link li {
    text-align: justify;
    width: 100%;
    padding: 4px;
    transition: all .2s linear;
    background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#004085), to(#121754));
    background: -ms-gradient(linear, 80% 20%, 10% 21%, from(#004085), to(#121754));
    background: -moz-gradient(linear, 80% 20%, 10% 21%, from(#004085), to(#121754));
    border: 1px solid #ffffff;
    
}

.page-link a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 25px;
    margin: 5px 0 0 5px;
    padding: 0 0 0 8px
}

.page-link li:hover {
    -moz-transform: translate(30px, 00px);
    -webkit-transform: translate(30px, 00px);
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    border-radius: 0 9px 9px 0;
    transform: translate(30px, 00px);
    background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#ff5722), to(#de5213));
   background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#ff5722), to(#de5213));
    background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#ff5722), to(#de5213));
    border: 1px solid #121754;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.page-link li:active {
    background-color: #d8d8d8
}

.page-link {
    position: relative;
    display: block;
    padding: .2rem .2rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #585858
}

.product-heading1 {
    
    width: 1000px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #eb5204;
    float: left;
    line-height: 35px;
    text-decoration: none
}

.p-box
{
    padding-right: 4px;padding-left: 4px;margin-top: -15px;
}
/* 
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* location area */

.location-area {
    width: 100%;
    height: 50px;
    float: left;
    margin: 0 0 0px 0px;
    background-color: #121754;
}

.location-text {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    width: 230px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background-color: #FE5E15;
    color: #ffffff;
    text-align: center;
    /* border: #777676 solid 1px; */
    margin: 5px 0 0 0px;
}

.location-col {
    width: 81.2%;
    float: right;
}

.l_text {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px;
    border: #FE5E15 solid 1px;
}


.a .l_text {
    color: #f8f9fa;
}

/* media query */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.location-area
{
    height: 100px;
}
.location-text {
    width: 360px;
}
.location-col {
    width: 100.2%;
    float: right;
}
}

/* socail icon */

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


/*image*/

.t-box
{
    padding-right: 2px;padding-left: 2px;
}
.our-team{
    position:relative;
    overflow: hidden;
    height: 320px;
    position: relative;
    border: 1px solid #1e225c;
    box-shadow: 4px 12px 10px 4px rgb(0 0 0 / 8%);
}
.our-team .team-pic > img{
    width: 100%;
    height:auto;

}
.our-team .team-profile{
    background:#bd2930;
    padding: 0 24px;
    position: absolute;
    right: 0;
    bottom: -46%;
    width: 100%;
    min-height:245px;
    transition: all 0.25s ease 0s;
}
.our-team:hover .team-profile{
    bottom:0px;
}
.our-team .team-profile:before{
    content: "";
    border-bottom: 30px solid #bd2930;
    border-right: 262px solid transparent;
    position: absolute;
    top:-30px;
    left: 0;
}
.our-team .team-title{
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    margin-top: 8px;
}
.our-team .team-title:after{
    content:"";
    display: block;
    width: 100%;
    border-bottom:1px solid #fff;
    padding-bottom:10px;
}
.our-team .team-title a{
    font-size: 20px;
    text-transform: capitalize;
    font-family: inherit;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    display: block;
    transition: all 0.2s linear 0s;
}
.our-team .team-title a:hover{
    color:#ffffff;
    text-decoration: none;
}
.our-team .team-title > small{
    font-size: 16px;
    font-weight: bold;
    color:#fff
}
.our-team .description{
    color: #fff;
    line-height: 25px;
        margin: 12px 0;
}
.our-team .description:after{
    content:"";
    display:block;
    border-bottom:1px solid #fff;
    margin-top: 10px;
}
.our-team .team-social{
    padding:0;
}
.our-team .team-social > li{
    display: inline-block;
    margin-right: 12px;
}
.our-team .team-social > li > a{
    color:#fff;
    font-size:15px;
}
.our-team .team-social > li > a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .our-team{
        width: 310px;
        margin: 0 auto 15px;
    }
    .our-team .team-profile:before{
        border-right: 300px solid transparent;
    }
}
@media only screen and (max-width: 359px) {
    .our-team{
        width: auto;
    }
}

/*end section css*/

.breadcrumb-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 104px 0 110px;
    position: relative;
    width:100%;
    text-align: center;
    background-attachment: fixed;
    text-align: center;
}
.breadcrumb-image::before {
    background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.breadcrumb-image h1 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumbs_path {
    color: #fff;
    margin-top: 8px;
    position: relative;
    z-index: 9;
}
.breadcrumbs_path > a {
    color: #fff;
    transition: all 0.3s ease 0s;
}


/*main service*/
#webcoderskull-area {
    padding: 0px 0;
    text-align: center;
}
#webcoderskull-law-area h2 {
    font-weight: 400;
}

.webcoderskull-item {
    border: 1px solid #6a78dc;
    margin-bottom: 45px;
    padding: 35px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(114,120,220,0.12), 0 1px 2px rgba(114,120,220,0.24);
}
.webcoderskull-item:hover {
    box-shadow: 0 14px 28px rgba(114,120,220,0.25), 0 10px 10px rgba(114,120,220,0.22);
}
.webcoderskull-item .fa {
    font-size: 35px;
    margin-bottom: 30px;
}
.learn-more {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #474747; 
}
.webcoderskull-item h3 a {
    color: #474747;
}
.webcoderskull-item h3 a:hover {
    text-decoration: none;
}
.webcoderskull-item:hover h3 a {
    color: #5b69cb;
}
.webcoderskull-item:hover .learn-more,
.webcoderskull-item:hover h3,
.webcoderskull-item:hover .fa {
    text-decoration: none;
    color: #5b69cb;
}
.webcoderskull-item:hover .learn-more::after {
    content: " \2192";
    opacity: 1;
    transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; 
    margin-left: 5px;
    margin-top: 0px;
    line-height: 15px
}
.webcoderskull-item .learn-more::after {
    content: " \2192";
    position: absolute;
    opacity: 0;
    margin-left: -30px;
    transition: all 0.6s ease 0s;
    font-size: 31px;
    line-height: 15px;
    transition: all 0.6s ease 0s; 
}

.page-info {
    position: relative;
    padding: 24px 0px;
    background: #ffffff;
    color: #272727;
    border-bottom: 1px solid #f0f0f0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.pull-left {
    float: left!important;
}

.h-one {
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    font-weight: 700;
    padding: 0;
}

.pull-right {
    float: right!important;
}

/*iss*/

.news {
    width: 350px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}

.bg-danger {
    background-color: #ff6a00 !important;
}

.mt-5
{
    margin-top: 0rem!important;
}

.link_text {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px;
    /* border: #FE5E15 solid 1px; */
}



 
      /* zoom button */
      
      .default-shop-item .inner-box .lower-content .links-box .zoom-btn {
    position: absolute;
    background-color: #272727;
    width: 48px;
    height: 48px;
    line-height: 48px;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #ffffff;
    z-index: 2;
    font-weight: normal;
}


.enq_quick {
    padding: 35px 0 40px 0;
    margin: 0px 0px 0px 0px;
    background: #f3f3f3;
}
.enq_txt {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.enq_small {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #000;
}
.enq_quick_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0px 0 0px 0;
}
.enq_quick_area input, .frm_drp {
    max-width: 160px;
    margin: 0 !important;
    color: #000 !important;
    height: 40px !important;
    border: none !important;
    border-radius: 0px;
    font-size: 14px;
    padding: 0 0px 0 15px;
    background: #e1e1e1;
    outline: none;
    box-sizing: border-box;
}
.enq_quick_area input::placeholder{
    color: #000 !important;
}
.frm_drp {
    padding-top: 0px;
}
.enq_quick_area button {
    max-width: 120px;
}
.frm_drp {
    padding-top: 0px;
    display: block !important;
}
.btn_style {
    color: #fff;
    background: radial-gradient(circle, #2a31a8, #121754) !important;
    border-color: #fba832;
    width: 100%;
    box-shadow: none;
    margin: 0 5px 0 5px;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn_pointer {
    margin: 30px 0 0 0;
    text-align: center;
}
.btn_pointer p {
    margin: 0px 0 0 0;
    font-size: 16px;
}
.btn_pointer p span {
    border-bottom: 1px solid #000;
    padding: 0 5px 3px 5px;
    color: #000;
}
.btn_pointer p span a {
    color: #000;
}
.div_ider {
    border-bottom: none !important;
}
.enq_quick_area .nice-select {
    display: none !important;
}



.sche_dule{
    padding:100px 20px;
    background:linear-gradient(180deg, #e1e1e1, #e1e1e1);
}
.sche_dule-inner .row{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:0px;
}
.single-sche_dule{
    position:relative;
    border-radius:16px;
}
.single-sche_dule .inner{
    background:#fff;
    padding:45px 35px;
    border-radius:16px;
    height:100%;
    border:1px solid #c9cdd3;
    transition:all .35s ease;
    position:relative;
}
.single-sche_dule::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    border-radius:16px 16px 0 0;
}
.single-sche_dule .icon{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    font-size:26px;
    margin-bottom:20px;
    background:#bd2930;
    color:#fff;
    transition:all .3s ease;
}
.single-cont_ent h5{
    font-size:15px;
    font-weight:600;
    color:#ff6a00;
    margin-bottom:6px;
}
.single-cont_ent h4{
    font-size:1.35rem;
    font-weight:700;
    margin-bottom:12px;
    color:#222;
}
.single-cont_ent p{
    font-size:15px;
    line-height:1.7;
    color:#403d3d;
}
.single-sche_dule:hover .inner{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}
.single-sche_dule:hover .icon{
    background:#ff6a00;
    color:#fff;
    transform:scale(1.1);
}




/* Section Background */
.service-section {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    padding: 80px 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* Section Title */
.service-section .section-title .title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    border-bottom: 3px solid #ff7f50;
    display: inline-block;
    padding-bottom: 12px;
}

/* Grid Layout */
.service-section .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Service Card */
.services-info {
    position: relative;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

/* Hover Card Lift + Glow */
.services-info:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(255,127,80,0.3);
}

/* Image Styling + Overlay */
.services-info img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.services-info::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 220px;
    background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    pointer-events: none;
}

.services-info:hover img {
    transform: scale(1.08);
}

/* Step Number Badge */
.services-info::after {
    content: attr(data-step);
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff7f50;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Content Styling */
.team-content {
    padding: 25px;
    flex: 1;
}

.team-content h3.post-title {
    font-size: 22px;
    margin-bottom: 12px;
    color: #ff7f50;
}

.team-content p.description {
    font-size: 15px;
    line-height: 1.7;
    color: #ddd;
    margin-bottom: 15px;
}

/* Social Icons */
.team_social {
    display: flex;
    gap: 18px;
}

.team_social li a {
    color: #ff7f50;
    font-size: 16px;
    transition: all 0.3s ease;
}

.team_social li a:hover {
    color: #fff;
    transform: scale(1.2);
}

/* Footer Info */
.team-prof {
    background: rgba(255,255,255,0.05);
    text-align: center;
    padding: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s ease;
}

.team-prof .post-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}

.team-prof .post {
    font-size: 14px;
    color: #ff7f50;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.team-prof .post:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .service-section .section-title .title {
        font-size: 30px;
    }

    .services-info img {
        height: 180px;
    }
}







.ser_vice-section {
    background: #fff;
    padding: 0px 20px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.ser_vice-section .section-title .title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    border-bottom: 3px solid #ff7f50;
    display: inline-block;
    padding-bottom: 12px;
}
.ser_vice-section .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 30px;
}
.servi_ces-info {
    position: relative;
    background: #121754;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}
.servi_ces-info:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(255,127,80,0.3);
}
.servi_ces-info img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
.servi_ces-info::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 220px;
    background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    pointer-events: none;
}
.servi_ces-info:hover img {
    transform: scale(1.08);
}
.servi_ces-info::after {
    content: attr(data-step);
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6a00;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.team-con_tent {
    padding: 25px;
    flex: 1;
}
.team-con_tent h3.post-title {
    font-size: 22px;
    margin-bottom: 12px;
    color: #ff6a00;
    font-weight: 600;
}
.team-con_tent p.description {
    font-size: 15px;
    line-height: 1.7;
    color: #ddd;
    margin-bottom: 15px;
}
.te_am_social {
    display: flex;
    gap: 18px;
    justify-content: center;
}
.te_am_social li a {
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}
.te_am_social li a:hover {
    color: #fff;
    transform: scale(1.2);
}
.te_am-prof {
    background: rgba(255,255,255,0.05);
    text-align: center;
    padding: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s ease;
}
.te_am-prof .post-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}
.te_am-prof .post {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}
.te_am-prof .post a {
    color: #fff;
}
.te_am-prof .post:hover {
    color: #fff;
}
.ser_vice-section .title {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
    line-height: 1.2;
    margin: 40px 0 30px 0;
}


.pro_duct-section {
    background: #e1e1e1;
    padding: 60px 0;
}
.pro_duct-section .title {
    color: #000;
}
.pro_duct-section .post-content {
    background: #121754 !important;
    text-align: center;
}
.pro_duct-section .post-slide {
    border-color: #121754 !important;
}
.pro_duct-section .post-slide .post-content:hover {
    background: #ff6a00 !important;
}

.clients .title {
    color: #000;
}


.dis_box{
    max-width: 700px;
    background:#ffffff;
    border-radius:12px;
    padding:45px 35px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.dis_box h2{
    font-size:28px;
    margin-bottom:15px;
    color:#222;
    font-weight:600;
}
.connect-url{
    display:inline-block;
    margin:5px 6px;
    padding:6px 10px;
    font-size:14px;
    color:#444;
    text-decoration:none;
    border-radius:6px;
    transition:all .3s ease;
}
.connect-url i{
    font-size:16px;
}
.connect-url:hover{
    background:#f4f4f4;
    color:#e63946;
}
.discp{
    margin-top:15px;
    font-size:14px;
    line-height:1.7;
    color:#666;
}
.product-buttons{
    margin-top:20px;
}
.cart-btn{
    display:inline-block;
    background:#ff6a00;
    color:#fff;
    padding:12px 22px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:all .3s ease;
}
.cart-btn i{
    margin-right:8px;
	    font-size: 20px;
}
.cart-btn:hover{
    background:#121754;
    transform:translateY(-2px);
}

.sku_id {
  display: inline-block;
  padding: 6px 12px;
  font-size: 18px !important;
  font-weight: 600;
  color: #444;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: monospace;
  letter-spacing: 0.5px;
}
.tabContent .items {
padding: 8px 30px;
}
.tabContent .items p {
    color: #000;
	padding: 8px 0;
}
.cl {
	clear: both;
}
.grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px;
}

.grid-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.grid-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.grid-box h3 {
  padding: 15px;
  font-size: 18px;
}

.grid-box h3 a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #000;
  transition: color 0.3s;
}

.grid-box h3 a:hover {
  color: #0073e6;
}
.htabs ul.menu-list #default{
	color: #ff6a00;
}

.topbar .row .col-lg-12 {
    display: flex;
    gap: 15px;
	justify-content: space-between;
}
.top-scl {
    display: flex;
    gap: 15px;
}
.h_3 {
text-align: left;
    color: #000;
    margin-top: 30px;
    font-size: 18px;
}



@media (max-width: 767px) {
.enq_small {
    width: 100%;
    padding: 0 15px;
}
.enq_txt {
    padding: 0 15px;
}
.enq_quick_area {
    flex-direction: column;
}
.enq_quick_area input, .frm_drp {
    max-width: 250px;
}
.sche_dule {
    padding: 50px 0;
}
.single-sche_dule .inner {
    padding: 25px 15px;
margin-bottom: 10px;
}
.over-color {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bgimage p {
    text-align: left;
	    padding-top: 15px;
}
#services .title {
    font-size: 30px;
}
.card-items .card {
    margin-bottom: 15px;
}
.ser_vice-section .title {
    font-size: 30px;
}
.team-con_tent {
    padding: 15px;
}
.ser_vice-section .row {
    gap: 20px;
}
.viewed {
    padding-top: 30px;
}
.product-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
}
.title {
    font-size: 30px !important;
}
.pro_duct-section {
    padding: 50px 0;
}
.clients .single-clients img {
    width: auto;
}
.footer .row .col-6 {
    max-width: 100%;
	    flex: 0 0 100%;
}
.footer .pt2 {
    padding-top: 20px;
}
.disnun {
	display: none;
}
.breadcrumb-image h1 {
    font-size: 25px;
    line-height: 35px;
}

.product-grid .title {
    font-size: 18px !important;
}
.dis_box {
    max-width: 100%;
    padding: 30px 15px;
}
.dis_box h2 {
    font-size: 22px;
}
.htabs {
    text-align: center;
}
.htabs ul.menu-list {
    display: flex;
    flex-direction: column;
}
.tabContent .items {
    padding: 5px 5px;
}
}