
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Oxygen', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
    font-family: 'Open Sans', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}


/* bottom-to-top */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 36px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/* //bottom-to-top */
/* header */
.main-content {
    position: relative;
}

header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

/* logo */
a.navbar-brand {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.18);
    font-family: 'Pacifico', cursive;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

a.navbar-brand img {
    vertical-align: bottom;
}

/* //logo */
/* navigation */
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 1em 10em;
}

li.nav-item {
    margin: 0 6px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    background: rgba(4, 4, 4, 0.31);
    padding: 8px 18px 9px;
    border-radius: 100px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.21);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ffc845;
}

/* //navigation */
/* menu-navigation */
.menu {
    position: absolute;
    z-index: 9999;
    right: 5%;
}

.menu .navicon {
    background: transparent;
    position: relative;
    height: 34px;
    width: 46px;
    display: block;
    z-index: 9999;
    -webkit-transition: linear 0.5s all;
    -moz-transition: linear 0.5s all;
    -ms-transition: linear 0.5s all;
    -o-transition: linear 0.5s all;
    transition: linear 0.5s all;
    outline: none;
}

.menu .navicon:before,
.menu .navicon:after {
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    height: 3px;
    left: 0;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 40px;
}

.menu .navicon:before {
    -moz-box-shadow: #fff 0 14px 0 0;
    -o-box-shadow: #fff 0 14px 0 0;
    -ms-box-shadow: #fff 0 14px 0 0;
    -webkit-box-shadow: #fff 0 14px 0 0;
    box-shadow: #fff 0 14px 0 0;
    position: absolute;
    top: 0;
}

.menu .navicon:after {
    position: absolute;
    top: 28px;
}

.menu .navicon--active {
    -webkit-transition: linear 0.5s all;
    -moz-transition: linear 0.5s all;
    -moz-transition: linear 0.5s all;
    -o-transition: linear 0.5s all;
    transition: linear 0.5s all;
}

.menu .navicon--active:before {
    -moz-box-shadow: transparent 0 0 0 0;
    -ms-box-shadow: transparent 0 0 0 0;
    -o-box-shadow: transparent 0 0 0 0;
    -webkit-box-shadow: transparent 0 0 0 0;
    box-shadow: transparent 0 0 0 0;
    top: 15px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu .navicon--active:after {
    top: 15px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.menu .toggle {
    display: block;
    position: absolute;
    right: 0;
    width: 250px;
    background: linear-gradient(to bottom, #ffc845, #fe3859);
    padding: 2em 3em;
    opacity: 0;
    -webkit-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
    transition: ease 0.5s all;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 7px #696868;
    -moz-box-shadow: 0px 0px 7px #696868;
    box-shadow: 0px 0px 7px #696868;
}

.menu .toggle--active {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    margin-top: 1em;
}

.menu .toggle-menu li {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.menu .toggle-menu li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: left;
    font-size: 19px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 400;
    padding: 5px 0;
    letter-spacing: 1px;
    margin: 0 auto;
}

.menu .toggle-menu li a:hover,
.menu .toggle-menu li a.active {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* //menu-navigation */
/* //header */
#news: position{
    absolute;
} 
/* banner */
#slider-main {
    position: relative;
}

.banner-text-agile {
    position: absolute;
    z-index: 99;
    top: 21em;
    left: 0;
    right: 0;
}

.banner-text-agile h3 {
    font-size: 50px;
    letter-spacing: 1px;
}

/* button effect */
.button {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fe3859;
    background: linear-gradient(to right, #ffc845, #fe3859);
    padding: 12px 20px;
    border: none;
    color: white;
    font-size: 17px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
}

.button span {
    position: relative;
    /* pointer-events: none; */
}

.button::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #ffc845, rgba(255, 255, 255, 0));
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
}

.button:hover::before {
    --size: 400px;
}

/* //button effect */
/* //banner */
/* banner bottom boxes */
.icons-banner-botom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14%;
}

.icons-cmz {
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px 2px rgba(92, 92, 97, 0.09);
    -moz-box-shadow: 0px 1px 10px 2px rgba(92, 92, 97, 0.09);
    box-shadow: 0px 1px 10px 2px rgba(92, 92, 97, 0.09);
    display: inline-block;
    padding: 1.5em 1em;
    margin: 0 1em;
    width: 16%;
    text-align: center;
}

/* //banner bottom boxes */
/* about */
.some-another.text-center {
    padding-top: 1.2em;
}

section.banner-main-agiles {
    padding-top: 10em !important;
    position: relative;
    z-index: 0;
}



.title-icon2 {
    max-width: 160px;
    margin: 1em 1em 1.5em;
}

.title-icon2 i {
    left: 68px;
}

h3.aboutright {
    color: #000;
    font-size: 34px;
    letter-spacing: 1px;
}

h4.aboutright {
    margin: .5em 0 1em;
    line-height: 1.8;
    font-size: 20px;
    color: #383838;
    letter-spacing: 1px;
}

.some-another i {
    color: #000;
    font-size: 4em;
    transform: rotate(90deg);
    background: -webkit-linear-gradient(to left, #ffc845, #fe3859);
    background: -o-linear-gradient(to left, #ffc845, #fe3859);
    background: -moz-linear-gradient(to left, #ffc845, #fe3859);
    background: linear-gradient(to left, #ffc845, #fe3859);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h4.aboutright.about-right-2 {
    color: #636363;
    max-width: 700px;
    margin: 0 auto;
}

.some-another h5 {
    letter-spacing: 1px;
}


/* //about */

/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
  background: url("../images/alfredo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#contact-us .block .title {
  padding: 20px 0;
  
}
#contact-us .block form {
  padding-bottom: 20px;
}
#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}
#contact-us .block a {
  background: #D60000;
  float: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  width: 512px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
/*--
   contact-page SEnd
--*/



/* events*/
.agile_news {
    padding: 2em;
}

.agile_news label {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

.agile_news select {
    outline: none;
    font-size: 15px;
    letter-spacing: 1px;
    background: transparent;
    padding: 11px 10px;
    width: 100%;
    color: #3c3b3b;
}

input.agileinfo-news {
    width: 100%;
    color: #fff;
    background: #fe3859;
    border: none;
    padding: 11px 0;
    letter-spacing: 1px;
    margin-top: 1em;
    font-size: 17px;
}

input.agileinfo-news:hover,
.address input[type="submit"]:hover,
a.button-3:hover {
    opacity: .7;
}

/* //news */
/* footer */
footer {
    background: url(../images/footer.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 0;
}

.chef-style {
    position: absolute;
    top: 6%;
    left: 0;
    z-index: -1;
}

.footer-social-agile ul li,
.payment-cmzsmk ul li {
    display: inline-block;
}

.footer-social-agile ul li a i {
    height: 40px;
    width: 40px;
    line-height: 2.5;
    background: none;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.footer-social-agile ul li a i.fa-facebook-f:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

.footer-social-agile ul li a i.fa-twitter:hover {
    background: #55acee;
    color: #fff;
    border-color: #55acee;
}

.footer-social-agile ul li a i.fa-instagram:hover {
    background: #ff198c;
    color: #fff;
    border-color: #ff198c;
}

.footer-social-agile ul li a i.fa-youtube:hover {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

/* copyright */
p.copy-right-grids {
    letter-spacing: 2px;
    font-size: 15px;
}

p.copy-right-grids a {
    color: #ffc845;
}

p.copy-right-grids a:hover {
    color: #fff
}

/* //copyright */
/* //footer */
/* inner pages */
.banner2-cmz {
    background: url(../images/5-G.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}

/* page details */
.breadcrumb li a {
    color: #fd7272;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
}

/* //page details */


/* map */
.map iframe {
    width: 100%;
    border: none;
    outline: none;
    min-height: 400px;
}

/* //map */
/*-- //contact --*/
/* responsive */
@media(max-width: 1680px) {
    .icons-banner-botom {
        bottom: -18%;
    }
}

@media(max-width: 1600px) {
    .icons-banner-botom {
        bottom: -19%;
    }

    .menu {
        right: 6%;
    }
}

@media(max-width: 1440px) {
    .banner-text-agile {
        top: 19em;
    }

    .icons-banner-botom {
        bottom: -21%;
    }

    .banner2-cmzs {
        min-height: 270px;
    }
}

@media(max-width: 1366px) {
    .banner-text-agile h3 {
        font-size: 46px;
    }

    .banner-text-agile {
        top: 17em;
    }

    .icons-banner-botom {
        bottom: -23%;
    }

    section.banner-main-agiles {
        padding-top: 8em !important;
    }



    .banner2-cmzs {
        min-height: 250px;
    }
}

@media(max-width: 1280px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 1em 5em;
    }

    a.navbar-brand {
        font-size: 32px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .banner-text-agile h3 {
        font-size: 42px;
    }

    .banner-text-agile p {
        font-size: 14px;
    }

    .icons-banner-botom {
        bottom: -25%;
    }

  
    .about-info {
        padding: 4em;
    }

    .menu {
        right: 2%;
    }
}

@media(max-width: 1080px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 1em 4em;
    }

    a.navbar-brand {
        font-size: 30px;
    }

    a.navbar-brand img {
        width: 60%;
    }

    .banner-text-agile h3 {
        font-size: 38px;
    }

    .banner-text-agile p {
        font-size: 13px;
    }

    .button {
        font-size: 15px;
    }

    .banner-text-agile {
        top: 14em;
    }

    .icons-banner-botom {
        bottom: -32%;
    }

    section.banner-main-agiles {
        padding-top: 10em !important;
    }

    h3.aboutright {
        font-size: 29px;
    }

    h4.aboutright {
        font-size: 17px;
    }

  

    .title h3,
    .title h2 {
        font-size: 34px;
        padding-top:10%;
    }

    h2.title-2,
    h3.title-2 {
        font-size: 26px;
    }

    .support-grid i,
    .about-info .card i {
        font-size: 54px;
    }

    .support-grid h5,
    .card-title {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .button-2 {
        width: 50%;
    }

    .chef-style {
        top: 10%;
        width: 14%;
    }

    .banner2-cmzs {
        min-height: 200px;
    }

    .box15:hover .icon {
        bottom: 32%;
    }

    .address textarea {
        min-height: 13em;
    }

    .map iframe {
        min-height: 350px;
    }
    .menu .navicon:before, .menu .navicon:after {
        width: 34px;
    }
    .menu {
        right: 1%;
    }
}

@media(max-width: 1050px) {
   

    .banner-text-agile {
        top: 13em;
    }
    .menu .toggle-menu li a {
        font-size: 18px;
    }
}

@media(max-width: 1024px) {
   
}

@media(max-width: 991px) {
    .navbar-light .navbar-toggler {
        border-color: #fff;
        background: #fff;
        border-radius: 0px;
    }

    div#navbarSupportedContent {
        background: #000;
        padding:1em 0 4em;
    }

    .navbar-light .navbar-nav .nav-link {
        font-weight: normal;
        padding: 0;
        font-size: 15px;
    }

    li.nav-item {
        margin: 10px 0;
    }

    div.hamburger-box {
        right: 64px;
        top: 1px;
    }

    section.banner-main-agiles {
        padding-top: 8em !important;
    }

  
    .button-2 {
        width: 70%;
    }

    .icons-cmz {
        padding: 1em;
        margin: 0 .5em;
        width: 17.2%;
    }

    .icons-banner-botom {
        bottom: -25%;
    }

    .banner-text-agile {
        top: 12em;
    }

    .box15 .icon li a {
 
    .agileinfo_portfolio_grid {
        padding: 0 .5em;
    }

    .cmz_agile_portfolio_grid1 {
        margin-top: 1em;
    }

    .cmz_port_head h3 {
        font-size: 22px;
        letter-spacing: 0px;
    }

    .modal-body iframe {
        height: 281px;
    }

    .modal-title {
        font-size: 24px;
    }
    .menu {
        right: 8%;
        margin-top: 10px;
    }
    .menu .toggle {
        padding: 1em 2em
    }
}

@media(max-width: 800px) {
    a.navbar-brand img {
        width: 60%;
    }

    .banner-text-agile h3 {
        font-size: 33px;
    }

    .banner-text-agile {
        top: 11em;
    }

    .icons-banner-botom {
        bottom: -29%;
    }

 

    p.copy-right-grids {
        font-size: 14px;
    }

    .banner2-cmzs {
        min-height: 150px;
    }
}

@media(max-width: 768px) {
    .icons-banner-botom {
        bottom: -29%;
    }
    .menu {
        right: 9%;
    }
}

@media(max-width: 736px) {
    .banner-text-agile h3 {
        font-size: 30px;
    }

    .icons-banner-botom {
        position: static;
    }

    .icons-cmz {
        padding: 1em .5em;
        margin: 0 .2em;
        width: 18%;
    }

    li.icons-cmz p {
        font-size: 12px;
    }

    section.banner-main-agiles {
        padding-top: 0em !important;
    }

   

    .button-2 {
        width: 36%;
    }

    p.copy-right-grids {
        font-size: 13px;
    }

  
}

@media(max-width: 667px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 1em 2em;
    }

    .banner-text-agile h3 {
        font-size: 28px;
    }

    .button {
        padding: 12px 27px;
    }

  
}

@media(max-width: 640px) {
    .banner-text-agile {
        top: 10em;
    }

    h3.aboutright {
        font-size: 26px;
    }

 
}

@media(max-width: 600px) {
    .banner-text-agile h3 {
        font-size: 26px;
    }

    .banner-text-agile p {
        font-size: 12px;
    }

    .banner-text-agile {
        top: 9em;
    }

  

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

   
    .map iframe {
        min-height: 300px;
    }
}

@media(max-width: 568px) {
  

    .agileinfo_portfolio_grid {
        padding: 0 1.5em;
    }

    .cmz_agile_portfolio_grid1 {
        margin-top: 1.5em;
    }

    .cmz_port_head h3 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .modal-body iframe {
        height: 301px;
    }
}

@media(max-width: 480px) {
    .icons-cmz {
        padding: 1em 1em;
        margin: 0 .5em;
        width: 27%;
    }

    li.icons-cmz:nth-child(4) {
        margin-top: 1.5em;
        margin-left: 5em;
    }

    p {
        font-size: 13px;
    }

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

    .footer-social-agile ul li a i {
        height: 38px;
        width: 38px;
    }

    p.copy-right-grids {
        font-size: 13px;
        margin-bottom: 0 !important;
    }

    .banner-text-agile {
        top: 8.5em;
        max-width: 400px;
        margin: 0 auto;
    }

    .banner-text-agile h3 {
        font-size: 22px;
    }

    a.navbar-brand {
        font-size: 26px;
    }

    button.navbar-toggler {
        padding: 1px 6px;
    }

   
    .modal-body iframe {
        height: 251px;
    }
}

@media(max-width: 440px) {
    .banner-text-agile {
        top: 7.5em;
        max-width: 383px;
        margin: 0 auto;
    }

 

    .modal-title {
        font-size: 22px;
    }

    .modal-header {
        padding: 10px;
    }

    .modal-body iframe {
        height: 228px;
    }
}

@media(max-width: 414px) {
  

    .modal-body iframe {
        height: 214px;
    }
}

@media(max-width: 384px) {
    li.icons-cmz:nth-child(4) {
        margin-left: 4em;
    }

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

    h4.aboutright {
        font-size: 15px;
    }

    h2.title-2,
    h3.title-2 {
        font-size: 23px;
    }

   
    .button-2 {
        width: 44%;
        margin-top: 2em;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: .5em 1em;
    }

    .button {
        font-size: 13px;
        padding: 11px 22px;
    }

 
    .modal-body iframe {
        height: 197px;
    }
    .menu .toggle-menu li a {
        font-size: 17px;
    }
}

@media(max-width: 375px) {
   
    h2.title-2,
    h3.title-2 {
        font-size: 22px;
    }

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

    .button-2 {
        width: 48%;
    }

    p.copy-right-grids {
        font-size: 12px;
    }

    .chef-style {
        top: 14%;
        width: 18%;
    }

    .about-img-pages {
        min-height: 406px;
    }

    .cmz_port_head h3 {
        font-size: 26px;
    }

   

    .modal-body iframe {
        height: 192px;
    }
}

@media(max-width: 320px) {
    .icons-cmz {
        padding: 1em 1em;
        margin: 0 .5em;
        width: 42%;
    }

    li.icons-cmz:nth-child(4) {
        margin-left: .5em;
    }

    li.icons-cmz:nth-child(5) {
        margin-top: 1.5em;
        margin-left: 4em;
    }

    .some-another.text-center.pb-5 h5 {
        font-size: 16px;
    }

    .support-grid i,
    .about-info .card i {
        font-size: 45px;
    }

    .product-name-cmz h4 {
        font-size: 22px;
    }

    p.dont-inti-cmzs {
        font-size: 16px;
        margin-top: 10px !important;
    }

    a.button-3 {
        font-size: 14px;
        margin-top: 2em !important;
    }

  

    .agile_its_registration {
        padding: 2em 1.5em;
    }

  

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

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

    .button-2 {
        width: 54%;
    }

    p.copy-right-grids {
        letter-spacing: 1px;
    }

    a.navbar-brand {
        font-size: 24px;
    }

    .banner-text-agile h3 {
        font-size: 18px;
    }

    .button {
        font-size: 12px;
        padding: 11px 17px;
    }

    .banner-text-agile {
        top: 7em;
    }

    .footer-social-agile ul li a i {
        height: 35px;
        width: 35px;
        line-height: 2.4;
    }

    .row.support-bottom.text-center .col-md-3.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

  

    .service-in.text-left.mt-5 {
        margin-top: 1.5em !important;
    }

    .banner2-cmzs {
        min-height: 120px;
    }

    .about-img-pages {
        min-height: 340px;
    }

    .address input[type="submit"] {
        font-size: 15px;
    }

    .cake-style {
        left: 2px;
        width: 36%;
    }

    .modal-body iframe {
        height: 161px;
    }
}

/* //responsive */