/* headertop */
.headerul
{
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 10px 0px;
    justify-content: flex-end;
    list-style-type: none;
}
.headerul a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.blackbg {
    background: #231f20;
    width: 855px;
    float: right;
    /*margin-top: -60px;*/
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 15px 20px 10px;
}
.blackbg li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blackbg p {
    font-size: 12px;
    margin: 0px;
    color: #fff;
}
.blackbg span {
    font-size: 11px;
    margin-left: 10px;
}
/* end */

/* nav cutom */
.navulstyle {
    /* display: flex !important;
    align-items: center; */
    z-index: 9999999;
}
.headgreenbtn
{
    border-left: 1px solid #ccc !important;
    padding-left: 14px;
}
.headgreenbtn a {
    padding: 0px !important;
}
/* end */

/* search */

/* end */

.btn:focus
{
    outline: none;
    box-shadow: none;
}
.bgline
{
    margin: 0px;
    color: #000000;
    font-size: 25px;
    margin-right: 450px;
    font-weight: 800;
}
.btngreen:hover {
    background: #fff;
    color: rgb(118, 177, 73);
    border-color: rgb(118, 177, 73);;
}
.btngreen
{
    font-size: 12px;
    text-transform: uppercase;
    background-color: rgb(118, 177, 73);
    box-shadow: 0px 8px 8px 0px rgba(118, 177, 73, 0.3);
    color: #ffffff;
    transition: all linear .3s;
    height: 40px;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 15px;
}
.btngreen:focus {
    box-shadow: none;
}

/* .clunygroup .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png) !important;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
}

.clunygroup .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png) !important;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
} */
/* banner */
/* .banner .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png) !important;
    border-radius: 50%;
    background-color: rgb(118, 177, 73);
}
.banner .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png) !important;
    border-radius: 50%;
    background-color: rgb(118, 177, 73);
}
.banner .carousel-control-prev {
    right: inherit;
    left: 0;
    bottom: 70px;
    top: inherit;
    opacity: 1;
}
.banner .carousel-control-next {
    right: inherit;
    left: 50px;
    bottom: 70px;
    top: inherit;
    opacity: 1;
}

.banner .carousel-indicators {
    display: block;
}
.banner .carousel-indicators li {
    width: 5px;
    height: 5px;
    margin-top: 20px;
    border-radius: 50%;
}
.banner .carousel-indicators {
    bottom: inherit;
    top: 120px;
    left: -80px;
} */
/* banner */

/* .carousel-control-prev-icon
{
    width: 30px;
    height: 30px;
}
.carousel-control-next-icon
{
    width: 30px;
    height: 30px;
}
.clunygroup .carousel-control-next {
    right: 10px;
    top: -60px;
    bottom: auto;
    opacity: 1;
}
.clunygroup .carousel-control-prev:hover{
    opacity: 0.6;
}
.clunygroup .carousel-control-next:hover {
    opacity: 0.6;
}
.clunygroup .carousel-control-prev {
    left: auto;
    right: 50px;
    top: -60px;
    bottom: auto;
    opacity: 1;
}
.carousel-control-prev, .carousel-control-next
{
    transition: all linear .3s;
}
.carousel-control-prev-icon, .carousel-control-next-icon
{
    background-size: auto;
}
.carousel-indicators {
    bottom: 40px;
}
#newcarousel .carousel-indicators {
    display: none;
}
#newcarouse2 .carousel-indicators {
    display: none;
} */
.imgsec {
    text-align: center;
    margin-right: 15px;
    position: relative;
}
.imgsec img {
    border-radius: 10px;
    overflow: hidden;
}
.cap {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 0px 9px;
    line-height: 17px;
}
.cap a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    transition: all linear .3s;
}
.cap a:hover {
    color: #76b149;
}
.slide-box {
    display: flex;
    justify-content: space-between;
  }
/* end */

/* */
.greybg
{
    background: #f7f7f7;
}
.imgcap {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    width: 100%;
}
.imgcap p {
    text-align: left;
    line-height: 16px;
    transition: all linear .3s;
}
.imgcap p:nth-child(2) {
    margin: 0px;
}
.imgcap a
{
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.pl-120
{
    padding-left: 110px;
}
.imgcap:hover a {
    color: #76b149;
}
/* */

/**/
.greenbg
{
    background: url(../images/greenbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 20px 60px 0px rgba(97, 97, 97, 0.39);
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.greenbtn {
    padding-top: 10px;
    display: block;
}
.greenbg p {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    width: 50%;
    text-align: center;
    line-height: 45px;
}
.loginbtn
{
    margin-right: 10px;
}
.blackbtn
{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgb(35, 31, 32);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
    transition: all linear .3s;
    height: 40px;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 15px;
}
.blackbtn:hover
{
    background: #fff;
    color: rgb(35, 31, 32);
}
.whitebtn
{
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(35, 31, 32);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
    transition: all linear .3s;
    height: 40px;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 15px;
}
.whitebtn:hover
{
    background: rgb(35, 31, 32);
    color: #fff;
}
/**/

/* video sec */
.lightgrey
{
    background-color: #f7f7f7;
}
iframe {
    height: 100%;
    width: 100%;
}
.videobg
{
    background: url(../images/videoimg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.videsectext {
    height: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.videsectext p {
    font-size: 12px;
    margin: 0px;
    color: #000;
    font-weight: 500;
}
.btnw-120
{
    width: 130px;
}
.videobg img {
    width: 25%;
}
/* end */

/* tryouts */
.topspace
{
    margin-top: -40px;
}
.topspp {
    position: relative;
    top: 95px;
}
/* .topspacediv
{
    padding-top: 111px;
} */
/* .bg
{
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
} */
.sec1 {
    /*background: #1660c1;*/
    background: url(../images/grayleftbg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    min-height: 270px;
    border-top-left-radius: 7px;
}
.sec2 {
    /*background: #c719bb;*/
    background: url(../images/graycenterbg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    min-height: 270px;
}
.sec3 {
    /*background: #1660c1;*/
    background: url(../images/grayrightbg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    min-height: 270px;
    border-top-right-radius: 7px;
}
.boxhead
{
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    color: #fff;
}
.boxtitle
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    line-height: 40px;
}
.contsec
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contsec p{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.clock
{
    margin-right: 5px;
}
.boxsedsec h2
{
    font-size: 40px;
    font-weight: 700;
}
.greentext {
    font-size: 18px;
    color: #76b149;
    font-weight: 700;
    margin: 0px;
}
.topspacediv h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}
.trycap p:nth-child(2) {
    font-size: 11px;
    color: #000;
    font-weight: 700;
}
/* ends */

/* footer */
.footer ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer li {
    margin-bottom: 10px;
}
.secul ul
{
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.secul li{
    margin-right: 20px;
}
.firstul li {
    display: flex;
    align-items: center;
}
.firstul li:first-child {
    align-items: flex-start;
}
.footer li {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
    transition: all linear .3s;
}
.footer .secul .active {
    color: #76b149;
}
.footer .secul a:hover {
    color: #76b149;
}
.greytext
{
    color: rgb(91, 89, 89);
    font-size: 12px;
    text-align: right;
    margin: 0px;
    padding-top: 60px;
}
.secul li {
    margin-right: 31px;
}
.secul li:last-child {
    margin-right: 0px;
}
.btmcontact
{
    display: flex;
    align-items: center;
}
/* end */

/* */
.ballonspace
{
    margin-top: 80px;
}
.bgimg
{
    background: url(../images/handbookbgimg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
.handbook
{
    display: flex;
    align-items: center;
}
.handbookcaption {
    margin-left: 20px;
}
.handbookcaption p:first-child
{
    font-weight: 700;
}
.handbookcaption p {
    font-size: 13px;
    margin: 0px;
    color: #000;
    font-weight: 500;
}
.maximg-width
{
    width: 100%;
    margin-top: -140px;
}
.readimgbg
{
    border-radius: 10px;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 20px 60px 0px rgba(97, 97, 97, 0.15);
    padding: 30px 0px 30px 30px;
}
.font-upper
{
    text-transform: uppercase;
}
p.ulpara {
    font-size: 11px;
}
.rightsp-0 {
    margin-right: 0px;
}
.mlspace { margin-left: 70px;}

/* */

/* register page */
.regbg
{
    background: url(../images/regimg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.regcaption h3
{
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0px;
}
.singlediv
{
    display: flex;
    align-items: center;
}
.datepick {
    width: 350px;
    margin-right: 20px;
}
.login-form .form-control
{
    height: 40px !important;
    background: #f7f7f7;
    border: 0px;
    box-shadow: none;
    font-size: 11px;
    border-radius: 6px;
}
.login-form .input-group-addon
{
    border: 0px;
    background: #f7f7f7;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6f6f6f !important;
    font-size: 11px;
    font-weight: 500 !important;
}
textarea.form-control.rounded-0 {
    height: auto !important;
}
.formtit h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}
.login-form .custom-file-label {
    height: 40px;
    background-color: #fff;
    border: 1px dashed #76b149;
    border-radius: .25rem;
    font-size: 11px;
    color: #76b149;
    font-weight: 600;
    padding: .7rem .75rem;
}
.login-form .custom-file
{
    height: calc(1.6em + .75rem + 2px);
}
.login-form .custom-file-label::after
{
    background: #76b149;
    color: #fff;
    padding: .7rem .75rem;
    height: calc(1.8em + 1.2rem)
}
.regpaytitle
{
    background: #231f20;
    padding: 10px;
}
.regpaytitle p
{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px;
}
.login-form label.form-check-label {
    font-size: 12px;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #76b149;
    box-shadow: none;
}
.login-form .form-check-input {
    margin-top: .4rem;
}
.invalid-feedback {
    font-size: 60%;
}
/* end */

/* datepicker */
.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 0px solid #ced4da !important;
    background: #f7f7f7;
}
.gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #6c757d;
    background-color: #f7f7f7 !important;
}
.gj-datepicker-bootstrap :active, .gj-datepicker-bootstrap :focus, .gj-timepicker-bootstrap :active, .gj-timepicker-bootstrap :focus {
    box-shadow: none;
    outline: 0px !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #6c757d !important;
    background-color: #f7f7f7 !important;
}
/* end */

/* search */
.searchdiv .form-control:focus
{
    width: 200px;
    box-shadow: none;
    border: 1px solid #76b149 !important;
}
#s {
    color: #76b149;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    padding-bottom: 20px;
}

.searchdiv .circle {
    height: auto;
    z-index: 999;
    width: 40px;
}

.searchdiv input {
    padding: 10px 10px;
    top: 0px;
    right: 4px;
    position: absolute;
    cursor: text;
    width: 40px;
    background: white;
    border-radius: 30px;
    background-color: transparent;
    transition: all 1s;
    color: white;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    border: 0;
}

.searchdiv .input {
    display: flex;
    width: 300px;
    animation: anim 1s;
    background-color: rgba(78, 77, 77, 0.87);
}

@keyframes anim {
    0% {
        width: 50px;
    }
    100% {
        width: 300px;
    }
}

@keyframes anim1 {
    0% {
        width: 50px;
    }
    100% {
        width: 176px;
    }
}
/* end */

  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .slide-box img {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 100%;
    }
  }
  
  /* need rtf*/
  @media (min-width: 992px)
  {
    .slide-box img {
      -ms-flex: 0 0 25%;
      flex: 0 0 20%;
      max-width: 100%;
    }
  }
  /* end */

@media only screen and (min-device-width: 320px) and (max-device-width: 991.98px) {
    .dblock { display: block !important; }
    .bgline {
        margin: 0px;
        color: #000000;
        font-size: 17px;
        /*margin-right: 320px;*/
        font-weight: 800;
        margin: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .cap p {
        text-align: center;
    }
    .cap a {
        font-size: 12px;
    }
  }


@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .headerul {
        display: block;
    }
    .headertop .headerul li:nth-child(2) {
        margin: 0px !important;
    }
    .imgsec {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .secul li {
         margin-right: 0px; 
    }
    .secul ul {
        display: block;
    }
    .greytext {
        text-align: left;
        padding-top: 0px;
    }
    .pl-120 {
        padding-left: 0px;
    }
    .mlspace {
        margin-left: 0px;
    }
    .sec1 {
        border-radius: 7px;
        margin-bottom: 10px;
    }
    .sec2 {
        border-radius: 7px;
        margin-bottom: 10px;
    }
    .sec3 {
        border-radius: 7px;
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .blackbg {
        width: auto;
        float: left;
        border-radius: 7px;
    }
    .blackbg li.ml-5.spless {
        margin-left: 0px !important;
        margin-top: 10px;
    }
    /* .carousel-caption h5 {
        font-size: 20px;
    } */
    .greenbg p {
        font-size: 20px;
        width: 100%;
    }
    .greenbtn {
        text-align: center;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation:portrait) 
{

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) 
{
    
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) 
{
    
}

@media only screen and (min-width: 800px) and (max-width: 1280px)
 {
    h3.bgline.rightsp-0.mb-3.mediasp.titsp
    {
        margin-right: 100px !important;
    }
    .bgline {
        font-size: 25px;
        margin-right: 250px;
    }
    .secul li {
        margin-right: 14px;
    }
    /* #cssmenu > ul > li.has-sub > a:before {
        right: 0;
    }
    #cssmenu > ul > li.has-sub > a:after {
        right: -3px;
    } */
    .searchdiv .circle {
        width: 30px;
    }
    .headgreenbtn {
        padding-left: 14px !important;
    }
    #cssmenu > ul > .headgreenbtn:nth-child(8) a {
        padding: 0px !important;
    }
    .blackbg {
        width: 720px;
    }
    .blackbg p {
        font-size: 10px;
    }
    .blackbg span {
        font-size: 10px;
    }
    .headerul a {
        font-size: 10px;
    }
    .contsec p {
        font-size: 10px;
    }
    .spless:last-child { margin-left: 10px !important; }
    .greenbg p {
        font-size: 29px;
    }
    .mediasp { margin-right: 180px !important; }
    .imgcap a {
        font-size: 11px;
    }
    .cap a {
        font-size: 10px;
    }
    .pl-120 {
        padding-left: 60px;
    }
}


