@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import "fontawesome-all.css";
@import "icon-font.css";
@import "animate.css";
@import "lightbox.css";
@font-face {
    font-family: 'Sensual';
    src: url(../fonts/Sensual.otf);
    font-weight: 400;
}
@font-face {
    font-family: "Brandon Grotesque";
    src: url(../fonts/BrandonGrotesque-Regular.otf);
}
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: "Brandon Grotesque";}
p {font-size:18px;
    line-height:26px;
	color:#424141;
    font-weight:400;
    letter-spacing:0.5px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {color:#46484c;font-family: 'Prata', serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;} 
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:25px;
    cursor: pointer;
    width:45px;
    height:45px;
    display: none;
    z-index: 99;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    display: block;
    background-color:#ff3d55;
	border-radius:50%;
}
#scroll:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
}
#scroll i {display:block;font-size:16px;line-height:44px;}
#scroll:hover {opacity:1;}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
/*======header=====*/
.top-header {background-color:#0e385e;overflow: hidden;}
.top-header ul {margin-bottom: 0px;}
.call-tp-list {padding:9px 0;}
.call-tp-list li {
    font-size: 15px;
    padding-right: 0px;
    font-weight: 500;
    color:#fff;
}
.call-tp-list li i {
    padding-right:7px;
    padding-left: 3px;
    font-size:14px;
    color:#ff3d55;
}
.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
	color:rgba(255, 255, 255, 0.1);
}
.call-tp-list li:last-child:after { content:inherit; display:none;}
.social-wrap-head {float: right;padding:4px 0;}
.social-wrap-head li {
    background: none;
    float: left;
    margin: 0px;
    position: relative;
    padding-right:0;
}
.head-social-icon {
    font-size: 12px;
    height: 30px;
    width: 30px;
    float: left;
    text-align: center;
    color: #fff;
    transition: .5s;
    line-height: 31px;
    border-radius: 50%;
}
.head-social-icon img {width:16px;} 
/*facebook-hover*/
.social-wrap-head .head-social-icon.fa-facebook-f {background: #204385;}
.social-wrap-head .head-social-icon.fa-youtube {background:	#FF0000;}
.social-wrap-head .head-social-icon.fa-instagram {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-wrap-head .head-social-icon.fa-linkedin {background:#0e76a8;}
.social-wrap-head .head-social-icon.tiktok {background: #000;}
/*navbar*/
.navbar-brand-centered img {display: block;
    width: 180px;
    background-color: #fff;
    padding:10px;
    border-radius: 50%;
}
.navbar {border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    min-height: 110px;
}
.navbar-default {
    background:#fff;
    border-color: transparent;
    border-bottom:1px solid #bcb8b8;
}
.navbar-brand > img {
    display: block;
    width: 160px;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
}
.navbar-brand {height:100px;
    padding:0 15px;
    background-color: #fff;
    z-index: 9;
    position: relative;
}
.navbar-default .navbar-nav > li > a {
   color:#424242;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:500;
    letter-spacing:1px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ff3d55;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ff3d55;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: #eee;border-color: #ff3d55;}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    padding: 0px 18px;
    border-bottom: 2px solid #ff3d55 !important;
    min-width: 230px;
    border: 0px; 
}
.dropdown-menu > li > a {
    padding:12px 0;
    color:#424242;
    text-transform:uppercase;
    font-size:14px;
	font-weight:500;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    white-space: break-spaces;
    font-family: 'Montserrat', sans-serif;
}
.dropdown-menu > li > a:before {
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: auto;
    width:6px;
    height:6px;
    background:#ff3d55;
    border-radius: 50%;
    content: "";
    margin:21px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:hover > a {
    padding-left:15px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ff3d55;
    background-color:transparent;
}
/*welcome-section start*/
.heading-style h2 {
    position: relative;
    margin-top: 0;
    font-weight:400;
    text-transform:capitalize;
    padding-bottom:15px;
    margin-bottom: 15px;
    font-size:36px;
    letter-spacing:0.8px
}
.heading-style h2 span {color:#ff3d55;}
.heading-style h2:before {
    background:#ff3d55 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
    bottom: 0;
}
.heading-style h4 {color: #cccccc;
    margin-bottom: 15px;
    font-size:15px;
    letter-spacing: 2px;
    margin-top:0;
}
.heading-center {text-align: center;}
.heading-center h2:before {left: 0;right: 0;margin: 0 auto;}
.heading-white h2 {color:#fff;}
.welcome-section {
    background-color:#fff;
    position: relative;
}
.welcome-title h2 {font-size: 76px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    font-family: 'Sensual';
    margin-top:0;
}
.welcome-title h2 span {color:#ff3d55;}
.works-about-items {
    position: relative;
    z-index: 1;
    padding:50px 0;
}
.works-about-items::before {
    position: absolute;
    right:70%;
    top: 0;
    content: "";
    height: 100%;
    width:100%;
    background:#efefef;
    z-index: -1;
    opacity: 0.8;
}
.about-image img {position: relative;border: 10px solid #fff;}
.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme {
    0% {transform: rotate(0);}
    100% {transform: rotate(360deg);}
}
/*service-section start*/
.service-section {padding:60px 0;}
.service-list li:nth-child(1), .service-list li:nth-child(3) {margin-top: 25px;}
.service-item {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
.service-img {width:100%;
	position: relative;
}
.service-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10,10,10,0.1);
    z-index: 2;
}
.service-item .service-img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-img a:before, .service-img a:after {
    position: absolute;
    left:8px;
    right:8px;
    top:8px;
    bottom:8px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, -webkit-transform 0.4s;
    -o-transition: opacity 0.3s, transform 0.4s;
    transition: opacity 0.3s, transform 0.4s;
    transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
    z-index: 5;
}
.service-img a:before {
    border-top:3px solid rgb(255 255 255 / 40%);
    border-bottom:3px solid rgb(255 255 255 / 40%);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.service-img a:after {
    border-right:3px solid rgb(255 255 255 / 40%);
    border-left:3px solid rgb(255 255 255 / 40%);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.service-caption {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom:35px;
    z-index: 2;
	padding: 0px 30px;
}
.service-caption img {width:60px;}
.service-caption h2 {font-size:30px;
    text-align: center;
    color: #ffffff;
    margin-top:5px;
	text-shadow: 0px 2px 5px #000;
    position: relative;
    padding-bottom:10px;
}
.service-caption h2:before {background: #fff none repeat scroll 0 0;
    content: " ";
    height:2px;
    position: absolute;
    width:50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-caption h2 span {display: block;}
.service-item:hover .service-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-item:hover .service-img a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.service-img:hover:before {background-color: rgba(10,10,10,0.4);}
.service-item:hover .service-img a:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*bg-section start*/
.bg-section {background-image: url(../img/event-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.sub-heading h3 {
    margin-top:0;
    position: relative;
    font-size:38px;
}
.bg-section h3, .bg-content-wrap p {color:#fff;}
.bg-content-wrap {padding:70px 35px;
    background-color:#0e385e;
}
.bg-content-wrap p {font-size:20px;letter-spacing:1.2px;line-height: 2em;}

/*gallery-section start*/
.gallery-section {padding:50px 0;overflow: hidden;}
.gallery-slide .owl-nav button {position:absolute;top:50%;}
.owl-carousel .owl-nav button.owl-prev {left:-10px;}
.owl-carousel .owl-nav button.owl-next {right:-10px;}
.owl-carousel .owl-nav button i {
    background-color: rgb(255 255 255 / 80%);
    width: 40px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background:inherit !important;
    color:inherit !important;
}
.gallery-image-item {position:relative;margin-bottom:30px;}
.gallery-image-item .gallery-img {position: relative;overflow: hidden;}
.gallery-img img {width:100%;transition:transform .35s;}
.gallery-image-item .gallery-img:before {
    position: absolute;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    pointer-events: none;
    z-index: 2;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.gallery-image-item:hover .gallery-img:before {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}
.gallery-image-item:hover .gallery-img img {transform: scale(1.09);}
/*footer start*/
.footer {background-image: url(../img/footer-bg.jpg);
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.main-footer {padding:70px 0px 40px 0px;    
    background-image: url(../img/footer-icon.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.footer-widget {margin-bottom:30px;}
.footer-hd {margin-bottom:18px;}
.footer-hd h3 {margin:0px;
    font-size:26px;
    color: #fff;
    font-weight:400;
    position: relative;
    margin-bottom:30px;
    letter-spacing:0.5px;
}
.footer-hd h3:after {
    display: block;
    position: relative;
    width: 30px;
    height: 8px;
    margin-top: 11px;
    background-image: url(../img/decor-title.svg);
    content: '';
}
.footer-widget p {font-size:16px;}
.footer-widget p, .list-link li {color:rgba(255,255,255,.6);}
.list-link li {
    position: relative;
    padding: 0 0 12px 16px;
	font-size:16px;
	width: 50%;
    float: left;
    letter-spacing:1px;
}
.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28%;
    width: 4px;
    height: 4px;
    background:rgba(255,255,255,.6);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-link li a:hover {color:#ff3d55;}
.list-link li:hover:before {
    left:5px;
    background:#fff;
}
.add-wdt p {
    position: relative;
    padding-bottom: 10px;
    padding-left:30px;
}
.add-wdt p i {position: absolute;
    font-size: 17px;
    color: #ff3d55;
    top:5px;
    left: 0px;
}
.add-wdt p a:hover {color:#fff;}
.ft-social {margin-top:15px;}
.ft-social li {padding-right:0px;}
.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color:rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-align: center;
    line-height:40px;
    transition: all 500ms ease;
    border-radius: 50%;
}
.ft-social li a i.tiktok img {width:20px;}
.ft-social li a:hover i.fb { background-color: #3B5998;}
.ft-social li a:hover i.yt { background-color:#FF0000;}
.ft-social li a:hover i.ins {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.ft-social li a:hover i.tiktok { background-color: #000;}

.bottom-footer {text-align: center;}
.bottom-footer hr {margin-top: 0;margin-bottom: 0;border: 0;border-top: 1px solid rgba(255,255,255,.1);}
.bottom-footer p {margin-bottom:0px;padding: 30px 0; font-size:14px;color:rgba(255,255,255,.5); word-spacing:1px; letter-spacing:1.4px;}
.whatsapp-icon-fixed {
    position: fixed;
    left:30px;
    bottom:55px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}
.whatsapp-icon-link {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    padding: 1px;
    z-index: 9999;
    background-color:#25D366;
    border-radius: 100%;
    padding: 6px;
    margin-bottom: 20px;
}
.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}
.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*inner page start*/
.inner-banner {background-image: url(../img/inner-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:120px 0px;
}
.wedding-banner {background-image: url(../img/wedding-event-banner.jpg);}
.corporate-banner {background-image: url(../img/corporate-event-banner.jpg);}
.event-planner-banner {background-image: url(../img/event-planner-banner.jpg);}
.social-banner {background-image: url(../img/social-banner.jpg);}
.contact-banner {background-image: url(../img/contact-banner.jpg);}
.gallery-banner {background-image: url(../img/inner-banner2.jpg);}
.client-banner {background-image: url(../img/inner-banner3.jpg);}
.inner-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    top: 0;
    left: 0;
    content: "";
}
.breadscrumb {
    background-color: rgba(26, 29, 36, 0.7);
    list-style: none;
    padding: 12px 20px;
    margin: 0px;
    display: inline-flex;
}
.breadscrumb li {color: #fff;
    text-transform: uppercase;
    letter-spacing:1.2px;
    font-size: 13px;
}
.breadscrumb li.active { color:#dd1a5c;}
.breadscrumb li:after {
       content: '\f111';
    margin: 0px 1.4em;
    font-family: FontAwesome;
    font-size: 4px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.banner-title h1 {text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0px;
    font-weight: 600;
    letter-spacing:1.5px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.breadscrumb li:last-child:after {display: none; content: none;}
.innerpage-section {padding:60px 0px;}
.aboutpg-section {padding:110px 0;
    background-image: url(../img/event-bg2.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-attachment: fixed;
}
.aboutpg-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    content: "";
}
.btn2 {background-color: #ff3d55;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    padding:14px 34px;
    border-radius: 30px;
    word-spacing: 1px;
}
.aboutpg-section h4 {margin-bottom:35px;}
.aboutpg-section h4, .aboutpg-section h3  {color:#fff;letter-spacing:1px;text-shadow: 0px 1px 1px #000;}
.aboutpg-section h3 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom:40px;
}
/*service inner page*/
.bg-grey {background-color:#f9f9f9;}
.sritem-wrap {background-color:#fff;
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    padding:35px 30px;
    margin:35px 0;
}
.sritem-wrap h3 {margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px
}
.sritem-wrap ul {margin-bottom:0;}
.sritem-wrap ul li {width: 49%;
    font-size:22px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}
.sritem-wrap ul li i {color: #ff3d55;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 17px;
}
.sergallery-section {padding-top:30px;}
/*client sec start*/
.client-mg-hv {overflow: hidden;
    position: relative;
    border: 4px solid #f3f3f3;
    margin-bottom: 25px;
}
.client-mg-hv img { margin:0px auto;-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.client-mg-hv:hover img {
    -webkit-transform: scale(1.1);
    transform:scale(1.1);
}
.clientpage-section {border-top:2px solid #f0f0f0;
    padding:50px 0;
}
.testimonial{margin: 0 20px 0;}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#ff3d55 !important;
}
/*contact page start*/
.contact-form .form-control {
    height:55px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    color:#818181;
    text-transform: uppercase;
    letter-spacing:0.5px;
}
textarea.form-control {height: auto !important;}

/*=====media query=====*/ 
@media(max-width:1200px){
    .navbar-default .navbar-nav > li > a {font-size:14px;letter-spacing:0;}
}
@media(max-width:992px){
    .container {width:100%;}
    .navbar-brand-centered img {width: 140px;}
    .service-list li:nth-child(1), .service-list li:nth-child(3) {margin-top:0;}
}
@media(min-width:769px){
     .navbar-brand-centered {position: absolute;left: 50%;display: block;width: 160px;}
    .navbar>.container .navbar-brand-centered, .navbar>.container-fluid .navbar-brand-centered {margin-left: -95px;}
    .navbar-nav > li > a {padding-top:45px;padding-bottom:45px;}
	.navbar-default .navbar-nav > li:last-child > a:after { display: none;width:0px;}
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .navbar-right .dropdown-menu {left: 0;right: auto;}
}
@media(max-width:769px){
    .welcome-section {background-color: #efefef;}
    .navbar-brand-centered img {width: 115px;}
    .navbar-section {padding: 15px 0 5px 0;text-align: center;}
    .tripadvisor-icon, .logo {margin: 0 auto;}
    .tripadvisor-icon img {width: 99px;}
	.navbar-default .navbar-toggle {border-color:#d2cece;margin-top:20px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#ff3d55;}
    .navbar-toggle .icon-bar {width:30px;height:4px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#f0f0f0;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-nav > li > a {border-bottom:1px solid rgba(117, 116, 116, 0.1);
	font-size:14px; letter-spacing: 0px;}
    .catelog-list li {width:49%;}
}
@media(max-width:580px){
	.breadscrumb li {letter-spacing: 0;font-size: 10px;}
    .sritem-wrap ul li {width: 100%;}
    .inner-banner {padding:85px 0;}
}
@media(max-width:480px){
    .call-tp-list li {font-size: 14px;}
}
