html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
body {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

img{border-style:none}
img{vertical-align:middle}


dl, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-social li {
    display: inline-block;
}
.header-social li a {
    color: #000;
    font-size: 16px;
    padding-right: 19px;
}
.header-social li a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}
.header-social li a:hover i{
	color:#C2000B;
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg)
}
.res-image{max-width:100%;height:auto;}

/*Navbar*/
.navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-nav .nav-link.active{
    color: #C2000B;
}
.nav-link:focus, .nav-link:hover {
    color: #C2000B;
}
.navbar-nav li a{
	font-family: inherit;
    color: #2D0000;
    font-weight: 400;
    display: block;
	margin-left:10px;
    font-size: 17px;
    text-transform: capitalize;
    position: relative;
}
.dropdown-menu {
    border-radius: 3px;
    border-width: 0 0 3px;
    border-style: solid;
	min-width: 275px;
	background-color: #ffffff;
	font-size: 1rem;
    box-shadow: 0 2px 12px rgba(132, 132, 132, 0.26);
}
.dropdown ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.dropdown ul>li a{
	font-family: inherit;
    color: #2D0000;
    font-weight: 400;
    padding: 29px 7px;
    display: block;
    font-size: 17px;
    -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;
    text-transform: capitalize;
    position: relative;
}
.dropdown:hover ul .dropdown-item {
    margin-top: 0px;
}
.dropdown ul .dropdown-item {
    line-height: 37px;
    color: #222222;
    padding: 0px 18px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}
	
.dropdown  .dropdown-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}
.dropdown .dropdown-menu ul .dropdown-item:last-child {
	border-bottom: none;
}
.dropdown .dropdown-item:hover{
    background: #C2000B;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav li a {
        margin-left: -3px;
    }
}
@media only screen and  (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        animation: growOut 300ms ease-in-out forwards;
        transform-origin: top center;
    }
    @keyframes growOut {
        0% {
            transform: scale(0)
        }
        80% {
            transform: scale(1.1)
        }
        100% {
            transform: scale(1)
        }
    }
    .navbar .nav-item:hover .nav-link {}
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
 .navbar-dark .navbar-toggler-icon {
        background-image: none;
    }

    .navbar-dark .navbar-toggler-icon::after {
        content: "\f0c9";
        font-family: "FontAwesome";
        font-size: 22px;
        color: #333;
    }
[type=btn]:not(:disabled), btn:not(:disabled) {
    cursor: pointer;
    border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}	
.fixed-top{
	background-color:#FFF!important;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
@media(max-width: 991px){
	 
  .navbar.fixed-top .navbar-collapse,  .navbar-collapse{
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
  }
}

@media (max-width:480px){
	.navbar-collapse{
		max-height: 250px;
	}
}
.default-btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 5px;
	display: inline-block;
	background-color: #C2000B;
	box-shadow: 0 7px 25px #b5a4a5;
	margin-top: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: none;
}

.default-btn span {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	display: block;
	border-radius: 30px;
	background-color: #EA1113;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-btn:hover, .default-btn:focus {
	color: #ffffff;
}

.default-btn:hover span, .default-btn:focus span {
	width: 200%;
	height: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.default-btn {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.default-btn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 0;
    }
}

/*Twitter X icon*/
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
/*Carousel*/

.carousel-caption {
       bottom: 50%; /* Vertically centers the text */
       transform: translateY(50%); /* Adjusts the translation to fully center */
       text-align: center; /* Horizontally centers the text */
     }

.carousel-caption h3, .carousel-caption p {
      font-family: inherit; /* Using Google Font */
      font-weight: bold; /* Makes text bold */
      color: rgba(255, 240, 240, 0.9);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1.0); /* Adds   shadow to the text */
     }

    .carousel-caption p {
       font-size: 1.0rem; /* Adjust font size as needed */
    }
.b{font-size:1.5vw; font-weight:bold;}
.carousel-item a{background:#E84B09; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block;text-decoration:none; }
.carousel-item a:hover{background:#162167; text-decoration:none;  }
	
@media (max-width: 600px) {
	.carousel-caption h3 {
    font-size: calc(0.7rem + .4vw);
}
    .carousel-caption p{
        font-size: 0.8rem;/* Hide the carousel text when the screen is less than 600 pixels wide */
    }
	.b{
		font-size:0.8rem;
		font-weight:bold;
		}
	.carousel-item a{font-size:9px; color:#FFF; padding:8px 16px; margin-bottom:12px; }
	
}	

/* Animation */
 
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0 0, 100px);
    transform: translate3d(0 0, 100px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0 0, 100px);
    transform: translate3d(0 0, 100px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*Services*/
.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
	 background-color: #f2f6f9;
}
.section .heading {
    font-size: 38px;
    font-weight: 500;
	font-family: inherit;
	color: rgba(0, 0, 0, 0.8);
}
.text-primary {
    color: #001040 !important;
}
.service {
    padding: 40px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    background: #fff;
}
.service .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background: #eff2ff;
    margin-bottom: 15px;
}
.service h3, .service .h3 {
    color: #4074C0;
	font-size: 20px;
    font-weight: 500;
    font-family: inherit;
	margin-bottom: 15px;
}
.service:hover h3{
    color: #fff;
}
.service:hover, .services.active {
    background: #4074C0;
	color:#fff;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}
.service:hover .icon, .service.active .icon {
    background: #6897fa;
}

h3{
    font-family: inherit;
}
.row {
    --bs-gutter-x: 1.5rem;
}
.btn {
    border-color: none;
    font-size: 14px;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.btn-outline-primary {
    color: #0099e5;
    border-color: #0099e5;
}
.btn-outline-secoundary {
    color: #12491F;
    border-color: #12491F;
}
.service:hover .btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.btn:hover {
	color:#fff;
	background-color:#2B4D80;
}
.btn-outline-secoundary:hover {
	color:#fff;
	background-color:#12491F;
}
.btn-dark{background-color:#12491F;color:#fff;border-color: #95C421;}

/*Freebies*/

.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  }
  @media (min-width: 1200px) {
   .container-xxl {
    max-width: 1000px; }
	}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1020px; }
	}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  }
  
.free-section {
  padding: 2em 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
   }
  @media (max-width: 575.98px) {
    .free-section {
      padding: 6em 0; }
	   }
  
.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  z-index: -1; 
  }
  
.free-res {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px -13px rgba(0, 0, 0, 0.1);
  background: #fff;
   }
  @media (min-width: 768px) {
    .free-res {
      margin-bottom: 40px; } 
	 }
  @media (max-width: 575.98px) {
    .free-res {
      margin-bottom: 30px; }
	  }
  .free-res .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    padding: 30px;
	}
  .free-res .text .heading {
      font-size: 20px;
      margin-bottom: 0;
      font-weight: 500;
	  }
  .free-res .text .heading a {
        color: #000000;
		text-decoration:none;
		transition: .3s all ease;
		font-family:inherit;
		font-weight:700;
		 }
 .free-res .text .heading a:hover, .free-res .text .heading a:focus, .free-res .text .heading a:active {
          color: #0779e4;
	 }
.text p{ color: #999999;}	

.free-res:hover a {
  transform: scale(1.2);
  transition-duration: 2s;
  transition-property: all;
}	  
.mb-3 {
    margin-bottom: 1rem !important;
} 
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
   }
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
  }
   
 .img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
   }
 .heading-section .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #0779e4;
  font-weight: 700;
  text-transform: uppercase; }

.heading-section h2, .heading-section .h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .heading-section h2, .heading-section .h2 {
      font-size: 25px; }
	  }

.heading-section h3, .heading-section .h3 {
  font-size: 24px;
  font-weight: 700;
   } 
.text-center {
  text-align: center !important;
  }

/*footer*/

.footer-area {
    background: #00175B;
}
.footer-padding {
    padding-top: 99px;
    padding-bottom: 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px;
    }
}
.footer-area .footer-tittle p {
    color: #9B9EAC;
    font-weight: 300;
}
.footer-area .footer-pera p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 22px;
    line-height: 1.8;
}
.footer-area .footer-tittle h4 {
    font-family: inherit;
    color: #ffff;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 400;
}
.footer-area .footer-tittle ul li {
    margin-bottom: 10px;
}
li {
    list-style: none;
}
.footer-area .footer-tittle ul li a {
    color: #9B9EAC;
    font-weight: 300;
    text-decoration: underline transparent;
}
.footer-area .footer-tittle ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  padding-left: 20px;
  display: inline-block;
   }
.footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.2);

}
 
.footer-social li a:hover {
      color: #fff !important;
	}
.mt-2 {
    margin-top: 0.5rem !important;
}
.footer-social li a span {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .number2 a {
        font-size: 19px !important;
    }
}
.number2 a {
    font-family: inherit;
    font-size: 16px !important;
    color: #ffff !important;
    margin-bottom: 5px;
    display: block;
}
.footer-bottom-area .footer-border {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 23px;
    padding-bottom: 10px;
    margin-top: 50px;
}
.footer-bottom-area .footer-copy-right p {
    color: #9B9EAC;
    font-weight: 300;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 12px;
}

/*Service-page*/

.breadcumb-area {
    background:url(images/sevices.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
	height:130px;
}
.breadcumb-area h1{
	width: 100%;
    display: block;
    font-size: 40px;
	font-family:inherit;
    margin-bottom: 0;
    line-height: 6rem;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	color:#fff;
}
	
 @media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	 .breadcumb-area h1{
		 font-size: 35px;
        line-height: 3rem;
    }
}

/*portfolio*/

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #FFF;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  font-size: 22px;
  color: #333;
  line-height: 0;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
  text-decoration:none
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #4074C0;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.section-bg {
    background: #f7f7f7;
}

/*hr*/
@media (min-width: 0) {
	.line-x {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

  .line-y {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}
/*contact*/	
.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #4074C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }

.contact-info h4, .contact-info .h4 {
  font-size: 18px;
  padding: 0 0 0 60px; }

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
   }
.contact-info p a{
  text-decoration:none;
   }
.contact-info p a:hover{
  text-decoration:underline;
   }
.address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
   }
   
 /*Free Resources*/	
 .freebies li a {
    position: relative;
    padding-left: 27px;
	color: #000;
	text-decoration:none;
	font-size:15px;
}
 .freebies li a:hover {
	color: #d50000;
}
 .freebies li a:before {
    content: "\f006";
    font-family: "FontAwesome";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 0px;
    top: 2px;
    transition: all ease 0.3s;
    color: #d50000;
}
.terms a{
	text-decoration:none;
	color:#F00;
}
.terms a:hover{
	text-decoration:underline;
}
  
/*Free Logos*/	

.free-content-area {
  background: #F5FBFF;
  padding-bottom: 90px;
}
.free-content-area .single-content {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}
.free-content-area .single-content .content-thumb {
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.free-content-area .single-content .content-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.free-content-area .single-content .free-content {
  padding: 22px 30px 24px 30px;
}
.free-content-area .single-content .free-content h3  {
  font-size: 20px;
  color: #1F1F1F;
  line-height: 33px;
  font-weight: 500;
  text-decoration:none;
  margin-bottom: 0;
}
.free-content-area .single-content .free-content h3 a{
  color:#666;
  text-decoration:none;
}
.free-content-area .single-content .free-content h3 a:hover{
  color: #1F1F1F;
  text-decoration:underline;
}
.free-content-area .single-content .free-content a.download {
  color: #5DB2FF;
  font-size: 16px;
  text-decoration: none;
}
.free-content-area .single-content .free-content a.download:hover {
  text-decoration: underline;
}
.free-content-area .single-content:hover .content-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*Caricature*/
.hover-zoom  {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.hover-zoom:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.container-cari .product-item {
    min-height: 450px;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.container-cari .product-item .product {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.container-cari .product-item .product img {
    height: 100%;
    object-fit: cover
}

.container-cari .product-item .product {
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:10px;
    transition: transform 0.6s ease;
    cursor: pointer
}

.container-cari .product-item .product:hover {
	 -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);

}

.container-cari .product-item .product:nth-last-of-type(3) {
    transition-delay: 0.2s
}

.container-cari .product-item .product:nth-last-of-type(2) {
    transition-delay: 0.15s
}

.container-cari .product-item .product:nth-last-of-type(1) {
    transition-delay: 0.1s
}

.container-cari .product-item .title {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.container-cari .product-item .order {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*caricature-detail-page*/


.carousel-indicators button.thumbnail {
  width: 100px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .carousel {
    margin: 0 auto;
  }
}

/*Caricature-form*/
 
 #form-header{
  margin-top:5%;
  text-align:center;
}

#form-tagline{
  background: #ff6d00;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  color:#ffffff;
  padding: 4%;
  text-align:left;
}

#form-tagline .fa{
  margin-bottom:15%;
}

#form-tagline h2 {
  margin-bottom:15%;
}

#form-content{
  background: #fff;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius:0.5rem;
  margin-top:5%;
  padding: 3%;
  -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .05) !important;
  -moz-box-shadow: 0 2px 26px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .05) !important;
  box-shadow: 0 2px 26px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .05) !important;
}
.form-group{
  margin-top:5%;
}
.control-label{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

div .submit-button{
  margin-top:3%;
  text-align:right;
}
.form-check-input {
	border: var(--bs-border-width) solid #212529;
}
.select-fotos {
    display: block;
    padding: 7px 30px;
    background: #4074C0;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
}


