@charset "utf-8";
body {overflow-x: hidden; margin: 0; padding: 0; background-color: #fff; font-family: 'Roboto', sans-serif; counter-reset: section;}
.no_scroll {overflow: hidden !important;}
body::-webkit-scrollbar {width:10px;}
body::-webkit-scrollbar-track {background: #aaa;}
body::-webkit-scrollbar-thumb {background: #666; border-radius: 0;}
/*body::-webkit-scrollbar-thumb:hover {background: #;}
::-webkit-scrollbar-button {height: 0;}*/

.ad_hr {background-color: #ffffff75; width: 60px; height: 2px;}

/*/Slider/*/
/*.wt_slide {width: 100%; padding-bottom: 0px; overflow-x: auto; overflow-y: hidden;}
.wt_slider {width: 100%; display: -webkit-box; overflow-x: auto; overflow-y: hidden; user-select: none;}
.wt_slide::-webkit-scrollbar, .wt_slider::-webkit-scrollbar {height: 0;}
.wt_drag {cursor: grabbing; cursor: -webkit-grabbing;}
.wt_drag a {pointer-events: none !important;}
.wt_item_active {background-color: green !important;}

.wt_slide_btn button {position: relative;}
.wt_slide_btn .wt_slide_prev:after {content: "\276E";}
.wt_slide_btn .wt_slide_next:after {content: "\276F";}*/

/*/Slider Ends/*/

a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}

.para {text-align: justify;}
.small_heading {font-size: 15px; letter-spacing: 2px; color: #f27172; font-weight: 500; text-transform: uppercase;}
.main_heading {font-size: 32px; font-weight: 700; color: #071f34;}
.sub_heading {font-size: 26px; font-weight: 700; color: #071f34;}

.button_1 {display: inline-block; width: max-content; padding: 10px 20px; border: 1px solid #f27172; background-color: #f27172; color: #fff; text-transform: capitalize; letter-spacing: 1px; font-size: 14px; border-radius: 3px; text-align: center; transition: all 0.5s;}
.button_2 {display: inline-block; width: max-content; padding: 10px 20px; border: 1px solid #f27172; background-color: #f27172; color: #fff; text-transform: capitalize; letter-spacing: 1px; font-size: 14px; border-radius: 3px; text-align: center; transition: all 0.5s;}
.button_1:hover, .button_2:hover {background-color: #364142; border: 1px solid #364142; color: #fff;}

.clip_text_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

.bread_cumbs {margin: 0; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #fff; font-size: 13px; font-weight: 400; display: block;}
.bread_cumbs li:last-child a {color: #fff;}
.bread_cumbs li a:after {content: '>'; position: relative; top: 1px; margin-left: 4px;}
.bread_cumbs li:last-child a:after {content: ' ';}

.div_cent {display: grid; align-content: center; height: 100%;}
.bars, .nav_title {display: none !important;}

/*.....sticky-navbar.....*/
.sticky {box-shadow: 0 3px 16px 0 rgb(0 0 0 / 10%); transition: all 0.5s;}
.sticky + .content {padding-top: 102px;}

/*Header*/
header {}

/*/Nav/*/
nav {z-index: 999; background-color: #fff; position: sticky; top: 0; box-shadow: 0 3px 16px 0 #0000001a;}
nav ul.menu {display: flex; align-items: center; justify-content: end; grid-gap: 35px;}
nav ul.menu li {position: relative;}
nav ul.menu li a {font-size: 16px; color: #333; padding: 30px 0; display: block; transition: all 0.5s;}

nav ul.menu li .sub_menu {position: absolute; top: 100%; left: 0; width: max-content; visibility: hidden; opacity: 0;}
nav ul.menu li .sub_menu li {display: block;}
nav ul.menu li .sub_menu li a {display: block; padding: 12px 16px; font-size: 13px; color: #333; text-transform: uppercase; border: 1px solid #eee; background-color: #fff; transform: rotateX(90deg); opacity: 0; visibility: hidden; transition: all 0.5s;}
nav ul.menu li a:hover, .active>a {color: #f27172 !important;}
nav ul.menu li:hover .sub_menu {visibility: visible; opacity: 1;}
nav ul.menu li:hover .sub_menu li a {opacity: 1; visibility: visible; transform: rotateX(0deg); letter-spacing: 0.7px;}

/*Logo*/
.logo {height: 100%; display: grid; align-items: center;}
.logo img {height: 45px; display: inline-block;}
.aptcare_r_logo {height: 80px;}

/*/BANNER/*/
.banner {position: relative; z-index: 99; background-color: #3F51B5; background-image: url('../images/wire.png'); background-repeat: no-repeat; background-size: cover;}
.banner_home {display: -webkit-box; height: 550px; overflow: hidden; position: relative;}
.banner_img {height: 100%; width: 100%; position: relative; z-index: 20;}
.banner_img:first-child img {opacity: 1;}
.banner_img:first-child .bgLayer {left: -100%;}
.banner_img:first-child .banner_info {top: 60%; opacity: 1;}
.banner_img img {height: 100%; width: 100%; object-fit: cover; opacity: 0.3;}
.slideLeft, .slideRight {position: absolute; top: 0; bottom: 0; width: auto; height: 100%; z-index: 100; display: grid; justify-content: center; align-items: center; opacity: 0.1;}
.slideLeft {left: 5px;}
.slideRight {right: 5px;}
.slideLeft span, .slideRight span {color: #fff; height: 50px; width: 50px; border-radius: 50%; background-color: #ffffffb8; display: grid; align-items: center; justify-content: center; cursor: pointer; opacity: 0.4; transition: all 0.5s;}
.slideLeft:hover span, .slideRight:hover span {opacity: 1;}

/*.bgLayer {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ffffff4d; z-index: 5;}*/
.banner_info {position: absolute; text-align: left; width: 100%; left: 50%; top: 50%; transform: translate(-50%,-70%); opacity: 0; /*background-color: #ffffff70;*/ padding: 0; display: grid; align-items: center;}
.banner_info h4 {color: #fff; font-size: 46px; letter-spacing: 1px; margin-bottom: 20px; line-height: 1.1em; font-weight: 500;}
.banner_rcm h4 {font-size: 30px}
.banner_info p {color: #eee; font-size: 18px; font-weight: 500; letter-spacing: 1px; margin: 0 0 20px;}
.dots {position: absolute; bottom: 15%; width: 100%; left: 0; z-index: 50; display: flex; justify-content: center; display: none;}
.dot_box {height: 12px; width: 12px; overflow: hidden; background-color: #ccc; cursor: pointer; margin: 0 5px; border-radius: 50%;}
.dot_box:hover, .dot_box.active {background-color: #f27172;}
.banner:hover .slideLeft, .banner:hover .slideRight {opacity: 1;}

.banner_other {display: block; height: 100px; overflow: hidden; position: relative; background-color: #f27172;}
.banner_other_info {display: grid; align-content: center; justify-items: center; height: 100%;}
.banner_other_info .sub_heading {color: #fff; margin-bottom: 0;}


/*/About Sec/*/
.about_sec {padding: 50px 0; position: relative; z-index: 10;}
.feature_ul {list-style: none; padding: 0; margin: 0; column-count: 3;}
.feature_ul li {margin-bottom: 15px; display: flex; align-items: baseline; grid-gap: 8px;}
.achieve_box img {height: 80px; border: 1px solid #ddd; padding: 8px; cursor: pointer; background-color: #fff;}

/*.phone_img {height: 400px; margin: auto;}
.achieve_box img:hover {filter: inherit; border: 1px solid #aaa;}
.achieve_box_2 {border: 1px solid #ddd; padding: 15px; height: 100%; margin-bottom: 15px; display: grid; align-items: center; justify-items: center; background-color: #ededed;}
.achieve_box_2 img {height: 60px; border: 1px solid #ddd; padding: 8px; background-color: #fff;}
.achieve_box_2 p {font-weight: 600; margin-bottom: 15px;}
.achieve_box_2 a {font-size: 14px; display: inline-block; width: max-content; padding: 5px 15px; border-radius: 4px; background-color: #eee; color: #333; transition: all 0.5s;}
.achieve_box_2 a:hover {color: #f27172;}
.achieve_box.filter_white img {background-color: #fff;}
.achieve_box p {color: #666;}*/


/*/Products/*/
.prod_uct {display: flex; align-items: center; flex-wrap: wrap;}
.prod_uct .product_img {width: 180px; height: 180px; overflow: hidden; background-color: #eee; border-radius: 10px; padding: 5px;}
.prod_uct .product_img img {height: 100%; width: 100%; object-fit: contain;}
.prod_uct .product_info {width: calc(100% - 180px); padding-left: 20px;}
.prod_uct .product_info h5 {font-weight: 600; color: #3F51B5;}
.prod_uct .product_info h6 {font-weight: 600; color: #f27172;}
.prod_uct .product_info ul {margin-top: 15px;}
.prod_uct .product_info ul li {display: block; margin-bottom: 5px;}

.product_feat {display: flex; width: 80%; margin-top: 15px;}
.product_feat p {font-size: 15px; margin-bottom: 0;}
.product_feat div:first-child {width: 50%; height: auto; padding: 10px 15px; background-color: #ffdb00; position: relative;}
.product_feat div:last-child {width: 50%; height: fit-content; padding: 10px 15px; background-color: #f27172; color: #fff; position: relative; padding-left: 35px}
.product_feat div:first-child:after {content: ""; position: absolute; bottom: 0; right: -12px; height: 100%; width: 30px; background-color: #ffdb00; transform: skewX(-20deg); z-index: 9;}
.product_feat div:last-child:after {content: ""; position: absolute; bottom: 0; right: -8px; height: 100%; width: 20px; background-color: #f27172; transform: skewX(-20deg); z-index: 9;}
.prod_slide .slick-track {margin-left: 0;}


/*/Gallery/*/
.gallery_box {width: 100%; height: 250px; border: 6px solid #ccc; border-radius: 5px; padding: 8px; display: block; position: relative; background-color: #fff;}
.gallery_box img {width: 100%; height: 100%; object-fit: cover; transition: all 0.5s;}
/*.gallery_box:after {content: ''; height: 4px; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: #fff; z-index: 9; opacity: 0; transition: all 0.5s;}
.gallery_box:before {content: ''; height: 100%; width: 4px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: #fff; z-index: 9; opacity: 0; transition: all 0.5s;}
.gallery_box:hover img {opacity: 0.8;}
.gallery_box:hover::after {height: 2px; width: 40px; opacity: 1;}
.gallery_box:hover::before {width: 2px; height: 40px; opacity: 1;}*/



/*.service_grid {display: grid; grid-gap: 15px;}
.service_grid_2 {grid-template-columns: repeat(2, 1fr);}
.service_grid_3 {grid-template-columns: repeat(3, 1fr); margin-top: 15px;}
.service_box {padding: 25px; background-color: #0395cd; color: #fff; position: relative; z-index: 2; overflow: hidden;}
.slick-slide.service_box {border-radius: 5px; min-height: 150px; display: grid !important; align-content: center; margin-bottom: 15px;}

.service_box h6 {font-weight: 700; text-transform: capitalize;}
.service_box p {font-size: 14px;}

.service_grid_2 .service_box:nth-child(1), .service_grid_3 .service_box:nth-child(1) {background-color: #00668d; color: #fff; }
.service_grid_2 .service_box:nth-child(2) {background-color: #037cab; color: #fff;}
.service_grid_2 .service_box:nth-child(3) {background-color: #0395cd; color: #fff;}
.service_grid_2 .service_box:nth-child(4) {background-color: #03abeb; color: #fff;}

.service_grid_3 .service_box:nth-child(2) {background-color: #0182b3; color: #fff;}
.service_grid_3 .service_box:nth-child(3) {background-color: #f27172; color: #fff;}
.service_grid .service_box:hover::after {width: 100%;}
.slick-prev, .slick-next {display: none !important;}
.service_type_open .container-fluid, .service_type_open .row {height: 863px;}
.extra_grd {display: grid; height: 100%; align-content: baseline; grid-gap: 50px;}
.service_desk {height: 856px; overflow: hidden; position: relative;}
.service_div_sec {display: grid; align-content: center; grid-gap: 15px; width: 50%; padding: 50px 100px; cursor: pointer; visibility: visible; opacity: 1; position: absolute; z-index: 1; height: 100%; transition: all 0.5s;}
.service_div_sec:nth-child(1) {background-color: #f27172; left: 0;}
.service_div_sec:nth-child(1):after {content: ""; height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-image: url('../images/service-1.jpeg'); background-size: cover; opacity: 0.1;}
.service_div_sec:nth-child(2) {background-color: #214f70f2; right: 0;}
.service_div_sec:nth-child(2):after {content: ""; height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-image: url('../images/service-2.jpeg'); background-size: cover; opacity: 0.1;}
.service_open {width: 100%; z-index: 99;}

.service_div_sec img {filter: grayscale(1);}
.service_div_sec .read_mroe_btn i {width: 50px; height: 50px; border-radius: 25px; background-color: #fff; color: #222; font-size: 14px; display: grid; align-items: center; justify-content: center;}
.service_div_sec p, .service_div_sec h3 {color: #fff;}
.service_div_sec p {padding-right: 250px;}

.service_flex_p {padding: 62px 20px; height: auto;}
/*.service_flex_p .me_1 {opacity: 0;}*/
/*.service_flex_p p {display: flex; align-items: baseline; grid-gap: 7px; font-size: 15px; color: #fff; margin-bottom: 10px;}
.service_flex_p .animep {top: 70px; opacity: 0; transition: all 0.5s; position: relative;}

.competence_para {color: #fff; font-size: 15px; margin-bottom: 10px;}
.competence_para::before {counter-increment: section; content: counter(section) ". "; font-size: 20px; font-weight: 600;}

.tech_service, .consult_service {position: absolute; top: 64px; width: 100%; right: 0%; z-index: 999; height: 600px; opacity: 0; visibility: hidden; transition: all 0.8s; transition-delay: 0.6s;}
.service_type_open {opacity: 1; visibility: visible;}
.service_sec {background-color: #1e1516; padding: 15px; display: flex;}
.service_sec_btn {padding: 15px 5px; color: #fff; font-size: 14px; display: flex; grid-gap: 5px; align-items: end; margin-left: auto;}
.service_techcon {width: 70%; padding: 0 15px;}
.service_sec_btn i {background-color: #fff; color: #1e1516; font-size: 12px; height: 20px; width: 20px; border-radius: 50%; display: grid; align-items: center; justify-content: center;}

.tech_service_bg {background-image: url('../images/service-1.jpeg'); background-size: cover;}
.consult_service_bg {background-image: url('../images/service-2.jpeg'); background-size: cover;}
*/











/*/Testimonial/*/
/*.testimon_sec {padding: 50px 0;}*/
.testi_monial .testimon_box {border-radius: 5px; webkit-box-shadow: 0 0 30px 0 #ededed4d; box-shadow: 0 0 30px 0 #ededed4d; background-position: 95% 95%; background-repeat: no-repeat; background-size: 60px; display: flex; flex-wrap: wrap; grid-gap: 10px;}
.testi_monial .testimon_box .testimoni_p {width: calc(100% - 320px);}
.testi_monial .testimon_box p {color: #fff; font-size: 16px; line-height: 24px; padding: 15px; background-color: transparent; border-radius: 5px; text-align: justify; margin-bottom: 0;}
.testi_monial .testi_user {display: flex; align-items: center; grid-gap: 15px; width: 300px;}
.testi_monial .testi_user .test_img {width: 50px; height: 50px; border-radius: 50%; overflow: hidden;}
.testi_monial .testi_user .test_img img {width: 100%; height: 100%; object-fit: cover;}
.testi_monial .testi_user .test_info {width: calc(100% - 65px);}
.testi_monial .testi_user .test_info h5 {font-size: 18px; color: #fff;}
.testi_monial .testi_user .test_info h5 small {font-style: italic;}

.desk_testimoni_box {display: flex !important; grid-gap: 25px; align-items: center;}
.test_name_info {width: 300px;}
.test_name_info h5 {font-size: 24px;}
.test_img_info {width: 180px; text-align: center;}
.test_img_info img {width: 142px; height: 142px; object-fit: cover; border-radius: 50%; margin: auto; border: 2px solid #fff; padding: 6px;}
.test_comm_info {width: calc(100% - 530px);}
.test_comm_info p {font-size: 16px; color: #fff; line-height: 24px; font-style: italic;}
.test_name_info p:last-child {font-weight: 500;}
.slick-dots li button:before {color: #fff; font-size: 14px;}
.slick-dots li.slick-active button:before {color: #fff;}

/*/Team/*/
/*.our_team_box {}
.our_team_img {height: 300px; width: 300px; margin: 0 auto -15px; border: 5px solid #B4B4B4; border-bottom: none; box-shadow: 0 0 15px 0 #202e0026; border-radius: 10px;}
.our_team_img img {height: 100%; width: 100%; object-fit: cover; border-radius: 5px;}
.our_team_info {background-color: #fff; padding: 0; border: 4px solid #9FA9AC; border-radius: 10px; text-align: center; width: 400px; margin: auto; z-index: 99; position: relative;}
.our_team_info p {color: #333; font-size: 15px;}

.our_team_img_sub {width: 150px; height: 150px; margin: 0 auto -15px; border: 5px solid #B4B4B4; border-bottom: none; box-shadow: 0 0 15px 0 #202e0026; border-radius: 10px;}
.our_team_img_sub img {height: 100%; width: 100%; object-fit: cover; border-radius: 5px;}
.our_team_info_sub {background-color: #fff; padding: 0; border: 4px solid #9FA9AC; border-radius: 10px; text-align: center; width: 280px; margin: auto; z-index: 99; position: relative;}
.our_team_info_sub h5 {font-size: 19px;}
.our_team_info small, .our_team_info_sub small {font-weight: 600; color: #d1d1d1; font-size: 13px; text-transform: uppercase;}
.our_team_info .sub_heading, .our_team_info_sub .sub_heading {color: #155a93;}

.team_img {height: 450px; position: sticky; top: 80px;}
.team_img img {height: 100%; width: 100%; object-fit: contain;}
.team_info h5 {font-size: 19px;}
.team_info small, .our_team_info_sub small {font-weight: 600; color: #9f9f9f; font-size: 13px; text-transform: uppercase;}
.team_info p {text-align: justify;}*/

.clientele div {text-align: center;}
.clientele div img {height: 50px; margin: auto; padding: 10px;}

/*/Forms/*/
.form_input label {font-size: 14px; margin-bottom: 0;}
.form_input input, .form_input select, .form_input textarea {width: 100%; padding: 10px; font-size: 14px; border: 1px solid #ddd; border-radius: 4px; position: relative;}
.form_input input[type="file"]:after {content: "Your C.V. / Resume :"; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 14px 10px 5px; font-size: 14px; background-color: #fff; color: #666; cursor: pointer;}
.contact_info p, .contact_info a {font-size: 16px; color: #333; margin-bottom: 15px; display: block; display: flex; align-items: baseline; grid-gap: 12px;}
.select_country {margin-bottom: 20px; display: flex; align-items: center; grid-gap: 10px;}
.select_country p {margin-bottom: 0; padding: 4px 10px; background-color: #ddd; border-radius: 4px; cursor: pointer; user-select: none;}
.select_country p img {position: relative; top: -1px;}
.select_country p.active {background-color: #f27172; color: #fff;}
.social {display: flex; align-items: center; grid-gap: 15px;}
.social li a {display: inline-block; font-size: 14px; background-color: #3F51B5; color: #fff; height: 32px; width: 32px; border-radius: 50%; display: grid; align-items: center; justify-content: center;}
.social li a:hover {background-color: #f27172;}

#loadCaptcha{height: 43px; border-radius: 5px 0 0 5px;}
#loadCaptcha input {text-align: center; background-color: #ecedf6d4; background-image: url(../images/captcha.jpg); background-size: cover; color: #6f6f6f; font-weight: 600; font-size: 18px; user-select: none; font-family: 'Special Elite', cursive;}
#loadCaptcha .reload_icn {padding: 8px 12px; background-color: #3F51B5; color: #fff; cursor: pointer; border-radius: 0 5px 5px 0;}


/*/FOOTER/*/
.footer_top {background-color: #3F51B5; padding: 70px 0;}
.footer_top h4 {color: #fff; letter-spacing: 2px; font-size: 18px; margin-bottom: 15px; font-weight: 600;}
.footer_top p, .link_a {margin-bottom: 10px; font-size: 14px; color: #ccc;}
.footer_top .footer_ul {list-style: none; margin: 0; padding: 0;}
.footer_top .footer_ul li {display: block; margin-bottom: 10px;}
.footer_top .footer_ul li a {display: inline-block; font-size: 14px; color: #ccc;}
.social_icon {list-style: none; margin: 0 0 10px; padding: 0;}
.social_icon li {display: inline-block; margin-right: 5px;}
.social_icon li a {padding: 0 8px 5px 0; color: #ccc; transition: all 0.5s;}
.social_icon li a:hover, .footer_ul li a:hover {color: #f27172; text-decoration: none;}
.footer_bottom {background-color: #3547a9; padding: 10px 0; font-size: 13px; color: #999;}
.footer_bottom p {color: #ccc;}
.foot_link {color: #f27172; margin: 8px 0 5px; display: inline-block;}
.footer_top .logo {height: 40px;}

/*/SOCIAL MEDIA/*/
.social_media {list-style: none; margin: 20px 0 0; padding: 0;}
.social_media li {display: inline-block; margin-right: 20px;}
.social_media li a {display: block;}
.social_media li a i {font-size: 18px; color: #fff; transition: all 0.5s;}
.social_media li a:hover i {color: #f27172;}

/*Backgrounds*/
.bgt_1 {background-color: #0097D2; border-bottom: 3px solid #9FA9AC; padding: 10px 15px; border-radius: 5px 5px 0 0;}
.bgt_2 {background-color: #004D6B; padding: 10px 15px; border-radius: 0 0 5px 5px;}

.bg_1 {background: url('../images/globe.png'); background-position: right 60px; background-repeat: no-repeat; }
.bg_2 {background: url('../images/testimonials.jpg'); background-repeat: no-repeat; background-size: cover;}
.bg_3 {background: url('../images/wire.png'); background-repeat: no-repeat;  background-size: contain; background-position: left; background-attachment: fixed;}
.bg_4 {background: url('../images/globe.png'); background-position: right 60px; background-repeat: no-repeat; }

.bg_theme_0 {background-color: #f2f2f2;}
.bg_theme_1 {background-color: rgb(63 81 181); background: linear-gradient(0deg, rgb(63 81 181) 0%, rgb(31 48 137) 51%, rgb(35 52 147) 100%);position: relative; z-index: 9;}
.bg_theme_2 {background-color: #3F51B5; position: relative; z-index: 9;}
.bg_theme_3 {background-color: #f27172; position: relative;}
.bg_theme_1:after, .bg_theme_3:after {content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; background: url('../images/wire.png'); background-repeat: no-repeat; background-size: contain; background-position: left; background-attachment: fixed;}
.bg_theme_4 {background-color: #2a4a4e;}
.bg_theme_5 {background-color: #f27172;}

/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_80 {font-size: 80px !important;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: grid; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_fit {min-width: 320px; max-width: 100%;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 50px; background-color: #2a4a4e;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #fff;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 100px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .modal_footer {padding: 5px 15px; height: 50px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}
/*/Modla Ends/*/

/*........media-querries........*/
@media only screen and (max-width:1280px) {
	.fs_80 {font-size: 40px !important;}
	.service_div_sec p {padding-right: 0}
}
@media only screen and (max-width:991px) {
	.banner {margin-top: 0;}
	.phone_img {width: 100%; height: auto;}
	.feature_ul {column-count: 2;}
	.extra_grd {grid-gap: 25px;}
}

@media only screen and (max-width:767px) {
	.bars {display: block !important; float: right; padding: 22px 0px 18px 15px;}
	.nav_title {position: sticky !important; display: block !important; top: 0; z-index: 9; background-color: #f6f6f6; border-bottom: 1px solid #ffffff1c;}
	.nav_title a {padding: 18px 15px !important;}

	nav ul.menu {position: fixed; left: -100%; height: 100vh; width: 80%; overflow-y: auto; z-index: 9999; background-color: #fff; display: block; transition: all 0.5s;}
	nav ul.menu_open {left: 0%;}
	nav ul.menu li {display: block;}
	nav ul.menu li a {display: block; padding: 11px 15px; border-bottom: 1px solid #ffffff1c; color: #333;}
	nav ul.menu li a i.fa-angle-down {float: right; position: relative; top: 5px;}
	nav ul.menu li .sub_menu {visibility: visible; opacity: 1; position: relative; width: 100%; border-bottom: 1px solid #ffffff1c;}
	nav ul.menu li .sub_menu li a {visibility: visible; opacity: 1; transform: rotateX(0deg); border: none !important; background-color: transparent; padding-left: 30px;}
	
	.icons {cursor: pointer; position: relative; top: 8px; z-index: 9999;}
	.nav_arrow_left {cursor: pointer; display: inline-block; height: 12px; width: 30px; transform: rotate(0deg); transition: all ease-in-out 0.5s;}
	.nav_arrow_left span {background-color: #3f51b5; border-radius: 0; width: 100%; display: block; height: 1px; opacity: 1; position: absolute; transition: all ease-in-out 0.25s; top: 6px;}
	.nav_arrow_left span:nth-child(1) {width: 70%; right: 0px; top: -5px;}
	.nav_arrow_left span:nth-child(2) {width: 100%; top: 4px; transform: translateX(-50%); left: 50%;}
	.nav_arrow_left span:nth-child(3) {width: 100%; right: 0px; top: 13px;}
	.icons:hover .nav_arrow_left span:nth-child(1) {width: 100%;}

	.nav_arrow_left.open span:nth-child(1) {width: 100%; transform: rotate(45deg); top: 5px; right: 0px;}
	.nav_arrow_left.open span:nth-child(2) {width: 0%;}
	.nav_arrow_left.open span:nth-child(3) {transform: rotate(-45deg); top: 5px; right: 0px;}

	.banner_img img {display: none;}
	.banner_home {height: 500px;}
	.about_sec {padding: 50px 0;}
	.banner_img .banner_info {transform: translate(-50%,-75%); text-align: center; width: calc(100% - 40px); padding: 0;}
	.achieve_box img {filter: inherit;}
	.phone_img {width: initial; height: 280px; margin-bottom: 20px;}
	.small_heading {font-size: 14px;}
	.main_heading, .sub_heading {font-size: 25px;}
	.service_desk {display: block; height: auto;}
	.service_div_sec {position: relative; width: 100%; padding: 50px 15px !important; border-bottom: 1px solid #ddd; text-align: center;}
	.service_div_sec p {text-align: center;}
	/*.service_div_sec .read_mroe_btn {display: none !important;}*/
	.service_div_sec img {margin: auto;}

	.achieve_box_2 {display: block; padding: 20px 15px 0; border: none;}
	
	.slick-prev, .slick-next {display: none !important;}

	.testi_monial .testimon_box {background-color: #f5f5f5; padding: 15px; background-image: url('../images/quote.svg'); display: block;}
	.testi_monial .testimon_box .testimoni_p {background-color: #26863821; margin-bottom: 10px;}
	.testi_monial .testimon_box .testimoni_p, .testi_monial .testi_user {width: 100%;}
	.testi_monial .testimon_box p, .testi_monial .testi_user .test_info h5 {color: #666;}
	.feature_ul {column-count: 1;}
	.career_info ul {column-count: 1;}
	.team_img {height: 250px;}
}
  
@media only screen and (max-width:576px) {
	.logo img, .nav_title img {height: 25px;}
	.banner_home {height: 280px;}
	.slideLeft span, .slideRight span {width: 35px; height: 35px;}
	.dots {bottom: 20px;}
	.banner_info h4 {font-size: 32px;}
	.banner_info p {font-size: 15px;}
	.banner_info a {padding: 8px 15px; font-size: 13px;}
	.banner_other {height: 120px;}
	.about_sec {padding: 30px 0;}
	.footer_top {padding: 30px 0 0px;}
	/*.service_grid_2, .service_grid_3 {grid-template-columns: repeat(1, 1fr);}
	.service_flex_p {padding: 30px 10px;}
	.service_sec {padding: 15px 0; flex-wrap: wrap;}
	.service_techcon {width: calc(100% - 46px); padding-left: 0; padding-right: 15px;}
	.service_sec_btn {padding-right: 15px;}*/
	.service_div_sec p {padding-right: 75px;}

	.prod_uct {align-items: start;}
	.prod_uct .product_img {width: 90px; height: 90px;}
	.prod_uct .product_info {width: calc(100% - 90px); padding-left: 10px;}
	.prod_uct .product_info ul {width: calc(100% + 90px); margin-left: -90px; margin-top: 30px;}
	.product_feat {flex-wrap: wrap; width: 100%;}
	.product_feat div:first-child:after, .product_feat div:last-child:after {display: none;}
	.product_feat div:first-child, .product_feat div:last-child {width: 100%;}

}
  
@media only screen and (max-width:424px) {
	.our_team_img, .our_team_info, .our_team_img_sub {width: 100%; height: auto;}
	.our_team_info {padding: 15px;}
	.our_team_info small, .our_team_info_sub small {font-size: 11px;}
	.our_team_info_sub h5 {font-size: 17px;}
}
  
@media only screen and (max-width:360px) {
	
}



