@charset "utf-8";

/* CSS Document */

:root {
   
    --mainColor: #FFC300;
    --secondColor: #1746A2;
    --backgroundColor: #ebebeb;
    --transparentColor: #FFF7E9;
    --whiteColor: #ffffff;
    --blackColor: #242424;
    --paragraphColor: #666666;
    --fontSize: 16px;
    --card-title-fontSize: 22px;
    
}

body {
    font-family: 'Alatsi', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #242424;
    font-size: 16px;
    padding-right: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #FF1818;
    
}

.bg-warning {
    background-color: #f76a03 !important;
    border-bottom: #e0e0e0 solid 1px;
}

.nav-link {
    font-family: 'Alatsi'
}

.navbar-toggler {
    border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alatsi';
}

p {
    font-size: 16px;
    color: #666666;
    font-family: 'Hanuman';
}

.logo {
    width: 200px;
    height: auto;
}

.icn {
    width: 80px;
    height: 80px;
}

.spm-bng1 {
    background: #5463FF;
}

.spm-bng1 p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 5px 0;
    margin: 0 0 0 0;
}

.spm-bng2 {
    text-align: left;
}

.spm-bng2 {
    text-align: left;
}

.spm-bng3 {
    text-align: center;
}

.spm-bng4 {
    text-align: right;
}

.spm-bng3 {
    text-align: center;
}

.spm-bng4 {
    text-align: right;
}

.spm-bng5 {
    background: #5463FF;
    border-radius: 15px;
}

.spm-bng6 {
    background: #ffffff;
    border-radius: 15px;
}

.spm-bng7 {
    background: #ffffff;
    border-radius: 10px;
    border: #242424 solid 1px;
    text-align: left;
}

.spm-bng7 h5 {
    color: #242424;
}

.spm-bng7 p {
    color: #242424;
}

.spm-bng7 a {
    color: #FF1818;
    text-decoration: none;
}

.spm-bng7 a:hover {
    color: #242424;
}

.spm-bng8 {
    background: #ffffff;
    border-radius: 15px;
    border: #ff9900 solid 1px;
}

.spm-bng8 h5 {
    color: #ff9900;
}

.spm-bng8 p {
    color: #ff9900;
}

.spm-bng8 a {
    color: #ff9900;
    text-decoration: none;
}

.spm-bng8 a:hover {
    color: #000000;
}

.spm-bng9 {
    background: #ffffff;
    border-radius: 15px;
    border: #ff0606 solid 1px;
}

.spm-bng9 h5 {
    color: #ff0606;
}

.spm-bng9 p {
    color: #ff0606;
}

.spm-bng9 a {
    color: #ff0606;
    text-decoration: none;
}

.spm-bng9 a:hover {
    color: #000000;
}

.spm-bng10 {
    background: #5463FF url(../images/why-bg.jpg) no-repeat right bottom fixed;
    background-size: 60% auto;
    padding-top: 60px;
    padding-bottom: 40px;
}
.about-section h1{
    color: #FF1818;
    
}
.about-section h2{
    color: #FF1818;
    
}

.bg-section{
    background: #ECECEC;
    
}
.ptb{
    padding-top: 40px;
    padding-bottom: 40px;
}


.spm-bng11 {
    background: #ffffff;
    border-radius: 15px;
    border: #d6d6d6 solid 1px;
}

.mtt {
    margin-top: 140px;
}


/*================================================
Services Area CSS
=================================================*/
.services-area.bg-fafafa {
  background-color: #ffffff;
}

.services-area.bg-f3f3f3 {
  background-color: #f3f3f3;
}

.services-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
   box-shadow: #00000075 0px 4px 6px;
    border-radius: 10px ;
}

.services-item .image {
  overflow: hidden;
}

.services-item .image img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    
}

.services-item .content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
}

.services-item .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #FF1818;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 10px 10px;
}

.services-item .content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .content h3 a {
  color: #242424;
    text-decoration: none;
}

.services-item .content p {
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .content .services-btn {
  font-weight: 500;
  color: #FF1818;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    text-decoration: none;
}

.services-item .content .services-btn i {
  position: relative;
  top: 2px;
}

.services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
    
}

.services-item:hover .content::before {
  height: 100%;
    
}

.services-item:hover .content h3 a {
  color: #ffffff;
}

.services-item:hover .content p {
  color: #ffffff;
}

.services-item:hover .content .services-btn {
  color: #ffffff;
}

.services-item:hover .image img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
   
}

.single-services-box {
  margin-bottom: 30px;
  padding: 40px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.single-services-box .icon {
  margin-bottom: 20px;
}

.single-services-box .icon i {
  font-size: 60px;
  color: #FF1818;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box h3 {
  font-size: 25px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    text-decoration: none;
}

.single-services-box h3 a {
  color: #242424;
    text-decoration: none;
}

.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .services-btn {
  font-weight: 600;
  color: #FF1818;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .services-btn i {
  position: relative;
  top: 2px;
}

.single-services-box::before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FF1818;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services-box:hover::before {
  width: 100%;
}

.single-services-box:hover h3 a {
  color: #ffffff;
}

.single-services-box:hover p {
  color: #ffffff;
}

.single-services-box:hover .icon i {
  color: #ffffff;
}

.single-services-box:hover .services-btn {
  color: #ffffff;
}

/*--------------------------------------------------------------
	11. Testimonial Section
--------------------------------------------------------------*/

.testimonial-section {
	position: relative;
	z-index: 0;
}
.testimonial-section:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.testimonial-bg {
	background: url(../images/testimonial-bg.jpg)  no-repeat;
	background-size: cover;
}
.testimonial-item {
	width: 100%;
}
.testimonial-item .title-box {
	margin-left: 120px;
	margin-bottom: 15px;
}
.testimonial-img {
	width: 100%;
	text-align: center;
}
.testimonial-item .testimonial-user-img {
	position: absolute;
	top: -28px;
	left: 30px;
}
.testimonial-item .testimonial-user-img img {
	border: 4px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.testimonial-user-name {
	margin: 0px 0 5px 0;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
	color: #FF1818;
}
.testimonial-user-position {
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #959595;
}
.testimonial-des {
	width: 100%;
	margin-top: 28px;
	position: relative;
	z-index: 0;
	border-radius: 4px;
}
.testimonial-item p {
	margin-bottom: 0px;
}
.testimonial-item p i {
	color: #FF1818;
	padding: 0px 6px;
	opacity: 0.7;
	font-size: 20px;
}
.testimonial-carousel .owl-nav {
	width: 100%;
	margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
}
.testimonial-carousel .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	background-color: #FF1818 !important;
	color: #fff !important;
	line-height: 40px;
	margin: 0px;
	height: 40px;
	width: 40px;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #FFC300 !important;
	color: #000 !important;
}
.p-25 {
    padding: 25px;
}
.copyright {
    text-align: center;
    color: var(--whiteColor);
    position: relative;
    padding-top: 0;
    padding-bottom: 5px;
}
.copyright p {
    color: rgba(255, 255, 255, .8);
    padding-top: 20px;
    font-size: 15px;
}
.bg-000000 {
   background-color: #444;
    border-top: 1px solid #fbfbfb;
}
.copyright .container {
    border-top: 1px solid #ffffff1e;
}
.copyright p a {
    font-weight: 500;
    text-decoration: none;
    color: #FFC300;
}
.copyright p a:hover {
   
    color: #FF1818;
}
.uni-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg.jpg);
    position: relative
}

.uni-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0
}

.uni-banner-text {
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px
}

.uni-banner-text h1 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 500
}

.uni-banner-text ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.uni-banner-text ul li {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-right: 20px;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2)
}

.uni-banner-text ul li a {
    color: #FFC300;
    text-decoration: none;
}

.uni-banner-text ul li a:hover {
    color: #FF1818;
    text-decoration: none;
}

.uni-banner-text ul li::after {
    content: '/';
    font-size: 20px;
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uni-banner-text ul li:last-child::after {
    display: none;
}

.topbar {
    font-family: var(--fontFamily2);
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: relative;
    z-index: 9;
    background: var(--blackColor);
}

.topbar-left-side ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.topbar-left-side ul li {
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    color: var(--blackColor)
}

.topbar-left-side ul li a {
    color: var(--transparentColor);
    text-decoration: none;
}
.topbar-left-side ul li a:hover {
    color: var(--mainColor)
}

.topbar-left-side ul li i {
    margin-right: 3px;
    color: var(--mainColor)
}

.topbar-right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.topbar-right-side a {
    color: var(--transparentColor);
    font-size: 14px;
    text-decoration: none;
}
.topbar-right-side a:hover {
    color: var(--mainColor);
    font-size: 14px
}

.topbar-right-side i {
    color: var(--mainColor)
}

.topbar-right-side .account {
    margin-right: 15px;
    font-family: var(--fontFamily2)
}
.topbar-right-side .account p{
  color: var(--transparentColor);  
}

.topbar-right-side .account i {
    margin-right: 3px
}

.section-title {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 25px;
}
.section-title h2 {
    color: #FF1818;
}
.section-title span{
    margin-bottom: 50px;
}


/* icon bar bottom */
.icon-bar2 {
    width: 100%;
    background-color: #5463FF;
    overflow: auto;
    position: fixed;
    bottom: 0;
    z-index: 1200;
    border-top: #1f377b solid 1px;
}

.icon-bar2 a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease;
    border-right: #1f377b solid 1px;
    color: white;
    font-size: 16px;
}

.icon-bar2 a:hover {
    background-color: #4ac0f2;
}

.icon-bar2 a:active {
    background-color: #ff5b00;
}

.tt {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.fa_custom {
    color: #ffffff;
}

/* All delay classes will take 2x longer to start */
:root {
    --animate-delay: 2s;
}

/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
    --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}


 .pricing h3{
        font-size: 18px;
    }  margin-bottom: 15px;
/*================================================
area-served Area CSS
=================================================*/


/*================================================
Gallery Area CSS
=================================================*/
.gallery .gallery_img {
    overflow: hidden;
    display: block;
   
    box-shadow: 0 2px 10px #565758;
    

}

.gallery img {
    transition: transform ease-in-out .5s;
    width: 100%;
    border-radius: 5px;
     margin-bottom: 1.5rem;
     box-shadow: 0 2px 10px #565758;   
}

.gallery img:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 10px #565758;
}

.call-btn,
.whatsapp-btn,
.book-now-btn{
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	left: 1rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	box-shadow: 0px 1px 2px 1px rgb(43 46 74 / 30%);
	z-index: 10
}


.call-btn{
	background: #FF1818;
	bottom: 7rem;
    text-decoration: none;
}
.whatsapp-btn{
	background: #2BB741;
	bottom: 2rem;
    text-decoration: none;
}
.call-btn:hover,
 .book-now-btn:hover{
	background: var(--secondColor);
	color: #fff
}
.book-now-btn{
	display: none;
    
}

@media (max-width: 600px) {
    .copy-right-area{
        margin-bottom: 40px;
    }
	
	.btns {
		margin-top: 5px;
		width: 100%;
		align-items: center;
	}
	.now {
		margin-top: 5px;
		width: 100%;
		text-align: center;
	}
	.call-btn{
		bottom: 0;
		left: 0;
		border-radius: 0;
		width: 20%;
	}
	.whatsapp-btn{
		bottom: 0;
		left: 20%;
		border-radius: 0;
		width: 20%;
	}
	.book-now-btn{
        font-size: 1.5rem;
		display: flex;
		bottom: 0;
		left: 40%;
		border-radius: 0;
		width: 60%;
		background: var(--secondColor);
        text-decoration: none;
	}
    .call-btn, .whatsapp-btn, .book-now-btn{
        height: 45px;
    }
}


.tel {
    color: #474747;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.tel:hover {
    color: #f13c1f;
}

.tel2 {
    color: #f76c06;
    text-decoration: none;
    font-size: 20px;
    line-height: 18px !important;
}

.tel2:hover {
    color: #ffe400;
}

.tel2a {
    color: #ffffff;
    text-decoration: none;
    font-size: 23px;
    line-height: 18px;
}

.tel2a:hover {
    color: #f7c200;
}

.tel3 {
    color: #aeb0b1;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}

.tel3:hover {
    color: #292c2d;
}

.txtb {
    font-size: 18px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

ul.dropdown-menu {
    background-color: #ffffff;
    border-color: #ddddde;
}

ul.dropdown-menu a {
    color: #242424;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.dropdown-menu a:hover {
    color: #FFF !important;
    background: #FF1818;;
}

.dropdown-item {
    font-size: 14px;
    border-bottom: #ddddde solid 1px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #bfbfbf;
    color: #000 !important;
}

.clrbl {
    color: #00b8fe;
}

.clrr {
    color: #FF1818;
}

.clra {
    color: #bfbfbf;
}

.clra2 {
    color: #686868;
}

.clro {
    color: #FFC300;
}

.clrg {
    color: #70e73b;
}

.clrb {
    color: #202020;
}

.clrw {
    color: #FFF;
}

.footerbg {
    background: #242325;
    padding-bottom: 20px;
}

.footermenu {
    list-style-image: url(../images/arrow.png);
}

.aaa {
    list-style-image: url(../images/arrow-5.html);
    padding-top: 10px;
}

.aaa li {
    font-size: 28px;
}

.footermenu2 {
    color: #ffffff;
    text-decoration: none;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Hanuman'
}

.footermenu2:hover {
    color: #FFC300;
    text-decoration: none;
}

.readmore {
    color: #151617;
    text-decoration: none;
}

.readmore:hover {
    color: #000000;
}

.readmore2 {
    color: #ff9900;
    text-decoration: none;
}

.readmore2:hover {
    color: #FF1818;
    text-decoration: none;
}

.readmore3 {
    color: #202020;
    text-decoration: none;
    font-size: 16px;
}

.readmore3:hover {
    color: #FF1818;
}

.readmore4 {
    color: #ECECEC;
    text-decoration: none;
}

.readmore4:hover {
    color: #FF1818;
}

.more {
    color: #000000;
    border-bottom: #F4F4F4 dashed 1px;
    font-size: 14px;
}

.more:hover {
    color: #666;
}

.more2 {
    color: #7c7c7c;
    text-decoration: none;
}

.more2:hover {
    color: #000;
}

.nav-link ul li a {
    color: #333;
}

.con_txt {
    width: 100%;
    height: auto;
    border: #CCC solid 1px;
    padding: 10px;
    margin-bottom: 8px;
}
.fm {
   
    margin-bottom: 8px;
}
.default-section-title a{
    color: #ffffff;
    text-decoration: none;
        
    }
.default-section-title a:hover{
    color: #FFC300;
    text-decoration: none;
        
    }
.default-section-title h6{
    color: #FFC300;
     
    }


.icn {
    width: 90px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}

.bgbl {
    background: #2a33ae;
}
 .main {
    text-align: center;
    background-color: #FFC300;
}

.marquee p {
    display: block;
    margin: 0 auto;
    line-height: 2px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 3px;
}

.request-quote{
    position: relative;
    background-color: #FF1818;
    padding-top: 20px;
    padding-bottom: 20px;
}

.netbg {
    background: #ebedf4;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: #043953 double 2px;
}

.navbg2 {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2px;
    display: inline-block;
}

.navbg3 {
    background: #none;
    border: #f1f1f1 solid 1px;
    border-radius: 0;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2px;
    display: inline-block;
}

.navbg4 {
    background: #none;
    border: #7cd0ec solid 1px;
    border-radius: 0;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    display: inline-block;
}


.nav-list li {
    font-size: 15px;
    color: #222222;
}

.nav-list li a {
    color: #25274d;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 19px;
    text-decoration: none;
}

.nav-list li a:hover {
    color: #f13c1f;
}

@media (max-width: 768px) {
    .logo {
        width: 200px;
    }
    .section-title {
    margin-bottom: 25px;
}
    
    .default-section-title{
        text-align: center;
    }
    
.news-input-card {
    margin-top: 10px;
}
    .newsletter-content-area {
    padding: 20px 15px 20px;
}
    .send {
        text-align: center;
    }

    .uni-banner-text {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .uni-banner-text h1 {
        font-size: 30px
    }

    .icn {
        width: 50px;
        height: 50px;
    }

    .readmore {
        text-decoration: none;
        font-size: 17px;
        text-align: center;
    }

    .readmore:hover {
        color: #4cb1dc;
    }

    .tel2 {
        font-size: 29px;
        line-height: 18px !important;
    }

    .tel2:hover {
        color: #202020;
    }

    .spm-bng2 {
        text-align: center;
    }

    .spm-bng3 {
        text-align: center;
    }

    .spm-bng4 {
        text-align: center;
    }

   

    @media only screen and (max-width:767px) {
    .topbar-right-side {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .topbar-left-side {
        text-align: center
    }

    .topbar-left-side ul li {
        margin-right: 7px;
        margin-left: 7px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .topbar-right-side {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .topbar-left-side {
        text-align: center
    }
}
    
   