/*css*/
@import "grid.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, rgb(184, 186, 192)),
            color-stop(0.53, rgb(255, 255, 255)),
            color-stop(1, rgb(184, 186, 192))
    );
    background: -o-linear-gradient(bottom, rgb(184, 186, 192) 0%, rgb(255, 255, 255) 53%, rgb(184, 186, 192) 100%);
    background: -moz-linear-gradient(bottom, rgb(184, 186, 192) 0%, rgb(255, 255, 255) 53%, rgb(184, 186, 192) 100%);
    background: -webkit-linear-gradient(bottom, rgb(184, 186, 192) 0%, rgb(255, 255, 255) 53%, rgb(184, 186, 192) 100%);
    background: -ms-linear-gradient(bottom, rgb(184, 186, 192) 0%, rgb(255, 255, 255) 53%, rgb(184, 186, 192) 100%);
    background: linear-gradient(to bottom, rgb(184, 186, 192) 0%, rgb(255, 255, 255) 53%, rgb(184, 186, 192) 100%);


    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #777;
    position: relative;
    min-width: 320px;
    -webkit-text-size-adjust: none;
}
img{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height:auto;
    max-width: 100%;
}


.img-logo {
    max-width: 80%;
}
.img_fleft{
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.img_right{
    float: right;
    margin-left: 20px;
}

.wrapper{width: 100%; overflow: hidden; position: relative;}
.extra_wrap{overflow: hidden; display: block;}

b {
    font-weight: 900;
}
a{
    color: #856ea3;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
.btn{
    background: #856ea3;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    padding: 6px 20px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    margin-left: 5px;
}
.btn.join_ {
    background: #558b99;
}
.btn:hover{
    background-color: #949494;
    text-decoration: none;
    color: #fff;
}

td {
    padding: 5px;
}

#page {
    background-color: white;
    /* text-align: left; */
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
/*========================================================
                    Titles
=========================================================*/
h2{
    color: #333f00;
/*
    font: bold 30px/36px Arial, Helvetica, sans-serif;
*/
    margin-bottom: 20px;
}
h3{
    font-size: 33px;
    line-height: 42px;
    font-weight: 700;
    color: #4a8394;
    margin-bottom: 12px;
}
h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #468692;
    margin-bottom: 15px;
}
.second{
    font-size: 26px;
    line-height: 32px;
}
h5{
    color: #f00;
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
h6 span{
    color: #222222;
}
h2 a, h3 a, h4 a, h5 a, h6 a{
    color: inherit;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color: #000;
    text-decoration: none;
}
p{
    margin-bottom: 3px;
}
.m_0{margin-bottom: 0px;}
.m_05{margin-bottom: 5px;}
.m_10{margin-bottom: 10px;}
.m_20{margin-bottom: 20px;}
.m_25{margin-bottom: 25px;}
.m_30{margin-bottom: 30px;}
.m_35{margin-bottom: 35px;}
.m_40{margin-bottom: 40px !important; padding: 5px 20px 5px 65px;}
.m_45{margin-bottom: 45px !important;}
.m_50{margin-bottom: 50px;}
.m_55{margin-bottom: 55px;}
.m_60{margin-bottom: 60px;}
.m_65{margin-bottom: 65px;}
.m_70{margin-bottom: 70px;}
.m_75{margin-bottom: 75px;}
.m_80{margin-bottom: 80px;}
.m_85{margin-bottom: 85px;}
.m_90{margin-bottom: 90px;}


.list{
    margin-bottom: 50px;
}
.list li{
    position: relative;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #64ad33;
    margin-top: 10px;
    padding-left: 18px;
}
.list li:before{
    position: absolute;
    font-family: FontAwesome;
    content: "\f0da";
    color: #222;
    font-size: 16px;
    line-height: 16px;
    top: 4px;
    left: 0px;
}
.list li:first-child{
    margin-top: 0;
}
.list li a{
    color: #64ad33;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.list li a:hover{
    color: #222;
    text-decoration: none;
}
.content_pages h1 {
    color: #1abfbd;
    font-size: 30px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

/*========================================================
                    Header
=========================================================*/

header{
    width: 100%;
    padding-top: 10px;
}
header .container {
    background: none;
}
h1{
    float: left;
/*
    margin-right: 94px;
    margin-bottom: 40px;
*/
}
h1 a{}
h1 a:hover{
    text-decoration: none;
}
h1 .slogan{
    display: block;
}
.wrapper h1 {
    margin-bottom: 0;
}
/* Menu */
nav{

    margin-bottom: 10px;
    height: 45px;
}
nav:before {
    content: url('https://download.qa.gamesrv1.com/Resources/karambapartners/nav_left.png');
    position: absolute;
    top: 0px;
    left: -12px;
}
nav:after {
    content: url('https://download.qa.gamesrv1.com/Resources/karambapartners/nav_right.png');
    position: absolute;
    top: 0px;
    right: -12px;
}
.sf-menu {
    list-style: none;
    background: #49838f;
}
.sf-menu > li {
    float: left;
    font-size: 20px;
    padding: 10px 0;
    font-weight: normal;
    color: #000;
    position: relative;
    background-image: url('https://download.qa.gamesrv1.com/Resources/karambapartners/menu_divider.png?=21');
    background-repeat: no-repeat;
}
.sf-menu > li.current {
    background: #24a5c2;
}
.sf-menu > li:first-child {
    background-image: none;
}

.sf-menu > li span{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #3b3b3b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sf-menu > li:hover span, .sf-menu > li.current span{
    top: -6px;
    height: 6px;

}
.sf-menu > li:hover {

}

.sf-menu > li span:active
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: #3b3b3b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color:red;
}
.sf-menu > li:first-child{
    margin-left: 0;
}
.sf-menu li a {
    display: inline-block;
    color: #ffffff;
    text-decoration:none;
    padding: 0 22px;

}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.current > a {
    text-decoration: none;
}
.sf-menu > li > a.sf-with-ul:after{
    /*menu arrow*/
}
.sf-menu .menu-arrow{display: none;}
/* submenu */
.sf-menu ul {
    background: #2f2f2f;
    display: none;
    left: 0px;
    padding: 4px 1px 13px;
    position:absolute;
    top: 65px;
    width: 251px;
    z-index:99;
}
.sf-menu ul li{
    position: relative;
    margin-top: 13px;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    border-top: 1px dotted #656565;
    padding: 6px 16px 0px;
}
.sf-menu ul li:first-child{
    margin-top:0;
    border-top: none;
}
.sf-menu ul li a{
    color: #fff;
    text-decoration:none;
}
.sf-menu ul li > a:hover,
.sf-menu ul li.sfHover > a,
.sf-menu ul li.active > a{
    color:#856ea3;
    text-decoration:none;
}

.sf-menu ul li a.sf-with-ul:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
    color: #777777;
    position: absolute;
    right: 13px;
    top: 11px;
}
/* subsubmenu */
.sf-menu ul ul {
    background:#2e2e2e;
    left: 253px;
    top: -3px;
    width: 245px;
}
.sf-menu ul ul li a{
    text-decoration:none;
}
.sf-menu ul ul li > a:hover,
.sf-menu ul ul li.sfHover > a,
.sf-menu ul ul li.active > a{
    text-decoration:none;
}
#mm0{
    display:none;
    border: 1px solid #ededed;
    outline: none;
    padding: 12px 3px;
    width: 100%;
    background: #558b99;
    color: #fff;
}
/*.search_form {
	border: 1px solid #cbcac5;
	display: block;
	overflow: hidden;
	float: left;
	margin-top: 71px;
	background: #fff;
	}
	.search_form input {
		border: none;
		outline: none;
		float: left;
		width: 300px;
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
		padding: 9px 0 11px 16px;
		line-height: 19px;
		color: #2d2d30;
		}
	.search_form a {
		display: block;
		float: right;
		color: #856ea3;
		padding: 5px 14px 0 1px;
		font-size: 23px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		vertical-align: top;
		margin-left: 16px;
		}
		.search_form a:hover{
			color: #d6d5d5;
			} */


.header_contacts{
    float: right;
    overflow: hidden;
    width: 310px;
    padding-top: 40px;
    text-align: right;
}
.header_contacts h6{
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    text-align: right;
    margin-top: -21px;
}
.header_contacts h6 span{
    vertical-align: top;
    color: #64ad33;
}
.header_contacts h5{
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #222;
    text-align: right;
    padding-left: 35px;
}
/*.header_contacts h5:before{
    position: absolute;
    left: -5px;
    top: 9px;
    font-family: FontAwesome;
    content: "\f003";
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #856ea3;
    }*/
#bunner {
    display: block; height: 418px; margin: -12px 0 16px 0;
}

.middle_text {
    font-size: 130%;
}
.list_style {
    list-style: none;

}

.list_style li {
    padding-left: 1em;
    text-indent: -.7em;
    padding-bottom: 5px;
}

.list_style li:before {
    content: "⚫ ";
    color: #49838f; /* or whatever color you prefer */
    font-size: 15px;
}
.link_join {
    color: #29a8d1;
    font-weight: bold;
}
.img_revenue {
    margin-top: 30px;
}
a.link_grey {
    color: #333333;
    text-decoration: underline;
}
.text_dinamy  {
    font-size: 14px;
    line-height: 22px;
}
.text_dinamy p {
    margin-bottom: 8px;
}

.text_dinamy p span {
   font-weight: bold;
    color: #515050 !important;
    vertical-align: top;
}
/*.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}*/

/*========================================================
                    Content
=========================================================*/
.row {
    margin-left: 0;
    margin-right: 0;
}
.grid_4 {
   text-align: center;
}
.grid_4 p {
    text-align: left;
    padding: 0 32px 10px 40px;
}
#content{
    padding-top: 0px;
}
.row.grids {
    background: url("https://download.qa.gamesrv1.com/Resources/karambapartners/shade_line_1150px.png") bottom center no-repeat;
    background-size: 97%;
    float: left;
    width: 100%;
}
.border_box{
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.icon_tetle{
    position: relative;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 14px;
}
.icon_tetle.image1 { color:#698b58 }
.icon_tetle.image2 { color:#79518d }
.icon_tetle.image3 { color:#2a8f99 }


.icon_tetle span{
    position: absolute;
    left: 0px;
    top: 43px;
    width: 77px;
    height: 61px;
    background: #bfbbc0;
    color: #fff;
    padding-top: 16px;
    font-size: 42px;
    line-height: 42px;
    border-radius: 49%;
    text-align: center;
}
.icon_tetle-first{
    position: relative;
    font-size: 29px;
    font-weight: 700;
    color: #83a370;
    margin-bottom: 14px;
}
.icon_tetle-first span{
    position: absolute;
    left: 0px;
    top: 43px;
    width: 77px;
    height: 61px;
    background: #bfbbc0;
    color: #fff;
    padding-top: 16px;
    font-size: 42px;
    line-height: 42px;
    border-radius: 49%;
    text-align: center;
}
.owl_carousel{
    margin-left: -35px;
    margin-top: -39px;
}
.owl_carousel.mobile {
    display: none;
}
.banner_box{
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    width: 350px;
    height:350px;

}
.banner_box img{
    display: block;
    /* Stretch
          height: 100%;
          width: 100%; */
    min-width: 100%;
}


.banner_box .text{
    position: absolute;
    bottom: 16px;
    left: 19px;
    right: 19px;
    z-index: 1;
}
.banner_box .text h5{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1px;
}
.banner_box .text p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
}
.testimonial_box{
    margin-bottom: 25px;
}
.testimonial_box p{
    display: block;
    position: relative;
    background: #856ea3;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 12px 18px 17px 18px;
    margin-bottom: 13px;
}
.testimonial_box p:after{
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0px;
    bottom: -9px;
    content: '';
    background: url(https://download.gamesrv1.com/Resources/karambaaffiliates/testimonial_arrow.png) no-repeat 0 0;
}
.testimonial_box h6{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #222;
    margin-bottom: 0;

}
.icon_box{
    position: relative;
    padding-left: 100px;
    margin-bottom: 21px;
    padding-top: 5px;
}
.icon_box span {
    position: absolute;
    left: 0px;
    top: 26px;
    width: 77px;
    height: 55px;
    background: #bfbbc0;
    color: #fff;
    padding-top: 21px;
    font-size: 42px;
    line-height: 42px;
    border-radius: 49%;
    text-align: center;
}
.icon_box span.fa-smile-o{
    padding-top: 16px;
    font-size: 48px;
    height: 59px;
}
.icon_box2{
    position: relative;
    padding-left: 62px;
    margin-bottom: 13px;
    padding-top: 0px;
}
.icon_box2>span {
    position: absolute;
    left: 1px;
    top: 3px;
    color: #64ad33;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
}
.icon_box2 p{
    margin-bottom: 0;
}
.icon_box2 p a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #64ad33;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icon_box2 p a:hover{
    text-decoration: none;
    color: #222;
}
.img{
    margin-right: 33px;
    margin-bottom: 20px;
}

.users_overflow{
    overflow: hidden;
}
.users_box{
    float: left;
    margin-left: 30px;
    width: 236px;
    margin-bottom: 25px;
}
.users_box:first-child{
    margin-left: 0px;
}
.users_box img{
    width: 100%;
    margin-bottom: 16px;
}
.users_box p{
    margin-bottom: 0;
}
.users_box p a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #64ad33;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.users_box p a:hover{
    color: #222;
}
.product_box{
    margin-bottom: 30px;
}
/* .product_box img{
    width: 100%;
    }
*/
.product_box .description{
    background: #ededed;
    padding: 12px 20px 34px 20px;
}
.product_box .description h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}
.product_box .description h5 a{
    color: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product_box .description h5 a:hover{
    text-decoration: none;
    color: #222;
}
.product_box .description p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0px;
}
.product_box .description p a{
    color: #333333;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product_box .description p a:hover{
    text-decoration: none;
    color: #222;
}
.date{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 7px;
}

.mail_link{
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #777;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mail_link:hover{
    color: #64ad33;
    text-decoration: none;
}
.owl-carousel {
    width: 97% !important;
}

#main_banner {
    float: left;
    width: 100%;
    height: 100%;
    background-size: 110% !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

#banner_text {
    color: #4d8288;
    font-size: 43px;
    text-align: left;
    position: absolute;
    top: 32px;
    left: 0px;
    line-height: 43px;
    font-weight: 900;
    padding: 20px 0 0 55px;
    height: 100%;
    width: 40%;
}

#banner_smalltxt {
    font-size: 14px;
    text-align: left;
    color: #222;
    font-weight: normal;
    padding-top:20px;
    line-height: 24px;
}

.slider_txt {
    color: #856ea3;
    font-size: 46px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 50px;
    font-weight: 900;
}

.slider_smalltxt{
    font-size: 14px;
    text-align: left;
    color: #856ea3;
    font-weight: normal;
    padding-top:20px;
    line-height: 24px;

}

#innertext {
    float: left;
}

#innertext h1,#innertext h2,#innertext h3 {
    border-bottom: solid 2px #902797;
    font-size:18px;
}


#innertext p {
    font-size:12px;
    color:#444444;
    font-family: 'Open Sans', sans-serif;
}

#innertext p span {
    color:#000000;
    font-weight:bold;
    font-size:14px;
}

#navigation {
    position: absolute;
    float: right;
    top: 440px;
    right: 50%;
    z-index: 1;
    cursor: pointer;
}

/* css only show/hide

 */

.gallery_events {
    color: #ffffff;
    background: #856ea3;
    padding:5px 10px 17px 10px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.gallery_events:hover {
    text-decoration: none;

}

article {

    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article figure {
    float: left;
    width: 32.5%;
}

article section:first-of-type {
    float: right;
    width: 100%;
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more"] {
    bottom: -2rem;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

[for="read_more"]:hover {
    cursor:pointer;
}

[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}


/* more */

article {

    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article figure {
    float: left;
    width: 32.5%;
}

article section:first-of-type {
    float: right;
    width: 100%;
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}

section {
    -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more1"] {
    bottom: -2rem;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

[for="read_more1"]:hover {
    cursor:pointer;
}

[for="read_more1"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more1"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more1"] span:last-of-type {
    display: block;
    visibility: visible;
}
.content_pages {
    padding: 15px 35px;
    float: left;
    overflow: hidden;
}
.faq {
   width: 80%;
}
.faq span{
     color: #49838f;
    font-weight: bold;
    padding-top:5px ;
}
.faq p{
    padding-bottom:8px ;
}
.inner_content {padding: 0 45px;}



/*========================================================
                    Footer
=========================================================*/
footer{
    width: 100%;
    background: #e0dedf;
    padding-bottom: 20px;
    padding-top: 25px;
    -webkit-box-shadow: 1px -5px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -5px 16px -5px rgba(0,0,0,0.75);
    box-shadow: 1px -5px 16px -5px rgba(0,0,0,0.75);
    position: relative;
    z-index:10;


}
footer .container {
    background: #e0dedf;
}
.footer_box {
    text-align: left;
    margin-left: 84px;
}
.icon_footer {
    margin-top: 17px !important;
    float: left;
    padding-right: 5px;
}
.grid_footer {
    width: 322px;
    padding: 6px 0px 25px 10px;
}
.copyright{

    padding-top: 8px;
    border-top: 1px solid #dcdcdc;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #78787d;
}
.copyright a, .copyright span{
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #78787d;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.copyright a:hover{
    color: #64ad33;
    text-decoration: none;
}

.footer-link{display: block;}
.grid_4.grid_footer.first {
    margin-left: 70px;
}
.footer_icon_box{
    padding-left: 0px;
    position: relative;
    margin-bottom: 59px;
}

.footer_icon_box h6{
    padding-top: 28px;
    margin-bottom: 0px;
}
.footer_icon_box  h5{
    font-size:21px;
    line-height: 33px;
    font-weight: 400;
    color: #666;
    margin-bottom: -35px;
}
.footer_icon_box span{
    position: absolute;
    left: 75px;
    top: 26px;
    width: 67px;
    height: 49px;
    background: #fff;
    color: #856ea3;
    padding-top: 16px;
    font-size: 33px;
    line-height: 33px;
    border-radius: 49%;
    text-align: center;
}
.footer_icon_box h6{
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #666;
    vertical-align: top;
    padding-top: 15px;
}
.footer_icon_box a{
    display: inline-block;
    margin-top: 49px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #856ea3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer_icon_box a:hover{
    color: #222;
    text-decoration: none;
}
#toTop {
    border: none;
    bottom: 106px;
    color: transparent;
    display: none;
    height: 31px;
    overflow: hidden;
    position: fixed;
    right: 40px;
    text-decoration: none;
    width: 31px;
    z-index: 20;
    font-size: 30px;
    line-height: 30px;
    margin-right: -725px !important;
}
#toTop:before {
    width: 30px;
    text-align: center;
    font-family: FontAwesome;
    content: "\f139";
    color: #856ea3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 2px;
}
#toTop:hover:before {
    color: #222;
}
.article {
    display:block ;
    background: url("https://download.qa.gamesrv1.com/Resources/karambapartners/line_medium.png") no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 18px;
    text-align: center;
    float: left;
    width: 307px;

}
.article_block p { padding: 10px;}

.left_column span {
    color: #568b99 !important;
}
.article_block a { color: #46bdc2;}
/*============ BANNER AND TEXT =====================*/

#custom_img {
    display: none;
}
#custom_bg {
    background-repeat:no-repeat ;
    background-position: top center;
    min-height: 430px;
    max-height: 500px;
    background-size: cover;
   /* margin-top: -329px;*/
}
.row.page_banner {
    margin-top: -11px;
}
#custom_text {
    width: 424px;
    padding:0px 0 0 32px ;
    height: auto;
    float: left;
}
#custom_text h3 {
    font-size: 29px;
    padding-top: 25px;
}
.article_block h2 {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 10px;
    color: #23a4c3;
}
.article_block p {
    padding-top: 0px;
}


/*******  POP UP ********/
.modal-backdrop {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #000;
}
#popup {
    position: relative;
    z-index: 999999;
    top:17%;

}
#popup-offer {
    position: absolute;
    z-index: 99999;
    height:660px;
    left: 52%;
    margin-left: -245px;
    width: 530px;

}
.close-btn {
    position: absolute;
    top: 4%;
    right: 26%;
    width: 6%;
    cursor: pointer;
}

.title_page {
    font-size: 30px; color: #14781d;
}
.titles_h {
    font-size: 28px; color: #14781d; text-align: center;
    text-decoration: underline;
}
.inner_list {
padding-left: 20px;
}


/*========================================================
                    RESPONSIVE LAYOUTS
=========================================================*/

@media only screen and (max-width: 1200px) {
    h1 {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
    }
    #form {
        padding-right: 0;
        width: 96%;
    }
    #form label.name,
    #form label.email,
    #form label.phone {
        width: 100%;
    }

    .camera_wrap:before,
    .camera_wrap:after{
        height: 240px;
    }
    .camera_caption1 .caption_content h3,
    .camera_caption2 .caption_content h3,
    .camera_caption3 .caption_content h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .users_box {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-bottom: 25px;
        overflow: hidden;
    }
    .users_box img{
        width: initial;
        float: left;
        margin-right: 30px;
    }
    #form .success-message {
        width: 100%;
    }
    .slider_txt {
        font-size: 30px;
        padding-top: 63px !important;
    }
    #banner_text {
        font-size: 30px;
        padding-top: 63px !important;
    }
    .slider_smalltxt {
        margin-top: -22px;
        font-size: 13px;
    }
    #banner_smalltxt {
        font-size: 13px;
        padding-right:15px
    }
    .grid_4.grid_footer.first {margin-left: -17px;}
    #custom_text {
        width: 489px;
        padding: 0px 37px;
        line-height: 1.3em;
    }
}
@media only screen and (max-width: 1024px) {
    .content_pages {
        width: 100%;
    }
    .grid_4 {
        width: 285px;
    }
}



@media only screen and (max-width: 979px) {
    .img_fleft,
    .img_right{
        max-width: 45%;
    }
    .camera_wrap:before,
    .camera_wrap:after{
        display: none;
    }
    .camera_caption1,
    .camera_caption2,
    .camera_caption3{
        display: none;
    }
    .icon_tetle {
        font-size: 25px;
        line-height: 40px;
    }
    .icon_tetle-first {
        font-size: 25px;
        line-height: 40px;
    }
    .banner_box .text h5,
    .banner_box .text p {
        display: none;
    }
    .slider_txt {
        font-size: 19px;
        padding-top: 63px !important;
    }
    #banner_text {
        font-size: 19px;
        padding-top: 63px !important;
    }
    .slider_smalltxt {
        margin-top: -70px;
        font-size: 12px;
    }
    #banner_smalltxt {
        margin-top: -46px;
        font-size: 12px;
    }
    .grid_4.grid_footer.first { margin-left: 0px;}

}
@media only screen and (max-width: 767px) {

    h1 {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .search_form {
        float: none;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .search_form input {
        width: 345px;
    }
    .header_contacts{
        text-align: center;
        padding-top: 75px;
    }
    .map{
        padding-right: 0;
    }
    address{
        margin-bottom: 40px;
    }
    .sf-menu{
        display: none;
    }
    .img_fleft,
    .img_right{
        max-width: 100%;
        float: none;
        width: 100%;
    }
    #mm0{
        display: block;
        border: none;
    }
    .icon_tetle {
        position: relative;
    }
    .icon_tetle-first {
        position: relative;
    }

    h3 {
        font-size: 25px;
        line-height: 30px
    }
    .banner_box img{
        width: 100%;
    }

    .banner_box .text h5,
    .banner_box .text p {
        display: block;
    }

    .img{
        margin-right: 0;
        width: 100%;
    }
    .img_fleft{
        margin-right: 0;
    }
    nav:after , nav:before {content:normal;}

    .footer_icon_box { margin-bottom: 0px;}
    .footer_icon_box h5 {font-size: 19px;}
    .grid_4.grid_footer.first {margin-left: 0px;}
    .footer_icon_box img {width: 87%;}
    .footer_icon_box h6 {padding-top: 21px;}
    .grid_4 p {
        padding: 0 0px 10px 0px;
    }
}

@media only screen and (max-width: 479px) {

    .search_form input {
        width: 225px;
    }
    .users_box img {
        width: initial;
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .banner_box .text h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .banner_box .text p{
        font-size: 14px;
        line-height: 16px;
    }
    .banner_box {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 766px) {
    .owl-carousel .owl-wrapper-outer {
        width: 100%;

    }
    .owl_carousel {
        margin-left: 0;
    }
    .owl-carousel {
        width: 100% !important;
    }
    .owl_carousel.mobile {
        display: block;
    }
    .owl_carousel.desktop {
        display: none;
    }
    div#banner_text {
        font-size: 25px;
        line-height: 23px;
        top: -150px;
        left: -35px;
        background-color: transparent !important;
        width: 100% !important;
    }
    #banner_smalltxt {
        font-size: 14px;
        line-height: 20px;
        width: 95%;
        margin-top: -35px;
    }
    #main_banner {
        position: absolute;
        top: 149px;
        background-size: 110% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .slider_txt {
        font-size: 25px;
        line-height: 23px;
        top: 12px;
        left: -5px;
        color:#000000;

    }

    .slider_smalltxt {
        font-size: 14px;
        line-height: 20px;
        width: 240%;
        margin-top:-30px;
    }

    .logoimg {
        margin-bottom: -78px;
    }
    #custom_img {
        display: block;
    }
    #custom_bg {
        display: none;
    }
    #custom_text {
        width: 95%;
        padding:0px 20px 10px 20px;
    }
    .content_pages {
        padding:20px 0;
        width: 100%;
    }

    .faq {
        width: 100%;
    }
    .article {
        width: 100%;
        height: 82px !important;
    }
    .header_contacts h5 {
        padding-left: 0;
    }
    .header_contacts {
        float: none;
        width: initial;
    }
    .col-xs-12 {
        width: 100%;
    }
    #form input {
        width: 142%;
    }
    #form textarea {
        width: 142%;
    }
    #form .btns a:first-child {
        margin-right: 0px;
    }
    .owl_carousel {
        margin-top: -45px;
    }
    .grid_8.icons-contet {
        padding: 0 20px;
    }
    .grid_4.picture-gallery {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 600px) {
    #iframe_mainsignup {
        height: 1200px !important;
    }
    .m_40 {
        padding: 5px 20px 5px 10px;
    }
    .close-btn {
        top: 3%;
        right: 26%;
        width: 6%;
    }

}
@media only screen and (max-width: 500px) {
    #popup-offer {
        position: absolute;
        z-index: 99999;
        height:660px;
        width: 85%;
        left: 10%;
        top:13%;
        margin: 0;
    }

}
@media( min-width:768px ) and ( max-width: 991px) {
    .col-md-4 {
        width: 49%;
        display: inline-block;
    }
    .col-sm-12 {
        width: 100% !important;
    }
}


