/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*********** CLEARFIX HACK ************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*********** CLEARFIX HACK ************/


*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
.img-responsive{
    display: block;
    width: 100%;
    height:auto;
}
.wrapper{
    width: 100%;
}
.page-content{
    max-width: 1170px;
    
    margin: 0 auto;
    padding: 100px 20px;
}
h1{

}
h2{
    font-size: 48px;
    color: #333333;
    text-align: center;
}
h3.caption{
    font-family: 'Oswald', Arial, sans-serif;
    color: #1083c3;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}
p{
    font-size: 16px;
    color: #333;
}

/*************************************** HEADER *******************************/

.header{
    background: url(../img/header-bg.jpg) center center no-repeat;
    background-size: cover;
    position: fixed;
    top: -1px;
    z-index: 1000;
    box-shadow: 0px 3px 7px rgba(0,0,0,.4);
}
.header .page-content{
    position: relative;
}
.header .page-content, .footer .page-content{
    padding: 0px 20px;
}
.logo{
    float: left;
    margin-top: 10px;
}
.search, .nav{
    float: right;
}
.search{
    padding-top: 32px;
    margin-left: 10px;
}
.nav li{
    float: left;
    list-style: none;
    line-height: 94px;
    padding: 0px 18px;
}
.nav li a{
    text-decoration: none;
    color: #333;
    display: block;
}
.nav li.active{
    border-bottom: 3px solid #0e76bc;
    background: url('../img/nav-circle.png') center bottom no-repeat;
}
.nav li:hover a{
    color: #0e76bc;
}
.menu-icon{
    display: none;
}
.search .search-box{
    position: absolute;
    right: 0px;
    width: 320px;
    top: 99%;
    z-index: 999;
    display: none;
}
.search .search-box .search-input{
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 15px;
    border: none;
    border: 2px solid #0e76bc;
    border-radius: 0px;
}
.search .search-box .search-submit{
    width: 50px;
    padding: 0px;
    margin: 0px;
    border: none;
    height: 50px;
    display: block;
    float: right;
    background: #0e76bc url('../img/search-white.png') center center no-repeat;
    color: rgba(0,0,0,0);
    border-radius: 0px;

}

/************************************ SLIDESHOW ****************************/

.slideshow{
    margin-top: 96px;
}
.slideshow .copy{
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    padding: 0px 20px;
    top: 50%;
    transform: translateY(-50%);
}
.slideshow .copy h1{
    font-size: 60px;
    color: white;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0px;
}
.slideshow .copy p{
    font-size: 18px;
    color: white;
    font-weight: normal;
    margin-top: 20px;
}
.slideshow .copy a{
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(36,97,178) 0%, rgb(50,140,201) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(36,97,178) 0%, rgb(50,140,201) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(36,97,178) 0%, rgb(50,140,201) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.125);
    padding: 20px 50px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: inline-block;
    margin-top: 30px;
}
.caption-text{
    text-align: center;
    margin-top: 160px;
}
.caption-text h1{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -1px;
}
/************************************* Slider ******************************/
.owl-theme .owl-controls{
    margin-top: 0px !important;
}
.owl-pagination{
    position: absolute;
    z-index: 999;
    bottom: 10px;
    width: 100%;
}
.owl-buttons{
    position: absolute;
    z-index: 1100;
    top: 42%;
    width: 100%;
}
.owl-prev{
    left: 30px;
    position: absolute;
    width: 76px;
    height: 76px;
    background: url('../img/prev-button.png') !important;
}
.owl-next{
    right: 30px;
    position: absolute;
    width: 76px;
    height: 76px;
    background: url('../img/next-button.png') !important;
}
.owl-theme .owl-controls .owl-page span{
    background: white !important;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #1083c3 !important;
    border: 3px solid white;
    width: 15px !important;
    height: 15px !important;
    position: relative;
    top: 2px;
}

/*************************************** INNERPAGES *******************************/


.inner-page .banner{
  height: 360px;
    background-size: cover;
    margin-top: 96px;
}

.capabilities .banner{
    background: url('../img/capability.jpg') center center no-repeat;
}
.solutions .banner{
    background: url('../img/solutions.jpg') center center no-repeat;
	
}
.erp-practice .banner{
    background: url('../img/erp.jpg') center center no-repeat;
	
}
.careers .banner{
    background: url('../img/practice.jpg') center center no-repeat;
}

.staffing .banner{
    background: url('../img/staffing.jpg') center center no-repeat;
}
.staffing .banner{
    background: #0066cc;
    height: auto;
}

.staffing .banner .page-content{
    padding: 0px 20px;
}
.industries .banner{
    background: url('../img/capability.jpg') center center no-repeat;
}
.contact .banner{
    background: url('../img/capability.jpg') center center no-repeat;
}
.breadcrumbs .page-content{
    padding: 0px 20px;
}
.breadcrumbs{
    height: 65px;
    line-height: 65px;
}
.navigation li{
    float: left;
    list-style: none;
    padding-right:  22px;
}
.navigation li:first-child{
    background: url('../img/arrow.png') right center no-repeat;
}
.navigation li a.active{
    color: #1083c3;
    font-weight: bold;
}
.navigation li a{
    text-decoration: none;
    color: #888888;
    padding-left: 12px;
    font-size: 14px;
}
.staffing .zealcon-help .page-content{
    padding: 100px 20px 30px 20px;
}
.zealcon-help{
    background: #f2f2f2 url('../img/help-bg.jpg') top center no-repeat;
}
.zealcon-help h1{
    font-size: 48px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.zealcon-help .sep{
    max-width: 775px;
}
.zealcon-help h3.caption{
    line-height: 100px;
    text-transform: uppercase;
}
.responsive-tabs .active{
    background: url('../img/nav-circle.png') bottom center no-repeat;
    border-bottom: 3px solid #0e76bc;
}
.responsive-tabs{
    text-align: center;
}
.responsive-tabs dt{
    display: inline-block;
    float: none;
    vertical-align: top;
    height: 100px;
}
.tab{
    border: none;
    background: none;
}
.sap li{
    list-style: none;
    background: url('../img/star.png') top left no-repeat;
    padding-left: 25px;
    margin-top: 10px;
    text-align: left;
    color: #231f20; 
    font-size: 16px;
}
.driven{
    text-align: left !important;
}
.driven:first-of-type{
    margin-top: 10px !important;
}
.offers{
    margin-top: 40px;
    float: left;
}
.offers h4{
    font-size: 20px;
    color: #333333;
}
.services-offer{
    float: left;
    width: 50%;
    margin-top: 10px;
}
.staffing-process{
    background: #0066cc;
}
.staffing-process .page-content{
    padding: 0px 20px;
}
.staff{
    width: 33%;
    float: left;
    margin-top: 210px;
}
.staff-img{
    width: 66%;
    float: left;
}
.staff h2{
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    line-height: 74px;
    font-family: 'Oswald', Arial, sans-serif;
}
.staff h2 .Process{
    font-size: 100px;
    color: #003366;
    font-weight: bold;
    letter-spacing: -2px;
}
.responsive-tabs-placeholder h2{
    font-size: 30px;
    color: #1083c3;
    text-align: left;
}
.companies{
    margin-top: 100px;
}
.companies li{
    float: left;
    width: 20%;
    list-style: none;
    color: #ccc;
    height: 150px;
    text-align: center;
    position: relative;
}
.companies li .icons{
    top: 50%;
    position: relative;
    transform:translateY(-50%);
}
.tooltip{
    display: none;
    background: #fff none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    width: 250px;
    padding: 15px;
    color: #333;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90%;
    box-shadow: 0px 1px 4px #bbb;
    border-radius: 5px;
}
.tooltip .arrow{
    background: #fff none repeat scroll 0 0;
    bottom: -9px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    width: 10px;
    left: 50%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.zealcon-help p{
    color: #333333;
    margin-top: 8px;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    text-align: center;
}
.tooltip p{
    margin-top: 0px !important;
    line-height: 18px;
    font-size: 15px;
}

.zealcon-help p:first-of-type{
    margin-top: 30px;
}

.main-product{
    width: 50%;
    float: left;
    margin-top: 30px;
}
.practice{
    width: 33%;
    float: left;
    margin-top: 30px;
}
.team{
    width: 33%;
    float: left;
    margin-top: 30px;
}
.title{
    height: 45px;
    background: #3366cc;
    width: 100%;
    color: #fff;
    font-size: 24px;
    letter-spacing: -1px;
    text-align: center;
    line-height: 45px;
    width: 100%;
    max-width: 375px;
}
.team p{
    text-align: left;
    color: #333333;
    font-size: 16px;
    margin-top: 19px !important;
}

.product{
    margin-top: 25px;
}
.products{
    background: url('../img/products.png') left center no-repeat;
    padding-left: 55px;
}
.services{
    background: url('../img/services.png') left center no-repeat;
    padding-left: 55px;  
    height: 44px;  
}
.products h3{
    color: #0099cc;
    font-size: 30px;
    letter-spacing: -1px;
}
.product li , .services-offer li{
    list-style: none;
    background: url('../img/star.png') left top 3px no-repeat;
    padding-left: 25px;
    margin-top: 10px;
    color: #333333;
    font-size: 16px;
}
.contact-us-mail{
	background: url('../img/mail.png') left top 3px no-repeat;
}
.contact-us-home{
	background: url('../img/homec.png') left top 3px no-repeat;
}

.contact-us-phone{
	background: url('../img/phone.png') left top 3px no-repeat;
}
.contact-us p{
	text-align: left;

	padding-left: 25px;
    margin-top: 10px;
    color: #333333;
    font-size: 16px;
}
.staffing .Features-benefits .page-content{
    padding: 0px 20px 100px 20px; 
}
.Features-benefits{
    background: #f2f2f2;
}
.different-content .sep , .consulating .sep{
    margin: 20px 0px;
    height: 2px;
    max-width: 400px;
}
.different-content .sep .circle , .consulating .sep .circle{
    left: 72%;
    top: -4px;
}
.consulating .sep{
    max-width: 850px;
    margin-bottom: 0px;
}
.different-content p{
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    margin-top: 8px;
}
.different-content h3{
    font-size: 32px;
    font-weight: bold;
    color: #1083c3;
    margin-top: 45px;
    margin-bottom: 12px;
}
.different-content p:nth-child(5){
    margin-top: 20px;
    font-weight: 600;
}
.consulating h3{
    font-size: 32px;
    font-weight: bold;
    color: #1083c3;
    margin-top: 45px;
    margin-bottom: 15px;
}
.staff-augmentation{
    width: 30.6%;
    margin-right: 26px;
    float: left;
}
.consulating-services li{
    list-style: none;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.consulating-services li h5{
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}
 .consulating-services li p{
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}
/* ============================== who-we-are ============================== */


.who-we-are{
    text-align: center;
    background: url('../img/section-bg.jpg') center center no-repeat;
    background-size: cover;
}
.who-we-are p{
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -.5px;
    margin-top: 12px;
}
.sep{
    width: 70%;
    max-width: 475px;
    height: 3px;
    background: red;
    margin: 15px auto;
    background: #1083c3;

}
.sep .circle{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: red;
    position: relative;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    background: #1083c3;
}
/* ============================== BENEFITS ============================== */


.benefits{
    background: #c1c1c1 url('../img/benefits-bg.jpg') bottom right no-repeat;
}
.benefits ul{
    margin-top: 30px;
}
.benefits ul li{
    float: left;
    list-style: none;
    margin-right: 1.7%;
    width: 12.8%;
    text-align: center;
}
.benefits ul li:last-of-type{
    margin-right: 0px;
}
.benefits ul li h4{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -.5px;
    color: #333;
    margin-top: 10px;
}


/*************************************** FOOTER *******************************/


.footer{
    background: #333;
    text-align: center;
    padding: 40px 0px;
}
.footer .sep, .footer .sep .circle{
    background: #292929;
}
.footer .footer-nav li{
    display: inline;
    list-style: none;
}
.footer .footer-nav li:after{
    content: '-';
    color: #999999;
}
.footer .footer-nav li:last-of-type:after{
    content: '';
}
.footer .footer-nav li a{
    text-decoration: none;
    color: #999999;
    margin: 0px 15px;
    font-size: 15px;
    font-weight: normal;
}
.footer .footer-nav li a:hover{
    color: #fff;
}
.footer .social {
    margin-top: 20px;
}
.footer .social li{
    display: inline-block;
    list-style: none;
    width: 26px;
    height: 26px;
    background: url('../img/social.png') top left no-repeat;
    margin-right: 10px;
    opacity: .5;
}
.footer .social li:hover{
    opacity: 1;
}
.footer .social li a{
    width: 26px;
    height: 26px;
    display: block;
}
.footer .social .tw{
    background-position:-26px;
}
.footer .social .gp{
    background-position:-52px;
}
.footer .social .rss{
    background-position:-78px;
}
.footer .copyright{
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}



/* =============== STYLES FOR UNDER 1001PX =============== */


@media (max-width: 1000px) {
.staffing .banner , .erp-practice .banner , .solutions .banner, .testimonials .banner{
    margin-top: 163px;
}
.slideshow{
    margin-top: 145px !important;
}
.menu-icon{
    margin-top: 34px;
    margin-right: 10px;
}
.tooltip{
    width: 96%;
}
.menu-icon .bar{
    width: 30px;
    height: 3px;
    background: #0e76bc;
    margin: 6px 0px;
}
.nav ul{
    position: absolute;
    top: 100%;
    z-index: 998;
    width: 100%;
    background: white;
    left: 0px;
    text-align: center;
}
.nav ul li{
    float: none;
    display: inline-block;
    line-height: 70px;
    padding: 0px 10px;
}
.nav ul li a{
    font-size: 15px;
}
.nav ul li.active{
    line-height: 63px;
}
.slideshow .copy{
    margin-top: 0px;
    top: 50%;
}
.slideshow .copy h1{
    font-size: 32px;
}
.slideshow .copy p{
    font-size: 16px;
    margin-top: 10px;
}
.slideshow .copy a{
    margin-top: 15px;
}
.owl-controls{
    display: none !important;
}
.benefits ul li{
    width: 24%;
    margin-right: 1%;
    height: 200px;
}
.owl-wrapper-outer{
/*    height: 400px;
*/}
.owl-wrapper-outer .item img{
    width: 120%;
}
.slideshow{
    margin-top: 70px;
}
.zealcon-help h3.caption{
    line-height: 45px;
}

.footer .footer-nav li a{
    font-size: 14px;
    margin: 0px 10px;
}
.products h3{
    font-size: 24px;
}
.product li a{
    font-size: 14px;
}
.team p{
    font-size: 14px;
}
.companies li{
    width: 33%;
}
.staff-augmentation{
    width: 45.6%;
}
.staff-augmentation:last-child{
    float: none;
}
.staff{
    margin-top: 100px;
}
.staff h2{
    font-size: 26px;
    line-height: 46px;
}
.staff h2 .Process{
    font-size: 60px;
}
.staffing .banner{
    margin-top: 163px;
}
}


/* =============== STYLES FOR UNDER 640PX =============== */


@media (max-width: 640px) {
.staff, .staff-img{
    float: none;
    width: 100%;
}
.staff h2{
    text-align: center;
}
.staff-augmentation{
    width: 100%;
    margin-right: 0px;
}
.caption-text{
    margin-top: -20px;
}
.caption-text h1{
    font-size: 32px;
    line-height: 28px;
}
.slideshow{
    margin-top: 63px !important;
}
.bx-next , .bx-prev , .bx-pager{
    display: none;
}
.zealcon-help h3.caption{
    line-height: 30px;
}
.inner-page .banner{
    height: 150px;
    background-size: cover;
    margin-top: 63px;
}
.staffing .banner{
    height: auto;
}
.tooltip{
    width: 100%;
}
.companies li{
    width: 50%;
}
.nav ul{
    display: none;
}
.nav ul li.active{
    border-bottom: 1px solid #ddd;
    background: none;
}
.nav ul li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}
.nav ul li:hover{
    background: #f5f5f5;
}
.nav ul li:last-of-type{
    border-bottom: 0px;
}

.nav ul li a{
    font-size: 20px;
}
.search .search-box{
    width: 100%;
}
.header .search{
    margin-top: 20px;
    padding: 0px;
    height: unset;
}
.menu-icon{
    display: block;
    margin-top: 23px;
}
.header .page-content{
    height: 64px;
}
.header .logo{
    width: 140px;
}
.header .logo img{
    width: 100%;
}
.slideshow {
    margin-top: 0px;
}
.slideshow .copy{
    top: 100%;
    transform: none;
    background: #2c7cc0 ;
    padding: 25px 10px 25px 10px;
}
.slideshow .copy a{
    padding: 14px 35px;
    background: #fff;
    color: #333;
}
.slideshow .copy h1{
    font-size: 28px;
}
.slideshow .copy p{
    font-size: 14px;
    text-shadow: 0px 1px 3px #000;
}
.slideshow .item img{
    width: auto;
}
.owl-wrapper-outer{
    height: 350px;
}
.owl-wrapper-outer .item img{
    width: 100%;
}
.main-product , .team{
    float: none;
    width: 100%;
}
.title{
    max-width: 575px;
}
.zealcon-help h1{
    font-size: 28px;
}
h2{
    font-size: 27px;
}
h3.caption{
    font-size: 18px;
    line-height: 1.5;
}
.who-we-are p{
    font-size: 14px;
}


.benefits ul li{
    width: 48%;
    margin-right: 2%;
}
.benefits ul li h4{
    font-size: 18px;
}


.footer .footer-nav li{
    display: block;
    line-height: 35px;    
}
.footer .footer-nav li:after{
    content: "";
}
.services-offer{
    width: 100%;
    margin-top: 0px;
}
.consulating-services li{
    width: 100%;
    margin-right: 0px;
}
.offers h4{
    font-size: 19px;
}
.consulating h3{
    font-size: 28px;
    line-height: 28px;
}
.staff{
    margin-top: 30px;
}
.staff-img{
    margin-bottom: 40px;
}
.staff h2{
    font-size: 34px;
    line-height: 63px;
}
.staff h2 .Process{
    font-size: 71px;
}
}


/* =============== STYLES FOR UNDER 420PX =============== */


@media (max-width: 420px){
    .companies li{
        width: 100%;
    }
    .tooltip{
        width: 98%;
    }
    .owl-wrapper-outer{
        height: 320px;
    }
    .staff h2{
    font-size: 30px;
    line-height: 63px;
    letter-spacing: 0px
    }
    .staff h2 .Process{
        font-size: 64px;
        letter-spacing: -6px;
    }
}


/*================ TESTIMONIALS PAGE =======================*/


.testimonials .companies li img , .responsive-tabs dt img{
    filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); / Firefox 10+, Firefox on Android /;
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter:grayscale(100%);
}
.responsive-tabs dt.active , .responsive-tabs dt.active img{
    filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); / Firefox 10+, Firefox on Android /;
    filter: grayscale(0%);
    filter: gray;
    -webkit-filter:grayscale(0%);
}

.testimonials .companies li img:hover , .responsive-tabs dt img:hover{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}






/*=============== MODAL STYLES =================*/

.center {
  text-align: center;
}

.block {
  display: block;
}

.credit {
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.overlay {
  background: rgba(0, 0, 0, 0.77);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
}

.global-modal {
  visibility: hidden;
}

.global-modal_contents {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.75);
  left: 50%;
  max-width: 1200px;
  min-height: 600px;
  position: fixed;
  top: 15%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 1300;
}
.global-modal_contents .close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.global-modal_contents iframe{
    width: 100%;
    min-height: 600px;
}
.global-modal-header{
  border-bottom: 1px solid #ccc;
}
.global-modal-header h3{
  color: #34495E;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.global-modal-header .mobile-close{
  display: none;
}
.global-modal-header span{
  font-weight: 200;
}
.global-modal-body{
  width: 100%;
}
.global-modal-body p{
  color: #34495E;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.global-modal-body .content-left {
  height: 225px;
  width: 50%;
  position: relative;
  top: 55px;
  float: left;
  border-right: 1px solid #CCC;
}

.global-modal-body .content-right{
  height: 225px;
  width: 50%;
  position: relative;
  top: 55px;
  float: left;
}
.content-right .sponsor-name{
  font-weight: bold;
  color: #000;
}
.global-modal_contents h1 {
  margin: 0;
  padding: 0;
  line-height: 32rem;
  text-align: center;
  display: block;
}

.global-modal_close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  text-decoration: none;
  display: none;
}

.global-modal-show {
  visibility: visible;
}

.global-modal-transition {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.global-modal-show .global-modal-transition {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 1139px){
  .global-modal p{
    text-align: center;
  }
  .global-modal:after {
    clear: both;
    content: '';
    display: table;
  }
  .global-modal-body .content-left{
    width: 80%;
    display:block;
    float: none;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px solid #ccc;
}
  .global-modal-body .content-right{
    width: 80%;
    display: block;
    margin: 40px auto;
    float: none;
    border-right: none;
  }
}
@media(max-width: 1027px){
  .global-modal-header h3{
    font-size: 18px;
  }
}
@media (max-width : 767px) {
  
  .global-modal_contents {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .global-modal-header h3{
    font-size: 22px;
  }
  .global-modal-header .mobile-close{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    curson: pointer;
  }
  .global-modal_close {
    display: block;
  }
  
  .global-modal-transition {
    -webkit-transform: translateX(-0) translateY(150%);
    -moz-transform: translateX(-0) translateY(150%);
    -ms-transform: translateX(-0) translateY(150%);
    transform: translateX(-0) translateY(150%);
  }
  
}
@media (max-width: 495px){
  .global-modal-header h3{
    font-size: 18px;
  }
}
@media (max-width: 415px){
  .global-modal-header h3{
    font-size: 15px;
  }
}


