@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*===== Pre CSS =====*/
html { scroll-behavior: smooth;}
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: "Roboto", sans-serif; background: #fff; }
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: "Roboto", sans-serif; }
.xoo-wsc-basket{bottom: 55px;}
body.admin-bar .your-header-class {
    margin-top: 32px; /* default admin bar height on desktop */
}


li {margin: 0;padding: 0;font-family: "Roboto", sans-serif;}

/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 15px; right: 14px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #000; border: #fff solid 1px; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; border-color: #000; transform: scale(1.05,1.05);  }


/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: linear-gradient(to bottom, #214CE5 , #425EFF); height: 57px; border-bottom: #fff solid 1px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: 85%; height: auto; }
.sidebar{ padding: 65px 5px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: linear-gradient(to bottom, #214CE5 , #425EFF); text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 12px 10px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 16px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #000; border-radius: 5px; }
.sidebar ul li.dropdown-active{background:#214CE5 ;}

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid{ position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #000; color: #fff; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover{ transform: rotate(360deg); color: #fff; background: linear-gradient(to bottom, #214CE5 , #425EFF); }
.social_icon{ position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active{ padding-top: 52px; }
.social_icon ul{ position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul{ transform: translateY(-52px); }
.social_icon ul li{ list-style: none; }
.social_icon ul li .fa-brands{ width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover{ transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands{ background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands{ background: #2aa3ef; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }

/* Wrapper */
.wrapper {margin: 0;padding: 0;overflow: hidden;}
.transition {transition: all linear 0.3s;}

/*===== Common Section =====*/
.section-title{ margin-bottom: 50px; text-align: left; }
.section-title h4{ color: #fff;background: linear-gradient(to bottom, #214CE5 , #425EFF);border-radius: 50px; display: inline-block;  font-size: 14px; font-weight: 700;line-height: normal;letter-spacing: 1px; font-family: "Roboto", sans-serif;padding: 12px 25px; text-transform: uppercase; }
.section-title h2{ color: #000000; font-size: 60px; font-family: "Roboto", sans-serif;line-height: normal;font-weight: 700; margin: 24px 0; text-transform: capitalize; }
.section-title h2 span{ color: #2B408C;font-family: "Roboto", sans-serif;display: block;}
.section-title p{ font-family: "Roboto", sans-serif;color: #636363;font-size: 19px;font-weight: 400;line-height: 30px;margin-bottom: 30px; }
.section-title p span,.section-title p strong{color: #214CE5;font-weight: 400;}
/*========common button==========*/
.home-page-link span a{text-transform: uppercase; overflow: hidden;display: inline-block; position: relative; z-index: 1;transition: all linear 0.3s;color: #214CE5;border: 1px solid #214CE5;padding: 21px 51px;font-family: "Roboto", sans-serif;font-size: 15px;font-weight: 700; line-height: normal;text-decoration: none;border-radius: 50px;}
.home-page-link span a::after,
.home-page-link span a::before { position: absolute; content: "";  width: 100%;  height: 100%;   bottom: -100%;   left: 0%;  background-color: #214CE5;    z-index: -1;  transition: all .35s;  visibility: hidden;}
.home-page-link span a::before {   opacity: .5;}
.home-page-link span a:hover::after {  transition-delay: .3s;}
.home-page-link span a:hover::after,
.home-page-link span a:hover::before {    visibility: visible;   bottom: 0%;}
.home-page-link span a:hover { color:#fff;}

 .loading-gif {max-width: 500px;}

.pre-loader {position: fixed;z-index: 100;top: 0;left: 0;background: #fff;display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.pre-loader.hidden {animation: fadeOut 2s; animation-fill-mode: forwards;}
@keyframes fadeOut {
    100% {
    opacity: 0;
    visibility: hidden;
    }
}

.active-section { opacity: 1;transform: translateY(0); }


/*===== Header Section =====*/
.header{ background: transparent;position: absolute;width: 100%;left: 0;top: 0;z-index: 5;padding: 0px 0;}
.header-page{position: relative;padding: 50px 0px;background: linear-gradient(to bottom, #214CE5 , #425EFF);}

.header-middle{ padding: 10px 11px;background:#fff;border-radius:0 0 10px 10px;box-shadow: 0px 4px 4px 0px rgba(0,0 ,0 , 0.25);}
.header-middle .row{align-items: center;}
.header-middle .logo img{width: 100%;height: auto;}

.header-bottom{ background: transparent;}
.navbar .navbar-nav{ display: flex; margin: 0; padding: 0; text-align: left;justify-content: flex-end;flex-direction: row;align-items: center; width: 100%;gap:30px }
.navbar .navbar-nav > li{ display: inline-block; list-style: none; float: none; margin:0; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0; margin: 0 6px; border: none; border-radius: 0; color: #808080; background: transparent; font-size: 15px;font-weight: 600;line-height: normal; text-align: center; text-decoration: none; text-transform: uppercase; font-family: "Roboto", sans-serif; transition: all linear 0.3s; }

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{ color: #214CE5; background: transparent; }
 
.navbar .navbar-nav > li:last-child,.navbar .navbar-nav > li:last-child a{margin-right: 0;}
.navbar .navbar-nav > li:last-child a{ margin-left: 30px; padding: 21px 36px; background: linear-gradient(to bottom, #214CE5 , #425EFF);font-size: 15px;font-weight: 700; color: #fff; border-radius: 50px;text-transform:uppercase; }
.navbar .navbar-nav > li:last-child a:hover{ background: transparent; border-color: #000; color: #4a4edc; }

.navbar .navbar-nav > li:last-child span a::before{background: rgba(74, 78, 220,0.5);}
.navbar .navbar-nav > li:last-child span a::after{background: #fff}

.header-page .navbar .navbar-nav > li:last-child a{background: #fff;color: #214CE5;}
.mobile-request{display: none;}
/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 20px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none; background: linear-gradient(to bottom, #214CE5 , #425EFF); color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background: #000; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }
.navbar .navbar-nav > li  a .fa-angle-down{margin-left: 10px;}


/* My Own Custom Dropdown Animation */
.navbar .navbar-nav > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
.navbar .navbar-nav > li:hover .serv_dropdown_menu_second_level{ display: block; animation: slide-right .5s ease-out; }

@keyframes slide-up {
      0% { opacity: 0; transform: translateY(15%); }   
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-right {
      0% { opacity: 0; transform: translateX(15%); }   
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0); 
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-3px); 
  }
  20%, 40%, 60%, 80% {
    transform: translateX(3px);
  }
}

.circular-animation{ animation: rotateAnimation 15s linear infinite;}
.anticircular-animation{ animation: rotateAntiClockwise 15s linear infinite}
@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateAntiClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes moveTopToBottom {
  0% {
    transform: translateY(0); /* Start at the top */
  }
  50% {
    transform: translateY(-15px); /* Move to the bottom */
  }
  100% {
    transform: translateY(0); /* Return to the top */
  }
}



#canvas-container{position: absolute; top: -15%;left: 0;width: 500px; height: 400px;overflow: hidden; z-index: 1; }
 canvas { width: 100%;height: 100%; display: block; }
  #canvas-container-welcome { position: absolute; top: 0px; right: -3%; width: 320px;height: 370px;overflow: hidden;border-radius:50px }

/*===== Banners Section =====*/
.banner{ position: relative;padding: 210px 0 60px;min-height: 100vh; background: #F4F7FC;}
.banner-tex{position: absolute;left: 0%;top: -2%;}

.banner img{ width: 100%; height: auto; }
.banner-tex img{width: inherit;}
.banner-content{ position: relative; }
.banner-content-box h4{ color: #fff;background: linear-gradient(to bottom, #214CE5 , #425EFF);border-radius: 50px; display: inline-block;  font-size: 14px; font-weight: 700;line-height: normal;letter-spacing: 1px; font-family: "Roboto", sans-serif;padding: 12px 25px; text-transform: uppercase; }
.banner-content-box h2{ color: #2B408C; font-size: 60px; font-family: "Roboto", sans-serif;font-weight: 700; margin: 24px 0; text-transform: capitalize; }
.banner-content-box h2 span{ display: block; font-family: "Roboto", sans-serif; }
.banner-content-box p{ font-size: 19px; font-family: "Roboto", sans-serif;color: #545454;font-weight: 400;line-height: 30px;width: 90%;margin-bottom: 30px;}
.banner-link span a{ display: inline-block; padding: 21px 59px; text-transform: uppercase;  background: transparent;color: #2B408C;  font-size: 15px;line-height: normal; border: #425EFF solid 1px; text-decoration: none; box-shadow: 0px 8px 24px 0px rgba(149, 157, 165,0.2); border-radius: 50px; transition: all linear 0.3s; }

#banner-content-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slick-slide {
    display: none;
}

/* Show slides only after Slick has initialized */
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1.8s cubic-bezier(.84, 0, .08, .99), transform 1.8s cubic-bezier(.84, 0, .08, .99); /* Smooth transitions */
}

.slick-slide.slick-active {
    opacity: 1;
    transform: translateX(0); /* Move to original position */
}

.slick-slide.slick-prev {
    transform: translateX(-100%); /* Move previous slides out */
}

.slick-slide.slick-next {
    transform: translateX(100%); /* Move next slides out */
}


/*===== Welcome Section =====*/
.welcome{ padding: 90px 0; background: #fff;position: relative;z-index: 1; }
.welcome-tex{position: absolute;right: 0;top: 0;}
.welcome-tex img{width: 100%;}
.welcome .section-title{margin-bottom: 35px;}
.welcome-thumbnail{ position: relative; display: inline-block; z-index: 1; }
.welcome .section-title{padding-right:90px }
.welcome-thumbnail li{display: inline-block;list-style: none}
.welcome-thumbnail li span{transition: all linear 0.3s;z-index: 1;}
.welcome-thumbnail{display: inline-block;position: relative;} 
.welcome-thumbnail li:nth-child(1) img{width: 100%;position: relative;z-index: 2;}
.welcome-thumbnail li:nth-child(2){position: absolute;left: 18%;top: 6%;}
.welcome-thumbnail li:nth-child(3){position: absolute;left: 40%;top: -5%;}
.welcome-thumbnail li:nth-child(4){position: absolute;left: 54%;top: 15%;}
.welcome-thumbnail li:nth-child(5){position: absolute;right: 3%;top: 12%;}
.welcome-thumbnail li:nth-child(6){position: absolute;right: 8%;top: 36%;}
.welcome-thumbnail li:nth-child(2) span img{animation: moveTopToBottom 3s ease-in-out infinite;}
.welcome-thumbnail li:nth-child(3) span img{animation: moveTopToBottom 2s ease-in-out infinite;}
.welcome-thumbnail li:nth-child(4) span img{animation: moveTopToBottom 4s ease-in-out infinite;}
.welcome-thumbnail li:nth-child(5) span img{animation: moveTopToBottom 2s ease-in-out infinite;}
.welcome-thumbnail li:nth-child(6) span img{animation: moveTopToBottom 4s ease-in-out infinite;}


/* =======WhY Choose Us Section======= */
.why-choose-us{padding: 90px 0;background: url('http://infowaveitsolutions.com/wp-content/uploads/2025/06/why-choose-us-bg.png') no-repeat center center;background-size: cover;position: relative;z-index: 1;}
.why-choose-us::before{position: absolute;content: '';background: linear-gradient(to bottom,#214CE5,#425EFF);opacity: 0.8; height: 100%;width: 100%;left: 0;top: 0;z-index: -1;}
.why-choose-us .section-title{text-align: center;}
.why-choose-us .section-title h4{background: #fff;color: #214CE5;}
.why-choose-us .section-title h2,.why-choose-us .section-title p{color: #fff ;}
.why-choose-us .section-content ul.row{padding: 0 180px;}
.why-choose-us .section-content ul.row li{list-style: none;}
.why-choose-us-card{padding: 45px 35px 50px;background: #fff;border-radius: 10px;min-height: 316px;display: flex;flex-direction: column;justify-content: center;align-items: center;box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);transition: all linear 0.3s;min-height:330px;}
.why-choose-us-card span{background: linear-gradient(to bottom,#214CE5,#5772D6);height: 94px;width: 94px;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: all linear 0.3s;}
.why-choose-us-card span img{transition: all linear 0.3s;}
.why-choose-us-card h4{margin: 20px 0;font-size: 24px;font-weight: 700; font-family: "Roboto", sans-serif;transition: all linear 0.3s;}
.why-choose-us-card p{text-align: center;font-size: 16px;color: #3F3F3F;font-weight: 400;font-family: "Roboto", sans-serif;transition: all linear 0.3s;}
.why-choose-us-card:hover{background: linear-gradient(to bottom,#214CE5,#5772D6);transform: translateY(-10px);}
.why-choose-us-card:hover span{background: #fff;}
.why-choose-us-card:hover span img{filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(3674%) hue-rotate(226deg) brightness(90%) contrast(100%);}
.why-choose-us-card:hover h4,.why-choose-us-card:hover p{color: #fff;}

/*===== Services  =====*/
.services{padding: 90px 0 20px;}
.services .section-title h2 span{display: inline-block;}
.services ul li{list-style: none;}
.services-card ul {display: flex;align-items: center;gap: 35px;}
.services-card {margin-bottom: 20px;padding: 45px 35px 45px;transition: all linear 0.3s;}
.services-card ul li span{background: linear-gradient(to bottom,#425EFF,#214CE5);display: flex;justify-content: center;align-items: center;height: 94px;width: 94px;border-radius: 50%;position: relative;transition: all linear 0.3s;}
.services-card ul li span::before{position: absolute;content: '';background: transparent;height: 105px;width: 105px;border-radius: 50%;left: 50%;top: 50%;transform: translate(-50%,-50%); border: 1px dotted #425EFF;transition: all linear 0.3s;}
.services-card-content h4{font-size: 24px;line-height: 25px;font-family: "Roboto", sans-serif;font-weight: 700;padding-left: 10px;border-left: 3px solid #425EFF;margin-bottom: 15px;}
.services-card-content p{font-size: 16px;color: #3F3F3F;font-weight: 400;line-height: 25px;}
.services-card:hover {box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);border-radius: 10px;}

/*============Tools===============*/
.tools{padding: 80px 0px;position: relative;}
.sphereconatiner {width: 450px;height: 450px; background: transparent;overflow: hidden; position: absolute;top: -14%;left: -7%;z-index: 4;}

.tools-tex{position: absolute;right: 0%;bottom: -3%}
.tools .section-title{text-align: center;}
.tools .section-title h4{padding:12px 60px;}
.tools .section-title h2 span{display: inline-block;color: #425EFF;}
.tools .section-title p{width: 80%;margin:0 auto;}
.tools .section-content{display: flex;justify-content: center;align-items: center;}
.tool-thumbnail li{display: inline-block;list-style: none}
.tool-thumbnail li span{height: 90px;width: 90px;background: #fff;border-radius: 20px;display: flex;justify-content: center;align-items: center;box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);transition: all linear 0.3s;}
.tool-thumbnail{display: inline-block;position: relative;margin-top: 110px;}
.tool-thumbnail li:nth-child(1) img{width: 100%;height:auto;}
.tool-thumbnail li:nth-child(2){position: absolute;left: 0%;top: 30%;}
.tool-thumbnail li:nth-child(3){position: absolute;left: 15%;top: 0%;}
.tool-thumbnail li:nth-child(4){position: absolute;left: 50%;top: calc(0% - 80px);transform: translateX(-50%);}
.tool-thumbnail li:nth-child(5){position: absolute;right: 15%;top: 0%;}
.tool-thumbnail li:nth-child(6){position: absolute;right: 0%;top: 30%;}
.tool-thumbnail li span:hover{transform: translateY(-5px);}
.tool-thumbnail li:nth-child(2) span:hover{background: #425EFF; }
.tool-thumbnail li:nth-child(3) span:hover{background: #856ea1; }
.tool-thumbnail li:nth-child(4) span:hover{background: #000; }
.tool-thumbnail li:nth-child(5) span:hover{background: #ff8200; }
.tool-thumbnail li:nth-child(6) span:hover{background: #425EFF; }

.tool-thumbnail li:nth-child(2) span{animation: moveTopToBottom 3s ease-in-out infinite;}
.tool-thumbnail li:nth-child(3) span{animation: moveTopToBottom 2s ease-in-out infinite;}
.tool-thumbnail li:nth-child(4) span{animation: moveTopToBottom 4s ease-in-out infinite;}
.tool-thumbnail li:nth-child(5) span{animation: moveTopToBottom 2s ease-in-out infinite;}
.tool-thumbnail li:nth-child(6) span{animation: moveTopToBottom 4s ease-in-out infinite;}

/*===== Testimonials Section =====*/
.testimonials{ position: relative; padding: 10px 0 50px; }
.testimonials .section-title{ margin-bottom: 0; }
.testimonials .section-title h2{ color: #454545;margin: 5px 0 24px; }
.testimonials .section-title h2 span{display: inline-block;}
.testimonial-thumnail{display: inline-block;position: relative;left: -30px;}
.testimonial-thumnail img{width: 100%;}
.testimonial-thumnail::before{position: absolute;content: '';height: 100%;width: 100%;right: -1px;bottom: 0;clip-path: polygon(100% 0, 0% 100%, 100% 100%);background: #fff;z-index: 1;}
.testimonial-thumnail::after{position: absolute;content: '';height: 50%;width: 100%;right: 0px;bottom: 0;clip-path: polygon(50% 0%, 0% 100%, 100% 100%);background: linear-gradient(to bottom, #5271FF, #214CE5);z-index: 2;}
.testimonials .item{ padding: 0px; }
.testimonials-content{ margin: 0 auto; max-width: 1000px; }
.testimonials-content .quotation{width: 86.17px;height: 50px;border-radius: 50px;background: linear-gradient(to bottom,#5271FF,#1F38F9);color: #fff;display: flex;justify-content: center;align-items: center;font-size: 36px;margin-bottom: 23px;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);}
.testimonials-content p{ color: #545454; font-size: 19px; line-height: 30px; font-weight: 400; font-family: "Roboto", sans-serif; }
.testimonials-content h4{ color: #E36221; font-size: 24px; font-family: "Roboto", sans-serif; font-weight: 500;background: linear-gradient(to bottom, #5271FF, #1F38F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent; background-clip: text;color: transparent;}
.testimonials-content img{ display: block; margin: 5px  0; width: inherit;}
.testimonials .owl-carousel .owl-item img{width: initial;}

.link-name-testimonials{ display:flex;align-items:center;justify-content:space-between; margin-top: 30px;gap:15px; } 


/*===== Project Gallery Section =====*/
.project{ padding: 40px 0px 80px; background: #fff;position:relative;z-index: 2; }
.project .section-title{text-align: left;}
.project .section-title{margin-bottom: 40px;}
.project .section-title h2{color: #2B408C;}
.home-page-link.project-section-link {text-align: right;}
.project  .row{align-items: center;}
.project .item{padding: 0 15px;}
.project-content-item{ position: relative; overflow: hidden;max-height: 400px;}
.project-content-item img{ width: 100%; height: auto; aspect-ratio: 1; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; text-transform: uppercase; color: #fff; background: transparent; text-decoration: none; font-size: 30px; font-weight: 700; cursor: pointer; transition: all linear 0.3s; }
.project-content-item a .fa{ position: relative; opacity: 0;  color: #fff;  }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }
.project-content-item a.overlayer-box span{ display: inline-block; padding: 15px 40px 13px; border-radius: 5px; text-decoration: none; background: #E36221; color: #fff; font-size: 16px; font-family: 'Viga', sans-serif; transition: all linear 0.3s; }
.project-content-item a.overlayer-box span:hover{ background: #E36221; }

.image-container {position: relative;display: inline-block;}
.view-demo-button {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 15px;background-color: blue;color: white;padding: 15px 30px;border: none;border-radius: 12px;cursor: pointer;display: none;}
.image-container:hover .view-demo-button {display: block;}
.view-demo-link {text-decoration: none;}

/*=========home map=========*/
.home-map{height: 575px;}

/*===== Footer Section =====*/
.footer{ padding: 60px 0 17px; background: #F4F7FC; position: relative;z-index: 1;}
.footer::before{position: absolute;height: 100%;width: 100%;background: linear-gradient(to bottom, #214CE5 , #425EFF);content: '';top: 0;left: -56%;transform: skew(22deg);z-index: -1;}
.footer-tex{position: absolute;right: 2%;}
.footer-about{ padding-right: 150px; }
.footer-content h2{ color: #fff; font-size: 40px; font-weight: 600; font-family: "Roboto", sans-serif;}
.footer-content h4{ color: #444444; font-size: 25px; font-weight: 600; font-family: "Roboto", sans-serif;margin-bottom: 20px;}
.footer-content p{ color: #fff; font-size: 17px; line-height: 25px; font-family: "Roboto", sans-serif; text-align: left;margin: 25px 0 60px; }
.footer-quick-links ul{padding-left: 20px;}
.footer-content ul li{margin-bottom: 10px}
.footer-content ul li a{color: #545454;font-size: 16px;font-weight: 600;text-transform: uppercase;text-decoration: none;font-family: "Roboto", sans-serif;}
.footer-content ul li img{max-width: 80px; height:auto;}
.footer-contact-info ul li{ position: relative; padding-left: 65px; list-style: none; color: #000000;font-size: 17px; line-height: 25px; margin: 15px 0;}
.footer-contact-info ul li::before{ content: ''; position: absolute; top: 50%; left: 11px; transform: translateY(-50%); color: #fff; font-size: 16px; font-family: 'FontAwesome'; width: 37px; height: 37px; border-radius: 5px; background: linear-gradient(to bottom, #214CE5 , #2B408C); display: flex; justify-content: center; align-items: center; }
.footer-contact-info ul li:nth-child(1)::before{ content: '\f095'; }
.footer-contact-info ul li:nth-child(2)::before{ content: '\f041'; }
.footer-contact-info ul li:nth-child(3)::before{ content: '\f0e0'; }
.footer-contact-info ul li span{ display: block; font-size: 16px;line-height: 25px;font-weight: 400;font-family: "Viga", sans-serif; }

.footer-content ul li a:hover,
.footer-content ul li a:focus,
.footer-content ul > .active > a,
.footer-content ul > .active > a:hover,
.footer-content ul > .active > a:focus,
.footer-content ul > .open > a:hover,
.footer-content ul > .open > a:focus,
.footer-content ul > .open > a{ color: #214CE5; background: transparent; }
.mobile-copyright{display: none;}

/*===== Footer Section =====*/
.copyright p{ color: #fff; font-size: 17px; font-family: "Roboto", sans-serif; }


/*===== Slider Plugins =====*/
#banner-slider .owl-buttons {display: none;}
#banner-slider .owl-dots {position: absolute;left: 50%;top: 90%;transform: translate(-50%, 0);z-index: 9;}
#banner-slider .owl-dots .owl-dot span {width: 15px;height: 15px;border-radius: 50%;background: #fff;border: 1px solid #eee;opacity: 1;}
#banner-slider .owl-dots .active span {background: #008566;}

#project-slider .owl-dots{ display: none; }
#project-slider .owl-nav{ display: block; }
#project-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: 1px solid #C5C5C5; background: transparent; color: #C5C5C5; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#project-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; border: 1px solid #C5C5C5; background: transparent; color: #C5C5C5; font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#project-slider .owl-nav .owl-prev:hover,
#project-slider .owl-nav .owl-next:hover{ background: transparent; color: #5772D6;border-color:#5772D6; }
#project-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#project-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }

#testimonials-slider .owl-dots{ display: none; }
#testimonials-slider .owl-nav{ display: block; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 30%; left: -130px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff;box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);background: linear-gradient(to bottom, #5271FF, #1F38F9);-webkit-background-clip: text;-webkit-text-fill-color: transparent; background-clip: text;color: transparent;font-size: 40px; border-radius: 50%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: -75px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 50px; height: 50px; border: none; background: #fff; color: #000; font-size: 40px; border-radius: 50%; opacity: 1; display: none; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{background: linear-gradient(to bottom, #5271FF, #1F38F9); -webkit-text-fill-color: #fff;  color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }


/*===== Pages Breadcrumb =====*/
.content-banner {padding: 30px 0;background: #008566;}
.breadcrumb {padding: 10px 15px;margin: 0;margin-bottom: 0;color: #151515;background: #fff;border-radius: 0;font-family: "Roboto", sans-serif;text-transform: uppercase;font-weight: 400;font-size: 14px;}
.breadcrumb a {color: #008566;text-decoration: none;}
.breadcrumb .fa {display: inline-block;margin: 0 10px;font-size: 11px;font-weight: 700;margin-top: 4px;}

/*===== Content Pages =====*/
.content{ width: 100%; padding: 50px 0; background: #eee;}
.content-block{ padding: 50px; background: #fff; border-radius: 10px; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #425eff; }
.content h2{ font-size: 30px; color: #2B408C; font-weight: 600; font-family: "Roboto", sans-serif; margin-bottom: 10px; }
.content h3{ text-transform: uppercase; font-size: 18px; color: #000; font-weight: 700; font-family: "Roboto", sans-serif; margin-bottom: 10px; }
.content h4{ text-transform: uppercase; font-size: 16px; color: #2B408C; font-weight: 700; font-family: "Roboto", sans-serif; margin-bottom: 10px; }
.content p{ font-size: 16px; line-height: 30px; font-family: "Roboto", sans-serif; color: #666; margin-bottom: 15px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: "Roboto", sans-serif; color: #666; }

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock {padding: 15px 0;background: #000;width: 100%;text-align: center;}
.content .reviewsblock h4 {margin-bottom: 0;text-transform: uppercase;color: #fff;font-size: 24px;font-weight: 700;}
.reviewsform {padding: 15px;background: #eee;min-height: 150px;width: 100%;}
.reviewsformstyle {height: 44px;border-radius: 0;border: #666 solid 1px;color: #666;margin-bottom: 15px;}
.reviewsform input::placeholder {color: #666;}
.reviewsform textarea::placeholder {color: #666;}
.btn-reviewsformstyle {display: block;text-transform: uppercase;width: 100%;color: #fff;background: #000;border: none;padding: 10px 16px;font-size: 18px;border-radius: 0;transition: all linear 0.3s;}
.btn-reviewsformstyle:hover {background: #2ecc71;}

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button{ padding-bottom: 13px; background: #000; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000; }
.testimonials-page .accordion-button:not(.collapsed)::after{ content: '\f107'; font-family: 'fontawesome'; font-size: 18px; color: #fff; text-decoration: none; background-image: initial; }
.testimonials-page .accordion-button.collapsed::after{ content: '\f107'; font-family: 'fontawesome'; color: #000; text-decoration: none; background-image: initial; }

/*===== Latest Contact Form =====*/
.contact-form-section .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.contact-form-section .form-group .fa{ position: absolute; top: 0; z-index: 8; height: 100%; width: 50px; background: linear-gradient(to bottom, #214CE5 , #425EFF); text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.contact-form-section .form-group .sms{ height: 100%; }
.contact-form-section .contact-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.contact-form-section .contact-form-control::placeholder{ color: #666; }
.contact-form-section textarea.contact-form-control{ height: 200px; }
.contact-form-section .btn-contact-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.contact-form-section .btn-contact-form-control:hover{ background: #2ecc71; }
.contact-page .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }


/*===== Latest Contact Form =====*/
.contact-form-section .form-group {position: relative;overflow: hidden;margin: 0;}

.contact-form-section .contact-form-control {padding-left: 65px;height: 50px;border-color: #666;border-radius: 0;}
.contact-form-section .contact-form-control::placeholder {color: #666;}
.contact-form-section textarea.contact-form-control {height: 200px;}
.contact-form-section .btn-contact-form-control { padding: 15px 20px; background: linear-gradient(to bottom, #214CE5, #425EFF); font-size: 16px; font-weight: 700; color: #fff; border-radius: 50px;}
.contact-form-section .btn-contact-form-control:hover {background: #2ecc71;}
.contact-page-location-map .googlemap {height: 400px;overflow: hidden;border: #eee solid 1px;}
/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title {padding: 10px 15px;background: #666;color: #fff;}
.free-estimate-form .form-group {position: relative;overflow: hidden;margin: 0;margin-bottom: 30px;}
.free-estimate-form .free-estimate-form-control {padding-left: 0px;height: 50px;border-color: #666;border-radius: 0;}
.free-estimate-form .free-estimate-form-control::placeholder {color: #666;}
.free-estimate-form textarea.free-estimate-form-control {height: 200px;}
.free-estimate-form .btn-free-estimate-form-control {width: 150px;color: #fff;background-color: #000;border: none;border-radius: 0;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;transition: all linear 0.3s;}
.free-estimate-form .btn-free-estimate-form-control:hover {background: #2ecc71;}
.free-estimate-form .fa{ position: absolute; top: 45px; z-index: 9; height: 50px; width: 50px; background: #666; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .sms{ height: calc(100% - 46px); }

.wpcf7-not-valid-tip{ padding: 5px; background: #dc3232; color: #fff; }
.wpcf7 form.sent .wpcf7-response-output{ background: #46b450; color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ background: #ffb900; }

/* =====single page product===== */
.single-page .product-item{margin-top: 3rem;}
.single-page .product-item h5{text-transform: uppercase;font-size: 16px;color: #008566;font-weight: 500;font-family: "Roboto", sans-serif;margin: 30px 0;}
.single-page .product-thumbnail img{width:100%;height:auto;}


/*========== Responsive ==========*/

/*========== Responsive ==========*/
@media (max-width: 1400px){
  .banner{min-height: auto;}
  .navbar .navbar-nav {gap: 8px;}
  .navbar .navbar-nav > li > a {font-size: 14px;}
  .why-choose-us .section-content ul.row { padding: 0 90px;}
  .sphereconatiner {left: -13%;}

}

@media (max-width: 1092px){
    .navbar .navbar-nav > li:last-child a{margin-left: 0;padding: 21px 19px;}
    .banner-content-box h2,.section-title h2 {font-size: 50px;}
    .welcome .section-title{padding-right: 0;}
    .why-choose-us .section-content ul.row{padding: 0;}
     .testimonials{ position: relative; padding: 50px 0 }
    .testimonials .section-title{ margin-top: 0px;margin-bottom: 0; }
    .testimonial-thumnail{left: 0;margin-top: 1.5rem;}
}

@media (max-width: 991px) {

    /*===== Enable Header Menu Default in Small Device =====*/
      .mobile_menu{ display: block; width: 0; }
      .mobile_menu.active{ width: 100%; }
      .serv_dropdown_menu{ padding-left: 30px; }

      /*========== Body Section ===============*/
      .header{ padding: 57px 0 5px;position: relative; }
      .header-page{ padding: 57px 0 5px;position: relative; }

      .header-middle .logo img{ width: 100%; height: auto; }
      .header-bottom .container{ width: 100%; }
      .header-bottom{ display: none; }
     
      .banner { position: relative;padding: 41px 0 60px;}
      .banner-content-box h2, .section-title h2 {font-size: 35px;}
      .banner-content-box p{width: 100%;}
      #canvas-container{width: 250px;height: 200px;}
      #canvas-container-welcome { width: 200px; height: 200px;}
     
      .welcome{padding: 40px 0;}
      .welcome-thumbnail{ display: block;top: 50px; }

      .why-choose-us-card h4{text-align: center;}
      .services ul.section-content > li{width: 100%;}

         .tools{padding: 40px 0;}
       .sphereconatiner {left: -23%;}

       .project{padding: 40px 0;}
       .project .section-title p{width: 100%;}

       .process-block ul li p {font-size: 16px;}

      .section-title h4 {font-size: 16px;line-height: 29px;}
      .section-title h2 {font-size: 28px;line-height: 42px;}
      .section-title p {font-size: 15px; line-height: 26px;}

      .home-page-link span a {font-size: 13px;}
       .header-book-an-apointment span a{font-size: 11px;}

      .footer{background: linear-gradient(to bottom, #214CE5, #425EFF);}
      .footer::before{display: none;}
      .footer-about{padding-right: 5px;}
      .footer-content h2 {font-size: 35px;line-height: 21px; margin-bottom: 20px;}
      .footer-content p {font-size: 16px;line-height: 30px; margin: 32px 0 30px;}
      .footer-content ul li,.footer-content ul li a{color: #fff;font-size: 14px;}
      .footer-content h4{color: #fff;}
     
      .footer-contact-info {padding-right: 0;}
      .footer-contact-info ul li {font-size: 13px;color:#fff;}
      .section-title p br{display: none;}
}

/* Meduim Device */
@media (max-width: 767px) {

	  /*===== Go To Top =====*/
      #back-top{ right: 15px; bottom: 25px; }
      #back-top a { width: 40px; height: 40px;  }
      #back-top a .fa{ font-size: 16px; margin-top: 10px; }

      /*=====Social Media =====*/
      .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
      .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
      .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
      .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
      .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
      .social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

      .mobile_menu{ display: block; width: 0; }
      .mobile_menu.active{ width: 100%; }
      .serv_dropdown_menu{ padding-left: 30px; }
      /*========== Body Section ===============*/
      .header{ padding: 57px 0 5px;position: relative; }
      .header-page{ padding: 57px 0 5px;position: relative; }

      .header-middle .logo img{ width: 100%; height: auto; }
      .header-bottom .container{ width: 100%; }
      .header-bottom{ display: none; }
     
      .banner { position: relative;padding: 41px 0 60px;}
      .banner-tex,.welcome-tex{display:none;}
      .banner-content-box h2, .section-title h2 {font-size: 35px;}
      .banner-content-box p{width: 100%;}
      #canvas-container{width: 250px;height: 200px;}
      #canvas-container-welcome { width: 200px; height: 200px;}
     
      .welcome{padding: 40px 0;}
      .welcome-thumbnail{ display: block;top: 50px; }

      .why-choose-us-card h4{text-align: center;}
      .services ul.section-content > li{width: 100%;}

      .tools{padding: 40px 0;}
       .sphereconatiner {left: -23%;}

       .project{padding: 40px 0;}
       .project .section-title p{width: 100%;}

       .process-block ul li p {font-size: 16px;}

      .section-title h4 {font-size: 16px;line-height: 29px;}
      .section-title h2 {font-size: 28px;line-height: 42px;}
      .section-title p {font-size: 15px; line-height: 26px;}

      .home-page-link span a {font-size: 13px;}
       .header-book-an-apointment span a{font-size: 11px;}

      .footer{background: linear-gradient(to bottom, #214CE5, #425EFF);}
      .footer::before{display: none;}
      .footer-about{padding-right: 5px;}
      .footer-content h2 {font-size: 35px;line-height: 21px; margin-bottom: 20px;}
      .footer-content p {font-size: 16px;line-height: 30px; margin: 32px 0 30px;}
      .footer-content ul li,.footer-content ul li a{color: #fff;font-size: 14px;}
      .footer-content h4{color: #fff;}
     
      .footer-contact-info {padding-right: 0;}
      .footer-contact-info ul li {font-size: 13px;color:#fff;}
      .section-title p br{display: none;}
}

@media (max-width: 767px){

      /*===== Go To Top =====*/
      #back-top{ right: 15px; bottom: 25px; }
      #back-top a { width: 40px; height: 40px;  }
      #back-top a .fa{ font-size: 16px; margin-top: 10px; }

      /*=====Social Media =====*/
      .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
      .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
      .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
      .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
      .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
      .social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

      /*===== Enable Header Menu Default in Small Device =====*/
      .mobile_menu{ display: block; width: 0; }
      .mobile_menu.active{ width: 100%; }
      .serv_dropdown_menu{ padding-left: 30px; }

      .loader-gif h4{font-size:20px; }
      .quote-popup-content {  margin: 27% auto;padding: 20px;}
      .quotePopupheader h2 { font-size: 19px;}

      /*========== Body Section ===============*/
      .header-middle{background: transparent;box-shadow: none;}
      .mobile-request{display: block;margin-top: 1rem;text-align: center;}
      .header-middle .mobile-request a{padding: 12px 24px;}
      

      .banner{padding: 20px 0;}
      #canvas-container{width: 100%;height: 151px;}
      .banner-content{position: relative;top: 0;left: 0;transform:none;}
      .banner-slider-container{right: 0;top: 0px;margin-top: 2rem;left: 0;}
      .banner-content-box h4{ font-size: 14px; }
      .banner-content-box h2{ font-size: 28px; margin: 15px 0 ; }
      .banner-content-box h2 span,.section-title h2 span{display: inline-block;}

      .section-title h2 {font-size: 25px;}
      .section-title h4{ padding: 6px 25px;font-size: 14px;}

      .welcome{ padding: 50px 0; }
      .welcome-thumbnail{top: 0;margin-top: 3.5rem;}
      .welcome .row .col-sm-7{order: -1;}

      .why-choose-us,.services{padding: 40px 0;}
      .why-choose-us-card{margin-bottom: 1.5rem;}

      .services-card{box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2); border-radius: 10px;padding: 35px 23px;}
      .services-card ul{flex-direction: column;}
      .services-card-content h4 { font-size: 22px;}
      .sphereconatiner { left: -78%;top: -31%;display:none; }

      .tool-thumbnail li span {width: 70px;height: 70px;}
      .tools .section-title p{width: 100%;}
      .tools .section-title{margin-bottom: 10px;}
      .tools-tex{width: 180px;right: -23%;display:none;}
      .tools-tex img{width: 100%;}


      .project{ padding: 30px 0; }
      .home-page-link.project-section-link{text-align: left;}
      .project-content-item{ margin-bottom: 15px; }

      .process{padding: 50px 0 20px;}
      .process-section-link{margin-top: 1.5rem;}
      .process .section-title{margin-bottom: 0;}
      .process .section-title p{margin-bottom: 0;}
      .process-block ul{flex-direction: column;margin-top: 2rem;}
      .process-block ul li::before{display: none;}
      .process-block ul li{width: 80%;margin-bottom: 4rem;}

       .testimonials{padding: 40px 0;}
      .testimonials .row .col-sm-5{order: 1;}

      .footer{ padding: 50px 0 20px;  }
      .footer #canvas{display: none;}
      .footer-contact-info ul li{font-size: 16px;}
      .footer-about{padding-right: 0;}
      .footer-content h4{margin: 1.5rem 0;}
      .footer-form ul li:last-child{text-align: center;}
      .footer-tex{top: 50%;display:none;}
      .footer-tex img{filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(324%) hue-rotate(245deg) brightness(115%) contrast(100%);}
      .footer-content p{margin-bottom: 0;}

      .desktop-copyright{display: none;}
      .mobile-copyright{ padding: 20px 30px;background: linear-gradient(to bottom, #214CE5, #425EFF); }
      .mobile-copyright p{ font-size: 14px; }


      /*===== ALL Slider Section =====*/ 
      #banner-slider .owl-pagination{ top: 80%; }

      /*===== Pages Section =====*/
      .content-banner{ padding: 20px 0; }
      .content h2{ font-size: 20px; }
      .sectiontitleunderline{ margin: 0 0 15px; }
      .breadcrumb .fa{ margin: 5px; }
      .content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }

	
}