
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4a4a4a;
	background: #fff;
	font: 14px/1.5em 'Open Sans', sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 
}


@font-face {
    font-family: 'chocolate_cavalcaderegular';
    src: url('../fonts/chocolate_cavalcade.woff2') format('woff2'),
         url('../fonts/chocolate_cavalcade.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
	font-family: 'Open Sans', sans-serif;
font-family: 'Titillium Web', sans-serif;
*/


#wrapper{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#header{
	padding: 12px 0;
	background: #192028;
	overflow: hidden;
}
#header .logo{
	float: left;
	width: 225px;
}
#header .logo a{
	display: block;
}
#header .right-panel{
	float: right;
	margin: 18px 0 0;
}
#header .right-panel a{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
#header .right-panel a img{
	display: inline-block;
	margin: 0 6px 0 0;
}
#header .right-panel a.tel{
	font-size: 20px;
	margin: 0 20px 0 0;
}
#header .right-panel a:hover{
	color: #ffcc00;
}

#nav{
	background: #ffcc00;
	overflow: hidden;
}
#nav .login{
	float: right;
	color: #061528;
	font-size: 18px;
	background: #fff;
	margin: 13px 0 0;
	padding: 12px 30px;
	border-radius: 8px;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
#nav .login:hover{
	color: #ffcc00;
	background: #061528;
}
#nav ul{
	padding: 0;
	float: left;
	width: 55%;
	list-style: none;
	margin: 0 0 0 220px;
}
#nav ul li{
	display: inline-block;
}
#nav ul li a{
	color: #000;
	display: block;
	font-size: 17px;
	padding: 23px 24px;
	text-transform: capitalize;
	border-top: 2px solid transparent;
	font-family: 'Titillium Web', sans-serif;
}
#nav ul li a:hover,
#nav ul li a.active{
	border-color: #061528;
	background: #ffe680;
}

.banner{
	padding: 86px 0 100px;
	overflow: hidden;
	background-image: url(../images/img-1.gif) ;
	background-size: 100% 100%;
}
.banner .text-box{
	width: 610px;
	color: #fff;
	font-size: 14px;
	text-shadow: 2px 2px 6px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 6px rgba(0,0,0,1);
}
.banner .text-box h1{
	color: #fff;
	font-size: 42px;
	margin: 0 0 30px;
	text-shadow: 2px 2px 6px rgba(0,0,0,1);
	-webkit-text-shadow: 2px 2px 6px rgba(0,0,0,1);
	font-family: 'chocolate_cavalcaderegular';
}
.banner .text-box p{
	margin: 0 0 60px;
}
.banner .text-box .center-img{
	display: block;
	margin: 0 auto;	
	width: 390px;
	height: 245px;
}

.choose-us{
	position: relative;
	background: #192028;
	padding: 0 0 40px;
}
.choose-us .choose-holder{
	max-width: 905px;
	margin: -70px 0 0;
	background: #ffcc00;
	position: relative;
	padding: 70px 380px 50px 80px;
}
.choose-us .choose-holder:after{
	right: -88px;
	bottom: 0;
	width: 152px;
	height: 148px;
	content: "";
	position: absolute;
	background: url(../images/img-4.png) no-repeat;
}
.choose-us .choose-holder .sub-heading{
	color: #192028;
	font-size: 45px;
	display: block;
	margin: 0 0 20px;
	font-family: 'Titillium Web', sans-serif;
}
.choose-us .choose-holder h2{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 20px;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.choose-us .choose-holder p{
	color: #000;
	font-size: 15px;
	margin: 0 0 30px;
	font-family: 'Titillium Web', sans-serif;
}
.choose-us .choose-holder strong{
	color: #000;
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: 600;
	display: block;
	font-family: 'Titillium Web', sans-serif;
}
.choose-us .video-image{
	right: 80px;
	bottom: 200px;
	width: 540px;
	height: 348px;
	content: "";
	position: absolute;
}

.three-columns{
	padding: 40px 0;
	background: #192028;
}
.three-columns .top-heading{
	color: #fff;
	font-size: 17px;
	overflow: hidden;
	max-width: 750px;
	text-align: center;
	margin: 0 auto 60px;
	font-family: 'Titillium Web', sans-serif;
}
.three-columns .top-heading h2{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 50px;
	padding: 0 0 20px;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.three-columns .top-heading h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 2px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img-5.png) no-repeat;
}
.three-columns .top-heading p{
	line-height: 24px;
}
.three-columns .column-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.three-columns .column-holder .column{
	width: 28%;
	color: #000;
	padding: 22px;
	font-size: 16px;
	position: relative;
	background: #ffcc00;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
}
.three-columns .column-holder .column:after{
	right: -46px;
	bottom: -3px;
	width: 82px;
	height: 92px;
	content: "";
	position: absolute;
	background: url(../images/img-4.png) no-repeat;
	background-size: 100% 100%;
}
.three-columns .column-holder .column:before{
	left: 0;
	right: 0;
	content: "";
	height: 8px;
	width: 162px;
	bottom: -14px;
	margin: 0 auto;
	position: absolute;
	background: url(../images/img-9.png) no-repeat;
}
.three-columns .column-holder .column img{
	width: 100%;
	display: block;
	margin: 0 0 36px;
}
.three-columns .column-holder .column span{
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 28px;
	font-family: 'Titillium Web', sans-serif;
}
.three-columns .column-holder .column P{
	padding: 0 20px 0 0;
}

.pricing-plan{
	padding: 40px 0;
	background: #192028;
}
.pricing-plan .top-heading{
	width: 100%;
	text-align: center;
	margin: 0 auto 40px;
}
.pricing-plan .top-heading h2{
	color: 3181818;
	font-size: 32;
	padding: 0 0 20px;
	margin: 0 0 0px;
	font-weight: bold;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.pricing-plan .top-heading h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 2px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background-image: url(../images/img-10.png);
}
.pricing-holder{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 55px 40px 140px;
	justify-content: space-between;
	background-image: url(../images/img-13.png);
	background-size: 100% 100%;
}
.pricing-holder .column{
	width: 24%;
}
.pricing-holder .column .price-box{
	width: 100%;
	z-index: 9;
	padding: 30px 20px;
	text-align: center;
	position: relative;
	background-image: url(../images/img-11.png);
	background-size: 100% 100%;
}
.pricing-holder .column .price-box:after{
	right: 0;
	bottom: -25px;
	width: 124px;
	height: 52px;
	content: "";
	position: absolute;
	background-image: url(../images/img-12.png);
}
.pricing-holder .column .price-box span{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
	text-transform: capitalize;
}
.pricing-holder .column .price-box strong{
	display: block;
	color: #ffcc00;
	font-size: 38px;
	margin: 0 0 20px;
	line-height: 44px;
}
.pricing-holder .column .price-box em{
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}
.pricing-holder .column .detail-box{
	width: 90%;
	background: #fff;
	margin: -30px auto 0;
	position: relative;
	padding: 70px 12px 20px 12px;
	border-left: 2px solid #192028;
	border-right: 2px solid #192028;
	border-bottom: 2px solid #192028;
	border-radius: 0 0 30px 30px;
	box-shadow: 10px 10px 22px -12px #192028;
	-webkit-box-shadow:10px 10px 22px -12px #192028;
}
.pricing-holder .column .detail-box:after{
	left: 0;
	right: 0;
	bottom:-44px;
	width: 194px;
	height: 48px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background-image: url(../images/img-30.png);
}
.pricing-holder .column .detail-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.pricing-holder .column .detail-box ul li{
	overflow: hidden;
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 28px;
	text-transform: capitalize;	
}
.pricing-holder .column .detail-box ul li:after{
	left: 0;
	top: 2px;
	width: 20px;
	height: 17px;
	content: "";
	position: absolute;
	background-image: url(../images/img-31.png);
}
.pricing-holder .column .detail-box ul li .left{
	float: left;
}
.pricing-holder .column .detail-box ul li .right{
	float: right;
}
.clients{
	min-height: 810px;
	margin: -200px 0 0;	
	padding: 180px 0 50px;
	background-image: url(../images/img-14.jpg);
	background-size: cover;
}
.clients .top-heading{
	width: 100%;
	text-align: center;
	margin: 0 auto 90px;
}
.clients .top-heading h2{
	color: #fff;
	font-size: 32;
	padding: 0 0 20px;
	margin: 0 0 30px;
	font-weight: bold;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.clients .top-heading h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 2px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background-image: url(../images/img-5.png);
}
.clients .column-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clients .column-holder .column{
	width: 32%;
	background: #fff;
	padding: 40px 20px 20px;
	text-align: center;
	border-radius: 14px;
	color: #454c56;
	font-size: 16px;
}
.clients .column-holder .column .img{
	width: 69px;
	height: 69px;
	overflow: hidden;	
	border-radius: 100%;
	margin: -76px auto 60px;
}
.clients .column-holder .column p{
	margin: 0 0 50px;
}
.clients .column-holder .column .client-logo{
	display: inline-block;
}
.clients .more{
	color: #000;
	width: 220px;
	display: block;
	font-size: 20px;
	padding: 18px 10px;
	text-align: center;
	border-radius: 5px;
	margin: 40px auto 0;
	background: #ffcc00;
	text-transform: capitalize;
}
.buy-now.buy-now-form,
.pricing-holder .column .detail-box a.more{
	padding: 10px 0;
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 16px 0 0;
    text-transform: uppercase
}
.buy-now.buy-now-form:hover,
.pricing-holder .column .detail-box a.more:hover{
	background: #ffcc00;
}

.clients .more:hover{
	background: #fff;
}

.our-clients{
	padding: 70px 0;
	background: #061528;
}
.our-clients .top-heading{
	width: 100%;
	text-align: center;
	margin: 0 auto 90px;
}
.our-clients .top-heading h2{
	color: #fff;
	font-size: 32;
	padding: 0 0 20px;
	margin: 0 0 30px;
	font-weight: bold;
	position: relative;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.our-clients .top-heading h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 2px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background-image: url(../images/img-5.png);
}
/* .container{ border: 2px solid green }
.grid-item{ border: 2px solid red; padding: 20px;}
.grid{ border: 1px solid blue} */
.tab-holder{
	overflow: hidden;
	position: relative;
	z-index: 9;
	padding: 40px 0;
}
.tab-holder:after{
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 650px;
	content: "";
	position: absolute;
	background: #ffcc00;
	border-radius: 0 50% 50% 0;
}
.filters {
	width: 270px;
	float: left;
	position: relative;
	z-index: 9;
	margin: 0 20px 0 0;
}
.filters ul{
	padding: 0;
	float: left;
	width: 270px;
    list-style: none;
	margin: 0 20px 0 0;
}
.filters ul li{
  display: inlnie-block;
  text-align: left;
  margin-right: 12px;
  padding: 20px 10px 20px 30px;
  font-weight: 600;
  font-size: 20px; 
  cursor: pointer;
  position: relative;
  color: #fff;
  transition: 0.3s;
  margin: 0 0 2px;
  text-transform: uppercase;
  background: rgba(0,0,0,.4);
	font-family: 'Titillium Web', sans-serif;
}
.filters ul li.is-checked,
.filters ul li:hover{
  background: #000;
}
.filters ul li:last-child{
  margin-right: 0;
}
 
.logo-holder{
	float: left;
	width: 70%;
	position: relative;
	z-index: 9;
	background: #fff;
}
.logo-holder .grid-item,
.logo-holder .logic{
	width: 33%;
	padding: 15px 59px;
	position: static !important;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.logo-holder .grid{
	height: 565px !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: auto;
	justify-content: center;
}
.grid-item.EDUCATION img{
	display: inline-block;
	width: 100%;
}

.form-section{
	padding: 0 0 100px;
}
.form-section .form-holder{
	padding: 60px 0;
	background-image: url(../images/img-27.jpg);
	background-size: cover;
}
.form-section .top-heading{
	width: 100%;
	color: #192028;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 90px;
}
.form-section .top-heading h2{
	color: #192028;
	font-size: 32px;
	padding: 0 0 20px;
	margin: 0 0 30px;
	font-weight: bold;
	position: relative;
	text-transform: capitalize;
	font-family: 'Titillium Web', sans-serif;
}
.form-section .top-heading h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 2px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background-image: url(../images/img-10.png);
}
.form-section form{
	/*width: 390px;*/
	margin: 0 auto;
}
.form-section form input[type="text"],
.form-section form input[type="tel"],
.form-section form input[type="email"],
.form-section form textarea{
	width: 100%;
	height: 46px;
	font-size: 14px;	
	margin: 0 0 14px;
	padding: 5px 20px;
	border-radius: 3px;
	background: #e1e1e1;
	border: 1px solid #b7b7b7;
}
.form-section form textarea{
	height: 136px;
	resize: none;
	padding: 20px;
}
.form-section form input[type="text"]:focus,
.form-section form input[type="tel"]:focus,
.form-section form input[type="email"]:focus,
.form-section form textarea:focus{
	border-color: #061528;
}
.form-section form .select-plan{
	width: 100%;
	color: #fff;
	display: block;
	font-size: 16px;
	background: #000;
	margin: 0 0 14px;
	font-weight: 600;
	padding: 18px 20px;
	text-align: center;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}
.form-section form button{
	color: #fff;
	width: 100%;
	padding: 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #ffcc00;
	font-family: 'Titillium Web', sans-serif;
}
.form-section form button:hover{
	background: #000;
}

#footer{
	position: relative;
	padding: 110px 0 0;
	background: #031328;
}
#footer:after{
	top: 0;
	left: 0;
	width: 750px;
	height: 100%;
	content: "";
	position: absolute;
	background: url(../images/img-29.png) no-repeat;
}
#footer .left-text{
	z-index: 9;
	width: 340px;
	padding: 0 0 66px;
	text-align: center;
	position: relative;
}
#footer .left-text .footer-logo{
	display: block;
	margin: 0 0 30px;
}
#footer .left-text p{
	color: #fff;
	font-size: 12px;
	margin: 0 0 30px;
}
#footer .social-icons{
	overflow: hidden;
	text-align: center;
}
#footer .social-icons span{
	font-size: 12px;
	color: #fff;
	display: block;
	margin: 0 0 10px;
}
#footer .social-icons ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .social-icons ul li{
	margin: 0 5px;
	display: inline-block;
	vertical-align:  middle;
}
#footer .social-icons ul li a{
	display: block;
}
.right-column-holder{
	position: relative;
}
.right-column{
	right: 0;
	width: 50%;
	z-index: 9;
	top: -130px;
	text-align: center;
	position: absolute;
	background: #ffcc00;
	padding: 100px 50px 0;
}
.right-column:after{
	top: 0;
	left: -130px;
	width: 262px;
	height: 530px;
	content: "";
	position: absolute;
	background: url(../images/img-28.png) no-repeat;
}
.right-column ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.right-column ul li{
	display: block;
	width: 100%;
	margin: 0 0 60px;
	color: #000;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
}
.right-column ul li strong{
	display: block;
	color: #000;
	font-size: 26px;
	margin: 0 0 10px;
	font-family: 'chocolate_cavalcaderegular';
}
.right-column ul li img{
	display: inline-block;
	margin: 0 10px 0 0;
}
.right-column ul li a{
	display: block;
	color: #000;
}
.bottom-footer{
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.bottom-footer .copy{
	color: #fff;
	position: relative;
	z-index: 9;
	font-size: 12px;
}
.bottom-footer .copy a{
	color: #fff;
}
.bottom-footer .copy a:hover{
	color: #ffcc00;
}
.bottom-footer .site-map{
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 9;
}
.bottom-footer .site-map li{
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
}
.bottom-footer .site-map li:after{
	top: 6px;
	right: -12px;
	width: 1px;
	height: 12px;
	content: "";
	position: absolute;
	background: #fff;
}
.bottom-footer .site-map li a{
	color: #fff;
	font-size: 12px;
	display: block;
}
.bottom-footer .site-map li a:hover{
	color: #ffcc00;
}
.bottom-footer .site-map li:last-child:after{
	display: none;
}

.menu{
	display: none;
}
.modal-dialog{
	max-width: 1170px;
	margin: 180px auto 0;
}
.modal-header{
	border-bottom: 0;
	border-radius: 0;
	border-top: 5px solid #ffcc00;
}
.modal-header .modal-title{
	max-width: 570px;
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
}
.modal-content{
	margin-bottom: 200px;
}
.modal-content:before{
	left: 0;
	right: 0;
	width: 100%;
	content: "";
	height: 159px;
	bottom: -155px;
	position: absolute;
	background: url(../images/img33.png) no-repeat;
	background-size: 100% 100%; 
}
.modal-content:after{
	top: -93px;
	right: 0;
	width: 306px;
	height: 472px;
	content: "";
	position: absolute;
	background: url(../images/bg-plan.png) no-repeat;
}
.modal-content .pricing-holder{
	padding: 10px 0	;
	background: #fff;
}
.modal-content .pricing-holder .column .detail-box:after{
	width: 150px;
	height: 40px;
	bottom: -40px;
	background: url(../images/img32.png) no-repeat;
}
.modal-footer{
	border: 0;
	padding: 10px 0 30px;
	justify-content: center;
}
.modal-footer .btn{
	color: #ffcc00;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 40px;
	background: #252525;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
}
.modal-footer .btn:hover{
	background: #000;
}
.modal-open .modal{
	padding-left: 17px;
}



@media ( max-width: 1199px ){
	#header .right-panel a{
		font-size: 16px;
	}
	#header .right-panel a.tel{
		font-size: 24px;
	}
	#nav ul{
		width: 82%;
		margin: 0;
	}
	.choose-us .choose-holder{
		padding: 70px 470px 70px 40px;
	}
	.choose-us .video-image{
		width: 430px;
		height: 250px;
	}
	.choose-us .choose-holder h2{
		font-size: 66px;
		margin: 0 0 30px;
	}
	.pricing-holder{
		justify-content: space-around;
	}
	.pricing-holder .column{
		width: 40%;
		margin: 0 0 70px;
	}
	.pricing-holder{
		padding: 80px 40px 110px;
	}
	.logo-holder{
		width: 68%;
	}
	.bottom-footer .site-map li{
		margin: 0 0 0 10px;
	}
	.bottom-footer .site-map li:after{
		right: -8px;
	}
}

@media ( max-width: 991px ){
	#header .logo{
		width: 200px;
	}
	#header .right-panel{
		margin: 10px 0 0;
	}
	#nav ul li a{
		padding: 20px 14px;
	}
	.banner{
		background-size: cover;
	}
	.choose-us .choose-holder{
		max-width: 100%;
		margin: 0;
		padding: 50px;
	}
	.choose-us{
		background: #ffcc00	; 	
	}
	.choose-us .video-image{
		position: static;
		margin: 30px auto 0;
	}
	.three-columns .column-holder .column{
		width: 42%;
		margin: 0 0 60px;
	}
	.pricing-holder .column{
		width: 47%;
	}
	.tab-holder:after{
		width: 100%;
		border-radius: 0;
	}
	.filters,
	.filters ul{
		width: 100%;
		margin: 0;
	}
	.filters ul li{
		display: inline-block;
		width: 32.9%;
		font-size: 16px;
		text-align: center;
	}
	.logo-holder{
		width: 100%;
	}
	.right-column:after{
		left: -70px;
		width: 140px;
		height: 250px;
		background-size:100% 100%;
	}
	.right-column ul li{
		margin: 0 0 53px;
	}
	.bottom-footer{
		text-align: center;
	}
	.bottom-footer .site-map{
		float: none;
	}
	#nav .login{
		margin: 8px 0 0;
	}
}

@media ( max-width: 767px ){
	#header{
		padding: 60px 0 10px;
		position: relative;
	}
	#header .right-panel{
		top: 0;
		left: 0;
		right: 0;
		padding: 5px 20px 0;
		position: absolute;
	}
	.menu{
		right: 24px;
		width: 40px;
		margin: 8px 0 0;
		position: absolute;
		display: inline-block;
	}
	#nav .container{
		max-width: 100% !important;
		padding: 0 !important;
	}
	#nav{
		position: absolute;
		left: 0;
		width: 0;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
	}
	#nav.active{
		width: 100%;
	}
	#nav ul{
		width: 100%;
	}
	#nav ul li{
		display: block;
		width: 100%;
	}
	#nav ul li a{
		padding: 20px;
		font-size: 20px;
		font-weight: bold;
	}
	#nav .login{
		float: left;
		margin: 8px 0 20px 20px;
	}
	#footer:after{
		width: 100%;
	}
	.banner{
		padding: 50px 0;
	}
	.banner .text-box{
		width: 100%;
	}
	.banner .text-box h1{
		font-size: 34px;
		max-width: 88%;
	}
	.three-columns .top-heading h2{
		font-size: 30px;
	}
	.three-columns .column-holder .column{
		padding: 12px;
	}
	.pricing-holder .column{
		width: 300px;
	}
	.pricing-holder{
		padding: 80px 40px 189px;
	}
	.clients {
		padding: 80px 0;
	}
	.clients .column-holder .column{
		width: 48%;
		margin: 0 0 60px;
	}
	.clients .more{
		margin: 0 auto;
	}
	.filters ul li{
		width: 49.6%;
	}
	.logo-holder .grid-item, .logo-holder .logic{
		width: 50%;
	}
	.form-section .top-heading h2{
		font-size: 26px;
	}
	.right-column{
		position: static;
		width: 100%;
		padding: 60px 0 20px;
	}
	.modal-footer{
		padding: 0 0 5px;
	}
	.modal-content:before{
		height: 100px;
		bottom: -97px;
	}
	.modal-content:after{
		top: -57px;
		width: 168px;
		height: 300px;
		background-size: 100% 100%; 
	}
	.modal-header .modal-title{
		max-width: 380px;
		font-size: 22px;
	}
	.modal.show .modal-dialog{
		padding: 0 10px;
	}
}

@media ( max-width: 575px ){
	.form-section form{
		width: 100%;
	}
	#header .right-panel a img{
		width: 18px;
	}
	#header .right-panel a.tel{
		font-size: 14px;
		margin: 0 10px 0 0;
	}
	#header .right-panel a{
		font-size: 13px;
	}
	.banner .text-box h1{
		font-size: 25px;
		width: 100%;
	}
	.banner .text-box p{
		margin: 0 0 24px;
	}
	.choose-us .choose-holder{
		padding: 40px 10px;
	}
	.choose-us .choose-holder h2{
		font-size: 50px;
	}
	.three-columns .column-holder .column{
		width: 85%;
	}
	.pricing-holder{
		padding: 40px 20px 200px;
	}
	.clients .column-holder .column{
		width: 100%;
	}
	.clients,
	.our-clients ,
	.form-section{
		padding: 40px 0;
	}
	.filters ul li{
		width: 100%;
	}
	.logo-holder .grid-item, .logo-holder .logic{
		padding: 20px;
	}
	.form-section .form-holder{
		padding: 40px 15px;
	}
	.form-section .top-heading{
		margin: 0 auto 40px;
	}
	#footer{
		padding: 60px 0 0;
	}
	.modal-content:after{
		display: none;
	}
	.modal-dialog{
		margin: 40px auto 0;
	}
	.modal-open .modal{
		padding: 0;
	}
}




/*----*/
#sticky-nav{
	background: #ffcc00;
	position: fixed;
	width: 100%;
	z-index: 10000;
	display: none;
}
#sticky-nav ul{
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}
#sticky-nav ul li{
	display: inline-block;
}
#sticky-nav ul li:first-child{
	top: 17px;
	left: 52px;
	position: absolute;
}
#sticky-nav ul li:first-child a{
	padding: 0 !important;
}
#sticky-nav ul li a{
	color: #000;
	display: block;
	font-size: 17px;
	padding: 23px 24px;
	text-transform: capitalize;
	border-top: 2px solid transparent;
	font-family: 'Titillium Web', sans-serif;
}
#sticky-nav ul li a img{
	width: 150px;
}
#sticky-nav ul li a:hover,
#sticky-nav ul li a.active{
	border-color: #061528;
	background: #ffe680;
}