body{font-family: 'Open Sans', sans-serif;overflow: hidden;}
a{text-decoration: none; color: #ff4605;}
ul{margin: 0; padding: 0;}
html{overflow-x: hidden;}


.head_nav{padding:0; background:#fff;transition:ease-in-out 0.3s;}
.head_nav nav{padding:0;}
.head_nav .navbar-brand{padding:0;}
.head_nav .navbar-brand img{transition:ease-in-out 0.3s;width: 100px;}
.head_nav ul{margin:0 15px 0 auto;}
.head_nav ul li a{color:#000; font-size:16px; line-height:44px;position:relative; font-weight: 600;transition: all 0.3s;}
.head_nav ul li a:hover{background: #FF4605; color: #fff;-webkit-clip-path: polygon(0 0,90% 0,100% 100%,0 100%);clip-path: polygon(0 0,90% 0,100% 100%,0 100%);}
.navbar-expand-lg .navbar-nav .nav-link{padding:0 25px;}
.sticky_menu{background:#fff;box-shadow: 0 5px 5px rgb(0 0 0 / 10%);width: 100%;top: 0;border-radius: 0;position: fixed; z-index: 10;}
.sticky_menu ul li a{color: #000;}
.sticky_menu ul li a{line-height: 42px;}
.phone_area{background: #FF4605;display: flex;flex-wrap: wrap;padding: 22px 0;position: relative;z-index: 1;}
.phone_area:after{content: "";position: absolute;left: -15px;top: 0;width: 100vw;height: 100%;z-index: -1;background: #FF4605;transform: skewX(15deg);}
.phone_area i{color: #fff;font-size: 44px;margin: auto 0;padding: 0 10px;}
.phone_area a{color: #fff;font-size: 24px;line-height: 28px;text-transform: uppercase;font-weight: 600;padding-left: 15px;border-left: 1px solid #fff;}
.phone_area span{display: block;font-weight: 400;}
.head_nav .dropdown ul li a{clip-path: none;line-height: 30px;padding: 0 10px !important;}
.head_nav .dropdown ul{margin:0; width:200px;}

.slide {position: relative; padding:286px 0;}
.slide h2{font-weight:bold;}
.slide .slide_img {width: 100%;height: 100%;overflow: hidden; position: absolute;top: 0;left: 0;}
.slide .slide_img:after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
.slide p{font-size:18px;margin:30px 0;color: #dddddd; line-height: 32px;}
.cont_center{position: relative;z-index: 1;}
.slide .slide_img img {max-width: 100%;height: 100%;opacity: 1 !important;-webkit-animation-duration: 3s;animation-duration: 3s;transition: all 1s ease; width:100%;object-fit:cover;}
.slide .slide_content--headings {text-align: left;color: #fff;}
.slide .slide_content--headings h2 {font-size: 54px;margin: 10px 0; font-weight: 600;margin: 0;}
.slide .slide_content--headings h2 span{font-weight: 900; color: #FF4605; text-transform: uppercase;}
.slide .slide_content--headings .animated {transition: all 0.5s ease;}
.slider_area{position: relative;}
.slider_area [data-animation-in] {opacity: 0;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;transition: opacity 0.5s ease 0.3s;}
.slider_area .slick-arrow{border: none;background: transparent;color: #fff;position: absolute;top: 50%;left: 0;width:45px; z-index:1;}
.slider_area .slick-arrow.slick-next{right: 0;left: auto;transition:ease-in-out 0.3s;z-index: 0;}
.slider_area .slick-arrow i{font-size:35px; transition:all 0.3s; background: #FF4605; padding: 5px 10px;color: #fff !important;}
.slider_area .slick-arrow i:hover{background:#000;}
.slider_area .slick-arrow:before{display: none;}
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {-webkit-animation-name: zoomInImage;animation-name: zoomInImage;}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {-webkit-animation-name: zoomOutImage;animation-name: zoomOutImage;}
.slide_left_angle{width: 60%; height: 100%; position: absolute; top: 0; left: -350px;}
.slide_left_angle:before{content: "";position: absolute;background: rgba(0,0,0,0.3);z-index: 1; width: 100%;height: 50%;transform: skew(20deg, 0deg);top: 0;left: 0;}
.slide_left_angle:after{content: "";position: absolute;background: rgba(0,0,0,0.3);z-index: 1; width: 100%;height: 50%;transform: skew(-20deg, 0deg);bottom: 0;left: 0;}
.slider_area .slick-dots{width: 50%;height: 75px;position: absolute;right: 0;bottom: -1px;background: #fff;clip-path: polygon(5% 0,100% 0,100% 100%,0 100%); -webkit-clip-path:polygon(5% 0,100% 0,100% 100%,0 100%);text-align: left;padding:15px 0 0 45px;}
.slider_area .slick-dots li{padding: 0; width: 30px; height: 6px; border-radius: 100px;background: #FF4605; opacity: .5;margin: 0 3px;}
.slider_area .slick-dots li button:before{display: none;}
.slider_area .slick-dots li button{padding: 0; margin: 0;width: auto; height: auto;}
.slider_area .slick-dots li.slick-active{width: 20px; opacity: 1;}

.btn_area a{background: #FF4605;color: #fff;padding: 16px 35px 16px 24px;display: inline-block;font-weight: bold;text-transform: uppercase;border-radius: 5px;position: relative;}
.btn_area a:after{content: ""; background: url(../images/angle.png) no-repeat 0 0;width: 56px; height: 56px; position: absolute; right: -38px; top: 0;}
.btn_blue_area a{background: #000000;color: #fff;padding: 16px 35px 16px 24px;display: inline-block;font-weight: bold;text-transform: uppercase;border-radius: 5px;position: relative;}
.btn_blue_area a:after{content: ""; background: url(../images/angle_blue.png) no-repeat 0 0;width: 56px; height: 56px; position: absolute; right: -38px; top: 0;}

.who_area{padding: 70px 0;}
.who_left{background: #FF4605;padding: 35px 225px 80px 80px;margin-top: 170px;}
.head{font-size: 36px; color: #fff;margin: 0 0 25px;position: relative;padding-bottom: 10px;}
.head:after{content: ""; width: 110px; height: 3px; background: #fff; position: absolute; bottom: 0; left: 0;}
.head span{font-weight: bold; font-size: 24px;margin-top: 15px;display: block;}
.who_left p{margin-bottom: 20px; color: #fff; text-align: justify;line-height: 28px;}
.who_right{height: 380px;margin-left: -200px;}
.who_right img{width: 100%; height: 100%; object-fit: cover;}
.abt_box{position: relative;}
.abt_box h4{position: absolute; right: 0; top: 100px; font-weight: bold;color: rgba(0,0,0,0.1);font-size: 166px; text-align: right;text-transform: uppercase;margin: 0;}

.why_right{background: #FF4605;padding: 35px 80px 120px 370px;margin-top: 170px;}
.why_right h2{text-align: right;}
.why_right h2::after{right:0; left: inherit;}
.why_right p{margin-bottom: 20px; color: #fff; text-align: justify;text-align-last: right;line-height: 28px;}
.why_left{height: 380px;margin-right: -330px;position: relative; z-index: 1;}
.why_left img{width: 100%; height: 100%; object-fit: cover;}
.why_box{position: relative;z-index: 1;}
.why_box h4{position: absolute;left: 0;top: 10px;font-weight: bold;color: rgba(0,0,0,0.1);font-size: 166px;text-align: right;text-transform: uppercase;margin: 0;white-space: nowrap;}

.why_blue_area{margin-top: -85px;display: flex; flex-wrap: wrap;justify-content: end;padding-right: 70px;z-index: 1;position: relative;}
.why_blue{background:#000000;padding: 40px 10px;width: 230px;text-align: center;margin: 10px;}
.why_blue i{width: 80px; height: 80px; text-align: center; line-height: 80px;font-size: 50px; color: #FF4605;border-radius: 100%; background: #fff;}
.why_blue h3{font-size: 18px; color: #fff; font-weight: bold; text-transform: uppercase; margin: 18px 0 0;}
.why_blue h3 span{font-weight: normal; text-transform: capitalize; display: block;}

.serv_area{background: url(../images/serv_back.jpg) no-repeat 0 0; background-size: cover; background-attachment: fixed; padding: 70px 0 150px;margin-top: 60px; position: relative;}
.serv_area:before{background: rgba(255,255,255,0.7);content: "";position: absolute;left: 0; top: 0; width: 100%; height: 100%;}
.serv_area h2{text-align: center;font-weight: bold; color: #000;}
.serv_area h2:after{left: 50%; transform: translateX(-50%);background: #000;}
.serv_slide .slick-list{margin:0 -15px;}
.serv_slide .item{padding: 15px;}
.serv_img{height: 280px; overflow: hidden;border: 5px solid #fff; box-shadow: 0 0 30px rgba(0,0,0,0.15);transform: skewX(-5deg);}
.serv_img img{width: 100%; height: 100%; object-fit: cover;}
.serv_img a{color: #fff;text-transform: uppercase;font-weight: bold;display: block;text-align: center;background: rgba(255,70,5,0.8);position: absolute;bottom: 0;width: 100%;padding: 10px 0;transform: skew(5deg) translateX(-50%);left: 50%;}
.serv_slide .item h3{font-weight: bold; color: #000; font-size: 18px; text-transform: uppercase; position: relative; padding-left: 60px; margin:20px 0 0;}
.serv_slide .item h3:after{background: url(../images/serv_border.png) 0 0; width: 38px; height: 20px; position: absolute; left: 0; content: "";}
.serv_slide .slick-arrow{border: none;width: 50px;height: 50px;background: #FF4605;color: #fff;border-radius: 10px;position: absolute;}
.serv_slide .prev-arrow{right: 65px;bottom: -100px;}
.serv_slide .next-arrow{right: 0;bottom:-100px;}

.work_area{position: relative;}
.work_area:before{width: 50%; content: "";height: 90px;clip-path: polygon(0 0,95% 0,100% 100%,0 100%);-webkit-clip-path: polygon(0 0,95% 0,100% 100%,0 100%);position: absolute; left: 0; top: -89px;background: #fff;}
.work_area h2{color: #000; font-weight: bold;margin-top: -50px;}
.work_area h2:after{background: #FF4605;}

.lightimg_box{margin:15px 0;}
.lightimg_box a{position:relative; display:block;overflow:hidden;height: 300px; border-radius: 10px;}
.lightimg_box a img{width: 100%; height: 100%; object-fit: cover;transition: all 0.3s;}
.lightimg_box a .overlay{background: url(../images/gallery_zoom.png) no-repeat center rgba(0, 0, 0, 0.6);position:absolute; top: 0;left: 0;right: 0;bottom: 0;height: 100%;width: 100%;opacity: 0;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;-moz-transform: scale(0.5);-ms-transform: scale(0.5);-o-transform: scale(0.5);-webkit-transform: scale(0.5);transform: scale(0.5);}
.lightimg_box a:hover .overlay{display: block;opacity: 1;-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
.lightimg_box a:hover img{transform: scale(1.15);}
.work_area .btn_blue_area{text-align: center; margin-top: 45px;}

.testimonial_area{padding: 70px 0;}
.test_top_img{height: 500px; overflow: hidden;margin: 0 0 -130px 90px;position: relative;z-index: 1;}
.test_top_img img{width: 100%; height: 100%; object-fit: cover;}
.test_head{position: relative;}
.test_head h3{position: absolute;left: 0;top: -30px;font-weight: bold;color: rgba(0,0,0,0.1);font-size: 166px;text-transform: uppercase;margin: 0;line-height: 170px;}
.test_box{background: #FF4605;padding: 190px 110px 110px 90px;}
.text_right{height: 380px; overflow: hidden;margin:40px 0 0 -110px;}
.text_right img{width: 100%; height: 100%; object-fit: cover;}
.test_slide .item{color: #fff; font-size: 16px; line-height: 28px;text-align: justify;}
.test_slide .slick-arrow{border: none;width: 50px;height: 50px;background: #000000;color: #fff;border-radius: 10px;position: absolute;}
.test_slide .prev-arrow{right: 70px;bottom: -50px;}
.test_slide .next-arrow{right: 0;bottom:-50px;}

.contact_area{background: #FF4605; padding: 70px 0;}
.contact_area .head{text-align: center;}
.contact_area .head:after{left:50%; transform: translateX(-50%);}
.contact_area p{text-align: center; color: #fff; line-height: 28px;margin: 0;}
.contact_area form{margin-top: 30px;}
.contact_area form input, .contact_area form select{height: 60px; border: 1px solid #fff; border-radius: 0; background: transparent;color: #fff;margin-bottom: 30px;appearance: auto;}
.contact_area form input::placeholder, .contact_area form textarea::placeholder, .contact_area form select::placeholder{color: #fff;}
.contact_area form input:focus, .contact_area form textarea:focus, .contact_area form select:focus{background: transparent;box-shadow: none; border: 1px solid #000; color: #fff;}
.contact_area form textarea{height: 150px;border: 1px solid #fff; border-radius: 0; background: transparent;color: #fff;margin-bottom: 30px;}
.contact_area form select option{color:#000;}

.cont_box{height: 90px; background: #fff;margin-top: 30px;display: flex; flex-wrap: wrap;position: relative;overflow: hidden;z-index: 1;}
.cont_box:before{content: "";width: 100px;height: 100px;background: #000000;border-radius: 20px;position: absolute;left: -34px;top: 50%;transform: translateY(-50%) rotate(45deg);z-index: -1;}
.cont_box i{font-size: 36px; color: #fff;width: 20%;margin: auto;text-align: center;}
.cont_box h3{width: 80%;font-weight: bold;font-size: 18px;margin: auto 0; padding-left: 20px;}
.cont_box h3 span{display: block;color: #000; font-weight: normal;margin-top: 8px;}
.cont_box h3 span a{color: #000;}

.foot_area{margin-top: 70px;padding: 100px 0 0; background: url(../images/foot_back.jpg) no-repeat center; background-size: cover; position: relative;z-index: 1;}
.foot_area:after{background: rgba(0,0,0,0.85);content: "";position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: -1;}
.foot_area:before{width: 50%;content: "";height: 55px;clip-path: polygon(0 0,100% 0,95% 100%,0 100%);-webkit-clip-path: polygon(0 0,100% 0,95% 100%,0 100%);position: absolute;left: 0;top: -1px;background: #fff;}
.foot_cont p{color: #fff;line-height: 28px;text-align: justify; margin: 20px 0 0;}
.foot_menu h2{font-size: 25px; font-weight: bold; text-transform: uppercase;margin-bottom: 30px; color: #fff;}
.foot_menu ul li{list-style: none;}
.foot_menu ul li a{display: block;color: #fff;margin: 0px 0;position: relative;padding-left: 15px;transition: all 0.3s;}
.foot_menu ul li a:before{content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: bold; position: absolute; left: 0;color: #FF4605;}
.foot_menu ul li a:hover{color: #FF4605;}
.foot_cont img{width: 115px;}

.copy_area{border-top: 2px solid #FF4605;margin-top: 70px; padding: 15px 0; text-align:center;}
.copy_area p{margin: 0; color: #fff;}


/*===============About Us Starts===============*/
.inner_banner{background: #ff4605; padding: 100px 0;position: relative;}
.inner_banner img{width:100%;height:100%; object-fit:cover; position:absolute; left:0; top:0;}
.inner_banner:after{content: "";background: #000;opacity: 0.8; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.inner_banner_content {text-align: left;position: relative;z-index: 1; text-align: center;}
.inner_banner_content h1 {color: #ffffff;font-size: 48px;font-weight: 800;}
.breadcrumb_box {display: inline-block;}
.breadcrumb_box ul {margin: 0;padding: 0;text-decoration: none;list-style: none;display: flex;}
.breadcrumb_box ul li {font-size: 15px;color: #fff;margin-left: 10px;text-transform: uppercase;font-weight: 500;}
.breadcrumb_box ul li:first-child {margin-left: 0;}
.breadcrumb_box ul li a{color: #fff; text-decoration: none;}

.abt_body{padding: 70px 0;}
.abt_body p{color: #6e6e6e;line-height: 30px; text-align: justify;margin-bottom:30px;}
.help_back h3{color: #000; font-weight: bold; font-size: 20px;}
.help_back a{font-weight: bold; color: #FF4605;}
.abt_body_left{width: 100%;}
.abt_body_right{width: 100%;position: relative;}
.abt_body_right:before{content: ""; background:url(../images/abt_border.png) no-repeat 100% 0; width: 150px; height: 150px;position: absolute; right: 30px;top: 30px;}
.abt_body_right:after{content: ""; background:url(../images/abt_border.png) no-repeat 0 100%; width: 150px; height: 150px;position: absolute; left: 30px;bottom: 30px;}
.abt_body_right img{width:100%;height:100%; object-fit: cover;}
.abt_body_left h2{font-weight: bold;font-size: 24px;color: #000;}
.abt_body_left h2:after{display:none;}

.msn_area{padding-bottom: 70px;}
.msn_box{border: 1px solid #FF4605; height: 300px; display: flex; position: relative; overflow: hidden;}
.msn_cont{text-align: center; width: 100%; margin: auto;}
.msn_cont i{display: block;font-size: 80px;color: #FF4605;}
.msn_cont img{display: block; margin: 10px auto;}
.msn_cont h3{font-size: 22px; color: #000; margin: 0;}
.msn_cont_hover{position: absolute; left: 0; bottom: -100px; width: 100%; height: 100%;background: #FF4605; transition: all 0.5s;padding: 20px;opacity: 0;}
.msn_cont_hover i{color: #fff; font-size: 36px;display: block;text-align: center;}
.msn_cont_hover img{display: block; margin: 10px auto; filter: brightness(0) invert(1);}
.msn_cont_hover h3{font-size: 18px; color: #fff; margin: 0; text-align: center;}
.msn_cont_hover p{color: #fff; text-align: left; margin: 10px 0 0;}
.msn_box:hover .msn_cont_hover{opacity: 1; bottom: 0;}

.choose_area{background: #f5f5f5; padding: 70px 0;}
.choose_area .head{text-align: center; font-weight:bold; font-size:24px; color:#000;}
.choose_area .head:after{display:none;}
.choose_box{background: #fff; padding: 20px; width: 100%; position: relative;transition: all 0.5s;}
.choose_box:hover{box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.choose_box h3{font-size: 18px; color: #000; font-weight: bold; margin: 10px 0 0;}
.choose_box p{color: #6e6e6e;line-height: 30px;}
.choose_box span{position: absolute;display: block;top:0;right: 15px;font-size: 90px;color: #f0f0f0;font-weight: 900;}
/*===============About Us Ends===============*/

/*===============Blog starts===============*/
.blog_area{padding: 70px 0;}
.blog-card{margin: 15px 0;border-radius: 10px;background-color: #fff;box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);transition: 0.4s;}
.blog-img {position: relative;overflow: hidden;border-radius: 8px 8px 0 0;}
.blog-img img{width: 100%;height: 250px;object-fit: cover;}
.blog-info {position: relative;padding: 25px 25px 25px;border-radius: 0 0 8px 8px;}
.blog-date {position: absolute;top: -25px;right: 25px;font-size: 15px;background-color: #ee7a1f;padding: 8px 15px;color: #fff;text-align: center;border-radius: 5px;-webkit-transition: 0.3s;transition: 0.3s;}
.blog-date span{display: block;font-weight: 600;}
.blog-metainfo {margin-bottom: 13px;}
.blog-metainfo li:last-child {margin-right: 0;}
.blog-metainfo li {display: inline-block;position: relative;padding-left: 20px;margin-right: 20px;font-size: 15px;-webkit-transition: 0.3s;transition: 0.3s;}
.blog-metainfo li i {position: absolute;top: 5px;left: 0;font-size: 16px;line-height: 0.8;color: #2490eb;-webkit-transition: 0.3s;transition: 0.3s;}
.blog-info h3 {margin-bottom: 12px;font-size: 18px;}
.blog-metainfo li a{color: #000;}
.blog-info h3 a{color: #000;}
/*===============Blog Ends===============*/

.blog_details{padding:70px 0;}
.blog_det_img{overflow:hidden;}
.blog_det_img img{width:100%;}
.blog_det_cont{padding:15px 20px;}
.blog_det_cont h3{color:#000; font-weight:bold;}
.blog_det_cont p{margin: 5px 0;color: #6a6a6a; text-align:justify;}


.stock_area{padding: 70px 0;}
.stock-card{margin: 15px 0;border-radius: 10px;background-color: #fff;box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);transition: 0.4s;}
.stock-img {position: relative;overflow: hidden;border-radius: 8px 8px 0 0;}
.stock-img img{width: 100%;height: 250px;object-fit: cover;}
.stock-info {position: relative;padding: 25px 25px 25px;border-radius: 0 0 8px 8px;}
.stock-info h3 {margin-bottom: 12px;font-size: 18px;}
.stock-info h3 a{color: #000;}
.stock-info ul li{list-style:none; display:inline-block; border-right:1px solid #000; padding:0 10px 0 5px;}
.stock-info ul li:first-child{padding-left:0;}
.stock-info ul li:last-child{border:none;}
.stock-info h2{color:#000; font-weight:bold; margin:10px 0 0;}
.stock-info a{background:#000; color:#fff; text-align:center; display:block;padding:10px 5px;margin-top:5px;}

.stock_wrap{padding:70px 0;}
.specification_area{padding:70px 0;}
.faq_area {background: #f5f5f5;padding: 70px 0;}
.faq_area .head{text-align: center; font-weight:bold; font-size:24px; color:#000;}
.faq_area .head:after{display:none;}
.faq_area .accordion-button:not(.collapsed) {background-color: #FF4605;color: #fff;}
.faq_area .accordion-item:first-of-type,.faq_area .accordion-item:first-of-type .accordion-button {border-radius: 0;}
.faq_area .accordion-button:not(.collapsed)::after {filter: brightness(100);}
.faq_area .accordion-button:focus {box-shadow: none;border: none;}
.faq_area .accordion-body li{display:flex; margin:0 -15px;padding:10px 0; flex-wrap: wrap;list-style:none; border-bottom:1px solid rgba(0,0,0,0.2);}
.faq_area .accordion-body ul li span{padding:0 15px;display:block;flex: 0 0 auto;width:50%;}
.right_span{font-weight:bold;}
.faq_area .accordion-item{border:none;}
.faq_area .accordion-button{border-bottom:1px solid rgba(0,0,0,0.2)}


/*================== Book Details Page Starts ===================*/
.pro_page_area{padding: 50px 0;}
.proslide_container, .prothumb_container {width: 100%;overflow: hidden;scroll-snap-type: x mandatory;display: flex;padding: 0;}
.proslide_container li, .prothumb_container li {display: block;}
.proslide_container_wrap, .prothumb_container_wrap {overflow: hidden;}
.proslide_container {scroll-padding: 5%;}
.proslide_container img {display: block;width: 100%;height: 100%;object-fit: cover;}
.proslide_container p {position: absolute;bottom: 0;left: 10px;right: 10px;margin: 0;padding: 30px;background: rgba(0, 0, 0, 0.5);color: #fff;right: 0;left: 0;}
.prothumb_container_wrap {display: none;}
.proslide_container {scroll-padding: 0;cursor: zoom-in;}
.proslide_container li {flex-basis: 100%;padding: 0;height: 500px;border: 1px solid rgba(0,0,0,0.3);flex: 0 0 100%;scroll-snap-align: start;position: relative;background: #e9e9e9;}
/*.proslide_container li:hover img:first-child{display: none;}*/
.prothumb_container.scrolling {scroll-snap-type: none;}
.prothumb_container li {flex: 0 0 25%;scroll-snap-align: center;background: #e9e9e9;}
.prothumb_container a {display: block;width: 100%;height: 200px;background-size: cover;background-repeat: no-repeat;background-position: center;background-origin: border-box;overflow: hidden;text-indent: -9999px;border: 5px solid #fff;transition: border-color 0.3s;}
.prothumb_container a:hover, .prothumb_container a:focus {border-color: #FF4605;}
.prothumb_container a.proactive {border-color: #FF4605;}
.prothumb_container_wrap {position: relative;display: flex;}
.prev, .next {display: flex;align-items: center;}
.prev.disabled, .next.disabled {pointer-events: none;opacity: 0.5;}
.prothumb_container_wrap .prev, .prothumb_container_wrap .next{background: #FF4605; padding: 0 5px; display: inline-block; text-decoration: none; color: #fff;position: relative; width: 25px;}
.prothumb_container_wrap .prev i, .prothumb_container_wrap .next i{position: absolute;font-size: 20px; top: 50%;left: 50%; transform: translate(-50%,-50%);}

.zoom {display:inline-block;position: relative;}
.zoom img {display: block;}
.zoom img::selection { background-color: transparent; }
.zoomImg{width:200% !important; height: 200% !important; cursor: crosshair;}
.zoom-image {
  width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    position: absolute;
}
/*================== Book Details Page Ends ===================*/

/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {
}
@media (min-width:981px) and (max-width:1366px){
  .navbar-expand-lg .navbar-nav .nav-link{padding: 0 10px;}
  .phone_area a{font-size: 16px;}
  .head_nav .navbar-brand img{width: 150px;}
  .test_head h3{top: -24px;font-size: 110px;line-height: 120px;}
  .test_top_img{height: 400px;}

  .abt_box h4{font-size: 130px;}
  .who_right{margin-left: -140px;}
  .who_left{padding: 35px 150px 80px 80px;}
  
  .why_box h4{font-size: 120px;}
  .why_left{margin-right: -250px;}
  .why_right{padding: 35px 80px 120px 265px;}
  .why_blue{padding: 15px 2px;width: 30%;margin: 0 4px;}
  .why_blue_area{padding-right: 0;justify-content: center;}
  .why_blue i{width: 40px; height: 40px;line-height: 40px;font-size: 20px;}
  .why_blue h3{font-size: 13px;margin: 8px 0 0;}
}

@media (min-width:768px) and (max-width:980px){
  .head_nav .navbar-brand img{width: 65px;}
  .navbar-expand-lg .navbar-nav .nav-link{padding: 0;}
  .head_nav ul{margin: 0;}
  .head_nav .navbar-toggler:focus{box-shadow: none;}
  .head_nav .navbar-toggler span{display: block;background: #FF4605;height:5px;margin: 3px 0;border-radius: 20px;width: 30px;}
	.head_nav .navbar-toggler{padding:0;}
  .head_nav ul li a{line-height: 35px; text-align: right;}
  .phone_area:after, .slide_left_angle:after, .slide_left_angle:before{display: none;}
  .phone_area{padding: 10px 0; justify-content: center;}
  .slide .slide_content--headings h2{font-size:36px;}
  .slide {padding: 60px 0;}
  .slide p{font-size: 16px;}

  .who_left{padding: 35px 100px 80px 35px;margin-top:70px;}
  .who_right{margin-left:-90px;}
  .why_left{margin-right: -100px;}
  .why_right{padding: 35px 80px 120px 120px;margin-top: 70px;}
  .abt_box h4{font-size: 90px;}

  .why_blue{padding: 15px 2px;width: 30%;margin: 0 4px;}
  .why_blue_area{padding-right: 0;justify-content: center;}
  .why_blue i{width: 40px; height: 40px;line-height: 40px;font-size: 20px;}
  .why_blue h3{font-size: 13px;margin: 8px 0 0;}
  .why_box h4{font-size: 70px; top: 80px;}

  .test_top_img{margin: 0 0 -130px 35px;height: 315px;}
  .test_head h3{top: -15px;font-size: 80px;line-height: 84px;}
  .test_box{padding: 190px 110px 110px 35px;}
  .test_box{padding: 150px 110px 68px 35px;}
  .test_slide .next-arrow{right: -100%;bottom: 0;}
  .test_slide .prev-arrow{right: -70%;bottom: 0;}

  .cont_box:before{width: 150px; height: 150px;}

}

@media (max-width:767px){
  .head_nav .navbar-brand img{width: 65px;}
  .navbar-expand-lg .navbar-nav .nav-link{padding: 0;}
  .head_nav ul{margin: 0;}
  .head_nav .navbar-toggler:focus{box-shadow: none;}
  .head_nav .navbar-toggler span{display: block;background: #FF4605;height:5px;margin: 3px 0;border-radius: 20px;width: 30px;}
	.head_nav .navbar-toggler{padding:0;}
  .head_nav ul li a{line-height: 35px; text-align: right;}
  .phone_area:after, .slide_left_angle:after, .slide_left_angle:before{display: none;}
  .phone_area{padding: 10px 0; justify-content: center;}
  .slide .slide_content--headings h2{font-size:36px;}
  .slide {padding: 60px 0;}
  .slide p{font-size: 16px;}
  .slider_area .slick-dots{height: 35px;padding: 0 0 0 45px;}

  .head{font-size: 26px;}
  .head span{font-size: 16px;margin-top: 5px;}

  .who_left{margin: 0;padding: 20px;}
  .who_area{padding: 40px 0;}
  .who_right{margin: 0;height: auto;}
  .abt_box, .why_box{display: none;}
  .who_left p{font-size: 14px; line-height: 24px;}

  .why_left{height: auto;margin: 0;}
  .why_right{margin: 0;padding: 20px 20px 100px;}
  .why_right h2{text-align: left;}
  .why_right h2::after{right: inherit;}
  .why_right p{text-align-last:left;font-size: 14px; line-height: 24px;}
  .why_blue{padding: 15px 2px;width: 30%;margin: 0 4px;}
  .why_blue_area{padding-right: 0;justify-content: center;}
  .why_blue i{width: 40px; height: 40px;line-height: 40px;font-size: 20px;}
  .why_blue h3{font-size: 13px;margin: 8px 0 0;}

  .serv_area{padding: 40px 0 100px;}
  .serv_slide .prev-arrow{bottom: -40px;}
  .serv_slide .next-arrow{bottom: -40px;}

  .testimonial_area{padding: 40px 0;}
  .test_head{display: none;}
  .test_top_img{margin: 0;height: auto;}
  .test_box{padding: 20px 20px 100px;}
  .text_right{height: auto; margin: 0;}
  .test_slide .prev-arrow{bottom: -65px; right: inherit; left: 0;}
  .test_slide .next-arrow{bottom: -65px; right: inherit; left: 65px;}
  .test_slide .item{font-size: 14px; line-height: 24px;}

  .contact_area{padding: 40px 0;}
  .contact_area p{font-size: 14px; line-height: 24px;}
  .contact_area form input{height: 45px; margin-bottom: 15px;}
  .contact_area form textarea{height: 100px; margin-bottom: 15px;}

  .foot_area{margin-top: 40px;}
  .foot_cont p{font-size: 14px; line-height: 24px;}
  .foot_menu h2{font-size: 18px; margin: 20px 0 10px;}
  .foot_menu ul li a{font-size: 14px;}

  .copy_area{margin-top: 40px;}
  .copy_area p{text-align: center; font-size: 14px;}
  
  .blog_area, .abt_body, .blog_details{padding:40px 0;}
  .inner_banner{padding:70px 0;}
  .inner_banner_content h1{font-size:30px;}
  .prothumb_container a{height:150px;}
  .prothumb_container li{flex:0 0 50%;}
}

/*===============Responsive Ends===============*/




































