/*------------------------------------------------------------------
[Default Stylesheet]

Project: S&L
Version: 1.0
Last change: 2021
Assigned to: Naveen Prasath
 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Layout]

01. Font Face
02. Common CSS
03. Margin and Padding

-------------------------------------------------------------------*/

/* Font Face */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.eot');
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff'),
        url('fonts/Lato-Light.ttf') format('truetype'),
        url('fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype'),
        url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.eot');
    src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Black.woff2') format('woff2'),
        url('fonts/Lato-Black.woff') format('woff'),
        url('fonts/Lato-Black.ttf') format('truetype'),
        url('fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProBlack.eot');
    src: url('fonts/SofiaProBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaProBlack.woff2') format('woff2'),
        url('fonts/SofiaProBlack.woff') format('woff'),
        url('fonts/SofiaProBlack.ttf') format('truetype'),
        url('fonts/SofiaProBlack.svg#SofiaProBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProBold.eot');
    src: url('fonts/SofiaProBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaProBold.woff2') format('woff2'),
        url('fonts/SofiaProBold.woff') format('woff'),
        url('fonts/SofiaProBold.ttf') format('truetype'),
        url('fonts/SofiaProBold.svg#SofiaProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro Semi';
    src: url('fonts/SofiaProSemiBold.eot');
    src: url('fonts/SofiaProSemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaProSemiBold.woff2') format('woff2'),
        url('fonts/SofiaProSemiBold.woff') format('woff'),
        url('fonts/SofiaProSemiBold.ttf') format('truetype'),
        url('fonts/SofiaProSemiBold.svg#SofiaProSemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProLight.eot');
    src: url('fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaProLight.woff2') format('woff2'),
        url('fonts/SofiaProLight.woff') format('woff'),
        url('fonts/SofiaProLight.ttf') format('truetype'),
        url('fonts/SofiaProLight.svg#SofiaProLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProMedium.eot');
    src: url('fonts/SofiaProMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaProMedium.woff2') format('woff2'),
        url('fonts/SofiaProMedium.woff') format('woff'),
        url('fonts/SofiaProMedium.ttf') format('truetype'),
        url('fonts/SofiaProMedium.svg#SofiaProMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* Common CSS */
html {
	margin: 0;
	padding: 0;
	font-family: 'Lato';
	font-size: 16px;
	color: #1e1e1e;
	background-color: #fff;
	height: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	color: #1e1e1e;
	font-family: 'Lato';
	min-height: 100%;
	position: relative;
}
::-moz-selection {
    background: #e41e26;
    color: #fff;
}
::selection {
    background: #e41e26;
    color: #fff;
}
section {
	padding: 90px 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	color: #1e1e1e;
	margin: 0;
	letter-spacing: -0.3px;
	font-family: EirlysSmallCaps;
}
h3 {
	font-size: 22px;
    font-weight: 600;
}
h4 {
	font-size: 18px;
    font-weight: 600;
}
p {
	font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    color: #1e1e1e;
	font-family: 'Sofia Pro';
}
a {
	color: #434343;
}
a:hover {
    text-decoration: none;
    color: #e41e26;
    outline: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}
figure img, a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul li {
	margin: 0;
	padding: 0;
}
.default-btn {
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 7px;
    padding: 14px 30px;
    text-decoration: none;
    cursor: pointer;
    background-color: #e41e26;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
    text-align: center;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.default-btn.border-btn {
	border-color: #e41e26;
}
:focus, :active, button:focus {
	outline: none;
}
.default-btn:hover {
    color: #e41e26;
    background: #fff;
    border-color: #e41e26;
}
.modal-header {
    padding: 12px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.modal-body {
    padding: 30px;
}
.modal-content {
	border-radius: 0;
    background: none;
}

.modal-backdrop.show {
    filter: alpha(opacity=90);
    opacity: .9;
	
}
.modal-title {
	font-weight: 600;
    font-size: 20px;
}
#toTop{
    position: fixed;
    bottom: 70px;
    right: 0;
    cursor: pointer;
    display: none;
}
#toTop.back-to-top {
	z-index: 10;
    color: #fff;
    background-color: #e41e26;
    font-size: 18px;
    height: 36px;
    width: 36px;
    font-weight: 500;
    line-height: 32px;
    padding: 0px 10px 0;
    border: 2px solid #e41e26;
    border-radius: 5px 0 0 5px;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}
.bg-img {
	/* background-position: 50% 50%; */
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-black {
	background: #38424e;
}
.bg-orange {
	background: #e41e26;
}
.bg-dark-blue {
	background: #0e2263;
}
.overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
}
.bg-home .overlay-light {
    background-color: rgb(228 30 38 / 93%);
}
.font-weight-regular {
	font-weight: 300;
}
.font-weight-medium {
	font-weight: 500;
}
.text-underline {
	text-decoration: underline;
}
.text-underline:hover {
	text-decoration: underline;
}
.text-orange {
	color: #e41e26;
}

/* Common CSS */
.p-0{padding: 0;}.pl-0 {padding-left: 0px;}.pr-0 {padding-right: 0px;}.pt-0 {padding-top: 0px;}.pb-0 {padding-bottom: 0px;}.p-5{padding: 5px;}.pl-5 {padding-left: 5px;}.pr-5 {padding-right: 5px;}.pt-5 {padding-top: 5px;}.pt-10 {padding-top: 10px;}.pb-5 {padding-bottom: 5px;}.p-20{padding: 20px;}.pl-20 {padding-left: 20px;}.pr-20 {padding-right: 20px;}.pt-20 {padding-top: 20px;}.pb-20 {padding-bottom: 20px;}.p-30{padding: 30px;}.pl-30 {padding-left: 30px;}.pr-30 {padding-right: 30px;}.pt-30 {	padding-top: 30px;}.pb-30 {padding-bottom: 30px;}.p-40{padding: 40px;}.pl-40 {padding-left: 40px;}.pr-40 {padding-right: 40px;}.pt-40 {padding-top: 40px;}.pb-40 {padding-bottom: 40px;}.p-50{padding: 50px;}.pl-50 {padding-left: 50px;}.pr-50 {padding-right: 50px;}.pt-50 {padding-top: 50px;}.pb-50 {padding-bottom: 50px;}.p-60 {padding: 60px;}.pl-60 {padding-left: 60px;}.pr-60 {padding-right: 60px;}.pt-60 {padding-top: 60px;}.pb-60 {padding-bottom: 60px;}.pl-65 {padding-left: 65px;}.pr-65 {padding-right: 65px;}.pl-80 {padding-left: 80px;}.pr-80 {padding-right: 80px;}.p-100 {padding: 100px;}.pl-100 {padding-left: 100px;}.pr-100 {padding-right: 100px;}.pt-90 {padding-top: 90px;}.pb-90 {padding-bottom: 90px;}.pt-100 {padding-top: 100px;}.pb-100 {padding-bottom: 100px;}.p-120 {padding: 120px;}.pl-120 {padding-left: 120px;}.pr-120 {padding-right: 120px;}.pt-120 {padding-top: 120px;}.pb-120 {padding-bottom: 120px;}

.m-0{margin: 0;}.ml-0 {margin-left: 0px;}.mr-0{margin-right: 0px;}.mt-0 {margin-top: 0px;}.mb-0 {margin-bottom: 0px;}.m-10{margin: 10px;}.ml-10 {margin-left: 10px;}.mr-10{margin-right: 10px;}.mt-10 {margin-top: 10px;}.mt-15 {margin-top: 15px;}.mb-10 {margin-bottom: 10px;}.m-20{margin: 20px;}.ml-20 {margin-left: 20px;}.mr-20{margin-right: 20px;}.mt-20 {margin-top: 20px;}.mb-15 {margin-bottom: 15px;}.mb-20 {margin-bottom: 20px;}.m-30{margin: 30px;}.ml-30 {margin-left: 30px;}.mr-30{margin-right: 30px;}.mt-30 {margin-top: 30px;}.mb-30 {margin-bottom: 30px;}.m-40{margin: 40px;}.ml-40 {margin-left: 40px;}.mr-40{margin-right: 40px;}.mt-40 {margin-top: 40px;}.mb-40 {margin-bottom: 40px;}.mb-50 {margin-bottom: 50px;}.m-60{margin: 60px;}.ml-60 {margin-left: 60px;}.mr-60{margin-right: 60px;}.mt-60 {margin-top: 60px;}.mb-60 {margin-bottom: 60px;}.ml-70 {margin-left: 70px;}.mt-80 {margin-top: 80px;}.ml-80 {margin-left: 80px;} .mb-90 {margin-bottom: 90px;} .mt-100 {margin-top: 100px;} .mt-120 {margin-top: 120px;}

/* Background Image */
.bg-home {
	background-image: url('../images/bg-home.jpg');
}
.bg-team{
	background-image: url('../images/bg.jpg');
}
.bg-news{
	background-image: url('../images/bg-news.jpg');
}
.bg-home1 {
	/* background-image: url('../images/bg1.jpg'); */
	background:#e41e26;
	background: linear-gradient(to right, #e41e26, #ae1f25);
}
.bg-home1-2 {
	/* background-image: url('../images/bg1.jpg'); */
	background:#e41e26;
	background: linear-gradient(to right, #e41e26, #ae1f25);
}
.bg-home2 {
	background-image: url('../images/bg2.jpg');
}

/* Header */
.gold-img {
	width: 90px;
}
.logo-img {
	width: 170px;
}
.bg-header h3 {
	font-size: 24px;
}
.top-header{
	padding:230px 0;
}
.h-80 {
	height: 80px;
}
.h-60 {
	height: 60px;
	background:#000;
}
.navbar.shadow {
	box-shadow: 0 0rem .7rem rgba(0,0,0,.15)!important;
}
.navbar-text img {
	width: 50px;
}
.navbar-text a:hover {
	color: #e41e26;
}
.navbar-nav .default-btn {
	padding: 12px 24px;
  
}
.navbar-nav .default-btn:hover {
	  background: #fff;
    color: #e41e26;
    border-color: #e41e26;
}
.slider-caption h1 {
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: 700;
	letter-spacing: 1px;
	color:#e41e26;
}
.slider-caption p {
	font-size: 1.2em;
    line-height: 32px;
}
.about-sec p {
	font-size: 18px;
	line-height: 30px;
}
.sec-title {
    position: relative;
    padding-bottom: 30px;
}
.sec-title h2 {
    font-size: 2.2em;
    line-height: 20px;
    font-weight: 700;
}
.sec-title h3 {
    font-size: 1.8em;
    line-height: 40px;
    font-weight: 500;
}
.component-block img {
	width: 65px;
}
.benefits .component-block img {
	width: 54px;
}
.component-block {
	margin-bottom: 30px;
}
.component-block b {
	font-weight: 900;
}
.clients-sec .owl-carousel .owl-item img {
	width: auto;
    padding: 15px 30px;
    background: #f7f7f7;
    margin: 0 auto;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
	color: #1e1e1e;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #e41e26;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.contact-sec img {
    width: 150px;
}
.contact-sec h4 {
	line-height: 28px;
}
footer p {
	font-size: 14px;
}
.modal-header .close {
    padding: 1.2rem 1rem 1rem 1rem;
}
.offer-modal .modal-header button, .register-modal .modal-header button {
    background: #e41e26;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    padding: 4px 0;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    z-index: 1;
    margin-right: -10px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
    opacity: 1;
}
.modal input.form-control:focus, .modal textarea.form-control:focus {
    border-color: #ddd;
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 700px;
	}
}
.offer-modal h2 {
	font-size: 40px;
}
.offer-modal h3, .register-modal h3 {
	font-size: 30px;
}
.offer-modal h4 {
	font-size: 24px;
}
.offer-modal .modal-body, .register-modal .modal-body {
	padding: 35px 0;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.offer-modal h2, .offer-modal h3, .offer-modal h4, .offer-modal h5,
.register-modal h2, .register-modal h3, .register-modal h4, .register-modal h5 {
	color: #fff;
}
.point-num {
    background: #e41e26;
    color: #fff;
    padding: 0 8px;
    margin-right: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-style: normal;
    text-align: center;
}
.slicknav_icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
    vertical-align: middle
}
.slicknav_icon span {
    height: 2px;
    width: 100%;
    background: rgb(255 0 10);
    display: block;
    position: absolute;
    transform-origin: left center;
}
.slicknav_icon span:nth-child(1) {
    top: 0px;
}
.slicknav_icon span:nth-child(2) {
    top: 7px;
}
.slicknav_icon span:nth-child(3) {
    top: 14px;
}
.award-block {
	width: 20%;
}
.award-block img {
    width: 180px;
}
.testi-sec p {
	font-size: 18px;
}
.testi-sec i {
	font-size: 24px;
	color: #1b319e;
}
.clients-sec .award-block img {
	width: auto;
}
.clients-sec .award-block {
	border: 1px solid #ddd;
	/* margin: -1px 0 0 -1px; */
	padding: 15px 30px;
	margin: 3px;
	background: #fff;
}

/* v4 */
.bg-components {
	background-color: #0f054c;
	background-image: url(../images/bg4.jpg);
}
.bg-components p, .bg-components h3 {
	color: #fff;
}
.bg-box1 {
    background-color: #160c58;
    background-image: linear-gradient(119deg, rgba(66, 232, 224, 0.09) 42%, #0f054c);
}
.bg-box2 {
    background-color: #29135a;
    /* background-image: linear-gradient(297deg, #1d195f 11%, #29135a); */
}
.bg-box1 img, .bg-box2 img {
    background: #1b319e;
    width: 64px;
    padding: 10px;
    border-radius: 5px;
}
.clients-sec.bg-light .award-block {
    border: 0;
    margin: 2px;
    background: #fff;
}
.bg-components .benefits .component-block img {
    width: 60px;
	background: #19034c;
}
.bg-components .overlay-light {
	background: rgba(14, 5, 76, 0.78);
}
.clients-sec {
	background-image: url(../images/lp21.jpg);
}
.clients-sec p {
	color: #fff;
}
.clients-sec .overlay-light {
	background-color: rgba(15, 34, 99, 0.63);
}

/* Form */
.form-group {
    width: 100%;
    margin-bottom: 25px;
	position: relative;
}
.form-group .form-line {
    width: 100%;
    position: relative;
}
.form-group .form-control {
    width: 100%;
    height: auto;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 11pt;
    color: #1e1e1e;
    padding: 6px 12px;
    /* background: #eee; */
    height: 40px;
    /* border: 0; */
    border-color: #ddd;
	font-family: 'Sofia Pro';
}
input:focus:not([readonly]), textarea.form-control:focus, textarea:focus, select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e41e26;
}
input:focus:not([readonly]) + label, textarea.form-control:focus + label, select.form-control:focus + label {
    color: #ee3c37;
}
.form-group h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	color: #fff;
}
.required {
    color: red;
}
.form-group textarea.form-control {
    height: 100px;
	min-height: 100px;
    resize: none;
}
.error {
	color: red;
    font-size: 15px;
}
.form-control.error,  textarea.error  {
	-webkit-box-shadow: 0 0 1px 1px red;
    box-shadow: 0 0 1px 1px red;
    border: 1px solid red;
}


.register-arrow {
    position: absolute;
    top: 20px;
    width: 40%;
    left: -160px;
}

.list li img{
	width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 10px;
}
.register-form{
	background: rgba( 255, 255, 255, 0.25 );
	backdrop-filter: blur( 10.5px );
	-webkit-backdrop-filter: blur( 10.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.pb-0 {
	padding-bottom:0 !important;
}
.glassmorphism-sec{
	background: rgba( 255, 255, 255, 0.25 );
	backdrop-filter: blur( 10.5px );
	-webkit-backdrop-filter: blur( 10.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.fotter-site-link{
	color: #e41e26 !important;
    font-weight: 900 !important;
	font-family: EirlysSmallCaps;
}
ul.fotter-nav-link {
    list-style-type: none;
    padding: 0 10px;
	display:flex;
	margin-bottom: 0;
}
ul.fotter-nav-link li {
    font-size:10px;
}
ul.fotter-nav-link li {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-family: 'Sofia Pro';
    font-weight: 400;
    margin-right: 15px;
}
ul.fotter-nav-link li a {
    color: #fff;
}
ul.fotter-nav-link li a:hover {
    color: #e41e26;
}
i.social {
    background-color: rgba(216,217,221,0.42);
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    margin-right: 5px;
}

i.social:hover {
    background-color: rgb(228 30 38);
	color:#fff;
}

i.mail{
    font-size: 22px;
	color:#fff;
}

.bottomright {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.fotter-nav-link-d-flex{
	display:flex;
}
img.icon-sec{
	width: 50px;
    padding-top: 25px;
}
.cta-section-title{
	padding-bottom: 0;
    padding: 25px 0;
    margin-bottom: 30px;
}
.cta-section-title h2:before, .cta-section-title h2:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 38%;
    width: 24%;
    height: 2px;
}
.sec-title.btm-line h2:after{
	    content: "";
    background: #e41e26;
    position: absolute;
    bottom: 0;
    left: 38%;
    width: 24%;
    height: 2px;
}
.sec-title.btm-line{
	padding-bottom: 15px;
    margin-bottom: 40px;
}
.cta-section-title h2:after {
    top: auto;
    bottom: 0;
}
.bg-section-btn{
	border: 1px solid;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 55px;
    padding: 0 50px;
    transition: color .25s, background-color .25s, border .25s;
	margin-top: 40px;
	background-color: #0000;
	border-radius: 0;
}
.white-section-btn{
	color: #e41e26;
}
.nav-item a{
	color:#fff;
}
.news-sec .date{
	font-weight: 700;
    padding-right: 10px;
    color: #e41e26;
	min-width: 140px;
}
input.text {
    border: 1px solid;
    color: #000;
    padding: 2px 5px;
}
input.btn {
    border: 1px solid;
    padding: 2px 10px;
    color: #e41e26;
    margin-top: -4px;
    border-radius: 0;
}
.footer-top{
	padding-bottom:30px;
}
.footer-bottom{
	padding:10px 0;
}
.top-border{
	border-top:1px solid;
	padding-top: 20px;
	padding-bottom: 30px;
}
.news-div{
	display:flex;
	margin-bottom:10px;
}
/* Chrome & Safari  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}

/* Internet Explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	
}

/* Mozilla Firefox */
@-moz-document url-prefix() {

}

/* Iphone Zoomin Input Fields */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select, textarea, input {
		font-size: 16px;
	}
}

/* Mac OS */
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 

}
/* Edge 12+ CSS */ 
@supports (-ms-accelerator:true) {

}
 /* Edge 16+ CSS */ 
@supports (-ms-ime-align:auto) {

}