/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1620px;
    margin: 0 auto;
}
.row{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.col-md-6{
    width: 50%;
    padding: 0 15px;
}
.col-md-4{
    width: 33.33%;
    padding: 0 15px;
}
.col-md-7{
    width: 55%;
    padding: 0 15px;
}
.col-md-5{
    width: 45%;
    padding: 0 15px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header{
    background: #023755;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 121;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.bar-ic{
    max-width: 40px;
    display: none;
}
.bar-ic img{
    width: 100%;
}
.nav-inner-rw{
    width: 100%;
    display: flex;
    align-items: center;
}
.logo-block img{
    height: 65px;
}
.closebtn{display: none;}
.navbar-nav{
    margin: 0 auto;
}
.navbar-nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav ul li{
    margin-left: 45px;
}
.navbar-nav ul li:last-child{
    margin: 0;
}
.navbar-nav ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
}
.navbar-nav ul li a:hover{
    color: #CC973A;
}

.nav-contact ul{
    display: flex;
    align-items: center;
}
.nav-contact ul li{
    margin-left: 20px;
}
.nav-contact ul li:last-child{
    margin: 0;
}
.nav-contact ul li a{
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.1em;
    color: #76A2AA;
    display: block;
	direction:ltr;
}
.nav-contact ul li a img{
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.nav-contact ul li a img:hover{
    opacity: 0.70;
}
/* **** End Header **** */

/* **** Hero Banner **** */
.hero-banner{
    position: relative;
}
.hero-banner-img img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.hero-banner-video{
    /*position: relative;*/
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
}
.hero-banner-video video {
    /*height: 100%;
    width: 100%;*/
    object-fit: cover;
    object-position: bottom;
	max-width: 849px;
}
/* **** End Hero Banner **** */

/* **** Time Elevator **** */
.time-elevator-wrp{
    padding: 60px 0;
    position: relative;
}
.time-elevator-wrp .row{
    align-items: center;
}
.time-img-box{
    position: relative;
}
.time-img-box img{
    width: 100%;
    border-radius: 60px;
	opacity:0;
	visibility:hidden;
	position: absolute;
    z-index: 0;
}
.time-img-box video{
	border-radius: 60px;
	width: 100%;
	height:100%;
	object-fit:cover;
}

.btn-play{
    width: 98px;
    height: 98px;
    background: #231F20;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
}
.btn-play img{
    width: auto;
    border-radius: 0;
}
.btn-play:hover{
    background: #CC973A;
}
.time-elevator-data h2{
    font-size: 53px;
    font-weight: bold;
    color: #1B2E40;
    line-height: 58px;
    margin: 0 0 25px;
    padding: 0 0 22px;
    border-bottom: 1px solid #023755;
    display: table;
}
.time-elevator-data h2 span{
    display: block;
    font-size: 40px;
    font-weight: normal;
}
.time-elevator-data p{
    font-size: 26px;
    font-weight: 600;
    color: #484848;
    line-height: 36px;
    margin: 0 0 50px;
    max-width: 395px;
}
.time-elevator-data .btn-group {
    display: flex;
    align-items: center;
}
.time-elevator-data .btn-group .btn-main{
    background: #CC973A;
    border-radius: 12px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    padding: 23px 18px;
    margin: 0 0 0 15px;
    position: relative;
}
.time-elevator-data .btn-group .btn-main span{
    position: relative;
    z-index: 1;
}
.time-elevator-data .btn-group .btn-main:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #C39372;
    border-radius: 12px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .6s linear;
    -webkit-transition: .6s linear;
}
.time-elevator-data .btn-group .btn-main:hover{
    background: #76A2AA;
    color: #fff;    
}
.time-elevator-data .btn-group .btn-main:hover:after{
    width: 100%;
}
.watch-btn{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #023755;
    line-height: 24px;
}
.watch-btn figure{
    min-width: 35px;
    margin-right:10px;
}
/* **** End Time Elevator **** */

/* **** Services **** */
.service-wrp{
    padding: 35px 0;
    position: relative;
}
.service-row{
    padding: 50px 0;
}
.service-data{
    padding: 0 0 55px;
    border-bottom: 1px solid #023755;
    position: relative;
}
.service-data h2{
    font-size: 35px;
    font-weight: bold;
    color: #023755;
    line-height: 45px;
    margin: 0 0 25px;
}
.service-data p{
    font-size: 17px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    max-width: 795px;
    margin: 0 0 20px;
}
.service-data h5{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
    margin: 0 0 20px;
}
.service-btn{
    display: flex;
    align-items: center;
}
.service-btn h4{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #BA532F;
    line-height: 32px;
    max-width: 55%;
}
.service-btn .btn-main{
    background: #CC973A;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 15px 25px;
    margin: 0 auto 0 0;
    letter-spacing: 0.1em;
    position: relative;
}
.service-btn .btn-main span{
    position: relative;
    z-index: 1;
}
.service-btn .btn-main:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #C39372;
    border-radius: 12px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .6s linear;
    -webkit-transition: .6s linear;
}
.service-btn .btn-main:hover{
    background: #76A2AA;
    color: #fff;    
}
.service-btn .btn-main:hover:after{
    width: 100%;
}
.service-img-block{
    position: relative;
    max-width:550px;
    margin: 0 auto 0 0;
}
.service-img{
    position: relative;
    display: flex;
    width: fit-content;
}
.service-img img{
    width: 395px;
    height: 395px;
    border-radius: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    box-shadow: 8px 4px 16px rgba(0, 0, 0, 0.25);
}
.service-img:after{
    position: absolute;
    content: '';
    width: 470px;
    height: 470px;
    border-radius: 100%;
    background: #65AAB8;
    top: -35px;
    right: -10px;
}
.logoimg{
    position: absolute;
    top: -60px;
    left: 30px;
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0;
}
.play-serv{
    position: absolute;
    top: 0;
    left: 0;
}

.service-row:nth-child(even) .row{
    flex-flow: row-reverse;
}
.service-row:nth-child(even) .row .service-img-block{
    padding: 0 ;
    margin: 0 auto 0 10%;
	margin:0 4% 0 0;
}
.service-row:nth-child(even) .row .service-img:after{
    background: #B9934E;
    left: 0;
    right: auto;
    top: 0;
}
.service-row:nth-child(even) .row .service-img-block{
    max-width: 395px;    
}
.service-row:nth-child(even) .logoimg{
    top: -30px;
    left: auto;
    right: 60px;
}
/* **** End Services **** */

/* ***** Unique Activites ***** */
.unique-activities-wrp{
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(360deg, rgba(245, 245, 245, 0.52) 1.07%, rgba(198, 191, 173, 0.52) 41.48%, rgba(245, 245, 245, 0.52) 97.69%);
}
.unique-activities-wrp h2{
    font-size: 40px;
    font-weight: bold;
    color: #1B2E40;
    line-height: 58px;
    text-align: center;
    margin: 0 auto 60px;
}
.unique-activities-slider .slick-slide {
    margin: 20px;
}
.unique-activities-slider .slick-list {
    margin: -20px;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.unique-activities-block{
    position: relative;
    background: #FFFFFF;
    box-shadow: -1px 2px 24px rgba(0, 0, 0, 0.25);
    border-radius: 36px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    overflow: hidden;
}
.unique-activities-block:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background: #C6BFAD;
    top: 0;
    left: 0;
    right: 0;
    transition: .7s linear;
    -webkit-transition: .7s linear;
}
.unique-activities-block:hover{
    background: #76A2AA;
}
.unique-activities-block:hover:after{
    height: 100%;
}
.uniq-title{
    padding: 55px 12px 29px;
    min-height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.uniq-title h3{
    font-size: 26px;
    font-weight: bold;
    color: #CC973A;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
}
.uniq-cover img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.uniq-data{
    padding: 25px 30px;
    position: relative;
    z-index: 1;
}
.uniq-data p{
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    min-height: 160px;
    line-height: 26px;
    border-bottom: 1px solid #9D543B;
}
.uniq-data .btn-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.uniq-data .btn-group .read-btn{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}
.uniq-data .btn-group .watch-vid{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}
.uniq-data .btn-group .watch-vid img{
    min-width: 25px;
    max-width: 25px;
    margin-right: 8px;
}
.uniq-data .btn-main{
    width: 100%;
    display: block;
    text-align: center;
    background: #CC973A;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 19px 25px;
    margin: 0 auto 0 0;
    letter-spacing: 0.1em;
    position: relative;
	max-width: 332px;
}
.uniq-data .btn-main span{
    position: relative;
    z-index: 1;
}
.uniq-data .btn-main:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #C39372;
    border-radius: 12px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .6s linear;
    -webkit-transition: .6s linear;
}
.uniq-data .btn-main:hover{
    background: #76A2AA;
    color: #fff;    
}
.uniq-data .btn-main:hover:after{
    width: 100%;
}
.unique__arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px auto;
}
.unique__arrows .unique__arrow{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 60px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.unique__arrows .unique__arrow:last-child{margin: 0;}
.unique__arrows .unique__arrow:hover{
    background: #CC973A;
    border-color: #CC973A;
    color: #fff;
}
.uniq-info-box{
    max-width: 1040px;
    margin: 0 auto ;
}
.uniq-info-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1B2E40;
    margin: 0;
}
.uniq-info-box ul li{
    position: relative;
    padding: 0 15px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    display: table;
    margin: 0 auto;
    color: #1B2E40;
}
.uniq-info-box ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #1B2E40;
    border-radius: 100%;
    top: 11px;
    right: 0;
}
.uniq-info-box h4{
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1B2E40;
}
.avatars-slider{
    margin: 45px 0 0;
}
.avatars-slider .slick-slide {
    margin: 0 15px;
}
.avatars-slider .slick-list {
    margin: 0 -15px;
}
.avatars-slider .slick-track{
    display: flex !important;
}
.avatars-slider .slick-slide{
    height: inherit !important;
}
.avatar-img{
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/* ***** End Unique Activites ***** */

/* ***** Archaeologist ***** */
.archaeologist-wrp{
    padding: 45px 0 45px;
    position: relative;
    background: #CC973A;
}
.archaeologist-img{
    width: 51%;
    height: 100%;
    position: absolute;
    bottom:10%;
    left: 0;
}
.archaeologist-img img{
    width: 100%;
    height: 115.5%;
    object-fit: cover;
    border-radius: 0 240px 240px 0;
}
.archaeologist-wrp .row{
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.archaeologist-wrp .row .col-md-6{
    width: 50%;
    margin: 0 0 0 auto;
}
.archaeologist-row{
    display: flex;
}
.archaeologist-logo{
    max-width: 215px;
    min-width: 215px;
    margin: 0 0 0 69px;
}
.archaeologist-logo img{
    width: 100%;
}
.archaeologist-data h4{
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: normal;
    margin: 0;
}
.archaeologist-data h2{
    font-size: 50px;
    font-weight: bold;
    color: #E2DFD6;
    line-height: 68px;
    margin: 8px 0 0;
}
.archaeologist-data h3{
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
}
.archaeologist-data .btn-main{
    background: #65AAB8;
    border-radius: 12px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    padding: 23px 26.25px;
    margin: 00;
    letter-spacing: 0.1em;
    display: table;
    position: relative;
	padding: 19px 41.07px;
    letter-spacing: 0.1em;
    border-radius: 12px;
    font-size: 20px;
}
.archaeologist-data .btn-main span{
    position: relative;
    z-index: 1;
}
.archaeologist-data .btn-main:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #C39372;
    border-radius: 12px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .6s linear;
    -webkit-transition: .6s linear;
}
.archaeologist-data .btn-main:hover{
    background: #76A2AA;
    color: #fff;    
}
.archaeologist-data .btn-main:hover:after{
    width: 100%;
}
/* ***** End Archaeologist ***** */

/* ***** Gallery ***** */
.gallery-wrp{
    padding: 65px 0;
    background: #76A2AA;
}
.gallery-wrp h2{
    font-weight: 700;
    font-size: 35px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 15px;
}
.gallery-wrp p{
    font-size: 23px;
    font-weight:normal;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin: 0 auto 60px;
}
.gallery-block img{
    width: 100%;
    object-fit: cover;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.gallery-block{
    position: relative;
    z-index: 1;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.gallery-block.slick-slide.slick-current.slick-active.slick-center{
    position: relative;
    z-index: 5;
    transform: scale(1.5);    
    -webkit-transform: scale(1.5);    
}
.gallery-row{
    max-width: 1350px;
    margin: 0 auto;
}
.gallery__arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 105px auto 0;
    width: fit-content;
}
.gallery__arrows .gallery__arrow{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 25px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.gallery__arrows .gallery__arrow:last-child{margin: 0;}
.gallery__arrows .gallery__arrow:hover{
    background: #CC973A;
    border-color: #CC973A;
    color: #fff;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.gallery__arrows .swiper-button-prev,
.gallery__arrows .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin: 0 ;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.gallery__arrows .swiper-button-prev:hover,
.gallery__arrows .swiper-button-next:hover{
    background: #CC973A;
    border-color: #CC973A;
    color: #fff;
}


.swiper-container {
    width: 100%;
    margin: 40px 0 0;
    padding: 45px 0;
}
.swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: .7s;
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5);
	box-shadow: 5px 7px 8px 4px rgba(0, 0, 0, 0.12);
}
/* ***** End Gallery ***** */

/* ***** Experiences Recommendations ***** */
.experiences-recommendations-wrp{
    position: relative;
    background: #E7E4DD;
    padding: 0 0 50px;
}
.experiences-row .row .col-md-5{
    width: 42%;
}
.experiences-row .row .col-md-7{
    width: 58%;
}
.experiences-img img{
    margin: -80px auto 0;
    width: 400px;
}
.testimonial-data h2{
    font-size: 35px;
    font-weight: bold;
    color: #1B2E40;
    text-align: center;
    margin: 0 auto 15px;
}
.testimonial-data{
    position: relative;
    padding: 80px 60px;
    max-width: 750px;
    margin: 0 auto;
}
.testimonial-data p{
    margin: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 46px;
    text-align: right;
    color: #484848;
}
.testimonial-data figure.quote-right{
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-data figure.quote-left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial__arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
}
.testimonial__arrows .testimonial__arrow{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 70px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.testimonial__arrows .testimonial__arrow:last-child{margin: 0;}
.testimonial__arrows .testimonial__arrow:hover{
    background: #CC973A;
    border-color: #CC973A;
    color: #fff;
}

.contact-row{
    padding: 0px 0 0;
}
.contact-data{
    background: #C39372;
    box-shadow: -1px 2px 24px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    padding: 50px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.contact-data figure{
    margin: 0 auto 30px;
    display: table;
}
.contact-data h3{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto  ;
}
.contact-data p{
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
}
.contact-data h5{
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
}
.contact-block{
    padding: 30px 90px 10px;
    background: #9D543B;
    box-shadow: -1px 2px 24px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
}
.contact-block h2{
    margin: 0 0 25px;
    font-size: 35px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
}
.contact-block .col-md-6{
    width: 50%;
}
.contact-block .form-group{
    margin: 0 0 16px;
}
.contact-block .form-group .form-control{
    padding: 22px 20px;
    background: #fff;
    border: none;
    border-radius: 25px;
    box-shadow: none;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    resize: none;
    outline: none;
    color: #000;
}
.contact-block .btn-main{
    background: #B9934E;
    border-radius: 25px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    padding: 15.5px 25px;
    margin: 00;
    letter-spacing:inherit;
    display:block;
    border: none;
    text-align: center;
    width: 100%;
    position: relative;
}
.contact-block .btn-main span{
    position: relative;
    z-index: 1;
}
.contact-block .btn-main:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #C39372;
    border-radius: 12px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .6s linear;
    -webkit-transition: .6s linear;
}
.contact-block .btn-main:hover{
    background: #76A2AA;
    color: #fff;    
}
.contact-block .btn-main:hover:after{
    width: 100%;
}
.contact-dt-bottom{
    padding: 0 0 0;
}
.contact-dt-bottom h6{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 63px;
    margin: 0;
	letter-spacing: 0.03em;
}
.contact-dt-bottom p{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 63px;
    margin: 0;
    display: flex;
    align-items: center;
}
.contact-dt-bottom p a{
    margin: 0 20px 0 0;
}
.contact-dt-bottom p a:first-child{
    margin: 0 40px 0 0;
}
.contact-dt-bottom p a:hover{
    opacity: .70;
}
/* ***** End Experiences Recommendations ***** */

/* **** Footer **** */
footer{
    padding: 45px 0;
    background: #1B2E40;
}
footer p{
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
/* **** End Footer **** */