.banner {
    float: left;
    width: 100%;
}
.banner img {
    float: left;
    width: 100%;
}
.banner-caption {
    left: 3%;
    bottom: 30%;
    position: absolute;
}
.banner-text {
    width: 100%;
    float: left;
}
.banner-text h1 {
    color: #fff;
    font-size: 4em;
    font-weight: bold;
    line-height: normal;
    text-shadow: 1px 1px 2px #000;
}
.banner-text h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: normal;
    text-shadow: 1px 1px 2px #000;
}
.banner-text p a {
    color: #fff;
    padding: 10px 15px;
    background-color: #702c75;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-text p a:hover {
    background-color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.title h1, .title h2 {
    color: #702c75;
    font-size: 3em;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.title h2 {
    font-size: 2.5em;
}
.desk_bg {
    float: left;
    width: 100%;
}
.desk {
    width: 90%;
    float: left;
    padding: 2% 5%;
    background-color: #f7f7f7;
}
.desk ul {
    padding: 2%;
    text-align: left;
}
.desk ul li {
    display: block;
    list-style: none;
    position: relative;
    padding: 0 0 2% 3%;
}
.desk ul li::before {
    left: 0;
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.desk h1 {
    margin-bottom: 3%;
}
.desk p {
    margin-bottom: 5%;
}
.desk p a {
    color: #fff;
    padding: 10px 15px;
    background-color: #702c75;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.desk p a:hover {
    background-color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.desk h3 {
    color: #efb135;
}
.desk h3, .desk h4 {
    margin-bottom: 2%;
}
.welcome1 {
    margin-top: 8%;
}
.welcome {
    margin-top: 0%;
}
.mrg_lft {
    margin-left: 5%;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.flex-item-01 {
    flex: 30%;
    box-sizing: border-box;
}
.special_bg {
    float: left;
    width: 100%;
    background: url("../images/service_bg.jpg") right bottom no-repeat;
    background-size: cover;
}
.spe_lft img {
    float: left;
    -ms-transform: scaleY(1.1); /* IE 9 */
    -webkit-transform: scaleY(1.1); /* Safari 3-8 */
    transform: scaleY(1.1);
}
.special {
    float: left;
    width: 100%;
    color: #fff;
    padding-top: 75px;
    text-align: center;
    box-sizing: border-box;
}
.special h1, .special h2 {
    color: #fff;
}
.special h1 {
    margin-bottom: 50px;
}
.special a {
    color: #fff;
}
.special .ser_icon img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.special .ser_icon:hover img {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service {
    margin-bottom: 50px;
}
.testimonial-section {
    float: left;
    width: 100%;
}
.testimonial-bg {
    width: 90%;
    float: left;
    padding: 5%;
    background: url("../images/testi_bg.jpg") right bottom no-repeat;
    background-size: cover;
}
.testimonial-slider {
    padding: 20px 40px;
    position: relative;
    background: rgba(246, 246, 246, 0.6);
    margin: 3% 10% 0px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.even {
    background: rgba(254, 246, 255, 0.6);
}
.testimonial-pic i {
    color: #702c75;
    font-size: 3.2em;
    margin-left: auto;
}
.why_bg {
    float: left;
    width: 100%;
    background: #792e80;
}
.why {
    width: 100%;
    float: left;
    color: #fff;
    padding: 5%;
    background: url("../images/why_bg.jpg") no-repeat bottom left;
    background-size: cover;
    box-sizing: border-box;
}
.why h1 {
    text-align: center;
    margin-bottom: 75px;
}
.why h2 {
    color: #fff;
}
.why hr {
    float: left;
    width: 100%;
    height: 1px;
    border: 0px;
    margin: 50px 0;
    background-color: #999;
}
.why img {
    height: 100px;
    padding: 20px;
    margin-bottom: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.why img:hover {
    background-color: #efb135;
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.metrics {
    float: left;
    width: 100%;
    text-align: center;
}
.modal {
    inset: 0;
    display: none;
    position: fixed;
    z-index: 999;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}
.modal:target {
    display: flex;
}
.pop_content {
    top: 10%;
    width: 50%;
    height: 70%;
    padding: 1%;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 5px #666;
}
.pop_content p {
    margin: 0 0 2% 0 !important;
}
.pop_close {
    top: 20px;
    z-index: 9;
    right: 20px;
    color: #fe0606;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    text-decoration: none;
}
/** Form Starts **/
.enquiry {
    float: left;
    width: 100%;
}
.inputrow {
    float: left;
    width: 100%;
}
select {
    width: 98%;
    color: #666;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    border: 1px solid #e3ddd8;
    font-family: "Open Sans", sans-serif;
}
input[type="text"], textarea {
    width: 92%;
    color: #000;
    resize: none;
    outline: none;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    font-weight: 300;
    border: 0px;
    border-bottom: 1px solid #e3ddd8;
    font-family: "Open Sans", sans-serif;
    background: none;
}
input[type="file"] {
    width: 92%;
    color: #000;
    padding: 2% 3%;
    cursor: pointer;
    margin: 0 0 2% 0;
    overflow: hidden;
    text-indent: 2000px;
    border: 1px solid #e3ddd8;
    font-family: "Open Sans", sans-serif;
    background: #fff url(../images/attach.png) 25px center no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
input[type="submit"], input[type="button"] {
    color: #fff;
    border: 0px;
    outline: none;
    cursor: pointer;
    font-weight: 300;
    margin-bottom: 2%;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    background-color: #702c75;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}
input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#success_msg {
    color: #000;
    margin-bottom: 2%;
    padding: 5px 0 5px 3%;
}
.errorMsg {
    color: #c30;
    height: 20px;
    font-size: 11px;
}
.successMsg, .ErrMsg {
    background-color: rgba(189, 238, 255, 0.50);
}
.ErrMsg {
    color: #c30;
}
/** Form Ends **/
.abt {
    text-align: center;
}
.abt h1, .abt p {
    margin: 0px;
}
.abt img {
    border: 2px solid #666;
}
.sub_bg {
    float: left;
    width: 100%;
}
.subcontent {
    width: 90%;
    float: left;
    padding: 2% 5%;
    background: #f6f6f6;
}
.con_lft {
    width: 25%;
    float: left;
}
.submenu {
    width: 84%;
    float: left;
    padding: 20px 8%;
    background: #792e80;
    box-shadow: 2px 2px 5px #dfdfdf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.submenu h2 {
    color: #fff;
    margin-bottom: 20px;
}
.submenu ul li {
    list-style: none;
    border-bottom: 1px dashed #ddd;
}
.submenu ul li a {
    color: #ddd;
    display: block;
    padding: 10px 5%;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-size: 0%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.submenu ul li a::before {
    padding-right: 10px;
    content: "\f105";
    font-family: "FontAwesome";
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.submenu ul li a:hover, .submenu ul li a.active {
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.submenu1 ul li a:hover {
    color: #555;
}
.submenu ul ul {
    padding-left: 12%;
}
.submenu ul ul li a {
    font-size: 0.75em;
}
.submenu li:last-child {
    border-bottom: 0;
}
.con_rht {
    width: 64%;
    float: right;
    padding: 0 3%;
}
.map iframe {
    width: 100%;
    min-height: 300px;
}
.contact a {
    padding: 0 !important;
    color: #000 !important;
    background: none !important;
}
.contact a:hover {
    text-decoration: underline;
}
@media only screen and (min-width : 1389px) and (max-width : 1440px) {
    .title h1, .title h2, .subban h1 {
        font-size: 2em;
    }
}
@media only screen and (min-width:960px) and (max-width:1389px) {
    .banner-text h1 {
        font-size: 3em;
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .banner-text h1 {
        font-size: 3em;
    }
    .title h1, .title h2, .subban h1 {
        font-size: 2em;
    }
    .special {
        padding: 5%;
    }
}
@media all and (max-width: 768px) {
    .banner-text h1 {
        font-size: 2em;
    }
    .banner-text h2 {
        font-size: 1.5em;
    }
    .banner-caption {
        left: 0%;
        width: 80%;
        bottom: 20%;
        padding: 0 10%;
        text-align: center;
    }
    .title h1, .title h2, .subban h1 {
        font-size: 2em;
    }
    .mrg_lft {
        margin: 5% 0 0 0 !important;
    }
    .flex-item-01 {
        flex: 100%;
    }
    .why hr {
        display: none;
    }
    .metrics div {
        margin-bottom: 5%;
    }
    .testimonial-slider {
        margin: 3% 1% 0 1%;
    }
    .slick-dots {
        bottom: 40px !important;
        left: 35% !important;
    }
    .pop_content {
        width: 80%;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-caption {
        bottom: 5%;
    }
    .banner-text h1 {
        font-size: 1.5em;
    }
    .banner-text h2 {
        font-size: 1em;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 35% !important;
    }
    .con_lft {
        width: 100%;
    }
    .con_rht {
        width: 94%;
        padding: 3%;
    }
}
@media all and (max-width: 480px) {
    .banner-text h1 {
        font-size: 1.5em;
    }
    .banner-text h2 {
        font-size: 1em;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 35% !important;
    }
    .con_lft {
        width: 100%;
    }
    .con_rht {
        width: 94%;
        padding: 3%;
    }
}
@media only screen and (max-width: 375px) {
    .banner-caption {
        bottom: 5%;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 25% !important;
    }
    .con_lft {
        width: 100%;
    }
    .con_rht {
        width: 94%;
        padding: 3%;
    }
}