@font-face {
	font-family: Lato Bold;
	src: url(../font/Lato-Bold.woff); 
} 
@font-face {
	font-family: Lato Light;
	src: url(../font/Lato-Light.woff); 
} 
@font-face {
	font-family: Lato Regular;
	src: url(../font/Lato-Regular.woff); 
} 

body{
	font-family: Lato Regular, sans-serif;
	overflow-x: hidden;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.yrdelay{
	animation-duration: 1.5s;
}
.yrdelay2{
	animation-duration: 1s;
}
.section-children {
    display: none;
}
.section-children {
    position: absolute;
    left: -41px;
    z-index: 999;    
	padding-top: 35px;
    margin-top: -8px;
}
.section-children_wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 11%);
    width: 158px;
    padding: 15px 40px;
    position: relative;
}
.categories_triangle {
    position: absolute;
    left: calc(50% - 5px);
    width: 25px;
    height: 20px;
    overflow: hidden;
    opacity: 1;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    transform: rotate(-67deg);
    transition: opacity 0.4s;
    transition-delay: 0.3s;
    top: -5px;
}
.section-children a {
    display: block;
    margin: 17px 0px!important;
}
.block_menu_item {
    position: relative;
}
.block_menu_item:hover .section-children {
    display: block;
}
.section-children.section-children2{
	left: -77px;
}
.section-children.section-children2 .section-children_wrap{
	width: 230px;
}
.section-children.section-children3{
	left: -216px;
}
.section-children.section-children3 .section-children_wrap{
	width: 520px;
}
.section-children.section-children3 .children1{
	width: 50%;
    float: left;
    margin-right: 26px;
}
.section-children.section-children3 .children2{
	
}
/* header */
.header-mob{
	display: none;
}
.block_logo{
	padding: 23px 0px;
    float: left;
	width: 25%;
}
.block_logo img{
	width: 225px;
}
.block_menu {
    float: left;
    padding: 35px 0px;
	width: 50%;
}
.block_references{
    float: right;
    padding: 35px 0px;
    width: 25%;
    text-align: right;
}
.block_menu a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #737FA3;
    margin: 0px 10px;
    padding: 0px 2px;
}
.login{
	font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #737FA3;
    margin: 0px 10px;
    padding: 0px 2px;
}
.demo{
	font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #737FA3;
    border: 1px solid #465B95;
    box-sizing: border-box;
    border-radius: 68px;
    padding: 11px 31px;
}
.demo:hover{
	color: #737FA3;
    text-decoration: none;
}
/* header */
/* footer */
.footer{
	display: grid;
    margin-top: 50px;
}
.testable_cloud .footer{
    margin-top: 0px;
}
.footer .container{
	border-top: 1px solid #E3E4E9;
    padding-top: 40px;
	padding-bottom: 50px;
}
.testable_cloud .footer .container{
	border-top: 0px;
    padding-top: 80px;
}
.ftr_blck1{
	width: 24%;
    float: left;
}
.ftr_blck2{
	width: 11%;
    float: left;
}
.ftr_blck3{
	width: 16%;
    float: left;
}
.ftr_blck4{
	width: 14%;
    float: left;
}
.ftr_blck5{
	width: 19%;
    float: left;
}
.ftr_blck6{
	width: 16%;
    float: left;
}
.logo_btn{
	margin-bottom: 13px;
	display: block;
}
.img_soc{
	margin-right: 42px;
}
.ftr_ttl{
	font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #4E5A7E;
	margin-bottom: 15px;
	margin-top: 13px;
	font-family: Lato Bold, sans-serif;
}
.ftr_blck span{
	display: block;  
}
.ftr_blck span a{
	font-size: 14px;
    line-height: 17px;
    color: #737FA3;
}
/* footer */
/* home_frst_scrn */
.home_frst_scrn{
	display: grid;
}
.home_frst_scrn .container {
    position: relative;	
}
.home_frst_scrn_ttl{
	font-weight: bold;
    font-size: 46px;
    line-height: 120%;
    text-transform: capitalize;
    color: #172755;
	width: 52%;
    margin-top: 190px;
    margin-bottom: 25px;
	font-family: Lato Bold, sans-serif;
}
.testable_entrprs .home_frst_scrn_ttl{
    margin-top: 149px;
}
.testable_cloud .home_frst_scrn_ttl{
    line-height: 113%;	
}
.home_frst_scrn_ttl span{
	font-weight: 300;
	font-family: Lato Light, sans-serif;
}
.home_frst_scrn_sbttl{
	font-size: 18px;
    line-height: 158%;
    color: #737FA3;
	width: 44%;
}
.home_frst_scrn_btn{
	background: #0088F0;
    box-shadow: 0px 5px 28px rgb(50 152 226 / 40%);
    border-radius: 68px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 39px;
	margin-top: 41px;
	display: inline-block;
	margin-bottom: 225px;
	font-family: Lato Bold, sans-serif;
}
.home_frst_scrn_img{
	position: absolute;
    top: 50px;
    right: -56px;
}
.home .home_frst_scrn_img {
	top: -94px;
	right: -120px;
}
.snthtc_mntrng .home_frst_scrn_img{
    top: 30px;
    right: -165px;
	width: 80%;
}
.fnctnl_tstng .home_frst_scrn_img{
	width: 66%;
    top: 68px;
    right: -118px;
}
.fnctnl_tstng_zag{
    font-weight: bold;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;
    margin-top: 30px;
	font-family: Lato Bold, sans-serif;
}
.testable_cloud .home_frst_scrn_img {
    top: -49px;
    right: -135px;
}
.testable_entrprs .home_frst_scrn_img {
    top: 7px;
    right: -217px;
}
.load_fourth_prtcl1{
	margin-left: 17%;	
}
.testable_more{
	font-size: 18px;
    line-height: 150%;
    color: #737FA3;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.platform .home_frst_scrn_img{
position: absolute;
    top: 1px;
    right: 0px;
    width: 40%;
}
.platform .home_frst_scrn .container {
    position: initial;
}
.platform .home_frst_scrn{
    position: relative;	
}
.load_testing .home_frst_scrn_img{
position: absolute;
    top: 1px;
    right: 0px;
    width: 40%;
}
.load_testing .home_frst_scrn .container {
    position: initial;
}
.load_testing .home_frst_scrn{
    position: relative;	
}
.load_testing .home_frst_scrn_ttl{
	width: 56%;
}
/* home_frst_scrn */
/* trstd_scrn */
.trstd_scrn{
	display: grid;
	background: #F8F9FF;
    height: 397px;
}
.trstd_scrn .container{
    padding: 112px 0px;	
}
.trusted{
	font-weight: bold;
    font-size: 38px;
    line-height: 120%;
    color: #172755;
	font-family: Lato Bold, sans-serif;
}
.trstd_scrn .col-md-3{
	text-align: center;
}
.trstd_scrn .row_top{
	margin-top: 47px;
}
/* trstd_scrn */
/* dble_plt_scrn */
.dble_plt_scrn{
	display: grid;
}
.dble_plt_scrn_ttl{
	font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;    
	margin-top: 100px;
	font-family: Lato Bold, sans-serif;
}
.dble_plt_scrn_sbttl{
	font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
    width: 64%;
    margin: 0px auto;
    margin-top: 25px;
}
.plates{
    margin-top: 65px;	
}
.plate{
    background: #FFFFFF;
    box-shadow: 0px 18px 50px -15px rgb(25 42 89 / 15%);
    border-radius: 20px;
    width: 40%;
	background: linear-gradient(to top, #fff 0%, #fff 98.5%, #55C2FF 50%, #55C2FF 100%);
}
.plate1{
    margin-left: 7%;
    margin-right: 3%;
}
.plate2{
    margin-left: 3%;
    margin-right: 7%;
}
.plate img{
	margin: 0px auto;
    display: block;
    margin-top: 20px;
}
.plate_ttl{
	font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #172755;
    margin-top: 6px;
    margin-bottom: 10px;
	font-family: Lato Bold, sans-serif;
}
.plate_sbttl{
	font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 15px;
}
.plate_more{
	font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #0088F0;
    margin-bottom: 30px;
	display: block;
	font-family: Lato Bold, sans-serif;
}
.plate2 img{
    margin-top: 37px;
    margin-bottom: 15px;	
}
.plate_more img{
	margin: 0;
    display: inline-block;
    margin-left: 3px;
}
/* dble_plt_scrn */

/* triple_scrn */
.triple_scrn{
	margin-top: 100px;
    display: grid;
}
.triple_scrn_ttl{
	font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-transform: capitalize;
    color: #172755;
    margin-bottom: 20px;
    margin-top: 115px;
	font-family: Lato Bold, sans-serif;
}
.fnctnl_tstng .home_fourth_scrn .home_fourth_scrn2 .triple_scrn_ttl{
	margin-top: 5px;
}
.testable_entrprs .entrprs_three_scrn .home_fourth_scrn2 .triple_scrn_ttl{
    margin-top: 27px;
}
.home .home_fourth_scrn4 .triple_scrn_ttl{
	margin-top: 28px;
}
.triple_scrn_sbttl{
	font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #737FA3;
}
.triple_scrn_sbttl img{
	position: initial!important;
	margin-right: 7px;
}
.load_testing .home_fourth_scrn3 .triple_scrn_sbttl{
    margin-bottom: 30px;	
}
.load_five_scrn .home_fourth_scrn2 .triple_scrn_sbttl{
	margin-bottom: 30px;
}
.triple_scrn_btn{
	background: #0088F0;
    box-shadow: 0px 5px 28px rgb(50 152 226 / 40%);
    border-radius: 68px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 39px;
    margin-top: 41px;
    display: inline-block;
	font-family: Lato Bold, sans-serif;
}
.triple_scrn img{
    /* width: 100%; */
}
.triple_row{
    margin-top: 40px;
}
.testable_entrprs .triple_row{
    margin-top: 70px;
}
.triple_scrn2 img{
	/* width: ; */
	position: relative;
	left: -190px;
}
.triple_scrn3 img{
    margin-top: 120px;	
}
/* triple_scrn */
/* home_fourth_scrn */
.home_fourth_scrn{
	background: #F8F9FF;
    display: grid;
    margin-top: 150px;
    padding-top: 32px;
	padding-bottom: 170px;
}
.api_tstng .home_fourth_scrn{
	margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 76px;
}
.snthtc_mntrng .home_fourth_scrn{
	margin-top: 0px;
    padding-bottom: 40px;
}
.fnctnl_tstng .home_fourth_scrn{
	margin-top: 0px;
}
.testable_entrprs .home_fourth_scrn{
	margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 228px;
}
.testable_cloud .home_fourth_scrn{
    margin-top: 0px;
    padding-top: 0px;
	padding-bottom: 10px;
}
.platform .home_fourth_scrn{
	margin-top: 0px;
    padding-bottom: 357px;
}
.load_testing .home_fourth_scrn{
	margin-top: 0px;
    padding-bottom: 111px;
}
.home_fourth_scrn1 img{
	margin-top: 68px;    
	margin-left: -94px;
}
.fnctnl_tstng .home_fourth_scrn1 img{
	margin-top: -25px;
    margin-left: -133px;
}
.home .home_fourth_scrn .home_fourth_scrn4 img{
	margin-top: -221px;
    margin-left: -100px;
}
.testable_entrprs .home_fourth_scrn1 img{
    margin-top: 36px;
    margin-left: -40px;
}
.testable_entrprs .home_fourth_scrn1 .triple_scrn_sbttl img{
    margin-top: 0px;
    margin-left: 0px;
}
.load_testing .home_fourth_scrn1 img{
    margin-top: 71px;
    margin-left: -35px;
}
.load_testing .load_fourth_scrn_sbttl1 img{
	margin-top: 0px!important;
    margin-left: 0px!important;
	position: inherit!important;
}
.load_fourth_scrn_sbttl1{
	font-size: 17px;
	line-height: 146%;
	color: #737FA3;
}
.load_fourth_scrn_sbttl1 span{
	font-weight: bold;
	color: #172755;
	font-family: Lato Bold, sans-serif;
}
.load_fourth_scrn_sbttl1 div{
    margin-bottom: 20px;
}
.home_fourth_scrn2 img{
	position: absolute;
    left: -215px;
    top: -91px;
}
.api_tstng .home_fourth_scrn2 img{
    left: -33px;
    top: 5px;
	width: 100%;
}
.snthtc_mntrng .home_fourth_scrn2 img{
    left: 26px;
    top: 27px;
}
.fnctnl_tstng .home_fourth_scrn2 img{
	position: absolute;
	left: -4px;
    top: -62px;
}
.testable_entrprs .home_fourth_scrn2 img{
    left: 106px;
    top: -76px;
}
.testable_cloud .home_fourth_scrn2 img{
	left: -33px;
    top: -31px;
}
.load_testing .home_fourth_scrn2 img {
    position: absolute;
    left: 8px;
    top: 112px;
}
.load_testing .load_five_scrn .home_fourth_scrn2 img {
    position: absolute;
    left: -37px;
    top: 77px;
}
.home_fourth_scrn2 .col-md-6{
    position: relative;
}
.home_fourth_scrn3 img{
	margin-top: 66px;
    margin-left: -72px;
}
.api_tstng .home_fourth_scrn3 img{
    margin-top: 170px;
    margin-left: -72px;
}
.snthtc_mntrng .home_fourth_scrn3 img{
    margin-top: 86px;
    margin-left: -10px;
}
.fnctnl_tstng .home_fourth_scrn3 img{
    margin-top: 66px;
    margin-left: -155px;
}
.testable_entrprs .home_fourth_scrn3 img{
	margin-top: 66px;
    margin-left: -131px;
}
.testable_entrprs .home_fourth_scrn4 img{
    margin-top: -121px;
    margin-left: -80px;
}
.api_tstng .home_fourth_scrn4 img{
	margin-top: -144px;
    margin-left: -122px;
}
.load_testing .home_fourth_scrn3 img {
    margin-top: 8px;
    margin-left: -72px;
}
.load_testing .home_fourth_scrn3 img {
    margin-top: 117px;
    margin-left: -72px;
}
.platform .home_fourth_scrn3 img{
	margin-top: 84px;
}
.platform .home_fourth_scrn4 img{
    margin-top: 40px;
}
.snthtc_mntrng .home_fourth_scrn4 img{
    margin-left: -292px;
}
.snthtc_mntrng .home_fourth_scrn5 img{
    margin-top: -138px;
    margin-left: -119px;
}
.api_tstng .home_fourth_scrn5 img{
	margin-left: -153px;
    margin-top: -79px;
}
.platform .home_fourth_scrn5 img{
    margin-left: -55px;   
	margin-top: 24px;
}
.home_fourth_scrn1 .triple_scrn_ttl{
	margin-top: 137px;
}
.snthtc_mntrng .fnctnl_tstng_btn .pltfrm_fourth_scrn1 .triple_scrn_ttl{
    margin-top: 0px;
}
.snthtc_mntrng .home_fourth_scrn5 .triple_scrn_ttl{
	margin-top: -11px;
}
.testable_entrprs .entrprs_three_scrn .home_fourth_scrn1 .triple_scrn_ttl{
	margin-top: 74px;
}
.api_tstng .home_fourth_scrn .home_fourth_scrn4 .triple_scrn_ttl{
    margin-top: 17px;
}
.testable_entrprs .entrprs_three_scrn .home_fourth_scrn4 .triple_scrn_ttl{
	margin-top: 0px;
}
.testable_entrprs .home_fourth_scrn1 .triple_scrn_ttl{
	margin-top: 0px;
}
.testable_cloud .home_fourth_scrn1 .triple_scrn_ttl{
	margin-top: 210px;
}
.load_testing .home_fourth_scrn1 .triple_scrn_ttl{
	margin-top: 80px;
}
.home_fourth_scrn3 .triple_scrn_ttl{
    margin-top: 170px;	
}
.api_tstng .home_fourth_scrn .home_fourth_scrn3 .triple_scrn_ttl{
    margin-top: 270px;	
}
.load_testing .load_five_scrn .home_fourth_scrn3 .triple_scrn_ttl{
    margin-top: 91px;	
}
.fnctnl_tstng .home_fourth_scrn3 .triple_scrn_ttl{
    margin-top: 263px;	
}
.fnctnl_tstng .home_fourth_scrn4 img {
    margin-left: -79px;
    margin-top: -62px;
}
.fnctnl_tstng .home_fourth_scrn5 img {
    margin-left: -96px;
}
.fnctnl_tstng .home_fourth_scrn6 img {
	margin-left: -116px;
}
.fnctnl_tstng .home_fourth_scrn7 img {
    margin-left: -94px;
    margin-top: 76px;
}
.tstng_live_scrn_ttl{
	font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;
    margin-top: 110px;
    margin-bottom: 15px;
	font-family: Lato Bold, sans-serif;
}
.tstng_live_scrn_sbttl{
	font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
    margin-bottom: 65px;
}
/* home_fourth_scrn */
/* advntgs_scrn */
.advntgs_scrn{
    display: grid;    
	margin-top: -121px;	
}
.advntgs_scrn .container{    
	background: linear-gradient(to top, #fff 0%, #fff 98.5%, #0088F0 50%, #0088F0 100%);
    box-shadow: 0px 7px 25px rgb(41 41 42 / 10%);
    border-radius: 20px;
}
.advntgs_scrn .row{
    padding: 70px 0px;	
}
.advntg_ttl{
	font-weight: 500;
    font-size: 55px;
    line-height: 66px;
    text-align: center;
    color: #172755;
    margin-bottom: 8px;
}
.advntg_sbttl{
	font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
}
.advntg_ttl span{
	color: #0088F0;
}
.advntg1{
	width: 16%;
    margin-left: 4%;
}
.advntg2{
	width: 14%;
}
.advntg3{
	width: 14%;
}
.advntg4{
	width: 26%;
}
.advntg5{
	width: 20%;
}
/* advntgs_scrn */
/* sbscrb_scrn */
.sbscrb_scrn{
    display: grid;
    margin-top: 90px;
    margin-bottom: 100px;	
}
.sbscrb_scrn_ttl{
	font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;
    margin-bottom: 45px;
}
.sbscrb_scrn_form{
	text-align: center;
}
.sbscrb_scrn_email{
	background: #FFFFFF;
    box-shadow: 0px 6px 24px rgb(0 0 0 / 9%);
    border-radius: 68px;
    border: 0;
    padding: 11px 36px;
    width: 381px;
}
.sbscrb_scrn_btn{
    background: #0088F0;
    border-radius: 68px;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 10px;
    width: 189px;
    margin-left: -44px;
	font-family: Lato Bold, sans-serif;
}
.sbscrb_scrn_email:focus{
    outline: 0;	
}
.sbscrb_scrn_email::-webkit-input-placeholder {
	font-size: 15px;
	line-height: 18px;
	color: #606060;
}
.sbscrb_scrn_email::-moz-placeholder          {
	font-size: 15px;
	line-height: 18px;
	color: #606060;
}
.sbscrb_scrn_email:-moz-placeholder            {
	font-size: 15px;
	line-height: 18px;
	color: #606060;
}
.sbscrb_scrn_email:-ms-input-placeholder       {
	font-size: 15px;
	line-height: 18px;
	color: #606060;
}
/* sbscrb_scrn */
/* variety_scrn */
.variety_scrn{
    display: grid;	    
	margin-top: -257px;
}
.variety_scrn .container{
	background: linear-gradient(to top, #fff 0%, #fff 99.5%, #0088F0 50%, #0088F0 100%);
    box-shadow: 0px 7px 25px rgb(41 41 42 / 10%);
    border-radius: 20px;
}
.variety_scrn_zag{
	font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;
    margin-top: 90px;
    margin-bottom: 90px;
	font-family: Lato Bold, sans-serif;
}
.variety_scrn1{
	width: 33%;
}
.variety_scrn img{
	margin: 0px auto;
    display: block;
}
.variety_scrn_ttl{
	font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #172755;
    margin-top: 12px;
    margin-bottom: 12px;
	font-family: Lato Bold, sans-serif;
}
.variety_scrn_sbttl{
	font-size: 16px;
    line-height: 141%;
    text-align: center;
    color: #737FA3;
	width: 73%;
    margin: 0px auto;
}
.variety_row2{
	margin-top: 77px;
    margin-bottom: 100px;
}
.variety_scrn2_1{
	width: 40%;
    margin-left: 10%;
}
.variety_scrn2_2{
	width: 40%;
}
/* variety_scrn */
/* pltfrm_fourth_scrn */
.pltfrm_fourth_scrn{
	display: grid;
	margin-top: 60px;
}
.pltfrm_fourth_scrn1 img{
	margin-top: 30px;
    margin-left: -59px;
}
.pltfrm_fourth_scrn2 img{
	margin-top: 29px;
}
.fnctnl_tstng_btn .pltfrm_fourth_scrn2 img{
    margin-left: -73px;
}
.snthtc_mntrng .fnctnl_tstng_btn .pltfrm_fourth_scrn2 img{
    margin-left: -115px;
    margin-top: -12px;
}
.fnctnl_tstng_btn .pltfrm_fourth_scrn1 img{
	margin-left: -153px;
    margin-top: -55px;
}
.api_tstng .fnctnl_tstng_btn .pltfrm_fourth_scrn1 img{
    margin-left: 0px;
    margin-top: 158px;
}
.api_tstng .fnctnl_tstng_btn .pltfrm_fourth_scrn1 .load_fourth_scrn_sbttl1 img{
    margin-left: 0px;
    margin-top: 0px;
}
.snthtc_mntrng .fnctnl_tstng_btn .pltfrm_fourth_scrn1 img{
	margin-left: -112px;
    margin-top: -190px;
}
.triple_row.pltfrm_fourth_scrn2{
    margin-top: 0px;	
}
.pltfrm_fourth_scrn2 .pltfrm_fourth_scrn_sbttl1 img {
    margin-top: 0px;
}
.pltfrm_fourth_scrn2 .pltfrm_fourth_scrn_sbttl2 img {
    margin-top: 0px;
}
.pltfrm_fourth_scrn_sbttl1{
	width: 50%;
    float: left;
    line-height: 36px;
}
.pltfrm_fourth_scrn_sbttl2{
	width: 50%;
    float: left;
    line-height: 36px;
}
.pltfrm_fourth_scrn2 .triple_scrn_ttl{
    margin-bottom: 30px;	
}
/* pltfrm_fourth_scrn */
/* load_fourth_scrn */
.load_fourth_scrn{
	background: #F8F9FF;
    display: grid;
	padding-bottom: 70px;
}
.testable_cloud .load_fourth_scrn{
	padding-top: 130px;
}
.load_fourth_scrn_ttl{
	font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;
    margin-bottom: 20px;
	font-family: Lato Bold, sans-serif;
}
.testable_entrprs .load_fourth_scrn_ttl{
	margin-top: 130px;
    margin-bottom: 80px;
}
.load_fourth_scrn_sbttl{
	font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
    width: 50%;
    margin: 0px auto;
	margin-bottom: 100px;
}
.load_fourth_scrn .row{
    margin-bottom: 45px;	
}
.load_fourth_prtcl{
	box-shadow: 0px 18px 50px -15px rgb(25 42 89 / 15%);
	border-radius: 20px;
    width: 30%;
    background: linear-gradient(to top, #fff 0%, #fff 98.5%, #55C2FF 50%, #55C2FF 100%);    margin-right: 3%;
}
.load_fourth_prtcl_ttl{
	font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #172755;
    margin-top: 30px;
    margin-bottom: 10px;
	font-family: Lato Bold, sans-serif;
}
.fnctnl_tstng .load_fourth_prtcl_ttl{
    margin-top: 15px;	
}
.tstng_live_scrn img{
	margin: 0px auto;
    display: block;
    margin-top: 30px;
}
.load_fourth_prtcl_sbttl{
	font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 30px;
}
/* load_fourth_scrn */
/* load_elastic_scrn */
.load_elastic_scrn{
    display: grid;	    
	margin-bottom: 115px;
    margin-top: 30px;
}
.load_elastic_ttl{
	font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;
    margin-top: 75px;
    margin-bottom: 20px;
	font-family: Lato Bold, sans-serif;
}
.load_elastic_sbttl{
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
    width: 68%;
    margin: 0px auto;	
}
.load_elastic1, .load_elastic2{
	box-shadow: 0px 18px 50px -15px rgb(25 42 89 / 15%);
    border-radius: 20px;
    background: linear-gradient(to top, #fff 0%, #fff 98%, #55C2FF 50%, #55C2FF 100%);
    width: 30%;
}
.load_elastic1{
	margin-left: 15%;
    margin-right: 5%;
}
.load_elastic1_ttl{
	font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #172755;
    margin-top: 40px;
    margin-bottom: 10px;
	font-family: Lato Bold, sans-serif;
}
.load_elastic1_sbttl{
	font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #737FA3;
    width: 71%;
    margin: 0px auto;
    padding-bottom: 33px;
}
.load_elastic_scrn .row{
    margin-top: 60px;	
}
/* load_elastic_scrn */
/*entrprs_upgrds_scrn*/
.entrprs_upgrds_ttl{
	font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #172755;
	font-family: Lato Bold, sans-serif;
}
.entrprs_upgrdsn_sbttl{
	font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #737FA3;
    margin-top: 20px;
    margin-bottom: 30px;
}
.entrprs_upgrds_scrn img{
    margin: 0px auto;
    display: block;
}
/*entrprs_upgrds_scrn*/

.home .ttkbounceInRight {
	animation-duration: 2s;
}

@media only screen and (min-width : 1300px) {
	
}
@media only screen and (min-width: 991px) and (max-width : 1300px) {

}
@media only screen and (max-width : 991px) {
	.header-mob{
		display: block;
	}
	.header-mob{
		background: #FFFFFF;
		box-shadow: 0px 12px 50px rgb(25 42 89 / 9%);
		padding: 10px 0px;
	}
	.navbar-toggle{
		border: 0;
		background: #fff;    
		margin-top: -12px;
	}
	.header{
		display: none;
	}
	.home_frst_scrn_ttl{
		font-size: 38px;
		line-height: 110%;
		width: 100%!important;
		margin-top: 405px;
	}
	.home_frst_scrn_sbttl{
		font-size: 17px;
		line-height: 158%;
		width: 100%;
	}
	.home_frst_scrn_img{
		width: 100%!important;
		top: 50px;
		right: 18px;
	}
	.icon-bar {
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 1px;
		margin-top: 10px;
		background-color: #000;
	}
	.trstd_scrn .container {
		padding: 63px 0px;
	}
	.trusted{
		font-size: 31px;
		line-height: 120%;
		text-align: center;
	}
	.trstd_scrn .col-md-3 {
		margin-top: 50px;
	}
	.trstd_scrn .row_top {
		margin-top: 47px;
	}
	.trstd_scrn{
	    height: auto;	
	}
	.dble_plt_scrn_ttl{
		font-size: 32px;
		line-height: 41px;
	}
	.dble_plt_scrn_sbttl{
		font-size: 17px;
		line-height: 150%;
		width: 100%;
	}
	.plate {
		width: 100%;
		margin: 0 5%;
	}
	.plate2{
		margin-top: 40px;
	}
	.triple_scrn_ttl{
		font-size: 32px;
		line-height: 110%;
		margin-top: 30px!important;
	}
	.triple_scrn_sbttl{
		font-size: 17px;
		line-height: 158%;
	}
	.triple_scrn img {
		width: 100%;
		margin: 0px;
	}
	.triple_scrn2 img {
		left: 0;
	}
	.entrprs_three_scrn img {
		width: 100%;
		margin: 0px;
	}
	.triple_scrn .row{
		margin-top: 55px;
	}
	.triple_scrn {
		margin-top: 20px;
	}
	.home_fourth_scrn2 img{
		position: relative!important;
		width: 100%;
		margin-left: -25px;
		left: 0!important;
		top: 0!important;
		margin-bottom: -62px;
	}
	.home_fourth_scrn3 img{
		margin-bottom: -47px;
	}
	.home .home_fourth_scrn .home_fourth_scrn4 img{
		margin-top: 0px;
		margin-bottom: -101px;
	}
	.triple_scrn img, .home_fourth_scrn img, .pltfrm_fourth_scrn img, .load_five_scrn img, .entrprs_three_scrn img, .entrprs_upgrds_scrn img{
		display: none;
	}
	.advntg1, .advntg2, .advntg3, .advntg4, .advntg5{
		width: 100%;
		margin-left: 0%;
		margin-top: 35px;
	}
	.sbscrb_scrn_email{
		width: 100%;    
		padding: 15px 36px;    
		margin-bottom: 22px;
	}
	.sbscrb_scrn_btn{
		width: 100%;
		margin-left: 0;
		padding: 16px 10px;
	}
	.sbscrb_scrn_ttl{
		font-size: 40px;
		line-height: 48px;
	}
	.advntgs_scrn .container{
		background: linear-gradient(to top, #fff 0%, #fff 99.5%, #0088F0 50%, #0088F0 100%);
	}
	.advntgs_scrn{
		width: 90%;
		margin: 0px 5%;
		margin-top: -105px;
	}
	.trstd_scrn .row{
		margin-right: 0px;
	}
	.home_frst_scrn_btn{
		margin-bottom: 93px;
	}
	.variety_scrn{
		width: 90%;
		margin: 0 5%;
		margin-top: -257px;
	}
	.variety_scrn .container{
		background: linear-gradient(to top, #fff 0%, #fff 99.7%, #0088F0 50%, #0088F0 100%);
	}
	.variety_scrn_zag{
		font-size: 27px;
		line-height: 113%;
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.variety_scrn1{
		width: 100%;
		margin-top: 25px;
	}
	.variety_row2{
		margin-top: 0px;
	}
	.variety_scrn2_1{
		width: 100%;
		margin-left: 0%;
		margin-top: 25px;
	}
	.variety_scrn2_2{
		width: 100%;
		margin-top: 25px;
	}
	.pltfrm_fourth_scrn2 .pltfrm_fourth_scrn_sbttl1 img, .pltfrm_fourth_scrn2 .pltfrm_fourth_scrn_sbttl2 img{
		display: initial!important;
	}
	.pltfrm_fourth_scrn_sbttl1, .pltfrm_fourth_scrn_sbttl2 {
		width: 100%;
	}
	.ftr_blck1{
		width: 100%;
		margin-bottom: 40px;
	}
	.ftr_blck2{
		width: 50%;
		margin-bottom: 20px;
	}
	.ftr_blck3{
		width: 50%;
		margin-bottom: 20px;
	}
	.ftr_blck4{
		width: 50%;
	}
	.ftr_blck5{
		width: 50%;
	}
	.ftr_blck6{
		width: 50%;
		float: right;
	}
	.ftr_blck6 .ftr_ttl{
		display: none;
	}
	.load_fourth_scrn_ttl{
		font-size: 32px;
		line-height: 113%;
	}
	.load_fourth_scrn_sbttl{
		font-size: 17px;
		line-height: 158%;
		width: 100%;
		margin-bottom: 45px;
	}
	.load_fourth_prtcl{
		width: 90%;
		margin: 0 5%;
		margin-bottom: 35px;
	}
	.load_fourth_scrn .row {
		margin-bottom: 0px;
	}
	.load_fourth_scrn {
		padding-bottom: 30px;
	}
	.load_elastic_ttl{
		font-size: 32px;
		line-height: 113%;
	}
	.load_elastic_sbttl{
		font-size: 17px;
		line-height: 158%;
		width: 100%;
	}
	.load_elastic1, .load_elastic2{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 35px;
	}
	.load_elastic_scrn .row {
		margin-top: 40px;
	}
	.load_elastic_scrn {
		margin-bottom: 55px;
	}
	.load_testing .load_fourth_scrn_sbttl1 img, .testable_entrprs .home_fourth_scrn1 .triple_scrn_sbttl img, .testable_entrprs .home_fourth_scrn1 .triple_scrn_sbttl img, .api_tstng .fnctnl_tstng_btn .pltfrm_fourth_scrn1 .load_fourth_scrn_sbttl1 img {
		display: inline;
		width: auto;
		margin: 0;
	}
	.load_testing .home_fourth_scrn1 img {
		margin-top: 12px;
		margin-left: 0px;
	}
	.load_testing .home_fourth_scrn .home_fourth_scrn2 img {
		margin-left: 10px;
		margin-bottom: -11px;
	}
	.load_testing .home_fourth_scrn3 img {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.load_testing .load_five_scrn .home_fourth_scrn2 img{
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.load_five_scrn img{
	    width: 100%;
	}
	.testable_cloud .home_frst_scrn_img {
		top: 54px;
		right: 0px;
	}
	.testable_cloud .load_fourth_scrn{
		padding-top: 70px;
	}
	.testable_cloud .home_fourth_scrn2 .pltfrm_fourth_scrn_sbttl1 img{
		display: inline;
		width: auto;
		margin: 0;
	}
	.testable_cloud .home_fourth_scrn2 .pltfrm_fourth_scrn_sbttl2 img{
		display: inline;
		width: auto;
		margin: 0;
	}
	.testable_cloud .home_fourth_scrn {
		padding-bottom: 75px;
	}
	.testable_entrprs .home_frst_scrn_img{
		display:none;
	}
	.testable_entrprs .home_frst_scrn_ttl {
		margin-top: 360px;
	}
	.testable_entrprs .load_fourth_scrn_ttl {
		margin-top: 70px;
		margin-bottom: 60px;
	}
	.testable_entrprs .home_fourth_scrn1 img {
		margin-top: -20px;
		margin-left: 0px;
	}
	.testable_entrprs .home_fourth_scrn .home_fourth_scrn2 img{
		margin-left: 0px;
		margin-bottom: 9px;
	}
	.testable_entrprs .home_fourth_scrn {
		padding-bottom: 84px;
	}
	.testable_entrprs .home_fourth_scrn3 img {
		margin-top: 0px;
		margin-left: 0px;
	}
	.testable_entrprs .home_fourth_scrn4 img {
		margin-top: 0px;
		margin-left: 0px;
	}
	.entrprs_upgrds_scrn{
		border-top: 1px solid #E2E2E2;
		margin-top: 46px;
		padding-top: 40px;
	}
	.entrprs_upgrds_scrn img{
	    width: 100%;
	}
	.fnctnl_tstng .home_frst_scrn_img{
		top: 48px;
		right: 0px;
	}
	.fnctnl_tstng .home_frst_scrn_ttl {
		margin-top: 333px;
	}
	.fnctnl_tstng_zag{
		font-size: 38px;
		line-height: 117%;
	}
	.fnctnl_tstng .home_fourth_scrn1 img {
		margin-top: 0px;
		margin-left: 0px;
	}
	.fnctnl_tstng .home_fourth_scrn .home_fourth_scrn2 img {
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.fnctnl_tstng .home_fourth_scrn3 img {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.fnctnl_tstng .home_fourth_scrn4 img {
		margin-left: 0px;
		margin-top: 0px;
	}
	.fnctnl_tstng .home_fourth_scrn5 img {
		margin-left: 0px;
	}
	.fnctnl_tstng .home_fourth_scrn6 img {
		margin-left: 0px;
	}
	.fnctnl_tstng .home_fourth_scrn7 img {
		margin-left: 0px;
		margin-top: 0px;
	}
	.fnctnl_tstng_btn .pltfrm_fourth_scrn2 img {
		margin-left: 0px;
		width: 100%;
		margin-top: -57px;
	}
	.fnctnl_tstng_btn .pltfrm_fourth_scrn1 img {
		margin-left: 0px;
		margin-top: 0px;
		width: 100%;
	}
	.snthtc_mntrng .home_frst_scrn_img{
		display: none;
	}
	.snthtc_mntrng .home_frst_scrn_ttl{
		margin-top: 362px;
	}
	.snthtc_mntrng .home_fourth_scrn .home_fourth_scrn2 img{
		margin-bottom: 0px;
	}
	.snthtc_mntrng .home_fourth_scrn3 img {
		margin-top: 0px;
		margin-left: 0px;
	}
	.snthtc_mntrng .home_fourth_scrn4 img {
		margin-left: 0px;
	}
	.snthtc_mntrng .home_fourth_scrn5 img {
		margin-top: 0px;
		margin-left: 0px;
	}
	.snthtc_mntrng .fnctnl_tstng_btn .pltfrm_fourth_scrn2 img {
		margin-left: 0px;
		margin-top: 0px;
	}
	.snthtc_mntrng .fnctnl_tstng_btn .pltfrm_fourth_scrn1 img {
		margin-left: 0px;
		margin-top: 0px;
	}
	.api_tstng .home_fourth_scrn .home_fourth_scrn2 img {
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.api_tstng .home_fourth_scrn3 img {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.api_tstng .home_fourth_scrn4 img {
		margin-top: 0px;
		margin-left: 0px;
	}
	.api_tstng .home_fourth_scrn5 img {
		margin-left: 0px;
		margin-top: 0px;
	}
	.api_tstng .fnctnl_tstng_btn .pltfrm_fourth_scrn1 img {
		margin-left: 0px;
		margin-top: -23px;
	}
	.home .home_fourth_scrn .home_fourth_scrn2 img{
	    margin-top: -42px;	
	}
	.home .home_fourth_scrn {
		margin-top: 100px;
	}
	.platform .home_fourth_scrn5 img {
		margin-left: 0px;
		margin-top: -13px;
	}
	.platform .home_fourth_scrn .home_fourth_scrn2 img{
		margin-bottom: -82px;
		margin-top: -25px;
		margin-left: 0px;
	}
	.platform .home_fourth_scrn3 img {
		margin-top: 37px;
	}
	.testable_cloud .platform .home_fourth_scrn5 img {
		margin-left: 0px;
		margin-top: -23px;
		margin-bottom: -29px;
	}
	.pltfrm_fourth_scrn1 img {
		margin-top: -22px;
		margin-left: -30px;
		margin-bottom: -28px;
	}
	.home_frst_scrn_ttl {
		margin-top: 420px;
	}
	.home_fourth_scrn{
		padding-bottom: 77px;
	}
	.mob-menu{
		list-style: none;
		text-align: center;
		margin: 0;
		padding: 0;
		margin-top: 35px;
	}
	.mob-menu li{
		margin-bottom: 10px;
	}
	.mob-menu a{
		font-size: 15px;
		line-height: 18px;
		color: #737FA3;	
	}
	.header-mob .demo{
		margin: 0px auto;
		display: table;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.accordion {
		padding: 0;
		margin: 0px 10px;
		padding: 35px 0px;
	}
	.accordion li {
		list-style-type: none;
		font-style: normal;
		font-weight: normal;
		color: #293251;
		font-size: 17px;
		line-height: 36px;
	}
	.accordion .link {
		cursor: pointer;
		display: block;
		position: relative;
	}
	.accordion li i{
		margin-left: 9px;
		top: 16px;
		left: 0px;
		font-size: 18px;
		color: #296DDB;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.linkspan{
		font-size: 15px;
		line-height: 18px;
		color: #737FA3;
	}
	.accordion li.open i.fa-sort-desc {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.accordion .submenu{
		padding: 0px;
	}
}