/*-Global--*/
*{
    margin: 0px;
    padding: 0px;
    outline: none !important;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
	 
}
.bodybg{
	background-image: url(../images/body-bg.jpg);
    background-size: cover;
  }

section{
    padding: 100px 0px;
}
@media (max-width:1600px){
    section{
        padding: 55px 0px;
    }
   section#fq.faq{
	    margin: 100px 0px !important;
    }
	.faq .row{
	   background-image: url(../images/faq-bg.png);
	   border-radius: 25px;
	   height: 360px;
    }
}
/*-End Global--*/
/*-Typograpghy--*/
h1{
    font-size: 77px;
    line-height: 87px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}
h2{
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
    font-weight: 700;
}
h3{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}
h4{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #3b8df3;
}
p{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #292929;
}
@media(max-width:992px){
    h2{
        font-size: 30px;
        line-height: 40px;
    }
    h3{
        font-size: 25px;
        line-height: 35px;
    }
}
@media(max-width:767px){
    header{
        background: #c5b0e2;
        background-image: none;
    }
    li.header-email a,li.social-icon1 a {
        font-size: 16px !important;
    }
    a.navbar-brand{
        width: 180px;
    }
    li.social-icon{
        display: none;
    }
    section{
        padding: 40px 0px;
    }
    .banner-txt h1{
        padding-top: 0px;
    }
    h2{
        font-size: 30px;
        line-height: 30px;
    }
    .title-txt p{
        margin-bottom: 0px;
    }
    h3{
        font-size: 20px;
        line-height: 28px;
    }
    .call-button{
         width: 50%;
         margin-right: auto;
         margin-left: auto;

    }
}

/*-End Typograpghy--*/
/*-Header--*/   
    header{
        padding: 0px 100px;
		background-image: url(../images/banner-slice.png);
		height: auto;
		background-size: cover;
    }
	.top-header{
		background: #1e1e1e; 
		height: 50px;
	}
	.top-header ul.protect-symbol{
		margin: 0;
		padding: 0;
		float: right;
		margin-right: 20px;
	}
	.top-header ul.protect-symbol li{
		padding: 7px 0px;;
	}
	
	li.header-email{
		display: inline;
		margin-right: 25px;
	}
	li.header-email img{
		margin: 10px 0px;
	}
	
	li.social-icon{
		margin-right: 10px;
	}	
	li.header-email a{
	  text-decoration: none;	
	  color: #fff;
	  font-size: 20px;
	}
	li.social-icon a{
	  color: #fff;
     text-decoration: none;
     font-size: 14px;
     border: 2px solid #fff;
     border-radius: 4px;
     padding: 4px;
	}
    .navbar{
        padding: 0px;
    }
    .navbar-nav .nav-link{
        padding: 15px 30px !important;
        color: #333;
        font-size: 15px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler-icon{
        height: auto;
    }
	a.navbar-brand img{
		width: 264px;
		height: 109px
	}
	li.nav-item a{
		font-size: 18px !important;
	}
	@media only screen and (max-width: 991px) and (min-width: 768px){
		
		header{
			padding: 0px 100px;
			background-image: url(../images/banner-slice.png);
			height: auto;
			background-size: cover;
		}
	}
    @media (min-width:768px){
    li.social-icon{
		display: inline;
        }
        li.social-icon1{
            display: none;
        }
        .title-txt p{
            margin-bottom: 30px;
        }    
        .title-txt p{
            margin-bottom: 30px;
        }
        #boxwhyus.box-module p{
            width: 16%;
        }
    }
    @media (max-width:767px){
        .top-header {
            background: #7e76c3;
            height: 34px;
        }
        header{
            padding: 10px;
        }
        li.header-email img{
            display: none;
        }
        li.header-email {
           display: contents;
        }
        li.social-icon1{
            display: contents;
        }
        li.social-icon1 a {
            color: #fff;
            text-decoration: none;
            padding: 4px;
        }
        .theme-bg{
            padding: 10px 0px 30px 0px;
        }
        .box-module h3{
            margin-top: 140px;
        }
        #service, #service1{
            margin-bottom: 30px;
        }
    }
/*--End Header--*/
/*--Banner--*/
@media only screen and (min-width: 1200px){	
	.theme-bg {
    background-image: url(../images/banner-img.jpg);
    background-size: cover;
    }
.box-module{height: 242px}
#footer-btm{
    padding-left: 240px;
 }
	
}
.banner-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.banner-txt h1{
        font-size: 4.1vw;
        line-height: calc(4.1vw + 10px);
		color: #1e1e1e;
		padding-top: 45px;
}
.banner-txt p{
	font-size: 18px;
	margin-bottom: 32px;
    text-align: justify;
}
.call-button{
	width: 198px;
	height: 42px;	
	border: 2px solid #c12428;
	border-radius: 20px;
	text-align: center;
}
.call-button p{
	font-weight: bold;
	margin: auto;
    padding: 8px 0px;
	color: #c12428;
    text-align: center;
}
@media (max-width:767px){
    .banner-txt {
        text-align: center;
    }
    .banner-txt h1{
        margin: 0 auto 10px;
        font-size: 25px;
        line-height: 33px;
    }
    #whytravel{
        background: #bec9f5;
    }
    img.travelbg{
        width: 100%;
    }
    .box-module{
        height: 220px;
    }
    #boxwhyus.box-module p{
        width: 80%;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.bodybg{margin-top: -38px;}
	.theme-bg {
    background-image: url(../images/banner-img.png);
    background-size: cover;
    }
	section{padding: 55px 30px;}
	.title-txt.services p{margin-bottom: 0px;}
	.title-txt p{margin-bottom: 0px;}
    #footer-btm{
        padding-left: 103px;
     }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
		.theme-bg {
			    padding: 55px;
				background-image: url(../images/banner-img-tab1.jpg);
				background-size: cover;
		}
		.bodybg {
			margin-top: -44px;
			}
			.title-txt.services {
			margin-bottom: 12px;
			}
			#service{
				margin-bottom: 50px;
			}
			h2 {font-size: 35px;}
            #footer-btm{
                padding-left: 33px;
             }
}

/*-End Banner --*/
/* -Modules-part- */
section.module-part{
	
}
.title-txt{
    text-align: center;
    margin-bottom: 42px;
}
.title-txt h2{
	color: #193a81;
}
.title-txt p{
    color: #2e2e2e;
	font-size: 20px;
}
.box-module{   
    text-align: center;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}

.box-module i{
    font-size: 45px;
    color: #3b8df3;
}
.box-module .img-icon{
	position: absolute;
    padding: 24px 0px 18px 0px;
}
.box-module h3{
    margin: 0px;
	font-size: 22px;
	color: #2e2e2e;
	font-weight: normal;
	position: absolute;
	margin-top: 135px;
}
.cta-txt, .cta-txt i{
    font-size: 15px;
    color: #292929;
    text-decoration: none;
}
.cta-txt{
    margin-top: 35px;
}
.cta-txt:hover{
    text-decoration: none;
    color: #292929;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.box-module{padding: 11px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
			.module-part{padding: 55px 0px;}
	section#our-clients.module-part{
		margin-top: 30px;
	}		
	#boxwhyus.box-module{height: 160px;}
	#whyus.col-md-3{
				width: 20%;
				height: auto;
			}
	#boxwhyus.box-module p{
		margin-top: 160px;
		padding-top: 8px;
	}
	#boxwhyus.box-module h4{
		font-size: 19px;
	}
}
@media (max-width:767px){
    .module-part{
        background: #e5e8f7;
    }
}
/* -End Modules-part- */
/* -why-choose-us- */
section.module-part{
}
@media only screen and (min-width: 992px){
  #whyus.col-md-3{
	  width: 20% !important;
	 height: auto;
	}
  
}	
.title-txt{
    text-align: center;
    margin-bottom: 42px;
}
.title-txt h2{
	color: #193a81;
}
.title-txt p{
    color: #2e2e2e;
	font-size: 20px;
}
.box-module{   
    text-align: center;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}

.box-module i{
    font-size: 45px;
    color: #3b8df3;
}
.box-module .img-icon{
	position: absolute;
    padding: 24px 0px 18px 0px;
}
#boxwhyus.box-module h4{
	font-weight: 700;
    margin: 0px;
	font-size: 22px;
	color: #2e2e2e;
	font-weight: normal;
	position: absolute;
	margin-top: 100px;
}
#boxwhyus.box-module p{
	position: absolute;
	margin-top: 155px;
}
.cta-txt, .cta-txt i{
    font-size: 15px;
    color: #292929;
    text-decoration: none;
}
.cta-txt{
    margin-top: 35px;
}
.cta-txt:hover{
    text-decoration: none;
    color: #292929;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	#boxwhyus.box-module{
			height: 80%;
		}
		#boxwhyus.box-module p{margin-top: 190px;}
}
/* -End why-choose-us-part- */
/* -Our-Clients- */
section#our-clients.module-part{
	 background-size: cover;
}
.row.clients{
	margin-top: 20px;
}
.card-body{
	padding: 10px 5px;
 }
#clients.title-txt{
    text-align: center;
    margin-bottom: 0px !important;
}
.title-txt h2{
	color: #193a81;
}
#clients.title-txt p{
    color: #2e2e2e;
    margin-bottom: 10px;
	font-size: 20px;
}
#clients.box-module{   
	height: 150px;
    text-align: center;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}
.card.mb-3{
   background: none;
   width: 25%;   
}
.box-module i{
    font-size: 45px;
    color: #3b8df3;
}
.box-module .img-icon{
	position: absolute;
    padding: 24px 0px 18px 0px;
}
.box-module h3{
    margin: 0px;
	font-size: 22px;
	color: #2e2e2e;
	font-weight: normal;
	position: absolute;
	margin-top: 135px;
}
#clients.box-module p{
    width: 100%;
}
.row.dot{
	margin: auto;
    width: 10%;
}
span.dot{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}
span.dot.red{
	background: #c12428;
}

.cta-txt, .cta-txt i{
    font-size: 15px;
    color: #292929;
    text-decoration: none;
}
.cta-txt{
    margin-top: 35px;
}
.cta-txt:hover{
    text-decoration: none;
    color: #292929;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
   .clients{}
}
@media(max-width:767px){
    .card.mb-3{width: 100%;}
    .card.mb-3 img{
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    p.card-text{
        text-align: center;
    }
}

/* -End Our-Clients- */
/* -Demo */
#demo.row{
	margin-top: 20px;
	width: 100%;
}
#demo.box-module{
	height: 150px;
    text-align: left;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}
#demo.box-module h4{
    margin: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    margin-top: 40px;
    width: 39%;
	letter-spacing: 1px;
}
#demo.box-module h3{
    margin: 0px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    margin-top: 90px;
    width: 39%;
	letter-spacing: 1px;
}
#chatbg {
    background-image: url(../images/demo1.png);
    background-size: cover;
    height: 400px;
    border-radius: 10px;
    margin-right: 10px;
}
#formbg {
    background-image: url(../images/demo2.png);
    background-size: cover;
    height: 400px;
    border-radius: 10px;
}
.row .chat{
    margin-top: 75px
}
button.chat{
	border: none;
    background: #c12428;
	width: 224px;
	height: 47px;
	position: absolute;
	margin-left: 20px;
	border-radius: 25px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
 #contact-form.box-module{
	 height: 120px;
    text-align: left;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
 } 
 #contact-form.box-module h4{
      margin: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    margin-top: 40px;
    width: 39%;
	letter-spacing: 1px;
    }
 .row .request-demo{
    margin-top: 75px
   }
button.request-demo{
	border: none;
    background: #193a81;
	width: 224px;
	height: 47px;
	position: absolute;
	margin-left: 20px;
	border-radius: 25px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    }  
   .row .contact-form{
    margin-top: 0px
    }
 .row .contact-form{
	margin-top: 0px
   }	
	.row .contact-form form{
		position: absolute;
		margin-left: 10px;
	}	
	#form.col-md-6{
		position: relative;
	}
	
	.contact-form form input{
		width: 260px;
		height: 40px;
		border-radius: 20px;
		padding-left: 15px;
		font-size: 15px;
		color: #909090;
		margin-bottom: 4px;
	}
	.contact-form form textarea{
		width: 260px;
		height: 100px;
		border-radius: 20px;
		padding-left: 15px;
		font-size: 15px;
		color: #909090;
		margin-bottom: 4px;
		padding-top: 4px;
	}
	#submit.col-md-6{
		margin-top: 75px;
	}
   button.submit{
	border: none;
    background: #c12428;
	width: 224px;
	height: 47px;
	position: absolute;
	margin-left: 20px;
	border-radius: 25px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
	margin-top: 105px;
    }	
	
@media only screen and (max-width: 1199px) and (min-width: 992px){
    #contact-form.box-module h4{
        width: 39%;
    }
    button.chat{
        width: 200px;
    }
    button.request-demo{
        width: 200px;
        margin-left: 0px;
        margin-right: 20px;
    }
    button.submit{
        width: 150px;
        margin-left: 50px;
    }
 }	
	
 @media only screen and (max-width: 991px) and (min-width: 768px){
    #form.col-md-6{
        width: 100%;
    }
    #contact-form.box-module{
        height: 100px;
    }
    .contact-form form input{
        width: 94%;
    }
    .contact-form form textarea{
        width: 94%;
    }
    #contact-form.box-module h4{
        width: 44%;
        font-size: 19px;
    }
    #demo.box-module h4{
        font-size: 19px;
    }
    button.chat{
        width: 20%;
    }
    button.request-demo{
        width: 20%;
        margin-left: 0px;
        margin-right: 20px;
        font-size: 18px;
    }
    button.submit{
        width: 42%;
        display: block;
        margin-top: 21%;
    }
 }	
 @media(max-width:767px){
    .row.gx-2{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        display: block;        
    }
    #chatbg{
        margin: 30px 0px;
        height: 320px;
    }
    .row .chat{
        width: 80%;
        margin-top: 0px;
        margin-right: auto;
    }
    .row .request-demo{
        width: 80%;
        margin-top: 80px;
        margin-right: auto;
    }
    #demo.box-module h4{
        width: 70%;
        text-align: center;
    }
    #contact-form.box-module {
        height: 94px;
    }
    #contact-form.box-module h4{
        text-align: center;
        font-size: 20px;
        width: 100%;
    }
    .contact-form form input, .contact-form form textarea{
        width: 92%;
    }
    button.submit{
        width: 80%;
        display: inline-block;
        margin-top: 42%;
    }
 }
/* End-of-demo- */
/* Faq */

section#fq.faq{
	background-image: url(../images/faq-bg.png) !important;
	padding: 250px 0px !important;
}
#faq-banner.col-md-6{
   background-image: url(../images/faq-banner.png);
   background-size: cover;      
 }
#accordion{
	margin: 15px;
} 
.card{
	border: none;
}

/* End-of-Faq */
/* --About Us- */
.about-us-sectn{
    background-image: url(../images/aboutus-bg1.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 40px 0px 0px 0px;
}
.about-otherpages{
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 40px 0px 0px 0px;
}
h4.about{
    font-weight: bold;
    color: #000;
    font-size: 23pt;
}
h4.para{
    font-weight: bold;
    color: #000;
    font-size: 18pt;
    text-align: left;

}

@media only screen and (max-width: 992px){
    h4.about{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
}

/* -End About Us- */

/* testimonial */
.testimonial-card{
    border: solid 2px #dbf4fe;
    padding: 20px;
    position: relative;
}
.testimonial-card::before{
    content:"\f10d" ;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 45px;
    color: #dbf4fe;
    left: 20px;
    top: 10px;
    font-weight: 900;
}
.testimonial-card::after{
    content:"\f10e" ;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 45px;
    color: #dbf4fe;
    right: 20px;
    bottom: 10px;
    font-weight: 900;
}
.quote-icon-left, .quote-icon-right{
    position: absolute;
    font-size: 45px;
    color: #dbf4fe;
}
.quote-icon-left{
    left: 20px;
    top: 20px;
}
.quote-icon-right{
    right: 20px;
    bottom: 20px;
}
.profile-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.testimonial-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px 0px;
}
.rating i{
    color: #ffba00;
    margin-bottom: 20px;
}
.testimonial-desc p{
    font-style: italic;
}
.signature span{
    display: block;
    font-size:13px;
}
.signature span:first-child{
    font-weight: bold;
}
/* End Testimonial */
/* Footer */
    footer{
        background-image: url(../images/footer-bg.jpg) !important;
        background-size: cover;
    }
    .footer-top{
        padding: 40px 0px;
        background: #193a81c4;
    }
 .footer-info{
     padding: 15px 0px;
     border-top:solid 1px #555c65;
     background: #071941;
 }
 .footer-info p{
     margin-bottom: 0px;
     font-size: 14px;
     color: #fff;
     display: inline-block;
 }
 footer .info-heading{
    font-size: 16pt;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
 }
 footer .info-heading a{
    color: #fff;
    text-decoration: none;
 }
 footer p{
     color: #abadb0;
 }
 .footer-list{
     padding-top: 10px;
     padding-left: 0px;
 }
 .footer-list li{
     display: block;
     margin-bottom: 15px;
 }
 .footer-list li a{
    color: #abadb0;
    text-decoration: none;
 }
 .footer-list li.cta{
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
 }
 #footer-btm{
    display: inline;
 }
 p.copy-rights a{
    color: #fff;
 }
ul.socialul{
    padding-left: 0px;
    font-size: 17px;
    color: #fff;
    margin-left: 0px;
}
 li.social{
    display: inline-block;
    float: left;
    padding-left: 0px;
    padding-right: 12px;
 }
 .social-media{
     padding: 0px;
 }
 .social-media li{
     display: inline-block;
     margin-right: 15px;
 }
 input.email{
    width: 100%;
    border-radius: 20px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
 }
  button.email{
    width: 100%;
    border-radius: 20px;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
 }
 .social-media a{
    font-size: 15px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    display: inline-block;
    text-align: center;
 }
 .social-media a:hover{
     color: #485465;
 }
  li.social.com{
    font-size: 19px;
    font-weight: 700
 }
 li.social.add{
    font-size: 14px;
 }
/*---contact page--*/
.contact-wrapper {
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 15px;
    position: relative;
    margin-bottom: 50px;
}
 .contact_aadd {
    background: #fff;
    text-align: left;
    padding: 15px 0;
    margin-bottom: 25px;
    box-shadow: 0 1px 2px #ccc!important;
    border-radius: 8px;
    min-height: 97px;
    margin: 20px;
}
.contact_aadd i {
    font-size: 22px;
    background: #c12428;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 23px;
    margin: 5px 10px 10px;
    float: left;
    text-align: center;
}
.contact_aadd a {
    display: block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.contact-form-header h2 {
    color: #354a9a;
    font-size: 30px;
    margin: 10px 0;
    font-weight: 700;
}
.contact-form-header {
    color: #005;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .form-group .form-control {
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}
.contact-form .form-group .form-control {
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: none;
    transition: all .5s ease-in-out;
}
.contact-btn {
    background: #193a81;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    border: none;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}
.contact-btn:hover {
    color: #fff;
    background: #444;
}
form#contact-form{
    margin-left: 0px;
    margin-right: 20px;
}
input#sbj.form-control{
    width: 100%;
}
textarea#msg.form-control{
    width: 100%;
}
 @media(max-width:767px){
    .contact-form {
        padding: 50px 20px;
    }
    .contact-wrapper{
        height: 900px;
    }
    .contact_aadd p{
        font-size: 13px;
    }
    .contact-form form input, .contact-form form textarea{
        width: 100%;
    }
    h4.para{
        font-size: 14pt !important;
        text-align: justify !important;
    }
    footer {
        text-align: center;
    }
    .footer-info{
        padding: 15px 0px;
    }
    footer .info-heading{
        font-size: 24px;
    }
    li.social{
        text-align: center;
    }
    ul.socialul{        
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    }
 }
/* End Footer */