@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
#loading{
  width: 100%;
  height: 100vh;
  background: #fff url(../img/preloader.gif) no-repeat center;
  z-index: 99999999999999;
  overflow: hidden;
  position: fixed;
}
body {
  margin:0px;
  padding:0px;
  font-size:16px !important;
  font-weight: 400;
  color:#828282;
  font-family: 'Rubik', sans-serif !important;
  position: relative;
  background-color: #FBFBFB !important;
}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6, a{
  font-family: 'Rubik', sans-serif !important;
}
ul {list-style:none; margin:0; padding:0px}
* {
  box-sizing:border-box;
}
.pzero{padding: 0 !important}
.bgF6F9FC {background-color: #F6F9FC !important;}
img {max-width:100%;}
.white {color:#FFFFFF !important;}
.white-bg {background-color: #fff;border-top: solid 4px #D2232A;}
.bgwhite{background-color: #ffffff !important}
.zero {
  padding:0 !important;
  margin:0;
}
.small, small {
  font-size: 75% !important;
}
.m_t_10 {margin-top:10px !important;}
.m_t_20 {margin-top:20px !important;}
.m_t_30 {margin-top:30px !important;}
.m_t_40 {margin-top:40px !important;}
.m_t_80 {margin-top:80px;}
.m_b_20 {margin-bottom:20px;}
.m_b_30 {margin-bottom:30px;}
.p_b_20 {padding-bottom: 20px !important;}
.p_t_10 {padding-top: 10px !important;}
.p_t_15 {padding-top: 15px !important;}
.p_t_30 {padding-top: 30px !important;}
.checked {color: #ffcc2e;}
.cl {clear:both;}

/*-------------------------------------------------*/
.blog-ss {width: 100%;padding:10px 0 30px 0;background-color: #ffffff;}
.blog-sec{width: 100%;padding:30px 0 30px 0;background-color: #F8F8F8;}
.hom-event{
    position: relative;
    overflow: hidden;
}
.hom-eve-com{
    float: left;
    width: 100%;
}
.hom-eve-lhs-1{
    float: left;
    width: 50%;
}
.eve-box{
    background: #fff;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 9px -7px rgba(150, 150, 150, 0.78);
    margin-bottom:20px;
}
.eve-box:hover div:nth-child(1) img{
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.all-list-sh .eve-box:hover div:nth-child(1) .auth img{transform: scale(1);}
.eve-box:hover div:nth-child(3) .auth img{
    transform: scale(1);
}
.eve-box:hover div:nth-child(2) h4 a{
    color: #000;
}
.eve-box div{
    position: relative;
    overflow: hidden;
}
.eve-box div:nth-child(1){
}
.eve-box div:nth-child(1) img{
    width: 100%;
    float: left;
    object-fit: cover;
    height: 250px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.eve-box div:nth-child(1) span{
    position: absolute;
    background: #51c0ff;
    z-index: 3;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
    padding: 3px 5px 4px 5px;
    border-radius: 0px;
}
.eve-box div:nth-child(1) span b{
}
.eve-box div:nth-child(2){
    padding: 15px;
}
.eve-box div:nth-child(2) h4{
    font-size: 17px;
    padding-bottom: 0px;
    /* text-overflow: ellipsis; */
    /* white-space: pre; */
    /* overflow: hidden; */
    position: relative;
    font-weight: 600;
    text-align: left;
    padding-left: 0px;
    display: block;
    margin: 0;
}
.eve-box div:nth-child(2) h4 a{
    color: #5bc0de;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    display: block;
}
.eve-box div:nth-child(2) p{
    margin-bottom: 0px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 13px;
    line-height: 17px;
    color: #86807c;
}
.eve-box div:nth-child(2) span{
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    color: #1d1d1d;
    line-height: 26px;
}
/*.eve-box div:nth-child(2) span:before{
    margin: -3px 0px 0px -32px;
}
.eve-box div:nth-child(2) span.addr:before{
    content: "map";
}
.eve-box div:nth-child(2) span.pho:before{
    content: "phone";
}
.eve-box div:nth-child(2) span.mail:before{
    content: "mail";
}*/
.eve-box div:nth-child(2) span.pho{
    padding-bottom: 0px;
}
.eve-box div:nth-child(3){
    width: 100%;
    padding: 15px 25px 15px 25px;
    border-top: 1px solid #efefef;
}

.hom-eve-lhs-2{
    float: left;
    width: 50%;
    padding-left: 25px;
}
.hom-eve-lhs-2 ul{
}
.hom-eve-lhs-2 ul li{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.eve-box-list{
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px 10px 0px 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 9px -7px rgba(150, 150, 150, 0.78);
    position:relative;
}
.eve-box-list:hover h4{
    color: #0e6db9;
}
.eve-box-list img{
    width: 65px;
    height: 65px;
    object-fit: cover;
    float: left;
    margin-right: 18px;
    transition: all 0.5s ease;
}
.eve-box-list h4{
    margin-top: 14px;
    margin-bottom: 0px;
    color: #343c42;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    /* padding-right: 50px;
     */
}
.eve-box-list p{
    color: #343c42;
    font-size: 12.5px;
    font-weight: 400;
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 2px;
}
.eve-box-list span{
    position: absolute;
    background: #000000a1;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    padding: 2px;
    border-radius: 0px;
    text-align: center;
    width: 65px;
}
.eve-box-list span b{
    font-weight: 600;
    padding-left: 2px;
}
.eve-box-list a{
    position: absolute;
    cursor: pointer;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 5;
}
/*---------*/
/*--------*/
.home-main{
  width: 100%;
  padding: 30px 0;
  background-color: #f4f0f0;
}
.land-pack{
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.land-pack ul{
  position:relative;
  width:100%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  margin: 0px;
  padding: 0px;
}
.land-pack ul li{
  width: 25%;
  display:inline-block;
  padding: 0px 10px;
  float: left;
}
.land-pack-grid{
  display:inline-block;
  position:relative;
  overflow:hidden;
  /*height: 250px;*/
  box-sizing:border-box;
  border-radius: 2px;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 2px 4px rgba(37, 39, 42, 0.15);
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.land-pack-grid:hover .land-pack-grid-text{
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}
.land-pack-grid:hover .land-pack-grid-btn{
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
  color: #3330;
}
.land-pack-grid-img{height: 220px;overflow: hidden;padding:15px;border: solid 5px #1C63A1;float: left;width: 100%;}
.land-pack-grid-img img{
  width:200px;
  transition:all .5s ease;
  height: 200px;
  object-fit: cover;
  /*border-radius: 100% !important;
  border: solid #FD8542 2px;*/
}
.land-pack-grid-text{height: 60px;background-color: #1C63A1;float: left;width: 100%;}
.land-pack-grid-text h5{
  padding:10px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align:center;
  bottom: 0px;
  /*position: absolute;*/
  width: 100%;
  text-align: center;
  color: #fff;
}
/**/
.why-sec{width: 100%;padding: 40px 0;}
.why-sec .mgt-header-block-title{font-size: 45px;}
.why-us-in {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.why-us-in a:hover{text-decoration: none;}
.why-us-in .why-icon {
    color: #00afef;
    font-size: 35px;
    margin-bottom: 20px;
}
.bkgclr {
    background-color: white;
    color: #286090 !important;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
}
.why-us-in p {
    color: #676666;
    font-size: 14px;
}
/*----*/
.fa-linkedin{background-color: #0073af;}
.fa-facebook{background-color: #4B69B0;}
.fa-youtube-play{background-color: #E83F3A;}
.fa-twitter{background-color: #37B1E1;}
.fa-pinterest{background-color: #cb2027;}
.fa-whatsapp{background-color: #2BA63A;}
.fa-instagram{background-image: linear-gradient(to right, #F8AE52, #DA2E50, #6253A0);}
.right-tt ul{margin:0;}
.right-tt li{float: right !important;}
.ffsocial li{display:block;padding: 6px 0;font-size: 17px;font-weight: 500;color: #020202;}
.ffsocial .fa{
  width: 20px;
  height: 20px;
  margin-right:10px;
  text-align: center;
  color: #fff;
  padding: 4px;
  float: left;
  border-radius: 5px;
  font-weight: 100;
  font-size: 12px;
}
.ffsocial li a {
  display: inherit;
  padding: 0px 0px !important;
  clear: both;
  font-weight: 500;
  line-height: 1.428571429;
  color: #222;
  white-space: normal;
  font-size: inherit;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.ffsocial li a:hover{
  transform: translateX(0px);
}
/*--------------*/
.contact-sec {
    width: 100%;
    padding: 40px 0;
}
.contact-rich {
  color: #7a7a7a;
  margin-bottom: 2rem;
  word-wrap: break-word;
  border: solid 1px #def1fb;
  border-radius: 5px 5px 0 0;
}
.add-title{
  margin: 0;
  padding: 10px 15px;
  background-color: #def1fb;
  border: solid 1px #def1fb;
  color: #000;
  letter-spacing: .56px;
  text-transform: capitalize!important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.contact-rich .add-item {
  height: auto;
  overflow: hidden;
  padding: 5px 15px;
  background: #ffffff;
}
.contact-rich .add-item .icon {
  float: left;
  width: 3rem;
  height: 35px;
}
.contact-rich .add-item .icon i {font-size: 20px;margin-top: 7px;}
.contact-rich .add-item .data {
  color: #232323;
  font-size: 16px;
  width: auto;
  overflow: hidden;
  line-height: 2;
  font-weight: 300;
}
.contact-rich .add-item .data h5{margin: 0px;color: #f7511f;font-size: 16px;}
.ul-li ul{padding-left: 30px;}
.ul-li ul li {padding: 8px;list-style: square;line-height: 28px;}
.form-sec{width: 100%;}
.form-sec form {padding: 15px 15px 0;border: solid 1px #def1fb;}
.form-sec label{font-weight: normal;}
.form-style{
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  outline: none;
}
textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  outline: none;
}
.career-sec{
  width: 100%;
  padding: 30px 0;
}
.login-btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #178ACE;
  border-color: #178ACE;
}
.login-btn:hover{color: #ffffff;text-decoration: none;}
.login-btn:focus{color: #ffffff;text-decoration: none;}
/*--------------*/
.main-sec {
    width: 100%;
    padding: 40px 0;
}
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 15px 30px 0;
    margin: 0 5px 30px 0;
    float: left;
}
.main-timeline .timeline-content{
    padding: 20px 120px 20px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(to left,#F6A21C,#FFDB17);
    height: 30px;
    width: 100%;
    position: absolute;
    left: 30px;
    top: 100%;
}
.main-timeline .timeline-icon{
    color: #F6A21C;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-left: 1px solid #000;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
}
.main-timeline .title{
    color: #F6A21C;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 0 7px;
}
.main-timeline .description{
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 0 30px 15px;
    margin: 0 0 30px 5px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 20px 20px 120px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: 30px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid #000;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{
    background: linear-gradient(to right,#3CB54B,#B3F12E);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #3CB54B;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{
    background: linear-gradient(to right,#007489,#00A28A);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #007489;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{
    background: linear-gradient(to right,#0277E9,#00C5EC);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #0277E9;
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
    }
}
@media screen and (max-width:479px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        text-align: center;
        padding: 120px 20px 20px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        left: 0;
        right: auto;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        border: none;
        border-bottom: 1px solid #000;
        transform: translateX(-50%) translateY(0);
        top: 0;
        left: 50%;
        right: auto;
    }
}
/*-------Footer------*/
footer {
  width: 100%;
  background: #f5f5f5;
  padding-top:30px;
  box-shadow: 0 -5px 15px -5px #e1e1e1;
  transition: background-color 1s;
}

footer a {
color: #020202;
text-decoration: none;
}
footer .column {
float: left;
border: none;
}
footer h5 {
color: #020202;
font-size: 20px;
font-weight: 600;
margin-top: 0;
margin-bottom: 15px;
letter-spacing: .5px;
}
footer .column li i {color:#020202;}
footer .column li a {
display: inline-block;
padding: 10px 0px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #020202;
white-space: normal;
font-size: 14px;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
footer .column li a:hover,
footer .column li a:focus {
text-decoration: none;
color: #020202;
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
footer .adrs p{line-height: 30px;}
/*footer .adrs ul li{
  float: left;
  padding-right: 15px;
}
footer .adrs ul li .fa-facebook{background-color: transparent;}
footer .adrs ul li .fa-twitter{background-color: transparent;}
footer .adrs ul li .fa-youtube-play{background-color: transparent;}*/
footer .content_footer_inner{
  width: 100%;
  display: block;
  border-bottom: 1px dashed #163a56;
  padding-bottom: 20px;
}
footer .copyright-container {
background: #159ba6;
padding: 20px 0;
line-height: 9px;
}
footer .copyright-container .social {
float: left; 
margin: 0px;
padding: 0px;
list-style: none;
color:#020202;
}
footer .copyright-container .social ul li a i {
color:#020202;
}

footer .payment-block > ul > li {
display: inline-block;
vertical-align: top;
  margin-left: 10px;
}
.flogo{margin-bottom: 20px;width: 200px;}
.payment-block li .fa {
font-size: 26px;
line-height: normal;
}
.payment-block {
float: right;
margin: 3px 0 0;
}
.payment-block ul {
margin: 0;
}
.powered {
color: #020202;
text-align: center;
line-height: 24px;
font-size: 14px;
display: inline-block;
vertical-align: top;
margin: 5px 0 0;
}
.powered a:hover {
color: #020202;
text-decoration:none;
}
footer li a:hover,
footer li a:focus {
text-decoration: none;
color: #020202;
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.social {
float: right;
margin: 0px;
padding: 5px 0;
list-style: none;
color:#ffffff;
}
.social label {
color:#fff;
margin-right: 10px;
}

.social ul {
margin: 0;
list-style: none;
}
.social ul li {
float: left;
list-style: none;
margin-left: 5px;
}
.social ul li a i {
padding:8px 10px;
text-align: center;
text-decoration: none;
font-size: 14px;
color:#ffffff;
border-radius: 50%;
height: 30px;
width: 30px;
}
@media only screen and (min-width: 300px) and (max-width: 350px){
  .slide {height:140px !important;}
}
@media only screen and (min-width: 350px) and (max-width: 450px){
  .slide {height:156px !important;}
}

@media all and (max-width: 768px){
    .land-pack ul li{
        width: 50%;
        padding: 0px 5px;
    }
    .land-pack-grid-img{height: 132px;}
    .land-pack-grid-img img{height: 130px;}
    .land-pack-grid{padding:10px;}
    .land-pack-grid-text h5{padding:0px;}
    .eve-box div:nth-child(1) img{}
    
}
@media all and (min-width: 768px){
    .d-none{display:none;}
}