@charset "UTF-8";
/* green */
/* orange */
/*.element {
  color: setcolor(blue);
  color: setcolor(blue, dark);
}*/

/*=============== HEADER STYLE START HERE ===============*/
.header {
    float: left;
    width: 100%;
    min-height: 80px;
    background: #fff;
    position: relative;
    z-index: 10;
}
.anim {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.cax_logo {
    float: left;
    width: 145px;
    margin-top: 16px;
    margin-left: 30px;
}

.main_menu {
    float: right;
    padding-right: 80px;
}

.main_menu ul {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main_menu ul li {
    float: left;
    height: 80px;
    font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 57px;
}

.main_menu ul li a {
    float: left;
    height: 80px;
    padding: 10px 20px;
    font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #505b6e;
    text-decoration: none;
}
.main_menu ul li a:hover, .main_menu ul li a.sel {
	float:left;
	height:80px;
	padding:10px 20px;
	font-family:'Lato', Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	background:#12aead;
}
.scrollMouse {
    position:fixed;
    width:80px;
    height:80px;
    right:0px;
    bottom:0px;
    background-image:url(../images/scrollMouseIcon.png);
    background-repeat:no-repeat;
    background-position:50% 50%;
    z-index:100;
    background-color:#f68b1f;
}
.rightBar {
    position: absolute;
    width: 80px;
    height: 100%;
    min-height: 750px;
    background: #FFF;
    right: 0px;
    top: 0px;
    z-index: 2;
    text-align: center;
}
.rightBarFixed, 
.highlights_rightBarFixed {
    position:fixed;
    width:80px;
    height:100%;
    min-height:500px;
    background:#FFF;
    right:0px;
    top:0px;
    z-index:2;
    text-align:center;
    box-shadow: 1px 1px 4px 4px #dddddd;
}

.rightBarFixed .navbar-nav .nav-link, 
.highlights_rightBarFixed .navbar-nav .nav-link {
    margin: 2px 0;
    padding: 20px;
    display: block;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
/* Portfolio Right Icon Starts */
.rightBarFixed .navbar-nav .nav-link.first {
    background: url('../images/calendarCurrent.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.first:hover, 
.rightBarFixed .navbar-nav .nav-link.first.active {
    background: #12aead url('../images/calendarCurrentactive.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.second {
    background: url('../images/calendar2018.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.second:hover, 
.rightBarFixed .navbar-nav .nav-link.second.active {
    background: #12aead url('../images/calendar2018active.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.third {
    background: url('../images/calendar2017.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.third:hover, 
.rightBarFixed .navbar-nav .nav-link.third.active {
    background: #12aead url('../images/calendar2017active.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.fourth {
    background: url('../images/earlier.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.fourth:hover, 
.rightBarFixed .navbar-nav .nav-link.fourth.active {
    background: #12aead url('../images/earlieractive.png') no-repeat center center;
}
/* Portfolio Right Icon Ends */

/* Integration Right Icon Starts */
.rightBarFixed .navbar-nav .nav-link.flight {
    background: url('../images/flight.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.flight:hover, 
.rightBarFixed .navbar-nav .nav-link.flight.active {
    background: #12aead url('../images/flightactive.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.hotel {
    background: url('../images/hotel.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.hotel:hover, 
.rightBarFixed .navbar-nav .nav-link.hotel.active {
    background: #12aead url('../images/hotelactive.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.payment {
    background: url('../images/payment.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.payment:hover, 
.rightBarFixed .navbar-nav .nav-link.payment.active {
    background: #12aead url('../images/paymentactive.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.transfers {
    background: url('../images/transfers.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.transfers:hover, 
.rightBarFixed .navbar-nav .nav-link.transfers.active {
    background: #12aead url('../images/transfersactive.png') no-repeat center center;
}

.rightBarFixed .navbar-nav .nav-link.insurance {
    background: url('../images/insurance.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.insurance:hover, 
.rightBarFixed .navbar-nav .nav-link.insurance.active {
    background: #12aead url('../images/insuranceactive.png') no-repeat center center;
}

.rightBarFixed .navbar-nav .nav-link.activities {
    background: url('../images/activities.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.activities:hover, 
.rightBarFixed .navbar-nav .nav-link.activities.active {
    background: #12aead url('../images/activitiesactive.png') no-repeat center center;
}

.rightBarFixed .navbar-nav .nav-link.others {
    background: url('../images/others.png') no-repeat center center;
}
.rightBarFixed .navbar-nav .nav-link.others:hover, 
.rightBarFixed .navbar-nav .nav-link.others.active {
    background: #12aead url('../images/othersactive.png') no-repeat center center;
}









/* Integration Right Icon Ends */

/* Product Highlights Right Icon Starts */
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabFirst {
    background: url('../images/customer.png') no-repeat center center;
}
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabFirst:hover, 
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabFirst.active {
    background: #12aead url('../images/customeractive.png') no-repeat center center;
}
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabSecond {
    background: url('../images/marketing.png') no-repeat center center;
}
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabSecond:hover, 
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabSecond.active {
    background: #12aead url('../images/marketingactive.png') no-repeat center center;
}
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabThird {
    background: url('../images/technical.png') no-repeat center center;
}
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabThird:hover, 
.highlights_rightBarFixed .navbar-nav .nav-link.rightTabThird.active {
    background: #12aead url('../images/technicalactive.png') no-repeat center center;
}
/* Product Highlights Right Icon Ends */

.topSection {
    position: relative;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    min-height: 750px;
    /* z-index:3; */
}

.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.siteMap {
	width:100%;
	padding:50px 0px;
	min-height:500px;
}
.siteMapLinks {
	width:100%;
	max-width:450px;
	list-style:none;
}
.siteMapLinks li {
	width:100%;
	margin-bottom:15px;
}
.siteMapLinks li a {
	height:65px;
	width:100%;
	border:none;
	border-radius:5px;
	background:#12aead;
	color:#FFF;
	padding:10px 30px;
	line-height:40px;
}
.siteMapLinks li a:hover {
	background:#f68b1f;
	margin-left:10px;
}
.siteMapLinks li ul {
	margin-bottom:20px;
}
.siteMapLinks li ul li {
	margin-bottom:5px;
}


.sprite.facebook {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: 0px 0px;
    margin-bottom: 15px;
}

.sprite.twitter {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -35px 0px;
    margin-bottom: 15px;
}

.sprite.linkdin {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -70px 0px;
    margin-bottom: 15px;
}

.sprite.instagram {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -105px 0px;
    margin-bottom: 15px;
}

.client_strip {
    position: absolute;
    width: 100%;
    height: 80px;
    background: #576376;
    z-index: 3;
    left: 0px;
    bottom: 0px;
}

.clients-carrousel {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.clients-carrousel .item {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 0px 20px;
    border-right: solid 1px #39404d;
}

.clients-carrousel img {
    display: inline-block !important;
    max-width: 100% !important;
    width: auto !important;
}

.homeBanner {
    position: absolute;
    width: 100%;
    background: #ebeff5 url(../images/banner_bg.png) repeat left top;
    z-index: 0;
    padding-top: 80px;
}

.homeBanner .banner_txt_wrap h1 {
    font-size: 45px;
    padding-bottom: 10px;
    margin: 0;
}

.homeBanner .banner_txt_wrap p {
    font-size: 19px;
    padding-right: 200px;
    padding-bottom: 20px;
    line-height: 25px;
    margin: 0;
}

.homeBanner .banner_txt_wrap .prim_btn {
    background: #12aead;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.homeBanner .banner_txt_wrap .prim_btn:hover {
    background: #f68b1f;
}

.homeBanner .homeCircle .bgmob_img {
    position: absolute;
}

.homeBanner .homeCircle ul {
    position: relative;
    top: -180px;
    left: 200px;
    /*for example purposes only*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.homeBanner .homeCircle ul.wow {
    opacity: 1;
}

.homeBanner .homeCircle ul li {
    position: absolute;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    transition: all 2.5s linear;
}

.navBtn {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/navBtnIco.png) no-repeat 50% 50%;
    z-index: 10;
    display: none;
    right: 0px;
    top: 0px;
}

/*=============== HEADER STYLE END HERE ===============*/


.bg_sec_style,
.highlights_tab_wrap .tab_content_wrap.tab_sec_wrap,
.page_head_wrap {
    background-color: #ebeff5;
    position: relative;
    padding: 60px 0;
}

.bg_sec_style:before,
.highlights_tab_wrap .tab_content_wrap.tab_sec_wrap:before,
.page_head_wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("../images/sub_bg.svg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.sub_head {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
}

.sub_head span {
    padding: 0 25px 20px 25px;
    min-width: 25%;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #16aec4;
}

.sub_head span:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-bottom: 11px solid #16aec4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    width: 0;
    height: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

/*=============== FONDATION START HERE ===============*/
body {
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

a:hover {
    color: #16aec4;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

img {
    max-width: 100%;
}

/*font-face start here*/
@font-face {
    font-family: 'Lato';
    src: url("../fonts/DroidSerif-Bold.eot");
    src: url("../fonts/DroidSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Bold.woff2") format("woff2"), url("../fonts/DroidSerif-Bold.woff") format("woff"), url("../fonts/DroidSerif-Bold.ttf") format("truetype"), url("../fonts/DroidSerif-Bold.svg#DroidSerif-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Helvetica.eot");
    src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/DroidSerif.eot");
    src: url("../fonts/DroidSerif.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif.woff2") format("woff2"), url("../fonts/DroidSerif.woff") format("woff"), url("../fonts/DroidSerif.ttf") format("truetype"), url("../fonts/DroidSerif.svg#DroidSerif") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("Helvetica-Bold.eot");
    src: local("Helvetica‭ ‬עבה"), local("Helvetica-Bold"), url("Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("Helvetica-Bold.woff2") format("woff2"), url("Helvetica-Bold.woff") format("woff"), url("Helvetica-Bold.ttf") format("truetype"), url("Helvetica-Bold.svg#Helvetica-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*font-face end here*/
body,
html {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #576375;
}

b,
strong {
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

p {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 30px;
}

.greenColor {
    color: #12aead;
}

.greenBg {
    background-color: #12aead;
}

.orangeColor {
    color: #f68b1f;
}

.orangeBg {
    background-color: #f68b1f;
}

/*=============== FONDATION END HERE ===============*/
.highlights_tab_wrap {
    padding: 20px 0;
    font-family: 'Lato', sans-serif;
}

.highlights_tab_wrap .nav-tabs {
    position: relative;
    border: none;
}

.highlights_tab_wrap .nav-tabs li {
    margin: 0px;
}

.highlights_tab_wrap .nav-tabs li a {
    position: relative;
    padding: 25px 50px;
    font-size: 24px;
    border: 0;
    border-bottom: 1px solid #f68b1f;
    color: #576375;
}

.highlights_tab_wrap .nav-tabs li a:hover {
    border: 0;
    border-bottom: 1px solid #f68b1f;
}

.highlights_tab_wrap .nav-tabs li a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-bottom: 11px solid #16aec4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    width: 0;
    height: 0;
    opacity: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.highlights_tab_wrap .slider {
    display: inline-block;
    width: 25%;
    height: 1px;
    background-color: #16aec4;
    position: absolute;
    z-index: 1;
    bottom: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.highlights_tab_wrap .nav-tabs .active, .highlights_tab_wrap .nav-tabs .active:hover {
    background-color: transparent;
	border-bottom:solid 1px #12aead;
}


.highlights_tab_wrap .nav-tabs .active:before {
    opacity: 1;
    transition: all ease 2s;
    -o-transition: all ease 2s;
    -webkit-transition: all ease 2s;
}

.highlights_tab_wrap .tab_content_wrap {
    /* padding: 40px 0 0 0; */
}

.highlights_tab_wrap .tab_content_wrap .tab_head {
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}


.tab_content_wrap .thumb {
    max-height: 270px;
}

.tab_content_wrap .lady_thumb {
    max-height: 478px;
}

.highlights_tab_wrap .tab_content_wrap .tab_head:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    border-left: 11px solid #16aec4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    width: 0;
    height: 0;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_liststyle {
    padding: 20px 0;
    margin: 0;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_liststyle li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 10px;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_liststyle li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url("../images/liststyle.png");
}

.highlights_tab_wrap .tab_content_wrap .ul_box_liststyle li:last-child {
    padding-bottom: 0;
}

.highlights_tab_wrap .tab_content_wrap .title_head {
    color: #16aec4;
    font-size: 20px;
    padding-top: 25px;
    font-family: 'Lato', sans-serif;
}

.highlights_tab_wrap .tab_content_wrap p {
    margin: 0;
    line-height: 25px;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_wrap {
    padding: 30px 0;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box {
    margin: 0;
    padding: 0;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box li {
    list-style: none;
    padding-bottom: 17px;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box li h3 {
    font-size: 20px;
    padding-bottom: 7px;
    display: block;
    margin: 0;
    color: #16aec4;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box li p {
    margin: 0;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box li.ul_box_bg {
    background: #16aec4;
    padding: 20px;
    color: #ffffff;
    margin-bottom: 17px;
}

.highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box li:last-child {
    padding-bottom: 0;
}

.highlights_tab_wrap .tab_content_wrap .ul_list_box {
    padding: 40px 0 0 0;
}

.highlights_tab_wrap .tab_content_wrap .ul_list_box li {
    list-style: none;
    border: 1px solid #16aec4;
    padding: 15px;
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    min-width: 40%;
    margin-left: 20px;
}

.highlights_tab_wrap .tab_content_wrap .ul_list_box li:first-child {
    margin-left: 0;
}

.highlights_tab_wrap .tab_content_wrap .ul_list_box li span {
    padding-left: 10px;
}

.highlights_tab_wrap .tab_content_wrap.tab_sec_wrap {
    padding: 30px 0;
}

.highlights_tab_wrap .tab_content_wrap.tab_sec_wrap .support_img {
    margin-top: -143px;
}

.highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap {
    margin-top: 50px;
    padding-bottom: 0;
}

.highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_box_wrap {
    padding: 0;
}

.page_head_wrap .page_head {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    position: relative;
}

.page_head_wrap .brdcrmb {
    padding: 0;
    margin: 0;
    display: none;
}

.page_head_wrap .brdcrmb li {
    list-style: none;
    position: relative;
}

.page_head_wrap .brdcrmb li a {
    margin: 0 15px;
    color: #576375;
}

.page_head_wrap .brdcrmb li a.current {
    color: rgba(87, 99, 117, 0.5);
    pointer-events: none;
    cursor: not-allowed;
}

.page_head_wrap .brdcrmb li a:hover {
    color: #16aec4;
}

.page_head_wrap .brdcrmb li:before {
    position: absolute;
    content: "/";
}

.page_head_wrap .brdcrmb li:first-child:before {
    content: "";
}

.page_head_wrap .brdcrmb li:first-child a {
    margin-left: 0;
}

.page_head_wrap .brdcrmb li:last-child a {
    margin-right: 0;
}

.brdcrmb_wrap .page_head {
    font-size: 30px;
}

.travel_portal_wrap,
.integration_part_wrap {
    padding: 0 0 30px 0;
}

.travel_portal_wrap .client_logo,
.integration_part_wrap .client_logo {
    padding: 20px 0;
    margin: 15px 0;
    display: block;
    border: 1px solid #dddddd;
}

.travel_portal_wrap .client_logo img,
.integration_part_wrap .client_logo img {
    max-width: 200px;
    width: 100%;
}

.hovereffect {
    overflow: hidden;
    position: relative;
}
.hovereffect .icon-links {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 50%;
    margin: 0 auto;
    padding: 10px 8px;
    transform: translate(0, -50%);
}
.hovereffect .icon-links li {
    list-style: none;
    padding: 0 0 15px 0;
}
.hovereffect .icon-links li:last-child {
    padding: 0;
}
.hovereffect .icon-links li img {
    width: 17px;
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(-10%,0%,0);
    transform: translate3d(-10%,0%,0);
}
.hovereffect .icon-links li {
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translate3d(150%,0%,0);
            transform: translate3d(150%,0%,0);
}
/* .hovereffect:hover .icon-links li {
    -webkit-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
} */
.hovereffect:hover .icon-links li:nth-child(1) {
    -webkit-transform: translate3d(0%,0%,0);
            transform: translate3d(0%,0%,0);

    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
}
.hovereffect:hover .icon-links li:nth-child(2) {
    -webkit-transform: translate3d(0%,0%,0);
            transform: translate3d(0%,0%,0);

    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
}
.hovereffect:hover .icon-links li:nth-child(3) {
    -webkit-transform: translate3d(0%,0%,0);
            transform: translate3d(0%,0%,0);

    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}

.travel_portal_wrap .year_head,
.travel_portal_wrap .partner_head,
.integration_part_wrap .year_head,
.integration_part_wrap .partner_head {
    font-size: 35px;
    margin: 30px 0 10px;
    color: rgba(87, 99, 117, 0.5);
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    display: block;
    position: relative;
}
.travel_portal_wrap .year_head:before,
.travel_portal_wrap .partner_head:before,
.integration_part_wrap .year_head:before,
.integration_part_wrap .partner_head:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #16aec4;
}

.travel_portal_wrap .year_head span,
.travel_portal_wrap .partner_head span,
.integration_part_wrap .year_head span,
.integration_part_wrap .partner_head span {
    display: inline-block;
    padding: 0 20px;
    background: #ffffff;
    position: relative;
}

.travel_portal_wrap .year_head span:before,
.travel_portal_wrap .partner_head span:before,
.integration_part_wrap .year_head span:before,
.integration_part_wrap .partner_head span:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    border-top: 11px solid rgba(87, 99, 117, 0.5);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    width: 0;
    height: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.travel_portal_wrap .partner_head span:before,
.integration_part_wrap .partner_head span:before {
    bottom: -10px;
}

.contactus_wrap {
    padding: 50px 0;
}

.contactus_wrap h4 {
    font-size: 30px;
    margin: 0;
    padding-bottom: 20px;
}

.contactus_wrap .map {
    position: relative;
    margin: 0 0 40px;
    height: 100%;
}

.contactus_wrap .map .map_content {
    width: 299px;
    height: 255px;
    display: block;
    position: absolute;
    right: 240px;
    top: 50px;
    padding: 30px;
    background: transparent url("../images/addressBG.png") no-repeat;
}

.contactus_wrap .map .map_content p {
    font-size: 14px;
    line-height: 22px;
}




.contactus_wrap .map .map_content h3 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}

.contactus_wrap .form-animate-fields {
    padding: 20px 30px 40px;
    background: #12aead;
}

.contactus_wrap .form-animate-fields .form-field {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 5px;
}

.contactus_wrap .form-animate-fields .form-input {
    position: relative;
    z-index: 1;
    display: block;
    background-color: transparent;
    width: 100%;
    padding: 8px 8px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contactus_wrap .form-animate-fields .form-input:focus {
    outline: none;
}

.contactus_wrap .form-animate-fields .form-label {
    width: 100%;
    position: absolute;
    top: 24px;
    color: #ffffff;
    padding: 5px;
    margin: 0;
}

.contactus_wrap .form-animate-fields .form-label:before,
.contactus_wrap .form-animate-fields .form-label:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
}

.contactus_wrap .form-animate-fields .form-label:before {
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    transition: -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}

.contactus_wrap .form-animate-fields .form-input.is-filled+.form-label:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.contactus_wrap .form-animate-fields .form-label:after {
    bottom: 1px;
    height: 1px;
    background-color: #dedede;
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.contactus_wrap .form-animate-fields .form-input.is-filled+.form-label:after {
    opacity: 0;
}

.contactus_wrap .form-animate-fields .form-label-content {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
}

.contactus_wrap .form-animate-fields .form-input.is-filled+.form-label .form-label-content {
    color: #ffffff;
    -webkit-transform: translate3d(-5px, -25px, 0);
    transform: translate3d(-5px, -25px, 0);
}

.contactus_wrap .form-animate-fields .form-textarea .form-input {
    height: 70px;
    resize: none;
}

.contactus_wrap .form-animate-fields .form-textarea .form-label {
    top: auto;
    bottom: 0;
    height: 70px;
}

.contactus_wrap .form-animate-fields .form-textarea .form-label:before {
    bottom: 0;
    height: 70px;
}

.contactus_wrap .form-animate-fields .cont_submit {
    background: #f68b1f;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.contactus_wrap .form-animate-fields .cont_submit:hover {
    background: #ffffff;
    color: #f68b1f;
    border: 1px solid #f68b1f;
}



.sub_header {
    float: none !important;
}

.sub_header .cax_logo {
    margin-left: 0px;
}

.sub_header .main_menu {
    padding-right: 0px;
}





.rqstDemo .form-animate-fields {
    padding: 20px 30px 40px;
    background: #16aec4;
}

.rqstDemo .form-animate-fields .form-field {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 5px;
}

.rqstDemo .form-animate-fields .form-input {
    position: relative;
    z-index: 1;
    display: block;
    background-color: transparent;
    width: 100%;
    padding: 8px 8px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rqstDemo .form-animate-fields .form-input:focus {
    outline: none;
}

.rqstDemo .form-animate-fields .form-label {
    width: 100%;
    position: absolute;
    top: 24px;
    color: #ffffff;
    padding: 5px;
    margin: 0;
}

.rqstDemo .form-animate-fields .form-label:before,
.rqstDemo .form-animate-fields .form-label:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
}

.rqstDemo .form-animate-fields .form-label:before {
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    transition: -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.35s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.35s cubic-bezier(0.7, 0, 0.3, 1);
}

.rqstDemo .form-animate-fields .form-input.is-filled+.form-label:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rqstDemo .form-animate-fields .form-label:after {
    bottom: 1px;
    height: 1px;
    background-color: #dedede;
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.rqstDemo .form-animate-fields .form-input.is-filled+.form-label:after {
    opacity: 0;
}

.rqstDemo .form-animate-fields .form-label-content {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1), color 0.25s 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.25s 0.05s cubic-bezier(0.7, 0, 0.3, 1);
}

.rqstDemo .form-animate-fields .form-input.is-filled+.form-label .form-label-content {
    color: #ffffff;
    -webkit-transform: translate3d(-5px, -25px, 0);
    transform: translate3d(-5px, -25px, 0);
}

.rqstDemo .form-animate-fields .form-textarea .form-input {
    height: 70px;
    resize: none;
}

.rqstDemo .form-animate-fields .form-textarea .form-label {
    top: auto;
    bottom: 0;
    height: 70px;
}

.rqstDemo .form-animate-fields .form-textarea .form-label:before {
    bottom: 0;
    height: 70px;
}

.rqstDemo .form-animate-fields .cont_submit {
    background: #f68b1f;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.rqstDemo .form-animate-fields .cont_submit:hover {
    background: #ffffff;
    color: #f68b1f;
    border: 1px solid #f68b1f;
}


.c_oppenings {
	width:100%;
	padding:25px 25px 20px 25px;
	margin:20px 0px;
	border:solid 1px #ccc;
}
.jobApplyNowBtn {
    background: #12aead;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.jobApplyNowBtn:hover {
    background: #f68b1f;
	color:#FFF;
}
/*=============== FOOTER STYLE START HERE ===============*/

.footer_wrap {
    position: relative;
    padding: 30px;
    background-color: #ebeff5;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.footer_wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url(../images/sub_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer_wrap .footer_ul {
    padding: 0;
    margin: 0;
}

.footer_wrap .footer_ul li {
    list-style: none;
    width: 25%;
}

.footer_wrap .footer_ul li:last-child {
    width: auto;
}

.footer_wrap .footer_ul li span {
    font-size: 19px;
    padding-bottom: 3px;
    font-family: 'Lato', sans-serif;
}

.footer_wrap .footer_ul li p {
    margin: 0;
}

.footer_wrap .footer_ul li .social_bot a {
    margin: 0 10px 0 0;
}

.footer_wrap .footer_ul li .social_bot a.sprite.instagram {
    margin: 0;
}

.footer_wrap .prim_btn {
    background: #12aead;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.footer_wrap .prim_btn:hover {
    background: #f68b1f;
}

.foot_menu {
    padding: 30px 0;
    margin: 0;
}

.foot_menu li {
    list-style: none;
    padding: 0 20px;
    border-right: 1px solid #505b6e;
    line-height: 15px;
}

.foot_menu li a {
    color: #505b6e;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.foot_menu li a:hover {
    color: #f68b1f;
    text-decoration: none;
}

.foot_menu li:last-child {
    border: 0;
}

/*=============== FOOTER STYLE END HERE ===============*/



@media screen and (max-width:1024px) {
    .main_menu {
        display: none;
        width: 100%;
        max-width: 340px;
        float: none;
        position: absolute;
        right: 0px;
        top: 80px;
        background: #fff;
        padding-right: 0px;
    }

    .main_menu li,
    .main_menu li a {
        width: 100%;
    }

    .navBtn {
        display: block;
    }

    .scrollMouse {
        display: none;
    }

    .rightBar {
        display: none !important;
    }

    .home_prod_high h5 {
        padding-top: 20px;
    }

    .home_prod_high .prod_high_cont {
        margin-top: 40px;
    }

    .home_prod_high h5 {
        padding-top: 30px;
    }
    .rightBarFixed, .highlights_rightBarFixed {
        display: none !important;
    }
}

@media (max-width: 1200px) {

    .bg_sec_style,
    .highlights_tab_wrap .tab_content_wrap.tab_sec_wrap,
    .page_head_wrap {
        padding: 40px 0;
    }

    .brdcrmb_wrap .page_head {
        font-size: 26px;
    }

    .highlights_tab_wrap {
        padding: 25px 0;
    }

    .highlights_tab_wrap .nav-tabs li a {
        padding: 20px 20px;
        font-size: 20px;
        width: 100%;
    }

    .highlights_tab_wrap .tab_content_wrap {
        /* padding: 20px 0 0 0; */
    }

    .highlights_tab_wrap .tab_content_wrap .tab_head {
        font-size: 22px;
    }

    .highlights_tab_wrap .tab_content_wrap .ul_box_wrap {
        padding: 20px 0;
    }

    .highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box li h3 {
        font-size: 16px;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap {
        padding-bottom: 0;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_box_wrap {
        padding: 0 0 0 0;
    }

    .contactus_wrap .map .map_content {
        right: 120px;
    }
}

@media (max-width: 991px) {
    .brdcrmb_wrap .page_head {
        font-size: 22px;
    }

    .highlights_tab_wrap {
        padding: 20px 0;
    }

    .highlights_tab_wrap .nav-tabs li a {
        padding: 15px;
        font-size: 18px;
        width: 100%;
    }

    .highlights_tab_wrap .tab_content_wrap .tab_head {
        font-size: 22px;
    }

    .highlights_tab_wrap .tab_content_wrap .title_head {
        padding-top: 15px;
    }

    .highlights_tab_wrap .tab_content_wrap .ul_box_wrap {
        padding: 40px 0;
    }

    .highlights_tab_wrap .tab_content_wrap .ul_box_wrap .ul_box li h3 {
        font-size: 16px;
    }

    .highlights_tab_wrap .tab_content_wrap.review_wrap .ul_box_wrap img {
        padding: 0 0 0 0;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap {
        margin-top: 20px;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_box_wrap img {
        padding: 0 0 0 0;
    }

    .marketing_highlights_wrap .tab_content_wrap.tab_sec_wrap .ul_box_wrap img {
        padding: 0;
    }

    .travel_portal_wrap .client_logo {
        padding: 40px 0;
    }

    .contactus_wrap .map {
        height: auto;
        margin: 80px 0 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
    }

    .contactus_wrap .map .map_content {
        top: -105px;
        right: 130px;
    }



    .footer_wrap .footer_ul li {
        padding-right: 20px;
        text-align: left;
    }

    .footer_wrap {
        text-align: center;
    }

    .footer_wrap img {
        margin: auto;
    }

    .footer_wrap .footer_ul {
        padding-top: 30px;
    }

    .foot_menu li {
        padding: 0 10px;
    }

    .footer_wrap .footer_ul li:last-child {
        padding: 0;
    }

    .footer_wrap .prim_btn {
        font-size: 15px;
    }

}

@media (max-width: 767px) {
    .page_head_wrap {
        padding: 20px 0;
    }

    .page_head_wrap .brdcrmb {
        padding-top: 15px;
    }

    .brdcrmb_wrap .page_head {
        font-size: 20px;
    }

    .highlights_tab_wrap .slider {
        display: none;
    }

    .highlights_tab_wrap .nav .nav-item .nav-link {
        text-align: center;
    }

    .highlights_tab_wrap .nav .nav-item .nav-link.active {
        border-bottom: 1px solid #16aec4;
    }

    .highlights_tab_wrap .tab_content_wrap .ul_box_wrap img {
        width: 350px;
        padding: 0 0 40px 0;
    }

    .highlights_tab_wrap .tab_content_wrap.paymentoption_wrap .ul_box_wrap img {
        width: 250px;
    }

    .highlights_tab_wrap .tab_content_wrap.urgency_wrap .ul_box_wrap {
        padding: 30px 0 30px;
    }

    .highlights_tab_wrap .tab_content_wrap.urgency_wrap .ul_box_wrap img {
        width: 200px;
        padding: 0 0 30px 0;
    }

    .highlights_tab_wrap .tab_content_wrap.review_wrap .ul_box_wrap {
        padding: 40px 0 20px 0;
    }

    .highlights_tab_wrap .tab_content_wrap.review_wrap .ul_box_wrap img {
        width: 200px;
        padding-bottom: 30px;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_list_box {
        margin: 0;
        padding: 30px 0;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_list_box li {
        width: 50%;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_list_box li img {
        height: 40px;
        width: auto;
    }

    .highlights_tab_wrap .marketing_highlights_wrap .tab_content_wrap.tab_sec_wrap .ul_box_wrap img {
        padding: 0 0 40px 0;
    }

    .travel_portal_wrap .client_logo {
        padding: 25px 0;
    }

    .contactus_wrap .map {
        margin: 100px 0 40px;
    }

    .contactus_wrap .map .map_content {
        top: -110px;
        right: 25px;
    }



    .integration_part_wrap .partner_head {
        font-size: 26px;
    }

    .footer_wrap .footer_ul {
        display: block !important;
    }

    .footer_wrap .footer_ul li {
        width: 100%;
        padding: 0 0 20px 0;
        display: block;
        text-align: center;
    }

    .footer_wrap .footer_ul li:last-child {
        width: 100%;
    }

    .footer_wrap .footer_ul li .social_bot {
        display: block !important;
    }

    .foot_menu li {
        margin-bottom: 10px;
    }


}

@media (max-width: 575px) {
    .contactus_wrap .map {
        margin: 10px 0 40px;
        display: block !important;
    }

    .contactus_wrap .map .map_content {
        width: 100%;
        position: initial;
        display: block !important;
        background-image: none;
        background-color: rgba(22, 174, 196, 0.9);
        height: auto;
        padding: 25px;
        margin: 0 auto 30px;
        color: #ffffff;
        top: -25px;
    }

    .contactus_wrap .map .map_content p {
        margin: 0;
    }




    .integration_part_wrap .client_logo {
        padding: 20px 0;
    }




}

@media (max-width: 450px) {
    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_list_box {
        display: block !important;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_list_box li {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
    }

    .highlights_tab_wrap .tab_content_wrap.customer_sprt_wrap .ul_list_box li:last-child {
        margin-bottom: 0;
    }


    .integration_part_wrap .partner_head {
        font-size: 22px;
    }


}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #12aead;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #12aead;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #12aead;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #12aead;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #12aead;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.sub_header .container {
width:100% !important;
max-width:100% !important;
}