.howit_sec h4 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}
.howit_sec .inr_cont {
    background-color: #efefef;
    min-height: 280px;
    padding: 40px 10px 20px;
    position: relative;
    margin-top: 30px;
}
.howit_sec .inr_cont .img_cont {
    height: 91px;
    margin: 10px auto;
    width: 91px;
}
.howit_sec .inr_cont img {
    transform: rotate(0deg) scale(0.9);
    -o-transform: rotate(0deg) scale(0.9);
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
}
.howit_sec .inr_cont:hover img {
    transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
}
.howit_sec .inr_cont p {
    line-height: 20px;
}
.howit_sec .bot_sec .inr_content {
    margin: 10px 0;
}
.howit_sec .bot_sec .inr_content p {
    text-align: justify;
    line-height: 20px;
}
.howit_sec .inr_cont .inr_step {
    top: -20px;
    color: #ffffff;
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    width: 40px;
    z-index: 0;
    line-height: 40px;
}
.howit_sec .inr_cont .inr_step::after {
    background-color: #A6A6A6;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 100%;
    z-index: -2;
    overflow: hidden;
}
.howit_sec .inr_cont .inr_step::before {
    background-color: #D7377B;
    content: "";
    height: 0%;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    width: 100%;
    z-index: -1;
}
.howit_sec .inr_cont:hover .inr_step::before {
    height: 100%;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.howit_sec .inr_cont .inr_step p {
    margin: 0;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
/* What is point css */

.whatis_sec .inr_top {
    border-bottom: 1px solid #dcdcdc;
    min-height: 308px;
    padding: 10px 20px;
}
.whatis_sec .inr_top h3 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
.whatis_sec .inr_top h3 span {
    display: block;
    font-weight: bold;
}
.whatis_sec .inr_top .img_cont {
    height: 91px;
    margin: 10px auto;
    width: 91px;
}
.whatis_sec .inr_top p {
    line-height: 24px;
}
.whatis_sec .inr_bot {
    padding: 10px 15px;
}
.whatis_sec .inr_bot p {
    min-height: 80px;
    line-height: 24px;
}
.whatis_sec .inr_top img {
    transform: rotate(0deg) scale(0.9);
}
.whatis_sec .inr_top:hover img {
    transform: rotate(360deg) scale(1);
}
/* Testimonial */

.testi_sec {
    margin: 30px 0;
}
.testi_sec .inr_cont {
    margin-bottom: 20px;
}
.testi_sec .testi_photo {
    border: 4px solid #d7377b;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    overflow: hidden;
    -webkit-transform: translate(0%, 0%);
    /* Safari and Chrome */
    
    -moz-transform: translate(0%, 0%);
    /* Firefox */
    
    -ms-transform: translate(0%, 0%);
    /* IE 9 */
    
    -o-transform: translate(0%, 0%);
    /* Opera */
    
    transform: translate(0%, 0%);
}
.testi_sec .left_sec:hover .testi_photo {
    border: 4px solid #313131;
}
.testi_sec .left_sec:hover .testi_photo img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    overflow: hidden;
}
.testi_sec .testi_name {
    margin: 10px 0;
    text-transform: uppercase;
}
.testi_sec .testi_content {
    min-height: 82px;
    position: relative;
    background-color: #eeeeee;
    padding: 10px 20px;
}
.testi_sec .testi-zig .testi_content:after {
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #eeeeee;
    content: "";
    top: 30px;
    left: -10px;
}
.testi_sec .testi-zag .testi_content:after {
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eeeeee;
    content: "";
    top: 30px;
    right: -10px;
}
.testi_sec .testi_content p {
    line-height: 20px;
}
.testi_sec .testi_content .testi_date {
    text-align: right;
    margin-bottom: 0;
    color: #777777;
}
/* FAQ */

.faq_sec .panel {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 #c8c8c8;
    margin-bottom: 20px;
}
.faq_sec .panel-heading {
    padding: 0;
}
.faq_sec .panel-heading a {
    background-color: #d7377b;
    color: #ffffff !important;
    text-decoration: none !important;
    display: block;
    padding: 12px 50px 12px 10px;
    position: relative;
}
.faq_sec .panel-heading a.collapsed {
    background-color: #777777;
}
.faq_sec .panel-heading a span {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 43px;
    display: block;
}
.faq_sec .panel-heading a span p {
    display: table;
    height: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
}
.faq_sec .panel-heading a span p i {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
/* charte */

.charte_sec ul li span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 20px);
}
.charte_sec ul li span.ico {
    width: 15px;
}
.charte_sec ul li span.ico i {
    color: #d7377b;
    font-size: 17px;
    vertical-align: middle;
}
.charte_sec ul li {
    margin-bottom: 10px;
}
.charte_sec ul li:hover {
    margin-left: 5px;
}
/*  Partners */

.partner_sec .inr_cont {
    border: 1px solid #dfdfdf;
    border-top: 6px solid #d7377b;
    padding: 20px 10px;
    text-align: center;
    min-height: 280px;
    margin-bottom: 30px;
}
.partner_sec .inr_cont a {
    text-decoration: none;
    display: block;
}
.partner_sec .inr_cont .inr_img {
    height: 70px;
    line-height: 70px;
}
.partner_sec .inr_cont:hover {
    border-top: 6px solid #313131;
    box-shadow: 0 4px 3px 0 #cccccc;
    -o-box-shadow: 0 4px 3px 0 #cccccc;
    -webkit-box-shadow: 0 4px 3px 0 #cccccc;
    -ms-box-shadow: 0 4px 3px 0 #cccccc;
    -moz-box-shadow: 0 4px 3px 0 #cccccc;
}
.partner_sec .inr_cont h3 {
    font-size: 16px;
    font-weight: bold;
    color: #d7377b;
    margin: 10px 0;
}
.partner_sec .inr_cont p {
    line-height: 23px;
    color: #404040
}
/*  Terms */

blockquote {
    font-size: 14.5px;
}
/* Video */

.form.col-sm-11.fn.center-block.text-center {
    margin-left: 5px;
}
/* Press */

.press_sec .owl-next i,
.press_sec .owl-prev i {
    line-height: 37px;
}
.press_sec .slider_sec {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    margin: 20px 0 30px;
}
.press_sec .slider_sec .inr_top {
    background-color: #d7377b;
    overflow: hidden;
}
.press_sec .slider_sec .inr_cont {
    padding: 20px 10px;
}
.press_sec .slider_sec .inr_top h3 {
    margin: 0;
    padding: 12px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.press_sec .slider_sec .item {
    padding: 10px;
    width: 120px;
    height: 66px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
}
.press_sec .slider_sec .item:hover {
    border: 1px solid #d7377b;
}
.press_sec .slider_sec .item a {
    display: block;
    height: 100%;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.press_sec .slider_sec .item img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
}
.press_sec .owl-prev,
.press_sec .owl-next {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 28px;
    height: 41px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 31px;
    text-align: center;
    top: -61px;
    width: 41px;
}
.press_sec .owl-next {
    left: auto;
    right: -10px;
}
.press_sec .owl-prev:hover,
.press_sec .owl-next:hover {
    background-color: #343434;
}
/*---------contact page--------*/

.contact_team {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.contact_team .contact_text {
    background-color: #ababab;
    height: auto;
    width: 100%;
    padding: 10px;
    display: block;
}
.contact_team .contact_text h4 {
    margin: 5px 0;
    color: #fff;
}
.contact_team .contact_text p {
    margin: 5px 0;
    color: #fff;
}
.contact_text ul li i {
    color: #fff;
    padding: 5px;
}
.add {
    position: absolute;
    bottom: 30px;
}
.add {
    background-color: #ED408A;
    border-radius: 5px;
    height: auto;
    width: 320px;
    padding: 10px;
    left: 42%;
}
.add p {
    color: #fff;
}
.add::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /*border-top: 10px solid #ED408A;*/
        content: "";
    position: absolute;
    top: 99%;
}
.contact_list {
    position: relative;
}
.add .media-left i {
    color: #ED408A;
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 20px;
}
.add .media {
    margin-top: 0;
}
.form-horizontal.contact_form {
    margin-left: 200px;
}
/*contact page*/

.contact_team .btn {
    height: auto;
    line-height: normal;
    padding: 5px 10px;
}
.left-cont .contact_form .form-control {
    width: 100%;
}

.modal-city .modal-dialog {
    width: auto!important;
}
.modal-city .modal-dialog video {
    max-width: 852px;
    max-height: 480px;
    width: 100%!important;
    height: auto!important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
.testi_sec .testi-zag .testi_content::after {
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #eee !important;
    bottom: -10px !important;
    content: "";
    left: 49% !important;
    position: absolute;
     right: auto;
    top: 100%;
}
.add {
    background-color: #ed408a;
    border-radius: 5px;
    height: auto;
    left: 0;
    padding: 10px;
    width: 260px;
}
.form-horizontal.contact_form {
    margin-left: 0px;
}
.cls_contact_wid{
    display: block;
    width: 100%;
    margin-top: 10px;
}

.press_sec .slider_sec .inr_top h3 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 12px 15px;
    text-transform: uppercase;
}

.press_sec .owl-prev, .press_sec .owl-next {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 28px;
    height: 39px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 11px;
    text-align: center;
    top: -59px;
    width: 20px;
}
.press_sec .owl-next {
    left: auto;
    right: -10px !important;
}
.cls_co_btn{
    display: block;
    height: auto !important;
    line-height: 22px !important;
    margin: 0 auto;
    white-space: unset;
    width: 271px;
    word-wrap: break-word;
}

}
.form-group{
    position: relative;
}