@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@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: 'Exo 2', sans-serif !important;
    overflow-x: hidden;
}

::-moz-selection {
 color: #fff;
 background: #333;
}
::selection {
    color: #fff;
    background: #333;
}

::-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: 10px 0;
    z-index: 999;
    border-top: 4px solid #1879ed;
    position: relative;
}
p {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    letter-spacing: .2px;
    padding: 5px 0;
    color: #555;
}
.logo {
    padding: 0 !important;
}
.logo img {
    width: 180px;
    padding: 0;
    margin: 0;
    display: block;
}
.menu-collapser {
    position: absolute;
    top: -4px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    color: #333;
    font-size: 0;
    line-height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.collapse-button {
    position: absolute;
    right: 0;
    top: 30px;
    width: 40px;
    padding: 0;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button span:nth-of-type(2) {
    width: 30px;
}
.collapse-button span:nth-of-type(3) {
    width: 20px;
}
.collapse-button .icon-bar {
    display: block;
    float: right;
    height: 2px;
    width: 40px;
    position: relative;
    margin: 4px 0;
    background: #333;
    border-radius: 1px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.crotate .icon-bar {
    width: 35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
    width: 35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
}
.crotate span:nth-of-type(2) {
    display: none;
}
ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table
}
ul.slimmenu:after {
    clear: both
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li > ul {
    position: static;
    display: none
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
    height: 40px
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none
}
ul.slimmenu li ul li {
    width: 100%;
    padding: 0 15px;
}
ul.slimmenu li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    min-width: 250px;
    border-radius: 10px;
    background: #fff;
}
ul.slimmenu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li a {
    padding: 0 17px;
    margin: 0;
    line-height: 65px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    letter-spacing: .2px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
}
ul.slimmenu li:last-child a {
    padding: 0 0 0 17px;
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
    width: 100%;
    display: block;
    line-height: 20px;
    color: #333;
    padding: 12px 0;
    letter-spacing: .4px;
    margin: 0;
    text-align: left;
    font-size: 13px;
    text-transform: none;
    border-bottom: 1px dotted #e8e8e8;
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
    display: none;
}
ul.slimmenu li ul li:last-child a {
    border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
    color: #1879ed;
}
ul.slimmenu li.active a {
    color: #1879ed;
}
ul.slimmenu li a:hover {
    color: #1879ed;
}
ul.slimmenu li .sub-toggle {
    background: none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 10px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}
ul.slimmenu li .sub-toggle svg {
    display: inline-block;
    color: #333;
    font-size: 10px;
    font-weight: 100;
    vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
    color: #000;
}
ul.slimmenu li ul li .sub-toggle {
    right: 2px;
}
ul.slimmenu > li {
}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
    border-left: 0
}
.slide-banner {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.slidetext {
    position: absolute;
    width: 45%;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slidetext img {
    width: 50px;
    margin: 0 0 15px 0;
}
.slidetext h3 {
    font-size: 32px;
    line-height: 48px;
    font-family: 'Merienda One', cursive;
    color: #ffffff;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 16px 0;
}
.btn1 {
    background: #1879ed;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    border: none;
    line-height: 43px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 7px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn1:hover {
    color: #fff;
    background: #0050b9;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    background-image: none !important;
    position: absolute;
    top: auto;
    top: 50%;
    margin-top: -15px;
    background: none;
    width: 30px;
    height: 30px;
    z-index: 9;
    border-radius: 5px;
    padding: 6px;
    opacity: .5;
    border: 1px solid #fff;
    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%;
}
.slide-banner .carousel-control.left {
    left: -55px;
}
.slide-banner .carousel-control.right {
    right: -55px;
}
.slide-banner:hover .carousel-control.left {
    left: 15px;
}
.slide-banner:hover .carousel-control.right {
    right: 15px;
}
.enquiry {
    width: 25%;
    padding: 25px 30px;
    margin: 0;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    border-radius: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7%;
    z-index: 99;
}
.enquiry h3, .inrenquiry h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 18px 0;
    color: #fff;
}
.enquiry input, .enquiry textarea, .inrenquiry input, .inrenquiry textarea {
    padding: 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 45px;
    background: rgba(255, 255, 255,.25);
    box-sizing: border-box;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    letter-spacing: .8px;
    outline: none;
}
.enquiry textarea, .inrenquiry textarea {
    height: 95px;
    margin: 0 0 5px 0;
}
.enquiry input[type=submit], .inrenquiry input[type=submit] {
    background: #ffffff;
    color: #1879ed;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 40px;
    margin: 0;
    font-weight: 700;
    height: 40px;
}
 .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;
}
.about {
    padding: 70px 0;
}
.ableft {
    padding: 0 60px 0 0 !important;
}
.ableft img {
    width: 100%;
}
.abright {
    padding: 0 !important;
}
.abright p {
    padding: 0 0 10px 0;
    margin: 0;
}
.title {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #333;
    margin: 0;
    padding: 0 0 12px 0;
}
.title span {
    display: block;
    color: #1879ed;
}
.hr1 {
    width: 45px;
    height: 12px;
    margin: 0 0 12px 0;
    padding: 0;
    display: block;
    border: none;
    background: url("../images/hr.png") no-repeat;
    background-size: 100% auto;
}
.abright .btn1 {
    margin: 10px 0 0 0;
}
.services {
    padding: 0 0 100px 0;
}
.services .title, .solution .title, .testimonials .title, .california .title {
    text-align: center;
}
.services hr, .solution hr, .testimonials hr, .california hr {
    margin: 0 auto 12px auto;
}
.serbox {
    margin: 25px 0;
}
.serbox img {
    width: 240px !important;
    margin: 0 auto 15px auto;
    -webkit-transition: 1s;
    -moz-transition: .1s;
    -o-transition: 1s;
    transition: 1s;
}
.serbox:hover img {
    -webkit-transform: rotateY(369deg);
    -moz-transform: rotateY(369deg);
    -o-transform: rotateY(369deg);
    transform: rotateY(369deg);
}
.serbox h4 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    letter-spacing: .2px;
    padding: 0 0 5px 0;
    color: #1879ed;
}
.serbox p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.services .owl-dots {
    display: none;
}
.services .owl-nav {
    bottom: 0;
    margin: 15px 0 0 0;
    width: 100%;
}
.services .owl-carousel .owl-nav button.owl-next, .services .owl-carousel .owl-nav button.owl-prev, .blogs .owl-carousel .owl-nav button.owl-next, .blogs .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 30px;
    background: #1879ed;
    color: #fff;
    border-radius: 25px;
    font-size: 24px;
    line-height: 22px;
    padding: 0 0 8px 0 !important;
    outline: none;
    opacity: .6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.services .owl-carousel .owl-nav button.owl-next:hover, .services .owl-carousel .owl-nav button.owl-prev:hover, .blogs .owl-carousel .owl-nav button.owl-next:hover, .blogs .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}
.services .owl-carousel .owl-nav button.owl-next {
    right: 50%;
    margin-right: -33px;
}
.services .owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    margin-left: -33px;
}
.solution {
    padding: 60px 0;
    text-align: center;
    background: url("../images/bg.jpg") fixed;
    background-size: cover;
}
.solution .title, .testimonials .title {
    color: #fff;
}
.solution p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.btmimg img {
    width: 33%;
    margin: 35px auto 30px auto;
}
.solution ul {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}
.solution ul li {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: .2px;
    border-radius: 7px;
    border: 1px solid #fff;
    padding: 25px 10px;
    color: #ffffff;
    display: inline-block;
    width: 32%;
    margin: 7px 5px;
}
.solution ul li img {
    width: 60px;
    margin: 0 auto 12px auto;
    -webkit-transition: 1s;
    -moz-transition: .1s;
    -o-transition: 1s;
    transition: 1s;
}
.solution ul li:hover img {
    -webkit-transform: rotateY(369deg);
    -moz-transform: rotateY(369deg);
    -o-transform: rotateY(369deg);
    transform: rotateY(369deg);
}
.solution a, .solution a:hover {
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    border-radius: 25px;
    margin: 25px 0 0 0;
    padding: 12px 30px;
    color: #fff;
    letter-spacing: 1px;
    background: #00b2ce;
}
.faqs {
    padding: 70px 0;
}
.faqleft {
    padding: 40px 30px !important;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
}
.faqleft ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.faqleft li {
    position: relative;
    margin: 55px 0 0 0;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
}
.faqleft li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0857d0;
    background: -moz-linear-gradient(left, #0857d0 0%, #268af5 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0857d0), color-stop(100%, #268af5));
    background: -webkit-linear-gradient(left, #0857d0 0%, #268af5 100%);
    background: -o-linear-gradient(left, #0857d0 0%, #268af5 100%);
    background: -ms-linear-gradient(left, #0857d0 0%, #268af5 100%);
    background: linear-gradient(to right, #0857d0 0%, #268af5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0857d0', endColorstr='#268af5', GradientType=1 );
    overflow: visible!important;
    border-radius: 2px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out;
}
.faqleft li .progress-percent {
    position: absolute;
    top: -28px;
    right: 0;
    background-color: #333;
    color: #f9f9f9;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 11px;
    border-radius: 2px
}
.faqleft li .progress-percent .counter {
    font-weight: 400;
    font-family: Lato, sans-serif
}
.progress-percent:after, .progress-percent:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}
.progress-percent:after {
    border-top-color: #333;
    border-width: 4px;
    left: 50%;
    margin-left: -4px
}
.progress-percent:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px
}
.faqleft li>span {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.faqright {
    padding: 0 0 0 50px !important;
}
.faqright .panel-group {
    margin: 15px 0 0 0;
}
.faqright .panel-group .panel+.panel {
    margin-top: 2px;
}
.faqright .panel-title {
    font-weight: 500;
    color: #fff;
    padding: 6px 0;
}
.faqright .panel-group .panel {
    border-radius: 0;
    border: none;
    background: #f7f7f7;
}
.faqright .panel-heading {
    cursor: pointer;
    background: #1879ed !important;
    border-radius: 0;
}
.faqright .panel-body {
    padding: 10px 20px;
}
.faqright p {
    padding: 0;
    margin: 0;
    text-align: left;
}
.testimonials {
    padding: 70px 0;
    background: url(../images/bg2.jpg) fixed;
    background-size: cover;
}
.tesbox {
    padding: 25px 30px;
    background: rgba(255, 255, 255, .9);
    margin: 26px 0 0 0;
    border-radius: 7px;
}
.tesbox .description {
    padding: 15px 0;
    margin: 0;
}
.tesbox h4 {
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #1879ed;
}
.tesbox img {
    width: 50px !important;
    margin: 0 0 10px 0;
}
.tesbox h5 {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #666;
}
.owl-dots {
    text-align: center;
    margin: 25px 0 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.owl-theme .owl-dots .owl-dot span {
    background: #a2a1a1;
    width: 16px;
    height: 8px;
    display: block;
    border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
    margin: 0 5px;
}
.california {
    padding: 70px 0;
    position: relative;
}
.california ul {
    margin: 15px 0 0 0;
    padding: 0;
    border: .5px solid #ccc;
    width: 100%;
    float: left;
}
.california li {
    list-style: none;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 29px;
    margin: 0;
    letter-spacing: .2px;
    padding: 10px;
    color: #555;
    display: block;
    width: 25%;
    float: left;
    border: .5px solid #ccc;
}
.divcircle {
    width: 55%;
    position: absolute;
    top: 56%;
    left: 50%;
    z-index: -1;
    opacity: .1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.divcircle img {
    width: 100%;
}
.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes rotateme {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
footer {
    padding: 60px 0 0 0;
    background: #323b42;
}
footer .hr1 {
    width: 35px;
    height: 10px;
}
footer .title {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.fbox {
    padding: 0 30px 0 0 !important;
}
.fbox p {
    padding: 0 0 8px 0;
    margin: 0;
    text-align: left;
    color: #ababab;
}
.fbox p a, .fbox p a:hover {
    color: #ababab;
}
.fbox p svg {
    margin: 0 5px 0 0;
}
.social ul {
    text-align: left;
    margin: 10px 0 0 0;
    padding: 0;
}
.social ul li {
    display: inline-block;
}
.social ul li a {
    margin: 0 3px 0 0;
    color: #323b42;
    font-size: 13px;
    background: #ababab;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}
.fbox2 {
    padding: 0 !important;
}
.fbox2 ul {
    margin: 0;
    padding: 0;
}
.fbox2 li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 33.3333%;
    float: left;
}
.fbox2 li a {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 12px 0;
    letter-spacing: .4px;
    padding: 0 0 0 27px;
    color: #ababab;
    display: inline-block;
    position: relative;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.fbox2 ul li a:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/icon.png) no-repeat;
    background-size: 100% auto;
    top: 9px;
    left: 0;
}
.fbox2 li a:hover, .fbox2 li a:focus {
    color: #fff;
}
.fcopy {
    padding: 10px 15px;
    background: #293035;
    margin: 50px 0 0 0;
}
.fcopy p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    opacity: .5;
}
.fcopy .description a {
    color: #ffffff;
}
/*-----------------------------------------*/
.to-top {
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 15px;
    display: none;
}
.to-top a.back-to-top {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #1879ed;
    opacity: 0.5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.to-top a.back-to-top:hover {
    opacity: 1;
    color: #ffffff;
}
.innerbanner {
    width: 100%;
    position: relative;
}
.innerbanner img {
    width: 100%;
}
.innerbanner .breadcrumb {
    background: none !important;
    text-align: left;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.innerbanner .breadcrumb li a {
    font-size: 14px;
    line-height: 24px;
    padding: 7px 0;
    text-align: right;
    font-weight: 400;
    color: #fff;
    letter-spacing: .8px;
}
.innerpage {
    padding: 60px 0;
}
.innerpage p {
    margin: 0;
}
.innerpage h4 {
    font-size: 21px;
    text-align: left;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    letter-spacing: .2px;
    padding: 5px 0;
    color: #333;
}
.innleft {
    padding: 0 !important;
}
.innright {
    padding: 0 0 0 50px !important;
}
.inrenquiry {
    padding: 20px !important;
    background: #1879ed;
}
.inrenquiry input[type=submit] {
    color: #1879ed;
    background: #fff;
}
 .inrenquiry form ::-webkit-input-placeholder {
 color: #fff;
}
 .inrenquiry form ::-moz-placeholder {
 color: #fff;
}
 .inrenquiry form :-ms-input-placeholder {
 color: #fff;
}
 .inrenquiry form :-moz-placeholder {
 color: #fff;
}
.inrcall {
    padding: 0 !important;
    border: 1px solid #1879ed;
    margin: 25px 0 0 0;
}
.inrcall img {
    width: 50%;
    margin: 25px auto 0 auto;
}
.inrcall a, .inrcall a:hover {
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    letter-spacing: 1px;
    padding: 25px 15px;
    color: #333;
    display: block;
}
.inrcall a span {
    display: block;
    font-size: 13px;
    color: #fff;
    width: 49%;
    letter-spacing: .4px;
    padding: 5px;
    margin: 12px auto 0 auto;
    border-radius: 25px;
    background: #1879ed;
}
.inrcall a span svg {
    margin: 0 7px 0 0;
}
.inrulbox {
}
.inrulbox ul {
    margin: 0;
    padding: 5px 00;
}
.inrulbox ul li {
    list-style: none;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    letter-spacing: .2px;
    padding: 5px 0 5px 25px;
    color: #555;
    position: relative;
}
.inrulbox ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/icon.png) no-repeat;
    background-size: 100% auto;
    top: 14px;
    left: 0;
}
.inrimg {
    float: right !important;
    padding: 10px 0 10px 30px !important;
}
.inrimg img {
    width: 100%;
    border: 1px solid #ccc;
}
.conmap {
    padding: 0 !important;
    margin: 40px 0 0 0;
}
.condet {
    padding: 0 !important;
}
.condet p {
    position: relative;
    padding: 5px 0 5px 50px;
}
.condet hr {
    margin: 12px 0;
}
.condet .hr1 {
    margin: 0 0 12px 0;
}
.condet p strong {
    display: block;
}
.condet p svg {
    margin: 0;
    background: #1879ed;
    color: #ffffff;
    width: 32px !important;
    height: 32px;
    border-radius: 25px;
    padding: 10px;
    position: absolute;
    top: 8px;
    left: 0;
}
.condet p a, .condet p a:hover {
    color: #555;
}
.discl {
    padding: 20px !important;
    background: #1879ed;
    margin: 40px 0 0 0;
    border-radius: 12px;
}
.discl p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
}
.caliinner {
    padding: 0 0 60px 0;
}
.innerpage .title{
	text-align: left;
}
.innerpage .hr1 {
    margin: 0 0 12px 0;
}

@media only screen and (max-width: 1200px) {
ul.slimmenu li a {
    padding: 0 12px;
    font-size: 13px;
    letter-spacing: 0;
}
ul.slimmenu li:last-child a {
    padding: 0 0 0 12px;
}
.serbox img {
    width: 200px !important;
}
.slidetext h3 {
    font-size: 27px;
    line-height: 36px;
}
.enquiry {
    width: 27%;
    padding: 15px 20px;
    right: 5%;
}
.slidetext {
    left: 5%;
}
.enquiry input {
    height: 36px;
}
.enquiry textarea {
    height: 70px;
}
.title {
    font-size: 26px;
    line-height: 34px;
}
.fbox2 li {
    width: 50%;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    width: 24px;
    height: 24px;
    padding: 4px;
}
.inrcall a span {
    width: 95%;
}
}

@media only screen and (max-width: 992px) {
.logo img {
    width: 140px;
}
ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
}
.crotate {
    position: fixed;
    top: 20px;
    right: 249px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
}
.crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
}
.crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
}
ul.slimmenu li a, ul.slimmenu li:last-child a {
    padding: 0;
    line-height: 50px;
    font-size: 12px;
}
ul.slimmenu li .sub-toggle {
    width: 15px;
}
ul.slimmenu li .sub-toggle svg {
    font-size: 12px;
    vertical-align: -8px;
}
.enquiry {
    width: 720px;
    padding: 20px;
    margin: 30px auto 0 auto;
    right: auto;
    top: auto;
    position: relative;
    background: #1877e8;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
.slidetext {
    left: 50%;
    width: 80%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn1 {
    line-height: 35px;
    letter-spacing: .4px;
}
.btn1 span {
    padding: 0 12px;
}
.slidetext img {
    width: 45px;
    margin: 0 auto 6px auto;
}
.slidetext h3 {
    font-size: 23px;
    line-height: 30px;
}
.slide-banner .carousel-control.left {
    left: 15px;
}
.slide-banner .carousel-control.right {
    right: 15px;
}
.about {
    padding: 40px 0;
}
.title {
    text-align: center;
}
.hr1 {
    margin: 0 auto 12px auto;
}
.title {
    font-size: 24px;
    line-height: 32px;
}
.abright, .abright p {
    text-align: center;
}
.services {
    padding: 0 0 75px 0;
}
.solution {
    padding: 40px 0;
}
.solution ul li {
    width: 48%;
    padding: 12px;
}
.solution ul li img {
    width: 32px;
    margin: 0 auto 5px auto;
}
.solution a, .solution a:hover {
    font-size: 15px;
}
.faqs {
    padding: 40px 0;
}
.faqright {
    padding: 0 !important;
    margin: 40px 0 0 0;
}
.testimonials {
    padding: 40px 0;
}
.california {
    padding: 40px 0;
}
.california ul {
    height: 359px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.california li {
    width: 33.3333%;
}
.divcircle {
    width: 48%;
}
footer {
    padding: 40px 0 0 0;
}
.fbox {
    padding: 0 !important;
}
.fbox p, .social ul, .fbox2 ul {
    text-align: center;
}
.fbox2 {
    margin: 30px 0 0 0;
}
.fbox2 li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 10px 0;
}
.fcopy {
    margin: 30px 0 0 0;
}
.innright {
    padding: 0 !important;
    margin: 30px 0 0 0;
}
.innerpage h4 {
    font-size: 18px;
}
}

@media only screen and (max-width: 768px) {
.logo img {
    width: 135px;
}
.faqleft {
    padding: 25px 20px !important;
}
.menu-collapser {
    top: -6px;
}
.enquiry {
    width: calc(100% - 30px);
    margin: 15px auto 0 auto;
}
.slidetext h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 10px 0;
}
.slidetext .btn1 {
    font-size: 11px;
    padding: 0 0 0 10px;
    line-height: 30px;
}
.slidetext .btn1 span {
    padding: 0 10px;
    margin: 0 0 0 10px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    width: 19px;
    height: 19px;
    padding: 3px;
    opacity: .3;
}
.title {
    font-size: 20px;
    line-height: 28px;
}
.hr1 {
    width: 40px;
    height: 11px;
}
.serbox img {
    width: 180px !important;
}
.services .owl-nav {
    margin: 5px 0 0 0;
}
.btmimg img {
    width: 55%;
    margin: 20px auto 15px auto;
}
.solution ul li {
    width: 100%;
    margin: 0 0 10px 0;
}
.tesbox img {
    display: none !important;
}
.tesbox p, .tesbox h4, .tesbox h5 {
    text-align: center;
}
.california li {
    width: 50%;
}
.enquiry input {
    height: 42px;
}
.enquiry textarea {
    height: 85px;
}
.innerpage {
    padding: 30px 0;
}
.conmap {
    margin: 20px 0 0 0;
}
.innerbanner .breadcrumb li a {
    font-size: 12px;
    letter-spacing: 0;
}
.inrimg {
    width: 100%;
    padding: 0 !important;
    margin: 10px 0;
}
.discl {
    margin: 20px 0 0 0;
}
}

@media only screen and (max-width: 480px) {
.inrenquiry h3 {
    font-size: 17px;
}
.innerbanner .breadcrumb li a {
    font-size: 11px;
}
.inrcall a, .inrcall a:hover {
    font-size: 18px;
}
.slidetext img {
    display: none;
}
.slidetext h3 {
    font-size: 13px;
    line-height: 18px;
}
.slidetext .btn1 {
    font-size: 8px;
    padding: 0 8px;
    line-height: 25px;
}
.btn1 {
    font-size: 11px;
    line-height: 32px;
}
.slidetext .btn1 span {
    display: none;
}
.enquiry h3 {
    font-size: 16px;
}
.serbox h4 {
    font-size: 16px;
}
.title {
    font-size: 18px;
    line-height: 28px;
}
.solution a, .solution a:hover {
    font-size: 14px;
    padding: 10px;
}
.faqright .panel-title {
    font-size: 14px;
}
p, .inrulbox ul li {
    font-size: 14px;
    line-height: 28px;
}
.california li {
    width: 100%;
}
footer .title {
    font-size: 16px;
}
.fcopy p {
    font-size: 12px;
}
.condet {
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
}
.responsive-table {
    width: 100%;
    border: 2px solid #1879ed;
    margin: 20px 0 0 0;
    color: #333;
}
.responsive-table a, .responsive-table a:hover {
    color: #333;
}

@media (min-width: 48em) {
.responsive-table {
    font-size: .9em;
}
}

@media (min-width: 62em) {
.responsive-table {
    font-size: 1em;
}
}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 48em) {
.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
}
.responsive-table thead th {
    background-color: #1879ed;
    border: 1px solid #ffffff;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 48em) {
.responsive-table tr {
    display: table-row;
}
}
.responsive-table th, .responsive-table td {
    padding: .5em;
    vertical-align: middle;
    border: 1px solid #fff;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 48em) {
.responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
    padding: .75em;
    background: none;
}
}
.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 48em) {
.responsive-table caption {
    font-size: 1.5em;
}
}
.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
    font-size: .9em;
}
}

@media (min-width: 48em) {
.responsive-table tbody {
    display: table-row-group;
}
.responsive-table tbody:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.03);
}
}
.responsive-table tbody tr {
    margin: 10px 0;
    border: 1px solid #ffffff;
    padding-bottom: 20px;
}
.responsive-table tbody tr:nth-child(even) {
    background: #eff6ff;
}

@media (min-width: 48em) {
.responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
    background-color: #30a650;
    color: #fff;
}

@media (min-width: 48em) {
.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
}
}
.responsive-table tbody td {
    text-align: center;
}

@media (min-width: 30em) {
.responsive-table tbody td {
    border-bottom: 0px solid #fff2cc;
}
}

@media (min-width: 48em) {
.responsive-table tbody td {
    text-align: center;
}
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 13px;
    color: #333;
    display: none;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
    font-size: .9em;
}
}

@media (min-width: 48em) {
.responsive-table tbody td[data-title]:before {
    content: none;
}
}

@media only screen and (max-width: 768px) {
.restable {
    height: 485px;
    padding: 0 5px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.responsive-table {
    border: 0px solid #1879ed;
    font-size: 13px;
    margin: 0;
}
.responsive-table tbody tr {
    margin: 0 0 10px 0;
    border: 1px solid #1879ed;
    padding: 0;
}
.responsive-table th, .responsive-table td {
    padding: 10px;
    border: 0px solid #fff;
}
.faqleft li>span {
    font-size: 14px;
}
.faqright .panel-title {
    line-height: 21px;
    padding: 0;
}
}
.fixheader {
    position: fixed;
    z-index: 9999;
    border: none;
    background: #fff;
    -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);
}
