body, h1, h2, h3, h4, h5, h6, span, font, a{
	font-family: 'Roboto', sans-serif !important;


}

h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px;
}

.footer-wrapper{
	width:100%;
	background:#071025;
	min-height:70px;
	color:#7d8e99;
	font-size:15px;
	padding-top:23px;
}

.footer-wrapper font{
	float:right;
}
.footer-wrapper span{
	padding-left: 50px;
}
.footer-wrapper font a,.footer-wrapper span{
	color:#7d8e99;
	cursor: pointer;
}

.footer-wrapper font a:hover,.footer-wrapper span:hover{
	text-decoration:none;
	color:#d6e4ee;
}

.page-heading{
	text-transform:uppercase;
	font-weight:100 !important;
	font-size:42px;
	color:#092a71;
	position:relative;
	padding-bottom:50px;
}

.page-heading:before{
	width:112px;
	height:5px;
	background:url(../img/underline.svg) no-repeat;
	position:absolute;
	left:0px;
	bottom:35px;
	content:'';
}
.terms-heading{
	text-transform:uppercase;
	font-weight:300 !important;
	font-size:28px;
	color:#092a71;
	position:relative;
	padding-top: 10px;;
	padding-bottom:20px;
}

.terms-heading:before{
	width:112px;
	height:5px;
	background:url(../img/underline.svg) no-repeat;
	position:absolute;
	left:0px;
	bottom:10px;
	content:'';
}
.terms-sub-heading{
	text-transform:uppercase;
	font-weight:300 !important;
	font-size:18px;
	color:#092a71;
	position:relative;
	padding-top: 10px;;
	padding-bottom:20px;
}

.terms-sub-heading:before{
	width:112px;
	height:5px;
	background:url(../img/underline.svg) no-repeat;
	position:absolute;
	left:0px;
	bottom:10px;
	content:'';
}
.feedback-con .col-lg-8 input{
	height:45px;
	border:2px solid #7d8e99;
	box-shadow:none;
	font-size:15px;
	margin-bottom:15px;
}

.feedback-con .col-lg-8 input:focus,
.feedback-con .col-lg-8 textarea:focus{
	border:2px solid #092a71;
}

.feedback-con .col-lg-8 textarea{
	height:120px;
	border:2px solid #7d8e99;
	box-shadow:none;
	font-size:15px;
	margin-bottom:15px;
}

.feedback-con .col-lg-8 button{
	width:100%;
	border:none;
	outline:none;
	background:#092a71;
	color:#FFFFFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	padding:10px 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.feedback-con .col-lg-8 button:hover{
	background:#031c53;
}

.feedback-con .col-lg-4 img{
	margin-top:8px;
	height:328px;
}

.feedback-con{
	margin-top:80px;
	margin-bottom:80px;
}

.getstartedwrap{
	width:100%;
	background-color:#092a71;
	min-height:170px;
	background: url(../img/banner.jpg) no-repeat center center fixed #092a71;
}

.getstartedwrap .col-lg-9{
	position:relative;
	padding-left:160px;
}

.getstartedwrap span{
	width:110px;
	height:110px;
	background-color:#00194f;
	float:left;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:15px;
	top:28px;
}

.getstartedwrap span img{
	width:100px;
	margin:5px 0px 0px 0px;
	height:100px;
}

.getstartedwrap .col-lg-9 button{
	position:absolute;
	right:40px;
	top:60px;
	background:none;
	border:none;
	outline:none;
	text-transform:uppercase;
	color:#c1cadb;
	font-size:15px;
	border:2px solid #c1cadb;
	padding:6px 20px;
	font-weight:700;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.getstartedwrap .col-lg-9 button:hover{
	background-color:#c1cadb;
	color:#092a71;
}

.getstartedwrap h4{
	font-size:26px;
	font-weight:200 !important;
	color:#FFFFFF;
	margin:38px 0px 5px 0px;
}

.getstartedwrap h6{
	font-size:15px;
	font-weight:500;
	color:#adc4f3;
}

.getstartedwrap h6 a{
	color:#adc4f3;
	font-size:15px;
}

.getstartedwrap h6 a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.getstartedwrap .col-lg-3{
	background: rgba(6,35,96,1);
	background: -moz-linear-gradient(left, rgba(6,35,96,1) 0%, rgba(9,42,113,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,35,96,1)), color-stop(100%, rgba(9,42,113,1)));
	background: -webkit-linear-gradient(left, rgba(6,35,96,1) 0%, rgba(9,42,113,1) 100%);
	background: -o-linear-gradient(left, rgba(6,35,96,1) 0%, rgba(9,42,113,1) 100%);
	background: -ms-linear-gradient(left, rgba(6,35,96,1) 0%, rgba(9,42,113,1) 100%);
	background: linear-gradient(to right, rgba(6,35,96,1) 0%, rgba(9,42,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062360', endColorstr='#092a71', GradientType=1 );
	min-height:170px;
	text-align:center;
}

.getstartedwrap .col-lg-3 button{
	width:100%;
	text-align:center;
	border:none;
	background:none;
	outline:none;
	color:#abb5cc;
	margin-top:42px;
}

.getstartedwrap .col-lg-3 button:hover{
	color:#FFFFFF;
}

.getstartedwrap .col-lg-3 button font{
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	float:left;
	text-align:center;
	margin-top:2px;
}

.getstartedwrap .col-lg-3 button i{
	font-size:52px;
}

.whychoose-wrapper{
	position:relative;
}

.whychoose-wrapper:before{
	width:100%;
	background-color:#eceff4;
	height:400px;
	position:absolute;
	left:0px;
	top:0px;
	content:'';
}

.whychoose-wrapper .col-lg-9 div{
	width:100%;
	background-color:#FFFFFF;
	float:left;
	margin-top:100px;
	padding:40px 40px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.whychoose-wrapper .col-lg-9 div ul{
	padding:0px;
	margin:0px;
}

.whychoose-wrapper .col-lg-9 div ul li{
	list-style:none;
	padding:0px 0px 0px 30px;
	margin:0px 0px 12px 0px;
	position:relative;
	color:#413e3e;
	font-size:16px;
	font-weight:500;
	
}

.whychoose-wrapper .col-lg-9 div ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#092a71;
}	

.whychoose-wrapper .col-lg-9 div ul li:last-child{
	margin-bottom:0px;
}

.whychoose-wrapper .container{
	position:relative;
}	

.whychoose-img{
	position:absolute;
	top:60px;
	right:15px;
	z-index:998;
	width:360px;
	height:340px;
	background-color:#333333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}

.whychoose-img img{
	width:100%;
	height:340px;
	object-fit:cover;
}

.package-item h4{
	height:75px;
	background-color:#092a71;
	text-align:left;
	text-transform:uppercase;
	color:#FFFFFF;
	position:relative;
	font-size:22px;
	font-weight:100 !important;
}

.package-item h4 b{
	position:absolute;
	left:5px;
	top:3px;
	color:#1c3b7c;
	font-weight:900;
	z-index:0;
	font-size:62px;
}

.package-item h4 font{
	position:relative;
	z-index:998;
	margin:26px 0px 0px 45px;
	float:left;
}

.package-item h4 button{
	width:50px;
	height:50px;
	border:3px solid #97a5c3;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#092a71;
	float:right;
	padding:0px 0px 0px 4px;
	margin:12px 20px 0px 0px;
	color:#97a5c3;
	outline:none;
}

.package-item h4 button:hover{
	background: #97a5c3;
	color:#092a71;
}

.package-item div{
	width:100%;
	background-color:#eceff4;
	float:left;
	min-height:220px;
	border:4px solid #dadfea;
	border-top:none;
	padding:30px 25px 0px 25px;
}

.package-item div h6{
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
}

.package-item div button{
	padding:5px 20px;
	border:2px solid #092a71;
	outline:none;
	margin-top:20px;
	background:none;
	font-size:15px;
	font-weight:500;
	color:#092a71;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.package-item div button:hover{
	background-color:#092a71;
	color:#FFFFFF;
}

.ourpackage-con{
	margin-bottom:80px;
}

.ourpackage-con .page-heading,
.online-rooms .page-heading{
	text-align:center;
}

.ourpackage-con .page-heading:before,
.online-rooms .page-heading:before{
	left:50%;
	margin-left:-56px;
}

.fixed-navcon{
	padding:0px;
	margin:0px;
	min-height:75px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.fixed-navcon .nav-link{
	font-size:15px;
	color:#282828;
	text-transform:uppercase;
	padding:0px 26px !important;
	margin:0px;
	font-weight:500;
}

.fixed-navcon .dropdown{
	border-left:1px solid #999999;
	padding-left:20px;
	margin-left:10px;
}

.fixed-navcon .dropdown .btn-secondary{
	padding:0px;
	margin:0px;
	background:none !important;
	border:none;
	font-size:14px;
	outline:none !important;
	color:#282828;
	box-shadow:none !important;
}

.fixed-navcon .dropdown .btn-secondary i{
	color:#282828;
}

.aboutus-con .col-lg-5 span{
	width:100%;
	height:305px;
	float:left;
	margin-top:4px;
	overflow:hidden;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.aboutus-con .col-lg-5{
	padding-right:25px;
}

.aboutus-con .col-lg-7{
	text-align:justify;
	padding-left:45px;
}

.aboutus-con .col-lg-7 p:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
}

.aboutus-con{
	margin-bottom:80px;
}

.aboutus-con .col-lg-6 img{
	margin-top:-67px;
	position:relative;
	z-index:990;
	margin-bottom:50px;
}

.rooms-item div{
	width:100%;
	background-color:#092a71;
	text-align:center;
	min-height:180px;
	background: url(../img/banner.jpg) no-repeat center center fixed #092a71;
}

.rooms-item div h4{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	color:#eceff4;
	font-size:22px;
	font-weight:100 !important;
	float:left;
}

.rooms-item div span{
	width:110px;
	height:110px;
	float:left;
	overflow:hidden;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:relative;
	left:50%;
	margin:18px 0px 12px -55px;
	background:url(../img/icons-tab.png) no-repeat #eceff4;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.rooms-item:hover div span{
	background-position-y:-110px;
	background-color:#021a52;
}

.arbitration{
	background-position-x:-110px !important;
}

.training{
	background-position-x:-220px !important;
}

.webinar{
	background-position-x:-330px !important;
}

.rooms-item button{
	width:100%;
	border:none;
	outline:none;
	color:#b3bed3;
	text-transform:uppercase;
	text-align:center;
	background-color:#031c53;
	font-size:15px;
	font-weight:500 !important;
	padding:12px 0px;
}

.rooms-item button:hover{
	background-color:#01133a;
}

.rooms-item ul{
	width:100%;
	background:#eceff4;
	float:left;
	padding:22px 0px 0px 0px;
	margin:0px;
	border:4px solid #dadfea;
	border-top:none;
	min-height:220px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}	

.rooms-item ul li{
	width:100%;
	list-style:none;
	position:relative;
	font-size:15px;
	padding-left:40px;
	font-weight:500;
	margin:10px 0px;
}

.rooms-item ul li i{
	position:absolute;
	left:16px;
	top:4px;
	color:#167d45;
}

.online-rooms{
	margin-bottom:80px;
	position:relative;
	padding-top:70px;
}

.online-rooms:before{
	width:100%;
	height:395px;
	background:#eceff4;
	position:absolute;
	left:0px;
	top:0px;
	content:'';
}


.fixed-navcon .dropdown-item{
	font-size:15px;
	padding:6px 12px;
}

.fixed-navcon .dropdown-item:hover{
	background-color:#092a71;
	color:#FFFFFF;
}

.rooms-item:hover ul{
	border:4px solid #07276f;
	border-top:none;
}

.banner-wrapper{
	width:100%; 
	margin-top:75px;
	height:420px;
	background: url(../img/banner.jpg) no-repeat center center fixed #092a71; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-con{
	display: table-cell;
    vertical-align: middle;
	width:100%;
	background: rgba(255, 255, 255, 0.8); 
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height:240px;
	padding:45px 30px 0px 30px;
	margin-top:110px;
}

.login-con input{
	width:100%;
	background:none;
	outline:none;
	min-height:48px;
	border:2px solid #8395b8;
	margin-bottom:12px;
	padding-left:15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.login-con button{
	width:100%;
	background-color:#092a71;
	color:#ffffff;
	border:none;
	outline:none;
	font-weight:700;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px 0px;
}	
.login-con-link{
	color:#092a71;
padding: 10px 0px 10px 0px;
cursor: pointer;
text-align: center;
}
.login-con-link:hover{
	text-decoration: underline;
}

.login-con button:hover{
	background-color:#031c53;
}

.login-con span{
	width:100px;
	height:100px;
	background-color:#ffffff;
	float:left;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom:10px;
	margin-top:-110px;
	position:relative;
	left:50%;
	margin-left:-50px;
	overflow:hidden;
	padding:15px 0px 0px 20px;
}

.login-con span img{
	width:60px;
	height:60px;
}

.banner-btn{
	width:100%;
	text-align:center;
	float:left;
	text-transform:uppercase;
	border:none;
	outline:none !important;
	background:none;
	border:4px solid transparent; 
	-moz-border-radius: 10px;
    border-radius: 10px;
	min-height:200px;
	margin-top:110px;
}

.banner-btn:hover{
	border:4px solid #b9c7de;
	background: rgba(0, 0, 0, 0.25); 
}

.banner-btn h4{
	font-size:22px;
	font-weight:300 !important;
	color:#b9c7de;
	margin-top:14px;
}

.dropdown-menu{
	left:auto;
	right:0px;
	margin-top:15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
border:none;
}

.nav-item .active{
	color:#092a71;
}

::-webkit-scrollbar {
    width: 8px !important;
	height:8px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(9, 42, 113, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(9, 42, 113, 1);
}




@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 300px;
        height: 100%;
		z-index:999;
		background-color:rgba(9,42,113,0.96);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    }

    .navbar-collapse.collapsing {
        left: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	
	.close_btn{
		color:#092a71 !important;
		right:0px !important;
		top:0px !important;
		margin-left:0px;
		background-color:#b9c7de;
		width:40px;
		height:40px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		z-index:999;
		position:absolute;
	}
	
	.nav-link{
		color:#ffffff !important;
		padding: 0px !important;
		text-align:center;
	}
	
	.nav-item{
		border-bottom:1px solid #1b4193;
		padding-bottom:6px;
		margin-bottom:6px;
	}
	
	.navbar .navbar-nav {
		margin-top:50px;
	}
	
	.navbar .navbar-nav a{
		padding:0px 10px !important;
		line-height:40px !important;
		cursor: pointer;
	}
	
	.navbar .dropdown .dropdown-menu{
		padding:10px 10px !important;
		
	}
}

.adscontainer{
	margin-top:80px;
}

.adscontainer img{
	width:100%;
	height:330px;
	object-fit:cover;
}
.adscontainer a{
	position:absolute;
	left:-50px;
	top:38%;
	font-size:32px;
	color:#07276f;
	opacity:0;
	padding:15px;
}

.adscontainer:hover a{
	opacity:1;
}

.adscontainer .next{
	left:auto;
	right:-50px;
}
.schedule-meeting span i{
	color:#07276f;
	font-size:44px;
	position:relative;
	margin:12px 0px 0px 10px;
}

.schedule-meeting h5{
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:500;
	color:#07276f;
	margin-bottom:15px;
}

.schedule-meeting h3{
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:900;
	color:#07276f;
}

.schedule-meeting h4{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:900;
	color:#07276f;
	border-top:1px solid #8fa0c0;
	margin:6px 0px 10px 0px;
	padding:6px 0px 0px 0px;
}

.schedule-meeting button{
	text-transform:uppercase;
	color:#b9c7dd;
	padding-bottom: 10px !important;
}	

.schedule-meeting{
	position:relative;
}

.schedule-meeting a{
	position:absolute;
	left:-15px;
	top:28%;
	color:#07276f !important;
	padding:15px;
	font-size:36px !important;
	opacity:0;
}

.schedule-meeting:hover a{
	opacity:1;
}

.schedule-meeting .next{
	left:auto;
	right:-15px;
}
.embed-container {
overflow: scroll;
}
.embed-container p{
	color:#222121 !important;
}
@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 980px) {
	.aboutus-con .col-lg-6 img{
		position:relative;
		left:50%;
		margin-left:-270px;
	}
	
	.aboutus-con .col-lg-7,
	.aboutus-con .col-lg-5{
		padding-left:15px;
		padding-right:15px;
	}
	
	.aboutus-con .col-lg-5 span{
		display:none;
		visibility:hidden;
	}
	
	.online-rooms .col-lg-3{
		padding-bottom:25px;
	}
	
	.ourpackage-con .package-item{
		margin-bottom:25px;
		float:left;
		width:100%;
	}
	
	.getstartedwrap .col-lg-9 button{
		position:relative;
		left:0px;
		top:0px;
		margin-top:15px;
		margin-bottom:45px;
	}
	
	.getstartedwrap span{
		top:60px;
	}
	
	.getstartedwrap .col-lg-3 button{
		margin-top:80px;
		margin-bottom:0px;
	}
	
	.package-item div{
		min-height:254px;
	}
	
	.whychoose-img,
	.feedback-con .col-lg-4 img{
		display:none;
		visibility:hidden;
	}
	
	.whychoose-wrapper .col-lg-9 div{
		margin-top:80px;
	}
	
	.navbar-toggler{
		position:absolute;
		right:100px;
		outline:none !important;
	}
	
	.page-heading{
		text-align:center;
	}
	
	.page-heading:before {
		left: 50%;
		margin-left: -56px;
	}
	
	.banner-btn img{
		height:60px;
	}
	
	.banner-btn h4{
		font-size:18px;
		margin-top:20px;
	}
	
	.adscontainer img{
		height:auto;
	}
}

@media screen and (max-width: 750px) {
	.navbar-toggler{
		right:160px;
	}
	
	.getstartedwrap .col-lg-3{
		padding-top:0px;
		min-height:inherit;
		margin-top:0px;
		background: rgba(9,42,113,1);
		background: -moz-linear-gradient(left, rgba(9,42,113,1) 0%, rgba(9,42,113,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,42,113,1)), color-stop(100%, rgba(9,42,113,1)));
		background: -webkit-linear-gradient(left, rgba(9,42,113,1) 0%, rgba(9,42,113,1) 100%);
		background: -o-linear-gradient(left, rgba(9,42,113,1) 0%, rgba(9,42,113,1) 100%);
		background: -ms-linear-gradient(left, rgba(9,42,113,1) 0%, rgba(9,42,113,1) 100%);
		background: linear-gradient(to right, rgba(9,42,113,1) 0%, rgba(9,42,113,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092a71', endColorstr='#092a71', GradientType=1 );
	}
	
	.getstartedwrap .col-lg-3 button{
		padding:0px;
		margin:0px 0px 45px 0px;
	}
}

@media screen and (max-width: 480px) {
	.aboutus-con .col-lg-6 img{
		width:100%;
		margin-left:0px;
		left:0px;
	}
	
	.fixed-navcon{
		padding:0px 15px;
	}
	
	.navbar-toggler{
		right:90px;
	}
	
	.banner-wrapper{
		height:auto;
	}
	
	.banner-btn{
		margin-top:45px;
	}
	
	.banner-btn h4{
		font-size:16px;
	}
	
	.banner-btn{
		min-height:150px;
	}
	
	.login-con{
		margin-top:80px;
		margin-bottom:100px;
	}
	
	.footer-wrapper font{
		width:100%;
		text-align:center;
		
	}
	
	.footer-wrapper{
		text-align:center;
		padding-bottom:20px;
		width:100%;
		float:left;
	}
	
	.getstartedwrap .col-lg-3{
		padding-top:35px;
		background: rgba(3,29,85,1);
		background: -moz-linear-gradient(top, rgba(3,29,85,1) 0%, rgba(9,42,113,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,29,85,1)), color-stop(100%, rgba(9,42,113,1)));
		background: -webkit-linear-gradient(top, rgba(3,29,85,1) 0%, rgba(9,42,113,1) 100%);
		background: -o-linear-gradient(top, rgba(3,29,85,1) 0%, rgba(9,42,113,1) 100%);
		background: -ms-linear-gradient(top, rgba(3,29,85,1) 0%, rgba(9,42,113,1) 100%);
		background: linear-gradient(to bottom, rgba(3,29,85,1) 0%, rgba(9,42,113,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031d55', endColorstr='#092a71', GradientType=0 );
	}
	
	.whychoose-wrapper .col-lg-9 div{
		padding:0px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.0);
		-moz-border-radius: 10px;
	}
	
	.whychoose-wrapper:before{
		display:none;
		visibility:hidden;
	}
	.schedule-meeting a{
		opacity:1;
	}
}

@media screen and (max-width: 375px) {
	
}

@media screen and (max-width: 240px) {
	
}	