
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*========= 
table of content start

  Template Name: Blackhost
  Template URI: https://theme.bitspecksolutions.com/html-template/blackhost/
  Author: Bitspeck Solutions

==========================

*Common CSS

==============================

preloader CSS

===============================

1. Global 
2. Header
3. Banner 
4. About  
5. Service
6. Pricing 
7. Register 
8. Individual
9. Partner
10. Offer
11. Blog
12. Ctu
13. Footer

others pages::
  About page
  Product Page
  Shop Page
  Blog Page
  Contact Page



==================================

=================================

Index Page

==================================

============== table of content end*/


/*====================================
 global area - start
====================================*/
*{
  padding: 0;
  margin: 0;  
  outline: 0px;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #848fa8;
}

html, body, .wrapper {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.7rem;
  letter-spacing: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}

p {
  color: #232323;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}

input:focus, textarea:focus, 
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}

ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

b, strong {
  font-weight: 900;
}

 .btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}

button{
  cursor: pointer;
}
span{
  font-size: 13px;
}
::selection {
  background: #2D3954;
  color: #ffffff;
}

/*====================================
 global area - end
====================================*/

/*====================================
 common css - start
====================================*/

section{
  padding: 100px 0px;
}
.common_content h3{
  font-size: 48px;
  font-weight: bold;
  color: #112955;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
}
.common_content p{
  padding: 0px 250px;
  font-size: 17px;
  color: #8b8b8b;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 60px;
}
.common_content .small{
  font-size: 14px;
  font-weight: 400;
  color: #349fe2;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}


/*====================================
 common css - end
====================================*/

/*start preloader css*/

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  overflow: visible;
  background: #fff url('../images/preloder.gif') no-repeat center center;
  animation: loader 5s infinite ease;
}

/*end preloader css*/


/*header css start*/

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: transparent;
}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -o-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  background-color: #349fe2;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky-header.stuck
.menu-sticky .navbar-collapse .navbar-nav li a{
  color: #ffffff;
}
.display-none{
  display: none;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  opacity: 0;
}




.top-header{
  background-color: #112955;
  padding: 10px 0px;
}
.header_select select{
  background-color: transparent;
  border: none;
  height: calc(2.25rem + 0px);
  padding: 0px 0px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.header_select select:focus{
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
.header_select select option{
  color: #000000;
  font-size: 14px;
}
.header_select .form-group{
  margin-bottom: 0px;
}
.header_select .form-group label{
  padding: 5px 0px;
}
.top-header-social p{
  color: #ffffff;
}
.top-header-social ul li a i{
  color: #dddddd;
} 
.header_select .form-group label img{
  margin-right: 10px;
}
.selectors ul li{
  margin-right: 30px;
}
.top-header-social p{
  font-size: 13px;
  font-weight: 400;
  margin-right: 20px;
  font-family: "Rubik", sans-serif;
}
.top-header-social ul li{
  padding: 0px 10px;
}


.main-menu{
  background-color: #349fe2;
}
.navbar-nav .nav-item .nav-link{
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.navbar-nav{
  margin-right: 30px;
}
.navbar-nav .nav-item{
  padding: 0px 10px;
}
.navbar-collapse form{
  margin-right: 20px;
}
.navbar-collapse form button{
  background-color: transparent;
  border: none;
}
.navbar-collapse form button:focus{
  box-shadow: none;
}
.navbar-collapse form button i{
  color: #ffffff;
}
.navbar-collapse .cart li img{
  padding-bottom: 5px;
  position: relative;
}
.navbar-collapse .cart li span{
  position: absolute;
  right: 89px;
  bottom: 29px;
  color: #349fe2;
  font-weight: 600;
}
.navbar-collapse .cart li{
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-right: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  position: absolute;
  background-color: #349fe2;
  border: none;
  top: 30px;
}
.dropdown-item{
  color: #ffffff;
}
.dropdown-item:hover{
  color: #349fe2 !important;
}
.dropdown .dropdown-menu{
  transition: all 0.5s ease-in-out;
}
.dropdown:hover .dropdown-menu{
  display: block;
}

.dropdown-menu a:active{
  background-color: #ffffff;
}


.mobile-menu{
  display: none;
}
.side-menu-nav{
  display: none;
}

/*header css end*/


/*banner start*/

.banner.owl-carousel{
  margin-top: 142px;
}
.banner .item img{
  width: 100%;
}
.overlay-sliderimg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  background:  rgba(12,17,4,0.5);
}
.banner-text2{
  position: absolute;
  /* left: 400px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.banner_details .banner-title{
  margin-bottom: 40px;
}
.banner_details .banner-title span {
  color: #1793e1;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.banner_details h2{
  font-size: 45px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
.banner_details h2 span{
  display: block;
  font-size: 45px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.banner_details h2 span a{
  font-weight: 300;
  text-decoration: underline;
  color: #1793e1;
  font-weight: bold;
}
.banner_details p{
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.banner_details .banner-button .btn1{
  font-size: 14px;
  font-weight: bold;
  padding: 10px 40px;
  background-color: #112955;
  color: #ffffff;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  margin-right: 15px;
}
.banner_details .banner-button .btn2{
  font-size: 14px;
  font-weight: bold;
  padding: 10px 40px;
  background-color: #ffffff;
  color: #112955;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
}
.banner_details .banner-button button:focus{
   outline: none;
}
.banner .owl-dots{
  position: absolute;
  top: 50%;
  left: 2%;
  transform: rotate(90deg);
}
.banner .owl-dots .owl-dot{
  background-color: #adadad;
  width: 10px;
  height: 10px;
  border-radius: 500px;
  margin-right: 5px;
}
.banner .owl-dots .owl-dot.active{
  background-color: #ffffff;
}
.banner .owl-dots .owl-dot:focus{
  outline: none;
}

/*banner end*/

/*about start*/

.col-about1{
  position: relative;
}
.col-about2{
  position: absolute;
  left: 50%;
}
.about-text{
  background-color: #ffffff;
  padding: 40px;
  margin-top: 10%;
}
.about-text h4 {
  font-size: 30px;
  font-weight: bold;
  color: #112955;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.about-text p{
  font-size: 17px;
  color: #8b8b8b;
  font-weight: 400;
  padding-right: 100px;
}
.about-text .abp1{
  margin-bottom: 40px;
}


/*about end*/

/*service start*/

.service_section{
  background-color: #f3f6f8;
}
.service-content {
  padding: 50px 30px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.service-content:hover{
  box-shadow: 0px 0px 30px -15px #000000;
}
.service-content .img1{
  transition: all 0.5s ease-in-out;
}
.service-content:hover .img1{
   display: none;
}
.service-content .img2{
  display: none;
  transition: all 0.5s ease-in-out;
}
.service-content:hover .img2{
  display: block;
}
.col-ser{
  margin-bottom: 30px;
}
.service-content img{
  margin-bottom: 30px;
}
.service-content h4{
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #112955;
}
.service-content p{
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  font-family: "Rubik", sans-serif;
}
.service-content button{
  background-color: transparent;
  color: #1793e1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.service-content button:focus{
  outline: none;
}

/*service end*/

/*pricing start*/

.pricing_content h4{
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
.pricing_content img{
  margin-bottom: 40px;
}
.pricing_content h2{
  font-size: 66px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #1793e1;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.pricing_content h2 span{
  margin-top: -15px;
  font-size: 20px;
  color: #1793e1;
}
.pricing_content h2 small{
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #cccccc;
  margin-top: 15px;
}
.pricing_content p{
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
}
.price_list{
  margin-bottom: 30px;
}
.price_list ul .list2{
  font-size: 14px;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  color: #112955;
}
.price_list ul li{
  color: #999999;
}
.price_list ul{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.pricing_content button{
  padding: 10px 40px;
  background-color: #112955;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
}
.pricing_content button:hover{
  background-color: #1793e1;
}
.pricing_content{
  padding: 60px 40px;
  transition: all 0.5s ease-in-out;
}
.pricing_content:hover{
  box-shadow: 0px 10px 25px -15px #000000;
}

/*pricing end*/

/*register start*/

.register_section{
  background-image: url(../images/register_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  display: flex;
}
.register_content h4{
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 0px 80px;
  padding: 0px 165px;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.register_content button{
  padding: 10px 40px;
  background-color: #ffffff;
  color: #1793e1;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.register_content button:focus{
  outline: none;
}

/*register end*/

/*Individual start*/


.Individual_section{
  border-bottom: 1px solid #f1f1f1;
}
.Individual_content{
  padding-right: 100px;
}
.Individual_content h4{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #112955;
  font-family: "Roboto", sans-serif;
  line-height: 1.3em;
}
.Individual_content p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #999999;
  margin-bottom: 50px;
}
.Individual_content button{
  padding: 10px 40px;
  border-radius: 25px;
  background-color: #1793e1;
  font-weight: bold;
  color: #ffffff;
}
.Individual_content button:focus{
  outline: none;
}

/*Individual end*/

/*partner start*/

.partner-img{
  filter: grayscale(100%);
  opacity: 0.4;
}
.partner-img:hover{
  filter: grayscale(0%);
  opacity: 0.8;
}
.partner .item .partner-img a img{
  padding: 40px;
}
.partner .owl-dots{
  display: none;
}

/*partner start*/

/*offer start*/

.offer_section{
  background-color: #f3f6f8;
}
.offer_from_content{
  padding: 63.5px 60px;
  background-color: #ffffff;
}
.offer_from_content h4{
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #112955;
  margin-bottom: 30px;
}
.offer_from_content p{
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  font-family: "Rubik", sans-serif;
}
.offer_from_content .contact-from form .form-group input{
  border-radius: 25px;
  color: #a6a6a6;
  font-size: 13px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  width: 200px;
}
.offer_from_content .contact-from form .form-group input:focus{
  border-color: #288feb !important;
  box-shadow: none;
}
.offer_from_content .contact-from form .form-group textarea{
  border-radius: 15px;
  font-size: 13px;
}
.offer_from_content .contact-from form .form-group textarea:focus{
  border-color: #288feb !important;
  box-shadow: none;
}
.offer_details{
  background-color: #1793e1;
  padding: 60px;
}
.offer_content h4{
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-family: "Roboto", sans-serif;
}
.offer_content p{
  font-size: 15px;
  font-weight: 400;
  color: #a2dbff;
  font-family: "Rubik", sans-serif;
}
.offer_content{
  margin-bottom: 48px;
}
.offer_sub_text h6{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.offer_sub_text p{
  font-size: 15px;
  font-weight: 400;
  color: #a2dbff;
  font-family: "Rubik", sans-serif;
}
.contact-submit-btn {
  background-color: #112955;
  padding: 10px 40px;
  border-radius: 25px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.contact-submit-btn:hover{
  background-color: #1793e1;
}
.contact-reset-btn{
  display: none;
}

/*offer end*/


/*blog start*/

.blog_section{
  padding: 100px 0px 330px;
}
.blog_contant p{
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #1793e1;
  margin-bottom: 20px;
}
.blog_contant img{
  position: relative;
}
.blog_contant .blog_details{
  position: absolute;
  bottom: -280px;
  background-color: #ffffff;
  padding: 30px;
  margin: 40px;
  left: 0px;
  border-radius: 15px;
  box-shadow: 0px 7px 25px -2px #dddddd;
}
.blog_date{
  display: flex;
  justify-content: center;
  position: relative;
}

.blog_date ul li{
  color: #1793e1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.blog_date ul li i{
  margin-right: 5px;
}
.blog_date .list1:after{
  content: '';
  height: 22px;
  width: 1px;
  background-color: #1793e1;
  margin-left: 10px;
  margin-right: 10px;
}
.blog_details h4{
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #1e3e60;
  margin-bottom: 20px;
}
.blog_details p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #8b8b8b;
}
.blog_date{
  margin-bottom: 20px;
}


/*blog end*/

/*ctu start*/

.ctu_section{
  background-color: #1793e1;
}
.ctu_content h4{
  font-size: 34px;
  font-weight: 200;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.ctu_btn button{
  color: #ffffff;
  padding: 10px 40px;
  font-weight: bold;
  border-radius: 25px;
  background-color: #112955;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
}

/*ctu end*/

/*foooter start*/

.footer_section{
  padding: 100px 0px;
}
.footer_content img{
  margin-bottom: 30px;
}
.footer_content p{
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  padding-right: 150px;
  font-family: "Open Sans", sans-serif;
}
.footer_content ul li{
  width: 40px;
  height: 40px;
  border-radius: 500px;
  padding: 9px 13px;
  background-color: #f2f2f2;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
}
.footer_content ul li:hover{
  background-color: #288feb;
}
.footer_content ul li a i{
  color: #c7c7c7;
  font-size: 17px;
  transition: all 0.5s ease-in-out;
}
.footer_content ul li:hover a i{
  color: #ffffff;
}
.footer_list1 h4{
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #112955;
  margin-bottom: 30px;
  margin-top: 10px;
}
.footer_list1 li{
  margin-bottom: 10px;
}
.footer_list1 li a{
  font-size: 15px;
  font-weight: 400;
  color: #1793e1;
  font-family: "Roboto", sans-serif;
}
.footer_con h4{
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #112955;
  margin-bottom: 30px;
  margin-top: 10px;
}
.footer_con ul .fs-icon{
  margin-right: 10px;
}
.footer_con ul li{
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer_con ul .mail{
  color: #1793e1;
}
.bootom-footer-text p{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #999999;
}
.bootom-footer-text span{
  color: #288feb;
}

/*footer end*/



/*=============================================
=============================================
           about page start
=============================================
=============================================*/

.common-banner{
  padding: 200px 0px 60px;
  background-color: #edf4f7;
}
.common-banner nav h4{
  font-size: 36px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #112955;
  margin-right: 30px;
}
.common-banner nav .breadcrumb{
  margin-bottom: 0px !important;
  padding: 0px 0px;
  background-color: transparent;
}
.common-banner nav .breadcrumb .breadcrumb-item a{
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #288feb;
  font-family: "Open Sans", sans-serif;
}
.common-banner nav .breadcrumb .breadcrumb-item i{
  margin-right: 5px;
  color: #288feb;
}
.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.bredcrumb-return ol li {
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  font-family: "Rubik", sans-serif;
}
.bredcrumb-return ol li i{
  margin-right: 5px;
}



.col-about3 {
  top: 48%;
}


.service2-common{
  margin-bottom: 100px;
}
.service2-common p{
  font-weight: 400;
}
.col-ser2{
  margin-bottom: 30px;
}
.service-content2{

}
.service-content2 img{
  margin-bottom: 30px;
}
.service-content2 h4{
  font-size: 20px;
  font-weight: bold;
  color: #112955;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
}
.service-content2 p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #8b8b8b;
}
.service2row{
  margin-bottom: 100px;
}



.testimonial_section{
  background-color: #f3f6f8;
}
.testi_common{
  margin-bottom: 70px;
}
.testimonial_details{
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0px 0px 30px -20px #1793e1;
}
.col-testi {
  margin-bottom: 30px;
}
.testimonial .item{
  padding: 30px 30px 0px 30px;
}
.testi_text img{
  width: 30px !important;
  display: inline-block !important;
  margin-bottom: 30px;
}
.testi_text p{
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  font-family: "Rubik", sans-serif;
}
.testi_content img{
  width: 85px !important;
  display: inline-block !important;
  margin-bottom: 20px;
}
.testi_content p{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.testi_content span{
  font-size: 14px;
  font-weight: 100;
  font-family: "Rubik", sans-serif;
  color: #999999;
}

.testimonial .owl-nav{
  position: absolute;
  left: 35px;
  margin-bottom: 30px;
}
.testimonial .owl-nav button.owl-next span,
.testimonial .owl-nav button.owl-prev span{
  font-size: 48px !important;
}
.testimonial .owl-nav button.owl-next span{
  color: #ffffff;
}
.testimonial .owl-nav button.owl-prev span{
  color: #112955;
}
.testimonial .owl-nav button.owl-next{
  background-color: #112955;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-left: 20px;
}
.testimonial .owl-nav button:focus{
  outline: none;
}



.offer2_section{
  background-color: #1793e1;
}
.offer2_content h4{
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.offer2_content small{
  position: relative;
  top: -10px;
  font-size: 20px;
}
.offer2_content p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
.offer2_btn button{
  background-color: #ffffff;
  color: #112955;
  padding: 10px 40px;
  border-radius: 25px;
  font-weight: bold;
}

/*=============================================
=============================================
           about page end
=============================================
=============================================*/

/*=============================================
=============================================
           product page end
=============================================
=============================================*/

.product_info h4{
  font-size: 22px;
  font-weight: bold;
  color: #112955;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.product_info p{
  font-size: 15px;
  font-weight: 400;
  color: #8b8b8b;
  font-family: "Rubik", sans-serif;
  margin-bottom: 35px;
}
.product_info .pro_list1 ul li{
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #8b8b8b;
}
.product_info .pro_list1 ul{
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.product_info .pro_list1 ul .sub_list{
  color: #112955;
  font-weight: bold;
}
.product_pricing_details .product_p_t p{
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #112955;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.product_pricing_details{
  padding: 60px;
  background-color: #edf4f7;
}
.product_p_t h2{
  font-size: 66px;
  font-weight: bold;
  position: relative;
  color: #1793e1;
  font-family: "Roboto", sans-serif;
}
.product_p_t h2 span{
  position: absolute;
  top: -15px;
  left: 45px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.product_p_t h2 small{
  font-size: 16px;
  font-weight: bold;
  color: #b7cad2;
  font-family: "Roboto", sans-serif;
}
.quantity{
  margin-bottom: 30px;
}
.quantity p{
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #112955;
  margin-bottom: 5px;
}
.quantity ul .st1{
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: #ffffff;
  color: #c9c9c9;
  padding: 5px;
  margin-right: 1px;
}
.quantity ul .nd2{
  width: 50px;
  height: 40px;
  color: #4d4d4d;
  background-color: #ffffff;
  padding: 10px;
}
.quantity ul .rd3{
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  background-color: #112955;
  padding: 5px;
}
.product_btn .btn1{
  padding: 15px 60px;
  background-color: #349fe2;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.product_btn .btn2{
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #9aabb2;
}
.product_socail{
  padding: 20px 0px;
  margin: 15px 0px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000; 
}
.product_socail p{
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  font-family: "Rubik", sans-serif;
}
.product_socail ul li{
  margin-right: 10px;
}
.product_socail ul li a i{
  color: #8b8b8b;
  transition: all 0.5s ease-in-out;
}
.product_socail ul li:hover a i{
  color: #349fe2;
}

/*=============================================
=============================================
           product page end
=============================================
=============================================*/


/*=============================================
=============================================
           shop page start
=============================================
=============================================*/
.filter_row {
  padding: 20px 0px 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.filter_select .form-control{
  padding: 0rem 0rem;
}
.filter_select .form-control:not([size]):not([multiple]) {
  height: calc(1.5rem) !important;
}
.filter_list1{
  border-right: 1px solid #ebebeb;
}
.filter_list1 a{
  padding-right: 20px;
  font-size: 13px;
  font-weight: bold;
  background-color: #349fe2;
  padding: 12px 10px 10px 10px;
  color: #ffffff;
  margin-right: 20px;
  border-right: 1px solid #ebebeb;
  font-family: "Rubik", sans-serif;
}
.filter_list2 a{
  font-size: 13px;
  font-weight: bold;
  color: #4d4d4d;
  font-family: "Rubik", sans-serif;
  margin: 0px 0px 0px 20px;

}
.pricing_content2{
  box-shadow: 0px 0px 30px -20px #1793e1;
}
.col-price{
  margin-bottom: 30px;
}
.filter_select{
  margin-bottom: 0px;
}
.filter_select .form-control{
  border: none;
  font-size: 14px;
  font-weight: 100;
  color: #7c7c7c;
}
.filter_select .form-control:focus{
  box-shadow: none;
}
.filter_list3{
  margin-right: 10px;
}
.filter_list3 select{
  padding: 0px 20px !important;
}
.filter_list4 a{
  padding-right: 20px;
  font-size: 13px;
  font-weight: bold;
  background-color: #349fe2;
  padding: 12px 10px 10px 10px;
  color: #ffffff;
  margin-left: 20px;
}
.filter_list4 {
  border-left: 1px solid #ebebeb;
}
.filter_list5 {
  padding-right: 30px;
  padding-left: 20px;
  border-right: 1px solid #ebebeb;
}
.filter_list5 a i{
  color: #b5b5b5;
}
.filter_list6{
  padding: 0px 20px 0px 20px;
  border-right: 1px solid #ebebeb;
}
.filter_list6 select{
  padding:  0px 10px 0px 20px !important;
}
.filter_list7 {
  padding-left: 20px;
}
.filter_list7 a{
  font-size: 13px;
  font-weight: bold;
  color: #4d4d4d;
  font-family: "Rubik", sans-serif;
}
.filter_pagi .page-item:first-child .page-link{
  border-top-left-radius: 0rem; 
  border-bottom-left-radius: 0rem;
}
.filter_pagi .page-item:first-child .page-link{
  border-top-left-radius: 0rem; 
  border-bottom-left-radius: 0rem;
}
.filter_pagi .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.filter_pagi .page-item.active .page-link{
  background-color: #349fe2;
  border-color: #349fe2;
  color: #ffffff;
}
.filter_pagi .page-item .page-link{
  color: #666666;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  margin-right: 4px;
}
.shop_filter_section {
  padding: 50px 0px 0px;
}
.pricing_section2{
  padding: 0px 0px 80px;
}
.pricing2_bt-text p{
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #8b8b8b;
}

/*=============================================
=============================================
           shop page end
=============================================
=============================================*/

/*=============================================
=============================================
           blog page start
=============================================
=============================================*/

.blogpage_img {
  position: relative;
  overflow: hidden;
}

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

.overlay_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay_btn button {
  background-color: rgba(52, 159, 226, 0.7);
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  border: none;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}

.blogpage_img:hover .overlay_btn {
  opacity: 1;
}

.blogpage_img:hover .overlay_btn button {
  background-color: rgba(52, 159, 226, 1);
}

.blogpage_content h4{
  font-size: 30px;
  font-weight: bold;
  color: #112955;
  font-family: "Roboto", sans-serif;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.blogpage_content ul{
  margin-bottom: 40px;
}
.blogpage_content ul li{
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.blogpage_content p{
  font-size: 15px;
  font-weight: 400;
  color: #8b8b8b;
  font-family: "Rubik", sans-serif;
  margin-bottom: 30px;
}
.blogpage_content button{
  background-color: transparent;
  color: #349fe2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.blogpage_content button:focus{
  outline: none;
}
.blogpage_content ul .sms{
  color: #349fe2 !important;
}
.col-clogpage {
  margin-bottom: 60px;
}

/*=============================================
=============================================
           blog page end
=============================================
=============================================*/

/*=============================================
=============================================
           contact page start
=============================================
=============================================*/


.contact_content1 p,
.contact_content2 p,
.contact_content3 p{
  font-size:  20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.contact_content span{
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #8b8b8b;
}
.contact_content1 p{
  color: #2f2c2c;
}
.contact_content2 p{
  color: #349fe2;
}
.contact_content3 p{
  color: #112955;
}
.contact_forms{
  margin-top: 80px;
}
.contact_title{
  margin-bottom: 50px;
}
.contact_title h3{
  font-size: 36px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #112955;
  margin-bottom: 30px;
}
.contact_title p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #999999;
}
.contact_title ul{
  margin-bottom: 24px;
}
.contact_title ul li{
  width: 5px;
  height: 5px;
  border-radius: 500px;
  background-color: #ea4800;
  margin-right: 5px;
}
.form_details {
  padding: 50px 30px;
  box-shadow: 0px 0px 30px 0px #8b8b8b8b;
}
.contact-submit-btn2{
  background-color: #288feb;
}
.form_details .contact-from .form-group input{
  border-radius: 25px;
  font-size: 14px;
}
.form_details .contact-from .form-group textarea{
  border-radius: 13px;
  font-size: 14px;
}
.blog-contact-btn2{
  background-color: transparent;
}

/*=============================================
=============================================
           contact page end
=============================================
=============================================*/



/*=============================================
=============================================
           Index page
=============================================
=============================================*/

.indexlink{
  background: #f26522;
  color: #fff !important;
}
.image-container span img {
  height: auto;
  max-width: 50%;
}
.features-item{
  background-color: #eee;
  padding: 30px;
}
.features-item .title-text{
  font-size: 18px;
  margin-top: 16px;
}
#preview-section .section-tittle::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #f26522;
}
.image-container a img{
  position: relative;
}
.overlay-preview{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(21,65,126,0.44);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-preview:hover{
  background-color: rgba(21,65,126,0.88);
  cursor: pointer;
}
.overlay-preview .title-text{
  color: #fff !important;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  transform: translateY(231px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
} 
.overlay-preview:hover .title-text{
  font-size: 30px;
}
.banner-content-preview{
   transform: translateY(500px);
}
.preview-h1{
  color: #fff;
  background: none !important;
  margin-bottom: 30px;
  font-weight: 700;
}
.preview-desc p{
  color: #fff;
  font-weight: 400;
}
.preview-button{
  background-color: #f62621;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 50px;
}
.preview-button a{
  color: #fff;
}
.preview-button a i{
  margin-left: 5px;
}
#preview-banner-section{
  background-color: #349fe2;
}
.preview-menu-sticky {
  background: #ffffff;
  border-bottom: 1px solid #15417e;
}
.navbar .navbar-collapse .navbar-nav li a {
    color: #ffffff;
}
.preview-content{
  padding: 180px 0px;
}
.indexmenusticky{
  border-bottom: 1px solid #f1f1f11c;
}
.preview-item .image-container img{
  width: 350px;
  height: auto;
}
