

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Syne:wght@400;500;600;700;800&display=swap');

@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Regular.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Extrabold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Black.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Black.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Light.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Thin.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Thin.woff') format('woff');

    font-weight: 100;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Extralight.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Extralight.woff') format('woff');

    font-weight: 200;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Bold.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Bold.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Cabinet Grotesk';

    src: url('../css/fonts/CabinetGrotesk-Medium.woff2') format('woff2'),

        url('../css/fonts/CabinetGrotesk-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}





*{

    box-sizing: border-box;

}



body{

    margin: 0;

    padding: 0;

    font-family: 'Cabinet Grotesk';

    background: linear-gradient(180deg, #F5F1F0 0%, #EAF1F4 31.25%, #DEF1FA 69.27%);

}

p{

    font-family: 'DM Sans', sans-serif;

}

.header-container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 15px;

}

header {

    padding: 0px 0;

}

section {

    width: 100%;

    max-width: 1440px;

    margin: 0 auto;

}

.header-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;

    box-shadow: 0px 4px 4px 0px #00000040;

    padding: 15px 70px;

    background: #fff;

}

.header-logo a img {

    width: 100%;

    max-width: 210px;

}

.header-logo a {

   display: inline-block;

}

.header-nav ul {

    margin: 0;

    padding: 0;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}

.header-nav ul li {

    list-style: none;

}

.header-nav ul li a {

    color: #000;

    text-decoration: none;

    font-size: 20px;

    padding: 0 18px;

    font-weight: 500;

}

.containerSm{

    width: 100%;

    max-width: 1390px;

    margin: 0 auto;

    padding: 0 15px;

    position: relative;

}

.baner-info {

    text-align: center;

}

section.hero-banner {

    padding: 70px 0;

    position: relative;

}

.baner-info h1 {

    color: #62B7DE;

    font-size: 80px;

    padding: 0 160px;

    margin: 0;

    background: linear-gradient(134deg, #03A4FF, #03A4FF, #85ae7db5, #729e69fa, #85AE7DCF);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.baner-info p {

    margin: 0;

    color: #000;

    font-size: 20px;

    font-weight: 500;

    padding: 15px 0;

}

.baner-info form {

    margin: 50px 0 0;

}

.banner-form {

    width: 100%;

    max-width: 524px;

    margin: 0 auto;

    position: relative;

}

.banner-form {

    width: 100%;

    max-width: 524px;

    margin: 0 auto;

    position: relative;

    box-shadow: 0px 10px 4px 0px #62B7DE8A;

    border-radius: 30px;

    overflow: hidden;

}

.banner-form input {

    padding: 26px 40px;

    border: 1px solid #a5a5a5;

    width: 100%;

    border-radius: 30px;

    font-size: 20px;

    font-weight: 300;

    font-family: 'DM Sans', sans-serif;

}

.banner-form button {

    position: absolute;

    top: 0;

    right: 0;

    height: 100%;

    background: #62B7DE;

    padding: 0 72px;

    border-top-right-radius: 30px;

    border-bottom-right-radius: 30px;

    color: #fff;

    cursor: pointer;

    font-size: 20px;

    border: none;

}

.hpy-clients-img {

    position: absolute;

    right: 20px;

    bottom: 10%;

}

.active-pro-img {

    position: absolute;

    left: 0;

    bottom: -180px;

}

.active-pro-img img {

    width: 100%;

    max-width: 277px;

}

.hpy-clients-img img {

    width: 100%;

    max-width: 195px;

}

section.a-cretive-agency {

    margin-top: 0;

    padding: 60px 0;

}

.a-creative-heading h2 {

    margin: 0;

    font-size: 50px;

    font-weight: bold;

    color: #62B7DE;

}

.for-the-most {

    background: #62B7DE;

}

.for-the-most h3 {

    color: #fff;

    font-size: 50px;

    padding: 10px 0;

    margin: 0;

    line-height: 65px;

}

.hot-shot {

    display: flex;

    align-items: flex-end;

}

.hot-shot span {

    font-family: 'Syne', sans-serif;

    font-size: -webkit-xxx-large;

    color: #fff;

    font-size: 100px;

    line-height: 100px;

    -webkit-text-stroke: #000 4px;

}

.hot-shot h3 {

    font-size: 50px;

    color: #62B7DE;

    font-weight: bold;

    margin: 0;

    padding-left: 10px;

}

.brands_sec {

    display: flex;

    flex-wrap: wrap;

}

.brands_left h2 {

    margin: 0;

    color: #62B7DE;

    font-size: 250px;

    font-weight: bold;

    margin: 0;

}

.brands_left img {

    width: 100%;

    max-width: 870px;

    padding-left: 260px;

}

.brands_left {

    flex: 0 0 70%;

    max-width: 70%;

}

.brands_right-img {

    flex: 0 0 30%;

    max-width: 30%;

}

.brands_right-img {

    flex: 0 0 30%;

    max-width: 30%;

}

section.our-services {

    padding: 40px 0;

}

.services_bg_color {

    background: #62B7DE;

    border-radius: 80px;

    padding: 80px 80px;

}

.services_flex {

    display: flex;

    flex-wrap: wrap;

}

.services_left {

    flex: 0 0 45%;

    max-width: 45%;

    padding: 0 15px;

}

.services_right {

    flex: 0 0 55%;

    max-width: 55%;

    padding: 0 15px;

}

.services_left h4 {

    color: #fff;

    font-size: 40px;

    font-weight: bold;

    margin: 0;

}

.services_left h2 {

    color: #fff;

    margin: 0;

    font-size: 64px;

    padding: 15px 0px 15px 0;

    width: 100%;

}

.services_left p {

    color: #fff;

    margin: 0;

    padding: 0;

    font-size: 16px;

    width: 100%;

    max-width: 366px;

}

.services_slide {

    margin: 15px 0;

}

.services_iner-info {

    border-radius: 30px;

    background: #fff;

    padding: 36px;

}

.services_iner-info h3 {

    margin: 0;

    font-size: 30px;

    font-family: 'DM Sans', sans-serif;

    font-weight: 700;

    padding: 0 0 2px;

    color: #02486F;

}

.services_iner-info p {

    font-size: 20px;

    margin: 0;

    padding: 10px 0;

    color: #00000099;

}

.services_slider {

    max-height: 700px;

    overflow: auto;

}

.services_slider::-webkit-scrollbar {

    display: none;

  }

  

  /* Hide scrollbar for IE, Edge and Firefox */

  .services_slider {

    -ms-overflow-style: none;  /* IE and Edge */

    scrollbar-width: none;  /* Firefox */

  }

  section.hardwork-sec {

    padding: 60px 0;

}

.hardwork_head-sec {

    text-align: center;

}

.hardwork_head-sec img {

    width: 100%;

    max-width: 467px;

}

.hardwork_head-sec h2 {

    margin: 10px 0 0;

    font-size: 80px;

    color: #62B7DE;

    font-weight: bold;

}

.textColorBlack{

    color: #000 !important;

}

.slide-img-hover{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: -1;

}

.hardwork-slider-wrap {

    margin: 60px 0 0;

}

.hardwork-slides {

    padding: 0 10px;

}

.hardwork-iner-col img {

    width: 100%;

    border-radius: 50px;

}

.hardwork-iner-col {

    position: relative;

}

.hardwork-iner-col:hover img.slide-img-hover {

    z-index: 2;

}

.hardwork-slider-wrap ul.slick-dots {

    margin: 40px 0 0;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}

.hardwork-slider-wrap ul.slick-dots li {

    list-style: none;

    margin: 0 12px;

}

.hardwork-slider-wrap ul.slick-dots li button {

    font-size: 0;

    background: transparent;

    width: 100%;

    height: 100%;

    float: left;

    border: none;

    padding: 0;

    cursor: pointer;

}

.hardwork-slider-wrap ul.slick-dots li {

    list-style: none;

    margin: 0 12px;

    width: 16px;

    height: 16px;

    border: 1px solid #000;

    border-radius: 100%;

    cursor: pointer;

    display: inline-block;

}

.hardwork-slider-wrap ul.slick-dots li.slick-active {

    background: #000;

}

section.from-our-writing {

    padding: 60px 0;

}

.hardwork_head-sec h3 {

    margin: 0;

    font-size: 64px;

}

.hardwork_head-sec h3 {

    margin: 0;

    font-size: 50px;

    color: rgb(0 0 0 / 60%);

}

.flex-row {

    margin-top: 50px;

    margin-left: -15px;

    margin-right: -15px;

    display: flex;

    flex-wrap: wrap;

}

.flex-col {

    padding: 0 15px;

    flex: 0 0 33%;

    max-width: 33%;

    margin: 30px 0;

}

.exp-new-class {

    box-shadow: 0px 4px 4px 0px #00000040;

    border-radius: 60px;

    padding-bottom: 20px;

    background: #fff;

}

.exp-new-img img {

    border-top-left-radius: 60px;

    border-top-right-radius: 60px;

    width: 100%;

}



.exp-new-img {

    overflow: hidden;

}

.exp-new-info {

    padding: 30px 15px;

}

.exp-new-info h3 {

    font-size: 24px;

    color: #000;

    font-weight: bold;

    margin: 0;

    padding: 0 0 12px;

}

.exp-new-info p {

    margin: 0;

    font-size: 20px;

    font-weight: 500;

    color: #484848;

    padding: 12px 0;

}

.hardwork_head-sec p {

    margin: 0;

    padding: 10px 0;

    font-size: 20px;

    color: #000000;

    font-family: 'Cabinet Grotesk';

    font-weight: 400;

}

section.get-free-consultant {

    padding: 40px 0;

}

.get-in-touch-form {

    margin: 30px auto 0;

    box-shadow: 1px 19px 4px 0px #03A4FF4D;

    border-radius: 74px;

    padding: 50px;

    width: 100%;

    max-width: 1170px;

    background-color: #fff;

}

.form-flex {

    display: flex;

    flex-wrap: wrap;

}

.form-field input, .form-field textarea, .form-field select {

    box-shadow: 0px 4px 4px 0px #03A4FF4D;

    border: 1px solid #00000042;

    border-radius: 27px;

    padding: 25px 20px;

    font-size: 20px;

    width: 100%;

    font-family: 'Cabinet Grotesk';

    font-weight: 400;

}

.width-half {

    flex: 0 0 50%;

    max-width: 50%;

    padding: 0 14px;

}

.width-full {

    flex: 0 0 100%;

    max-width: 100%;

    padding: 0 14px;

}

.form-field {

    margin: 15px 0;

}

textarea {

    min-height: 200px;

}

.send-request.width-full {

    text-align: center;

    margin: 20px 0 0;

}

.send-request button {

    box-shadow: 0px 4px 4px 0px #03A4FF4D;

    font-size: 20px;

    color: #62B7DE;

    background: #fff;

    border: none;

    padding: 15px;

    border-radius: 18px;

    width: 100%;

    max-width: 310px;

    cursor: pointer;

}

footer {

    padding: 70px 0;

}

.footer-heading {

    text-align: center;

}

.footer-heading h2 {

    color: #62B7DE;

    font-size: 140px;

    margin: 0;

    font-weight: bold;

}

.footer-row {

    display: flex;

    align-items: flex-end;

    flex-wrap: wrap;

}

.footer-link {

    flex: 0 0 30%;

    max-width: 30%;

}

.footer-cartoon-img img {

    width: 100%;

}

.footer-link p {

    margin: 0;

    font-size: 20px;

    font-weight: 600;

    color: #000;

}

.footer-logo img {

    width: 100%;

    max-width: 180px;

}

.footer-link h4 {

    margin: 0;

    color: #000;

    font-size: 26px;

}

.footer-link ul.footer-nav {

    margin: 0;

    padding: 10px 0 0;

}

.footer-link ul.footer-nav li {

    list-style: none;

    display: block;

}

.footer-link ul.footer-nav li a {

    position: relative;

    color: #000;

    text-decoration: none;

    font-size: 18px;

    font-weight: 500;

    padding: 4px 0 4px 18px;

    display: inline-block;

}

.footer-link ul.footer-nav li a:before {

    content: "";

    display: block;

    width: 6px;

    height: 6px;

    background: #62B7DE;

    border-radius: 100%;

    position: absolute;

    left: 0;

    top: 11px;

}

ul.social-links {

    margin:20px 0 0;

    padding: 0;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}

ul.social-links li {

    list-style: none;

    padding-right: 15px;

}

ul.social-links li a {

    display: inline-block;

}

.iner-flex-footer {

    flex: 0 0 70%;

    max-width: 70%;

    display: flex;

    align-items: flex-start;

    flex-wrap: wrap;

}

.iner-flex-footer .footer-link {

    flex: 0 0 33%;

    max-width: 33%;

}

footer .send-request {

    margin: 40px 0 0;

}

footer .send-request button {

    max-width: unset;

    width: auto;

    padding: 18px 44px;

    font-weight: 600;

    color: #000;

}





/* Abour us page css */

.baner-info h5 {

    margin: 0;

    color: #62B7DE;

    font-weight: 500;

    font-size: 22px;

}

.baner-btn {

    text-align: center;

    margin: 50px 0 0;

}

.baner-btn a {

    box-shadow: 0px 12px 4px 0px #62B7DEB0;

    border: 1px solid #62B7DE;

    padding: 20px 40px;

    border-radius: 50px;

    width: 100%;

    display: block;

    max-width: 341px;

    margin: 0 auto;

    text-decoration: none;

    font-size: 20px;

    font-weight: 600;

    position: relative;

    color: #000;

}

.baner-btn a img {

    position: absolute;

    top: 50%;

    right: 20px;

    transform: translateY(-50%);

}

.co-growth-row {

    display: flex;

    flex-wrap: wrap;

    margin-left: -15px;

    margin-right: -15px;

}



.co-growth-row .co-growth-col {

    padding: 10px 15px;

    flex: 0 0 25%;

    max-width: 25%;

}

.co-growth-data {

    width: 100%;

    border: 9px solid #62B7DE94;

    min-height: 299px;

    box-shadow: 17px 21px 4px 0px #8FACFC78;

    border-radius: 35px;

    padding: 19px;

}

.co-growth-data h3 {

    margin: 0;

    font-weight: 700;

    font-size: 45px;

    padding: 15px 0 30px;

}

.brands_right-img img {

    width: 100%;

}

.co-growth-data p {

    font-weight: 500;

    margin: 0;

    padding: 0;

    font-size: 24px;

}

section.our-mission-sec {

    padding: 70px 0;

}

.our-mission-row {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}

.our-mission-col-disc {

    flex: 0 0 65%;

    max-width: 65%;

}

.our-mission-col-img {

    flex: 0 0 35%;

    max-width: 35%;

}

.our-mission-col-img img {

width: 100%;

}

.our-mission-col-disc h4 {

    margin: 0;

    font-size: 26px;

    color: #000;

}

.our-mission-col-disc h2 {

    margin: 0;

    color: #62B7DE;

    font-size: 72px;

    font-weight: 700;

    padding: 16px 0;

}

.our-mission-col-disc p {

    color: #5B5B7F;

    margin: 0;

    padding: 5px 0;

    font-size: 22px;

    width: 100%;

    max-width: 582px;

    font-weight: 500;

}

.our-mission-col-disc .baner-btn {

    text-align: left;

}

.our-mission-col-disc .baner-btn a {

    margin: 0;

    text-align: center;

}

.our-mission-col-img p {

    color: #5B5B7F;

    margin: 0;

    padding: 5px 0;

    font-size: 22px;

    width: 100%;

    max-width: 582px;

    font-weight: 500;

    margin: 0 0 0;

    position: relative;

    top: 60px;

}

section.contact-offices {

    padding: 40px 0;

}

.offices-add-row {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    border: 4px solid #9FB0FE;

    BORDER-RADIUS: 50PX;

    box-shadow: 26px 26px 4px 0px #8FACFC;

    width: 100%;

    max-width: 1170px;

    margin: auto;

    padding: 30px;

}

.offices-add-col {

flex: 0 0 50%;

max-width: 50%;

padding: 0 15px;

}

.offices-con-info h5 {

    color: #62B7DE8c;

    margin: 0;

    padding: 14px 0;

    font-weight: 400;

    font-size: 22px;

}

.offices-con-info a, .offices-con-info p {

    color: #000;

    font-size: 30px;

    text-decoration: none;

    font-weight: 600;

    margin: 0;

    padding: 0;

    font-family: 'DM Sans', sans-serif;

}

.offices-con-info {

    padding: 30px 0;

}

.with-bg-white .services_bg_color {

    background: #fff;

    box-shadow: 0px 21px 4px 0px #00000040;

}

.with-bg-white .services_bg_color .services_left h4, .with-bg-white .services_bg_color .services_left h2{

    color: #62B7DE;

}

.with-bg-white .services_bg_color .services_left p, .with-bg-white .services_iner-info h3, .with-bg-white .services_iner-info p {

    color: #000;

}

.with-bg-white .services_iner-info {

    border: 6px solid #62B7DE;

}

section.aboot-us-banner {

    padding: 50px 0;

}

section.aboot-us-banner h2 {

    margin: 0;

    color: #62B7DE;

    font-size: 80px;

}

.about-baner-disc p {

    width: 100%;

    max-width: 554px;

    margin: 0;

    padding: 10px 0;

    float: right;

    margin-top: -60px;

    font-size: 20px;

}

.get-in-contact-page {

    border: 4px solid #9FB0FE;

    box-shadow: 26px 26px 4px 0px #8FACFC;

}

.hamburg-icon{

    display: none;

}

.office-add-img img {

    width: 100%;

}

.textDredientColor {

    -webkit-text-fill-color: transparent;

    background: linear-gradient(to bottom, #33A9C5, #A7BAA1);

    -webkit-background-clip: text;

}

.animation_wrapper {

    padding: 100px 0;

    height: 100vh;

}

.animation_container {

    width: 100%;

    max-width: 1440px;

    margin: 0 auto;

    padding: 0 15px;

}

.animation_circle_wrap {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%) scale(0.8) !important;

    width: 100%;

    z-index: -1;
    opacity: 0.3 !important;

}

.circleComon {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    max-width: 70vh;

}

.animateClass{

    /* transform: scale(0); */

   

}

.circleComon img {

    width: 100%;

}

.circle_one.circleComon {

    max-width: 500px;

}

.circle_two.circleComon {

    max-width: 450px;

}

.circle_three.circleComon{

    max-width: 400px;

}

.circle_forth.circleComon{

    max-width: 350px;

}

.circle_five.circleComon {

    max-width: 300px;

}

.circle_six.circleComon {

    max-width: 250px;

}

.circle_seven.circleComon {

    max-width: 200px;

}

.circle_eight.circleComon{

    max-width: 150px;

}

.circle_back img{

    transform: rotate(359deg);

  transition: transform 65s linear;

  animation: rotate 65s infinite linear;

}

.circle_forward img{

    transform: rotate(0deg);

  transition: transform 65s linear;

  animation: rotateForward 65s infinite linear;

}

@-webkit-keyframes rotate {

    from {

      -webkit-transform: rotate(359deg);

    }

    to {

      -webkit-transform: rotate(0deg);

    }

  }

  @-webkit-keyframes rotateForward {

    from {

      -webkit-transform: rotate(0deg);

    }

    to {

      -webkit-transform: rotate(359deg);

    }

  }



  

/* Responsive css */

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

    .active-pro-img img {

        width: 100%;

        max-width: 207px;

    }

    .active-pro-img {

        left: 20px;

    }

}

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

    .baner-info h1 {

        font-size: 70px;

    }

    .brands_left h2 {

        font-size: 210px;

    }

    .services_left h2 {

        font-size: 54px;

    }

    .hardwork_head-sec h2 {

        font-size: 65px;

    }

    .hardwork_head-sec h3 {

         font-size: 40px;

    }

    .footer-heading h2 {

        font-size: 90px;

    }

    .co-growth-data h3 {

        font-size: 25px;

    }

    .co-growth-data p {

        font-size: 18px;

    }

    .co-growth-data {

        min-height: 220px;

    }

    .our-mission-col-disc h2 {

        font-size: 50px;

    }
    .animation_circle_wrap {
        margin-top: 50px;
    }
}



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

    .active-pro-img img {

        width: 100%;

        max-width: 117px;

    }

    .active-pro-img {

        bottom: -50px;

    }

    .hpy-clients-img img {

        width: 100%;

        max-width: 95px;

    }

    .hpy-clients-img {

        right: 20px;

        bottom: 0%;

    }

    .baner-info h1 {

        font-size: 60px;

        padding: 0 15px;

    }

    .brands_left h2 {

        font-size: 180px;

    }

    .services_left h2 {

        font-size: 48px;

    }

    .hardwork_head-sec h2 {

        font-size: 55px;

    }

    .hardwork_head-sec h3 {

         font-size: 38px;

    }

    .footer-heading h2 {

        font-size: 80px;

    }

    section.aboot-us-banner h2 {

        font-size: 50px;

    }

    .about-baner-disc p {

        font-size: 16px;

    }

     /* .circle_two.circleComon {

        max-width: 410px;

    }

    .circle_three.circleComon{

        max-width: 370px;

    }

    .circle_forth.circleComon{

        max-width: 340px;

    }

    .circle_five.circleComon {

        max-width: 310px;

    }

    .circle_six.circleComon {

        max-width: 270px;

    }

    .circle_seven.circleComon {

        max-width: 240px;

    }

    .circle_eight.circleComon{

        max-width: 210px;

    } */
    .animation_circle_wrap {
        transform: translate(-50%, -50%) scale(0.5) !important;
    }

}

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

    .about-baner-disc p {

        width: 100%;

        max-width: 474px;

    }

    .baner-info h1 {

        font-size: 50px;

    }

    .brands_left h2 {

        font-size: 160px;

    }

    .services_left h2 {

        font-size: 40px;

    }

    .hardwork_head-sec h2 {

        font-size: 45px;

    }

    .hardwork_head-sec h3, .our-mission-col-disc h2 {

         font-size: 30px;

    }

    .footer-heading h2 {

        font-size: 70px;

    }

    .services_bg_color {

        padding: 30px 20px;

        border-radius: 20px;

    }

    .our-mission-col-disc h4 {

        font-size: 18px;

    }

    .services_iner-info h3 {

        font-size: 26px;

    }

    .services_iner-info p {

        font-size: 16px;

    }

    .hardwork_head-sec img {

        max-width: 327px;

    }

    .a-creative-heading h2, .for-the-most h3 {

        font-size: 40px;

    }

    .header-row {

        padding: 15px 20px;

    }

    .header-logo a img {

        width: 100%;

        max-width: 110px;

    }

    .exp-new-img img {

        border-top-left-radius: 30px;

        border-top-right-radius: 30px;

        width: 100%;

    }

    .exp-new-info {

        padding: 10px 15px;

    }

    .exp-new-info h3 {

        font-size: 20px;

    }

    .exp-new-info p {

        font-size: 16px;

        padding: 0 0 12px;

    }

}

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

    .hamburg-icon {

        display: block;

        width: 26px;

        cursor: pointer;

    }

    .hamburg-icon span {

        display: block;

        height: 2px;

        background: #62B7DE;

        margin: 6px 0;

    }

    .header-row {

        position: relative;

    }



    .header-nav ul {

        display: block;

        width: 100%;

        position: absolute;

        left: 0;

        top: 70px;

        background: #62B7DE;

        border-radius: 20px;

        z-index: 99;

        display: none;

        padding: 15px 0;

    }

    .header-nav ul li a {

        color: #fff;

        font-size: 16px;

        padding: 14px 18px;

        display: block;

        border-bottom: 1px solid #09246c;

    }

    .header-nav ul li:last-child a {

        border: none;

    }

    .baner-info h1 {

        font-size: 30px;

    }

    .hpy-clients-img, .active-pro-img {

        position: static;

    }

    .mobile-flex{

        display: flex;

        flex-wrap: wrap;

        justify-content: space-between;

        margin-top: 20px;

    }

    .a-creative-heading h2, .for-the-most h3, .hot-shot h3, .services_left h2 {

        font-size: 26px;

        line-height: 36px;

    }

    .brands_left h2 {

        font-size: 50px;

    }

    .brands_left, .brands_right-img, .services_left, .services_right, .flex-col, .width-half, .iner-flex-footer, .iner-flex-footer .footer-link, .our-mission-col-img, .our-mission-col-disc, .offices-add-col, .offices-add-col {

        flex: 0 0 100%;

        max-width: 100%;

    }

    .brands_right-img img {

        width: 100%;

        max-width: 220px;

        margin: 0 auto;

        display: block;

    }

    .flex-col {

        margin: 15px 0;

    }

    

    

    .brands_left img {

        width: 100%;

        max-width: 100%;

        padding-left: 0;

        margin: 20px 0;

    }

    .hot-shot span {

        font-size: 50px;

        line-height: 55px;

        -webkit-text-stroke: #62B7DE 2px;

    }

    .services_left h4 {

        font-size: 20px;

    }

    .services_left, .services_right {

        padding: 0 0px;

    }

    .services_iner-info {

        border-radius: 20px;

        padding: 25px 16px;

    }

    .services_iner-info h3 {

        font-size: 20px;

    }

    .services_slider {

        max-height: initial;

        overflow: unset;

    }

    .hardwork_head-sec h2{

        font-size: 30px;

    }

    .get-in-touch-form {

        border-radius: 24px;

        padding: 14px 14px 30px;

        margin: 20px auto 0;

        box-shadow: 6px 18px 4px 0px #8FACFC;

    }

    header {

        padding: 0px 0;

    }

    .form-field {

        padding: 0;

        margin: 7px 0;

    }

    .form-field input, .form-field textarea, .form-field select {

        border-radius: 14px;

        padding: 15px 16px;

        font-size: 16px;

    }

    .footer-heading h2 {

        font-size: 40px;

    }

    .footer-link {

        flex: 0 0 100%;

        max-width: 100%;

        margin: 30px 0;

    }

    footer {

        padding: 30px 0 10px;

    }

    section.hero-banner {

        padding: 20px 0;

    }

    .banner-form button, .banner-form input, .baner-btn a {

        position: static;

        width: 100%;

        margin: 20px 0 0;

        padding: 17px;

        border-radius: 16px;

    }

    .banner-form {

        border: none;

        box-shadow: unset;

        border-radius: 0;

    }

    section.a-cretive-agency, section.hardwork-sec {

        margin-top: 0;

        padding: 20px 0;

    }

    .hardwork-slider-wrap {

        margin: 30px 0 0;

    }

    .flex-row {

        margin-top: 20px;

    }

    section.from-our-writing, section.get-free-consultant {

        padding: 30px 0;

    }

    .baner-info h5, .offices-con-info h5 {

        font-size: 16px;

    }

    .our-mission-col-img p {

        font-size: 16px;

        width: 100%;

        top: 0;

    }

    .offices-add-row {

        border-radius: 20px;

        box-shadow: 6px 18px 4px 0px #8FACFC;

        padding: 20px 0;

    }

    .offices-con-info a, .offices-con-info p {

        font-size: 22px;

    }

    .our-mission-col-disc p, .baner-info p{

        font-size: 16px;

    }

    .offices-con-info {

        padding: 10px 0;

    }

    .footer-cartoon-img img, .our-mission-col-img img {

        width: 100%;

        max-width: 300px;

        margin: 0 AUTO;

        DISPLAY: BLOCK;

    }

    .co-growth-row .co-growth-col {

        flex: 0 0 50%;

        max-width: 50%;

    }

    .baner-btn a{

        position: relative;

    }

    section.our-mission-sec {

        padding: 30px 0;

    }.baner-info form {

        margin: 20px 0 0;

    }

    section.our-services {

        padding: 30px 0;

    }

    section.aboot-us-banner h2 {

        font-size: 30px;

    }

    .about-baner-disc {

        text-align: center;

    }

    .about-baner-disc p {

        margin: 0 auto;

        float: unset;

    }

    section.aboot-us-banner {

        padding: 30px 0 0;

    }

    section.aboot-us-banner h2 br, .services_left h2 br {

        display: none;

    }

    .offices-con-info ul.social-links {

        justify-content: center;

    }

    .services_left, .with-bg-white .services_iner-info, .services_iner-info, .our-mission-col-disc, .our-mission-col-img p, .offices-con-info, .a-creative-heading h2, .for-the-most h3, .brands_left h2, .brands_left, .exp-new-info {

        text-align: center;

    }

    .hot-shot {

        justify-content: center;

    }

    .circle_one.circleComon {

        max-width: 300px;

    }

    .circle_two.circleComon {

        max-width: 270px;

    }

    .circle_three.circleComon{

        max-width: 240px;

    }

    .circle_forth.circleComon{

        max-width: 210px;

    }

    .circle_five.circleComon {

        max-width: 180px;

    }

    .circle_six.circleComon {

        max-width: 150px;

    }

    .circle_seven.circleComon {

        max-width: 120px;

    }

    .circle_eight.circleComon{

        max-width: 90px;

    }
    .animation_circle_wrap {
        transform: translate(-50%, -50%) scale(.3) !important;
    }
}