@charset "utf-8";
/* CSS Document */
html { scroll-behavior: smooth;}

body { font-family: 'Roboto Condensed', sans-serif; color: #000000;}
body p { font-size: 17px; line-height:24px; font-weight: 300;}
.head_sec { margin:0; padding: 10px 0; vertical-align: middle;}
.microsoft_logo { float: right; padding-top: 21px; text-align: right;}


.carousel-indicators .active { background-color: #02a3f4!important; border:1px solid #02a3f4!important;}
.carousel-control { top: 47%; width: 5%;}
.carousel-control.left, .carousel-control.right {
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    filter: none!important;
    background-repeat: no-repeat!important;
}
.clearfix{clear: both;}

.carousel-caption {left: 11%!important; top: 20%!important;}


.carousel-caption { text-align: left;  max-width: 390px; text-shadow: none!important;}
.carousel-caption h1 { font-size: 56px; font-weight: 600; line-height: 1; margin:0; padding:0;}
.carousel-caption h3 { font-size: 20px; font-weight: 400; line-height: 1.3; margin-top: 20px;}
a.btn_blue { background: #f3d54e; color: #000; font-size: 20px; font-weight: 600; display: block; text-align: center; width: 100%; max-width: 220px; line-height: 70px; padding:0; margin:0; text-decoration: none; margin-top: 40px; transition: 2s ease;}
a.btn_blue:hover { transition: 2s ease; background: #0e9046; color: #FFF;}



.main_port { margin:0 auto; padding: 60px 0; background: #81868a; color: #fff; text-align: center;}
.main_port h1 { font-size: 60px; font-weight: 600; margin:0; padding:0; padding-bottom: 10px;}
.main_port h1 sup{font-size:18px; top: -2em;}
.main_port p{font-weight: 300;}
.content_sep {padding: 30px 0;}
.info_box { margin:0 30px; padding:0; height: 496px; position: relative;}
.info_box_inner {margin: 0;
   position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%)}
   
.info_box ul { margin:0; padding:0;}
.info_box ul li { margin:0; padding:15px 0 15px 16px; list-style: none; font-size: 17px; font-weight: 500; background: url(../images/list-bullet.png) no-repeat left top 24px;}



.image_box { margin:0; padding:0; width: 100%; position: relative;}
.image_box img { margin:0; padding:0; width: 100%; height: auto; }


.image_pic {
  display: block;
  width: 100%;
  height: auto;
}

.image_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 102, 184, 0.5);
}

.image_box:hover .image_overlay {
  opacity: 1;
}




.main_down { margin:0; padding:0; padding-top: 60px; padding-bottom: 90px; border-top: 1px solid #cecece; text-align: center;}
.main_down h2 { color: #02a3f4; font-size: 36px; font-weight: 700; margin:0; padding:0; padding-bottom: 15px;}
.product_line { padding-top: 50px;}
.m_down_box { background: #f4f4f4; padding: 0px; border-bottom: 10px solid #02a3f4;}
.m_down_box_pic { padding: 0;}
.m_down_box_pic img { margin:0 auto; padding:0; text-align: center; width:100%;}
.m_down_box_pic_topic { padding: 38px 0; border-top: 1px solid #cecece; height: 120px; position: relative; transition: 2s ease;}
.m_down_box_pic_topic:hover { background: #02a3f4; color: #FFF; transition: 2s ease;}
.m_down_box_pic_topic:hover h4, .m_down_box_pic_topic h4:hover { color: #FFF;}
.m_down_box_pic_topic h4 {font-size: 20px; font-weight: 700; line-height: 1.3; 
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
	}





.bottom_port {
  
  width: 100%;
  
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.75), 
      rgba(0, 0, 0, 0.75)
    ),
    /* bottom, image */
    url(../images/laptop.jpg);
	background-size: cover;
	transition: 5s ease;
}

.bottom_port:hover {width: 100%;
  
  background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.65), 
      rgba(0, 0, 0, 0.65)
    ),
    /* bottom, image */
    url(../images/laptop.jpg);
	background-size: cover;
	transition: 5s ease;
	}


.black_box {
	color: #FFF;
	padding: 100px 60px;
	background: rgba(0, 0, 0, 0.75);
	}
	
.black_box .form-control {
    display: block!important;
    width: 100%!important;
    height: 60px!important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143!important;
    color: #c7c7c7!important;
    background-color: none!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    -webkit-transition: none!important;
    transition: none!important;
    transition: none!important;
    transition: none!important;
	margin-bottom: 30px;
}
.black_box .form-control button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none!important;
	color: #FFF!important;
}

.black_box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #848484;text-transform: uppercase;
}
.black_box .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #848484;text-transform: uppercase;
}
.black_box .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #848484; text-transform: uppercase;
}
.black_box .form-control:-moz-placeholder { /* Firefox 18- */
  color: #848484; text-transform: uppercase;
}


.btn_submit { background: #02a3f4; color:#FFF; font-size: 18px; padding: 18px 30px; border: none; text-transform: uppercase; font-weight:600; transition: 1s ease;}
.btn_submit:hover { background: #0e9046; transition: 1s ease;}


.btm_left { height: 620px; position: relative; width:100%; max-width: 605px;}
.btm_left_inner {
	margin: 0;
   position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%) 
	}
	
	
.btm_left  h1 { color: #fff; font-size: 2vw; font-weight: 700; line-height: 1.2; text-transform: uppercase;}
.btm_left  h1 span{color: #02a3f4;font-size: 4vw;}
.btm_left p { color: #FFF; font-size: 17px; font-weight: 300; line-height: 1.3; padding-top: 30px;}
.btm_left sup{font-size:18px; top: -2vw;}



.grey_sec { background:#f4f4f4; padding: 90px 0;}
.grey_sec p { font-size: 14px;}


.copyright { padding: 40px 0; text-align: center; }
.copyright p {font-size: 15px; margin:0; padding:0; line-height:1;}

.container { width: 80%!important;}



/*Flip On Hover*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 320px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #f4f4f4;
  z-index: 2;
}

.flip-card-front img { margin: 40px 0;}

.flip-card-back {
  background-color: #02a3f4;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  padding: 30px;
}

.flip-card-back h3 { font-size: 22px;}
.flip-card-back p { font-size: 15px; line-height: 19px;}
/*Flip On Hover*/

/*----------- Style 2 ---------------*/
img{max-width: 100%;}
a.bookbut{background: #0071c5; color:#fff; display:inline-block; float:left; padding: 10px 20px; border-radius: 5px; font-size: 16px;  text-decoration: none; margin-top: 15px;}
a.bookbut:hover{background: #81868a;}
.intellogo{float:right; max-width: 110px; margin-right: 15px;}
.sublogo{float:right!important; width: 15%;}
.aligncenter{float:none!important; margin:0 auto;}
section.box1 { display: flex;}
.box1 .bx1{padding:30px;}
.box1 .bx2{background:#14356a; padding-left: 0!important; color:#fff;}
.box1 .bx2 .col-md-8{padding-left: 0!important;}
.box1 .bx2 h2{font-size: 3vw; line-height: 1;}
.colpad{padding:6vw 0 60px 0 ;}
.bx1 h2{font-size:3vw; font-weight: 600;}
.bgstyle{background:url(../images/botbg.jpg) no-repeat left; background-size: cover; padding: 60px 0; color:#fff;}
.bgstyle h2{text-transform: uppercase; font-size: 30px;}
.bgstyle h2 span{font-size:40px;}
.stylebx2 li{list-style: none; width:30%; float:left; margin-right: 2%; padding: 20px; text-align: center; font-size: 15px; border-radius: 15px;}
.stylebx2 ul{padding-left:0; margin-top: 20px;}
.stylebx2 li:nth-child(1){background:#0071c5;}
.stylebx2 li:nth-child(2){background:#49a8de;}
.stylebx2 li:nth-child(3){background:#3b57a7;}
.stylebx2 li span{display:block; font-size:30px;}
.modal-dialog {width: 100%!important; max-width: 700px;}
.close{font-size: 30px!important; opacity: 1!important;}
.modal-header {padding: 8px 15px!important;}
.logo_red {width: 82%;}
.main-logo{float:left;}


@media only screen and (max-width: 1470px) {
	
.container { width: 90%!important;}
.carousel-caption { left: 7%!important;     top: 7%!important;}
	
	}
	
	
@media only screen and (max-width: 1200px) {
	
	
	.container { width: 94%!important;}
	
	.carousel-caption { top: 11%!important;}
	.carousel-caption h1 {font-size: 40px;}
	.carousel-caption h3 {font-size: 30px;}
	a.btn_blue {max-width: 220px; line-height: 60px;}
	
	.info_box {margin: 0; height: 350px;}
	.main_port h2 {font-size: 32px; padding-bottom: 20px;}
	.info_box ul li { padding: 8px 0 8px 16px;}
	
	
	.btm_left {height: 400px;}
	.btm_left h1 { font-size: 40px;}
	.btm_left p { font-size: 20px; padding-top: 20px;}
	
	.black_box { padding: 50px 40px;}
	.black_box .form-control { height: 50px!important; margin-bottom: 20px;}
	.btn_submit { padding: 14px 30px;}
	
	}



@media only screen and (max-width: 980px) {
	
	.carousel-caption {  top: 10%!important;}
	.carousel-caption h1 { font-size: 36px;}
	.carousel-caption h3 { font-size: 24px; margin-top: 20px;}
	a.btn_blue { margin-top: 24px;}
	section.box1 { display:block; text-align: center;}
	
	.main_port {     padding: 30px 0;}
	
	.info_box_inner { margin: 0; position: relative!important; top: 0!important; transform: none!important;     padding-bottom: 30px;}
	.info_box {  height: auto;}
	.main_port h2 { padding-top: 30px;}
	
	.m_down_box_pic img { width: 100%; max-width: 360px;}
	
	.m_down_box_pic_topic { height: 90px;}
	.grey_sec { padding: 50px 0;}
	.logo_red { width: 73%;}
	.sublogo { width: 20%;}
	
	}
	
	
@media only screen and (max-width: 768px) {
	

.logo_red { margin-bottom: 20px;}
	
.carousel-caption {
 top: 5%!important;
}

.carousel-caption h1 {
    font-size: 30px;
}


.carousel-caption h3 {
    font-size: 20px;
    margin-top: 10px;
}
a.btn_blue {
    max-width: 180px;
    line-height: 50px;
	font-size: 16px;
}

	
.info_box_inner { padding-right: 0px;}
.content_sep {  padding-bottom: 0;}
.btm_left h1 { font-size: 19px;    margin-top: 30px;}
.info_box ul li {background: url(../images/list-bullet.png) no-repeat left top 17px;}
	

	}



@media only screen and (max-width: 560px) {
	.carousel-caption, .carousel-control.left, .carousel-control.right { display: none;}
	.flip-card-back { padding: 20px;}
	.stylebx2 li { width: 100%; margin-right: 0;}
	.bgstyle h2 span, .bgstyle h2 {font-size: 18px; line-height: 1.2;}
	body p { font-size: 15px; line-height: 20px;}
	.stylebx2 li span { font-size: 23px;}
	.stylebx2 li {margin-bottom: 10px;}
	.box1 .bx2 h2 {font-size: 26px; line-height: 1.2;}
	.colpad { padding: 0 0 20px 0;}
	.bx1 h2 {font-size: 20px;}
	.main_port h1 {font-size: 30px;}
	.main_port h1 sup { font-size: 15px; top: -10px;}
	.btm_left h1 span { font-size: 26px;}
	.btm_left_inner{position: static;    top: 0; transform: none;}
	.btm_left { height: auto;}
	.btm_left p {font-size: 15px; padding-top: 0px;}
	.black_box {padding: 50px 20px;}
	a.bookbut{display:block; float: none;}
	.logo_red {width: 100%;}
	.sublogo {width: 100%; text-align: center;}	
	header .container{padding:0;}
	.main-logo {max-width: 130px;}
	.intellogo {max-width: 60px;}
	.carousel-caption {position: static; background: #000; padding: 20px; padding-bottom: 40px;   min-height: 200px;   text-align: center;}
	.carousel-caption h1 {font-size: 19px;}
	.carousel-caption h3 {font-size: 13px;}
	a.btn_blue { margin-top: 0; margin: 0 auto;}
	.carousel-inner{overflow:visible;}
	.carousel-caption{display:block; max-width: 100%;}
	.carousel-indicators { bottom: -10px;}
	.modal-dialog {width: 95%!important;}
	.logo_red { margin-bottom: 0px;}
	
	
	}
	
	
	
