/*Genral*/
body{
    font-family: 'Montserrat', sans-serif ;
}
a{
	text-decoration:none !important;
	color:#000;
}
.pd0{
	padding:0px !important;
}
.pdbtm0{
	padding-bottom:0px !important;
}
.pd30{
	padding:30px 0px!important;
}
.pd50{
	padding:50px 0px !important;
}
.pd80{
	padding:80px 0px !important;
}
.pd-top-50{
	padding-top:50px !important
}
.pd-t-100{
	padding-top:100px !important;
}
.pd-b25{
	padding-bottom:25px !important
}
.pdlr{
	padding:0px 20px;
}
.bg-cust1{
	background:#14759f;
}
.bg-custom2{
	background:#04202d;
}
.bg-cust3{
	background:#14759e;
}
.bg-grey{
	background:#f2f2f2 !important;
}
.bg-black{
	background:#000;
}
.color-white{
	color:#fff !important;
}
.mrg0{
	margin:0px !important;
}
.mrg30{
	margin:30px 0px !important;
}
.mrg-b-30{
	margin-bottom:30px !important;
}
.mrg-t-30{
	margin-top:30px !important;
}
.mrgn-t-60{
	margin-top:60px !important;
}
.mrg-t-90 {
    margin-top: -100px !important;
}
.mrgn-btm-60{
	margin-bottom:60px !important;
}
.mrgb-80{
	margin-bottom:-80px !important;
}
.mrgt-200{
	margin-top:-200px !important;
}
.pad-lf-40{
	padding-left:40px !important
}
.btn-style{
	padding: 8px 15px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
    background: #ed1e24;
    transition-delay: 0.5s;
    transition: all 0.5s ease;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 40px;
}
.btn-style:hover{
	color:#fff;
	border:1px solid #fff;
	background:transparent;
}
.btn-style1{
	padding: 5px 10px;
	float:right;
    text-align: center;
    color: #fd5949;
    background: transparent;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	font-size:14px;
	font-weight:600;
	border:1px solid #fd5949;
}
.btn-style1:hover{
	background:#fd5949;
	color:#fff;
}
.btn-style2{
	padding: 10px 20px;
    text-align: center;
    color: #fd5949;
    background: transparent;
	transition-delay:0.5s;
	transition:all 0.5s ease;
	font-size:16px;
	font-weight:600;
    border:1px solid #fd5949;
    margin-top:10px;
    display:inline-block;
}
.btn-style2:hover{
	background:#fd5949;
	color:#fff;
}
.title-hd h3 {
    position: relative;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
}
.title-hd h3:before {
    position: absolute;
    bottom: -8px;
    right: 47%;
    content: "";
    background: #860000;
    width: 70px;
    height: 2px;
}



.title-hd1 h3 {
    position: relative;
	font-size: 32px;
	font-weight:900;
    text-align: left;
    margin-bottom: 35px;
}
.title-hd1 h3:after {
    position: absolute;
    bottom: -5px;
    left: 0%;
    content: "";
    background: #860000;
    width: 70px;
    height: 1.5px;
}


/*Genral*/


/* scroll up */
#scrollUp {
	bottom: 20px;
	right: 20px;
	padding:20px;
	background: #fd5949;
	color: #fff;
	position:relative;
	transition-delay:0.5s;
	transition:all 0.5s ease; 
	border:1px solid transparent;
}
#scrollUp:before{
	position:absolute;
	content:'\f102';
    font-family: 'FontAwesome';
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:30px;
}
#scrollUp:hover{
	background: #000;
	border:1px solid #fd5949;
}
/* scroll up */


/*Header*/
.headpart{
	margin:0px;
}
.hd-cont ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:right
}
.hd-cont ul li{
	display:inline-block;
	position:relative;
	padding: 6px 10px;
	font-weight: 600;
	color:#fff;

}
.hd-cont ul li a{
	color:#fff;
}
/*Header*/


/*Index Page*/

/*Carousel*/
/*Intro Craousel*/

.part1  .owl-carousel .item {
	height: auto;
	background: #4DC7A0;
	color: #fff;
	position: relative; 
  }
  .part1  .owl-carousel .item img{
	 width: 100%;
  }
  .part1 .owl-item .item .text{
	width: 100%;
	height: inherit;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	text-shadow: 2px 2px 15px rgba(0,0,0,0.6);
	text-align:center;
  }
  .part1 .owl-item .item .text:before{
	position: absolute;
    content: '';
    width: 140px;
    height: 5px;
    background: #ed1e24;
    top: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .part1 .owl-item .item .text p{
	margin: 100% 0 0 0;
	 transform: rotate(-5deg);
  }
  .part1 .owl-item.active .item .text{
	opacity: 1;
  transition: all 1s ease 0.8s;
	padding:10px;
  }
  .part1 .owl-item.active .item .text p{
	margin: 10px auto;
	transform: rotate(0deg);
	transition: all 1s ease 0.6s; 
	font-size:18px;
	text-align:center;
	color:#fff;
  }
  .part1 .owl-item .item .text h3{
	  font-size:54px;
	  font-weight:800;
	  text-transform: uppercase;
      color:#fff;
      text-align:center;
  }
  .part1 .owl-item .item .text h3 span{
	  color:#fff;
	  font-size:42px;
	  font-weight:600;
  }
  .part1 .owl-item .item .text .btn{
	  width:200px;
	  height:55px;
	  border-radius: 40px;
	  border:2px solid #25AAE2;
	  background:#25AAE2;
	  color:#fff;
	  font-size:20px;
	  margin-top:20px;
	  margin-left:20px;
	  transition:1s ease;
  }
  .part1 .owl-item .item .text .btn:hover{
	  color:#25AAE2;
	  background-color:#fff;
	  padding:0px !important;
  }
  .part1 .owl-item .item .text .btn .fa{
	  font-size:24px;
  }
  .part1 .owl-item .item .text .btn :hover .fa{
	  background-color:#fff;
	  border-radius:50%;
	  color:#000;
  }
  .part1 .owl-carousel .item{
	  background-color:transparent;
  }
  .part1 .maincaroimg{
	  width:100%;
  }

  
.customNavigation .prev{
	position:absolute;
	left:0px;
	top:60%;
	z-index:99;
}
.customNavigation .next{
	position:absolute;
	right:0px;
	top:60%;
	z-index:99;
}
.customNavigation i{
	font-size:18px;
	font-weight:100;
	padding:7px 9px 5px 8px;
	border-radius:50%;
	background:whitesmoke;
	color:#333;
}
/*Carousel*/
/* section1 */
.best-place h3{
	text-align:center;
	font-size: 24px;
	font-weight:600;
}
/* carousel */
.best-travel{
	padding:30px 0px;
}
.best-in{
	position:relative;
}
.best-over{
	position:absolute;
	width:100%;
	bottom:-20%;
	background:rgba(0,0,0,0.0);
	transition-delay: 0.5s;
	transition:all 0.5s ease;
	text-align:center;
	padding:15px;
}
.best-over h4{
	color:#fff;
}
.best-in:hover .best-over{
	bottom:0%;
	background:rgba(0,0,0,0.5);
}
/* section1 */

/* section 2 */
.strip{
	background:linear-gradient(120deg, rgba(237, 30, 36,0.7) 0%, rgba(237, 30, 36,0.7) 0%), url(../images/home/bg1.jpg) fixed;
	padding:30px 0px;
}
.strip-in{
	text-align:center;
}
.strip-in h3{
	text-align: center;
	color:#fff;
	font-size:16px;
}
/* section 2 */

/* section 3 */
.home-package-in{
	margin:30px 0px;
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.home-package-in:hover{
	transform: translateY(-3%);
}
.home-package h3{
	text-align:center;
	font-size: 24px;
	font-weight:600;
}
.home-package-cnt{
	padding:20px 15px 25px;;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:2px solid #fd5949;
	position:relative;
}
.home-package-cnt::before{
	position: absolute;
	content:'';
	width:100%;
	height: 2px;
	background:#fd5949;
	left:0px;
	bottom:0px;
	transform: scale(0);
	transition-delay: 0.5s;
	transition: all 0.5s ease;
}
.home-package-in:hover .home-package-cnt::before{
	transform: scale(1);
}
.home-package-cnt h3{
	text-align:left;
}
.home-package-cnt i{
	color:orange;
}
.home-package-cnt p{
	font-size:14px;
}
.minhg{
    min-height: 65px !important;
}
.checked {
	color: orange;
}
/* section 3 */

/* section 4 */
.who-we-are {
    width: 100%;
    display: table;
}
.who-we-are .right-side {
    width: 70%;
    display: table-cell;
    background:#000;
	padding: 50px 0;
	color:#fff;
}
.who-we-are .left-side.image1 {
    background:url(../images/home/bg2.jpg);
    background-size: cover;
}
.who-we-are .left-side {
    width: 30%;
    display: table-cell;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 100px 0;
}
.who-we-are .right-side .content-inner {
    width: 100%;
    padding:0px  50px;
}
.who-we-are .right-side .content-inner p{
	font-size:16px;
	text-align:justify;
}
.who-we-are .left-side .content-inner {
    width: 100%;
    padding:0px  50px;
}
.who-we-are .left-side .content-inner p{
	font-size:16px;
	text-align:justify;
}
.who-we-are .right-side .content-inner .ser-btn{
	float:right;
	color:#fff;
    padding: 8px 15px;
    background: #ed1e24;
}
.who-inner{
	position: relative;
	padding-left: 50px;
    padding-top: 15px;
	margin: 15px 10px;
	font-size:18px;
}
.who-over img{
	position: absolute;
	left:-10px;
	top:15px;
	padding: 0px 0px;
    border: 1px solid;
    border-radius: 50%;
}
/* section 4 */

/* section 5 */
/* newsletter */
.newsletter{
	text-align:center;
}
.newsletter h3{
	font-weight:600;
	color:#000;
	font-size:24px;
}
.newsletter .form-group input{
	border: 1px solid transparent;
	color: #000;
	background: #f3f3f3;
	display: block;
	font-size: 14px;
	height: 45px;
	padding: 10px 10px;
	width: 100%;
	transition: all 500ms ease;
	margin-top:20px;
}
.form-style{
	padding: 10px 15px;
	width:100%;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
    background: #ed1e24;
    transition-delay: 0.5s;
    transition: all 0.5s ease;
    display: inline-block;
    border: 1px solid transparent;
}
.form-style:hover{
	border: 1px solid #fd5949;
	background:transparent;
	color:#fd5949
}
/* newsletter */
/* section 5 */
/*Footer*/
.bg-img-foot{
	background:linear-gradient(120deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%), url(../images/home/bg3.jpg)
}
footer ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
footer ul li{
	padding:10px 0px;
}
footer a{
	color:#000;
	transition-delay: 0.5s;
	transition:all 0.5s ease;
}
footer a:hover{
	color:#000;
}
footer p{
	color:#000;
	text-align:justify;
	padding-right:15px;
}
footer h4{
	font-size:18px;
	color:#fd5949;
    font-weight:600;
	position:relative;
	margin-bottom:20px;
}
.lowpart{
	background: rgba(255,255,255,0.5);
	text-align:center;
}
.foot-cnt ul{
	list-style-type:none;
	padding:0px; 
}
.foot-cnt ul li{
	position:relative;
	padding-left:20px;
	padding-bottom:10px;
	color:#000;
	font-size:16px;
}
.foot-cnt ul li i{
    position: absolute;
    color: #000;
    left: -5px;
    font-size: 20px;
    top: 25px;
}

.pdl25{
	padding-left:25px;
}
.pdl35{
	padding-left:30px;
}
.soc-icon ul{
	padding:0px !important;
	margin:0px;
}
.soc-icon ul li{
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
}
.soc-icon ul li i{
	color:#fff;
	padding:5px;
	font-size:16px;
	border-radius:40px;
	transition-delay:0.5s;
	transition:all 0.5s ease;	
}
.soc-icon ul li .fa-facebook{
	padding:5px 8px;
	background: #3b5998;
}
.soc-icon ul li .fa-linkedin{
		padding:5px 8px;
	background: #0e76a8;
}
.soc-icon ul li .fa-youtube{
	background: #c4302b;
}
.soc-icon ul li .fa-twitter{
	background: #00acee;
}
.soc-icon ul li .fa-instagram{
	background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.soc-icon ul li .fa-google-plus{
	padding:10px 8px;
}
.lowpart p{
	text-align: center;
	margin:0px;
	padding:7px 0px;
}
/*footer*/
/*Index Page*/

/* breadcrumb */
.page-title {
    background: url(../images/breadcrumb/bg.jpg) fixed;
    width: 100%;
    height: 400px;
    text-align: center;
    position: relative;
}
.page-title h2 {
    font-size: 110px;
    font-weight: 700;
    text-align: right;
    margin: 1em 0 0.30em;
    text-transform: capitalize;
    color: #fff;
}
.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    float: right;
}
.page-title .breadcrumb li {
    font-size: 26px;
    color: #fff;
    margin-right: 5px;	
}
.page-title .breadcrumb li a {
    color: #ffff;
}
.page-title .breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f178";
    color: #fff;
    margin-right: 5px;
}
/* breadcrumb */

/* contact us page */
.section-padding {
    padding: 80px 0;
}
.contact-pg-section .section-title, .contact-pg-section .section-title-s4 {
    padding-left: 0;
}
.section-title {
    position: relative;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 54px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    margin: 0.31em 0 0;
    z-index: 9;
}
.section-title h2:before {
    content: '';
    position: absolute;
    right: 31px;
    bottom: 16px;
    z-index: -1;
    height: 15px;
    width: 344px;
    background: #fd5949;
}
.contact-pg-section .contact-info-area {
    margin-top: 37px;
    margin-bottom: 100px;
}
.contact-pg-section .contact-info-area .title h3 {
    font-size: 36px;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 0 0 0.56em;
}
.contact-pg-section .contact-info ul {
    list-style: none;
	margin-top: 15px;
	padding:0px;
}
.contact-pg-section .contact-info ul li {
    position: relative;
    padding-left: 75px;
    position: relative;
    display: inline-flex;
	padding-right: 37px;
	margin-bottom:30px;
}
.contact-pg-section .contact-info ul .icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.18);
    position: absolute;
    left: 0;
    top: 0;
}
.contact-pg-section .contact-info ul .icon i {
    font-size: 25px;
    font-size: 1.66667rem;
    color: #fd5949;
}
.contact-pg-section .contact-info ul p {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0;
}
.contact-pg-section .contact-form-area {
    position: relative;
    overflow: hidden;
}
.contact-pg-section .contact-form-area form > div {
    margin-bottom: 25px;
}
.contact-pg-section .contact-form-area form input, .contact-pg-section .contact-form-area form textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    background: transparent;
    height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-pg-section .contact-form-area form textarea {
    height: 100px;
}
.contact-pg-section .contact-form-area form .submit-btn-wrapper {
    margin-bottom: 0;
}
.theme-btn-s4 {
    background-color: transparent;
    font-size: 14px;
    font-size: 0.93333rem;
	padding: 0 25px;
	height: 45px;
	line-height: 42px;
	border:1px solid #fd5949;
	transition-delay:0.5s;
	transition:all 0.5s ease;
}
.theme-btn-s4:hover{
	background:#fd5949;
	color:#fff;
}
.contact-map-section {
    padding-top: 0;
}
/* contact us page */

/* about us page */
.bg-about{
	background:linear-gradient(120deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%), url('../images/about/bg.jpg') fixed;
}
.about-section-s4 .img-holder {
    position: relative;
    max-width: 457px;
}
.about-section-s4 .img-holder:before {
    content: '';
    position: absolute;
    right: -50px;
    top: 60px;
    height: 100%;
    width: 100%;
    border: 35px solid #f6f6f6;
}
.about-section-s4 .img-holder img {
    position: relative;
    z-index: 10;
}
.about-section-s4 .about-text {
    padding-left: 45px;
    padding-top: 0px;
}
.about-section-s4 .title-text h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2em;
    margin: 0 0 0.7em;
    text-transform: capitalize;
}
.about-section-s4 .title-text p {
    font-size: 18px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #fd5949;
    letter-spacing: 6px;
    margin: 0 0 3em;
    text-transform: uppercase;
}
.about-section-s4 .about-text h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.67em;
    margin: 0 0 1.2em;
}
.about-section-s4 .about-text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.5em;
}
/* section 1 */

/* section 2 */
.our-work-process-section {
    overflow: hidden;
}
.ptb-100 {
    padding: 100px 0;
}
.section-header {
    margin: -8px 0 55px;
}
.section-header .section-title {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.2em;
}
.section-header .section-title > span {
    font-weight: 600;
}
.section-header > p {
    margin-bottom: 5px;
}
.our-work-process-section .process-main-content {
    position: relative;
    padding-top: 50px;
}
.our-work-process-section .process-main-content .bg-line {
    height: 250px;
    left: 0;
    position: absolute;
    top: 50px;
    width: calc(100% + 60px);
    background-position: top center;
    background-repeat: no-repeat;
}
.our-work-process-section .single-process {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0 auto;
}
.our-work-process-section .single-process .process-no {
    background-color: #F12C15;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    position: absolute;
    top: -15px;
    right: -12px;
    z-index: 0;
}
.our-work-process-section .single-process .single-process-inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.06);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding-top: 22px;
}
.our-work-process-section .single-process .single-process-inner > h2 {
    color: #000;
    font-size: 18px;
    line-height: 1.28em;
    padding: 0px 55px 12px;
    text-transform: capitalize;
}
.our-work-process-section .process-list > div:nth-child(2) {
    margin-top: 80px;
}
.our-work-process-section .process-list > div:nth-child(4) {
    margin-top: -35px;
}
/* section 2 */
/* about us page */


/* services page */
.our-protection {
    position: relative;
}
.sec-pad {
    padding: 100px 0px;
}
.gray-bg {
    background: #f7f7f7;
}
.our-protection .title-box {
    margin-bottom: 86px;
}
.sec-title h2 {
    position: relative;
    text-transform: uppercase;
    padding-top: 31px;
    line-height: 39px;
}
.sec-title h2:before {
    position: absolute;
    content: '';
    background: #fd5949;
    width: 30px;
    height: 3px;
    left: 50%;
    margin-left: -25px;
    top: 0px;
}
.title-text {
    position: relative;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.our-protection .inner-content{
	position:relative;
}
.our-protection .inner-content:before {
    position: absolute;
    content: '';
    background: url(../images/services/map.png);
    width: 1000px;
    height: 530px;
    left: 100px;
    top: 160px;
    background-repeat: no-repeat;
}
.our-protection .inner-content .left-column .single-item {
    padding: 0px 0px 0px 100px;
}
.our-protection .inner-content .single-item {
    position: relative;
    margin-bottom: 70px;
}
.our-protection .inner-content .left-column .single-item .icon-box {
    left: 0px;
}
.our-protection .inner-content .single-item .icon-box {
    position: absolute;
    top: 6px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fd5949;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}
.our-protection .inner-content .single-item h4 a {
    display: inline-block;
    margin-bottom: 6px;
}
.our-protection .inner-content .single-item h4 a:hover{
	color:#fd5949;
}
.our-protection .inner-content .image-box {
    position: relative;
    text-align: center;
    margin-top: 160px;
}
.our-protection .inner-content .right-column .single-item {
    padding: 0px 100px 0px 0px;
    text-align: right;
}
.our-protection .inner-content .single-item {
    position: relative;
    margin-bottom: 70px;
}
.our-protection .inner-content .right-column .single-item .icon-box {
    right: 0px;
}
.our-protection .inner-content .single-item .icon-box {
    position: absolute;
    top: 6px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fd5949;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

/* services page */

/* international package */
.intl-package h3{
	text-align: center;
	font-weight:600;
	font-size:28px;
    margin-bottom:30px;
} 
.int-pack{
    position: relative;
    margin-bottom:50px;
    transition-delay: 0.5s;
    transition:all 0.5s ease;
}
.int-pack-img{
    position: relative;
    transition-delay: 0.5s;
    transition:all 0.5s ease;
    overflow:hidden;
}
.int-pack-img .int-pack-img-over{
    position:absolute;
    width:100%;
    height:100%;
    top:-50%;
    left:50%;
    transform: translate(-50%,-50%);
    background:rgba(0,0,0,0.2);
    transition-delay: 0.5s;
    transition:all 0.5s ease;
    color:#fff;
}
.int-pack-img .int-pack-img-over a{
    position:absolute;
    top:50%;
    left:50%;
    color:#fff;
    transform: translate(-50%,-50%);
    font-size:24px;
    padding:10px 16px;
    background: #fd5949;
    border-radius:50%;
}
.int-pack:hover .int-pack-img-over{
    top:50%;
}
.int-pack-cnt{
    position:relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin:-30px 15px 0px;
    background: #fff;
    padding:10px;
    border-radius: 20px 20px 0px 0px;
}
.int-pack-cnt:before{
    position:absolute;
    content: '';
    width:0%;
    height:2px;
    background:#fd5949;
    bottom:0px;
    left:0px;
    transition-delay: 0.5s;
    transition:all 0.5s ease;
}
.int-pack-cnt:after{
    position:absolute;
    content: '';
    width:0%;
    height:2px;
    background:#fd5949;
    bottom:0px;
    right:0px;
    transition-delay: 0.5s;
    transition:all 0.5s ease;
}
.int-pack:hover .int-pack-cnt:before,
.int-pack:hover .int-pack-cnt:after{
    width:50%;
}
.int-pack-cnt h3{
    font-size:24px;
    margin-bottom:10px;
    text-align:left;
}
.int-pack-cnt p{
    min-height:80px;
}
.int-pack-cnt a{
    position:absolute;
    padding:10px 15px;
    font-size:12px;
    font-weight:700;
    background: #fd5949;
    color:#fff;
    left:50%;
    bottom:-40px;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition-delay: 0.5s;
    transition:all 0.5s ease;
}
.int-pack:hover .int-pack-cnt a{
    opacity:1;
    bottom:-30px;
}
/* international package */

/* domestic packages */
.domst-package h3{
	text-align: center;
	font-weight:600;
	font-size:28px;
    margin-bottom:30px;
} 

.packages h4{
	font-size:18px;
	font-weight:600;
}


.packages ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.packages ul li{
	position:relative;
	padding:5px 0px 5px 25px;
	font-size:16px; 
}
.packages ul li i{
	position:absolute;
	left:0px;
	top:8px;
	font-size:18px;
}

.pg-title1 h3{
    text-align:left;
    font-weight:600;
    font-size:32px;
    margin-top:20px;
    margin-bottom:30px;
    position:relative;
}
.pg-title1 h3 span{
	color:#05204d;
	font-size: 16px;
    padding: 3px;

}
.pg-title1 h3:before{
    position: absolute;
    content:'';
    width:80px;
    height:2px;
    background:#fd5949;
    top:-20px;
    left:15%;
    transform:translate(-50%,-50%);
}
.pg-title1 {
	position: relative;
}
.tit-btn{
	position: absolute;
	right:0px;
	top:0px;
}


/* domestic packages */


/* package detail in */
.pack-in-det h2{
    text-align: center;
    font-weight:700;
    font-size:36px;
    text-transform: uppercase;
    margin-bottom:30px;
}
.pack-in-det p b{
    color:#fd5949;
}
.pack-in-det p{
    text-align:justify;
}
/* package detail in */
