/****** ABOUT ********/
/* @import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
*{
    margin:0px;
    padding:0px;
}
a,a:hover,a:focus{
    text-decoration: none;
        color:#003C5D;
}
body{
    font-family: 'Chivo', sans-serif;
    overflow-x: hidden;
    line-height: 27px;

} */

.box_block img {
    max-width: 100%;
}

/* .container {
    width: 100%;
    max-width: 1280px;
} */


/* @font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-BoldItalic.woff2'),
        url('../fonts/NotoSerif-BoldItalic.woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
h1, h2, h3, h4{
    font-family: 'Kanit', sans-serif;
} */

/* .home p, h5{
    font-family: 'Noto Serif';
} */

/* .m0{margin:0px!important;}
.m_t_10{margin-top:10px!important;}
.m_t_20{margin-top:20px!important;}
.m_t_30{margin-top:30px!important;}
.m_t_40{margin-top:40px!important;}
.m_t_50{margin-top:50px!important;}
.m_t_60{margin-top:60px!important;}
.m_t_70{margin-top:70px!important;}
.m_t_80{margin-top:80px!important;}
.m_t_90{margin-top:90px!important;}
.m_t_100{margin-top:100px!important;}

.m_b_10{margin-bottom:10px!important;}
.m_b_20{margin-bottom:20px!important;}
.m_b_30{margin-bottom:30px!important;}
.m_b_40{margin-bottom:40px!important;}
.m_b_50{margin-bottom:50px!important;}
.m_b_60{margin-bottom:60px!important;}
.m_b_70{margin-bottom:70px!important;}
.m_b_80{margin-bottom:80px!important;}
.m_b_90{margin-bottom:90px!important;}
.m_b_100{margin-bottom:100px!important;}

.p0{padding:0px!important;}
.p10{padding:10px!important;}
.p15{padding:15px!important;}
.p20{padding:20px!important;}
.p25{padding:25px!important;}
.p30{padding:30px!important;}
.p40{padding:40px!important;}
 
.p_t_10{padding-top:10px!important;}
.p_t_20{padding-top:20px!important;}
.p_t_30{padding-top:30px!important;}
.p_t_40{padding-top:40px!important;}
.p_t_50{padding-top:50px!important;}
.p_t_60{padding-top:60px!important;}
.p_t_70{padding-top:70px!important;}
.p_t_80{padding-top:80px!important;}
.p_t_90{padding-top:90px!important;}
.p_t_100{padding-top:100px!important;}

.p_b_10{padding-bottom:10px!important;}
.p_b_20{padding-bottom:20px!important;}
.p_b_30{padding-bottom:30px!important;}
.p_b_40{padding-bottom:40px!important;}
.p_b_50{padding-bottom:50px!important;}
.p_b_60{padding-bottom:60px!important;}
.p_b_70{padding-bottom:70px!important;}
.p_b_80{padding-bottom:80px!important;}
.p_b_90{padding-bottom:90px!important;}
.p_b_100{padding-bottom:100px!important;} */

.text_white,.text_white:hover,.text_white:focus{color:#fff;}
 
.tablee{
    display: table;
    float:none;
    width:100%;
}
.tablee_row
{
    display: table-row;
    float:none;
}
.tablee_cell
{
    display: table-cell;
    float:none;
    vertical-align: middle;
}
.tablee.vtop .tablee_cell
{
    vertical-align: top;
}
.tablee.vbottom .tablee_cell
{
    vertical-align: bottom;
}

.navigation-wrap {
    background-color: #003C5D;
}
/*header csss*/
.hbspt-form fieldset label,
.hs-fieldtype-text label {
    color: #003C5D;
    font-size: 18px;
    font-family: 'Noto Serif';
}
.hs-fieldtype-text label {
  margin-top: 10px;
}
.hbspt-form fieldset.form-columns-2,.hbspt-form  fieldset.form-columns-1, .hs-form .field.hs-form-field{
    width: 100%; 
    max-width: 100%;
}
.hbspt-form fieldset input[type="text"],.hbspt-form fieldset input[type="email"],.hbspt-form fieldset input[type="tel"],.hbspt-form fieldset textarea,
.hs-form .field input[type="text"],.hs-form .field input[type="email"],.hs-form .field input[type="tel"],.hs-form .field textarea {
    background-color: rgb(178 228 255 / 30%);
    border-radius: 7px;
    box-shadow: none;
    border: 1px solid rgb(0 0 0 / 0%);
    color: #003C5D;
    height: auto;
    padding: 9px 12px;
    width: 100%!important;
    resize: none;
}
ul.inputs-list {
    list-style-type: none;
}

ul.inputs-list li label {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
ul.inputs-list li label input {
    margin-right: 10px;
    /* margin-top: 5px; */
}
.hs-richtext p {
    font-family: inherit;
}
p.underline_me {margin: 0;color: #fff;font-size: 14.4px;font-family: 'Noto Serif';}

p.underline_me a {color: #fff;}

input.hs-button.primary.large {
    background: #28E4B5;
    border: 1px solid #28E4B5;
    height: auto;
    font-size: 22.4px;
    color: #37315D;
    font-family: 'Chivo';
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 16%);
    padding: 6px 12px;
    width: 100%;
    max-width: 250px;
}
.field.hs-form-field {
    margin: 5px 0px;
}
/* .navbar ul li {
    position: initial;
    margin: 30px 0px;
    list-style: none;
} */
/* .navbar-default {
    border: none!important;
} */
/* ul.nav.navbar-nav {
     padding:  0px; 
}
.navbar ul li.menu-item-has-children a {
    padding-right: 35px;
}
.navbar ul li.menu-item-has-children ul {
    position: fixed;
    left: 0px;
    width: 100%;
    box-shadow: none;
    z-index: 99999;
    display:none;
    right: 0;
    height: 95vh;
    background-color: #f1f1f1;
    background-image: url(../images/MaskGroup13.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top right;
    background-attachment: fixed;
    top: 140px;
} */
/* .navbar-light .navbar-nav li ul.sub-menu li a{
    margin-left:0px!important;
    margin-right:0px!important;
} */
/* .navbar ul li.menu-item-has-children>a {
    position: relative;
}
.navbar ul li.menu-item-has-children>a:before
{
    
    content: "\f107";
    font-family: fontAwesome;
    font-display: swap;
    position: absolute;
    top: 0px;
    right: 15px;
    padding: 0;
    transition: all 0.5s ease-in-out;
    bottom: 0px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;

}
.navbar ul li.menu-item-has-children:hover>a:before
{
    transform: rotate(180deg);
} */

/* .navbar ul li.menu-item-has-children.rotete a:before
{
    transform: rotate(180deg);
}  */
/* .navbar ul li.menu-item-has-children ul li a {
    display: block;
    padding: 10px 20px;
    text-align: left;
    background: transparent;
    color: #333;
    font-size: 25px;
    font-weight: bold;
} */

/* .navbar ul li.menu-item-has-children ul li a {
    position: relative!important;
    padding-left: 250px!important;
    transition-duration: 1s;
}
.navbar ul li.menu-item-has-children ul li a:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%; 
    left: 0;
    top: 0;
    transition-duration: 1s;
}
.navbar ul li.menu-item-has-children ul li.purple a{
    color:#8372e8;
}
.navbar ul li.menu-item-has-children ul li.purple a:before{
    background-color: #8372e8;
}
.navbar ul li.menu-item-has-children ul li.green a{
    color:#28e4b5;
}
.navbar ul li.menu-item-has-children ul li.green a:before{
    background-color: #28e4b5;
}
.navbar ul li.menu-item-has-children ul li.blue a{
    color:#18aeff;
}
.navbar ul li.menu-item-has-children ul li a,
.navbar ul li.menu-item-has-children ul li a:before {
    transition-delay:0.1s;
}
.navbar ul li.menu-item-has-children ul li.blue a:before{
    background-color: #18aeff;
}
.navbar ul li.menu-item-has-children ul li.orange a{
    color:#ffa633;
}
.navbar ul li.menu-item-has-children ul li.orange a:before{
    background-color: #ffa633;
}
.navbar ul li.menu-item-has-children ul li.skyblue a{
    color:#37cdd2;
}
.navbar ul li.menu-item-has-children ul li.skyblue a:before{
    background-color: #37cdd2;
} */
/* .navbar ul li.menu-item-has-children ul li.close_submenu:hover {
    /* filter: brightness(120%); * /
    transform: translateY(-4%);
    box-shadow: 0 0 12px 4px rgba(0,0,0,0.2);
}
.navbar ul li.menu-item-has-children ul li:not(.close_submenu):hover a {
    padding-left: 415px!important;
} */
.navbar ul li.menu-item-has-children ul li:hover a:before {
    width: 400px;
}
.navbar ul li.menu-item-has-children ul li.close_submenu {
    position: absolute;
    right: 25%;
    bottom: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 99999;
}

/* .navbar ul li.menu-item-has-children ul li.close_submenu a {
    padding: 0px!important;
    background-color: transparent;
    text-align: center;
    color: transparent;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    /* background: url(../images/closeimg.png); * /
    background-repeat: no-repeat;
    background-size: contain;
} */

@media only screen and (max-width: 767px) {
    /* .navbar ul li {
    margin: 10px 0px;
} */
    /* .navbar ul li.menu-item-has-children ul li.close_submenu {
        display:none;
    } */
    /* .navbar ul li.menu-item-has-children ul {
    height: auto;
    top: initial;
        background-attachment: initial;
}
    .navbar ul li.menu-item-has-children ul li a {
    padding-left: 115px!important;
} */
/* .navbar ul li.menu-item-has-children ul li a:before {
    width: 100px;
} */
/* .navbar ul li.menu-item-has-children ul li:hover a {
    padding-left: 315px!important;
} */
/* .navbar ul li.menu-item-has-children ul li:hover a:before {
    width: 300px;
} */
}



/* @media only screen and (max-width: 480px) {
    .navbar ul li.menu-item-has-children ul li a {
    padding-left: 45px!important;
    font-size: 20px;
}
.navbar ul li.menu-item-has-children ul li a:before {
    width: 30px;
}
.navbar ul li.menu-item-has-children ul li:hover a {
    padding-left: 115px!important;
}
.navbar ul li.menu-item-has-children ul li:hover a:before {
    width: 100px;
}
} */

/*close header css*/
/* ul.navbar-nav {
    align-items: center;
} */
/* li.btn.book{
    padding-right: 0px;
} */
/* li.btn.book a {
    background-color: #28E4B5!important;
    box-shadow: 0px 0px 18px rgba(37, 24, 24, 18%);
    border-radius: 5px;
    padding: 12px 25px!important;
    color: #37315D!important;
    margin-right: 0px!important;
    margin-left: 50px!important;
    line-height: 20px;
} */
/* li.btn.book a:hover{
    background: #b7f6e6!important;
} */
/* nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
@media(max-width:991px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 15px 0;
    }
} */

.navbar-light .navbar-nav > li > a {
    opacity: 0.85;
    transition: 0.2s;
}
.navbar-light .navbar-nav li a {
    color: rgb(255 255 255);
    font-size: 14.4px;
    font-weight: bold;
    margin: 0px 10px;
}
@media (min-width: 1150px) {
  .navbar-light .navbar-nav li a {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
    .navbar ul li {
    margin: 10px 0px;
}
    .navbar ul li.menu-item-has-children ul li.close_submenu{
/*        display:none;*/
		transition:0.2s;
    }
    .navbar ul li.menu-item-has-children ul {
    height: auto;
    top: initial;
        background-attachment: initial;
}
    /* .navbar ul li.menu-item-has-children ul li a {
    padding-left: 115px!important;
} */
.navbar ul li.menu-item-has-children ul li a:before {
    width: 100px;
}
/* .navbar ul li.menu-item-has-children ul li:not(.close_submenu):hover a {
    padding-left: 315px!important;
} */
	.navbar ul li.menu-item-has-children ul .close_submenu:hover {
		transform: translateY(-2px);
    	box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
}
.navbar ul li.menu-item-has-children ul li:hover a:before {
    width: 300px;
}
/* .navbar ul li.menu-item-has-children ul li:not(.close_submenu):hover a {
    padding-left: 165px!important;
} */
	.navbar ul li.menu-item-has-children ul .close_submenu:hover {
		transform: translateY(-2px);
    	box-shadow: 0 0 12px 4px rgba(0,0,0,0.1);
}
.navbar ul li.menu-item-has-children ul li:not(.close_submenu) a,
.navbar ul li.menu-item-has-children ul li a:before {
    transition: 0.2s;
}
.navbar ul li.menu-item-has-children ul li:hover a:before {
    width: 100px;
    transform: scaleX(2);
}
ul.navbar-nav .sub-menu {
    padding-top: 7rem!important;
}
}

/* html #wpadminbar {
    /* height: 46px; * /
    min-width: 240px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
} */



@media only screen and (max-width: 480px) {
    .navbar ul li.menu-item-has-children ul li a {
    /* padding-left: 45px!important; */
    font-size: 20px;
}
.navbar ul li.menu-item-has-children ul li a:before {
    width: 30px;
}
/* .navbar ul li.menu-item-has-children ul li:hover a {
    padding-left: 115px!important;
} */
.navbar ul li.menu-item-has-children ul li:hover a:before {
    width: 100px;
}
.navbar ul li.menu-item-has-children ul li:hover a:before {
    width: 40px;
    transform: unset;
}
/* .navbar ul li.menu-item-has-children ul li:not(.close_submenu):hover a {
    padding-left: 55px!important;
} */
}

/*close header css*/
ul.navbar-nav {
    align-items: center;
}
li.btn.book{
    padding-right: 0px;
}
li.btn.login a,
li.btn.book a {
    background-color: #28E4B5!important;
    box-shadow: 0px 0px 18px rgba(37, 24, 24, 18%);
    border-radius: 5px;
    padding: 12px 25px!important;
    color: #37315D!important;
    margin-right: 0px!important;
    margin-left: 50px!important;
    line-height: 20px;
}

li.btn.login a {
    background-color: #fff!important;
    color: #18AEFF!important;
	margin-left:0px!important;
}

li.btn.login:hover a {
    background: #18AEFF!important;
	color: #fff!important;
	filter:unset!important;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav a.active, .navbar-light .navbar-nav a.show, .navbar-light .navbar-nav .show>a {
    color: rgb(255 255 255);
}
.navbar-light .navbar-nav > li:not(.book) > a:focus, .navbar-light .navbar-nav > li:not(.book) > a:hover {
    opacity: 1;
    filter: brightness(150%);
}
.navbar-light .navbar-nav a:focus, .navbar-light .navbar-nav a:hover {
    color: rgb(255 255 255);
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}
.navbar-light .navbar-toggler-icon {
    filter: grayscale(0) invert(1);
}

.flex_col.align_center
{
    align-items: center;
}

.banner_section {
    position: relative;
    z-index:999;
    
}

.banner_section .banner_text h1 {
    font-size: 110px;
    color: #fff;
    font-weight: bold;
    line-height: 110px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.banner_section .banner_text p, .work_with_section .banner_text p {
    font-size: 16px;
    color: #fff;
    width: 100%;
    max-width: 650px;
}
.banner_section .banner_text .banner_bottom, .work_with_section .banner_text .banner_bottom {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.banner_section .banner_text .banner_bottom .img img {
    width: 55px;
}
.banner_section .banner_bottom .content h4,  .work_with_section .banner_bottom .content h4 {
    margin: 0px;
    font-size: 20.5px;
    font-weight: 700;
    color: #fff;
}
.banner_section .banner_bottom .content p, .work_with_section .banner_bottom .content p {
    color: #B9B4D8!important;
    font-size: 14.4px!important;
    margin: 0;
}
.banner_section .banner_bottom .content, .work_with_section .banner_bottom .content {
    margin-left: 20px!important;
}
.banner_section{
    padding-top: 150px;
    padding-bottom: 300px;
    background-color: #003C5D;
    position: relative;
}

.banner_section .banner_text  {
    z-index: 9999;
    position: relative;
}
.banner_section img.home_bg_img {
    position: absolute;
    top: 0;
    right: 0;
}
/* .set_section2 {
    margin-top: -110px;
    background-color: #FDFDFF;
} */
/* .set_section1 {
    background-color: #FDFDFF;
}
.set_section2 {
    background-color: #FDFDFF;
} */
.set_section2 .box_office, .footer_section .box_office, .about_set_bottom_m .box_office{
    background-color: #fff;
    box-shadow: 0px 0px 18px rgb(62 55 105 / 18%);
    border-radius: 18px;
    padding: 0px 20px;
}
.set_section2 .set_content h3 {
    font-size: 35.1px;
    color: #003C5D;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}
.set_section2 .set_content h6 {
    font-size: 18px;
    color: #003C5D;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 50px;
    line-height: 24px;
}
.set_section2 .set_content .download_btn a {
    font-size: 14.4px;
    color: #003C5D;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 160px;
    justify-content: space-between;
}
.set_section2 .set_content .download_btn a img {
    width: 38px;
    height: 38px;
}
.set_section1 .top_tech{
    margin-top: 30px;
}
.set_section1 .top_tech p{
color:#003C5D;
font-size: 18px;
margin-bottom: 0px;
}
.set_section1 .logo_section .col-md-12 .brandss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.set_section1 .logo_section img {
    width: 270px;
    padding: 10px;
    height: 70px;
    object-fit: contain;
    margin: 10px;
}
.set_section .Accelerate h2, .teams_section .Accelerate h2{
    font-size: 44px;
    color: #003C5D;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
.set_section .Accelerate p, .teams_section .Accelerate p{
    font-size: 18px;
    color: #003C5D;
    margin-bottom: 0px;
}
.set_section .three_col_box .box_set h5 {
    margin: 0;
    color: #18AEFF;
    font-size: 167px;
    line-height: 150px;
}
.set_section .three_col_box .box_set h3 {
    font-size: 50.9px;
    color: #003C5D;
    font-weight: bold;
    line-height: 52px;
}
.set_section .three_col_box .box_set h6 {
    font-size: 18px;
    color: #003C5D;
    font-weight: 500;
    line-height: 26px;
}
.set_section .three_col_box .box_set img {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
}
.set_section .three_col_box .box_set {
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0px 0px 18px rgba(62, 55, 105, 26%);
    padding: 20px;
    position: relative;
    padding-bottom: 90px;
    min-height: 600px;
}
.set_section .three_col_box {
    position: relative;
}
.set_section .three_col_box:before {
    content: "";
    position: absolute;
    width: 46%;
    height: 1px;
    background: #707070;
    left: -50px;
    z-index: 99;
}
.set_section .three_col_box .col-md-4:last-child .box_set {
    margin-top: 140px;
}

.set_section .three_col_box .col-md-4:nth-child(2) .box_set {
    margin-top: 70px;
}





.hero_slider_section {
    padding-top: 399px;
    padding-bottom: 200px;
    margin-top: -280px;
}
.hero_slider_section .item {
    padding: 0px 100px;
}
.hero_slider_section .middle_bar p {
    font-size: 28px;
    color: #003C5D;
    line-height: 35px;
}
.hero_slider_section .top_bar a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 300;
}
.hero_slider_section .top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
}
.hero_slider_section .middle_bar {
    padding-top: 80px;
    padding-bottom: 80px;
}
.hero_slider_section .bottom_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero_slider_section .bottom_bar .first {
    display: flex;
    align-items: center;
}
.hero_slider_section .bottom_bar .first .p_details {
    margin-left: 30px;
}
.hero_slider_section .bottom_bar .first .p_details h3 {
    color: #003C5D;
    font-size: 22.5px;
    font-weight: bold;
    margin-top: 0;
}
.hero_slider_section .bottom_bar .first .p_details h6 {
    color: #003C5D;
    font-size: 14.4px;
    margin-top: 10px;
    margin-bottom: 0;
}
.hero_slider_section .bottom_bar .first.k .p_details p {
    color: #003C5D;
    font-size: 14.4px;
    margin-bottom: 0px;
    line-height: 16px;
}
.hero_slider_section .top_bar img {
    width: 200px!important;
}
.hero_slider_section .first .p_img img {
    width: 120px;
}
.hero_slider_section .first.k .p_img img {
    filter: brightness(0) invert(1);
    width: 74px;
}

.hero_slider_section .owl-nav {
    text-align: center;
    position: absolute;
    top: 9%;
    right: 8%;
}
.hero_slider_section .owl-prev {
    display: inline-block;
    background: url(../images/left.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}
.hero_slider_section .owl-next {
    display: inline-block;
    background: url(../images/right.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}
.hero_slider_section .owl-prev:hover, .hero_slider_section .owl-next:hover{
    opacity: 0.7;
}
.hero_slider_section .owl-prev i, .hero_slider_section .owl-next i {
    color: transparent;
}

.looking_section{
    position: relative;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: 105% 105%;
    background-position: top center;
    background-image: url(../images/workrails-all-about-bg-cropped.png);
    padding-top: 400px;
    padding-bottom: 400px;
    margin-top: -80px;
}

@media (min-width: 576px) {
  .looking_section{
    margin-bottom: 100px;
    padding-bottom: 250px;
  }
}

@media (min-width: 768px) {
  .looking_section{
    padding-bottom: 400px;
  }  
}

.work_guided_section {
    text-align: center;
    position: relative;
    /*top:-300px;*/
	margin-top:-300px;
    background-repeat: no-repeat;
    /* background-image: url(../images/workrails-guided-path-bg.png); */
    background-size: 105% 105%;
    background-position: top center;
    padding-bottom: 100px;
}

.work_guided_section .fillall {
    background-size: 104% auto;
    background-position: center 19%;
    background-color: #003C5D; 
}

.looking_section h2 {
    font-size: 68px;
    color: #fff;
    font-weight: bold;
    padding-top: 100px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.looking_section .look p {
    font-size: 18px;
    color: #9C8EED;
    margin-bottom: 0px;
}
.looking_section .locations_zig .header_port a span {
    color: #9C8EED;
    font-size: 28px;
    font-weight: bold;
}
.looking_section .row.locations_zig {
    border-bottom: 3px solid #9C8EED;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px 15px;
}
.looking_section .locations_zig.open .header_port a span {
    color: #fff;
}
.looking_section .locations_zig .body_port h2,
.looking_section .locations_zig .body_port h3,
.looking_section .locations_zig .body_port h4,
.looking_section .locations_zig .body_port h5,
.looking_section .locations_zig .body_port h6 {
   color: #fff;
}
.looking_section .locations_zig .body_port p {
   color: #fff;
    font-family: 'Chivo'!important;
    font-size: 18px;
    margin-bottom: 18px;
}
.looking_section .locations_zig .body_port {
    padding: 0px;
    padding-top: 10px;
}
.looking_section .locations_zig .body_port a.btn.more {
    background-color: #fff;
    font-size: 18px;
    padding: 8px 25px;
    color: #23147C;
}


.teams_section {
    margin-top: -250px;
    background-color: #FDFDFF;
}
.teams_section .bg_img_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 80px;
    border-radius: 15px;
    margin-top: 40px;
    z-index: 9999;
    position: relative;
}

.teams_section .bg_img_data .left_data p {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

.teams_section .bg_img_data .left_data h3 {
    font-size: 68px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}

.teams_section .bg_img_data .left_data h6 {
    font-size: 18px;
    color: #fff;
    margin: 0px;
}

.teams_section .bg_img_data .right_img img {
    filter: brightness(0) invert(1);
    width: 60px;
}
.teams_section .Accelerate h2 {
    color: #fff;
}
.teams_section .Accelerate p {
    color: #fff;
}
.work_with_section .box_col {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 0px 18px rgba(30, 21, 42, 25%);
    text-align: center;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.work_with_section .box_col h6 {
    font-size: 14px;
    color: #003C5D;
    margin: 0;
    margin-top: 15px;
}

.work_with_section .box_col img {
    height: 80px;
    object-fit: contain;
}
.work_with_section .banner_bottom .content h4 {
    color: #18AEFF;
}

.work_with_section .banner_bottom .content p {
    color: #18AEFF!important;
}

.work_with_section .banner_text .banner_bottom {
    margin-top: 30px;
}
.work_with_section .banner_text p {
    color: #003C5D;
    margin-top: 40px;
    font-family: 'Chivo';
    font-weight: 500;
}

.work_with_section .banner_text h2 {
    color: #003C5D;
    font-size: 53px;
    font-weight: bold;
    margin-top: 0px;
}
.work_with_section {
    position: relative;

    padding-bottom: 100px;
    margin-top: -200px;
}


a.btn_get {
    background-color: #28e4b5 !important;
    box-shadow: 0px 0px 18px rgba(37, 24, 24, 18%);
    border-radius: 5px;
    padding: 8px 25px;
    color: #37315d;
    font-size: 22px;
    font-weight: bold;

}
a.btn.btn_get:hover {
    background: #b7f6e6!important;
    color: #37315d;
}
.work_with_section .row.spacing_top {
    padding-top: 200px;
}

.work_with_section .row.spacing_top .liniar_color h2 {
    font-size: 107px;
    margin-top: 0px;
    font-weight: bold;
    line-height: 110px;
    color: #fff;

}

.work_with_section .row.spacing_top .text p {
    font-size: 18px;
    margin-bottom: 0;
      color: #fff;
}
.work_with_section .row.spacing_top .get_look {
    text-align: center;
}




.footer_section{
background: #00263B;
padding-top: 80px;
padding-bottom: 50px;
}
.footer_section .set_content h3 {
    font-size: 35px;
    color: #003C5D;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

.footer_section .set_content h6 {
    font-size: 18px;
    color: #003C5D;
    margin-bottom: 15px;
}

.footer_section .set_content {
    padding-right: 40px;
}
.footer_section .social_footer a i {
    font-size: 25px;
    color: #18AEFF;
    margin-right: 20px;
}
.footer_section .social_footer {
    margin-top: 50px;
    margin-bottom: 40px;
}
.footer_section .footer_link ul li a {
    color: #fff;
    font-size: 18px;
}
.footer_section .footer_link ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footer_section .footer_title p {
    color: #18AEFF;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer_section .footer_title {
    margin-bottom: 30px;
}

.footer_section .copy h6 {
    font-size: 14.4px;
    color: #fff;
}
.footer_section .copy {
    border-top: 3px solid #18AEFF;
    padding-top: 30px;
}



/*about us page css start*/
.banner_section_about_page{
    position: relative;
    background-color: #003C5D;
    padding-top: 100px;
    padding-bottom: 500px;
    z-index: 0;
}

.bg_right img {
    z-index: 3;
}
/*.bredcomes {
    padding-bottom: 100px;
    display: flex;
    color: #fff;
    z-index: 999;
    position: relative;
}
.bredcomes p.underline_me a{
    text-decoration: underline;
}
.bredcomes p a{
    color: #fff;
    font-size: 14.4px;
}
.bredcomes p {
    color: #fff;
    margin-bottom: 0px;
}*/

/*.banner_section_about_page:before {
    content: "";
    position: absolute;
    background: url(../images/about_bg_before.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1000px;
    height: 1000px;
    right: 0;
    top: 0;
}*/
.banner_section_about_page img.about_bg_ab{
    position: absolute;
    top: 0;
    right: 0;
    width: 1100px;
    z-index: -1;
}


.banner_section_about_page .banner_text p{
font-size: 14.4px;
    color: #18AEFF;
    line-height: 20px;
    margin-bottom: 20px;
    font-style: italic;
}
.banner_section_about_page .banner_text h1{
    font-size: 68.7px;
    color: #fff;
    font-weight: 800;
    line-height: 63px;
}
.banner_section_about_page .banner_text h6{
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}
.about_set_bottom_m .set_content h3 {
    font-size: 44px;
    color: #003C5D;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
}
.about_set_bottom_m .set_content h6 {
    font-size: 18px;
    color: #003C5D;
    margin-top: 0px;
    margin-bottom: 25px;
}
.about_set_bottom_m .box_office {
    padding: 80px 60px;
}
.about_set_bottom_m {
    margin-top: -350px;
}
.platform_section {
    padding-top: 100px;
    /* padding-bottom: 130px; */
    position: relative;
}
.platform_section:before {
    content: "";
    position: absolute;
    background: url(../images/start_img.png);
    width: 420px;
    height: 365px;
    left: 0;
    bottom: 18%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.platform_section .box_office {
    background-color: #173950;
    border-radius: 18px;
    padding: 100px 60px;
    position: relative;
    z-index: 99;
    max-width: 1280px;
    height: 668px;
    max-height: 668px;
}
.service-selling-solution-box:before {
    content: "";
    position: absolute;
    background: url(../images/Group-1564.png);
    width: 140px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: contain;
    right: -70px;
    top: -40px;
}
.platform_section .box_office .banner_text p {
    font-size: 14.4px;
    color: #18AEFF;
    line-height: 20px;
    margin-bottom: 20px;
}
.platform_section .box_office .banner_text h2 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.platform_section .box_office .banner_text h6 {
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
}

.link iframe {
    border-radius: 18px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 16%);
}




.work_guided_section .title_list h2 {
    font-size: 68px;
    color: #fff;
    font-weight: bold;
    line-height: .917;
    margin-bottom: 3.3rem;
}
.work_guided_section .title_list p {
    font-size: 14.4px;
    color: #D6D0F7;
    font-family: 'Chivo';
    font-weight: 500;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.work_guided_section .title_list .top p {
    font-size: 18px;
    width: 100%;
    max-width: 800px;
    margin: auto;

}
.work_guided_section .title_list .f_btn {
    margin-top: 50px;
    margin-bottom: 60px;
}
.work_guided_section .title_list h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    padding-top: 40px;
}

.work_with_section.team_section_k:before {
    content: "";
    position: absolute;
    background: url(../images/workrails-team-bg.png) no-repeat;
    width: 150%;
    height: 115%;
    top: 10%;
    left: -5%;
}
.work_with_section.team_section_k .row.spacing_top .liniar_color h2 {
    font-size: 107px;
    line-height: 100px;
}
.work_with_section.team_section_k .row.spacing_top .get_look {
    text-align: right;
}

.team_section_k .title h2 {
    font-size: 54px;
    color: #003C5D;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}
.team_section_k .box_block {
    border-radius: 17px;
    background: #FDFDFF;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 18%);
    padding: 20px 40px 40px 40px;
    height: 500px;
    margin-top: 30px;
    z-index: 9999;
    position: relative;
}
.team_section_k .box_block h6 {
    font-size: 15px;
    color: #8372E8;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.team_section_k .box_block h3 {
    font-size: 27px;
    color: #23147C;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
}
.team_section_k .box_block p {
    font-size: 15px;
    color: #8372E8;
    font-family: 'Chivo';
}
.team_section_k .box_block .social a i {
    color: #23147C;
    font-size: 30px;
    margin-right: 10px;
    margin-top: 12px;
}


/* ABOUT SERVICE SELLING SOLUTION BOX */

.service-selling-solution-box {
    background-color: #173950;
    border-radius: 18px;
    padding: 100px 60px;
    position: relative;
    z-index: 99;

}

.service-selling-solution-box p {
    font-size: 14.4px;
    color: #18AEFF;
    line-height: 20px;
    margin-bottom: 20px;
    font-style:italic;
}
.service-selling-solution-box h2 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.service-selling-solution-box h6 {
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
}

.service-selling-solution iframe{
    height: 530px;
    width: 335px;
    max-width: 335px;
    max-height: 335px;
}

.service-selling-solution-text-box {
    white-space: nowrap;
}

/* ABOUT WORKAILS ALL ABOUT BOX */

.workrails-all-about-box {
    padding-top: 300px;
}



/* ABOUT FOOTER CTA */

.work-with-workrails-cta{
background-color: #003C5D; 
position: relative;
height: 688px;
padding-top:100px;
width: 100vw;
z-index: -1;

}

.work-with-workrails-cta-title {
    font-size: 107px;
    font-weight: 800;
    line-height: 108px;
}

.work-with-workrails-cta-description {
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
}

.padding-top-50{
    padding-top: 50px;
}


.work-with-rails-cta-btn {
    background-color: #28e4b5 !important;
    box-shadow: 0px 0px 18px rgba(37, 24, 24, 18%);
    border-radius: 5px;
    padding: 8px 25px;
    color: #37315d;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    width: 200px;
    display: block;

}

.work-with-rails-cta-btn:hover {
    background: #b7f6e6!important;
    color: #37315d;
}




/* --------------- tanish css --------------------- */

.t_banner_sec {
  background-color: #003c5d;
  color: white;
  padding-top: 90px;
  padding-bottom: 150px;
}
.t_banner_sec .t_text h1 {
  font-size: 68.7px;
  font-weight: 800;
  line-height: 60px;
}
.t_banner_sec .t_text h6 {
  font-size: 18px;
  padding: 35px 0px;
}

.t_action_sec {
  background-image: url(../images/big_bg.png);
  background-position: center;
  padding-top: 70px;
  padding-bottom: 100px;
  margin: 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.t_action_sec h2 {
  font-size: 53.9px;
  color: white;
  font-weight: bold;
}
.t_action_sec h6 {
  font-size: 18px;
  color: white;
  padding-top: 15px;
  padding-bottom: 40px;
}



.Satisfaction_div {
  padding: 90px 0px;
  position: relative;
}
.Satisfaction_div::after {
  height: 1300px;
  position: absolute;
  content: "";
  background-image: url(../images/bgimg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  top: 60%;
  z-index: -1;
  left: 0;
  right: 0;
}
.Satisfaction_div h2 {
  max-width: 70%;
  margin: auto;
  line-height: 63px;
  font-weight: bold;
  font-size: 68.7px;
  color: #14585a;
}
.Satisfaction_div h6 {
  font-size: 18px;
  color: #14585a;
  padding: 20px 0px;
}
.Satisfaction_div .box .t_img img {
  margin: auto;
}
.Satisfaction_div .box {
  border-radius: 20px;
  margin: 0px 22px;
  padding: 40px 34px;
  background-color: white;
  box-shadow: 0 0 10px rgb(0 0 0 / 22%);
}
.Satisfaction_div .box h3 {
  font-size: 44px;
  font-weight: bold;
  color: #14585a;
}
.Satisfaction_div .box h6 {
  font-size: 18px;
  color: #14585a;
}

.blog_sec {
  padding-top: 30px;
  padding-bottom: 130px;
}
.blog_sec h2 {
  font-size: 53.9px;
  color: #14585a;
  font-weight: bold;
}
.blog_box {
  box-shadow: 0 0 10px rgb(0 0 0 / 17%);
  border-radius: 20px;
  margin-top: 50px;
  background-color: white;
}
.t_bottom_box {
  padding: 25px 35px;
  background: white;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.t_bottom_box h2 {
  font-size: 28.1px;
  max-width: 60%;
  font-weight: bold;
}
.t_bottom_box h6 {
  font-size: 14.4px;
  font-weight: 300;
  color: #14585a;
  padding-top: 30px;
  padding-bottom: 70px;
}
.t_bottom_box img {
  width: 38px;
  height: 38px;
  margin-left: 10px;
}
.t_bottom_box a {
  font-size: 14.4px;
  font-weight: bold;
  color: #14585a;
  padding-top: 40px;
}



.faq_sec {
  padding: 80px 0px;
}
.faq_sec h2 {
  font-size: 68.7px;
  font-weight: bold;
  line-height: 103px;
  color: #14585a;
}

.faq_sec .locations_zig .header_port h3 {
  font-size: 35.1px;
  line-height: 39px;
  font-weight: bold;
  color: #14585a;
  margin: 0%;
  padding-right: 40px;
}
.faq_sec .locations_zig {
  padding: 30px 10px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
}
.header_port .header_location h3 {
  position: relative;
}
.header_port .header_location i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  transform: translate(-30px, 30px);
  background-color: #37cdd2;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  padding: 12px;
}
/* .header_port .header_location h3 ::after {
  position: absolute;
  content: "\f078";
  font-family: fontawesome;
} */
.faq_sec .locations_zig .body_port h6 {
  font-size: 18px;
  line-height: 24px;
  color: #14585a;
  padding-top: 30px;
  padding-right: 90px;
}
/* .header_location::after {
  content: "\f078";
  font-family: fontawesome;
  position: absolute;
  background-color: #37cdd2;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  padding: 10px 12px;
} */



.top_footer {
  background-color: #003c5d;
  padding: 80px 0px;
  position: relative;
}
.top_footer::before {
  position: absolute;
  background-image: url(../images/Group1369.png);
  width: 300px;
  right: 0;
  bottom: 0%;
  height: 367px;
  background-repeat: no-repeat;
}
.top_footer h2 {
  font-size: 107px;
  font-weight: bold;
  color: white;
  line-height: 108px;
}
.top_footer p {
  font-size: 18px;
  color: white;
  line-height: 28px;
}
.top_footer a {
  color: white;
  float: right;
}
/* --------------- tanish css close--------------------- */

/*------contact page css start--------*/
section.container-fluid.work_with_section.banner_section_contact_page {
    padding-top: 10px!important;
    margin-top: 0px!important;
    background: linear-gradient(180deg, #fdfdff 58%, #003C5D 30%);
}
.banner_section_contact_page:before {
    /* content: "";
    position: absolute;
    background: url(../svg/contact-rails.svg); */
    width: max(30vw, 800px);
    /* height: 100%;
    top: 15%;
    background-size: 100% 66%;
    left: initial;
    background-repeat: no-repeat;
    right: 0; */
}
.work_with_section.banner_section_contact_page .row.spacing_top {
    padding-top: 170px;
}
/*.banner_section_contact_page .bredcomes p a {
    color: #003C5D;
    font-size: 14.4px;
}
.banner_section_contact_page .bredcomes, 
.banner_section_contact_page .bredcomes p  {
     color: #003C5D!important;
}*/
.banner_section_contact_page .top_left p, .demo_page_section .top_left p {
    font-size: 14.4px;
    color: #003C5D;
    margin-bottom: 0px;
}
.banner_section_contact_page .top_left h1, .demo_page_section .top_left h1  {
    font-size: 68px;
    color: #003C5D;
    font-weight: bold;
    margin-top: 0px;
    line-height: 63px;
    margin-bottom: 35px;
}
.banner_section_contact_page .top_left h6, .demo_page_section .top_left h6 {
    font-size: 18px;
    color: #003C5D;
    line-height: 24px;
}
.demo_page_section .top_left p{
    color: #18AEFF;
}
.demo_page_section .top_left h1, .demo_page_section .top_left h6, .demo_page_section .top_left h6 a{
    color: #fff;
}
.banner_section_contact_page .top_left h3 {
    font-size: 35px;
    color: #003C5D;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.banner_section_contact_page .left_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 370px;
}
.banner_section_contact_page .left_bottom .banner_bottom p {
    font-size: 18px;
    margin-bottom: 15px;
}
.banner_section_contact_page .left_bottom .banner_bottom h6 {
    margin: 0px;
}
.banner_section_contact_page .left_bottom .banner_bottom .social_main a i {
    font-size: 25px;
    margin-right: 8px;
}
.form_div {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 16%);
    padding: 40px;
}
.form_div .form-group label {
    color: #003C5D;
    font-size: 18px;
    font-family: 'Noto Serif';
}
.form_div .form-group .form-control {
    background-color: rgb(178 228 255 / 30%);
    border-radius: 7px;
    box-shadow: none;
    border: 1px solid rgb(0 0 0 / 0%);
    color: #003C5D;
    height: auto;
    padding: 9px 12px;
}
.form_div .btn-submit .form-control {
    background: #28E4B5;
    border: 1px solid #28E4B5;
    height: auto;
    font-size: 22.4px;
    color: #37315D;
    font-family: 'Chivo';
    font-weight: bold;
    border-radius: 7px;
     box-shadow: 0px 0px 18px rgb(0 0 0 / 16%);
}
.form_div .btn-submit .form-control:hover {
    background-color: #b7f6e6;
    border: 1px solid #b7f6e6;
}
.form_div select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-alt-circle-down.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 8% 65%;
}

/*------book demo page css start--------*/
.work_with_section.demo_page_section {
    margin-top: 0px;
    padding-top: 0;
    background: #003C5D;
    padding-bottom: 150px;
}
.work_with_section.demo_page_section:before {
    content: "";
    position: absolute;
    background: url(../images/demobg.png);
    width: 220px!important;
    height: 308px!important;
    top: 50px;
    background-size: contain!important;
    left: initial;
    right: 0;
    background-repeat: no-repeat;
}
.demo_page_section .top_left h1 {
    width: 100%;
    max-width: 450px;
}
.demo_page_section .form_div {
    margin-left: 50px;
    padding: 60px;
}
.demo_page_section .form_div .btn-submit .form-control {
    margin-top: 15px;
}
.top_tech_section .box_off_all {
    border-radius: 17px;
    background: #fff;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 18%);
    text-align: center;
    padding: 50px;
    position: relative;
    z-index: 9999;
}

.top_tech_section .box_off_all .top_tech h2 {
    font-size: 68.7px;
    color: #003C5D;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
}

.top_tech_section .box_off_all .top_tech {
    margin-top: 0px;
}

.top_tech_section .box_off_all .logo_section img {
    width: 100%;
    max-width: 160px;
    height: 55px;
}

.top_tech_section .box_off_all .logo_section {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.top_tech_section {
    position: relative;
    background: #003C5D;
}

.top_tech_section:before {
/*    content: "";
    position: absolute;
    background-image: url(../images/asdfgr.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
}
.demosectiontype{
    position: relative;
    background: linear-gradient(185deg, transparent 29%, #23147C 34%);
    margin-top: -400px;
}
.demosectiontype:before{
    content: "";
    position: absolute;
    background: url(../images/asdfgr.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 471px;
    top: 0;
    left: 0;
    right: 0;
}
.hero_slider_section.demosectiontype .bottom_bar .first .p_details {
    margin-left: 0;
}
.hero_slider_section.demosectiontype .middle_bar p{
    color: #fff;
}
.hero_slider_section.demosectiontype .bottom_bar .first .p_details h3, .hero_slider_section.demosectiontype .bottom_bar .first .p_details h6{
    color: #8372E8;
    font-size: 14.4px;
    font-family: 'Noto Serif';
    font-weight: bold;
}
.hero_slider_section.demosectiontype .owl-next{
    background: url(../images/left_blue.svg)!important;
}
.hero_slider_section.demosectiontype .owl-prev{
    background: url(../images/right_blue.svg)!important;
}
.hero_slider_section.demosectiontype .review_cero {
    padding-top: 130px;
}

.hero_slider_section.demosectiontype  .item {
    padding: 0px;
}
.hero_slider_section.demosectiontype .top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}
.left_imggg {
    position: absolute;
    top: 38%;
    left: 0;
    width: 170px;
}
.right_imggg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
}

.banner_section_about_page .banner_text {
    z-index: 999;
}


@media screen and (min-width: 1400px) {

    .justify-box {
        padding-inline-start: 50px;
    }

    .work_guided_section{
        margin-top: -470px !important;
        padding-top: 300px;
    }

    .work_guided_section .title_list {
        padding-top: 200px;
    }


    .workrails-all-about-img{
        height: fit-content;
        width: 100%;
    }
        .container {
        width: 80vw;
        max-width: 1280px;
    }
    .banner_section_about_page .banner_text h1 {
    font-size: 68px;
    color: #fff;
    font-weight: bold;
    line-height: 68px;
    white-space: nowrap;
    }

    .bg_right img {
        width: 100%;
        height: auto;
    }

    .workrails-all-about-box {
        padding-top: 300px;
    }

}
@media screen and (max-width: 767px) {
    .looking_section h2 {
        padding-top: 200px;
    }
}
@media screen and (max-width: 1400px) {


    .work_with_section.team_section_k:before {
        left: -40%;
    }

    .justify-box {
        padding-inline-start: 50px;
    }

    

    .work_guided_section {
       margin-top: -170px;
       padding-top: 500px;
    }
    
    .workrails-all-about-box {
        padding-top: 200px;
    }

    .work-with-workrails-cta-title-box {
        width: 90%;
    }

    .work-with-workrails-cta-title {
        font-size:68.7px;
    }

    .workrails-all-about-img{
        height: fit-content;
        width: 100%;
    }
    
    .work_guided_section .title_list {
        padding-top: 0;
    }

    .work_guided_section .title_list h3 {
        font-size: 28.1px;
        padding-top: 40px;
    }

    .work_guided_section .title_list h2 {
        font-size: 53.9px;
    }


    /* .container {
        width: 80vw;
    } */
    .bg_right img{
        height:90%;
        width: 90%;
    }
    .banner_section_about_page .banner_text h1 {
        font-size: 44px;
        color: #fff;
        font-weight: 800;
        line-height: 63px;
        margin-top: 0px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }

    .about_set_bottom_m .set_content h3 {
        font-size: 35.1px;
        color: #003C5D;
        font-weight: 800;
        line-height: 39px;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 100%;

    }

    .about_set_bottom_m .set_content p {
    font-size: 18.8px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    }

    .service-selling-solution-box {
        background-color: #173950;
        border-radius: 18px;
        padding: 50px 30px;
        position: relative;
        z-index: 99;
    }

    .service-selling-solution-box h2 {
    font-size: 35.1px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    }

    .workrails-all-about-box {
        padding-top: 200px;
    }
    
    .navbar-light .navbar-nav li a {
        color: rgb(255 255 255);
        font-size: 14.4px;
        font-weight: bold;
    }

    .about_set_bottom_m .box_office{
        padding: 40px 30px;
    }

    .banner_section_about_page img.about_bg_ab {
        max-width: 70%;
    }
}
@media screen and (max-width: 1200px) {

    .work_with_section.team_section_k:before {
        content: "";
        position: absolute;
        background: url(../images/workrails-team-bg.png) no-repeat;
        width: 100%;
        height: 115%;
        top: 10%;
        left: -40%;
    }

    .justify-box {
        padding-inline-start: 0px;
    }

    .looking_section h2 {
        font-size: 53.9px;
        padding-top: 200px;
    }

    .work_guided_section {
        margin-top: -170px;
        padding-top: 400px;
    }

    .work-with-workrails-cta-title-box {
        width: 80%;
    }


    .work-with-workrails-cta-title {
        font-size:53.9px ;
        line-height: 44px;
    }


    .work_guided_section .title_list h2 {
        font-size: 44px;
    }

    .work_guided_section .title_list {
        padding-top: 100px;
    }

    .workrails-all-about-img{
        height:fit-content;
        width: 100%;
    }

    .looking_section .look h2 {
        font-size: 53.9px;
    }

    .workrails-all-about-box {
        padding-top: 200px;
    }
    

    .work_with_section.team_section_k:before {
        content: "";
        position: absolute;
        background: url(../images/workrails-team-bg.png) no-repeat;
        width: 150%;
        height: 115%;
        top: 10%;
        left: -5%;
    }

.banner_section .banner_text h1 {
    font-size: 85px;
    line-height: 90px;
}
.banner_section img.home_bg_img {
    height: 800px;
}
.banner_section {
    padding-top: 90px;
}
.set_section2 .box_office, .footer_section .box_office {
    padding-top: 20px;
    padding-bottom: 20px;
}
.set_section .set_content h6 {
    padding-right: 0px;
}
.set_section .set_content h3 {
    font-size: 30.1px;
}
.set_section1 .logo_section img {
    width: 200px;
}
.set_section .three_col_box:before {
display: none;
}
.set_section .three_col_box .box_set h3 {
    font-size: 35.9px;
    line-height: 40px;
}
.set_section .three_col_box .box_set h5 {
    font-size: 140px;
}

.looking_section:after {
    height: 300px;
    top: -14%;
}
.looking_section .row.locations_zig {
    margin-right: 10px;
}
.work_with_section .row.spacing_top .liniar_color h2 {
    font-size: 80px;
    line-height: 80px;
}
.work_with_section:before {
    width: 100%;
}
/*about page*/
.platform_section .box_office:before {
    width: 110px;
    height: 130px;
    right: 0;
    top: 0;
}
.platform_section .box_office {
    padding: 60px 50px;
}
.WorkRails_about_section:after {
    height: 220px;
    top: -20%;
}

.work_with_section.team_section_k .row.spacing_top {
    padding-top: 100px;
}
/*contact us*/
/* .banner_section_contact_page:before {
    top: 15%;
    width: 220px!important;
} */
/*demo page*/
.demo_page_section .form_div {
    margin-left: 30px;
    padding: 40px;
}
.left_imggg {
    position: absolute;
    top: 60%;
    left: 0;
    width: 170px;
}
}
@media screen and (max-width: 990px) {

    .looking_section h2 {
        font-size: 44px;
        padding-top: 200px;
    }

    .work_guided_section {
        margin-top: -250px !important;
        /* height: 1600px; */
        padding-top: 500px;
    }
    .work_guided_section .title_list h2 {
        font-size: 35.1px;
    }

    .work-with-workrails-cta-title-box {
        width: 100%;
    }

    .workrails-all-about-box {
        padding-top: 200px;
    }


    .workrails-all-about-img{
        height: fit-content;
        width: 100%;
    }

    .looking_section .look h2 {
        font-size: 44px;
    }

    .work_guided_section .title_list {
        padding-top: 50px;
    }

     li.btn.book a {
    margin-left: 0;
}
.navbar-light .navbar-nav li a {
    margin: 0px 0px!important;
    display: block;
    padding: 10px 0px;
}
li.btn.book {
    padding-left: 0px;
}
ul.navbar-nav {
    align-items: start;
    margin-top: 25px;
}

.banner_section img.home_bg_img {
    height: 590px;
}
.navbar-default .navbar-nav>li>a {
    margin: 0px 10px;
}
.banner_section .banner_text h1 {
    font-size: 70px;
    line-height: 75px;
}
.banner_section {
    padding-bottom: 200px;
}
.teams_section .bg_img_data {
    padding: 40px;
}
.set_section1 .logo_section img {
    width: 150px;
}
.set_section .Accelerate h2, .teams_section .Accelerate h2 {
    margin-bottom: 15px;
}
.set_section .three_col_box .box_set {
    min-height: auto;
}
.set_section .three_col_box .col-md-4:nth-child(2) .box_set {
    margin-top: 40px;
}
.set_section .three_col_box .col-md-4:last-child .box_set {
    margin-top: 40px;
}
.hero_slider_section .item {
    padding: 0px 20px;
}



.looking_section .row.locations_zig {
    margin-right: 0;
    margin-left: 0;
}
.work_with_section .row.spacing_top .liniar_color h2, .work_with_section.team_section_k .row.spacing_top .liniar_color h2 {
    font-size: 60px;
    line-height: 70px;
}
.work_with_section .row.spacing_top .text p {
    margin-bottom: 25px;
}
.work_with_section .row.spacing_top {
    padding-top: 70px;
}

.work_with_section .banner_text {
    margin-bottom: 40px;
}

.work_with_section:before{
    display: none;
}
.banner_section .banner_text p, .work_with_section .banner_text p {
    max-width: 100%;
}
/*about us*/

/*.bredcomes {
    padding-bottom: 40px;
}*/
.banner_section_about_page .bg_right {
    margin-top: 35px;
}

.about_set_bottom_m .box_office, .platform_section .box_office {
    padding: 40px 30px;
}
.about_set_bottom_m .set_content h3 {
    max-width: 100%;
}
.platform_section {
    padding-top: 60px;
}


/* ABOUT US SERVICE SELLING SOLUTION BOX */

.service-selling-solution-box {
    height: auto;
}

.service-selling-solution-box h2 {
    font-size: 28.1px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.link {
    height: 100%;
}

.link iframe {
    max-height: 100%;
}


/*contact us*/
.form_div {
    margin-top: 30px;
}
.work_with_section.banner_section_contact_page .row.spacing_top {
    padding-top: 100px;
}
section.container-fluid.work_with_section.banner_section_contact_page {
    background: linear-gradient(180deg, #fdfdff 69%, #003C5D 30%);
}
/*demp page*/
.demo_page_section .top_left h1 {
    max-width: 100%;
}
.demo_page_section .form_div {
    margin-left: 0;
}
.work_with_section.demo_page_section {
    padding-bottom: 90px;
}
.demosectiontype {
    background: linear-gradient(190deg, transparent 24%, #23147C 30%);
    margin-top: -400px;
}
.top_tech_section .box_off_all .top_tech h2 {
    font-size: 50.7px;
}
.top_tech_section .box_off_all .logo_section img {
    max-width: 120px;
}
.hero_slider_section.demosectiontype .top_bar {
    width: 65%;
}
}
@media screen and (max-width: 767px) {


    .looking_section {
        background-image: url(../images/work-rails-all-about-bg-mobile-tablet.png);
    }

    .looking_section h2 {
        padding-top: 200px;
        font-size: 28.1px;
    }

    
.work_guided_section {
    text-align: center;
    position: relative;
    padding-bottom: 100px;
    padding-top: 500px;
    margin-top: -152px !important;
    /* height: 1600px; */
    /* //background-image: url(../images/workrails-guided-path-bg-mobile-tablet.png); */
    background-size: 105% 105%;
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

    .work-with-rails-cta-btn {

        left: 10px;
     }

    .work-with-workrails-cta-title {
        font-size: 44px;
        line-height: 48px;
    }



    .looking_section .look h2 {
        font-size: 28.1px;
    }

    .workrails-all-about-box {
        padding-top: 200px;
    }

    .workrails-all-about-img {
        height: fit-content;
        width: 100%;
    }
     
    .m_t_10{margin-top:5px!important;}
    .m_t_20{margin-top:10px!important;}
    .m_t_30{margin-top:15px!important;}
    .m_t_40{margin-top:20px!important;}
    .m_t_50{margin-top:25px!important;}
    .m_t_60{margin-top:30px!important;}
    .m_t_70{margin-top:35px!important;}
    .m_t_80{margin-top:40px!important;}
    .m_t_90{margin-top:45px!important;}
    .m_t_100{margin-top:50px!important;}

    .m_b_10{margin-bottom:5px!important;}
    .m_b_20{margin-bottom:10px!important;}
    .m_b_30{margin-bottom:15px!important;}
    .m_b_40{margin-bottom:20px!important;}
    .m_b_50{margin-bottom:25px!important;}
    .m_b_60{margin-bottom:30px!important;}
    .m_b_70{margin-bottom:35px!important;}
    .m_b_80{margin-bottom:40px!important;}
    .m_b_90{margin-bottom:45px!important;}
    .m_b_100{margin-bottom:50px!important;}

    .p_t_10{padding-top:5px!important;} 
    .p_t_20{padding-top:10px!important;}
    .p_t_30{padding-top:15px!important;}
    .p_t_40{padding-top:20px!important;}
    .p_t_50{padding-top:25px!important;}
    .p_t_60{padding-top:30px!important;}
    .p_t_70{padding-top:35px!important;}
    .p_t_80{padding-top:40px!important;}
    .p_t_90{padding-top:45px!important;}
    .p_t_100{padding-top:50px!important;}

    .p_b_10{padding-bottom:5px!important;}
    .p_b_20{padding-bottom:10px!important;}
    .p_b_30{padding-bottom:15px!important;}
    .p_b_40{padding-bottom:20px!important;}
    .p_b_50{padding-bottom:25px!important;}
    .p_b_60{padding-bottom:30px!important;}
    .p_b_70{padding-bottom:35px!important;}
    .p_b_80{padding-bottom:40px!important;}
    .p_b_90{padding-bottom:45px!important;}
    .p_b_100{padding-bottom:50px!important;}


 .navbar-nav.py-4{
    padding-top: 0!important;
    padding-bottom: 0!important;
}   

.banner_section img.home_bg_img{
    height: 436px;
}
.footer_section {
    padding-top: 60px;
    padding-bottom: 25px;
}
.footer_section .copy h6 {
    line-height: 22px;
}
.footer_section .copy {
    padding-top: 15px;
}
.footer_section .footer_logo {
    margin-bottom: 30px;
}
.footer_section .footer_logo {
    margin-bottom: 30px;
}
.footer_section .set_content {
    padding-right: 0;
    margin-top: 20px;
}
.footer_section .set_content h3 {
    font-size: 30px;
}
.work_with_section {
    padding-bottom: 60px;
}
.work_with_section .row.spacing_top .liniar_color h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
}
.work_with_section .banner_text h2 {
    font-size: 40px;
}
.teams_section .bg_img_data {
    display: block;
    padding: 30px;
}
.teams_section .bg_img_data .left_data h3 {
    font-size: 40px;
}
.teams_section .bg_img_data .left_data p {
    font-size: 20px;
}
.teams_section .bg_img_data .left_data {
    margin-bottom: 25px;
}
.teams_section .bg_img_data .right_img img {
    width: 45px;
}
.teams_section .Accelerate h2 {
    color: #003C5D;
}
.teams_section .Accelerate p {
    color: #003C5D;
}
.teams_section {
    margin-top: 0;
    padding-top: 60px;
}

.looking_section:after {
    top: -6%;
}

.hero_slider_section .bottom_bar .first {
    display: block;
}
.hero_slider_section .item {
    padding: 0;
}
.hero_slider_section .bottom_bar .first .p_details {
    margin-top: 15px;
    margin-left: 0;
}
.hero_slider_section {
    padding-bottom: 100px;
    margin-top: -200px;
    padding-top: 290px;
}
.hero_slider_section .top_bar img {
    width: 80px!important;
}
.hero_slider_section .top_bar {
    width: 100%;
}
.hero_slider_section .middle_bar p {
    font-size: 20px;
    line-height: 28px;
}
.hero_slider_section .middle_bar {
    padding-bottom: 40px;
}
.set_section .Accelerate h2, .teams_section .Accelerate h2 {
    font-size: 35px;
}
.set_section2 .set_content {
    margin-top: 20px;
}
.set_section2 {
    margin-top: 0;
    padding-top: 60px;
}
.banner_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.banner_section .banner_text h1 {
    font-size: 58px;
    line-height: 55px;
}
.banner_section:before{
    display: none;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-toggle {
    margin-top: 23px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
ul.nav.navbar-nav {
    display: block;
}
li.btn.book a {
    margin-left: 0!important;
}

.footer_section .footer_link ul li {
    margin-bottom: 4px;
}
.looking_section .locations_zig .header_port a span {
    font-size: 20px;
}
.looking_section .row.locations_zig {
    padding: 15px 0px;
}
/*about us*/
.banner_section_about_page img.about_bg_ab {
    width: 320px;
}
/*.bredcomes {
    padding-bottom: 0px;
    padding-top: 20px;
}*/
.about_set_bottom_m .set_content h3, .platform_section .box_office .banner_text h2 {
    font-size: 30px;
}

.platform_section {
    padding-bottom: 100px;
}
.WorkRails_about_section:after {
    height: 85px;
    top: -10%;
}
section.container-fluid.work_guided_section:before {
    height: 100px;
}

.work_guided_section .title_list h2 {
    font-size: 33px;
}
.work_guided_section .title_list .top p {
    margin-top: 25px;
}
.work_guided_section .title_list .f_btn {
    margin-top: 30px;
    margin-bottom: 30px;
}
.work_guided_section .title_list h3 {
    font-size: 25px;
    margin-top: 30px;
}
.team_section_k .title h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
.team_section_k .box_block img {
    height: auto;
}
.work_with_section .row.spacing_top .liniar_color h2, .work_with_section.team_section_k .row.spacing_top .liniar_color h2 {
    font-size: 50px;
    line-height: 50px;
}

.work_with_section_footer_title_width {
    max-width: 1266px;
}
/*contact pagr*/
.banner_section_contact_page .top_left h1 {
    font-size: 50px;
    margin-top: 10px;
    line-height: 50px;
    margin-bottom: 20px;
}
.banner_section_contact_page .top_left {
    margin-top: 40px;
}
.form_div {
    padding: 25px;
}
.form_div select.form-control {
    background-size: 18% 65%;
}
/*demo page*/
.demo_page_section .top_left h1 {
    font-size: 55px;
    line-height: 55px;
}
.demo_page_section .top_left {
    padding-top: 20px;
}
.top_tech_section .box_off_all {
    padding: 30px;
}
.top_tech_section .box_off_all .top_tech h2 {
    font-size: 30.7px;
}
.demosectiontype:before {
    background-size: contain;
    height: 230px;
}
.top_tech_section {
    padding-bottom: 100px;
}
.hero_slider_section {
    padding-bottom: 80px;
    margin-top: -80px;
    background: linear-gradient(185deg, transparent 8%, #23147C 9%);
}
.left_imggg, .right_imggg {
display: none;
}
.hero_slider_section.demosectiontype .top_bar {
    width: 100%;
}
.hero_slider_section.demosectiontype .owl-nav {
    top: 14%;
}
}
@media screen and (max-width: 575px) {


    /* .work_guided_section {
        height: 1700px;
    } */
    .workrails-all-about-img {
        width: 50%;
    }

    .looking_section h2 {
        padding-top: 100px;
    }

    .work_guided_section {
        margin-top: -100px;
    }

    

    .work-with-rails-cta-btn {
        left: 10px;
    }

    .work-with-workrails-cta-title {
        font-size: 35.1px;
    }
    .looking_section .look h2 {
        font-size: 28.1px;
    }


}



@media screen and (max-width: 480px) {
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 15px 0px;
}

.looking_section:after {
    top: -4%;
    height: 130px;
}
}
@media screen and (max-width: 320px) {}
