
/**********************************/
/*       INDEX                    */
/*=================================
 *    00.  Home              *
 *    01.  Variables              *
 *    02.  Bootstrap Custom       *
 *    03.  Components             *
 *    04.  General                *
 *    05.  Helper                 *
 *    06.  Menu                   *
 *    07.  Home                   *
 *    08.  About                  *
 *    09.  Service                *
 *    10.  Counter                *
 *    11.  Resume                 *
 *    12.  C.T.A                  *
 *    13.  Portfolio              *
 *    14.  Testi                  *
 *    15.  Blog                   *
 *    16.  Contact                *
 *    17.  Footer                 *
 *    18.  Switcher               *
 =================================*/
 
 
 
 body {
  background: #ffffff; /* or your site’s background color */
}

 
 
 /*-----------------Home Text Open-----------------*/
	 
	.title-heading h4{
		font-size: 25px;
		color: #fff;
	}
	.title-heading h3{
		font-size: 25px;
		color: #fff;
	}
 
 
  
 /*-----------------Home Text Close-----------------*/
 
 
 
 
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
.bg-primary {
  background-color: #4782d3 !important;
}

.text-primary {
  color: #4782d3 !important;
}

a.text-primary:hover {
  color: #3274ce !important;
}

.bg-secondary {
  background-color: #f5f5f5 !important;
}

.text-secondary {
  color: #f5f5f5 !important;
}

a.text-secondary:hover {
  color: #e8e8e8 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover {
  color: #23923d !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover {
  color: #edb100 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover {
  color: #148ea1 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover {
  color: #d32535 !important;
}

.bg-dark {
  background-color: #161c2d !important;
}

.text-dark {
  color: #161c2d !important;
}

a.text-dark:hover {
  color: #0e111c !important;
}

.bg-muted {
  background-color: #212529 !important;
}

.text-muted {
  color: #212529 !important;
}



a.text-muted:hover {
  color: #636363 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}
 

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover {
  color: #e9ecef !important;
}

.bg-custom {
  background-color: #208d9e  !important;
}

.text-custom {
  color: #ffc107;
}

a.text-custom:hover {
  color: #af271c !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small, small {
  font-size: 90%;
  
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table-center th {
  vertical-align: middle !important;
  cursor: pointer;
}

.table-responsive .table-center tbody tr:hover {
  color: #161c2d;
  background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th, .table-responsive .table-center.invoice-tb td {
  text-align: end;
}

.modal-open {
  padding-right: 0 !important;
}

.btn-primary {
  background-color: #4782d3 !important;
  border: 1px solid #4782d3 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(71, 130, 211, 0.3);
          box-shadow: 0 3px 5px 0 rgba(71, 130, 211, 0.3);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #2d68ba !important;
  border-color: #2d68ba !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #4782d3;
  color: #4782d3;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #4782d3;
  border-color: #4782d3;
  color: #ffffff !important;
}

.btn-secondary {
	
background-color: #f50808 !important;
  border: 1px solid #ef04ae !important;
  color: #ffffff !important;  
}
.btn.active {
    background-color: #007bff; /* Change as per your design */
    color: white;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: gainsboro !important;
  border-color: gainsboro !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #ffffff !important;
}

.btn-success {
  background-color: #28a745 !important;
  border: 1px solid #28a745 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(40, 167, 69, 0.3);
          box-shadow: 0 3px 5px 0 rgba(40, 167, 69, 0.3);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #1e7e34 !important;
  border-color: #1e7e34 !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #28a745;
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff !important;
}

.btn-warning {
  background-color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(255, 193, 7, 0.3);
          box-shadow: 0 3px 5px 0 rgba(255, 193, 7, 0.3);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #d39e00 !important;
  border-color: #d39e00 !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #ffc107;
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #ffffff !important;
}

.btn-info {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #117a8b !important;
  border-color: #117a8b !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #17a2b8;
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff !important;
}

.btn-danger {
  background-color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(220, 53, 69, 0.3);
          box-shadow: 0 3px 5px 0 rgba(220, 53, 69, 0.3);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #bd2130 !important;
  border-color: #bd2130 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #dc3545;
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff !important;
}

.btn-dark {
  background-color: #161c2d !important;
  border: 1px solid #161c2d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(22, 28, 45, 0.3);
          box-shadow: 0 3px 5px 0 rgba(22, 28, 45, 0.3);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #05070b !important;
  border-color: #05070b !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #161c2d;
  color: #161c2d;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #161c2d;
  border-color: #161c2d;
  color: #ffffff !important;
}

.btn-muted {
  background-color: #707070 !important;
  border: 1px solid #707070 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(112, 112, 112, 0.3);
          box-shadow: 0 3px 5px 0 rgba(112, 112, 112, 0.3);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #575757 !important;
  border-color: #575757 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #707070;
  color: #707070;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #707070;
  border-color: #707070;
  color: #ffffff !important;
}

.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.3);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 250, 0.3);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #dae0e5 !important;
  border-color: #dae0e5 !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #ffffff !important;
}

.btn-custom {
  background-color: #c52c20 !important;
  border: 1px solid #c52c20 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(197, 44, 32, 0.3);
          box-shadow: 0 3px 5px 0 rgba(197, 44, 32, 0.3);
}
.btn-customs {
    color: #161c2d !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(197, 44, 32, 0.3);
    box-shadow: 0 3px 5px 0 rgba(197, 44, 32, 0.3);
}

#serviceList {
    display: flex;                  /* Enable Flexbox on the service list */
    flex-wrap: wrap;               /* Allow wrapping of items */
}

.service-wrapper {
    display: flex;                  /* Use Flexbox for the service wrapper */
    flex-direction: column;         /* Arrange content vertically */
    justify-content: space-between; /* Distribute space evenly */
    height: 100%;                   /* Full height of the parent */
    min-height: 450px;             /* Set a minimum height for uniformity */
    transition: transform 0.3s;    /* Optional: smooth hover effect */
    cursor: pointer;                /* Change cursor on hover */
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus {
  background-color: #992219 !important;
  border-color: #992219 !important;
  color: #ffffff !important;
}

.btn-outline-custom {
  border: 1px solid #c52c20;
  color: #c52c20;
  background-color: transparent;
}

.btn-outline-custom:hover, .btn-outline-custom:focus, .btn-outline-custom:active, .btn-outline-custom.active, .btn-outline-custom.focus, .btn-outline-custom:not(:disabled):not(.disabled):active {
  background-color: #c52c20;
  border-color: #c52c20;
  color: #ffffff !important;
}

.btn {
  padding: 12px 24px;
  outline: none;
  border-radius: 0;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-pill {
  border-radius: 30px !important;
}

.btn.btn-light {
  color: #161c2d !important;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #dae0e5 !important;
  color: #161c2d;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6;
  color: #ffffff;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fa;
  color: #161c2d !important;
}

button:not(:disabled) {
  outline: none;
}

.progress-box .title {
  font-size: 14px;
}

.progress-box .progress {
  height: 12px;
  overflow: visible;
  border: 1px solid #ced4da;
}

.progress-box .progress .progress-bar {
  height: 4px;
  border-radius: 5px;
  margin: auto 2px;
  -webkit-animation: animate-positive 3s;
          animation: animate-positive 3s;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -38px;
  right: -20px;
  padding: 5px;
  font-size: 13px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.nav-pills .nav-link {
  color: #161c2d !important;
  margin: auto 15px;
  border: 10px solid #e9ecef;
}

.nav-pills .nav-link.active {
  background-color: #c52c20;
  color: #ffffff !important;
  border-color: #c52c20 !important;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.nav-pills a .skill-container .title {
  font-size: 16px;
}

.page-next-level .title {
  font-size: 28px;
  letter-spacing: 1px;
}

.page-next-level .page-next {
  letter-spacing: 0.5px;
}

.page-next-level .page-next li {
  display: inline-block;
  margin-right: 5px;
}

.page-next-level .page-next li:after {
  content: "\f142";
  font-size: 16px;
  color: #161c2d;
  font-family: 'Material Design Icons';
}

.page-next-level .page-next li:last-child {
  margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
  display: none;
}

.page-next-level .page-next li a, .page-next-level .page-next li span {
  font-size: 14px;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.page-next-level .page-next li a:hover {
  color: #c52c20 !important;
}

.page-next-level .page-next li span:last-child {
  padding-right: 0px;
}

.pagination {
  line-height: 20px;
  font-size: 13px;
}

.pagination li {
  display: inline;
}

.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 5px 0 0 5px;
}

.pagination li:last-child a {
  border-radius: 0 5px 5px 0;
}

.pagination li a {
  float: left;
  text-decoration: none;
  color: #161c2d;
  border: 1px solid #dee2e6;
  border-left-width: 0;
  background: #ffffff;
}

.pagination li a:hover {
  color: #ffffff;
  background: #c52c20;
  border-color: #c52c20;
}

.pagination .active a {
  color: #ffffff;
  background: #c52c20 !important;
  border-color: #c52c20;
  cursor: not-allowed;
}

.blockquote {
  border-left: 3px solid #dee2e6;
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #fffff;
  background-color: #ffffff;
}


.title-heading  p {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  font-size: 20px;
  color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #6c757d;
  color: #ffffff;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.section {
  padding-top: 0px; 
  padding-bottom: 0px;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-over-image {
  background-color: rgba(35, 37, 47, 0.5) !important;
  background-image: url("../images/overlay.png");
  background-repeat: repeat;
}

.text-custom {
  color: #ffc107;
  font-size: 30px;
}

.text-custom {
  color: #ffc107;
  font-size: 30px;
}


.bg-custom {
  background-color: #c52c20;
}

.title-heading .sub-title {
  font-size: 18px;
  letter-spacing: 1px;
}

.title-heading .heading {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 1px;
}


.title-heading img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 2px solid #f9f7f7c0;
  transition: all 0.3s ease-in-out;
  animation: pulse-border 1.2s infinite; /* Shorter duration for quicker pulse */
}

.title-heading img:hover {
  border-color: #007bff;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.7); /* Stronger shadow on hover */
  transform: scale(1.05);
  cursor: pointer;
  animation: none; /* Stop pulsing on hover */
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 40px rgba(0, 123, 255, 0.3); /* Increased visibility */
  }
  50% {
    box-shadow: 0 0 80px rgba(0, 123, 255, 0.8); /* More visible pulsing shadow */
  }
  100% {
    box-shadow: 0 0 40px rgba(0, 123, 255, 0.3);
  }
}



.section-title { 
  position: relative;
  margin-bottom: 30px;
}

.section-title .title {
  letter-spacing: 1px;
  font-size: 26px;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.section-title .title:hover {
  color: #1abc9c; /* bright coral/red color on hover */
  transition: color 0.3s ease; /* smooth color change */
}


.section-title .titles:after, .section-title .titles:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  left: calc(50% - 45px);
  border-radius: 5px;
  top: 55px;
  background-color: #c52c20;
}

.section-title .titles:before {
  left: calc(50% + 17px);
}

.section-title .titles span {
  position: absolute;
  width: 35px;
  height: 17px;
  left: calc(50% - 17px);
}

.section-title .titles span:before, .section-title .titles span:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 48px;
  left: 2px;
  border: 2px solid #c52c20;
  border-radius: 30px 30px 30px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section-title .titles span:after {
  left: auto;
  right: 2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.para-desc {
  max-width: 700px;
}

.pt-100 {
  padding-top: 100px;
}

.social-icon li a {
  color: #adb5bd;
  border: 1px solid #adb5bd;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 30px;
}

.social-icon li a:hover {
  background-color: #c52c20;
  border-color: #c52c20 !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #161c2d;
  border-color: #161c2d;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
          animation: sk-rotate 2.0s infinite linear;
}

#preloader #status .spinner .dot1, #preloader #status .spinner .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #c52c20;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #ffffff;
  background-color: #6c757d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.back-to-top i {
  font-size: 16px;
}

.back-to-top:hover {
  background-color: #c52c20;
  color: #ffffff;
}

@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 10px 0;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .title-heading .heading {
    font-size: 40px !important;
  }
  .section-title .title {
    font-size: 24px;
  }
}

/* Navbar CSS Start */
.navbar-custom {
  padding: 5px 0; /* Further reduced padding for a slimmer navbar */
  background-color: #ffffff; /* Navbar background color */
  border-bottom: 2px solid #c52c20; /* Bottom border */
  z-index: 999;
  transition: background-color 0.3s ease;
}

.navbar-custom .navbar-toggler {
  color: #c52c20; /* Toggler icon color */
  font-size: 30px;
}

.navbar-custom .navbar-brand .logo {
  height: 40px; /* Decreased logo height */
  transition: transform 0.3s ease; /* Animation for logo */
}

.navbar-custom .navbar-brand .logo:hover {
  transform: scale(1.1); /* Logo scaling on hover */
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #161c2d; /* Link color */
  font-size: 16px; /* Font size */
  margin: 0 10px; /* Margin for spacing */
  font-weight: 500;
  letter-spacing: 0.5px; /* Letter spacing */
  position: relative; /* For pseudo-element positioning */
  transition: color 0.3s ease; /* Smooth color transition */
  padding: 5px 0; /* Reduced padding for nav links */
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #c52c20; /* Active link color */
  font-weight: bold; /* Optional: make the active link bold */
}

.navbar-custom .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c52c20; /* Underline color */
  transition: width 0.3s ease, background-color 0.3s ease; /* Animation */
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover {
  color: #c52c20; /* Hover color */
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%; /* Full underline on hover */
}

.navbar-custom .social-icon li a {
  color: #c52c20; /* Social icon color */
  transition: color 0.3s ease; /* Smooth color transition */
}

.navbar-custom .social-icon li a:hover {
  color: #161c2d; /* Social icon hover color */
  transform: scale(1.2); /* Scale effect on hover */
}

/* Sticky Navbar */
.nav-sticky.navbar-custom {
  background-color: #ffffff;
  padding: 5px 0; /* Further reduced padding for sticky navbar */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
}

/* Responsive styles */
@media (max-width: 991px) {
  .navbar-custom .navbar-nav .nav-item .nav-link {
    color: #161c2d !important;
  }


  .navbar-custom .social-icon {
    display: none; /* Hide social icons on mobile */
  }
}

/* Icon Transition */
.navbar-toggler span {
  transition: all 0.3s ease;
  font-size: 24px; /* Adjust size if necessary */
}

/* Optional: Adjust icon size on small screens */
@media (max-width: 991px) {
  .navbar-toggler span {
    font-size: 30px; /* Increase for better visibility */
  }
}

/* Responsive styles */
@media (max-width: 991px) {
  .navbar-custom .navbar-brand .logo {
    margin-left: 20px; /* Move logo 20px to the right for mobile view */
  }

  .navbar-custom .navbar-nav .nav-item .nav-link {
    color: #161c2d !important;
  }

  .navbar-custom .social-icon {
    display: none; /* Hide social icons on mobile */
  }

  #hamburger-icon {
    display: block; /* Show hamburger icon */
  }

  #close-icon {
    display: none; /* Hide close icon by default */
  }
}

/* Navbar CSS End */








.bg-home {
  padding: 190px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-pages {
  padding: 150px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-modern {
  padding: 80px 0 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-modern.bg-animation-right:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: #c52c20 none repeat scroll 0 0;
  -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 35% 100%);
          clip-path: polygon(60% 0, 100% 0, 100% 100%, 35% 100%);
}

.mouse-icon {
  border: 2px solid #495057;
  bottom: 80px;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30px;
  z-index: 2;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.mouse-icon .wheel {
  background: #495057;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  top: 30px;
  width: 2px;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

.clip-home {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
          clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}

#sThemes-layout {
  background: url("../images/boxed.png") fixed repeat;
}

#sThemes-layout .sThemesbox {
  background: #ffffff;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  max-width: 1170px;
  margin: 0 auto;
}

#sThemes-layout .sThemesbox .boxed-home {
  max-width: 1170px;
  margin: 0 auto;
}

.glitch-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1 !important;
}

.home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.home-shape img {
  width: 100%;
  height: auto;
}


@media (max-width: 1024px) {
  .bg-modern.bg-animation-right:after {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .bg-modern.bg-animation-right:after {
    width: 60%;
    -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 30% 100%);
            clip-path: polygon(80% 0, 100% 0, 100% 100%, 30% 100%);
  }
}

@media (max-width: 767px) {
  .bg-home, .bg-half {
    padding: 150px 0;
    height: auto;
  }
  .bg-pages {
    padding: 150px 0 90px;
  }
  .bg-modern.bg-animation-right:after {
    display: none;
  }
}

.about-hero:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 3%;
  left: 10%;
  bottom: 0%;
  border-radius: 5px;
  border: 16px solid #f8f9fa;
}
.about-hero img {
	border-radius: 2%;	
}
.about-info .name {
  font-size: 18px;
}

.about-info .designation {
  font-size: 16px;
}

.about-info .about-list {
  line-height: 32px;
}

.about-info .about-list .list-title {
  max-width: 110px;
  width: 100%;
  font-weight: 500;
}

.hobbies {
  background-image: url("../images/home/hobbies.jpg");
   background-size: cover;
  }


  
.interests-desc {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid transparent;
}

.interests-desc .hobbies:before {
  content: "";
  position: absolute;
  top: 0;
  left: 55px;
  width: 2px;
  height: 100%;
  background: #e9ecef;
  z-index: 1;
}

.interests-desc .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.interests-desc .title {
  font-size: 17px;
  font-weight: 500;
}

.interests-desc:hover {
  background: #ffffff !important;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border: 2px solid #e9ecef;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.interests-desc:hover .icon {
  color: #c52c20;
}

.service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper .icon i {
  font-size: 40px;
}

.service-wrapper .content .title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  display: block;
  height: 2px;
  width: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background: #c52c20;
}

.service-wrapper:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border: transparent !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.service-wrapper:hover:after {
  left: 0;
  right: 0;
  width: 100%;
}

.service-wrapper:hover .icon {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

.service-wrapper:hover .content .title {
  color: #c52c20;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.section-two .row {
  justify-content: center;
  row-gap: 20px;
}
/* Counter Box Styling */
.counter-box {
    border: 3px solid #6c757d;       /* 3px border */
    border-radius: 10px;             /* rounded corners */
    padding: 20px;                   /* inner spacing */
    background-color: #fff;          /* white background */
    text-align: center;              /* center content */
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; /* added border-color transition */
}

.counter-box:hover {
    transform: translateY(-5px);    /* subtle lift on hover */
    box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* soft shadow */
    border-color: #007bff;           /* border color changes on hover */
}

/* Counter Icon */
.counter-box .counter-icon i {
    font-size: 45px;                 /* same as previous */
}

/* Counter Head / Title */
.counter-box .counter-head {
    font-size: 16px;                 /* same as previous */
    font-weight: 500;                /* same as previous */
    color: #333;                     /* slightly darker for readability */
    margin-top: 10px;
}

/* Counter Value */
.counter-box .counter-value {
    font-size: 36px;                 /* same as previous */
    font-weight: 700;
    color: #007bff;                  /* optional theme color */
}

/* Badge Images */
.counter-box img {
    max-height: 130px;               /* same as before */
    border-radius: 10px;             /* same as before */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-box img:hover {
    transform: scale(1.1);           /* zoom effect on hover */
    box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* subtle shadow */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .counter-box {
        padding: 15px;
    }
    .counter-box img {
        max-height: 100px;
    }
}


.main-icon i {
  border: 2px solid #ced4da;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  -webkit-text-stroke: 1px #161c2d;
  -webkit-text-fill-color: #161c2d;
}

.timeline-page:after {
  background-color: #ced4da !important;
  content: "";
  height: 95%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

.timeline-page .timeline-item .date-label-left, .timeline-page .timeline-item .duration-right {
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after {
  border: 2px solid #161c2d;
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #f8f9fa;
  border-radius: 30px;
}

.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after {
  right: -37px;
}

.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 15px;
}

.timeline-page .timeline-item .duration-right:after {
  left: -37px;
}

.timeline-page .timeline-item .event {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.timeline-page .timeline-item .event .title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.timeline-page .timeline-item .event .company {
  font-size: 13px;
}

.timeline-page .timeline-item .event.event-description-right {
  text-align: left;
  margin-left: 15px;
}

.timeline-page .timeline-item .event.event-description-left {
  text-align: right;
  margin-right: 15px;
}

.timeline-page .timeline-item .event .timeline-subtitle {
  font-size: 14px;
}

.timeline-page .timeline-item .event:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.timeline-page .timeline-item .event:hover .title {
  color: #c52c20;
}

@media (max-width: 767px) {
  .main-icon {
    text-align: left !important;
  }
  .timeline-page {
    margin-left: 18px;
  }
  .timeline-page:after {
    margin: 0;
  }
  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }
  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }
  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }
  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
}

.cta-full .container-fluid {
  max-width: 100%;
}

.cta-full .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cta-full .cta-full-img-box {
  padding: 100px 10%;
}

.cta-full .cta-full-head {
  font-size: 22px;
  letter-spacing: 0.8px;
}

@media (max-width: 1024px) {
  .cta-full .cta-full-img-box {
    padding: 100px 10px !important;
  }
}

@media (max-width: 991px) {
  .cta-full .padding-less {
    position: relative !important;
    height: 500px !important;
  }
  .cta-full .cta-full-content {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .cta-full .cta-full-img-box {
    padding: 60px 0%;
  }
}

.container-filter li a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container-filter li a:hover, .container-filter li a.active {
  color: #ffffff !important;
  background-color: #c52c20;
  border-color: #c52c20 !important;
}

 /*  Galley Section CSS */
 

.portfolio-box .work-img img {
  width: 500px;
  height: 250px;
  padding: 1px;
  object-fit: cover; /* Ensures proportional cropping */
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}


.portfolio-box .work-img .overlay-work {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  background-color: rgba(27, 27, 27, 0.8);
  z-index: 1;
}

.portfolio-box .work-img .overlay-work .icon {
  position: absolute;
  bottom: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 0;
  left: 0;
}

.portfolio-box .work-img .overlay-work .icon i {
  font-size: 30px;
  margin: 0 auto;
  display: inline-block;
}

.portfolio-box .work-img .overlay-work .icon i:hover {
  color: #c52c20 !important;
}

.portfolio-box .work-img .overlay-work .work-content {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.portfolio-box .work-img .overlay-work .work-content .title a {
  font-size: 15px;
}

.portfolio-box .work-img .overlay-work .work-content .title:hover a {
  color: #c52c20 !important;
}

.portfolio-box:hover .work-img img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}

.portfolio-box:hover .work-img .overlay-work {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*background: url("../images/aboutBackground.jpg"); */
.portfolio {
  background:#ffffff;
  background-size: cover;
}

.work-details .title {
  font-size: 18px;
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}



.client-review {
  padding: 30px 30px 40px 30px;
}

.client-review .review-para {
  font-size: 14px;
}

.client-review .reviewer img {
  height: 65px;
}

.client-review .reviewer .content .name {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 30px;
  background: transparent;
  border: 2px solid #c52c20;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #c52c20;
}

.blog-post .content .post-meta li,
.blog-post .content .post-meta li a {
  font-size: 14px;
}

.blog-post .content .title {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .content .title:hover {
  color: #c52c20 !important;
}

.blog-post .content a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .content a:hover {
  color: #c52c20 !important;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  font-weight: 500;
}

.sidebar .widget .author .name {
  font-weight: 500;
}

.sidebar .widget .catagories li {
  padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagories li a, .sidebar .widget .catagories li span {
  font-size: 15px;
}

.sidebar .widget .catagories li a {
  color: #161c2d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagories li a:hover {
  color: #c52c20;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #161c2d;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #c52c20;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #e9ecef;
  color: #161c2d;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #c52c20;
  color: #ffffff;
}

.page-title {
  font-size: 20px;
}

.comment-area .media-list .media img {
  width: 80px;
}

.comment-area .media-list .media .media-body a:hover {
  color: #c52c20 !important;
}

.comment-area .media-list .media .media-body .media-heading, .comment-area .media-list .media .media-body .media-para {
  font-size: 15px;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.form-group .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #161c2d;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group textarea {
  height: 180px !important;
}

.contact-detail .icon {
  font-size: 30px;
}

.contact-detail .content .title {
  font-size: 16px;
}

.contact-detail p {
  font-size: 15px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #dc3545;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #dc3545;
  color: #dc3545;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #28a745;
  font-size: 22px;
}

.footer {
  padding: 60px 0;
  position: relative;
  color: #adb5bd;
  font-size: 15px;
}

.footer.footer-bar {
  padding: 30px 0;
  border-top: 1px solid #3d4349;
}

#style-switcher {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}

#style-switcher .title {
  font-size: 16px;
  margin: 8px 3px 12px;
}

#style-switcher .bottom {
  background: none repeat scroll 0 0 #ffffff;
  color: #161c2d;
  padding: 0;
}

#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px;
  border-radius: 0 30px 30px 0;
}

#style-switcher .bottom a.settings i {
  margin-left: 5px;
  font-size: 24px;
  position: absolute;
}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0px;
  overflow: hidden;
  padding: 0;
  border-radius: 0px;
}

ul.pattern li {
  float: left;
  margin: 2px;
}

ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 5px;
}

ul.pattern .default {
  background-color: #c52c20;
}

ul.pattern .light-green {
  background-color: #67c56e;
}

ul.pattern .yellow {
  background-color: #f89d36;
}

ul.pattern .purple {
  background-color: #662e9b;
}

ul.pattern .light-yellow {
  background-color: #eaba6b;
}

ul.pattern .dark-pink {
  background-color: #e63254;
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}

 .social-icons a {
  color: #fff;
  font-size: 20px;
  padding: 0px 8px;
}

 .social-icons a:hover {
  color: #c2bfbf;
}
.social-icons {
  margin-bottom: 50px;
}

/*--------------- Resume/ Personal-detail open---------------------*/



.personal-detail .detail-header .title-small {
  text-align: left;
}
.personal-detail .nav-tabs {
  border-bottom: 0px;
}
.personal-detail .nav-tabs .nav-item.show .nav-link,
.personal-detail .nav-tabs .nav-link.active {
  color: #f8f9fa;
  background-color: #fff;
  border-bottom: 2px solid #b0b0b0;
  margin-top: 0px;
  background: #117a8b;
  position: relative;
}
.personal-detail .nav-tabs .nav-link.active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #b0b0b0 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.personal-detail .nav-link i {
  font-size: 24px;
  color: #dadada;
  padding-right: 10px;
}
.personal-detail .nav-tabs .nav-link.active i {
  color: #696969;
}


.personal-detail .nav-tabs .nav-link {
  border: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #2d2d2d;
  border-radius: 5px;
  border-bottom: 2px solid #c52c20;
  margin-right: 1px;
  margin-bottom: 2px;
  transition: all 0.3s ease; /* Smooth transition effect */
}

.personal-detail .nav-tabs .nav-link:hover {
  background-color: #117a8b; /* Background color on hover */
}

.personal-detail .nav-tabs {
  height: 48px;
}


.personal-detail .deatil-year {
  background: #5a5a5a;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 6px 12px;
  height: 36px;
  width: 100px;
  text-align: center;
  position: relative;
  margin-left: 20px;
  font-weight: 600;
  border-radius: 2px;
}
.personal-detail .deatil-year::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #5a5a5a transparent transparent;
  position: absolute;
  top: 7px;
  left: -10px;
}
.personal-detail .detail-text {
  padding-left: 26px;
  padding-top: 0px;
  padding-bottom: 8px;
   margin-top: -18px; 
}


.personal-detail .deatil-title {
  padding-left: 26px;
  font-size: 16px;
  font-weight: 700;
  padding-top: 18px;
}

.personal-detail .detail-item {
  margin-bottom: 24px;
  position: relative;
  
}
.personal-detail .tab-content.detail-tab {
  border-left: 2px solid rgba(8, 37, 97, 0.2);
  /*---------------Resume Down---------------------*/
  margin-top: 60px; 
}



@media only screen and (max-width: 768px) {
  /* Style for mobile view (width 768px or less) */
  .personal-detail .tab-content.detail-tab {
    margin-top: 260px;
  }
}

@media only screen and (max-width: 390px) and (orientation: portrait) {
  /* Styles for iPhone 12 Pro in portrait mode */
  .personal-detail .tab-content.detail-tab {
    margin-top: 310px; /* Adjust as needed */
  }
}


.personal-detail .detail-item::before {
  width: 22px;
  height: 22px;
  content: "";
  position: absolute;
  border-radius: 14px;
  border: 6px solid rgba(234, 234, 234, 0.6);
  top: 2px;
  left: -13px;
  background: #bdbdbd;
}
.personal-detail .detail-content-area {
  padding-left: 1px;
}
.personal-detail {
 background: #ffffff;
  background-size: cover;
}
.section-title{
margin-top: 60px;	
	
}



/*---------------Service---------------------*/
#services {
   background: #ffffffff;
  background-size: cover;
}
/*---------------personal-detail close---------------------*/

/*---------------Extra Features Open ---------------------*/
.news_section {
  background: #ffffffff;
  background-size: cover;
}
/*---------------Extra Features Close ---------------------*/

/*------------------contact section-------------*/
.contact {
  background: url("../images/contact.jpg");
  background-size: cover;
}



.contact .section-title {
  color: #fff;
}

.contact-content {
  padding-top: 28px;
}

.contact-detail {
  background: #fff;
  padding: 36px 40px;
}

.contact-header {
  padding-bottom: 16px;
}
.contact .contact-form-area {
  background: #fff;
  padding: 30px 40px;
}

.contact #form-name,
.contact #form-email,
.contact #form-subject {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  background: #fff;
  border: none;
  margin-top: 12px;
  border-bottom: 1px solid #d8d8d8;
}

.contact .contact-text {
  padding-bottom: 10px !important;
}

.contact textarea {
  width: 100%;
  height: 132px;
  background: #fff;
  border: none;
  padding-top: 8px;
  border-bottom: 1px solid #d8d8d8;
}

.contact-detail h6 {
  margin-bottom: 16px;
  color: #3c3c3c;
  margin-top: 5px;
  font-weight: 700;
}

.contact-detail p span {
  font-weight: 700;
  padding-right: 2px;
}

.contact-detail .adress-loc {
  font-weight: 400 !important;
}

.contact-detail p {
  margin: 16px 0px;
}

.contact-detail p i {
  color: #3f3f3f;
  font-size: 20px;
  padding-right: 12px;
  width: 30px;
}

.contact-detail .social-icons a i {
  font-size: 14px;
  margin-right: 5px;
  color: #fff;
  width: 32px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  transition: all 0.5s;
  display: inline-block;
}

.contact-detail .social-icons a i {
  background: #000;
}

.contact-detail .social-icons a i:hover {
  background: #4b4b4b;
}

.contact-detail .social-icons p {
  font-weight: 600;
  font-size: 18px;
  padding-top: 8px;
}

.contact #contact-submit {
  margin-top: 36px;
  padding: 10px 42px;
  border: 0px;
  margin-bottom: 4px;
}

.contact .result {
  color: #111;
  margin-top: 10px;
}


/*---------------Skill Section Image Gallery Open ---------------------*/


div.gallery {
  border: 1px solid #ccc;
  
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 50%;
  height: auto;
  margin-top:5px;
}

div.desc {
	
  
  padding: 20px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 25%;
}


@media only screen and (max-width: 400px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 400px) {
  .responsive {
    width: 30%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



        #skill_craption p {
			margin-top: 5px;
			padding: 1px;
        }
		
		
		#skill_craption {
            display: block; /* Show by default */
        }
		
		/* Hide on large devices (laptops/desktops, 768px and up) */
        @media (min-width: 768px) {
            #skill_craption {
                display: none;
            }
        }
	
	
/* Styles for screens 768px and larger */
        @media (min-width: 768px) {
            div.gallery img {
                width: 30%; /* Reduced width for larger screens */
                height: auto;
                margin-top: 5px; /* Adjusted margin */
            }
        }
        

/*------------------Skill Section Image Gallery Close-------------*/
