/**	
	* Template Name: Oslack
	* Version: 1.00	
	* Template CSS
	* Author: Oslack Solutions
	* Author URI: http://www.oslack.com/
**/

/* 	CSS INDEX
================================
  	1. HEADER 
	9. COMMON STYLES
================================
*/

abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,datalist,dd,del,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,head,header,h1,h2,h3,h4,h5,h6,hr,html,i,iframe,img,input,ins,kbd,label,legend,li,link,main,map,mark,meta,meter,nav,noscript,object,ol,optgroup,option,p,param,pre,progress,q,s,samp,script,section,select,small,source,span,strike,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,u,ul,var,video,wbr{
	font-family: 'avertastd-regular'; 	
}
ul li a,
button:hover, button:focus,
a :hover , a:focus ,
* :hover , *:focus {
    outline: none;
    text-decoration: none;
	box-shadow:none;
}
html, body, #wrap, #hero-color{
	width:100%;
	height:100%;
}

body{
	margin:0px auto;
	padding:0px;
	outline:none;
	font-family: 'avertastd-regular';
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	
	background: radial-gradient(circle, #f7f8fb52 30%, rgba(255, 255, 255, 1) 100%)
	
	/* background: radial-gradient(circle, #f7f8fb 30%, rgba(255,255,255,1) 100%); */
}

@font-face {
    font-family: 'avertastd-regular';
    src: url('../fonts/avertastd-regular.woff2') format('woff2'),
         url('../fonts/avertastd-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avertastd-semibold';
    src: url('../fonts/avertastd-semibold.woff2') format('woff2'),
         url('../fonts/avertastd-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avertastd-bold';
    src: url('../fonts/avertastd-bold.woff2') format('woff2'),
         url('../fonts/avertastd-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* == HEADER == */
.top-header{
    padding: 10px 20px;
	z-index: 999;
	border-bottom: 1px solid #f8f9fc;
	background: #ffffff;
    /* position: absolute;
    width: 100%;
    z-index: 99999;	
	left:0px;
	right:0px; */
}
.top-header .navbar-brand p{
    font-size: 30px;
    font-family: 'avertastd-bold';
    font-weight: 900;
    color: #02026a;
	margin:0px;
}
.top-header .navbar-brand img{
	max-width:42px;
	width:100%;
	border-radius:4px;
}
.top-header ul li{
	margin:0px 22px;
}
.top-header ul li:last-child{
	margin-right:0px;
}
.top-header ul li a{
    color: #000000;
	font-size: 16px;
    font-family: 'avertastd-semibold';
}

.top-header ul li ul{
    border: 0px;
    background: #ffffff;
    box-shadow: 0px 23px 30px rgb(0 0 0 / 1%);
    padding: 14px 10px;
    min-width: 200px;
}
.top-header ul li ul li{
	padding:0px;
	margin:0px;
}
.top-header ul li ul li a{
	font-size:16px;
	padding: .50rem 1rem;
	font-family: 'avertastd-regular';
}
.top-header ul li ul.dropdown-menu[data-bs-popper]{
	margin:20px 0px 0px;
}
/*.top-header ul li.active a,*/
.top-header ul li a:hover:after,
.top-header ul li a:hover, .top-header ul li a:focus{
	color:#02026a;
	text-decoration:none;
	opacity: 1;
	background:transparent;
}
.top-header ul li.active a:before{
	content:'';
	position:absolute;
	width:100%;
	left:0px;
	right:0px;
}
.top-header ul li.bg-contact a{
    background: #02026a;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 10px;
}
.top-header ul li.bg-contact a:hover, .top-header ul li.bg-contact a:focus{
	box-shadow:0px 1px 16px rgb(121 121 121 / 10%);
	background:#02026a;
}
.header-fixed .top-header{
	position:fixed;
	background: #ffffff;
	padding:2px 20px;
	left:0px;
	right:0px;
	width:100%;
	box-shadow:0px 8px 75px rgb(181 181 196 / 15%);
}
.top-header .dropdown-toggle:after {
	content: "";
    position: absolute;
    right: -12px;
    top: 10px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);	
}
/*.top-header .navbar-brand img{
	display: none;
}
.header-fixed .top-header .navbar-brand p span{
	display:none;
}
.header-fixed .top-header .navbar-brand img{
	display:block;
}*/
 
/* == HERO SECTION == */
#hero-color{
	width: 100%;
    height: 100%;
    background: url(../images/oslack-cover.png) no-repeat right;
    background-size: contain;
	position: relative;
	/*background: #110261;*/
    overflow: hidden;
}

/*#hero-color:before{	
    content: '';
    position: absolute;
    border: 1px dashed rgb(202 202 204 / 60%);
    max-width: 600px;
    max-height: 600px;
    left: -140px;
    border-radius: 100%;
    top: -60px;
    width: 100%;
    height: 100%;
}
#hero-color:after{
	content: '';
    position: absolute;
    border: 1px dashed rgb(202 202 204 / 60%);
    max-width: 400px;
    max-height: 400px;
    right: -140px;
    border-radius: 100%;
    bottom: 90px;
    width: 100%;
    height: 100%;
}*/

#hero-page{
	width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* background: #fbfbfd; */
}

#hero-color .hero-info ul{
	margin:0px auto;
	padding:0px;
}
#hero-color .hero-info ul li{
	list-style-type: none;
	display:inline-block;
	margin: 0px 4px 0px 0px;
}
#hero-color .hero-info ul li a{
    font-size: 16px;
    display: block;
    padding: 14px 30px;
    font-weight: 400;
    border-radius: 10px;
	font-family: 'avertastd-semibold';
	line-height:normal;
}
#hero-color .hero-info ul h2{
	text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0px 18px;
    color: #000000;
    font-family: 'avertastd-bold';
}
#hero-color .hero-info ul li a.hero-dribbble{
	background: rgb(234 76 137 / 10%);
    color: #ea4c89;
}
#hero-color .hero-info ul li a.hero-behance{
	background: rgb(3 43 180 / 10%);
    color: #032bb4;
}
#hero-color .hero-info ul li a.hero-dribbble:hover{
	background:#ea4c89;
	color:#ffffff;
}
#hero-color .hero-info ul li a.hero-behance:hover{
	background:#032bb4;
	color:#ffffff;
}
#hero-color .hero-info ul li a i{
	margin: 0px 6px 0px 0px;
}
#hero-page .hero-info{
	padding:200px 0px 80px;
}
#hero-page .hero-contact h1,
#hero-page .hero-info h1,
#hero-color .hero-info h1{
	font-size: 70px;
    color: #000;
    font-family: 'avertastd-bold';
    margin: 0px 0px 30px 0px;
    z-index: 9;
    position: relative;
    line-height: 1.3em;
 }
#hero-page .hero-info h1 span,
#hero-color .hero-info h1 span{
	color: #02026a;
	font-family: 'avertastd-bold';
}
#hero-page .hero-info p,
#hero-color .hero-info p{
	font-size: 20px;
    color: #565656;
    font-weight: 500;	
}
#hero-color .hero-services{
	margin: 0px;
	padding: 0px;
	position: absolute;
    bottom: 50px;
}
#hero-color .hero-services li{
    list-style-type: none;
    display: inline-block;
    margin: 0px 4px 0px 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'avertastd-bold';
    color: #2525b4;	
}
#hero-color .hero-services li a{
	font-size: 16px;
    display: block;
    color: #565656;
    padding: 8px 15px;
    font-weight: 400;
    border-radius: 10px;
    font-family: 'avertastd-semibold';
    line-height: normal;
    text-transform: uppercase;
} 
#hero-color .hero-services li a:hover{
	color: #2525b4;
}


/* == HERO SECTION == */


/* == HOMEPAGE 12-07-2026 == */

.trusted-section{
	width: 100%;
    margin: 0px auto;
    padding: 80px 0px;
}
.trusted-section h2{
	margin-bottom: 10px;
    font-size: 20px;
    font-family: 'avertastd-semibold';
    color: #02026a;
}
.trusted-section ul{
    margin: 0px auto;
    padding: 0px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}
.trusted-section ul li{
	list-style-type: none;
    border: 1px solid #eaeaff;
    border-radius: 4px;
    padding: 3px 12px;
}
.trusted-section ul li:hover img{
	filter: grayscale(0);
}
.trusted-section ul li img{
    max-width: 160px;
    width: 100%;
    filter: grayscale(1);
}



.services-section .section-title p{
	font-size: 18px;
}






#content{
	padding:50px 0px;
	width:100%;
	margin:0px auto;
}

.stickey-top{
	position: -webkit-sticky;
    position: sticky;
    top: 140px;
}
.services-box{
    padding: 40px;
    border-radius: 10px;
}
.web-box{
	background: #f2f3ff;
}
.mobile-box{
	background: #e2f1e5;	
}
.design-box{
	background: #fcf6f9;
}
.service-icon i{
	background: #ffffff;
    font-size: 24px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #000000;
}
.services-box a {
    color: #5a5a5a;
    text-decoration: none;
    font-family: 'avertastd-semibold';
    margin: 10px 0px 0px;
    display: inline-block;
    border: 1px solid #e7e0e0;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 14px;
}
.services-box a:hover{
	background: #2525b4;
    color: #ffffff;
}












/* == WHO WE ARE == */
.page-section{
	padding: 80px 0px;
    width: 100%;
    position: relative;
}
.section-title h2{
	color:#000000;
	font-weight:800;
	margin-bottom:20px;
	font-family:'avertastd-bold';
}
.product-image{
	position:relative;
}
.product-image img{
	width: 100%;
    max-width: 600px;
    border-radius: 10px;
}
.border-btn span{
	font-size:20px;
	font-weight:600;
	color:#000000;
}
.border-btn ul{
	margin:0px auto;
	padding:0px;
}
.border-btn ul li{
	list-style-type:none;
}
.border-btn ul li a{
    border: 1px solid #6d6d6d;
    font-size: 18px;
    color: #6d6d6d;
    display: block;
    padding: 12px 30px;
    font-weight: 400;
    border-radius: 100px;
    max-width: 180px;
    text-align: center;
    width: 100%;
    margin: 30px 0px 0px;
	font-family:'avertastd-regular';
}
.border-btn ul li a:hover, .border-btn ul li a:focus{
	text-decoration: none;
    background: #02026a;
    border-color: #02026a;
    color: #ffffff;
}
.contact-action ul{
	margin:0px auto;
	padding:0px;
}
.contact-action ul li{
	list-style-type:none;
	display:inline-block;
}
.contact-action ul li a{
    font-size: 16px;
    color: #02026a;
    display: inline-block;
    width: 100%;
    font-family: 'avertastd-bold';
}
.contact-action ul li a:hover, .contact-action ul li a:focus{
	text-decoration:none;
	color:#000000;
}
.contact-action h3{
	font-size: 18px;
}










/* == NEW CONTACT US == */ 
.hero-section{
	padding: 100px 0px;
    width: 100%;
    background-size: cover;
    position: relative;
    background: radial-gradient(circle at 30% 20%, #dfe2ff24, transparent 60%);
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-section:after {
    background: radial-gradient(circle at 30% 20%, #cbd1ff24, transparent 60%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.hero-section .container{
	position: relative;
	z-index:9;
}
.hero-icontact{
	width:100%;
	margin: 0px auto;
}
.hero-icontact h1{
	font-size: 60px;
	margin-bottom: 24px;
}
.hero-icontact p{
	font-size: 20px;
}
.contact-info{
    background: #fcfcff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #f5f5f5;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
   /* box-shadow: 0 10px 40px -10px #1f2a8a14; */
}
.business-icon{
    background: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin: 0px 20px 0px 0px;
    padding: 18px;
    text-align: center;
    color: #02026a;
}

.business-details h3{
    font-size: 16px;
    margin: 0px 0px 5px 0px;
}
.business-details ul{
	margin: 0px auto;
	padding: 0px;
}
.business-details ul li{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
	font-size: 16px;

}
.business-details ul li span{
	color: #5a5a5a;
}
.business-details ul li a{
	color: #000000;	
}


.contact-section{
	width: 100%;
	margin: 0px auto;
	padding: 100px 0px;
	background: #ffffff;
}
.contact-form{
	    border: 1px solid #f5f5f5;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
}
.contact-form h3{
	margin-bottom: 20px;
    font-size: 22px;
}
.contact-form p i{
    font-size: 16px;
    color: #079824;
    margin-right: 8px;
}
.contact-form p{
	font-size: 16px;
    color: #767676;
}

.contact-social h3{
	margin-bottom: 20px;
    font-size: 20px;
}
.contact-social ul{
	display: flex;
	margin: 0px;
	gap: 15px;
	padding: 0px;	
}
.contact-social ul li{
	list-style-type: none;
}
.contact-social ul li a {
	background: #fff;
    color: #02026a;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    display: block;
}

/* == ABOUT PAGE == */

.vision-section{
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px;
}
.vision-section h3{
	padding: 0px 0px 10px 0px;
}


/* == PAGE NOT FOUND PAGE == */

.page-not-found{
	padding: 260px 0px 120px;
}
.page-not-found h1{
	font-size: 140px;
    color: #02026a;
}
.page-not-found h2{
	font-size: 50px;
    color: #000000;
	margin: 0px 0px 20px 0px;
}
.page-not-found p{
	font-size: 20px;
    color: #565656;
    font-weight: 500;	
}
.page-not-found p a{
	color: #02026a;	
	text-decoration: none;
}









/* == CONTACT SECTION == */
.main-contact{
	width:100%;
	margin:0px auto;
	padding:40px 0px 40px;
	/* background: #fbfbfd; */

}
.contact-form form label{
    font-size: 16px;
    color: #424242;
    font-weight: 400;
}
.contact-form form select, .contact-form form textarea, .contact-form form input{
	font-size: 16px;
    font-weight: 300;
    padding: 16px 20px;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #edeef3;
}


.contact-form form button:focus, .contact-form form select:focus, .contact-form form textarea:focus, .contact-form form input:focus{
	outline:0;
	box-shadow:none;
	border-color:#625e92;
	background-color: #ffffff;
}
/*.contact-form form .form-group{
	margin:0px 0px 4px
} */
/*.contact-info ul{
	margin:0px auto;
	padding:0px;
}
.contact-info ul li{
	list-style-type: none;
    display: inline-block;
    width: 100%;
	margin: 0px 0px 40px 0px;
}
.contact-info ul li:last-child{
	margin: 0px 0px 0px 0px;	
}
.contact-info ul li p{
	font-weight: 600;
    text-transform: uppercase;
    color: #02026a;
	margin-bottom:8px;
}
.contact-info ul li a{
	color:#3a3939;
}
.contact-info ul li a:hover, .contact-info ul li a:focus{
	text-decoration:none;
}
.contact-info ul li a i{
    background: #02026a;
    color: #ffffff;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    margin: 0px 10px 0px 0px;
} */
.contact-form input[type=submit] {
	background: #079824;
    padding: 12px 28px;
    color: #ffffff;
    font-size: 16px;
    height: auto;
	border:0px;
	font-weight: 700;
}
.contact-form input[type=submit]:hover, .contact-form input[type=submit]:focus{
	background: #078721;
}
.contact-form span span.wpcf7-not-valid-tip{
	font-size:14px;
}
.form-spam {
	margin: 12px 0px 0px 0px;
    text-align: right;
    font-size: 12px;
    font-family: 'avertastd-semibold';
}








/* == COMMON == */
.container-auto{
	max-width: 1400px;
    width: 100%;
    margin: 0 auto;
	padding:0px 15px;
}
.section-title{
	/* position:relative; */
}
.section-title h2{
    font-weight: bold;
}
.section-title h3{
	font-size:20px;
	font-weight:600;
	color:#000000;
}
.section-title p{
	font-weight: 400;
    line-height: 1.7em;
	color: #5a5a5a;
}

.title-before h2{
	position:relative;
	padding:0px 0px 20px 0px;
}
.title-before h2:before{
	position: absolute;
	content:'';
	
}

.action-button{
	background: #02026a;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-family: 'avertastd-semibold';
    text-transform: uppercase;
    font-size: 14px;
}

.action-button:hover{
	background: #2525b4;
	color: #ffffff;
}



/*
.white div, .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6{
	color:#ffffff;
}
.black div, .black p, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6{
	color:#04173c;
}*/
button, select:focus, form textarea:focus, form input:focus{
    outline: 0;
}

h1{
	font-size: 60px;
	font-family: 'avertastd-bold';
}
h2{
	font-size: 38px;
	font-family: 'avertastd-bold';
}
h3{
	font-size:28px;
	font-family: 'avertastd-bold';
}
h4{
	font-size:22px;
	font-family: 'avertastd-bold';
}
h5{
	font-size:18px;
	font-family: 'avertastd-semibold';	
}
h6{
	font-size:16px;	
	font-family: 'avertastd-semibold';
}
p{
	font-size:16px;
	font-family: 'avertastd-regular';	
	color: #5a5a5a;
}
p strong{
	font-size:20px;	
	font-family: 'avertastd-semibold';
}
button{
	font-size:16px;	
	font-family: 'avertastd-regular';
}
input{
	font-size:16px;	
	font-family: 'avertastd-regular';
}
.font-20 p{
	font-size:20px;
}








.client-box{
	padding: 40px 30px;
    /* border: 1px solid #d7d7d7; */
    border-radius: 10px;
    margin: 6px 2px 30px 2px;
    background: #fff;
    box-shadow: 10px 30px 20px #f5f8ff;
}
.client-message h3{
	font-size: 16px;
    margin: 0px 0px 6px 0px;
}
.client-message span{
	font-size: 14px;
}









































/* == FOOTER SECTION == */
#footer{
	width:100%;
}
.footer-top{
	padding: 40px 15px;
    width: 100%;
    border-top: 1px solid #f8f9fc;
}
.footer-message p{
    font-size: 14px;
    margin: 0px;
    color: #616163;
    font-weight: 400;
}
.social-icon ul{
	padding:0px;
	margin:0px;
}
.social-icon ul li{
	display:inline-block;
}
.social-icon ul li a{
    font-size: 16px;
    color: #616163;
    margin: 0px 30px 0px 0px;
}
.footer-menu ul {
	margin: 0px auto;
	padding: 0px;
	text-align: right;
}
.footer-menu ul li {
	list-style-type: none;
    display: inline-block;
    padding: 0px 14px;
    position: relative;
}
.footer-menu ul li:before{
	
}
.footer-menu ul li a{
	color: #616163;
	font-size: 14px;
}
.footer-logo a p{
	font-size: 30px;
    font-family: 'avertastd-bold';
    font-weight: 900;
    color: #02026a;
    margin: 0px 0px 20px 0px;
}
.footer-logo p{
	font-size: 16px;
	margin: 8px 0px 14px;
}
.footer-top h3{
	font-size: 18px;
    margin: 0px 0px 20px 0px
}
.footer-top .quick-link{
	margin: 10px 0px;
}
.footer-top .quick-link ul{
	margin: 0px auto;
	padding: 0px;
}

.footer-top .quick-link ul li{
	list-style-type: none;
}

.footer-top .quick-link ul li a {
    color: #5a5a5a;
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

/* == STANDARD RWD == */
@media  screen and (max-width: 1366px) {
	.container-auto{
		max-width:1220px;
	}
	.hero-down ul{
		bottom: -110px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 991px){
	
	/* == HEADER == */
	.top-header{
		padding: 4px 0px;
		box-shadow: 0px 0px 24px rgb(205 205 211 / 30%);
	}
	.top-header .navbar-toggler{
		padding: 6px 10px;
		background: white;
		border-radius: 0px;
		box-shadow: 0px 6px 20px rgb(225 227 243 / 46%);
	}
	.top-header .navbar{
		padding:10px 0px;
	}
	.top-header ul{
		margin:10px 0px 0px;
	}
	.top-header ul li{
		padding:5px 3px;
	}
	.top-header ul li.bg-contact a{
		background: transparent;
		color: #6d6d6d;
		padding: 0px;
		border-radius: 0px;
	}
	.top-header ul li.bg-contact a:hover, .top-header ul li.bg-contact a:focus{
		background: transparent;
	}
	/* == /END HEADER == */
	
}


/* == iPhone 4 and 4S || 320 x 480 || Default, Portrait and Landscape == */
@media only screen and (min-width: 320px) and (max-width: 480px){
	
	/* == HOMEPAGE == */
	#hero-page .hero-info h1, #hero-color .hero-info h1{
		font-size:32px;
	}
	#hero-color .hero-info ul li a{
		font-size:16px;
		padding:10px 34px;
	}
	h2{
		font-size:28px;
	}
	.footer-message p, .font-20 p, p{
		font-size:16px;
	}
	.page-section{
		padding:20px 0px;
	}
	.contact-action ul li a,
	.border-btn ul li a{
		font-size:16px;
		padding:10px 24px;
		max-width:160px;
	}
	/* == /END HOMEPAGE == */
	
	/* == CONTACT PAGE == */
	#hero-page .hero-info{
		padding:120px 0px 10px;
	}
	#hero-page .hero-info h1{
		margin:0px;
	}
	.main-contact{
		padding:0px;
	}
	/* == /END CONTACT PAGE == */
	
}

@media only screen and (min-width: 320px) 
    and (max-width: 480px) and (orientation: portrait) {
}

@media only screen and (min-width: 320px) 
    and (max-width: 480px) and (orientation: landscape) {
}

/*== iPhone 5, 5S, 5C and 5SE || 320 x 568 || Default, Portrait and Landscape  == */
@media only screen and (min-width: 320px) and (max-width: 568px){
	
	/* == HOMEPAGE == */
	#hero-page .hero-info h1, #hero-color .hero-info h1{
		font-size:32px;
	}
	#hero-color .hero-info ul li a{
		font-size:16px;
		padding:10px 34px;
	}
	h2{
		font-size:28px;
	}
	.footer-message p, .font-20 p, p{
		font-size:16px;
	}
	.page-section{
		padding:20px 0px;
	}
	.contact-action ul li a,
	.border-btn ul li a{
		font-size:16px;
		padding:10px 24px;
		max-width:160px;
	}
	/* == /END HOMEPAGE == */
	
	/* == CONTACT PAGE == */
	#hero-page .hero-info{
		padding:120px 0px 10px;
	}
	#hero-page .hero-info h1{
		margin:0px;
	}
	.main-contact{
		padding:0px;
	}
	/* == /END CONTACT PAGE == */
}

@media only screen and (min-width: 320px) 
    and (max-width: 568px) and (orientation: portrait) {
}

@media only screen and (min-width: 320px) 
    and (max-width: 568px) and (orientation: landscape) {
}

/*== iPhone 6, 6S, 7 and 8 || 375 x 667 || Default, Portrait and Landscape == */
@media only screen and (min-width: 375px) and (max-width: 667px){ 
}

@media only screen and (min-width: 375px) 
    and (max-width: 667px) and (orientation: portrait) { 
}

@media only screen and (min-width: 375px) 
    and (max-width: 667px) and (orientation: landscape) { 
}

/*== iPhone 6+, 7+ and 8+ || 414 x 736 || Default, Portrait and Landscape == */
@media only screen and (min-width: 414px) and (max-width: 736px){ 
	
	/* == HOMEPAGE == */
	#hero-page .hero-info h1, #hero-color .hero-info h1{
		font-size:32px;
	}
	#hero-color .hero-info ul li a{
		font-size:16px;
		padding:10px 34px;
	}
	h2{
		font-size:28px;
	}
	.footer-message p, .font-20 p, p{
		font-size:16px;
	}
	.page-section{
		padding:20px 0px;
	}
	.contact-action ul li a,
	.border-btn ul li a{
		font-size:16px;
		padding:10px 24px;
		max-width:160px;
	}
	/* == /END HOMEPAGE == */
	
	/* == CONTACT PAGE == */
	#hero-page .hero-info{
		padding:120px 0px 10px;
	}
	#hero-page .hero-info h1{
		margin:0px;
	}
	.main-contact{
		padding:0px;
	}
	/* == /END CONTACT PAGE == */
}

@media only screen and (min-width: 414px) 
    and (max-width: 736px) and (orientation: portrait) { 

}

@media only screen and (min-width: 414px) 
    and (max-width: 736px) and (orientation: landscape) { 
}

/*== iPhone X || 375 x 812 || Default, Portrait and Landscape == */
@media only screen and (min-width: 375px) and (max-width: 812px){ 
}

@media only screen and (min-width: 375px) 
    and (max-width: 812px) and (orientation: portrait) { 
}

@media only screen and (min-width: 375px) 
	and (max-width: 812px) and (orientation: landscape) { 
	/* == HOMEPAGE == */
	#hero-page .hero-info h1, #hero-color .hero-info h1{
		font-size:32px;
	}
	#hero-color .hero-info ul li a{
		font-size:16px;
		padding:10px 34px;
	}
	h2{
		font-size:34px;
	}
	.footer-message p, .font-20 p, p{
		font-size:18px;
	}
	.page-section{
		padding:20px 0px;
	}
	.contact-action ul li a,
	.border-btn ul li a{
		font-size:18px;
		padding:10px 24px;
		max-width:160px;
	}
	/* == /END HOMEPAGE == */
	
	/* == CONTACT PAGE == */
	#hero-page .hero-info{
		padding:120px 0px 10px;
	}
	#hero-page .hero-info h1{
		margin:0px;
	}
	.main-contact{
		padding:0px;
	}
	/* == /END CONTACT PAGE == */
}

/*== Galaxy S3 || 320 x 640 || Default, Portrait and Landscape == */
@media screen and (width: 320px) and (height: 640px){
}

@media screen and (width: 320px) 
    and (height: 640px) and (orientation: portrait) {
}

@media screen and (width: 320px) 
    and (height: 640px) and (orientation: landscape) {
}

/*== Windows Phone 480 x 800 Default, Portrait and Landscape  == */
@media screen and (width: 480px) and (height: 800px) {
}

@media screen and (width: 480px) 
    and (height: 800px) and (orientation: portrait) {
}

@media screen and (width: 480px) 
    and (height: 800px) and (orientation: landscape) {

}

/*== iPad 1, 2, Mini and Air || 768 x 1024 || Default, Portrait and Landscape  == */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 768px) 
    and (max-width: 1024px) and (orientation: portrait) {
}

@media only screen and (min-width: 768px) 
  and (max-width: 1024px) and (orientation: landscape) {
}


/*== iPad Pro 10.5 || 834 x 1112 || Default, Portrait and Landscape == */
@media only screen and (min-width: 834px) and (max-width: 1112px){
}

@media only screen and (min-width: 834px) 
    and (max-width: 834px) and (orientation: portrait) {
}

@media only screen and (min-width: 1112px) 
  and (max-width: 1112px) and (orientation: landscape) {
}


/*== iPad Pro 12.9 || 1024 x 1366 || Default, Portrait and Landscape  == */
@media only screen and (min-width: 1024px) and (max-width: 1366px){
}

@media only screen and (min-width: 1024px) 
    and (max-width: 1024px) and (orientation: portrait) {
}

@media only screen and (min-width: 1366px) 
  and (max-width: 1366px) and (orientation: landscape) {
}


/*== Galaxy Tab 2 || 800 x 1280 || Default, Portrait and Landscape == */
@media (min-width: 800px) and (max-width: 1280px) {
}

@media (max-width: 800px) and (orientation: portrait) { 
}

@media (max-width: 1280px) and (orientation: landscape) { 
}

/*== Nexus 7 || 601 x 906 || Default, Portrait and Landscape == */
@media screen and (width: 601px) and (height: 906px){
}

@media screen and (width: 601px) 
  and (height: 906px) and (orientation: portrait) {
}

@media screen and (width: 601px) 
    and (height: 906px) and (orientation: landscape) {
}

/*== Nexus 9 || 1536 x 2048 || Default, Portrait and Landscape  == */
@media screen and (width: 1536px) and (height: 2048px) {
}

@media screen and (width: 1536px) 
    and (height: 2048px) and (orientation: portrait) {
}

@media screen and (width: 1536px) 
    and (height: 2048px) and (orientation: landscape) {
}

/*== Kindle Fire HD 8.9 || 1200 x 1600 || Default, Portrait and Landscape == */
@media only screen and (min-width: 1200px) and (max-width: 1600px){
}

@media only screen and (min-width: 1200px) 
    and (max-width: 1600px) and (orientation: portrait) {
}

@media only screen and (min-width: 1200px) 
    and (max-width: 1600px) and (orientation: landscape) {
}



.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}