@charset "utf-8";
@font-face {
	font-family: "MontserratRegular";
	font-display: auto;
	src: url("../fonts/Montserrat-Regular.ttf") format("TrueType")
}
@font-face {
	font-family: "MontserratLight";
	font-display: auto;
	src: url("../fonts/Montserrat-Light.otf") format("TrueType")
}
@font-face {
	font-family: "LatoRegular";
	font-display: auto;
	src: url("../fonts/Lato-Regular.ttf") format("TrueType")
}
body{
	margin: 0px;
	font-family: MontserratRegular;
	font-size: 85%;
	line-height: 1.8em
}
a{
	cursor: pointer;
	transition: .3s 0s ease
}
#header_wrap{
    background-color: #F1F1F2
}
header, .banner, .saviom_usp, .features, footer{
    margin: 0 auto;
    width: 1300px
}
header{
    padding: 1.5em 0
}
.logo{
    display: inline-block
}
.logo, .logo > a{
    line-height: 0
}
.logo > a > img{
	border: none
}
#banner_wrap{
    position: relative;
    overflow: hidden;
    padding: 5em 0;
}
#banner_wrap::after, #banner_wrap::before{
    content: "";
    position: absolute;
    transform: rotate(62deg);
    opacity: .8;
    z-index: -1
}
#banner_wrap::after{
    left: 60%; top: -10%;
    border-radius: 0 0 0 10%;
    height: 1000px; width: 1000px;
    background: linear-gradient(to right, rgba(221,33,39,1.00), rgba(241,124,93,1.00));
}
#banner_wrap::before{
    left: 59.5%; top: -11.3%;
    border-radius: 0 0 0 10.5%;
    height: 1010px; width: 1010px;
    border: 1px solid rgba(221,33,39,1.00);
}
.banner > div{
    display: inline-block;
    vertical-align: middle
}
.banner_content{
    width: 47%;
}
@keyframes hide{
    from { opacity: 0; } to { opacity: 0 }
}
@-moz-keyframes hide{ 
  from { opacity: 0; } to { opacity: 0 }
}
@-webkit-keyframes hide{ 
  from { opacity: 0; } to { opacity: 0 }
}
@-o-keyframes hide{ 
  from { opacity: 0; } to { opacity: 0 }
}
@keyframes slideInLeft{
    0%{
        opacity: 0%;
        transform: translateX(-100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInTop{
   0%{
        opacity: 0;
        transform: translateY(-30%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes FadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
h1.first{
    animation-delay: 0s, 0s;
    -moz-animation-delay: 0s, 0s;
    -webkit-animation-delay: 0s, 0s;
    -o-animation-delay: 0s, 0s;
}
h3.second{
    animation-delay: 0s, .2s;
    -moz-animation-delay: 0s, .2s;
    -webkit-animation-delay: 0s, .2s;
    -o-animation-delay: 0s, .2s;
}
div.third{
    animation-delay: 0s, .2s;
    -moz-animation-delay: 0s, .2s;
    -webkit-animation-delay: 0s, .2s;
    -o-animation-delay: 0s, .2s;
}

.banner_content > h1{
    margin: 0;
    font-size: 57px;
    color: #404041;
    line-height: 1.2em;
    text-transform: uppercase;
    animation-name: hide, slideInTop;
    animation-duration: .7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1; 
    -moz-animation-name: hide, slideInTop;
    -moz-animation-duration: .7s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1; 
    -webkit-animation-name: hide, slideInTop;
    -webkit-animation-duration: .7s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1; 
    -o-animation-name: hide, slideInTop;
    -o-animation-duration: .7s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: 1;
}
.banner_content > h3{
    margin: 1.5em 0;
    font-size: 18px;
    color: #6D6E70;
    font-weight: normal;
    animation-name: hide, FadeIn;
    animation-duration: .3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1; 
    -moz-animation-name: hide, FadeIn;
    -moz-animation-duration: .3s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1; 
    -webkit-animation-name: hide, FadeIn;
    -webkit-animation-duration: .3s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1; 
    -o-animation-name: hide, FadeIn;
    -o-animation-duration: .3s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: 1;
}
.banner_img{
    padding-left: 17%
}
.banner_img, .pro_banner_img{
    position: relative
}
.banner_img > a, .pro_banner_img > a{
    position: absolute
    
}
.banner_img > a{
    top: 32%; left: 15%;
    
}
.pro_banner_img > a{
    top: 8.5%; left: 49%;
    
}
.banner_cta{
    animation-name: hide, FadeIn;
    animation-duration: .2s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1; 
    -moz-animation-name: hide, FadeIn;
    -moz-animation-duration: .4s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1; 
    -webkit-animation-name: hide, FadeIn;
    -webkit-animation-duration: .4s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1; 
    -o-animation-name: hide, FadeIn;
    -o-animation-duration: .4s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: 1;
}
.banner_cta > a, .fea_txt > a, .products > div > a{
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    padding: .5em 1.5em;
	background-size: 300% 100%;
    color: #fff
}
.banner_cta > a:first-child, .fea_txt > a, .pro_epm > a{
    background-color: #00ADEE;
    background-image: linear-gradient(to left, #00ADEE, #00EAEE, #00ADEE)
}
.banner_cta > a:last-child{
    margin-left: 1em    
}
.banner_cta > a:last-child, .pro_erm > a{
    /*border: 1px solid #00ADEE;*/
    background-color: #EB2027;
    background-color: #FF7D82;
    background-image: linear-gradient(to left, #EB2027, #FF7D82, #EB2027)
}
.banner_cta > a:hover, .fea_txt > a:hover, .products > div > a:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#saviom_usp_wrap{
    background-color: #F1F1F2
}
.saviom_usp{
    text-align: center;
    padding: 8em 0;
    position: relative
}
.saviom_usp > h2{
    margin: 0 0 .5em 0;
    font-size: 41px;
    font-weight: normal;
    color: #00ADEE;
    line-height: 1em
}
.saviom_usp > h2 > span{
    color: #404041;
    font-family: MontserratLight;
    display: block
}
.saviom_usp > hr{
    margin: 4em auto;
    border: 1px solid #00ADEE;
    width: 90%;
    position: relative;
    overflow: visible
}
.saviom_usp > hr::after{
    content: "";
    position: absolute;
    top: -11px;
    height: 20px; width: 20px;
    border: 2px solid #00ADEE;
    border-radius: 20%;
    background: #F1F1F2;
    transform: rotate(-45deg)
}
.saviom_usp > hr::before{
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-35%);
    height: 20px; width: 80px;
    background: #F1F1F2;
}
.saviom_usp > h3{
    margin: 0 10%;
    font-size: 18px;
    color: #404041;
    font-weight: normal
}
.features{
    padding: 4em 0
}
.features > h2, .fea_txt > h3{
    font-size: 41px;
    font-weight: normal;
    color: #00ADEE
}
.features > h2{
    margin: 0;
    font-size: 41px;
    text-align: center
}
.features > section{
    margin-top: 8em
}
.features > section > div{
    display: inline-block;
    vertical-align: middle;
    width: 48%
}
.f_left{
    margin-right: 3%
}
.f_right{
    margin-left: 3%
}
.fea_txt > h3{
    margin: 0;
    font-size: 32px;
    display: flex;
    line-height: 1.2em
}
.fea_txt > h3 > img{
    margin-right: .5em
}
.fea_txt > ol{
    margin: 3em 0;
    padding: 0 0 0 1.5em;
    color: #6D6E70;
    font-weight: normal;
    list-style: none
}
.fea_txt > ol > li{
    font-size: 19px;
    margin-bottom: 1em;
    position: relative;
    padding-left: 2.5em;
    counter-increment: listStyle
}
.fea_txt > ol > li::before{
    content: counter(listStyle, upper-alpha);
    font-size: 60px;
    opacity: .3;
    color: #CCC;
    display: block;
    width: 30px; height: 34px;
    padding-top: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
    transition: .5s ease 0s
}
.fea_txt > ol > li:hover::before{
    opacity: 7
}
/*.fea_txt > p{
    margin: 2em 0;
    font-size: 19px;
    color: #6D6E70;
    font-weight: normal
}
.fea_txt > a{
    display: inline-block;
    font-size: 23px;
    color: #404041;
    border: 1px solid #00ADEE;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: .5em 1.5em
}*/
.testimonial_heading{
    margin: 2em 0 1em;
    text-align: center;
    font-weight: normal;
    font-size: 41px;
    color: #58595B
}
#clietns_wrap{
    margin-bottom: 10em
}
.clients{
	text-align: center;
    position: relative
}
.clients_list{
    margin: 0 5%
}
.clients_list:first-child{
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #D0D2D3
}
.clients_list > span{
	display: inline-block;
	vertical-align: top;
	line-height: 62px;
    border-left: 1px solid #D0D2D3;
	margin-left: 2em;
    padding: 2em
}
.clients_list > span:first-child{
    border: none;
	margin: 0px;
}
.clients_list > span > img{
	vertical-align: middle;
	/*filter: grayscale(100%);
	opacity: .7;
	transition: .5s 0s ease*/
}
.clients_list > span:hover > img{
	filter: grayscale(0%);
	opacity: 1
}
#testimonials_wrap{
    background-color: #F0F0F1;
}
#testimonials_wrap{
    display: flex
}
#testimonials_wrap > div:first-child, #testimonials_wrap > div:last-child{
    width: 27.05%;
    position: relative
}
.left_corner::after, .right_corner::before{
    content: "";
    position: absolute;
    right: 0; left: 0; top: 0%;
    border-top: 200px solid #FFF;
}
.left_corner::after{
    border-right: 200px solid transparent
}
.right_corner::before{
    border-left: 200px solid transparent;
}
.testimonials_content, .clients{
    margin: 0 auto;
    width: 888px
}
.testimonials_content{
    display: flex
}
.testimonials_content > div{
    flex: 1;
    background-color: #fff;
    color: #58595B;
    font-size: 15px;
    border-radius: 35px 35px 25px 25px;
    padding-top: 17%;
    box-shadow: 3px 3px 5px rgba(0,0,0,.2);
    position: relative;
    transform: translateY(-6%)
}
.testimonials_content > div:nth-child(2){
    margin: 0 7%
}
.testimonials_content > div > img{
    position: absolute;
    top: -24%; left: 0;
    width: 100%; height: auto
}
.testimonials_content > div > p{
    padding: 2em;
    margin: 0
}
.testimonials_content > div > p > a{
    display: block;
    margin-top: 1em;
    font-size: 19px;
    color: #EC2227;
    text-decoration: none
}
#product_wrap{
    text-align: center;
    padding: 5em 0;
}
#product_wrap > h2{
    margin: 0;
    font-size: 41px;
    font-weight: normal;
    color: #00ADEE
}
#product_wrap > hr{
    margin: 4em auto;
    border: 1px solid #00ADEE;
    width: 30%;
    position: relative;
    overflow: visible
}
#product_wrap > hr::after{
    content: "";
    position: absolute;
    top: -9px;
    height: 12px; width: 12px;
    border: 2px solid #00ADEE;
    border-radius: 20%;
    background: #FFF;
    transform: rotate(-45deg)
}
#product_wrap > hr::before{
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-32%);
    height: 20px; width: 45px;
    background: #FFF;
}
.products{
    width: 900px;
    margin: 0 auto;
    display: flex
}
.products > div{
    flex: 1
}
.products > div:nth-child(2){
    margin: 0 7%;
}
.pro_img{
    line-height: 200px;
    margin-bottom: 2em
}
.pro_img > img{
    vertical-align: middle
}
.products > div > h2{
    margin-bottom: 2em;
    background-color: #F1F1F2;
    font-size: 17px;
    font-weight: normal;
    border-radius: 10px;
    padding: .5em;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3)
}
.pro_epm > h2{
    color: #00ADEE
}
.pro_erm > h2{
    color: #EB2027
}
.pro_ewp > h2{
    color: #FAAF40
}
.products > div > a{
    display: block;
    margin-top: 2em;
}
.pro_ewp > a{
    background-color: #FAAF40;
    background-image: linear-gradient(to left, #FAAF40, #FAF33F, #FAAF40)
}
/*.products > div > a{
    display: block;
    margin-top: 2em;
    border: 1px solid #58595B;
    border-radius: 10px;
    padding: 1em .5em;
    text-decoration: none;
    text-transform: uppercase
}*/
#resources_wrap{
    padding: 4em;
    background-color: #F1F1F2;
    text-align: center;
    position: relative;
    overflow: hidden
}
#resources_wrap::after, #resources_wrap::before{
    content: "";
    position: absolute;
    border-radius: 15%;
    background: linear-gradient(to top right, #F17B5D, #CE222A);
    transform: rotate(45deg)
}
#resources_wrap::after{
    right: -6%; top: -12%;
    width: 300px; height: 250px
}
#resources_wrap::before{
    left: 2%; bottom: -30%;
    width: 200px; height: 200px
}
#resources_wrap > h3{
    margin: 0 0 .5em 0;
    font-size: 41px;
    font-weight: normal;
    color: #00ADEE
}
#resources_wrap > strong{
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    color: #A7A8AB;
    position: relative;
    z-index: 2;
}
#resources_wrap > strong::before, #resources_wrap > strong::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 90%;
    top: 50%;
    background-color: #A7A8AB;
}
#resources_wrap > strong::before{
    left: -95%
}
#resources_wrap > strong::after{
    right: -95%
}
.resources{
    margin-top: 3em !important
}
.resources > ul > li > span{
    display: inline-block;
}
.resources > ul > li > span:nth-child(2){
    margin: 0 2em
}
#customized_trial_wrap{
    background: url(../images/customize-trial-bg.jpg) no-repeat #EB2A2C;
    background-size: contain
}
.customized_trial{
    margin: 0 auto;
    width: 1200px;
    padding: 3em 0;
    display: flex;
    color: #fff
}
.customized_trial > div{
    flex: 1
}
.ct_txt{
    font-family: MontserratLight;
    font-size: 14px;
}
.ct_txt > h3{
    margin: .5em 0 0 0;
    font-family: MontserratRegular;
    font-size: 39px;
    font-weight: normal;
    line-height: 1.1em
}
.ct_txt > p{
    margin: 3em 0
}
.ct_txt > ul > li{
    list-style: none;
    padding-left: 1.3em;
    position: relative;
    margin-bottom: 1em;
}
.ct_txt > ul > li::before{
    content: "";
    position: absolute;
    top: 50%; left: 0;
    width: 9px; height: 9px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #404041
}
.ft_form{
	margin: 1em 0 0 10%;
	text-align: center
}
.ft_form > form > span{
	display: block;
	margin-bottom: 2.5em;
	text-align: left
}
.ft_form > form > span > input, .ft_form > form > span > select{
	font-family: MontserratLight;
	font-size: 16px;
	color: #fff !important;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	padding: .5em
}
.ft_form > form > span > select > option{
	background: #FFF;
	color: #000;
	font-size: 14px
}
.ft_form > form > span > input{
	width: 96.8%
}
.ft_form > form > span > select{
	width: 100%
}
.ft_form > form > button{
	display: inline-block;
	font-family: MontserratRegular;
	border: none;
	border-radius: 5px;
	margin-bottom: 1em;
	cursor: pointer
}
input:-internal-autofill-selected{
	color: #fff !important;
	background: none !important;
	
}
::-webkit-input-placeholder{
	color: #fff !important;
}
:-moz-placeholder{
	color: #fff !important;
}
::-moz-placeholder{
	color: #fff !important;
}
-ms-input-placeholder{  
	color: #fff !important;
}
.ft_form > form > button{
    display: inline-block;
	border-radius: 5px;
	font-size: 23px;
	color: #404041;
	background-color: #FFF;
	text-transform: uppercase;
	padding: .5em 1.5em;
	transition: .3s ease 0s;
	/*background-image: linear-gradient(to right, #FFF, #EEE, #FFF);
	background-size: 300% 100%;*/
}
.ft_form > form > button:hover{
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#about_saviom_wrap{
    position: relative
}
#about_saviom_wrap::before, #about_saviom_wrap::after{
    content: url(../images/abt-saviom-quote.svg);
    position: absolute;
    width: 127px; height: 279px
}
#about_saviom_wrap::before{
    top: 0; left: 5%
}
#about_saviom_wrap::after{
    bottom: 0; right: 5%;
    transform: rotate(180deg)
}
.as_content{
    width: 1060px;
    margin: 0 auto;
    padding: 7em 120px;
    text-align: center
}
.as_content > h3{
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #333333
}
.as_content > h3 > strong{
    display: block
}
.as_content > p{
    font-family: LatoRegular;
    font-size: 18px;
    font-style: italic;
    color: #6D6F70;
}
#footer_wrap{
    background: #58595B;
    padding: 3em 0
}
footer{
    color: #CFD1D2;
    font-size: 12px;
}
footer a{
    color: #CFD1D2;
    text-decoration: none
}
footer a:hover{
    color: #FFF
}
.fboxes{
    display: flex;
}
.fboxes > div{
    flex: 1;
    margin-right: 12%
}
.fboxes > div:last-child{
    margin: 0
}
.fboxes > div > h2, .fboxes > div > h3{
    margin: 0 0 1em 0;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase
}
.fboxes > div > ul{
    padding: 0;
    margin: 0
}
.fboxes > div > ul > li{
    list-style: none;
}
.fboxes > div > ul > li > strong{
    color: #fff;
    display: block;
    margin-top: 1em
}
.about_saviom > p{
    margin: 1em 0 0 0
}
address > h2{
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase
}
.social_networks{
	text-align: center;
	margin: 5em 0 3em
}
.social_networks > a{
	display: inline-block;
	vertical-align: top;
	width:100px;
	color:#fff;
	text-decoration: none;
	opacity: .7
}
.social_networks > a:hover{
	opacity: 1
}
.social_networks > a::before{
    display: block;
    font-size: 30px;
    margin-bottom: .2em;
    font-family: "FontAwesome";
}
.social_networks > a:nth-child(1)::before{
    content: "\f08c";
}
.social_networks > a:nth-child(2)::before{
    content: "\f082";
}
.social_networks > a:nth-child(3)::before{
    content: "\f081";
}
.social_networks > a:nth-child(4)::before{
    content: "\f431";
}
.privacy{
    text-align: center
}