div#menus-strip {
    display: none;
}

header .top_menu {
    display: none;
}

header .menu-container {
    display: none;
}
.container{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
header .wrapper {
    max-width: 1280px;
    width: 100%;
}
section.chat_banner {
    position: relative;
}
.chat_banner, .service_area{
	padding: 100px 0;
}
.slide {
    padding: 110px;
    background: rgba(0,0,0,0) no-repeat center center /cover;
}

.slide .co-10 {
    width: 70%;
    margin: 0 auto;
}

.banner_text {
    text-align: center;
    margin: 0 0 45px;
}

.banner_text h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
}

.banner_text h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
}

.banner_first_form {
    background: #e6ebed;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    text-align: center;
}

.single_form {
    width: 48%;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.single_form:nth-child(2n) {
    margin-right: 0;
}

.single_form input, .single_form select {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    border: 0px solid;
    background: #fff;
    padding: 10px;
    color: #92a0a9;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 1px 3px 0 #c9cccd;
}

span.icon_holder {
    display: block;
    width: 40px;
    text-align: center;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

span.icon_holder img {
    margin-top: 25px;
}
.banner_text.banner_text_2 h2 {
    font-weight: 800;
}

.banner_text.banner_text_2 h3 strong {
    color: #14e1ff;
}

.form2 {
    background: rgba(255,255,255,0.2);
    padding: 13px;
    border-radius: 5px;
}

.security2 {
    text-align: center;
}

.form_holder {
    width: 32.8%;
    display: inline-block;
    margin-right: 3px;
}

.form_holder:nth-child(3) {
    margin-right: 0;
}

.form_holder input {
    height: 43px;
    width: 100%;
    border: 0px solid;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.btn_start {
    width: 100%;
    height: 43px;
    border: 0px solid;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6781e+0,f49d23+100 */
	background: rgb(230,120,30); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(230,120,30,1) 0%, rgba(244,157,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(230,120,30,1) 0%,rgba(244,157,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(230,120,30,1) 0%,rgba(244,157,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6781e', endColorstr='#f49d23',GradientType=1 ); /* IE6-9 */
	font-weight: 600;
	text-transform: uppercase;
	color: #fff; 

}
.form_one_buttom {
    background: #e16c09;
    padding: 17px 100px;
    display: inline-block;
    border: 0px solid;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.security2 {
    margin: 33px 0 15px;
}

.privecy {
    text-align: center;
}

.privecy a {
    color: #fff;
}
.slide.slide2{
	display: block;
}
.slide.slide1{
	padding: 150px 0;
}
.row {
    margin: 0 -15px;
    overflow: hidden;
}

.col-3 {
    padding: 0 15px;
    width: 25%;
    float: left;
	box-sizing: border-box;
}

.col-9 {
    padding: 0 15px 0 30px;
    width: 75%;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #bdd5df;
    position: relative;
}
.service_heading h2 {
    position: relative;
    margin: 0 0 25px;
	display: inline-block;
}

.service_heading h2::before {content: "";height: 77px;width: 38px;border: 4px solid #188dd7;position: absolute;z-index: -2;right: 33px;top: -23px;}

.service_heading h2::after {
    content: "";
    width: 47px;
    height: 28px;
    position: absolute;
    background: #fff;
    z-index: -1;
    top: 5px;
    right: 33px;
}
.service_list {
    overflow: hidden;
}

.single_service {
    width: 20%;
    float: left;
    padding-bottom: 35px;
	color: #232323;
    font-size: 18px;
    font-weight: bold;
}

.single_service img {
    display: block;
    margin: 0 0 9px;
    width: 64px;
}

.single_service a {
    
}
.chat_border_design{
	width: 919px;
	height: 11px;
	background: url(/images/chat_border.png);
}
.service_list.service_list2 .single_service {
    padding-bottom: 0;
    padding-top: 35px;
}
.plus_icon {
    position: absolute;
    left: -6px;
    top: 50%;
    height: 20px;
    width: 20px;
    background: #fff;
    line-height: 20px;
    transform: translate(0, -50%);
}

.plus_icon img {
    margin-top: 3px;
}

.col-9::before {content: "";width: 7px;height: 1px;background: #bdd5df;position: absolute;top: 0;left: 0;}
.col-9::after {content: "";width: 7px;height: 1px;background: #bdd5df;position: absolute;bottom: 0;left: -7px;}
section.testimonials_area {
    background: #ecedf1;
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: -2;
}
i.fa.fa-quote-left {
    color: #188dd7;
    position: relative;
    left: -6px;
    top: -4px;
}

i.fa.fa-quote-right {
    color: #188dd7;
    position: relative;
    top: 10px;
    right: -5px;
}
section.testimonials_area h2 {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 60px;
    position: relative;
    padding: 6px 0;
    background: #ecedf1;
}

section.testimonials_area h2::before {content: "";width: 38px;height: 77px;border: 5px solid #188dd7;position: absolute;top: -22px;left: 50%;margin-left: -38.5px;z-index: -1;}
.single_testi img {
    margin: 0 0 15px;
}

p.review {
    font-weight: bold;
    font-style: italic;
    position: relative;
    margin: 0 0 15px;
}

p.degi {
    font-weight: bold;
    font-style: italic;
}
.owl-carousel .owl-item img {
    display: inline-block;
}
.testi_list.owl-carousel .owl-nav {
    top: auto;
    bottom: 0;
    left: 53%;
    right: auto;
}
.testi_list.owl-carousel .owl-nav .owl-prev, .testi_list.owl-carousel .owl-nav .owl-next {
    background: transparent;
    border: 1px solid;
    width: 36px;
    height: 36px;
    border-radius: 50%;
	color: #4c4c4c;
}
.testi_list.owl-carousel .owl-nav .owl-prev i, .testi_list.owl-carousel .owl-nav .owl-next i {
    line-height: 36px;
}
.testi_list.owl-carousel .owl-nav img {
    opacity: 1;
    padding: 0;
    margin-top: 11px;
}
.owl-item {
    opacity: 0.5;
}

.owl-item.active.center {
    opacity: 1;
}
section.case_study_area {
    padding: 100px 0;
}

.single_case {
    padding: 0 15px;
    box-sizing: border-box;
    width: 33%;
    float: left;
    margin-bottom: 35px;
}

.single_case img {
    margin: 0 0 15px;
}

.single_case a {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 15px;
}

p.c_details {
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
}

p.c_details::before {content: "";width: 89%;height: 2px;background: #a7c7d5;position: absolute;bottom: 0;left: 0;}

p.c_details::after {
    content: "";
    width: 10%;
    height: 2px;
    background: #2795da;
    position: absolute;
    right: 0;
    bottom: 0;
}

.b_statstic {
    display: inline-block;
    width: 32%;
    text-align: center;
}

p.num {
    font-size: 28px;
    color: #2d347f;
    font-weight: bold;
    padding: 0 0 -2px;
}


.b_statstic p:last-child {
    color: #5f5f5f;
    font-weight: bold;
}

.num span {
    display: inline-block;
    font-size: 17px;
}
.case_study_area .row {
    padding: 0;
}

.case_study_area h2 {
    padding-bottom: 28px;
    margin-bottom: 50px;
    border-bottom: 1px solid #a7c7d5;
    position: relative;
}

.case_study_area h2::before {
    height: 7px;
    width: 1px;
    background: #a7c7d5;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
}
.case_study_area h2::after {
    height: 7px;
    width: 1px;
    background: #a7c7d5;
    content: "";
    bottom: -7px;
    position: absolute;
    right: 0;
}
.case_study_area h2 img {
    position: absolute;
    bottom: -10px;
    padding: 5px;
    background: #fff;
    left: 25%;
}
.button_holder {
    text-align: center;
}

.button_holder a {
    background: #188dd7;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 38px;
    border-radius: 5px;
}

.ftr_menus {
    display: none;
}

.clearfix.copy_right {
    padding-top: 26px;
    text-align: center;
}

.wrapper {
    max-width: 1280px;
    width: 100%;
}
img.mobile_img {
    display: none !important;
}
@media (max-width:800px){
	.banner_text {
    margin-left: 0;
    width: 100%;
}

.container {
    width: 90%;
}

.col-3 {
    width: 100%;
    margin: 0 0 35px;
}

.single_service {
    width: 27%;
}

.single_case {
    width: 50%;
}
}
@media (max-width:767px){
	.chat_border_design {
    display: none;
}

.single_service {
    width: 100%;
}

.single_case {
    width: 100%;
}
	.banner_text {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.banner_form {
    float: none;
    margin-top: -74px;
    width: 100%;
}
	.slide .co-10 {
    width: 100%;
}

.slide {
    padding: 110px 0;
}

.banner_text h2 {
    font-size: 30px;
}

.banner_text {
    margin-bottom: 35px;
}

.single_form {
    width: 100%;
    margin-right: 0;
}

.banner_first_form {
    padding: 20px;
}

.single_service {
    width: 44%;
    float: none;
    display: inline-block;
    margin-right: 15px;
}

.single_service:nth-child(2) {
    margin-right: 0;
}

.col-9 {
    padding: 15px;
    width: 100%;
}
.col-9::before {
    display: none;
}

.plus_icon {
    display: none;
}
	.form_one_buttom {
    width: 100%;
}
	.banner_text.banner_text_2 h2 {
    font-size: 23px;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 15px;
}

.banner_text.banner_text_2 h3 {
    font-size: 21px;
    position: relative;
    padding-bottom: 15px;
}
.banner_text.banner_text_2 h2::before, .banner_text.banner_text_2 h3::before {content: "";width: 45px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 50%;margin-left: -22.5px;}

.form2 {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.form_holder {
    width: 100%;
    margin-bottom: 15px;
}
	.owl-item {
    opacity: 1;
}

section.testimonials_area {
    background: #188dd7;
}

section.testimonials_area h2 {
    color: #fff;
    background: transparent;
    font-size: 22px;
}

p.review {
    color: #fff;
}

.single_testi h4 {
    color: #fff;
}

p.degi {
    color: #fff;
}
	.single_testi img {
    width: 50px !important;
    max-width: 115px !important;
}
	.testi_list.owl-carousel .owl-nav {
    top: auto;
    bottom: -18px;
    left: 63%;
    right: auto;
}
	img.desk_img {
    display: none !important;
}

img.mobile_img {
    display: inline-block !important;
}
	.case_study_area h2::before,.case_study_area h2::after {
    display: none;
}

.case_study_area h2 img {
    display: none;
}

.case_study_area h2 {
    border-bottom: 0;
    margin-bottom: 13px;
}
	p.num {
    font-size: 18px;
}

.b_statstic p:last-child {
    font-size: 13px;
}
	i.fa.fa-quote-left {
    color: #fff;
}

.single_testi {
    padding: 10px 0;
}

i.fa.fa-quote-right {
    color: #fff;
}

.testi_list.owl-carousel .owl-nav .owl-prev, .testi_list.owl-carousel .owl-nav .owl-next {
    color: #fff;
}
}