/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Hamburger Menu Styling
4. Ar-about Off Canvas Content Styling
5. Homepage Background Styling
6. Split Section Styling
7. Contact Page Styling
8. All Media Queries
------------------*/


/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/



  .display-desktop {
        display: block;
    }
    
     .display-mobile {
        display: none!important;
    }




.btn-info-price {
    color: #fff;
    background-color: #FF8A00;
    border-color: #FF8A00;
}

.mini{
	/*background-color:#FF8A00;*/
    font-size:15px!important;
    font-weight: 300px!important;
   }

.promo-price{
	/*background-color:#FF8A00;*/
    color:#FF8A00!important;
    font-size:50px!important;
   }

.promo-badge{position:absolute;top:-5px;padding-left:160px;}

/*.promo-badge{position:relative;top:25px;padding-left:20px;padding-right:20px;}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

b {
	font-weight: 800;
    font-family: 'Halcyon-Bold';
}

 /* Tooltip */
  .eolo + .tooltip > .tooltip-inner {
      background-color: #193755; 
      color: #FFFFFF; 
      border: 1px solid #193755; 
      padding: 15px;
      font-size: 13px;
	   font-family: Halcyon-Regular!important;
  }
		  
		.eolo + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid #193755;
  }  
		  
            
    
            
     @media (max-width: 600px) {

   .desktop {
	display: none;	
}    
         
.tooltip-eolo {
	display: none;	
}   
 }            

	

#footer a {
    color: #ffffff!important;
    text-decoration: underline!important;
}




.help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ff0000!important;
    text-align:left;
}

* {
  box-sizing: border-box;
}

body {
  font: 16px Halcyon-Regular;  
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
        
        
    .no-bottom {
  /*the container must be positioned relative:*/
  margin-bottom:0px;
}    

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 20px;
  font-size: 16px;
}


input[type=checkbox], input[type=radio] {
    /*margin: 14px 0 0px!important;*/
    margin: 0px!important;
   /* margin-top: 1px\9;*/
    line-height: normal;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: #fff;
  color: #193755;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}




input[type=checkbox] {
    margin: 4px 0px 4px 0px !important;
  
}


button, input, select, textarea {
      font-family: Halcyon-Regular!important;
}
.help-block {
   
    font-family: Halcyon-Regular!important;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}





/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Halcyon-Regular;
}


::-moz-selection {
    color: #1106CC;
    background: #FFFF99;
}

::selection {
    color: #1106CC;
    background: #FFFF99;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

.error-message {
	color: #FF3333;
	font-family: Halcyon-Regular!important;
	margin-top: 5px;
}

.success-message {
	color:#009900;
	font-family: Halcyon-Regular!important;
	margin-top: 5px;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}



/* -------------------------------------------------
--------------- 3.Home Page Styling Starts -----------
---------------------------------------------------*/

.main {
  width: 100%;
	height: 100%;
	background: #F2F2F2;
	transition: 0.5s;
}



.radio-label {
	font-family: Halcyon-Regular;
	font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding-left:3px;
    padding-right:3px;
	
}



 .modal-body  p {
    font-family: Halcyon-Regular;
    font-size: 14px;
    font-weight: 400;
   
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0 0 30px 0;
}


/* --------------------------------------------------
---------- Hamburger and Navigation Starts ----------
----------------------------------------------------*/


.nav-trigger {
  padding: 8px;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 50px;
	background-color: #F2F2F1;
	z-index: 111;
  transition: all 400ms ease-in;
}


.offerta {
  font-family: Halcyon-Regular!important;
  padding: 8px;
  position: fixed;
  top: 25px;
  right: 70px;
  z-index: 111;
 
}



.is-active .offerta {
  display: none;
}

.is-active.nav-trigger {
  background: #DDDDDD;
}

.hamburger {
  position: relative;
  width: 25px;
  height: 25px;
  transition: transform 500ms ease-in-out;
}

.nav-trigger:active .hamburger {
  transition: transform 50ms;
  transform: scale(.95);
}

.hamburger::before, .hamburger::after, .hamburger .icon {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
	left: 2px;
  background: #111111;
  transform-origin: 100% 50%;
  transition: all 100ms ease-in-out;
}

.hamburger::before {
  top: 5px;
}
.hamburger .icon {
	width: 21px;
  top: 11px;
  transform-origin: 50% 50%;
}
.hamburger::after {
  top: 17px;
}
/*
.is-active .hamburger {
  transform: rotateZ(-360deg);
}


.is-active .nav-trigger:active .hamburger {
  transform: scale(.95) rotateZ(-360deg);
}
*/
.is-active .hamburger::before,
.is-active .hamburger::after,
.is-active .hamburger .icon {
  background: #111111;
}

.is-active .hamburger::before {
  transform: translate3d(-4px, -1px, 0) rotateZ(-45deg);
}
.is-active .hamburger .icon {
  transform: rotateY(-90deg);
  transition: transform 100ms, background-color 400ms ease-in-out;
}
.is-active .hamburger::after {
  transform: translate3d(-4px, 2px, 0) rotateZ(45deg);
}

/*-----------------------------------------------------
----------- Hamburger Menu Styling Ends ---------------
------------------------------------------------------*/


#ar-about {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 110;
  width: 95%;
  background-color: #00aef0;
	overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
    transition: all 0.5s;
}

.ar-personal #ar-about {
	background: #FFFFFF;
}

#ar-about .about-intro {
	padding: 80px 20px 50px 20px;
	overflow: hidden;
}

.cs-about .about-intro {
	padding: 100px 20px 50px 20px !important;
	overflow: hidden;
}



#ar-about .about-intro h4 {
	font-family: Halcyon-Regular;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

#ar-about .about-intro h1 {
	font-family: Halcyon-Regular;
	font-size: 34px;
	font-weight: 600;
	color: #404040;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 0 0 15px 0;
}

#ar-about .about-intro h3 {
	font-family: Halcyon-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #606060;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0 0 30px 0;
}



 .about-intro p {
	font-family: Halcyon-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 30px 0;
}


.product-about .features .text p 

{
	font-family: Halcyon-Regular;
	font-size: 10px;
	font-weight: 400;
	color: #A1A1A1;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

#ar-about .ar-social {
	padding: 50px 0 0 0;
}

#ar-about .ar-social h2 {
	font-family: Halcyon-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #606060;
	letter-spacing: 2px;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

#ar-about .ar-footer {
	padding: 20px 0 0 0;
}

#ar-about .nav-social ul {
  list-style-type: none;
	text-align: left;
	padding: 0 0 0 0;
}

#ar-about .nav-social li {
  display: inline !important;
	padding-left: 0 !important;
	padding-right: 0.5em;
}

#ar-about .nav-social li a i {
	display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
	padding-right: 0px;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
	background: #072DEF;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.15em;
  -webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
}

#ar-about .nav-social li a i:hover {
	text-decoration: none;
	background: #6666ff;
}

#ar-about .nav-social a:before {
  display: none;
}

#ar-about .ar-footer p {
	font-family: Halcyon-Regular;
	color: #323232;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
}

#ar-about .ar-footer a {
	font-family: Halcyon-Regular;
  color: #072DEF;
  font-size: 14px;
	letter-spacing: 0;
  font-weight: 400;
}

/* ----- Dimming Main Content When Navigation is Active -----*/

.main::before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    -moz-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    -o-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    transition: opacity 0.5s ease, height 1ms 0.5s ease;
}

.main.is-active.main::before{
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 1
}


#ar-about.is-active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


#ar-about.is-active li:nth-child(2) {
	transition-delay: 0.1s;
}

#ar-about.is-active li:nth-child(3) {
	transition-delay: 0.2s;
}

#ar-about.is-active li:nth-child(4) {
	transition-delay: 0.3s;
}

#ar-about.is-active li:nth-child(5) {
	transition-delay: 0.4s;
}


#ar-about .copyright-text {
  font-family: Work Sans;
  font-size: 12px;
  font-weight: 200;
	text-align: center;
  letter-spacing: 1px;
  padding: 20px 20px;
}

.nav-social ul {
  padding: 0.5em;
  list-style-type: none;
	text-align: center;
}

.nav-social li {
  display: inline !important;
  padding-left: 1em !important;
}

.nav-social i, .nav-social a {
  font-size: 21px;
  color: #072DEF;
}

.nav-social a:before {
  display: none;
}

.product-about {
	background: #FFFFFF;
	background: linear-gradient(rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.99));
}

.product-about .about-intro h2 {
	font-family: Halcyon-Regular;
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.product-about .about-intro p {
	color: #666666 !important;
}

.product-about .about-intro .features {
	padding: 20px 0 50px 0;
	overflow: hidden;
}

.product-about .about-intro .features .icon {
	text-align: center;
	margin-bottom: 20px;
}

.product-about .about-intro .features .icon i {
	font-size: 34px;
	color: #00aef0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
		transition: 0.2s;

}

.product-about .about-intro .features .col-md-4:hover .icon i {
	font-size: 34px;
	color: #ff8a00;
}


.product-about .about-intro .features .text {
	text-align: center;
}




.product-about .about-intro h5 {
	font-family: Halcyon-Regular;
	font-size: 14px;
	margin: 0 0 10px 0;

}

.product-about .about-intro .table {
	font-family: Halcyon-Regular;
	font-size: 12px !important;
	color: #666666;
	letter-spacing: 1px;
}

.product-about .about-intro .table tr td:nth-child(1) {
	font-weight: 600;
}

.product-about .about-intro .note {
	padding: 30px 0 0 0 !important;
}

.product-about .about-intro .note p {
	font-size: 12px !important;
	color: #000000 !important;
	display: inline;
}


/* ------ Domain Homepage ----- */

	.domain-bg {
		background: #193755;
	background: url(../images/bg_new.jpg) no-repeat center center;
	background-size: cover;
       /* opacity: 1;*/
	}

	.domain-bg .text-block {
		position: absolute;
	/*	top: 40%; */
	    top: 12%;
		left: 10%;
		right: 10%;
		background: linear-gradient(to right, rgba(0, 200, 200, 0), rgba(0, 230, 230, 0));
       
	
	}



.row-border {

 border: 1px dashed;
        border-color: #ffffff;
    border-radius: 10px;
    padding-left:25px;
    padding-right:25px;
    padding-top:25px;
    padding-bottom:25px;
   
}



.btn-group-lg>.btn, .btn-lg {
    padding: 10px 10px;
    font-size: 13px;
	font-weight: 600;
    line-height: 1.1937553;
    border-radius: 4px;
}


	.domain-bg .text-block h1 {
    	font-family: Halcyon-Regular;
		font-size: 25px;
		/*font-weight: 600;*/
		color: #ffffff;
		line-height: 1.2;
		
	}




.domain-bg .text-block h2 {
    	font-family: Halcyon-Bold;
		font-size: 20px;
		font-weight: 600;
		color: #ffffff;
		line-height: 1.0;
        padding-bottom:10px;
		
	}


.domain-bg .text-block h3 {
    	font-family: Halcyon-Regular;
		font-size: 25px;
		/*font-weight: 600;*/
		color: #ffffff;
		line-height: 1.0;
		
	}

	.domain-bg .text-block h1 span {
		font-family: Halcyon-Regular;
		font-size: 18px;
		font-weight: 600;
		color: #ffffff;
		line-height: 1.2;
		
	}


   
	.icon {
		font-size: 25px;
		font-weight: 600;
        padding-bottom:10px;
		color: #193755;
      /*  display: none;*/
		
	}




.mobile {
     display: block;
	}



	.domain-bg .text-block p {
		font-family: Halcyon-Regular;
		font-size: 16px;
		font-weight: 600;
		color: #ffffff;
		line-height: 1.3;
		
	}


@media only screen and (min-width: 768px) {

	#ar-about {
	  width: 50%;
	}

  #ar-about .navigation {
    margin-top: 150px;
  }
	
    
    
.mobile {

      display: none;
		
	}
	
	
	.product-about .about-intro .features .text p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
	
	.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
	font-weight: 600;
    line-height: 1.1937553;
    border-radius: 6px;
}

	
    
    .domain-bg .text-block h2 {
	/*	font-size: 54px;*/
		font-size: 30px;
	}


    
    .domain-bg .text-block h3 {
	/*	font-size: 54px;*/
		font-size: 45px;
	}
    
	.domain-bg .text-block p {
		font-size: 16px;
		
	}

    
   .icon {
		font-size: 40px;
       display: block;
		
	}
    
    
  .nav-social ul {
    padding: 0.4em;
  }
}




/* --------------------------------------------------
------------ Hamburger and Navigation Ends ----------
----------------------------------------------------*/

/* --------------------------------------------------
------ Homepage Split Layout Styling Starts ---------
---------------------------------------------------*/


.left-section {
		background-color: #193755;
		position: absolute;
    left: 0;
		right: 0;
		top: 0;
		bottom: 0;
    width: 60%;
		height: 100%;
		overflow: hidden;
    z-index: 1;
}

.product-bg {
	background-color: #F1F1F1;
}


.product-bg img {
	margin-top: 0;
}

.personal {
	background-color: #F1F1F1;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
}

.personal-bg {
	background-color: #F1F1F1;
	background: url(../images/bg6.jpg) no-repeat center center;
	background-size: cover;
}

.app-main .app {
	background: #8446CF;
	background: url(../images/bg1.png) no-repeat center center;
	background-size: cover;
}

.no-background {
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.main-logo {
	padding: 90px 0 0 0;
	text-align: center;
}

.app-main .main-logo {
	padding: 50px 0 0 0;
	text-align: left;
}

 .right-section {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 30px 0 30px;
	
    height: 100%;
   /* background: #193755;*/
     
    background: url(../images/bg4.jpg) no-repeat center center;
	background-size: cover;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;

}

.intro {
	padding-top: 40px;
	text-align: center;
}


.intro .intro-text h4 {
	font-family: Halcyon-Regular;
	font-size: 14px;
	font-weight: 600;
	color: #A1A1A1;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.intro .intro-text h1 {
	font-family: Halcyon-Regular;
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
	
}

.intro .intro-text p {
	font-family: Halcyon-Bold;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 1.5;
	margin: 0 0 0px 0;
}



.intro .intro-text h2 {
	font-family: Halcyon-Bold;
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
   
	
}

.intro .intro-text h3 {
	font-family: Halcyon-Regular;
	font-size: 25px;
	font-weight: 600;
	color: #193755;
	line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
	
}

.intro .intro-text a {
/*	display: inline-block;*/
	/*margin-right: 15px;*/
}

.btn-contact {
	font-family: Work Sans;
	font-size: 16px;
	font-weight: 600;
	color: #001CFF;
	display: inline-block;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid;
	border-color: #001CFF;
	padding: 10px 20px;
	border-radius: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-transform: 0.5s;
	-moz-transform: 0.5s;
	transition: 0.5s;
}

.btn-contact:hover, .btn-contact:focus {
	color: #FFFFFF;
	background: #001CFF;
	border-color: #001CFF;
	text-decoration: none;
}

.app-main .intro {
	padding-top: 100px;
	text-align: left;
}

.app-main .intro .intro-text h1 {
	color: #00aef0;
}

.app-main .intro .intro-text a img {
	width: 150px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.app-main .intro .intro-text a img:hover {
	opacity: 0.9;
}

.product-main .intro {
	padding-top: 100px;
	text-align: left;
}

.product-cs .intro {
	padding-top: 150px !important;
}

.product-main .intro .intro-text .col-sm-6 {
	overflow: hidden;
}

.product-main .intro .intro-text h3 {
	font-family: Halcyon-Regular;
	font-size: 20px;
	font-weight: 600;
	color: #777777;
	text-transform: capitalize;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	margin: 0px 0 10px 0;
}

.product-main .right-section {
	background: #FFFFFF;
}

.product-cs .right-section {
	background: #FFFFFF;
}

.product-cs .left-section {
	background: #F3F2F1;
}

.product-main .intro .intro-text h1 {
	color: #00aef0;
}

.product-cs .intro .intro-text h1 {
	font-weight: 600;
	font-size: 54px;
	letter-spacing: -1px;
	color: #193755;
}

.product-cs .intro .intro-text h1 .dark {
	font-size: 54px;
	color: #6600CC !important;
}


.product-main .intro .intro-text h2 {
	font-family: Halcyon-Regular;
	font-size: 32px;
	font-weight: 600;
	color: #193755;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 40px 0 10px 0;
}

.product-main .intro .intro-text h5 {
	font-family: Work Sans;
	font-size: 24px;
	font-weight: 600;
	color: #999999;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 40px 0 10px 0;
}

.product-main .intro .intro-text  ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

.product-main .intro .intro-text ul li {
	font-family: Halcyon-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #00aef0;
	line-height: 2;
}

.product-main .intro .intro-text h5 span {
	color: #A1A1A1;
}


.product-main .intro .intro-text span {
	font-size: 24px;
	padding: 0 8px 0 0;
}

.product-main .intro .intro-text span:nth-child(1) {
	color: #111111;
}

.product-main .intro .intro-text span:nth-child(2) {
	color: #666666;
}

.product-main .intro .intro-text span:nth-child(3) {
	color: #D5D5D5;
}

.product-main .intro .intro-text .details p {
	color: #00aef0;
}


.product-main .intro .intro-text a img {
	opacity: 0.8;
	width: 150px;
	margin: 30px 0 0 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.product-main .intro .intro-text a img:hover {
	opacity: 1;
}


.product-cs .intro {
	padding-top: 100px !important;
}

ul#countdown {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}

ul#countdown li {
	display: inline-block;
}

ul#countdown li span {
	font-family: Halcyon-Regular;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	color: #6600CC;
	background: #F9F9F9;
	padding: 6px;
}

ul#countdown li.seperator {
	font-size: 24px;
	line-height: 1;
	vertical-align: top;
}

ul#countdown li p {
	font-family: Halcyon-Regular;
	color: #111111;
	font-size: 14px;
	padding-top: 5px;
}

.domain-main ul#countdown li span {
	font-family: Halcyon-Regular;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	background: transparent;
	padding: 6px;
}

.domain-main ul#countdown li p {
	font-family: Halcyon-Regular;
	color: #00aef0;
	font-size: 14px;
	padding-top: 5px;
}


.cs-main .intro {
	padding-top: 150px;
}


.cs-main .left-section {
	background: url(../images/bg2.png) no-repeat center center;
	background-size: cover;
}

.cs-main .right-section {
	background: #FFFFFF;
}

.cs-main .intro .intro-text h1 {
	color: #00aef0;
}

.cs-main .intro .intro-text p {
	font-size: 14px;
	color: #193755;
}

.cs-main  .intro .intro-text h2 {
	font-family: Halcyon-Regular;
	font-size: 26px;
	font-weight: 600;
	color: #00aef0;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 20px 0 30px 0;
}

.cs-main .intro .intro-text ul#countdown li span {
	font-family: Halcyon-Regular;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	color: #00aef0;
	background: transparent;
	padding: 6px;
}


.personal-main .right-section {
		padding: 0 0 0 0;
}


/* ----- About Page Style Starts ----- */

.split-about {
	padding-top: 50px;
	background: #F6F6F6;
}

.split-about-details {
	padding: 40px 40px 0 30px;
}

.split-about .split-about-details h4 {
	font-family: Halcyon-Regular;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
	text-align: left !important;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.split-about .split-about-details h4 span {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 4px;
	background: #2d2dd2;
}


.split-about .split-about-details h2 {
	font-family: Halcyon-Regular;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 50px 0 10px 0;
}


.split-about .split-about-details .btn-contact {
	text-align: center;
	margin-top: 20px;
	padding: 6px 16px;
	color: #2d2dd2;
	border-color: #2d2dd2;
}

.split-about .split-about-details .btn-contact:hover {
	border-color: #2d2dd2;
	background: #2d2dd2;
	color: #FFFFFF;
}

.split-about .split-about-details span {
	font-family: Halcyon-Regular;
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
}

.split-about .split-about-details p {
	font-family: Halcyon-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0px;
	margin: 20px 0 10px 0;
}

.split-about-experience {
  padding-top: 50px;
}

.split-about-experience ul {
  padding: 20px 0 0 0;
}

.split-about-experience li {
  margin-bottom: 50px;
}

.split-about-experience h3 {
  font-family: Halcyon-Regular;
  font-size: 16px;
  font-weight: 600;
  color: #4d4dff;
	text-align: left;
  letter-spacing: 0px;
  line-height: 1.2;
}

.split-about-experience p {
  font-family: Halcyon-Regular;
  font-size: 14px !important;
  font-weight: 300;
  color: #444444;
  padding: 0 0 10px 0;
  line-height: 1.1;
}

.split-about-experience h6 {
  font-family: Halcyon-Regular;
  font-size: 14px;
  font-weight: 400;
  color: #2d2dd2;
	text-align: left;
	padding: 0 0 10px 0;
  letter-spacing: 1px;
}


/* ----- About Page Style Ends ----- */


.text-box {
  position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
	transition: all 0.5s;
}

.text-box h4 {
	font-family: Halcyon-Regular;
	font-size: 14px;
	font-weight: 600;
	color: #CCCCCC;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0 20px 10px 20px;
	text-align: center;
}

.text-box h1 {
	font-family: Halcyon-Regular;
	font-size: 28px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 0;
	line-height: 1.4;
	padding: 0 20px 0 20px;
	text-align: center;
}

.text-box .btn-contact {
	padding: 10px 14px;
	border: 2px solid #2d2dd2;
	background: #2d2dd2;
	color: #FFFFFF;
}

.text-box .btn-contact:hover {
	border: 2px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
}


/*---------------------------------------------------
----------- Contact Page Styling Starts -------------
---------------------------------------------------*/

.contact-section {
	width: 100%;
	height: 100%;
	padding: 0 0 30px 0;
}

.contact-section h1 {
	font-family: Halcyon-Regular;
	font-size: 28px;
	font-weight: 600;
	color: #00aef0 !important;
	line-height: 1.3;
	margin-bottom: 20px;
}

.contact-section p {
	font-family: Halcyon-Regular;
	font-size: 14px;
	font-weight: 300;
	color: #111111;
	line-height: 1.4;
}

.domain-main .contact-section h1 {
	font-size: 34px;
	color: #193755 !important;
}

/* ------------ Contact Form Styling --------*/

.contact-form {
	padding-top: 30px;
}


label {
	display: block;
  font-family: Halcyon-Regular;
  font-size: 14px;
  font-weight: 600;
 /* color: #00aef0;*/
    color: #193755;
    text-transform: uppercase;
	text-align: left;
   /* padding-bottom:5px;*/
}






.form-control {
  border: 0px;
  border-radius: 0px;
margin-top:10px;
    margin-bottom:10px;
/*  margin-top: 10px;/*
  background: transparent;
  /*margin-bottom: 20px;*/
  /*border-bottom: 1px solid #999999;*/
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
    transition: 0.5s;
}

.form-control:focus {
  border-color: #00aef0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  font-family: Halcyon-Regular;
  font-size: 13px;
  color: #999999;
}
.form-control:-moz-placeholder {
  font-family: Halcyon-Regular;
  font-size: 13px;
  color: #999999;
}
.form-control::-moz-placeholder {
  font-family: Halcyon-Regular;
  font-size: 13px;
  color: #999999;
}
.form-control:-ms-input-placeholder {
  font-family: Halcyon-Regular;
  font-size: 13px;
  color: #999999;
}

.text-muted {
  font-family: Halcyon-Regular;
  font-size: 13px;
  color: #222;
}

.text-muted strong {
  color: #FF3333;
}

.btn-send {
  font-family: Halcyon-Bold!important;
  font-weight: 500;
 /* text-transform: uppercase;*/
        padding: 12px 20px 12px 20px;
 /* letter-spacing: 0.1em;*/
  margin-bottom: 20px;
  border-radius: 0px;
  color: #193755;
   /* width: 100%;*/
  background: #fff;
    font-size:18px!important;
	border-color: #193755;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
    transition: 0.5s;
}

.btn-send:hover, .btn-send:focus {
  color: #fff;
  background: #193755!important;
	border-color: #193755!important;
  outline: none !important;
}

/* -------- Contact Section Styling Ends ---- */


/* ----- CTA Section Styling Starts ----- */




.product-main .intro .cta-sub h3 {
	font-family: Halcyon-Regular;
	font-size: 24px;
	color: #888888;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 0;
	letter-spacing: 0;
}

.cta-sub p {
	font-family: Work Sans;
	font-size: 16px;
	color: #193755;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 40px;
}

.subscribe-form {
	text-align: center;
	padding: 20px 0 0 0;
}

.subscribe-form .mail {
 background-color: #F9F9F9;
 border: none;
 border-radius: 5px 0 0 5px;
 outline: none;
 height: 40px;
 padding: 0 100px 0 20px;
 box-shadow: none;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 transition: all .3s;
}


.subscribe-form input {
  color: #222222;
  font-family: Halcyon-Regular;
  padding: 0;
  font-size: 0.9em;
}




.subscribe-form .submit-button {
  font-size: 0.9em;
  height: 40px;
  border: 2px solid;
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 25px 0 25px;
	border-color: #00aef0;
  background-color: #00aef0;
  color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
  outline: none;
}

.subscribe-form .submit-button:hover {
  box-shadow: 0 0 10px #FFFFFF;
  -webkit-transition: 500ms;
  transition: 500ms;
}







/* ----- Footer Section Styling Starts ----- */


.footer {
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}

.lesspadding {
	padding-top: 0;
	padding-bottom: 30px;
}

.footer ul {
	display: inline-block;
	list-style-type: none;
	float: right !important;
}

.footer ul li {
	display: inline;
}

.footer ul li a {
	display: inline;
	font-family: Halcyon-Regular;
	font-size: 12px;
	font-weight: 400;
	padding-right: 20px;
	color: #072DEF;
	text-decoration: none;
}

.footer span {
	display: inline;
	font-family: Halcyon-Regular;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #111111;
	text-align: right;
	text-decoration: none;
}

.footer a:hover, .footer a:focus {
  color: #00aef0;
  text-decoration: line-through;
}

.footer-credits {
	font-family: Halcyon-Regular;
	font-size: 14px;
	margin-top: 20px;
    color: #ffffff;
}



.footer-privacy {
	font-family: Halcyon-Regular;
	font-size: 12px;
    line-height: 12px;
   /* color: #ffffff;*/
	
}

.footer-social {
	position: absolute;
	bottom: 15px;
	right: 15px;
}


.footer-social ul {
	list-style-type: none;
}

.footer-social ul li {
	display: inline;
	padding: 0 0 0 10px;
}

.footer-social ul li a {
	font-family: Halcyon-Regular;
	font-size: 12px;
	font-weight: 400;
	color: #2d2dd2;
	letter-spacing: 1px;
	text-decoration: none;
}

.footer-social ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* ----- Footer Section Styling Ends ----- */



/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 815px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}
	
	
	
 .
	

	#ar-about .about-intro {
		padding: 80px 50px 50px 50px;
		overflow: hidden;
	}

	.cs-about .about-intro {
		padding: 100px 50px 0 50px !important;
		background: #FFF;
		overflow: hidden;
	}


.split-about-details {
	padding: 40px 40px 0 80px;
}

.footer-social {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

}





	@media only screen and (max-width : 800px) {

     .right-section{
        position: relative;
        width: 100%;
    }

		.main-logo {
			padding: 100px 0 0 0;
			text-align: center;
		}

		.app-main .main-logo {
			padding: 50px 0 0 0;
			text-align: left;
		}

		.intro {
			padding-top: 50px;
			text-align: center;
		}

		.app-main .intro {
			padding-top: 50px;
			text-align: left;
		}

     .left-section{
        position: relative;
        width: 100%;
       min-height:100%; 
         height:770px;
        
      
    }

        
        
        .icon {
   
    padding-bottom: 0px; 
}
        
        
        .domain-bg .text-block {
	
	/*	top: 40%; */
	    top: 80px;
	
	
	}

        
        
        .radio-label {
    font-family: Halcyon-Regular;
    font-size: 10px;
    color: #ffffff;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}
        
        
		.product-bg {
			position: relative;
			width: 100%;
			min-height: 100%;
		}

		.intro .intro-text h1 {
			font-family: Halcyon-Bold;
			font-size: 42px;
			line-height: 1.1;
		}

		.intro .intro-text p {
			font-size: 16px;
		}

		.footer-personal {
			margin-top: 1px;
			margin-bottom: 20px;
		}

		.footer-personal a {
			font-size: 14px;
			padding: 10px;
		}
	}


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

   .right-section{
      -webkit-overflow-scrolling: touch;
  }
}

 @media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

   .split-home .right-section,  .split-home .left-section{
      -webkit-overflow-scrolling: touch;
  }
}

	@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation: landscape) {
   .right-section{
      -webkit-overflow-scrolling: touch;
  }
}

	@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
     .left-section {
       min-height: 100vh;
    }
  }

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

	 .product-bg img {
		 margin-top: 100px;
	 }
 }

	@media only screen and (max-width: 420px) {

		.right-section {
			 padding: 0 20px 0 20px;
	 }

		.intro {
			padding-top: 50px;
		}

		.intro .intro-text h1 {
			font-size: 34px;
			line-height: 1.1;
		}

		.product-cs .intro {
			padding-top: 100px !important;
		}

		.product-cs .intro .intro-text h1 {
			font-size: 34px;
		}

		.product-cs .intro .intro-text h1 .dark {
			font-size: 34px;
		}

		.app-main .intro .intro-text a img {
			width: 110px;
		}

		.product-main .intro .intro-text a img {
			width: 110px;
		}

		.footer ul {
			display: inline-block;
			list-style-type: none;
			float: none !important;
		}

	}



@media screen and (min-width: 400px) and (max-width: 600px) {

 .subscribe-form .mail {
   padding: 0 30px 0 20px;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
 }
}


@media screen and (max-width: 399px) {

	.subscribe-form {
		text-align: left;
	}

	.cs-main .subscribe-form {
		text-align: center;
	}

 .subscribe-form .mail {
	 text-align: center;
   padding: 0 0 0 0;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
	 margin-top: 15px;
 }
}


/* --------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/


/*----------------------------------------------------------------------------------------
                                    GRID
-----------------------------------------------------------------------------------------*/

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.boxed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .boxed {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .boxed {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .boxed {
        max-width: 960px;
    }
}

@media (min-width: 1230px) {
    .container,
    .boxed {
        max-width: 1200px;
    }
}



.container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1230px) {
    .container-fluid.offset-left {
        width: calc(50% + 600px);
        margin-right: 0;
    }
    .container-fluid.offset-right {
        width: calc(50% + 600px);
        margin-left: 0;
    }
    section .container-fluid:not(.offset-left):not(.offset-right),
    footer .container-fluid:not(.offset-left):not(.offset-right) {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -30px;*/
    /*margin-left: -30px;*/
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters.col,
.no-gutters > [class*="col-"],
.no-gutters[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid > .row.no-gutters,
.modal .container-fluid > .row.no-gutters {
    margin-left: -30px;
    margin-right: -30px;
}

@media (min-width: 1230px) {
    section .container-fluid > .row.no-gutters,
    footer .container-fluid > .row.no-gutters {
        margin-left: -60px;
        margin-right: -60px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
   
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
   /* flex: 0 0 91.666667%;
    max-width: 91.666667%;*/
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1230px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}




/*----------------------------------------------------------------------------------------
                        PADDING & MARGIN
-----------------------------------------------------------------------------------------*/



.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}


.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}


.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

.pt-250 {
    padding-top: 250px !important;
}

.pb-250 {
    padding-bottom: 250px !important;
}

.pt-300 {
    padding-top: 300px !important;
}

.pb-300 {
    padding-bottom: 300px !important;
}

.pt-350 {
    padding-top: 350px !important;
}

.pb-350 {
    padding-bottom: 350px !important;
}

.pt-400 {
    padding-top: 400px !important;
}

.pb-400 {
    padding-bottom: 400px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt--30 {
    margin-top: -30px !important;
}

.mb--30 {
    margin-bottom: -30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt--50 {
    margin-top: -50px !important;
}

.mb--50 {
    margin-bottom: -50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt--100 {
    margin-top: -100px !important;
}

.mb--100 {
    margin-bottom: -100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mt--200 {
    margin-top: -200px !important;
}

.mb--200 {
    margin-bottom: -200px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

.mt--300 {
    margin-top: -300px !important;
}

.mb--300 {
    margin-bottom: -300px !important;
}

@media (min-width: 576px) {
    
     .padding-div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    
    
    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px !important;
    }
    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }

    .pt-sm-75 {
        padding-top: 75px !important;
    }

    .pb-sm-75 {
        padding-bottom: 75px !important;
    }

    .pt-sm-100 {
        padding-top: 100px !important;
    }

    .pb-sm-100 {
        padding-bottom: 100px !important;
    }

    .pt-sm-150 {
        padding-top: 150px !important;
    }

    .pb-sm-150 {
        padding-bottom: 150px !important;
    }

    .pt-sm-200 {
        padding-top: 200px !important;
    }

    .pb-sm-200 {
        padding-bottom: 200px !important;
    }

    .pt-sm-250 {
        padding-top: 250px !important;
    }

    .pb-sm-250 {
        padding-bottom: 250px !important;
    }

    .pt-sm-300 {
        padding-top: 300px !important;
    }

    .pb-sm-300 {
        padding-bottom: 300px !important;
    }

    .pt-sm-350 {
        padding-top: 350px !important;
    }

    .pb-sm-350 {
        padding-bottom: 350px !important;
    }

    .pt-sm-400 {
        padding-top: 400px !important;
    }

    .pb-sm-400 {
        padding-bottom: 400px !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0px !important;
    }

    .mb-sm-0 {
        margin-bottom: 0px !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mt-sm--30 {
        margin-top: -30px !important;
    }

    .mb-sm--30 {
        margin-bottom: -30px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .mt-sm--50 {
        margin-top: 50px !important;
    }

    .mb-sm--50 {
        margin-bottom: -50px !important;
    }

    .mt-sm-75 {
        margin-top: 75px !important;
    }

    .mb-sm-75 {
        margin-bottom: 75px !important;
    }

    .mt-sm-100 {
        margin-top: 100px !important;
    }

    .mb-sm-100 {
        margin-bottom: 100px !important;
    }

    .mt-sm--100 {
        margin-top: -100px !important;
    }

    .mb-sm--100 {
        margin-bottom: -100px !important;
    }

    .mt-sm-150 {
        margin-top: 150px !important;
    }

    .mb-sm-150 {
        margin-bottom: 150px !important;
    }

    .mt-sm-200 {
        margin-top: 200px !important;
    }

    .mb-sm-200 {
        margin-bottom: 200px !important;
    }

    .mt-sm--200 {
        margin-top: -200px !important;
    }

    .mb-sm--200 {
        margin-bottom: -200px !important;
    }

    .mt-sm-250 {
        margin-top: 250px !important;
    }

    .mb-sm-250 {
        margin-bottom: 250px !important;
    }

    .mt-sm-300 {
        margin-top: 300px !important;
    }

    .mb-sm-300 {
        margin-bottom: 300px !important;
    }

    .mt-sm--300 {
        margin-top: -300px !important;
    }

    .mb-sm--300 {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 768px) {
    
    .padding-div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    
    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pt-md-75 {
        padding-top: 75px !important;
    }

    .pb-md-75 {
        padding-bottom: 75px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .pt-md-150 {
        padding-top: 150px !important;
    }

    .pb-md-150 {
        padding-bottom: 150px !important;
    }

    .pt-md-200 {
        padding-top: 200px !important;
    }

    .pb-md-200 {
        padding-bottom: 200px !important;
    }

    .pt-md-250 {
        padding-top: 250px !important;
    }

    .pb-md-250 {
        padding-bottom: 250px !important;
    }

    .pt-md-300 {
        padding-top: 300px !important;
    }

    .pb-md-300 {
        padding-bottom: 300px !important;
    }

    .pt-md-350 {
        padding-top: 350px !important;
    }

    .pb-md-350 {
        padding-bottom: 350px !important;
    }

    .pt-md-400 {
        padding-top: 400px !important;
    }

    .pb-md-400 {
        padding-bottom: 400px !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mt-md-10 {
        margin-top: 10px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mt-md-20 {
        margin-top: 20px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .mt-md--30 {
        margin-top: -30px !important;
    }

    .mb-md--30 {
        margin-bottom: -30px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .mt-md--50 {
        margin-top: -50px !important;
    }

    .mb-md--50 {
        margin-bottom: -50px !important;
    }

    .mt-md-75 {
        margin-top: 75px !important;
    }

    .mb-md-75 {
        margin-bottom: 75px !important;
    }

    .mt-md-100 {
        margin-top: 100px !important;
    }

    .mb-md-100 {
        margin-bottom: 100px !important;
    }

    .mt-md--100 {
        margin-top: -100px !important;
    }

    .mb-md--100 {
        margin-bottom: -100px !important;
    }

    .mt-md-150 {
        margin-top: 150px !important;
    }

    .mb-md-150 {
        margin-bottom: 150px !important;
    }

    .mt-md-200 {
        margin-top: 200px !important;
    }

    .mb-md-200 {
        margin-bottom: 200px !important;
    }

    .mt-md--200 {
        margin-top: -200px !important;
    }

    .mb-md--200 {
        margin-bottom: -200px !important;
    }

    .mt-md-250 {
        margin-top: 250px !important;
    }

    .mb-md-250 {
        margin-bottom: 250px !important;
    }

    .mt-md-300 {
        margin-top: 300px !important;
    }

    .mb-md-300 {
        margin-bottom: 300px !important;
    }

    .mt-md--300 {
        margin-top: -300px !important;
    }

    .mb-md--300 {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 1230px) {
    
    .padding-div {
    padding-left: 120px !important;
    padding-right: 120px !important;
}
    
    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pt-lg-10 {
        padding-top: 10px !important;
    }

    .pb-lg-10 {
        padding-bottom: 10px !important;
    }

    .pt-lg-20 {
        padding-top: 20px !important;
    }

    .pb-lg-20 {
        padding-bottom: 20px !important;
    }

    .pt-lg-30 {
        padding-top: 30px !important;
    }

    .pb-lg-30 {
        padding-bottom: 30px !important;
    }

    .pt-lg-50 {
        padding-top: 50px !important;
    }

    .pb-lg-50 {
        padding-bottom: 50px !important;
    }

    .pt-lg-75 {
        padding-top: 75px !important;
    }

    .pb-lg-75 {
        padding-bottom: 75px !important;
    }

    .pt-lg-100 {
        padding-top: 100px !important;
    }

    .pb-lg-100 {
        padding-bottom: 100px !important;
    }

    .pt-lg-150 {
        padding-top: 150px !important;
    }

    .pb-lg-150 {
        padding-bottom: 150px !important;
    }

    .pt-lg-200 {
        padding-top: 200px !important;
    }

    .pb-lg-200 {
        padding-bottom: 200px !important;
    }

    .pt-lg-250 {
        padding-top: 250px !important;
    }

    .pb-lg-250 {
        padding-bottom: 250px !important;
    }

    .pt-lg-300 {
        padding-top: 300px !important;
    }

    .pb-lg-300 {
        padding-bottom: 300px !important;
    }

    .pt-lg-350 {
        padding-top: 350px !important;
    }

    .pb-lg-350 {
        padding-bottom: 350px !important;
    }

    .pt-lg-400 {
        padding-top: 400px !important;
    }

    .pb-lg-400 {
        padding-bottom: 400px !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mt-lg-10 {
        margin-top: 10px !important;
    }

    .mb-lg-10 {
        margin-bottom: 10px !important;
    }

    .mt-lg-20 {
        margin-top: 20px !important;
    }

    .mb-lg-20 {
        margin-bottom: 20px !important;
    }

    .mt-lg-30 {
        margin-top: 30px !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .mt-lg--30 {
        margin-top: -30px !important;
    }

    .mb-lg--30 {
        margin-bottom: -30px !important;
    }

    .mt-lg-50 {
        margin-top: 50px !important;
    }

    .mb-lg-50 {
        margin-bottom: 50px !important;
    }

    .mt-lg--50 {
        margin-top: -50px !important;
    }

    .mb-lg--50 {
        margin-bottom: -50px !important;
    }

    .mt-lg-75 {
        margin-top: 75px !important;
    }

    .mb-lg-75 {
        margin-bottom: 75px !important;
    }

    .mt-lg-100 {
        margin-top: 100px !important;
    }

    .mb-lg-100 {
        margin-bottom: 100px !important;
    }

    .mt-lg--100 {
        margin-top: -100px !important;
    }

    .mb-lg--100 {
        margin-bottom: -100px !important;
    }

    .mt-lg-150 {
        margin-top: 150px !important;
    }

    .mb-lg-150 {
        margin-bottom: 150px !important;
    }

    .mt-lg-200 {
        margin-top: 200px !important;
    }

    .mb-lg-200 {
        margin-bottom: 200px !important;
    }

    .mt-lg--200 {
        margin-top: -200px !important;
    }

    .mb-lg--200 {
        margin-bottom: -200px !important;
    }

    .mt-lg-250 {
        margin-top: 250px !important;
    }

    .mb-lg-250 {
        margin-bottom: 250px !important;
    }

    .mt-lg-300 {
        margin-top: 300px !important;
    }

    .mb-lg-300 {
        margin-bottom: 300px !important;
    }

    .mt-lg--300 {
        margin-top: -300px !important;
    }

    .mb-lg--300 {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 1600px) {
    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pt-xl-10 {
        padding-top: 10px !important;
    }

    .pb-xl-10 {
        padding-bottom: 10px !important;
    }

    .pt-xl-20 {
        padding-top: 20px !important;
    }

    .pb-xl-20 {
        padding-bottom: 20px !important;
    }

    .pt-xl-30 {
        padding-top: 30px !important;
    }

    .pb-xl-30 {
        padding-bottom: 30px !important;
    }

    .pt-xl-50 {
        padding-top: 50px !important;
    }

    .pb-xl-50 {
        padding-bottom: 50px !important;
    }

    .pt-xl-75 {
        padding-top: 75px !important;
    }

    .pb-xl-75 {
        padding-bottom: 75px !important;
    }

    .pt-xl-100 {
        padding-top: 100px !important;
    }

    .pb-xl-100 {
        padding-bottom: 100px !important;
    }

    .pt-xl-150 {
        padding-top: 150px !important;
    }

    .pb-xl-150 {
        padding-bottom: 150px !important;
    }

    .pt-xl-200 {
        padding-top: 200px !important;
    }

    .pb-xl-200 {
        padding-bottom: 200px !important;
    }

    .pt-xl-250 {
        padding-top: 250px !important;
    }

    .pb-xl-250 {
        padding-bottom: 250px !important;
    }

    .pt-xl-300 {
        padding-top: 300px !important;
    }

    .pb-xl-300 {
        padding-bottom: 300px !important;
    }

    .pt-xl-350 {
        padding-top: 350px !important;
    }

    .pb-xl-350 {
        padding-bottom: 350px !important;
    }

    .pt-xl-400 {
        padding-top: 400px !important;
    }

    .pb-xl-400 {
        padding-bottom: 400px !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mt-xl-10 {
        margin-top: 10px !important;
    }

    .mb-xl-10 {
        margin-bottom: 10px !important;
    }

    .mt-xl-20 {
        margin-top: 20px !important;
    }

    .mb-xl-20 {
        margin-bottom: 20px !important;
    }

    .mt-xl-30 {
        margin-top: 30px !important;
    }

    .mb-xl-30 {
        margin-bottom: 30px !important;
    }

    .mt-xl--30 {
        margin-top: -30px !important;
    }

    .mb-xl--30 {
        margin-bottom: -30px !important;
    }

    .mt-xl-50 {
        margin-top: 50px !important;
    }

    .mb-xl-50 {
        margin-bottom: 50px !important;
    }

    .mt-xl--50 {
        margin-top: 50px !important;
    }

    .mb-xl--50 {
        margin-bottom: -50px !important;
    }

    .mt-xl-75 {
        margin-top: 75px !important;
    }

    .mb-xl-75 {
        margin-bottom: 75px !important;
    }

    .mt-xl-100 {
        margin-top: 100px !important;
    }

    .mb-xl-100 {
        margin-bottom: 100px !important;
    }

    .mt-xl--100 {
        margin-top: -100px !important;
    }

    .mb-xl--100 {
        margin-bottom: -100px !important;
    }

    .mt-xl-150 {
        margin-top: 150px !important;
    }

    .mb-xl-150 {
        margin-bottom: 150px !important;
    }

    .mt-xl-200 {
        margin-top: 200px !important;
    }

    .mb-xl-200 {
        margin-bottom: 200px !important;
    }

    .mt-xl--200 {
        margin-top: -200px !important;
    }

    .mb-xl--200 {
        margin-bottom: -200px !important;
    }

    .mt-xl-250 {
        margin-top: 250px !important;
    }

    .mb-xl-250 {
        margin-bottom: 250px !important;
    }

    .mt-xl-300 {
        margin-top: 300px !important;
    }

    .mb-xl-300 {
        margin-bottom: 300px !important;
    }

    .mt-xl--300 {
        margin-top: -300px !important;
    }

    .mb-xl--300 {
        margin-bottom: -300px !important;
    }
}

/*-----------------  HORIZONTAL  ------------------*/

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}


@media (min-width: 576px) {
    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pl-sm-15 {
        padding-left: 15px !important;
    }

    .pr-sm-15 {
        padding-right: 15px !important;
    }

    .pl-sm-30 {
        padding-left: 30px !important;
    }

    .pr-sm-30 {
        padding-right: 30px !important;
    }

    .pl-sm-50 {
        padding-left: 50px !important;
    }

    .pr-sm-50 {
        padding-right: 50px !important;
    }

    .pl-sm-100 {
        padding-left: 100px !important;
    }

    .pr-sm-100 {
        padding-right: 100px !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .ml-sm-10 {
        margin-left: 10px !important;
    }

    .mr-sm-10 {
        margin-right: 10px !important;
    }

    .ml-sm-20 {
        margin-left: 20px !important;
    }

    .mr-sm-20 {
        margin-right: 20px !important;
    }

    .ml-sm-30 {
        margin-left: 30px !important;
    }

    .mr-sm-30 {
        margin-right: 30px !important;
    }

    .ml-sm-50 {
        margin-left: 50px !important;
    }

    .mr-sm-50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pl-md-15 {
        padding-left: 15px !important;
    }

    .pr-md-15 {
        padding-right: 15px !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }

    .pr-md-30 {
        padding-right: 30px !important;
    }

    .pl-md-50 {
        padding-left: 50px !important;
    }

    .pr-md-50 {
        padding-right: 50px !important;
    }

    .pl-md-100 {
        padding-left: 100px !important;
    }

    .pr-md-100 {
        padding-right: 100px !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .ml-md-10 {
        margin-left: 10px !important;
    }

    .mr-md-10 {
        margin-right: 10px !important;
    }

    .ml-md-20 {
        margin-left: 20px !important;
    }

    .mr-md-20 {
        margin-right: 20px !important;
    }

    .ml-md-30 {
        margin-left: 30px !important;
    }

    .mr-md-30 {
        margin-right: 30px !important;
    }

    .ml-md-50 {
        margin-left: 50px !important;
    }

    .mr-md-50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 1230px) {
    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pl-lg-15 {
        padding-left: 15px !important;
    }

    .pr-lg-15 {
        padding-right: 15px !important;
    }

    .pl-lg-30 {
        padding-left: 30px !important;
    }

    .pr-lg-30 {
        padding-right: 30px !important;
    }

    .pl-lg-50 {
        padding-left: 50px !important;
    }

    .pr-lg-50 {
        padding-right: 50px !important;
    }

    .pl-lg-100 {
        padding-left: 100px !important;
    }

    .pr-lg-100 {
        padding-right: 100px !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .ml-lg-10 {
        margin-left: 10px !important;
    }

    .mr-lg-10 {
        margin-right: 10px !important;
    }

    .ml-lg-20 {
        margin-left: 20px !important;
    }

    .mr-lg-20 {
        margin-right: 20px !important;
    }

    .ml-lg-30 {
        margin-left: 30px !important;
    }

    .mr-lg-30 {
        margin-right: 30px !important;
    }

    .ml-lg-50 {
        margin-left: 50px !important;
    }

    .mr-lg-50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 1600px) {
    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pl-xl-15 {
        padding-left: 15px !important;
    }

    .pr-xl-15 {
        padding-right: 15px !important;
    }

    .pl-xl-30 {
        padding-left: 30px !important;
    }

    .pr-xl-30 {
        padding-right: 30px !important;
    }

    .pl-xl-50 {
        padding-left: 50px !important;
    }

    .pr-xl-50 {
        padding-right: 50px !important;
    }

    .pl-xl-100 {
        padding-left: 100px !important;
    }

    .pr-xl-100 {
        padding-right: 100px !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .ml-xl-10 {
        margin-left: 10px !important;
    }

    .mr-xl-10 {
        margin-right: 10px !important;
    }

    .ml-xl-20 {
        margin-left: 20px !important;
    }

    .mr-xl-20 {
        margin-right: 20px !important;
    }

    .ml-xl-30 {
        margin-left: 30px !important;
    }

    .mr-sxl30 {
        margin-right: 30px !important;
    }

    .ml-xl-50 {
        margin-left: 50px !important;
    }

    .mr-xl-50 {
        margin-right: 50px !important;
    }
}


@media (max-width: 1230px) {
    
    
    .align-img {
    text-align: center!important;
}   
    
      .slogan   {
    font-size:30px!important;
    font-family: Halcyon-Regular;
    color:#ffffff;
   
   
}   
 
    
     .display-desktop {
        display: none!important;
    }
    
     .display-mobile {
        display: block!important;
    }
    
    
     .display-none {
        display: none;
    }

}


@media (min-height: 980px) {
.x-rix {
    min-height: 900px!important;
}

}



@media (min-height: 1280px) {
.x-rix {
    min-height: 1200px!important;
}

}

