/* Offline Font */
@font-face {
    font-family: "Nunito";
    font-weight: 300;
    src: url('../font/fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: "Nunito";
    font-weight: 400;
    src: url('../font/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: "Nunito";
    font-weight: 700;
    src: url('../font/fonts/Nunito-Bold.ttf');
}

/* --- Basic Css --- */
body {
    font-family: "Nunito" !important;
    font-size: 16px;
    color: #222;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222;
}

:root {
    --orange: #f73333;
    --blue: #04acf2;
}


/* ----------------------------
            HEADER
-------------------------------*/
/* #region Header */

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
	
}
.dropdown-menu{
	padding: 0px 0px !important;
    margin-top: 0px;
	animation: flipInX 1s linear;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:0px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.dropdown li a{
    transition: .6s ease-in-out;
	padding: 6px 18px !important;
	border-radius:0px !important;
	font-weight:400;
	color:#444;
}
.dropdown li a:hover{
    background-color: #dc3545 !important;
    color: #fff !important;
}

.navbar img{
	width: 98px;
}
.headerpart {
    position: relative;
    z-index: 9999;
    box-shadow: 0px 3px 22px -3px rgba(43, 42, 42, 0.22);
    -webkit-box-shadow: 0px 3px 22px -3px rgba(43, 42, 42, 0.2);
}

.headerf {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
	animation: fadeInDown 1.2s;
}

.navbar-nav a {
    text-transform: uppercase;
    padding: 22px 18px !important;
    font-size: 14px;
    display: inline-block;
    color: #1b1b1a;
    font-weight: 600;
    transition: .6s linear;
    border-radius: 0px;
}

.header li a:hover {
    color: #dc3545;
    border-radius: 100px;
}

.free {
    font-weight: 800 !important;
    font-size: 15px !important;
    color: #f88e1c !important;
    background-color: #f88e0f2b;
    border: 1px solid #f3dcc1;
    border-radius: 100px !important;
}

.google {
    margin: 10px;
}

.numeremail {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    color: #666;
    margin: 11px 7px 14px 0px;
}

.numeremail a {
    color: #173855;
    font-weight: 600;
    font-size: 14px;
}

.email {
    color: #ec2a2a !important;
}

/* ----------------------------
            BANNER
-------------------------------*/

.bannersloder {
    position: relative;
}


.bannersloder {
    position: relative;
}

.textbanner {
    position: absolute;
    top: 13%;
    z-index: 999 !important;
    right: 95px;
}

.commanrental {
    background: #633b7a;
    color: #fff;
    padding: 8px !important;
}

.form-main {
    position: relative;
}

.form-part2 {
    width: 400px;
    background: rgb(255, 255, 255);
    padding: 6px 30px;
    min-height: 406px;
    border-radius: 10px;
    box-shadow: 0px 3px 22px -3px rgba(43, 42, 42, 0.23);
}

.form-part2 h4 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-top: 20px;
    padding-bottom: 5px;
}

.form-part2 strong {
    color: #0e76bd;
}

.form-part2 span {
    color: #777;
    font-size: 13px;
}

.home-page {
    font-size: 14px;
    width: 100%;
    padding: 10px 34px;
    border: 1px solid #c1c9d3;
    margin-top: 15px;
    border-radius: 3px;
}

.iconsparts {
    position: relative;
}

.iconsparts i {
    position: absolute;
    top: 26px;
    left: 15px;
    font-size: 14px;
    color: #666a8a;
}

.resiration {
    font-weight: 700;
    margin-top: 7px;
    color: #222114 !important;
    padding: 10px;
    border-radius: 3px;
    background: #e8d952;
    font-size: 16px;
    border: none;
}

/* ----------------------------
            DEAL
-------------------------------*/
.deals {
    text-align: center;
}

.deals h1 {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 7px;
    color: #444444;
}

.deals h2 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 7px;
}

.deals span {
    color: var(--red);
    font-weight: 500;
}

.great {
    color: #444444 !important;
    font-weight: 600;
}

.deal-b {
    display: block;
    border: 2px dashed #f1bb3a;
    border-radius: 100px;
    padding: 8px;
    margin-top: 7px;
}

.deal-b h3 {
    background-color: var(--red);
    padding: 20px;
    color: #fff;
    font-size: 17px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.deal-b h3:hover {
    background-color: #f1bb3a !important;
    color: #000;
    cursor: pointer;
}

/* ----------------------------
            PRODUCT
-------------------------------*/
.onepart {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.29);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: .4s linear;
}

.section-1 {
    background: url(../images/bg.png) no-repeat;
    background-position: left top;
    min-height: 436px;

}

.onepart img {
    border-radius: 15px;
    height: 215px;
    object-fit: contain;
    width: 100%;
}

.headingname5 {
    text-decoration: none !important;
    display: block;
    text-align: center;
    width: 100%;
    color: #252a3f !important;
    padding: 15px 10px;
    font-size: 19px;
    font-weight: bold;
}

.readmore a {
    background-color: #fff;
    box-shadow: 0px 3px 29px 9px rgba(136, 136, 136, 0.31);
    padding: 12px 14px 22px 32px 0px;
    border-radius: 100px;
    font-size: 16px;
    color: var(--orange);
    font-weight: 600;
    padding: 13px 5px 11px 26px;
    text-decoration: none;
    border: 1px solid #fff;
    transition: .4s linear;
}

.readmore {
    text-align: center;
    margin-top: 15px;
    margin-bottom: -30px;
}

.readmore i {
    background-color: var(--orange);
    color: #fff;
    padding: 8px 0px 0px 0px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 19px;
    margin-left: 6px;
    text-align: center;
}

.readmore a:hover {
    background-color: var(--orange);
    color: #fff;
}

.readmore a:hover i {
    background-color: #fff;
    color: var(--orange);
}

.onepart:hover {
    box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.49);
}

/* ----------------------------
          OUR PRODUCT 
-------------------------------*/
.heading-c {
    padding: 0px 0px 0px 18px;
    color: #666;
    margin-top: 30px;
    border-left: 5px solid #ff5301;
}

.domestic {
    padding-top: 4px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #121315;
    font-size: 2.1rem;
    margin-bottom: 0;
}

.section1 {
    margin: 40px 5px 0px 5px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
	background-color:#e8f0f7;
}

.section1 img {
    border-radius: 15px;
    width: 100%;
    object-fit: contain;
    height: 251px;
    padding: 23px;
}



.inner-text a {
    color: #fff;
    text-decoration: none;
    text-align: left !important;
    display: block;
    /* margin-bottom: 31px; */
    padding-bottom: 21px;
    margin-top: -9px;

}

.days {
    background-color: #f73333;
    padding: 7px 20px;
    color: #fff;
    font-size: 13px;
    border-radius: 100px;
    margin: 0 auto;
    display: table;
    font-weight: 700;
}



.price {
    text-shadow: 2px 2px 5px #000;
    font-weight: 700 !important;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}

.owl-prev {
    position: absolute;
    top: 48%;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    left: -29px;
    font-size: 31px;
    text-align: center;
    padding: 2px;
}

.owl-next {
    position: absolute;
    top: 48%;
    background-color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    right: -29px;
    font-size: 31px;
    text-align: center;
    padding: 2px;
}
/* ----------------------------
            Service
-------------------------------*/
.addpart{
    background-color: var(--blue);
    margin-top: 50px;
    color: #fff;
    padding: 50px 0px;
}
.masks {
 background-color: #fff;
 border-radius: 10px;
 text-align: center;
 padding: 17px 20px;
 
}
.masks img{
	    width: 88px;
    object-fit: contain;
}
.addpart h6{
    color: #fff;
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: 30px;
}
.icons{
    display: flex;
    justify-self: start;
    align-items: center;
    height:75px;
}
.icons a{
    padding-left: 15px;
    font-weight: 600;
	text-align: left;
}

.about{
    padding: 40px 0px;
    color: #656363;
    background-position: left;
    line-height: 27px;
}
.about h4{
    margin-bottom: 16px;
}
/* ----------------------------
           FOOTER
-------------------------------*/
.footer-c {
    padding: 40px 0px !important;
    line-height: 27px;
}
footer {
    background-image: linear-gradient(to right, #4973b5, #1c568c);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.footer-c span {
    font-weight: bold;
    font-size: 20px;
    display: block;
}

.footer-c li a {
    color: #fff;
    text-decoration: none !important;
    transition: .4s linear;
}

.footer-c li a:hover {
    color: var(--orange);
}

.footer-c i {
    padding-right: 5px;
}

.footer-c a {
    color: #fff;
}

.footer-c li {
    line-height: 30px;
}

.socialmedia a {
    line-height: 30px;
    padding-right: 5px;
    padding-top: 10px;
    display: inline-block;
}

footer li a:hover {
    color: var(--orange) !important;
}

.footerbg {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px !important;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

.footerbg a {
    color: #fff !important;
    font-weight: 400;
}
.aboutus h4{
    color: #000;
    margin-top: 50px;
    font-size: 28px;
}


.commonpadding {
	padding: 0px 0px 0px 0px !important;
}
.bread {
	color: #fff;
	height: 130px;
	text-align: center;
	font-size: 14px;
	padding: 35px;
	background-image: linear-gradient(#1bb2e9, #1bb2e9);
}
.bread h5 {
	font-size: 33px;
	font-weight: 800;
	padding-bottom: 5px;
}
.bread a {
	color: #fff;
	text-decoration: none;
}
.bread i {
	padding-right: 6px;
	padding-left: 4px;
	font-size: 9px;
	color: #fff;
    font-size: 11px;
}


.about3{ font-size:21px; font-weight:400; display:block; margin-top:10px;}
.line { width:50px; border-top:3px solid #f67758; margin:10px 0px;}
.who{ margin-bottom:30px; display:block; margin-top:24px; color:#111; font-size: 32px; font-weight:bold; }
.about3 { font-size:15px; line-height:25px;}

.aboutus{
	line-height:26px;
	color:#666;
}

.con-sec{
	padding:40px 0px !important;
}


/*------------- left-side -------------*/
.left-side img{ width:100%; height:400px; object-fit:cover;}
.details img{ object-fit:contain; width:100%; border-radius:15px;}
.left-side{ background:#fff; border-radius:15px;}
.DESCRIPTION{ padding:25px 0px !important; line-height:24px; color:#666; font-size:16px; border-radius:15px; }
.details{ margin-top:40px;}
.DESCRIPTION h6{ 
     color: #757575;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 7px;
}
.DESCRIPTION strong{ color:#333; font-size:20px; display:block; margin-bottom:14px;}
.fixed{
	position: -webkit-sticky; /* Safari */
  position: sticky !important;
  top: 85px !important;
  }
.formpage5{
   border-radius:7px;
  border:1px solid #e8e8e8;
 
  }
.innerform{
	 background: #eeebeb;
  color:#555;
  padding:0px !important;
  margin:10px;
   border-radius:7px;
}  
 .formpage5 strong{ font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0px;
	background-color: #72ab19;
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
} 
.innerform form{
	padding:5px 25px;
}
.forminner{ display:block; text-align:center; font-weight:700 font-size:14px !important; padding-top:0px;}	
.inputname{ border:1px solid #ccc; color:#333; padding:5px 10px; width:100%;}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#647a91;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}
.readmore3 a{
	display:inline-block;
	margin:50px auto;
	background-image: linear-gradient(#222d30, #3969a7);
	color:#fff;
	padding:10px 30px;
	font-size:17px;
	border-radius:7px;
	font-weight:600;
	text-align:center;
	
} 

.readmore3 a:hover{
	background-image: linear-gradient(to right, #5747e4, #822bce);
	text-decoration:none;
}
.hidden{
	display:none;
}




.con-sec {
	padding:30px 0px !important;
}
.con-sec h3 {
	color:#342c2c;
	font-weight:400;
	font-size:36px;
	text-align:center;
	margin-bottom:36px;
	line-height:40px;
}
.map iframe {
	width:100%;
	height:632px;
	border:none !important;
}
.contact-i {
	background-color:#fff;
	height:632px;
	box-shadow: -12px -7px 30px 10px rgba(136, 136, 136, 0.17);
	padding:40px !important;
	font-size:16px;
	text-align:left;
	position:relative;
}
.social-media {
	text-align: center;
	margin-bottom:18px;
}
.social-media a {
	text-decoration:none !important;
	margin-right:7px;
	color:#fff !important;
}
.facebook {
	background-color: #4b69b0;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.youtube {
	background-color: #f95035;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.whatsapp {
	background-color: #1a9d13;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.icons1 {
	max-width: 38px;
	margin: 0px 18px 35px 0px;
	float: left;
	font-size:30px;
	color: var(--orange) !important;
}
.c-one {
	margin-top:30px;
	clear:both;
}
.c-one span {
	display:block;
	color:#000;
	font-weight:700;
	font-size:18px;
}
.c-one a {
	color:#000;
	font-size:17px;
	text-decoration:none;
}
.support {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}


/* ----------------------------
           GALLERY 
-------------------------------*/

.gallery img{
	border-radius:10px;
	height:250px;
	object-fit:cover;
	padding:15px;
	width:100%;
	border:7px solid #fff;
	box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.29);
}























/* ----------------------------
           RESPOSIVE 
-------------------------------*/

@media (min-width:992px) {
    .header {
        padding: 0px 0px !important;
    }
    
}
@media (min-width:600px) and (max-width:992px){
    .navbar-brand img {
        position: absolute;
        right: 0;
        left: 0;
        margin: -9px auto;
        display: block;
       
        padding: 0 !important;
        top: 18px;
    }
    .navbar {
        display: table;
        position: initial !important;
        border: none;
    }

    .navbar-toggler {
        outline: none !important;
    }
    .masks{
        margin-top: 15px;
    }
	
}

@media (min-width:150px) and (max-width:600px) {
    .header {
        padding: 4px 0px !important;
        text-align: center;
    }
       
	   .who{
		line-height:40px;
		margin-bottom:10px;
	} 
	.DESCRIPTION {
		padding:0px !important;
	}
	.iconspage{
		text-align:center;
	}
	.bread {
    color: #fff;
    text-align: center;
    font-size: 14px !important;
	height:auto;
    padding: 19px 0px 8px 0px;
    background-image: linear-gradient(#1bb2e9, #1bb2e9);
    }
	.bread h5{
		 font-size: 18px !important;
	}
	.con-sec h3 {
		display:none;
	}
	.navbar-brand img {
        position: absolute;
        right: 0;
        left: 0;
        margin: -9px auto;
        display: block;
        width: 84px;
        padding: 0 !important;
        top: 18px;
    }
    .navbar {
        display: table;
        position: initial !important;
        border: none;
    }

    .navbar-toggler {
        outline: none !important;
    }

    .textbanner {
        position: relative;
        top: 0;
        z-index: 999 !important;
        right: 0px;
        left: 0;
    }
    .form-part2{
        width: 91%;
        margin: 0px auto;
        margin-top: 30px !important;
    }
    .masks{
        margin-top: 15px;
    }
    .deals h1{
        display: none;
    }
    .deal-b h3 {
        background-color: var(--red);
        padding: 15px;
        color: #fff;
        font-size: 10px;
    }
    .domestic{
        font-size: 18px;
    }
    .hidden-xs{
        display: none;
    }
    .addpart h6 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 68px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #263236;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .header li a{
        font-weight: 300;
        color: #fff;
    }
	.back-to-top{
		display:none !important;
	}
	footer {
    
    margin-bottom: 40px;
   }
}

/* ----------------------------
          TOOGLE STYLE
-------------------------------*/

.active .type17 {
    transform: rotate(45deg);
    background-color: #fff;
    transition: all 0.6s ease-in-out;
}

.active .type17:before {
    transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
    transform: translate(16px, -7px) rotate(90deg);
}

.block {
    height: 38px;
    width: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 0px 0px;
    transition: all 1s ease;
   background-image: linear-gradient(90deg, #1bb2e9, #4dbfe8);
    box-shadow: 0 2px 18px 0 rgb(86 197 236), 0 1px 2px 0 rgb(0 195 255);
}

.cta {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.type17:before {
    width: 12px;
}

.type17:after {
    width: 12px;
    box-shadow: 13px 10px 0 0 #fff;
}
.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	display: flex;
	text-align: center;
	z-index: 99999 !important;
	box-shadow: -8px 2px 21px 0px rgba(136, 136, 136, 0.40);
	    border-radius: 10px 10px 0px 0px;
}
.mobilefixed ul {
	width: 100%;
}
.mobilefixed li {
	display: inline-block;
	width: 19%;/* border-right: 1px solid rgba(0, 0, 0, 0.1803921568627451); */
	    margin-bottom: -11px;
}
.mobilefixed li a {
	color: #000;
padding: 10px 15px 0px 15px;
	font-weight: 400
	font-size: 13px;
	display: inline-block;
}
.google {
	padding-top: 20px;
}
.mobilefixed img {
	width: 22px;
	margin: 0 auto;
}

.home-cions{
  background-color: #ffffff;
    border-radius: 100px;
    padding: 15px!important;
    height: 53px!important;
    position: relative;
    top: -26px;
    box-shadow: 0px 0px 9px 0px #a0a0a0;
}
.home-cions img{
    width: 24px;
    margin-top: -3px;
}
.mobilefixed span{
    width: 100%;
    display: block;
       
    font-size: 12px;
}

  .google {
    padding-top: 0px;
  }
  
  .mobilefixed img {
    width: 18px;
    margin: 0 auto;
  }
  
  
.back-to-top  {
	position: fixed;
	display:none;
	text-align: center;
	z-index: 99999999;
	background-color: #ffffff;
	color: #1bb2e9;
	width: 45px;
	height: 42px;
	line-height: 30px;
	right: 40px;
	bottom: 30px;
	padding-bottom: 2px;
	font-size: 25px;
	padding-top: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: none;
	border: 2px solid #1bb2e9;
	animation: fadeInUp 1.2s;
}

.back-to-top:hover {
	background-color: #1bb2e9 !important;
	color: #fff;
}


.owl-carousel .animated {
-webkit-animation-duration: 50ms;
animation-duration: 50ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.secutrycode img{ width:70px;}