<style>

.body{
}
/*SHAPE IMAGES ROTATE START*/

.contact-page-section {
    position: relative;
    padding: 50px 0px 110px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px;
}
.contact-page-section .info-column .inner-column {
    position: relative;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.contact-page-section .title-box {
    position: relative;
    padding: 20px 30px;
    background-color: #fdf6f6;
}
h4 {
    line-height: 1.4em;
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: rgb(1,1,1);
    font-family: 'Poppins', sans-serif;
}
.contact-page-section .info-column .lower-box {
    position: relative;
    padding: 40px 35px 30px;
}
.contact-page-section .info-column .info-list {
    position: relative;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.contact-page-section .info-column .info-list li {
    position: relative;
    text-align: left;
    line-height: 1.9em;
    font-weight: 600;
    font-size: 14px;
    min-height: 60px;
    color: rgb(1,1,1);
    padding-left: 80px;
    margin-bottom: 30px;
    font-family: 'Poppins';
}
.contact-page-section .info-column .info-list li .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 24px;
    color: rgb(223,3,3);
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}
flaticon-map:before {
    content: "\f152";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.contact-page-section .info-column .social-box li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.contact-page-section .info-column .social-box li.facebook a {
    background: #3b5998;
}
.contact-page-section .info-column .social-box li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: rgb(223,3,3);
    transition: all 0.5s ease;
    margin-right: 5px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
a {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(223,3,3);
}
.contact-page-section .info-column .info-list li a {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: rgb(1,1,1);
}
.contact-page-section .info-column .info-list li a:hover {
    color: rgb(223,3,3);
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.contact-page-section .info-column .social-box li.twitter a {
    background: #33ccfe;
}
.contact-page-section .info-column .social-box li.google a {
    background: #f05b44;
}
.contact-page-section .info-column .social-box li.dribbble a {
    background: #ea4c89;
}
.contact-page-section .info-column .social-box li.linkedin a {
    background: #0da6be;
}
.contact-page-section .info-column .social-box li.pinterest a {
    background: #9c0c1c;
}
.contact-page-section .map-column {
    position: relative;
    margin-bottom: 40px;
}
.contact-page-section .map-column .inner-column {
    position: relative;
}
.contact-page-section .map-column iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
    border: none;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.contact-page-section .contact-form-box {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 40px auto;
    border-radius: 5px;
    padding: 60px 60px 5px;
    margin-top: 45px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
}


.contact-page-section .contact-form-box .form-title-box {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
h3 {
    line-height: 1.3em;
    font-size: 34px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700!important;
    color: rgb(1,1,1);
    font-family: 'Poppins', sans-serif!important;
}
.contact-form {
    position: relative;
    margin-top: 50px;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #7a7a7a;
    height: 50px;
    font-size: 13px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
input, button, select, textarea {
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 20px 25px;
    color: #7a7a7a;
    background: #fff;
    border: 1px solid #ebebeb;
    height: 200px;
    resize: none;
    border-radius: 3px;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
textarea {
    overflow: hidden;
}
.contact-form .theme-btn {
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
}
.btn-style-four {
    position: relative;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 3px;
    border: none;
    display: inline-grid;
    padding: 13px 40px 13px;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background-color: rgb(223,3,3);
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-four:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: rgb(1,12,58);
}
.btn-style-four .txt {
    position: relative;
    z-index: 1;
}
.contact-page-section .info-column .timing {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: rgb(223,3,3);
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-style-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-four:hover {
    color: #fff;
}
input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible {
    border-color: #ff0000 !important;
    outline: 1px rgb(223,3,3);;
}
.contact-form label:focus {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}
</style>