.logo img {
    height: auto;
    width: 200px;
}

.header-top-area .header-top-right-part .social-links::after{
    display:none;
}
   
    @media (max-width: 425px) {


	.logo img {
    height: auto;
    width: 230px;
}
.popup-video-block {
    
    display: none;
}
        
}


        .process-box {
            background: #fff;
            padding: 10px;
            border-radius: 15px;
            position: relative;
            box-shadow: 2px 2px 7px 0 #00000057;
        }
        
        .process-left:after {
            content: "";
            border-top: 15px solid #ffffff;
            border-bottom: 15px solid #ffffff;
            border-left: 15px solid #ffffff;
            border-right: 15px solid #ffffff;
            display: inline-grid;
            position: absolute;
            right: -15px;
            top: 42%;
            transform: rotate(45deg);
            box-shadow: 3px -2px 3px 0px #00000036;
            z-index: 1;
        }
        
        .process-right:after {
            content: "";
            border-top: 15px solid #ffffff00;
            border-bottom: 15px solid #ffffff;
            border-left: 15px solid #ffffff;
            border-right: 15px solid #ffffff00;
            display: inline-grid;
            position: absolute;
            left: -15px;
            top: 42%;
            transform: rotate(45deg);
            box-shadow: -1px 1px 3px 0px #0000001a;
            z-index: 1;
        }
        
        .process-step {
            background: #e5c017;
            text-align: center;
            width: 80%;
            margin: 0 auto;
            color: #fff;
            height: 100%;
            padding-top: 8px;
            position: relative;
            top: -26px;
            border-radius: 0px 0px 10px 10px;
            box-shadow: -6px 8px 0px 0px #00000014;
        }
        
        .process-point-right {
            background: #ffffff;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 8px solid #3b487d;
            box-shadow: 0 0 0px 4px #5c5c5c;
            margin: auto 0;
            position: absolute;
            bottom: 40px;
            left: -63px;
        }
        
        .process-point-right:before {
            content: "";
            height: 144px;
            width: 11px;
            background: #5c5c5c;
            display: inline-grid;
            transform: rotate(36deg);
            position: relative;
            left: -50px;
            top: -0px;
        }
        
        .process-point-left {
            background: #ffffff;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 8px solid #3b487d;
            box-shadow: 0 0 0px 4px #3b487d;
            margin: auto 0;
            position: absolute;
            bottom: 40px;
            right: -63px;
        }
        
        .process-point-left:before {
            content: "";
            height: 144px;
            width: 11px;
            background: #5c5c5c;
            display: inline-grid;
            transform: rotate(-38deg);
            position: relative;
            left: 50px;
            top: 0px;
        }
        
        .process-last:before {
            display: none;
        }
        
        .process-box p {
            z-index: 9;
            line-height: 1.5;
        }
        
        .process-step p {
            font-size: 20px;
        }
        
        .process-step h2 {
            font-size: 39px;
        }
        
        .process-step:after {
            content: "";
            border-top: 8px solid #04889800;
            border-bottom: 8px solid #e5c017;
            border-left: 8px solid #04889800;
            border-right: 8px solid #e5c017;
            display: inline-grid;
            position: absolute;
            left: -16px;
            top: 0;
        }
        
        .process-step:before {
            content: "";
            border-top: 8px solid #ff000000;
            border-bottom: 8px solid #e5c017;
            border-left: 8px solid #e5c017;
            border-right: 8px solid #ff000000;
            display: inline-grid;
            position: absolute;
            right: -16px;
            top: 0;
        }
        
        .process-line-l {
            background: white;
            height: 4px;
            position: absolute;
            width: 136px;
            right: -153px;
            top: 65px;
            z-index: 9;
        }
        
        .process-line-r {
            background: white;
            height: 4px;
            position: absolute;
            width: 136px;
            left: -153px;
            top: 66px;
            z-index: 9;
        }
        
        .process-point-left.last-proccess:before {
            display: none;
        }
        
        .process-box h5 {
            margin-bottom: 0.5rem;
            line-height: 1.2;
        }
        
        @media only screen and (max-width: 600px) {
            
            .pdb-70 {
    padding-bottom: 30px;
}
.pdt-70 {
    padding-top: 40px;
}
            .process-line-l {
                display: none;
            }
            .process-line-r {
                display: none;
            }
            .process-point-right {
                display: none;
            }
            .process-point-left {
                display: none;
            }
            .process-left:after {
                display: none;
            }
            .process-right:after {
                display: none;
            }
            .mobile-mt-30 {
                margin-top: 40px;
            }
            .process-box h5 {
                margin-bottom: 0.5rem;
                line-height: 1.2;
                text-align: center;
                font-size: 22px;
                margin-top: 10px;
            }
            .process-box p {
                z-index: 9;
                line-height: 1.5;
                text-align: center;
                font-size: 17px;
            }
        }
     .service-section-three {
                        position: relative;
                        margin-top: -110px;
                        padding: 210px 0px 100px;
                        background-attachment: fixed;
                        background-size: cover;
                    }
                    
                    .service-section-three .btn-box {
                        position: relative;
                        margin-top: 30px;
                    }
                    
                    .service-section-three:before {
                        position: absolute;
                        content: '';
                        left: 0px;
                        top: 0px;
                        right: 0px;
                        bottom: 0px;
                        opacity: 0.80;
                        background-color: #1c0060;
                    }
                    
                    .service-block-three {
                        position: relative;
                        margin-bottom: 30px;
                    }
                    
                    .service-block-three .inner-box {
                        position: relative;
                        border-radius: 5px;
                        text-align: center;
                        border-radius: 3px;
                        overflow: hidden;
                        padding: 40px 20px 30px;
                        background-color: #012952;
                        height: 300px;
                    }
                    
                    .service-block-three .inner-box .icon-box {
                        position: relative;
                        display: inline-block;
                    }
                    
                    .service-block-three .inner-box .icon-box:before {
                        position: absolute;
                        content: '';
                        left: -10px;
                        top: -10px;
                        right: -10px;
                        bottom: -10px;
                        border-radius: 50px;
                        border: 2px dashed #fff;
                    }
                    
                    @keyframes rotateme {
                        from {
                            transform: rotate(0deg);
                        }
                        to {
                            transform: rotate(360deg);
                        }
                    }
                    
                    @-webkit-keyframes rotateme {
                        from {
                            -webkit-transform: rotate(0deg);
                        }
                        to {
                            -webkit-transform: rotate(360deg);
                        }
                    }
                    
                    @-moz-keyframes rotateme {
                        from {
                            -moz-transform: rotate(0deg);
                        }
                        to {
                            -moz-transform: rotate(360deg);
                        }
                    }
                    
                    @-o-keyframes rotateme {
                        from {
                            -o-transform: rotate(0deg);
                        }
                        to {
                            -o-transform: rotate(360deg);
                        }
                    }
                    
                    .service-block-three .inner-box .icon-box::before {
                        animation-name: rotateme;
                        animation-duration: 15s;
                        animation-iteration-count: infinite;
                        animation-timing-function: linear;
                        -webkit-animation-name: rotateme;
                        -webkit-animation-duration: 15s;
                        -webkit-animation-iteration-count: infinite;
                        -webkit-animation-timing-function: linear;
                        -moz-animation-name: rotateme;
                        -moz-animation-duration: 15s;
                        -moz-animation-iteration-count: infinite;
                        -moz-animation-timing-function: linear;
                        -ms-animation-name: rotateme;
                        -ms-animation-duration: 15s;
                        -ms-animation-iteration-count: infinite;
                        -ms-animation-timing-function: linear;
                        -o-animation-name: rotateme;
                        -o-animation-duration: 15s;
                        -o-animation-iteration-count: infinite;
                        -o-animation-timing-function: linear;
                    }
                    
                    .service-block-three .inner-box:hover .icon-box .icon {
                        background-color: #1c0060;
                        -webkit-transform: scale(-1) rotate(180deg);
                        -moz-transform: scale(-1) rotate(180deg);
                        -ms-transform: scale(-1) rotate(180deg);
                        -o-transform: scale(-1) rotate(180deg);
                        transform: scale(-1) rotate(180deg);
                        -webkit-transition-delay: 900ms;
                        -moz-transition-delay: 900ms;
                        -ms-transition-delay: 900ms;
                        -o-transition-delay: 900ms;
                        transition-delay: 900ms;
                    }
                    
                    .service-block-three .inner-box .icon-box .icon {
                        position: relative;
                        width: 70px;
                        height: 70px;
                        line-height: 5px;
                        border-radius: 50px;
                        display: inline-block;
                        color: #fff;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                        background-color: #0d003d;
                    }
                    
                    .service-block-three .inner-box .icon-box .icon img {
                        padding: 15px;
                        vertical-align: middle;
                    }
                    
                    .service-block-three .inner-box h5 {
                        font-size: 20px;
                        margin-top: 25px;
                    }
                    
                    .service-block-three .inner-box h5 a {
                        color: #fff !important;
                        position: relative;
                    }
                    
                    .service-block-three .inner-box .text {
                        color: #fff;
                        font-size: 16px;
                        margin-top: 15px;
                        margin-bottom: 25px;
                        position: relative;
                        height: 50px;
                    }
                    
                    .service-block-three .inner-box .color-layer {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        right: 0px;
                        bottom: 0px;
                    }
                    
                    .service-block-three .color-one {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 25%;
                        height: 0%;
                        transition: all 900ms ease;
                        -moz-transition: all 900ms ease;
                        -webkit-transition: all 900ms ease;
                        -ms-transition: all 900ms ease;
                        -o-transition: all 900ms ease;
                        background-color: #e5c017;
                    }
                    
                    .service-block-three .inner-box:hover .color-one {
                        height: 100%;
                    }
                    
                    .service-block-three .color-two {
                        position: absolute;
                        left: 25%;
                        top: 0px;
                        width: 25%;
                        height: 0%;
                        transition: all 900ms ease;
                        -moz-transition: all 900ms ease;
                        -webkit-transition: all 900ms ease;
                        -ms-transition: all 900ms ease;
                        -o-transition: all 900ms ease;
                        background-color: #e5c017;
                    }
                    
                    .service-block-three .inner-box:hover .color-two {
                        height: 100%;
                        -webkit-transition-delay: 300ms;
                        -moz-transition-delay: 300ms;
                        -ms-transition-delay: 300ms;
                        -o-transition-delay: 300ms;
                        transition-delay: 300ms;
                    }
                    
                    .service-block-three .color-three {
                        position: absolute;
                        left: 50%;
                        top: 0px;
                        width: 25%;
                        height: 0%;
                        transition: all 900ms ease;
                        -moz-transition: all 900ms ease;
                        -webkit-transition: all 900ms ease;
                        -ms-transition: all 900ms ease;
                        -o-transition: all 900ms ease;
                        background-color: #e5c017;
                    }
                    
                    .service-block-three .inner-box:hover .color-three {
                        height: 100%;
                        -webkit-transition-delay: 600ms;
                        -moz-transition-delay: 600ms;
                        -ms-transition-delay: 600ms;
                        -o-transition-delay: 600ms;
                        transition-delay: 600ms;
                    }
                    
                    .service-block-three .color-four {
                        position: absolute;
                        left: 75%;
                        top: 0px;
                        width: 25%;
                        height: 0%;
                        transition: all 900ms ease;
                        -moz-transition: all 900ms ease;
                        -webkit-transition: all 900ms ease;
                        -ms-transition: all 900ms ease;
                        -o-transition: all 900ms ease;
                        background-color: #e5c017;
                    }
                    
                    .service-block-three .inner-box:hover .color-four {
                        height: 100%;
                        -webkit-transition-delay: 900ms;
                        -moz-transition-delay: 900ms;
                        -ms-transition-delay: 900ms;
                        -o-transition-delay: 900ms;
                        transition-delay: 900ms;
                    }
                   
                    #akbk .moreAddress{
    height:auto;
}

  #akbk  .moreAddress .card{
        height:auto;
    }
  #akbk  .moreAddress .card img  {
        height: 250px;
    width: 250px;
    }
    .card-img{
        text-align:center;
    }
    
         #dksteam .info-card {
        float: none;
        margin: 10px;
        -webkit-perspective: 600px;
    }

    #dksteam .front,
    #dksteam .back {
        background: #FFF;
        border-radius: 0px;
        transition: -webkit-transform 1s;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        border: 1px solid black;
        border: 1px solid rgb(200 200 200 / 25%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    }

    #dksteam .front {
        overflow: hidden;
        width: 100%;
        height: 250px;
        position: absolute;
        z-index: 1;
    }
    #dksteam .front h4{
        text-align:center;
        font-size: 20px;
        margin-top:25px;
    }

    #dksteam .back {
        padding: 45px 25px;
        width: 100%;
        height: 250px;
        -webkit-transform: rotateY(-180deg);
        overflow: hidden;
    }

    #dksteam .info-card:hover .back {
        -webkit-transform: rotateY(0);
    }

    #dksteam .info-card:hover .front {
        -webkit-transform: rotateY(180deg);
    }

    #dksteam .card-image {
        width: 100%;
        height: 100%;
    }
    #dksteam .back h2{
        font-size:22px;
        text-align:center;
        margin-bottom:25px;
        line-height:1.5;
    }
    #dksteam .back p{
        text-align:center;
        line-height: 20px;
    font-size: 14px;
    }
     
#dksteam .front img{
       width:85px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}
#dksteam .post-number{
	position:absolute;
	right:30px;
	top:35px;
	line-height:1em;
	font-weight:800;
	font-size:50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: linear-gradient(to bottom, #83829B 0%, #fff 100%);
}
  
  #akbk .moreAddress .card img {
    
    margin: 0 auto;
}

 .accordion-body ul{
            
            display:block;
            margin-top:10px;
}
.accordion-body ul li{
    display:block;
    position: relative;
    padding-left: 25px;
    font-size: 15px;

}
.accordion-body ul li:before {
    position: absolute;
    content: '\f192';
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
}
.accordion-body ul li:before {
    color: #e5c017;
    font-weight: 500;
}
.anim-object2:before{
    display:none;
}
  #counterr .funfact .icon{
	        top: 50%;
	    }
	   #counterr   .funfact .icon span:before {
    font-size: 70px;
	        
	    }
	   #akbk .moreAddress{
	       
	       border-bottom:none; 
	    }
    .testimonial-item .testimonial-thumb img{
            width:80px;
        }
        .testimonial-item .testimonial-thumb{
            margin-bottom:10px;
        }
        .client-name {
    margin-bottom: 5px;
}
.testimonial-content  p.comments {
    font-size: 14px;
    line-height: 22px;
    /*height:80px;*/
}
  .news-description h4.the-title {
    line-height: 25px;
    font-size: 18px;
}
 .aku-mt-45{
            margin-top:45px;
        }
        .footer-main-area {
    background: #1E2228;
    padding: 100px 0 10px;
}
#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 55%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);

}
#feedback a {
	display: block;
	background:#012952;
	height: 52px;
	padding-top: 10px;
	width:200px;
	text-align: center;
	color: #fff;
	font-size: 15px;
letter-spacing:2px;
	text-decoration: none;
}
#feedback a:hover {
	background:#e86200;
}
#pop_contact .modal-title,
#pop_contact .close {
    color: #fff;
}

#pop_contact {
    display: none;
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 99999;
    width: 350px;
    height: auto;
    background-image: linear-gradient(#03324d, #d6955d5c);
    background-color: #200960;
    background-size: cover;
    background-repeat: no-repeat;
}

#pop_contact #Formsbtn {
    padding: 8px 25px;
    border-radius: 2px !important;
    border: 1px solid #f79518 !important;
    background: #f79518;
}

#pop_contact #Formsbtn:hover {
    border: 1px solid #188942 !important;
}

#pop_contact .form-control {
    border-radius: 0;
    padding: 2px 5px;
    height: 35px;
}

#pop_contact .close {
    position: absolute;
    right: 20px;
    top: 13px;
    color: #fff;
    opacity: 1;
    background: transparent;
    border: 0;
}

#pop_contact .nice-select {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    margin: 10px 0;
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
}

#pop_contact .nice-select .list {
    border-radius: 0;
    z-index: 9;
    width: 100%;
    font-size: 15px;
}

#pop_contact .nice-select .option {
    color: #999;
    color: #999;
    font-size: 15px;
}

#pop_contact .nice-select .option:hover {
    color: #999;
}

#pop_contact .modal-body {
    padding: 15px;
}

#pop_contact .modal-header {
    padding: 13px 10px;
    border-bottom: 1px solid #e5e5e5;
}

#pop_contact .form-control:first-child {
    margin-top: 0;
    background-color: transparent;
}

#Formsbtn {
    margin: 20px 0;
    background-color: #f79518;
    border-color: #f79518;
}

#pop_contact .form-control {
    margin-top: 4%;
    background-color: transparent;
}

#pop_contact .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-size: 12px;
    opacity: 1;
    /* Firefox */
}

#pop_contact .form-control:focus {
    color: #fff;
    background-color: transparent !important;
}

#pop_contact .form-control {
    color: #fff;
    background-color: transparent !important;
}

#pop_contact .form-control {
    color: #fff;
    background-color: transparent !important;
}

#pop_contact .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 12px;
}

#pop_contact .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-size: 12px;
}

#Formsbtn1 {
    padding: 6px 35px;
}

#Formsbtn1 {
    margin-top: 5px;
    padding: 6px 35px;
}

#pop_contact .error {
    color: white !important;
    font-size: 12px !important;
    font-weight: 500;
    margin: auto;
}

#pop_contact textarea.form-control {
    height: auto;
}

#pop_contact .default-btn {
    padding: 6px 30px;
}
#form1 textarea.form-control{
    min-height:65px;
    max-height:65px;
}
@media only screen and (max-width: 600px) {
 .testimonial-content  p.comments {
   
    height:auto;
}

#whyChooseUs .icon-box-two {
   text-align: center;
    padding: 20px 15px;
    margin: 0;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 16%), 0 4px 5px 0 rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 8%);
    margin-top: 20px;
}
#whyChooseUs .icon-box-two .icon{
    margin:0 auto;
    float:none;
}

/*mobile responsive code start here*/

	h2 {
		font-size: 28px !important;
		line-height:28px !important;
	}
	body{
	    font-size:14px;
	}
	.mrb-30 {
    margin-bottom: 15px;
}
ul.order-list.primary-color.mrt-10.mrb-sm-40 {
    margin-bottom:15px;
}
h5 {
    font-size: 14px;
    line-height: 16px;
}
.mrb-15 {
    margin-bottom: 10px;
}
.mrb-25 {
    margin-bottom: 15px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
.service-block-three .inner-box h5 {
    font-size: 16px;
    margin-top: 20px;
}
.service-block-three .inner-box .text {
    height: auto;
    margin-top: 8px;
    margin-bottom: 0px;
}
#aku-banner .home-carousel .content-box p {
    line-height: 22px;
    font-size: 14px;
}
#aku-banner .home-carousel .content-box h1 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px;
}
.icon-box-two .icon{
    width: 62px;
    height: 62px;
    line-height: 60px;
}
.icon-box-two .icon span:before {
    font-size: 32px;
    color: #fff;
}
.service-block-three .inner-box .icon-box .icon{
    width: 62px;
    height: 62px;
}
.service-block-three .inner-box .text {
   
    margin-top: 8px;
    margin-bottom: 5px;
}
#serivesetion .service-item-box h3 {
    font-size: 20px !important;
}
.service-item-box h3{
     font-size: 20px !important;
}
#dksteam .front img{
    width: 60px;
   
    margin-top: 30px;
}
#dksteam .front h4 {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}
#dksteam .front{
    height:200px;
}
#dksteam .back{
    height:200px;
}
#dksteam .back h2{
    font-size:22px !important;
}
#feedback{
    display:none;
}
.accordion .accordion-item .accordion-header .title{
    font-size: 16px;
    line-height: 1.12;
}
h5.side-line-left.text-primary-color.mrb-15{
    text-align:center;
    padding-left: 0;
}
h5.side-line-left.text-primary-color.mrb-15:after{
display:none;
}
#about-us h2.mrb-30{
   text-align:center; 
}
.divider-gap.bg-secondary-color h2.text-white.mrb-25{
    text-align:center;
    
}
.divider-gap.bg-secondary-color p.text-white.mrb-40.mrb-sm-60{
    text-align:center;
    
}
.page-title-section .page-title-content .title {
    font-size: 38px;
    letter-spacing: 1px;
}
}