.carousel-item {
 /* height: 65vh;*/
  min-height: 250px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}


@font-face {
  font-family:'bahnschrift';
  src: url('../eot/bahnschrift.eot');
  src: url('../woff/bahnschrift.woff') format('woff'), url('../ttf/bahnschrift.ttf') format('truetype'), url('../svg/bahnschrift.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


body
{
    background: #fff;
    font-family: 'bahnschrift';
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
  
/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
{
    max-width: 100%;
    height: auto;
}
a, a:active, a:focus, a:hover,.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
outline: none;
}
.pad-0
{
    padding:0;
}  
.clear
{
    clear:both;
} 
.poppin-font {
    font-family: 'Poppins' !important;
}


/* img */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1920px) {
.container {
    max-width: 1475px;
    width:100%;
}
}

.header
{
  padding:0px;
  margin:0px;
  background:url('../jpg/banner-bg.jpg') no-repeat 0 0;
  min-height:565px;
  position:relative;
}

.header .logo
{
  padding-top:35px;
  padding-left:1%;
}
.header .banner
{
  padding-top:40px;
  padding-bottom:0px; 
}
.header .banner p
{
  color:#989898;
  font-size:26px;
  font-weight:500;
  text-transform:uppercase;
  padding-bottom:0px;
  margin-bottom:0px;
}
.header .banner h1
{
  color:#ffffff;
  font-size:50px;
  font-weight:bolder;
  padding-bottom:15px;
}

.header .banner span
{
  color:#ffffff;
  font-size:32px;
  font-weight:bolder;
  line-height:normal;
}
.header .banner .btn{
  color:#ffffff;
  font-size:23px;
  font-weight:600;
  padding:15px 50px;
  line-height:normal;
  display:inline-block;
  margin-top:30px;
  border:1px solid #EE4904; -webkit-border-radius: 50px; -moz-border-radius: 50px;border-radius: 50px;
  background-color: #EE4904; background-image: -webkit-gradient(linear, left top, left bottom, from(#EE4904), to(#D4360B));
  background-image: -webkit-linear-gradient(top, #EE4904, #D4360B);
  background-image: -moz-linear-gradient(top, #EE4904, #D4360B);
  background-image: -ms-linear-gradient(top, #EE4904, #D4360B);
  background-image: -o-linear-gradient(top, #EE4904, #D4360B);
  background-image: linear-gradient(to bottom, #EE4904, #D4360B);
}

.header .banner .btn:hover{
  border:1px solid #D4360B; -webkit-border-radius: 50px; -moz-border-radius: 50px;border-radius: 50px;
  background-color: #D4360B; background-image: -webkit-gradient(linear, left top, left bottom, from(#D4360B), to(#EE4904));
  background-image: -webkit-linear-gradient(top, #D4360B, #EE4904);
  background-image: -moz-linear-gradient(top, #D4360B, #EE4904);
  background-image: -ms-linear-gradient(top, #D4360B, #EE4904);
  background-image: -o-linear-gradient(top, #D4360B, #EE4904);
  background-image: linear-gradient(to bottom, #D4360B, #EE4904);
}

.header .banner:before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f0eeee;
  content: '';
  position: absolute;
  bottom:0px;
  left:20%;
}


.clients
{
  background:#f2f2f2;
  padding:10px 0 50px; 
}
.clients h2
{
  color:#455048;
  font-size:46px;
  font-weight:bolder;
  /*text-decoration:underline;*/
  text-align:center;
  padding: 20px 0 0;
  border-bottom: 3px solid #455048;
  line-height: 36px;
  width: 214px;
  margin: 0 auto;
}

.clients ul
{
  padding:0px;
  margin:10px auto;
  text-align:center;
}
.clients ul li
{
  display:inline-block;
  padding:10px 2%;
}

.content
{
  padding-top:80px;
  margin:0px;
  background:#ffffff url('../jpg/content-bg-left.jpg') no-repeat left top;
  min-height:800px;
  background-size:38%;
}

.content .feature p
{
    color: #080808;
    font-size:23px;
    font-weight: 300;
    line-height:27px;
    padding-bottom: 15px;
}
.content .feature p strong
{
  font-weight:bold;
}
.orange-btn
{
  background:#f26522;
  border-radius:50px;
  color:#ffffff;
  font-size:26px;
  padding:20px 5%;
  font-weight:600;
  margin-top:10px;
  display:inline-block;
  text-align:center;  
  box-shadow:0 10px 14px -8px #f26522;
}
.orange-btn:hover
{
  background:#ee4e02;
  text-decoration:none;
  color:#ffffff;
}

.comparison {
  
  margin: 50px auto;
  font-weight: 400;
  font-size: 18px;
}

.comparison h2 {
  font-size:46px;
  line-height: 35px;
  margin: 0 0 10px;
  font-weight:normal;
}
.comparison .title-content
{
  font-size:20px;
}
.comparison .left-text
{
  font-size:46px;
  line-height:50px;
}
.comparison .left-text span
{ 
  display: block;

}
.comparison .table {
  display: table;
  margin: 50px 0 0;
  max-width:1280px;
}

.comparison .row {
  display: table-row;
}

.comparison .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 28%;
  padding: 15px;
  font-size: 16px;
  font-family: 'Poppins' !important;
}

.comparison .row:first-child .cell {
  vertical-align: top;
}

.comparison .row .cell:first-child {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  width: 44%;
}

.comparison .row:first-child .cell:first-child {
  font-size: 36px;
  line-height: 44px;
}

.cell h2 {
  font-size:26px;
  line-height: 25px;
  font-weight:bold;
  margin: 20px 0;
  color:#080808;
}

.cell img {
  margin: 0 0 20px;
}

.green-check,
.red-check {
  background: transparent url("../png/table-icons.png") no-repeat scroll 0 center / cover;
  display: inline-block;
  width: 33px;
  height: 33px;
}

.red-check {
  background-position: right center;
}

.btn.green {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 32px;
  border: 2px solid #92a664;
  background-color: #92a664;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  font-size: 25px;
  text-decoration: none;
  font-weight: 600;
  outline: none;
}

.btn.green:hover {
  color: #92a664;
  background-color: #fff;
}

.comparison .row .cell:nth-child(2) {
  background-color: rgba(242, 255, 225, 0.6);
  border-left: 1px solid #e1f2cb;
  border-right: 1px solid #e1f2cb;
}

.comparison .row:first-child .cell:nth-child(2) {
  border-top: 1px solid #e1f2cb;
  border-radius: 6px 6px 0 0;
}

.comparison .row:last-child .cell:nth-child(2) {
  border: 0 none;
  background-color: transparent;
}

.comparison .row:nth-child(odd) {
  background-color: #f5f4f4;
}

.comparison .row:first-child {
  background-color: transparent;
}

.cell p {
  margin: 0;
  font-size:16px;
}

.grey-bg {
  background-color: #91a0a2;
}

.grey-bg .text-block {
  display: inline-block;
  padding: 5% 4% 3%;
  width: 49%;
  box-sizing: border-box;
  color: #fff;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
}

.grey-bg .text-block i {
  font-weight: 300;
}

.bottom-cta {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  max-width: 980px;
  padding: 75px 0 45px;
}

.bottom-cta h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 15px;
}

.bottom-cta p {
  margin-bottom: 25px;
}
.carousel-indicators
{
  bottom:-20px;
}
.carousel-control-next, .carousel-control-prev
{
  width:15%;
}
.carousel-control-prev-icon
{
  background:url('../png/left-arrow.png') no-repeat 0 0 !important;
  width:47px;
  height:22px;
  opacity:1;
}
.carousel-control-next-icon
{
  background:url('../png/right-arrow.png') no-repeat 0 0 !important;
  width:47px;
  height:22px;
  opacity:1;
}
.carousel-control-prev, .carousel-control-next
{
  opacity:1;
}
.carousel-indicators li
{
  background:#c1c1c1;
  height:10px;
  width:10px;
  border-radius:50px;
  cursor:pointer;
}
.carousel-indicators .active
{
  background:#f26522;
  height:15px;
  width:15px;
  border-radius:50px;
  margin-top:-3px;
}

.carousel-item
{
  margin-bottom:50px;
  margin-top:20px;
}
.carousel-item.active
{
  text-align:left;
  border:1px solid #f7f7f7;
  border-radius:5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
-moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
box-shadow: 0 0 10px rgba(0,0,0, .65);
}
.carousel-item h3
{
  color:#292929;
  font-size:30px;
  text-align:left;
}
.carousel-item p
{
  color:#292929;
  font-size:23px;
  text-align:left;
}
.carousel-item span
{
  color:#f26522;
  font-size:23px;
  text-align:left !important;
  width:100%;
  display:block;
}


.light-grey-bg
{
  background:#f0f5f7;
  padding:100px 10%;
  margin:40px 0px;
  border-radius:5px;
}
.light-grey-bg h3
{
  font-size:46px;
  color:#000000;
  font-weight:500;
}
.light-grey-bg p
{
  font-size:25px;
  color:#000000;
  line-height:33px;
  padding:15px 0 5px;
}
/* DISPLAY */
.d_n
{
  display: none;
}
.d_b
{
  display: block;
}
.d_in
{
  display: inline-block;
}
.d_t
{
  display: table;
}
.d_tr
{
  display: table-row;
}
.d_tc
{
  display: table-cell;
}
.d_it
{
  display: inline-table;
}

/* DISPLAY */
/* WIDTH */
.w_100
{
  width: 100%;
}
/* WIDTH */
/* HEIGHT */
.h_100
{
  height: 100%;
}
.footer
{
  padding-top:100px;
}
.footer .social_links {
  width: 100%;
  background-color: #2f2f2f;
}

.footer .social_links .left_social_cell {
  background-color: #c3272f;
  height: 100%;
}

.footer .social_links .center_social_cell {
  height: 100%;
  width: 1200px;
  background-color: #2f2f2f;
}

.footer .social_links .right_social_cell {
  height: 100%;
  background-color: #2f2f2f;
}

.footer .social_links_first_row {
  display: none;
  width: 100%;
}

.footer social_links_second_row .comodo_logo_container {
  padding-left: 10px;
  padding-right: 10px;
}

.footer .comodo_logo_content_small_r {
  height: 24px;
  padding: 14px 0 14px 0;
  margin: 0px auto;
  background-color: #c3272f;
  display: none;
}

.footer .social_links .comodo_logo_container {
  width: 20%;
  background-color: #c3272f;
}

.footer .social_links .comodo_logo {
  width: 162px;
  height: 22px;
  margin: 15px auto;
  background-image: url(../png/comodo-logo-new.png);
}

.footer .social_links .social_links_group:last-child {
  border: none;
}

.footer .social_links .social_link_container {
  width: 20%;
  border-right: solid 2px #393939;
  border-bottom: solid 2px #2f2f2f;
}

.footer .social_links .social_link_container:hover {
  border-bottom: solid 2px #8cc641;
}

.footer .social_links .social_link {
  height: 20px;
  width: 30px;
  margin: 15px auto;
}

.footer .social_links .social_link_image_facebook {
  background-image: url(../png/social_link_map.png);
  background-position: 0px 0px;
}

.footer .social_links .social_link_container:hover .social_link_image_facebook {
  background-position: -120px 0px;
}

.footer .social_links .social_link_image_twitter {
  background-image: url(../png/social_link_map.png);
  background-position: -30px 0px;
}

.footer .social_links .social_link_container:hover .social_link_image_twitter {
  background-position: -150px 0px;
}

.footer .social_links .social_link_image_google-plus {
  background-image: url(../png/social_link_map.png);
  background-position: -60px 0px;
}

.footer .social_links .social_link_container:hover .social_link_image_google-plus {
  background-position: -180px 0px;
}

.footer .social_links .social_link_image_youtube {
  background-image: url(../png/social_link_map.png);
  background-position: -90px 0px;
}

.footer .social_links .social_link_container:hover .social_link_image_youtube {
  background-position: -210px 0px;
}

.footer .copyright_contact_links p {
  font-family: "Lato",sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #c5c5c5;
  letter-spacing: 0.15px;
}

.footer .contact_links a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8cc641;
}

.footer .copyright, .footer .contact_links {
  padding-bottom: 30px;
}

.footer .contact_links li a {
  padding-left: 5px;
  padding-right: 5px;
  border-right: solid 2px #8cc641;
}

.footer .contact_links li:first-child a {
  padding-left: 0px;
}

.footer .contact_links li:last-child a {
  padding-right: 0px;
  border-right: none;
}
.footer .contact_links li {
    display: inline-block;
}

#footer .copyright_contact_links .footer_menu_d_tc:first-child
{
  width: 67%;
}
@media only screen and (max-width: 1366px) {
  .header
  {
    background-position:center center;
  }
}
@media only screen and (max-width: 1280px) {
  .orange-btn, .header .banner .btn{font-size:22px;}
  .carousel-item{height:275px;}
}
@media only screen and (max-width: 1024px) {
  .content .feature p, .light-grey-bg p, .carousel-item span, .carousel-item p{font-size: 16px;line-height: normal;padding-bottom:5px;}
  .light-grey-bg h3, .header .banner h1, .carousel-item h3{font-size:36px;}
  .header .banner span{font-size:20px;}
}
@media only screen and (max-width: 767px)
{
  .header{min-height:auto;}
  .content{background:none;min-height:auto;}
  .orange-btn, .header .banner .btn{margin:0 auto;display:block;max-width:450px;margin-top:25px;}
  .header .banner{padding-bottom:25px;}
  .header .banner:before {left:50%;}
}
@media only screen and (max-width: 640px) { 

  .comparison .cell {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
  }

  .comparison .row .cell:first-child {
    display: block;
    width: 100%;
    background-color: #f5f4f4;
  }

  .comparison .row .cell:nth-child(2) {
    background-color: transparent;
    border: 0 none;
  }

  .comparison .row:nth-child(2n+1) {
    background-color: transparent;
  }

  .grey-bg .text-block {
    width: 100%;
  }
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) { 
    .header .banner, .footer{padding-top:30px;}
    .header{background-size:cover;background-position:top center;}
    .comparison h2, .comparison .left-text{font-size:36px;}
    .comparison .title-content{line-height:normal;}
    .comparison .cell h2, .carousel-item h3, .light-grey-bg h3, .header .banner h1, .carousel-item h3{font-size:22px;}
    .orange-btn, .header .banner .btn{max-width:300px;padding:10px 4%;font-size:14px;display:inline-block;}
    .btn.green{padding:0 20px;font-size:18px;}
    .carousel-item{min-height:400px;}
   .footer .comodo_logo_content_small_r {
     display: block;
    }

    .footer .social_links .left_social_cell, .footer .social_links .right_social_cell, .footer .social_links_second_row .comodo_logo_container {
      display: none;
    }
}