/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

/*====================================================================
  Reset
==================================================================== ***/

* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#898c8f;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

th, td {
  border: 1px solid #6ed0f5;
  padding: 10px 15px;
  text-align: center;
  color: #4195d6;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #808080;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Spartan', sans-serif;
  font-weight: 400;
  color: #4195D6;
  margin: 0px;
  transition: all 500ms ease;
}

/** service-details **/

.service-details{
    position: relative;
    padding: 150px 0px;
  }
  
  .service-details-content{
    position: relative;
    display: block;
  }
  
  .service-details-content h2{
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 31px;
  }
  
  .service-details-content .content-one .text{
    position: relative;
    margin-bottom: 35px;
  }
  
  .service-details-content img{
    width: 100%;
  }
  
  .service-details-content .content-one{
    position: relative;
    display: block;
    margin-bottom: 35px;
  }
  
  .service-details-content .content-two .text{
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  
  .service-details-content .content-two .text p{
    margin-bottom: 26px;
  }
  
  .service-details-content .content-two .text p:last-child{
    margin-bottom: 0px;
  }
  
  .service-details-content h3{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  
  .service-details-content h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  
  .service-details-content .content-two .inner-box .single-item{
    position: relative;
    display: block;
    padding-left: 85px;
    margin-bottom: 27px;
    max-width: 480px;
    min-height: 90px;
  }
  
  .service-details-content .content-two .inner-box .single-item h4{
    margin-bottom: 8px;
  }
  
  .service-details-content .content-two .inner-box .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .service-details-content .content-two .inner-box .single-item .icon-box{
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 4px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
  }
  
  .service-details-content .content-two{
    position: relative;
    margin-bottom: 73px;
  }
  
  .service-details-content .content-three .image-box{
    position: relative;
    display: block;
    margin-bottom: 25px;
  }
  
  .service-details-content .content-three p{
    margin-bottom: 26px;
  }
  
  .service-details-content .content-three p:last-child{
    margin-bottom: 0px;
  }
  
  .service-sidebar{
    position: relative;
    display: block;
    margin-left: 20px;
  }
  
  .service-sidebar h3{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 21px;
  }
  
  .service-sidebar .category-list li{
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  
  .service-sidebar .category-list li:last-child{
    margin-bottom: 0px;
  }
  
  .service-sidebar .category-list li a{
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Spartan', sans-serif;
    color: #3388ca;
    line-height: 26px;
    font-weight: 500;
    border: 1px solid #e7e7e7;
    padding: 16px 30px 16px 25px;
    z-index: 1;
  }
  
  .service-sidebar .category-list li a.current,
  .service-sidebar .category-list li a:hover{
    color: #fff;
  }
  
  .service-sidebar .category-list li a:after{
    position: absolute;
    content: '';
    background-color: #007ec4;
    width: 0px;
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .service-sidebar .category-list li a.current:after,
  .service-sidebar .category-list li a:hover:after{
    width: 4px;
  }
  
  .service-sidebar .category-list li a:before{
    position: absolute;
    content: '';
    width: 0px;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .service-sidebar .category-list li a.current:before,
  .service-sidebar .category-list li a:hover:before{
    width: 100%;
  }
  
  .service-sidebar .category-list li a i{
    position: relative;
    margin-right: 12px;
    color: #fff;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .service-sidebar .category-list li a.current i,
  .service-sidebar .category-list li a:hover i{
    opacity: 1;
  }
  
  .service-details-content .content-two .inner-box .single-item .icon-box{
	background-color: #6ED0F5;
}  

.service-sidebar .category-list li a.current,
.service-sidebar .category-list li a:hover{
  border-color: #6ED0F5;
}

.service-sidebar .category-list li a:before{
	background-color: #6ED0F5;
}

@media only screen and (max-width: 991px){

.service-details-content{
    margin-bottom: 30px;
  }
}
  
@media only screen and (max-width: 767px){
  .service-details{
    padding: 80px 0px;
  }

  .service-details-content .content-three .image-box .image{
    margin-bottom: 30px;
  }

  .service-details-content h2{
    font-size: 30px;
    line-height: 40px;
  }
  
  .service-details-content .content-three .image-box{
    margin-bottom: 40px;
  }
}

/** shop-details **/

.product-details-content .product-details .addto-cart-box .clearfix li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .product-details-content .product-details .addto-cart-box .clearfix li:last-child{
    margin-right: 0px;
  }
  
  .product-details-content .product-details .addto-cart-box .clearfix li a{
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #1c2b49;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
  }
  
  .product-details-content .product-details .addto-cart-box .clearfix li a:hover{
    color: #fff;
  }

 @media only screen and (max-width: 599px){
  .product-details-content .product-details .addto-cart-box .clearfix li{
    margin-bottom: 10px;
  }
}

/*** 

====================================================================
                        Blog-page
====================================================================

***/


.sidebar-page-container{
    position: relative;
    padding: 150px 0px;
  }
  
  .sidebar-page-container .news-block-one .inner-box{
    margin-bottom: 50px;
  }
  
  .blog-sidebar .post-widget .post{
    position: relative;
    display: block;
    padding-left: 110px;
    margin-bottom: 30px;
    padding-bottom: 9px;
    min-height: 90px;
  }
  
  .blog-sidebar .post-widget .post:last-child{
    margin-bottom: 0px;
  }
  
  .blog-sidebar .post-widget .post .post-thumb{
    position: absolute;
    left: 0px;
    top: -1px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  
  .blog-sidebar .post-widget .post .post-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .blog-sidebar .post-widget .post p{
    margin-bottom: 7px;
  }
  
  .blog-sidebar .post-widget .post h5{
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  
  .blog-sidebar .post-widget .post h5 a{
    display: inline-block;
    color: #3388ca;
  }
  
  .blog-sidebar .post-widget .post h5 a:hover{
  
  }
  
  .blog-sidebar .post-widget .widget-title{
    margin-bottom: 32px;
  }
  
  .blog-sidebar .archives-widget .archives-list li{
    position: relative;
    display: block;
    padding: 12px 0px;
    border-top: 1px solid #e9ebf0;
  }
  
  .blog-sidebar .archives-widget .archives-list li a{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Spartan', sans-serif;
    color: #3388ca;
    font-weight: 500;
  }
  
  .blog-sidebar .archives-widget .archives-list li a:hover{
  
  }
  
  .blog-sidebar .archives-widget .archives-list li a span{
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e6e6e6;
    color: #3388ca;
    border-radius: 50%;
    text-align: center;
  }
  
  .blog-sidebar .archives-widget{
    padding-bottom: 28px;
  }
  
  .news-block-one .inner-box .lower-content h3{
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  
  .news-block-one .inner-box .lower-content h3 a{
    display: inline-block;
    color: #3388ca;
  }
  
  .news-block-one .inner-box .lower-content h3 a:hover{
  
  }
  
  .blog-standard-content .news-block-one .inner-box .lower-content{
    padding-top: 31px;
  }
  
  .blog-sidebar{
    margin-left: 20px;
  }
  
  .blog-details-content .news-block-one .inner-box{
    padding: 0px;
    box-shadow: none;
  }
  
  .blog-details-content .news-block-one .inner-box:before{
    display: none;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content .text p{
    margin-bottom: 26px;
  }
  
  .blog-details-content .news-block-one .inner-box .lower-content .text p:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .news-block-one .inner-box:hover .image-box img{
    opacity: 1;
    transform: scale(1);
  }
  
  .blog-details-content .content-one blockquote{
    position: relative;
    display: block;
    background: #fff;
    padding: 57px 50px 53px 220px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
    margin: 0px 0px 63px 0px;
  }
  
  .blog-details-content .content-one blockquote .icon-box{
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #f2f9ff;
    border-radius: 50%;
  }
  
  .blog-details-content .content-one blockquote h5{
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  
  .blog-details-content .content-one blockquote .shape{
    position: absolute;
    left: 180px;
    top: 70px;
    width: 10px;
    height: 60px;
    background-repeat: no-repeat;
  }
  
  .blog-details-content .content-one{
    position: relative;
    margin-bottom: 63px;
  }
  
  .blog-details-content .content-one .text p{
    margin-bottom: 26px;
  }
  
  .blog-details-content .content-one .text p:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .content-two .image-box{
    position: relative;
    display: block;
    margin-bottom: 67px;
  }
  
  .blog-details-content .content-two .image-box img{
    width: 100%;
  }
  
  .blog-details-content .content-two .text h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  
  .blog-details-content .content-two .text p{
    margin-bottom: 26px;
  }
  
  .blog-details-content .content-two .text p:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .news-block-one .inner-box{
    margin-bottom: 63px;
  }
  
  .blog-details-content .content-two{
    margin-bottom: 63px;
  }
  
  .blog-details-content .post-share-option{
    position: relative;
    display: block;
    padding-bottom: 80px;
    margin-bottom: 66px;
  }
  
  .blog-details-content .post-share-option .shape{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
  }
  
  .blog-details-content .post-share-option .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  
  .blog-details-content .post-share-option .social-links li:last-child{
    margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .social-links li a{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #acadb4;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
  }
  
  .blog-details-content .post-share-option .social-links li a:hover{
    color: #fff;
  }
  
  .blog-details-content .post-share-option .social-links li h5{
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
  }
  
  .blog-details-content .group-title{
    position: relative;
    display: block;
    margin-bottom: 33px;
  }
  
  .blog-details-content .group-title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
  }
  
  .blog-details-content .comment-box{
    position: relative;
    display: block;
    margin-bottom: 66px;
    padding-bottom: 43px;
  }
  
  .blog-details-content .comment-box .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
  }
  
  .blog-details-content .comment-box .comment{
    position: relative;
    display: block;
    padding-left: 110px;
    margin-bottom: 33px;
  }
  
  .blog-details-content .comment-box .comment:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box{
    position: absolute;
    left: 0px;
    top: -3px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  
  .blog-details-content .comment-box .comment .thumb-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .blog-details-content .comment-box .comment .comment-inner{
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .blog-details-content .comment-box .comment:last-child .comment-inner{
    border-bottom: none;
  }
  
  .blog-details-content .comment-box .comment h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  
  .blog-details-content .comment-box .comment .post-date{
    position: relative;
    display: block;
    font-size: 15px;
    color: #8a8d91;
  }
  
  .blog-details-content .comment-box .comment .comment-info{
    position: relative;
    margin-bottom: 14px;
  }
  
  .blog-details-content .comment-box .comment p{
    line-height: 28px;
    margin-bottom: 15px;
  }
  
  .blog-details-content .comment-box .comment .reply-btn{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #3388ca;
  }
  
  .blog-details-content .comment-box .comment .reply-btn:hover{
  
  }
  
  .default-form .form-group{
    position: relative;
    margin-bottom: 30px;
  }
  
  .default-form .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .default-form .form-group input[type='text'],
  .default-form .form-group input[type='email'],
  .default-form .form-group input[type='tel'],
  .default-form .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: 15px;
    color: #8a8d91;
    transition: all 500ms ease;
  }
  
  .default-form .form-group textarea{
    height: 150px;
    resize: none;
  }
  
  .default-form .form-group input:focus,
  .default-form .form-group textarea:focus{
  
  }

  .our-quality-left ul li {
    font-size: 20px;
    font-weight: 600;
    color: #4195D6;
    padding-left: 60px; /* Increased padding to maintain alignment */
}

.our-quality-left ul li {
  font-size: 20px;
  font-weight: 600;
  color: #4195D6;
  padding-left: 60px; /* Space for numbered circles */
  padding-bottom: 20px; /* Adds space after each list item */
  line-height: 45px; /* Adjusts the line-height to center text vertically with the circles */
  position: relative; /* Keeps the numbering circles positioned */
}

.our-quality-left ul li span {
  width: 45px;
  height: 45px;
  background: #4195D6;
  display: inline-block;
  text-align: center;
  line-height: 45px; /* Centers the number inside the circle */
  border-radius: 50%;
  margin-right: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  left: 0; /* Aligns the circle to the left */
  top: 0; /* Ensures the circle is vertically centered with the text */
}

.our-quality-left ul {
  position: relative;
  list-style-type: none;
  padding-left: 0;
}


.text-justify {
  text-align:justify;
  text-justify:auto;
}

.bluetxt {
  color: #4195D6;
}

/* Default for large screens (PC and laptop) */
.camera_wrap {
  height: 900px !important; /* Adjust height as needed for desktops */
}

/* For laptops (between 1024px and 1439px) */
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .camera_wrap {
      height: 600px !important; /* Adjust height as needed for laptops */
  }
}

/* For tablets (768px to 1024px width) */
@media screen and (max-width: 1024px) {
  .camera_wrap {
      height: 600px !important; /* Adjust height as needed for tablets */
  }
}

/* For smaller tablets and large phones (576px to 767px width) */
@media screen and (max-width: 767px) {
  .camera_wrap {
      height: 450px !important; /* Adjust height as needed for small tablets and large phones */
  }
}

/* For mobile phones (max-width: 576px) */
@media screen and (max-width: 576px) {
  .camera_wrap {
      height: 450px !important; /* Adjust height as needed for phones */
  }
}

.banner-text-wrap {
  padding-top: 345px;
}


/* Default for large screens (PC and laptop) */
.banner-text-wrap {
  padding-top: 345px;
}

/* For laptops (between 1024px and 1439px) */
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .banner-text-wrap {
    padding-top: 224px;
    padding-left: 86px;
  }
}

/* For tablets (768px to 1024px width) */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .banner-text-wrap {
    padding-top: 230px;
  }
}

/* For smaller tablets and large phones (576px to 767px width) */
@media screen and (max-width: 767px) and (min-width: 576px) {
  ..banner-text-wrap {
    padding-top: 170px !important;
  }
}

/* For mobile phones (max-width: 576px) */
@media screen and (max-width: 576px) {
  .banner-text-wrap {
    padding-top: 170px;
  }
}
