@keyframes city-animation {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

@keyframes guy-animation {
  0% {transform: scale(1) rotate(0deg)}
  50% {transform: scale(1.05) rotate(3deg)}
  100% {transform: scale(1) rotate(0deg)}
}

.mainSectionButton {
	font-size: 1.2rem;
    padding: 8px;
    color: #ffffff;
    width: 260px;
    display: block;
    --border-left: 3px solid #ffffffc7;
    text-align: left;
    --box-sizing:content-box;
	transition:all 0.2s;
}

.mainSectionButton i {
	color: #013a47;
    font-size: 1.5rem;
    position: relative;
    top: 3px;
    background: #80eaff52;
    border-radius: 50%;
    padding: 10px;
}

.mainSectionButton:hover{
	color: #ffffff;
}

.mainSectionButton:hover i{
	background: #fff;
	box-shadow: 0px 0px 10px #1397b7db;
	transform: scale(1.2);
}

.mainSectionButtonIVR, .mainSectionButtonIVR:hover{
	color:#000;
}

.icn-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
    margin-bottom:4rem;
}

.icn-icon-decoration {
	position: absolute;
    width: 120px;
    height: 90px;
    background: #ffffff2e;
    border-radius: 40px;
    z-index: 5;
    top: 40px;
    left: -25px;
    transition:all 15s;
}

.icn-wrapper:hover i {
	--background: linear-gradient(to right, #40ccd9, #0faace);
	transform:rotate(360deg);
	transition:all 0.8s;
}

.icn-wrapper:hover .icn-icon-decoration {
	transform:rotate(360deg);
	transition:all 12s;
}

.icn-wrapper i {
    /*border: 2px solid #34bce4; */
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 61px;
    font-size: 45px;
    --background-color: #78cee8;
    color: #ffffff;
    margin-top: 0;
    position: relative;
    /* background: linear-gradient(to right, #3394bf, #35aee4); */
    padding: 10px;
    border-radius: 50%;
    /* box-shadow: -1px 0px 0px 8px rgb(243, 249, 251);*/
    background: linear-gradient(to right, #63c8e6, #78cee8);
    transition:all 3s;
}

.icn-wrapper a {
    margin-top: 10px;
}

.icn-wrapper p {
    margin-left: 5px;
    margin-bottom: 0;
    padding-left: 95px;
}

.icn-container article {
    display: block;
    padding: 30px;
}

.icn-container article:hover{
	background: #0d55a0;
	--box-shadow: 2px 1px 15px #d6d5d578;
	box-shadow:0 1px 1px 0 rgb(35, 36, 45), 0 10px 20px 0 rgb(43, 43, 51);
}

.infobox {
    min-height: 13rem;
}

#works h3 {
    color: #fff;
}

#works h6 span {
    color: #fff;
}

#works p {
    color: #ffffff94;
}

#works .linkWithArrow {
    color: white;
}

#works .linkWithArrow:hover {
    color: #0d55a0;
    background:#fff;
    border-color:#fff;
}

.row-logo {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    --border-top: 1px solid #dedede;
    --padding-top: 3rem;
}

.col-logo {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
        text-align: center;
        
}

.img-fluid {
	vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
    max-height: 51px;
}

.contact_form .form-control {
    background-color: transparent;
    margin-bottom: 30px;
    border: none;
    border-bottom:1px solid #336097;
    border-radius:0px;
    box-sizing: border-box;
    color: #131212;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form {
    --box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    height: 160px !important;
    border-radius:0px !important;
}

.testimonial {
    margin-top: 30px;
    --margin-bottom: 50px;
    font-size: 1.2rem;
}
.testimonial {
    padding: 0.8rem 1rem;
}

.desc {
    padding: 30px;
    position: relative;
    background: #fff;
    border: 1px solid #eef3f5;
    box-shadow: 0px 0px 9px #b9bebf3d;
}

.testi-meta {
    display: block;
    margin-top: 20px;
}

.desc h3, .testi-meta h4 {
    text-align: left;
    margin-bottom: 1.5rem;
}

.desc h3 i {
    color: #3a7bb3;
}

.desc p {
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial img {
    max-width: 55px;
}

.testimonial h4 {
    font-size: 18px;
    padding: 13px 0 0;
    text-align: left;
}

.testimonial small {
    background-color: transparent;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}