body {
    color: #fff;
}

.navbar-nav a.nav-link {
    color: #fff;
}

.heading {
    font-size: calc(1.585rem + 1.6vw);
    font-weight: bolder;
    font-style: normal;
    color: #fff;
    opacity: .8;
}

.heading1 {
    font-size: calc(1.385rem + 1.6vw);
    text-align: center;
    font-weight: bold;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */

}

.heading11 {
    font-size: calc(1.485rem + 1.6vw);
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.heading2 {
    font-size: 2.2rem;
    font-weight: 500;
    font-style: normal;
    color: #000;
    /* font-family: 'Josefin Sans', sans-serif;
    font-family: 'Titillium Web', sans-serif; */
}

.heading3 {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    opacity: .9;
}

.seperator {
    width: 30px;
    height: 6px;
    display: block;
    background-color: #db5947;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

h3::after {
    content: '.';
    color: #db5947;
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .9;
}

.bg1 {
    background-image: url(/assets/images/background.jpg);
    width: 100%;
}

.psiz {
    font-size: 1.1rem;
}

@media screen and (max-width:1000px) {
    .hid {
        display: none;
    }

}




/* tab  */

.butt {
    border: none;
    background-color: #000;
    color: #fff;
    opacity: 1;
    opacity: .7;
    margin: .6rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
    opacity: .5;
}



.butt:active {
    background-color: red;
    border-radius: 1rem;
    border: 1px solid black;
}


.hov:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

/* cards */
.bor {
    color: #fff;
    border: 1px solid white;
    border-radius: 50%;
    padding: .3rem;
}

.card-sty {
    position: absolute;
    left: 2rem;
    top: 16.4rem;
    float: left;
    font-size: 1.2rem;
    color: white;
    padding: .1rem;
    border-radius: 50%;
    width: 10%;
    border: 2px solid white;
}

.card-sty1 {
    position: absolute;
    left: 3.2rem;
    top: 16.4rem;
    float: left;
    font-size: 1.2rem;
    color: white;
    padding: .1rem;
    border-radius: 50%;
    width: 10%;
    border: 2px solid white;
}

.card-sty2 {
    position: absolute;
    left: 4.2rem;
    top: 16.4rem;
    float: left;
    font-size: 1.2rem;
    color: white;
    padding: .1rem;
    border-radius: 50%;
    width: 10%;
    border: 2px solid white;
}






/*=============== FOOTER ===============*/
.foo {
    font-size: 1.6rem;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
    padding: 1.5rem;
    color: #fff;
    opacity: .8;

}

.footers {
    line-height: 2.5rem;
}

.footer {
    text-decoration: none;
    color: #fff;
}

.head_foot {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
}


/*----------------- LOGIN -----------------*/


body {
    background-image: radial-gradient(cover, rgba(92, 100, 111, 1) 0%, rgb(102, 92, 3) 100%), url('http://i.minus.com/io97fW9I0NqJq.png')
}

.login {
     box-shadow: rgba(190, 180, 180, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 50px;
    height: 100%;
    margin: 20px auto 0;
    width: 358px;
    padding: 3rem 0rem;
    opacity: .8;
}

 

input.pass1,
input.input1 {
    background: url('http://i.minus.com/ibhqW9Buanohx2.png') center left no-repeat, linear-gradient(top, #d6d7d7, #dee0e0);
    border: 1px solid #a1a3a3;
    border-radius: 4px;
    box-shadow: 0 1px #fff;
    box-sizing: border-box;
    color: #696969;
    height: 39px;
    margin: 31px 0 0 29px;
    padding-left: 37px;
    transition: box-shadow 0.3s;
    width: 290px;
}

input.pass1:focus,
input.input1:focus {
    box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
    outline: 0;
}

.show-password {
    display: block;
    height: 16px;
    margin: 26px 0 0 28px;
    width: 87px;
}

  
 

.forgot {
    color: #7f7f7f;
    display: inline-block;
    float: right;
    font: 12px/1 sans-serif;
    left: -19px;
    position: relative;
    text-decoration: none;
    top: 5px;
    transition: color .4s;
}

.forgot:hover {
    color: #3b3b3b
}

input[type="submit"] {
    width: 290px;
    height: 35px;
    display: block;
    font-family: Arial, "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0px #37a69b;
    padding-top: 6px;
    margin: 29px 0 0 29px;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: red;
    background-image: linear-gradient(top, #b06b3d, rgb(223, 52, 52));
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #497a78, 0px 10px 5px #999;
}



input[type="submit"]:active {
    top: 3px;
    width: 290px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #31524d, 0px 5px 3px #999;
}


.btna1 {
    padding: .5rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #a75c16, 0px 5px 3px #999;
    color: #fff;
    font-weight: bold;

}



.button-71 {
    background-color: #f78b77;
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-71:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.button-71:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .button-71 {
        padding: 16px 48px;
    }
}






/* CSS */
.button-711 {
    background-color: #fab758;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-711:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.button-711:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .button-711 {
        padding: 16px 48px;
    }
}

.sty1 {
    background-color: #db5947;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: .6rem 1rem;
}

.text_sty {
    font-size: 1.1rem;
    opacity: .8;

}


 
/* CSS */
.button-87 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}


/*==================== VERT MOVE ====================*/

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    width: 100%;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

img.vert-move1 {
    -webkit-animation: movers 3s infinite alternate;
    animation: mover 3s infinite alternate;
    width: 100%;
}

@-webkit-keyframes movers {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

img.vert-move2 {
    -webkit-animation: movers 2s infinite alternate;
    animation: mover 2s infinite alternate;
    width: 100%;
}

@-webkit-keyframes movers {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

/*==================== END VERT MOVE ====================*/


/*========================== card ========================== */

.cad_tex {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

/* card1 */
.learn_more1 {
    font-size: 1rem;
    font-weight: bold;
    color: #455a64;
}

.learn_more1:hover {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #455a64;
    text-transform: uppercase;
}

/* card2 */
.learn_more2 {
    font-size: 1rem;
    font-weight: bold;
    color: #3a84e5;
}

.learn_more2:hover {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #3a84e5;
    text-transform: uppercase;
}

/* card3 */
.learn_more3 {
    font-size: 1rem;
    font-weight: bold;
    color: #98c900;
}

.learn_more3:hover {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #98c900;
    text-transform: uppercase;
}

/* card4 */
.learn_more4 {
    font-size: 1rem;
    font-weight: bold;
    color: #90caf9;
}

.learn_more4:hover {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    color: #90caf9;
    text-transform: uppercase;
}


.bott_border1 {
    border-bottom: 5px solid rgba(69, 90, 100, .5);
}

.bott_border2 {
    border-bottom: 5px solid rgba(58, 132, 229, .5);
}

.bott_border3 {
    border-bottom: 5px solid rgba(152, 201, 0, .6);
}

.bott_border4 {
    border-bottom: 5px solid rgba(144, 202, 249, .5);
}


/* ZOOM IMGES */

.icon_zoom {
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.icon_zoom img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.icon_zoom:hover img {
    transform: scale(1.2);
}

/* END ZOOM IMGES */







.cad_icon {
    color: #9c6ade;
    background-color: #feece9;
    padding: 2rem 1.2rem;
    border-radius: 5rem;
}

.cad_icon2 {
    color: #e04124;
    background-color: #feece9;
    padding: 2rem 1.2rem;
    border-radius: 5rem;
}


.cad3 {
    color: #000;
    padding: 1rem;
    border-radius: .5rem;
    font-size: 1rem;
    font-family: 'Titillium Web', sans-serif;
}

.cad4 {
    color: #000;
    padding: 1rem;
    border-radius: .5rem;
    font-size: 1rem;
    font-family: 'Titillium Web', sans-serif;
}