@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
 width: 8px;  /* for vertical scrollbars */
 height:8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
 background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
 background-color: #019cde;
}
@font-face {
	font-family: regular;
	src: url(../font/Montserrat-Light.otf);
	white-space: 5px;
}
@font-face {
	font-family: medium;
	src: url(../font/Intro-Regular.otf);
}
@font-face {
	font-family: bold-font;
	src:url(../font/Intro-bold-font.otf);
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-family: bold-font;
}
body {
	margin: 0;
	padding: 0;
}
/*----------Main body-------------*/
#Main {
	width: 100%;
	height: 1552px;
	margin: 0px auto;
	background-color: #FFF;
}
#midtexttop {
	width: 1218px;
	height: 170px;
	float: left;
	font-family: Corbel;
	color: #666;
}
/*------------------------------------Top-box-----------------------------*/
#top {
	width: 100%;
	height: 106px;
	background-color: #000;
}
 
 #midtext-top-box-out {
	width: 100%;
	height: 350PX;
	float: left;
	background-color: #003087;
}
#midtext-top-box {
	width: 1218px;
	height: 200px;
	margin: auto;
	margin-top: 86px;
}
#About {
	width: 100%;
	padding: 0px 0px;
	float: left;
}
#midtext-top {
	padding: 16px 20px;
	float: left;
	background-color: #fff;
	color: #1C1C1E;
	font: 40px / 60px bold-font;
	text-align: right;
}
#About-bottom {
	width: 100%;
	padding: 0px 0px;
	float: left;
	margin-top: 15px;
}
#midtextq1-top-bottom {
	padding: 10px 20px;
	float: left;
	text-align: center;
	background-color: #019cde;
	color: #fff;
	font: 18px / 40px regular;
	color: #ffffff;
	text-transform: uppercase;
}
#section5 {
	width: 100%;
	height: 500px;
	float: left;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
#support {
	width: 1101px;
	height: 390px;
	margin: auto;
}
#support-text-box {
	width: 280px;
	height: 330px;
	float: left;
background-color: #f4f7fb;
padding:30px;
}
#support-text-box1 {
	width: 280px;
    height: 330px;
    float: left;
    background-color: #f4f7fb;
    padding: 30px;
margin-left: 40px;
}
#mslogo-out {
	width: 100%;
	height: 72px;
	float: left;
 
}
#mslogo {
	width: 278px;
	height: 72px;
	margin: auto;
	background-image: url(../image/exserver1.png);
}
#support-text-box-in {
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 8px;
	color: #000;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	font-family: medium;
}
#ctlogo-out {
	width: 100%;
	height: 72px;
	float: left;
 
}
#ctlogo {
	width: 278px;
	height: 72px;
	margin: auto;
	background-image: url(../image/office1.png);
}
#BARONTOP {
	width: 100%;
	height: 40px;
	float: left;
	color: #000;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	font-family: medium;
	margin-top: 8px;
}
#support-text-box-in-right {
	width: 100%;
	height: 150px;
	float: left;
	text-align: center;
	color: #545454;
	font: 15px / 26px regular;
	margin-top: 4px;
}
#support-text-box1-new {
	width: 280px;
    height: 330px;
    float: left;
    background-color: #f4f7fb;
    padding: 30px;
margin-left: 40px;
}
#mslogo-out-new {
	width: 100%;
	height: 72px;
	float: left;
	margin-top: 40px;
}
#mslogo-new {
	width: 278px;
	height: 72px;
	margin: auto;
}
#support-text-box-in-new {
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 8px;
}
#ctlogo-out-new {
	width: 100%;
	height: 72px;
	float: left;
}
#ctlogo-new {
	width: 278px;
	height: 72px;
	margin: auto;
	background-image: url(../image/migration1.png);
}
#BARONTOP-new {
	width: 100%;
	height: 40px;
	float: left;
	color: #000;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	font-family: medium;
	margin-top: 8px;
}
#support-text-box-in-right-new {
	width: 100%;
	height: 150px;
	float: left;
	text-align: center;
	color: #545454;
	font: 15px / 26px regular;
	margin-top: 4px;
}
#midimg {
	width: 100%;
	height: 42px;
	float: left;
	margin-top: 10px;
}
#midimg1 {
	width: 200px;
	height: 41px;
	margin: auto;
}
#midimg1 a {
	width: 200px;
	height: 41px;
	float: left;
	background-color: transparent;
	border: 2px solid #019cde;
	font: 14px / 41px regular;
	text-transform: uppercase;
	color: #019cde;
	text-align: center;
	text-decoration: none;
	display: block;
}
#midimg1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #019cde;
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s;
}
#support-text-box-in5 {
	width: 100%;
	height: 150px;
	float: left;
	text-align: center;
	color: #545454;
	font: 15px / 26px regular;
	margin-top: 4px;
}
#section10 {
	width: 100%;
	height: 560px;
	float: left;
	background-color: #f4f7fb;
}
#section-feature {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	font: 30px / 50px bold-font;
	color: #000;
}
#section10-in {
	width: 1218PX;
	height: 530px;
	margin: auto;
	margin-top: 30px;
}
#section10-bottom {
	width: 1218px;
	height: 430px;
	float: left;
	margin-top: 40PX;
}
#section10-bottom-left {
	width: 550px;
	height: 430px;
	float: left;
}
#section10-bottom-left-top-box {
	width: 550px;
	height: 180px;
	float: left;
	background-color: #ffffff;
	
}
#image-ex-box {
	width: 130PX;
	height: 180px;
	float: left;
	background-color: #019cde;
}
#image-ex-box-image {
	width: 104px;
	height: 98px;
	margin: 42px 0px 0px 13px;
	background-image: url(../image/cloud1.png);
}
#right-sectionf {
	width: 380px;
	height: 180px;
	float: left;
	margin-left: 20px;
}
#section10-bottom-left-top {
	width: 100%;
	height: 60px;
	float: left;
	font: 18px / 60px bold-font;
	color: #000;
	text-transform: uppercase;
}
#section10-bottom-left-top-text {
	width: 100%;
	height: 80px;
	float: left;
	font: 15px / 26px regular;
	color: #545454;
}
#section10-bottom-left-top-box1 {
	width: 550px;
	height: 180px;
	float: left;
	background-color: #ffffff;
	margin-top: 30px;
}
#image-ex-box1 {
	width: 130PX;
	height: 180px;
	float: left;
	background-color: #019cde;
}
#image-ex-box-image1 {
	width: 104px;
	height: 98px;
	margin: 42px 0px 0px 13px;
	background-image: url(../image/cloud2.png);
}
#section10-bottom-left-top1 {
	width: 100%;
	height: 60px;
	float: left;
	font: 18px / 60px bold-font;
	color: #000;
	text-transform: uppercase;
}
#section10-bottom-left-top-text1 {
	width: 100%;
	height: 80px;
	float: left;
	font: 15px / 26px regular;
	color: #545454;
}
#section10-bottom-right {
	width: 550px;
	height: 430px;
	float: right;
}
#section10-bottom-right-top-box {
	width: 550px;
	height: 180px;
	float: left;
	background-color: #ffffff;
}
#image-ex-box2 {
	width: 130PX;
	height: 180px;
	float: left;
	background-color: #019cde;
}
#image-ex-box-image2 {
	width: 104px;
	height: 98px;
	margin: 42px 0px 0px 13px;
	background-image: url(../image/2img.png);
}
#section10-bottom-right-top {
	width: 100%;
	height: 60px;
	float: left;
	font: 18px / 60px bold-font;
	color: #000;
	text-transform: uppercase;
}
#section10-bottom-right-top-text {
	width: 100%;
	height: 80px;
	float: left;
	font: 15px / 26px regular;
	color: #545454;
}
#section10-bottom-right-top-box1 {
	width: 550px;
	height: 180px;
	float: left;
	background-color: #ffffff;
	margin-top: 30px;
}
#image-ex-box3 {
	width: 130PX;
	height: 180px;
	float: left;
	background-color: #019cde;
}
#image-ex-box-image3 {
	width: 104px;
	height: 98px;
	margin: 42px 0px 0px 13px;
	background-image: url(../image/cloud4.png);
}
#section10-bottom-right-top1 {
	width: 100%;
	height: 60px;
	float: left;
	font: 18px / 60px bold-font;
	color: #000;
	text-transform: uppercase;
}
#section10-bottom-right-top-text1 {
	width: 100%;
	height: 80px;
	float: left;
	font: 15px / 26px regular;
	color: #545454;
}
#midtext {
	width: 1218px;
	height: 340px;
	margin-top: 30px;
	float: left;
	margin-top: 5px;
}
#section3 {
	width: 100%;
	height: 393px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
#cloudservice {
	width: 100%;
    height: 269px;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2)), url(../image/bg.jpg);
    background-size: cover;
    background-position: center center;
}
#azuremig {
	width: 1218px;
	height:269px;
	margin: auto;
}

#cloudservicein {
width: 500px;
    height: 205px;
    float: left;
    background: #fff;
    padding: 32px;
	
}
#cloudservicestext {
	width: 100%;
    height: 40px;
    float: left;
    color: #000;
    font: 30px / 40px bold-font;
    text-transform: uppercase;
    display: block;
    padding: 0 0 0 14px;
    border-left: 2px solid #019cde;
}
#padding1 {
	width: 100%;
	height: auto;
	float: left;
}
#cloudservicestext1 {
	width: 100%;
    height: 100px;
    float: left;
    color: #545454;
    font: 15px / 26px regular;
    margin-top: 10px;
    display: block;
}
 
#cloudservicebutton {
	width: 100%;
	height: 41px;
	float: left;
}
#cloudservicebutton1 {
	width: 240px;
	height: 41px;
	float:left;
}
#cloudservicebutton1 a {
	width: 240px;
	height: 41px;
	background-color: transparent;
	border: 2px solid #019cde;
	font: 15px / 41px regular;
	text-transform: uppercase;
	color: #019cde;
	text-align: center;
	text-decoration: none;
	display: block;
}
#cloudservicebutton1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #019cde;
	border: 2px solid #019cde;
	transition: all .3s ease-in-out;
	-webkit-transition: all 0.3s;
}
#hader-box {
	width: 1218px;
	height: 340px;
	margin: auto;
}
#section2-in-center {
	width: 1218px;
	height: 60px;
	margin: auto;
	font: normal normal 300 32px / 60px bold-font;
	color: #ffffff;
	text-align: center;
}
 
/*---------------Fotter-----------*/

#bottem-all {
	width: 100%;
	height: 118px;
	background-color: #333;
	float: left;
	padding-bottom: 40px;
	padding-top: 40px;
}
#bottem {
	width: 1218px;
	height: 118px;
	margin: auto;
}
#bottem-left {
	width: 550px;
	height: 90px;
	float: left;
}
#b2 {
	width: 384px;
	height: 25px;
	color: #d7d7d7!important;
	float: left;
	font: 12px / 25px regular;
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	margin-left: 20px;
}
#paypal {
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 10px;
}
#contenerlogo {
	width: 600px;
	height: 40px;
	margin: auto;
}
#paypallogo {
	width: 185px;
	height: 40px;
	float: left;
	background: url(../image/small-logo.png);
}
#bl {
	width: 650px;
	height: 60px;
	float: right;
}
#b1 {
	width: 326px;
	height: 40px;
	margin-top: 5px;
	float: right;
}
#b1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#b1 ul li {
	padding: 0px 9px;
	margin-right: -4px;
	color: #fff;
	float: left;
	font: normal normal 400 39px / 30px bold-font;
	font-size: 14px;
	text-align: center;
	text-align: left;
	display: block;
}
#b1 ul li a {
	color: #fff;
	text-decoration: none;
}
#b1 ul li a:hover {
	color: #fff;
}
.v {
	color: #09F;
	text-decoration: none;
}
.v:hover {
	color: #FC0;
}
#time {
	width: 100px;
	height: 20px;
	float: left;
	margin-top: 115px;
	margin-left: 150px;
	color: #FFF;
	font-family: Corbel;
}
/*---------------------------bottom icon--------------------------*/

#rine {
	width: 100%;
	height: 25px;
	float: left;
}
#sslsocail {
	width: 180px;
	height: 25px;
	margin: auto;
}
#SSl {
	width: 131px;
	height: 32px;
	float: left;
	margin-top: 6px;
}
#righticone1 {
	width: 180px;
	height: 25px;
	float: left;
}
#righticone1 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#righticone1 li a {
	width: 32px;
	height: 32px;
}
#ficon1 {
	width: 25px;
	height: 25px;
	background: url(../image/partners/SVG-Social/twitter.svg) center no-repeat;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}
#ficon1:hover {
	background: url(../image/partners/SVG-Social/twitter-c.svg) center no-repeat;
}
#sicon1 {
	width: 25px;
	height: 25px;
	background: url(../image/partners/SVG-Social/facebook.svg) center no-repeat;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#sicon1:hover {
	background: url(../image/partners/SVG-Social/facebook-c.svg) center no-repeat;
}
#licon1 {
	width: 25px;
	height: 25px;
	background: url(../image/partners/SVG-Social/linkedin.svg) center no-repeat;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}
#licon1:hover {
	background: url(../image/partners/SVG-Social/linkedin-c.svg) center no-repeat;
}
#small-logo {
	width: 263px;
	height: 46px;
	margin-top: 8px;
	background: url(../image/small-logo.png);
}
#socailnetwork {
	width: 100%;
	height: 25px;
	float: left;
	margin-top: 15px;
}
#bottom-menu {
	width: 470px;
	height: 25px;
	margin: auto;
}
#bottom-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#bottom-menu ul li {
	padding: 5px 10px;
	text-align: center;
	float: left;
	font-family: regular;
	font-size: 12px;
	color: #d7d7d7!important;
	text-transform: uppercase;
}
#bottom-menu ul li a {
	display: block;
	color: #d7d7d7!important;
	text-align: center;
	text-decoration: none;
}
#bottom-menu ul li a:hover {
	text-decoration: underline;
}
