.container {
    max-width: 1580px;
    width: 100%;
}

@font-face {
    font-family: "Reservation Wide Bold";
    src: url('../fonts/Reservation\ Wide\ Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: "Reservation Wide Regular";
    src: url('../fonts/Reservation\ Wide\ Regular.ttf') format('truetype');
}

body {
    font-family: "Reservation Wide Bold";
    scroll-behavior: smooth;
}

p {
    font-family: "Gilroy-Regular";
}
section#shadow-host-companion {
    padding: 0 !important;
}
/* ///custom popup */
.let_main_bg {
    background-image: url('https://abacustechnologies.co.in/public/images/bg-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 50px;
}

.let_logo img {
    max-width: 120px;
}

.let_text h2 {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    line-height: 35px;
    margin: 0px;
    margin-top: 50px;
}

.let_inner {
    display: flex;
    justify-content: space-between;
}

.inner_text p {
    color: #fff;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 15px;
}

form.let_form {
    padding-top: 1px;
}

.let_form .let_submit {
    background: #fc8a17;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    border: 2px solid #fc8a17;
    font-weight: 700;
    margin-left: -5px;
}

.let_form #email {
    background: #fff;
    font-size: 13px;
    padding: 10px 70px 10px 20px;
    color: #000;
    border: 2px solid #fc8a17;
}

.let_form #email:focus {
    outline: none;
    color: #000;
}

.inner_image img {
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    max-width: 400px;
    transform: rotate(6deg);
}

.let_see h4 {
    font-size: 20px;
    margin: 0px;
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
}

.modal-dialog_a {
    width: 1024px;
    margin: 30px auto;
}

div#myModal {
    padding-left: 0px !important;
}

body.modal-open {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.modal-backdrop.show {
    display: none !important;
}

button.close {
    position: absolute;
    top: 0%;
    right: 0%;
    background: #fc8a17c7;
    padding: 0px 10px;
    border: none;
    color: #fff;
    font-size: 20px;
}


@media (max-width:1200px) {
    .inner_image img {
        margin-top: 40px;
        max-width: 400px;
    }
}

@media (max-width:1024px) {
    .inner_image img {
        margin-top: 60px;
        max-width: 300px;
    }
    
    .let_text h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .inner_text p {
        line-height: 18px;
        font-size: 15px;
    }

    .modal-dialog_a {
        max-width: 750px;
    }

    .let_form .let_submit {
        padding: 10px 50px 10px 50px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .inner_text p {
        margin-bottom: 0px;
    }
}

@media (max-width:767px) {
    .let_main_bg {
        padding: 20px 40px;
    }

    .let_inner {
        display: block;
    }

    .modal-dialog_a {
        max-width: 600px;
    }

    .inner_image img {
        margin-top: 40px;
        max-width: 450px;
    }

    .let_text h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 40px;
    }

    .inner_text p {
        margin-top: 15px;
        margin-bottom: 30px;
        line-height: 20px;
        font-size: 15px;
    }
    .let_see h4 {
        font-size: 20px;
    }

    .inner_image img {
        transform: rotate(10deg);
    }

    .let_form .let_submit {
        padding: 10px 30px 10px 20px;
        margin-left: -5px;
    }

    .let_logo img {
        max-width: 90px;
    }
}

@media (max-width:600px) {
    .let_logo img {
        max-width: 80px;
    }

    .let_main_bg {
        padding: 20px 40px;
    }

    .let_inner {
        display: block;
    }

    .modal-dialog_a {
        max-width: 550px;
    }

    .mobile_image img {
        margin-bottom: 40px;
        max-width: 400px;
        margin-top: -50px;
    }

    .let_text h2 {
        font-size: 16px;
        line-height: 25px;
        margin-top: 40px;
    }

    .inner_text p {
        margin-top: 10px;
        margin-bottom: 30px;
        line-height: 20px;
        font-size: 14px;
    }

    .let_see h4 {
        font-size: 18px;
        margin-top: 0px;
    }

}

@media (max-width:560px) {
    .let_form #email {
        padding: 10px 30px 10px 20px;
    }

    .let_form .let_submit {
        padding: 10px 10px 10px 10px;
    }

    .modal-dialog_a {
        max-width: 500px;
    }

    .mobile_image img {
        margin-bottom: 40px;
        max-width: 400px;
        width: 100%;
    }
    .let_text h2 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 30px;
    }

}

@media (max-width:490px) {
    .let_form #email {
        padding: 10px 30px 10px 20px;
        font-size: 15px;
        width: 100%;
    }
    .let_text h2 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 50px;
    }

    .let_form .let_submit {
        padding: 10px 10px 10px 10px;
        font-size: 15px;
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .modal-dialog_a {
        max-width: 330px;
    }

    .mobile_image img {
        margin-bottom: 40px;
        max-width: 330px;
        width: 100%;
        margin-top: -30px;
    }

}

@media (max-width:480px) {
    .modal-dialog_a {
        max-width: 300px;
    }
     .mobile_image img {
        margin-bottom: 40px;
        max-width: 300px;
        width: 100%;
        margin-top: -30px;
    }

    .let_main_bg {
        padding: 20px 10px;
    }

    .let_inner {
        display: block;
    }

    .inner_image img {
        margin-top: 40px;
        max-width: 300px;
        width: 100%;
    }

    .let_text h2 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 50px;
    }

    .inner_text p {
        margin-top: 10px;
        margin-bottom: 30px;
        line-height: 20px;
        font-size: 14px;
    }

    .let_see h4 {
        font-size: 16px;
        margin-top: 0px;
    }
}

@media (min-width:601px){
    .mobile_image{
        display: none;
    }
}
@media (max-width:600px){
    .inner_image{
        display: none;
    }
}
/* //end here */

/***************header and banner css ********************/
/***********mouse-cursor*******************
.cursor_dot {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	mix-blend-mode: difference;
	z-index: 9999;
}  **/
.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    z-index: 999;
}

.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #0f9ffa;
}

.cursor-dot-outline {
    width: 30px;
    height: 30px;
    background-color: rgba(63, 113, 255, 0.7);
}

/*************end-mouse****************/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.banner-main {
    position: relative;
    height: 90vh;
    background-color: #080808;
}

.hero-image>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-image {
    position: absolute;
    right: 0%;
    top: 0;
    height: 100%;
    width: 38%;
    z-index: 11;
}


.st-social-group {
    background-color: #101624;
    border: 1px solid #232935;
    border-right: 0;
    border-radius: 50px 0 0 50px;
    height: 74px;
    width: 460px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    padding-left: 12px;
    right: 100%;
}

.st-social-link {
    display: flex;
}

.st-social-link .st-social-btn:hover,
.st-social-link .st-social-btn.active {
    padding-right: 15px;
}

.st-social-link .st-social-btn:not(:last-child) {
    margin-right: 12px;
}

.st-social-link .st-social-btn {
    border-radius: 50px;
    background-color: #070d1b;
    border-top: 1px solid #fff;
    transition: all 0.4s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.st-social-link .st-social-btn .st-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    text-align: center;
    transition: all 0.4s ease;
}

.st-social-link .st-social-btn:hover .st-icon-name,
.st-social-link .st-social-btn.active .st-icon-name {
    max-width: 140px;
}

.st-social-link .st-social-btn .st-icon-name {
    font-weight: 600;
    color: #fdfeff;
    overflow: hidden;
    max-width: 0;
    transition: all 0.5s ease;
}

.left-side-content {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    z-index: 11;
}

.h1 {
    font-size: 60px;
    font-weight: bold;
    color: #323232;
    opacity: 0.3;
    text-transform: uppercase;
}

h1.h1-banner-title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    max-width: 550px;
}

.content-wrap h4 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    font-family: "Reservation Wide Regular";
    position: relative;
    max-width: 54%;
    line-height: 30px;
}

.content-wrap {
    padding-left: 15px;
    position: relative;
    top: -45px;

}

a.navbar-brand img {
    max-width: 160px;
    width: 100%;
}

ul.navbar-nav li+li {
    margin-left: 65px;
    display: inline-block;
}

ul.navbar-nav li a {
    text-transform: uppercase;
    font-size: 16px;
}

.st-social-link .st-social-btn .st-social-icon img {
    max-width: 20px;
    width: 100%;
}

.btn-get-in-touch {
    width: auto;
    text-transform: uppercase;
    color: #fff;
    margin-top: 25px;
    padding: 17px 35px 12px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    background: linear-gradient(to right, #ffffff 50%, #0f9ffa 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: none;
}

.btn-get-in-touch:hover {
    background-position: left bottom;
    color: #0f9ffa;
}

button.btn.btn-primary {
    background: linear-gradient(to right, #0f9ffa 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border-radius: 40px;
    border: 1px solid #fff;
    color: #0f9ffa;
    text-transform: uppercase;
    padding: 11px 15px 6px;
}

button.btn.btn-primary:hover {
    background-position: left bottom;
    color: #fff;
}

section.banner-main {
    padding: 0;
}

.banner-main .h1 {
    font-size: 74px;
}

.form_audit {
    position: absolute;
    top: 50%;
    width: 340px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    padding: 18px;
    color: #fff;
    border-radius: 6px;
}

.form_audit h3 span {
    display: block;
    color: #fc8a17;
}

.r_portfolio>div img {
    width: 100%;
    margin-bottom: 25px;
}

.port1 img {
    height: 400px;
    object-fit: cover;
    object-position: top center;
}

.port2 img {
    height: 258px;
    object-fit: cover;
    object-position: center;
}

.port3 img {
    height: 823px;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #fff;
}

.port4 img+img {
    height: 489px;
    object-fit: cover;
    object-position: top left;
}

.port4 img {
    height: 310px;
    object-fit: cover;
    object-position: center left;
}

.for_mobile {
    display: none;
}

/***************************banner-animation*******************/

h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
}

span.t-span {
    color: #fff;
    margin-top: 10px;
    display: block;
    line-height: 26px;
    font-size: 19px;
    letter-spacing: 1px;
}

h1 span {
    font-size: 36px;
}

.portfolio_main .h2-title {
    font-size: 32px;
}

.message {
    color: #FCA311;
    display: block;
    font-weight: 900;
    overflow: hidden;
    position: absolute;
    padding-left: 0.5rem;
    top: 0.2rem;
    left: 44%;
    animation: openclose 5s ease-in-out infinite;
    right: auto;
    z-index: 9;
}

.about-page .banner-content .content-wrap .message {
    animation: openclose_about 5s ease-in-out infinite;
}

@keyframes openclose {
    0% {
        top: 0.2rem;
        width: 0;
    }

    5% {
        width: 0;
    }

    15% {
        width: 250px;
    }

    30% {
        top: 0.2rem;
        width: 250px;
    }

    33% {
        top: 0.2rem;
        width: 0;
    }

    35% {
        top: 0.2rem;
        width: 0;
    }

    38% {
        top: -4.6rem;

    }

    48% {
        top: -4.6rem;
        width: 250px;
    }

    62% {
        top: -4.6rem;
        width: 250px;
    }

    66% {
        top: -4.6rem;
        width: 0;
        text-indent: 0;
    }

    71% {
        top: -8.9rem;
        width: 0;
        text-indent: 5px;
    }

    86% {
        top: -8.9rem;
        width: 400px;
    }

    95% {
        top: -8.9rem;
        width: 400px;
    }

    98% {
        top: -8.9rem;
        width: 0;
        text-indent: 5px;
    }

    100% {
        top: 0.2;
        width: 0;
        text-indent: 0;
    }

}

@keyframes openclose_about {
    0% {
        top: 0.2rem;
        width: 0;
    }

    5% {
        width: 0;
    }

    15% {
        width: 780px;
    }

    30% {
        top: 0.2rem;
        width: 780px;
    }

    33% {
        top: 0.2rem;
        width: 0;
    }

    35% {
        top: 0.2rem;
        width: 0;
    }

    38% {
        top: -4.6rem;

    }

    48% {
        top: -4.6rem;
        width: 780px;
    }

    62% {
        top: -4.6rem;
        width: 780px;
    }

    66% {
        top: -4.6rem;
        width: 0;
        text-indent: 0;
    }

    71% {
        top: -8.9rem;
        width: 0;
        text-indent: 5px;
    }

    86% {
        top: -8.9rem;
        width: 700px;
    }

    95% {
        top: -8.9rem;
        width: 700px;
    }

    98% {
        top: -8.9rem;
        width: 0;
        text-indent: 5px;
    }

    100% {
        top: 0.2rem;
        width: 0;
        text-indent: 0;
    }

}


/*********************end banner animation******************/
/*********masonary-view***************/
.grid-item1 {
    margin-bottom: 25px;
}

.masonary_grid {
    background: #f2d700;
    column-count: 4;
    column-gap: 25px;
    padding: 20px;
    border-radius: 10px;
}

.masonary_grid .grid-item1 img {
    width: 100%;
    min-height: 360px;
    max-height: 402px;
    object-fit: cover;
    object-position: top center;
}

@media (min-width: 500px) {
    .grid-item {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .grid-item {
        width: 33.333%;
    }
}

@media (min-width: 1700px) {
    .grid-item {
        width: 25%;
    }
}

@media (min-width: 2100px) {
    .grid-item {
        width: 20%;
    }
}

/**********end grid-view**********/
nav .navbar-nav a.nav-link::after,
.inner_ft_second_div ul li a::after {
    position: absolute;
    height: 2px;
    background: #0f9ffa;
    content: "";
    left: 0;
    width: 100%;
    bottom: 7px;
    transform: scale(0);
    transform-origin: left;
    transition: 0.4s ease-in-out;
}

nav .navbar-nav a.nav-link:hover::after,
nav .navbar-nav a.nav-link.active::after,
.inner_ft_second_div ul li a:hover::after {
    transform: scale(1);
}

nav .navbar-nav a.nav-link.active {
    color: #0f9ffa !important;
}

nav .navbar-nav a.nav-link,
.inner_ft_second_div ul li a {
    position: relative;
}

/***************end header and banner css ********************/

/******************contact-form*******************************/

section.contact_form_sidebar {
    max-width: 350px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 99;
    transform: translateX(84.3%);
    transition: 0.5s ease-in-out;
    opacity: 0;
}

span.btn_contact {
    writing-mode: vertical-lr;
    padding: 25px 12px;
    background: #0f9ffa;
    border: 1px solid #fff;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
}

section.contact_form_sidebar form {
    background: #0f9ffa;
    padding: 20px;
    position: relative;
    top: 16px;
    right: -8px;
    border: 1px solid #fff;
}

.web-slider3 .slick-track,
.web-slider4 .slick-track {
    display: flex;
    align-items: center;
}

section.contact_form_sidebar.open {
    transform: translateX(0);
}

section.contact_form_sidebar.visible {
    opacity: 1;
}

.portfolio_page.contact-page .message {
    left: 210px;
}

.goodfirm-widget {
    background-color: #ffffff;
}

.clutch-widget {
    background-color: #ffffff;
    padding: 0px 15px 15px;
}



/*****************end contact-form****************************/

/*******************testimonial****************************/
.upper-image img {
    max-width: 100px;
    margin: 0 auto 20px;
    border-radius: 100%;
}

.upper-image h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

section.testimonial {
    height: auto;
    background: #fc8a17;
    display: flex;
    align-items: center;
}

.items.slick-slide {
    border: 1px solid #fff;
    margin: 0 27px;
    outline: none;
    border-radius: 16px;
    transition: 0.5s ease-in-out;
}

.bottom-review-content .quote {
    max-width: 45px;
    margin: 0 auto 15px;
}

.bottom-review-content {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    min-height: 350px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.bottom-review-content p.d-flex img {
    max-width: 24px;
}

.bottom-review-content p.d-flex {
    margin: 0;
    justify-content: center;
}

.upper-image.text-center {
    padding: 25px;
}

ul.slick-dots {
    text-align: center;
    margin-top: 35px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    list-style: none;
    height: 7px;
    width: 22px;
    background: #fff;
    display: inline-block;
    margin: 0 7px;
    border-radius: 10px;
}

h3.h3-title {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
}

.h2-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffff;
    display: block;
    margin-top: 20px;
    line-height: 48px;
}

section {
    padding: 70px 0px;
}
body {
    padding-right: 0px !important;
}
.testimonial .h1 {
    color: #000;
    opacity: 0.09;
}

ul.slick-dots li.slick-active {
    background: #0f9ffa;
}

.testimonial-slider .slick-list {
    padding: 50px 0px !important;
}

.slick-center {
    scale: 1.15;
    background: #0f9ffa;
}

.upper-image span {
    color: #fff;
    text-transform: uppercase;
    display: block;
    min-height: 40px;
}

/*******************end testimonial****************************/

/********************core feature css start*******************/
.technology_col h3 {
    color: #fff;
}

.inner-core-content-wrap {
    height: 100%;
    border: 1px solid #fff;
    padding: 13% 6% 6%;
    position: relative;
}

.inner-core-content-wrap a {
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: flex;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 290px;
    padding: 8px 10px;
    border-radius: 60px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: linear-gradient(to right, #fff 50%, #0f9ffa 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    line-height: 23px;
}

.inner-core-content-wrap p {
    font-size: 18px;
    color: #fff;
}

.inner-core-content-wrap a img {
    max-width: 40px;
    margin-right: 14px;
    width: 100%;
    transition: 0.7s ease-in-out;
    height: 40px;
    object-fit: contain;
}

.inner-core-content-wrap:hover a img {
    filter: brightness();
}

.inner-core-content-wrap:hover a {
    background-position: left bottom;
    color: #0f9ffa;
    border-color: #fff;
}

.bottom-review-content h4 {
    font-size: 18px;
}

.web-slider img {
    height: 70px;
    object-fit: contain;
}

.inner-core-content-wrap a img {
    filter: brightness(19.5);
}

section.core-feature .h1 {
    opacity: 0.15;
    color: #fff;
}

section.core-feature .h3-title {
    color: #fff;
}

.core-row-all-boxes>div {
    margin: 32px 0;
}

section.core-feature {
    background: #0f9ffa;
    padding: 80px 0;
}

/********************end of core feature sec *****************/


/*******************vission-mission-start ********************/
.v-col {
    position: relative;
}

.content_wrap_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 5;
}

.vission-wrap img {
    border-radius: 100%;
    box-shadow: 3px 3px 9px 1px #777;
}

.vission-wrap.text-center {
    height: 82%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    position: absolute;
    left: 53%;
    transform: translateX(-50%);
    width: 75%;
    padding: 20px;
    box-shadow: 4px 4px 12px -1px rgb(0 0 0 / 40%);
}

.v-col1 p {
    color: #0872b6;
}

.vission-wrap.text-center img {
    max-width: 110px;
}

.vission-wrap.text-center h4 {
    color: #0872b6;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin: 20px auto;
}

section.vission_mission_values_sec {
    background-color: #f3f3f3;
    overflow: hidden;
}

/*.shadow_div {
    background: #f3d600;
    height: 78%;
    width: 69%;
    right: 28.6px;
    position: absolute;
    z-index: -1;
    bottom: 20px;
    opacity: 0.8;
} */
.v-col2 .shadow_div {
    background: #936193;
}

.v-col3 .shadow_div {
    background: #8acb7f;
    right: 19px;
    bottom: 22px;
}

.v-col2 svg,
.v-col3 svg {
    height: 580px;
    z-index: 2;
    position: relative;
    left: -4.4px;
}

.v-col3 .vission-wrap.text-center {
    left: 55%;
}

.v-col1 .vission-wrap.text-center {
    left: 54.5%;
}

.v-col1 .shadow_div {
    right: 20px;
}

.v-col3 svg {
    left: -8.05px;
}

.v-col1 svg {
    height: 579px;
    z-index: 3;
    position: relative;
}

.v-col3 .content_wrap_div {
    top: 49.9%;
    left: 49.7%;
}

.v-col2 .vission-wrap.text-center h4,
.v-col2 .vission-wrap.text-center p {
    color: #963596;
}

.vission-wrap.text-center p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.v-col3 .vission-wrap.text-center h4,
.v-col3 .vission-wrap.text-center p {
    color: #57ae48;
}

.vission_mission_values_sec .h1.overlap {
    color: #000;
    opacity: 0.15;
}

section.vission_mission_values_sec {
    padding-bottom: 5%;
}

section.vission_mission_values_sec .h3-title {
    color: #000;
}

/********************path animation***************************/
.moving_path {
    animation: move 5s linear infinite;
}

@keyframes move {
    to {
        stroke-dashoffset: 0;
    }
}


.moving_mission {
    animation: move 5s linear infinite;
    animation-delay: 5s;
    stroke-dasharray: 2957.7, 2957.7;
    stroke-dashoffset: 2957.7;
}

@keyframes move {
    to {
        stroke-dashoffset: 0;
    }
}


.moving_value {
    animation: move 5s linear infinite;
    animation-delay: 8s;
    stroke-dasharray: 2957.7, 2957.7;
    stroke-dashoffset: 2957.7;
}

@keyframes move {
    to {
        stroke-dashoffset: 0;
    }
}




/******************end path animation ************************/
/*******************end-vission-mission *********************/




/**********************our-purpose-sec **********************/
.yellow_sec_content {
    background: #f2d700;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    position: relative;
    margin-top: -200px;
}

.yellow_sec_content .inner_content {
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px 0px;
}

.yellow_sec_content .inner_content p {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 28px;
}

.yellow_sec_content .inner_content .h3-title {
    color: #000;
}

.yellow_sec_content>img {
    position: absolute;
    max-width: 182px;
    right: -100px;
    top: 150px;
    z-index: -1;
    transform: rotate(3deg);
}

.yellow_sec_content .h1.overlap {
    margin-bottom: 0;
    position: relative;
    top: 18px;
    color: #fff;
    opacity: 0.4;
}

.steps_row {
    margin-top: 0px;
    justify-content: center;
    align-items: center;
}

.steps_col img {
    width: auto;
}

section.our_purpose_sec {
    position: relative;
    background: #f2d700;
    overflow: hidden;
}

img.our_purpose_btm-img {
    position: absolute;
    bottom: -43px;
    transform: rotate(21deg);
    left: -84px;
    max-width: 300px;
}

.yellow_sec_content .inner_content p {
    font-family: "Gilroy-SemiBold";
}

/**********************end-of-our-purpose sec ***************/

/***********************portfolio-section********************/
section.portfolio_main {
    background: #60b922;
}

/*******flip-box*******/
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box {
    width: 300px;
    height: 400px;
    perspective: 1000px;
}

.flip-box-back {
    transform: rotateY(180deg);
}

.content_wrap_portfolio {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.flip-box-front img,
.flip-box-back img {
    width: 100%;
    object-fit: cover;
}

.flip-box.flip2 {
    position: relative;
    margin-left: -82px;
}

/*******end-flip-box********/

section.portfolio_main {
    padding-top: 70px;
    padding-bottom: 120px;
}

.port-title-plus_btn {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
}

.r_portfolio {
    position: relative;
    background: #f2d700;
    padding: 24px 10px 0px;
}

.mirror_img-type,
.mirror_img-type.m-type1 {
    height: 107%;
    width: 9%;
    background: #4c931b;
    position: absolute;
    right: 10%;
    transform: skewY(10deg);
    z-index: 1;
}

.mirror_img-type.m-type2 {
    right: 1%;
    width: 6%;
    height: 98%;
    top: 54%;
    background: #4c931b;
    transform: translateY(-50%) skewY(10deg);
    opacity: 0.4;
}

.mirror_img-type.m-type3 {
    right: -78px;
    width: 3%;
    opacity: 0.2;
    transform: translateY(-50%) skewY(10deg);
    top: 54%;
    height: 90%;
}

section.portfolio_main .h1 {
    color: #fff;
    opacity: 0.1;
}

/************************end of portfolio section************/


/************************footer*****************************/
footer {
    padding: 5% 0 3%;
    background: url("../images/footer-bg-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner_ft_first_div p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 40px;
}

.inner_ft_first_div {
    max-width: 90%;
}

.web-slider2 ul.slick-dots li,
.web-slider3 ul.slick-dots li,
.web-slider4 ul.slick-dots li {
    background: #000;
}

.web-slider2 ul.slick-dots li.slick-active,
.web-slider3 ul.slick-dots li.slick-active,
.web-slider4 ul.slick-dots li.slick-active {
    background: #0f9ffa;
}

.inner_ft_second_div .h3-title {
    margin-bottom: 52px;
}

.inner_ft_third_div>.h3-title {
    margin-bottom: 20px;
}

.inner_ft_second_div ul,
.social_ft_links ul {
    padding: 0;
    margin: 0;
}

.inner_ft_second_div ul li {
    list-style: none;
    display: block;
}

.inner_ft_second_div ul li+li {
    margin-top: 12px;
}

.inner_ft_second_div ul li a,
.social_ft_links ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

.inner_ft_second_div ul li a::after {
    bottom: -3px;

}

.inner_ft_second_div,
.inner_ft_third_div {
    max-width: 86%;
    margin-left: auto;
    position: relative;
}

.inner_ft_second_div::before,
.inner_ft_third_div::before {
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    left: -75px;
    content: "";
}

.widgets_wrapper .content {
    height: 65px !important;
    margin-left: 16px !important;
}

.social_ft_links ul li {
    list-style: none;
    display: inline-block;
    margin-top: 12px;
    float: left;
}

.social_ft_links ul li+li {
    margin-left: 4px;
}

.social_ft_links ul li a {
    background: #181818;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_ft_links ul li a img {
    max-width: 18px;
}

.inner_ft_third_div>a img {
    max-width: 170px;
}

.social_ft_links {
    margin-top: 30px;
}

footer hr {
    color: #fff;
    height: 1px;
    opacity: 1;
    margin: 90px auto 50px;
    max-width: 58%;
}

.row.r_copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

/************************end footer********************************/

/**************contact_page***************************************/
.inner_contact_left_side {
    height: 100%;
    background: #fff;
    padding: 25px;
    position: relative;
}

.wrap_contant {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-shadow: 0 0px 4px 1px #f1c79c;
    background: #fc8a17;
    max-width: 1024px;
}

section.contact-page-sec .wrap_contant form {
    padding: 34px 45px 40px 20px;
}

.inner_contact_left_side::after {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    right: -10px;
    top: 5%;
}

.inner_contact_left_side i {
    font-size: 32px;
    position: relative;
    top: 6px;
    margin-right: 12px;
    width: 36px;
    color: #0f9ffa;
}

.address_info {
    display: flex;
    align-items: baseline;
}

.address_info i {
    top: 15px;
}

.inner_contact_left_side a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-family: "Gilroy-Regular";
    font-size: 20px;
}

.inner_contact_left_side a:hover {
    color: #0f9ffa;
}

.get_touch {
    margin-bottom: 10%;
}

.get_touch p {
    font-size: 19px;
}

.address_info p {
    font-size: 18px;
}

.right_side_contact label {
    color: #fff;
    font-family: "Gilroy-Regular";
    font-size: 18px;
}

.are_you span {
    color: #fff;
    font-size: 20px;
    font-family: "Gilroy-Regular";
}

.are_you label+label {
    margin-left: 30px;
}

.contact_info .h2.h2_title {
    font-size: 27px;
}



/**************end contact_page***************************************/

/*****************services********************************************/
div#v-pills-tab {
    position: sticky;
    top: 0;

}

section.services_tab_list h3,
section.services_tab_list h4 {
    color: #FCA311;
}

section.services_tab_list h5 {
    color: #0f9ffa;
}

.web-slider .items.slick-slide,
.web-slider2 .items.slick-slide {
    margin: 0 7px;
    border: none;
}

section.services_tab_list .content-wrap h3.h3-title {
    color: #000;
}

.services_tab_list .nav-pills .nav-link {
    border: 1px solid #0f9ffa;
    padding: 15px 10px;
    text-align: left;
    border-width: 0px 0px 1px 0px;
    border-radius: 0;
    color: #000;
    outline: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0f9ffa;
    color: #fff;
}

section.services_tab_list .h1.overlap {
    opacity: 0.18;
    font-size: 48px;
}

.left_service_col::before {
    background: aliceblue;
    height: 100%;
    content: "";
    position: absolute;
    width: calc(100% - 2.4rem);
}

.left_service_col {
    position: relative;
}

.web-slider2 .items img {
    height: 80px;
    width: 80px !important;
    object-fit: contain;
}


/*********************industries*************************/
.h3-title2 {
    font-size: 18px;
    margin-bottom: 0;
}

.industries-page .message {
    left: 11%;
}

section.industries_main_sec marquee {
    font-size: 22px;
    text-transform: capitalize;
    background: #0e1d2a;
    padding: 20px 0;
    margin-bottom: 4%;
    border: 1px solid #60b922;
    border-radius: 7px;
    color: #fff;
}

section.industries_main_sec .accordion-body {
    font-family: "Gilroy-Regular";
    font-size: 18px;
    padding: 0 0 15px;
}

section.industries_main_sec .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    color: #0f9ffa;
}

section.industries_main_sec .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

section.industries_main_sec .accordion .accordion-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 16%;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 0;
}

section.industries_main_sec .h1.overlap {
    font-size: 48px;
    opacity: 0.18;
}

section.industries_main_sec .content-wrap .h3-title {
    color: #000;
    margin-top: 25px;
}

/*********************end industries*************************/


/******************About_us Page****************************/
.know_more {
    display: inline-block;
    font-size: 18px;
    color: #FCA311;
    position: relative;
}

.activities .slick-center {
    z-index: 1;
    position: relative;
}

/**********counter_css***************************/
.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
    font-size: 54px;
    padding: 0;
    font-weight: bold;
    color: #f2d700;
    line-height: 82px;
    margin-top: 14px;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}


.projectFactsWrap .item span {
    width: 60px;
    background: #f2d700;
    height: 2px;
    display: block;
    margin: 0 auto 10px;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

.counter_techwise img {
    max-width: 60px;
    height: 60px;
    object-fit: contain;
}

.projectFactsWrap .item p.number::after {
    content: "+";
    padding-left: 6px;
}

.projectFactsWrap .item p#number3::after,
.projectFactsWrap .item p#number4::after {
    display: none;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}


/**********end counter sectio********************/
/**************video-sec*********************/
.activities .items img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.activities .items video {
    height: 400px;
    width: 100%;
    background: #000;
}

section.culture {
    background: #ccc;
}

section.about_us_main_sec {
    padding-bottom: 0;
    background: #efefef;
    overflow: hidden;
}

.activities .slick-center {
    scale: 1.4;
}

section.culture .sectiontitle {
    margin-bottom: 30px;
}

/*****************end video sec*************/
.contact-page .message {
    width: 100%;
    left: 15%;
}

.about-page .message {
    width: 100%;
    left: 16%;
}

@keyframes openclose {
    0% {
        top: 0.2rem;
        width: 0;
    }

    5% {
        width: 0;
    }

    15% {
        width: 750px;
    }

    30% {
        top: 0.2rem;
        width: 750px;
    }

    33% {
        top: 0.2rem;
        width: 0;
    }

    35% {
        top: 0.2rem;
        width: 0;
    }

    38% {
        top: -4.5rem;

    }

    48% {
        top: -4.5rem;
        width: 750px;
    }

    62% {
        top: -4.5rem;
        width: 750px;
    }

    66% {
        top: -4.5rem;
        width: 0;
        text-indent: 0;
    }

    71% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }

    86% {
        top: -9rem;
        width: 750px;
    }

    95% {
        top: -9rem;
        width: 750px;
    }

    98% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }

    100% {
        top: 0.2rem;
        width: 0;
        text-indent: 0;
    }
}

section.about_us_main_sec .yellow_sec_content {
    margin-top: 0;
}

.overview_left {
    font-size: 22px;
    letter-spacing: 2px;
    text-align: justify;
    max-width: 680px;
}

.overview_text_right p {
    font-size: 20px;
    text-align: justify;
    line-height: 34px;
}

.about_company .h1.overlap {
    font-size: 48px;
    opacity: 0.15;
}

.about_company .h1-banner-title {
    color: #000;
    font-size: 30px;
}

.about_company .content-wrap {
    top: -29px;
}

.about_company p {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: justify;
}

.about_company.r2 img {
    height: 330px;
    object-fit: cover;
    width: 90%;
}

.testimonial-slider ul.slick-dots {
    padding-left: 0 !important;
}

section.industries_main_sec .accordion-body li {
    color: darkorange;
}

section.industries_main_sec .accordion-body li a {
    color: #000;
    text-decoration: none;
}

section.industries_main_sec .accordion-body li a:hover {
    color: #0f9ffa;
}


/*********************end about page*************************/
.clutch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    gap: 90px;
}
.clutch .goodfirm-widget {
    background-color: #ffffff;
    position: relative;
    right: -38px;
}
section.client_review_base {
    padding-bottom: 0;
}
.clutch .compnay-info {
    padding: 0px 15px !important;
}






/*************************Responsive start ******************/
@media (max-width: 1740px) {

    .mirror_img-type,
    .mirror_img-type.m-type1 {
        height: 105%;
        width: 6%;
        right: 13%;
    }

    .mirror_img-type.m-type2 {
        right: 6%;
        width: 5%;
        height: 88%;
    }

    .mirror_img-type.m-type3 {
        right: 1%;
        width: 3%;
        height: 70%;
    }

    .h1 {
        font-size: 54px;
    }

    h3.h3-title {
        font-size: 20px;
    }

    .h2-title {
        font-size: 34px;
        margin-top: 12px;
    }

    .bottom-review-content .quote {
        max-width: 40px;
    }

    .bottom-review-content p.d-flex img {
        max-width: 22px;
    }
}


@media (max-width: 1620px) {
    .container {
        max-width: 1440px;
    }

    .banner-content .content-wrap {
        top: -52px;
    }

    .banner-main .h1 {
        font-size: 60px;
    }

    h1 span {
        font-size: 30px;
    }

    .message {
        left: 40%;
    }

    .h1 {
        font-size: 50px;
    }

    .bottom-review-content p.d-flex img {
        max-width: 20px;
    }

    .steps_col img {
        width: 100%;
    }

    .v-col1 svg {
        height: 527px;
    }

    .v-col2 svg,
    .v-col3 svg {
        height: 528px;
    }

    .inner_ft_second_div ul li a,
    .social_ft_links ul li a {
        font-size: 14px;
    }

    .row.r_copyright p {
        font-size: 16px;
    }

    footer hr {
        margin: 70px auto 40px;
    }

    .inner_ft_first_div p {
        font-size: 17px;
    }

    .btn-get-in-touch {
        font-size: 16px;
    }

    .h2-title {
        line-height: 40px;
    }

    .footer_logo img {
        max-width: 170px;
    }

    .content-wrap {
        top: -40px;
    }
}

@media (max-width: 1480px) {
    .container {
        max-width: 1240px;
    }

    .flip2:last-child {
        display: none;
    }

    .mirror_img-type,
    .mirror_img-type.m-type1 {
        height: 105%;
        width: 9%;
        right: 14%;
    }

    .mirror_img-type.m-type2 {
        right: 6.5%;
    }

    .technology_col h3 {
        font-size: 24px;
    }

    ul.navbar-nav li+li {
        margin-left: 46px;
    }

    ul.navbar-nav li a {
        font-size: 15px;
    }

    .banner-main .h1 {
        font-size: 54px;
    }

    .h2-title {
        font-size: 32px;
    }

    h3.h3-title {
        font-size: 19px;
    }

    .h1 {
        font-size: 48px;
    }

    .bottom-review-content .quote {
        max-width: 38px;
    }

    .upper-image h4 {
        font-size: 20px;
    }

    .v-col1 svg {
        height: 454px;
    }

    .v-col2 svg,
    .v-col3 svg {
        height: 455px;
    }

    .v-col1 .vission-wrap.text-center {
        left: 51.5%;
    }

    .vission-wrap.text-center {
        height: 85%;
        margin-top: 0;
        left: 51%;
        width: 82%;
    }

    .inner_ft_second_div .h3-title,
    .inner_ft_third_div>.h3-title {
        margin-bottom: 33px;
    }

    .vission-wrap.text-center img {
        max-width: 98px;
    }

    .vission-wrap.text-center h4 {
        font-size: 20px;
        margin: 20px auto 5px;
    }

    .v-col3 .vission-wrap.text-center {
        left: 51%;
    }

    section.testimonial {
        height: auto;
    }

    .inner_ft_second_div ul li+li {
        margin-top: 12px;
    }

    span.btn_contact {
        padding: 20px 10px;
        font-size: 18px;
    }

    section.contact_form_sidebar {
        right: -6px;
    }

    .port1 img {
        object-position: top left;
    }

    .home .banner-main .content-wrap h4 {
        position: relative;
        top: -9px;
    }

    .home .banner-content h1 span {
        font-size: 26px;
    }

    .web-slider img {
        height: 50px;
        object-fit: contain;
    }

    .portfolio_main .h2-title {
        font-size: 28px;
    }

    .btn-get-in-touch {
        padding: 15px 25px 10px;
    }

    .about-page .banner-content .content-wrap h1 {
        font-size: 1.9rem;
    }

    .about-page .message {
        left: 176px;
    }

    .portfolio_page.contact-page .message {
        left: 150px;
    }

    @keyframes openclose_about {
        0% {
            top: 0.1rem;
            width: 0;
        }

        5% {
            width: 0;
        }

        15% {
            width: 750px;
        }

        30% {
            top: 0.1rem;
            width: 750px;
        }

        33% {
            top: 0.1rem;
            width: 0;
        }

        35% {
            top: 0.1rem;
            width: 0;
        }

        38% {
            top: -2.9rem;
            width: 0;
        }

        48% {
            top: -2.9rem;
            width: 750px;
        }

        62% {
            top: -2.9rem;
            width: 750px;
        }

        66% {
            top: -2.9rem;
            width: 0;
            text-indent: 0;
        }

        71% {
            top: -5.5rem;
            width: 0;
            text-indent: 5px;
        }

        86% {
            top: -5.5rem;
            width: 750px;
        }

        95% {
            top: -5.5rem;
            width: 750px;
        }

        98% {
            top: -5.5rem;
            width: 0;
            text-indent: 5px;
        }

        100% {
            top: 0.1rem;
            width: 0;
            text-indent: 0;
        }
    }

    section.contact_form_sidebar {
        bottom: 8%;
        top: unset;
    }

    .contact-page .message {
        left: 164px;
    }
}


@media (max-width: 1260px) {
    .container {
        max-width: 1080px;
    }

    ul.navbar-nav li a {
        font-size: 14px;
    }

    ul.navbar-nav li+li {
        margin-left: 35px;
    }

    .banner-main .h1 {
        font-size: 48px;
    }

    .btn-get-in-touch {
        margin-top: 18px;
        padding: 15px 30px 10px;
        font-size: 15px;
        background-size: 202% 100%;
    }

    .content-wrap h4 {
        font-size: 18px;
        position: relative;
        top: -6px;
    }

    .st-social-group {
        width: 450px;
    }

    h1 span {
        font-size: 28px;
    }

    .home .message {
        left: 480px;
    }

    .home .contact-page .message {
        left: 150px;
    }

    .h1 {
        font-size: 42px;
    }

    h3.h3-title {
        font-size: 17px;
    }

    section.testimonial .content-wrap,
    section.core-feature .content-wrap,
    .portfolio_main .content-wrap,
    .our_purpose_sec .content-wrap,
    .vission_mission_values_sec .content-wrap {
        top: -37px;
    }

    .h2-title {
        font-size: 30px;
    }

    .bottom-review-content .quote {
        max-width: 34px;
    }

    .upper-image h4 {
        font-size: 18px;
    }

    .upper-image span {
        font-size: 14px;
    }

    .upper-image img {
        max-width: 80px;
        margin: 0 auto 16px;
    }

    .bottom-review-content {
        padding: 15px;
    }

    .upper-image.text-center {
        padding: 15px;
    }

    .inner-core-content-wrap a {
        font-size: 16px;
    }

    .flip-box.flip2 {
        position: relative;
        margin-left: -90px;
    }

    .flip-box {
        width: 280px;
        height: 390px;
    }

    .v-col2 svg,
    .v-col3 svg {
        height: 395px;
    }

    .v-col1 svg {
        height: 395px;
    }

    .vission-wrap.text-center {
        height: 90%;
        width: 86%;
    }

    .vission-wrap.text-center p {
        font-size: 17px;
        line-height: 23px;
    }

    .vission-wrap.text-center img {
        max-width: 90px;
    }

    .vission_row2 {
        margin-top: -30px;
    }

    .technology_col h3 {
        font-size: 22px;
    }

    .inner-core-content-wrap a img {
        max-width: 45px;
    }

    .inner-core-content-wrap a {
        top: -35px;
        line-height: 20px;
    }

    footer h3.h3-title {
        font-size: 20px;
    }

    .hero-image {
        width: 35%;
    }

    @keyframes openclose {
        0% {
            top: 0.1rem;
            width: 0;
        }

        5% {
            width: 0;
        }

        15% {
            width: 750px;
        }

        30% {
            top: 0.1rem;
            width: 750px;
        }

        33% {
            top: 0.1rem;
            width: 0;
        }

        35% {
            top: 0.1rem;
            width: 0;
        }

        38% {
            top: -2.9rem;
            width: 0;
        }

        48% {
            top: -2.9rem;
            width: 750px;
        }

        62% {
            top: -2.9rem;
            width: 750px;
        }

        66% {
            top: -2.9rem;
            width: 0;
            text-indent: 0;
        }

        71% {
            top: -5.9rem;
            width: 0;
            text-indent: 5px;
        }

        86% {
            top: -5.9rem;
            width: 750px;
        }

        95% {
            top: -5.9rem;
            width: 750px;
        }

        98% {
            top: -5.9rem;
            width: 0;
            text-indent: 5px;
        }

        100% {
            top: 0.1rem;
            width: 0;
            text-indent: 0;
        }
    }

    .banner-content .content-wrap h1 {
        font-size: 2rem;
    }

    .banner-content .content-wrap {
        top: -37px;
    }

    .port1 img {
        height: 300px;
    }

    .port2 img {
        height: 192px;
    }

    .port3 img {
        height: 623px;
    }

    .port4 img {
        height: 230px;
    }

    .port4 img+img {
        height: 367px;
    }

    .portfolio_main .h2-title {
        font-size: 26px;
    }

    .about-page .message {
        left: 160px;
    }

    .get_touch .h2_title {
        font-size: 24px;
    }

    .contact_info .h2.h2_title {
        font-size: 22px;
    }

    .inner_contact_left_side i {
        font-size: 22px;
        margin-right: 10px;
        width: 24px;

    }

    .inner_contact_left_side {
        padding: 25px 20px;
    }
}

@media (max-width: 1100px) {
    .container {
        max-width: 960px;
    }

    .banner-main .h1 {
        font-size: 44px;
    }

    .btn-get-in-touch {
        margin-top: 6px;
        padding: 12px 25px 8px;
        font-size: 15px;
        background-size: 202% 100%;
    }

    h1 span {
        font-size: 28px;
    }

    .message {
        left: 250px;
    }

    .st-social-link .st-social-btn .st-social-icon {
        width: 45px;
        height: 45px;
    }

    .st-social-group {
        width: 450px;
        height: 70px;
    }

    .bottom-review-content p.d-flex img {
        max-width: 18px;
    }

    .bottom-review-content p {
        line-height: 21px;
        font-size: 15px;
    }

    section.core-feature {
        padding: 70px 0;
    }

    .inner-core-content-wrap a img {
        max-width: 40px;
    }


    .flip-box.flip2 {
        position: relative;
        margin-left: -102px;
    }

    .flip-box {
        width: 270px;
        height: 380px;
    }

    .v-col1 svg {
        height: 350px;
    }

    .v-col2 svg,
    .v-col3 svg {
        height: 350px;
    }

    .vission-wrap.text-center img {
        max-width: 75px;
    }

    .vission-wrap.text-center h4 {
        font-size: 18px;
        margin: 12px auto 5px;
    }

    .vission-wrap.text-center {
        padding: 20px 10px;
    }

    .vission-wrap.text-center {
        height: 88%;
        width: 83%;
    }

    .vission-wrap.text-center p {
        font-size: 16px;
        line-height: 21px;
    }

    .h1 {
        font-size: 38px;
    }

    .home .message {
        left: 442px;
    }

    .home .contact-page .message {
        left: 150px;
    }

    .home .banner-content h1 span {
        font-size: 24px;
    }

    .hero-image {
        width: 33%;
    }

    .content-wrap h4 {
        font-size: 17px;
    }

    .portfolio_main .h2-title {
        font-size: 24px;
    }

    .form_audit {
        width: 300px;
    }

    .about-page .message {
        left: 188px;
    }

    .about_company .h1.overlap {
        font-size: 36px;
    }

    .about_company .h1-banner-title {
        font-size: 24px;
    }

    .about_company p {
        font-size: 17px;
    }

    .projectFactsWrap .item p.number {
        font-size: 42px;
        position: relative;
    }

    .activities .items.slick-slide {
        border: none;
    }

    .overview_text_right p {
        font-size: 18px;
    }

    .overview_left {
        font-size: 20px;
    }

    .get_touch p {
        font-size: 18px;
    }

    .inner_contact_left_side i {
        font-size: 22px;
        top: 3px;
        margin-right: 8px;
        width: 24px;
    }

    .inner_contact_left_side a {
        font-size: 17px;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .inner-core-content-wrap a {
        max-width: 250px;
        font-size: 15px;
    }

    .technology_col h3 {
        font-size: 20px;
    }

}

@media (min-width: 992px) {
    nav .navbar-nav a.nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 760px;
    }

    .hero-image.right-side-image>img {
        display: none;
    }

    .st-social-group {
        right: 0;
    }

    .left-side-content {
        height: 70vh;
    }

    .banner-main {
        height: auto;
    }

    .testimonial-slider .slick-list {
        padding: 10px 0px !important;
    }

    .items.slick-slide {
        margin: 0 10px;
    }

    .flip2:last-child,
    .flip2:nth-of-type(4) {
        display: none;
    }

    .row.vission_row2>div+div {
        margin-top: 40px;
    }

    .vission_row2 {
        margin-top: -15px;
    }

    .v-col1 svg,
    .v-col2 svg,
    .v-col3 svg {
        display: none;
    }

    .v-col3 .vission-wrap.text-center,
    .v-col1 .vission-wrap.text-center {
        left: unset;
    }

    .vission-wrap.text-center {
        padding: 40px;
    }

    .vission-wrap.text-center {
        height: auto;
        position: relative;
        left: unset;
        transform: none;
        width: 100%;

    }

    .content_wrap_div {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
    }

    .v-col3 .content_wrap_div {
        top: unset;
        left: unset;
    }

    .vission-wrap.text-center img {
        max-width: 95px;
    }

    .vission-wrap.text-center h4 {
        font-size: 20px;
        margin: 22px auto 10px;
    }

    .inner_ft_first_div {
        max-width: 100%;
    }

    .inner_ft_second_div,
    .inner_ft_third_div {
        max-width: 100%;
        margin-left: auto;
        position: relative;
    }

    .inner_ft_second_div::before,
    .inner_ft_third_div::before {
        display: none;
    }

    .inner_ft_first_div p {
        margin: 20px 0 20px;
    }

    .inner_ft_second_div .h3-title,
    .inner_ft_third_div>.h3-title {
        margin-bottom: 15px;
    }

    .inner_ft_second_div {
        margin: 55px 0;
    }

    .inner_ft_second_div ul li+li {
        margin-top: 6px;
    }

    footer h3.h3-title {
        font-size: 20px;
    }

    .technology_col br {
        display: none;
    }

    button.navbar-toggler {
        position: relative;
    }

    ul.navbar-nav li+li {
        margin-left: 0;
    }

    .navbar-collapse {
        background: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 999;
        top: 86px;
    }

    nav nav.navbar {
        position: relative;
    }

    nav .navbar-nav a.nav-link {
        color: #000 !important;
        font-size: 26px !important;
        position: relative;
    }

    nav ul.navbar-nav {
        height: 100vh;
        max-width: 767px;
        margin: 20px auto 0;
    }

    nav .navbar-nav a.nav-link::after {
        position: absolute;
        height: 3px;
        background: #0f9ffa;
        content: "";
        left: 0;
        width: 100%;
        bottom: 10px;
        transform: scale(0);
        transform-origin: left;
        transition: 0.8s ease-in-out;
    }

    nav .navbar-nav a.nav-link:hover::after,
    nav .navbar-nav a.nav-link.active::after {
        transform: scale(1);
    }

    nav .navbar-nav a.nav-link.active {
        color: #0f9ffa !important;
    }

    span.common_bar {
        height: 2px;
        width: 92%;
        background: #fff !important;
        line-height: normal;
        position: absolute;
        left: 0;
        top: 1px;
    }

    span.common_bar.f2_bar {
        top: 8px;
    }

    button.navbar-toggler.collapsed span.common_bar.f3_bar {
        top: -6px;
        transform: none;
    }

    button.navbar-toggler .f2_bar {
        opacity: 0;
    }

    button.navbar-toggler .f3_bar {
        transform: rotate(-45deg);
        top: 1px;
    }

    button.navbar-toggler .f1_bar {
        transform: rotate(45deg);
    }

    button.navbar-toggler.collapsed .f1_bar {
        transform: none;
    }

    button.navbar-toggler.collapsed .f2_bar {
        opacity: 1;
    }

    nav .navbar-nav li.nav-item {
        padding: 0 15px;
    }

    .masonary_grid {
        column-count: 3;
        column-gap: 15px;
    }

    .grid-item1 {
        margin-bottom: 15px;
    }

    .form_audit {
        display: none;
    }

    .content-wrap h4 {
        max-width: 100%;
    }

    .portfolio_main .h2-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .inner-core-content-wrap {
        padding: 40px 6% 3%;
    }

    .inner_contact_left_side::after {
        display: none;
    }
}

@media (max-width: 740px) {
    .mirror_img-type.m-type3 {
        display: none;
    }

    .mirror_img-type.m-type2 {
        right: 0;
    }

    .mirror_img-type,
    .mirror_img-type.m-type1 {
        height: 104%;
        width: 12%;
        right: 8%;
    }
}

@media (max-width: 680px) {
    .mirror_img-type.m-type2 {
        display: none;
    }

    .mirror_img-type,
    .mirror_img-type.m-type1 {
        right: 0;
    }

    .flip-box.flip2 {
        margin-left: -130px;
    }

    .home .banner-content h1 span {
        white-space: normal;
    }

    .for_mobile {
        display: block;
    }

    .for_desktop {
        display: none;
    }

    .home .message {
        left: 138px;
    }

    .banner-content .content-wrap h1 {
        font-size: 1.8rem;
    }

    .banner-content .content-wrap {
        top: -29px;
    }

    @keyframes openclose {
        0% {
            top: -0.2rem;
            width: 0;
        }

        5% {
            width: 0;
        }

        15% {
            width: 250px;
        }

        30% {
            top: -0.2rem;
            width: 250px;
        }

        33% {
            top: -0.2rem;
            width: 0;
        }

        35% {
            top: -0.2rem;
            width: 0;
        }

        38% {
            top: -2.9rem;
        }

        48% {
            top: -2.9rem;
            width: 190px;
        }

        62% {
            top: -2.9rem;
            width: 190px;
        }

        66% {
            top: -2.9rem;
            width: 0;
            text-indent: 0;
        }

        71% {
            top: -5.6rem;
            width: 0;
            text-indent: 5px;
        }

        86% {
            top: -5.6rem;
            width: 300px;
        }

        95% {
            top: -5.6rem;
            width: 300px;
        }

        98% {
            top: -5.6rem;
            width: 0;
            text-indent: 5px;
        }

        100% {
            top: -0.2;
            width: 0;
            text-indent: 0;
        }
    }

    .about_company .h1.overlap {
        font-size: 30px;
    }

    .about_company .h1-banner-title {
        font-size: 22px;
    }

    .sectionClass {
        padding: 20px 0px 10px 0px;
    }

    .about_company .content-wrap {
        top: -24px;
    }

    .about_company.r2 img {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_company.r2 {
        display: flex;
        flex-flow: column-reverse;
    }

    .yellow_sec_content .h1.overlap {
        display: none;
    }

    .yellow_sec_content .inner_content {
        padding: 10px 20px 20px;
    }
}

@media (max-width: 600px) {
    .about-page h1 span {
        font-size: 25px;
    }

    .about-page .banner-content .content-wrap h1 {
        font-size: 1.3rem;
    }

    .about-page .message {
        left: 167px;
    }

    .sectiontitle h2 {
        font-size: 24px;
    }

    section.culture .sectiontitle {
        margin-bottom: 22px;
    }

    section.culture {
        padding-top: 25px;
    }

    .sectiontitle {
        margin: 10px 0 0px;
    }

    .projectFactsWrap {
        margin-top: 10px;
    }

    .culture .sectiontitle {
        margin: 35px 0 0px;
    }

    @keyframes openclose_about {
        0% {
            top: 0.2rem;
            width: 0;
        }

        5% {
            width: 0;
        }

        15% {
            width: 750px;
        }

        30% {
            top: 0.2rem;
            width: 750px;
        }

        33% {
            top: 0.2rem;
            width: 0;
        }

        35% {
            top: 0.2rem;
            width: 0;
        }

        38% {
            top: -1.7rem;
            width: 0;
        }

        48% {
            top: -1.7rem;
            width: 750px;
        }

        62% {
            top: -1.7rem;
            width: 750px;
        }

        66% {
            top: -1.7rem;
            width: 0;
            text-indent: 0;
        }

        71% {
            top: -3.65rem;
            width: 0;
            text-indent: 5px;
        }

        86% {
            top: -3.65rem;
            width: 750px;
        }

        95% {
            top: -3.65rem;
            width: 750px;
        }

        98% {
            top: -3.65rem;
            width: 0;
            text-indent: 5px;
        }

        100% {
            top: 0.2rem;
            width: 0;
            text-indent: 0;
        }
    }

    .content-wrap {
        padding-left: 6px;
    }

    .about_company div>img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 460px;
    }

    .flip2:last-child,
    .flip2:nth-of-type(4),
    .flip2:nth-of-type(3) {
        display: none;
    }

    .flip-box.flip2 {
        position: relative;
        margin-left: -71px;
    }

    .flip-box {
        width: 270px;
        height: 370px;
    }

    .banner-main .h1 {
        font-size: 34px;
    }

    h1 span {
        font-size: 22px;
    }

    .hero-image {
        z-index: auto;
    }

    .st-social-group {
        z-index: 111;
    }

    .message {
        left: 194px;
    }

    .message {
        left: 200px;
    }

    .h1 {
        font-size: 32px;
    }

    h3.h3-title {
        font-size: 16px;
    }

    .h2-title {
        font-size: 26px;
        margin-top: 6px;
    }

    .h2-title {
        line-height: 30px;
        margin: 21px 0;
    }

    .flip-box.flip2 {
        margin-left: -110px;
    }


    .technology_col {
        margin-top: -22px;
    }

    @keyframes openclose {
        0% {
            top: 0rem;
            width: 0;
        }

        5% {
            width: 0;
        }

        15% {
            width: 250px;
        }

        30% {
            top: 0rem;
            width: 250px;
        }

        33% {
            top: 0rem;
            width: 0;
        }

        35% {
            top: 0rem;
            width: 0;
        }

        38% {
            top: -2.6rem;
        }

        48% {
            top: -2.6rem;
            width: 190px;
        }

        62% {
            top: -2.6rem;
            width: 190px;
        }

        66% {
            top: -2.6rem;
            width: 0;
            text-indent: 0;
        }

        71% {
            top: -5.15rem;
            width: 0;
            text-indent: 5px;
        }

        86% {
            top: -5.15rem;
            width: 300px;
        }

        95% {
            top: -5.15rem;
            width: 300px;
        }

        98% {
            top: -5.15rem;
            width: 0;
            text-indent: 5px;
        }

        100% {
            top: 0;
            width: 0;
            text-indent: 0;
        }
    }

    .banner-main .content-wrap h1 {
        font-size: 1.7rem;
    }

    .content-wrap {
        top: -32px;
    }

    span.btn_contact {
        padding: 15px 5px;
        font-size: 16px;
    }

    section.contact_form_sidebar {
        right: -18px;
    }

    footer {
        padding: 50px 0 30px;
    }

    footer h3.h3-title {
        font-size: 18px;
    }

    .inner_ft_second_div {
        margin: 55px 0 40px;
    }

    nav ul.navbar-nav {
        max-width: 460px;
    }

    .inner_ft_third_div>a img {
        max-width: 120px;
    }

    .social_ft_links ul li a img {
        max-width: 19px;
    }

    .social_ft_links ul li a {
        width: 40px;
        height: 40px;
    }

    .footer_logo img {
        max-width: 155px;
    }

    section {
        padding: 50px 0px;
    }

    section.vission_mission_values_sec {
        padding-bottom: 60px;
        padding-top: 50px;
    }

    section.portfolio_main {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    section.core-feature {
        padding: 50px 0;
    }

    .core-row-all-boxes>div:last-child {
        margin-bottom: 16px;
    }

    .st-social-link .st-social-btn .st-social-icon img {
        max-width: 17px;
        width: 100%;
    }

    .st-social-link .st-social-btn .st-icon-name {
        font-size: 14px;
    }

    .st-social-link .st-social-btn:not(:last-child) {
        margin-right: 12px;
    }

    .st-social-group {
        width: 450px;
        height: 62px;
    }

    section.contact_form_sidebar {
        top: unset;
        bottom: 8%;
    }

    footer hr {
        margin: 50px auto 30px;
    }

    .masonary_grid {
        column-count: 2;
    }

    .about_company .h1.overlap {
        font-size: 23px;
    }

    .about_company .h1-banner-title {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    .container {
        max-width: 400px;
    }

    .banner-main .h1 {
        font-size: 28px;
    }

    h1 span {
        font-size: 20px;
    }

    .message {
        left: 175px;
    }

    .inner-core-content-wrap a {
        max-width: 270px;
    }

    .flip-box {
        width: 243px;
        height: 330px;
    }

    .h1 {
        font-size: 28px;
    }

    h3.h3-title {
        font-size: 14px;
    }

    section.testimonial .content-wrap,
    section.core-feature .content-wrap,
    .portfolio_main .content-wrap,
    .our_purpose_sec .content-wrap,
    .vission_mission_values_sec .content-wrap {
        top: -30px;
    }

    .h2-title {
        line-height: 30px;
        margin: 14px 0 0;
    }

    .port-title-plus_btn .btn-get-in-touch {
        margin-top: 15px;
    }

    .inner_ft_first_div p {
        font-size: 16px;
    }

    .row.r_copyright p {
        font-size: 14px;
    }

    nav ul.navbar-nav {
        max-width: 400px;
    }

    .content-wrap {
        padding-left: 5px;
    }

    .port-title-plus_btn .h2-title {
        font-size: 20px;
        line-height: 25px;
    }

    .banner-content .content-wrap {
        top: -23px;
    }

    .overview_left {
        font-size: 18px;
    }

    .yellow_sec_content .inner_content p {
        font-size: 16px;
    }

    .overview_text_right p {
        line-height: 28px;
    }

    .projectFactsWrap .item p {
        font-size: 16px;
    }

    .content-wrap h4 {
        font-size: 15px;
    }

    .about-page h1 span {
        font-size: 20px;
    }

    .about-page .banner-content .content-wrap h1 {
        font-size: 1rem;
    }

    .about-page .message {
        left: 158px;
    }

    @keyframes openclose_about {
        0% {
            top: 0.5rem;
            width: 0;
        }

        5% {
            width: 0;
        }

        15% {
            width: 250px;
        }

        30% {
            top: 0.5rem;
            width: 250px;
        }

        33% {
            top: 0.5rem;
            width: 0;
        }

        35% {
            top: 0.5rem;
            width: 0;
        }

        38% {
            top: -1rem;
        }

        48% {
            top: -1rem;
            width: 300px;
        }

        62% {
            top: -1rem;
            width: 300px;
        }

        66% {
            top: -1rem;
            width: 0;
            text-indent: 0;
        }

        71% {
            top: -2.5rem;
            width: 0;
            text-indent: 5px;
        }

        86% {
            top: -2.5rem;
            width: 300px;
        }

        95% {
            top: -2.5rem;
            width: 300px;
        }

        98% {
            top: -2.5rem;
            width: 0;
            text-indent: 5px;
        }

        100% {
            top: 0.5rem;
            width: 0;
            text-indent: 0;
        }
    }

    .sectiontitle h2 {
        font-size: 22px;
    }

    .st-social-link .st-social-btn .st-social-icon {
        width: 35px;
        height: 35px;
    }

    .st-social-link .st-social-btn .st-social-icon img {
        max-width: 15px;
        width: 100%;
    }

    .st-social-link .st-social-btn:not(:last-child) {
        margin-right: 8px;
    }

    .st-social-group {
        width: 370px;
        height: 55px;
    }
}

@media (max-width: 400px) {

    .container,
    nav ul.navbar-nav {
        max-width: 340px;
    }

    .h1 {
        font-size: 24px;
    }

    .inner-core-content-wrap a {
        font-size: 15px;
    }

    .inner-core-content-wrap a {
        max-width: 250px;
    }

    .port-title-plus_btn .h2-title {
        font-size: 24px;
        line-height: 30px;
    }

    .flip-box.flip2 {
        margin-left: -90px;
    }

    .flip-box {
        width: 200px;
        height: 261px;
    }

    .technology_col h3 {
        font-size: 16px;
    }

    .banner-main .h1 {
        font-size: 25px;
    }

    .content-wrap h4 {
        font-size: 16px;
    }

    .content-wrap {
        top: -24px;
    }

    
    .btn-get-in-touch {
        margin-top: 6px;
        padding: 10px 16px 6px;
        font-size: 14px;
        background-size: 202% 100%;
    }

    .footer_logo img {
        max-width: 140px;
    }

    .inner_ft_third_div>a img {
        max-width: 110px;
    }

    .about-page .content-wrap h4 {
        font-size: 14px;
    }

    .about-page h1 span {
        font-size: 18px;
        position: relative;
        top: 2px;
    }

    .about-page .message {
        left: 115px;
    }

    .projectFactsWrap .item p {
        font-size: 14px;
    }

    .home .about-page .banner-content h1 span {
        font-size: 18px;
    }
}

@media (max-width: 380px) {
    .st-social-link .st-social-btn .st-icon-name {
        font-size: 13px;
    }

    .st-social-link .st-social-btn .st-social-icon img {
        max-width: 13px;
    }

    .st-social-link .st-social-btn .st-social-icon {
        width: 30px;
        height: 30px;
    }

    .st-social-group {
        width: 330px;
        height: 55px;
    }
}

@media (max-width: 340px) {
    .banner-main .h1 {
        font-size: 23px;
    }

    .content-wrap h4 {
        font-size: 14px;
    }

    h1 span {
        font-size: 18px;
    }

    .message {
        left: 158px;
    }

    .h2-title {
        margin: 10px 0 0;
    }

    .inner-core-content-wrap p {
        font-size: 16px;
        line-height: 20px;
    }

    .port-title-plus_btn .h2-title {
        font-size: 22px;
        line-height: 28px;
    }

    .flip-box {
        width: 190px;
        height: 261px;
    }

    .flip-box.flip2 {
        margin-left: -87px;
    }

    .st-social-link a.st-social-btn:nth-of-type(4) {
        display: none;
    }

    .st-social-group {
        width: 300px;
        height: 55px;
    }
}

/*************************Responsive End *******************/