@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --primary:#041668;
  --secondary:#670408;
  --white:#fff;
  --black:#000;
  --gradient: linear-gradient(90deg, var(--primary)12%, var(--secondary) 100%);
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--primary)12%, var(--secondary) 100%); 
  border-radius: 10px;
}

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Barlow", serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="password"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 13px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Barlow", serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--secondary);
    text-transform: capitalize;
    border: none;
    padding: 13px 25px;
    font-size: 15px;
    border: 0;
    letter-spacing: 0.5px;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    border-radius: 4px;
    font-family: "Barlow", serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
button {
    background: var(--primary);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    font-family: "Barlow", serif;
    font-size: 15px;
    margin-top: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
	font-family: "Barlow", serif;
}
h1 {
  font-size:32px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Barlow", serif;
    color: #5a5a5a;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}
ul, li, a {
    list-style-type: none;
    font-family: "Barlow", serif;
    color: #444;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px !important;
    font-size: 45px;
    position: relative;
    font-weight: 600;
    width: fit-content;
}
.heading {
    text-align: center;
    display: block;
    margin: auto;
    padding-left: 42px;
}
.subheading {
    margin: 0 auto 8px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 18px;
    letter-spacing: 1px;
   font-family: "Barlow", serif;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}


/* Header */

header {
    padding-top: 35px;
    background: #ecf0f3;
}
header .row {align-items: center;}
header img {
    height: 100%;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 20px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}

/* Menubar */

.mainmenu .btn-primary {margin-left: 10px;}

.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    
.hdrcnt a {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: var(--primary);
    padding: 8px 20px;
    color: var(
    --white);
    border-radius: 6px;
}
.hdrcnt i {
padding-left:8px;
}
.hdrcnt {
    column-gap: 13px;
}




/* Main Slider */

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.mainslider .carousel-content {
    width: 50%;
}
.mainslider .subheading {
    letter-spacing: 4px;
    line-height: 25px;
    border-radius: 0;
    font-weight: 400;
    color: var(--white);
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
}
.mainslider .carousel-caption h2 {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    font-weight: 600;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
/*     text-transform: capitalize; */
    margin-bottom: 0;
}
.mainslider .carousel-caption h2 span{
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 15px 0 15px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    font-size: 17px;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.carousel-content ul {
    column-gap: 10px;
}
.smoicons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    height: 45px;
    width: 45px;
    background: linear-gradient(0deg, var(--white) 0%, #ECF0F3 100%);
    border-radius: 50px;
    border: 1px solid #ffffffe6;
}

/* About Us */

.about {
    padding: 65px 0;
    background: #ecf0f3;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus .about img {
    width: 100%;
    height: 100%;
}
.aboutlist li {
    column-gap: 15px;
    margin-bottom: 20px;
}
.aboutlist li figure {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed1b2412;
    border-radius: 50px;
}
.aboutlist li img {
    width: 45px;
}
.aboutlist-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.aboutlist .btn-primary{
	margin:0;
}



/* PUBLICATION SECTION CSS */

.publicaciones {
    padding: 50px 0 65px;
}
.publicaciones-item {
    border-radius: 15px;
    padding: 30px;
    background: linear-gradient(45deg, #ecf0f3, #ffffff26);
    height: 100%;
    box-shadow: 10px 0px 10px 0 #f9f9f9;
}
.publicaciones-item img {
    width: 80px;
}
.publicaciones-item a {
    font-weight: 600;
    font-size: 25px;
    margin: 15px 0;
}
.publicaciones-item p {
    margin-bottom: 20px;
}

/* .publicaciones-item a {
    position: relative;
    padding-left: 50px;
    color: var(--secondary);
    display: none!important;
} */
.publicaciones-item a:before {
    position: absolute;
    left: 30px;
    top: 50%;
    content: '';
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 1px solid #7a7a7a;
    transform: translate(-50%, -50%);
	display:none;
}
.publicaciones-item a:after {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    left: 50%;
    background: url(../images/arrows.png);
    height: 12px;
    width: 100%;
    background-repeat: no-repeat;
	display:none;
}


/* POST SECTION CSS  */

.post {
    background: #ECF0F3;
    padding: 50px 0 60px;
}
.post .leftheading {
    font-size: 35px;
}
.post-list {
    border-left: 2px solid #0416681f;
    padding: 0 35px;
}
.post-item {
    background: linear-gradient(0deg, var(--white) 20%, #ECF0F3 100%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 9px 0 rgb(109 117 143 / 5%);
    position: relative;
    padding: 20px 150px 20px 20px;
    margin: 20px 0;
}
.post-item:before {
    position: absolute;
    top: 50px;
    left: -45px;
    content: '';
    height: 15px;
    width: 15px;
    background: var(--primary);
    border-radius: 30px;
    outline: 8px solid #f3f4f6;
}
.post-item h3 {
    margin-bottom: 10px;
}
.post-item h3 a {
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.post-item span {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
    background: var(--primary);
    color: var(--white);
    padding: 5px 30px;
    border-radius: 50px;
    font-weight: 500;
}
.post-item p {
    margin: 0;
}
.post .btn-primary {
    margin:4px auto 21px;
    width: fit-content;
    display: flex;
    justify-content: center;
}
a.btn.btn-primary.button {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 12px !important;
    margin-right: 15px;
}

a.btn.btn-primary.button-publication {
    padding: 9px 11px !important;
    line-height: 20px;
    margin-bottom: 51px;
    font-size: 17px;
}
a.btn.btn-primary.button-newspaper {
    padding: 16px 15px !important;
    line-height: 20px;
    margin-bottom: 51px;
    font-size: 17px;
}

/* LIBRARY SECTION CSS  */

.library {
    padding: 40px 0 60px;
}
.library-item img {
    width: 100% !important;
}





/* book section  */
.book ul {
    display: flex;
    justify-content: space-between;
}
.book ul li {
    width: 18%;
}
.book ul li img {
    width: 100%;
}
.book .btn-primary {
    background: var(--primary);
    border-radius: 50px;
    text-transform: none;
    display: block;
    width: fit-content;
    margin: 35px auto 0;
    padding: 8px 30px !important;
    font-size: 17px;
}
.book {
    padding-bottom: 60px;
}

/* INVESTIGATION SECTION CSS  */

.investigations {
    background: #ecf0f3;
    padding: 45px 0 60px;
}
.about-investigations {
    background: linear-gradient(179deg, #ecf0f3, #ffffffd9);
    padding: 25px;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #ed1b2426;
}
.about-investigations p {
    font-size: 15px;
    line-height: 25px;
}
.about-investigations h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: 28px;
    font-weight: 600;
}
.investigacioneslists h3 {
    font-size: 21px;
}
.secondary-container.riless .heading {
    font-size: 35px;
}

.aboutsiless {
    background: repeating-linear-gradient(45deg, #0416680a, #6704080f);
    padding: 20px 13px;
    border-radius: 8px;
    border: 1px solid #04166800;
    text-align:center;
}
.aboutsiless .buttons {
    column-gap: 5px;
}
.aboutsiless p a {
    text-decoration: underline;
    color: var(--primary);
}







/* blog section  */
.blog {
    background: #ecf0f3;
    padding: 50px 0;
    margin-bottom: 60px;
}
.timeline-item .bloginfo {
    width: 65%;
}
.timeline-item {
    background: var(--white);
    padding: 16px;
    border-radius: 6px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    column-gap: 75px;
}
.bloginfo p {
    font-size: 16px;
}
.bloginfo h3 {
    margin-bottom: 5px !important;
    font-size: 20px;
    font-weight:600;
}
.blogyear span {
    background: var(--primary);
    padding: 6px 35px;
    border-radius: 50px;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}
.blog .row .col-md-6 .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}
.blogtime {
    border-left: 2px solid #ddd;
    padding-left: 30px;
}
.timeline-item::after {
    position: absolute;
    left: -49px;
    top: 35px;
    content: "";
    height: 36px;
    width: 36px;
    background: var(--primary);
    border-radius: 50%;
    border: 10px solid var(--white);
}
.blog .row .col-md-6:nth-child(2) {
    padding-left: 50px;
    padding-right: 0;
}
.blog .btn {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
}





















.about-content h2 {
    font-size: 40px;
}
.msnvsn-item {
    border: solid 1px #ddd;
    padding: 15px;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    transition: all ease-in-out .5s;
}
.msnvsn-item:hover {
	border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 3px 3px 13px #eee;
}
.msnvsn-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    object-position: bottom;
}
.msnvsn-item h3 {
    margin: 0 0 18px;
    background: var(--primary);
    padding: 5px 5px 10px;
    color: var(--white);
    border-radius: 0 0 6px 6px;
}
.msnvsn-item:hover h3{
	background:var(--secondary);
}
.msnvsn-item:hover h3 {
    background: var(--secondary);
}


/* Countdown */

.counter {
    background: linear-gradient(45deg, #00000005, #00000005), url(../images/servicebg.jpg) no-repeat bottom center / cover;
    padding: 100px 0 60px;
    background-attachment: fixed;
}
.counter-item {
    border: dotted 2px var(--primary);
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 60px 30px 25px;
    transition: all ease-in-out .5s;
}
.counter-item:hover {
    box-shadow: 3px 3px 13px #ddd;
    transform: translateY(-5px);
    border-color: var(--secondary);
}
.counter-item figure {
    top: -44px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    outline: dotted 2px var(--primary);
    outline-offset: 5px;
    transition: all ease-in-out .5s;
}
.counter-item:hover figure {
    background: var(--secondary);
    outline-color: var(--secondary);
}
.counter-item img {
    width: 45px;
}
.counter-item h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
}
.counter-item h3:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    top: 10px;
}
.counter-item  p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/* Services */

.services {
    padding: 50px 0 60px;
    background: #f6f7fb;
}
.services-item {
    background: var(--white);
    padding: 30px 20px;
    box-shadow: 0 0 40px 5px #0000000d;
    border-radius: 10px;
    border-bottom: 3px solid #ed1b2440;
    transition: .5s;
}
.services-item:hover figure {
    transform: rotate(360deg);
}
.services-item:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid var(--primary);
}
.servicescptn h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 12px 0 10px;
}
.services-item figure {
    background: var(--primary);
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin: 0 auto;
    outline: 4px solid #fff;
    box-shadow: 0 0 14px #adadad;
}
.read-btn {
    color: var(--primary);
    font-size: 17px;
    font-weight: 400;
}


/* SERVICES DETAILS */

.services-description h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
.servicesinfo img {
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}
.servicesinfo .row {
    background: linear-gradient(90deg, #0027680a, #b30d3405);
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    border: 1px dotted #be0b3182;
}
.servicesinfo .row:nth-child(even) {
    flex-direction: row-reverse;
}
.servicesinfo .row:nth-child(even) .services-content {
    padding: 0 16px 0 0;
}
.services-content {
    padding-left: 15px;
}
.services-content h3 {
    font-size: 30px;
}
.services-content p {
    margin: 0;
}

/* MOTORCYCLE SECTION CSS */

.motorcycle {
    background: url(../images/bikebg.jpg);
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.motorcycle-content h2 {
    color: var(--white);
    font-size: 40px;
}
.motorcycle-content p {
    color: var(--white);
    font-weight: 300;
    margin: 0;
}


/* FEATURED PORTFOLIO SECTION CSS */

.portfolio {
    padding: 50px 0 90px;
}
.portfolio-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}
.portfolio-item figure{
	position:relative;
	overflow:hidden;
}
.portfolio-item figure:after {
    background-color: #ed1b24;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
    transform: rotate3d(1,-1,0,100deg);
    opacity: 0;
    border-radius: 10px;
}
.portfolio-item figure:hover:after {
    transform: rotate3d(0,0,0,0deg);
    opacity: .6;
}
.portfolio-item figure:hover figure img {
    transform: scale(1.1) rotate(3deg);
}
.portfolio-info {
    position: absolute;
    bottom: -33px;
    left: 50%;
    width: 90%;
    background: var(--white);
    box-shadow: 0 3px 24px #0000001a;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 8px;
    justify-content: space-between;
}
.portfolio-info h3 {
    margin: 0;
    font-weight: 600;
}
.portfolio-info a {
    background: var(--primary);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50px;
    outline: 5px solid #d819212e;
}


/* TOUR SECTION CSS */

.tour {
    background: #f6f7fb;
    padding: 40px 0 60px;
}
.tour .row {
    row-gap: 25px;
}
.tour-item {
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 14px #f3f3f3;
    height: 100%;
}
.tour-sidebar {
    position: sticky;
    top: 0;
}
.tour-item figure:after, .tour-item figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.tour-item figure:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.tour-item figure:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.tour-item figure{
	overflow:hidden;
	position:relative;
}
.tour-item img {
    height: 270px;
    object-fit: cover;
	transition: all ease-in-out .5s;
}
.tour-item:hover figure img {
    transform: scale(1.1);
}
.tour-item figure span {
    top: 10px;
    left: 10px;
    background: #00000061;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 6px;
}
.tour-info {
    padding: 20px;
}
.tour-item h3 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.tour-info .btn-primary {
    padding: 8px 15px !important;
    font-size: 15px;
}
.tour-info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tours-info tr td {
    border: 1px solid #ccc;
    padding: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}
.tours-info table {
    width: 100%;
}
.sidebar-item li {
    padding-left: 15px;
    line-height: 30px;
    position: relative;
}
.sidebar-item li:before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    height: 8px;
    width: 8px;
    background: var(--primary);
    border-radius: 50px;
    outline: 2px solid #ed1b244d;
}


/* Why Choose Us */

.whychooseus {
    padding: 60px 0;
    background:linear-gradient(#000000, #000000c4), url(../images/whychoosebg.webp) center / cover;
}
.whychooseus .row {
    row-gap: 25px;
    justify-content: center;
}
.whychooseus-item figure {
    background: #ffffff26;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    border-radius: 50px;
}
.whychooseus-item img {
    width: 64px;
}
.whychooseus-item h3 {
    margin: 20px 0 0;
    font-size: 40px;
    color: var(--white);
    line-height: 28px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.whychooseus-item h3 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 15px;
    font-family: "Barlow Condensed", sans-serif;
}
.whychooseus-item p{
    height: 100px;
    overflow-y: scroll;
    padding-right: 10px;	
}
.whychooseus-item p::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
 border-radius: 10px;
 background-color: var(--white);
}
 .whychooseus-item p::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 .whychooseus-item p::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
 background: var(--primary);
}

/* invesigacieons section  */
.investigacioneslists ul li {
    margin-bottom: 10px;
    background: #0416680d;
    padding: 22px 15px;
    border-radius: 8px;
    transition: .5s ease-in-out;
    text-align: center;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.secondary-container.investigaciones .heading {
    font-size: 36px;
}
.secondary-container.maes .heading{
   font-size: 36px;
}
.urbaredcnt .btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
}
.maescnt {
    background: var(--primary);
    padding: 20px 15px;
}
.maescnt {
    background: #0416680d;
    padding: 20px 15px;
    border-radius: 10px;
    border-bottom: 3px solid var(--primary);
    text-align:center;
}
.maescnt .btn {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
}
.maescnt p {
    width: 80%;
    margin: 0 auto;
}














/* HOME BLOG SECTION CSS */

.homeblog {
    padding: 50px 0 60px;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.secondary-container.libreria .row {
    row-gap: 22px;
}
.homebloglist {
    border-radius: 2px;
    transition: .5s;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    padding: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}
.homebloglist figure {
    width: 30%;
}
.homeblogbox h3 {
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 8px;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .5s;
}
.homeblogbox {
    padding: 0 20px;
    width: 70%;
}
.homebloglist p {
    font-size: 16px;
    margin-bottom: 5px;
}
.homeblogbox a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.homebloglist ul {
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 0 0 12px;
    margin-bottom: 15px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}
.homebloglist .btn-primary {
    padding: 9px 15px !important;
    font-weight: 300;
}
.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}
.homeblog .blogcategory {
    padding: 8px 20px 6px;
    background: #ffffffc9;
    border-radius: 30px;
    transition: all .4s;
    color: var(--primary);
    content: "";
    width: fit-content;
    height: fit-content;
    top: -20px;
    left: 10px;
    opacity: 0;
    font-weight: 600;
}
.homebloglist:hover .blogcategory{
	top:10px;
	opacity:1;
}
.blogpage .row {
    row-gap: 25px;
}

/* Car Repair */

.carrepair {
    padding: 55px 0;
}
.carrepair-topcnt {
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 18px;
}
.carrepair-topcnt p:last-child {
    margin-bottom: 0;
}
.carrepair-topcnt h2, .carrepair-topcnt p {
    color: var(--white);
}
.carrepair-form {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 6px;
}

/* Footer */
footer {
    background-image: url(../images/ftr-bg.png);
    padding: 20px 0 0;
}

footer .ftr-bg {
    background-image: url(../images/footerbg.png);
    padding: 50px 0;
}
footer .ftr-bg {
    background-image: url(../images/footer-bg.jpg);
    padding: 45px 0;
    border-radius: 40px 40px 0 0;
    margin-top: 50px;
}
.footerlogo img {
    width: 125px;
    border: 4px solid #fff;
    border-radius: 100px;
    margin-bottom: 10px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}

footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
}
footer a:hover {
    color: var(--secondary);
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    line-height: 40px;
}
footer ul.hours li{
 line-height: 26px;	
}

.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li:nth-child(1) i {
    font-size: 40px;
    color: var(--white);
}
.ftrcontact li a {
    font-size: 17px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    color: var(--primary);
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 6px 0;
    border: 1px solid var(--primary);
    text-align: center;
    border-radius: 50px;
    width: 65%;
    margin: 25px auto 0;
}
.copyright p {
    color: #000;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.copyright p a {
    color: #000;
    font-weight:400;
}
a.footer-logo {
    width: 200px;
    height: 70px;
    background: #515151;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 auto 25px;
}
footer a.footer-logo img {
    width: 220px;
}
ul#menu-quick-links {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
ul#menu-quick-links li:before{
 display:none;
}
ul#menu-quick-links li a {
    color: #000;
    text-transform: uppercase;
}
.copyright ul{
	column-gap:15px;
}
.copyright p a:hover{
	color:var(--primary);
}
.paymentopt {
    background: var(--white);
    padding: 8px 15px;
    border-radius: 4px;
}
.paymentopt img {
    width: 320px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    background: #ecf0f3;
    padding: 50px 0;
    text-align: center;
}
.breadcrumb h1, .breadcrumb p {
    color: #515151;
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb a {
    color: #515151;
    margin-right: 25px;
    position: relative;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: #515151;
}


/* REGISTRATION PAGE CSS */

.registration-form {
    box-shadow: 0 0 14px #f3f3f3d4;
    padding: 25px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #f1f1f1;
    text-align: left;
}
.registration-form input[type="text"], .registration-form input[type="email"], .registration-form input[type="password"] {
    padding: 11px 20px;
	width:100%;
}
.registration-form label {
    display: block;
}
.registration-form br {
    display: none;
}
.registration-form p {
    margin: 7px 0 0;
    font-size: 15px;
}
.wp-subscribers-table thead th {
    font-family: "Barlow", serif;
    font-weight: 500;
    font-size: 16px;
    background: #515151;
    color: var(--white);
    padding: 11px !important;
}
.wp-subscribers-table td {
    padding: 10px !important;
}
.wp-subscribers-table tr:nth-child(even) {
    background: #f1f1f1;
}


/* PUBLICATION SECTION CSS */

.topic {
    background: #ecf0f3;
    padding: 45px 0 60px;
}
.topic .row {
    row-gap: 22px;
}
.topic-item {
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    column-gap: 15px;
}
.topic-info h3 a{
    font-size: 19px;
    font-weight: 600;
    color: var(--primary);
}
.topic-item img {
    width: 70px;
}


/* CORAGGIO VIDEO CSS */

.coraggiovdo {
    background: #f5f5f5;
    padding: 40px 0 60px;
    margin-top: 55px;
}
.coraggiovdo-sec {
    padding: 54px 0px;
}
.coraggiovdo-list iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* CONTACT US PAGE CSS */

.contactus form {
    padding: 30px 25px 20px;
    border-radius: 6px;
    background: #0416680a;
}
.contactus_details {
	width:48%;
    padding: 20px 0px;
    margin-bottom: 7px;
    border-radius: 10px;
    column-gap: 15px;
    text-align: center;
    box-shadow: 0 0 14px #ededed;
    border-left: 3px solid var(--secondary);
    border-right: 3px solid var(--secondary);
}
.contactus_details p {
    margin: 0;
}
.contactus_details i.fas {
    background: var(--secondary);
    color: transparent;
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    -webkit-text-stroke: 1px var(--white);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    margin-bottom: 9px;
}
.contactus_details h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.contactus_details p a {
    font-size: 17px;
    color: #5c5c5c;
    font-weight: 400;
}
.contactus_details:last-child {
    margin: 0;
}
.contactus form input[type="submit"] {
    width: 100%;
    padding: 14px 20px;
    border-radius: 3px;
}
.contactus form span.wpcf7-spinner {
    display: none;
}
.google-map {
    padding: 0 10px;
    margin-top: 22px;
}
.google-map iframe {
    width: 100%;
    border-radius: 10px;
}



/* Services Details */ 

.servicesdtls-sidebar {
    position: sticky;
    top: 0;
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
}
.servicesdtls-item {
    box-shadow: 3px 3px 12px #0000001a;
    padding: 15px;
    border: 2px dotted #2bb3ff;
    border-radius: 6px;
    margin-bottom: 15px;
    background: var(--white);
}
.servicesdtls-item:last-child {
    margin-bottom: 0;
}
.servicesdtls-sidebar h3 {
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.servicesdtls-sidebar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2.8px;
    background: #d1d1d1;
    border-radius: 13px;
}
.servicesdtls-content {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 6px;
    padding: 15px;
}
.servicesdtls-content img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
.servicesdtls-content h2 {
    color: var(--primary);
    line-height: 29px;
    background: var(--white);
    position: relative;
    width: fit-content;
    margin: -33px 0 12px;
    padding: 2px 25px;
    border-radius: 6px 6px 0 0;
    border-left: solid;
    border-right: solid;
}
.servicesdtls-item ul li.current_page_item a {
    color: var(--primary);
}
.servicesdtls-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 45px;
}
.servicesdtls-item ul li:before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--primary);
    left: 0;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px var(--primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesdtls-content h5 strong {
    color: var(--primary);
}

/* Policy */

.policy h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.policy ul li {
    margin: 8px 0;
    list-style-type: disc;
    list-style-position: inside;
}
.policy h4 {
    margin: 20px 0 10px;
}
span.rmp-menu-title-link span {
    display: none;
}


/* TOUR DETAILS */

/* ROOM DETAILS SECTION CSS */

.toursliders img {
    height: 450px !important;
    object-fit: cover;
    border-radius: 6px;
}
.tourslider-nav li img {
    height: 110px !important;
    border-radius: 6px;
    object-fit: cover;
    cursor: pointer;
}
.room-sidebar iframe {
    width: 100%;
    border-radius: 6px;
}
.sidebar-form {
    box-shadow: 0 0 14px #f1f1f1;
    padding: 20px 20px 15px;
    border: 1px solid #1354081f;
    border-radius: 10px;
    margin-top: 15px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
}
.sidebar-form input[type="submit"] {
    width: 100%;
}
.room-features {
    flex-wrap: wrap;
}
.room-features {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
.room-features li {
    background: var(--white);
    padding: 3px 10px;
    column-gap: 8px;
    border-radius: 6px;
    border: solid 1px #ddd;
}
.room-features li figure {
    background: var(--white);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
}
.highlights {
    background: #f3f6f2;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
}
.highlights h3 {
    font-size: 20px;
}
.highlights li {
    line-height: 30px;
}
.tour-sidebar h3 {
    border-left: solid 3px #444;
    padding-left: 8px;
}
.tours-info h3 {
    position: relative;
    padding-left: 20px;
}
.tours-info h3:before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 9px;
    width: 9px;
    background: var(--primary);
    content: '';
    border-radius: 30px;
    outline: 3px solid #ed1b2440;
}
.sidebar-item {
    box-shadow: 0 0 14px #e7e7e7;
    padding: 20px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    border-radius: 10px;
}
.price {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}
.sidebar-item p span {
    display: block;
    color: var(--black);
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}
.sidebar-form .wpcf7-spinner {
    display: none;
}
.bannersection {
    background-image: url("../images/hero-background.png");
    height: 650px;
    object-fit: cover;
}
a.read-more-btn {
    color: var(--secondary);
}
.bannersection h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 0;
    width: 90%;
}
.bannersection ul {
    column-gap: 25px;
}
.bannersection ul i {
    font-size: 20px;
}
.secondary-container.signup p {
    font-weight: 500;
    color: #515151;
}

#rmp_menu_trigger-573 {
    width: 45px !important;
    height: 45px !important;
    position: relative !important;
    top: -12px !important;
}




/* Responsive Css SS */
@media (max-width: 1200px){
.menutop li a {
    padding: 10px 7px !important;
    font-size: 14px !important;
}
ul.menutop.clearfix {
    display: none;
}
#rmp_menu_trigger-573 {
    top: 0px !important;
}
}

@media (max-width: 1024px){

}
	
@media (max-width:991px){
.mainslider .carousel-caption h2 {
    font-size: 31px !important;
    line-height: 33px !important;
}
	htm{
		overflow-x:hidden !important ;
	}
	.mainslider .carousel-content p {
    line-height: 22px;
    font-size: 14px;
    width: 95%;
}
	.mainslider img {
    width: 94% !important;
    height: auto;
    object-fit: cover;
}
	.mainslider .carousel-caption {
    width: 100%;
    transform: translateY(-60%);
}
	.slick-slide img {
    display: block;
    height: 450px;
}
	.investigations .row {
    row-gap: 20px;
}
	.contactus .col-sm-4 {
    width: 100%;
}
	.contactus .col-sm-8 {
    width: 100%;
}
	.contactus .row {
    row-gap: 20px;
}
	.ssp-subscribe-form {
    max-width: 780px;
}
	.publicaciones-item img {
    width: 64px;
}
	#rmp-container-573 {
    background-color: #515151 !important;
}
	#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--secondary) !important;
}
	.publicaciones .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
	row-gap:20px ;
}
	.publicaciones .col-sm-3 {
    width: 100%;
}
	.publicaciones .col-sm-4 {
    width: 100%;
}
	.topic .col-sm-4 {
    width: 100%;
}
	.topic-item img {
    width: 56px;
}
	.topic .row .col-sm-4:last-child {
    flex: 0 0 100%;   
    max-width: 100%;  
}
	.post .row{
		flex-direction: column;
		row-gap: 30px;
	}
	.post .col-sm-6{
		width: 100%;
	}
	.investigations .col-lg-4{
		flex-grow: 1;
		flex-basis: 200px;
		min-width: 300px;
	}
	.contactus .col-sm-4{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.contactus .contactus_details{
		flex-grow: 1;
		flex-basis: 200px;	
	}
	#rmp_menu_trigger-573 {
    width: 35px !important;
    height: 35px !important;
    position: relative !important;
	top: 0px !important;
}
}
@media (max-width:800px){
.mainslider .carousel-caption {
    transform: translateY(-54%);
}
#rmp_menu_trigger-573 {
    display: block;
    margin: 0 !important;
}	
.post-list {
    border-left: none !important;
}
}

@media (max-width:768px){

.slick-slide img {
    height: 390px;
}
.post-list {
    border-left: none;
    padding: 0 0px;
}
.post .leftheading {
    margin: 0 ;
}
a.btn.btn-primary.button-newspaper ,
a.btn.btn-primary.button-publication{
	margin: 0 ;
	height: fit-content;
}
.post .col-sm-6 .d-flex.justify-between.align-item-center{
    justify-content: space-between;
}
ul#menu-quick-links {
    column-gap: 0px;
}
.mainslider .carousel-item{
	display: flex;
    flex-direction: column-reverse;	
	align-items: center;
	padding: 0 10px;
}
.mainslider .carousel-caption {
    transform: translateY(0%);
    position: relative;
}
.mainslider .carousel-content {
    width: 100%;
	margin: 20px 0;
}
.mainslider img {
	    width: 500px !important;
        height: 450px !important;
        object-position: -470px center;
}
.post-item{
	border: 1px solid #ddd;
}

}


@media (max-width:667px){
.post-item {
    padding: 50px 10px 10px 20px;
    margin: 20px 0;
}
.post-item span {
    top: 10px;
    right: unset;
    left: 13px;
    transform: translate(0%, 0%);
    padding: 5px 30px;
    font-size: 12px;
}
.copyright {
    width: 90%;
    margin: 15px auto 0;
}
.ftr-link li {
    padding-left: 10px;
    line-height: 30px;
}
.ftr-link li a{
		font-size: 13px;
	}
.copyright p {
    font-size: 14px;
    margin: 0;
}
a.footer-logo {
    margin: 0 auto 10px;
}
}


@media (max-width:568px){
ul#menu-quick-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-investigations {
    padding: 12px;
}
.publicaciones-item {
    padding: 15px;
}
.publicaciones-item h3 {
    font-size: 18px;
    margin: 10px 0;
}
.heading, .leftheading {
    font-size: 30px !important;
	text-align: center;
}
.post .leftheading {
    font-size: 25px !important;
}
.mainmenu .row{
	flex-wrap: nowrap;
    justify-content: space-between;
}
.mainmenu .row .col-sm-2{
	 width: fit-content;
}
.mainmenu .row .col-sm-10{
	 width: fit-content;
}

}

@media (max-width:460px){
.publicaciones .row {
    grid-template-columns: 1fr;
}
.homebloglist {
    flex-direction: column;
}
.homeblogbox {
    width: 100%;
	text-align: center;
}
}


@media (max-width:425px){
.post .col-sm-6 .d-flex.justify-between.align-item-center{
    flex-direction: column;
}
.post .col-sm-6 .d-flex.justify-between.align-item-center h2{
    margin-bottom: 10px !important;
}
.publicaciones .heading{
	font-size: 30px !important;
	text-align: center;
	padding: 0;
}
.mainslider img {
	    width: 500px !important;
        height: 450px !important;
        object-position: -493px center;
}
.gt_switcher.notranslate{
    width: 35px !important;
}
.gt_switcher.notranslate .gt_option{
	left: 205px;
}
.gt_switcher .gt_selected a:after{
	display: none !important;		
}
	
}
@media (max-width:360px){
.mainslider img {
    width: 500px !important;
    height: 440px !important;
    object-position: -500px center;
}
}