@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }

.widget-title h3 { position: relative; display: inline-block; color:#000;}
/**.widget-title h3:after { position: absolute; content: ''; background-color: rgba(252,158,34,0.2); right: -25px; bottom: 4px; width: 120px; height: 15px; z-index: 1; }**/

.widget-title h2 {
    position: relative;
    display: inline-block;
    color: #00347b;
    font-weight: 900;
    font-size: 2.1rem;
}

.widget-title span {
    font-size: 16px;
    font-weight: 500;
    color: #7dc12d;
    display: block;
    padding-bottom: 10px;}



.light-green {color: #93de3b !important;}



.widget-title p {color: #1b1b1b; font-size: 16px; font-weight: 400;}

hr.min-ray {
    width: 15%;
    opacity: 1;
    margin: auto;
    position: relative;
    background: #7dc12d;
    overflow: visible;
}

hr.min-ray:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #7dc12d;
    border-radius: 30px;
    z-index: 1;
    left: 0;
    top: -8px;
    right: 0;
    margin: auto;
    border: solid 2px #fff;
}



.widget-title h4 {
    position: relative;
    display: inline-block;
    color: #00347b;
    font-weight: 900;
    font-size: 1.6rem;
    
}


.widget-title h6 {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
}

.widget-title h2 span {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
}
.zIndex2 { z-index: 2;  }
.show { display: block!important;}
.Mobilelogo { display: none !important; }
ul.listing li { position: relative; font-size: 16px; padding: 5px 15px; }
ul.listing li:after { position: absolute; content: "\f0da"; left: 0px; top: 5px; font-family: 'Font Awesome 5 Pro'; color: var(--text-orange);}
.translateY { -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.translateY:hover { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px);}

.widget-title h3:after, .widget-title.afterNone h3:after, .infrastructure-list-section .infrastructure-box_Gallery:last-child:not(:nth-child(-n + 2)):before, .infrastructure-list-section .infrastructure-box_Gallery:nth-last-child(2):before { display: none; }


/*== Topbar CSS START ==*/

.top-star { background: #00347b;}


/*******************FORM CSS*******************/


.formd {
    position: relative;
    
}

.formd .dsu-intro {
    width: 100%;
    margin: auto;
    position: relative;
    top: 0rem;
    z-index: 1;
    padding: 15px 0;
    border-radius: 5px;
    padding-bottom: 50px;
}

.contact-fild-box {
    position: relative;
    padding: 10px 0;
}
.contact-fild-box .input-group-text {
    background-color: #f1f1f1;
    border: 0px solid #f1f1f1;
    border-radius: 5px 0 0px 5px;
    color: #665c52;
    font-size: 13px;
}

.contact-fild-box .form-control {
    font-size: 14px;
    font-weight: 400;
    color: rgba(1, 1, 1, 0.9);
    background-color: #fff;
    border: 1px solid #cbcbcb
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px;
    
    width: 100%;
    border-radius: 10px !important;
}



.form-group.input-group .input-group-prepend {
    display: flex;
    
}



.tcg {
    background: #7dc12d;
    color: #ffffff;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    height: 45px;
}


.tcg:hover {background-color: #00347B ;}

.contact-fild-box .form-control option {
  
  color: #000000;
  background-color: #ffffff;
 
  
}


.flamed button.btn:hover {
    color: #fff;
}

.contact-fild-box .form-control select { text-align-last: center; }
.contact-fild-box .form-control option { direction: ltr; }





input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0%;
	width:100%;
	opacity:0;
	
}


/*******************FORM CSS*******************/

/*== Footer css start ==*/
.footer {
    background-color: #001337;
    z-index: 1;
    border-top: solid 1px #fff;
}


.footer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 18%;
    width: 912px;
    height: 317px;
    background: url(../images/footer-pattern.webp) no-repeat top right;
    background-size: contain;
    z-index: -1;
    right: 0;
    opacity: .45;
    margin: auto;
}


.footer .footer-top .footer-widget h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.footer .footer-top .footer-widget h6:after {
    position: absolute;
    content: "";
    background: #7dc12d;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 70%;}


.footer .footer-top .toget p {
    font-size: 13px;
    color: #fff;
    padding-top: 20px;
    padding-right: 50px;
}

.footer .footer-top .footer-widget ul.site-map, .footer .footer-top .footer-widget ul.site-maped {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}

.footer .footer-top .footer-widget ul.site-maped {
    list-style: none;
    
}

.footer .footer-top .footer-widget ul.site-map li::marker {
    color: #bc3e92;      /* bullet color */
    font-size: 16px;   /* optional: make bullet bigger */
  }




.footer .footer-top .footer-widget ul.site-map li, .footer .footer-top .footer-widget ul.site-maped li  {
    padding: 7px 0;
    line-height: 1;
    position: relative;
    
}

.footer-widget ul.site-maped li i {color: #7dc12d; padding-right: 13px;}


.footer-top .footer-widget ul.site-maped li {
    margin-left: 0 !important;
    display: flex;
    line-height: 1.5 !important;}







.footer .footer-top .footer-widget ul.site-map li:last-child { border: 0px; }
.footer .footer-top .footer-widget ul.site-map li a, .footer .footer-top .footer-widget ul.site-maped li a { color: #fff; font-size: 13px;}
.footer .footer-top .footer-widget .footer__logo {position:relative;}


.footer .footer-top .footer-widget ul.site-maped.social li {
    display: inline-block;
    margin-right: 10px;
}

.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 35px;
    border-radius: 50%;
    border-color: transparent;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon:hover {
    background: #68a81f;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz--transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}




.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon i {
    color: #001d2d;
    padding-right: 0;
    font-size: 16px;
}

.footer .footer-top .footer-widget ul.site-maped.social li a.p-icon:hover i {
    color: #fff;
}


.footer .footer-top .footer-widget .footer__logo img {
    width: 65%;
}

.footer .footer-top .footer-widget .footer__logo p{ font-size:12px; color:#fff; padding: 20px 0;
   
}


.footer .footer-top .footer-widget .address-widget li {
    position: relative;
    margin-bottom: 1.2rem;
    font-size: var(--font14);
    padding-right: 50px;
}
.footer .footer-top .footer-widget .address-widget li .address-desc { padding-left: 25px; font-size: 12px; color:#fff; }
.footer .footer-top .footer-widget .address-widget li i {
    position: absolute;
    font-size: 16px;
    color: #fff;
}
.footer-widget.address-widget-box ul.address-widget li.phonic i.fas.fa-phone {rotate: 90deg;}
.footer-widget.address-widget-box ul.address-widget {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

footer.footer .footer-bottom {
    position: relative;
    border: solid 1px #303d54;
}

footer.footer .footer-bottom p {
    font-size: 13px;
    padding: 10px 0;
    color: #fff;
}
footer.footer .footer-bottom p a {
    color: #7dc12d;
    font-weight: 700;
}
footer.footer .footer-bottom p a em {color: #cf1787; font-style: normal;}


footer.footer .footer-bottom .footer-bot {position: relative;}
footer.footer .footer-bottom .footer-bot ul.footnav {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

footer.footer .footer-bottom .footer-bot ul.footnav li{ padding: 5px 7px; font-size: 12px; }
footer.footer .footer-bottom .footer-bot ul.footnav li a{color:#fff;}
footer.footer .footer-bottom .footer-bot ul.footnav li a:hover {color:#FF7A4F;}
.footer .footer-top .footer-widget ul.site-map li a:hover, .footer .footer-top .footer-widget ul.site-maped li a:hover, .footer .footer-top .footer-widget .address-widget li .address-desc a:hover { color: #7dc12d; padding-left: 3px; }
.footer .footer-top .footer-widget ul.site-map li a i {
    width: 20px;
    /* height: 25px; */
    /* border: solid 1px #fff; */
    border-radius: 50px;
    /* line-height: 25px; */
    /* text-align: center; */
}

.footer .footer-top .footer-widget ul.site-map li a i.fas.fa-phone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    text-align: end;
}

.footer .footer-top .footer-widget ul.site-map li, .footer .footer-top .footer-widget ul.site-maped li .jointer a {
    display: block;
}

 



#hero .owl-theme .owl-nav {
    margin-top: 0px;
}

.min-margin {margin-top:-70px !important;}

/* =======================Design Edge=========================== */




#heroo.owl-theme .owl-dot {
    background-image: none !important;
}






  select{padding:2px 6px}
  .report{cursor:pointer;color:#555}
  .report:before{content:"⚠️";margin-right:4px}



/***********General Knowledge CSS**************/



/***********General Knowledge CSS**************/





.b-0 {
    border: 0px !important;
}


	
.section3 {
    background: #f9f9f9;
    /* padding-top: 50px; */
    
}

.section31 {
    width: 100%;
    padding: 30px 0 40px 0;
}

.section31:after {
    content: '';
    position: absolute;
    right: 31px;
    bottom: -150px;
    width: 56px;
    height: 308px;
    background: url(../images/dot.png) no-repeat top right;
    background-size: contain;
    z-index: 1;
    transition: all .3s ease;
    animation: levitate 1.2s alternate ease-in-out infinite;
    opacity: .7;}


.section31:before {
    content: '';
    position: absolute;
    left: 31px;
    top: -170px;
    width: 56px;
    height: 308px;
    background: url(../images/dot.png) no-repeat top right;
    background-size: contain;
    z-index: 1;
    transition: all .3s ease;
    animation: levitate 1s alternate ease-in-out infinite;
    opacity: .7;}





.section31 .blasi {
    position: relative;
    padding-right: 13%;
}

.section31 .inter {
    position: relative;
    padding-top: 20px;
	

}

.section31 .inter p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #000000;
    padding-bottom: 15px;
}

.section31 .video-section .pic1__item {
    position: relative;
    z-index: 1;
}

.section31 .video-section .pic1__item:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: 0;
    bottom: -10px;
    background: #00347B;
    background: linear-gradient(0deg,rgba(0, 52, 123, 1) 0%, rgba(125, 193, 45, 1) 100%);
    border-radius: 100px;
    z-index: -1;
    transition: all .3s ease;
    animation: levitate 1.5s alternate ease-in-out infinite;
}



.section31 .video-section .pic1__item:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    right: -25px;
    top: -10px;
    background: #00347B;
    background: linear-gradient(0deg,rgba(0, 52, 123, 1) 0%, rgba(125, 193, 45, 1) 100%);
    border-radius: 100px;
    z-index: -1;
    transition: all .3s ease;
    animation: levitate 1.2s alternate ease-in-out infinite;
}




.courses-section .owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 30px;
    margin: 5px;
    padding: 2px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #D6D6D6;
    top: 32%;
    border-radius: 50%;}



#benefits-slider.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 30px;
    margin: 5px;
    padding: 2px;
    background: #00347b;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #D6D6D6;
    top: 47%;
    border-radius: 50%;}


#benefits-slider.owl-carousel .owl-next {
    position: absolute;
    right: -40px;
    width: 35px;
    height: 35px;
   }  
   
#benefits-slider.owl-carousel .owl-prev {
    position: absolute;
    left: -40px;
    width: 35px;
    height: 35px;
}   




.small-recr .owl-theme .owl-nav [class*=owl-]  {
    color: #000000;
    font-size: 30px;
    margin: 5px;
    padding: 2px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #D6D6D6;
    top: 16%;
    border-radius: 50%;}   


 #small-recruiters-slider.owl-theme .owl-nav {
    margin-top: 20px;
}   
   
#small-recruiters-slider.owl-theme .owl-dots .owl-dot span {margin: 5px !important;}

 
.courses-section .owl-carousel .owl-prev, .small-recr .owl-carousel .owl-prev {
    position: absolute;   
    left: -60px;
    width: 35px;
    height: 35px;
    }

.courses-section .owl-carousel .owl-next, .small-recr .owl-carousel .owl-next  {
    position: absolute;
    right: -60px;
    width: 35px;
    height: 35px;
   }




.section3 .section31 .row {
    display: flex;
    align-items: center;
}

.applys {position: relative;}
.applys a {
    color: #FFF;
    display: inline-block;
    padding: 13px 45px;
    background: #7dc12d;
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s;
    position: relative;}
    
.applys a:hover {background: #00347B;}



.courses-section {
    position: relative;
    background-image: url(../images/services-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


.courses-section .patterns {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}




.courses-section .expert_thumb .expert_title {
    text-align: center;
    padding: 10px 10px;
    /* background: linear-gradient(30deg,rgba(221, 88, 178, 0.9) 0%, rgba(176, 53, 135, 0.9) 100%); */
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 82%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    right: 0;
    margin: auto;
    border-radius: 10px;
    z-index: 2;
}


.courses-section .expert_thumb h4 {
    font-size: 17px;
    color: #60af02;
    font-weight: 700;
    /* word-spacing: 1px; */
    line-height: 1.2;
}

.courses-section .expert_thumb:hover h4 { color: #fff; }
.courses-section .expert_thumb {
    position: relative;
    border-radius: 20px;
    margin-bottom: 40px;
    /* min-height: 290px; */
    padding: 0px;
}

.expert-img-box .expert-img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    /*height: 191px;*/
    border-radius: 10px;
    border: solid 1px #e2e2e2;
}
.expert-img-box .expert-img img {
    transition: all 400ms ease; width:100%;
}
.expert-img-box .expert-img a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}
.expert-img-box:hover .expert-img a:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

.expert-img-box:hover .expert-img img {
  transform: scale(1.1);
}

.courses-section .expert_thumb:hover .expert_title {
    background: linear-gradient(30deg, rgba(0, 52, 123, 1) 0%, rgba(0, 52, 123, 1) 100%);}




.partnr_section {
    position: relative;
    padding: 50px 0;
    background-image: url(../images/One-Stop-Solution-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


.partnr_section .partnr__title {
    position: relative;
    padding: 0;
}

.partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr {
    position: relative;
    overflow: hidden;
    transition: all .2s 
ease-in-out;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) ;
}


.partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr:hover {
   box-shadow: none;
   transform: translateY(-.5em);
}

.partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr img {
    background-color: #f4f4f4;
    padding: 10px;
   
}

.partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr:hover img {background: linear-gradient(30deg,rgba(0, 52, 123, 1) 0%, rgba(125, 193, 45, 1) 100%); }



.partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr:before, .partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr:hover:before, .partnr_section .partnr__title .collab_item .one-stop-pic .img-hovr:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}



.partnr_section .partnr__title .collab_item .one-stop-pic p {
    font-size: 14px;
    text-align: center;
    padding: 15px 10px;
}


.small-recr {
    background: #00347B;
    background: linear-gradient(270deg,rgba(0, 52, 123, 1) 0%, rgba(125, 193, 45, 1) 100%);
}

#small-recruiters-slider .small-recruiters-logo>img {
    padding: 10px;
    border-radius: 5px;
    background: #fff;}





.Headed {
    position: relative;
    
}

.owl-theme .owl-dots .owl-dot span {
    background: #cccccc !important;
    width: 21px !important;
    height: 5px !important;
    border: 0 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7dc12d !important;
    width: 40px !important;
}



/*****************About Us************************/

.about-banner {
    background-image: url(../images/about_banner.webp);
    height: 300px;
}

.section3 .blasi p {
    padding: 5px 0;
    font-size: 16px;
}

.vision__section .redef__thumb1 .bigs-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.vision__section .redef__thumb1 .bigs-img img {
    transition: all 400ms ease;
    width: 100%;
}


.vision__section .redef__thumb1:hover .bigs-img a:after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.vision__section .redef__thumb1 .bigs-img a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    z-index: 2;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}



.vision__section .redef__thumb1 .bigs-img:hover img {
  transform: scale(1.1);
}


.cctv-banner {
    background-image: url(../images/cctv_banner.webp);
    height: 300px;
}

.server-banner {
    background-image: url(../images/server_banner.webp);
    height: 300px;
}

.service-banner {
    background-image: url(../images/imp_banner.webp);
    height: 300px;
}

.civil-banner {
    background-image: url(../images/civil-engineer-banner.webp);
    height: 300px;
}

.interior-banner {
    background-image: url(../images/interior-banner.webp);
    height: 300px;
}

.imp-banner {
    background-image: url(../images/services_banner.webp);
    height: 300px;
}

.furnichure-banner {
    background-image: url(../images/furnichure_banner.webp);
    height: 300px;
}

.amc-banner {
    background-image: url(../images/amc_banner.webp);
    height: 300px;
}

.contact-banner {
    background-image: url(../images/contact_us_banner.webp);
    height: 300px;
}

.dsu-addmission {
    position: relative;
    padding-top: 200px;
}

.dsu-addmission .bannerContent h1 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 15px;
}

.dsu-addmission .bannerContent .breadcrumb {
    font-size: 14px;
    margin-bottom: 0px;
}

.dsu-addmission .bannerContent .breadcrumb ol {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
}

.dsu-addmission .bannerContent .breadcrumb a, .dsu-addmission .bannerContent .breadcrumb li {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #fff;
}

.dsu-addmission .bannerContent .breadcrumb a {
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #7dc12d;
}

.dsu-addmission .bannerContent .breadcrumb li::after {
    content: '>';
    margin-left: 8px;
}

.dsu-addmission .bannerContent .breadcrumb li:last-child::after {
    content: '';
}




.vision__section .navigating_progrm h2 {
    font-size: 25px;
    color: #FF6801;
    font-weight: 600;
    padding-bottom: 25px;
}

.vision__section .navigating_progrm p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 10px;
    text-align: justify;
}

.change_aducation {
    background-color: #f1f1f1 ;
}



.strength__section {
    background-image: url(../images/strangth-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   
}

.strength__section .strength-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #150773 47%, #2cd4d9 69%);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.strength__section .strength-divi {
    width: 18.5%;
    margin-bottom: 1.33%;
    margin-right: 1.33%;
    min-height: unset;
    min-height: 122px;
    border-radius: 10px;
    background: linear-gradient(30deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-color: #095572;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strength__section .strength-divi .strength-Content {
    position: relative;
    display: flex;
    align-items: center;
}
.strength__section .strength-divi .strength-Content img {
    /* width: 23%; */
    margin-right: 10px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.strength__section .strength-divi .strength-Content p {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.strength__section .strength-divi:hover {
   background: linear-gradient(30deg, rgba(0, 52, 123, 1) 0%, rgba(0, 52, 123, 1) 100%);
   border:solid 1px #fff;
}

.strength__section .strength-divi:hover .strength-Content img {
    filter: invert(100%) sepia(100%) saturate(4%) hue-rotate(198deg) brightness(110%) contrast(100%);
    transform: rotateY(360deg);
    transition: all .5s;
}

.strength__section .strength-divi:hover .strength-Content p {color: #fff !important;}

/*****************About Us************************/




/*****************Services************************/
.segment_em_section .segment_em_divi {position: relative;}
.segment_em_section .segment_em_divi .segment_em_pic { overflow: hidden;
    border-radius: 20px;
}

.segment_em_section .enquires img {
    width: 85%;
}

.segment_em_section .segment_em_divi .segment_em_pic img {
    transition: all 400ms ease;
    width: 100%;
}

.segment_em_section .segment_em_divi h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
    color: #095572;
}

.segment_em_section .segment_em_divi p {
    font-size: 15px;
    color: #000;
    padding-bottom: 10px;
    text-align: justify;
}


.segment_em_section .segment_em_divi h4 {
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    margin-top: 15px;
    border-bottom: solid 2px #7dc12d;
}

.segment_em_section .segment_em_divi .dealing-section h5 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-top: 20px;
    padding-left: 32px;
    margin-bottom: 5px;
}
.segment_em_section .segment_em_divi .dealing-section h5:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-color: #7dc12d;
    width: 20px;
    height: 4px;
}


 .segment_em_section .segment_em_divi .dealing-section ul {list-style: none; padding: 0px; margin: 0;}
 .segment_em_section .segment_em_divi .dealing-section ul li {position: relative;}


strong {
    font-size: 18px;
    color: #7dc12d;
    display: block;
}

.segment_em_section .segment_em_divi .dealing-section p {
    font-size: 15px;
    color: #000;
    padding-bottom: 18px;
    text-align: justify;
}

 .segment_em_section .segment_em_divi .dealing-section p strong {
    font-size: 18px;
    color: #7dc12d;
    display: block;
    padding-bottom: 5px;
}


.segment_em_section .enquires {
    position: relative;
    background: #000;
    background-color: transparent;
    background-image: linear-gradient(
180deg, #ffffff 50%, #f1f1f1 150%
150%
);
    border-radius: 10px;
    border: solid 1px #095572;
}

.segment_em_section .enquires h4 {
    font-size: 22px;
    padding: 15px 0;
    color: #095572;

}

.segment_em_section .enquires a {
    color: #fff;
    display: inline-block;
    background: #00347B;
    border: 1px solid #00347B;
    line-height: 1;
    border-radius: 40px;
    padding: 15px 0px;
    margin: 8px 0;
    margin-right: 0.1%;
    width: 95%;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    text-align: center;
    font-size: 18px;
    transition: 0.5s;
    font-weight: 600;
}

.segment_em_section .enquires a::before {
    border-radius: 0px;
    background-color: #fff;
    border: 0px solid #0d61d5;
    bottom: 0;
    content: "";
    left: 0;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.segment_em_section .enquires a:hover {
    color: #00347B;
    transform: translateY(-0.7rem);
}

.segment_em_section .enquires a:hover::before {
    transform: scaleY(1);
}

.segment_em_section .segment_em_divi h5 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.segment_em_section .segment_em_divi p b {
    font-weight: 600;
}

/*****************Services************************/


/*****************Clients & Partners************************/
.client-section .client-area {background-color: #f1f1f1;}
.client-section .client-area .logo-section ul.listes {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.client-section .client-area .logo-section ul.listes li {
    position: relative;
    display: inline-block;
    width: 17%;
    padding: 0px;
    text-align: center;
    border: solid 1px #7dc12d;
    margin: 10px;
    z-index: 1;
    overflow: hidden;
}

.client-section .client-area .logo-section ul.listes li img {
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;}

.client-section .client-area .logo-section ul.listes li:hover img {
    transform: scale(1.15);
}



.client-section .client-area .logo-section ul.listes li:hover {
    border: solid 1px #00347B;
    border-radius: 15px;
}

/*****************Clients & Partners************************/


.contact-page-section {
    position: relative;
    margin-top: -50px;
}
.contact-page-section .contact-info-column .contact-info-list ul li {
    position: relative;
    padding: 15px 0;
    display: flex;
    color: #fff;
}

.contact-page-section .contact-info-column .contact-info-list ul li p {color: #fff;} 

.contact-page-section .contact-info-column .contact-info-list ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-page-section .contact-info-column .contact-info-list ul li i {
    float: left;
    padding-right: 15px;
    color: #fff;
    font-size: 20px;
}
.contact-page-section .contact-info-column .contact-info-list ul li .info {
    overflow: hidden;
}
.contact-page-section .contact-info-column .contact-info-list ul li .info p, .contact-page-section .contact-info-column .contact-info-list ul li a {
    font-size: 14px;
    color: #fff;
    
}

.contact-page-section .contact-info-column .contact-info-list ul li .info b {
    padding-bottom: 5px;
    display: block;
}

.flamed {
    margin-top: 29px;
}

.contact-page-section .contact-info-column {
background-color: #00347b;

    /*background: linear-gradient(30deg, rgb(221, 88, 178) 0%, rgb(176, 53, 135) 100%);*/
}

.contact-page-section .form-column .enquiry-collum .enquiryBg {background: linear-gradient(270deg, rgba(0, 52, 123, 1) 0%, rgba(125, 193, 45, 1) 100%);}


#alert {
    display: none;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}





/****************Services & Projects*************************/


.sericed-section {position:relative; 
    background-image: url(../images/services.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 0rem 0;
    background-size: cover;
   
}

.sericed-section .benefits-item {
    padding: 2rem;
    margin: 3rem 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
    border: solid 1px #d2d2d2;
    text-align: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    transition: all .2s 
ease-in-out;
}

.sericed-section .benefits-block {position:relative;}

.sericed-section .benefits-item .bene-icon {
    /* background-color: #F4E2D2; */
    /* padding: .8rem; */
   /*  margin-bottom: 1rem;
    width: 60px; */
    /* height: 60px; */
    /* border-radius: 100%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    position: relative;
    z-index: 2;
    /* margin-top: 0; */
}

.sericed-section .benefits-block .bene_content {
    position: relative;
}

.sericed-section .benefits-block .bene_content p {font-size: 14px; color: #121212;} 




.sericed-section .benefits-item .bene_content h3 {
    color: #121212;
    margin: 1rem 0;
}



.sericed-section .benefits-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #7DC12D;
background: linear-gradient(180deg, rgba(125, 193, 45, 1) 0%, rgba(0, 52, 123, 1) 100%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sericed-section .benefits-item:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}


.sericed-section .benefits-item:hover .bene_content h3 { color: #fff; }
.sericed-section .benefits-item .bene-icon img { position: relative; transform: translateY(0px); transition: 0.5s; }
.sericed-section .benefits-item:hover .bene-icon img {  -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg); -moz--transform: rotateY(180deg); -webkit-transform: rotateY(180deg); transform: rotateY(180deg); 
filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(161deg) brightness(800%) contrast(100%);}
.sericed-section .benefits-item:hover .bene_content p {color:#fff;}



/****************Services & Projects*************************/
	




.section3 .odo-meter .rank__item .digitally-one__counter-single {
    position: relative;
    padding: 10px 0;
    padding-bottom: 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


.section3 .odo-meter .rank__item .digitally-one__counter-single:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #bbdd93;
    right: 40px;
    top: 22px;
    z-index: 0;}

.digitally-one__counter-single.site-1:after {
    right: 20px !important;}

.digitally-one__counter-single.site-2:after {
    right: 20px !important;}   
    
.digitally-one__counter-single.site-3:after {display: none;}       




.section3 .odo-meter .rank__item .digitally-one__counter-single .odometer {
    font-size: 2.1rem;
    color: #7dc12d;
    font-weight: 900;
}
.section3 .odo-meter .rank__item .digitally-one__counter-single p {
    font-size: 1rem;
    color: #222222;
	font-weight: 500;
}
.section3 .odo-meter .rank__item .digitally-one__counter-single .plus { font-size: 1.8rem; top: 5px; position: relative;  color: #7dc12d; font-weight:900;}

.section3 .odo-meter .rank__item .digitally-one__counter-single:hover {  -webkit-transform: translateY(-.5em); transform: translateY(-.5em);}
 
.section3 .odo-meter .rank__item .digitally-one__counter-single:hover h3, .section3 .odo-meter .rank__item .digitally-one__counter-single:hover .plus {
    color: #00347B;
}

.section3 .odo-meter .rank__item .digitally-one__counter-single .icons {
    width: 60px;
    height: 60px;
    float: left;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    border: solid 1px #bbdd93;
    margin-right: 8px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.section3 .odo-meter .rank__item .digitally-one__counter-single:hover .icons {
    border: solid 1px #7dc12d;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz--transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}



.partnr_section .stop-solution p {
    font-size: 16px;
    color: #222222;
}





.served__block {
   position: relative;
    z-index: 1;
    border-radius: 10px;
}

.served__block .served_dv .served__item {
    padding: 7px 12px 7px;
    text-align: center;
}

.served__block .served_dv .served__item .served-item-block span {
    display: flex;
    background: #ffffff;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
    border: solid 1px #f1f1f1;}


.served__block .served_dv .served__item .served-item-block span img {transition: all .5s;}

.served__block .served_dv .served__item .served-item-block p {
    display: block;
    color: #101010;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;}

.served__block .served_dv .served__item:hover .served-item-block p {color:#0f5a75;}  

.segment_em_section .segment_em_divi .hilights-div span {
    font-size: 20px;
    font-weight: 700;
    color: #095572;
    display: block;
    padding-top: 15px;
}
.segment_em_section .segment_em_divi .hilights-div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.segment_em_section .segment_em_divi .hilights-div ul
 li {
    list-style: disc;
    font-size: 15px;
    padding: 3px 0;
    margin-left: 15px;
}



.overlayed-container {
  width: 400px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.imageed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .3s;
}

.overlayed-container:hover .overlay {
  opacity: 1;
}

.overlay a {
  background: #7dc12d;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}




.clients__section {
    overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1750px);
  }
}

.clients__section .scroll-animation-wrapper:after {
    position: absolute;
    content: "";
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 1;
}

.clients__section .scroll-animation-wrapper:before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 1;
}




/***************Gallery Section*******************/

.gallery-div .single_gallery_item {
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
  
  .gallery-div .single_gallery_item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
  
  
.gallery-div .single_gallery_item .hover_overlay {
    background-color:#df4c249c;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  
.gallery-div .single_gallery_item .links {
    top: 0%;
    transform: translate(0%, 40%);
    text-align: center;
    position: absolute;
    height: 100%;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.gallery-div .single_gallery_item .links a {
    height: 100%;
    width: 100%;
  }
  
 .gallery-div .single_gallery_item .links p {
    margin-bottom: 0px;
    color: #fff;
    margin-top: 10px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
  
    color: #FFFFFF;
  }
  
 .gallery-div .single_gallery_item:hover .hover_overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  
.gallery-div .single_gallery_item .links>a>i {
    color: #ffffff;
    font-size: 30px;
  }


  /***************Gallery Section*******************/


.form-column {
    position: relative;
    background: #eeee;
    padding: 0;
}

.contact-map-section .contact-map-wrap iframe {
    height: 300px;
    width: 100%;
}

.gallery-div .product-pagintion {
    position: relative;
}


.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.pagination-number,
.pagination-button {
  font-size: 1rem;
  background: transparent;
  color: #000; /* Ensures numbers are visible */
  border: 1px solid #005aa5; /* Makes button visible */
  margin: 0.25rem;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  border-radius: .25rem;
  line-height: 2rem;
  text-align: center;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  background: #005aa5;
  color: #fff;
}