

section.start{background: url(../img/Headers/Home-bg.jpg) center -77px fixed; min-height:100%; background-size:cover;}

section.start h1{color:white; text-shadow: 0px 0px 3px #7b7b7b;}
section.start h3{direction:rtl;color:white;}

	
section.start .container{padding-top:190px;text-align:center;}
section.start .tel{
	color: #2e7ea7;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 100px;
    width: 290px;
	height:55.5px;
    margin: 0 auto;
    display: -webkit-box;
	cursor:pointer;
}
section.start .tel .tel-icon{
	position: relative;
	top:12px;
	right:199px;
	float:right;
	width: 50px;
    height: 35px;
    background: url(../img/phone.svg) top no-repeat;
    background-size: 30px;
}
section.start h4{display:inline; line-height:55px;display:table-cell;}
section.start span{
    height: 10px;
	font-size:15px;
    line-height: 0px;
    color: #fff;
	margin-top: 16px;
    display: inline-block;
}


section.start line {
    display: inline-block;
    height: 2px;
    width: 90px;
    background: rgba(255, 255, 255, 0.45);
    position: relative;
    margin: 0px 13px;
    top: 11px;
}


section.main{height:490px; background-color:#f7f7f7}
section.main .row{}
section.main .container{padding:80px 0;}
section.main h4{margin:25px 0}
section.main img{width:75px;}

section.more{height:500px;


background: rgba(63,104,226,1);
background: -moz-linear-gradient(-40deg, rgba(63,104,226,1) 0%, rgba(63,104,226,1) 42%, rgba(72,117,230,1) 42%, rgba(72,117,230,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(63,104,226,1)), color-stop(42%, rgba(63,104,226,1)), color-stop(42%, rgba(72,117,230,1)), color-stop(100%, rgba(72,117,230,1)));
background: -webkit-linear-gradient(-40deg, rgba(63,104,226,1) 0%, rgba(63,104,226,1) 42%, rgba(72,117,230,1) 42%, rgba(72,117,230,1) 100%);
background: -o-linear-gradient(-40deg, rgba(63,104,226,1) 0%, rgba(63,104,226,1) 42%, rgba(72,117,230,1) 42%, rgba(72,117,230,1) 100%);
background: -ms-linear-gradient(-40deg, rgba(63,104,226,1) 0%, rgba(63,104,226,1) 42%, rgba(72,117,230,1) 42%, rgba(72,117,230,1) 100%);
background: linear-gradient(130deg, rgba(63,104,226,1) 0%, rgba(63,104,226,1) 42%, rgba(72,117,230,1) 42%, rgba(72,117,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f68e2', endColorstr='#4875e6', GradientType=1 );



 }

section.more .column:nth-child(1){width:60%; text-align:right; margin-right:20px;}
section.more .column h3{margin:60px 0 30px 0}
section.more .column:nth-child(2){width:40%;}

section.learn{min-height:500px;background:url(../img/Laptop-home.jpg) center -180px no-repeat;
	background-size:cover;}
section.learn .row .column{padding-top:0}
section.learn .row .column h3{color: #666; margin: 0 0 30px 0;}


/*Edge*/
@supports ( -ms-accelerator:true ) 
{
   /* html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
	nav{
		position: fixed;
		border-top: 1.5px solid #eee;
		box-shadow: 0px -1px 7px 0px #000;
		background: #f7f7f7 !important;
		padding: 28px !important;
		color: #777777 !important;
	}*/
	section.start{background-attachment:scroll;}
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    /*html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
	
	nav{
		position: fixed;
		border-top: 1.5px solid #eee;
		box-shadow: 0px -1px 7px 0px #000;
		background: #f7f7f7 !important;
		padding: 28px !important;
		color: #777777 !important;
	}*/
	section.start{background-attachment:scroll;}
}








