@import url('https://fonts.googleapis.com/css?family=Special+Elite');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
body{
    background-color: #ffffff;
}
footer{
    background-color: #3C3844;
}
/*----------------Nav bar----------------*/
.nvbar{
    z-index: 25;
}
.logoimg{
    max-width: 80px !important;
}
.dmenu{
    background-color: transparent;
    border: none;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    padding:  0;
    margin: 0;
}

.dropdown.show .dropdown-menu {
    max-height: 300px;
    opacity: 1;
    padding: .5rem 0;
    margin: .125rem 0 0;
}
.nav-link{
    font-weight: 700;
    color: #1D3557 !important;
    position: relative;
    transition: all 0.4s ease;
    padding-left:5px !important;
}
.nav-link:hover{
    color: #ff312e !important;
}
.nav-link:before {
    content: "";
    width: 0%;
    height: 3px;
    /* background: #FF312E; */
    background: linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%, rgba(255, 49, 46, 0.88) 100%);
    position: absolute;
    display: block;
    bottom: 5px;
    /* left: calc(10%); */
    left: 0;
    transition: all 0.4s ease;
}
.nav-link:hover:before{
    width: 100%;
}
/*----------------home page--------------*/
.heroo{
    position: absolute;
    top: 30%;
    height: 100vh;
}
.hrtxt{
    /* position: absolute;
    left: 20px;
    top: 30%; */
    padding-top: 9rem;
}
.hrrow{
    /* padding-top:9rem */
}
.imghr1{
    padding-top: 2rem;
    position: absolute;
    right: 85px;
    top: 0px;

}
.imghr2{
    /* padding-top: 2rem; */
    position: absolute;
    left: 350px;
    /* bottom: 0px; */
    top: 350px;
}
.imghr3{
    /* padding-top: 2rem; */
    position: absolute;
    /* left: 350px; */
    /* bottom: 0px; */
    top: 60px;
}
.mw{
    /* max-width: 350px; */
}
.hrmain{
    font-weight: bold;
    color: #1D3557;
    font-size: 34px;
    /* letter-spacing: -2px; */
}
.hrsecond{
    font-weight: bold;
    color: #FF312E;
    font-size: 30px;
}
.hrmon{
    font-weight: bold;
    color: #FF312E;
    font-size: 75px;
}
.hrinr{
    font-weight: bold;
    color: #1D3557;
    font-size: 25px;
}
.hrimg{
    border-radius: 28px;
    z-index: 1;
    position: relative;
}
.hrbgimg{
    position: absolute;
    right: -25px;
    z-index: -1;
    bottom: -23px;
}
.btnr{
    background-image: linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%);
    color: white;
    border: none;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}
.h100{
    min-height: 100vh;
}

.dashbefore:before{
  background-color: #1D3557;
  content: "";
  display: inline-block;
  height: 5px;
  position: relative;
  vertical-align: middle;
  width: 10%;
  border-radius: 15px;
}

.dashbefore:before {
  right: 0.5em;
  top: -2.5px;

  /* margin-left: -50%; */
}
.dashbefore{
    font-weight: bold;
    color: #FF312E;
}
.detfl:before{
    background-color: #1D3557;
    content: "";
    display: inline-block;
    height: 5px;
    position: relative;
    vertical-align: middle;
    width: 10%;
    border-radius: 15px;
  }
  
  .detfl:before {
    right: 0.5em;
    top: -2.5px;
  
    /* margin-left: -50%; */
  }
  .detfl{
      font-weight: bold;
      color: #FF312E;
      /* font-size: x-large; */
  }
.abtp{
    margin-left: 50px;
    font-weight: 400;
}
.abimg{
    
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);

}
.abtbtn{
    margin-left: 50px;
}
/* .titlebus:after {
    left: 0;
    background-color: rgba(255, 49, 46, 0.6);
}

.titlebus:after {
    content: "";
    position: absolute;
    bottom: 2px;
    z-index: -1;
    width: 100%;
    height: 6px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 1;
} */
.crshw{
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    border: none;
    /* transition: all 1s ease-in-out;
    transition-duration: 0.75s; */
}

.crdtit{
    color: #1D3557;
}
.crdtxt{
color: #1D3557;
line-height: 20px;
}
.crshw{
    transition: all 0.4s ease-in-out;
    /* background: #000; */
    background: linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%); 
}
.card-body{
    transition: all 0.4s ease-in-out;
    background: #ffffff;
}
.crshw:hover .card-body{ 
    transition: all 0.4s ease-in-out;
    background: rgba(255, 255, 255, 0)  /* opacity: 0; */
    /* background: linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%); */
    
}
.crshw:hover .crdtxt, .crshw:hover .crdtit{
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}
.crshw:hover .btnr{
    background: #ffffff;
    transition: all 0.4s ease-in-out; 
    color: #1D3557;
}
.rev:nth-child(even) {
    flex-direction: row-reverse;
  }

  .dia_testi {
    /* border-radius: 30px; */
    background: linear-gradient(108deg, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%) fixed, url(../../images/123.jpg) fixed;
    background-size: cover;
  
    
  }
  .slide-one-item .slide blockquote {
    position: relative;
    max-width: 700px;
    font-size: 1.2rem;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-style: italic;
    color: #fff;
  }
  .slide-one-item .slide cite {
    margin-top: 50px;
    font-size: 1rem;
    color: rgba(255,255,255,.5);
  }






   .plus-minus-toggle {
    cursor: pointer;
    position: relative;
}

.accordionss {
    width: 100%;
    padding: 0 5px;
    /* border-bottom: 5px solid rgba(255, 49, 46, 0.6); */
    cursor: pointer;
    display: flex;
    /* margin: 10px 0; */
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.plus-minus-toggle:after, .plus-minus-toggle:before {
    background: #1D3557;
    content: '';
    height: 4px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 15px;
    transition: transform .5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.plus-minus-toggle.collapsed:before {
    transform: rotate(
180deg
);
}
.plus-minus-toggle.collapsed:after {
    transform: rotate(
90deg
);
}
.plus-minus-toggle:after {
    transform-origin: center;
}
.accordionss h5 {
    font-size: 20px;
    margin: 0;
    padding-left: 5px;
}
.panal {
    padding: 0 15px;
    border-left: 1px solid #1D3557;
    margin-left: 20px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
    margin-top: 5px !important;
}
.faqtxt{
    color: #1D3557;
    font-weight: 700;
}

.faqtxt:after {
    content: "";
    position: absolute;
    bottom: 2px;
    z-index: -1;
    width: 100%;
    border-radius: 15px;
    height: 4px;
    margin: 5px 10 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 1;
}
.faqtxt:after {
    left: 0;
    background-color: rgba(255, 49, 46, 0.6);
}
.contt:last-of-type
{
    margin-bottom: 10px !important;
}
.udr{
    color: #212529;
    font-weight: 600;
    background: linear-gradient(
120deg
, rgba(255, 49, 46, 0.6) 0%, rgba(255, 49, 46, 0.6) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in
}
/*-----------------------Home page css end here---------------------------*

/*-----------------------About page css start here------------------------*/
.sechero{
    background: linear-gradient(108deg, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%) fixed, url(../../images/123.jpg) fixed;
    background-size: cover;
    min-height: 40vh;   
}

.cenn{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.secheroclr{
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}

.secherobread{
    color: #fff;   
}
.breadcrumbs{
    height: 100px;
    text-align:center;
    line-height:50px;
}
.breada::after {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "\A";
    width: 1px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 2px 10px;
}
.breada{
    color: #fff;
}
.breada:hover{
    color: #fff !important;
    text-decoration: none !important;
}

.dashbefore1{
    /* overflow: hidden; */
}
.dashbefore1{
    /* position: relative;
    display: inline-block; */
    color: #1D3557;
}
.spred{
    padding-bottom:2.5px;
    color:#FF312E;
    background: linear-gradient( 
        120deg
         ,#1D3557 0%, #1D3557 100%);
            background-repeat: no-repeat;
            background-size: 100% 0.35em;
            background-position: 0 115%;
            transition: background-size 0.25s ease-in;
}
.spblu{
    padding-bottom:2.5px;
    /* color:#FF312E; */
    background: linear-gradient( 
        120deg
         , rgba(255, 49, 46, 1) 0%, rgba(255, 49, 46, 1) 100%);
            background-repeat: no-repeat;
            background-size: 100% 0.35em;
            background-position: 0 115%;
            transition: background-size 0.25s ease-in;
}
.chooseh3{
    color: #1D3557;
}
.bgnum{
    font-size: 150px;
    left: 20px;
    line-height: 1;
    margin: 0;
    color: #ff312e;
    opacity: 0.15;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    /* width: 100%; */
    word-break: initial;
    z-index: -1;
}
.counter-value{
    color: #FF312E;
    font-weight: 800;
}
.counter-text{
    color: #1d3557;
    font-weight: 600;
}

.fndr{
    color: #1D3557;
    font-weight: 700;
}
.fndrpos{
    color: #ff312e;
    font-weight: 600;
}
.fndrtxt:before{
    font-family: "BureauGrotesque-OneSeven", Impact, sans-serif;
    content: '“';
    left: -1rem;
    top: -4rem;
}
.fndrtxt:after {
    font-family: "BureauGrotesque-OneSeven", Impact, sans-serif;
        content: '”';
        right: -1rem;
        bottom: 1rem;
    }
    .fndrtxt:before, .fndrtxt:after {
        position: absolute;
        color: rgba(255, 49, 46, 0.445);
        font-size: 10rem;
        width: 4rem;
        height: 4rem;
    }
    .tmcrd:hover .tmbg{
        /* background: #fff;  */
        opacity: 0;
        /* background-color: aqua; */
        transition: all 0.4s ease-in-out; 
    }
    .tmcrd{

    margin-top: 1.5rem;
    }
    .tmbg{
        background: #fff;
        transition: all 0.4s ease-in-out; 
    }
    .tmbg1{
        position: absolute;
        z-index: 0;
        background: linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%); 
    }
.temname{
    color: #1D3557;
    font-weight: 700;
}    
.teampos{
    color: #ff312e;
    font-weight: 600;
}

.mapbrd{
    border-radius: 10px;
}
.contactsec body{
    background:  url(../../images/11.png)  !important;
    background-size: cover;
   
    background-repeat: no-repeat;
    background-size: cover;
   
}
.conh5{
    color:#212529;
}
.dropdown-item:hover{
    background:linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%);
    color: #fff !important;
    /* border-radius:10px; */
}
.dropdown-toggle[aria-expanded=true]:after{
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out; 
}
.dropdown-toggle[aria-expanded=false]:after{
   
    transition: all 0.3s ease-in-out; 
}
@media (max-width: 576px){
.dashbefore1 {
    text-align: center!important;
    float: none !important;
}

.abtp{
    
        margin-left: auto!important;
    
    
    
        margin-right: auto!important;
    
}
}
@media (min-width: 992px){
    .dmenu{
        background-color: #fff;
        border-radius:15px;
    }

    }
     @media (max-width: 600px){
        .h100 {
    min-height: 65vh;
}
}
    @media (max-width: 992px){
        

        .nav-link:hover{
            background:linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%);
            color: #fff !important;
            border-radius:10px;
        }
        .nav-link:hover:before{
            width: 0% !important;
        }
        .dropdown-item:hover{
            background:linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%);
            color: #fff !important;
            border-radius:10px;
        }
        }

/* .dashbefore1:after {
    content: "";
    position: absolute;
    bottom: 10px;
    z-index: -1;
    width: 50%;
    height: 4.5px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 1;
    animation: marquee 5s linear infinite;
}

.dashbefore1:after {
    left: 0;
    background-color: rgba(255, 49, 46, 1);
}
.dashbefore1:before {
    content: "";
    position: absolute;
    bottom: 10px;
    z-index: -1;
    width: 45%;
    height: 4.5px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 1;
    animation: marquee1 5s linear infinite;
}

.dashbefore1:before {
    right: 0;
    background-color: rgba(255, 49, 46, 1);
} */
/* @keyframes marquee {
    0% { left: -50; }
    100% { left: 60%; }
  } */
  /* @keyframes marquee1 {
    0% { right: 0; }
    100% { right: -100%; }
  } */
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #039;
    margin: auto;
    margin-bottom: 4px;
    transition: all .4s linear;
    cursor: pointer;
}
.navbar-toggler[aria-expanded=false] span:nth-child(2)
{opacity:1}
.navbar-toggler[aria-expanded=true] span:nth-child(2)
/* {opacity:0} */
{
    top: 0;
    transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
    transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
    transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(
-90deg
);
    transform: rotate(
-45deg
);
}
.navbar-toggler[aria-expanded=true] span:first-child
/* {transform:rotate(-45deg);position:relative;top:7.5px} */
{
    top: 0;
    transition: top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;
    opacity: 0;
}
.navbar-toggler[aria-expanded=true] span:last-child
/* {transform:rotate(45deg);bottom:6px;position:relative} */
{
    transition-delay: .32s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-7px,0) rotate(45deg);
}
.wrap {
    -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(254, 254, 254, 0.075);
  border: 1px solid rgba(254, 254, 254, 0.18);
  border-radius: 25px;
  box-shadow: 0 10px 35px 0 rgba(54, 33, 0, 0.65);
  /* color: white; */
  
  z-index: 1;
  }
  
  .cool-b4-form .btn {
    border-radius: 0;
  }
  .cool-b4-form{
    padding: 5px;
  }
  .cool-b4-form .form-group {
    position: relative;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-bottom: 0;
    /* If there's only 1 input make it full height */
  }
  .cool-b4-form .form-group:first-child:last-child {
    height: 100%;
  }
  .cool-b4-form .form-group:first-child:last-child .form-control {
    height: 100%;
  }
  .cool-b4-form .form-group textarea {
    resize: none;
  }
  .cool-b4-form .form-group .input-highlight {
    content: "";
    width: 100%;
    height: 2px;
    background: #FF312E;
    position: absolute;
    display: block;
    bottom: 0;
    transition: all 0.4s ease;
  }
  .cool-b4-form .form-group label {
    position: absolute;
    left: 10px;
    top: 25px;
    transition: all 0.4s ease;
  }
  .cool-b4-form .form-group .form-control {
    border-radius: 0;
    border-width: 0 0 2px 0;
  }
  .cool-b4-form .form-group .form-control:focus, .cool-b4-form .form-group .form-control.hasValue {
    box-shadow: none;
    border-color: #ced4da;
    background: transparent;

  }
  .cool-b4-form .form-group .form-control:focus ~ .input-highlight, .cool-b4-form .form-group .form-control.hasValue ~ .input-highlight {
  background: #1D3557;
  
  }
  .cool-b4-form .form-group .form-control:focus ~ label, .cool-b4-form .form-group .form-control.hasValue ~ label {
    transform: scale(0.7);
    top: 0;
    left: 0;
  }
 .navbar-collapse.show{
    overflow: auto !important;
 }
  .blob{
      min-height: 100vh;
  }
  .confrm{
      background: transparent;
      border-bottom: none;
  }
  .phr{
    transform: rotate(90deg);
  }
  .coninfo{
      color: #1d3557;
      font-weight: 700;
  }
  .grtxt{
    /* background: linear-gradient(180deg, rgba(29, 53, 87, 1) -20%,  rgba(255, 49, 46, 1) 150%);    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #1D3557;
    font-size: medium;
  }
  .conlink{
      color: #FF312E;
      text-decoration: none;
      font-weight: 500;
  }
  .conlink:hover{
      color: #ff312e;
      text-decoration: none;
  }
  .addp{
      font-weight: 600;
  }


  
.p1:hover, .p2:hover {
	opacity: .3;
  cursor: pointer;
}

h4 {
	color: grey;
	font-size: 24px;
	font-weight: 400;
}

#portfolio p {
	color: grey;
	font-size: 12px;
	font-weight: 200;
}

.content {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
.content1 {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    /*text-align: center;*/
}

.single-content img.climg {
	/* width: 290px; */
	/* height: 100%; */
    margin: 10px;
    /* min-height: 100px; */
}

.filters {
	width: 100%;
	text-align: center;
}

ul.fltrul{
	list-style: none;
	padding: 20px 0;
}

li.fltr {
	display: inline;
	padding: 10px 25px;
	font-size: 14px;
	color: #FF312E;
	font-weight: 400;
	cursor: pointer;
  	text-transform: uppercase;
      letter-spacing: .2em;
      position: relative;
      
}

li.fltr:hover {
    color: #1D3557;
    transition: all 0.4s ease;
}

li.fltr.active {
	color: #1D3557;
    transition: all 0.4s ease;
}
li.fltr.active .ffltr{
      background-size: 100% 0.2em;
    transition: all 0.4s ease;
}
.grid > div img.climg:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.04);
    /* margin-top: -5px; */
}

.grid > div img.climg {
    width: 100%;
    grid-area: 0.25;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .6;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
/*li.fltr:after{
    
    content: "";
    width: 0%;
    height: 2px;
     background: #FF312E; 
    background:  linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%);
    position: absolute;
    display: block;
    bottom: 6;
    left: calc(10%);
     left:0; 
    transition: all 0.4s ease;
  
}
li.fltr.active:after{
    
        content: "";
        width: 80%;
        width: 100%; 
        transition: all 0.4s ease;
      
}*/
.lgo{
    position: absolute;
    height: auto;
    bottom: 50%;
    left: 0;
    z-index: -2;
    width: 35%;
    opacity: 0.6;
    transform: translate(-50%,50%);
}
.serul{
    list-style: none;
}
.serli{
    font-weight: 600;
}

.single_feature {
    position: relative;
    height: auto;
    min-height: 290px;
    min-width: 175px ;
    padding: 40px 36px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  
  .serfa {
    font-size: 15px;
    line-height: 24px;color: #FF312E;
  }
  
  .cil-bg {
    width: 24px;
    text-align: center;
    position: relative;
    height: 24px;
    border-radius: 900px;
    background: #1d3557;
  }
/*   
  .effect-circle {
    width: 65px;
    height: 65px;
    border-radius: 900px;
    border: 0px solid #16b97a;
    -webkit-animation: rotate-center 8s linear 100000;
    animation: rotate-center 8s linear 100000;
    position: absolute;
  }
  
  .effect-circle:before {
    width: 10px;
    height: 10px;
    top: -4px;
    background: #f8f9fa;
    border: 1px solid #16b97a;
    border-radius: 90px;
    display: inline-block;
    position: absolute;
  
    content: "";
  } */
  
  .blobb {
    position: absolute;
    top: -1px;
  }
  
  .effect-circle2 {
    width: 35px;
    height: 35px;
    /* margin: 25px; */
    border-radius: 900px;
    border: 2px dashed #ff312e;
    -webkit-animation: rotate-center-anti 10s linear 100000;
    animation: rotate-center-anti 10s linear 100000;
    position: absolute;
  }
  
  .effect-circle2:before {
    width: 10px;
    height: 10px;
    top: 30px;
    background: #f8f9fa;
    border: 1px solid #16b97a;
    border-radius: 90px;
    /* display: inline-block; */
    position: absolute;
    display: none;
    content: "";
  }
  
  .main-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  
  .dot-circle {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    /* margin-bottom: 30px; */
  }
  
  @-webkit-keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes rotate-center-anti {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  
  @keyframes rotate-center-anti {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  

  .num_ben {
    background-repeat: no-repeat;
    border-radius: 50%;
}
.num_ben {
    position: relative;
}
.num_ben .bgn {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../../images/sp_1.png);
    opacity: 1;
    width: 100%;
    height: 100%;
}
/* .num_ben .bgn1 {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../../images/sp_1.png);
    opacity: 1;
    width: 100%;
    height: 100%;
} */
/* .num_ben .bgn1::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #d9d9d9;
    font-size: 100px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
} */
.num_ben .bgn1 {
    background:  linear-gradient(to right, rgba(29, 53, 87, 0.5) 0%,  rgba(255, 49, 46, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    /* font-family: "Poppins", sans-serif; */
}
.num_ben .bgn11 {
    background:  linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 105px;
    -webkit-animation: rotate-center-anti 10s linear 100000;
    animation: rotate-center-anti 10s linear 100000;
    /* font-family: "Poppins", sans-serif; */

    /* position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../../images/sp_1.png);
    opacity: 1;
    width: 100%;
    height: 100%; */
}
.container:nth-of-type(even)>.upeve {
    flex-direction: row-reverse;
}
.overlay{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    transition: .5s ease;
    text-align: center;
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.overlay h5 {
    font-family: "LibreBaskerville-Regular";
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.overlay1{
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(29, 53, 87, 0.5) 0%,  rgba(255, 49, 46, 0.5) 100%);
    transition: .5s ease;
    text-align: center;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.overlay1 h5 {
    font-family: "LibreBaskerville-Regular";
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.dtser{
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.detimg{
    
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    transition: all 0.4s ease-in-out;
}
.dtser:hover  .detimg{
    transform: scale(1.08);
}
.dtser:hover  .overlay{
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.dtser:hover .overlay1{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.num_fon{
    font-family: 'Fredoka One', cursive;
    font-style: normal;
    font-size: 80px;
    color: #1D3557;
}
.crlin{
    text-decoration: none;
}
.crlin:hover{
    text-decoration: none;
}
/*.crlpst{
    color: #FF312E;
    font-weight: 600;
    background: linear-gradient(to right, rgba(29, 53, 87, 0.7) 0%,  rgba(255, 49, 46, 0.7) 100%);
    background-repeat: no-repeat;
    background-size: 0% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.4s ease-in;
}*/
.crlpst{
     color: #ff321e;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1d3557, #1d3557 50%, #ff321e 50%);
  background-size: 200% 100%;
  background-position: 100%;
    transition: all 1s cubic-bezier(0, 0, 0.23, 1);
}



.crhvr:hover .crlpst{
      transition: all 1s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}
.crloc{
     color: #ff321e;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff321e, #ff321e 50%, #1d3557 50%);
  background-size: 200% 100%;
  background-position: 100%;
    transition: all 1s cubic-bezier(0, 0, 0.23, 1);

    display: inline-block;
}



.crhvr:hover .crloc{
      transition: all 1s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}
/* .crlpost{
    color: #FF312E;
    position: relative;
}

.crlpost:after{
    
    content: "";
    width: 0%;
    height: 3px;
    background: #FF312E;
    background:  linear-gradient(to right, rgba(29, 53, 87, 0.88) 0%,  rgba(255, 49, 46, 0.88) 100%);
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(10%);
    left:0;
    transition: all 0.4s ease;
  
}
.crlpost:hover:after{
    
        content: "";
        width: 80%;
       width: 100%;
        transition: all 0.4s ease;
      
} */
.crloc{
    color: #1D3557;
}
.btmdl{
    border-radius: 25px;
    width: 80% !important;
}
.modal-title{
    /*font-size: 21px;*/
}
.modbdy{
    color: #ff312e;
}
.modtit{
    color: #ff312e;
    font-weight: 600;
}


#cards .card {
    border-radius: 20px;
    min-height: 100%;
}

#cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

#cards .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 2%;
  

}

#cards .card .user-content .user-name {
    margin-right: 150px;
}

.borrad{
    border-radius: 25px;
}
.pl80{
    padding-left: 80px;
}
.event-date{

    background: linear-gradient(to right, rgba(29, 53, 87, 0.5) 0%,  rgba(255, 49, 46, 0.5) 100%);
    display: inline-block;
    color: #fff;
    padding: 5px;
    position: absolute;
    font-size: 15px;
    top: 30px;
    left: 0;
    border-radius: 0 90px 90px 0;
}

.card {
  /*overflow: hidden;
  max-height: 500px;*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.25s box-shadow;
}
.card:focus, .card:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.card-title{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-text{

         text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-inverse .card-img-overlay {
  background-color: rgba(51, 51, 51, 0.85);
  border-color: rgba(51, 51, 51, 0.85);
}

.ffltr {
    color: #212529;
    font-weight: 600;
    background: linear-gradient(to right, rgba(29, 53, 87, 0.8) 0%, rgba(255, 49, 46, 0.8) 100%);;
    background-repeat: no-repeat;
    background-size: 0% 0.2em;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
}
.spfnt{
    font-size: medium;
}
/* .serli:after{
    border: #FF312E 2px dashed;     
    border-radius: 50%;
    display: inline-block;
    content: "";
    min-width: 24px;
    min-height: 24px;
    vertical-align: middle;
} */




/* .grid {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.grid-item{
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* box-shadow: 2px 2px 4px 0 #ccc; 
} */



.footer-top {
    background: #000;
    padding: 80px 0;
}
.segment-two h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px !important;
}
.segment-two h2:after {
    content: '|';
    color: #add8e6;
    padding-left: 10px;
}
.segment-four h2:after {
    content: '|';
    color: #add8e6;
    padding-left: 10px;
}
.segment-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.segment-two ul li {
    border-bottom: 1px dotted rgba(255,255,255,.3);
    line-height: 40px;
}
.segment-four h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px !important;
}
p.i_p {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}
.segment-two ul li a {
    color: #999;
    text-decoration: none;
}
footer{
    margin-top: 4rem;
}
.faqsec{
    margin-bottom:12rem;
}
.teamdes{
    padding-bottom: 4.5rem;
}
.navbar-collapse.show ul li div a.dropdown-item{ 
  white-space: initial;
  }
  
.confrm,.confrm:focus{
    color:#ffffff;
}  
