@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    background: #fff;
}

p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common {
    color: #117BED;
}
 .common-btn{
    background:#117BED;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    padding: 12px 15px;
    font-weight: 500;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}
.common-btn i{
    margin-left: 8px;
}
 .common-btn:hover ,  .common-btn:focus{
    background: #2260AC;
    color: #fff;
}
.main-subtitle{
    font-size: 14px;
    color: #6D6A67;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform:uppercase ;
}
.main-title{
    font-size: 57px;
    color: #000;
    font-weight: 800;
    letter-spacing: -1.8px;
}
.main-text{
    font-size: 15px;
    font-weight: 500;
    color: #6D6A67;
    text-align: justify;
    line-height: 28px;
    padding: 10px 0px;
    font-family: 'Open Sans', sans-serif;
}
.main-title-white{
    font-size: 30px;
    color: #fff;
    align-items: center;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0.5em 0;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
.main-text-white{
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0px;
}
.top-header {
    background:#f7f5f5;
    padding: 15px 0px;
}
.top-header .top-header-left ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 25px;
}
.top-header .top-header-left .top-header-link{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.top-header .top-header-left .top-header-link i{
    color: #000;
    font-size: 16px;
    margin-right: 10px;
}
.top-header .top-header-right .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .top-header-right .social-icon li{
    margin-left: 25px;
}
.top-header .top-header-right .social-icon li a {
    color: #000;
    font-size: 14px;
}
.fixed-header{
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    z-index: 1020;
    background: linear-gradient(47deg,#55b5d4 0,#0041c2 100%)  !important;
}
.fixed-header .navbar-brand img{
    width: 60px !important;
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.banner-carousel .banner-img{
    position: relative;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img::after{
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}
.banner-carousel .banner-img-1{
    background: url(../images/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
}
.banner-carousel .banner-img-2{
    background: url(../images/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner #header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
}
.banner  .navbar{
    background: linear-gradient(47deg,#55b5d4 0,#0041c2 100%);
    padding: 10px 0px;
}
.banner  .navbar .navbar-brand img{
    width: 90px;
}
.banner .navbar .nav-item{
    padding-left: 50px;
}
.banner .navbar .dropdown:hover .dropdown-menu{
	display: block;
	animation: swip_up .3s linear 1
}
.banner .navbar .dropdown .dropdown-menu{
	position: absolute;
	left: -15px;
    top: 100%;
	height: auto;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
	border: none;
	display: none;
	transition: .3s;
	z-index: 150;
	top: 100%;
	margin-top: 0px;
    padding: 0px;
}
.banner .navbar .dropdown li {
	display: block;
	text-align: left;
	margin: 0;
}

.banner .navbar .dropdown li:last-child {
	border-bottom: 0
}

.banner .navbar .dropdown li a {
	display: block;
	padding: 5px 15px;
	width: 100%;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}
.banner .navbar .dropdown li:hover {
	background: #0089d1;
}
.banner .navbar .dropdown li:hover a{
    color: #fff;
}
.banner .navbar .dropdown .dropdown-toggle::after{
	border: none;
}
.banner .navbar .dropdown .dropdown-toggle::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 11px;
    right: -12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner  .navbar .nav-link{
    font-size: 19px;
    color: #fff;
    text-align: left;    
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 0px;
}
.banner  .navbar .common-btn{
    font-size: 15px;
}
.banner  .navbar .nav-link::after{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0px;
/*  height: 2px;*/
  border-radius: 30px;
  background: #fff;
  transition: 0.1s all;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.banner  .navbar .nav-link.active::after , .banner  .navbar .nav-link:hover::after , .banner  .navbar .nav-link:focus::after{
    width: 100% !important;
}
.banner .banner-content{
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    transform: translateY(-80%);
    z-index: 1;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }
.banner .banner-content .star-rating{
    display: flex;
    justify-content: center;
}
.banner .banner-content .star-rating i{
    font-size: 14px;
    color: #E3A752;
    margin: 10px 4px;
}
.banner .banner-content .banner-text{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 43px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 48px;
}
.banner .banner-content .banner-btn{
    border: 1px solid #fff;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    padding: 14px 35px;
    z-index: 1;
    position: relative;
}
.banner .banner-content .banner-btn::after{
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}
.banner .banner-content .banner-btn-1{
    border: 1px solid rgb(5 11 30);
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    background: rgb(5 11 30);
    font-size: 15px;
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    padding: 15px 35px;
}
.banner .banner-content .banner-btn:hover::after , .banner .banner-content .banner-btn:focus::after{
   width: 100%;
   color: rgb(5 11 30) !important;
}
.banner .banner-content .banner-btn:hover, .banner .banner-content .banner-btn:focus{
    color: rgb(5 11 30) !important;
 }
.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
  .banner .banner-carousel .owl-item.active .banner-subtitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-nav{
    display: none !important;
  }
  /* .banner .banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 50px;
   border: 1px solid #666;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color:#666;
   bottom: 10%;
}
.banner .banner-carousel .owl-nav button.owl-next{
    position: absolute;
    left: 110px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5);
    bottom: 10%;
}
.banner .banner-carousel .owl-nav button.owl-prev:hover , .banner .banner-carousel .owl-nav button.owl-next:hover{
   color: #fff;
   border-color: #fff;
} */
  .banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 9%;
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 10px;
    height:10px;
    margin: 5px 7px;
    background:transparent;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   border-color: #117BED;
   background: #117BED;
}
.services{
    padding: 60px 0px;
}
.services .service-subtitle{
    font-size: 14px;
    color: #000;
    text-align: center;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 20px;
}
.services .service-title{
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 800;
    letter-spacing: -1.8px;
    text-overflow: ellipsis;
}
.services .service-card{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px #f1eaea;
    padding: 10px;
}
.services .service-card .service-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 20px auto;
    overflow: hidden;
}
.services .service-card .service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .service-card .service-card-subtitle{
    font-size: 12px;
    color: #6D6A67;
    text-align: center;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform:uppercase ;
}
.services .service-card .service-card-title{
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1.3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services .service-card .service-card-text{
    font-size: 15px;
    color: #6D6A67;
    text-align: center;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services .service-card .icon{
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 50px;
    color: #6D6A67;
    font-size: 16px;
    border: 1px solid #6D6A67;
}
.services .service-card:hover .icon{
    background: #117BED;
    border-color: #117BED;
    color: #fff !important;
}
.quality-doors{
    padding: 60px 0px;
    background: #cfe6ff6b;
    width: 100%;
    height: 100%;
    position: relative;
}
.quality-doors .quality-btn{
    border: 1px solid #117BED;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    background: #117BED;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    padding: 15px 35px;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.quality-doors .phone-number{
    font-size: 20px;
    color: rgb(5 11 30);
    font-weight: 700;
}
.quality-doors .phone-number i{
    background: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #6D6A67;
    margin: 0px 20px;
}
.quality-doors .img-divider{
    position: relative;
    width: 300px;
    height: 400px;
    margin-left: auto;
}
.quality-doors .img-divider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quality-doors .img-divider .img-2{
    position: absolute;
    top: -20px;
}
.quality-doors .img-divider .img-1{
    position: absolute;
    left: -120px;
    top: 50px;
    z-index: 1;
}
.counter-box {
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    padding: 60px 0px 0px;
}

.counter-number {
    position: relative;
}

.counter-box:hover .counter-number::before {
    opacity: 1;
    top: -30px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.counter-number .h2-title {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}

.counter-content p {
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    text-align: center;
}
.gallery{
    padding: 60px 0px;
}
.gallery .gallery-pill .nav-link{
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: #ddd;
    border-radius: 0px;
}
.gallery .gallery-pill.nav-pills button{
    margin-right: 20px;
    outline: none;
}
.gallery .gallery-pill.nav-pills .nav-link:hover , .gallery .gallery-pill.nav-pills .nav-link.active, .gallery .gallery-pill.nav-pills .show>.nav-link{
    background: rgb(5 11 30);
    color: #fff !important;
    border-radius: 0px;
}
.gallery .gallery-card{
    width: 100%;
    position: relative;
}
.gallery .gallery-img{
    width: 100%;
    height: 180px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.gallery .gallery-card:hover .gallery-img img{
    transform: scale(1.2);
}
.gallery .gallery-card:hover .gallery-content{
    opacity: 1;
    visibility: visible;
}
.gallery .gallery-content{
    position: absolute;
    width: 93%;
    height: 93%;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.gallery .gallery-content::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #117bedc2;
    color: #fff;
    top: 0;
    left: 0;
}

.gallery .gallery-content .gallery-link{
   font-size: 50px;
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   z-index: 1;
   position: relative;
}
.gallery .gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.product{
    padding: 60px 0px;
}
.product .product-card{
    background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
    position: relative;
    padding: 20px;
}
.product .product-card:hover{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.product .product-card .product-img{
    width: 100%;
    height: 270px;
    position: relative;
} 
.product .product-card  img{
   width: 100%;
   height: 100%;
    object-fit: cover;
}
.product .product-card .product-body{
    padding:20px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.product .product-card .star-rating{
    justify-content: center;
    padding-top: 10px;
}
.product .product-card .card-title{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.product .product-card  a{
    color: #fff;
}
.book-bg{
    background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
    padding: 25px 0px ;
}
.book-bg .book-bg-title{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.book-bg .banner-btn{
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    padding: 17px 35px;
    z-index: 1;
    position: relative;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.book-bg .banner-btn::after{
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}
.book-bg .banner-btn:hover::after , .book-bg .banner-btn:focus::after{
    width: 100%;
    color: rgb(5 11 30) !important;
 }
 .book-bg .banner-btn:hover , .book-bg .banner-btn:focus{
     color: rgb(5 11 30) !important;
  }
  .book-bg .banner-btn-1:hover{
    color: #0040ff !important;
  }
.book-bg .banner-btn-1{
    border: 1px solid #117BED;
    border-radius: 0px;
    background: #fff;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 600;
    color: #0040ff;
    padding: 17px 35px;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: 'Open Sans', sans-serif;
}
.book-bg .banner-btn:hover , .book-bg .banner-btn:focus{
    border: 1px solid #fff;
    color: #000 !important;
    background: #fff;
}
.work-example{
    padding: 60px 0px;
}
.work-example .img-box{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.work-example .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
.work-example .work-slider .owl-nav{
    position: absolute;
    top: -220px;
    right: 0;
}
 .work-example .work-slider .owl-nav button.owl-prev {
   border: 1px solid #666;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color:#666;
}
.work-example .work-slider .owl-nav button.owl-next{
    border: 1px solid #666;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #666;
}
.work-example .work-slider .owl-nav button.owl-prev:hover , .work-example .work-slider .owl-nav button.owl-next:hover{
   color: #fff;
   border-color: #fff;
   background: #117BED;
}
.content-box{
    background: #F6F5ED;
    padding: 20px 30px 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-215px);
}
.content-box .title{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.content-box .text{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.work-example .img-box:hover .content-box{
    transform: translateX(0px);
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.testimonials{
    padding: 60px 0px 100px;
    background: #cfe6ff6b;
    overflow: hidden;
}
.testimonials .testimonial-card{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 2px #0000000D;
    height: 300px;
    width: 100%;
}
.testimonials .testimonial-card .card-text{
    font-size: 15px;
    color: #6e7879;
    text-align: left;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.testimonials .testimonial-card .card-title{
    font-size: 18px;
    color: #000;
    text-align: left;
   font-weight: 700;
   margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.testimonials .testimonial-card .card-subtitle{
    font-size: 13px;
    color: #6e7879;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.testimonials .testimonial-carousel .owl-nav{
    display: none !important;
}
.testimonials .testimonial-carousel .owl-dots {
  display: block;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
.testimonials .testimonial-carousel .owl-dots .owl-dot span {
  width: 10px;
  height:10px;
  margin: 5px 7px;
  background:#e2e1e0;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  position: relative;
}
.testimonials .testimonial-carousel .owl-dots .owl-dot.active span{
 background: #117BED;
}
.star-rating {
    display: flex;
    justify-content: flex-start;
}
.star-rating i {
    font-size: 14px;
    color: #E3A752;
    margin: 0px 5px 10px 5px;
}
.get-touch{
    background: url(../images/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 60px 0px;
    height: 100%;    
    position: relative;
}
.get-touch::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}
.get-touch .get-touch-form{
    background: #fff;
    padding:50px 30px;
    position: relative;
    z-index: 1;
}
.get-touch .get-touch-form .subtitle{
    font-size: 14px;
    color: #000;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform:uppercase ;
}
.get-touch .get-touch-form .title{
    font-size: 47px;
    color: #000;
    font-weight: 800;
    letter-spacing: -1.8px;
}
.get-touch .get-touch-form input , .get-touch .get-touch-form  select , .get-touch .get-touch-form  textarea{
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
    font-size: 15px;
    padding: 15px 0px;
    color: #6e7879;
}
.submit-btn {
    background: #117BED;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    color: #fff;
    padding: 15px 35px;
    font-weight: 500;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.submit-btn i{
    margin-left: 8px;
}
 .submit-btn:hover ,  .submit-btn:focus{
    background: #2260AC;
    color: #fff;
}
.footer{
    padding: 30px 0px 15px;
    position: relative;
    background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
}
.footer .footer-title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: 'Open Sans', sans-serif;
}
.footer .footer-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    margin-bottom: 20px;
}
.footer .footer-list{
    margin-bottom: 0px;
}
.footer .footer-list li{
    padding-bottom: 15px;
}
.footer .footer-list .footer-link{
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .footer-list .footer-link:hover{
    color: #fff;
    margin-left: 5px;
}
.footer  .footer-logo {
    margin:0px 0px 20px;
}
.footer  .footer-logo img{
    width: 100px;
}
.footer  .social-icon ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 0px;
}
.footer  .social-icon li{
    margin-right: 10px;
}
.footer  .social-icon li a i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.footer  .social-icon li a i:hover{
    color: #fff;
    border-color: #fff;
}
.footer .footer-address{
    margin-bottom: 0px;
}
.footer .footer-address li{
    padding-bottom: 10px;
}
.footer .footer-address .footer-address-title{
    padding-bottom: 10px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.footer-subtitle{
    padding-top: 16px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.footer .footer-flex{
    display: flex;
    flex-wrap: wrap;
}
.footer .footer-flex a{
    margin-right: 10px;
}
.footer .footer-address li a i{
    margin-right: 10px;
}
.footer .footer-address li a{
    padding-bottom: 7px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .footer-address li a:hover{
    color: #fff;
}
.copright-text{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
}
.copright-text a{
    color: #fff;
}
.page-banner{

    background: linear-gradient( rgb(12 9 9 / 28%), rgb(0 0 0 / 48%) ),url(../images/work-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    position: relative;
}
.page-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: #000000b8;*/
}
.page-banner .page-banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }
.page-banner .page-banner-content .page-banner-subtitle{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 1.25em;
}
.page-banner .page-banner-content .page-banner-title{
    position: relative;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 700;
}

.page-banner-title{
    color: #fff;
}
.about-us{
    padding: 60px 0px 30px;
}
.about-us .star-rating{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.about-us .star-rating i{
    font-size: 14px;
    color: #E3A752;
    margin: 10px 4px;
}
.about-us .about-subtitle{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}
.about-us .about-title{
    font-size: 36px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    font-family: 'Open Sans', sans-serif;
}
.about-us .about-title_1{
    font-size: 20px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    font-family: 'Open Sans', sans-serif;
}
.about-us .about-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}
.about-us .about-img {
    position: relative;
}
.about-us .about-img::after{
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #117BED;
}
.about-us .about-img img{
    width: 100%;
}
.about-us .reservation-box .icon{
    font-size: 30px;
    color: #A49165;
    text-align: right;
}
.about-us .reservation-box .reservation-text{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
   margin: 0;
}
.about-us .reservation-box .reservation-title{
    font-size: 27px;
    color: #8e6d45;
    letter-spacing: -1px;
}
.about-us .about-list{
    margin-bottom: 15px;
}
.about-us .about-advantage-title{
    font-size: 20px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.about-us .about-list li{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 10px;
    text-align: justify;
}
.about-us .about-list li::before{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #A49165;
    margin-right: 10px;
}
.about-img-ht{
    margin-top: 25px;
}
.benifits{
    padding: 60px 0px;
   background: #f9fafb;
}
.benifits .benifit-card{
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.05);
    padding: 20px;
    width: 100%;
    height: 100%;
}
.benifits .benifit-card:hover{
  box-shadow: 0 4px 30px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.05);
  background: linear-gradient(47deg,#0041c2 0,#55b5d4 100%);
}
.benifits .benifit-card:hover .icon img{
    filter: brightness(0) invert(1);
}
.benifits .benifit-card .icon {
    text-align: center;
}
.benifits .benifit-card .icon img{
    width: 50px;
    margin:0px 0px 20px 0px;
    filter: grayscale(100%)
}
.benifits .benifit-card .card-title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.benifits .benifit-card:hover .card-title{
    color: #fff;
}
.benifits .benifit-card:hover .card-text{
    color: #fff !important;
}
.benifits .benifit-card .card-text{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    text-align: center;
    line-height: 28px;
}
.product-detail{
    padding: 60px 0px;
}
#sidenav{
    position: sticky;
    top: 120px;
}
.product-detail .product-sidenav{
    background: #f9fafb;
/*    padding:30px 20px;*/
}
.product-detail .product-sidenav .product-list{
    margin-bottom: 0px;
}
.product-detail .product-sidenav .product-list .product-item{
/*    padding-bottom: 15px;*/
    position: relative;
    padding: 25px 20px 15px;
    margin-bottom: 10px;
    background: #fff;
   
    box-shadow: 0 0 5px #00000017;
} 
.product-detail .product-sidenav .product-list .active{
    background: linear-gradient(47deg,#55b5d4 0,#0041c2 100%);
}
.product-detail .product-sidenav .product-list .active a {
    color: #fff !important;
    font-weight: 600 !important;
  
    font-size: 17px !important;
}
.product-detail .product-sidenav .product-list .product-item:hover {
    background: linear-gradient(47deg,#55b5d4 0,#0041c2 100%);
    
    font-weight: 600 !important;
  
    font-size: 17px !important;
}
.product-detail .product-sidenav .product-list .product-item:hover a,.product-detail .product-sidenav .product-list .product-item::before{
    color: #fff !important;
}
.product-detail .product-sidenav .product-list .active::before{
color: #fff !important;
}
.product-detail .product-sidenav .product-list .product-item::before{
    content: "\f105";
    font-size: 16px;
    font-weight: 900;
    color: #6e7879;
    padding-right: 8px;
    left: 0;
    font-family: "Font Awesome 5 Free";
}
.product-detail .product-sidenav .product-list .product-item a{
    font-weight: 600 !important;
    
    font-size: 17px !important;
    color: #222;
    transition: 0.5s all;
}
.product-detail .product-sidenav .product-list .product-item:hover a , .product-detail .product-sidenav .product-list .product-item:hover::before{
    color: #117BED;
}
.product-detail .product-sidenav .product-list .product-item:hover a{
    margin-left: 3px;
}
.product-detail .product-detail-content{
    padding: 0px 30px;
}
.product-detail .product-detail-content .content-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.product-detail .product-detail-content .content-subtitle{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px;
    color: #6D6A67;
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.product-detail .product-detail-content .content-subtitle::after{
    content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: #117BED;
}
.product-detail .product-detail-content p{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}
.image-gallery {
    margin: 0 auto 20px;
    padding: 0px 30px;
  }
  
  
  .thumbnails {
    width: 100%;
    display: flex;
  
  }
  
  .primary {
    width: 100%;
    height: 400px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
    border: 2px solid #117BED;
  }
  
  .thumbnail-image {
    width: 100px;
    height: 100px;
    margin: 20px 20px 20px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
  }

.tags-list{
    padding: 60px 0px;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden; 
    padding-left:0px;
  }
  
  .tags li {
    float: left; 
  }
  
  .tag {
    background: #117BED;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 15px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
  }
  
  .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 16px;
  }
  
  .tag::after {
    background: #fff;
    border-bottom: 18px solid transparent;
    border-left: 10px solid #117BED;
    border-top: 18px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .tag:hover {
    background-color: rgb(5 11 30);
    color: white;
  }
  .tag:hover::after {
     border-left-color: rgb(5 11 30); 
  }


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    border: none;
    background: none;
}

#myBtn img{
    width: 60px;
}
.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px dashed #fff;
    border-radius: 50%;
    line-height: 40px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}



.floating-form {
    max-width: 300px;
    padding: 8px 30px 10px 30px;
    background: #FFF;
    top: 80% !important;
    transform: translateY(-80%) !important;
    right: 10px;
    position: fixed;
    z-index: 99;
    box-shadow: -2px 0px 8px rgb(43 33 33 / 6%);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow: -2px 0px 8px rgb(43 33 33 / 6%);
}

.floating-form input[type="button"]:hover, .floating-form input[type="submit"]:hover, .contact-opener {
    background: linear-gradient(135deg ,  #ff5858 23%, #f857a6 68%);
    left:-204px;
}

.floating-form input[type="button"], .floating-form input[type="submit"], .contact-opener {
    background-color: #216288;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
}
.contact-opener {
    position: absolute;
    left: -83px;
    transform: rotate(-90deg);
     margin-bottom: 140px;
    bottom: 30px;
    background-color: linear-gradient(138deg,  #ff5858 0%, #f857a6  70%);
    padding: 9px 20px !important;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
}
.floating-form-heading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 3px;
}
.floating-form .form-control {
    background: #f4f4f4;
    padding: 7px;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: none;
    margin-bottom: 20px;
    font-size: 14px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.floating-btn {
    position: fixed;
    background-color: #333;
    color: #fff;
    right: 0%;
    top: 50%;
    height: 150px;
    width: 40px;
    z-index: 1020;
    margin: 0;
    border-radius: 5px 0 0 5px;
    transition: 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.floating-btn:hover {
    background-color: #333;
    color: #fff;
}
p.float-txt {
    transform: rotate(270deg);
    text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
}
.form-resol {
    width: 300px;
    background-color:#D0E0F7;
    color: black;
    position: fixed;
    top: 30%;
    right: -300px;
    z-index: 1021;
    overflow: hidden;
    padding: 20px;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.clicked {
    position: fixed;
    margin-right: 300px;
    opacity: 1;
}
.close-btn {
    float: right;
    background: #333;
    border: none;
    color: #fff;
    border-radius: 2px;
}
.form-opt {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}
.form-submit{
    background: #333;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}
.form-submit:hover , .form-submit:focus{
    background: #333;
    color: #fff;
}
.opt-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    width: 50%;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.opt-item:hover {
    color: #0089d1;
    transform: scale(1.2, 1.2);
}
.opt-text {
    margin-left: 4px;
}
.inputs {
    margin: 2px;
}
.form-field {
    margin-bottom: 2px;
}
.contact{
    padding: 60px 0px;
}
.contact .contact-left , .contact .contact-right{
    padding: 0px 30px;
}
.contact .contact-title{
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.contact .contact-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.contact .contact-detail{
    display: flex;
    margin-bottom: 25px;
}
.contact .contact-detail .icon{
    font-size: 26px;
    color: #117BED;
    text-align: center;
    position: relative;
}
.contact .contact-detail .text{
    margin-left: 10px;
}
.contact .contact-detail .text .reservation-text{
    font-size: 16px;
    color: #117BED;
    font-weight: 400;
    line-height: 2em;
    margin: 0px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.contact .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
    margin-top: -5px;
    font-family: 'Open Sans', sans-serif;
}
.contact .contact-detail .text .reservation-title a{
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.contact .get-title{
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}
.contact form .form-label{
    color: #1D66A7;
    font-weight: 600;
}
.contact form .form-control{
    max-width: 100%;
    padding: 10px ;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact .form-control:focus ~ .input-container {
    border-color: #117BED !important;
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  .icon {
    color: #117BED;
    min-width: 20px;
    line-height: 50px;
    font-size: 16px;
  }
  
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
  }
  
  .input-field:focus {
    border: none;
  }
  .ad-img{
    width: 100%;
    height: 100%;
  }
  .ad-img img{
    width: 100%;
    height: 100%;
    object-fit: 100% cover;
}
.content-section{
    padding: 60px 0px 0px;
}
.content-section .content-title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.our-service{
    padding: 60px 0px;
    background:#f9fafb;
}
.our-service .service-title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.our-service .service-img{
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%; 
}
.our-service .service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.our-service .service-page-title{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;   
}
.our-service .service-page-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #6e7879;
    font-family: 'Open Sans', sans-serif;   
}
@media (min-width:2000px) {
  
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#000;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 40px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner-carousel .banner-img{
        height: 600px;
    }
    .banner .banner-content{
        top: 50%;
        transform: translateY(-50%);
    }
    .primary{
        height: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#000;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 40px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .banner-title{
        font-size: 35px;
        line-height: 40px;
    }
    .banner .banner-carousel .owl-dots{
        left: 80%;
    }
    .services .service-title , .main-title{
        font-size: 35px;
    }
    .quality-doors .img-divider{
        margin: auto;
    }
    .work-example .work-slider .owl-nav{
        top: -185px;
    }
    .banner-carousel .banner-img{
        height: 600px;
    }
    .banner .banner-content{
        top: 50%;
        transform: translateY(-50%);
    }
    .primary{
        height: 250px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#000;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 40px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .banner-title{
        font-size: 35px;
        line-height: 40px;
    }
    .banner .banner-carousel .owl-dots{
        left: 80%;
    }
    .services .service-title , .main-title{
        font-size: 35px;
    }
    .quality-doors .img-divider{
        margin: auto;
    }
    .work-example .work-slider .owl-nav{
        top: -185px;
    }
    .banner-carousel .banner-img{
        height: 500px;
    }
    .banner .banner-content{
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#000;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 40px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .banner-title{
        font-size: 25px;
        line-height: 25px;
    }
    .banner .banner-carousel .owl-dots{
        left: 80%;
    }
    .services .service-title , .main-title , .get-touch .get-touch-form .title{
        font-size: 25px;
    }
    .quality-doors .img-divider{
        margin: auto;
    }
    .work-example .work-slider .owl-nav{
        top: -265px;
    }
    .quality-doors .img-divider .img-1{
        left: -20px;
    }
    .banner-carousel .banner-img{
        height: 500px;
    }
    .banner .banner-content{
        top: 50%;
        transform: translateY(-50%);
    }
}   



.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}

.fnt-24{
    font-size: 24px !important;
}
.fnt-30{
    font-size: 30px !important;
}
.fnt-35{
    font-size: 35px !important;
}

.padd-both-30{
    padding: 30px 0 !important;
}
.icons-leading{
        border: 1px solid #0e55c5;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 5px;
}
.marg-btm-20{
    margin-bottom: 20px !important;
}
.marg-tp-20{
    margin-top: 20px !important;
}
.text-p{
        font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: justify;
    line-height: 28px;
    padding: 10px 0px;
    font-family: 'Open Sans', sans-serif;
}


.faq-section{
  position: relative;
  padding: 30px 0px 30px 0px;
}

.faq-section .faq-sidebar{
  position: relative;
  background: #fff;
  padding: 51px 30px 55px 50px;
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.faq-section .faq-sidebar h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #222;
  font-weight: 500;
  margin-bottom: 38px;
}

.faq-section .faq-sidebar .online-purchase a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #117bed;
  font-weight: 500;
  line-height: 22px;
  border-bottom: 1px solid #117bed;
  margin-bottom: 21px;
}

.faq-section .faq-sidebar .list-item li{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.faq-section .faq-sidebar .list-item li:last-child{
  margin-bottom: 0px;
}

.faq-section .faq-sidebar .list-item li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #777;
}

.faq-section .faq-sidebar .list-item li a:hover{
  color: #117bed;
}

.faq-section .accordion-box{
  position:relative;
}

.faq-section .accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0px 28px;
}

.faq-section .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.faq-section .accordion-box .block .acc-btn h4{
  position:relative;
  display: block;
  font-size:18px;
  font-weight: 500;
  color:#777;
  padding: 20px 30px 19px 0px;
  cursor:pointer;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h4{
  color: #117bed;
  padding-top: 29px;
}

.faq-section .accordion-box .block .acc-content{
  position:relative;
  display:none; 
  padding-top: 6px;
  padding-bottom: 27px;
}

.faq-section .accordion-box .block .acc-content.current{
  display:block;  
}

.faq-section .accordion-box .block .content .text{
  position:relative;
  display: block;
  font-size: 16px;
  color: #777;
  padding-right: 40px;
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 16px;
  right: 25px;
  font-size: 14px;
  color: #117bed;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer{
  color: #222;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0px;
  content: "\f068";
}

.faq-section .faq-content .sec-title h2{
  font-size: 30px;
  margin-bottom: 48px;
}

ul.list-styled-1 {
    color: #fff;
    list-style: none;
    padding: 0;
}
ul.list-styled-1 li {
    margin-bottom: 10px !important;
}
ul.list-styled-1 li:before {
    color: #fff;
    content: "\f177";
    font-family: 'Font Awesome 6 Brands';
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    top: 0px;
}
.margin-ri{
    margin-right: 10px;
}