/* ============================================================== components start =============*/

* {
    box-sizing: border-box;
    font-family: in-rg;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    display: inline-block;
}

p {
    margin: 0;
}

span {
    display: inline-block;
}

:root {
    --cgc-orange: #B8621B;
    --cgc-blue: #0B3673;
}

#scroll-here {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
}


/* ----------------- fonts start ------------------ */

@font-face {
    font-family: in-elt;
    src: url(../fonts/Inter-ExtraLight-BETA.woff);
}

@font-face {
    font-family: in-lt;
    src: url(../fonts/Inter-Light-BETA.woff);
}

@font-face {
    font-family: in-rg;
    src: url(../fonts/Inter-Regular.woff);
}

@font-face {
    font-family: in-md;
    src: url(../fonts/Inter-Medium.woff);
}

@font-face {
    font-family: in-smd;
    src: url(../fonts/Inter-SemiBold.woff);
}

@font-face {
    font-family: in-bd;
    src: url(../fonts/Inter-Bold.woff);
}

@font-face {
    font-family: in-ebd;
    src: url(../fonts/Inter-ExtraBold.woff);
}

/* ----------------- fonts end ------------------ */

/* ----------------- font icons start ------------------ */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?21q0qz');
    src: url('../fonts/icomoon.eot?21q0qz#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?21q0qz') format('truetype'),
        url('../fonts/icomoon.woff?21q0qz') format('woff'),
        url('../fonts/icomoon.svg?21q0qz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-services-1:before {
    content: "\e91e";
    color: #fff;
}

.icon-services-4:before {
    content: "\e91f";
    color: #fff;
}

.icon-services-3:before {
    content: "\e920";
    color: #fff;
}

.icon-services-2:before {
    content: "\e921";
    color: #fff;
}

.icon-units:before {
    content: "\e91d";
    color: #0b3673;
}

.icon-architect:before {
    content: "\e91a";
    color: #0b3673;
}

.icon-duration:before {
    content: "\e91b";
    color: #0b3673;
}

.icon-stoyres:before {
    content: "\e91c";
    color: #0b3673;
}

.icon-area:before {
    content: "\e900";
    color: #0b3673;
}

.icon-arrow-left-white:before {
    content: "\e901";
    color: #fff;
}

.icon-arrow-long-right:before {
    content: "\e902";
}

.icon-arrow-right-white:before {
    content: "\e903";
    color: #fff;
}

.icon-arrow-right:before {
    content: "\e904";
}

.icon-calendar:before {
    content: "\e905";
    color: #0b3673;
}

.icon-construvtion:before {
    content: "\e906";
    color: #0b3673;
}

.icon-draft:before {
    content: "\e907";
    color: #0b3673;
}

.icon-edit-tools:before {
    content: "\e908";
    color: #0b3673;
}

.icon-email:before {
    content: "\e909";
    color: #0b3673;
}

.icon-facebook:before {
    content: "\e90a";
    color: #0b3673;
}

.icon-growth:before {
    content: "\e90b";
    color: #fff;
}

.icon-infrastructure:before {
    content: "\e90c";
    color: #0b3673;
}

.icon-instagram:before {
    content: "\e90d";
    color: #fff;
}

.icon-linkedin:before {
    content: "\e90e";
    color: #fff;
}

.icon-maginfy:before {
    content: "\e90f";
    color: #fff;
}

.icon-phone:before {
    content: "\e910";
    color: #0b3673;
}

.icon-pin:before {
    content: "\e911";
    color: #0b3673;
}

.icon-play:before {
    content: "\e912";
}

.icon-puzzle:before {
    content: "\e913";
    color: #fff;
}

.icon-share:before {
    content: "\e914";
    color: #c6c6c6;
}

.icon-talking:before {
    content: "\e915";
    color: #fff;
}

.icon-technical-support:before {
    content: "\e916";
    color: #fff;
}

.icon-time-management:before {
    content: "\e917";
    color: #fff;
}

.icon-upload:before {
    content: "\e918";
}

.icon-x:before {
    content: "\e919";
    color: #fff;
}

/* ----------------- font icons end ------------------ */

/* ----------------- header start ------------------ */
.cgc-nav {
    display: flex;
    align-items: center;
    border-bottom: .6px solid #b8b8ba;
    padding: 22px 0px;
}

.cgc-header {
    margin-bottom: 24px;
}

.logo img {
    width: 250px;
    height: 48px;
    object-fit: contain;
}

.cgc-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-left: 48px;
}

.cgc-menu>.cgc-blue-btn {
    display: none;
}

.cgc-menu-list li a {
    font-size: 14px;
    color: #12131a;
    transition: .3s;
}

.cgc-header .cgc-blue-btn {
    margin-left: auto;
}

.cgc-header.home-header .cgc-menu-list li a {
    color: #fff;
}

.cgc-header.home-header .cgc-nav {
    border: none;
}

.cgc-header.home-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.cgc-menu-list li a:hover {
    color: var(--cgc-orange) !important;
}

/* ----------------- header end ------------------ */

/* ----------------- titles and subtitles adn paragraphs start ------------------ */

.cgc-sub {
    font-size: 14px;
    font-family: in-smd;
    color: var(--cgc-orange);
    margin-bottom: 18px;
	    display: none;
}

.cgc-title {
    font-size: 42px;
    font-family: in-bd;
    line-height: 48px;
    color: #12131a;
    margin-bottom: 16px;
}

.sec-prg {
    font-size: 14px;
    line-height: 21px;
    color: #12131a;
}

/* ----------------- titles and subtitles adn paragraphs end ------------------ */

/* -------------buttons start --------- */

.cgc-blue-btn {
    background-color: var(--cgc-blue);
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: in-md;
    padding: 13px 30px;
    transition: .3s;
}

.cgc-blue-btn:hover {
    background-color: #474748;
}

.cgc-white-btn {
    background-color: #fff;
    color: #12131a;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    transition: .3s;
}

.cgc-white-btn span::before {
    margin-left: 13px;
    position: relative;
    left: 0;
    top: 1px;
    font-size: 18px;
    transition: .3s;
}

.cgc-white-btn:hover {
    background-color: #9E9E9E;
}

.cgc-white-btn:hover span::before {
    left: 5px;
}

.cgc-pro-btn {
    border: 1px solid var(--cgc-blue);
    padding: 12px 42px;
    font-size: 14px;
    line-height: 24px;
    color: var(--cgc-blue);
    font-family: in-md;
    transition: .3s;
}

.cgc-pro-btn:hover {
    background-color: var(--cgc-blue);
    color: #fff;
}

/* -------------buttons end ----------- */

/* ----------------- form start ------------------ */

.cgc-form input {
    width: 100%;
    font-size: 14px;
    color: #767676;
    padding: 12px 18px;
    border: 1px solid #e4e4eb;
    margin-bottom: 16px;
    transition: .3s;
}

.cgc-form textarea {
    width: 100%;
    font-size: 14px;
    color: #767676;
    padding: 12px 18px;
    border: 1px solid #e4e4eb;
    margin-bottom: 16px;
    transition: .3s;
    resize: none;
}

.cgc-form .cgc-blue-btn {
    color: #fff;
}

.cgc-form input:focus {
    outline: none;
    border-color: var(--cgc-orange);
}

.cgc-form textarea:focus {
    outline: none;
    border-color: var(--cgc-orange);
}

.cgc-form label {
    font-size: 14px;
    line-height: 21px;
    color: 000;
    margin-bottom: 8px;
}

.cgc-form input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.checkmark {
    border: 1px solid #e7e7e7;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.checkmark::after {
    content: '';
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
    position: absolute;
}

.cgc-form input[type="radio"]:checked~.checkmark {
    background-color: var(--cgc-blue);
}

.cgc-form input[type="radio"]:checked~.checkmark::after {
    display: block;
}

.radio-select {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-selection {
    display: flex;
    align-self: center;
    gap: 38px;
    margin-bottom: 47px;
}

.cgc-form input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.upload-file {
    border: 1px solid #e4e4eb;
    padding: 24px 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
}

.upload-file span::before {
    font-size: 28px;
}

.selected-file {
    font-size: 14px;
    line-height: 21px;
    color: #767676;
    margin-top: 8px;
}

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

/* ----------------- breadcrumb start ------------------ */
.breadcrumb a {
    font-size: 12px;
    line-height: 21px;
    color: #686868;
}

.breadcrumb a:first-child {
    padding-left: 30px;
}


.breadcrumb span {
    font-size: 12px;
    line-height: 21px;
    color: var(--cgc-orange);
}

.breadcrumb a::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #757575;
    position: relative;
    top: 1px;
    margin: 0px 5px;
}

.breadcrumb {
    margin-bottom: 100px;
    margin-top: 25px;
}

/* ----------------- breadcrumb end ------------------ */


.x-mark {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    margin-left: auto;
    margin-bottom: 40px;
}

.x-mark::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
}

.x-mark::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
}

.bars {
    background-color: transparent;
    border: none;
    display: none;
    min-width: 35px;
    height: 25px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 20px;
}

.bars span {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
}

.bars::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
}

.bars::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
}

.cgc-header.home-header .bars::after {
    background-color: #fff;
}

.cgc-header.home-header .bars::before {
    background-color: #fff;
}

.cgc-header.home-header .bars span {
    background-color: #fff;
}

/* ----------------- custom select start ------------------ */

/* first change display of the orginal select element to none */
.custom-select select {
    display: none;
}

.custom-select {
    width: 110px;
    position: absolute;
    left: 150px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #242C52;
}

/* customize the selected item div that we created  */
.selected-item {
    /* padding: 10px 15px; */
    border-radius: 8px;
    cursor: pointer;
    transition: .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.custom-select::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #d9d9dd;
    position: absolute;
    right: 0;
}

.text {
    font-size: 14px;
    font-family: mb-md;
    direction: ltr;
    color: #fff;
    line-height: 27px;
}

/* .selected-item:hover {
    background-color: #571818;
} */

/* customizung the optio list that we have created */
.option-list {
    border-radius: 8px;
    margin-top: 10px;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    background-color: #d9d9d9;
}

/* customizung the option div  */
.option {
    margin-bottom: 5px;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
    transition: .4s;
    display: flex;
    justify-content: center;
    direction: ltr;
}

.option:hover {
    background-color: #ececf0;
}

.option:last-child {
    margin-bottom: 0px;
}


/* the arrow in the selected div customization */
.arrow-down {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #d9d9d9;
    border-left: 2px solid #d9d9d9;
    display: inline-block;
    transform: rotate(-45deg);
    transition: .4s;
    position: relative;
    top: -2px;
}

.arrow-up {
    transform: rotate(136deg);
    top: 2px;
}

/* ----------------- custom select end ------------------ */

/* ----------------- accordion start ------------------ */

.accordion-item {
    background-color: #fff;
    margin-bottom: 16px;
    border: none;
    border-radius: 0 !important;
    transition: .3s;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.accordion-item.active .accordion-content {
    display:block;
}

.accordion-title {
    font-size: 14px;
    line-height: 21px;
    color: #12131a;
    margin: 0;
    font-family: in-bd;
}

.acc-title-bd {
    color: #000;
}

.accordion-head {
    padding: 0px 5px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-content {
    display: none;
    padding-right: 30px;
    padding-top: 17px;
}

.accordion-content p {
    color: #757575;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.deactive-content {
    display: none;
}

.tog-acc::after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #9E9E9E;
    border-left: 2px solid #9E9E9E;
    display: inline-block;
    transform: rotate(-45deg);
    transition: .3s;
    position: absolute;
}

.tog-acc {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.tog-acc-active::after {
    transform: rotate(135deg);
    transition: .3s;
    position: absolute;
}

.accordions-plus .tog-acc {
    position: relative;
    min-width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordions-plus .tog-acc::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #9E9E9E;
    display: inline-block;
    position: absolute;
    transition: .4s;
    border: none;
    display: inline-block;
    transform: rotate(0deg);
}

.accordions-plus .tog-acc::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #9E9E9E;
    display: inline-block;
    position: absolute;
}

.accordions-plus .tog-acc-active::after {
    transform: rotate(90deg);
    transition: .4s;
}

.about-faq {
    margin-bottom: 130px;
}

/* ----------------- accordion end ------------------ */

/* blog item start */

.blog-item-pic {
    width: 100%;
    height: 190px;
    margin-bottom: 15px;
}

.blog-item-pic a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .3s;
}

.blog-item-pic a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.blog-item-category {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blog-item-category a,
.blog-item-category span {
    font-size: 12px;
    line-height: 24px;
    color: #a2a2a2;
}

.blog-item-cats {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 5px;
}

.blog-item-cats::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #a2a2a2;
    position: relative;
}

.blog-item-title a {
    font-size: 16px;
    font-family: in-md;
    line-height: 26px;
    color: #000;
    padding-right: 40px;
    transition: .3s;
}

.blog-item:hover img {
    transform: scale(1.1) rotate(2deg);
}

.blog-item:hover .blog-item-title a {
    color: var(--cgc-orange);
}

/* blog item end */

/* footer start */

.cgc-footer {
    background-color: #000;
    padding-top: 102px;
}

.cgc-info .sec-prg {
    color: #fff;
    margin-bottom: 27px;
}

.cgc-info .logo {
    margin-bottom: 27px;
}

.cgc-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 32px;
}

.cgc-footer-contact a span:first-child {
    font-size: 14px;
    font-family: in-md;
    color: #fff;
}

.cgc-footer-contact a span:last-child {
    font-size: 14px;
    color: #b8b8ba;
    transition: .3s;
}

.cgc-footer-contact a:hover span:last-child {
    color: var(--cgc-orange);
}

.social-media {
    display: flex;
    gap: 40px;
}

.social-media a span::before {
    font-size: 24px;
    color: #fff;
    transition: .3s;
}

.social-media a:hover span::before {
    color: var(--cgc-orange);
}

.footer-lists {
    display: flex;
    align-items: start;
    justify-content: space-around;
}

.footer-list-item h5 {
    font-size: 14px;
    font-family: in-md;
    color: #f3f3f3;
    margin-bottom: 22px;
}

.footer-list-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list-item ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-list-item ul li a {
    font-size: 14px;
    color: #b8b8ba;
    transition:.3s;
}

.footer-list-item ul li a:hover {
    color:var(--cgc-orange);
}

.newsletter span {
    font-size: 16px;
    font-family: in-md;
    color: #fff;
    margin-bottom: 24px;
}

.newsletter {
    padding-left: 50px;

}

.footer-subscribe {
    width: 345px;
    position: relative;
}

.footer-subscribe input[type="email"] {
    width: 100%;
    font-size: 14px;
    color: #d0d0dd;
    padding: 14px 140px 14px 20px;
    border: 1px solid #a0a0a0;
    background-color: transparent;
    transition: .3s;
}

.footer-subscribe input[type="email"]:focus {
    outline: none;
    border-color: var(--cgc-orange);
}

.footer-subscribe input[type="email"]:focus~input[type="submit"] {
    background-color: var(--cgc-orange);
}

.footer-subscribe input[type="submit"] {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.copyright {
    margin-top: 60px;
    padding: 38px 0px;
    text-align: center;
    border-top: .5px solid #757575;
    font-size: 14px;
    color: #fff;
}

.footer-subscribe input[type="submit"] {
    border-radius:0px !important;
}

/* footer end */

/* ============================================================== components end =============*/

/* ============================================================== home page start =============*/

/* ----------------- hero start */
.cgc-hero {
    background-image: url('../img/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    margin-bottom: 74px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.hero-hozirental-line {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 2;
}

.hero-hozirental-line-content {
    position: relative;
}

.hero-hozirental-line-content::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: .5px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #6A6A6A;
}

.hero-share {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: .5px solid #474748;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 5%;
    background-color: transparent;
    backdrop-filter: blur(4px);
    transition: .3s;
}

.hero-share span::before {
    font-size: 18px;
    transition: .3s;
}

.hero-share span {
    transition: .3s;
}

.hero-share:hover {
    background-color: #0B3673;
    transform: scale(1.5);
}

.hero-share:hover span {
    transform: rotate(10deg);
}

.hero-content {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-vertical-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.hero-vertical-lines-content {
    margin: 0px 30px;
    border-left: .5px solid #6a6a6a;
    border-right: .5px solid #6a6a6a;
    height: 100vh;
    display: flex;
}

.hero-vertical-lines-content div {
    width: 50%;
}

.hero-vertical-box-right {
    border-left: .5px solid #6a6a6a;
}

.hero-vertical-box-right img {
    width: 100%;
    object-fit: cover;
    border-bottom: .5px solid #6a6a6a;
}

.hero-sub {
    background-color: var(--cgc-blue);
    padding: 10px 25px;
    font-size: 14px;
    font-family: in-md;
    color: #fff;
    margin-bottom: 24px;
	display:none;
}

.hero-title {
    font-size: 62px;
    font-family: in-elt;
    line-height: 130%;
    color: #fff;
    margin-bottom: 24px;
}

.hero-title span {
    font-family: in-bd;
}

.cgc-hero .sec-prg {
    font-size: 17px;
    line-height: 24px;
    color: #fdf9f9;
    margin-bottom: 55px;
}

.cgc-hero .sec-head {
    text-align: center;
    position: relative;
    z-index: 4;
    background-image: url('../img/cgc-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-top: 80px;
}

.cgc-hero .sec-head .sec-prg {
    padding: 0px 150px;
}

/* ----------------- hero end */

/* ----------------- about us start */
.about-us-title {
    font-size: 16px;
    font-family: in-bd;
    line-height: 24px;
    color: #12131a;
    margin-bottom: 24px;
}

.home-about-us .sec-prg {
    font-size: 14px;
    line-height: 24px;
    color: #12131a;
}

.about-us-sec {
    display: flex;
    height: 322px;

}

.about-us-video-discription {
    background-color: var(--cgc-blue);
    padding: 60px 19px 18px 33px;
    width: 30%;
}

.about-us-video-discription .about-us-title {
    color: #fff;
}

.about-us-video-discription .sec-prg {
    color: #fff;
}

.about-us-video {
    width: 70%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-video video {
    width: 100%;
    height: 322px;
    object-fit: cover;
}

.play-vid-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 8;
}

.about-us-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.play-vid-btn span::before {
    font-size: 16px;
    color:#000;
}

.about-us-video-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
}

.home-about-us {
    margin-bottom: 160px;
}

.testimonial-content {
    height: 350px;
    position: relative;
    margin-bottom: 55px;
}

.testimonial {
    margin-bottom: 140px;
    /* height: 500px; */
}

.testimonial .sec-head {
    text-align: center;
    margin-bottom: 115px;
}

.testimonial-bg {
    background-image: url('../img/map-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.testimonial-item {
    border-radius: 50%;
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 9;
    padding: 0;
    transition: 1s;
    transform: translateX(-50%);
}

.testimonial-item::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 0px 0px rgba(41, 55, 120, .06);
    transition: 1s;
    border: 6px solid transparent;
    box-shadow: 0px 0px 0px 7px rgba(41, 55, 120, 0);
}

.testimonial-item img {
    width: 100%;
    /* height: 100%; */
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-item.active {
    width: 100px !important;
    height: 100px !important;
    border: 6px solid var(--cgc-blue);
    box-shadow: 0px 0px 0px 7px rgba(41, 55, 120, .25);
    top: 80% !important;
    left: 50% !important;
    bottom: 0;
    left: 50% !important;
}

.testimonial-item.active::before {
    box-shadow: 0px 0px 0px 20px rgba(41, 55, 120, .06);
}

.testimonial-item-content .sec-prg {
    text-align: center;
    margin-bottom: 16px;
}

.testimonial-item-profile span:first-child {
    font-size: 14px;
    line-height: 21px;
    font-family: in-bd;
    display: block;
    text-align: center;
    margin-bottom: 4px;
}

.testimonial-item-profile span:last-child {
    font-size: 14px;
    line-height: 21px;
    display: block;
    text-align: center;
}

.testimonial-item-profile {
    margin-bottom: 86px;
}

.testimonial-item-content {
    left: -100%;
    transition: 1s;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
}

.testimonial-item-content.active {
    left: 0;
    opacity: 1;
}

.testimonial-item-content.prev {
    right: 100%;
    left: auto;
}


.testimonial-contect-box {
    overflow: hidden;
    position: relative;
    height: 225px;
}

.testimonial .cgc-swiper-btns {
    justify-content: center;
}

.testimonial .cgc-btn-next.disabled span::before {
    color: #767676;
}

.testimonial .cgc-btn-prev.disabled span::before {
    color: #767676;
}

/* ----------------- about us end */

/* testimonial start */

.testi-item-title {
    font-size: 16px;
    font-family: in-md;
    line-height: 21px;
}

.testi-item-name {
    font-size: 14px;
    line-height: 21px;
    font-family: in-bd;
    color: #12131a;
    display: block;
}

.testi-item-job {
    font-size: 14px;
    line-height: 21px;
    color: #12131a;
    display: block;
}

.testi-item .sec-prg {
    margin-bottom: 30px;
}

.about-testi-swiper .cgc-swiper-btns {
    position: absolute;
    bottom: 17%;
    right: 0;
    z-index: 1;
}

.cgc-swiper-btns {
    gap: 11px;
    display: flex;
    align-items: center;
}

.cgc-swiper-btns span::before {
    font-size: 32px;
}

.cgc-btn-prev span {
    transform: rotate(180deg);
}

.cgc-btn-prev.swiper-button-disabled span::before {
    color: #c8c8cc;
}

.cgc-btn-next.swiper-button-disabled span::before {
    color: #c8c8cc;
}

.cgc-btn-next,
.cgc-btn-prev {
    cursor: pointer;
}

.about-testi-swiper {
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 38px;
    background-image: url('../img/comma.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.brands {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:20px;
}

.brands img {
    height: 90px;
    object-fit: contain;
    filter:grayscale(1);
    transition:.3s;
}
.brands img:hover {
    filter:grayscale(0);
}

.testimonial-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cgc-testimonial {
    margin-bottom: 164px;
}

/* testimonial end */
/* features start */

.features-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px;
    border-right: 1px solid #eaeaea;
    padding-right:24px;
}

.features-item .sec-prg {
    text-align: center;
}

.features-item-title {
    font-size: 18px;
    font-family: in-bd;
    line-height: 21px;
    color: #12131a;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 16px;
}

.features-item span::before {
    font-size: 48px;
}

.features-content {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.no-border {
    border: none;
}

.home-features {
    margin-bottom: 187px;
}

/* features end */

/* mid sections start */
.mid-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mid-sec-content {
    padding-left: 78px;
}

.mid-sec-content .sec-head {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 37px;
}

.mid-sec-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mid-sec-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 14px;
    font-size: 14px;
    line-height: 21px;
}

.list-icon {
    min-width: 24px;
    height: 24px;
    background-color: var(--cgc-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-icon span::before {
    font-size: 16px;
}

.mid-sec {
    margin-bottom: 135px;
}

/* mid sections end */

/* house represent start */

.house-represent {
    background-color: #fcfcfc;
    padding: 90px 0px 102px;
    margin-bottom: 120px;
}

.house-represent-head {
    margin-bottom: 34px;
}

.house-represent-item img {
    width: 100%;
    height: 376px;
    object-fit: cover;
}

.house-represent-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide-active {
    transition: .3s;
}

.cgc-magni {
    width: 48px;
    height: 48px;
    background-color: var(--cgc-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s;
}

.cgc-magni:hover {
    background-color: var(--cgc-orange);
}

.cgc-magni span::before {
    font-size: 25px;
}

.house-reprersent-description {
    border-left: 3px solid var(--cgc-blue);
    padding-left: 28px;
}

.house-represent-title {
    font-size: 24px;
    font-family: in-bd;
    line-height: 48px;
    color: #12131a;
}

.house-represent-swiper-2 .swiper-slide-thumb-active {
    transform: scale(1.1);
    transition: .3s;
    z-index: 1;
    /* width: 350px !important; */
}

.house-represent-swiper-2 {
    padding: 20px 0px;
    margin-bottom: 100px;
}

.house-represent-item a {
    position: absolute;
    width: 52px;
    height: 52px;
    z-index: -1;
    opacity: 0;
}

.house-represent-swiper-2 .swiper-slide-thumb-active .house-represent-item a {
    z-index: 1;
    opacity: 1;
}

.h-r-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.house-represent-swiper-2 .swiper-slide:hover .h-r-overlay {
    opacity: 1;
}

/* house represent end */

/* appointment start */

.appointment img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.appointment {
    margin-bottom: 200px;
}

.appointment .sec-head {
    margin-bottom: 35px;
}

/* appointment end */

/* home blog start */

.cgc-blog {
    margin-bottom: 90px;
}

.cgc-blog .sec-head {
    text-align: center;
    margin-bottom: 54px;
}

/* home blog end */

/* get in touch start */

.getintouch .sec-head {
    text-align: center;
    margin-bottom: 24px;
}

.getintouch .cgc-form .upload-file {
    margin-bottom: 48px;
}

.getintouch {
    margin-bottom: 177px;
}

/* get in touch end */





/* ============================================================== home page end =============*/
/* ============================================================== about us page start =============*/

.page-head-content {
 background-image:linear-gradient(to right, #13205D 0%, #0B3673 21%, #0B3673 43%, #F2F4FF 100%)
}

.page-head-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-head-content .sec-head {
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 124px;
}

.page-head-content .cgc-title {
    color: #fff;
}

.page-head-content .sec-prg {
    color: #fff;
}

.page-head {
    margin-bottom: 107px;
}

.page-head .first-sec-title {
    color: #fff;
}

.page-head .breadcrumb {
    margin-bottom: 0;
}

.page-head .breadcrumb span {
    color: #fff;
}

.first-section .sec-head {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.first-section .sec-prg {
    color: #757575;
    line-height: 24px;
}

.first-sec-title {
    font-size: 38px;
    line-height: 52px;
    font-family: in-lt;
    margin-bottom: 17px;
}

.first-sec-title span {
    font-family: in-bd;
}

.about-us-brands-swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
    filter:grayscale(1);
    transition:.3s;
}

.about-us-brands-swiper img:hover {
    filter:grayscale(0);
}

.first-section {
    margin-bottom: 77px;
}

.history .sec-head {
    text-align: center;
    margin-bottom: 96px;
}

.history-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-item .sec-head {
    text-align: left;
    margin: 0;
}

.history-item .sec-prg {
    color: #757575;
    line-height: 21px;
}

.history-item-title {
    font-size: 32px;
    line-height: 32px;
    color: #12131a;
    font-family: in-smd;
    margin-bottom: 24px;
}

.history-item:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.history-item:not(:last-child) {
    margin-bottom: 98px;
}

.history-content {
    position: relative;
}

.history-content::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% + 108px);
    position: absolute;
    right: 50%;
    background-color: #d9d9d9;
    top: -15px;
}

.history {
    margin-bottom: 255px;
}

.history-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    height: calc(100% + 108px);
    top: -15px;
    right: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.history-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--cgc-blue);
}

.about-banner-content {
    background-image: linear-gradient(rgba(19, 32, 93, .2), rgba(19, 32, 93, .2)), url('../img/about-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px 0px;
}

.about-banner .sec-head {
    text-align: center;
}

.about-banner .sec-prg {
    color: #fff;
}

.about-banner .first-sec-title {
    color: #fff;
}

.about-banner {
    margin-bottom: 140px;
}

.employes .sec-head {
    text-align: center;
    margin-bottom: 122px;
}

.employe-item {
    padding-right: 46px;
    margin-bottom: 132px;
}

.employes .em-l:nth-child(even) .employe-item {
    padding-left: 46px;
    padding-right: 0;
    margin-top: 132px;
}

.employe-item-pic {
    position: relative;
    height: 315px;
    margin-bottom: 32px;
    overflow: hidden;
}

.employe-item-pic::before {
    content: '';
    display: inline-block;
    width: 84px;
    height: 79px;
    border-bottom: 55px solid transparent;
    border-right: 42px solid transparent;
    border-left: 42px solid #fff;
    border-top: 55px solid #fff;
    position: absolute;
    bottom: -13px;
    left: 13px;
    transform: rotate(-90deg);
    z-index: 6;
}

.employe-item-pic a {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.employe-item-pic a span::before {
    color: var(--cgc-blue);
    font-size: 30px;
    transition: .3s;
}

.employe-item:hover span::before {
    color: var(--cgc-orange);
}

.employe-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 3s;
}

.employe-item:hover img {
    transform: scale(1.1);
}

.employe-item-name {
    font-size: 16px;
    line-height: 21px;
    color: #12131a;
    font-family: in-md;
    display: block;
    margin-bottom: 6px;
}

.employe-item-job {
    font-size: 14px;
    color: var(--cgc-orange);
    display: block;
    margin-bottom: 20px;
}

.employe-desc ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #727272;
    margin-bottom: 8px;
}

.employe-desc , .employe-desc p {
    color: #727272;
    line-height: 22px;
    font-size: 14px;
}

.see-more {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: var(--cgc-blue);
    transition: .3s;
    gap: 13px;
}

.see-more span::before {
    color: var(--cgc-blue);
    position: relative;
    right: 0;
    transition: .3s;
    font-size: 18px;
}

.see-more:hover {
    color: var(--cgc-orange);
}

.see-more:hover span::before {
    color: var(--cgc-orange);
    right: -5px;
}

.see-more-box {
    display: flex;
    justify-content: start;
}

.about-faq .sec-prg {
    margin-bottom: 32px;
}

.gallery-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.gallery-item img:hover {
    transform: scale(1.1);
}

.gallery-item a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px 4px;
}

.gallery-item.g-1,
.gallery-item.g-6,
.gallery-item.g-5 {
    height: 270px;
}

.gallery-item.g-2,
.gallery-item.g-3-4,
.gallery-item.g-7 {
    height: 204px;
}

.gallery {
    margin-bottom: 130px;
}

/* ============================================================== about us page end =============*/
/* ============================================================== contact us page start =============*/
.contact-us-item {
    border: 1px solid #e5e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 67px 0px;
    transition: .3s;
}

.contact-us-item span::before {
    font-size: 42px;
    color: var(--cgc-blue);
    transition: .3s;
}

.contact-us-item span:first-child {
    margin-bottom: 32px;
}

.contact-item-title {
    font-size: 16px;
    line-height: 21px;
    font-family: in-md;
    color: #000;
    display: block;
    margin-bottom: 14px;
    transition: .3s;
}

.contact-us-item a {
    font-size: 14px;
    line-height: 21px;
    color: #767676;
    transition: .3s;
}

.contact-us-item a:hover {
    color:var(--cgc-orange);
}

.contact-us-item:hover span::before {
    color: #fff;
}

.contact-us-item:hover .contact-item-title {
    color: #fff;
}

.contact-us-item:hover a {
    color: #fff;
}

.contact-us-item:hover {
    background-color: var(--cgc-blue);
}

.contact-us {
    margin-bottom: 96px;
}

.getintouch .social-media a span::before {
    color: var(--cgc-blue);
}

.getintouch .social-media {
    justify-content: center;
    margin-top: 53px;
    gap: 77px;
}

.getintouch .social-media a:hover span::before {
    color: var(--cgc-orange) !important;
}

.getintouch.contact-us-page {
    margin-bottom: 53px;
}

/* ============================================================== contact us page end =============*/

/* ============================================================== product plp page start =============*/

.product-plp .sec-head {
    text-align: center;
    margin-bottom: 77px;
}

.product-plp-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.product-plp-item-loc {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #5e5e5e5e;
    margin-bottom: 24px;
}

.product-plp-item-loc span::before {
    font-size: 24px;
}

.product-plp-item-title span {
    font-size: 18px;
    line-height: 24px;
    font-family: in-bd;
    color: #12131a;
    transition: .3s;
}

.product-plp-item-title a:hover {
    color: var(--cgc-orange);
}

.product-plp-item-content {
    padding-left: 55px;
}

.product-plp-item-content .sec-prg {
    color: #5e5e5e5e;
    margin-bottom: 24px;
}

.product-plp-item {
    margin-bottom: 84px;
}

.product-plp-item:nth-child(even) .row {
    flex-direction: row-reverse;
}

.product-plp-item:nth-child(even) .product-plp-item-content {
    padding: 0;
}

.product-plp-item:hover img {
    transform: scale(1.1);
}

.product-plp-item a {
    overflow: hidden;
}

.product-plp {
    margin-bottom: 128px;
}

/* ============================================================== product plp page end =============*/
/* ============================================================== product pdp page start =============*/

.product-gallery-swiper-2 img {
    width: 100%;
    height: 567px;
    object-fit: cover;
}

.product-gallery-swiper-2 {
    margin-bottom: 14px;
}

.product-gallery {
    margin-bottom: 70px;
}

.product-gallery-swiper-1 img {
    width: 100%;
    height: 202px;
    object-fit: cover;
}

.gallery-swiper-button-next,
.gallery-swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 9;
}

.gallery-swiper-button-next {
    right: 36px;
}

.gallery-swiper-button-prev {
    left: 36px;
}

.gallery-swiper-button-next span::before,
.gallery-swiper-button-prev span::before {
    font-size: 42px;
}

.project-pdp-content p , .project-pdp-content {
    color: #5e5e5e;
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 14px;
}

.sec-prg-b p {
    font-size: 16px;
    font-family: in-bd !important;
    line-height: 28px;
    margin-bottom: 16px;
}

.product-features {
    padding-top: 56px;
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    border-top: 1px solid #eaeaea;
}

.product-features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-features-item span::before {
    font-size: 24px;
}

.product-f-title {
    font-size: 14px;
    line-height: 21px;
    color: #a2a2a2;
}

.product-features-item-head {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
}

.product-features-item>span {
    font-size: 17px;
    line-height: 21px;
    font-family: in-bd;
}

.product-detail {
    margin-bottom: 74px;
}

.product-plp-item-title a,
.product-plp-item-title span {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: in-bd;
    margin-bottom: 48px;
}

/* ============================================================== product pdp page end =============*/
/* ============================================================== blog plp page start =============*/

.blog-plp .sec-head {
    text-align: center;
    margin-bottom: 42px;
}

.blog-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 82px;
}

.blog-category-item {
    border: 1px solid #f3f3f3;
    font-size: 13px;
    color: #757575;
    padding: 5px 16px;
    transition: .3s;
}

.blog-category-item:hover {
    background-color: #eaeaea;
}

.blog-category-item.active {
    border-color: var(--cgc-blue);
    color: #fff;
    background-color: var(--cgc-blue);
}

.blog-plp {
    margin-bottom: 250px;
}

.blog-plp .blog-item {
    margin-bottom: 63px;
}

/* ============================================================== blog plp page end =============*/
/* ============================================================== blog pdp page start =============*/

.blog-pdp-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.blog-pdp-head .blog-item-category {
    margin-bottom: 28px;
}

.blog-pdp-head-title {
    font-size: 54px;
    line-height: 60px;
    font-family: in-bd;
    color: #000;
    margin-bottom: 28px;
}

.blog-pdp-pic img {
    width: 100%;
    height: 372px;
    object-fit: cover;
    margin-bottom: 24px;
}

.blog-pdp-content , .blog-pdp-content p {
    text-align: center;
    margin-bottom: 24px;
    color: #757575;
}

.blog-pdp-share {
    margin-top: 68px;
    padding-top: 28px;
    display: flex;
    align-items: center;
    gap: 26px;
    border-top: 1px solid #eaeaea;
}

.blog-pdp-share .social-media {
    gap: 40px;
}

.blog-pdp-share .social-media a span::before {
    color: var(--cgc-blue);
}

.blog-pdp {
    margin-bottom: 145px;
}

/* ============================================================== blog pdp page end =============*/

/* ============================================================== service page start =============*/
.services-pgae-up {
    font-size: 20px !important;
    line-height: 24px !important;
    font-family: in-md !important;
    color: #12131a !important;
    margin-bottom: 8px;
    display: block;
}

.services-breadcrumb {
    margin-bottom: 111px;
}

.services-item:not(:last-child) {
    margin-bottom: 120px;
}

.services-item {
    padding: 0px 20px;
}

.services-item:nth-child(even) .row {
    flex-direction: row-reverse;

}

.services-item:nth-child(even) .services-item-content {
    border-left: none;
    border-right: 3px solid var(--cgc-blue);
    padding-left: 0;
    padding-right: 72px;
}

.services-item:nth-child(even) .services-item-head {
    padding-right: 0;
    padding-left: 82px;
}

.services-item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 38px;
    padding-right: 82px;
}

.services-item-title {
    font-size: 32px;
    line-height: 38px;
    font-family: in-bd;
    color: #12131a;
}

.services-item-icon {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background-color: var(--cgc-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.services-item-icon span::before {
    font-size: 67px;
    transition: .3s;
}

.services-item:hover .services-item-icon {
    transform: scale(1.1);
}

.services-item:hover .services-item-icon span::before {
    color: var(--cgc-orange);
}

.services-item-head .sec-prg {
    font-size: 14px;
    font-family: in-lt;
    color: #000;
    padding: 0px 15px;
}

.services-item-content {
    border-left: 3px solid var(--cgc-blue);
    padding-left: 72px;
}

.services-item-content-title {
    font-size: 32px;
    font-family: in-md;
    line-height: 32px;
    color: #12131a;
    margin-bottom: 32px;
}

.services-item-content .sec-prg {
    font-size: 14px;
    line-height: 28px;
    color: #12131a;
    text-align: justify;
}


.cgc-services {
    margin-bottom: 155px;
}


/* ============================================================== service page end =============*/


@media only screen and (max-width:1400px) {
    .about-us-sec {
        height: auto;
    }

    .about-us-video-discription {
        padding: 20px;
    }

    .newsletter {
        padding: 0;
    }

    .footer-subscribe {
        width: auto;
    }
}

@media only screen and (max-width:1200px) {

    .cgc-menu-list {
        gap: 30px;
    }

    .cgc-header .cgc-blue-btn {
        padding: 13px;
    }

    .mid-sec-content {
        padding-left: 40px;
    }

    .appointment img {
        height: 100%;
    }

    .footer-subscribe input[type="submit"] {
        padding: 13px;
    }

    .footer-subscribe input[type="email"] {
        padding-right: 100px;
    }

    .first-sec-title {
        font-size: 32px;
        line-height: 42px;
    }

    .page-head-content .sec-head {
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .employe-item {
        padding-right: 0px;
        margin-bottom: 60px;
    }

    .employes .em-l:nth-child(even) .employe-item {
        padding-left: 0;
    }

    .employes {
        margin-bottom: 100px;
    }

    .blog-pdp-head-title {
        font-size: 48px;
    }

    .hero-title {
        font-size: 52px;
    }

    .features-item.no-borde-x {
        border: none;
    }
}

@media only screen and (max-width:992px) {

    .cgc-menu {
        position: fixed;
        height: 100vh;
        left: -100%;
        top: 0;
        width: 320px;
        padding: 20px;
        background-color: var(--cgc-blue);
        transition: .3s;
        z-index: 9999;
    }

    .cgc-menu-list {
        display: block;
        margin-left: 20px;
    }

    .cgc-menu-list li {
        margin-bottom: 20px;
    }

    .cgc-menu-list li a {
        color: #fff;
    }

    .bars {
        display: flex;
    }

    .x-mark {
        display: flex;
    }

    .menu-show {
        left: 0;
    }

    .hero-title {
        font-size: 46px;
        line-height: 110%;
    }
    
    .mid-sec-content {
        padding-left: 0;
    }
    
    .core-img {
        margin-top: 20px;
    }

    .about-us-sec {
        display: block;
        margin-bottom: 30px;
    }

    .about-us-video-discription,
    .about-us-video {
        width: auto;
    }

    .home-about-us,
    .cgc-testimonial,
    .home-features,
    .mid-sec,
    .appointment,
    .getintouch,
    .page-head,
    .first-section,
    .about-banner,
    .about-faq,
    .product-plp,
    .blog-plp,
    .blog-pdp {
        margin-bottom: 100px;
    }

    .history {
        margin-bottom: 150px;
    }

    .testimonial-pic {
        display: none;
    }

    .employes .em-l:nth-child(even) .employe-item {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .mid-sec img {
        height: 400px;
        margin-bottom: 30px;
    }

    .house-represent-swiper .swiper-slide-active {
        transform: scale(1.06);
        width: 270px !important;
    }

    .house-represent-item a {
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .cgc-magni {
        top: 44%;
    }

    .house-represent-swiper {
        padding: 50px 0px;
    }

    .appointment img {
        display: none;
    }

    .cgc-info {
        margin-bottom: 30px;
    }

    .footer-lists {
        justify-content: start;
        margin-bottom: 30px;
        gap: 40px;
    }

    .page-head-content img {
        display: none;
    }

    .page-head-content {
        padding: 0px 40px;
    }

    .about-banner-content {
        padding: 100px 50px;
    }

    .testimonial-contect-box {
        height: 140px;
    }
    
    .page-head-content {
        background-image: linear-gradient(to right, #13205D , #293778);
    }
}

@media only screen and (max-width:768px) {

    .cgc-hero .sec-head .sec-prg {
        padding: 0px 30px;
    }

    .hero-title {
        font-size: 34px;
        line-height: 110%;
    }

    .cgc-nav>.cgc-blue-btn {
        display: none;
    }

    .cgc-menu>.cgc-blue-btn {
        display: block;
        background-color: var(--cgc-orange);
        text-align: center;
    }

    .bars {
        margin-left: auto;
    }

    .hero-hozirental-line {
        top: 80%;
    }

    .features-item.no-borde-x {
        border-bottom: 1px solid #eaeaea !important;
    }

    .cgc-hero .sec-head {
        padding: 0;
    }

    .features-item {
        border-bottom: 1px solid #eaeaea;
        border-right: none;
    }

    .features-content {
        border-bottom: none;
    }

    .cgc-title {
        font-size: 32px;
        line-height: 40px;
    }

    .house-represent-head .sec-head {
        margin-bottom: 30px;
    }

    .house-represent-swiper {
        padding: 20px 0px;
        margin-bottom: 30px;
    }

    .house-represent-head {
        margin: 0;
    }


    .house-represent {
        padding: 60px 0px;
    }

    .home-about-us,
    .cgc-testimonial,
    .home-features,
    .mid-sec,
    .appointment,
    .getintouch,
    .house-represent,
    .page-head,
    .first-section,
    .about-banner,
    .about-faq,
    .employes,
    .gallery,
    .product-plp,
    .blog-plp,
    .blog-pdp {
        margin-bottom: 50px;
    }

    .history-item .sec-head {
        margin-bottom: 40px;
    }

    .history-content::before {
        right: auto;
        left: 0;
    }

    .history-dots {
        right: auto;
        left: -5px;
    }

    .history-item {
        padding-left: 40px;
    }

    .employes .em-l:nth-child(even) .employe-item {
        margin: 0;
        margin-bottom: 40px;
    }

    .employe-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .about-faq .sec-head {
        margin-bottom: 40px;
    }

    .contact-us-item {
        margin-bottom: 30px;
    }

    .getintouch .social-media {
        margin-top: 50px;
    }

    .product-plp-item-content {
        padding-left: 0px;
    }

    .product-plp-item img {
        margin-bottom: 40px;
        height: 380px;
    }

    .product-features {
        gap: 30px;
        justify-content: start;
        padding-top: 20px;
    }

    .product-gallery-swiper-2 img {
        height: 400px;
    }

    .product-gallery-swiper-1 img {
        height: 150px;
    }

    .breadcrumb {
        margin-bottom: 50px;
    }

    .gallery-swiper-button-next {
        right: 6px;
    }

    .gallery-swiper-button-prev {
        left: 6px;
    }

    .blog-pdp-head-title {
        font-size: 42px;
        line-height: 48px;
    }

    .testimonial-content {
        height: 450px;
    }

    .testimonial-bg {
        background-size: 100% 400px;
    }
    
        /* --------------------------------- services start*/
    .services-item-head {
        flex-direction: row;
        padding: 0;
        margin-bottom: 40px;
        gap: 20px;
        justify-content: start;
        flex-wrap: wrap;
    }

    .services-item-icon{
        width: 100px;
        height: 100px;
        order: 1;
    }

    .services-item-icon span::before {
        font-size: 55px;
    }

    .services-item-title {
        font-size: 24px;
        line-height: 28px;
        margin: 0;
        /* width: 155px; */
        order: 2;
    }

    .services-item-head .sec-prg {
        text-align: left;
        padding: 0;
        /* padding-right: 150px; */
        order: 3;
        /* margin-top: 30px; */
    }

    .services-item-content {
        padding-left: 40px;
    }

    .services-item:nth-child(even) .row {
        flex-direction: row;
    
    }
    
    .services-item:nth-child(even) .services-item-content {
        border-right: none;
        border-left: 3px solid var(--cgc-blue);
        padding-left: 40px;
        padding-right: 0;
    }
    
    .services-item:nth-child(even) .services-item-head {
        padding-right: 0;
        padding-left: 0;
    }

    .services-item:not(:last-child) {
        margin-bottom: 80px;
    }

    .cgc-services {
        margin-bottom: 50px;
    }

    .services-item-content-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width:576px) {

    .gallery-item a {
        margin: 0px 10px;
    }

    .employes .sec-head {
        margin-bottom: 40px;
    }

    .first-sec-title {
        font-size: 20px;
        line-height: 28px;
    }

    .about-banner-content {
        padding: 40px;
    }

    .getintouch .social-media {
        gap: 40px;
    }

    .breadcrumb a:first-child {
        padding: 0;
    }

    .breadcrumb a,
    .breadcrumb span {
        font-size: 10px;
    }

    .blog-pdp-head-title {
        font-size: 38px;
        line-height: 41px;
    }

    .testimonial-contect-box {
        height: 160px;
    }

    .hero-title {
        font-size: 26px;
        line-height: 122%;
    }

    .product-plp-item-title a, .product-plp-item-title span {
        margin-bottom: 10px;
    }

    .product-plp-item img {
        height: 100%;
        margin: 0;
    }
    
    .cgc-hero .sec-head {
        background-position: top 50px right;
    }
    
    .mid-sec {
        padding:0px 10px;
    }
    
    .house-represent-title {
        font-size:18px;
    }
    
    .blog-item-title a {
        padding:0;
    }
    
    .product-features {
        justify-content:space-between;
    }
    
    .product-features-item {
        min-width:40%;
        /*align-items:start;*/
    }
    
    .contact-us-item {
        padding:30px 0px;
    }
    
        /* ---------------------- services start */

    .services-item:nth-child(even) .services-item-content {
        padding-left: 20px;
    }

    .services-item-content {
        padding-left: 20px;
    }

    .services-item-content .sec-prg {
        line-height: 22px;
    }
}