/* @font-face {
    font-family: 'Impact';
    src: url('font/Impact.woff2') format('truetype'), url('font/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Impact-regular';
    src: url('../Impact/Impactr.woff2') format('woff2'), url('../Impact/Impactr.woff') format('woff'), url('../Impact/Impactr.ttf') format('truetype');
}

.inset {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
}

.v_middle {
    display: inline-block;
    float: none;
    text-align: left;
    width: 80%;
}

.scroll {
    position: fixed;
    bottom: 0;
    left: 0;
}

#wrapper {
    padding-left: 190px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -190px;
    left: 190px;
    width: 190px;
    background: #292929;
    position: fixed;
    height: 100%;
    z-index: 1000;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: inset 15px 14px 8px -8px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: inset 15px 14px 8px -8px rgba(0, 0, 0, 0.64);
    box-shadow: inset 15px 14px 8px -8px rgba(0, 0, 0, 0.64);
}

#wrapper.active {
    padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
    left: 0;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav li a span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.copy_right>ul {
    float: left;
    padding: 0;
    width: 100%;
}

.copy_right li {
    display: inline-block;
    margin: 0 5px;
}

.copy_right {
    bottom: 0px;
    position: absolute;
}

.copy_right span.text-center {
    color: #d9d9d9;
}

.sidebar-nav li {
    line-height: 35px;
    margin: 15px 0;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    font-weight: 300;
    /*padding: 5px 0 5px 6em;*/
    text-decoration: none;
    color: #767676;
    padding: 0;
}

.sidebar-nav li a span:before {
    position: absolute;
    left: 0;
    color: #41484c;
    text-align: center;
    width: 20px;
    line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li .active,
.sidebar-nav li a:focus {
    color: #fff;
    background: #fd6d00;
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none
}

.content-header {
    height: 35px;
    line-height: 35px;
    position: fixed;
    z-index: 9;
}

.content-header h1 {
    margin: 0;
    margin-left: 50px;
    line-height: 65px;
    display: inline-block;
    font-size: 24px;
}

#menu-toggle {
    text-decoration: none;
}

.logo:hover {
    background: unset !important;
}

.btn-menu {
    color: #000;
}

.inset {
    float: left;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
}

.logo {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 0em;
}

.logo .img-responsive {
    display: inline-block;
}


/*----------------menu css end---------------------*/

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #767676;
    line-height: 20pt;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.home_content {
    float: left;
    text-align: center;
    width: 100%;
}

.rorate svg {
    max-width: 95%;
    max-height: 95%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.rorate svg path {
    fill-opacity: 0;
    stroke: #62bb47;
    stroke-width: 1px;
    stroke-dasharray: 870;
    stroke-dashoffset: 870;
    animation: draw 5s infinite linear;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.svg_side_txt>span {
    color: #585858;
    line-height: 24pt;
    font-size: 20px;
}

.svg_side_txt>span:first-child {
    font-size: 24px;
}

.svg_side_txt>span:last-child {
    font-size: 20px;
}

.svg_side_txt button {
    background-color: #fd6d00 !important;
    color: #fff;
    float: left;
    font-size: 18px;
    margin-top: 1em;
    text-transform: capitalize;
}

.svg_side_txt {
    margin-top: 19em;
}

.lang>ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.lang li {
    float: left;
    list-style: outside none none;
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.hvr_grow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
}

.hvr_grow:hover,
.hvr_grow:focus,
.hvr_grow:active {
    transform: scale(1.9);
}

.lang.col-md-12.text-center {
    margin-top: 2em;
    padding: 0;
}

#wrapper.active .logo .solo {
    margin-right: 0;
    transition: all 0.4s ease 0s;
}

.our_goal_con,
.about_con {
    float: left;
    width: 76%;
    margin-top: 5em;
}

.our_goal_logo,
.about_logo {
    float: left;
    margin-right: 6%;
    width: 18%;
}

.our_goal_con p {
    text-align: justify;
}

.our_goal_logo img {
    margin-top: 5em;
}

.about_con h2 {
    font-size: 55px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about_con p {
    font-size: 16px;
    line-height: 24px;
}

.portfolio {
    float: left;
    width: 100%;
    display: block;
}

.port_con {
    display: inline-block;
    float: none;
    width: 65%;
}

.service_ul .nav-tabs {
    background: transparent none repeat scroll 0 0 !important;
}

.service_ul .nav-tabs>li {
    float: left;
    width: 50%;
    margin: 1.5em 0;
}

.service_ul .nav-tabs>li>a {
    float: left;
    text-align: center;
    width: 100%;
}

.service_ul .nav li img {
    display: inline-block;
}

.services {
    padding-right: 0;
}

.service_ul li a h2 {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.service_ul .nav-tabs>li>a,
.service_ul .nav-tabs>li>a:hover,
.service_ul .nav-tabs>li.active>a,
.service_ul .nav-tabs>li.active>a:focus,
.service_ul .nav-tabs>li.active>a:hover,
.service_ul .nav-tabs {
    border: unset;
}

.service_ul .nav-tabs>li:nth-child(2n+1) {
    clear: left;
}

.service_ul li a img {
    height: auto;
    width: 80px;
}

.service_ul li.active a h2 {
    color: #fd6d00;
}

.service_ul .nav.nav-tabs {
    display: inline-block;
    float: none;
    width: 80%;
}

.tab-content.service_tab_con.col-md-5 {
    background-image: url("../../assets/img/service_tab_content.png");
    background-repeat: no-repeat;
}

.service_tab_con h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.service_tab_con .tab-pane.active {
    border: 4px solid #fff;
    margin: 5em 6em;
    padding: 0 1.5em;
}

.service_ul.col-md-7.text-center {
    width: 55%;
}

.tab-content.service_tab_con.col-md-5 {
    margin-top: 45px;
    position: fixed;
    right: 0;
    width: 558px;
}

.service_tab_con .tab-pane.active p {
    color: #dadada;
    font-weight: 300;
    line-height: 22px;
}

.owl-wrapper {
    margin: 1.5em 0;
}

.owl-wrapper .owl-item .item {
    text-align: center;
    float: left;
    width: 100%;
}

.owl-wrapper .owl-item .item img {
    display: inline-block;
}

.owl-controls {
    display: none !important;
}

.contact_form button,
.career_form #career_btn_link {
    background-color: #fd6d00 !important;
    color: #fff;
    float: left;
    font-size: 14px;
    margin-top: 1em;
    padding: 0.9em 5em;
    display: inline-block;
    float: none;
}

.career_form #post button {
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    color: #aaa !important;
    display: inline-block;
    float: none;
    font-size: 14px !important;
    margin-top: 1em;
    padding: 0.9em 5em !important;
    text-transform: capitalize !important;
    padding-left: 0 !important;
}

.career_form #post .dropdown-menu li a:hover,
.career_form #post .dropdown-menu li a:focus,
.career_form #post dropdown-menu li a:active {
    background-color: transparent !important;
    color: #aaa !important;
}

.career_form #post .dropdown-menu li>a:hover,
.career_form #post .dropdown-menu li>a:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12), 0 5px 2px -7px rgba(0, 0, 0, 0.2) !important;
}

.ContactMap {
    padding: 15px 0px;
    align-items: center;
    /*  display: flex; */
}

.m-0 {
    margin: 0px;
}

.contact_form .form-group.is-focused .form-control,
.career_form .form-group.is-focused .form-control {
    background-image: linear-gradient(#fd6d00, #fd6d00), linear-gradient(#fd6d00, #fd6d00);
}

.contact_form .form-group.is-empty input,
.contact_form .form-group.is-empty textarea {
    text-align: center;
}

.contact_addr h4 {
    color: #292929;
    font-size: 20px;
    font-weight: 500;
}

.contact_addr p {
    font-size: 16px;
    font-weight: 400;
}


/* .col-md-6.contact_addr {padding-left: 5em;} .col-md-6.contact_form {padding-right: 5em;} */

.port_con h2 {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.nav .active>a {
    color: #fff;
}

.contact_form .form-group .form-control {
    /* text-align: center; */
}

.service_ul .nav-tabs>li .hvr-float-shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%) repeat scroll 0 0;
}

.contact_v_middle {
    display: inline-block;
    float: none;
    text-align: left;
    width: 100%;
}

.contact_form {
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
}

.wrap_map {
    background-color: #f2f2f2;
    float: left;
    padding: 2%;
    width: 50%;
    /* height: 37em; */
}

.tech_wrap {
    display: inline-block;
    float: none;
    text-align: left;
    width: 100%;
}

#menu-toggle:hover,
#menu-toggle:focus {
    color: #fd6d00;
}

.sidebar-nav.nav>li:first-child:hover,
.sidebar-nav.nav>li:first-child:focus,
.sidebar-nav.nav>li:first-child:active {
    background-color: transparent;
}

no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

.sidebar-nav.nav>li:first-child a:hover,
.sidebar-nav.nav>li:first-child a:focus,
.sidebar-nav.nav>li:first-child a:active {
    background-color: transparent !important;
}

#technologies1 {
    float: left;
    padding: 0;
    width: 100%;
}

.mobile_portfolio {
    display: none;
}

.wrap_port_con.col-md-10.col-sm-10 {
    width: 80.45%;
}

.owl-sl .prev,
.owl-sl .next {
    position: absolute;
    top: 37%;
    z-index: 100;
    font-size: 3rem;
    cursor: pointer;
    color: #555;
}

.owl-sl .prev .fa.fa-angle-left,
.owl-sl .next .fa.fa-angle-right {
    font-size: 40px;
    line-height: 0;
    color: #ccc;
}

.owl-sl .prev {
    left: -60px;
}

.owl-sl .next {
    right: -60px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #555;
    display: inline-block;
    zoom: 1;
    display: inline;
    /*IE7 life-saver */
    font-size: 3rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    margin-top: -32px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #2a6496;
}

.career_form.wow.fadeInLeft {
    display: inline-block;
    width: 50%;
    float: right;
}

.current_opening {
    float: left;
    padding: 0em 3em 1em 5em;
    width: 50%;
    margin-top: -0.8em;
}

.current_opening>h2 {
    font-size: 30px;
}

.current_opening .panel.panel-default {
    margin-bottom: 15px;
}

.current_opening .panel-title a {
    transition: all 0.2s ease-in-out 0.2s;
}

.current_opening .panel-title a:hover {
    padding-left: 20px;
    transition: all 0.2s ease-in-out 0.2s;
}

.current_opening .panel-title,
.current_opening .panel-body {
    text-align: left;
}

.current_opening .panel-default>.panel-heading .badge {
    background-color: #fd6d00;
    float: right;
}

.current_opening .badge {
    padding: 4px 7px;
}

.current_opening label {
    color: #232323;
}

.current_opening .collapsed,
.current_opening .panel-title>a:hover,
.current_opening .panel-title>a:focus {
    text-decoration: none;
}

.btn.btn-raised.btn-primary,
.btn.btn-fab.btn-primary,
.btn-group-raised .btn.btn-primary,
.input-group-btn .btn.btn-raised.btn-primary,
.input-group-btn .btn.btn-fab.btn-primary,
.btn-group-raised .input-group-btn .btn.btn-primary {
    background-color: #fd6d00 !important;
    color: #ffffff;
}

.n-sags {
    margin-bottom: 15px;
    /*-ms-transform: rotate(-30deg);
   
    -webkit-transform: rotate(-30deg);
   
    transform: rotate(-30deg);*/
    transition: 1s;
    float: left;
    width: 100%;
}

.n-sags img {
    height: auto;
    width: 100px;
}

.sam {
    color: #292929 !important;
    font-size: 18px !important;
    font-family: Century Schoolbook !important;
    text-transform: unset !important;
}

.sam:hover {
    background: transparent !important;
    color: white !important;
}


/* .n-sags:hover {
    color: white;
    -ms-transform: rotate(0deg);
  
    -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
} */


/* jssor slider css start*/

#jssor_1 {
    width: 100% !important;
    height: 100% !important;
}

#jssor_1>div,
#jssor_1>div>div {
    width: 100% !important;
    transform: unset !important;
    height: 100% !important;
}

.j_slides {
    float: left !important;
    text-align: center !important;
    width: 350px !important;
    height: 100% !important;
}

.j_slides img {
    display: inline-block;
    float: none !important;
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
}

.j_slides>div {
    width: 100% !important;
}

.j_slides {
    width: 100% !important;
}

.jssora08l,
.jssora08r {
    left: 45% !important;
}

.jssora08r {
    bottom: 0 !important;
}

.jssora08l {
    top: 2px !important;
}

.jssora08l,
.jssora08r {
    display: block;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

.jssora08l {
    background-image: url("../../assets/img/port_slider_down_arr.png");
    background-repeat: no-repeat;
}

.jssora08r {
    background-image: url("../../assets/img/port_slider_up_arr.png");
    background-repeat: no-repeat;
}

.jssora08l:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.jssora08r:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.jssora08l.jssora08ldn {
    background-position: -5px -35px;
    opacity: .3;
    filter: alpha(opacity=30);
}

.jssora08r.jssora08rdn {
    background-position: -65px -35px;
    opacity: .3;
    filter: alpha(opacity=30);
}

.jssora08l.jssora08lds {
    background-position: -5px -35px;
    opacity: .3;
    pointer-events: none;
}

.jssora08r.jssora08rds {
    background-position: -65px -35px;
    opacity: .3;
    pointer-events: none;
}

.port_slide.col-md-3 {
    position: fixed;
    right: 0;
    top: 0;
    width: 18%;
    padding-right: 0;
    height: 100%;
}

.clicky {
    height: auto !important;
    width: 100% !important;
}


/* jssor slider css end*/

.select button {
    width: 100%;
    text-align: left;
}

.select .caret {
    position: absolute;
    right: 10px;
    margin-top: 10px;
}

.select:last-child>.btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.selected {
    padding-right: 10px;
}

.option {
    width: 100%;
}

@media (max-width:320px) {
    .v_middle {
        width: 95%;
    }
    .our-technologies .col-xs-6 {
        width: 100%;
    }
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        left: 0;
    }
    #wrapper.active {
        position: relative;
        left: 190px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 190px;
        width: 190px;
        transition: all 0.4s ease 0s;
    }
    #menu-toggle {
        display: inline-block;
    }
    .inset {
        padding: 15px;
    }
    .v_middle .main-title {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .v_middle .main-title h1 {
        font-size: 36px;
        line-height: normal;
    }
    .v_middle .main-title h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .v_middle .main-title a.btn.btn-primary.btn-raised.btn-round.n-sag {
        font-size: 16px;
        padding: 10px 0;
        height: inherit;
    }
    .v_middle .our-technologies .tech-bx img {
        height: 80px;
        width: 80px;
    }
    .v_middle .our-technologies .tech-bx img.cd-img {
        height: 54px;
        width: 54px;
    }
    .v_middle .our-technologies .tech-bx h4 {
        font-size: 16px;
    }
}

.d-none {
    display: none;
}

.main-title {
    margin-top: 10em;
    margin-bottom: 3em;
}

.main-title h1 {
    font-size: 80px;
    color: #000;
    line-height: 100px;
    margin: 0px;
    font-weight: 400;
    font-family: 'Impact-regular';
}

.main-title h2 {
    font-size: 40px;
    line-height: 20px;
    color: #000;
    font-family: 'Impact-regular';
}

.main-title a.btn.btn-primary.btn-raised.btn-round.n-sag {
    margin-top: 30px;
    background-color: #fd6d00;
    max-width: 600px;
    width: 100%;
    background-color: #fd6d00 !important;
    color: #ffffff;
    height: 100px;
    padding: 20px;
    font-family: inherit;
    font-size: 40px;
    text-transform: none;
}

.owl-wrapper .owl-item .item img {
    display: inline-block;
    width: 60px;
}

.our-technologies .row {
    border-bottom: 1px solid #f5f5f5;
}

.our-technologies .hvr_grow:hover,
.hvr_grow:focus,
.hvr_grow:active {
    transform: scale(1.2);
}

.our-technologies h6 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    text-transform: capitalize;
    color: #545454;
}

.our-technologies h3 {
    font-weight: 400;
    color: #000;
}

.our-technologies .tech-bx img {
    width: 100px;
    height: 100px;
}

.our-technologies .tech-bx {
    border: 0;
    background-color: #fbfbfb;
    box-shadow: 0 0 1px #b9b9b9;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    min-height: 145px;
}

.our-technologies .tech-bx h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.quote-form {
    margin: 0 auto;
    width: 50%;
}

@media(max-width: 767px) {
    .quote-form {
        width: 100%;
    }
}

.page-content {
    background-image: url(../img/about_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.quote-form h4 {
    color: #292929;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 25px;
}

.quote-form .contact_form {
    width: 100%;
    text-align: start;
}

.quote-form .form-group .form-control {
    text-align: left;
    color: #a7a7a7;
}

.quote-form .form-group.select-arrow {
    position: relative;
}

.quote-form .form-group.select-arrow span {
    position: absolute;
    right: 0;
    top: 10px;
}

.quote-form .form-group.is-empty input,
.quote-form .form-group.is-empty textarea {
    text-align: left;
}


/*custom select */

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #60666d;
}


/* @media (min-width: 768px) {
    .select-box {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .select-box {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .select-box {
        width: 30%;
    }
} */

.select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #ccc;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.select-box__value {
    display: -webkit-box;
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #a7a7a7;
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 5px;
}

.select-box__list label {
    margin-bottom: 0;
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #fff;
    background-color: #f58d3e;
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}


/*custom select*/


/*custom select Budget*/

.select_wrap {
    margin: 15px auto;
    position: relative;
    user-select: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #a7a7a7;
}

.select_wrap .default_option {
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 0
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    background-image: url("../../assets/img/downarrow.svg");
    top: 5px;
    right: 8px;
    width: 18px;
    height: 18px;
    opacity: 0.4;
}

.select_wrap .select_ul {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 1;
    list-style: none;
    padding: 0;
}

.select_wrap .select_ul li {
    padding: 10px;
    cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
    background: #f58d3e;
    color: #fff;
}

.select_wrap .option {
    display: flex;
    align-items: center;
}

.select_wrap .option.pizza .icon {
    background-position: 0 0;
}

.select_wrap .option p {
    margin-bottom: 0;
}

.select_wrap .option.burger .icon {
    background-position: 0 -35px;
}

.select_wrap .option.ice .icon {
    background-position: 0 -72px;
}

.select_wrap .option.fries .icon {
    background-position: 0 -111px;
    width: 25px;
}

.select_wrap.active .select_ul {
    display: block;
}

.select_wrap.active .default_option:before {
    top: 5px;
    transform: rotate(-180deg);
}


/*custom select Budget*/


/*--contact form--*/

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #f2f2f2;
}

.wrap-contact100 {
    width: 1120px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}


/*------------------------------------------------------------------
[ Button ]*/

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 23px;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 2px;
    background: #ff8222;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid;
}

.contact100-form-btn:hover {
    background: #ff6f00;
}


/*==================================================================
[ Form ]*/

.contact100-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px 20px 30px;
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}

.label-input100 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #525252;
    line-height: 1.5;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 45px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.validate-input {
    position: relative;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
    width: 50%!important;
}

.rs2-wrap-input100 {
    border-left: none;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
}

.input100 {
    display: block;
    border: 1px solid #e6e6e6;
    width: 100%;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
    padding: 0 25px;
}

input.input100 {
    height: 45px;
}

textarea.input100 {
    min-height: 139px;
    padding-top: 19px;
    padding-bottom: 15px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #fd6d00;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.contact100-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0px 15px;
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(253, 109, 0, 1);
    opacity: 0.8;
}

.size1 {
    width: 290px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}

.p-b-47 {
    padding-bottom: 47px;
}

.p-b-20 {
    padding-bottom: 10px;
}

.p-r-25 {
    padding-right: 20px;
}

.dis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-col-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.txt1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
}

.txt2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.txt3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .contact100-form {
        width: 60%;
        padding: 56px 30px 63px 30px;
    }
    .contact100-more {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .contact100-form {
        width: 100%;
    }
    .contact100-more {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .contact100-form {
        padding: 56px 15px 63px 15px;
    }
    .rs1-wrap-input100,
    .rs2-wrap-input100 {
        width: 100%;
    }
    .rs2-wrap-input100 {
        border-left: 1px solid #e6e6e6;
        border-top: none;
    }
}