@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
}

::-moz-selection {
 color: #fff;
 background: #c32e00;
}
::selection {
    color: #fff;
    background: #c32e00;
}

::-webkit-scrollbar-track {
 background-color: #cacaca;
}

::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
 background-color: #353535;
}
a {
    text-decoration: none !important;
}
.pdd {
    padding: 0 !important;
}
.home {
    width: 100%;
    margin: 0;
    padding: 18px 0;
    z-index: 99;
    background: #fff;
    position: relative;
}
.fixheader{
	position: fixed;
	z-index: 9999;
}
.description {
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 5px 0;
    color: #555;
}
.logo {
    padding: 0 !important;
}
.logo img {
    width: 200px;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.topright {
    margin: 5px 0;
    padding: 0 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mainmenu {
    margin: 0;
    padding: 0;
    text-align: right;
}
.mainmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mainmenu li a {
    font-size: 13px;
    line-height: 35px;
    letter-spacing: .8px;
    margin: 0;
    padding: 0 17px;
    color: #555;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.mainmenu li:last-child a {
    background: rgba(241,14,150,1);
    background: -moz-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,14,150,1)), color-stop(100%, rgba(245,119,36,1)));
    background: -webkit-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: linear-gradient(135deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f10e96', endColorstr='#f57724', GradientType=1 );
    color: #fff;
    border-radius: 25px;
    margin: 0 0 0 13px;
}
.mainmenu li:last-child a:hover {
    color: #fff;
}
.mainmenu li a:hover {
    color: #ee2e27;
}
#side-menu-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 99999;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#menu {
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 47px;
    height: 47px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
#menu.active {
    right: 245px;
    top: -12px;
    padding: 9px;
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 0;
}
#menu.active span, #menu.active span:before, #menu.active span:after {
    background: #333;
}
#menu span {
    top: 21px;
}
#menu span, #menu span:before, #menu span:after {
    cursor: pointer;
    height: 2px;
    width: 35px;
    margin: 0;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu span:before {
    -webkit-animation: undo-top .5s forwards;
    -moz-animation: undo-top .5s forwards;
    -o-animation: undo-top .5s forwards;
    animation: undo-top .5s forwards;
}
#menu span:after {
    bottom: -10px;
    -webkit-animation: undo-bottom .5s;
    -moz-animation: undo-bottom .5s;
    -o-animation: undo-bottom .5s;
    animation: undo-bottom .5s;
}
#menu.active span {
    background-color: transparent;
    width: 25px;
}
#menu.active span:before {
    top: 0;
}
#menu.active span:before {
    width: 25px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: top-x .5s forwards;
    -moz-animation: top-x .5s forwards;
    -o-animation: top-x .5s forwards;
    animation: top-x .5s forwards;
}
#menu.active span:after {
    width: 25px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: bottom-x .5s forwards;
    -moz-animation: bottom-x .5s forwards;
    -o-animation: bottom-x .5s forwards;
    animation: bottom-x .5s forwards;
}
 @-webkit-keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @-webkit-keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @-webkit-keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @-webkit-keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
 @keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
#side-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 260px;
    background: #fff;
    padding: 15px 15px 15px 20px;
    z-index: 999999;
    -webkit-transform: translate(610px, 0px);
    -moz-transform: translate(610px, 0px);
    -o-transform: translate(610px, 0px);
    transform: translate(610px, 0px);
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3s ease-in-out;
}
#side-menu.active {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3s ease-in-out;
}
#side-menu .side-menuin {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
 #side-menu .side-menuin::-webkit-scrollbar-track {
 background-color: #e4e4e4;
}
 #side-menu .side-menuin::-webkit-scrollbar {
 width: 3px;
 background-color: #ffffff;
}
 #side-menu .side-menuin::-webkit-scrollbar-thumb {
 background-color: #052069;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 105;
    display: none;
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
}
#overlay.active {
    display: block;
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
}
.slide-banner {
    position: relative;
}
.slide-banner:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    z-index: 9;
    top: 0;
    background: url("../images/sbg.png") no-repeat;
    background-size: 100% 100%;
}
.slidetext {
    position: absolute;
    width: 450px;
    top: 35%;
    left: 8%;
    z-index: 9;
}
.slidetext hr {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    border: none;
    margin: 0;
    display: block;
    background: #da0b01;
}
.slidetext h2 {
    font-family: 'Aladin', cursive;
    font-size: 40px;
    text-align: left;
    font-weight: 100;
    line-height: 44px;
    margin: 0;
    letter-spacing: .8px;
    padding: 17px 0 0 0;
    color: #fff;
}
.btn1 {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    line-height: 35px;
    display: inline-block;
    letter-spacing: .3px;
    margin: 0;
    padding: 0 20px;
    color: #333;
    border-radius: 25px;
    border: 1px solid #333;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn1:hover, .btn1:focus {
    background: #c32e00;
    border-color: #c32e00;
    color: #ffffff;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    background-image: none !important;
    position: absolute;
    top: auto;
    bottom: 30px;
    height: 35px;
    background: #fff;
    width: 35px;
    z-index: 99;
    border-radius: 100%;
    padding: 8px;
    opacity: .25;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
    opacity: 1;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
    width: 100%;
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1) invert(1);
    -o-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.slide-banner .carousel-control.left {
    left: auto;
    right: 82px;
}
.slide-banner .carousel-control.right {
    right: 40px;
}
.about {
    padding: 70px 0;
    position: relative;
}
.about:before, .about:after, .services:before, .services:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 170px;
    top: 13%;
    left: 2%;
    background: url("../images/love1.jpg") no-repeat;
    background-size: 100% auto;
}
.about:after, .services:after {
    top: 60%;
    left: auto;
    right: 3%;
    width: 35px;
    height: 100px;
}
.about .description {
    text-align: center;
    padding: 0 5% 10px 5%;
}
.thead {
    padding: 0 0 22px 0;
    text-align: center;
}
.title {
    font-family: 'Merienda One', cursive;
    font-size: 29px;
    line-height: 40px;
    color: #333;
    margin: 0;
    font-weight: bold;
    padding: 0;
    letter-spacing: .4px;
}
.ableft .description {
    padding: 0 0 10px 0;
}
.abright {
    padding: 0 !important;
}
.enquiry {
    width: 40%;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 7%;
    right: 15px;
    z-index: 99;
}
.enquiry h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 15px 0;
    color: #fff;
}
.enqpdd {
    padding: 7px !important;
    text-align: right;
}
.enquiry input, .enquiry textarea {
    padding: 10px;
    margin: 0;
    width: 100%;
    height: 45px;
    background: rgb(255 255 255 / 10%);
    box-sizing: border-box;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    letter-spacing: .8px;
    outline: none;
}
.enquiry textarea {
    height: 110px;
    margin: 0;
}
.enquiry input[type=submit] {
    background: #ffffff;
    color: #ed2f26;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    padding: 0 25px;
}
 .enquiry form ::-webkit-input-placeholder {
 color: #fff;
}
 .enquiry form ::-moz-placeholder {
 color: #fff;
}
 .enquiry form :-ms-input-placeholder {
 color: #fff;
}
 .enquiry form :-moz-placeholder {
 color: #fff;
}
.prob {
    padding: 70px 0;
    background: #f6f7f9;
}
.probbox {
    text-align: center;
}
.probbox img {
    width: 170px;
    margin: 0 auto 15px auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.probbox:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.probbox h4 {
    font-family: 'Merienda One', cursive;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #333;
}
.probbox .description {
    padding: 0;
    text-align: center;
}
.probbox a, .probbox a:hover {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    border-radius: 25px;
    margin: 10px 0 0 0;
    letter-spacing: .4px;
    padding: 0 25px;
    display: inline-block;
    color: #fff;
    background: rgba(241,14,150,1);
    background: -moz-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241,14,150,1)), color-stop(100%, rgba(245,119,36,1)));
    background: -webkit-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
    background: linear-gradient(135deg, rgba(241,14,150,1) 0%, rgba(245,119,36,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f10e96', endColorstr='#f57724', GradientType=1 );
}
.services {
    padding: 60px 0;
    position: relative;
    background: url("../images/bg1.jpg");
    background-position: center center;
    background-size: cover;
}
.sermain {
    margin: 0 -10px;
}
.serpdd {
    padding: 10px !important;
}
.serbox {
    padding: 25px 15px;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.serbox:hover {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
    z-index: 9;
}
.serbox img {
    width: 240px;
    margin: 0 auto 20px auto;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.serbox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.serbox h4 {
    font-family: 'Merienda One', cursive;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 10px 0;
    color: #333;
}
.serbox .description {
    padding: 0;
    text-align: center;
}
.testimonials {
    padding: 70px 0;
    background: #f6f7f9;
}
.tesbox .description {
    padding: 15px 0;
}
.tesbox h4 {
    font-size: 15px;
    text-align: left;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #333;
}
.tesbox img {
    width: 50px !important;
    margin: 20px 0 0 0;
}
.tesbox h5 {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #666;
}
.owl-dots {
    text-align: center;
    margin: 38px 0 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f02762;
}
.owl-theme .owl-dots .owl-dot span {
    background: #a2a1a1;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
    margin: 0 5px;
}
.disclim {
    padding: 10px 0;
}
.disclim .description {
    font-family: 'Merienda One', cursive;
    text-align: center;
    font-size: 18px;
    line-height: 37px;
}
.disclim .description span {
    color: #000000;
}
footer {
    padding: 65px 0 0 0;
    background: url("../images/fbg.jpg");
    background-size: cover;
}
.fbox1 {
    padding: 0 40px 0 0 !important;
}
.fbox1 .title {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 12px 0;
}
.fbox1 .description {
    text-align: left;
    color: #ffd7e6;
    padding: 0 0 10px 0;
}
.fbox1 .description svg {
    margin: 0 5px 0 0;
}
.fbox1 .description a, .fbox1 .description a:hover {
    color: #ffd7e6;
}
.fbox2 {
    padding: 0 !important;
}
.social {
    padding: 5px 0 0 0;
}
.social ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.social li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social li a {
    display: block;
    color: #f33a75;
    font-size: 13px;
    width: 35px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 35px;
    border-radius: 25px;
    background: #fff;
    text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.social li a:hover {
    background: #f86a5e;
    color: #fff;
}
.fcopy {
    margin: 50px 0 0 0;
    padding: 15px;
    background: rgb(0 0 0 / 0.1);
}
.fcopy .description {
    text-align: center;
    padding: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    opacity: .7;
}
.fcopy .description a {
    color: #ffffff;
}
.to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 9;
}
.to-top a.back-to-top {
    display: block;
    text-align: center;
    color: #f02762;
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    background: #ffffff;
    border: 2px solid #f02762;
    opacity: 0.5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.to-top a.back-to-top:hover {
    opacity: 1;
    color: #c32e00;
}

@media only screen and (max-width: 1200px) {
.slide-banner:after {
    width: 57%;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    display: none;
}
.enquiry {
    width: 43%;
    padding: 0;
    top: 4%;
}
.enquiry h3 {
    font-size: 16px;
}
.title {
    font-size: 26px;
}
.about:before, .about:after, .services:before, .services:after {
    display: none;
}
.serbox img {
    width: 180px;
}
.serbox h4, .probbox h4 {
    font-size: 16px;
}
.disclim .description {
    font-size: 17px;
}
}

@media only screen and (max-width: 992px) {
.topright {
    margin: 0;
}
.slide-banner:after {
    display: none;
}
.mainmenu {
    text-align: left;
}
.mainmenu li {
    display: block;
}
.mainmenu li a {
    font-size: 12px;
    line-height: 35px;
    letter-spacing: .4px;
    margin: 0;
    padding: 4px 0;
}
.mainmenu li:last-child a {
    text-align: center;
    margin: 7px 0 0 0;
}
.enquiry {
    padding: 20px;
    position: relative;
    width: 95%;
    margin: 30px auto;
    top: auto;
    right: auto;
    z-index: 1;
    background: url(../images/fbg.jpg);
    background-size: cover;
}
.slide-banner .carousel-control.left {
    left: auto;
    right: 70px;
}
.slide-banner .carousel-control.right {
    right: 27px;
    left: auto;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 20px;
}
.about {
    padding: 10px 0 30px 0;
}
.title {
    font-size: 22px;
    line-height: 32px;
}
.about .description {
    padding: 0 0 10px 0;
}
.prob {
    padding: 40px 0;
}
.probbox img {
    width: 140px;
}
.services {
    padding: 35px 0;
}
.serbox h4, .probbox h4 {
    font-size: 15px;
    line-height: 23px;
}
.sermain {
    margin: 0 -5px;
}
.serpdd {
    padding: 5px !important;
}
.serbox img {
    width: 140px;
}
.serbox .description {
    font-size: 13px;
    letter-spacing: 0;
}
.serbox {
    padding: 20px 15px;
    height: 466px;
}
.testimonials {
    padding: 35px 0;
}
.disclim {
    padding: 30px 0;
}
.disclim .description {
    font-size: 14px;
    line-height: 31px;
}
footer {
    padding: 40px 0 0 0;
}
.fbox1 {
    padding: 25px !important;
    background: rgb(0 0 0 / 0.1);
    margin: 0 0 20px 0;
}
.fbox1 .title {
    font-size: 20px;
    text-align: center;
}
.fbox1 .description, .social ul {
    text-align: center;
}
.social li a {
    margin: 0 3px;
}
.fcopy {
    margin: 25px 0 0 0;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    display: block;
}
}

@media only screen and (max-width: 768px) {
.logo img {
    width: 150px;
}
#side-menu-icon {
    position: absolute;
    top: -7px;
}
.slide-banner .carousel-control.left {
    left: auto;
    right: 45px;
}
.slide-banner .carousel-control.right {
    right: 15px;
    left: auto;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 15px;
    width: 25px;
    height: 25px;
    padding: 6px;
}
.enqpdd {
    padding: 7px 0 !important;
}
.description {
    font-size: 13px;
    line-height: 27px;
}
.thead {
    padding: 0 0 15px 0;
}
.title {
    font-size: 20px;
    line-height: 27px;
}
.probbox {
    padding: 20px 15px;
    margin: 0 0 15px 0;
    border: 1px solid #f56835;
}
.prob {
    padding: 30px 0 20px 0;
}
.services {
    padding: 20px 0;
}
.serbox {
    height: auto;
    margin: 0 0 15px 0;
}
.tesbox .description {
    padding: 0 0 10px 0;
}
.tesbox .description, .tesbox h4, .tesbox h5 {
    text-align: center;
}
.owl-dots {
    margin: 20px 0 0 0;
}
.tesbox img {
    display: none !important;
}
.disclim .description {
    font-size: 12px;
    line-height: 28px;
}
.disclim {
    padding: 20px 0;
}
}

@media only screen and (max-width: 480px) {
.logo img {
    width: 140px;
}
.about {
    padding: 10px 0 20px 0;
}
.title {
    font-size: 18px;
    line-height: 26px;
}
.serbox h4, .probbox h4 {
    font-size: 14px;
}
.fbox1 {
    padding: 15px 10px !important;
}
.fbox1 .title {
    font-size: 18px;
}
.fcopy .description {
    font-size: 11px;
}
.to-top a.back-to-top {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 10px;
    width: 18px;
    height: 18px;
    padding: 5px;
}
.slide-banner .carousel-control.right {
    right: 10px;
}
.slide-banner .carousel-control.left {
    right: 32px;
}
}
