/*==============================================================================================*/
/*=================[                                                           ]=================*/
/*=================[     !!!!!!!! CSS ADDED BY KINJAL VHORA      !!!!!!!!     ]=================*/
/*=================[                                                           ]=================*/
/*===============================================================================================*/
 
/* ============================================ */
/* !!!           min width 1600px           !!! */
/* ============================================ */
@media (min-width:1900px) {
    

}
/* ============================================ */
/* !!!           min width 992px           !!! */
/* ============================================ */
 
@media (min-width: 768px) {
    .dropdown-menu {
        position: absolute;
        left: 0px;
        top: 100%;
        min-width: 258px;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        padding: 10px 10px;
        z-index: 100;
        border-radius: 0;
        background: #204b5d;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -moz-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        margin: 0;
        box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
        border: 0;
    }
    .dropdown-menu:before {
        position: absolute;
        top: -10px;
        left: 25px;
        text-align: center;
        margin: 0 auto;
        font-weight: 900;
        content: '';
        line-height: 10px;
        color: #204b5d;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #204b5d;
        z-index: 999;
        opacity: 1;
    }
    .dropdown:hover .dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}  
/* ============================================ */
/* !!!           max width 1199px           !!! */
/* ============================================ */
@media (max-width: 1199px) {
    .main_banner:before { 
        background-size: 123% 100%;
    }
    .hiro_title {
        font-size: 56px;
        line-height: 66px;
    }
    .hero-content-left p {
        font-size: 16px;
    }
    .burger-menu  {
        right: 20px;
    } 
    p, li {
        font-size: 14px;
        line-height: 24px;
    } 
    .technology-block-one .inner-box h4 { 
        line-height: 26px;
    }
    .title { 
        font-size: 34px;
        line-height: 40px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .team-block-one .inner-box .lower-content .designation { 
        font-size: 14px;
    }
    .testimonial-carousel .controls li { 
        margin: 0 0%; 
        height: auto;
        width: 50%;
    }
    .testimonial-carousel .controls li img {
        width: 100%;
        height: 100%; 
    }
}
/* =========================================== */
/* !!!           max width 992px           !!! */
/* =========================================== */
@media (max-width:992px) {
     .menu_right { 
        padding-right: 28px;
    }
    .menu_right .default-btn { 
        font-size: 14px;
        padding: 8px 16px; 
        letter-spacing: 0px;
        min-width: 80px;
    }
    .navbar .navbar-nav > li {
        margin: 0 0 0 10px;
    }
    .navbar .navbar-nav > li > a {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .right-nav {
        margin: 0 15px;
    }
    .hiro_title {
        font-size: 36px;
        line-height: 45px;
    }
    .hero-content-left p {
        font-size: 15px;
        padding-right: 18px;
    }
    .technology-block-one { 
        height: auto;
    } 
    .footer_contact {
        margin-top: 30px;
    }   
    .footer_contact ul li i { 
        flex: 0 0 6%; 
    }
     
     .butterfly img { 
        top: -173px; 
    }
    .testimonial { 
        margin-bottom: 30px;
    }
    .testimonial-carousel .controls li {
        margin: 0 2%; 
        width: 200px;
        height: 200px;
    }
}
/* =========================================== */
/* !!!           max width 767px           !!! */
/* =========================================== */
@media (max-width:767px) {  
    .navbar>.container, .navbar>.container-fluid { 
        display: block;
    }
    .burger-menu{
        display: none;
    }
    .menu-trigger {
        width: 28px;
        height: 18px;
        position: absolute;
        right: 15px;
        top: 33px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        z-index: 5;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .menu-trigger .nav-line {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        background: #50c297;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        backface-visibility: hidden;
    }
    .menu-trigger .nav-line.nav-line-1 {
        -webkit-transition: all 0.3s 0.3s, transform 0.3s 0s;
        transition: all 0.3s 0.3s, transform 0.3s 0s;
    }
    .menu-trigger .nav-line.nav-line-2 {
        top: 50%;
        margin-top: -1px;
        right: 0;
        -webkit-transition: all 0.3s 0.3s ease;
        transition: all 0.3s 0.3s ease;
        width: 100%;
    }
    .menu-trigger .nav-line.nav-line-3 {
        bottom: 0;
        top: auto;
        right: 0;
        -webkit-transition: all 0.3s 0.3s, transform 0.3s 0s;
        transition: all 0.3s 0.3s, transform 0.3s 0s;
    }
    /* navbar toggle open/active */
    .menu-trigger.open .nav-line {
        background: #50c297;
    }
    .menu-trigger.open .nav-line-1 {
        top: 50%;
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s, transform 0.3s 0.3s;
        transition: all 0.3s, transform 0.3s 0.3s;
    }
    .menu-trigger.open .nav-line-2 {
        opacity: 0;
        -webkit-transition: all 0.3s, opacity 0.3s 0s;
        transition: all 0.3s, opacity 0.3s 0s;
    }
    .menu-trigger.open .nav-line-3 {
        bottom: 50%;
        margin-bottom: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s, transform 0.3s 0.3s;
        transition: all 0.3s, transform 0.3s 0.3s;
    }
    /*  #navbar, #navbar:not(.show) }*/
    .navbar__wrapper.sticky {
        position: relative;
    }
    .menu-show {
        overflow: hidden;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        position: relative;
    }
    #navbar {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        /*      bottom: 0;*/
        right: 0;
        border: 0;
        background: transparent;
        z-index: 9;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    } 
    .navbar-nav {
        padding: 20px 15px;
        background: #0f2933;
        border-radius: 20px;
    }
    .hireme-btn {
        margin-left: auto;
        margin-right: 50px;
    }
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar .navbar-nav > li {
        padding: 5px 0;
        margin: 0;
    }
    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li:last-of-type a {
        color: #041340;
    }
    .navbar__wrapper .navbar .navbar-nav > li:last-child > a { 
        padding-left: 15px; 
    }
    .navbar .navbar-nav > li > a:hover:before,
    .navbar .navbar-nav > li > a.active:before {
        opacity: 0;
    }
    .navbar__wrapper .navbar .navbar-nav > li > a {
        padding: 6px 15px;
        font-size: 17px;
        font-weight: 500;
        margin: 0 !important;
        color: #ffffff;
        display: block;
        background: transparent;
    }
    .navbar .navbar-nav > li > a.active,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus,
    .navbar .navbar-nav .current-menu-item.nav-item a {
        background: #f2f2f2;
        color: #041340;
        border-radius: 30px;
    }
    .dropdown-menu {
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }
    .dropdown-item {
        border-left: 0;
        margin:0 0 5px;
        padding: 6px 15px !important;
    }
    .navbar-nav  .menu-item-has-children:before {
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 11px;
        width: 12px;
        top: 0;
        height: 43px;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
        color: #e73c48;
        transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
        cursor: pointer;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-backface-visibility: hidden;
        z-index: 999;
    }
    .navbar-nav .menu-open.menu-item-has-children:before {
        -moz-transform: translateY(0px) rotate(180deg);
        -webkit-transform: translateY(0px) rotate(180deg);
        -o-transform: translateY(0px) rotate(180deg);
    }
    /* header */
    .navbar .navbar-brand {
        padding: 0;
    }
    .navbar .navbar-brand img {
        max-width: 80px;
        padding: 10px 0;
    }
    .mobile_call {
        position: absolute;
        top: 30px;
        right: 70px;
        padding: 0;
        font-size: 22px;
        color: #50c297;
    }
    .main_banner { 
        padding: 150px 0;
    }
    .about-app-mocup {
        top: -10px;
    }
    .footer-top .title { 
        margin-bottom: 30px;
    }
    .secondary-footer .col-md-7.order-md-1.text-lg-right {
        order: 2;
        margin: 20px 0 0 0;
    }
    .footer_working {
        margin: 30px 0 0;
    } 
    .section-title h2 br,
    .about-cont h2 br {
        display: none;
    }
    .main_banner:before {
        background-size: 100% 36%; 
    }
    .main_banner .carousel-item {
        height: 650px;
    }
    .main_banner {
        padding: 0;
    }
    .hiro_banner_content {
        position: relative; 
        top: auto;
        transform: initial;
        padding: 150px 0;
        width: 100%;
    }
    .hero-animation-img  .img-bg { 
        max-width: 300px;
        text-align: right;
        margin-left: auto;
    }
    .main_banner .carousel-controls { 
        left: 36px;
        right: auto; 
        text-align: left; 
        bottom: 122px;
    }
    .technology-block-one { 
        max-width: 370px;
        margin: 0 auto 20px;
    }
    .team-block-one {
        max-width: 370px;
        margin: 0 auto;
    }
     
    .title {
        font-size: 24px;
        line-height: 32px;
    }
    .testimonial_section  .carousel-inner {
        margin: 30px 0 0;
    }
    .container {
        max-width: 100%;
    }
    .special_offer h1 { 
        font-size: 90px; 
        line-height: 95px;
        margin: 0;
    }
    .tecno-content p { 
        min-height: auto;
    }
    .technology-block-one {
        padding-bottom: 80px;
    }
}   

/* =========================================== */
/* !!!           max width 575px           !!! */
/* =========================================== */
@media (max-width:575px) {
     .special_offer .container {
        display: block !important;
    }
    .title { 
        font-size: 26px;
        line-height: 32px;
    }
    .testimonial-carousel .controls li {
        margin: 0px 1%;
        width: 90px;
        height: 90px;
    }
    .footer_contact ul li i {
        flex: 0 0 9%;
    }
    .testimonial .testimonial-content {
        padding:20px 15px;
        margin-right: 0;
    }
    .testimonial-content p {
        font-size: 15px;
        line-height: 23px;
    }
    .testimonial:before{ 
        width: 30%;
    }
    .main_banner:before {
        background-size: 100% 21%;
    }
    .main_banner .carousel-controls { 
        bottom:45px;
    }
    .hero-animation-img .img-bg { 
        margin-top: 20px;
    }
    .main_banner .carousel-item {
        height: 700px;
    }
    .hiro_title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .anim-icon .icon-7 { 
        right: 0;
    }
    .anim-icon .icon-8 { 
        right: 0;
    }
    .section-title h6 { 
        margin-bottom: 0px; 
        font-size: 15px;
    }
    .technology-block-one { 
        max-width: 300px;
        margin: 0 auto 20px;
    }
    .team-block-one {
        max-width: 300px;
        margin: 0 auto;
    }
}  
/* =========================================== */
/* !!!           max width 375px           !!! */
/* =========================================== */
@media (max-width:375px) { 
    .footer_contact ul li i {
        flex: 0 0 13%;
    }
}
/* =========================================== */
/* !!!           max width 321px           !!! */
/* =========================================== */
@media (max-width:321px) {}
/*------------------------------------------------------------------- */
/* !! MIN WIDTH 240 TO MAX WIDTH 320 TO ORIENTATION:LANDSCAPE !! */
/*------------------------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {}