@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
   
/*    font-family: 'Open Sans', sans-serif;*/
/*    font-family: 'Maven Pro', sans-serif;*/
    font-family: "Ubuntu", sans-serif;
}
body, html {
    width: 100%;
    height: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
html {
  scrollbar-color: #ae72d8 #e92829; /* Thumb red, Track blue */
    scroll-behavior: smooth;
}
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}



/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}


.mb {
    margin-bottom: 10px;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

a {
	font-family: "Ubuntu", sans-serif;
	font-size: 18px;
	color: #333;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #f07c00;
}
a:active {
	text-decoration: none;
}
::-webkit-selection {
  color: #9ee429;
  background: #209062;
}

::-moz-selection {
  color: #9ee429;
  background: #209062;
}

::selection {
  color: #9ee429;
  background: #209062;
}

.hline {
    border-top: solid 1px #ccc;
    margin: 15px 0 10px 0px;
}
.hdotline {
    border-top: dashed 1px #999;
    margin: 0px 0 50px 0px;
}
.fgroup {
    width: 100%;
    margin: 0px 0 8px 0px;
   
}
.fgroup input[type="text"] {
    padding: 8px;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup input[type="number"] {
    padding: 8px;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 70px;
}
.fgroup input[type="tel"] {
    padding: 8px;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup input[type="email"] {
    padding: 8px;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup input[type="password"] {
    padding: 8px;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup select {
    padding: 8px;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.fgroup select:disabled {
    opacity: 0.5;
    background-color: #eee;
}
.fgroup textarea {
    padding: 8px;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    border: solid 1px #ddd;
    box-shadow: 0 1px 2px #ddd;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    resize: none;
}
.fgroup button {
    color: #fff;
    background-color: #e92829;
    padding: 12px 0px 12px 0px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 15px;
    width: 100%;
    border: solid 1px #e92829;
    cursor: pointer;
}

.wrapper {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}
.wrapper-fluid {
    width: 98%;
    margin: auto;
}
.split {
    clear: both;
}
.tcenter {
    text-align: center;
}
.gmap {
    border: dotted 2px #ccc;
    padding: 4px;
    box-sizing: border-box;
}
.leftpanel {
    float: left;
    width: 49%;
   
}
.rightpanel {
    float: right;
    width: 49%;
}
.colm1 {
    width: 99%;
    margin: 0.5% auto;
}
.colm2 {
    float: left;
    width: 49%;
    margin: 0.5%;
}
.colm3 {
    float: left;
    width: 32.3%;
    margin: 0.5%;
}
.colm4 {
    float: left;
    width: 24%;
    margin: 0.5%;
}
.colmleft {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}
.colmright {
    width: 49%;
    float: right;
    margin-bottom: 10px;
}
.colmleft35 {
    width: 35%;
    float: left;
    margin-bottom: 10px;
}
.colmright62 {
    width: 62%;
    float: right;
    margin-bottom: 10px;
}
.colmleft62 {
    width: 62%;
    float: left;
    margin-bottom: 10px;
}
.colmright35 {
    width: 35%;
    float: right;
    margin-bottom: 10px;
}
.fheader {
    background: rgba(255,255,255,0.9) !important;
    border-bottom: solid 1px #ddd !important;
    backdrop-filter: blur(10px);
    padding: 10px 0 10px 0px;
}
.fheader .wlogo {
    display: none;
}
.fheader .collogo {
    display: block;
}
.fheader .logosa247 {
    float: left;
    width: 90px;
    margin: 6px 0 0 0px;
}
.fheader .ctamain {
    float: right;
    margin: 5px 0 0 0px;
}
.fheader nav {
    float: left;
    margin: 5px 0 0 0px;
}
.fheader nav ul li a {
    color: #333;
}
.fheader .ctamain .nlink {
    color: #204729;
    border: solid 1px #296639;
}
.fheader .ctamain .nlink:hover {
  
    border: solid 1px #296639;
    background-color: #204729;
}
header {
    width: 100%;
    padding: 25px 0 25px 0px;
    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.logosa247 {
    float: left;
    width: 200px;
    margin: -8px 0 0 0px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.logosa247 img {
    width: 100%;
}
.collogo {
    display: none;
}
.ctamain {
    float: right;
    margin: 20px 0 0 0px;
}
.ctamain .nlink {
    padding: 10px 12px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    border: solid 1px #b0f022;
    box-sizing: border-box;
}
.ctamain .nlink:hover {
    color: #b0f022;
}
.ctamain .hlink {
    padding: 10px 12px;
    display: inline-block;
    color: #194527;
    background-color: #b0f022;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    border: solid 1px #b0f022;
}
.ctamain .hlink:hover {
    color: #b0f022;
    background-color: #194527;
}
nav {
    float: left;
    margin: 15px 0 0 20px;
}
nav ul {
    width: auto;
}
nav ul li {
    list-style: none;
    float: left;
    margin: 5px 1px 5px 1px;
}
nav ul li a {
    padding: 10px 12px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
nav ul li a:hover {
    color: #fff;
    background-color: #44ab51;
}
.activenav {
    color: #fff;
    background-color: #7acc39;
}
.overlay {
    background: rgba(0,0,0,0.5);
    background-image: url('../images/blackdotbg.png');
    width: 100%;
    height: 100%;
    position: absolute;
}

#mainscreen {
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}
#vbg {
    width: 115% !important;
    left: -15% !important;
}
#imainscreen {
    background-color: #000;
    width: 100%;
    height: 60%;
     
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}
.sd {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.sd span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    padding: 10px 0px;
    display: block;
}
.rb {
    animation: 1s mbot;
    
    animation-iteration-count: infinite;
}
@keyframes mbot {
	0% {
		margin-bottom: 10px;
		opacity: 0;
	}
	50% {
		margin-bottom: 0px;
		opacity: 0.5;
	}
	100% {
		margin-bottom: 10px;
		opacity: 0;
	}
}
.play {
    width: 90px;
    animation: 5s threed;
	animation-iteration-count: infinite;
}
@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	25% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}
.vidicon {
    float: left;
    width: 60%;
    color: #fff;
     margin: 25% 0 0 0px;
    position: relative;
    z-index: 99 !important;
    text-align: center;
}
.vidicon img{
    width: 90px;
   
}
.vidicon h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
}

.mtextbox {
    z-index: 99;

  position: absolute;
  padding: 0px;
  box-sizing: border-box;
  width: 850px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;

  text-align: center;
    
}
.mtextbox h1 {
    font-size: 60px;
    color: #fff;
    margin: 10px 0 20px 0px;
    font-weight: 300;
    line-height: 60px;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
}
.mtextbox h1 span {
    color: #a1e626;
}
.mtextbox h2 {
    font-size: 22px;
    color: #fff;
    margin: 0px 0 10px 0px;
    font-weight: 400;
    
}
.mtextbox h3 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin: 10px 0 10px 0px;
    font-weight: 400;
    text-transform: uppercase;
   
}
.mtextbox ul {
    width: auto;
    overflow: hidden;
}
.mtextbox ul li {
    list-style: none;
    color: #fff;
    margin: 0% 0.5% 5% 0.5%;
    font-size: 22px;
    font-weight: 600;
    box-sizing: border-box;
   
    width: 100%;

    border-radius: 4px;
    font-family: 'Maven Pro', sans-serif;
}
/*
#circlecursor {
  width:27px;
  height:27px;
  background-image:url('../images/plane-icon.png');
  position:absolute;
  margin:20px;
  transition: all .3s;
  z-index: 999999999;
}
*/
.smallhead {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    padding: 20px 0px;
    color: rgba(0,0,0,0.5);
}
.hightext {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.demo {
    width: 22%;
    position: absolute;
    margin: 0px 0 0 0px;
    right: 10%;
    background-color: #fff;
    padding: 25px 15px 5px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 99999;
    box-shadow: 1px 5px 100px #000;
    display: none;
    
}
.demo h2 {
    font-size: 16px;
    margin: 0px 0 10px 0px;
    font-weight: 400;
    line-height: 30px;
   
    color: #e92829;
    text-transform: uppercase;
}
.demo h2 span {
    font-weight: 600;
}
.demo p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Maven Pro', sans-serif;
    margin: 2px 0 10px 0px;
    color: #666;
}
.boxtext {
    border: dashed 1px #999;
    padding: 10px 15px;
    box-sizing: border-box;
}
.redtextcol {
    color: #209062;
}
.bluetextcol {
    color: #67bd40;
}
.mtextbox p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(255,255,255,0.8);
    margin: 10px 0 20px 0px;
    font-family: 'Maven Pro', sans-serif;
}
.cta {
    margin: 50px 0 0 0px;
}
.redtab {
    color: #29512b;
    background-color: #88d633;
    padding: 12px 24px 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 20px;
}
:hover.redtab {
   color: #88d633;
    background-color: #29512b; 
}
.bluetab {
   color: #fff;
    background-color: #43a751;
    padding: 12px 24px 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 20px;
}
:hover.bluetab {
    color: #188c66;
    background-color: #eee; 
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.whyus {
    width: 100%;
    padding: 50px 0px 50px 0px;
    overflow: hidden;
    text-align: center;
}
.whyus h2 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 300;
    margin: 0 0 20px 0px;
}
.whyus h2 span {
    font-weight: 600;
}
.whyus h3 {
    font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin: 0px 0 10px 0px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.whyus p {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 300;
    margin: 0 0 10px 0px;
}
.whyus ul {
    width: auto;
    margin: 20px 0 10px 0px;
    padding: 0px;
}
.whyus ul li {
    width: 19%;
    margin: 0.5%;
    padding: 0px;
    float: left;
    list-style: none;
   border-left: dashed 1px #333;
    padding: 20px;
    box-sizing: border-box;
    
}
.whyus ul li img {
    width: 50%;
}
.whyus ul li h4 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 26px;
    color: #336640;
}
.whyus ul li p {
    font-size: 14px;
    line-height: 20px;
}
.ipage {
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.ipage h2 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 300;
    margin: 0 0 30px 0px;
    text-align: center;
    border-bottom: dotted 1px #666;
    padding-bottom:  40px;
}
.ipage h2 span {
    font-weight: 600;
}
.ipage h3 {
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 0 0 20px 0px;
}
.ipage p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Maven Pro', sans-serif;
    margin: 0 0 10px 0px;
}
.ipage ul {
    width: auto;
    padding: 0px;
    margin: 0px 0 0px 15px;
}

.ipage  h4 {
   font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 10px 0 20px 0px;
    color: #e92829;
}
.ipage ul li {
    width: 100%;
    padding: 0px;
    margin: 10px 5px;
    list-style:lower-roman;
    font-size: 18px;
    line-height: 24px;
}
.borrad {
    border-radius: 8px;
}
.botgraybar {
    background-color: #f1f1f1;
    padding: 50px 0px;
}
.botgraybar h3 {
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 0px 0 10px 0px;
    color: #22935f;
    text-align: center;
    text-transform: uppercase;
}
.botgraybar h4 {
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 0px 0 10px 0px;
    color: #e92829;
    text-align: center;
   
}
.botgraybar p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin: 0px 0 10px 0px;
    text-align: center;
   
}
.fourpoints {
    width: 24%;
    margin: 4% 0.5%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}
.sicon {
    max-width: 80px;
}
.fpic {
  width: 100%;
}
.rcpic {
    border-radius: 8px;
    margin-bottom: 12px;
}
.agentadmin {
    width: 75%;
    margin: 50px auto 0px auto;
}
.agentadmin img {
    width: 100%;
    box-shadow: 0 2px 50px #999;
    margin-bottom: -120px
}
.highlight {
    background-color: #fff;
    padding: 12px 12px 15px 12px;
    box-shadow: 0 1px 2px #ddd;
    width: 50%;
    margin: auto !Important;
    letter-spacing: 2px !Important;
    text-transform: uppercase;
    border-radius: 4px;
}
#whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99999;
}
#whatsapp img {
  width: 50px;
}
.features {
    width: 100%;
    padding: 50px 0px;
    background-color: #def3e5;
}
.features h2 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 300;
    margin: 0 0 20px 0px;
    text-align: center;
}
.features h2 span {
    font-weight: 600;
}
.features ul {
    width: auto;
    margin: 20px 0 10px 0px;
    padding: 0px;
}
.features ul li span {
    font-size: 50px;
    font-weight: 900;
    margin-top: -45px;
    margin-bottom: 15px;
    display: block;
}
.features ul li {
    width: 24%;
    margin: 1% 0.5%;
    padding: 0px;
    float: left;
    list-style: none;
    padding: 25px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    min-height: 280px;
    box-shadow: 0 1px 10px #eee;
    height: 380px;
}
.features ul li:hover {
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 100px #ccc;
    transform: scale(1.1);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.features ul li img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.features ul li h4 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 26px;
    color: #e92829;
}
.features ul li p {
    font-size: 14px;
    line-height: 20px;
}
/*
.overlaynew {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}
*/
.featurebox {
    padding: 0px;
    box-sizing: border-box;
    box-shadow: 0 0px 8px #ccc;
    margin-bottom: 22px;
    border-radius: 8px;
    min-height: 550px;
}
.padbox {
    padding: 30px;
}
.works {
    padding: 120px 0px;
    color: #fff;
     background-color: rgba(255, 255, 255, 0.6);
    background-image: url('../images/landscapebg.jpg');
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.works h2 {
    font-size: 60px;
    letter-spacing: -1px;
    font-weight: 300;
    margin: 0 0 20px 0px;
    text-align: center;
}
.works h2 span {
    font-weight: 600;
}
.works ul {
    width: auto;
    margin: 40px 0 10px 0px;
    padding: 0px;
}
.works ul li {
    width: 100%;
    margin: 0.5% 0px;
    padding: 0px;
    list-style: none;
    border-left: dashed 1px #333;
    text-align: center;
    box-sizing: border-box;
   
   
}

.works ul li img {
    width: 50%;
}
.works ul li h3 {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 26px;
}
.works ul li h3 span {
    font-weight: 100;
}
.works ul li p {
    font-size: 18px;
    line-height: 20px;
}
.gallery {
    width: 100%;
}

.gallery ul {
    width: auto;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.gallery ul li {
    width: 32.3%;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
    padding: 0px 0 6px 0px;
    box-sizing: border-box;
    background-color: #83c963;
    margin: 0.5%;
    list-style: none;
    border-radius: 4px;
}
.gallery ul li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 1px 2px 8px #999; 
}
.gallery ul li h3 {
    color: #304f21;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.solution {
    width: 100%;
    padding: 50px 0px;
}
.solution h2 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 300;
    margin: 0 0 20px 0px;
    text-align: center;
}
.solution h2 span {
    font-weight: 600;
}

.sbotlogo {
    width: 200px;
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
}
.sbotlogo img {
    width: 100%;
}
.greencol {
    color: green;
}
.mb {
    margin-bottom: 10px !important;
}
.solans {
    border: dashed 1px #ccc;
    padding: 10px 10px;
    display: block;
    background-color: #f1eadc;
    font-size: 16px !Important;
}
.testimonial {
    width: 100%;
    padding: 50px 0px;
    background-color: #ebfaf0;
}
.testimonial h2 {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 300;
    margin: 0 0 20px 0px;
    text-align: center;
    color: #666;
}
.testimonial h2 span {
    font-weight: 600;
}
.testimonial ul {
    width: 90%;
    margin: 40px auto;
}
.testimonial ul li {
    width: 75%;
    margin: 0% auto;
    list-style: none;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 2px #ccc;
}
.testimonial ul li p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Maven Pro', sans-serif;
    margin: 0 0 20px 0px;
}
.testimonial ul li img {
    width: 111px;
    border-radius: 100px;
    margin-bottom: 10px;
}
.testimonial ul li h4 {
    font-size: 18px;
}
.testimonial ul li h4 span {
    font-weight: 300;
    font-style: italic;
    padding-left:  10px;
    margin-left:  10px;
    border-left: solid 1px #999;
    font-family: 'Maven Pro', sans-serif;
}
.mtmin {
    margin-top: -80px;
}
.rtext {
    text-align: right;
}
.qstart {
    position: relative;
    z-index: 999;
}
.qend {
    position: relative;
    z-index: 999;
    margin-top: -110px;
}
footer {
    background-color: #29512b;
    min-height: 160px;
    width: 100%;
    padding: 25px 0 25px 0px;
}
.socialassocunts {
    width: 100%;
    text-align: center;
}
.socialassocunts a {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    padding: 15px 7px;
}
.socialassocunts a:hover {
    color: #a0e52a;  
}
.botlinks {
    width: 100%;
    text-align: center;
}
.botlinks a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.botlinks a:hover {
    color: #a0e52a;  
}
.copyright {
    width: 100%;
    padding: 10px 0px;
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
}
.copyright a {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    padding:  0 5px;
}
.copyright a:hover {
    color: rgba(255,255,255,1);
}
.copyright p {
    margin: 10px 0px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: none;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(171,236,36,0.9);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 30px;
    opacity: 0.5;
}
.top a span {
    font-size: 15px;
    color: rgba(171,236,36,0.9);
    display: block;
    padding-bottom: 0px;
    margin-top: -20px;
}
.sicon {
    font-size: 20px;
}
.micon {
    width: 160px;
}
.topcol {
    background-color: #2d5c3d;
}
.cp {
    cursor: pointer;
}
.msplit {
    clear: both;
    display: none;
}
.mnav {
    display: none;
} 
/*Mobile css start*/
@media screen and (max-width: 650px) {
.hightext {
  font-size: 16px;
    line-height: 24px;
  letter-spacing: 1px;
}    
.gallery ul li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  text-align: center;
  padding: 0px 0 6px 0px;
  box-sizing: border-box;
  background-color: #83c963;
  margin: 1.5% 0px;
  list-style: none;
  border-radius: 4px;
}    
.testimonial h2 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0 0 20px 0px;
  text-align: center;
  color: #666;
}    
.testimonial ul li {
  width: 100%;
}    
.works ul li h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 26px;
}    
.works {
  padding: 60px 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  background-image: url('../images/landscapebg.jpg');
  background-position: bottom left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}    
.msplit {
    clear: both;
    display: block;
}    
.fheader  .mnav {
    color: #333;
  }    
.mnav {
    float: right;
    display: block;
    font-size: 25px;
    margin: 10px 0 0 0px;
    color: #fff;
}    
.sicon {
    font-size: 15px;
}    
.demo {
  width: 100%;
  position: absolute;
  margin: 0px 0 0 0px;
  top: 0;    
  right: 0%;
  background-color: #fff;
  padding: 25px 15px 5px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 99999;
  box-shadow: 1px 5px 100px #000;
  display: none;
}  
nav {
  float: none;
  margin: 2px 0 0 0px;
    width: 100%;
    display: none;
}    
.logosa247 {
  float: left;
  width: 111px;
  margin: 0px 0 0 0px;
 
}    
nav ul li {
  list-style: none;
  float: none;
  margin: 5px 1px 5px 1px;
    text-align: center;
}    
.ctamain {
  float: none;
  margin: 7px 0 0 0px;
  text-align: center;
}    
.mtextbox {
  width: 100%;
  float: none;
  margin: 0% 0 0 0px;
  padding-top: 10%;
}    
.mtextbox h1 {
  font-size: 40px;
  color: #fff;
  margin: 10px 0 20px 0px;
  font-weight: 400;
  line-height: 44px;
}    
.mtextbox ul li {
  list-style: none;
  color: #fff;
  margin: 0.5% 0px;
  font-size: 14px;
  background-color: rgba(0,0,0,0.3);
  padding: 8px 12px;
  box-sizing: border-box;
  width: 100%;
  float: none;
  border-radius: 4px;
  font-family: 'Maven Pro', sans-serif;
}    
.bluetab {
  color: #fff;
  padding: 8px 24px 8px 24px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  font-size: 16px;
    width: 65%;
    display: block;
    box-sizing: border-box;
    margin: 8px auto;
}    
.cta {
  margin: 25px 0 0 0px;
}    
.whyus h2 {
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin: 0 0 10px 0px;
}  
    
    
.whyus p {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0px;
}    
.whyus ul li {
  width: 100%;
  margin: 1.5% 0px;
  padding: 0px;
  float: none;
  list-style: none;
  border-left: dashed 1px #333;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
}    
.features h2 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0 0 20px 0px;
  text-align: center;
}    
.agentadmin img {
  width: 100%;
  box-shadow: 0 2px 50px #999;
  margin-bottom: -25px;
}    
.features ul li {
  width: 100%;
  margin: 10% 0%;
  padding: 0px;
  float: none;
  list-style: none;
  padding: 15px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.4);
  height: auto;
  box-shadow: 0 1px 10px #eee;
}    
.redtab {
  color: #fff;
  background-color: #e92829;
  padding: 8px 24px 8px 24px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  font-size: 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}    
.works h2 {
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin: 0 0 20px 0px;
  text-align: center;
}    
.works ul li {
  width: 100%;
  margin: 1.5% 0px;
  padding: 0px;
  float: none;
  list-style: none;
  border-left: dashed 1px #333;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0,0,0,0.3);
}    
.top a {
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  display: block;
  padding-bottom: 5px;
}    
.sicon {
    max-width: 40px;
}    
.top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  z-index: 999;
  border-radius: 4px;
  background: rgba(0,0,0,0.8);
  text-align: center;
  line-height: 40px;
  display: none;
}    
#whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99999;
  display: none;
}    
.colmleft {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}    
.colmright {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}    
.fourpoints {
  width: 100%;
  margin: 4% 0%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  display: block;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
}    
.highlight {
  background-color: #fff;
  padding: 12px 12px 15px 12px;
  box-shadow: 0 1px 2px #ddd;
    box-sizing: border-box;
  width: 100%;
  margin: auto !Important;
  letter-spacing: 1px !Important;
  text-transform: uppercase;
  border-radius: 4px;
}    
.botgraybar h4 {
  font-size: 15px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin: 0px 0 10px 0px;
  color: #e92829;
  text-align: center;
}    
#imainscreen {
  background-color: #000;
  width: 100%;
  height: 260px;
  background-position: top right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 200%;
}    
.colmleft62 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}    
.colmright35 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.colmleft35 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}    
.colmright62 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}    
.ipage h2 {
  font-size: 30px;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin: 0 0 20px 0px;
  text-align: center;
  border-bottom: dotted 1px #666;
  padding-bottom: 30px;
}    
}