.body {
    font-family: 'Montserrat';
    font-weight: 400;
        font-size: 15px;

    text-align: left;

    overflow-x: hidden;

    line-height: 26px;
}
   .p {
    font-family: 'Montserrat';
    font-weight: 400;
    }

.contet-imc p {
    margin: 0 0 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Montserrat';

    margin: 0 0 15px;

    color: #151b2c;

    font-weight: 600;

}

h1{

    font-size: 48px;

    line-height: 52px;

        

}

h2{

    font-size: 42px;

    line-height:46px;

        

}

h3{

    font-size: 28px;

    line-height: 40px;

    font-weight: 500;

        

}

h4{

    font-size: 26px;

        

}

h5{

    font-size: 20px;

    line-height: 28px;

        

}

h6{

    font-size: 16px;

    line-height: 26px;

        

}

/*IMC Event 2023*/

.show_mobile {

    display: none;

}

.banner-imc img {

    width: 100%;

    /*height: 100%;*/

    object-fit: cover;

}



/*.imc-main-banner {*/

/*    background-image: url(../imc23/img/imc-banner-23.jpg);*/

/*    background-size: cover;*/

/*    background-repeat: no-repeat;*/

/*    height: 864px;*/

/*    width: 100%;*/

/*    background-position: top,center;*/

/*}*/



/*.imc-main-banner {*/

/*    background-color: #4194b4;*/

/*    background-image: linear-gradient(-89deg, #1face2 0%, #009cd9 42%, #21c2ff 94%);*/

/*}*/

.heading-imc {

    padding: 70px 0 0;

}



.imc-logo {

    margin: 40px 0 0;

}

.heading-imc h1 {

    font-size: 50px;

    font-weight: 400;

    color: #fff;

    line-height: 60px;

}

.heading-imc h2 {

    font-size: 40px;

    font-weight: 600;

    color: #fff;
  font-family: 'Montserrat';
    line-height: 50px;

}

.imc-content {

    padding: 50px 0;

    position:relative;

}
    .show_mobile {
    display: none;
}
.show_desktop {
  display: block;
}



    .main {
    text-align: center;
    font-family: "Montserrat";
    }
    
    
    .geek1 {
    font-size: 36px;
    font-weight: bold;
    color: red;
    text-align: center;
    padding: 15px 0;
    }
    
    .spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 4px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    }
    @keyframes spin {
    to { transform: rotate(360deg); }
    }


    .content-section {
    max-width: 1200px;
    width: 100%;


        }
        .content-section h2 {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
     
        .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 10px;
        }
.card {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #1face2;
    background: linear-gradient(247deg, rgb(255 255 255 / 39%), #00b8ff7a 104.39%);
}

        .card span {
            color: #1face2;
             font-family: 'Montserrat';
        }
.card p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
}



/*box*/

.boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
}

.box {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 25px 25px 20px;
    position: relative;
    border: 1px solid #1face2;
    z-index: 9;
}

.box:before {
    background: linear-gradient(90deg, rgb(255 255 255 / 39%), #00b8ff59 104.39%);
    content: "";
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.box__title:before {
    background-color: #3db3e5;
    content: "";
    display: block;
    height: 3px;
    margin-top: 6px;
    width: 70px;
    position: absolute;
    bottom: 0;
}

.box__title {
    color: #232323;
     font-family: 'Montserrat';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 15px;
    position: relative;
}

.box__content {
    color: #000;
     font-family: 'Montserrat';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.box__image img {
    text-align: center;
    width: 90px;
}

.box__image {
    padding: 0 0 10px 0;
}
.inception-tab_top_wrap h2 {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}





/*.imc-content:before {

    content: url(./imc23/img/bg-line-dots.svg);

    width: 100%;

    height: auto;

    position: absolute;

    top: 0;

    left: 0;

}*/

.imc-main-content h3 {

    font-size: 20px;

    line-height: 30px;
  font-family: 'Montserrat';
    margin: 0;

}

.event-imc p {

    font-size: 20px;

    color: #fff;

    margin: 12px 12px 0 0;

    line-height: 23px;
  font-family: 'Montserrat';
    padding: 0;

}

.event-imc {

    height: 0;

    border-right: 40px solid transparent;

    border-bottom: 120px solid #1face2;

    padding-left: 30px;

    display: inline-block;

    margin: 5px 0 20px;

}

.contet-imc {

    padding: 13px 0 0;

}

.contet-imc span {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    display: block;
    line-height: 27px;
}

.contet-imc h3 {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;

}

.contet-imc ul {

    list-style: disc;
  font-family: 'Montserrat';
    margin: 11px 0 0 28px;

}



.imc-form input::placeholder {

    color: #fff;
   font-weight: 400;
    font-size: 14px;

}

.contact_form {
    background: linear-gradient(#00aeef, #03a9f48f);
    padding: 30px 40px 0px;
}

.contact-btn-m input {
    padding: 15px;
    background-color: #000;
    color: #fff;
    border: none;
}
.contact-btn-m {
    margin: 0;
    padding: 20px 0 0;
}

/*card*/

.contact_form h3 {

    font-weight: 700;

    color: #ffffff;
     font-family: 'Montserrat';
    margin-bottom: 40px;

    font-size: 23px;

    line-height: 30px;

    letter-spacing: 0.5px;

}

.contact_form .form-control {

    border-radius: 5px;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    color: #000000;
    padding: 2.375rem 13px;

}

.contact_form .form-group p {
    margin: 0;
}
.contact_form .contact-btn {

    display: inline-block;

    margin: 20px 0 0 0;

    padding: 10px 20px;

    border: none;

    color: #ffffff;

    text-transform: uppercase;

    font-weight: 600;

    font-size: 14px;

    cursor: pointer;
  font-family: 'Montserrat';
    background: #000;

    position: relative;

    min-height: 47px;

    min-width: 140px;

    border-radius: 0px;

    text-decoration: none;

    line-height: 24px;

    margin-left: -14px;

    margin-top: 34px;

}

.g-recaptcha iframe {

    margin: 11px 0;

}


.dropdown-submenu {

  position: relative;

}
.banner-imc img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    padding: 50px 0 0;
}


.dropdown-submenu .dropdown-menu {

  top: 0;

  left: 100%;

  margin-top: -1px;

}

blockquote:before {

    display: none;

}

blockquote {

    border-left: 2px solid #1face2;

    margin-bottom: 1.5rem;

    margin-left: 0;

    margin-top: 0;

    overflow: auto;

    padding-bottom: 0.5rem;

    padding-left: 1.5rem;

    background: none;

    font-style: unset;

}

.contact-form input[type="text"], .contact-form input[type="email"] {

   
  font-family: 'Montserrat';
    border: 1px solid #fff;

    border-radius: 0;

    color: #ffffff;

    height: 52px;

    margin-bottom: 25px;

    padding-left: 20px;

    width: 100%;

}








/*textblocks*/
.text_blocks {  width:100%; position: relative; padding: 80px 0 35px; background: #f7f7f7; }

.text_blocks .col-6 { width:50%; position: relative; min-height: 1px; padding: 0 25px; }
.text_blocks .image { position: relative; }
.text_blocks .image:after { content:''; width:100%; max-width: 545px; height: 105%; border:22px solid #0bbffc; position: absolute; bottom:0; right:0; }
.text_blocks .image img { left: -15px; top: -45px; position: relative; display: block; z-index: 9; }
.text_blocks .defaultbtn { text-align:center; margin-top: 20px; }
.text_blocks .defaultbtn a { display: inline-block; background: #042c18; padding: 8px 30px 9px; color: #fff; font-size: 17px; text-align: center; text-decoration: none; border-radius: 30px; min-width: 190px; font-family: 'RobotoSlab-Regular'; }
.text_blocks .defaultbtn a:hover { background: #443013; }


.text_blocks h2 { font-size:25px; color:#08c0fc; margin: 0px 0 20px; padding-bottom: 15px; position: relative;  font-weight: 600; line-height:35px; }
.text_blocks h2:before { content:''; width:165px; height:2px; background: #08c0fc; position: absolute; bottom: 0; left:0; }
.text_blocks .text p { color:#000000; font-size:15px; line-height: 28px;  }
.text_blocks .text a { color: #042c18; }
.text_blocks:nth-child(odd) { background:#fff; }
.text_blocks:nth-child(odd) .col-6:first-child { order: 2; }
.text_blocks .text ul {
    list-style: disc;
    margin-left: 16px;
}
::marker {
    color: #07b0f0;
}
.text_blocks .text ul li {
    font-size: 15px;
    color: #000;
    font-weight: 400;

}
.editor_content {
    
    width: 100%;
    position: relative;
    padding: 50px 0 ;
}
.editor_content p {
    font-size: 18px;
    font-weight: 400;
        line-height: 30px;

    color: #000000;
    margin: 0 0 10px;
}

.editor_heading_main h2 {

    margin-bottom: 10px;
    font-weight: 700;
    font-size: 35px;
}
.editor_heading_main {
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 26px 0;
    background: linear-gradient(359deg, rgb(255 255 255 / 100%), #00b8ff59 125.39%);
}

.gallery {
    padding: 40px 0 0;
}


.bg-colour {
    background-color: #f7f7f7;
}
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery a {
    margin: 5px;
        border: 5px solid #0bbffc;
}





.contact-form button[type="submit"] {

  font-family: 'Montserrat';

    border: 1px solid #1face2;

    color: #1ba7de;

    display: block;

    font-size: 18px;

    margin-top: 16px;

    padding: 13px 24px;

    border-radius: 2px;

    transition: all 0.3s ease 0s;

    background: #ffffff;

        margin: 0;

}

.imc-main-banner {

    margin-top: 35px;

}
.contact_form h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.status-msg.error {
    color: #EA4335;
}
.status-msg {
    font-size: 16px;
    padding: 6px;
    border: 2px dashed;
    background: #fff;
    margin-bottom: 10px;
}


.imc-content-padd {
    background: linear-gradient(90deg, rgb(255 255 255 / 39%), #00b8ff59 104.39%);
    width: 100%;
    padding: 50px;
}
.contet-imc ul li strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.contet-imc ul li {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}
.contet-imc ul {
    list-style: decimal;
}


.imc-form img {
    margin-top: 14px;
}
.why-img {
    margin-top: 20px;
}
@media (max-width: 1268px) {

        .navbar-right {
        margin-right: -36px !important;
    }
        .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
}
.contact_form {
    padding: 30px 30px 0px;
    border-left: 0px solid #0a1c2d;
    margin-top: 20px;
}
.triangle_right {
    position: unset;
    border: none;
}


}

@media (max-width: 990px) {

  .show_mobile {
    display: block;
}
.show_desktop {
    display: none;
}
    .banner-imc img {
        padding: 40x 0 0 !important;
    }


}

@media (max-width: 767px) {
    .show_mobile {
    display: block;
}
.show_desktop {
    display: none;
}
    .imc-content-padd {

    padding: 0px;
}
.box__image img {
    width: 50px;
}
.triangle_right {
    position: unset;
    border: none;
}
.contact_form {
    padding: 30px 30px 0px;
    border-left: 0px solid #0a1c2d;
    margin-top: 20px;
}
.content-section h2 {
    font-size: 19px;
    line-height: 28px;
}
.inception-tab_top_wrap h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
    .boxes {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
}

.contact_form .g-recaptcha iframe {
    width: 220px !important;
}
    .banner-imc img {
        padding: 40x 0 0 !important;
    }


.contet-imc h3 {
    font-size: 20px;
    line-height: 31px;
}
.imc-content {
    padding: 30px 0;
}
.contet-imc p {
    font-size: 14px;
    line-height: 24px;
}
.contet-imc span {
    font-size: 14px;

}
.editor_heading_main h2 {

    font-size: 25px;
}

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

.contet-imc h3 {
    font-size: 20px;
    line-height: 31px;
}
.imc-content {
    padding: 30px 0;
}
.contet-imc p {
    font-size: 14px;
    line-height: 24px;
}
.contet-imc span {
    font-size: 14px;

}
    .container {
        width: 100% !important;
    }
    .logo {
        left: 31px !important;

    }
}