*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;	
    color: #fff;
}
h1,h2,h3,h4,h5,h6, p{
	margin: 0;
	padding: 0;
}
ul li, ul, a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
    color: #fff;
}
a:hover{
	text-decoration: none;
    color: #fff;
}
img{
	margin: 0;
	padding: 0;
	width: 100%;
}
button:focus, .btn:focus, .form-control:focus{
	outline: none;
	box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}
.p-80{
    padding: 80px 0;
}

/*----------------------------------------*/
.scrollup {
    position: fixed;
    right: 5%;
    bottom: 25px;
    background: #2fc0f7;
    border: 0px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
.animated {
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.gif) 50% 50% no-repeat #fff;
    background-size: 15%;
    opacity: 1;
}

/*=========header===========*/
.header{
    position: relative;
    padding: 15px 0 65px 0;
    background: #fff;
}
.top-header{
    padding:  0;
}
.top-header .rt-block ul li{
    display: flex;
    align-items: center;
    margin-left: 35px;
    transition: all ease-in-out 600ms;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #9e9e9e;
}
.top-header .rt-block ul li i{
    font-size: 34px;
    color: #00adef;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
}
.top-header .rt-block ul li{
    font-size: 14px;
    padding: 10px 20px;
    border: 2px solid #dcdcdc;
}
.top-header .rt-block ul li a{
    color: #00adef;
    display: block;
    font-size: 18px;
}

.main-header{
    background: transparent;
    position: absolute;
    width: 100%;
    top: 80%;
    z-index: 999;
    transition: all ease-in-out 300ms;
}
.navbar-brand.logo2{
    display: none;
}
.main-header .navbar{
    padding: 0;
    background: #00adef;
}
.main-header .navbar-nav li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 20px 15px;
    background: transparent;
    display: block;
    color: #fff;
    transition: all ease-in-out 600ms;
}
.main-header .navbar-nav li a:hover, .main-header .navbar-nav li.active a{
    color: #000;
    transition: all ease-in-out 600ms;
}
.main-header .navbar-nav .drop-menu a i{
    font-size: 12px;
}
.dropdown-menu{
    border-radius: 0;
    padding: 15px 15px;
    width: 250px;
}
.dropdown-menu a{
    color: #000 !important;
    padding: 5px 0 !important;
}
.drop-menu  a:hover{
    color: #00adef;
}
.newheader{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0;
    z-index: 9999;
    box-shadow: 0 3px 12px rgba(0,0,0, .3);
    /*transition: all ease-in-out 200ms;*/
    background: #00adef;
}
.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }

/*-------------banner-sec------------*/
.banner-sec{
    position: relative;
}
.banner-sec .banner-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    padding: 40px 25px;
    width: 60%;
}
.banner-sec .banner-txt h4{
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #00adef;
    display: inline-block;
    text-transform: uppercase;
}
.banner-sec .banner-txt h2{
    font-size: 31px;
    font-weight: bold;
    margin: 0 0 35px 0;
    text-transform: capitalize;
}

.site-btn{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 55px 10px 30px;
    color: #fff;
    border-radius: 0;
    border: 0px solid transparent;
    background: #00adef;
    text-transform: capitalize;
    position: relative;
    transition: all ease-in-out 600ms;
    font-family: 'Open Sans', sans-serif;
}
.site-btn:after{
    content: "\f35a";
    position: absolute;
    right: 25px;
    top: 50%;
    font-weight: 700;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    transition: all ease-in-out 600ms;
}
.site-btn:hover::after{
    right: 15px;
    transition: all ease-in-out 600ms;
}
.site-btn:hover{
    background: #0281b1;
    transition: all ease-in-out 600ms;
}
.banner .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 0;
    background: rgba(255,255,255, .2) !important;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.banner .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 0;
    background: rgba(255,255,255, .2) !important;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

/*=======service-sec==========*/
.service-sec{
    margin: 0;
    position: relative;
    background: #fff;
    color: #333;
}
.service-sec h3{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 2px solid #00adef;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.service-sec p{
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    line-height: 22px;
}
.service-sec .rt-box {
    display: grid;
    grid-template-columns: auto auto;
}
.service-sec .rt-box .box{
    display: flex;
    padding: 10px 15px;
    margin: 10px 15px;
    border: 1px solid #e6e6e6;
}
.service-sec .rt-box .box .icon{
    font-size: 45px;
    margin-right: 15px;
    color: #00adef;
    width: 70px;
}
.service-sec h4{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #00adef;
    font-family: 'Open Sans', sans-serif;
}
.service-sec .rt-box a{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 7px;
    color: #00adef;
    font-family: 'Open Sans', sans-serif;
    transition: all ease-in-out 600ms;
}
.service-sec .rt-box a:hover{
    color: #000;
    transition: all ease-in-out 600ms;
}
/*----------service-offer------*/
.service-offer{
    margin: 0;
    background: url(../images/offer-bg.png) no-repeat center center #fff;
    height: 900px;
}
.heading{
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 0 35px 0;
    display: inline-block;
    margin-bottom: 55px;
    width: 100%;
}
.heading h2{
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.heading:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 105px;
    height: 26px;
    background: url(../images/heading-icon.png) no-repeat center center;
    background-size: cover;
}
.service-offer .nav-tabs{
    border-bottom: 0px solid #dee2e6;
    flex-direction: column;
}
.service-offer .nav-tabs .nav-item a{
    display: flex;
    align-items: center;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.service-offer .nav-tabs .nav-item .nav-link span{
    margin-right: 30px;
}
.service-offer .nav-tabs .nav-item.show .nav-link, .service-offer .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #11b6f5;
    border-color: transparent;
    border-bottom: 1px solid #eee;
}
.service-offer .nav-tabs .nav-link:focus, .service-offer .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #11b6f5;
    border-bottom: 1px solid #eee;
}
.service-offer .offer-img {
    border: 15px solid #00a4e3;
}


/*------------testimonial-sec----------*/
.testimonial-sec{
    margin: 0;
    background: #fff;
    color: #000;
}
.testimonial-sec .heading h2, .testimonial-sec .heading p{
    color: #00adef;
}
.testimonial-sec .heading:after{
    background: url(../images/heading-icon-b.png) no-repeat center center;
    background-size: cover;
}
.testimonial-sec .item {
    text-align: center;
    padding: 0px 0 50px 0;
    margin-bottom: 0px;
    opacity: .4;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-sec .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.testimonial-sec  .testi-box{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    position: relative;
	min-height: 210px;
}

.testi-box ul li{
    color: #ffb100;
    margin: 0 3px;
    font-size: 18px;
    margin-bottom: 15px;
}
.testi-box p{
    color: #7d7d7d;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.testi-box .name{
    position: absolute;
    left: 50%;
    bottom: -22%;
    transform: translate(-50%, -50%);
}
.testi-box .name p{
    padding: 10px 25px;
    background: #00adef;
    color: #fff;
	margin-bottom: 25px;
}
.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #4dc5f4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot:hover span{
    background: #00adef;
}
.testimonial-sec .owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #4dc5f4;
}
/*===========footer-sec==========*/
.footer-sec{
    margin: 0;
    background: #232323;
    padding: 65px 0 0 0;
}
.footer-sec .footer-box{
    margin: 0 0 30px 0;
}
.footer-sec .footer-logo{
    padding: 10px;
    margin: 0 0 25px 0;
    width: 75%;
}
.footer-sec p{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 25px;
}
.footer-sec p a{
    color: #ef250f;
}
.footer-sec .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #656565;
    border-radius: 0;
}
.footer-sec .links ul li{
    padding: 0 0 10px 20px;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out 600ms;
    position: relative;
}
.footer-sec .links ul li:after{
    content: "\f054";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    color: #00adef;
}
.footer-sec .links ul li a{
    color: #fff;
    transition: all ease-in-out 600ms;
}
.footer-sec .links ul li:hover a{
    color: #00adef;
    transition: all ease-in-out 600ms;
}
.footer-sec .footer-box h3{
    font-size: 22px;
    padding: 0 0 5px 0;
    margin-bottom: 30px;
    color: #00adef;
}
.footer-sec .footer-box .address ul li{
    position: relative;
    font-size: 14px;
    padding: 0 0 20px 25px;
    word-break: break-all;
}
.footer-sec .footer-box .address ul li i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #00adef;
    font-size: 16px;
}

.footer-bottom{
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #fff;
}
.footer-bottom p{
    margin: 0;
}

/*=========inner-page============*/
.inner-banner{
  background-size: cover;
  height: 300px;
  position: relative;
}
.page-title{
  position: absolute;
  width: 33%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-title h2{
  font-size: 42px;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 0 2px 5px rgba(0,0,0, .4);
}
.page-title ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.page-title ul li{
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.page-title ul li a{
  color: #54d0ff;
}
/*---------inner-page-----------*/
.inner-page{
    color: #000;
}
.inner-page h1, .inner-page h2{
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 600;
}
.inner-page h3{
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 600;
}
.inner-page h4{
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 400;
}
.inner-page h5{
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 400;
}
.inner-page p{
  font-size: 14px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.inner-page ul li{
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.inner-page ul li a{
  color: #333;
  position: relative;
  padding: 0 0 10px 20px;
}
/*.inner-page ul li a:after{
  content: "\f054";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  color: #678fb5;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}*/
/*========contact-frm============*/
.contact-frm-box{
  text-align: center;
  background: #fbfbfb;
  box-shadow: 0 2px 8px rgba(0,0,0, .2);
}
.contact-frm-box{
    padding: 25px 15px;
}
.contact-frm-box .form-control{
  border-radius: 0;
}
.contact-page{
    background: #eee;
}
.address-info{
    padding: 0;
    position: relative;
}
 
.address-info ul li{
    padding: 25px 20px;
    position: relative;
    margin: 0 15px;
    text-align: center;
    background: url(../images/banner1.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.address-info ul li .map-icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #00adef;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}
.address-info ul li p {
    padding: 0;
    word-break: break-word;
    color: #fff;
    margin-top:15px;
}

.address-info .rt-block ul li a{
  padding: 0;
  color: #ef250f;
}
.address-info ul li a:after{
  display: none;
}
.address-info ul li a{
  padding: 0;
  color: #fff;
}
.address-info ul{
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}

.map-sec .map{
    height: 320px;
    width: 100%;
}

















/*----------respornsive-------*/
@media only screen and (max-width: 1199px) {
.main-header .navbar-nav li a{
    font-size: 13px;
    padding: 10px 10px;
}
/*.dropdown .dropdown-menu {
    display: none;
}
.dropdown .dropdown-menu.show {
    display: block;
}*/
}
@media only screen and (max-width: 991px) {
.top-header{
    display: none;
}
.navbar-brand.logo2 {
    display: block;
    padding: 15px;
    width: 30%;
}
.main-header, .newheader{
    background: #fff;
}
.newheader{
    padding: 0;
}
.navbar-nav{
    padding: 10px 0;
    margin-top: 25px;
    border-top: 1px solid #333;
}
.main-header .navbar-nav li a{
    font-size: 15px;
    padding: 10px 10px;
    color: #000;
}
.main-header .navbar-nav li {
    margin-left: 0;
}
.banner-sec .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.service-sec p {
    font-size: 13px;
}
.service-sec .rt-box .box .icon {
    font-size: 25px;
    margin-right: 10px;
    width: 55px;
}
.header, .newheader {
    background: #fff;
}
.main-header .navbar {
    padding: 0;
    background: transparent;
}
.header {
    position: relative;
    padding: 0 0 0 0;
}
.service-offer{
    height: 775px;
}
}
@media only screen and (max-width: 767px) {
.banner-sec .banner-txt{
    width: 80%;
}
.banner-sec .banner-txt h2 {
    font-size: 18px;
}
.banner-sec .banner-txt p {
    font-size: 12px;
    padding: 0 0 25px 0;
}
.site-btn {
    font-size: 14px;
}
.service-sec .lt-box {
    margin-bottom: 35px;
}
.service-offer{
    background: #00adef;
    height: auto;
}
.testimonial-sec{
    padding-top: 45px;
}
.testi-box .name{
    bottom: -32%;
}
.footer-sec .footer-logo {
    width: 55%;
}
.page-title h2 {
    font-size: 30px;
}
.address-info ul{
    flex-wrap: wrap;
}
.address-info ul li{
    width: 44%;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 575px) {
.navbar-brand.logo2 {
    display: block;
    padding: 10px;
    width: 50%;
}
.banner-sec .owl-theme .owl-nav {
    display: none;
}
.banner-sec .banner-txt{
    width: 100%;
}
.banner-sec .owl-carousel .owl-item img {
    height: 350px;
}
.service-sec .rt-box{
    grid-template-columns: auto;
}
.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots{
    display: none;
}
.heading h2 {
    font-size: 20px;
}
.testi-box .name {
    bottom: -30%;
}

.p-80 {
    padding: 40px 0;
}
.page-title{
    width: 100%;
}
.address-info ul li{
    width: 100%;
}

}
@media only screen and (max-width: 425px) {
.testi-box .name {
    bottom: -20%;
}
}