@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
::selection {
	color:#fff;
	background:#3284b6;
}

::-moz-selection {
	color:#fff;
	background:#3284b6;
}


* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
}

.container {
	width:1170px;
	margin:auto;
	position:relative;
}


/******************header*********************/

header {
	width:100%;
	background:#fff;
	float:left;
}

.logo {
	width:200px;
	float:left;
	text-align:center;
	background:#fff;
	padding:5px 0;
}

.logo img {
	width:220px;
}

.contact {
	float:right;
	margin-top:8px;
	height:45px;
	width:auto;
}
.contact a {
	color:#000;
	font-weight:900;
	text-transform:uppercase;
	font-size:30px;
	text-decoration:none;
	outline:0;
} 

.banner {
	width:100%;
	float:left;
	padding-left:70px;
	padding-top:80px;
	background:url(images/banner.jpg);
	background-size:cover;
	padding-bottom:25px;
	position:relative;
	height:435px;
}

.banner img {
	position:relative;
}

.banner form {
	position:absolute;
	right:50px;
	top:45px;
	width:350px;
	padding:10px 25px;
	float:right;
	background:#fff;
	border:3px dashed #33373c;
}

.banner form h1 {
	color:red;
	text-align:center;
	font-weight:900;
	font-size:20px;
	margin-bottom:5px;
	width:100%;
	float:left;
	text-transform:uppercase;
	line-height:20px;
}


.banner form input {
	width:100%;
	float:left;
	margin-bottom:5px;
	height:35px;
	border:1px solid #ccc;
	font-size:11px;
	background:#fff;
	padding:0 5px;
}

.banner form input::placeholder {
	color:#000;
	opacity:1;
}

.banner form button {
	width:98%;
	float:left;
	margin-left:1%;
	border:none;
	border-radius:2px;
	font-family: 'Open Sans', sans-serif;
	padding:8px 0;
	text-transform:uppercase;
	margin-top:10px;
	background:green;
	border-bottom:2px solid #000;
	font-size:16px;
	font-weight:600;
	color:#fff;
	cursor:pointer;
}

.banner form button:hover {
	background:#000;
	border-bottom:2px solid #333;
}

/******************service*********************/
.service {
	text-align:center;
	width:100%;
	float:left;
	background:#0068aa;
	color:#fff;
}

.service li {
	/*border-left:1px solid rgba(255,255,255,.5);*/
	width:33.33%;
	float:left;
	padding:15px;
	font-size:12px;
	list-style:none;
}
.service li.highlight {
	background:#f1da5e;
	color:#000;
}
.service li .unl {
	text-decoration:underline;
	font-weight:normal;
	color:orange;
}
.service li.highlight .unl {
	color:green;
}
.service li .fos {
	font-size:14px;	font-weight:bold;
}
.service li .fon-h {
	color:green;
}
.service li .fon-n {
	font-weight:normal !important;
	font-size:12px;
}
.service li .colr {
	color:yellow;
}
.service li .colrs {
	
}
.service li .colrs a {
    color: #fff587;
    text-decoration: none;
    outline: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3px;
}
.service li.highlight .colr {
	color:red;
}
.service li.highlight .colrs a {
	color:red;
	text-decoration:none;
	outline:0;
}
.service li strong {
	font-size:15px;
}

.service li:first-child {
	border:none;
	padding-bottom: 15px;
}

.service li img {
	vertical-align:middle;
}

.banner-slide {
	width:100%;
	float:left;
	height:400px;
	overflow:hidden;
	position:relative;
}

.banner-slide p {

    position: absolute;
    right: 15px;
    bottom: 0px;
    z-index: 9;
	width: 100%;
	text-align: right;
	font-size:12px;
	color:white;
}	

/*22-5-2018 end*/


.banner-slide li {
	width:100%;
	position:absolute;
	left:0;
	top:0;
	list-style:none;
	height:100%;
	background:url(images/usa.jpg);
	background-size:cover;
	transition:all ease .5s;
	z-index:1;
}
.banner-slide li.canada {
		/*left:calc(100% - 140px);*/
	background:url(images/australia.jpg);
	background-size:cover;
	    left: 0px;
	z-index:5;
}


/*.banner-slide li.canada:hover .banner-slide li.australia { left:1200px;}*/
.banner-slide li.australia {
	/*left:calc(100% - 70px);*/
	background:url(images/australia.jpg);
	background-size:cover;
	 z-index: 6;
    left: 140px;
}

/*.banner-slide li.australia:hover { left:1200px;}*/

.banner-slide li .text {
	width:70px;
	height:100%;
	text-align:center;
	background:#000654;
	background:rgba(0,6,86,.9);
	border-right:5px solid #fff;
	font-weight:bold;
	color:#fff;
	float:left;
	vertical-align:middle;
	position:relative;
}
.banner-slide li.canada .text {
	background:#00008b;
	background:rgba(0,0,139,.9);
}
.banner-slide li.australia .text {
	background:#00008b;
	background:rgba(0,0,139,.9);
}
.banner-slide li .text h2 {
	writing-mode: tb-rl;
	position:absolute;
	font-size:50px;
	left:0;
	top:0;
	bottom:0;
}

.banner-slide li .logos {
	width:calc(100% - 310px);
	margin-left:100px;
	float:left;
	text-align:center;
}

.banner-slide li.australia .logos {
	padding:0 25px;
	width:calc(100% - 210px);
	margin:50px 0 0 0;
}

.banner-slide li.canada .logos {
	padding:0 25px;
	width:calc(100% - 210px);
	margin:50px 0 0 60px;
}

.banner-slide li .logos strong {
	width:100%;
	float:left;
	padding:15px 0;
	color:#fff;
	font-size:24px;
	text-shadow:1px 1px 1px #000;
}

.banner-slide li .logos figure {
	background:#fff;
	background:rgba(255,255,255,.8);
	margin:3px;
	padding:5px;
	position:relative;
	border-radius:5px;
	display:inline-block;
}

.banner-slide li .logos figure span {
	color:red;
	position:absolute;
	left:0;
	top:-3px;
}

.banner-slide li .logos figure img {
	width:85px;
}

.banner-slide li.australia .logos figure img,
.banner-slide li.canada .logos figure img {
	width:100px;
}

/******************offer*********************/
.offer {
	width:100%;
	float:left;
	padding:50px 0;
}

.offer .col-6 {
	width:50%;
	float:left;
}
.offer .col-6:nth-child(1) {
    padding: 0 15px 0 0px;
}
.offer .col-6:nth-child(2) {
    padding: 0 0 0 15px;
}
.offer-s {
    width: 100%;
    float: left;
}
.offer h3 {
	text-align:center;
	font-size:28px;
	color:#0896d7;
	margin-bottom:15px;
}
.offer-sec {
	width:100%;
	float:left;
	margin: 0 0 15px 0;
}
.offer-head {
	text-align:center;
	height:85px;
	width:100%;
	line-height:85px;
	color:#fff;
	font-weight:600;
	float:left;
	font-size:20px;
	background:url(images/usa.png) no-repeat center;
	background-size:500px auto;
}

.offer-head.firs {
	margin-top:0;
}

.offer-head.sec {
	background:url(images/canada.png) no-repeat center;
	background-size:500px auto;
}

.offer-head.thir {
	background:url(images/australia.png) no-repeat center;
	background-size:500px auto;
	background-size:500px auto;
	background-size:100% 100%;
}

.offer ul.offer-l {
	float:left;
	padding:0 100px;
	height:360px;
	transition:all ease .25s;
}

.offer-sec:hover ul.offer-l {
	height:360px;
}

.offer ul.offer-l li {
	list-style:none;
	font-size:13px;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}

.offer ul.offer-s li { 
	font-size:16px;
	list-style:none;
	border-bottom:1px dashed #ccc;
	padding:8px 48px;
}

.offer ul.offer-s li span.color {
	color:red;
}
/******************course*********************/
.course {
	width:100%;
	float:left;
	text-align:center;
	padding:25px;
	font-size:18px;
	line-height:28px;
	background:#ccc;
}

.course h4,
.proud h4 {
	margin-bottom:15px;
	font-size:24px;
	color:#0896d7;
}

.course .col-6 {
	width:50%;
	padding:0 30px;
	float:left;
	font-size:15px;
	text-align:justify;
}
.course li {
	padding-bottom:5px;
	border-bottom:1px #ccc solid;
}
.register {
	margin:auto;
	cursor:pointer;
	border-radius:5px;
	display:table;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,.5);
	padding:10px;
	background:#e65400;
}
.register:hover {
	background:red;
}
/******************proud*********************/
.proud {
	text-align:center;
	padding:10px 0;
	width:100%;
	float:left;
	background:#f1f1f1;
}

/******************footer*********************/
footer {
	width:100%;
	float:left;
	text-align:center;
	background:#3d65a2;
	font-weight:bold;
	padding:15px 0;
	color:#fff;
	font-size:20px;
}
footer a {
    text-decoration: none;
    color: #ffffff;
}
/******************popform*********************/
.popform {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	display:none;
	left:0;
	background:#000;
	background:rgba(0,0,0,.9);
	z-index:3;
}
.popform form {
	width:600px;
	padding:25px;
	position:relative;
	border-radius:10px;
	border:5px solid #000;
	margin:50px auto;
	background:#fff;
}
.popform form h1 {
	text-align:center;
	font-size:24px;
	margin-bottom:15px;
	color:red;
}
.popform form span {
	position:absolute;
	right:-10px;
	top:-10px;
	text-align:center;
	font-weight:bold;
	border-radius:50%;
	width:35px;
	line-height:35px;
	background:red;
	color:#fff;
	cursor:pointer;
}
.popform form input {
	width:100%;
	padding:15px 5px;
	margin-bottom:10px;
}
.popform form button {
	width:300px;
	margin:auto;
	display:table;
	border:none;
	border-radius:2px;
	font-family: 'Open Sans', sans-serif;
	padding:8px 0;
	text-transform:uppercase;
	margin-top:10px;
	background:green;
	border-bottom:2px solid #000;
	font-size:16px;
	font-weight:600;
	color:#fff;
	cursor:pointer;
}

 /*        css edit by mohammad sahil khan start */
    
    .proud img { max-width: 100%;}
 
  /*        css edit by mohammad sahil khan end */



/*large-screen*/
@media (min-width: 1200px) {
}

/*medium-desktop-screen*/
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width:950px;
	}
	.banner {
		padding-top:90px;
	}
	.banner img {
		width:500px;
	}
	.service li {
		font-size:10px;
	}
	.service li .fos {
		font-size:12px;
	}
	.service li strong {
		font-size:14px;
	}
	.banner-slide li .logos strong {
		padding:8px 0;
		font-size:20px;
	}
	.banner-slide li .logos figure img {
		width:75px;
	}
	.offer ul.offer-l {
		padding:0 50px;
	}
	.offer-head,
	.offer-head.sec,
	.offer-head.thir {
		background-size:450px auto;
	}
	.offer ul.offer-s li {
		font-size:14px;
	}
}

/*responsive-tab*/
@media (min-width:768px) and (max-width:991px){
	.container {
		width:740px;
	}
	.banner img {
		width:275px;
	}
	.service li {
		width:50%;
		margin:10px 0;
	}
	.banner-slide li .logos strong {
		font-size:18px;
	}
	.banner-slide li .logos figure img {
		width:45px;
	}
	.banner-slide li.australia .logos figure img,
	.banner-slide li.canada .logos figure img {
		width:60px;
	}
	.offer ul.offer-s li {
		font-size:14px;
	}
	.offer ul.offer-l {
		padding:0 25px;
	}
	.offer-head,
	.offer-head.sec,
	.offer-head.thir {
		background-size:360px auto;
		font-size:14px;
	}
	.course {
		font-size:16px;
		line-height:26px;
	}
	footer {
		font-size:16px;
	}
}

/*responsive-small-screen*/
@media (max-width:767px){
	.container {
		width:90%;
	}
	.logo {
		width:100%;
	}
	.contact {
		font-size: 28px;
		width: 100%;
		float: left;
		text-align: center;
	}
	.banner {
		padding:20px;
		height:auto;
	}
	.banner img {
		width:100%;
	}
	.banner form {
		width:100%;
		margin-top:20px;
		top:auto;
		left:auto;
		right:auto;
		float:left;
		position:inherit;
	}
	.service li {
		width:100%;
		margin:15px 0;
		border:none;
	}
         /*  22-5-2018 767 start*/
	.banner-slide {
		height:auto;
	}
        
         /*  22-5-2018 767 end*/
        
	.banner-slide li .text {
		width:100%;
		float:left;
		height:auto;
		border-right:none;
		cursor:pointer;
	}
	.banner-slide li .text h2 {
		position:inherit;
		float:left;
		left:auto;
		top:auto;
		width:100%;
		writing-mode:inherit;
		font-size:20px;
		text-align:center;
	}
/*	.banner-slide li.canada {
		left:auto;
		top:calc(100% - 56px);
	}*/
	.banner-slide li.australia {
		left:auto;
		top:calc(100% - 28px);
	}
	.banner-slide li .logos,
	.banner-slide li.canada .logos,
	.banner-slide li.australia .logos {
		width:100%;
		margin:0;
		padding:0;
	}
        
        /*  22-5-2018 767 start*/
       .banner-slide li.canada .logos {
           height: 340px;
           background: url(images/canada.jpg);
           background-size: cover;
       }
        
       /*   22-5-2018 767 start*/
       
	.banner-slide li .logos strong {
		font-size:15px;
	}
	.banner-slide li .logos figure img {
		width:60px;
	}
	.banner-slide li.australia .logos figure img {
		width:85px;
	}
	.offer {
		padding:20px 0;
	}
	.offer .col-6 {
		width:100%;
	}
	.offer h3 {
		font-size:20px;
		margin-bottom:10px;
	}
	
	.offer ul.offer-l {
		padding:0;
	}
	.offer ul.offer-l li {
		font-size:10px;
	}
	.offer-head,
	.offer-head.sec,
	.offer-head.thir {
		background-size:270px;
		font-size:16px; 
		height:45px;
		line-height:45px;
	}
	.offer .col-6:nth-child(1) {
		padding: 0;
	}
	.offer .col-6:nth-child(2) {
		padding: 0;
	}
	.offer ul.offer-s li {
		font-size: 14px;
		text-align: left;
		padding: 8px 25px;
	} 
	.course .col-6 {
		width:100%;
		margin-bottom:10px;
		padding:0;
		font-size:13px;
		line-height:22px;
	}
	.course h4 {
		font-size:20px;
	}
	.proud img {
		width:100%;
	}
	footer {
		font-size:13px;
	}
        
/*        css responsive edit by mohammad sahil khan start */

            .popform.control_form form { 
                width: auto;
               max-width: 500px;
            }
            
            .popform form button { width: 100%;}
            
            .banner-slide li.australia {
                left: auto;
                top: 0px;
                z-index: 4;
            }
            
/*            .banner-slide li.canada {
                    left: auto;
                    top: calc(100% - 53px);
                }*/
            
            .banner-slide li {
                position: inherit;
/*               top: calc(100% - 26px);*/
                height: auto;
                z-index: 6;
            }
            
            .banner-slide li.australia .text {
                position: absolute;
                top: calc(100% - 53px);
            }
            
            .banner-slide li.australia  .text h2 {  background: rgba(0,6,86,.9);}
/*            .logos { padding-top: 50px !important;}*/
            
            li.usa .logos { padding-top:10px !important;}
            .banner-slide li .logos figure { margin: 2px 3px}

/*        css responsive edit by mohammad sahil khan end*/


        
}


/*responsive-extrasmall-screen*/
@media (max-width:480px){
    
    /*        css responsive edit by mohammad sahil khan start */
    
    .popform.control_form form { 
                width: auto;
               max-width: 280px;
            }
            
            /*   22-5-2018 767 start*/
             .banner-slide li.canada .logos {
           		height: auto;
				padding-bottom:20px;
             }
             
             /*   22-5-2018 767 end*/
    /*        css responsive edit by mohammad sahil khan end*/
    
}

