@charset "utf-8";
/* CSS Document */
/* cardo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  src: url('cardo-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('cardo-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('cardo-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('cardo-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('cardo-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('cardo-v19-latin-regular.svg#Cardo') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('outfit-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('outfit-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('outfit-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('outfit-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('outfit-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('outfit-v11-latin-regular.svg#Outfit') format('svg'); /* Legacy iOS */
}


/* carattere-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Carattere';
  font-style: normal;
  font-weight: 400;
  src: url('carattere-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('carattere-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('carattere-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('carattere-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('carattere-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('carattere-v7-latin-regular.svg#Carattere') format('svg'); /* Legacy iOS */
}
/* contact*/
.btn34{
    color: #fff !important;
    background: #202c83;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase; letter-spacing:0.1px;
    padding: 6px 12px 8px;
    /*border: 3px solid #ff8b00;*/
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
}
.btn34 a{ color: #fff !important;}
.btn34:focus{ color: #fff; }
.btn34:hover{ color: #fff; }
.btn34:before{
    content: "";
    background: #ea1c22;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.btn34:hover:before{ 
    left: auto;
    right: 0;
    width: 100%;
}


.btn35{
    color: #fff !important;
    background: #202c83;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase; letter-spacing:0.1px;
    padding: 6px 12px 8px;
    /*border: 3px solid #ff8b00;*/
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear; text-align:center;
	width:150px;
	margin: auto;
	/*float:right;*/
}
.btn35 a{ color: #fff !important;}
.btn35:focus{ color: #fff; }
.btn35:hover{ color: #fff; }
.btn35:before{
    content: "";
    background: #ea1c22;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.btn35:hover:before{ 
    left: auto;
    right: 0;
    width: 100%;
}
 
/*btn*/


.ialignh22ph img{
vertical-align:middle;
max-width:100%;
height:auto;
width:100%;
}
.pmarr{ margin-bottom:20px; }
.conf1.type3a h6, .conf1.type3a p {
    position: relative;
    z-index: 1;
    font-weight: normal;
	color:#fff;
}
.conf1.type3a p {
font-family: 'Outfit', sans-serif; font-size:21px; line-height:30px;}
.conf1.type3a h6 {
    font-size: 30px;
    text-transform: uppercase;
	font-family: 'Cardo', serif;
	
}
.conf1.type3a {
    position: relative;
    padding: 40px 20px 90px;
    text-align: center;
}
.conf1.type3a::after{background-color: #ffffff;}
.conf1.type3a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid;
    border-bottom: 0px;
}
.conf1.type3a:before {
    border-color: rgba(255, 255, 255, 0.4);
}
.conf1.type3a:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -30px;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.conf1.type3a{background-color:rgb(32,44,131,1);}

.conf1.type3a {
    position: relative;
    padding: 40px 20px 90px;
    text-align: center;
}

.conf1.type3a span {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -30px;
    font-size: 32px;
    line-height: 60px;
    z-index: 1;
}



.conf1.type3a span  {
    color:rgb(32,44,131,1);
}

.conf1 {
    float: left;
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
    line-height: 28px;
    position: relative;
}




/* contact*/

.acc ul{
margin: 0;
margin-left:40px;
padding-left:20px;
    padding: 0;
    list-style: disc !important;
}
.homeootyb {
    font-family: 'Cardo', serif;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #202c83;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0a0807;
}
.acc li{
font-family: 'Outfit', sans-serif;
font-size:18px;
    color: #414345;
margin-left:20px;
margin: 0 0 5px;
    display: list-item; list-style:disc;}	
	.acc li:last-child{padding-bottom:25px;}

.navbar-default .navbar-toggle {
    border-color: #ce0909;
    background-color: #008000;
}
.navbar-default .navbar-toggle:focus .navbar-default  {
    background-color: #2e1c02 !important ;
}.navbar-toggle:hover {
    background-color: #990000 !important ;
}
/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 40px 0px 30px 0px;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  max-width: 470px;
  margin-bottom: 100px;
  /*padding: 24px 0px 23px 200px;*/
   padding: 24px 0px 23px 150px;
}

.chooseus-block-one .inner-box .icon-boxaa{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 183px;
  height: 183px;
  line-height: 256px;
  font-size: 70px;
  background: #f1efee;
  text-align: center;
  border-radius: 50%;
}
.chooseus-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    padding-left: 100px;
    margin-bottom: 19px;
    margin-left: -200px;
	font-family: 'Cardo', serif;
	color:#202c83;
}
.chooseus-block-one .inner-box h3:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  left: 0px;
  top: 15px;
}
.sec-titlea h2 {
font-family: 'Cardo', serif;
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: #202c83;
	margin-bottom:50px;
}

.chooseus-section .inner-container{
  position: relative;
}

.chooseus-section .inner-container .line-1{
  position: absolute;
  left: 0px;
  top: 41%;
  width: 100%;
  height: 1px;
  background: #e2dfdd;
}

.chooseus-section .inner-container .line-2{
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: calc(100% - 100px);
  background: #e2dfdd;
}

.chooseus-section .sec-title{
  margin-bottom: 47px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.chooseus-block-one .inner-box .icon-boxaa {
    color: #a9774e;
}
.chooseus-block-one .inner-box h3:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    top: 15px;
}
.chooseus-block-one .inner-box h3:before {
    background: #202c83;
}
.chooseus-section  p {
    position: relative;
    font-family: 'Outfit', sans-serif;
	font-size: 18px;
    color: #7c8083;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}
.chooseus-block-one .inner-box .icon-boxaa {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 183px;
    height: 183px;
    line-height: 256px;
    font-size: 70px;
    background: #f1efee;
    text-align: center;
    border-radius: 50%;
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.offset-lg-1 {
    margin-left: 8.33333333%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.centred {
    text-align: center;
}
.icon-boxaa i {
    display: inline-block;
    font-size: 70px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #202c83;
}


.chooseus-block-one .inner-box .icon-boxaa {
    color: #a9774e;
}
.chooseus-block-one .inner-box .icon-boxaa {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 183px;
    height: 183px;
    line-height: 256px;
    font-size: 70px;
    background: #2098d112;
    text-align: center;
    border-radius: 50%;
}
 /** chooseus-section **/  
.homeooty h3 {
font-family: 'Cardo', serif;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #202c83;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 29px;
    margin-bottom: 33px;
    border-bottom: 4px solid #0a0807;
}

.zerogrid .col-1-h2{
width:50%;
	float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.zerogrid .col-1-2neof {
    width: 50%;
    float: left;
    display: inline-block;
   font-family: 'Outfit';
   
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	 
	padding:20px;
}
 
.ffriga {
    float: left;
    padding-right: 20px;
}
.fflef1a {
    float: right;
    padding-left: 20px;
}

#ialignh22pv img {
    vertical-align: middle;
    max-width: 100% !important;
    height: auto!important;
    width: auto!important;
    text-align: center;
}
.ootybedp2 {
    
    font-family: 'Outfit', sans-serif;
    color: #7c8083;
    font-weight: 400;
	line-height:24px;
    font-size: 18px;
    text-align: justify;
    margin: 0px;
    transition: all 500ms ease;
    margin-bottom: 33px;
}
.zerogrid .col-1-4neo {
    width: 25%;
    float: left;
    display: inline-block;
   font-family: 'Outfit';
    font-size: 18px;
    line-height: 35px;
    color: ##202c83;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
}
.zerogrid .col-1-2neo {
    width: 50%;
    float: left;
    display: inline-block;
   font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #131313;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	 
}
.zerogrid .col-1-h13{
width:34%;
	float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.zerogrid .col-1-h33{
width:33.33%;
	float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:40px;
	
}
.zerogrid .col-1-h44{
width:25%;
	float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.zerogrid .col-1-h23{
width:66%;
float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.zerogrid .col-1-h13a{
width:34%;
	float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.zerogrid .col-1-h23a{
width:66%;
float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}	
	
	
.zerogrid img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.designationa {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #0a0807;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'Outfit';
}
.sub-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 40px;
    font-family: 'Carattere', cursive;
    margin-bottom: 8px;
    text-transform: capitalize;
	/*color: #2d3192;*/
	color: #dc3231;
	
}
.ootybedp{
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: #7c8083;
    font-weight: 400;
	font-size: 18px;
	text-align:justify;
	 
    margin: 0px;
    transition: all 500ms ease;
	margin-bottom: 33px;
}
.ootybedfa{
   
    font-family: 'Outfit', sans-serif;
    color: #7c8083;
    font-weight: 400;
	font-size: 18px;
	text-align:center;
	 
    margin: 0px;
    transition: all 500ms ease;
	margin-bottom: 33px;
}
h2.ootyvilla  {
font-family: 'Cardo', serif;
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
	color:#202c83;
}


.content_block_two .content-boxoo{
  position: relative;
  display: block; width:100%;
  margin-left:0px;
  margin-right:0px;
}

.content_block_two .content-boxoo .upper-boxoo{
  position: relative;
  max-width: 285px;
  padding-right: 84px;
  margin-bottom: 56px;
}

.content_block_two .content-boxoo .upper-boxoo .image-box{
  position: relative;
  display: block;
}
.content_block_two {
  position: relative;
  display: block;
}

.content_block_two .content-boxoo .upper-boxoo .image-box img{
  width: 100%;
}

.content_block_two .content-boxoo .upper-boxoo .textoo{
  position: absolute;
  top: 30px;
  right: 15px;
}

.content_block_two .content-boxoo .upper-boxoo .textoo h2{
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: 700;
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #17195d;
  font-family: 'Cardo', serif;
  text-transform: capitalize;
  border-radius: 50%;
  text-align: center;
}
.content_block_two .content-boxoo .upper-boxoo .textoo .yea{
  position: absolute;
 
  font-size: 16px;
  color:rgb(255,255,255,0.8);
  font-weight: 700;
    
   transform: translate(-50%, -50%);
   left:50%;
  bottom:15px;
  line-height: 14px;
  text-transform: capitalize;
  text-transform: uppercase;
 
 
  text-align: center;
}

.content_block_two .content-boxoo .curved-circle{
  position: absolute;
  top: 43px;
  right: 51px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(90deg);
   font-family: 'Outfit';
}

.content_block_two .content-boxoo .lower-content{
  position: relative;
  display: block;
}

.content_block_two .content-boxoo .lower-content .textoo{
  position: relative;
  display: block;
}

.content_block_two .content-boxoo .lower-content .image-box{
  position: relative;
  display: block;
  margin-left: 20px !important;
  margin-top: 7px !important;
}

.content_block_two .content-boxoo .lower-content .image-box img{
  width: 100%;
   
}

.content_block_two .content-boxoo .lower-content .textoo p{
  margin-bottom: 33px;
}

.content_block_two .content-boxoo .lower-content .ootycheck li{
  position: relative;
  display: block;
  font-size: 18px;
  color: #8d8b8a;
  margin-bottom: 21px;
  padding-bottom: 12px;
  padding-left: 45px;
  line-height:28px;
  font-family: 'Outfit';
}

.content_block_two .content-boxoo .lower-content .ootycheck li:last-child{
  margin-bottom: 0px;
}

.content_block_two .content-boxoo .lower-content .ootycheck li i{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}

.content_block_two .content-boxoo .lower-content .ootycheck li:before{
  position: absolute;
  content: '';
  background: #e2dfdd;
  width: 170px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.content_block_two .content-boxoo .lower-content .ootycheck{
  margin-bottom: 44px;
}

.content_block_two .content-boxoo .lower-content .linko a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  
    color: #dc3231;
  /*color: #0a0807;*/
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 35px;
   font-family: 'Outfit';
}

.content_block_two .content-boxoo .lower-content .linko a:hover{

 /* color: #a9774e;*/
}

.content_block_two .content-boxoo .lower-content .linko a i{
  position: absolute;
  top: 6px;
  left: 0px;
  font-size: 18px;
}

.content_block_two .content-boxoo .upper-boxoo .textoo h2{
	color: #fff;
}

.content_block_two .content-boxoo .curved-circle{
	color: #ae2a2a;
}

 

.content_block_two .content-boxoo .lower-content .ootycheck li i{
	background: #17195d;
}

.content_block_two .content-boxoo .lower-content .linko a:hover{
 /* color: #a9774e;*/
  color:  #202c83;
}


/** fluid-section **/

.fluid-section{
  position: relative;
  padding: 0px 0px;
  padding-top:50px;
  /*background-image:url(../1bg.png);*/
 
}

.fluid-section:before{
  position: absolute;
  content: '';
  background-color:#301313;
 /* background: #f1efee;*/
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
 /*background-image: url(1bg.png); */
}

.fluid-section .single-item .inner-box{
  position: relative;
  width: 100%;
  padding:0px;
  padding: 30px 0px 30px 0px; 
 /**/ background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fluid-section .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}

.fluid-section .single-item .inner-box .sec-title{
  margin-bottom: 0px;
}
.fluid-section .theme-btn.btn-one {
    background: #fff;
    color: #0a0807;
}

.fluid-section .theme-btn.btn-one:hover {
    background: #17195d; color:#FFFFFF;
}

.fluid-section .theme-btn  {
border: 0px solid #fdc900;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    text-align: center;
    padding: 14px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.fluid-section .single-item .inner-box .sec-title h2{
  margin-bottom: 28px;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  padding-top: 4px;
  font-family: 'Cardo', serif;
  color:#FFFFFF;
}
.fluid-section .sub-title {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 40px;
    font-family: 'Carattere', cursive;
    margin-bottom: 8px;
    text-transform: capitalize;
	/*color: #2d3192;*/
	color: #8fdcfb;
	
}
.fluid-section .single-item .inner-box .theme-btn{
  padding: 16px 39px;
}

.fluid-section .single-item .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.fluid-section .single-item .inner-box .shape-1,
.fluid-section .single-item .inner-box .shape-2{
  background-position: right center;
}

.fluid-section .single-item .inner-box .shape-3,
.fluid-section .single-item .inner-box .shape-4{
  background-position: left bottom;
}


/** funfact-section **/
@media only screen and (min-width: 620px) and (max-width: 767px) {
.offset-lg-1 {
    margin-left: 0%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chooseus-section .inner-container .line-1{
 display:none;
}

.chooseus-section .inner-container .line-2{
 display:none;
}

.zerogrid .col-1-h13a, .zerogrid .col-1-h13 {
width:100%;
	float:none;
	display: block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.zerogrid .col-1-h33, .zerogrid .col-1-h2, .zerogrid .col-1-h13a, .zerogrid .col-1-h13{
width:100%;
	float:none;
	display: block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.zerogrid .col-1-h23a, .zerogrid .col-1-h23{
width:100%;
	float:none;
	display: block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
.zerogrid .col-1-h44{
width:50%;
	float:left;
	display: inline-block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.pmarr{ margin-bottom:50px; }
.zerogrid .col-1-2neof, .zerogrid .col-1-4neo, .zerogrid .col-1-2neo {
    width: 100%;
    float: none;
    display: block;
      font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 24px;
       color: #131313;
}
.ffriga, .fflef1a{
    float: none;
    padding-top: 20px;
    display: block;
    padding-left: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
 }
@media only screen and (max-width: 619px) {
.offset-lg-1 {
    margin-left: 0%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chooseus-section .inner-container .line-1{
 display:none;
}

.chooseus-section .inner-container .line-2{
 display:none;
}

 .zerogrid .col-1-h44, .zerogrid .col-1-h33, .zerogrid .col-1-h2, .zerogrid .col-1-h13a, .zerogrid .col-1-h13{
width:100%;
	float:none;
	display: block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.zerogrid .col-1-h23a, .zerogrid .col-1-h23{
width:100%;
	float:none;
	display: block;
 	padding :20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.pmarr{ margin-bottom:50px; }

 
.zerogrid .col-1-2neof, .zerogrid .col-1-4neo, .zerogrid .col-1-2neo {
    width: 100%;
    float: none;
    display: block;
  font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 24px;
       color: #131313;
}
.ffriga, .fflef1a{
    float: none;
    padding-top: 20px;
	padding-bottom: 20px;
    display: block;
    padding-left: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ffriga, .fflef1a{
    float: none;
    padding-top: 20px;
	padding-bottom: 20px;
    display: block;
    padding-left: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.fluid-section .single-item .inner-box .sec-title h2{
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  padding-top: 4px;
  font-family: 'Cardo', serif;
  color:#FFFFFF;
}
}


@media only screen and (min-width: 768px) and (max-width: 1200px) { 
.ffriga, .fflef1a{
    float: none;
    padding-top: 20px;
	padding-bottom: 20px;
    display: block;
    padding-left: 0px;
	padding-right: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
}

 