@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&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: 14px 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: 32px;
    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 10px;
    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 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: 234px;
    top: -15px;
    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 .carousel-control.left, .slide-banner .carousel-control.right {
    background-image: none !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    background: #fff;
    width: 25px;
    z-index: 99;
    padding: 17px 5px;
    opacity: .15;
    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: 0;
}
.slide-banner .carousel-control.right {
    right: 0;
}
.about {
    padding: 0 0 60px 0;
    margin-top: -40px;
    position: relative;
}
.ableft {
    padding: 0 !important;
    margin: 60px 0 0 0;
}
.about .description {
    padding: 0;
    text-align: center
}
.thead {
    padding: 0 0 12px 0;
    text-align: center;
}
.title {
    font-size: 25px;
    line-height: 37px;
    color: #333;
    margin: 0;
    font-weight: 800;
    padding: 0;
    letter-spacing: .4px;
    text-align: center;
}
.title span {
    color: #ef7c1c;
    display: block;
    font-weight: 900;
}
.ableft .description {
    padding: 0 0 10px 0;
}
.abright {
    padding: 0 0 0 40px !important;
}
.enquiry {
    padding: 30px;
    margin: 0 0 50px 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.enquiry h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 15px 0;
    color: #333;
}
.enqpdd {
    padding: 7px !important;
    text-align: right;
}
.enquiry input, .enquiry textarea {
    padding: 10px;
    margin: 0;
    width: 100%;
    height: 55px;
    background: #ececec;
    border: none;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    letter-spacing: .8px;
    outline: none;
}
.enquiry textarea {
    height: 123px;
    margin: 0;
}
.enquiry input[type=submit] {
    background: #ed2f26;
    color: #ffffff;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    padding: 0 25px;
}
.benefits {
    padding: 90px 0;
    background: url("../images/bg.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.benefits h4 {
    font-size: 19px;
    text-align: left;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding: 0 0 5px 0;
    color: #fff;
}
.benefits .description {
    color: #fff;
}
.benefits ul {
    margin: 10px 0 0 0;
    padding: 0;
}
.benefits ul li {
    list-style: none;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0 0 10px 33px;
    color: #fff;
    position: relative;
}
.benefits ul li:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 25px;
    top: 5px;
    left: 0;
    background: url(../images/icon1.png) no-repeat;
    background-size: 100% auto;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.benleft {
    padding: 0 !important;
}
.benright {
    padding: 0 0 0 50px !important;
}
.benrightin {
    background: #fff;
    padding: 35px !important;
}
.benrightin h4 {
    color: #333;
}
.benrightin .description, .benrightin ul li {
    color: #555;
}
.benrightin ul li:before {
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.benbtm {
    margin: 40px 0 0 0;
}
.benbtm img {
    width: 22%;
    float: left;
    padding: 0 40px 0 0;
}
.benbtmin {
    float: left;
    width: 78%;
}
.btncall {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    margin: 20px 0 0 0;
    letter-spacing: .4px;
    padding: 5px 30px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 25px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btncall svg {
    margin: 0 7px 0 0;
}
.btncall:hover, .btncall:focus {
    background: #fff;
    color: #dd312a;
}
.whyus {
    padding: 30px 0 0 0;
}
.whyus .title {
    text-align: left;
    padding: 0 0 20px 0;
}
.whyleft {
    padding: 25px 100px 0 0 !important;
}
.whyleft .progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dcdcdc;
    border-radius: 0;
    height: 40px;
}
.whyleft .progress-bar {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .4px;
    padding: 0 15px;
    line-height: 40px;
}
.prog1 {
    background: #F44336 !important;
}
.prog2 {
    background: #E91E63 !important;
}
.prog3 {
    background: #9C27B0 !important;
}
.prog4 {
    background: #3F51B5 !important;
}
.prog5 {
    background: #2196F3 !important;
}
.whyright {
    padding: 0 !important;
}
.whyright img {
    width: 100%;
}
.testimonials {
    padding: 30px 0 50px 0;
}
.testimonials .title {
    text-align: left;
}
.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;
}
.testimonials .owl-dots {
    display: none;
}
.testimonials .owl-nav {
    bottom: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -48px;
}
.testimonials .owl-carousel .owl-nav button.owl-next, .testimonials .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 30px;
    background: #ffffff;
    font-size: 43px;
    line-height: 30px;
    padding: 0 !important;
    outline: none;
    opacity: .6;
}
.testimonials .owl-carousel .owl-nav button.owl-next:hover, .testimonials .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}
.testimonials .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.testimonials .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 35px;
}
.disclim {
    padding: 20px 30px;
    margin: -50px 0 40px 0;
    border-radius: 60px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.disclim .description {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .2px;
    font-weight: 700;
    padding: 0;
}
.disclim .description span {
    color: #cc3042;
}

.disclaimer {
	border: 1px dashed #ffffff;
	margin: 40px 0;
	text-align: center;
}

.disclaimer h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 800;
	line-height: 15px;
	margin: 0;
	top: -11px;
	position: relative;
	letter-spacing: .4px;
	padding: 0 9px;
	color: #8a8a8a;
	background: #000000;
	display: inline-block;
}

.disclaimer .description {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	padding: 0 0 15px 0;
}

footer {
    padding: 0;
    margin: 60px 0 0 0;
    background: #ea3026;
    background: -moz-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ea3026), color-stop(100%, #662c9c));
    background: -webkit-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: -o-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: -ms-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3026', endColorstr='#662c9c', GradientType=1 );
}
.footin {
    background: rgb(255 255 255 / 18%);
    padding: 0 !important;
}
.fbox1 {
    padding: 45px 35px !important;
}
.fbox1 .title {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 12px 0;
    text-align: left;
    color: #fff;
}
.fbox1 .description {
    text-align: left;
    color: #ffffff;
    padding: 0 0 10px 0;
}
.fbox1 .description svg {
    margin: 0 5px 0 0;
}
.fbox1 .description a, .fbox1 .description a:hover {
    color: #ffffff;
}
.fbox2 {
    padding: 0 !important;
    height: 300px;
}
.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: #ffffff;
    background: #d82f36;
    font-size: 13px;
    width: 35px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 35px;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.social li a:hover {
    background: #6c2c97;
    color: #ffffff;
}
.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: #ffffff;
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    background: #b32e57;
    opacity: 0.5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.to-top a.back-to-top:hover {
    opacity: 1;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
.mainmenu li a {
    font-size: 12px;
    letter-spacing: .4px;
    padding: 0 8px;
}
.title {
    font-size: 21px;
    line-height: 30px;
}
.benrightin {
    padding: 30px !important;
}
.benefits h4 {
    font-size: 17px;
    line-height: 25px;
}
.whyleft {
    padding: 0 100px 0 0 !important;
}
.disclim .description {
    font-size: 14px;
}
.fbox1 {
    padding: 20px !important;
}
}

@media only screen and (max-width: 992px) {
.topright {
    margin: 0;
}
.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;
}
.about {
    padding: 40px 0;
    margin-top: 0;
}
.enquiry {
    padding: 20px;
    margin: 0 0 30px 0;
}
.enquiry h3 {
    font-size: 18px;
    text-align: center;
}
.enquiry input {
    height: 47px;
}
.enquiry textarea {
    height: 100px;
}
.benefits {
    padding: 60px 0;
}
.benright {
    padding: 0 !important;
}
.benrightin {
    padding: 15px !important;
    margin: 30px 0;
}
.benbtm {
    margin: 0;
}
.benbtm img {
    display: none;
}
.benbtmin {
    width: 100%;
}
.btncall {
    margin: 20px 0;
}
.whyus {
    padding: 0;
}
.whyus .title {
    text-align: center;
}
.whyleft {
    padding: 0 !important;
}
.testimonials {
    padding: 20px 0;
}
.disclim .description {
    font-size: 13px;
    line-height: 25px;
}
.fbox1 .title, .fbox1 .description, .social ul {
    text-align: center;
}
.fcopy {
    margin: 30px 0 0 0;
}
}

@media only screen and (max-width: 768px) {
.logo img {
    width: 150px;
}
#side-menu-icon {
    top: -7px;
}
#menu.active {
    right: 245px;
    top: -8px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    top: auto;
    bottom: 10px;
    margin-top: 0;
    height: 20px;
    width: 15px;
    z-index: 99;
    padding: 4px 2px;
}
.slide-banner .carousel-control.left {
    left: 10px;
}
.slide-banner .carousel-control.right {
    right: auto;
    left: 27px;
}
.about {
    padding: 25px 0;
}
.enquiry h3 {
    font-size: 15px;
    padding: 0 0 5px 0;
}
.enquiry {
    padding: 15px 10px;
}
.title {
    font-size: 16px;
    line-height: 25px;
}
.description {
    font-size: 13px;
    line-height: 28px;
}
.benefits {
    padding: 25px 0;
    background: #ea3026;
    background: -moz-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ea3026), color-stop(100%, #662c9c));
    background: -webkit-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: -o-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: -ms-linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
    background: linear-gradient(45deg, #ea3026 0%, #662c9c 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3026', endColorstr='#662c9c', GradientType=1 );
}
.benefits h4 {
    text-align: center;
}
.benefits ul li {
    font-size: 13px;
    line-height: 28px;
}
.benrightin {
    margin: 8px 0 20px 0;
}
.btncall {
    margin: 20px 0 0 0;
    font-size: 13px;
    padding: 1px 10px;
    width: 100%;
}
.whyus {
    padding: 30px 0 0 0;
}
.whyus .title {
    padding: 0;
}
.tesbox .description {
    padding: 0 0 15px 0;
}
.testimonials .owl-carousel .owl-nav button.owl-next, .testimonials .owl-carousel .owl-nav button.owl-prev {
    font-size: 30px;
}
.testimonials .owl-carousel .owl-nav button.owl-prev {
    right: 27px;
}
.disclim {
    padding: 15px;
    margin: -50px 0 30px 0;
    border-radius: 13px;
}
.disclim .description {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
}
.fbox1 .title {
    font-size: 17px;
    padding: 0 0 6px 0;
}
.fcopy .description {
    font-size: 11px;
}
}

@media only screen and (max-width: 480px) {
.logo img {
    width: 140px;
}
.title {
    font-size: 16px;
}
.benefits h4 {
    font-size: 15px;
}
.benefits ul li:before {
    width: 18px;
}
.btncall {
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 24px;
    border-radius: 0;
    padding: 4px 10px;
}
.to-top a.back-to-top {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.whyleft .progress {
    height: 30px;
}
.whyleft .progress-bar {
    font-size: 12px;
    line-height: 30px;
}
.tesbox h4 {
    font-size: 13px;
}
}
