@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueBold.woff2') format('woff2'),
         url('../fonts/BebasNeueBold.woff') format('woff'),
         url('../fonts/BebasNeueBold.ttf') format('truetype'),
         url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff2') format('woff2'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}

@font-face {
    font-family: 'BebasNeueLight';
    src: url('../fonts/BebasNeueLight.eot');
    src: url('../fonts/BebasNeueLight.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueLight.woff2') format('woff2'),
         url('../fonts/BebasNeueLight.woff') format('woff'),
         url('../fonts/BebasNeueLight.ttf') format('truetype'),
         url('../fonts/BebasNeueLight.svg#BebasNeueLight') format('svg');
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
	font-family: "Aptifer Sans LT W01 Medium";
	src: url("../fonts/Aptifer Sans LT W01 Medium.eot");
	src: url("../fonts/Aptifer Sans LT W01 Medium.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Aptifer Sans LT W01 Medium.woff2") format("woff2"),
		 url("../fonts/Aptifer Sans LT W01 Medium.woff") format("woff"),
		 url("../fonts/Aptifer Sans LT W01 Medium.ttf") format("truetype"),
		 url("../fonts/Aptifer Sans LT W01 Medium.otf") format("truetype"),
		 url("../fonts/Aptifer Sans LT W01 Medium.svg#Aptifer Sans LT W01 Medium") format("svg");
	font-weight: 400;
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot') format('embedded-opentype'),
         url('../fonts/Georgia.woff2') format('woff2'),
         url('../fonts/Georgia.woff') format('woff'),
         url('../fonts/Georgia.ttf') format('truetype'),
         url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
}

* {
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}

img {
	width: 100%;
}

a,
a:hover {
	text-decoration: none;
}

.header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.logo {
	display: block;
}

.logo a {
	display: block;
}

.header-section.after-scroll .logo a img {
	width: 60%;
}

.header-section .col-md-9 {
    z-index: 999;
}
.menu-section {
    text-align: right;
    padding: 20px 0;
}

.header-section.after-scroll .menu-section {
    padding: 6px 0;
}

.menu-section > ul {
	margin: 0;
	display: inline-block;
}

.menu-section > ul > li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu-section > ul > li > a {
    display: block;
    font: normal bold 17px/48px "Montserrat";
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #005166;
    margin: 0 10px;
}

.menu-section > ul > li:first-child > a {
	margin-left: 0;
}

.menu-section > ul > li > a:hover {
	color: #ae0006;
}

.menu-section > ul > li.btn-started > a {
    display: block;
    font: normal bold 20px/1.2 "Montserrat";
    color: #fff;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 0;
    padding: 10px 20px;
    margin-right: 0;
}

.menu-section > ul > li.btn-started:hover > a {
    color: #f00;
    background-color: transparent;
}

.header-section.after-scroll .menu-section > ul > li > a,
.header-section.after-scroll .menu-section > ul > li > a.btn-started {
	font-size: 16px;
}

.menu-section > ul > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f00;
    border: 3px solid #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}

.menu-section > ul > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-section > ul > li > ul.sub-menu > li {
    display: block;
}

.menu-section > ul > li > ul.sub-menu > li > a {
    display: block;
    color: #fff;
    font: normal bold 16px/1.2 "Montserrat";
    letter-spacing: -0.1px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 15px 20px;
    text-align: left;
}

.menu-section > ul > li > ul.sub-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.banner-section {
    padding: 0;
    position: relative;
}

.banner-img {}

.banner-heading {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner-heading h1 {
    color: #fff;
    font: normal bold 78px/1.2 "Montserrat";
    margin: 0 0 10px;
}

.banner-heading h3 {
    color: #fff;
    display: inline-block;
    background-color: #ff0000;
    font: normal bold 30px/1.2 "Montserrat";
    margin: 0;
    padding: 10px;
}

.banner-badge {
    position: absolute;
    bottom: -6%;
    right: 15%;
}

.banner-badge a {
	display: inline-block;
    transform: scale(1);
}

.banner-badge a:hover {
    transform: scale(1.2);
}

.down-arrow {
	width: auto;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.down-arrow a {
    display: inline-block;
}

.services-section {
    padding: 60px 0 0;
}

.services-heading {
    text-align: center;
}

.services-heading h1 {
    font: italic 400 30px/38px "Georgia";
    color: #005166;
    margin: 0 0 20px;
}

.services-boxs {
    overflow: hidden;
}

.services-box {
    width: 25%;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.services-img {
	position: relative;
	z-index: 0;
}

.services-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.services-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
}

.services-overlay h2 {
    font: normal bold 30px/1 "Montserrat";
    color: #fff;
    margin: 0 0 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f00;
}

.services-overlay ul {
    margin: 0;
    text-align: center;
}

.services-overlay ul li {
    display: block;
    font: normal 600 16px/18px "Montserrat";
    color: #fff;
    margin: 0;
    padding: 6px 0;
    text-transform: uppercase;
    opacity: 1;
}

.services-onhover {
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    padding: 28px 25px;
    background-color: #f00;
    text-align: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.services-box:hover .services-onhover {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.services-onhover h3 {
    font: normal bold 18px/22px "Montserrat";
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.services-onhover p {
    font: normal 400 15px/23px "Myriad Pro";
    color: #fff;
    margin: 0px;
}

.services-onhover .btn-learnmore {
	font: normal 400 12px/20px "Aptifer Sans LT W01 Medium";
	background-color: #f00;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px;
}

.services-onhover .btn-learnmore:hover {
	background-color: #fff;
	border: 1px solid #f00;
	color: #f00;
}

.announcement-section {
    padding-top: 60px;
}

.partners-section {
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    height: 190px;
    max-width: 100%;
    overflow: hidden;
}

.partners-boxs {
    /*overflow: hidden;*/
    position: absolute;
    width: 100%;
    height: 130px;
}

.partners-box {
    position: relative;
    min-height: 130px;
    width: calc(100% / 9 + 3px);
    /*width: 100%;*/
    float: left;
    /*transition: all 2s ease-in-out;*/
}
.partners-box-left {
    left: -215px;
}

.partners-box:nth-child(3) {
    max-width: 120px;
}

.partners-box a {
	 display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

.partners-box img {
    width: 100%;
}

.content-section {
    padding: 120px 0;
    margin-top: 50px;
}

.alignright {
    float: right;
    margin: 12px 0 30px 30px;
    max-width: 500px;
}

/* .content-section h1 {
    color: #9D1B1F;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
    font-family: Arial narrow, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
}

.content-section p {
    color: #05375F;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    margin: 15px 0 35px;
    font-weight: 700;
}
*/
.content-section p img {
    width: auto;
}

.tabtitle2 {
    text-align: center;
    background: #10bbb8 url(https://outsideagents.com/wp-content/themes/newoutside/images/bg-2.jpg) bottom center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.tabtitle3 {
    text-align: center;
    background: #25ba9c url(https://outsideagents.com/wp-content/themes/newoutside/images/bg-3.jpg) bottom center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.tabtitle {
    padding-bottom: 35px;
}

.sbtit {
    background: #0003;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    padding: 3px 0;
}

.tabtitle2 p,
.tabtitle3 p {
    margin: 0;
}

.tabtitle2 p big,
.tabtitle3 p big {
    font-size: 65px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.tabtitle2 p small,
.tabtitle3 p small {
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    color: #fff;
}

.maintable {
    border: 1px solid #ddd;
}

.maintable ul {
    margin: 15px 0 0;
    padding: 0;
}

.maintable ul li {
    display: inline-block;
    width: 90%;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0px 5% 6px;
    padding-bottom: 7px;
    font-size: 14px;
    text-decoration: none;
}

.maintable li a {
    text-decoration: none;
    color: #414958;
}

.vc_btn3-container.memberbtn.vc_btn3-inline {
    text-align: center;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern {
    background: #be1e2d;
    color: #fff;
    padding: 8px 30px;
    border-radius: 20px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern:hover {
background-color: #610B0B;
    color: #fff;
}

.brdall > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #ddd;
}

.brdall .vc_btn3-container.vc_btn3-inline {
    text-align: center;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 16px;
}

.testimonial-section {
    padding: 60px 0 0;
    background: transparent url(../img/testimonial-bg.png) no-repeat left top / cover;
}

.testimonial-section h1 {
    font: normal 400 53px/1.2 "Montserrat";
    color: #fff;
	margin: 0 0 40px;
	text-transform: uppercase;
	text-align: center;
}

.testimonial-slider {
    padding: 0 80px;
}

.testimonial-slider .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: -80px;
    width: calc(100% + 160px);
    transform: translateY(-50%);
}

.testimonial-slider .owl-theme .owl-nav button {
	margin: 0;
}

.testimonial-slider .owl-theme .owl-nav button:hover {
	background: none;
}

.testimonial-slider .owl-theme .owl-nav .owl-prev {
	float: left;
}

.testimonial-slider .owl-theme .owl-nav .owl-next {
	float: right;
}

.testimonial-box {
	overflow: hidden;
}

.testimonial-img {
    width: 30%;
    float: left;
    position: relative;
    min-height: 208px;
}

.testimonial-img img {
    width: auto !important;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-text {
    width: 70%;
    float: left;
    padding: 30px 0 0;
}

.testimonial-text h4 {
    font: italic 400 30px/38px "Georgia";
    color: #005166;
    margin: 0;
}

.testimonial-text p.user-name {
    font: normal 500 16px/38px "Montserrat";
    color: #005166;
    margin: 0;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 10px;
}

.readmore {
    text-align: center;
    padding: 40px 0;
}

.link-readmore {
    font: normal 400 16px/38px "Montserrat";
    color: #005166;
    text-decoration: underline;
    display: inline-block;
}

.whatsnext-section {
	padding: 60px 0 100px;
	background-color: #fff;
}

.whatsnext-section h1 {
    font: italic 400 58px/1.2 "Georgia";
    color: #005166;
    margin: 0 0 30px;
    text-align: center;
}

.whatsnext-section p {
	text-align: center;
	margin: 0;
}

.whatsnext-section p .btn-learnmore2 {
    font: normal 700 29px/1.2 "Montserrat";
    background-color: #42bfe3;
    border: 1px solid #42bfe3;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
}

.whatsnext-section p .btn-learnmore2:hover {
    background-color: #fff;
    color: #42bfe3;
}

.whatsnext-section p .btn-started2 {
    font: normal 700 29px/1.2 "Montserrat";
	background-color: #e34242;
	border: 1px solid #e34242;
	color: #fff;
    padding: 15px 40px;
	border-radius: 5px;
	text-transform: uppercase;
}

.whatsnext-section p .btn-started2:hover {
    background-color: #fff;
    color: #e34242;
}

.whatsnext-section p span {
    font: normal 700 21px/38px "Montserrat";
	display: inline-block;
	margin: 0 15px;
	color: #005166;
}

.footer-section {}

.footer-top {
	background-color: #c2c2c2;
	padding: 20px 0;
}

.footer-logo {}

.footer-logo a {
	display: block;
}

.footer-logo a img {
	width: 100%;
}

.footer-contact {
    padding: 15px 0 0;
}

.footer-contact a {
    display: block;
    font: normal 400 24px/1.6 "Montserrat";
    position: relative;
    padding-left: 40px;
}

.footer-contact a svg {
    color: #fff;
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer-bottom {
    padding: 0 0 40px;
}

.footer-bottom p {
    margin: 0;
    text-align: center;
	color: #111a2b;
    font: normal 400 13.5px/25px "Lato";
}

.footer-bottom p a {
	color: #111a2b;
}

.footer-bottom p img {
    width: auto;
}

.content-section {
    padding: 120px 0;
}

@media (min-width: 1200px) and (max-width: 1295px) {
.services-onhover h3 {
    margin: 0 0 10px 0;
    font: normal bold 18px/26px "Montserrat";

  }

 .services-overlay ul li{
 	font: normal 400 15px/1.2 "Montserrat";
 	padding: 5px 0;
 }

  }



@media (min-width: 1600px) and (max-width: 2000px) {
.services-onhover h3 {
    font: normal bold 26px/30px "Montserrat";
    margin: 0 0 20px;
}

 .services-overlay ul li{
 	font: normal 400 18px/22px "Montserrat";
 	padding: 9px 0;
 }

 .services-overlay h2 {
     font: normal bold 34px/1.2 "Montserrat";
     }

 .services-onhover p {
     font: normal 400 18px/30px "Myriad Pro";
 }

 .services-onhover {
     padding: 38px 25px;
 }

  }


@media (min-width: 1400px) and (max-width: 1500px) {
.services-overlay ul li {
    font: normal 600 16px/20px "Montserrat";
    padding: 8px 0;
}

.services-onhover p {
    font: normal 400 16px/28px "Myriad Pro";
}

.services-onhover h3 {
    font: normal bold 20px/22px "Montserrat";
}

  }


  @media (min-width: 1501px) and (max-width: 1599px) {
  .services-overlay ul li {
      font: normal 600 17px/20px "Montserrat";
      padding: 8px 0;
  }

  .services-onhover p {
      font: normal 400 17px/29px "Myriad Pro";
  }

  .services-onhover h3 {
      font: normal bold 23px/28px "Montserrat";
  }

    }



@media (min-width: 1024px) and (max-width: 1124px) {
.services-onhover h3 {
    margin: 0 0 10px 0;
    font: normal bold 18px/26px "Montserrat";

  }

 .services-overlay ul li{
 	font: normal 400 13px/1 "Montserrat";
 	padding: 5px 0;
 }

 .services-onhover h3 {
     margin: 0 0 10px 0;
     font: normal bold 15px/18px "Montserrat";

   }

   .services-overlay h2 {
       font: normal bold 22px/1.1 "Montserrat";
   }

   .services-onhover p {
       font: normal 400 13px/17px "Myriad Pro";
       color: #fff;
       margin: 0px;
   }

   .services-onhover {
       padding: 22px 25px;
   }

   .banner-heading h1 {
       color: #fff;
       font: normal bold 58px/1 "Montserrat";
       margin: 0 0 10px;
   }

   .banner-heading h3 {
       color: #fff;
       display: inline-block;
       background-color: #ff0000;
       font: normal bold 22px/1 "Montserrat";
       margin: 0;
       padding: 10px;
   }

   .banner-badge {
       right: 10%;
       width: 17%;
   }

  }



@media (min-width: 1125px) and (max-width: 1199px) {

  .services-onhover {

      padding: 20px;
  }

  .services-onhover h3 {
      margin: 0 0 10px 0;
      font: normal bold 18px/22px "Montserrat";

    }

	.header-section.after-scroll .logo a img {
		width: 80%;
	}

    .header-section .menu-section {
        padding: 20px 0;
    }

	.header-section.after-scroll .menu-section {
        padding: 10px 0;
    }

    .header-section .menu-section > ul > li > a,
    .header-section .menu-section > ul > li.btn-started > a {
        font-size: 14px;
        margin: 0 14px;
    }

	.services-overlay h2 {
    font-size: 27px;
    	    margin: 0 0 15px;

	}

	.services-overlay ul li{
		font: normal 400 14px/1.05 "Montserrat";
		padding: 5px 0;
	}


.testimonial-text p.user-name 	{
    font: normal 500 16px/38px "Montserrat";
}
.services-onhover p {
    font: normal 400 14px/20px "Myriad Pro";
}

	.header-section.after-scroll .menu-section > ul > li > a,
	.header-section.after-scroll .menu-section > ul > li.btn-started > a {
        font-size: 15px;
        margin: 0 8px;

	}

    .header-section.after-scroll .menu-section > ul > li.btn-started > a,
    .header-section .menu-section > ul > li.btn-started > a {
        padding: 10px;
    }

	.testimonial-img img {
		/*width: 100% !important;*/
	}

    .banner-heading h1 {
        font-size: 68px;
    }

    .banner-heading h3 {
        font-size: 25px;
    }

    .banner-badge {
        right: 5%;
    }

    .partners-box {
        width: calc(100% / 9);
    }

	.partners-box a {
		width: 80%;
	}

	.partners-box a img {
		/*width: 100%;*/
	}

	.testimonial-text h4 {
		padding-left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-section .logo a img {
        width: 100%;
    }

	.header-section.after-scroll .logo a img {
		width: 80%;
	}

    .header-section.after-scroll .menu-section,
    .header-section .menu-section {
        padding: 6px 0;
    }

    .header-section.after-scroll .menu-section > ul > li > a,
    .header-section.after-scroll .menu-section > ul > li.btn-started > a,
    .header-section .menu-section > ul > li > a,
    .header-section .menu-section > ul > li.btn-started > a {
        font-size: 14px;
        margin: 0 5px;
    }

    .header-section.after-scroll .menu-section > ul > li.btn-started > a,
    .header-section .menu-section > ul > li.btn-started > a {
        padding: 10px;
    }

	.testimonial-img img {
		/*width: 100% !important;*/
	}

    .banner-heading h1 {
        font-size: 58px;
    }

    .banner-heading h3 {
        font-size: 25px;
    }

    .banner-badge {
        right: 5%;
    }

    .services-box {
		width: 50%;
		margin-bottom: 15px;
	}

    .partners-box {
        width: calc(100% / 5 + 3px);
        margin-bottom: 40px;
    }

    .testimonial-slider {
        padding: 0 60px;
    }

    .testimonial-slider .owl-theme .owl-nav {
        left: -60px;
        width: calc(100% + 120px);
    }

    .testimonial-text {
        padding: 30px 0 0 20px;
    }

    .footer-logo a img {
        width: 60%;
    }

	.footer-contact {
		padding: 5px 0 0;
	}

	.testimonial-text h4 {
		padding-left: 20px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
    .logo a img {
        width: 60%;
    }

	.header-section.after-scroll .logo a img {
		width: 50%;
	}

    .banner-img {
        height: 70vh;
        overflow: hidden;
        position: relative;
    }

    .banner-img {
        height: 70vh;
    }

    .banner-img img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .banner-heading h1 {
        font-size: 28px;
    }

    .banner-heading h1 br {
        display: none;
    }

    .banner-heading h3 {
        font-size: 15px;
    }

    .banner-badge {
        display: none;
    }

    .banner-heading {
        top: 60%;
    }

    .services-heading h1 {
        font: italic 400 20px/1.2 "Georgia";
        margin: 0 20px 20px;
    }

    .services-heading h1 br {
        display: none;
    }

    .services-box {
		width: 100%;
		margin-bottom: 15px;
	}

    .partners-boxs {
        padding: 0 15px;
    }

    .partners-box {
        width: calc(100% / 3);
        margin-bottom: 30px;
    }

    .partners-box a {
        width: 90%;
    }

    .partners-box img {
        width: 100%;
    }

    .testimonial-section h1 {
        font: normal 400 23px/1.2 "Montserrat";
        margin: 0 0 10px;
    }

    .testimonial-slider {
        padding: 0 20px;
    }

    .testimonial-slider .owl-theme .owl-nav {
        left: -20px;
        width: calc(100% + 40px);
    }

    .testimonial-text {
        width: 100%;
        padding: 0;
    }

    .testimonial-img img {
        width: 60% !important;
    }

    .testimonial-img {
        width: 100%;
        min-height: 300px;
    }

    .testimonial-text h4 {
        font: italic 400 20px/1.2 "Georgia";
		text-align: center;
    }

    .testimonial-text p.user-name {
        font: normal 700 18px/38px "Montserrat";
		text-align: center;
        padding-left: 0;
    }

    .whatsnext-section h1 {
        font: italic 400 28px/1.2 "Georgia";
    }

    .whatsnext-section p span {
        margin: 15px 0;
        display: block;
    }

    .footer-logo a {
        padding: 20px 0;
        text-align: center;
    }

    .footer-logo a img {
        width: 50%;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-contact a {
        display: inline-block;
    }

    .category-section {
        padding: 113px 0;
    	margin-top: 50px;
    }

    .category-boxs {}

    .category-box {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .category-thumbnail {
        width: 25%;
        float: left;
        display: block;
    }

    .category-box .category-heading {
        width: 75%;
        float: left;
        padding-left: 20px;
        margin: 0 0 15px;
    }

    .category-box .category-heading a {
        display: block;
        color: #f00;
        text-transform: uppercase;
        font-size: 20px;
    }

    .category-box .category-heading a:hover {
        text-decoration: underline;
    }

    .category-box .category-description {
        width: 75%;
        float: left;
        padding-left: 20px;
    }

    .category-box .category-description p {
        margin: 0;
        font-size: 15px;
    }


}









.mobilemenu-section,
.menu-section > ul > li > .first-submenu-btn,
.menu-section > ul > li > ul > .heading {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mainmenu-btn {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 40px;
        height: 40px;
        border: 2px solid #f00;
        border-radius: 5px;
        box-sizing: border-box;
        transform: translateY(-50%);
    }

    .mainmenu-btn .line {
        position: absolute;
        left: 50%;
        display: block;
        width: calc(100% - 10px);
        height: 2px;
        background-color: #f00;
        transform: translate(-50%, -50%);
    }

    .mainmenu-btn .line.first {
        top: 25%;
    }

    .mainmenu-btn .line.second {
        top: 50%;
    }

    .mainmenu-btn .line.third {
        top: 75%;
    }

    .mobilemenu-section {
        display: block;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        background-color: #787878;
        z-index: 99999;
        transition: all 0.5s ease;
        border-left: 1px solid #ccc;
    }

    .mobilemenu-section.show {
        right: 0;
    }

    .mobilemenu-section .mainmenu-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        color: #202020;
        border-left: 1px solid #ccc;
    }

    .mobilemenu-section .mainmenu-close:before,
    .mobilemenu-section .mainmenu-close:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 20px);
        height: 3px;
        transform: translate(-50%, -50%);
        background-color: #202020;
        border-radius: 20px;
    }

    .mobilemenu-section .mainmenu-close:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mobilemenu-section .mainmenu-close:after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobilemenu-section .heading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .mobilemenu-section .heading h3 {
        display: block;
        color: #202020;
        padding: 0 20px 0 40px;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
    }

    .mobilemenu-section > .heading > h3 {
        padding: 0 40px 0 20px;
    }

    .mobilemenu-section .mainmenu-back,
    .mobilemenu-section .first-submenu-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        color: #202020;
        border-right: 1px solid #ccc;
    }

    .mobilemenu-section .mainmenu-back:before,
    .mobilemenu-section .mainmenu-back:after,
    .mobilemenu-section .first-submenu-back:before,
    .mobilemenu-section .first-submenu-back:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 25px);
        height: 2px;
        transform: translate(-50%, -50%);
        background-color: #202020;
    }

    .mobilemenu-section .mainmenu-back:before,
    .mobilemenu-section .first-submenu-back:before {
        top: calc(50% + 4.5px);
        left: calc(50% - 0px);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mobilemenu-section .mainmenu-back:after,
    .mobilemenu-section .first-submenu-back:after {
        top: calc(50% - 4.5px);
        left: calc(50% - 0px);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobilemenu-section > ul.main-menu {
        margin: 40px 0 0;
    }

    .mobilemenu-section > ul.main-menu > li {
        display: block;
        position: relative;
    }

    .mobilemenu-section > ul.main-menu > li > a {
        display: block;
        color: #fff;
        text-decoration: none !important;
        padding: 0 20px;
        line-height: 40px;
        text-transform: uppercase;
        border-bottom: 1px solid #676767;
    }

    .mobilemenu-section > ul.main-menu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mobilemenu-section > ul > li.btn-started > a {
        display: block;
        font: normal bold 20px/1.2 "Montserrat";
        color: #fff;
        background-color: #ff0000;
        border: 2px solid #ff0000;
        border-radius: 0;
        padding: 10px 20px;
        margin: 5px 0;
    }

    .mobilemenu-section > ul > li.btn-started:hover > a {
        color: #f00;
        background-color: #fff;
    }

    .mobilemenu-section > ul.main-menu > li > a.first-submenu-btn {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        z-index: 9;
        border-bottom: 0px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .mobilemenu-section > ul.main-menu > li > a.first-submenu-btn:before,
    .mobilemenu-section > ul.main-menu > li > a.first-submenu-btn:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 25px);
        height: 2px;
        transform: translate(-50%, -50%);
        background-color: #202020;
    }

    .mobilemenu-section > ul.main-menu > li > a.first-submenu-btn:before {
        top: calc(50% + 4.5px);
        left: calc(50% - 0px);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobilemenu-section > ul.main-menu > li > a.first-submenu-btn:after {
        top: calc(50% - 4.5px);
        left: calc(50% - 0px);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        background-color: #787878;
        z-index: 99;
        padding-top: 41px;
        transition: all 0.5s ease;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu.open {
        right: 0;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li {
        display: block;
        position: relative;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > a {
        display: block;
        color: #fff;
        text-decoration: none !important;
        padding: 0 20px;
        line-height: 40px;
        border-bottom: 1px solid #676767;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > ul.second-submenu {
        display: block;
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        background-color: #fff;
        z-index: 99;
        padding-top: 41px;
        transition: all 0.5s ease;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > ul.second-submenu.open {
        right: 0;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > ul.second-submenu > li {
        display: block;
        position: relative;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > ul.second-submenu > li > a {
        display: block;
        color: #202020;
        text-decoration: none !important;
        padding: 0 20px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > ul.second-submenu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > a.second-submenu-btn {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        padding: 0;
        border-bottom: 0px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > a.second-submenu-btn:before,
    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > a.second-submenu-btn:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% - 25px);
        height: 2px;
        transform: translate(-50%, -50%);
        background-color: #202020;
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > a.second-submenu-btn:before {
        top: calc(50% + 4.5px);
        left: calc(50% - 0px);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobilemenu-section > ul.main-menu > li > ul.sub-menu > li > a.second-submenu-btn:after {
        top: calc(50% - 4.5px);
        left: calc(50% - 0px);
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

.min-height {
    display: inline-block;
    width: 100%;
    /*height: 165px;*/
    overflow: hidden;
}
table#t1 tr td img {
    width: auto;
}



@media(max-width:767px) {

.txt p {
    width: 100% !important;
    margin: 0 !important;
 font-size: 16px;
padding: 0 !important
}
.wpb_text_column.wpb_content_element.blutxt p {

    font-size: 30px !important;
}
.sbtn img {
    width: 80% !important;
    margin-top: -90px !important;
}
.testimonialdiv {

    width: 100% !important;
    margin: 0 !important;
}
.threebox .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-top: -34px;
}
.margindiv.wpb_column.vc_column_container.vc_col-sm-4 {
    margin-top: -34px;
}
.vc_row.wpb_row.vc_row-fluid.topsec.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex {
    position: relative;
    height: 900px;
}
.imgdiv.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: -628px;
}

.toptxt.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: -170px;
}
.toptxt.wpb_column.vc_column_container.vc_col-sm-6 {
    position: absolute;
    top: 48%;
}
/*.imgdiv img
{
 position: relative;
    top: -146px;
}*/
.lsupport.abt

{
font-size: 32px !important;
    line-height: 48px !important;
}
.wpb_text_column.wpb_content_element.bantxt {
    width: 100% !IMPORTANT;
    margin: 0 !important;
}
.titledv
{
margin-left: 0 !IMPORTANT;
font-size: 40px !IMPORTANT;
}
ul.grytxt {
    margin-top: -50px !important;
margin-left: 20px !IMPORTANT;
}
ul.grytxt li {
    font-size: 20px !IMPORTANT;
    font-weight: bold;
}
.logoimgg .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center !important;
}
.lsupport {
   margin-top: 5% !important;
    margin-bottom: 1% !important;
    font-size: 46px !important;
    line-height: 48px !important;
}
.txt .vc_custom_1557331818322 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.techtit.vc_custom_1557331751600 {
    padding-top: 45px !important;
    padding-bottom: 15px !important;
}
.vc_custom_1557347805755,.vc_custom_1557347700100,.vc_custom_1557421271412,.vc_custom_1557347805755,.vc_custom_1557422325617
{
    background-image: none !important;
}
.twodtxt .wpb_text_column.wpb_content_element {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
}