.header-call-icon {
    width: 72px;
    position: relative;
    left: -15px;
}
.navbar.nav-crev {
	top: 18px;
}
.banner-form-box .registration-box {
    padding: 18px 35px 27px;
    border-bottom: #000 10px solid;
    min-height: 662px;
    background: #fff;
}
.banner-form-box .registration-box h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 30px;
    color: #000;
}
.banner-form-box .registration-box h4{
	color: #000;
	font-size: 22px;
	    margin-bottom: 2px;
}
.banner-form-box .registration-box h5{
	color: #000;
	font-size: 20px;
}

.banner-form-box .registration-box p{
	  color: #000;
	    font-weight: 500;
}
.registration-box {
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    border-bottom: #393e52 1px solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    padding-left: 0px;
    min-height: 40px;
	color: #6c757d;
}
.submit-btn {
    background: #000;
    color: #fff;
    padding: 12px 45px;
    border: none!important;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 0px;
    margin-top: 30px;
    width: 100%;
}
/*.default-padding {
    padding: 60px 0;
}*/
#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width:1200px) {
#gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
}

@media (max-width:800px) {
#gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
}

@media (max-width:600px) {
#gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}
#gallery img, #gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.modal-img, .model-vid {
    width: 100%;
    height: auto;
}
.modal-body {
    padding: 0px;
}
.serv-box .serv-item{
		    padding: 18px 16px 30px;
	}
.services .serv-items-crev .item{
	padding: 25px 35px;
}
header.full-height{
	padding: 150px 0 0px;
}
.serv-box .serv-item{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
/*	border: none;*/
	border-radius: 0px;
}
.banner-form-box .registration-box h5.text-orange{
	color: #f58335;
}
.blink {
  animation: blinker 1.5s step-end infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.about-us-thumb-1 {
    position: relative;
    padding: 0px 340px;
    /* border-radius: 1000px 1000px 0px 0px; */
}
.about-us-thumb-1 .counter-area__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    /*width:65%;*/
}
.counter-area__btn .circle-btn {
    width: 150px;
    height: 150px;
}
.circle-btn {
    height: 180px;
    width: 180px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.counter-area__btn .circle-btn .icon-box {
    background: #333333a8;
}
.circle-btn .icon-box {
    height: 120px;
    width: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--clr-theme-2);
    border-radius: 50%;
    font-size: 38px;
    font-weight: 400;
    background: var(--clr-common-white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-us-thumb-1:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 88%;
   /* border: 1px solid #D9D9D9;*/
    left: 0;
    top: 60px;
    z-index: -1;
}

@media screen and (max-width: 767px){
	.row.md-marg > * {
    padding-left: 25px;
    padding-right: 25px;
}
	.about-us-thumb-1{
		padding: 0px 15px;
	}
	.about-us-thumb-1:after{
		    top: 40px;
	}
}



.counter-area__btn{
              height: 100%;
                width: 100%;
                left: 0;
                top: 316px;
                z-index: 999;
                position: absolute;
}
.caption{
    padding-bottom:20px;
}
#captcha {
    height: 80%;
    margin-top: 5% !important;
    width: 100%;
    font-size: 20px;
    letter-spacing: 2px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#captcha-container {

    width: 50%;
    background-color: #333;
    max-width: 24%;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    color: #fff;
}

.row11{
    display: flex
}


@media (min-width: 720px) and (max-width: 1280px) {
.menu__proj {
        right: 24px !important;
        bottom: 26px !important;
        width: auto !important;
    }



}