.hrHalf::after{
    content: "";
    align-self: end;
    margin-bottom: 3rem;
    background:#ef1c23;
    width: 200px;
    display: block;
    height: 5px;
}
.fullCircle{
    z-index: 1;
}
.fullCircle::before{
    z-index: -1;
    border-radius: 50%;
    background: white;
    width: 300px;
    position: absolute;
    height: 300px;
    display: block;
    top: 0;
    left: 0;
    content: "";
}

.w-bg{
    width: 450px;
    display: inline-block;
}

.w-bg img{
    width: 150px;
}

/* h1{
    line-height: 1.1!important;
} */

a{
    color: inherit;
}
a:hover{
    color: inherit;
}

.sticky-sm-top{
    top: 5%;
}

.navbar-nav .nav-link.active{
    color: #ef1c23;
    font-weight: 600; 
}
.active{
    color: #ef1c23;
    font-weight: 600;   
}
.bg_img{
    background-image: url('../../images/blog/designThinking.png');
    background-attachment: fixed;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.AdaptingDesign{
    background-image: url('../../images/blog/adaptingDesign.png');
}
.UnlockingSuccess{
    background-image: url('../../images/blog/unLockingSuccess.png');
}
.ChatGPT{
    background-image: url('../../images/blog/ChatGPT.png');
}
.PowerOfAi{
    background-image: url('../../images/blog/ChatGPT2.png');
}
.gridEye{
    background-image: url('../../images/gridEye/overall.png');
}
.newsApp{
    background-image: url('../../images/newsapp/newsApp.png');
}
.laOrchid{
    background-image: url('../../images/laorchid/heroBanner.jpg');
}
.divo{
    background-image: url('../../images/divo/heroBanner.png');
}
.marathon{
    background-image: url('../../images/portfolio/marathon.png');
    background-position: top;
}
.yug{
    background-image: url('../../images/yug/heroBanner.png');
    background-position: top;
}
.sps{
    background-image: url('../../images/sps/heroBanner.jpg');
    background-position: top;
}

.slick-prev{
    top: 0!important;
    right: 0!important;
    left: auto!important;
    background-color: red!important;
}

.mw-75{
    max-width: 85%!important;
}

.scaleup_animated{
    transition: all 0.7s ease-in-out;
}

.scaleup_animated:hover{
    transform: scale(1.1);
}

.container{
    max-width:90%;
    margin-left: auto;
    margin-right: auto;
}

.form-control:focus{
    box-shadow: none;
}

.shadow-lg{
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .3)!important;
}

.achievement,.achievement h5{
    transition: all 0.3s ease-in-out;
}

.achievement:hover{
    box-shadow:0px 6px 10px 0px rgba(233, 89, 89, .1)!important ;
}
.achievement:hover h5{
    color: #ef1c23;
}

/* .flip_animation{

} */


.btn-outline-dark:hover .text-secondary-light{
    color: #dddada!important;
}

ul{
    margin-bottom: 0;
    padding-left: 1rem;
}
ul li:last-child p{
    margin-bottom: 0;
}


.card_animate:hover{
    background-color: #000;
}
.card_animate:hover span{
    color: #fff;
}
.card_animate:hover p{
    color: #dddada!important;
}

@media (min-width: 576px) { 
.container{
    max-width:540px;
    margin-left: auto;
    margin-right: auto;
}
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.container{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.container{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
}

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.container{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
 }

 /* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
.container{
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
 }

@media screen and (max-width:768px){
.fullCircle::before{
    width: 150px;
    height: 150px;
}  
.hrHalf::after{
    margin-bottom: 1rem;
    width: 100px;
}
.w-bg{
    width: 250px;
    display: inline-block;
}
.w-bg img{
    width: 100px;
}
}

@media screen and (max-width:768px){
.mh-100{
    max-height: 100px!important;
}
.mh-200{
    max-height: 200px;
}
.bg_img{
    height: 300px;
}
}

