
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


@media (min-width: 1024px) and (max-width: 1440px) {
    .execution-wrapper {
  padding: 27px 50px !important;
}
#logo-img {
  margin-left: 430px !important;
}
.execution-section {
  padding: 48px 108px 48px 48px !important;
}
.process-timeline-wrapper {
  padding: 80px 62px !important;
}
.cnerzy-cta-section {
  padding: 50px 54px !important;
}
.cnerzy-footer {
  padding: 35px 0 36px 0px !important;
}
.execution-card {
  padding: 26px 11px !important;
}

.cnerzy-copy {
  margin-right: 29px;
}
.cnerzy-footer-top {
  width: 1100px;
}
.process-timeline-container {
  margin-right: 46px !important;
}
.ser-img {
  margin: 0px 2px 20px 59px !important;
}
.execution-grid {
  margin-left: 58px !important;
}
.process-icon-circle {
  margin-left: 21px !important;
}
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
footer, hgroup {
  display: block;
  background-image: linear-gradient(to right, #d22027, #191b42);
  color: white;
}


/* ===== MAIN WRAPPER ===== */
.process-timeline-wrapper{
    width:100%;
    padding:40px 127px;
    background:#f4f4f4;
}

/* ===== CONTAINER ===== */
.process-timeline-container{
    max-width:1800px;
    margin:auto;
    position:relative;
}

/* ===== CENTER LINE ===== */
.process-center-line{
    position:absolute;
    top:188px;
    left:0;
    width:100%;
    height:4px;
    background:#09155a;
    z-index:1;
}

/* ===== GRID ===== */
.process-timeline-grid{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:10px;
    position:relative;
    z-index:2;
}

/* ===== ITEM ===== */
.process-timeline-item{
    width:16.66%;
    text-align:center;
    position:relative;
}

/* ===== NUMBER ===== */
.process-step-number{
    width:82px;
    height:82px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    font-weight:700;
    margin:0 auto -10px;
    position:relative;
    z-index:5;
}

.process-blue{
    background:#07145d;
}

.process-red{
    background:#dd1717;
}

/* ===== TOP ARC ===== */
.process-top-arc{
    width:220px;
    height:117px;
    border:5px solid;
    border-bottom:none;
    border-radius:220px 220px 0 0;
    margin:0 auto -8px;
    position:relative;
    z-index:1;
}

.process-arc-blue{
    border-color:#07145d;
}

.process-arc-red{
    border-color:#dd1717;
}

/* ===== MAIN ICON CIRCLE ===== */
.process-icon-circle{
    width:170px;
    height:170px;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:3;
    margin-top: -94px;
}

.process-icon-circle img{
    width:78px;
    height:78px;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

/* ===== BOTTOM LINE ===== */
.process-icon-circle::after{
    content:'';
    position:absolute;
    width:3px;
    height:55px;
    background:currentColor;
    bottom:-55px;
    left:50%;
    transform:translateX(-50%);
}

/* ===== DOT ===== */
.process-bottom-dot{
    width:22px;
    height:22px;
    border-radius:50%;
    margin:44px auto 28px;
}

/* ===== COLORS ===== */
.process-blue-bg{
    background:#07145d;
    color:#07145d;
}

.process-red-bg{
    background:#dd1717;
    color:#dd1717;
}

/* ===== TITLE ===== */
.process-title{
    font-size:24px;
    line-height:1.25;
    font-weight:700;
    color:#08124f;
    min-height:75px;
    margin-bottom:22px;
}

/* ===== SMALL LINE ===== */
.process-small-line{
    width:50px;
    height:5px;
    border-radius:20px;
    margin:0 auto 28px;
}

/* ===== DESCRIPTION ===== */
.process-description{
    font-size:16px;
    line-height:1.7;
    color:#202020;
    max-width:210px;
    margin:auto;
}

/* ===== LARGE DESKTOP ===== */
@media(max-width:1600px){

    .process-top-arc{
        width:189px;
        height:116px;
    }

    .process-icon-circle{
        width:150px;
        height:150px;
    }

    .process-icon-circle img{
        width:70px;
        height:70px;
    }

    .process-title{
        font-size:22px;
    }
}
.process-timeline-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* ===== TABLET ===== */
@media(max-width:1200px){

    .process-timeline-grid{
        flex-wrap:wrap;
        justify-content:center;
        gap:50px 20px;
    }

    .process-center-line{
        display:none;
    }

    .process-timeline-item{
        width:30%;
    }
}

/* ===== MOBILE ===== */
@media(max-width:768px){

    .process-timeline-item{
        width:100%;
    }

    .process-title{
        min-height:auto;
    }

    .process-wrapper{
        padding:50px 15px;
    }
}

.execution-section {
  margin: auto;
  padding: 48px 108px 48px 116px;
  background-color: #f1f1f1;
}

    .execution-title{
      font-size:56px;
      font-weight:800;
      line-height:1.1;
      margin-bottom:18px;
    }

    .execution-subtitle{
      font-size:18px;
      font-weight:400;
      margin-bottom:40px;
    }

    /* ===== GRID ===== */
    .execution-grid{
      display:grid;
      grid-template-columns:1fr 1.25fr 1fr;
      gap:18px;
      align-items:stretch;
    }

    .execution-card{
      background:linear-gradient(135deg,#1d1549 0%, #7b163f 45%, #e31b23 100%);
      border-radius:12px;
      color:#fff;
      padding:35px 25px;
      position:relative;
      overflow:hidden;
      box-shadow:0 3px 10px rgba(0,0,0,0.18);
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      text-align:center;
      min-height:420px;
    }

    /* ===== MIDDLE COLUMN ===== */
    .execution-middle-column{
      display:flex;
      flex-direction:column;
      gap:18px;
    }

    .execution-middle-card{
      min-height:200px;
      flex-direction:row;
      justify-content:flex-start;
      text-align:left;
      padding:26px 28px;
      gap:28px;
    }

    /* ===== ICON ===== */
    .execution-icon-circle{
      width:150px;
      height:150px;
      border-radius:50%;
      background:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-shrink:0;
    }

    .execution-icon-circle img{
      width:85px;
      height:85px;
      object-fit:contain;
    }

    /* ===== TEXT ===== */
    .execution-card-title{
      font-size:32px;
      font-weight:700;
      line-height:1.25;
      margin-top:35px;
    }

    .execution-middle-card .execution-card-title{
      margin-top:0;
      font-size:30px;
    }

    /* ===== NOTE ===== */
    .execution-note{
      margin-top:22px;
      color:#e1181f;
      font-size:16px;
      font-style:italic;
      line-height:1.5;
    }

    /* ===== RESPONSIVE ===== */
    @media(max-width:1100px){

      .execution-title{
        font-size:44px;
      }

      .execution-subtitle{
        font-size:22px;
      }

      .execution-grid{
        grid-template-columns:1fr;
      }

      .execution-card{
        min-height:320px;
      }

      .execution-middle-card{
        flex-direction:column;
        text-align:center;
      }

      .execution-card-title,
      .execution-middle-card .execution-card-title{
        font-size:28px;
      }
    }

    @media(max-width:768px){
        .process-timeline-wrapper {
  padding: 24px 27px !important;
        }
        .ser-img {
  margin: 0px 2px 20px 109px !important;
}
        .execution-grid {
  margin-left: 0px !important;
}

      .execution-title{
        font-size:34px;
      }

      .execution-subtitle{
        font-size:18px;
      }

      .execution-icon-circle{
        width:120px;
        height:120px;
      }

      .execution-icon-circle img{
        width:65px;
        height:65px;
      }

      .execution-card-title,
      .execution-middle-card .execution-card-title{
        font-size:24px;
      }

      .execution-note{
        font-size:16px;
      }
    }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

.cnerzy-process-section{
    width:100%;
    padding:70px 40px;
    background:#234f96;
    color:#fff;
    font-family:'Poppins',sans-serif;
}

.cnerzy-process-title{
    font-size:40px;
    font-weight:700;
    margin-bottom:70px;
    padding: 1px 73px;
    margin-left: -83px;
}

.cnerzy-process-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

/* SIDE */

.cnerzy-process-side{
    width:320px;
    display:flex;
    flex-direction:column;
    gap:55px;
}

.cnerzy-process-card h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

.cnerzy-process-card p{
    font-size:16px;
    line-height:1.7;
    font-weight:300;
    color: white;
}


/* CIRCLE */
.hero{
    display:flex;
    min-height:700px;
    width:100%;
}
.cnerzy-hero-section{
    position:relative;
    width:100%;
    min-height:750px;

    background-image:url('https://cnerzy.com/structure-sourcing-from-rfq-to-execution//assets/images/hero-banner-image.jpg');
    background-size:cover;   /* change cover to contain */
    background-position:right center;
    background-repeat:no-repeat;
    background-color:#0057a8;

    display:flex;
    align-items:center;

    overflow:hidden;
    
}

#logo-img {
  width: 200px;
  margin-top: -43px;
  margin-left: 550px;
}
.cnerzy-hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;

    background:linear-gradient( 90deg, rgba(0, 33, 71, 0.39) 0%, rgba(0,33,71,0.82) 35%, rgba(0,33,71,0.30) 70%, rgba(0,0,0,0.10) 100% );

    z-index:1;
}

.cnerzy-hero-section .container{
    position:relative;
    z-index:2;
}

.cnerzy-hero-content{
    max-width:650px;
    margin-top: 57px;
}

.cnerzy-hero-content h1{
    font-size:45px;
    line-height:1.5;
    color:#fff;
    font-weight:700;
    margin-bottom:25px;
}

.cnerzy-hero-content p{
    font-size:20px;
    line-height:1.8;
    color:#fff;
    margin-bottom:35px;
    max-width:550px;
}

.cnerzy-hero-btn{
    display:inline-block;
    padding:16px 34px;
    background:#d22027;
    color:white;
    text-decoration:none;
    border-radius:10px;
    font-weight:800;
    transition:0.3s ease;
}

.cnerzy-hero-btn:hover{
    background:#d22027;
    color:#fff;
}
.cnerzy-hero-section.wow.fadeIn.animated {
  margin-bottom: 10px;
}

.cnerzy-process-section.wow.fadeIn.animated {
  margin-bottom: 10px;
  margin-top: 10px;
}
.execution-item:hover {
  border: 2px solid blue;
  transition: 1s;
  background-color: #1a1c43;
  color: white;
}

/* Responsive */

@media(max-width:991px){

    .cnerzy-hero-section{
        min-height:650px;
        background-position:right center;
    }

    .cnerzy-hero-content h1{
        font-size:26px;
    }

    .cnerzy-hero-content p{
        font-size:17px;
        line-height:1.7;
    }

}
.hero-left{
    width:50%;
    background:#0057a8;
    display:flex;
    align-items:center;
    padding:80px;
}

.hero-right{
    width:50%;
    
    background-image:url('https://kratim.in/cnerzy-landingpages2/assets/images/Structure-Sourcing-banners.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.content h1{
    font-size:58px;
    line-height:1.2;
    color:#fff;
    font-weight:700;
    margin-bottom:25px;
}

.content p{
    color:#fff;
    font-size:20px;
    line-height:1.8;
    margin-bottom:35px;
    max-width:550px;
}

.btn{
    display:inline-block;
    padding:16px 32px;
    background:#fff;
    color:#000;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}

/* Mobile Responsive */
@media(max-width:991px){

    .hero{
        flex-direction:column;
    }

    .hero-left,
    .hero-right{
        width:100%;
    }

    .hero-right{
        height:400px;
    }

    .hero-left{
        padding:50px 25px;
    }

    .content h1{
        font-size:38px;
    }

}
.cnerzy-process-circle{
    position:relative;
    width:430px;
    height:430px;
    border-radius:50%;
    background:conic-gradient( blue 0deg 60deg, #00f 60deg 120deg, #00f 120deg 180deg, #00f 180deg 240deg, #00f 240deg 300deg, #00f 300deg 360deg );
    /*conic-gradient(*/
    /*    #e11822 0deg 60deg,*/
    /*    #0b5eaa 60deg 120deg,*/
    /*    #e11822 120deg 180deg,*/
    /*    #0b5eaa 180deg 240deg,*/
    /*    #e11822 240deg 300deg,*/
    /*    #0b5eaa 300deg 360deg*/
    /*);*/
    display:flex;
    align-items:center;
    justify-content:center;
}

.cnerzy-process-circle::before{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    background:#234f96;
    border-radius:50%;
    z-index:2;
}

/* GAPS */

.cnerzy-process-gap{
    position:absolute;
    width:24px;
    height:90px;
    background:#234f96;
    z-index:3;
}

.cnerzy-gap-1{
    top:-5px;
    left:50%;
    transform:translateX(-50%) rotate(0deg);
}

.cnerzy-gap-2{
    right:55px;
    top:65px;
    transform:rotate(60deg);
}

.cnerzy-gap-3{
    right:10px;
    top:170px;
    transform:rotate(120deg);
}

.cnerzy-gap-4{
    bottom:0;
    left:50%;
    transform:translateX(-50%) rotate(180deg);
}

.cnerzy-gap-5{
    left:55px;
    bottom:65px;
    transform:rotate(60deg);
}

.cnerzy-gap-6{
    left:10px;
    top:170px;
    transform:rotate(120deg);
}
.cnerzy-cta-section {
  width: 100%;
  background: #f1f1f1;
  padding: 50px 116px;
  font-family: 'Poppins',sans-serif;

}

.cnerzy-cta-container{
    margin:auto;
}

.cnerzy-cta-title{
    color:black;
    font-size:40px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:35px;
}

/* INFO BOX */

.cnerzy-cta-info-box{
    width:100%;
    background:#ececec;
    border-radius:8px;
    padding:28px 22px;
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
}

.cnerzy-cta-icon{
    width:28px;
    height:28px;
    min-width:28px;
    border:2px solid #555;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    color:#555;
    font-weight:600;
}

.cnerzy-cta-info-text{
    color:#111;
    font-size:20px;
    line-height:1.6;
    font-weight:400;
}

/* DESCRIPTION */

.cnerzy-cta-description{
    color:black;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
    text-align:center;
    font-style: italic;
      margin-right: 217px;
}
.cnerzy-cta-description1 {
  margin-top: 22px;
  font-style: italic;
  color: #d22027;
}
/* BUTTON */

.cnerzy-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background: #d22027;
  color: #fff;
    text-decoration:none;
    padding:18px 30px;
    border-radius:8px;
    font-size:16px;
    font-weight:800;
    transition:0.3s ease;
    margin-top: -17px;
}
a:hover {
  color: #fff !important;
}
.cnerzy-cta-btn:hover{
    transform:translateY(-3px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .cnerzy-cta-title{
        font-size:46px;
    }

    .cnerzy-cta-info-text{
        font-size:18px;
    }
}

@media(max-width:767px){

    .cnerzy-cta-section{
        padding:80px 15px;
    }

    .cnerzy-cta-title{
        font-size:34px;
        text-align:center;
    }

    .cnerzy-cta-info-box{
        flex-direction:column;
        text-align:center;
        padding:22px 18px;
    }

    .cnerzy-cta-info-text{
        font-size:16px;
    }

    .cnerzy-cta-description{
        font-size:15px;
        margin-right: 0px;
    }

    .cnerzy-cta-btn{
        width:100%;
        font-size:16px;
    }
}

/* NUMBERS */

.cnerzy-process-number{
    position:absolute;
    font-size:28px;
    font-weight:700;
    z-index:5;
}

.cnerzy-num-1{ top:67px; left:132px; }
.cnerzy-num-2{ top:71px; right:141px; }
.cnerzy-num-3{ top:205px; right:55px; }
.cnerzy-num-4{ bottom:64px; right:136px; }
.cnerzy-num-5{ bottom:57px; left:128px; }
.cnerzy-num-6{ top:198px; left:75px; }

/* RESPONSIVE */

@media(max-width:1100px){

    .cnerzy-process-wrapper{
        flex-direction:column;
    }

    .cnerzy-process-side{
        width:100%;
        text-align:center;
    }

    .cnerzy-process-title{
        text-align:center;
        font-size:45px;
    }
}

@media(max-width:600px){

    .cnerzy-process-circle{
        width:320px;
        height:320px;
    }

    .cnerzy-process-circle::before{
        width:110px;
        height:110px;
    }

    .cnerzy-process-number{
        font-size:22px;
    }

    .cnerzy-num-1{ top:40px; left:140px; }
    .cnerzy-num-2{ top:80px; right:80px; }
    .cnerzy-num-3{ top:150px; right:40px; }
    .cnerzy-num-4{ bottom:45px; right:110px; }
    .cnerzy-num-5{ bottom:70px; left:80px; }
    .cnerzy-num-6{ top:125px; left:45px; }

    .cnerzy-process-title{
        font-size:36px;
    }

    .cnerzy-process-card h3{
        font-size:22px;
    }

    .cnerzy-process-card p{
        font-size:15px;
    }
}
.section{
   max-width:1200px;
   margin:auto;
}
.execution-containers{
  width: 100%;
  min-height: 70vh;
  background: #f1f1f1;
  padding: 40px 116px;
  color: #fff;
}

.execution-headings{
  font-size:40px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:30px;
  letter-spacing:-1px;
  color:black;
}

.execution-texts{
  font-size:18px;
  color:black;
  margin-bottom:40px;
}

.execution-card-wrappers{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-bottom:24px;
}

.execution-feature-boxs{
  /*background:#E01922;*/
  border-radius:8px;
  padding:28px 32px;
  min-height:160px;
  transition: 1s;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  background-image: linear-gradient(20deg, #191b42 2.54%, #d3191a 97.43%);
}

.execution-feature-titles{
  font-size:22px;
  line-height:1.3;
  font-weight:700;
}

.execution-alert-boxs{
  border-radius:8px;
  padding:22px 0px;
  color:#d22027;

  display:flex;
  align-items:flex-start;
  gap:18px;
}

.execution-alert-icons{
  font-size:22px;
  line-height:1;
  opacity:0.9;
  margin-top:3px;
}

.execution-alert-texts {
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
  color: #d22027;
  margin-left: -10px;
  margin-top: 2px;
}

/* Responsive */

@media(max-width:1100px){

  .execution-card-wrappers{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){

  .execution-containers{
    padding:60px 24px;
  }

  .execution-headings{
    font-size:36px;
  }

  .execution-texts{
    font-size:18px;
    line-height:1.6;
  }

  .execution-card-wrappers{
    grid-template-columns:1fr;
  }

  .execution-feature-boxs{
    min-height:auto;
  }

  .execution-feature-titles{
    font-size:20px;
  }

  .execution-alert-boxs{
    flex-direction:row;
  }

  .execution-alert-texts{
    font-size:16px;
  }
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #d22027;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 4px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fe3f40!important;
}

.background-header .nav li a.active {
  color: #fe3f40!important;
}

.header-area {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
 .hero{
      width:100%;
      height:100vh;
      display:flex;
      overflow:hidden;
    }

    /* LEFT SIDE */
    .hero-left{
      width:62%;
      background:#0059A8;
      color:#fff;
      display:flex;
      align-items:center;
      padding:80px 64px;
    }

    .content{
      max-width:620px;
    }

    .content h1{
      font-size:40px;
      line-height:1.25;
      font-weight:700;
      margin-bottom:30px;
      letter-spacing:-1px;
      margin-top: 80px;
    }

    .content p{
      font-size:18px;
      line-height:1.7;
      color:#eef4ff;
      margin-bottom:40px;
      max-width:560px;
    }

    .btn{
      display:inline-block;
      background:#fff;
      color:#111;
      text-decoration:none;
      padding:18px 34px;
      border-radius:10px;
      font-size:16px;
      font-weight:600;
      transition:0.3s ease;
    }

    .btn:hover{
      transform:translateY(-2px);
      background:#f4f4f4;
    }

    /* RIGHT SIDE */
    .hero-right{
      width:38%;
      overflow:hidden;
    }

    .hero-right img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    /* RESPONSIVE */
    @media(max-width:991px){

      .hero{
        flex-direction:column;
        height:auto;
      }

      .hero-left,
      .hero-right{
        width:100%;
      }

      .hero-left{
        padding:60px 30px;
      }

      .hero-right{
        height:500px;
      }

      .content h1{
        font-size:28px;
      }

      .content p{
        font-size:18px;
      }

      .btn{
        font-size:16px;
        padding:15px 28px;
      }
    }
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}
.header-area.header-sticky.wow.slideInDown.animated {
  background-color: #1a1c43 !important;
}
.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 150px;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a4ed;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.logo h4 span {
  color: #fe3f40;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: white !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fe3f40!important;
}
.execution-feature-boxs:hover {
  box-shadow: 0px 0px 6px 0px white;
  margin-top: -10px;
  transition: 1s;
}
/*.execution-alert-boxs:hover {*/
/*  box-shadow: 0px 0px 6px 0px white;*/
/*}*/
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fe3f40!important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #d22027;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

 .execution-wrapper{
      width:100%;
      /*min-height:100vh;*/
      /*background:#0059A8;*/
      color:#fff;
      padding:30px 116px;
      
    }

    .execution-title{
      font-size:40px;
      font-weight:700;
      line-height:1.2;
      margin-bottom:37px;
      letter-spacing:-1px;
      color:black;
    }

    .execution-description{
      font-size:18px;
      line-height:1.8;
      color:black;
      max-width:1050px;
      margin-bottom:30px;
    }

    .execution-grid{
      display:flex;
      /*justify-content:space-between;*/
      align-items:center;
      gap:15px;
      flex-wrap:wrap;
      margin-top: -20px;
      margin-left: 93px;
    }

    .execution-item{
      flex:1;
  color: black;
  border-radius: 8px;
  background-image: linear-gradient(20deg, #191b42 2.54%, #d3191a 97.43%);
  padding: 32px 74px;
  display: grid;
  position: relative;
  transition: background-color 0.3s ease;
  background: #f1f1f1;
  padding: 24px 24px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
  text-align: center;
  font-weight: bold;
    }
  .ser-img {
  margin-bottom: 20px;
  /*position: absolute;*/
  top: 13px;
  right: 31px;
 height: 81px;
  width: 80px;
  text-align: right;
  background-color: #d6d6d6;
  border-radius: 16px;
  padding: 10px;
  margin: 0px 2px 20px 80px;
}

    /* Highlighted item */
    .execution-item-active{
      border:2px solid #ff3b30;
    }

    .execution-item:hover{
      transform:translateY(-4px);
    }

    /* Responsive */

    @media(max-width:992px){

      .execution-wrapper{
        padding:70px 25px;
      }

      .execution-title{
        font-size:36px;
      }

      .execution-description{
        font-size:18px;
        margin-bottom:45px;
      }

      .execution-grid{
        flex-direction:column;
      }

      .execution-item{
        width:100%;
      }
    }
    
.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe3f40!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 33px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
  background-color: white;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}


.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fe3f40;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .execution-section {
  padding: 20px;
}
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  #logo-img {
  margin-left: 55px !important;
}
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fe3f40!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fe3f40!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fe3f40;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fe3f40;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fe3f40;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #fe3f40;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  margin-top: 120px;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding: 160px 0px;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #fe3f40;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: #fe3f40;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}
.cnerzy-footer{
    background:linear-gradient(90deg,#d71920 0%, #1d1b4f 100%);
    padding:30px 0 30px;
    color:#fff;
    overflow:hidden;
}

.cnerzy-footer .container{
    /*max-width:1200px;*/
    margin:auto;
    padding:0 20px;
}

.cnerzy-footer-top{
    display:flex;
    justify-content:space-between;
    gap:60px;
    padding-bottom:5px;
    border-bottom:1px solid rgba(255,255,255,0.3);
}

.cnerzy-footer-col{
    flex:1;
}

.cnerzy-footer-col h3{
    font-size:18px;
    margin-bottom:35px;
    font-weight:700;
}

.cnerzy-footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.cnerzy-footer-col ul li{
    font-size:14px;
    line-height:1;
    margin-bottom:10px;
    display:flex;
    gap:15px;
}

.cnerzy-footer-col ul li i{
    margin-top:8px;
    font-size:18px;
}

.cnerzy-footer-links{
    display:flex;
    gap:80px;
}

.cnerzy-footer-links ul li{
    margin-bottom:20px;
}

.cnerzy-footer-links ul li a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:0.3s ease;
}

.cnerzy-footer-links ul li a:hover{
    color:#f2f2f2;
    padding-left:5px;
}

.cnerzy-footer-logo img{
    max-width:200px;
    width:100%;
}

.cnerzy-footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:13px;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom: -23px;
}

.cnerzy-social a{
    width:42px;
    height:42px;
    border:2px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    text-decoration:none;
    background-color: white;
}

.cnerzy-policy{
    font-size:16px;
}

.cnerzy-policy a{
    color:#fff;
    text-decoration:none;
}

.cnerzy-copy{
    font-size:16px;
}

/* Responsive */
.cnerzy-social img{
    
}
@media(max-width:991px){

    .cnerzy-footer-top{
        flex-direction:column;
    }

    .cnerzy-footer-links{
        gap:40px;
    }

    .cnerzy-footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .cnerzy-footer-col h3{
        font-size:30px;
    }

}
#footerimg{
    width: 30px;
}
@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
}
