:root{
    --blue: #0E5F99 ;
    --d-blue:#05141f;
    --op-low: 0.6;
    --bg-light:#F2F2F2;
    --border: #dfdfdf;
    }
    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
     
      /* Add more global styles here */
    }
    html {
      scroll-behavior: smooth;
    }
    
    
    h1,h2,h3,h4,h5,h6{
      font-family: 'Poppins', sans-serif;
    }
    h1{
      font-size: 35px;
    }
    h4{
      font-size: 19px;
      font-weight: 600;
    }
    p{
      font-size: 15px;
    }
    
    .title{
      color: #5E5E5E !important;
    }
    .text-justify{
      text-align: justify;
    }
    a,span{
      font-size: 15px;
      font-family: 'Poppins', sans-serif;
    }
    
    .navbar-expand-lg .navbar-collapse {
      justify-content: flex-end;
      }
  
      button{
        padding: 15px 30px;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #053971;
        border-radius: 35px;
      }

      .bg-grey{
        background-color: #F5F5F5;
      }
      .overlay-hero{
        background: linear-gradient(357deg, rgba(14,95,153,1) 0%, rgba(0,0,0,0.5018382352941176) 41%);
      }
      .copyright{
        background-color:#032346;
      }
      .copyright p , .copyright a {
        color: #fff;
      }
  /* end global  */
  
  .hero{
      background-image: url(images/baner.jpg);
      background-position: 60%;
      background-size: cover;
  }
  .hero h1{
      font-size: 66px;
      font-weight: 700;
      color: #fff;
      text-align: center;
  }
  
  
  .ac-box{
      background-color: #fff;
      padding: 30px;
      border-radius: 20px;
      margin-top: -40px;
      width: 70%;
      box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  }
  
  .img-contain{
      width: 150px;
      height: 80px;
      display: flex;
      align-items: center;
      padding: 20px;
      border-right: 1px dotted #000;
  }
  
  .img-contain img{
      width: 100%;
      object-fit: scale-down;
  }
  .no-bor{
      border-right: none !important;
  }
  .big-rit{
      font-size: 99px;
      font-weight: 900;
  }
  .bg-primary {
      background-color: #0E5F99!important;
      border-radius: 50px 50px 0px 0px;
      color: #fff;
  }
  .border-btm {
      border-bottom: 1px solid #fff;
  } 
  
  
  
  
    
    .slider-container {
            width: 100%;  /* Adjust the width as per your design */
            margin: auto;  /* Center the container */
            max-width: 1200px;  /* Set a maximum width to prevent excessive stretching */
            overflow-x: hidden !important;
        }
  .slider-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
    text-align: center;
  }
  
  .slider-box img:first-child{
  width: 100px;
  }
  .slider-box img:last-child{
  width: 140px;
  }

  .slider-box h4{
    font-size: 14px;
  } 

  .slider-box p{
    font-size: 12px;
  } 

  
  
  
  /* accordian  */
  .accordion-item{
  border: 0px; }

  .accordion-button{
        padding: 20px;
        margin: 15px 0px;
        border-radius: 6px !important;
        background-color: var(--blue);
        color: #fff;
  }
  .accordion-button img {
      width: 35px;
      padding-right: 10px;
  }
  .accordion-button:not(.collapsed) {
      color: #ffffff;
      background-color: var(--blue);
      box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }
  
  .accordion-button::after {
     background-image: url("images/plus-solid.svg") ;
     }
  .accordion-button:not(.collapsed)::after {
  background-image: url("images/minus-solid.svg");
  }

 .cta{
    background-image: url("images/cta.png");
    background-position: center;
    background-size: cover;
   
    color: #fff;
 }

 .cta1{
  background-image: url("images/113.png");
  background-position: center;
  background-size: cover;
 
  color: #fff;
}
.cta2{
  background-image: url("images/123.png");
  background-position: center;
  background-size: cover;
 
  color: #fff;
}
 .overlay-cta{
  padding: 105px;
  background: linear-gradient(180deg, rgba(0,0,0,0.44) 0%, rgba(0,0,0,0.44) 100%);
}
  
.why-box{
  
  height: 500px;
  border-radius: 30px;
  margin: 0px 30px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
}

.overlay{
  background: linear-gradient(180deg, rgba(14,95,153,0) 0%, rgba(14,95,153,0.38699229691876746) 20%, rgba(14,95,153,1) 100%);
  border-radius:0px 0px 30px 30px;
  padding: 50px 20px 10px 20px;
}


.place-box{
  height: 210px;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 100px;
  margin: 100px 20px 20px 20px;
  border-radius: 10px;
}

#place .slick-slide img {
  display: inline;
}
.place-box img{
  width: 40%;
  margin-top: -70px;
}


/* marquee  */


.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
}
.marquee img{
  padding: 20px;
    width: 170px;}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 19s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}





/* testi slider  */
.testi-slider{
  margin-left: -100px;
  width: 100%;
}
.testi-box{
  background:#fff;
  padding: 40px;
  border-radius: 20px;
  margin: 30px;
  box-shadow: 6px 7px 0px 0px #FD5956;
 
}

.bg-backk{
  background: linear-gradient(140deg, rgba(14,95,153,1) 51%, rgba(10,44,68,1) 100%);
}
.name img{
  width: 170px;
  padding: 20px 35px ;
}
.name p{
  color: #5E5E5E;
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.logo-box img{
  width: 100px;
}

.name{
  display: flex;
    flex-direction: column;
    align-items: center;
}
 .testi .slick-arrow.slick-prev {
  top: 105%;
  left: 68%;
  width: 100px;
  background: url("images/Arrow-l.png") 0
    0 / 100% no-repeat !important;
}
 .testi .slick-next.slick-arrow {
  top: 105%;
  left: 85%;
  width: 100px;
  background: url("images/Arrow-r.png") 0
    0 / 100% no-repeat !important;
}
.testi .slick-arrow.slick-prev::before, .testi .slick-arrow.slick-next::before{
  content: "" !important;
}




.card {
	position: relative;
	display: flex;
  justify-content: flex-end;
	padding: 1rem;
  margin: .3rem;
  overflow: hidden;
  border: none;
	transition: 0.5s ease-in-out;
}


.card::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border-radius: 10px;
	background: linear-gradient(180deg, rgba(14,95,153,0) 0%, rgba(14,95,153,0.38699229691876746) 20%, rgba(14,95,153,1) 100%);
	z-index: 2;
	transition: 0.5s all;
	opacity: 0;
}

.card:hover::before {
	opacity: 1;
}

.card img {
	position: absolute;
	top: 0;
	left: 0;
  border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testi-box{
  gap: 40px;
}
.card .overlay-t {
	position: relative;
	z-index: 3;
	color: #fff;
	opacity: 0;
	transition: 0.5s all;
	padding: 30px 0px;
}

.card:hover .overlay-t {
	opacity: 1;
	transform: translateY(30px);
}

.ab-img{
  width: 50%;
}

footer{
  background-color: #053971;
  color: #fff;
}

 footer a{
  font-size: 20px;
  color: #ffff;
  line-height: 40px;
  text-decoration: none;
  font-weight: 500;
 }
 footer a:hover{
  color: #fff;
 }
 .couterbx {
  padding: 0 0 0 20px;
  border-left: 1px solid #111;
}
.mile-card{
  margin-bottom: -100px;
}



:root{
 --width: 240px;
}
.grid {
  display: grid;
  grid-gap:15px;
  grid-template-columns: repeat(auto-fit, minmax(var(--width), 1fr));
  grid-auto-rows: 240px;
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}
.nor{
  grid-row: span 1;
}
.big {
  grid-column: span 2;
  grid-row: span 2;
}

.img-nirf{
  width: 100%;
}



   /* for tablet */
  @media (min-width:600px)  { 
    
  
    }
  
  
  /* for mobile */
  @media  screen and (max-width:600px) {
     
      .navbar-expand-lg .navbar-collapse {
          justify-content: flex-start;}
    
      .img-nirf{
        width: 70%;
      }

      .hero h1{
        font-size: 28px;
      }
      h1{
        font-size: 24px;
      }
      .card {
        width: 100%;
      }
      .testi-slider{
        margin-left: auto;
      }
      .ac-box{
        padding: 30px 10px 20px 10px;
        width: 90%;
      }
      .img-contain{
        height: auto;
        padding: 5px;
      }
      .ab-img{
        width: 100%;
      }
      .why-box{
        margin: auto;
      }
      .testi-box{
        flex-direction: column;
        padding: 10px 20px;
      }
      .logo-box{
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .testi .slick-arrow.slick-prev{
        left: 15%;
      }
      .testi .slick-next.slick-arrow{
        left: 55%;
      }
      .testi-slider{
        overflow-x: hidden;
      }

      .m-card img{
        width: 100%;
      }
  
      .m-card  .overlay-t {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
        background: linear-gradient(180deg, rgba(10,44,68,0) 37%, rgba(11,57,90,0.1741071428571429) 66%, rgba(12,69,110,0.31976540616246496) 73%, rgba(14,95,153,1) 100%);
        z-index: 99;
        bottom: 0;
        padding: 10px ;
        display: flex;
        align-items: flex-end;
      }

      .testi-box{
        gap: 20px;
      }
      .couterbx{
        padding: 0;
        border-left: none;
        border-top: 1px dashed ;
        padding-top: 20px;
      }
      .mob-wrp{
        flex-direction: column;
      }
    }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
.mt-0{margin-top:0px;}.mt-10{margin-top:10px;}.mt-20{margin-top:20px;}.mt-30{margin-top:30px;}.mt-40{margin-top:40px;}.mt-50{margin-top:50px;}.mt-60{margin-top:60px;}.mt-70{margin-top:70px;}.mt-80{margin-top:80px;}.mt-90{margin-top:90px;}.mt-100{margin-top:100px;}.mb-0{margin-bottom:0px;}.mb-10{margin-bottom:10px;}.mb-20{margin-bottom:20px;}.mb-30{margin-bottom:30px;}.mb-40{margin-bottom:40px;}.mb-50{margin-bottom:50px;}.mb-60{margin-bottom:60px;}.mb-70{margin-bottom:70px;}.mb-80{margin-bottom:80px;}.mb-90{margin-bottom:90px;}.mb-100{margin-bottom:100px;}.pt-0{padding-top:0;}.pt-10{padding-top:10px;}.pt-20{padding-top:20px;}.pt-30{padding-top:30px;}.pt-40{padding-top:40px;}.pt-50{padding-top:50px;}.pt-60{padding-top:60px;}.pt-70{padding-top:70px;}.pt-80{padding-top:80px;}.pt-90{padding-top:90px;}.pt-100{padding-top:100px;}.pb-0{padding-bottom:0;}.pb-10{padding-bottom:10px;}.pb-20{padding-bottom:20px;}.pb-30{padding-bottom:30px;}.pb-40{padding-bottom:40px;}.pb-50{padding-bottom:50px;}.pb-60{padding-bottom:60px;}.pb-70{padding-bottom:70px;}.pb-80{padding-bottom:80px;}.pb-90{padding-bottom:90px;}.pb-100{padding-bottom:100px;}.mt-5{margin-top:5px;}.mt-15{margin-top:15px;}.mt-25{margin-top:25px;}.mt-35{margin-top:35px;}.mt-45{margin-top:45px;}.mt-55{margin-top:55px;}.mt-65{margin-top:65px;}.mt-75{margin-top:75px;}.mt-85{margin-top:85px;}.mt-95{margin-top:95px;}.mb-5{margin-bottom:5px;}.mb-15{margin-bottom:15px;}.mb-25{margin-bottom:25px;}.mb-35{margin-bottom:35px;}.mb-45{margin-bottom:45px;}.mb-55{margin-bottom:55px;}.mb-65{margin-bottom:65px;}.mb-75{margin-bottom:75px;}.mb-85{margin-bottom:85px;}.mb-95{margin-bottom:95px;}.pt-5{padding-top:5px;}.pt-15{padding-top:15px;}.pt-25{padding-top:25px;}.pt-35{padding-top:35px;}.pt-45{padding-top:45px;}.pt-55{padding-top:55px;}.pt-65{padding-top:65px;}.pt-75{padding-top:75px;}.pt-85{padding-top:85px;}.pt-95{padding-top:95px;}.pb-5{padding-bottom:5px;}.pb-15{padding-bottom:15px;}.pb-25{padding-bottom:25px;}.pb-35{padding-bottom:35px;}.pb-45{padding-bottom:45px;}.pb-55{padding-bottom:55px;}.pb-65{padding-bottom:65px;}.pb-75{padding-bottom:75px;}.pb-85{padding-bottom:85px;}.pb-95{padding-bottom:95px;}.fs-1{font-size:1px;}.fs-2{font-size:2px;}.fs-3{font-size:3px;}.fs-4{font-size:4px;}.fs-5{font-size:5px;}.fs-6{font-size:6px;}.fs-7{font-size:7px;}.fs-8{font-size:8px;}.fs-9{font-size:9px;}.fs-10{font-size:10px;}.fs-11{font-size:11px;}.fs-12{font-size:12px;}.fs-13{font-size:13px;}.fs-14{font-size:14px;}.fs-15{font-size:15px;}.fs-16{font-size:16px;}.fs-17{font-size:17px;}.fs-18{font-size:18px;}.fs-19{font-size:19px;}.fs-20{font-size:20px;}.fs-21{font-size:21px;}.fs-22{font-size:22px;}.fs-23{font-size:23px;}.fs-24{font-size:24px;}.fs-25{font-size:25px;}.fs-26{font-size:26px;}.fs-27{font-size:27px;}.fs-28{font-size:28px;}.fs-29{font-size:29px;}.fs-30{font-size:30px;}.fs-31{font-size:31px;}.fs-32{font-size:32px;}.fs-33{font-size:33px;}.fs-34{font-size:34px;}.fs-35{font-size:35px;}.fs-36{font-size:36px;}.fs-37{font-size:37px;}.fs-38{font-size:38px;}.fs-39{font-size:39px;}.fs-40{font-size:40px;}.fs-41{font-size:41px;}.fs-42{font-size:42px;}.fs-43{font-size:43px;}.fs-44{font-size:44px;}.fs-45{font-size:45px;}.fs-46{font-size:46px;}.fs-47{font-size:47px;}.fs-48{font-size:48px;}.fs-49{font-size:49px;}.fs-50{font-size:50px;}.fs-51{font-size:51px;}.fs-52{font-size:52px;}.fs-53{font-size:53px;}.fs-54{font-size:54px;}.fs-55{font-size:55px;}.fs-56{font-size:56px;}.fs-57{font-size:57px;}.fs-58{font-size:58px;}.fs-59{font-size:59px;}.fs-60{font-size:60px;}.fs-61{font-size:61px;}.fs-62{font-size:62px;}.fs-63{font-size:63px;}.fs-64{font-size:64px;}.fs-65{font-size:65px;}.fs-66{font-size:66px;}.fs-67{font-size:67px;}.fs-68{font-size:68px;}.fs-69{font-size:69px;}.fs-70{font-size:70px;}.fs-71{font-size:71px;}.fs-72{font-size:72px;}.fs-73{font-size:73px;}.fs-74{font-size:74px;}.fs-75{font-size:75px;}.fs-76{font-size:76px;}.fs-77{font-size:77px;}.fs-78{font-size:78px;}.fs-79{font-size:79px;}.fs-80{font-size:80px;}.fs-81{font-size:81px;}.fs-82{font-size:82px;}.fs-83{font-size:83px;}.fs-84{font-size:84px;}.fs-85{font-size:85px;}.fs-86{font-size:86px;}.fs-87{font-size:87px;}.fs-88{font-size:88px;}.fs-89{font-size:89px;}.fs-90{font-size:90px;}.fs-91{font-size:91px;}.fs-92{font-size:92px;}.fs-93{font-size:93px;}.fs-94{font-size:94px;}.fs-95{font-size:95px;}.fs-96{font-size:96px;}.fs-97{font-size:97px;}.fs-98{font-size:98px;}.fs-99{font-size:99px;}.fs-100{font-size:100px;}.pt-135{padding-top:135px;}.pb-135{padding-bottom:135px;}
@media only screen and (max-width:767px){.fs-xs-1{font-size:1px;}.fs-xs-2{font-size:2px;}.fs-xs-3{font-size:3px;}.fs-xs-4{font-size:4px;}.fs-xs-5{font-size:5px;}.fs-xs-6{font-size:6px;}.fs-xs-7{font-size:7px;}.fs-xs-8{font-size:8px;}.fs-xs-9{font-size:9px;}.fs-xs-10{font-size:10px;}.fs-xs-11{font-size:11px;}.fs-xs-12{font-size:12px;}.fs-xs-13{font-size:13px;}.fs-xs-14{font-size:14px;}.fs-xs-15{font-size:15px;}.fs-xs-16{font-size:16px;}.fs-xs-17{font-size:17px;}.fs-xs-18{font-size:18px;}.fs-xs-19{font-size:19px;}.fs-xs-20{font-size:20px;}.fs-xs-21{font-size:21px;}.fs-xs-22{font-size:22px;}.fs-xs-23{font-size:23px;}.fs-xs-24{font-size:24px;}.fs-xs-25{font-size:25px;}.fs-xs-26{font-size:26px;}.fs-xs-27{font-size:27px;}.fs-xs-28{font-size:28px;}.fs-xs-29{font-size:29px;}.fs-xs-30{font-size:30px;}.fs-xs-31{font-size:31px;}.fs-xs-32{font-size:32px;}.fs-xs-33{font-size:33px;}.fs-xs-34{font-size:34px;}.fs-xs-35{font-size:35px;}.fs-xs-36{font-size:36px;}.fs-xs-37{font-size:37px;}.fs-xs-38{font-size:38px;}.fs-xs-39{font-size:39px;}.fs-xs-40{font-size:40px;}.fs-xs-41{font-size:41px;}.fs-xs-42{font-size:42px;}.fs-xs-43{font-size:43px;}.fs-xs-44{font-size:44px;}.fs-xs-45{font-size:45px;}.fs-xs-46{font-size:46px;}.fs-xs-47{font-size:47px;}.fs-xs-48{font-size:48px;}.fs-xs-49{font-size:49px;}.fs-xs-50{font-size:50px;}.fs-xs-51{font-size:51px;}.fs-xs-52{font-size:52px;}.fs-xs-53{font-size:53px;}.fs-xs-54{font-size:54px;}.fs-xs-55{font-size:55px;}.fs-xs-56{font-size:56px;}.fs-xs-57{font-size:57px;}.fs-xs-58{font-size:58px;}.fs-xs-59{font-size:59px;}.fs-xs-60{font-size:60px;}.fs-xs-61{font-size:61px;}.fs-xs-62{font-size:62px;}.fs-xs-63{font-size:63px;}.fs-xs-64{font-size:64px;}.fs-xs-65{font-size:65px;}.fs-xs-66{font-size:66px;}.fs-xs-67{font-size:67px;}.fs-xs-68{font-size:68px;}.fs-xs-69{font-size:69px;}.fs-xs-70{font-size:70px;}.fs-xs-71{font-size:71px;}.fs-xs-72{font-size:72px;}.fs-xs-73{font-size:73px;}.fs-xs-74{font-size:74px;}.fs-xs-75{font-size:75px;}.fs-xs-76{font-size:76px;}.fs-xs-77{font-size:77px;}.fs-xs-78{font-size:78px;}.fs-xs-79{font-size:79px;}.fs-xs-80{font-size:80px;}.fs-xs-81{font-size:81px;}.fs-xs-82{font-size:82px;}.fs-xs-83{font-size:83px;}.fs-xs-84{font-size:84px;}.fs-xs-85{font-size:85px;}.fs-xs-86{font-size:86px;}.fs-xs-87{font-size:87px;}.fs-xs-88{font-size:88px;}.fs-xs-89{font-size:89px;}.fs-xs-90{font-size:90px;}.fs-xs-91{font-size:91px;}.fs-xs-92{font-size:92px;}.fs-xs-93{font-size:93px;}.fs-xs-94{font-size:94px;}.fs-xs-95{font-size:95px;}.fs-xs-96{font-size:96px;}.fs-xs-97{font-size:97px;}.fs-xs-98{font-size:98px;}.fs-xs-99{font-size:99px;}.fs-xs-100{font-size:100px;}.mt-xs-0{margin-top:0px;}.mt-xs-5{margin-top:05px;}.mt-xs-10{margin-top:10px;}.mt-xs-15{margin-top:15px;}.mt-xs-20{margin-top:20px;}.mt-xs-25{margin-top:25px;}.mt-xs-30{margin-top:30px;}.mt-xs-35{margin-top:35px;}.mt-xs-40{margin-top:40px;}.mt-xs-45{margin-top:45px;}.mt-xs-50{margin-top:50px;}.mt-xs-55{margin-top:55px;}.mt-xs-60{margin-top:60px;}.mt-xs-65{margin-top:65px;}.mt-xs-70{margin-top:70px;}.mt-xs-75{margin-top:75px;}.mt-xs-80{margin-top:80px;}.mt-xs-85{margin-top:85px;}.mt-xs-90{margin-top:90px;}.mt-xs-95{margin-top:95px;}.mt-xs-100{margin-top:100px;}.mb-xs-0{margin-bottom:0px;}.mb-xs-5{margin-bottom:05px;}.mb-xs-10{margin-bottom:10px;}.mb-xs-15{margin-bottom:15px;}.mb-xs-20{margin-bottom:20px;}.mb-xs-25{margin-bottom:25px;}.mb-xs-30{margin-bottom:30px;}.mb-xs-35{margin-bottom:35px;}.mb-xs-40{margin-bottom:40px;}.mb-xs-45{margin-bottom:45px;}.mb-xs-50{margin-bottom:50px;}.mb-xs-55{margin-bottom:55px;}.mb-xs-60{margin-bottom:60px;}.mb-xs-65{margin-bottom:65px;}.mb-xs-70{margin-bottom:70px;}.mb-xs-75{margin-bottom:75px;}.mb-xs-80{margin-bottom:80px;}.mb-xs-85{margin-bottom:85px;}.mb-xs-90{margin-bottom:90px;}.mb-xs-95{margin-bottom:95px;}.mb-xs-100{margin-bottom:100px;}.pt-xs-0{padding-top:0px;}.pt-xs-5{padding-top:05px;}.pt-xs-10{padding-top:10px;}.pt-xs-15{padding-top:15px;}.pt-xs-20{padding-top:20px;}.pt-xs-25{padding-top:25px;}.pt-xs-30{padding-top:30px;}.pt-xs-35{padding-top:35px;}.pt-xs-40{padding-top:40px;}.pt-xs-45{padding-top:45px;}.pt-xs-50{padding-top:50px;}.pt-xs-55{padding-top:55px;}.pt-xs-60{padding-top:60px;}.pt-xs-65{padding-top:65px;}.pt-xs-70{padding-top:70px;}.pt-xs-75{padding-top:75px;}.pt-xs-80{padding-top:80px;}.pt-xs-85{padding-top:85px;}.pt-xs-90{padding-top:90px;}.pt-xs-95{padding-top:95px;}.pt-xs-100{padding-top:100px;}.pb-xs-0{padding-bottom:0px;}.pb-xs-5{padding-bottom:5px;}.pb-xs-10{padding-bottom:10px;}.pb-xs-15{padding-bottom:15px;}.pb-xs-20{padding-bottom:20px;}.pb-xs-25{padding-bottom:25px;}.pb-xs-30{padding-bottom:30px;}.pb-xs-35{padding-bottom:35px;}.pb-xs-40{padding-bottom:40px;}.pb-xs-45{padding-bottom:45px;}.pb-xs-50{padding-bottom:50px;}.pb-xs-55{padding-bottom:55px;}.pb-xs-60{padding-bottom:60px;}.pb-xs-65{padding-bottom:65px;}.pb-xs-70{padding-bottom:70px;}.pb-xs-75{padding-bottom:75px;}.pb-xs-80{padding-bottom:80px;}.pb-xs-85{padding-bottom:85px;}.pb-xs-90{padding-bottom:90px;}.pb-xs-95{padding-bottom:95px;}.pb-xs-100{padding-bottom:100px;}.text-xs-left{text-align:left;}.text-xs-center{text-align:center;}.text-xs-right{text-align:right;}.text-xs-justify{text-align:justify;}}
@media only screen and (min-width:768px) and (max-width:949px){.fs-sm-1{font-size:1px;}.fs-sm-2{font-size:2px;}.fs-sm-3{font-size:3px;}.fs-sm-4{font-size:4px;}.fs-sm-5{font-size:5px;}.fs-sm-6{font-size:6px;}.fs-sm-7{font-size:7px;}.fs-sm-8{font-size:8px;}.fs-sm-9{font-size:9px;}.fs-sm-10{font-size:10px;}.fs-sm-11{font-size:11px;}.fs-sm-12{font-size:12px;}.fs-sm-13{font-size:13px;}.fs-sm-14{font-size:14px;}.fs-sm-15{font-size:15px;}.fs-sm-16{font-size:16px;}.fs-sm-17{font-size:17px;}.fs-sm-18{font-size:18px;}.fs-sm-19{font-size:19px;}.fs-sm-20{font-size:20px;}.fs-sm-21{font-size:21px;}.fs-sm-22{font-size:22px;}.fs-sm-23{font-size:23px;}.fs-sm-24{font-size:24px;}.fs-sm-25{font-size:25px;}.fs-sm-26{font-size:26px;}.fs-sm-27{font-size:27px;}.fs-sm-28{font-size:28px;}.fs-sm-29{font-size:29px;}.fs-sm-30{font-size:30px;}.fs-sm-31{font-size:31px;}.fs-sm-32{font-size:32px;}.fs-sm-33{font-size:33px;}.fs-sm-34{font-size:34px;}.fs-sm-35{font-size:35px;}.fs-sm-36{font-size:36px;}.fs-sm-37{font-size:37px;}.fs-sm-38{font-size:38px;}.fs-sm-39{font-size:39px;}.fs-sm-40{font-size:40px;}.fs-sm-41{font-size:41px;}.fs-sm-42{font-size:42px;}.fs-sm-43{font-size:43px;}.fs-sm-44{font-size:44px;}.fs-sm-45{font-size:45px;}.fs-sm-46{font-size:46px;}.fs-sm-47{font-size:47px;}.fs-sm-48{font-size:48px;}.fs-sm-49{font-size:49px;}.fs-sm-50{font-size:50px;}.fs-sm-51{font-size:51px;}.fs-sm-52{font-size:52px;}.fs-sm-53{font-size:53px;}.fs-sm-54{font-size:54px;}.fs-sm-55{font-size:55px;}.fs-sm-56{font-size:56px;}.fs-sm-57{font-size:57px;}.fs-sm-58{font-size:58px;}.fs-sm-59{font-size:59px;}.fs-sm-60{font-size:60px;}.fs-sm-61{font-size:61px;}.fs-sm-62{font-size:62px;}.fs-sm-63{font-size:63px;}.fs-sm-64{font-size:64px;}.fs-sm-65{font-size:65px;}.fs-sm-66{font-size:66px;}.fs-sm-67{font-size:67px;}.fs-sm-68{font-size:68px;}.fs-sm-69{font-size:69px;}.fs-sm-70{font-size:70px;}.fs-sm-71{font-size:71px;}.fs-sm-72{font-size:72px;}.fs-sm-73{font-size:73px;}.fs-sm-74{font-size:74px;}.fs-sm-75{font-size:75px;}.fs-sm-76{font-size:76px;}.fs-sm-77{font-size:77px;}.fs-sm-78{font-size:78px;}.fs-sm-79{font-size:79px;}.fs-sm-80{font-size:80px;}.fs-sm-81{font-size:81px;}.fs-sm-82{font-size:82px;}.fs-sm-83{font-size:83px;}.fs-sm-84{font-size:84px;}.fs-sm-85{font-size:85px;}.fs-sm-86{font-size:86px;}.fs-sm-87{font-size:87px;}.fs-sm-88{font-size:88px;}.fs-sm-89{font-size:89px;}.fs-sm-90{font-size:90px;}.fs-sm-91{font-size:91px;}.fs-sm-92{font-size:92px;}.fs-sm-93{font-size:93px;}.fs-sm-94{font-size:94px;}.fs-sm-95{font-size:95px;}.fs-sm-96{font-size:96px;}.fs-sm-97{font-size:97px;}.fs-sm-98{font-size:98px;}.fs-sm-99{font-size:99px;}.fs-sm-100{font-size:100px;}.mt-sm-0{margin-top:0px;}.mt-sm-05{margin-top:05px;}.mt-sm-10{margin-top:10px;}.mt-sm-15{margin-top:15px;}.mt-sm-20{margin-top:20px;}.mt-sm-25{margin-top:25px;}.mt-sm-30{margin-top:30px;}.mt-sm-35{margin-top:35px;}.mt-sm-40{margin-top:40px;}.mt-sm-45{margin-top:45px;}.mt-sm-50{margin-top:50px;}.mt-sm-55{margin-top:55px;}.mt-sm-60{margin-top:60px;}.mt-sm-65{margin-top:65px;}.mt-sm-70{margin-top:70px;}.mt-sm-75{margin-top:75px;}.mt-sm-80{margin-top:80px;}.mt-sm-85{margin-top:85px;}.mt-sm-90{margin-top:90px;}.mt-sm-95{margin-top:95px;}.mt-sm-100{margin-top:100px;}.mb-sm-0{margin-bottom:0px;}.mb-sm-05{margin-bottom:05px;}.mb-sm-10{margin-bottom:10px;}.mb-sm-15{margin-bottom:15px;}.mb-sm-20{margin-bottom:20px;}.mb-sm-25{margin-bottom:25px;}.mb-sm-30{margin-bottom:30px;}.mb-sm-35{margin-bottom:35px;}.mb-sm-40{margin-bottom:40px;}.mb-sm-45{margin-bottom:45px;}.mb-sm-50{margin-bottom:50px;}.mb-sm-55{margin-bottom:55px;}.mb-sm-60{margin-bottom:60px;}.mb-sm-65{margin-bottom:65px;}.mb-sm-70{margin-bottom:70px;}.mb-sm-75{margin-bottom:75px;}.mb-sm-80{margin-bottom:80px;}.mb-sm-85{margin-bottom:85px;}.mb-sm-90{margin-bottom:90px;}.mb-sm-95{margin-bottom:95px;}.mb-sm-100{margin-bottom:100px;}.pt-sm-0{padding-top:0px;}.pt-sm-5{padding-top:5px;}.pt-sm-10{padding-top:10px;}.pt-sm-15{padding-top:15px;}.pt-sm-20{padding-top:20px;}.pt-sm-25{padding-top:25px;}.pt-sm-30{padding-top:30px;}.pt-sm-35{padding-top:35px;}.pt-sm-40{padding-top:40px;}.pt-sm-45{padding-top:45px;}.pt-sm-50{padding-top:50px;}.pt-sm-55{padding-top:55px;}.pt-sm-60{padding-top:60px;}.pt-sm-65{padding-top:65px;}.pt-sm-70{padding-top:70px;}.pt-sm-75{padding-top:75px;}.pt-sm-80{padding-top:80px;}.pt-sm-85{padding-top:85px;}.pt-sm-90{padding-top:90px;}.pt-sm-95{padding-top:95px;}.pt-sm-100{padding-top:100px;}.pb-sm-0{padding-bottom:0px;}.pb-sm-5{padding-bottom:5px;}.pb-sm-10{padding-bottom:10px;}.pb-sm-15{padding-bottom:15px;}.pb-sm-20{padding-bottom:20px;}.pb-sm-25{padding-bottom:25px;}.pb-sm-30{padding-bottom:30px;}.pb-sm-35{padding-bottom:35px;}.pb-sm-40{padding-bottom:40px;}.pb-sm-45{padding-bottom:45px;}.pb-sm-50{padding-bottom:50px;}.pb-sm-55{padding-bottom:55px;}.pb-sm-60{padding-bottom:60px;}.pb-sm-65{padding-bottom:65px;}.pb-sm-70{padding-bottom:70px;}.pb-sm-75{padding-bottom:75px;}.pb-sm-80{padding-bottom:80px;}.pb-sm-85{padding-bottom:85px;}.pb-sm-90{padding-bottom:90px;}.pb-sm-95{padding-bottom:95px;}.pb-sm-100{padding-bottom:100px;}.text-sm-left{text-align:left;}.text-sm-center{text-align:center;}.text-sm-right{text-align:right;}.text-sm-justify{text-align:justify;}}

