@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* HEADINGS */

h1,
p {
    line-height: 1.4;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    color: #000;
    font-size: 1.3rem;
}

img {
    width: 100%;
}

body {
    font-size: 16px;
    font-family: 'Roboto', serif;
}

.container {
    width: 1170px;
    margin: auto;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

section {
    width: 100%;
    float: left;
    overflow: hidden;
}

.head-margin {
    height: 115px;
}


/* common buttons start */

.common-btn {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    background: #1d70ac;
    color: #fff;
    width: auto;
    border-radius: 0;
    padding: 6px 8px;
    box-shadow: 1px 12px 11px #1d70ac42;
    text-align: center;
    transition: .5s;
    text-decoration: none;
}

.common-btn.center {
    display: table;
    margin: auto;
    border-radius: 28px;
    padding: 8px 14px;
    box-shadow: 1px 12px 11px #1d70ac42;
    text-align: center;
    transition: .5s;
}


/* common buttons end */
.whatsapp {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.whatsapp {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}

/*********************************top-link-button-start******************************************/

#top-link-block {
    position: absolute;
    bottom: -82px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed;
    bottom: 18px;
    right: 10px;
    z-index: 2;
}

#top-link-block a {
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 0;
    border: none;
    color: #fff;
    background: #1d71aca1;
    display: block;
    transition: all ease .5s;
}

#top-link-block a:hover {
    color: #1d70ac;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 8px;
    /* opacity: 0.5; */
}


/* desk header */

.desk_header {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000000e6;
    z-index: 2;
    display: none;
}

.desk_header .desk_head {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    width: 300px;
    z-index: 999;
}

.clos_img {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 22px;
    cursor: pointer;
    background: #fff;
    width: 30px;
    border-radius: 50%;
    padding: 6px;
}

.desk_header .desk_head ul li {
    list-style: none;
    text-align: center;
    margin: 9% 0;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    transition: .5s;
}

.desk_header .desk_head ul li a {
    text-decoration: none;
    color: rgb(37, 37, 37);
}

.desk_header .desk_head ul li:hover {
    background: rgb(4, 1, 12);
}

.desk_header .desk_head ul li:hover a {
    color: #ffffff;
    padding: 5px 6px;
}


/* BASIC SETUP */

header {
    width: 100%;
    background: #fff;
    float: left;
    z-index: 2;
    position: relative;
    /* height: 100px;
    position: fixed; */
    transition: all 0.4s ease-in-out;
}

.grad-bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
}


/* fixed header */

header.fixed {
    width: 100%;
    height: 66px;
    background-color: #fff;
    position: fixed;
    z-index: 4;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

header.fixed .fix_log {
    display: inline-block;
}

header.fixed .no-search li .drop-dn .service-drop {
    top: 48px;
}

header.fixed .nav-item a:hover {
    color: #F1612D;
}

header.fixed .navbar .social {
    margin-top: 5px;
}

header.fixed .navbar ul {
    margin-top: 12px;
    padding: 5px 0;
}


/* NAVIGATION */

.navbar {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.navbar img {
    width: 195px;
    float: left;
    transition: all ease .5s;
}

.navbar img.fix_log {
    display: none;
}

header.fixed .navbar .blk_log {
    width: 115px;
}

header.fixed img.fix_log {
    display: inline-block;
    width: 115px;
}

.navbar img.nav_img {
    width: 35px;
    background: #3a1f71;
    padding: 7px;
    cursor: pointer;
}


/* start */

.navbar .slider-logo {
    width: 46%;
    height: 0;
    float: left;
    position: absolute;
    top: 8px;
    left: 162px;
}

.navbar .slider-logo marquee {
    width: 20%;
    float: left;
    margin-left: 75px;
}

header .fixed .slider-logo marquee {
    margin-left: 40px;
}

.navbar .slider-logo img {
    width: 50px;
}

.navbar .slider-text {
    padding-top: 9px;
    float: left;
    margin-left: 10px;
}

.navbar .slider-text p {
    color: #fff;
    font-size: 12px;
    float: left;
}


/* end  */

.navbar ul {
    float: right;
    margin-top: 17px;
    margin-right: 20px;
    padding: 20px 0;
    transition: all ease .4s;
}

.navbar .soc_icons {
    float: right;
    margin-top: 9px;
    padding: 20px 0;
    transition: all ease .5s;
}

.navbar .nav-item:hover .fa-caret-down {
    transform: rotate(-180deg);
}

.navbar .nav-item .fa-caret-down {
    transition: 0.3s ease-out;
    margin-left: 4px;
}

.navbar .social {
    float: right;
    margin-top: 10px;
    position: relative;
}

.navbar .social::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 71px;
    background-color: #fff;
    top: -20px;
}

.navbar .social .pop-req {
    width: 220px;
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    top: 35px;
    left: 53px;
    padding: 15px;
    background: #3c8716;
    border-radius: 4px;
    box-shadow: 0px 4px 6px #34303088;
}

.navbar .social .pop-req .inp {
    padding: 5px 0;
}

.navbar .social .pop-req .inp #opt_sel {
    width: 185px;
    border-radius: 4px;
    padding: 7px;
}

.navbar .social .pop-req .inp #opt_sel:focus-visible {
    outline: none;
}

.navbar .social .pop-req .inp input,
.navbar .social .pop-req .inp textarea {
    border-radius: 4px;
    padding: 7px;
    width: 185px;
}

.navbar .social .pop-req .inp textarea:focus {
    outline: none;
}

.navbar .social .pop-req .form-btn {
    text-align: center;
}

.navbar .social .pop-req .form-btn button {
    padding: 5px;
    width: 100px;
    font-weight: 500;
    border: 1px solid #3c8716;
    border-radius: 4px;
    background-color: #ac9104;
    color: #fff;
    font-size: 16px;
    transition: .4s;
    cursor: pointer;
}

.navbar .social .pop-req .form-btn button:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.navbar .social span.icon {
    float: left;
    background: #fff;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
    cursor: pointer;
}

.navbar .social i {
    color: #3c8716;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
}

.social .quote {
    background-color: #ac9104;
    border-radius: 8px;
    float: right;
    margin-left: 10px;
    padding: 6px;
    cursor: pointer;
    text-transform: uppercase;
}

.social .quote .request {
    color: #fff;
    padding-right: 14px;
}

.navbar .social i:hover {
    color: #fff;
}

.navbar .social span.icon:hover {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.205);
    transform: scale(1.1);
    background-color: #000;
}

header.fixed .navbar .social span:hover i {
    color: #fff;
}

header.fixed .navbar .soc_icons {
    padding: 0;
}

.navbar .soc_icons a img {
    margin: 0 5px;
    width: 30px;
}

.navbar ul li {
    float: left;
    list-style: none;
}

.navbar ul li a.active {
    color: #F1612D;
}

.navbar ul li:first-child {
    display: none;
}

.nav-item a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease-out;
    padding: 10px 0 0;
    margin-left: 20px;
    padding-bottom: 30px;
}

.nav-item a:hover {
    color: #F1612D;
}

.slider-logo-head {
    float: left;
    width: 50px;
    margin-left: 10px;
    padding-top: 7px;
    position: relative;
}

.slider-logo-head::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 71px;
    background-color: #fff;
    top: -10px;
    left: -9px;
}

.slider-logo-head img {
    width: 40px;
}


/******************* ThankYou page ****************/

.thankyou {
    width: 700px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    text-align: center;
    padding-bottom: 50px;
}

.thankyou h1 {
    text-transform: uppercase;
    color: #7b664f;
    font-size: 20px;
}

.thankyou p {
    border-top: 1px dotted #ccc;
    margin-top: 25px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.thankyou .para {
    font-size: 20px;
}

.thankyou .para2 {
    font-size: 15px;
    font-weight: 500;
}

.thankarea {
    width: 100%;
    float: left;
    background: #7b664f;
    padding: 50px 0;
    margin-bottom: 50px;
}

.thankarea .fa {
    background: #fff;
    width: 150px;
    font-size: 90px;
    color: #f1612dcc;
    border-radius: 100%;
    line-height: 150px;
}
/* SECTIONS */

.headline {
    width: 100%;
    height: 50vh;
    min-height: 350px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/jPLiQ-9/mountains-background-for-titles-intro-projects-and-etc_ew22rur3l__F0000.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    padding: 50px 20px;
    justify-content: space-around;
}

.feature-container {
    flex-basis: 30%;
    margin-top: 10px;
}

.feature-container p {
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}

.feature-container img {
    width: 100%;
    margin-bottom: 15px;
}


/* about section */

.about-us-section {
    width: 100%;
    overflow: hidden;
    background-color: #eaeaea;
    margin-top: -4px;
}

.about-us-section .maindiv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}

.about-us-section .image {
    width: 50%;
    float: left;
    padding: 50px 10px;
}

.about-us-section img {
    width: 70%;
    margin-right: 50px;
    float: right;
    border: 1px solid #93939312;
    filter: drop-shadow(40px 40px 0 #f6f6f6);
}

.about-us-section .about-text h1 {
    padding-bottom: 18px;
    font-size: 40px;
    font-weight: 400;
}

.about-us-section .about-text {
    width: 50%;
    float: left;
    padding: 0 20px;
    /* padding-right: 156px; */
}

.about-us-section .about-text p {
    color: #6d6e71;
    line-height: 1.5;
    font-size: 14px;
    padding-right: 56px;
}

.about-text a {
    float: left;
}

.about-text a input {
    margin-top: 20px;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #ff8800;
    background-color: #ff8800;
    color: #fff;
    transition: .5s;
}

.about-text a:hover input {
    background-color: #fff;
    color: #ff8800;
    cursor: pointer;
}

.about-text i {
    color: #ff8800;
    padding-left: 9px;
    padding-top: 7px;
    border: 1px solid #ff8800;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 2s;
}

.about-text i:hover {
    transform: rotate(360deg);
}


/* gdcompany-section */

.gdcompany-section {
    width: 100%;
    overflow: hidden;
}

.gdcompany-section .maindiv2 {
    margin: 50px 0;
}

.maindiv2 h2.gd-heading {
    text-align: center;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.maindiv2 h2.gd-heading::before {
    content: '';
    position: absolute;
    left: 44%;
    bottom: -7px;
    background: linear-gradient(to right, #000 70%, #fff 70%, #fff 80%, #ff8800 80%, #ff8800 100%);
    width: 195px;
    height: 3px;
}


/* .maindiv2 h2.gd-heading::after{
    content: '';
    position: absolute;
    left: 56%;
    bottom: -7px;
    background-color: #ff8800;
    width: 40px;
    height: 4px;
} */

.maindiv2 p {
    padding-top: 32px;
    text-align: center;
    font-size: 18px;
    color: #5b5a5a;
    text-transform: uppercase;
}

.maindiv2 p .changecl {
    color: #ff8800;
}

.maindiv2 .flexboard {
    margin: auto;
    width: 80%;
}

.maindiv2 .flexboard ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-decoration: none;
}

.maindiv2 .flexboard ul li {
    margin: 1%;
    float: left;
    /* background-color: #ff8800; */
    width: 31.33%;
    height: 300px;
}

.maindiv2 .flexboard ul li img {
    width: 100%;
}

.maindiv2 .flexboard ul li h2 {
    color: #fff;
    padding-left: 22px;
    padding-top: 15px;
    font-size: 21px;
}

.maindiv2 .flexboard ul li p {
    color: #fff;
    font-size: 12px;
    margin-top: -34px;
}

.flexboard figure {
    width: 136px;
    border-radius: 50%;
    /* overflow: hidden; */
    display: table;
    margin: 0 auto;
    padding-top: 40px;
    filter: drop-shadow(0px 4px 0 #6d5030);
}

.flexboard .flipbox {
    height: 100%;
    perspective: 1000px;
}

.flexboard .flipbox:hover .inner-flipbox {
    transform: rotateY(180deg);
}

.flexboard .flipbox .inner-flipbox {
    position: relative;
    border-radius: 23px;
    background-color: #ac9104;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flexboard .flipbox .back-inner-flipbox {
    padding: 0 11px;
    transform: rotateY(180deg);
}

.flexboard .flipbox .back-inner-flipbox p {
    font-size: 12px;
    padding-top: 47px;
    padding-bottom: 9px;
}

.flexboard .flipbox .back-inner-flipbox a {
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    padding: 3px 15px;
    background-color: #fff;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.flexboard .flipbox .back-inner-flipbox a:hover {
    background-color: #7b664f;
    color: #fff;
}

.flexboard ul li.cont2 .inner-flipbox {
    background-color: #8e683f;
    border-radius: 23px;
}

.flexboard ul li.cont3 .inner-flipbox {
    background-color: #f1612d;
    border-radius: 23px;
}

.flexboard ul li.cont4 .inner-flipbox {
    background-color: #f7a589;
    border-radius: 23px;
}

.flexboard ul li.cont5 .inner-flipbox {
    background-color: #66b53e;
    border-radius: 23px;
}

.flexboard ul li.cont6 .inner-flipbox {
    background-color: #ff8800;
    border-radius: 23px;
}

.flipbox .front-inner-flipbox,
.flipbox .back-inner-flipbox {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 23px;
}

.why-cro {
    padding: 50px 0;
    background: #f1f1f1;
}

.why-cro h2 {
    text-align: center;
    font-size: 29px;
    margin-bottom: 10px;
}

.why-cro p.why {
    text-align: center;
    margin-bottom: 50px;
    color: #757575;
}

.why-cro ul {
    display: flex;
    justify-content: space-between;
}

.why-cro ul li {
    width: 23%;
    text-align: center;
    box-shadow: 0 13px 20px rgba(194, 194, 194, 0.692);
    padding: 30px 10px;
    border-radius: 10px;
    transition: 0.2s;

}

.why-cro ul li:hover {
    box-shadow: 0 13px 30px rgba(177, 177, 177, 0.692);
    transform: scale(1.1);
}

.why-cro ul li img {
    width: 100px;
}

.why-cro ul li h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.why-cro ul li p {
    font-size: 14px;
    color: #757575;
}

/* services-section */

.service_sec {
    padding: 30px 0;
}

.service_sec ul.serv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.service_sec ul.serv li {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
    align-items: center;
    transition: .4s;
    box-shadow: inset 0 2px 4px #d1d1d147;
    font-family: 'Ubuntu', sans-serif;
}

.service_sec ul.serv li:hover {
    background-color: #F1612D !important;
    color: #fff !important;
}

.service_sec ul.serv li:hover .text p {
    color: #fff;
    transition: .4s;
}

.service_sec ul.serv li:first-child {
    width: 50%;
    justify-content: start;
    cursor: default;
    align-items: flex-start;
}

.service_sec ul.serv li:first-child .head {
    cursor: text;
}

.service_sec ul.serv li:nth-child(2),
.service_sec ul.serv li:nth-child(5) {
    background-color: #8080801c;
}

.service_sec ul.serv li:last-child {
    cursor: default;
    background-color: #8080801c;
}

.service_sec ul.serv li:first-child:hover {
    background-color: #fff !important;
}

.service_sec ul.serv li:last-child:hover .all {
    background-color: #fff;
    color: #f1612d;
}

.service_sec ul.serv li figure {
    width: 70px;
    position: relative;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

.service_sec ul.serv li figure img {
    transition: .4s;
}

.service_sec ul.serv li figure .img2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.service_sec ul.serv li:hover figure .img2 {
    opacity: 1;
}

.service_sec ul.serv li .head {
    text-transform: uppercase;
}

.service_sec ul.serv li .head h3 {
    position: relative;
    font-size: 16px;
    color: #F1612D;
    padding-bottom: 20px;
}

.service_sec ul.serv li .head h3::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #F1612D;
    top: 12px;
    left: 80px;
}

.service_sec ul.serv li .head h2 {
    font-size: 35px;
    line-height: 1.1;
}

.service_sec ul.serv li .head h2 span {
    color: #F1612D;
}

.service_sec ul.serv li .text {
    text-align: center;
}

.service_sec ul.serv li .text h4 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
}

.service_sec ul.serv li .text p {
    color: #616161;
    line-height: 26px;
}

.service_sec ul.serv li .all {
    padding: 18px;
    transition: .4s;
    cursor: pointer;
    background-color: #F1612D;
    color: #fff;
}

.service_sec ul.serv li .all a {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.service_sec ul.serv li:hover .all a {
    color: #F1612D;
}


/* @keyframes rotate {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.dec_sec ul.inner li:hover>figure {
    animation: rotate 2s linear 0s infinite;
} */

.dec_sec ul.inner li:hover>figure {
    transform: rotateY(360deg);
}

.dec_sec {
    padding: 100px 0;
    background: url(../images/de_bg.png);
    background-attachment: fixed;
    background-position: center;
}

.dec_sec ul.inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.dec_sec ul.inner li {
    width: 25%;
    padding: 10px;
    text-align: center;
    transition: .4s;
}

.dec_sec ul.inner li:hover {
    background-color: rgba(255, 255, 255, 0.555);
    border-radius: 6px;
}

.dec_sec ul.inner li:hover h4,
.dec_sec ul.inner li:hover p {
    color: #000;
}

.dec_sec ul.inner li figure {
    width: 70px;
    margin: 0 auto;
    transition: .4s;
    padding: 10px 0;
}

.dec_sec ul.inner li h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif;
}

.dec_sec ul.inner li p {
    margin-top: 5px;
    color: #fff;
    line-height: 1.65;
    font-family: 'Ubuntu', sans-serif;
}


/* process-section */

.process-section {
    background-color: #dafaf4;
    margin: 50px 0;
    overflow: hidden;
}

.process-section .maindiv3 {
    margin: 50px 0;
}

.maindiv3 h1 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
}


/* .maindiv3 .six-process{
    height: 237px;
} */

.maindiv3 .six-process ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    text-decoration: none;
}

.maindiv3 .six-process ul li {
    margin: 1%;
    width: 14%;
    display: flex;
    flex-direction: column;
}

.maindiv3 .six-process ul li figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    position: relative;
}

.maindiv3 .six-process ul li figure img {
    transition: .5s;
}

.maindiv3 .six-process ul li:hover .normal-icon {
    opacity: 0;
}

.maindiv3 .six-process ul li .hover-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
}

.maindiv3 .six-process ul li:hover .hover-icon {
    opacity: 1;
}

.maindiv3 .six-process ul li h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 37px;
}


/* our-works-section */

.works-section {
    margin-top: 50px;
}

.works-section .maindiv3 {
    margin: 50px 0;
}

.maindiv4 h1 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 40px;
}

.maindiv4 p {
    text-align: center;
    padding-top: 27px;
    font-size: 23px;
    text-transform: uppercase;
    color: #4a4948;
}

.maindiv4 p span {
    color: #ff8800;
}

.all-cato {
    background-color: #c1eff7;
    padding: 5px 23px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 31px;
}

.all-cato ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 10px;
    text-transform: uppercase;
}

.all-cato ul li:hover {
    background-color: #ff8800;
    border-radius: 8px;
}

.all-cato ul li:hover>a {
    color: #fff;
}

.all-cato ul li.active {
    background-color: #ff8800;
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 14px;
}

.all-cato ul li.active a {
    color: #fff;
    text-decoration: none;
}

.all-cato ul li {
    margin: 0 12px;
    font-size: 14px;
    padding: 3px 10px;
    transition: .2s;
}

.all-cato ul li a {
    color: #000;
    text-decoration: none;
}

.work-gallery ul {
    display: flex;
    flex-wrap: wrap;
}

.work-gallery ul li {
    list-style: none;
    width: 33.33%;
    position: relative;
}

.work-gallery ul li img {
    margin-bottom: -6px;
}

.work-gallery .button {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5757577a;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s;
}

.work-gallery ul li:hover .button {
    opacity: 1;
}

.work-gallery .image-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff8800;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 27px;
    border-radius: 4px;
    /* font-size: 19px; */
    transition: .2s;
}

.work-gallery .image-button:hover {
    color: #ff8800;
    background-color: #fff;
    border: 1px solid #ff8800;
}

.two-tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    overflow: hidden;
}

.two-tab .how-to-get {
    width: 50%;
    background-color: #f58634;
    padding: 80px 55px;
}

.two-tab .how-to-get h1 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.two-tab .how-to-get p {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.two-tab .why-choose {
    padding: 80px 55px;
    width: 50%;
    background-color: #f8ac92;
}

.two-tab .why-choose h1 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.two-tab .why-choose p {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.works-section .bar {
    background-color: #3f3002;
    width: 100%;
    height: 20px;
}


/* enquiry form */

.enquiry-form {
    padding: 100px 25px;
    /* background: url(../images/enquery-bg.jpg); */
    background-color: #dfe0e4;
    /* background-position: bottom;
    background-attachment: fixed; */
    overflow: hidden;
}

.left-text {
    width: 50%;
    float: left;
}

.left-text figure {
    float: right;
    width: 100%;
}

.left-text h1 {
    font-size: 36px;
    margin-bottom: 15px;
    width: 100%;
    color: #fff;
}

.left-text p {
    font-size: 18px;
    color: #fff;
}

.left-text ul {
    width: 100%;
    float: left;
    margin-top: 50px;
    list-style: none;
}

.left-text ul li i.fa-facebook {
    color: #fff;
    background-color: #3a559f;
    font-size: 50px;
    padding: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 87px;
    transition: .4s;
}

.left-text ul li i.fa-facebook:hover {
    background-color: #000;
}

.right-form {
    width: 50%;
    float: left;
    padding: 23px 26px;
    padding-left: 0;
    background-color: #f06175;
}

.right-form .heading {
    text-transform: capitalize;
    padding: 10px 0;
    padding-top: 0;
    margin-left: 25px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.right-form .heading h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 6px;
}

.right-form .heading p {
    padding: 15px 0;
}

.right-form form input::placeholder,
.right-form form textarea::placeholder {
    color: #ffffff;
}

.right-form form input,
.right-form form textarea {
    color: #fff;
    width: calc(50% - 25px);
    float: left;
    height: 50px;
    padding: 10px;
    background: #fc6b7f;
    margin-left: 25px;
    margin-bottom: 25px;
    border: none;
    /* transition: all ease .5s; */
}

.right-form form input:focus,
.right-form form textarea:focus {
    color: #fff;
    outline: 1px solid;
    border: none;
}

.right-form form input.phone {
    width: 95%;
}

.right-form form textarea {
    width: 95%;
    height: 100px;
}

.g-recaptcha {
    padding-left: 26px;
    width: 100%;
    float: left;
}

.right-form form button {
    width: 200px;
    margin: 22px 0 0;
    border: 1px solid #fc6b7f;
    margin-left: 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fc6b7f;
    cursor: pointer;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 0;
}

.right-form form button::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all ease .4s;
    background-color: #fc6b7f;
}

.right-form form button:hover {
    border: 1px solid #fff;
    color: #fff;
}

.right-form form button:hover::before {
    width: 100%;
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.testimonials_sec .inner {
    padding: 50px 0;
}

.testimonials_sec .inner ul.main {
    display: flex;
    flex-wrap: wrap;
}

.testimonials_sec .inner ul.main li:first-child {
    width: 40%;
    display: grid;
    place-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

.testimonials_sec .inner ul.main li:first-child h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 4px;
}

.testimonials_sec .inner ul.main li:first-child h2 {
    font-size: 30px;
    font-weight: 300;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.testimonials_sec .inner ul.main li:first-child h2 span {
    font-weight: 700;
    text-transform: capitalize;
}

.testimonials_sec .inner ul.main li:first-child p {
    padding-right: 20px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

.testimonials_sec .inner ul.main li.sec_child {
    width: 60%;
}

.testimonials_sec .inner ul.main li.sec_child ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    height: 350px;
    flex-direction: column;
}

.testimonials_sec .inner ul.main li.sec_child ul li {
    padding: 10px;
    /* width: 33%; */
    background-color: #f5f5f5;
}

.testimonials_sec .inner ul.main li.sec_child ul li .inner {
    text-align: center;
    padding: 12px 0;
}

.testimonials_sec .inner ul.main li.sec_child ul li .inner p {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 20px;
    color: #555555;
    text-align: left;
    height: 200px;
}

.testimonials_sec .inner ul.main li.sec_child ul li .person {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
    text-align: left;
    position: relative;
}

.testimonials_sec .inner ul.main li.sec_child ul li .person::before {
    position: absolute;
    content: '';
    top: -22px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 2px;
    background-color: #dddddd7e;
}

.testimonials_sec .inner ul.main li.sec_child ul li .person figure {
    height: 50px;
    display: flex;
    align-items: center;
}

.testimonials_sec .inner ul.main li.sec_child ul li .person figure img {
    width: 130px;
}

.testimonials_sec .inner ul.main li.sec_child ul li .person figure img.cir {
    width: 70px;
}

.testimonials_sec .inner ul.main li.sec_child ul li .person .text {
    padding-top: 12px;
}

.testimonials_sec .inner ul.main li.sec_child ul li .person .text h5 {
    text-transform: uppercase;
}

.testimonials_sec .inner ul.main li.sec_child .swiper-button-prev,
.testimonials_sec .inner ul.main li.sec_child .swiper-button-next {
    color: #6e6e6e;
}

.testimonials_sec .inner ul.main li.sec_child .swiper-button-prev::after,
.testimonials_sec .inner ul.main li.sec_child .swiper-button-next::after {
    font-size: 20px;
}


/* SEARCH FUNCTION */

#search-icon {
    font-size: 0.9rem;
    margin-top: 3px;
    margin-left: 15px;
    transition: color 0.3s ease-out;
}

#search-icon:hover {
    color: #3498db;
    cursor: pointer;
}

.search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
}

.no-search {
    /* transform: translate(0); */
    transition: transform 0.7s ease-in-out;
}


/* dropdown menu */

.no-search li {
    /* position: relative; */
    display: inline-block;
    text-transform: capitalize;
}

.no-search li .drop-dn {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .4s;
}

.no-search li .drop-dn .service-drop li:first-child {
    display: unset;
}

.no-search li .drop-dn .service-drop {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 85px;
    left: 0;
    z-index: 5;
    display: flex;
    background-color: #3c8716;
    padding: 0 1px;
}

.no-search li:hover .drop-dn .service-drop {
    height: 220px;
}

.no-search .nav-item:hover .drop-dn {
    opacity: 1;
    visibility: visible;
}

.no-search li .drop-dn .service-drop::after {
    position: absolute;
    /* content: ''; */
    width: 100%;
    height: 5px;
    bottom: 0;
    background: linear-gradient(to right, #f58634 20%, #847059 20%, #847059 40%, #ffdd21 40%, #ffdd21 60%, #45b653 60%, #45b653 80%, #f8ac92 80%, #f8ac92 100%);
}

.no-search li .drop-dn .service-drop .drop-inner {
    display: flex;
}

.no-search li .drop-dn .service-drop .mone {
    margin-left: 0px !important;
}

.no-search li .drop-dn .service-drop li {
    width: 100%;
    transition: all ease .4s;
    padding: 1px 0;
    text-align: center;
}

.no-search li .drop-dn .service-drop li figure {
    text-align: center;
    cursor: pointer;
    padding-top: 70px;
    padding-top: 50px;
}

.no-search li .drop-dn .service-drop li figure img {
    width: 60px;
    display: none;
}

.no-search li .drop-dn .service-drop li a {
    margin: 0;
    font-size: 18px;
}

.no-search li .drop-dn .service-drop li ul.list {
    margin: auto;
}

.no-search li .drop-dn .service-drop li ul.list li {
    padding: 0;
    padding-top: 0px;
    color: #fff;
    text-align: left;
    margin-left: 40px;
    margin-right: 0px;
}

.no-search li .drop-dn .service-drop li ul.list li h3 {
    font-size: 15px;
    color: #fbd13d;
}

.no-search li .drop-dn .service-drop li ul.list li a {
    font-size: 13px;
    text-transform: none;
    color: #fff;
}

.no-search li .drop-dn .service-drop li ul.list li a:hover {
    color: #fbd13d;
}

.search-input {
    position: absolute;
    top: -4px;
    right: -125px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.search-active {
    opacity: 1;
    z-index: 0;
}

input {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    padding: 5px;
}


/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #7b664f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* .fixed .menu-toggle .bar {
    background-color: #fff;
} */

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/* Banner */


/* .banner-sec {
    margin-bottom: -6px;
    
}
.banner-sec .swiper-button-next,
.banner-sec .swiper-button-prev {
    color: #ffffff;
    border: 1px solid rgb(187, 187, 187);
    width: 34px;
    border-radius: 8px;
    transition: 0.2s;
}
.banner-sec .swiper-button-next:hover,
.banner-sec .swiper-button-prev:hover{
    background: rgba(221, 221, 221, 0.486);
    
    
}
.banner-sec .common-btn{
    width: 140px;
    background: #ab170b;
    margin-left: 12px;
    border-radius: 6px;
    height: 40px;
    line-height: 28px;
    font-size: 16px;
    box-shadow:0 2px 3px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.banner-sec .common-btn::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.4s;
    z-index: -1;
}
.banner-sec .common-btn:hover::before{
    width: 100%;
    
}
.banner-sec .common-btn:hover{
    color: #ab170b;
}
.banner-sec .ban-inn .ban-text .common-btn.ph{
    margin-left: 0;
}
.banner-sec .ban-inn{
    position: relative;
}
.banner-sec .ban-inn .ban-text{
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-sec .ban-inn .ban-text h1{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}
.banner-sec .ban-inn .ban-text p{
    font-size: 18px;
    padding-bottom: 20px;
}
   */

.banner-sec .swiper-button-next:after,
.banner-sec .swiper-button-prev:after {
    font-size: 20px;
}

.banner-sec .mob {
    display: none;
}


/********************about us page**********************/

.about-sec {
    position: relative;
    overflow: unset;
}

.about-sec .mob {
    display: none;
}

.about-sec h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.wtc-sec {
    background: url(../images/about/bg-sec1.png) no-repeat;
    background-position: right;
}

.wtc-sec .main-wtc {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wtc-sec .wtc-left {
    float: left;
    width: 50%;
}

.wtc-sec .wtc-left h3 {
    color: #f1612d;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.wtc-sec .wtc-left h2 {
    font-size: 30px;
    color: #30303c;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    line-height: 35px;
    padding: 15px 0;
}

.wtc-sec .wtc-left h2 span {
    position: relative;
}

.wtc-sec .wtc-left h2 span::after {
    position: absolute;
    content: '';
    background-color: #f8b096;
    width: 100%;
    height: 10px;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.wtc-sec .wtc-left .para {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.wtc-sec .wtc-right {
    float: right;
    width: 50%;
    text-align: center;
}

.wtc-sec .wtc-right figure {
    position: relative;
}

.wtc-sec .wtc-right figure:hover .img.hov {
    opacity: 1;
}

.wtc-sec .wtc-right figure .img {
    width: 390px;
    transition: .4s;
    border-radius: 30px;
}

.wtc-sec .wtc-right figure .img.hov {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
}

.wcu-sec {
    background-color: #f7f7f7;
    font-family: 'Poppins', sans-serif;
}

.wcu-sec .main-wcu {
    padding: 50px 0;
    width: 100%;
    float: left;
}

.wcu-sec .main-wcu .wcu-left {
    float: left;
    width: 20%;
}

.wcu-sec .main-wcu .wcu-left h2 {
    color: #f1612d;
    font-weight: 400;
}

.wcu-sec .main-wcu .wcu-right {
    width: 70%;
    float: left;
}

.wcu-sec .main-wcu .wcu-right h2 {
    color: #30303c;
}

.wcu-sec .main-wcu .wcu-right .wcu-para {
    padding-top: 12px;
    color: #696969;
    font-weight: 300;
    font-size: 14px;
}

.wcu-sec .main-wcu .wcu-right ul.num-count {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 25px;
}

.wcu-sec .main-wcu .wcu-right ul.num-count li h3 {
    color: #52525d;
    font-weight: 500;
    font-size: 18px;
}

.wcu-sec .main-wcu .wcu-right ul.num-count .count {
    display: inline;
    color: #ff5b2e;
    font-size: 40px;
    font-weight: 600;
}

.wcu-sec .main-wcu .wcu-right ul.num-count span {
    color: #ff5b2e;
    font-size: 40px;
    font-weight: 400;
}

.miss-sec {
    background-color: #fbf1ef;
    font-family: 'Poppins', sans-serif;
}

.miss-sec .inner-miss {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.miss-sec .inner-miss .miss-left {
    float: left;
    width: 30%;
}

.miss-sec .inner-miss .miss-left ul li {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 30px;
    margin: 3%;
    border-radius: 15px;
    transition: .4s;
    cursor: pointer;
}

.miss-sec .inner-miss .miss-left ul li.active {
    background-color: #ffdbca;
}

.miss-sec .inner-miss .miss-left ul li:hover {
    background-color: #ffdbca;
    color: #ff5b2e;
}

.miss-sec .inner-miss .miss-left ul li .icon {
    margin-right: 10px;
}

.miss-sec .inner-miss .miss-left ul li .icon i {
    background-color: #fff;
    color: #ff5b2e;
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 2px 3px #ffbea2;
}

.miss-sec .inner-miss .miss-right {
    float: left;
    width: 70%;
}

.miss-sec .inner-miss .miss-right .para {
    margin-top: 20px;
    margin-left: 50px;
}

.miss-sec .inner-miss .miss-right .para h2 {
    margin-bottom: 7px;
    font-size: 26px;
}

.miss-sec .inner-miss .miss-right .para p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}

.miss-sec .inner-miss .miss-right .vis,
.miss-sec .inner-miss .miss-right .commit,
.miss-sec .inner-miss .miss-right .cval {
    display: none;
}

.tae-sec .innertae {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.tae-sec .innertae .head {
    text-align: center;
    padding: 10px 0;
}

.tae-sec .innertae .head h2 {
    font-size: 28px;
    color: #22212d;
}

.tae-sec .innertae .head p {
    font-size: 14px;
    padding: 12px 0;
}

.tae-sec .innertae ul.tae-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.tae-sec .innertae ul.tae-list li {
    background-color: #f7f7f7;
    width: 31.33%;
    padding: 20px;
    margin: 1%;
    margin-top: 40px;
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 2px 5px #80808088;
}

.tae-sec .innertae ul.tae-list li:hover {
    box-shadow: none;
}

.tae-sec .innertae ul.tae-list li figure {
    width: 50px;
    border-radius: 9px;
    margin-top: -45px;
    background-color: #fff;
    box-shadow: 0 2px 5px #80808088;
}

.tae-sec .innertae ul.tae-list li figure img {
    padding: 10px;
}

.tae-sec .innertae ul.tae-list li h3 {
    color: #22212d;
    padding: 10px 0;
    margin-top: 12px;
}

.tae-sec .innertae ul.tae-list li p {
    font-size: 14px;
    padding-bottom: 12px;
    height: 210px;
}

.car-sec {
    background-color: #fbf1ef;
    font-family: 'Poppins', sans-serif;
}

.car-sec .innercar {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.car-sec .innercar .car-left,
.car-sec .innercar .car-right {
    float: left;
    width: 50%;
}

.car-sec .innercar .car-left h4 {
    font-weight: 500;
    color: #ff5c31;
    font-size: 18px;
}

.car-sec .innercar .car-left h2 {
    font-size: 34px;
    color: #2a2630;
    line-height: 42px;
    padding-top: 15px;
}

.car-sec .innercar .car-left h2 span {
    position: relative;
    z-index: 0;
}

.car-sec .innercar .car-left h2 span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #ffc5b2;
    z-index: -1;
    bottom: 6px;
    left: 0;
}

.car-sec .innercar .car-left .car-btn {
    margin-top: 35px;
}

.car-sec .innercar .car-left a {
    text-decoration: none;
    border-radius: 28px;
    background-color: #ff5c31;
    color: #fff;
    transition: .2s;
    padding: 15px 30px;
    font-size: 16px;
    border: 1px solid #ff5c31;
    cursor: pointer;
}

.car-sec .innercar .car-left a:hover {
    background-color: #fbf1ef;
    color: #ff5c31;
}

.car-sec .innercar .car-left a i {
    margin-left: 5px;
}

.car-sec .innercar .car-right {
    text-align: center;
}

.car-sec .innercar .car-right img {
    width: 500px;
}


/********************contact us page**********************/

.contact-sec {
    position: relative;
}

.contact-sec .mob {
    display: none;
}

.contact-sec .ban-text {
    position: absolute;
    top: 20%;
    left: 0;
    transform: translate(20%, 18%);
    color: #30303c;
    /* text-transform: capitalize; */
    font-family: 'Poppins', sans-serif;
}

.contact-sec .ban-text h1 span {
    display: block;
}

.contact-sec .ban-text img {
    width: 30px;
    margin-left: -30px;
}

.contact-sec .ban-text h4 {
    color: #f1612d;
    font-size: 20px;
    font-weight: 300;
    display: inline;
    text-transform: uppercase;
}

.inq-sec .main-inq {
    float: left;
    width: 100%;
    padding: 30px 0 60px;
}

.inq-sec .main-inq .left {
    float: left;
    width: 40%;
}

.inq-sec .main-inq .left .head h4 {
    font-weight: 300;
    font-size: 15px;
    color: #f1612d;
}

.inq-sec .main-inq .left .head h2 {
    color: #30303c;
    font-weight: 900;
    font-size: 26px;
    padding: 10px 0;
}

.inq-sec .main-inq .left .head h2 span {
    position: relative;
    z-index: 0;
}

.inq-sec .main-inq .left .head h2 span::before {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 0;
    width: 95%;
    height: 6px;
    background-color: #f8b096;
    z-index: -1;
}

.inq-sec .main-inq .left .head p {
    color: #5f5f5f;
    letter-spacing: 1px;
    font-size: 16px;
}

.inq-sec .main-inq .left .cntus {
    padding-top: 196px;
}

.inq-sec .main-inq .left .cntus .inner {
    background-color: #e7fbff;
    padding: 40px 50px 150px;
}

.inq-sec .main-inq .left .cntus .inner h3 {
    font-size: 26px;
    color: #050748;
}

.inq-sec .main-inq .left .cntus .inner .cmn {
    margin-top: 20px;
    display: flex;
    color: #6a6a8e;
}

.inq-sec .main-inq .left .cntus .inner .cmn i {
    font-size: 22px;
}

.inq-sec .main-inq .left .cntus .inner .cmn span {
    display: inline-block;
    padding-left: 10px;
}

.inq-sec .main-inq .left .cntus .inner .cmn span h4 {
    font-size: 22px;
}

.inq-sec .main-inq .left .cntus .inner .cmn span p {
    padding-top: 5px;
    font-weight: 300;
}

.inq-sec .main-inq .left .cntus .inner .cmn span a {
    padding-top: 5px;
    text-decoration: none;
    color: #6a6a8e;
}

.inq-sec .main-inq .left .cntus .inner .cmn span a:hover {
    color: #000;
}

.inq-sec .main-inq .right {
    width: 60%;
    float: left;
    padding-left: 10px;
}

.inq-sec .main-inq .right .inner {
    background-color: #fffaef;
    padding: 20px;
}

.inq-sec .main-inq .right .inner .head h2 {
    font-size: 24px;
    color: #0a0a0a;
}

.inq-sec .main-inq .right .inner .head h2 span {
    display: block;
}

.inq-sec .main-inq .right .inner form {
    padding: 25px 0 5px;
    text-align: center;
}

.inq-sec .main-inq .right .inner form .g-recaptcha {
    padding-left: 5px;
    padding-bottom: 8px;
}

.inq-sec .main-inq .right .inner form .inp {
    padding: 5px;
    display: inline-block;
    position: relative;
    width: 48%;
}

.inq-sec .main-inq .right .inner form .inp.txtarea {
    width: 100%;
}

.show-error-msg {
    color: red;
    font-size: 11px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /* width: 150px; */
}

.inq-sec .main-inq .right .inner form .inp input,
.inq-sec .main-inq .right .inner form .inp textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background: #fffaef;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    transition: all .2s;
}


.inq-sec .main-inq .right .inner form .inp input:focus-visible,
.inq-sec .main-inq .right .inner form .inp textarea:focus-visible {
    background-color: #fff;
    outline: none;
}

.inq-sec .main-inq .right .inner form .chkbox {
    text-align: left;
    color: #243046;
    font-weight: 300;
    padding-left: 6px;
    font-size: 12px;
}

.inq-sec .main-inq .right .inner form .chkbox input:checked {
    background-color: #ff5c31;
}

.inq-sec .main-inq .right .inner form .chkbox span {
    padding-left: 5px;
}

.inq-sec .main-inq .right .inner form button {
    margin-top: 20px;
    border-radius: 28px;
    background-color: #ff5c31;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    border: 1px solid #ff5c31;
    transition: .4s;
    cursor: pointer;
}

.inq-sec .main-inq .right .inner form button:hover {
    color: #ff5c31;
    background-color: #fffaef;
}

.inq-sec .main-inq .right .inner form button i {
    font-size: 24px;
}

.inq-sec .main-inq .right .inner form button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inq-sec .main-inq .right .inner form button i {
    font-size: 24px;
    margin-left: 9px;
}

.inq-sec .main-inq .right .inner .priv {
    text-align: center;
}

.inq-sec .main-inq .right .inner .priv a {
    text-decoration: none;
    color: #707680;
    font-weight: 300;
}

.inq-sec .main-inq .right .inner .priv a i {
    color: #000;
    font-size: 24px;
    padding-right: 5px;
}

.inq-sec .main-inq .right .inner .sml-head {
    padding-top: 12px;
    text-align: center;
}

.inq-sec .main-inq .right .inner .sml-head h5 {
    font-size: 16px;
}

.inq-sec .main-inq .right .inner .sml-head ul.img-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
}

.inq-sec .main-inq .right .inner .sml-head ul.img-list li {
    margin: 4px 10px;
    width: 23%;
}

.inq-sec .main-inq .right .inner .sml-head ul.img-list li img {
    width: 60px;
}

.inq-sec .main-inq .right .inner .sml-head ul.img-list li p {
    text-transform: capitalize;
}

.map-sec iframe {
    width: 100%;
}


/********************career page**********************/

.career-sec {
    position: relative;
}

.career-sec .mob {
    display: none;
}

.career-sec ul.breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #243046;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.career-sec ul.breadcrumb.in {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    color: #243046;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.banner{
    position: relative;
}

.career-sec ul.breadcrumb li a,
.career-sec ul.breadcrumb li+li:before {
    color: #243046;
}

.ccc-sec .ccc-main {
    display: flex;

    float: left;
    width: 100%;
    padding: 30px 0;
    font-family: 'Poppins', sans-serif;
}

.ccc-sec .ccc-main .left,
.ccc-sec .ccc-main .right {
    float: left;
    width: 50%;
}

.ccc-sec .ccc-main .left .head h2 {
    color: #22314b;
    font-size: 28px;
}

.ccc-sec .ccc-main .left .para {
    color: #000000;
    padding-right: 50px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    text-align: justify;
}

.ccc-sec .ccc-main .left button {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    border: none;
    transition: ease-in-out .2s;
    cursor: pointer;
    background: linear-gradient(to right, #f32c92, #bc2cc9);
}

.ccc-sec .ccc-main .left button:hover {
    box-shadow: 0 2px 4px #808080;
    background: linear-gradient(to left, #f32c92, #bc2cc9);
}

.ccc-sec .ccc-main .left button i {
    padding-left: 8px;
}

.ccc-sec .ccc-main .right img {
    border-radius: 10px;
}

.carwel-sec {
    padding: 40px 0;
    background: linear-gradient(#ffe2e3, #fff8f4);
}

.carwel-sec .carwel-head {
    text-align: center;
}

.carwel-sec .carwel-head h4 {
    font-size: 20px;
    color: #f1612d;
    font-weight: 500;
}

.carwel-sec .carwel-head h2 {
    font-size: 36px;
    color: #22314b;
    font-family: 'Poppins', sans-serif;
}

.carwel-sec .carwel-head p {
    color: #636363;
    padding-top: 7px;
    font-family: 'Poppins', sans-serif;
}

.carwel-sec ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.carwel-sec ul li {
    background-color: #fff;
    border-radius: 10px;
    height: 180px;
    width: 31.33%;
    padding: 10px;
    margin: 1%;
    border: 1px solid #d4f0ff;
    box-shadow: 0 2px 12px #b5b5b588;
}

.carwel-sec ul li .inner {
    display: flex;
    padding: 12px 30px 0 20px;
}

.carwel-sec ul li .inner figure {
    width: 50px;
}

.carwel-sec ul li .inner h3 {
    padding-left: 12px;
}

.talent.desig {
    padding-top: 0;
}

.talent.desig h2 {
    margin-bottom: 10px;
}

.talent.desig .form-man .form_in textarea {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding-left: 10px;
}

.talent.desig .form-man .uploadc {
    padding: 10px 20px;
    background: #0077bd;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 12px;
}

.talent.desig .form-man .form_in.up {
    margin-top: 20px;
    margin-bottom: 22px;
}

.talent.desig .form-man .uploadc input {
    display: none;
}

.talent .form-man .form_in.wid100 .butn-com {
    float: left;
}

.talent {
    padding: 50px 0;
}

.talent .join_com ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.talent .join_com ul {
    list-style: none;
}

.talent h2 {
    font-size: 40px;
    color: #231f20;
    text-align: center;
    font-weight: 500;
}

.talent .join_com {
    box-shadow: 0 0 10px rgb(221, 221, 221);
    padding: 22px 12px 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.talent .join_com p {
    padding-bottom: 20px;
    font-weight: 600;
    color: #231f20;
    font-family: 'Khand', sans-serif;
    text-align: center;
}

.talent .join_com ul li {
    width: 33.33%;
    text-align: center;
}

.talent .join_com ul li img {
    width: 35px;
}

.talent .join_com ul li .or {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.talent .join_com ul li .or::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    background: #231f20;
    width: 20px;
    height: 2px;
}

.talent .join_com ul li .or::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    background: #231f20;
    width: 20px;
    height: 2px;
}

.talent .join_com ul li label::after {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 4px;
    bottom: 0;
    z-index: -1;
    background: #fff;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.3s ease-out;
    transition-timing-function: ease-out;
}

.talent .join_com ul li input[type="file"]::file-selector-button {
    background: #0059a2;
    color: #fff;
    border: 1px solid #0059a2;
    height: 40px;
    cursor: pointer;
}

.talent .join_com ul li input[type="file"] {
    border: 1px solid #ccc;
}

.talent .join_com ul li:nth-child(3) {
    padding-right: 166px;
}

.talent .form-man .form_in {
    width: 50%;
    float: left;
    height: 70px;
    position: relative;
}

.talent .form-man .form_in .iti {
    width: 100%;
    position: relative;
}

.talent .form-man .form_in input,
.talent .form-man .form_in select {
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 10px;
    transition: 0.3s;
}

.talent .form-man .form_in .show-error-msg,
.talent .form-man .form_in .iti .show-error-msg {
    position: absolute;
    left: 0;
    bottom: 2px;
    font-size: 12px;
    color: red;
}

.talent .form-man .form_in .iti .show-error-msg {
    bottom: -15px;
}

/* .talent .form-man .form_in input.phone{
    padding-left: 50px;
} */
.talent .form-man .form_in input:focus,
.talent .form-man .form_in select:focus {
    outline: none;
    border: 1px solid #444;
}

.talent .form-man .form_in:nth-child(1) input,
.talent .form-man .form_in:nth-child(3) input,
.talent .form-man .form_in:nth-child(5) input,
.talent .form-man .form_in:nth-child(7) select {
    width: 95%;
}

.talent .form-man .form_in.wid100 {
    width: 100%;
    height: auto;
}

.talent .form-man .form_in.wid100 .g-recaptcha {
    padding-left: 0;
    padding-top: 10px;
}

.talent .form-man .form_in.wid100 input {
    width: 16px;
    float: left;
    height: auto;
    margin-top: 4px;
}

.talent .form-man .form_in.wid100 .left {
    float: right;
    width: calc(100% - 23px);
}

.talent .form-man .form_in.wid100 .btn {
    float: left;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    background: #ef7f1a;
    color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 1px 12px 11px #ac561d42;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.talent .form-man .form_in.wid100 .btn:hover {
    color: #ef7f1a;
    border: 1px solid #fff;
}

.talent .form-man .form_in.wid100 .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.3s ease-out;
    transition-timing-function: ease-out;
}

.talent .form-man .form_in.wid100 .btn:hover::after {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.hir-sec {
    background-color: #fcfcfc;
    padding: 40px 0;
}

.hir-sec .hir-main .head {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.hir-sec .hir-main .head h2 {
    color: #2a3048;
    font-size: 36px;
    font-weight: 900;
}

.hir-sec .hir-main .head h2 span {
    position: relative;
    z-index: 0;
}

.hir-sec .hir-main .head h2 span::before {
    position: absolute;
    content: '';
    background-color: #f4865f;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: -1;
}

.hir-sec .hir-main .head p {
    color: #636363;
    font-size: 16px;
}

.hir-sec .hir-main ul.hir {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.hir-sec .hir-main ul.hir li {
    width: 31.33%;
    margin: 1%;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 5px #80808088;
}

.hir-sec .hir-main ul.hir li .inner {
    font-family: 'Poppins', sans-serif;
}

.hir-sec .hir-main ul.hir li .inner h3 {
    color: #f4875f;
    font-size: 18px;
    padding-bottom: 15px;
}

.hir-sec .hir-main ul.hir li .inner ul.inf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    color: #636363;
}

.hir-sec .hir-main ul.hir li .inner ul.inf .inf-li {
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hir-sec .hir-main ul.hir li .inner ul.inf:last-child {
    margin-top: 20px;
}

.hir-sec .hir-main ul.hir li .inner ul.inf .inf-li h4,
.hir-sec .hir-main ul.hir li .inner ul.inf .inf-li.but {
    text-align: right;
}

.hir-sec .hir-main ul.hir li .inner ul.inf .inf-li button {
    padding: 10px 20px;
    font-size: 16px;
    color: #f4865f;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #f4865f;
    transition: ease-in-out .2s;
    cursor: pointer;
}

.hir-sec .hir-main ul.hir li .inner ul.inf .inf-li button:hover {
    background-color: #f4865f;
    color: #fff;
}

.hir-sec .hir-main ul.hir li .inner ul.inf .inf-li button i {
    margin: -3px;
}


/********************graphic us page**********************/

.graphic-sec {
    position: relative;
}

.graphic-sec .mob {
    display: none;
}

.graphic-sec .breadcrumb {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.graphic-sec h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

ul.breadcrumb {
    padding: 10px 16px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "•\00a0";
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    text-decoration: underline;
}

.gd-sec {
    padding: 30px 0;
    font-family: 'Quicksand', sans-serif;
}

.gd-sec .head {
    text-align: center;
    padding-bottom: 12px;
    position: relative;
}

.gd-sec .head::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 180px;
    height: 3px;
    border-radius: 10px;
    background-color: #f26a2a;
}

.gd-sec .head h2 {
    font-size: 40px;
    color: #000;
}

.gd-sec .head h2 span {
    color: #f26a2a;
}

.gd-sec .gd-main {
    float: left;
    width: 100%;
}

.gd-sec .gd-main .gd-left,
.gd-sec .gd-main .gd-right {
    float: left;
    width: 50%;
    padding-top: 20px;
}

.gd-sec .gd-main .gd-left h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 12px;
}

.gd-sec .gd-main .gd-left h2 span {
    color: #f26a2a;
}

.gd-sec .gd-main .gd-left p {
    color: #343434;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 15px;
    padding-right: 100px;
}

.gd-sec .gd-main .gd-right {
    padding: 0;
}

.gd-sec .gd-main .gd-right figure {
    transform: rotate(-12deg);
}

.gd-sec .gd-main .gd-right img {
    border-radius: 10%;
    padding: 20px;
    width: 450px;
}

.rs-sec {
    padding: 30px 0;
    background-color: #fdf8f5;
}

.rs-sec .head {
    position: relative;
}

.rs-sec .head::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 180px;
    height: 3px;
    border-radius: 10px;
    background-color: #f26a2a;
}

.rs-sec h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 12px;
    font-size: 40px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

.rs-sec h2 span {
    color: #f26a2a;
}

.rs-sec ul.rs-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

.rs-sec ul.rs-pro li {
    width: 31.33%;
    margin: 10px;
    position: relative;
}

.rs-sec ul.rs-pro li .hov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -4px;
    transition: .4s;
    width: 100%;
    height: 99%;
    background: repeating-linear-gradient(black, #00000061);
    opacity: 0;
    visibility: hidden;
}

.rs-sec ul.rs-pro li:hover .hov {
    opacity: 1;
    visibility: visible;
}

.rs-sec ul.rs-pro li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 0 0 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.rs-sec ul.rs-pro li a i {
    padding: 10px;
    margin-left: 6px;
    line-height: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}


/********************brochure page**********************/

.broc-sec {
    position: relative;
}

.broc-sec .breadcrumb {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
    text-align: center;
}


/* .broc-sec .breadcrumb::after{
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background-color: #fff;
} */

.broc-sec h1 {
    color: #014a7f;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.broc-ban .mob {
    display: none;
}

.bd-sec {
    padding: 30px 0;
    margin-bottom: 40px;
    font-family: 'Quicksand', sans-serif;
}

.bd-sec .head {
    text-align: center;
    padding-bottom: 12px;
    position: relative;
}

.bd-sec .head::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 180px;
    height: 3px;
    border-radius: 10px;
    background-color: #f26a2a;
}

.bd-sec .head h2 {
    font-size: 40px;
    color: #000;
}

.bd-sec .head h2 span {
    color: #f26a2a;
}

.bd-sec .gd-main {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.bd-sec .gd-main .gd-left,
.bd-sec .gd-main .gd-right {
    float: left;
    width: 50%;
    padding-top: 20px;
}

.bd-sec .gd-main .gd-left h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 12px;
}

.bd-sec .gd-main .gd-left h3 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #f26a2a;
}

.bd-sec .gd-main .gd-left .web-main-head2 {
    padding-right: 90px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.bd-sec .gd-main .gd-left .web-main-head3 {
    color: #f26a2a;
    font-size: 24px;
    padding: 10px 0;
    text-transform: uppercase;
}

.bd-sec .gd-main .gd-left h2 span {
    color: #f26a2a;
}

.bd-sec .gd-main .gd-left p {
    color: #343434;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 15px;
    padding-right: 50px;
    text-align: justify;
}

.bd-sec .gd-main .gd-right {
    padding: 0;
}

.bd-sec .gd-main .gd-right figure {
    transform: rotate(-12deg);
}

.bd-sec .gd-main .gd-right img {
    border-radius: 10%;
    padding: 20px;
    width: 450px;
}

.bd-sec .head:before {
    left: 0;
    transform: none;
}

.bd-sec.stall .head h2 {
    text-align: left;
}

.rp-sec {
    padding: 30px 0;
    background-color: #fdf8f5;
}

.rp-sec .head {
    position: relative;
}

.rp-sec .head::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 180px;
    height: 3px;
    border-radius: 10px;
    background-color: #f26a2a;
}

.rp-sec h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 2px;
    padding-bottom: 12px;
    font-size: 40px;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

.rp-sec h2 span {
    color: #f26a2a;
}

.rp-sec ul.rs-pro {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    padding: 20px 0;
}

.rp-sec .butn {
    margin-bottom: 15px;
    text-align: center;
}

.rp-sec .butn a {
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: .4s;
    background-color: #ff5240;
    color: #fff;
    border: 1px solid #ff5240;
}

.rp-sec .butn a:hover {
    color: #ff5240;
    background-color: #fdf8f5;
}

.rp-sec ul.rs-pro li {
    width: 31.33%;
    margin: 10px;
    position: relative;
}

.rp-sec ul.rs-pro li .hov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -4px;
    transition: .4s;
    width: 100%;
    height: 99%;
    background: repeating-linear-gradient(black, #00000061);
    opacity: 0;
    visibility: hidden;
}

.rp-sec ul.rs-pro li:hover .hov {
    opacity: 1;
    visibility: visible;
}

.rp-sec ul.rs-pro li .op-cl {
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    padding: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.rp-sec ul.rs-pro li .op-cl span {
    display: block;
}

.rp-sec ul.rs-pro li .op-cl i {
    padding: 10px;
    margin-left: 6px;
    line-height: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-sec ul.rs-pro li .op-cl.vid i {
    background: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;

}

.web-do {
    padding: 30px 0;
    margin-bottom: 40px;
    font-family: 'Quicksand', sans-serif;
}

.web-do .main-web {
    position: relative;
}

.web-do .main-web::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background-color: #f4f9fd;
    z-index: -1;
}

.web-do .head {
    position: relative;
    padding-top: 20px;
}

.web-do .head:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 180px;
    height: 3px;
    border-radius: 10px;
    background-color: #f26a2a;
}

.web-do .head h2 {
    color: #f26a2a;
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 12px;
    text-align: center;
}

.web-do .web-para {
    max-width: 900px;
    margin: auto;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #060301;
    font-family: 'Quicksand', sans-serif;
}

.web-do .main {
    display: flex;
    width: 900px;
    margin: auto;
    margin-top: 20px;
}

.web-do .main .lt {
    width: 48%;
    margin: 1%;
    padding: 4%;
    box-shadow: 0 2px 5px #8080803b;
    cursor: pointer;
    background-color: #fff;
    transition: all .4s;
}

.web-do .main .lt .head::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50px;
    width: 100px;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
    transition: all .4s;
}

.web-do .main .lt .head h2 {
    font-size: 19px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    transition: all .4s;
}

.web-do .main .lt .head h2 span {
    display: block;
}

.web-do .main .lt p {
    margin-top: 20px;
}

.web-do .main .rt {
    background-color: #f26a2a;
    color: #fff;
}

.web-do .main .rt .head::before {
    background-color: #fff;
}

.web-do .main .rt .head h2 {
    color: #fff;
}



/********************packaging page**********************/

.pck-right {
    padding: 0;
}

.pck-right img {
    border-radius: 10%;
    padding: 20px;
    width: 450px;
    margin-top: 33px;
}


/********************print page**********************/

.prnt-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prnt-main .pck-right img {
    border-radius: 0;
}

ul.prnt {
    justify-content: flex-start !important;
}


/********************logo page**********************/

.lg-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* stall page */
.make-us {
    padding: 50px 0;
}

.make-us h2 {
    text-align: center;
    font-size: 35px;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    margin-bottom: 50px;
}

.make-us h2::before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 3px;
    border-radius: 10px;
    background-color: #f26a2a;
}

.make-us h2 span {
    color: #f26522;
    text-transform: uppercase;
}

.make-us ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.make-us ul li {
    width: 31.33%;
    background: #fff;
    box-shadow: 0 0 10px #00000027;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    margin: 1%;
    height: 240px;

}

.make-us ul li img {
    width: 50px;
}

.make-us ul li h3 {
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;

}

/*******************counter**************************/

.counter_happ {
    padding: 50px 0;
    background-color: #f26522;
    color: #fff;
}

.counter_happ ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.counter_happ ul li:nth-child(1) {
    border: none;
}

.counter_happ ul li {
    width: 33.33%;
    text-align: center;
    border-left: 1px solid;
}

.counter_happ h2 {
    color: #fff;
    font-size: 56px;
}

.counter_happ p {
    font-size: 25px;
    text-transform: uppercase;
}

/* why_us */

.form_l{
    width: 400px;
}
.form_l .form-inn{
    margin-bottom: 10px;
}
.why_us {
    padding: 50px 0;
}

.why_us .main-d {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 12px auto -4px;
    padding: 0 50px;
}

.why_us .main-d:nth-child(even) {
    flex-direction: row-reverse;
}

.why_us .main-d .common {
    width: 48%;

}

.why_us .main-d .common h2 {
    font-size: 50px;
    color: #f26522;
    margin-bottom: 7px;
}

.why_us .main-d .common h2 span {
    position: relative;
}

.why_us .main-d .common h2 span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: #f26522;
    width: 20px;
    height: 2px;
}

.why_us .main-d .common h3 {
    margin-bottom: 12px;
}
.designing_gallery{
    padding: 50px 0;
    background: #ebebeb;

}
.designing_gallery h2 {
    color: #f26522;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
}

.designing_gallery h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #f26522;
    width: 300px;
    height: 2px;
}

.designing_gallery p {
    text-align: center;
    width: 650px;
    margin: 0 auto 20px;
}

.designing_gallery .main-d ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.designing_gallery .main-d ul li {
    position: relative;
    width: 31.33%;
    margin: 1%;
}

.designing_gallery .main-d ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.555);
    opacity: 0;
    transition: 0.3s;
}

.designing_gallery .main-d .overlay {
    position: absolute;
    width: 95%;
    height: 95%;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.555);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
}

.designing_gallery .main-d .overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
}

.designing_gallery .main-d ul li:hover .overlay,
.designing_gallery .main-d ul li:hover::before {
    opacity: 1;
}

.designing_gallery .common-btn {
    margin: auto;
    display: table;
    padding: 10px;
    background: #f26522;
box-shadow: none;
}

.how_we_different {
    padding: 50px 0;
}

.how_we_different h2 {
    color: #f26522;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
    
}

.how_we_different h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #f26522;
    width: 300px;
    height: 2px;
}
.how_we_different .para{
    text-align: center;
    margin-bottom: 50px;
}
.how_we_different ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.how_we_different ul li{
    width: 31.33%;
    margin: 1%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 30px;
    transition: 0.3s;
    border-radius: 10px;
}
.how_we_different ul li:hover{
    background: #f26522;
}
.how_we_different ul li:hover h3,
.how_we_different ul li:hover p{
    color: #fff;
}
.how_we_different ul li img{
    width: 50px;
    transition: 0.3s;
}
.how_we_different ul li figure{
    position: relative;
    width: 50px;
}
.how_we_different ul li figure .hov{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.how_we_different ul li:hover .hov{
    opacity: 1;
    visibility: visible;
}
.how_we_different ul li:hover .desk{
    opacity: 0;
    visibility: hidden;
}
.how_we_different ul li h3{
    font-weight: 500;
    margin: 10px 0;
    transition: 0.3s;
}
.how_we_different ul li p{
    transition: 0.3s;
}
/********************footer**********************/

footer {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    font-weight: 300;
}

footer::before {
    width: 1px;
    height: 100%;
    color: #fff;
}

footer .main_up_foot {
    background: #253147;
    padding: 40px 0;
    float: left;
    width: 100%;
}

footer .sc-icon .icons {
    text-align: center;
}

footer .sc-icon .icons a img {
    width: 28px;
    margin: 25px 40px;
}

footer .copyright p {
    background-color: #fff;
    padding: 0 0 10px 0;
    color: #6a6a8e;
    font-size: 13px;
}

footer .copyright p a {
    color: #6a6a8e;
}

footer .copyright p span {
    display: block;
}

footer .container {
    width: 1200px;
}

footer .low_foot::after {
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(to right, #f58634 20%, #847059 20%, #847059 40%, #ffdd21 40%, #ffdd21 60%, #45b653 60%, #45b653 80%, #f8ac92 80%,#f8ac92 100%); */
    content: '';
}

footer .low_foot {
    background: #fdf8f5;
    width: 100%;
    float: left;
    padding: 30px 0;
}

footer .low_foot h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

footer .low_foot .ab_us {
    padding-left: 0;
}

footer .low_foot .what-we {
    margin-top: 12px;
}

footer .main_inn_foot {
    width: 80%;
    margin: auto;
    padding-top: 45px;
}

footer .low_foot .inn_foot.left_align {
    padding-left: 18px;
}

footer .low_foot .inn_foot.left-ali {
    padding-left: 20px;
}

footer .low_foot .inn_foot {
    width: 22%;
    float: left;
    margin-bottom: 10px;
}

footer .low_foot .social-media-icon a {
    margin-right: 20px;
    border: 1px solid #fff;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

footer .low_foot .inn_foot.foot-1 {
    position: relative;
}

footer .low_foot .inn_foot .inn {
    color: #888;
    margin-bottom: 20px;
}

footer .low_foot a {
    color: #7f7c77;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

footer .low_foot a:hover {
    color: #F1612D;
}

footer .low_foot img {
    width: 100px;
}

footer .low_foot .social-media {
    margin: 9px 0 19px;
    color: #fff;
}

footer .low_foot ul {
    list-style: none;
    padding-top: 15px;
}

footer .low_foot .inn_foot h4 {
    margin-bottom: 5px;
    color: #64b42b;
    font-weight: 500;
}

footer .low_foot .inn_foot h5 {
    color: #1e9acf;
}

footer .low_foot .inn_foot p {
    line-height: 19px;
}

footer .low_foot .inn_foot ul li {
    padding-bottom: 13px;
    position: relative;
    margin-left: 0;
    color: #888;
    font-size: 12px;
}

footer .low_foot .inn_foot .social i.fa-facebook {
    color: #253147;
    background: #fff;
    width: 22px;
    height: 22px;
    line-height: 26px;
    padding: 2px 2px 0 2px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.2s;
}

footer .low_foot .inn_foot .social i:hover {
    transform: scale(1.1);
}

footer .low_foot .inn_foot .social {
    margin-top: 20px;
}

footer .low_foot .inn_foot .social i.fa-instagram {
    color: #fff;
    font-size: 20px;
    margin-left: 12px;
}

footer .low_foot .inn_foot:nth-child(1) {
    width: 8%;
    /* padding-right: 30px; */
    padding-left: 0;
}

footer .low_foot .inn_foot:last-child {
    width: 25%;
}

footer .low_foot .inn_foot:last-child iframe {
    width: 250px;
    height: 200px;
}

footer .low_foot .inn_foot:last-child p {
    padding-top: 0px;
    padding-bottom: 15px;
    font-weight: 500;
}

footer .low_foot .inn_foot:nth-child(2) ul li::before {
    content: '';
    position: absolute;
    background: url(../images/location.png) no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: -29px;
}

footer .low_foot .inn_foot .btn-l {
    width: 39px;
    height: 30px;
    border-radius: 0;
    line-height: 20px;
    border: 0;
    margin-left: -43PX;
    vertical-align: top;
    color: #fff;
    background: #ef7f1a;
    font-size: 20px;
}

footer .low_foot .inn_foot input {
    height: 30px;
    border: 1px solid #ccc;
    background: none;
    color: #fff;
    padding: 10px;
}

footer .low_foot .inn_foot:nth-child(2) ul li:nth-child(2)::before {
    background: url(../images/email.png) no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
}

footer .low_foot .inn_foot:nth-child(2) ul li:nth-child(3)::before {
    background: url(../images/phone-icon.png) no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
}

footer .sc-icon {
    float: left;
    width: 100%;
}

footer .copyright {
    background-color: #eaded2;
    text-align: center;
}

footer .copyright a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.form-main {
    width: 100%;
    float: left;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.575);
    display: none;
    z-index: 5;
}

.form-main h2::selection,
.form-main label::selection,
.form-main button::selection {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-main .close {
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    cursor: pointer;
}

.wrapper {
    width: 420px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0px 2.2px rgba(0, 0, 0, 0.028), 0 0px 5.3px rgba(0, 0, 0, 0.04), 0 0px 10px rgba(0, 0, 0, 0.05), 0 0px 17.9px rgba(0, 0, 0, 0.06), 0 0px 33.4px rgba(0, 0, 0, 0.072), 0 0px 80px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form-main h2 {
    background: rgba(173, 216, 230, 0.7);
    letter-spacing: 0.1rem;
    padding: 1rem;
    cursor: default;
}

.form-main form,
.form-main input,
.form-main textarea,
.form-main button {
    font-family: inherit;
    font-size: initial;
}

.form-main .form-group label {
    display: block;
    margin: 2rem 0 0.5rem 0;
}

.form-main .form-group input[type="text"],
.form-main .form-group input[type="email"],
.form-main .form-group textarea {
    width: 100%;
    padding: 1rem 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    transition: border 0.15s;
}

.form-main .form-group input[type="text"],
.form-main .form-group input[type="email"] {
    height: 4.6rem;
}

.form-main .form-group textarea {
    resize: vertical;
}

.form-main .submit {
    font-weight: bold;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    border: none;
    background: rgba(173, 216, 230, 0.7);
    cursor: pointer;
    transition: background 0.15s;
}

.form-main i {
    margin-right: 0.5rem;
}

.form-main .submit:hover {
    background: rgba(173, 216, 230, 1);
}

.form-main .form-group input[type="text"]:focus,
.form-main .form-group input[type="email"]:focus,
.form-main .form-group textarea:focus {
    border: 1px solid #222;
}

.add-sec {
    padding: 50px 0;
}

.add-sec ul {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-evenly;
}

.add-sec ul li {
    width: 23%;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    transition: ease-in-out .3s;
}

.add-sec ul li:hover {
    box-shadow: 0 2px 5px #80808088;
}

.add-sec ul li figure {
    width: 50px;
    margin: auto;
    padding-bottom: 10px;
}

.add-sec ul li h3 {
    padding: 12px 0;
    font-size: 24px;
}

.add-sec ul li p {
    color: #61696b;
}

.add-sec ul li p a {
    text-decoration: none;
    color: #000;
    transition: .2s;
}

.add-sec ul li p a:hover {
    color: #ef7f1a;
}

.grtyoutube-popup {
    background-image: url("../images/lca/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    left: 0;
    z-index: 99999;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.grtyoutube-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.grtyoutube-popup-content {
    width: 70%;
    height: 70%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.grtyoutube-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    font-size: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff url("../images/close.png") no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 4px;
    padding: 15px;
}

.grtyoutube-iframe {
    width: 100%;
    height: 100%;
}


/* Media Queries */

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 920px;
    }
    
    .no-search li .drop-dn .service-drop .mone {
        margin-left: 0px;
    }
    .major_eligibility ul.top_insta li .insta_cenert_txt h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt span {
        margin-bottom: 5px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt .btn {
        width: 90%;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt a.read-more {
        padding: 10px 0;
    }

    .ask-expert span {
        padding-left: 0;
    }

    .why-choose .choose-r ul {
        padding: 51px 0 0 32px;
    }

    .why-choose .choose-r ul li {
        font-size: 16px;
    }

    footer ul li {
        padding-left: 70px;
    }

    .bann_form .btn-top {
        width: 100%;
    }
}


/*******************************responsive-tab****************************/
@media (min-width: 1200px){
    .no-search li .drop-dn .service-drop .mone {
        margin-left: -26px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 740px;
    }
    .navbar img {
        width: 60px;
    }

    .nav-item a {
        padding: 10px 7px 0;
        font-size: 13px;
    }
    /* header ul li:last-child a:last-child {
        width: 109px;
        height: 32px;
        font-size: 10px;
        line-height: 13px;
    } */
    .bann_txt {
        width: 55%;
        margin-top: 174px;
    }

    .bann_txt h2 span {
        font-size: 45px;
    }

    .bann_txt h2 {
        font-size: 28px;
    }

    .bann_txt p {
        font-size: 20px;
    }

    .bann_form {
        width: 45%;
    }

    .bann_form .btn {
        width: 294px;
        font-size: 17px;
    }

    .bann_form h3 {
        font-size: 23px;
    }

    .testing .ryt_txt h2 {
        font-size: 23px;
    }

    .testing .ryt_txt p {
        font-size: 14px;
    }

    .testing .ryt_txt ul li {
        font-size: 14px;
    }

    .testing .img_lft {
        text-align: left;
    }

    .about-uk .img_lft img {
        width: 350px;
    }

    .main_head {
        font-size: 23px;
    }

    .elts_typ ul li {
        width: 48%;
    }

    .elts_acdmic .acdmic_lft {
        margin: 0;
        padding: 0;
    }

    .elts_acdmic .acdmic_lft p {
        font-size: 13px;
    }

    .elts_acdmic .acdmic_lft h3 {
        font-size: 23px;
    }

    .elts_acdmic .acdmic_ryt ul li h2 {
        padding: 10px 6px;
    }

    .elts_acdmic .acdmic_ryt ul li p {
        padding-left: 0;
        font-size: 13px;
    }

    .countries ul.ul_second_list {
        margin-top: 40px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt span {
        padding-left: 9px;
        font-size: 13px;
        margin: 0;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt p {
        padding: 7px 0 0 20px;
        font-size: 11px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt p::before {
        top: 11px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt small {
        padding: 5px 23px 0;
        font-size: 12px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt a.btn {
        margin: 50px 23px;
        height: 33px;
        width: 170px;
        border-radius: 18px;
        text-align: center;
        line-height: 34px;
        font-size: 11px;
    }

    .price_sec p {
        padding: 17px 0;
    }

    .echron-ielts-score h2 {
        font-size: 23px;
    }

    .echron-ielts-score p {
        padding: 0;
    }

    .echron-ielts-score::after {
        display: none;
    }

    .echron-ielts-tip .list-1 {
        width: 48%;
    }

    .testing.five_mits .ryt_txt .common_cont h2 {
        padding-left: 0;
    }

    .deal ul li {
        width: 48%;
    }

    .undrstnd .undrstnd-left h3 {
        font-size: 23px;
    }

    .how-req {
        padding: 0;
    }

    .undrstnd .undrstnd-right ul li:nth-child(1) {
        left: 35px;
    }

    .undrstnd .undrstnd-right ul li img {
        width: 270px;
    }

    .top-prog ul li .top-prog-txt h2 {
        font-size: 15px;
    }

    .undrstnd .undrstnd-left p {
        font-size: 13px;
    }

    .top-prog ul li .top-prog-txt {
        height: auto;
    }

    .top-prog ul li .top-prog-txt.in-hight {
        height: 210px;
    }

    .ask-expert span {
        padding-left: 26px;
        font-size: 22px;
    }

    .top-insti .top-insti-cntr {
        padding: 25px 0 159px 29px;
    }

    .top-insti .top-insti-cntr ul.inti-lft {
        width: 29.33%;
        margin: 2%;
    }

    .top-insti .top-insti-cntr ul li {
        font-size: 15px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt {
        padding-top: 14px;
    }

    .major_eligibility .doc_main_menu h2 {
        font-size: 15px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt .btn {
        line-height: 18px;
        width: 92%;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt span {
        margin-bottom: 5px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt a.read-more {
        padding: 5px 0;
    }

    footer .foot_p {
        padding: 0;
    }

    footer .foot_inn h3 {
        height: 40px;
    }

    footer .foot_inn ul li {
        font-size: 12px;
    }

    footer ul li {
        padding-left: 60px;
    }

    footer ul li a {
        font-size: 11px;
    }

    .why-choose .choose-r ul li {
        font-size: 13px;
    }

    .why-choose .choose-r ul {
        padding: 51px 0 0 39px;
    }

    .major_eligibility ul.top_insta li .insta_botm_txt h2 {
        font-size: 19px;
    }

    .bann_form .btn-top {
        width: 100%;
    }

    .why-choose .choose-r ul li {
        width: 30%;
    }
}


/* Mobile Devices - Phones/Tablets */

@media (max-width: 767px) {
    .container {
        width: 90%;
    }
    

    footer .container {
        width: 90%;
    }

    .navbar .soc_icons {
        display: none;
    }

    .mob_nav_scroll {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    /* MOBILE HEADINGS */
    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1rem;
    }

    p {
        font-size: 0.8rem;
    }

    /* MOBILE NAVIGATION */
    header.fixed {
        background: #fff;
        top: -2px;
    }

    .navbar img {
        width: 210px;
        display: table;
        margin: auto;
        float: none;
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 70%;
        height: 100vh;
        transform: translate(-101%);
        box-shadow: 0 4px 7px #80808088;
        text-align: center;
        overflow: hidden;
        z-index: 999;
        margin-top: 0;
        padding: 0;
    }

    .mb_10 {
        margin-bottom: 9px;
    }

    .navbar ul::before {
        position: absolute;
        content: '';
    }

    .navbar .nav-item {
        display: block;
        text-align: left;
    }

    .navbar img.nav_img {
        display: none;
    }

    .navbar li {
        padding: 15px;
    }

    .navbar ul li:first-child {
        display: block;
        border-bottom: 1px solid #fff;
    }

    .navbar li a {
        font-size: 1rem;
        color: #000;
    }

    .slider-logo-head {
        display: none;
    }

    .navbar ul li .mob-drop img {
        width: 35px;
        margin: 1% 0;
    }

    .navbar .slider-text {
        display: none;
    }

    .navbar .social {
        display: none;
    }

    .navbar ul li .mob-drop {
        width: 100%;
        overflow: auto;
        text-align: left;
    }

    .navbar ul li .mob-drop .fa-long-arrow-left {
        float: right;
        margin-top: 5px;
        margin-right: 30px;
    }

    .navbar ul li .mob-drop li {
        padding: 5px;
    }

    .navbar ul li .mob-drop li a {
        font-size: 0.8rem;
        padding-bottom: 10px;
        float: left;
        margin-left: 5px;
        padding: 5px;

    }
    .navbar ul li .mob-drop li figure a{
        float: none;
    }
    header.fixed .navbar ul {
        margin: 0;
    }

    header.fixed .menu-toggle {
        top: 20px;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 50%;
        transition: .5s;
        transform: translateY(-50%);
    }

    .bar {
        display: block;
    }

    .mobile-nav {
        transform: translate(0%) !important;
    }

    /* SECTIONS */
    .headline {
        height: 20vh;
    }

    .feature-container p {
        margin-bottom: 25px;
    }

    .feature-container {
        margin-top: 20px;
    }

    .feature-container:nth-child(2) {
        order: -1;
    }

    .about-us-section .image {
        padding: 0;
        /* padding-bottom: 20px;
        padding-right: 50px; */
        width: 100%;
    }

    .about-us-section img {
        border-radius: 9px;
    }

    .about-us-section .about-text {
        width: 100%;
        padding: 50px 0 0;
    }

    .about-us-section .about-text h1 {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .maindiv2 h2.gd-heading {
        font-size: 24px;
    }

    .maindiv2 h2.gd-heading::before {
        left: 50%;
        transform: translate(-50%);
    }

    .maindiv2 p {
        font-size: 12px;
    }

    /* SEARCH DISABLED ON MOBILE */
    #search-icon {
        display: none;
    }

    .search-input {
        display: none;
    }

    .top_banner {
        z-index: 0;
    }

    .bann_form {
        width: 100%;
        margin-top: 35px;
    }

    .bann_form .btn-top {
        width: 100%;
    }

    .testing .img_lft {
        width: 100%;
    }

    .testing .ryt_txt {
        width: 100%;
        margin-top: 30px;
    }

    header ul li:last-child a:last-child {
        width: 210px;
        height: 38px;
        line-height: 18px;
    }

    .bann_form .btn {
        width: 100%;
    }

    .bann_txt {
        width: 100%;
        margin-top: 83px;
    }

    .bann_txt h2 {
        font-size: 28px;
    }

    .bann_txt h2 span {
        font-size: 36px;
    }

    .about-uk {
        padding: 20px 0;
    }

    .about-uk .img_lft {
        width: 100%;
    }

    .about-uk .img_lft img {
        width: 100%;
    }

    .about-uk .ryt_txt {
        width: 100%;
    }

    .why-choose {
        padding: 35px 0;
    }

    .why-choose .choose-l h2 {
        font-size: 25px;
    }

    .why-choose .choose-l {
        width: 100%;
    }

    .why-choose .choose-r {
        width: 100%;
    }

    .why-choose .choose-r ul li {
        width: 100%;
    }

    .top-prog ul {
        padding: 0;
    }

    .top-prog ul li {
        width: 100%;
        margin: 0;
    }

    .top-prog ul li .top-prog-txt {
        height: auto;
    }

    .top-prog ul li .top-prog-txt {
        width: 92%;
        height: auto;
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 5px #dfdfdf;
        border-radius: 8px;
    }

    .top-prog ul li .top-prog-txt.in-hight {
        height: auto;
    }

    .top-prog .fa-angle-left {
        left: -14px;
    }

    .top-prog .fa-angle-right {
        right: -14px;
    }

    .ask-expert span {
        padding-left: 0;
        font-size: 20px;
    }

    .top-insti .top-insti-cntr ul.inti-lft {
        width: 100%;
    }

    .top-insti .para_dv {
        width: 100%;
    }

    .top-insti .top-insti-cntr ul.inti-rgt {
        width: 100%;
        float: left;
    }

    .top-insti .top-insti-cntr {
        padding-left: 8px;
        padding-bottom: 42px;
        padding-top: 3px;
    }

    .work-gallery .image-button {
        width: 78px;
        height: 25px;
        font-size: 12px;
        line-height: 23px;
    }

    .about-us-section .about-text p {
        padding-right: 0;
    }

    .about-us-section .about-text h1 span {
        display: block;
    }

    .works-section {
        margin-top: 30px;
    }

    .maindiv4 h1 {
        font-size: 30px;
    }

    .all-cato {
        padding: 0;
        margin: 15px 0;
        border-radius: 8px;
    }

    .all-cato ul {
        flex-wrap: wrap;
    }

    .all-cato ul li {
        width: 100%;
        text-align: center;
        margin: 2px;
        border: 1px solid #c2cbcd;
    }

    .service_sec ul.serv li:first-child,
    .service_sec ul.serv li {
        width: 100%;
    }

    .service_sec ul.serv li .head h2 {
        font-size: 30px;
    }

    .testimonials_sec .inner ul.main li {
        width: 100% !important;
    }

    .testimonials_sec .inner ul.main li:first-child h2 {
        margin: 10px 0;
    }

    .testimonials_sec .inner ul.main li.sec_child ul {
        height: 275px;
    }

    .testimonials_sec .inner ul.main li.sec_child ul li .inner p {
        height: 130px;
    }

    .left-text figure {
        margin-bottom: -4px;
    }

    .right-form .heading {
        margin-left: 0;
    }

    .right-form .heading h2 {
        font-size: 32px;
        text-align: center;
        margin-top: 15px;
    }

    .g-recaptcha {
        padding: 0;
    }

    .right-form form button {
        margin-bottom: 25px;
        margin-left: 0;
    }

    .right-form h2 span {
        display: block;
    }

    .major_eligibility ul.top_insta {
        margin-top: -106px;
    }

    .major_eligibility ul.top_insta li {
        width: 48%;
    }

    .major_eligibility .doc_main_menu {
        width: 100%;
        margin: 1% 0;
    }

    .major_eligibility ul.top_insta:last-child li {
        width: 100%;
        margin: 1% 0;
    }

    .major_eligibility ul.top_insta li:hover .insta_cenert_txt {
        top: 4px;
        padding-top: 28px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt h3 {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt span {
        font-size: 16px;
        margin-bottom: 11px;
    }

    .major_eligibility ul.top_insta li .insta_cenert_txt .btn {
        width: 128px;
        font-size: 10px;
    }

    .major_eligibility .doc_main_menu h2 {
        font-size: 14px;
    }

    .top-prog {
        padding: 35px 0 0;
    }

    .process-section {
        margin: 0;
    }

    .maindiv3 .six-process ul {
        margin-top: 20px;
        width: 100%;
    }

    .maindiv3 .six-process ul li {
        width: 48%;
    }

    .two-tab .how-to-get,
    .two-tab .why-choose {
        width: 100%;
        padding: 30px 20px;
    }

    .enquiry-form {
        padding: 50px 1px;
    }

    .enquiry-form .left-text ul {
        margin-top: 10px;
    }

    .enquiry-form .left-text,
    .enquiry-form .right-form {
        /* padding: 10px 0; */
        width: 100%;
    }

    .enquiry-form .right-form {
        padding: 0 12px;
    }

    .enquiry-form .left-text ul li i.fa-facebook {
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 38px;
    }

    .enquiry-form .right-form form input,
    .enquiry-form .right-form form textarea {
        width: 100%;
        margin-left: 0;
    }

    .dec_sec {
        padding: 50px 0;
    }

    .dec_sec ul.inner li {
        width: 50%;
        padding: 10px 0;
    }

    .dec_sec ul.inner li figure {
        width: 60px;
    }

    .dec_sec ul.inner li h4 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .dec_sec ul.inner li p {
        font-size: 12px;
    }

    .add-sec {
        padding: 30px 0;
    }

    .add-sec ul li {
        margin: 1%;
        width: 48%;
    }

    .add-sec ul li h3 {
        padding: 10px 0;
        font-size: 18px;
    }

    .wtc-sec .wtc-left,
    .wtc-sec .wtc-right {
        width: 100%;
    }

    .wtc-sec .wtc-left h3 {
        font-size: 18px;
    }

    .wtc-sec .wtc-left h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .wtc-sec .wtc-right figure {
        margin-top: 20px;
    }

    .wtc-sec .wtc-right figure .img {
        width: 100%;
    }

    .wcu-sec .main-wcu .wcu-left,
    .wcu-sec .main-wcu .wcu-right {
        width: 100%;
    }

    .wcu-sec .main-wcu .wcu-right h2 {
        font-size: 20px;
    }

    .wcu-sec .main-wcu .wcu-right ul.num-count {
        justify-content: space-around;
    }

    .wcu-sec .main-wcu .wcu-right ul.num-count li h3 {
        font-size: 16px;
    }

    .wcu-sec .main-wcu .wcu-right ul.num-count .count,
    .wcu-sec .main-wcu .wcu-right ul.num-count span {
        font-size: 30px;
    }

    .miss-sec .inner-miss .miss-left,
    .miss-sec .inner-miss .miss-right {
        width: 100%;
    }

    .miss-sec .inner-miss .miss-left ul {
        display: flex;
        flex-wrap: wrap;
    }

    .miss-sec .inner-miss .miss-left ul li {
        width: 48%;
        justify-content: center;
        padding: 8px 5px;
        margin: 1%;
    }

    .miss-sec .inner-miss .miss-left ul li .icon i {
        padding: 5px;
        font-size: 16px;
    }

    .miss-sec .inner-miss .miss-left ul li h4 {
        font-size: 12px;
    }

    .miss-sec .inner-miss .miss-right .para {
        margin-left: 0;
    }

    .tae-sec .innertae {
        padding: 30px 0;
    }

    .tae-sec .innertae .head {
        padding: 0;
    }

    .tae-sec .innertae .head h2 {
        font-size: 24px;
    }

    .tae-sec .innertae ul.tae-list {
        margin: 0;
    }

    .tae-sec .innertae ul.tae-list li {
        width: 48%;
        padding: 10px;
        margin-top: 60px;
    }

    .tae-sec .innertae ul.tae-list li h3 {
        font-size: 15px;
    }

    .tae-sec .innertae ul.tae-list li p {
        font-size: 12px;
        height: auto;
    }

    .car-sec .innercar .car-left,
    .car-sec .innercar .car-right {
        width: 100%;
    }

    .car-sec .innercar .car-left h2 {
        line-height: 30px;
        font-size: 24px;
    }

    .car-sec .innercar .car-left a {
        font-size: 14px;
    }

    .car-sec .innercar .car-right img {
        width: 100%;
        margin-top: 30px;
    }

    .testimonials_sec .inner ul.main li.sec_child ul li {
        border: 1px solid #cfcfcf;
    }

    .career-sec ul.breadcrumb li a,
    .career-sec ul.breadcrumb li+li:before {
        font-size: 12px;
    }

    .career-sec ul.breadcrumb h1 {
        font-size: 20px;
    }

    .ccc-sec .ccc-main {
        flex-wrap: wrap;
    }

    .ccc-sec .ccc-main .left,
    .ccc-sec .ccc-main .right {
        width: 100%;
    }

    .ccc-sec .ccc-main .left .head h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .ccc-sec .ccc-main .left .para {
        padding-right: 0;
    }

    .ccc-sec .ccc-main .left button {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .carwel-sec .carwel-head h4 {
        font-size: 17px;
    }

    .carwel-sec .carwel-head h2 {
        font-size: 22px;
    }

    .carwel-sec ul li {
        width: 48%;
        height: 150px;
    }

    .carwel-sec ul li .inner {
        flex-wrap: wrap;
        padding: 0;
        justify-content: center;
    }

    .carwel-sec ul li .inner h3 {
        padding: 0;
        text-align: center;
        font-size: 16px;
        padding-top: 12px;
    }

    .talent {
        padding: 20px 0;
    }

    .talent .join_com ul {
        flex-direction: column;
        justify-content: center;
    }

    .talent .join_com ul li:nth-child(1) {
        padding-left: 0;
    }

    .talent .join_com ul li:nth-child(3) {
        padding-right: 0;
        padding-top: 20px;
    }

    .talent .join_com ul li {
        width: 100%;
    }

    .talent .form-man .form_in {
        width: 100%;
    }

    .talent .form-man .form_in:nth-child(1) input,
    .talent .form-man .form_in:nth-child(3) input,
    .talent .form-man .form_in:nth-child(5) input,
    .talent .form-man .form_in:nth-child(7) select {
        width: 100%;
    }

    .talent .form-man .form_in.wid100 {
        height: auto;
    }

    .hir-sec .hir-man .head h2 {
        font-size: 26px;
    }

    .hir-sec .hir-man .head p {
        font-size: 14px;
    }

    .hir-sec .hir-man ul.hir li {
        width: 100%;
        margin-top: 15px;
    }

    .contact-sec .ban-text {
        top: 10%;
    }

    .contact-sec .ban-text img {
        width: 20px;
    }

    .contact-sec .ban-text h4 {
        font-size: 12px;
    }

    .contact-sec .ban-text h1 {
        font-size: 14px;
        margin-left: -5px;
    }

    .contact-sec .ban-text h1 span {
        display: unset;
    }

    .inq-sec .main-inq .right .inner {
        padding: 10px;
    }

    .inq-sec .main-inq .left,
    .inq-sec .main-inq .right {
        width: 100%;
        padding: 0;
    }

    .inq-sec .main-inq .left .head h2 {
        font-size: 24px;
    }

    .inq-sec .main-inq .left .cntus .inner {
        padding: 20px 10px;
    }

    .inq-sec .main-inq .left .cntus {
        padding-top: 20px;
    }

    .inq-sec .main-inq .left .cntus .inner h3 {
        font-size: 24px;
    }

    .inq-sec .main-inq .left .cntus .inner .cmn i {
        font-size: 20px;
    }

    .inq-sec .main-inq .left .cntus .inner .cmn span h4 {
        font-size: 18px;
    }

    .inq-sec .main-inq .right .inner .head h2 {
        font-size: 20px;
    }

    .inq-sec .main-inq .right .inner .head h2 span {
        display: unset;
    }

    .inq-sec .main-inq .right .inner form .inp input,
    .inq-sec .main-inq .right .inner form .inp textarea {
        width: 100%;
    }

    .inq-sec .main-inq .right .inner form button {
        padding: 10px 0;
        font-size: 14px;
    }

    .inq-sec .main-inq .right .inner .priv a {
        font-size: 14px;
    }

    .inq-sec .main-inq .right .inner .sml-head ul.img-list li img {
        width: 40px;
    }

    .inq-sec .main-inq .right .inner .sml-head ul.img-list {
        flex-wrap: wrap;
    }

    .inq-sec .main-inq .right .inner .sml-head ul.img-list li {
        width: 50%;
        margin: 10px 0;
    }

    .map-sec iframe {
        height: 200px;
    }

    .graphic-sec .ban-text {
        display: none;
    }

    .gd-sec .head h2 {
        font-size: 28px;
    }

    .gd-sec .gd-main .gd-left,
    .gd-sec .gd-main .gd-right {
        width: 100%;
    }

    .gd-sec .gd-main .gd-left p {
        padding: 0;
        font-size: 14px;
    }

    .gd-sec .gd-main .gd-left h2 {
        font-size: 24px;
    }

    .bd-sec .gd-main .gd-right figure,
    .gd-sec .gd-main .gd-right figure {
        transform: rotate(0deg);
    }

    .bd-sec .gd-main .gd-right img,
    .gd-sec .gd-main .gd-right img {
        width: 100%;
        /* padding: 10px 0;
        border-radius: 0; */
    }

    .rs-sec h2 {
        font-size: 28px;
    }

    .rs-sec ul.rs-pro li {
        width: 48%;
        margin: 1%;
    }

    .rs-sec ul.rs-pro li a {
        font-size: 12px;
    }

    .rs-sec ul.rs-pro li a i {
        margin-right: 6px;
    }

    .bd-sec {
        margin: 0;
    }

    .bd-sec .head h2 {
        font-size: 30px;
    }

    .bd-sec .gd-main .gd-left,
    .bd-sec .gd-main .gd-right {
        width: 100%;
    }

    .bd-sec .gd-main .gd-left p {
        padding: 0;
        font-size: 14px;
    }

    .bd-sec .gd-main .gd-left h2 {
        font-size: 24px;
    }

    .bd-sec .gd-main {
        display: unset;
    }

    .rp-sec h2 {
        font-size: 30px;
    }

    .rp-sec ul.rs-pro li {
        width: 48%;
        margin: 1%;
    }

    .rp-sec ul.rs-pro li .op-cl {
        font-size: 14px;
    }

    .rp-sec ul.rs-pro li .op-cl i {
        width: 20px;
        height: 20px;
    }

    .pck-right img {
        width: 100%;
    }

    /* footer {
        padding: 25px 0;
    } */
    footer .main_inn_foot {
        width: 100%;
    }

    footer .low_foot .inn_foot {
        width: 50% !important;
    }

    footer .low_foot .inn_foot:last-child iframe {
        width: 320px;
    }

    footer .low_foot {
        padding: 0;
    }

    footer .copyright {
        padding: 0;
    }

    footer .foot_inn {
        width: 100%;
        padding: 10px 0;
    }

    footer .foot_p {
        padding: 10px 0;
        text-align: left;
    }

    footer .main_head {
        text-align: left;
    }

    footer ul li {
        width: 100%;
        padding-bottom: 20px;
        float: none;
        padding-left: 0;
    }

    footer .copyryt span {
        font-size: 13px;
    }

    footer .sc-icon .icons a img {
        width: 18px;
        margin: 16px;
    }

    .about-uk .img_lft::before {
        display: none;
    }

    .about-uk .img_lft::after {
        display: none;
    }

    .thankyou {
        width: 100%;
        padding: 20px 15px;
        margin: 85px 0 25px;
    }

    .thanks_bdy header {
        height: 62px;
        background: #050728;
    }

    .major_eligibility ul.top_insta li .insta_botm_txt a {
        font-size: 11px;
    }

    .why-choose .choose-r ul li span {
        font-size: 10px;
        height: 38px;
        width: 100%;
    }

    .top-prog ul li .top-prog-txt a {
        width: 100%;
    }

    .top-insti p {
        font-size: 13px;
        text-align: left;
    }

    .top-insti .para_dv p {
        padding-right: 0;
    }

    .top-prog h3 {
        margin-bottom: 20px;
    }

    .ask-expert button {
        margin-top: 20px;
    }

    .ask-expert {
        padding: 35px 0;
    }

    .major_eligibility .popup-echron-alert .echron-pop-in {
        width: 98%;
        height: 335px;
        overflow-x: scroll;
    }

    .echron-plan-list {
        width: 100%;
        padding: 0;
    }

    .echron-plan-list h2 {
        font-size: 16px;
    }

    .major_eligibility ul.top_insta li .insta_botm_txt h2 {
        font-size: 11px;
    }

    .major_eligibility .cl_main_doc {
        width: 100%;
        margin: 0;
    }

    .city_in_canda {
        padding: 40px 0;
    }

    .city_in_canda .left_text {
        width: 100%;
    }

    .city_in_canda .main_in {
        width: 100%;
        padding: 0;
    }

    .city_in_canda h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .city_in_canda .right_text {
        width: 100%;
        float: left;
        padding-left: 0;
        margin-top: 15px;
    }

    .bd-sec .gd-main .gd-left .web-main-head2 {
        padding-right: 0;
    }

    .web-do .main {
        flex-wrap: wrap;
        width: 100%;
    }

    .web-do .main .lt {
        width: 100%;
        margin: 0;
    }

    .broc-ban .mob {
        display: block;
    }

    .broc-ban .desk {
        display: none;
    }

    .banner-sec .mob {
        display: block;
    }

    .banner-sec .desk {
        display: none;
    }

    .graphic-sec .desk {
        display: none;
    }

    .graphic-sec .mob {
        display: block;
    }

    .contact-sec .mob {
        display: block;
    }

    .contact-sec .desk {
        display: none;
    }

    .about-sec .desk {
        display: none;
    }

    .about-sec .mob {
        display: block;
    }

    .career-sec .desk {
        display: none;
    }

    .career-sec .mob {
        display: block;
    }

    .career-sec ul.breadcrumb.in {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #243046;
        text-align: center;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif
    }

    .work-gallery ul li {
        width: 100%;
    }

    .rp-sec ul.rs-pro li {
        width: 100%;
        margin: 1% 0;
    }

    .why-cro ul {
        flex-direction: column;
    }

    .why-cro ul li {
        width: 100%;
    }
    .make-us ul,
    .counter_happ ul,
    .why_us .main-d,
    .why_us .main-d:nth-child(even),
    .how_we_different ul{
        flex-direction: column;
    }
    
    .make-us ul li{
        width: 100%;
        margin:  1% 0;
    }
    .counter_happ ul li{
        border: 0;
        width: 100%;
        margin: 2% 0;
    }
    .why_us .main-d{
        padding: 0 10px;
    }
    .why_us .main-d .common,
    .how_we_different ul li{
        width: 100%;
    }
    .designing_gallery p{
        width: 90%;
    }
    header.fixed .nav-item a:hover{
        color: #000;
    }
    
}
@media only screen and (max-width: 567px) {
    .add-sec {
        padding: 0;
    }
    
    footer .low_foot .inn_foot:nth-child(1) ul {
        list-style: none;
        padding-top: 15px;
        display: flex;
        gap: 10px;
    }
    
    footer .low_foot .inn_foot {
        width: 100%  !important;
    }
}

@media screen and (max-width: 360px) {
    .navbar ul {
        width: 70%;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt small {
        padding: 15px 0 0 31px;
    }

    .countries ul.ul_second_list li .cuontry_inn_txt a.btn {
        margin: 48px 23px 0;
    }
}