body { background: #fff; color: #363636; font-family: 'Poppins', sans-serif; font-size: 14px; } 

h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; color: #0c0c0c; margin: 0 0 20px; } 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #0c0c0c; } p a { color: #363636; width: auto; display: inline-block; } p a:hover { text-decoration: underline; outline: none; } p { letter-spacing: normal; margin-bottom: 10px; line-height: 24px; font-size: 15px; color: #363636; } 

a { color: #7f7f7f; text-decoration: none; outline: none; display: block; } 

a:hover, a:focus, a:active { outline: none; text-decoration: none; } 

img { max-width: 100%;height:auto; } 

iframe { border: 0; width: 100%; } blockquote { padding: 0; border: 0; } label { color: #f50606; display: block; font-weight: 400; margin: 0; } textarea { background: #fff; height: 100px !important; } textarea, select, input { border: 1px solid #ccc; height: 40px; border-radius: 0; background: #fff; line-height: 40px; box-shadow: none; padding: 0 15px; box-sizing: border-box; font-size: 14px !important; } 

.form-group { position: relative; margin-bottom: 15px } 

.form-control::-moz-placeholder { color: #555; } 

.form-control:focus::-moz-placeholder { color: #077bb4; } 

.form-control:focus { border-color: #077bb4; box-shadow: none; outline: 0; } 

h2 { font-size: 26px; font-weight: bold; } 

h3 { font-size: 20px; margin: 0 0 30px; font-weight: bold; } 

h3 span { padding: 0 10px 0 0; position: relative; } 

h4 { font-size: 16px; font-weight: bold; margin: 0; text-transform: capitalize; } 

h5 { text-transform: capitalize; } 

/* Header*/ 

.header { float: left; width: 100%; position: absolute; top: 0; left: 0; z-index: 10; padding: 5px 0; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); } 

.topbar { float: left; width: 100%; margin: 0; padding: 5px 0 10px; } 

.topbar .w-p-s-logo { margin: 0; max-width: 210px; } 

.top_right { float: left; width: 100%; display: flex; justify-content: flex-end; height: 55px; align-items: center; margin: 0; } 

.search { max-width: 330px; width: 100%; margin: 0 0px; padding: 0; position: relative; } 

.search_btn { position: absolute; top: 0; right: 0; height: 100%; padding: 0 15px; line-height: 40px; background: #077bb4; color: #fff; border: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0px 4px 4px 0; height: 40px; display: flex; align-items: center; justify-content: center; } 

.search_btn:hover { background: #a2defc; color: #901e78; } 

.phone_call { display: inline-block; list-style: none; margin: 0 15px; padding: 0 } 

.phone_call a { color: #fff; text-decoration: none; font-size: 16px; font-weight: 600; } 

.phone_call a svg { color: #077bb4; width: 24px; height: 24px; margin-right: 3px; vertical-align: middle } 

.phone_call a:hover { color: #a2defc } 

.phone_call a:hover svg { color: #a2defc } 

.navbar .phone_call { margin: 10px 0; } 

.navbar .phone_call a { color: #fff; } 

.navbar .phone_call a:hover, .navbar .phone_call a:focus { color: #a2defc; } ul.social { float: left; margin: 0; padding: 0; } 

.top_right ul.social { float: left; margin: 0; list-style: none; padding: 0px; width: auto; } ul.social li { margin: 0px; display: inline-block; } ul.social li a { transition: background 400ms ease-in-out; text-align: center; width: 35px; height: 35px; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #fff; background: #231573; } ul.social li a svg { color: #fff; width: 15px; height: 15px; margin: 0; padding: 0; } ul.social li.facebook a { background: #3C5B9B; } ul.social li.twitter a { background: #359BED; } ul.social li.linkedin a { background: #027ba5; } ul.social li.youtube a { background: #f70000; } ul.social li.instagram a { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); } 

.menubar { float: left; width: 100%; position: relative; /*-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1);*/ background: transparent; } 

.menubar.stricky-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1); box-shadow: 0 3px 5px rgba(0, 0, 0, .1); animation-name: fadeInDown; animation-duration: 1s; animation-fill-mode: both; background: rgba(0, 0, 0, 0.8); } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0) } to { opacity: 1; transform: none } } 

.navigation .nav-header { display: none; padding: 12px 20px } 

.navigation .navbar button { float: right; width: 40px; height: 40px; background: transparent; border: 0; outline: 0; color: #fff; font-size: 25px; border-radius: 0; text-align: center; line-height: 40px; position: relative; z-index: 99; padding: 5px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } 

.navigation .navbar button span { display: block; position: absolute; height: 3px; width: 70%; background: #fff; border-radius: 9px; opacity: 1; left: 15%; transform: rotate(0deg); transition: .25s ease-in-out; } 

.navigation .navbar button span:nth-child(1) { top: 8px; } 

.navigation .navbar button span:nth-child(2), .navigation .navbar button span:nth-child(3) { top: 18px; } 

.navigation .navbar button span:nth-child(4) { top: 28px; } 

.navigation .navbar button.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 

.navigation .navbar button.open span:nth-child(2) { transform: rotate(45deg); } 

.navigation .navbar button.open span:nth-child(3) { transform: rotate(-45deg); } 

.navigation .navbar button.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } 

.navigation .menu { display: block } 

.navigation .menu ul { float: left; width: 100%; margin: 0; padding: 0; text-align: center; display: block; position: relative; border-top: 1px solid; border-bottom: 1px solid; border-color: rgba(255, 255, 255, 0.1); } 

.navigation .menu ul:before, .navigation .menu ul:after { content: ''; background: rgba(255, 255, 255, 0.1); height: 1px; width: 100%; position: absolute; top: 2px; left: 0; } 

.navigation .menu ul:after { top: auto; bottom: 2px; } 

.navigation .menu ul li { display: inline-block; position: relative } 

.navigation .menu ul li a { padding: 10px 12px; display: block; color: #fff; transition: all 0.3s ease; font-size: 15px; background: transparent; font-weight: 500; border-bottom: 0 solid transparent; } 

.navigation .menu ul li.active a, .navigation .menu ul li:hover a { color: #a2defc; background: transparent; } 

.navigation .menu ul li ul.cs-dropdown { top: 100%; left: 0; text-align: left; border: 0; } 

.navigation .menu ul li ul.cs-dropdown li:last-child { border: 0 } 

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown { left: 100%; margin-top: -36px } 

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown { left: -100%; margin-top: -31px } 

.navigation .menu ul li ul.cs-dropdown { position: absolute; width: 285px; display: none; z-index: 99999; box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; transition: all .3s ease } 

.navigation .menu ul li:hover ul.cs-dropdown { display: block } 

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown { display: none; transition: all .3s ease; width: 250px; } 

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown { display: block } 

.navigation .menu ul li ul.cs-dropdown li { display: block; padding: 0; border-bottom: 1px solid #eee; width: 100% } 

.navigation .menu ul li ul.cs-dropdown li:last-child a { border-bottom: 0 } 

.navigation .menu ul li ul.cs-dropdown li:last-child a:after { display: none } 

.navigation .menu ul li ul.cs-dropdown li a:hover { color: #fff; background: #077bb4; } 

.navigation .menu ul li ul.cs-dropdown li:hover a { color: #fff; background: #077bb4 } 

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a { background: #fff; color: #333 } 

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover { color: #fff; background: #077bb4 } 

.navigation .menu ul li ul.cs-dropdown li a { color: #333; font-size: 14px; padding: 7px 15px; position: relative; display: block; text-transform: capitalize; font-weight: normal; background: #fff; transition: all 0.3s ease; border-bottom: 0px solid transparent; } 

.navigation ul li.cs-submenu a button { border: 0; background: transparent; outline: 0; padding: 0; margin: 0 0 0 3px; color: #fff; } 

.navigation ul li.cs-submenu a button svg { width: 16px; height: 16px; } 

.navigation ul li.cs-submenu:hover svg { transform: rotateZ(180deg); color: #077bb4; } 

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg { color: #242424 } 

.navigation ul li.cs-submenu ul.cs-dropdown li a button { float: right; color: #333; } 

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg { transform: rotateZ(-90deg); } 

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg { color: #fff; } 

.navigation .navbar { display: none; padding: 12px 0; margin: 0 } 

.navigation .menu ul>li:hover>ul.cs-dropdown { visibility: visible; opacity: 1; } 

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown { left: 100%; margin-top: -36px; } 

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown { left: -100%; margin-top: -31px; } 

.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown { visibility: visible; opacity: 1; } 

.navigation .menu ul>li ul.cs-dropdown { position: absolute; width: 280px; opacity: 0; visibility: hidden; z-index: 99999; transition: all .3s ease; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4); background: #fff; margin: 0; padding: 0; text-align: left; } 

.navigation .menu ul>li ul.cs-dropdown li { display: block; padding: 0; border-bottom: 1px solid #eee; width: 100%; } 

/*👉.navigation .menu ul > li:nth-child(3) ul.cs-dropdown { width: 500px; } 

.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li { width: 50%; float: left; position: relative; } 

.navigation .menu ul > li:nth-child(3) ul.cs-dropdown li:nth-child(even) { border-left: 1px solid #eee; }👈*/ /* banner */ 

.home_slider { float: left; width: 100%; margin: 0; padding: 0; position: relative } 

.carousel-fade .carousel-item img { width: 100%; height: auto } 

.carousel-control-next, .carousel-control-prev { line-height: 0; position: absolute; top: 50%; display: block; width: 45px; height: 45px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff; border: 0; outline: 0; background: #077bb4; border-radius: 100%; z-index: 9; opacity: 0.9; } 

.carousel-control-next-icon, .carousel-control-prev-icon { height: 18px; width: 18px; } 

.carousel-control-prev { left: 30px; } 

.carousel-control-next { right: 30px; } 

.home_slider .carousel-control-next:hover, .home_slider .carousel-control-prev:hover { background: #a2defc; color: #333; border-color: #a2defc; } 

.carousel-item { position: relative; display: block; z-index: 6; width: 100%; height: 100%; overflow: hidden; } 

.home_slider .carousel-item img { width: 100%; } 

.home_slider .banner_inner { top: 0%; display: inline-block; text-shadow: none; right: 0%; left: 0%; padding: 0; bottom: 0%; background-color: rgba(0, 0, 0, 0.5); display: flex; height: 100%; } 

.home_slider .banner_info { max-width: 700px; margin: 0 auto; text-align: center; } 

.home_slider .title_1 { color: #a2defc; display: inline-block; font-size: 36px; text-transform: uppercase; margin-bottom: 10px; font-weight: 600; text-shadow: 1px 1px 0 rgba(0, 0, 0, .75); } 

.home_slider .carousel-item.active .title_1 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; } 

.home_slider p { color: #fff; font-size: 20px; line-height: 24px; text-shadow: 1px 1px 0 rgba(0, 0, 0, .75); } 

.home_slider .carousel-item.active p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; } 

.path_type_1 { height: 185px; width: 100%; position: absolute; bottom: -1px; left: 0; z-index: 4; padding: 0; } 

.path_type_1.top { width: 100%; position: absolute; top: -1px; left: 0; -moz-transform: scaleY(-1); -o-transform: scaleY(-1); -webkit-transform: scaleY(-1); transform: scaleY(-1); filter: FlipV; -ms-filter: "FlipV"; } svg:not(:root) { overflow: hidden; } 

/* Fetures */ 

.w-p-s-home-feture { float: left; width: 100%; padding: 20px 0px 20px 0px; background: #fff; } 

.wprt-icon-text { border: 1px solid #f1f1f1; text-align: center; border-radius: 3px; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; overflow: hidden; } 

.wprt-icon-text .icon { padding: 10px 0 0; } 

.wprt-icon-text .icon { color: #077bb4; font-size: 52px; line-height: normal; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; } 

.wprt-icon-text:hover .icon { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } 

.wprt-icon-text:hover .icon { color: #077bb4; } 

.wprt-icon-text .title_01 { font-size: 15px; line-height: 40px; margin: 10px 5px 0px; color: #333; font-weight: bold; padding-bottom: 10px; line-height: 18px; } 

.wprt-icon-text:hover .title_01 { color: #077bb4; } 

.wprt-icon-text:hover .title_01 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } 

.service_category { float: left; width: 100%; padding: 0 0 20px; margin: 0; background: #fff; } 

.p0 { padding: 0; } 

.grid_1 { padding: 0 } 

.grid_1:first-child { padding-left: calc(var(--bs-gutter-x) * 0.5); } 

.grid_1:nth-child(2) { padding-right: calc(var(--bs-gutter-x) * 0.5); } 

.grid_2 { padding: 0 } 

.grid_2:first-child { padding-right: calc(var(--bs-gutter-x) * 0.5); } 

.grid_2:nth-child(2) { padding-left: calc(var(--bs-gutter-x) * 0.5); } 

.img-wrap { position: relative; width: 100%; display: block; } 

.img-wrap img { width: 100%; height: auto; display: block; } 

.service_content { position: relative; height: 100%; text-align: center; color: #fff; font-size: 16px; line-height: 24px; background: #077bb4; } 

.service_content .center_box { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%; width: 100%; padding: 0 60px; } 

.service_content .center_box .title_3 { font-size: 26px; color: #fff; margin-bottom: 15px; font-weight: 600; } 

.service_content .center_box .title_3 a { color: #fff; } 

.service_content:hover .center_box .title_3 a { color: #a2defc; } 

.service_content .center_box p { margin-bottom: 10px; color: #fff; } 

.service_content .center_box .facilities_btn { padding: 8px 30px; background: transparent; color: #fff; font-size: 16px; display: inline-block; border: 1px solid #fff; } 

.service_content .center_box .facilities_btn:hover, .service_content .center_box .facilities_btn:focus { border-color: #a2defc; background: #a2defc; color: #333; } 

/* Home About */ 

.home_about-web-pulse { float: left; width: 100%; color: #fff; padding: 80px 0 170px; background: url(../images/background1.jpg) no-repeat fixed; background-repeat: repeat; background-size: 100%; position: relative; overflow: hidden; } 

.home_about-web-pulse:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); z-index: 1; } 

.home_about-web-pulse .container { position: relative; z-index: 9 } 

.home_about_content { max-width: 80%; margin: 0px auto; padding: 40px 0; text-align: center; } 

.home_about_content h1 { color: #a2defc; margin: 0 0 10px; padding: 0; font-size: 28px; font-weight: 600; text-align: center; } 

.home_about_content h2, .home_about_content h3 { color: #a2defc; margin: 0 0 10px; padding: 0; text-align: center; font-size: 22px; } 

.home_about_content p { font-size: 16px; color: #fff; line-height: 25px; text-align: center; } 

.home_about_content p strong, .home_about_content p b { color: #077bb4; } 

.read_more_btn { margin-top: 20px; padding: 8px 30px; background: transparent; color: #a2defc; font-size: 16px; display: inline-block; border: 1px solid #a2defc; } 

.read_more_btn:hover, .read_more_btn:focus { background: #a2defc; color: #333; border-color: #a2defc; } 

.services-block-six { position: relative; margin-bottom: 30px; } 

.services-block-six .inner { position: relative; display: block; overflow: hidden; padding: 20px 10px; border: 1px solid #e0e0e0; background: #fff; text-align: center; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; border-radius: 3px; } 

.services-block-six .inner:hover .icon { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } 

.services-block-six .inner:hover { border-color: #a2defc; background: #a2defc; } 

.services-block-six .inner .icon { position: relative; font-size: 64px; line-height: 1em; color: #df6512; margin-bottom: 25px; } 

.services-block-six .inner .title_3 { position: relative; font-size: 16px; line-height: 25px; margin: 0; padding: 0; color: #333; font-weight: 700; text-transform: inherit; } 

.services-block-six .inner:hover .title_3, .services-block-six .inner:hover p { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; color: #333; } 

.services-block-six .inner:hover .title_3, .services-block-six .inner:hover .icon { color: #333; } 

/* Featured Services */ 

.webpulse_home_featured { float: left; width: 100%; margin: 0; padding: 0 0 50px 0; background: #fff; position: relative; } 

.title { padding-bottom: 15px; margin-bottom: 20px; position: relative; color: #333; font-weight: 600; font-size: 26px; font-family: 'Poppins', sans-serif; } 

.title span { position: relative; color: #fd5d14 } 

.title:before, .title:after { content: ""; background: #dddddd; width: 30px; left: 0; height: 3px; position: absolute; bottom: 0; } 

.title:after { background: #077bb4; left: 30px; } 

.text-center .title:before, .text-center .title:after { left: 50%; margin-left: -30px; } 

.text-center .title:after { margin-left: 0; } 

.text-right .title:before, .text-right .title:after { left: inherit; right: 30px; } 

.text-right .title:after { right: 0; } 

.text-right { text-align: right; } 

.inner-box { position: relative; display: block; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; margin: 10px; } 

.inner-box:hover { box-shadow: 0 0 16px rgba(0, 0, 0, 0.25); } 

.inner-box .image-box { position: relative; } 

.inner-box .image-box .image { position: relative; margin-bottom: 0; height: 365px; } 

.inner-box .image-box .image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; width: auto; max-height: 100%; } 

.inner-box .image-box .overlay-link { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 1; } 

.inner-box .image-box .overlay-link a { position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } 

.inner-box .image-box .overlay-link:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #077bb4; padding: 15px; content: ""; outline: 2px solid #a2defc; outline-offset: -15px; visibility: hidden; opacity: 0; -webkit-transform: scale(0.5) rotateX(180deg); -moz-transform: scale(0.5) rotateX(180deg); -ms-transform: scale(0.5) rotateX(180deg); -o-transform: scale(0.5) rotateX(180deg); transform: scale(0.5) rotateX(180deg); -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } 

.inner-box:hover .overlay-link:before { opacity: .70; -webkit-transform: scale(1) rotateX(0deg); -moz-transform: scale(1) rotateX(0deg); -ms-transform: scale(1) rotateX(0deg); -o-transform: scale(1) rotateX(0deg); transform: scale(1) rotateX(0deg); visibility: visible; } 

.inner-box .image-box .overlay-link svg { color: #a2defc; text-align: center; visibility: hidden; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; width: 30px; height: 30px; } 

.inner-box:hover .overlay-link svg { opacity: 1; visibility: visible; -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -ms-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; } 

.inner-box .lower-content { position: relative; padding: 20px; border: 2px solid #e1e1e1; background-color: #ffffff; } 

.inner-box .lower-content .icon { position: relative; display: inline-block; text-align: center; font-size: 40px; line-height: 1em; color: #077bb4; margin-bottom: 24px; } 

.inner-box .lower-content .headingH3 { position: relative; display: block; font-size: 20px; line-height: 1.2em; color: #002121; font-weight: 600; margin-bottom: 15px; } 

.inner-box .lower-content .headingH3 a { color: #333; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } 

.inner-box:hover .lower-content .headingH3 a { color: #077bb4; } 

.inner-box .lower-content .text { position: relative; font-size: 14px; line-height: 24px; color: #333; font-weight: normal; margin-bottom: 0px; } 

.inner-box .lower-content .read_more_btn { color: #077bb4; border-color: #077bb4; } 

.inner-box:hover .lower-content .read_more_btn { color: #fff; background: #077bb4; border-color: #077bb4; } 

#featuredProducts .owl-prev, #featuredProducts .owl-next { line-height: 0; position: absolute; top: 50%; display: block; width: 45px; height: 45px; padding: 0; transform: translate(0, -50%); cursor: pointer; color: #fff; border: 0; outline: 0; background: #077bb4; border-radius: 100%; z-index: 9 } 

#featuredProducts .owl-nav .owl-prev { left: -20px; } 

#featuredProducts .owl-nav .owl-next { right: -20px; } 

#featuredProducts .owl-prev:hover, #featuredProducts .owl-next:hover { background: #a2defc; color: #333; border-color: #a2defc } 

#featuredProducts .owl-dots { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto } 

/* Home Nature Life */ 

.web-pulse-choose { float: left; width: 100%; color: #fff; padding: 50px 0 0px; background: url(../images/background2.jpg) no-repeat fixed; text-align: center; background-repeat: repeat; background-size: 100%; position: relative; } 

.web-pulse-choose:before { background-color: rgba(17, 17, 17, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } 

.web-pulse-choose .container { position: relative; } 

.web-pulse-choose .ming { margin-top: 90px; } 

.home_right_sec { float: left; width: 100%; margin: 0; padding: 100px 0 0; } 

.home_right_sec .title { text-align: left; color: #fff; font-size: 30px; position: relative; z-index: 15; } 

.service-box { position: relative; perspective: 1000px; height: 250px; margin-bottom: 30px; } 

.service-flip-images:after { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(39, 40, 44, 0) 50%, #27282c 100%); bottom: 0; content: ""; height: 100%; left: 0; position: absolute; width: 100%; } 

.service-flip-front, .service-flip-images:after { border-radius: 2px; } 

.service-flip-images { background-size: 100% !important; background-position: center center !important; background-repeat: no-repeat !important; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } 

.service-flip-desc { background: #fd5d14; color: #fff; position: relative; text-align: center; } 

.service-flip { width: 100%; height: 100%; transform-style: preserve-3d; transition: all 1.0s linear; } 

.service-flip-title { display: block; position: absolute; bottom: 13px; left: 30px; right: 30px; z-index: 1; text-align: left; } 

.service-flip-title .title_02 { color: #ffffff; margin: 0; padding: 0; font-size: 18px; font-weight: 600; } 

.service-flip-desc .service-flip-text { left: 50%; position: absolute; right: auto; top: 50%; z-index: 2; transform: translate(-50%, -50%); width: 100%; padding: 0 15px; } 

.service-flip-desc .service-flip-text .center_content { width: 100%; height: 100%; } 

.service-flip-desc .service-flip-text .title_02 { color: #ffffff; font-size: 18px; margin: 0 0 10px; padding: 0; font-weight: 600; text-align: center; } 

.service-flip-desc .service-flip-text a { font-size: 24px; color: #fff; } 

.service-box:hover .service-flip-title .title_02 { color: #a2defc; } 

.flip-icon { background: transparent; bottom: 5px; height: 40px; line-height: 45px; position: absolute; right: 15px; text-align: center; width: 45px; z-index: 9; } 

.flip-icon svg { color: #a2defc; width: 24px; height: 24px; } 

.service-flip-desc .service-flip-text>i { font-size: 30px; line-height: 42px; display: inline-block; margin-bottom: 15px; font-weight: bold; } 

/* Home Blog */ 

.webpulse-home_blog { float: left; width: 100%; margin: 0; padding: 50px 0; background: #f0f0f0; } 

.webpulse-home_blog h3 { font-size: 26px; } 

.blog-item { position: relative; margin: 0; } 

.blog-item .blog__img { position: relative; overflow: hidden; border-radius: 5px } 

.blog-item .blog__img img { -webkit-transition: all .9s ease; -moz-transition: all .9s ease; -ms-transition: all .9s ease; -o-transition: all .9s ease; transition: all .9s ease } 

.blog-item:hover .blog__img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1) } 

.blog-item .blog__content { background-color: #fff; position: relative; z-index: 2; padding-top: 27px; padding-left: 30px; margin-right: 15px; margin-top: -40px; border-radius: 0 4px 0 0; padding-bottom: 20px; } 

.blog-item .blog__meta { display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; margin-bottom: 11px } 

.blog-item .blog__meta-cat { margin-right: 8px; line-height: 1 } 

.blog-item .blog__meta-cat a { position: relative; color: #077bb4; padding-right: 7px; display: inline-block; } 

.blog-item .blog__meta-cat a:hover { color: #1b1a1a } 

.blog-item .blog__meta-cat a:after { content: ","; position: absolute; top: 0; right: 2px; color: #077bb4 } 

.blog-item .blog__meta-cat a:last-child { padding: 0 } 

.blog-item .blog__meta-cat a:last-child:after { display: none } 

.blog-item .blog__meta-date { display: block; font-size: 13px; line-height: 1; margin-right: 20px } 

.blog-item .blog__title { font-size: 16px; line-height: normal; margin-bottom: 14px; padding: 0; padding-left: 20px; padding-right: 10px; position: relative; text-align: left; height: 55px; align-items: center; } 

.blog-item .blog__title:after { content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background-color: #077bb4 } 

.blog-item .blog__title a { color: #1b1a1a } 

.blog-item .blog__title a:hover { color: #077bb4 } 

.blog-item .blog__desc { margin-bottom: 0; line-height: normal; font-size: 14px; } 

.blog-item .blog__content .read_more_btn { color: #077bb4; border-color: #077bb4; } 

.blog-item:hover .blog__content .read_more_btn { background: #077bb4; color: #fff; border-color: #077bb4; } 

/* Home Testimonials */ 

.home_testimonials_webpulse { float: left; width: 100%; color: #fff; padding: 60px 0 60px; background: url(../images/background2.jpg) no-repeat fixed; text-align: left; background-repeat: repeat; background-size: 100%; position: relative; } 

.home_testimonials_webpulse:before { background-color: rgba(17, 17, 17, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } 

.home_testimonials_webpulse h3 { font-size: 30px; color: #fff; } 

.testimonial-item { padding-left: 35px; } 

.ti-text { padding-left: 60px; padding-top: 37px; padding-bottom: 25px; border: 1px solid #efefef; position: relative; background: #fff; margin-bottom: 15px; } 

.ti-badge { position: absolute; width: 50px; height: 45px; line-height: 45px; text-align: center; top: 40px; left: -19px; background: #077bb4; } 

.ti-badge svg { width: 30px; height: 30px; } 

.ti-badge:after { position: absolute; content: ''; border-bottom: 9px solid #a2defc; border-right: 9px solid #a2defc; border-left: 9px solid transparent; border-top: 9px solid transparent; bottom: 100%; left: 0; } 

.ti-badge:before { font-size: 24px; } 

.ti-words { font-size: 14px; line-height: 24px; } 

.five_start { margin: 0; padding: 0; } 

.five_start li { font-size: 15px; margin-right: 5px; color: #077bb4; padding: 0; display: inline; } 

.ti-info ul li { float: left; margin-right: 10px; } 

.ti-info ul li img { width: 80px; height: 80px; border-radius: 100%; } 

.ti-name { font-size: 16px; line-height: 25px; color: #a2defc; margin: 0px; padding: 0; } 

.ti-info ul li p { margin: 0; color: #fff; } 

.md-header { font-size: 36px; line-height: 45px; color: #fff; text-align: left; } 

.path_type_2-gray { position: absolute; left: 0; bottom: 0; pointer-events: none; background: #fff; float: left; z-index: 100; margin-top: 90px; } 

.path_type_2-gray path { fill: #f5f5f5; } 

.path_type_2-white { background: #f5f5f5; margin-bottom: -6px; margin-top: 60px; } 

.path_type_2-white path { fill: #fff; stroke: #f5f5f5; stroke-width: 0; } 

.path_type_2.home-left { position: absolute; bottom: 0; left: 0; background: none; z-index: 1; } 

.path_type_2.home-right { position: absolute; bottom: 0; right: 0 !important; background: none; z-index: 1; left: auto; } 

.path_type_2.home-left, .path_type_2.home-right path { fill: #f0f0f0; stroke: #f0f0f0; stroke-width: 4; } 

/* Home Clients */ 

.webpulse_home_clients { float: left; width: 100%; margin: 0; padding: 40px 0 20px; background: #f0f0f0; } 

.webpulse_home_clients h4 { text-align: left; font-size: 26px; } 

.webpulse_home_clients .clients { border: solid 1px #d8d8d8; max-width: 100%; background: #fff; margin-bottom: 26px; position: static; opacity: 1; margin: 0 10px 20px 0; transition: opacity 0.3s ease; top: 0; left: 0 } 

.webpulse_home_clients .item .image { position: relative; padding: 15px 10px 0px; text-align: center; min-height: 100px; max-height: 100px; overflow: hidden; } 

.webpulse_home_clients .item .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 

/* Footer */ 

.web-pulse-india { float: left; width: 100%; padding: 40px 0px 20px; background-image: radial-gradient(circle farthest-side at 50% 50%, #333, #222); } 

.web-pulse-india .title_5 { float: left; width: 100%; font-size: 18px; text-align: left; color: #fff; margin-bottom: 30px; position: relative; padding: 0; font-weight: 600; } 

.web-pulse-india .title_5:after { width: 50px; content: ""; position: absolute; display: inline-block; border-top-style: solid; border-color: #077bb4; margin-top: 10px; border-top-width: 2px; left: 0; top: 100%; } 

.web-pulse-india p { float: left; width: 100%; color: #fff; } 

.web-pulse-india p a { float: left; color: #a2defc; } 

.web-pulse-india p a:hover { color: #fff; text-decoration: none } 

.web-pulse-india p span { float: left; } 

.web-pulse-india h4 span { color: #077bb4; } 

.footer-links { float: left; width: 100%; margin: 0; padding: 0; } 

.footer-links li { line-height: 28px; list-style: none; color: #fff; font-size: 14px; } 

.footer-links a { color: #fff; text-transform: capitalize !important; } 

.footer-links a:hover { color: #a2defc; } 

.address_group p { margin-bottom: 0; } 

.wps_copy { float: left; width: 100%; background: #077bb4; line-height: 40px; color: #fff; } 

.wps_copy a { color: #a2defc; display: inline-block; } 

.wps_copy a:hover { color: #a2defc; } 

.social-icons { float: left; overflow: hidden; margin: 0; } 

#web-pulse-scroll-up { position: fixed; z-index: 8030; bottom: 65px; right: 30px; width: 46px; height: 46px; border-radius: 50%; color: #fff; line-height: 46px; text-align: center; text-decoration: none; cursor: pointer; transition: all 0.25s; display: none; background: #077bb4; } 

#web-pulse-scroll-up svg { width: 24px; height: 24px; } 

#web-pulse-scroll-up:hover { background: #333; } 

.web-pulse-india address { float: left; width: 100%; } 

.web-pulse-india address .title_6 { font-size: 16px; color: #a2defc; margin: 0 0 10px; padding: 0; text-transform: capitalize; font-weight: 600; } 

.popular_tag { margin: 0 0 20px; padding: 0; float: left; width: 100%; } 

.popular_tag li { list-style: none; display: inline-block; margin-right: 5px; margin-bottom: 5px; } 

.popular_tag li a { border: solid 1px rgba(255, 255, 255, 0.5); display: inline-block; text-decoration: none; transition: all .3s ease; color: #fff; border-radius: 50px; padding: 4px 15px; } 

.widget__newsletter-form { float: left; width: 100%; margin: 0 0 15px; padding: 0; position: relative; } 

.widget__newsletter-form .form-control { font-size: 13px; background-color: transparent; border: 1px solid #eee; border-radius: 20px; background: #222; } 

.widget__newsletter-form .btn { min-width: 30px; width: 30px; height: 30px; line-height: 26px; border-radius: 50%; padding: 0; position: absolute; top: 5px; right: 10px; background: #fd5d14; color: #fff; text-align: center; } 

.widget__newsletter-form .btn i { position: relative; font-size: 16px; margin: 0; top: 0; left: 0; } 

.whatapp_btn { background: #01e675; width: 50px; height: 50px; color: #fff; position: fixed; left: 15px; bottom: 105px; cursor: pointer; z-index: 999; border-radius: 100%; display: flex; align-items: center; justify-content: center; transition: all 300ms ease-in-out; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16); } 

.whatapp_btn svg { width: 24px; height: 24px; } 

.whatapp_btn:focus, .whatapp_btn:hover { background: #01e675; color: #fff; } 

#whatsapp .modal-dialog { margin-top: 12%; } 

.send_enquiry { background: #ffffff; border-radius: 40px; bottom: 45px; color: #ffffff; display: table; height: 50px; left: 15px; min-width: 50px; position: fixed; text-align: center; z-index: 9999; transition: all 0.2s linear; background: #077bb4; display: flex; align-items: center; justify-content: center; } 

.send_enquiry svg { width: 24px; height: 24px; line-height: 50px; } 

.send_enquiry:hover { color: #fff; padding: 0 20px; } 

.send_enquiry:focus { color: #fff; } 

.send_enquiry span { display: table-cell; vertical-align: middle; font-size: 16px; letter-spacing: -15px; opacity: 0; line-height: 50px; transition: all 0.5s; text-transform: uppercase; } 

.send_enquiry:hover span { opacity: 1; letter-spacing: 1px; padding-left: 10px; } 

.modal-content { border-radius: 0; } 

.modal-header { padding: 0 15px; background: #077bb4; color: #fff; border-radius: 0; } 

.modal-header h4 { text-align: left; font-size: 18px; line-height: 18px; color: #fff; } 

.modal-header .modal-title { text-align: left; font-size: 18px; line-height: 18px; color: #fff; padding: 15px 0; text-transform: initial; letter-spacing: 0.2px; } 

.btn-close { width: 1em; height: 1em; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; outline: 0; } 

.send_p { font-size: 13px; line-height: 18px; text-align: center; } 

.g-recaptcha { transform: scale(0.80); transform-origin: 0 0; -webkit-transform-origin: 0 0 } 

/* Inner Heading Banner*/ 

.heading_banner { float: left; width: 100%; position: relative; background-size: 100%; padding: 170px 0 50px; margin: 0; } 

.heading_banner:before { position: absolute; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); top: 0; left: 0; z-index: 0; content: ''; } 

.heading_banner .container { position: relative; } 

.heading_banner h1 { margin: 0 0 10px; text-transform: capitalize; font-size: 36px; font-weight: 600; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 10px 20px; } 

.heading_banner h2 { margin: 0; letter-spacing: 0px; text-transform: capitalize; font-size: 18px; font-weight: normal; color: #eee; text-align: center; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 10px 20px; } 

.heading_banner .cat_title { margin: 0 0 10px; text-transform: capitalize; font-size: 36px; font-weight: 600; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 5px 25px; } 

.heading_banner .cat_title2 { margin: 0; letter-spacing: 0px; text-transform: capitalize; font-size: 18px; font-weight: normal; color: #eee; text-align: center; text-align: center; background: rgba(0, 0, 0, 0.5); display: inline-block; width: auto; padding: 10px 20px; } 

/* Breadcrumb*/ 

.inner_breadcrumb { float: left; width: 100%; background: #fff; position: relative; margin: 0; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); } 

.inner_breadcrumb .breadcrumb { background: none; border-radius: 0; border: none; list-style: none; padding: 0; float: left; text-transform: capitalize; margin: 0; } 

.inner_breadcrumb .breadcrumb li { font-weight: bold; text-transform: uppercase; color: #666; line-height: 55px; display: inline-block; } 

.inner_breadcrumb .breadcrumb li a { padding: 0; color: #666; letter-spacing: 0.3px; display: inline-block; } 

.inner_breadcrumb .breadcrumb li a:hover { color: #077bb4; } 

.inner_breadcrumb .breadcrumb li:before { text-rendering: auto; padding: 0 14px; color: #fff; display: inline-block; } 

.inner_breadcrumb .breadcrumb li.active { color: #077bb4; } 

.inner_breadcrumb .breadcrumb li+li:before { content: "/"; display: inline-block; color: #fff; padding: 0 14px; } 

.inner_breadcrumb .breadcrumb li+li:before { color: #bfbfbf; } 

.about_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; position: relative; } 

.left_sidebar { float: left; width: 100%; margin: 0 0 25px; padding: 0; } 

.left_sidebar .left_title { float: left; width: 100%; padding: 8px 10px; margin: 0; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.left_sidebar form { float: left; width: 100%; background: #fff; padding: 10px 10px 10px; } 

.read_more_btn_2 { padding: 10px 20px; font-size: 16px; display: inline-block; background: #077bb4; border: 1px solid #077bb4; color: #fff; border-radius: 4px; } 

.read_more_btn_2 svg { margin-right: 5px; width: 18px; height: 18px; } 

.read_more_btn_2:hover, .read_more_btn_2:focus { background: #333; border-color: #333; color: #fff } 

.read_more_btn_2.callback { background: #077bb4; color: #fff; border-radius: 4px; border-color: #077bb4; } 

.read_more_btn_2.callback svg { width: 24px; height: 24px; } 

.read_more_btn_2.callback:hover, .read_more_btn_2.callback:focus { background: #fff; color: #077bb4; border-color: #077bb4; } 

.left_image { float: left; width: 340px; margin: 0px 15px 15px 0; text-align: center; } 

.left_image .left_centered { width: 100%; position: relative; padding: 0px; min-height: 260px; overflow: hidden; border: 1px solid #eee; } 

.left_image .left_centered .image { width: 100%; text-align: center; overflow: hidden; position: relative; height: 350px; transition: transform .5s ease; } 

.left_image .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 

.right_image1 { float: right; width: 340px; margin: 0px 0px 15px 15px; text-align: center; } 

.right_image1 .left_centered { width: 100%; position: relative; padding: 0px; min-height: 260px; overflow: hidden; border: 1px solid #eee; } 

.right_image1 .left_centered .image { width: 100%; text-align: center; overflow: hidden; position: relative; height: 350px; transition: transform .5s ease; } 

.right_image1 .left_centered .image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 

.right_image1:hover .left_centered .image { transform: scale(1.1); } 

.wps-factsheet { width: 100%; float: left; padding: 10px 0; background: #f6f6f6; border: 1px solid #eaeaea; box-shadow: 0 8px 4px -4px #555; margin-bottom: 15px; display: flex; align-items: center; min-height: 86px; } 

.wps-factsheet .icon { height: 45px; float: left; } 

.wps-factsheet .icon img { float: left; width: 55px; padding-left: 5px; padding-right: 10px; } 

.wps-factsheet .info { padding-top: 2px; text-align: left; } 

.wps-factsheet .info h3 { margin: 0px; padding: 2px 5px; font-size: 14px; font-weight: 600; color: #333; text-align: left; text-transform: inherit; } 

.wps-factsheet .info p { font-size: 13px; margin: 0; line-height: 18px; color: #666; text-align: left; } 

/* left menu */ 

.left_sidebar ul { float: left; width: 100%; padding: 0; margin: 0; background: #333; } 

.left_sidebar ul li { float: left; width: 100%; padding: 0; margin: 0; border-bottom: 1px solid #444; list-style: none; } 

.left_sidebar ul li a { color: #FFF; padding: 10px; font-weight: 500; line-height: 20px; font-size: 14px; } 

.left_sidebar ul li a:hover, .left_sidebar ul li a:focus, .left_sidebar ul li a.active { background: #077bb4; color: #fff; } 

.left_sidebar ul li ul { float: left; width: 100%; margin: 0; padding: 0; background: #fff; } 

.left_sidebar ul li ul li { border-bottom: 1px dashed #CCC; list-style-type: none; position: relative; } 

.left_sidebar ul li ul li a { display: block; font-weight: 500; color: #000; text-align: left; font-size: 12px; padding: 4px 15px; text-decoration: none; line-height: 24px; } 

.left_sidebar ul li ul li a:hover, .left_sidebar ul li ul li a:focus, .left_sidebar ul li ul li a.active { background: #077bb4; color: #fff; } 

.left_sidebar ul li ul li a i { float: right; line-height: 24px; } 

.left_sidebar ul li ul li ul { display: none; transition: all 2s; position: absolute; left: 98%; top: 0px; z-index: 200; background: #fff; width: 200px; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); } 

.left_sidebar ul li ul li:hover ul { display: block; transition: all 2s; } 

.left_sidebar ul li ul li ul li a { display: block; font-weight: 400; color: #333; text-align: left; font-size: 13px; padding: 4px 15px; text-decoration: none; text-transform: capitalize; line-height: 24px; } 

.left_sidebar ul li ul li ul li a:hover, .left_sidebar ul li ul li ul li a:focus, .left_sidebar ul li ul li ul li a.active { background: #077bb4; color: #fff; } 

/* About Right*/ 

.right_side h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.right_side .title_h2 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.right_side h2 { padding: 0px; margin: 20px 0 5px; line-height: 30px; font-size: 22px; color: #333; font-weight: 600; } 

.right_side h3 { padding: 0px; margin: 10px 0 5px; line-height: 30px; font-size: 20px; color: #333; } 

.wps_right { float: left; width: 100%; background: #fff; padding: 10px; border: 1px solid #ccc; margin-bottom: 20px; } 

.right_side p { line-height: 24px; margin-bottom: 10px; text-align: justify; font-size: 15px; font-weight: normal } 

.right_side .about_b { float: left; width: 100%; overflow: hidden; height: 230px; margin-bottom: 15px; } 

.right_side .about_image { position: relative; padding: 0px; text-align: center; min-height: 230px; overflow: hidden; transition: all 0.4s ease-in-out; border: 1px solid #eee; } 

.right_side .about_b:hover .about_image { transform: scale(1.1); } 

.right_side .about_image img { position: absolute; margin: auto; padding: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; width: 100%; max-height: 100%; } 

.right_side .factsheet .info h4 { font-size: 16px; } 

.right_side .factsheet .info p { font-size: 13px; } 

.right_side ul { margin: 0 0 25px; padding: 0; } 

.right_side ul li { list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal; } 

.right_side ul li::before { content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px; } 

.faq_section { float: left; width: 100%; margin: 0; padding: 40px 0; background: #fff; } 

.title_2 { padding: 0 0 0px; font-size: 24px; margin: 0; float: left; width: 100%; text-align: center; text-transform: uppercase; color: #000; margin-bottom: 25px; position: relative; font-weight: 600; } 

.title_2:after { background: #077bb4; bottom: -10px; content: ""; height: 2px; left: 0; right: 0; margin: 0 auto; position: absolute; width: 50px; } 

.accordion-header { padding: 0; } 

.accordion-item { margin-bottom: 15px; border-radius: 16px !important; overflow: hidden; } 

.accordion-item:not(:first-of-type) { border: 1px solid rgba(0, 0, 0, 0.125); } 

.accordion-button { padding: 12px 15px; font-size: 18px; font-weight: normal; text-transform: initial; } 

.accordion-button:not(.collapsed) { color: #fff; background: #077bb4; font-weight: normal; } 

.accordion-button:not(.collapsed):after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(0deg); } 

.accordion-button:hover, .accordion-button:focus { color: #fff; background: #077bb4; } 

.accordion-button:hover:after { background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>"); transform: rotate(-180deg); } 

.accordion-body p { font-size: 16px; line-height: normal; } 

.category_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: #eee; } 

.category_page h1 { padding: 8px 10px; margin: 0; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.category_page .title_h2 { padding: 8px 10px; margin: 0; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.category_page .wps_right ul { margin: 0 0 25px; padding: 0; } 

.category_page .wps_right ul li { display: block; list-style: none; line-height: 24px; color: #423f3f; font-size: 16px; font-weight: normal; } 

.category_page .wps_right ul li:before { margin-right: 5px; content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>"); } 

.product_right_image { float: right; max-width: 400px; width: 100%; margin: 0px 0 25px 15px; text-align: center; } 

.product_right_image .detail_image { width: 100%; text-align: center; overflow: hidden; position: relative; height: 400px; border: 1px solid #eee; margin-bottom: 15px; } 

.product_right_image .detail_image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 

.product_right_image .product_dimage { width: 100%; text-align: center; overflow: hidden; height: 400px; border: 1px solid #eee; margin-bottom: 15px; } 

.more_images { float: left; position: relative; width: 100%; margin-bottom: 15px; } 

#thumbs { padding-top: 10px; overflow: hidden; text-align: center; } 

#thumbs img, #largeImage { padding: 0; cursor: pointer; border: 1px solid #eee; } 

#thumbs img { display: inline-block; margin-right: 6px; width: 70px; } 

#thumbs img.active { border-color: #077bb4; } 

.wps_right p { margin-bottom: 20px; font-size: 15px; } 

.wps_right h2 { font-size: 20px; line-height: normal; margin-bottom: 10px; color: #077bb4; } 

.wps_right h3 { font-size: 18px; line-height: normal; margin-bottom: 10px; color: #077bb4 } 

.wps_right .table-responsive { float: left; width: 100%; margin-bottom: 10px; } 

.wps_right table { margin: 0; } 

.wps_right table tbody tr td { vertical-align: middle; padding: 6px 10px; font-size: 14px; line-height: normal; text-align: left; } 

.wps_right table tbody tr td { border: 1px solid #eaeaea; width: 60%; } 

.wps_right table tbody tr td:first-child { color: #077bb4; width: 40%; } 

.interested_section { float: left; width: 100%; text-align: center; margin: 20px 0 } 

.interested_section .interested_btn { font-size: 18px; color: #fff; background: #333; border: 1px solid #222; border-radius: 3px; padding: 12px 0; width: 258px; display: inline-block; text-transform: uppercase; cursor: pointer; } 

.interested_section .interested_btn svg { margin-right: 5px; width: 20px; height: 20px; } 

.interested_section .interested_btn:hover { background: #077bb4; color: #fff; border: 1px solid #077bb4 } 

.product_listing { float: left; width: 100%; margin-bottom: 15px; box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75); transition: all 0.35s ease-in-out; border-style: solid; border-width: 1px 1px 0px 1px; border-color: #eee; } 

.product_listing .product { width: 100%; position: relative; padding: 0; text-align: center; min-height: 200px; overflow: hidden; border-right: 1px solid #eee; display: inline-block; } 

.product_listing .product .image1 { width: 100%; text-align: center; overflow: hidden; position: relative; height: 340px; transition: all 0.4s ease-in-out; margin-bottom: 10px; border-bottom: 1px solid #eee; } 

.product_listing .product .image1 img { position: absolute; max-width: 100%; top: 50%; left: 50%; margin: auto; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 

.product_listing .product .small { padding-top: 10px; overflow: hidden; text-align: center; display: flex; justify-content: center; } 

.product_listing .product .small img, .product_listing .product .largeImage img { padding: 0; cursor: pointer; border: 1px solid #eee; } 

.product_listing .product .small .item { display: inline-block; margin-right: 6px; width: 60px; cursor: pointer; } 

.product_listing .product .small .item:last-child { margin: 0; } 

.product_listing .product .small .item.active { border-color: #077bb4; } 

.product_listing .product .small .item.youtube { width: 60px; height: 60px; background: #f70000; color: #fff; display: flex; align-items: center; justify-content: center; } 

.product_listing .product .small .item.youtube a { color: #fff; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; } 

.youtube svg { width: 40px; height: 40px; } 

.product_listing .product p { font-size: 16px; text-align: center; margin: 0 0 10px; } 

.product_listing .product .read_more_btn_2 { margin-top: 0; margin-bottom: 15px; } 

.padding0 { padding: 0; } 

.right-content { position: relative; padding-right: 15px; } 

.right-content h3 { line-height: 24px; padding: 10px 0; text-align: left; margin: 0; } 

.right-content h3 a { color: #333; } 

.right-content h4 { line-height: 24px; padding: 10px 0; text-align: left; } 

.right-content p { font-size: 15px; margin-bottom: 10px; } 

.blue-line1 { width: 100%; display: block; height: 1.1px; background: #eee; position: relative; margin-bottom: 10px; padding: 0 15px; } 

.more_info { float: left; width: 100%; margin: 0; padding: 0; max-height: 340px; overflow: hidden; overflow-y: auto; /*padding-right: 8px;*/ margin-bottom: 15px; border-bottom: 1px solid #eee; } 

.product_listing:hover .right-content h3 a { color: #077bb4; } 

.product_listing:hover .right-content h4 a { color: #077bb4; } 

.right-content .table-responsive { float: left; width: 100%; overflow: hidden; max-height: 230px; overflow: auto; padding-right: 5px; margin-bottom: 10px; } 

.right-content table { margin: 0; width: 100%; } 

.right-content table tbody tr td { vertical-align: middle; padding: 4px 10px; font-size: 14px; line-height: normal; text-align: left; } 

.right-content table tbody tr td { border: 1px solid #eaeaea; width: 60%; } 

.right-content table tbody tr td:first-child { color: #077bb4; width: 40%; } 

/* Products Poup */ 

.product_popup { float: left; width: 100%; margin: 0; padding: 0; } 

.product_popup_image { width: 100%; margin-bottom: 15px; border: 1px solid #ccc; overflow: hidden; position: relative; height: 430px; } 

#callback .product_popup_image { height: 176px; } 

.product_popup_image img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 100%; width: 100%; margin: auto; } 

.popupTitle { color: #077bb4; font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; text-align: left; padding: 0; } 

#callback .product_popup h6 { font-size: 16px; font-weight: 600; text-transform: inherit; margin-bottom: 0; text-align: left; padding: 0; } 

.product_popup p { font-size: 14px; line-height: 24px; color: #333; text-align: left; margin-bottom: 15px; } 

#product_enquiry label.error { color: #FB3A3A; font-weight: normal; } 

#product_pop_form p { font-size: 14px; margin-bottom: 20px; } 

#callback_form p { font-size: 14px; margin-bottom: 20px; } 

#callback .modal-dialog { margin: 12% auto; } 

/* You May Also Like  */ 

.you_may { float: left; width: 100%; padding: 7px 10px; margin: 0 0 8px; line-height: 30px; background: #077bb4; font-size: 20px; color: #fff; font-weight: 400; } 

.product_more { float: left; width: 100%; border: solid 1px #eee; max-width: 100%; background: #fff; padding-bottom: 11px; margin: 0 0px 30px; text-align: center; } 

.product_more .may_image { margin-bottom: 13px; text-align: center; min-height: 200px; overflow: hidden; } 

.product_more .may_image .image { transition: transform .5s ease; transform-origin: center center; } 

.product_more:hover .may_image .image { transform: scale(1.1); } 

.product_more .may_image .image { position: relative; padding: 10px 10px 0px; text-align: center; min-height: 200px; overflow: hidden; } 

.product_more .may_image .image img { margin: 10px auto 0; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; max-height: 100%; } 

.product_more h4 { float: left; width: 100%; text-align: center; padding: 0 10px; font-weight: 600; font-size: 18px; color: #e59509; margin-bottom: 10px; text-transform: capitalize; line-height: 24px; margin: 0; } 

.product_more span { float: left; width: 100%; padding: 5px 0 10px; color: #423f3f; font-size: 13px; font-weight: 400; } 

.may_btn { background: #333; color: #fff; text-align: center; padding: 8px 20px; width: auto; margin: auto; transition: 0.5s; border: 0; border-radius: 4px; } 

.may_btn:hover { background: #e59509; } 

.product_more:hover .may_btn { background: #e59509; } 

.gallery_page { float: left; width: 100%; margin: 0; padding: 40px 0; background: #eee; } 

.gallery_page .gallery_item { border-radius: 2px; background-color: rgb(255, 255, 255); box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1); margin-bottom: 25px; } 

.gallery_page .gallery_item img { display: block; width: 100%; height: auto; border-radius: 2px; } 

.gallery_item_info { text-align: center; padding: 15px; } 

.gallery_item_info .title_h3 { font-size: 18px; color: #333; margin: 0; padding: 0; font-weight: normal; } 

.gallery_item_info p { font-size: 13px; margin: 0; margin-top: 4px; color: #333; max-width: 100%; } 

.hover_effect { display: block; position: relative; background: none; overflow: hidden; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; height: 376px; } 

.hover_effect:after { color: #fff; position: absolute; font-size: 1.6em; text-align: center; line-height: 40px; width: 40px; height: 40px; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } 

.hover_effect img { position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%, -50%); max-height: 100%; width: auto; height: auto; } 

.hover_effect:hover:after { -webkit-transform: scale(1, 1); transform: scale(1, 1); filter: alpha(opacity=60); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity: .6; -khtml-opacity: .6; opacity: .6; } 

.hover_effect:hover img { filter: alpha(opacity=40); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; } 

.hover_effect:hover { background: #077bb4; } 

.hover_effect:after { content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>"); } 

/* Video Gallery */ 

.video_gallery { float: left; width: 100%; margin: 0 0 20px; padding: 10px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .3); transition: all .3s ease-in-out } 

.video_gallery:hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, .5); } 

.video_gallery i { line-height: inherit; color: #077bb4; font-size: 20px; } 

.video_gallery iframe { width: 100%; height: 300px; margin-bottom: 5px; } 

.video_gallery h3 { font-size: 16px; color: #333; padding: 0; line-height: normal; font-weight: normal; margin-bottom: 0; } 

.video_gallery h3 svg { width: 50px; height: 50px; padding: 10px; background: #e02f2f; border: 1px solid #ce2626; text-align: center; line-height: 45px; float: left; font-size: 30px; color: #fff; margin-right: 15px; } 

/* Client Page */ 

.client_image { float: left; width: 100%; margin: 0; padding: 10px; overflow: hidden; position: relative; height: 120px; border: 1px solid #eee; margin-bottom: 15px; } 

.client_image .client_logo { overflow: hidden; position: relative; height: 100px; transition: transform .5s ease; } 

.client_image:hover .client_logo { transform: scale(1.1); } 

.client_image .client_logo img { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; max-height: 100%; width: auto; } 

/* Blog Page */ 

.blog_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; position: relative; } 

.blog_page .blog_left h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.blog_page .blog_left .title_h2 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.blog_page .blog-item { margin-bottom: 25px; } 

.left_title1 { float: left; width: 100%; padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.right_news { float: left; width: 100%; margin-bottom: 15px; border: 1px solid #ccc; background: #fff; } 

.right_news:last-child { margin-bottom: 0; } 

.right_news .image { float: left; width: 100%; margin: 0 0 10px; position: relative; overflow: hidden; height: 275px; } 

.right_news .image img { position: absolute; max-width: 100%; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-height: 100%; } 

.right_news .title_h4 { padding: 10px; line-height: 18px; font-size: 15px; margin: 0px; text-align: left; } 

.right_news .title_h4 a { color: #333; } 

.right_news:hover .title_h4 a { color: #077bb4; } 

/* New Blog Details Page */ 

.blog_details { float: left; width: 100%; background: #fff; border: 1px solid #ccc; padding: 10px; } 

.blog_details ul { display: inline-block; margin: 0px 0 20px; padding: 0; } 

.blog_details ul li { display: inline-block; margin-right: 15px; list-style: none; } 

.blog_details ul li:before { content: none; margin: 0; } 

.blog_details ul li a { color: #333333; transition: all 0.5s ease-out; } 

.blog_details ul li i { margin-right: 5px; } 

.blog_details1 { float: left; width: 100%; margin: 0; padding: 0; } 

.blog_details1 img { margin-bottom: 15px; } 

.blog_details_img { width: 100%; text-align: center; height: 500px; overflow: hidden; margin-bottom: 15px; } 

.blog_details_img img { width: auto; max-width: 100%; height: auto; max-height: 100%; margin: 0 auto } 

.blog_details1 p { text-align: justify; line-height: 24px; } 

.blog_details1 .block-quote { padding: 30px 40px; margin-bottom: 20px; background: #eee; border-left: 3px solid #077bb4; } 

.blog_details1 .block-quote p { font-size: 15px; line-height: 24px; } 

.blog_details1 h3 { margin: 0 0 5px; padding: 0; line-height: 30px; } 

.blog_details1 ul { float: left; width: 100%; margin: 0 0 25px; padding: 0; } 

.blog_details1 ul li { width: 100%; display: inline-block; list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal; } 

.blog_details1 ul li::before { content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px; } 

.fb-comments { width: 100%; } 

/* Blog Details  */ 

.blogdetails img { width: 100%; } 

.blog_news .content_details { float: left; width: 100%; background: #eee; padding: 20px 20px 20px; } 

.blog_news .content_details h2 { text-transform: capitalize; line-height: 30px; font-size: 20px; margin: 0 0 10px; } 

.blog_news .content_details h2 a { color: #333333; transition: all 0.5s ease-out; } 

.blog_news .content_details ul { display: inline; margin: 0px; } 

.blog_news .content_details ul li { display: inline-block; margin-right: 15px; } 

.blog_news .content_details ul li:before { content: none; margin: 0; } 

.blog_news .content_details ul li i { margin-right: 5px; } 

.blog_news .block-quote { padding: 30px 40px; margin-bottom: 20px; background: #fdfdfd; border-left: 3px solid #e59509; } 

.blog_news .block-quote p { font-size: 15px; line-height: 24px; } 

.blog_news .content_details ol { width: 100%; margin: 0 0 25px; padding: 0; } 

.blog_news .content_details ol li { list-style: none; line-height: 24px; color: #423f3f; font-size: 15px; font-weight: normal; } 

.blog_news .content_details ol li::before { content: "\f0da"; font-family: "FontAwesome"; margin-right: 5px; } 

.share-area { background: #fff; padding: 15px 30px; } 

.share-area .project-name li { display: inline-block; margin-right: 20px; } 

.share-area .project-name li:last-child { margin: 0; } 

.share-area .project-name li a { color: #333333; transition: all 0.5s ease-out; } 

.share-area .project-name li a:hover { color: #526788; } 

.share-area .social-icon { display: inline; margin-right: 30%; } 

.share-area .social-icon:last-child { margin: 0; } 

.share-area .social-icon li { display: inline-block; margin: 0 !important; } 

.share-area .social-icon li h3 { margin: 0; font-size: 18px; color: #333333; margin-right: 10px; font-weight: 500; line-height: 15px; } 

.share-area .social-icon li i { margin-right: 2px; } 

.share-area .social-icon li i:last-child { margin: 0; } 

.share-area .social-icon li .fa-facebook { color: #ffffff; background-color: #3b579d; padding: 11px 14px; border-radius: 50%; transition: all 0.5s ease-out; } 

.share-area .social-icon li .fa-facebook:hover { opacity: 0.7; } 

.share-area .social-icon li .fa-twitter { color: #ffffff; background-color: #1da1f2; padding: 11px 12px; border-radius: 50%; transition: all 0.5s ease-out; } 

.share-area .social-icon li .fa-twitter:hover { opacity: 0.7; } 

.share-area .social-icon li .fa-google { color: #ffffff; background-color: #ea4335; padding: 11px 13px; border-radius: 50%; transition: all 0.5s ease-out; } 

.share-area .social-icon li .fa-google:hover { opacity: 0.7; } 

.share-area .social-icon li .fa-linkedin { color: #ffffff; background-color: #0177b5; padding: 11px 13px; border-radius: 50%; transition: all 0.5s ease-out; } 

.share-area .social-icon li .fa-linkedin:hover { opacity: 0.7; } 

/*  Contact Us   */ 

.contact_page { float: left; width: 100%; margin: 0; padding: 50px 0; position: relative; } 

#contact_form label.error, .output { color: #FB3A3A; font-weight: normal; margin-bottom: 15px; } 

#quick_form label.error, .output { color: #FB3A3A; font-weight: normal; margin-bottom: 15px; } 

#quick_enquiry label.error, .output { color: #FB3A3A; font-weight: normal; margin-bottom: 15px; } 

.pac-container { z-index: 100000; } 

.contact_map { float: left; width: 100%; height: 550px; } 

.contact_form_grid1 { float: left; width: 100%; background: #fff; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5); margin-bottom: 0px; margin-top: 0px; border-radius: 4px; overflow: hidden } 

.contact_details { background: #077bb4; border-radius: 4px 0 0 4px; padding: 40px 40px 50px 30px; } 

.contact_details .title_h2 { color: #ffffff; font-size: 20px; text-align: left; padding: 0; text-transform: uppercase; margin-bottom: 20px; } 

.contact_details p { color: #ffffff; margin-bottom: 20px; font-size: 16px; } 

.contact_details .address_list { clear: both; margin: 0 0 20px; padding: 0; } 

.contact_details .address_list li { clear: both; list-style: none; color: #fff; margin-bottom: 10px; font-size: 16px; } 

.contact_details .address_list li svg { min-width: 25px; height: 25px; margin-right: 5px; } 

.contact_details .address_list li a { color: #ffffff; display: flex; line-height: 24px; font-size: 16px; margin-bottom: 10px; display: inline-block; } 

.contact_details .address_list li a span { font-size: 30px; margin-right: 13px; } 

.contact_details .address_list li:first-child { display: flex; align-items: center; } 

.contact_details .address_list li span { font-size: 30px; margin-right: 13px; } 

.contact_details .address_list li a:hover, .contact_details .address_list li a:focus { color: #a2defc; } 

.social_list { float: left; width: 100%; margin: 0; padding: 0; } 

.social_list li { list-style: none; display: inline-block; } 

.social_list li a { color: #fff; width: 35px; height: 35px; line-height: 35px; border: 1px solid #fff; text-align: center; margin-right: 10px; } 

.social_list li a:hover { color: #a2defc; border: 1px solid #a2defc; } 

.contact_form_grid .form_grid { background-color: #ffffff; padding: 30px; } 

.contact_form_grid1 .form_grid { background-color: #ffffff; padding: 30px; } 

.form_grid .title_h2 { font-size: 20px; text-transform: uppercase; text-align: left; margin: 0 0 20px; padding: 0; color: #333; } 

.sitemap_page { float: left; width: 100%; margin: 0; padding: 50px 0; background: #eee; position: relative; } 

.sitemap_right_side h1 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.sitemap_right_side .title_h2 { padding: 8px 10px; margin: 0 0 10px; line-height: 30px; background: #077bb4; font-size: 24px; color: #fff; font-weight: 600; } 

.sitemap { border-left: 1px solid #666; padding: 0; } 

.sitemap li { list-style: none !important; background: transparent url("../images/sitemap_hr.png") no-repeat scroll 0 9px; padding: 0 0 0 15px; margin-bottom: 5px; } 

.sitemap li ul { border-left: 1px solid #666; padding: 0; } 

.sitemap li a { color: #333; font-size: 14px; padding-bottom: 5px; display: block; } 

.sitemap li a:hover { color: #077bb4; } 

.market_area h1 { font-size: 24px; font-weight: bold; margin-bottom: 10px; color: #077bb4; } 

.market_area h3 { float: left; display: block; } 

.market-list { float: left; width: 100%; margin: 0 !important; padding: 0; } 

.market-list li { list-style: none; padding-right: 10px; line-height: 20px; width: 25%; float: left; } 

.market-list li:before { content: none !important; margin-right: 0 !important; } 

.market-list li a { width: auto; height: auto; padding: 10px 0 10px 12px; margin: 0 0 9px; display: block !important; color: #333 !important; font-size: 14px; background-color: #ddd; } 

.market-list li a:hover { background: #077bb4; color: #fff !important; } 

.video-section { float: left; width: 100%; margin: 0; padding: 20px 0 20px; position: relative; } 

.video-section .video-inner { position: relative; width: 100%; padding: 140px 0px; background-size: cover; background-repeat: no-repeat; background-position: center; max-height: 480px; margin: 0 auto; border-radius: 6px; border: 5px solid #a2defc; } 

.video-section .video-inner .video-content a { position: relative; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; width: 80px; height: 80px; margin: 0 auto; text-align: center; background: #077bb4; border-radius: 4px; border: 1px solid #077bb4; } 

.video-section .video-inner .video-content a svg { width: 30px; height: 30px; } 

.video-section .video-inner .video-content a:hover { background: #fff; color: #077bb4; } 

.video-section .video-inner .video-content { position: relative; text-align: center; } 

/* update css */ 

.inner_breadcrumb.hidden_xs.border-bottom { margin-top: 130px !important; } 

.product_box.text-center.mb-3 .read_more_btn_2 { padding: 0px 10px; font-size: 14px; height: 35px; line-height: 35px; } 

.product_box.text-center.mb-3 .product_right_image .detail_image { margin-bottom: 0px; height: 270px; } 

.product_box.text-center.mb-3 .product_right_image .product_dimage { height: auto; border: 0px solid #eee; margin-bottom: 0px; } 

.product_right_image.m-0.text-center { float: none; margin-bottom: 0px; } 

.product_box.text-center.mb-3 { box-shadow: 0px 0px 5px 0px #ccccccd1; border-radius: 5px; padding-bottom: 20px; } 

.product_box.text-center.mb-3 .product_right_image .detail_image { border: none; border-bottom: 1px solid #eee; } 

.product_box.text-center.mb-3 h4.text-center { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 15px 15px 0px; font-size: 18px; margin-bottom: 10px; } 

.intl-tel-input, .iti { width: 100%; }

.service_category .img-wrap img{

    aspect-ratio: 600 / 400;

}







.cmTitle {

    font-size: 20px;

    font-weight: bold;

    color: #000000;

    margin: 10px 0px;

}
.home_about_content .cmTitle { 
    color: #fff;
 
}
.home_about_content ul li{list-style: none;text-align: center;font-size: 16px;
    color: #fff;
    line-height: 25px;}