/* ==========================================================================
custom margin
========================================================================== */
.margin-bottom-20{ margin-bottom:20px;}
.margin-top-20{ margin-top:20px !important;}
.margin-bottom-15{ margin-bottom:15px;}
.margin-top-50{ margin-top:50px;}

/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22px;
  color: #737373;
  padding-bottom: 20px;
  font-family: 'montserratregular';
   }

h1 {
    font-size: 36px;
  margin-bottom: 20px;
  color: #000;
   font-family: 'montserratregular';
   text-transform:uppercase; }
   
   h1 strong {
    font-family: 'montserratextra_bold';}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #2c2c2c; }

h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #2c2c2c;
   font-family: 'montserratextra_bold';
   text-transform:uppercase;

   }

h4 {
  font-size: 18px;font-family: 'montserratextra_bold'; }

h5 {
  font-size: 15px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-weight: 500; }

.btn {
  font-size: 13px;
  font-weight:600;
  border: solid 1px #fff;
  border-radius: 0px;
  display: inline-block;
  text-transform: uppercase;
  color:#fff;
  font-family: 'montserratregular';

  }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #f05123;
  background-color: #f05123; }

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #f05123;
  border-color: #f05123; }

.btn-fill {
  color: #fff;
  border: solid 2px #f05123;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #f05123; }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 12.5px 29px; }

.btn-margin-right {
  margin-right: 20px; }

section.intro, section.features-extra, section.sign-up {
  background: #fff; }

section.features{ min-height:700px;}


.intro-content a.btn-accent {
    border: 1px solid #cccccc;
    color: #cccccc;
    padding: 12px 21px;
	font-size:12px;
	opacity:0;
}

.intro-content:hover > a.btn-accent{ background-color:#fff; border: 1px solid #f05123;
    color: #f05123;}

.intro-feature:hover > .intro-content > a.btn-accent{  opacity:1;}
/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #0099cc;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #D7405D;
  text-decoration: none; }

body {
  font-family: 'montserratregular';
  
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
  padding: 75px 0; }


/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10, .wp11 {
  visibility: hidden; }


  
  
  
  

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }

/* ==========================================================================
Navigation
========================================================================== */
.header-nav.open {
  visibility: visible;
  opacity: 0.95;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.no_scroll{ overflow-y: hidden;}



.nav-toggle {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 999999;
  width:36px;
  height:35px;
  padding: 16px 0px 0px 9px;
  cursor: pointer;
  border: 1px solid #dcdcdb; }
  
.navigation.fixed .nav-toggle {
  border: 1px solid #dcdcdb; }  
  
  

.nav-toggle.active{ border:none;}
.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  background: #dcdcdb;
  cursor: pointer; }

.nav-toggle span:before {
  top: -5px; }

.nav-toggle span:after {
  bottom: -5px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color:#fff;}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); background-color:#fff; }

.navicon {
  position: absolute;
  height: 26px;
  right: 20px;
  top: 40px;
  /*visibility: hidden;*/
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }

.dropmnu_logo{position: absolute;
  left: 14px;
  top: 20px;}


/* ==========================================================================
Hero
========================================================================== */
.hero {
  height: 100vh;
  overflow:hidden;
  background-size: cover;
  position: relative; }
  .hero .down-arrow a {
    color: #fff; }
  .hero h1 {
    color: #fff;
    margin-bottom: 0px; font-family: 'montserratextra_bold'; font-size:66px; text-indent:19px;}
  .hero p.intro {
    color: #aaa9a7;
	line-height:28px;
    font-size: 16px;  text-rendering: optimizeSpeed;
    margin-bottom: 0px; padding-bottom:13px; font-family: 'montserratregular';}
  .hero .hero-content {
    padding-top:26%; position:relative; z-index:2; }
	
	.hero-content a{font-family: 'montserratbold';}
	
	.hero .hero-content .btn-accent{ border:1px solid #cfcfce; background-color:transparent; color:#cfcfce; padding:13px 30px;}
		.hero .hero-content .btn-accent:hover{background-color:#0099cc; border:1px solid #0099cc; color:#fff; }

.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  width: 100%; }
  
  
.navigation.fixed ul.secondary-nav li a:hover{ color:#0099cc;}

header {
  padding: 20px 15px;
  position: relative;
  max-width: 1175px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px; }
    header a.login {
      margin-right: 20px; }
    header .logo {
    display: inline-block; width:170px; height:110px; background-image:url(../img/ssinsez-logo.png); background-repeat:no-repeat; }
	header .logo a{ display:block; height:100%; width:100%;     text-indent: -50000px; overflow:hidden;}
	
	/*.navigation.fixed .logo{ background-position:0px -60px;  }*/
	
	
	
	.secondary-nav-wrap{ float:right; padding:14px 60px 0px 0px; text-align:right;}
	.social-top a{ color: #dcdcdb;
    padding: 0px 0px 0px 17px;
    font-size: 12px;}
	.social-top a:hover{ color:#0099cc;}
	
	.navigation.fixed .social-top a{ color: #dcdcdb;}
	.navigation.fixed .social-top a:hover{ color: #0099cc;}
	
	li.social_overlay{ margin-top:30px;}
	.social_overlay a{ font-size:12px; color:#dcdcdb; margin:0px 10px;}
	
	.social_overlay a:hover{ color:#0099cc !important;}
	
	.dropmenu_footer{    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;}
	
	.dropmenu_footer ul.footer-group li{ display: inline-block;}
	.dropmenu_footer ul.footer-group li a{ color:#414141!important; padding:0px 10px; border-right: 1px solid #414141 !important;}
	.dropmenu_footer ul.footer-group li a:hover{color:#fff!important;}
	.dropmenu_footer ul.footer-group li:last-child > a{ border-right:none !important; }
	

	
	
	.dropmenu_footer p{ margin:0px ; padding:0px; font-size:11px; color:#414141; text-align:center;}
	.dropmenu_footer p a{ margin:0px; padding:0px; font-size:11px; color:#414141; text-transform: none;}
	
	header ul.secondary-nav {
    margin: 6px 0 0 75px; display:inline-block;
    padding: 0; font-family: 'montserratregular'; font-weight:600;}
    header ul.secondary-nav li {
      display: inline; }
      header ul.secondary-nav li a {
        color: #9f9f9d;
        padding-right: 35px; font-size:12px; }
		
		header ul.secondary-nav li.active a{ color:#fff;}
		.navigation.fixed header ul.secondary-nav li.active a{ color:#0099cc; }
		
        header ul.secondary-nav li a:hover {
          color: #fff; }
      header ul.secondary-nav li:last-child a {
        padding-right: 0px; }
		
		.navigation.fixed header ul.secondary-nav li a{ color:#b6b6b4;}
		
	
  header ul.primary-nav {
    margin: 0 0 0 75px;
    padding: 0; }
    header ul.primary-nav li {
      display: inline; }
      header ul.primary-nav li a {
        color: #b6b6b4;
        padding-right: 25px; }
        header ul.primary-nav li a:hover {
          color: #fff; }
      header ul.primary-nav li:last-child a {
        padding-right: 0px; }
		
		
		
	.header-nav {
		position: fixed;
		background-color: #000;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99999;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}
	.header-nav .container{ height:100%; position:relative;}

	ul.member-actions {
		position: static;
	}

	.navicon {
		visibility: visible;
	}

	header .nav-wrapper {
		display: absolute;
	}

	header nav {
		position: relative;
		top: 45%;
		-moz-transform: translatey(-45%);
		-ms-transform: translatey(-45%);
		-o-transform: translatey(-45%);
		-webkit-transform: translatey(-45%);
		transform: translatey(-45%);
	}

	nav ul li a {
		color: #fff;
		font-size: 25px;
		text-transform: uppercase;
		font-weight: 600;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out
	}

	nav ul li {
		margin-bottom: 25px
	}

	nav ul.primary-nav li {
		display: block;
	}

	nav ul.member-actions li {
		display: block;
	}

	nav a.login {
		margin-right: 0px;
	}

	nav ul.primary-nav {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	nav ul.primary-nav li a {
		padding-right: 0;
	}
	nav ul.primary-nav li a:hover{ color:#0099cc;}

	nav .member-actions {
		position: static;
		padding: 0;
		text-align: center;
	}

	nav ul.primary-nav li,
	nav ul.member-actions li {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-moz-transform: translate3d(0, -80px, 0);
		-ms-transform: translate3d(0, -80px, 0);
		-o-transform: translate3d(0, -80px, 0);
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
		-moz-transition: -moz-transform 0.5s, opacity 0.5s;
		-o-transition: -o-transform 0.5s, opacity 0.5s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
		-moz-transition: -moz-transform 0.5s, opacity 0.5s;
		-o-transition: -o-transform 0.5s, opacity 0.5s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s
	}

	header .header-nav.open ul.primary-nav li,
	header .header-nav.open ul.member-actions li {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	nav ul.primary-nav li:first-child {
		-moz-transition-delay: 0.05s;
		-o-transition-delay: 0.05s;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s
	}

	nav ul.primary-nav li:nth-child(2) {
		-moz-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s
	}

	nav ul.primary-nav li:nth-child(3) {
		-moz-transition-delay: 0.15s;
		-o-transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
		transition-delay: 0.15s
	}

	nav ul.primary-nav li:nth-child(4) {
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s
	}

	nav ul.member-actions li:first-child {
		-moz-transition-delay: 0.25s;
		-o-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s
	}

	nav ul.member-actions li:nth-child(2) {
		-moz-transition-delay: 0.30s;
		-o-transition-delay: 0.30s;
		-webkit-transition-delay: 0.30s;
		transition-delay: 0.30s
	}
		
  header ul.member-actions li {
    display: inline; }
    header ul.member-actions li a {
      color: #fff; }
      header ul.member-actions li a:hover {
        color: #f05123; }
  header .header-nav {
    display: inline-block; }
  header .member-actions {
    position: absolute;
    right: 0;
    top: 41px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
/* ==========================================================================
sub-hero
========================================================================== */


.navigation.inner{ background-color:#fff;}

.our_work.inner_page .navigation.inner{ background-color:transparent;}
.our_work.inner_page .navigation.inner.fixed{ background-color:#fff;}


.inner_page{}

.inner_page header ul.secondary-nav li a {
    color: #c5c5c3;
}

.inner_page header ul.secondary-nav li.active a {
    color: #0099cc;
}

.inner_page .nav-toggle {
    border: 1px solid #dcdcdb;
}

/*.inner_page .navigation .logo {
    background-position: 0px -60px;
}*/



/* ==========================================================================
what we do
========================================================================== */
.what_we_do{ }

.what_we_do .cbp-caption-defaultWrap{ min-height:360px; position:relative; }

.placer{ position:absolute; z-index:1; top:0px; padding:60px 35px 35px 35px; width:100%; height:100%;}
.placer_left{ padding-left:102px;}


.openListing{ padding-top:20px;}

.what_we_do .feature-content p{ line-height:22px;}
.openListing ul{ margin:0px; display:inline-block; width:100%; vertical-align:top;}
.openListing ul li{ padding-bottom:5px; color:#737373; -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
.openListing ul li i{ font-size:12px; margin-right:5px; }


.hero_what_we_do{background-image:url(../img/hero_what_we_do.jpg); background-repeat:no-repeat; background-position:center top; background-size: cover;
    background-attachment: fixed; padding-top:7%; height:100vh;}
	
.hero_what_we_do_table{ display:table;  min-height:600px; margin:0px auto;  padding:0px 10%;}
	
.hero_what_we_do .hero-content{ display:table-cell; vertical-align:middle;}
.hero_what_we_do .hero-content h1{    line-height: 45px; display:inline-block;}
.hero_what_we_do .hero-content h1 strong{ color:#f05123;}

.hero_what_we_do .hero-content .type-wrap span strong {
    color: #0099cc;
	font-size:36px;
	    font-family: 'montserratextra_bold';
}



span#typed { display:inline-block;}

.typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

input.btn.btn-orange, input[type=submit]{
    background-color: #f7f7f7;
    color: #666666;
    border: 1px solid#666666;
    padding: 12px 59px;
    outline: none;
    -webkit-transition: all 300ms ease-in-out;
}

 .btn:hover, .btn:focus ,  input[type=submit]:hover,  input[type=submit]:focus {
    color: #fff;
    border-color: #0099cc;
    background-color: #0099cc;
}

.contact_us_form input.btn.btn-orange, .contact_us_form input[type=submit]{background-color: #fff;}

.contact_us_form input.btn.btn-orange:hover, .contact_us_form input:hover[type=submit]{background-color: #0099cc;}


/* ==========================================================================
our work
========================================================================== */
.our_work{ }

.our_work .cbp-caption-defaultWrap{ min-height:277px; position:relative; }

.half_bg{ background-color:#f0f0f0; position:absolute; width:100%; height:800px; top:0px; left:0px; right:0px; z-index:-1;}

.our_work_hero{ text-align:center; padding-top:7%;}

.our_work_hero img{ display: inline-block; vertical-align:top;}

.img-1, .img-2, .img-3{ position:relative;}

.img-1{ left:-95px;}
.img-2{ left:48px;}
.img-3{ left:175px;}

/* ==========================================================================
Contact
========================================================================== */

.hero_contact{background-color:#f4f4f4; }
	
.hero_contact_table{ display:table;  min-height:600px; margin:0px auto; padding:0px 10%;}
	
.hero_contact .hero-content{ display:table-cell; vertical-align:middle;}
.hero_contact .hero-content h1{    line-height: 45px;}
.hero_contact .hero-content h1 strong{ color:#f05123;}

.contact input.btn.btn-orange, input[type=submit]{
    background-color: #ffffff;
    color: #f05123;
    border: 1px solid#f05123;
    padding: 12px 59px;
}

.contact .btn:hover,.contact .btn:focus , .contact  input[type=submit]:hover, .contact   input[type=submit]:focus {
    color: #fff;
    border-color: #f05123;
    background-color: #f05123;
}




/* ==========================================================================
Company
========================================================================== */
.company{ }



.hero_company{background:#f4f4f4 url(../img/hero_what_we_do.jpg); background-repeat:no-repeat; background-position:center top; background-size: cover;
    background-attachment: fixed; padding-top:7%; height:100vh;}
	
.hero_company_table{ display:table;  min-height:600px; margin:0px auto; padding:0px 10%;}
	
.hero_company .hero-content{ display:table-cell; vertical-align:middle;}
.hero_company .hero-content h1{    line-height: 45px;}
.hero_company .hero-content h1 strong{ color:#0099cc;}

.about_us{}
.about_us h3{  font-size:18px; line-height:22px; margin-bottom:10px;}
.about_us h3 span{ display:block;color:#0099cc; padding-bottom:5px;}


.about_video_section{ padding:15px 0px 0px 0px;}
.about_video_section i{ font-size:70px; color:#e1341f; float:left; margin:-13px 18px 0px 0px; position:relative; z-index:1
; -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
.about_us .about_video_section h4{ margin:0px; color:#4c4c4c; font-size:14px;}
.about_us .about_video_section h4 a{color:#4c4c4c;}
.about_us .about_video_section h4 span{ font-family: 'montserratregular'; font-size:12px; font-style:italic; color:#c2c2c2; border-top: 1px dotted #8a8a8a; padding-top:7px; margin-top:7px; display:inline-block;}

.about_video_section:hover > h4 i{ color:#c12217!important;}
.benefits_section{background-image:url(../img/benefits_bg.jpg); background-repeat:no-repeat; background-position:right 200px; background-size: cover;
    }
.benefits_section h4{color:#313131; margin:20px 0px 10px 0px; padding:0px; text-transform:uppercase;}
.benefits_section p{ color:#4c4c4c;}

.our_counters{ padding-bottom:60px;}
.counter{ text-align:center; font-size:36px; color:#0099cc; font-family: 'montserratbold';}
.counter span{ display:block; color:#8b8b8d; font-size:14px; text-transform:uppercase;  font-family: 'montserratextra_bold';}


.hero_career{background:#f4f4f4 url(../img/hero_career.jpg); background-repeat:no-repeat; background-position:center top; background-size: cover;
    background-attachment: fixed; padding-top:7%; height:100vh;}
  
.hero_career_table{ display:table;  min-height:600px; margin:0px auto; padding:0px 10%;}
  
.hero_career .hero-content{ display:table-cell; vertical-align:middle;}
.hero_career .hero-content h1{    line-height: 45px;}
.hero_career .hero-content h1 strong{ color:#0099cc;}


.career_section h4{ color: #2c2c2c; font-size: 36px; }

.available_position{ height: 400px; text-align: center; border-bottom: 1px solid #f4f4f4;  -webkit-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;}
.available_position p{ margin-bottom: 0px; }
.available_position p strong{ display: block; margin-top: 5px; }
.available_position .container{ height: 100%; }

.available_position:hover{ background-color: #f3f3f3; }


.hero_career_details{background-color:#fbfbfa; background-repeat:no-repeat; background-position:center top; background-size: cover;
    background-attachment: fixed; padding-top:7%;}
  
.hero_career_details_table{ display:table;  min-height:235px; padding:0px; width: 100%;}
  
.hero_career_details .hero-content{ display:table-cell; vertical-align:middle;}
.hero_career_details .hero-content h1{    line-height: 34px; font-size: 40px; margin:0px 0px 10px 0px; padding-top: 25px;}
.hero_career_details .hero-content h1 strong{  display: block; color:#a0a09f; font-family: 'montserratlight'; font-size: 14px; text-transform: uppercase;}
.hero_career_details .hero-content h1 a{margin-top: 8px; float: right;}
.hero_career_details .hero-content h1 strong small{ font-size: 14px; margin-right: 10px;font-family:'montserratregular'; }

.career_details_section{ padding: 50px 0px; }
.career_details_section ul li{     color: #737373;
    
    font-family: 'montserratlight';
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.career_details_section ul{ }
.career_details_section ul li div{ color: #000; padding-left: 30px;}


.career_details_section h5{margin-bottom: 20px; color: #0099cc; font-size: 14px; font-family: 'montserratextra_bold'; }

.job_details{ padding-bottom: 20px; }
.job_details .apply-now{ font-size:  24px; font-family: 'montserratlight'; color: #2c2c2c;}



/* ==========================================================================
Intro
========================================================================== */

.intro-feature{ text-align:center; padding:6% 2% 6% 2%; -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }


.intro-feature:first-child {background: #f2f2f2}
.intro-feature:nth-child(2n+3) {background: #f7f7f7}
.intro-icon {
  display: block;
  vertical-align: top;
  margin:0px auto;
  margin-bottom:28px;
  	 background-image:url(../img/sprites.png);
	 background-repeat:no-repeat;

 }
 
.intro-icon.broadExperience{     
	width: 51px;
    height: 68px;
	background-position: -29px -26px;
	}
	
	
.intro-icon.technicalExpertise{
	    width: 61px;
    height: 59px;
    background-position: -21px -613px;

	margin-bottom: 37px;}
	
	
	
	
.intro-icon.recognition{width: 70px;
    height: 70px;
	background-position:-21px -812px;}
	
	
.intro-content h5{ font-size:22px; color:#4c4c4c; font-family: 'montserratbold';}
	.intro-content p{ font-size:14px; color:#8a8a8a; font-family:'montserratregular';}
	
.intro-icon.strategyPlanning{
	width: 65px;
    height: 65px;
	background-position:-25px -419px;}
	
	
.intro-icon.businessModeling{width: 69px;
    height: 69px;
	background-position: -21px -220px;}
	
	
.intro-icon.financialAnalysis{width: 71px;
    height: 71px;
	background-position: -21px -1010px;}
	
.intro-feature:hover{ background-color:#0099cc;}

.intro-feature:hover > .intro-content a.btn-accent{ background-color: transparent!important; border: 1px solid #fff;
    color: #fff!important;}
	
	
.intro-feature:hover > .intro-content h5, .intro-feature:hover > .intro-content p{ color:#fff;}

.intro-feature:hover > .intro-icon.broadExperience{background-position: -29px -123px;}
.intro-feature:hover > .intro-icon.technicalExpertise{background-position: -21px -711px;}
.intro-feature:hover > .intro-icon.recognition{background-position:-21px -913px;}
.intro-feature:hover > .intro-icon.strategyPlanning{background-position: -25px -515px;}
.intro-feature:hover > .intro-icon.businessModeling{background-position: -21px -320px;}
.intro-feature:hover > .intro-icon.financialAnalysis{background-position:-21px -1111px;}


/* ==========================================================================
Features-stack
========================================================================== */
.features {
  position: relative; }
  .features p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .features h3 {
    margin: 0 0 20px 0; }
  
  .features .feature-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px;
    width: 35px;
	 }
	 
	 
	
.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  margin:15px auto;
  margin-bottom:28px;
  	 background-image:url(../img/sprites.png);
	 background-repeat:no-repeat;
	 -webkit-transition: all 600ms ease-in-out;
      transition: all 600ms ease-in-out;
	  margin-right:15px;
 }
 
.features .feature-icon.creativeDesign{     
	width: 52px;
    height: 46px;
	background-position: -123px -31px;
	}
	
	
.features .feature-icon.digitalServices{
	    width:51px;
    height: 44px;
    background-position: -123px -253px;}
	
	
.features .feature-icon.developmentServices{width: 52px;
    height: 45px;
	background-position:-123px -106px;}
	
	
	.features .feature-icon.technologicalServices{width: 46px;
    height: 44px;
	background-position:-126px -327px;}
	
		.features .feature-icon.cloudSecurity{width: 59px;
    height: 44px;
	background-position:-120px -180px;}
	
			.features .feature-icon.consultingServices{width: 45px;
    height: 49px;
	background-position:-126px -401px;}
	
	 
	 
  .features .feature-content {
    display: inline-block;
    width: 73%;    margin-top: 15px; }
	.feature-content h5{ font-size:18px; font-family: 'montserratbold'; color:#000; margin:0px;}
	.feature-content p{ font-size:14px; line-height:normal; padding-top:5px!important;}
	
  .features .intro-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    margin-right: 20px; }
  .features .intro-content {
    display: inline-block;
    width: 80%; }
  .features ul.features-stack {}
	
.cbp-item:hover  > .cbp-item-wrapper > .cbp-caption-defaultWrap > .feature-content > h5{ color:#0099cc!important;  -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}


.cbp-item:hover  > .cbp-item-wrapper > .cbp-caption-defaultWrap > .feature-icon, .cbp-item:hover  > .cbp-item-wrapper > .cbp-caption-defaultWrap > .placer > .feature-icon {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.intro-feature:hover > .intro-icon{
	
	 -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


	

  .features .client_benefits {
    width: 863px;
    height: 700px;
    background: url("../img/client_benefits.jpg") no-repeat center center;
    z-index: 1; }
  .features .client_benefits_content {
       width: 270px;
    height: 310px;
    position: absolute;
    left: 510px;
    bottom: 129px;
    text-align: center;
    z-index: 2;
    letter-spacing: 1px; }
	.features .client_benefits_content p{ color:#fff;     letter-spacing: 0.4px}
	.features .client_benefits_content h4{ font-size:26px; color:#fff; margin:0px;}
	.features .client_benefits_content .btn-accent{ border:1px solid #fff; color:#fff; margin-top:15px;}
	.features .client_benefits_content .btn-accent:hover{ border:1px solid #f05123;}
	
  .features .client_benefits_wrap {
    position: absolute;
    bottom:0px;
    right: 63%; }

.features .responsive-feature-img, .features-extra .responsive-feature-img {
  display: none; }

.block_wrap {
  position: relative; }

/* ==========================================================================
.features-extra
========================================================================== */
.features-extra {
  position: relative;
  z-index: 3; }
  .features-extra .btn {
    margin-top:10px; }
  .features-extra .strategicA {
    position: absolute;
    width: 700px;
    height: 630px;
    background: url("../img/alliances.png") no-repeat center center;
    top: 91px;
    z-index: 4;
    right: 50%; }
	  .features-extra .do_business {
    position: absolute;
    width: 916px;
    height: 540px;
    background: url("../img/businesswithDigitonics.png") no-repeat left center;
    top: -50px;
    z-index: 4;
    left: 50%; }
.feature-list p{ padding:0px; line-height:22px;}
.features-extra h3{ text-transform:uppercase;}
.features-extra h4{ text-transform:uppercase; color:#f05123; font-size:18px; margin-bottom:15px;}
.btn-accent{ border:1px solid #666666; color:#666666; padding:12px 42px; font-family: 'montserratbold';}

.strategic_wrap{ text-align:center; background-color:#f9f8f7!important; padding:80px 0px;}
.strategic_wrap h3{ padding-top:101px;}


.strategic_wrap p{ color:#959595; font-size: 14px; line-height: 22px;}

.strategic-slider .avatar{ width:180px; height:50px; margin:0px auto;}
.strategic-slider h2{ font-size:16px; color:#4c4c4c; margin:10px 0px 0px 0px; font-family: 'montserratregular'; line-height:22px;}
.strategic-slider .btn-accent{ margin:0px;}
.strategic-slider .flex-direction-nav a{ top:50%;}
.strategic-slider .flexslider {
    margin: 20px 0 10px 0;
}

.flex-control-nav{ display:none;}

.flex-direction-nav a:before{}


/* ==========================================================================
.testimonial-slider
========================================================================== */
.testimonial-slider { padding:60px 0px 0px 0px;}
  .testimonial-slider .avatar { text-align:center;}
    .testimonial-slider .avatar img { height:23px; width:inherit; display:inline-block;
       }
  .testimonial-slider h2 {
    color: #2c2c2c;
    font-size: 22px;
    font-style: italic;
    margin: 30px 12%; line-height:30px; font-family: 'montserratregular'; }
  .testimonial-slider p {
    color: #959595; padding:0px 20%; font-size:14px; line-height:22px;}
	
	.testimonial-slider span{ display:block; width:37px; height:30px; margin:0px auto; }
	
	  .testimonial-slider p.author { color:#0099cc; padding-top:20px; font-family: 'montserratbold'; font-size:18px;}
	  .testimonial-slider p.author span{ display:block; font-size:14px; color:#c9c9c9; font-family: 'montserratregular'; width:inherit; height:inherit; padding-top:5px;}
	  
.gray_bg{ background-color:#f7f7f7;}
.get_quote, .our_services, .showcase_fold, .services_fold, .contact_form{     
	padding:0px;
	}
	

.get_quote .container, .our_services .container, .showcase_fold .container, .service_fold .container, .contact_form .container{ position:relative;}




.showcase_slider{ float:right; width:320px;}
.showcase_fold h4{ font-size:31px;}


.showcase_slider .btn-accent-line{ font-size:12px; color:#fff; display:inline-block; padding:13px 32px;background-color:transparent;}
.showcase_slider .btn-accent-line:hover{ color:#fff; background-color:#0099cc;}

.btn-accent-line-orange{ font-size:12px; border:1px solid #f05123; color:#f05123; display:inline-block; padding:13px 62px;background-color:transparent;}
.btn-accent-line-orange:hover{ color:#fff; background-color:#f05123;}

.btn-accent-fill{ font-size:12px; color:#fff; display:inline-block; padding:13px 22px; background-color:#f05123; border:1px solid #f05123;}
.btn-accent-fill:hover{ color:#fff; background-color:transparent;}
	
.social_fold{ text-align:center;      text-align: right;
    padding: 250px 50px 0px 102px;
    max-width: 445px;
    float: right;}
	
.showcase_slider .flex-direction-nav {
    position: absolute;
    bottom: -125px;
    left: 0px;
    right: 0px;
}

.showcase_slider .flex-direction-nav .flex-prev {
    left: 40%;
    background-position: -248px -37px;
}
.showcase_slider .flex-direction-nav .flex-next {
    right: 40%;
    background-position: -305px -37px;
}
	
.social_fold a{ display:block; color:#fff; font-size:24px; font-family: 'montserratextra_bold'; margin-bottom:22px; text-align:center; text-transform:uppercase;}
.social_fold a:hover{ color:#0099cc;}

.social_fold .btn-accent{ font-size:12px; display:inline-block; padding:13px 22px;  color:#fff; background-color:transparent; border:1px solid #fff;}
	.social_fold .btn-accent:hover{background-color:#0099cc; color:#fff; border:1px solid #0099cc;}
	
.service_fold .fold_70 {
           width: 260%;
    position: absolute;
    right: 75%;
}

.service_fold .cbp-caption-defaultWrap{ min-width:506px; min-height:320px; padding:15%;}
.service_fold .cbp-caption-defaultWrap .feature-content a{ display:block;}

.service_fold .cbp .cbp-item{ cursor:pointer;}
.service_fold .cbp .cbp-item:hover > h5{ color:#f05123 !important;}

.service_fold .fold_30{    
	background:#161513 url(../img/our_service.jpg) !important;
	    background-repeat: no-repeat;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: top right!important;
}

.whitebox{ background-color:#fff;}
.border_r{border-right:1px solid #eeeded;}
.border_l{ border-left:1px solid #eeeded;}
.border_b{ border-bottom:1px solid #eeeded;}


.service_fold .our_services_fold{ text-align:center;     text-align: center;
    padding: 250px 50px 0px 30px;
    max-width: 405px;
    float: right;}
	

.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background-color: lightgrey;
}

.flex-item {
    background-color: cornflowerblue;
    width: 100%;
    height: 100px;
}



	
	
.our_services_fold{ text-align:center;     text-align: center;
    padding: 250px 52px 0px 85px;
    max-width: 405px;
    float: right;}
.our_services_fold h4{ font-size:26px; color:#fff; text-transform:uppercase;}



.our_services_fold p{ font-size:14px; color:#cfcfce; margin:0px;}
.our_services_fold a.btn-accent{ border:1px solid #fff; background-color:transparent; padding:13px 38px;}
	
	
.our_services_fold a{ display:block; color:#fff; font-size:24px; font-family: 'montserratextra_bold'; margin-bottom:22px; text-align:center; text-transform:uppercase;}
.our_services_fold .btn-accent{ font-size:12px; color:#fff; display:inline-block; padding:13px 22px; background-color:#f05123;}
	.our_services_fold .btn-accent:hover{ color:#fff; background-color:#f05123; border:1px solid #f05123;}
	
.fold_70{padding: 60px 0px 0px 100px;
    position: relative;
    left: 20%;
    width: 80%;}
	
	
.fold_30{    background:#3d3d3d url(../img/quote.jpg);
    background-repeat: no-repeat;
    background-position: right;
    width: 210%;
    position: absolute;
    right: 75%;}
	
	
	
.fold_70, .fold_30{ min-height:729px; float:left;}


section.get_quote .fold_30 {
	right:79%;
}


section.get_quote .fold_70 {
    padding: 60px 0px 0px 100px;
    left: 16%;
    width: 84%;
}

section.contact_us_form .fold_70 {
    padding: 60px 0px 0px 100px;
}

.contact_form{ background-color:#fff;}
contact_us_form a{}

.contact_form .fold_30 {
    width: 210%;
    left: 70%;
	background-color:#f7f7f7;
	background-image:none;
}

.contact_form .fold_70 {
    right: 25%;
	left:inherit;
	float:right;
	padding:60px 100px 0px 0px;
	width:75%;
}

.address_section{ 
	    text-align: left;
    padding: 65px 90px 0px 32px;
    max-width: 445px;
    float: left;}
	
.contact_form .address i, .contact_form .phone i, .contact_form .mail i{ width:50px; height:50px; background-color:#fff; text-align:center; border:1px solid #d6d6d6; color:#bebebe; line-height:50px; float:left; margin-right:30px; position:absolute; left:0px;}


.contact_form .address, .contact_form .phone, .contact_form .mail{ position:relative;}
.contact_form .address strong, .contact_form .phone strong, .contact_form .mail strong{ display:block; color:#2c2c2c; font-family: 'montserratextra_bold'; padding-bottom:7px;}
.contact_form .address p, .contact_form .phone p, .contact_form .mail p{ color:#737373; line-height:18px;    padding-left: 80px; font-family: 'montserratregular';}
.quote_form .clearfix{ max-width:1024px;}


.contact_form .address:hover p > i, .contact_form .phone:hover p > i, .contact_form .mail:hover p > i{ background-color:#0099cc; color:#fff; border:1px solid #0099cc;  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;}
.contact_form .mail a{ color:#737373;}		  
		  



.quote_form h3{ text-transform:uppercase; line-height: 36px;}
.quote_form h3{ margin-bottom:13px;}

.form-control{ border:1px solid #eeeded; height:45px; box-shadow:none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color:#2c2c2c;
font-size:12px;
font-family: 'montserratregular';
}

.form-control:hover, .form-control:focus{ box-shadow:none; border:1px solid #0099cc;}

textarea.form-control{ height:147px; resize:none; padding-top:18px;}
.quote_form a{ background-color:#f7f7f7; color:#f05123; border:1px solid#f05123; padding:12px 59px;}



.our_services .fold_30{    
	background:#161513 url(../img/client_benefits.jpg);
	background-repeat:no-repeat;
    background-position: top right;
}

.our_services .fold_70, .our_services .fold_30 {
    min-height: 700px;
    float: left;
}


.showcase_fold .fold_70, .showcase_fold .fold_30 {
    min-height: 638px;
    float: left;
	height:100%;
}

.showcase_fold .fold_30{    
	background:#161513 url(../img/showcase_home.jpg);
	background-repeat:no-repeat;
    background-position: top right;
	background-size:100% 100%;
}

.showcase_fold .fold_70 {
      padding: 0px;
    left: 25%;
	width:75%;
	right:0px;
    position: relative;
}

.showcase_fold .cbp-l-filters-alignCenter{ margin:0px;}
.showcase_fold  {
    position: relative;
	padding:0px;
}

.video-hero, .video-hero .container, .video-hero .row, .video-hero .col-md-12{ height:100%;}

.d_t{ height:100%; display:table; margin:0px auto;}

.d_c{    vertical-align: middle;
    display: table-cell;}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}

._overlay{ position:absolute; background-color:#000; opacity:0.5; height:100%; width:100%; z-index:1; top:0px;}


/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 15px;
	height:45px;
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}


div.cs-skin-elastic {
	background: transparent;
}

@media screen and (max-width: 30em) {
	div.cs-skin-elastic { font-size: 1em; }
}

.cs-skin-elastic > span {

	z-index: 100;
	border:1px solid #eeeded;
color:#a2a2a2;
background-color:#fff;
    font-family: 'montserratregular';
}

.cs-skin-elastic > span::after {
	font-family: 'FontAwesome';
	content: "\f107";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
	overflow: visible;
	background: transparent;
	opacity: 1;
	visibility: visible;
	pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
	pointer-events: auto;
	
	margin-top:-1px;
overflow:hidden;
border: 1px solid #eeeded;
}




.cs-skin-elastic .cs-options > ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
  	animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
	opacity: 0;
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
}



.cs-skin-elastic.cs-active .cs-options ul li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
  	animation: bounce 0.6s ease-out;
	    border-bottom: 1px solid #eeeded;

}



.cs-skin-elastic.cs-active .cs-options ul li:last-child{
	    border-bottom: none;
	
	}


/* Slick popup custom */


#subscribe_popup h2 {
  font-family: 'Montserrat Bold';
  font-size: 26px;
  color: #404040;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

#subscribe_popup h4{
  font-family: 'montserratlight';
  color: #ccc;
  margin-bottom: 4px;
  font-size: 18px;
  text-transform: uppercase;
}

#subscribe_popup .slick-slide{
  outline: none;
}

#subscribe_popup p {
  font-size: 12px;
    line-height: 16px;
    color: #6c6c6c;
    padding-bottom: 0px;
    padding-top: 6px;
  font-family: 'montserratlight';
}

#subscribe_popup .modal-dialog {
  width: 760px;
  height: 470px;
  margin: 0% auto;
  overflow: hidden;
}

#subscribe_popup .modal{
    overflow:hidden;
}

#subscribe_popup .modal-content{
  border-radius: 0;
}

#subscribe_popup .slider_container{
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 0;
  width: 430px;
  overflow-x: hidden;
}


#subscribe_popup {
    background-color: rgba(0,0,0,0.7);
}

#subscribe_popup .cont_tabl{
    position: fixed;
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 0px 10%;
    height: 100%;
}

#subscribe_popup .cont_cell{
    display: table-cell;
    vertical-align: middle;
}



#subscribe_popup .slider_content{
  padding-top: 90px;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 70px;
  opacity: 1;
  padding-right: 20px;
}

#subscribe_popup .slider_content .fullcol{
  padding-right: 0;
  padding-left: 0;
}

#subscribe_popup .exit{
  font-family: 'montserratlight';
  color: #969696;
  z-index: 20;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 12px;
}

#subscribe_popup .exit:hover{
  color: #f05123;
}

#subscribe_popup .exit:hover:before{
  background-color: #f05123;
}


#subscribe_popup .exist{
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: #7d7d7d;
  display: none;
}

#subscribe_popup .modal_inputs_container div{
  padding-left: 10px;
  padding-right: 10px;
}

#subscribe_popup .modal-body {
    border-radius: 0;
    padding: 0;
    height: 470px;

}

#subscribe_popup input{
  margin-bottom: 20px;
  border-radius: 0px;
}

#subscribe_popup input[type=text],
#subscribe_popup input[type=email]{
  border: 1px solid #eeeded;
    height: 45px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #2c2c2c;
    font-size: 12px;
    font-family: 'montserratregular';
}

#subscribe_popup input[type=text]:hover,
#subscribe_popup input[type=email]:hover,
#subscribe_popup input[type=text]:focus,
#subscribe_popup input[type=email]:focus{
  border-color:  #f05123;
}

#subscribe_popup input[type=submit]{
  font-family: 'montserrat regular';
  font-size: 13px;
  width: 170px;
  font-weight: 600;
  height: 44px;
  color: #f05123;
  padding: 12px 42px;
  border-radius: 0px;
  border: 1px solid #f05123;
  background-color: transparent;
  color: #f05123;
  transition: 300ms all ease-in-out;
  -webkit-transition:300ms all ease-in-out;
}

#subscribe_popup input[type=submit]:hover{
  background-color: #f05123;
  color: #ffffff;
}

#subscribe_popup .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}

#subscribe_popup .slick-dots li button:before {
    color: #e8e8e8;
}

#subscribe_popup .slick-dots{
    position: absolute;
    bottom: 24px;
    width: 430px;
}
#subscribe_popup .slick-dots li{
  width: 5px;
}

#subscribe_popup .slick-dotted.slick-slider{
  margin-bottom: 0;
}

div#subscribe_popup {
  overflow: hidden;
  padding-right: 0 !important;
}


@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat regular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratextra_bold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Montserrat Black';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratultra_light';
    src: url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */


.cs-skin-elastic .cs-options span {color: #acacac;}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
	color: #0099cc;
}

.cs-skin-elastic .cs-options .cs-selected span {
	color: #0099cc;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
	content: '';
}


@-webkit-keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1) }
	100% { -webkit-transform: scale3d(1,1,1); }
}

@keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
	100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}


@-webkit-keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}

.cs-select.cs-skin-elastic.cs-active span.cs-placeholder{	
	}


/* ==========================================================================
bottom footer
========================================================================== */
.copright {
	padding:15px;
  background-color: #f7f6f5; }
  
  .copright p{ padding:4px 0px 0px 0px; margin:0px; font-size:11px; color:#aaaaaa; font-family: 'montserratregular'; font-weight:600;}
  .copright p a{ color:#aaaaaa;}
  .copright p a:hover{ color:#f05123;}
.footer-links{}
.footer-links ul.footer-group{ margin:0px; padding:4px; border:none;  font-family: 'montserratregular'; text-align:right; }
.footer-links ul.footer-group li{}
.footer-links ul.footer-group li a{color:#aaaaaa;text-transform:none; font-size:11px;border-right:1px solid #aaaaaa; font-weight:600;}
.footer-links ul.footer-group li:last-child a{ border:none;}
 

/* ==========================================================================
Footer
========================================================================== */
.sub-footer{ padding:20px 0px 0px; }
.sub-footer p{ color:#6c6c6c; margin:0px 0px 20px 0px; padding:0px; line-height:18px; font-size:12px;}
.footer-logo{width:129px; margin-bottom:38px;}


.footer-logo img{ max-width:100%;}

.sub-footer .phone p, .sub-footer .address p, .sub-footer .mail p, .sub-footer .mail a{ display:inline-block; padding-left:10px; margin:0px 0px 5px 0px; font-size:12px;}

.sub-footer .mail a{ color:#6c6c6c;}
.sub-footer .mail a:hover{ color:#fff;}



.sub-footer .phone i, .sub-footer .address i, .sub-footer .mail i{    color: #6c6c6c;
    vertical-align: super;
    display: inline-block;
    font-size: 15px;}
	
	
.sub-footer .phone:hover > i, .sub-footer .address:hover > i, .sub-footer .mail:hover > i{ color:#fff;}

	
	
.sub-footer .phone i, .sub-footer .mail i{   
        vertical-align: baseline;
    }
.sub-footer .mail i { margin-left:-1px;
}
.sub-footer .phone{ width:38%; display: inline-block;}

.sub-footer .address {
    width: 32.3333333333%;
    display: inline-block;
	padding-left:15px;
	    margin-top: 12px;
		vertical-align:top;
}
.sub-footer .address i{margin-left: -12px;
    vertical-align: bottom;
    margin-right: 1px;}
.sub-footer .address h4{margin: 0px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
    font-family: 'montserratregular';}



.sub-footer .mail{ padding-right:10px;display: inline-block; }
.sub-footer ul{}
.sub-footer ul li{ color:#6c6c6c; font-weight:300; font-family: 'montserratregular'; font-size:12px; padding-bottom:5px; }
.sub-footer ul li a{ color:#6c6c6c; display:block;}
.sub-footer ul li a:hover{ color:#fff;}

.sub-footer ul li.title{ margin-bottom:15px; color:#fff; font-family: 'montserratregular';}

.scriptcontainer {
display:none;
}


.recent-post{}
ul.recent-post li a{ padding-bottom:10px;}
.post-title{ color: #c3c3c3;
    display: block;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;}
.post-thumb{ float:left;     padding-right: 10px;}

.sub-footer ul li.newsletter{}

.exist{
    display:none;
}

.sub-footer ul li.newsletter .subscribe{height:40px; 
position:relative; margin-top:10px;}

.sub-footer ul li.newsletter .subscribe input[type="text"] {        height: 40px;
    width: 262px;
    padding: 10px 20px;
    outline: none;
     background-color:#3c3c3c; 

    border: none;}


.sub-footer ul li.newsletter .subscribe button { border: 1px solid #666666;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    background-color: #666666;
    font-family: 'montserratbold';
    font-size: 12px;
    color: #fff;
    outline: none;
    line-height: 40px;
    padding: 0px 30px;
    border-left: 1px solid #666666;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}

.sub-footer ul li.newsletter .subscribe button:hover {
background-color: #0099cc; border:1px solid #0099cc!important;}


.footer_social{ margin-top:18px;
	
	}
	
.footer_social a{ margin-right:17px; background-color:#272727; border:1px solid #3c3c3c; width:40px; height:40px; display:inline-block; color:#3c3c3c; text-align:center; line-height:40px;}
.footer_social a:hover{background-color:#0099cc; color:#fff;}


footer {
  background-color: #272727;
  position: relative; }
  footer p {
    color: #ACB1B4;
    font-size: 13px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #f05123; }
  footer ul.footer-group {
    border-top: solid 1px #4E566C;
    padding-top: 25px;
    margin-bottom: 45px; }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    font-size: 13px;
    text-transform: uppercase; }
  footer ul.footer-group li a:hover {
    color: #0099cc; }
  footer ul.footer-group li a {
    padding: 0px 10px 0px 5px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
.thankyou{ text-align:center; padding:35px;}
	  .thankyou a{ color:#0099cc; border:1px solid #0099cc; padding:15px 20px; font-size:12px;}
      .thankyou h2{ font-size:24px; color:#2c2c2c; font-family: 'montserratextra_bold';}
	  
.thankyou .footer_social a{    width: 40px;
    height: 40px;
    font-size: 12px;
    padding: 0px;
    background-color: #fff;
}
.thankyou .footer_social a:hover{ background-color:#0099cc;}

.thankyou .footer_social {
    margin-top: 0px;
}

.thankyou .footer_social p{    margin-top: 0px;
    border-top: 1px solid #ededed;
    color: #4c4c4c;
    padding-top: 25px;
    margin: 0px;
    padding-bottom: 10px;}


.text-right2{ text-align: right;
}






/* popup subscription modal  */

body#top.modal-open,
#subscribe_modal{
    padding-right:0px !important;
}

#subscribe_modal h2 {
  font-family: 'Montserrat Black';
  font-size: 36px;
  padding-bottom: 12px;
}

#subscribe_modal h5 {
  font-family: 'Montserrat Light';
  font-size: 14px;
    color: #4c4c4c;
    padding-bottom: 20px;
}

#subscribe_modal .btn-close{
    position: absolute;
    height: 20px;
    width: 40px;
    font-family: 'Montserrat Light';
    right: 6px;
    top: 26px;
    padding: 0px 14px;
    font-size: 20px;
    cursor: pointer;
    background: url(../img/cross.svg) no-repeat;
    background-size: contain;
    z-index: 20;
    opacity: 0.5;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

#subscribe_modal .btn-close:hover{
  opacity: 1;
}

#subscribe_modal .exist{
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: #7d7d7d;
  display: none;
}

#subscribe_modal .modal_inputs_container div{
  padding-left: 10px;
  padding-right: 10px;
}

#subscribe_modal .modal-body {
    background-color: #f7f7f7;
    padding: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#subscribe_modal input{
  margin-bottom: 20px;
  border-radius: 0px;
}

#subscribe_modal input[type=text],
#subscribe_modal input[type=email]{
  border: 1px solid #eeeded;
    height: 45px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #2c2c2c;
    font-size: 12px;
    font-family: 'montserratregular';
}

#subscribe_modal input[type=submit]{
  font-family: 'montserratbold';
  border: 1px solid #f05123;
  width: 175px;
  height: 44px;
  color: #f05123;
  padding: 12px 42px;
  border-radius: 0px;
  background-color: transparent;
  transition: 300ms all ease-in-out;
  -webkit-transition:300ms all ease-in-out;
}

#subscribe_modal input[type=submit]:hover{
  background-color: #f05123;
  color: #ffffff;
}
















  
/* ==========================================================================
font in title and pargraphs
========================================================================== */

@font-face {
    font-family: 'montserratextra_bold';
    src: url('../fonts/folklore-webfont.woff2') format('woff2'),
         url('../fonts/folklore-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fontawesomeregular';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratextra_bold';
    src: url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserrathairline';
    src: url('../fonts/montserrat-hairline-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratultra_light';
    src: url('../fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@media only screen and (min-width:768px) and (max-width:1200px) {.do_business, .strategicA{ display:none;}

.sub-footer ul li.newsletter .subscribe input[type="text"] {
    width: 86%;
}


.features-extra .feature-list{ text-align:center;}

.partner_ship .feature-list{ text-align:center;}

}

@media only screen and (min-width:0px) and (max-width:1024px) {

.hero_career_details {padding-top: 16%; text-align: left;}
.hero_career_details .hero-content h1 a {float: right; margin-bottom: 20px;}
.sub-footer ul li.newsletter .subscribe input[type="text"] {
    width: 86%;
}

#subscribe_popup .modal-body, #subscribe_popup .modal-dialog { height: 360px; }

#subscribe_popup .cont_tabl {
    padding: 0px 0px;
}

#subscribe_popup .slider_container{
  display:none !important;
}

#subscribe_popup .slider_content { width: 100%; text-align:center;}
#subscribe_popup .slider_content { padding: 50px 45px !important; height: 390px; }

.partner_ship .feature-list{ text-align:center;}
.sub-hero.our_work_hero img{ max-width:200px;}
.sub-hero.our_work_hero{ padding-top:16%;}
.img-1 {left: -65px;}
.img-2 {left: -2px;}
.img-3 {left: 75px;}
.half_bg {height: 560px;}
	
	.hero h1 { text-indent: 0px; font-size: 44px;}
.hero p.intro{ padding:0px 20px;}
.hero .hero-content .btn-accent { margin-top: 20px;}
.hero {min-height: inherit; padding-bottom: 40px;}
.features-extra .do_business { top: -50px;}
.section-padding {padding: 25px 15px;}
.fold_30 {width: 100%; position: relative; right: 0px; min-height:inherit;}
.showcase_fold .fold_70, .showcase_fold .fold_30 {min-height: inherit;}
.service_fold .fold_30 { background-size: cover!important;}
.service_fold .our_services_fold { padding: 60px; width: 100%; float: none; max-width: 100%;}
.showcase_slider {float: none; width: 100%;}
.showcase_fold .fold_70 {left: 0px; width: 100%; right: 0px;}
.service_fold .cbp-caption-defaultWrap { min-width: inherit; min-height: inherit; padding: 5%;}
.strategic_wrap { min-height: inherit; padding: 25px 15px;}

.features-extra .strategicA { width: 500px; height: 380px; top: 11px; background-size: contain;}

.strategic_wrap h3 { padding-top: 0px; margin-top: 0px;}
.our_services_fold {padding: 60px 60px 15px 60px; max-width: 100%; float: none;}
section.get_quote .fold_30 {right: 0px;}
.social_fold {padding: 50px 60px 15px 60px; max-width: 100%; text-align: center; float: none;}

section.get_quote .fold_70 { padding: 20px 15px 0px 15px; left: 0px; width: 100%;}
h3{ font-size:32px;}
.border_b {border-bottom: none;}
.border_r { border-right: none;}
.whitebox {background-color: transparent;}
.body_content {padding-top: 0px;}
.benefits_section{ background-image:none;}
.what_we_do .cbp-caption-defaultWrap { min-height: inherit;}
.what_we_do .no_img_m{ display:none;}
.placer_left { padding-left: 42px;}
.what_we_do .placer{ position:relative;}
.hero_what_we_do, .hero_company{padding-top:15%;}
.contact_form .fold_70 { right: 0%; left: 0%; padding: 60px 0px 0px 0px; width: 100%; position:relative;}
.contact_form .fold_30 { width: 100%; left: 0%; right:0%; position:relative; min-height:inherit; }
.contact_form .fold_70 {padding: 25px 15px 25px 15px;}
.address_section { padding: 25px 15px 25px 15px;}
header{ padding:20px !important; width:100%;}
.navicon { right: 20px; top: 30px!important;}
.dropmnu_logo {left: 20px;}
.secondary-nav-wrap{ display: none;}
.copright p{ text-align:center;}
.footer-links ul.footer-group{ text-align:center;}
.hero .hero-content {padding-top: 15%;}
.sub-footer .phone {
    width: 50%;
}h1{ font-size:34px;}
	
	}
@media only screen and (min-width:481px) and (max-width:766px) {
  .apply-now, .text-right2{ text-align: center; }
.text-right2{ margin-top: 10px; }
.hero_career_details {padding-top: 35%; text-align: center;}
.hero_career_details .hero-content h1 a {float: none; margin-bottom: 20px;}
span#typed {
    white-space: inherit!important;
}

#subscribe_popup .slider_container { display:none !important; }
#subscribe_popup .modal-dialog { width: auto; }
#subscribe_popup .slider_content { padding: 76px 36px !important; width: 100%; text-align:center; }

.partner_ship .feature-list{ text-align:center;}
	.half_bg {height: 300px;}
.sub-hero.our_work_hero img{ max-width:100px;}
.sub-hero.our_work_hero{ padding-top:16%;}
.img-1 {left: -35px;}
.img-2 {left: -2px;}
.img-3 {left: 45px;}
.hero h1 { text-indent: 0px; font-size: 44px;}
.hero p.intro{ padding:0px 20px;}
.hero .hero-content .btn-accent { margin-top: 20px;}
.hero {min-height: inherit; padding-bottom: 40px;}
.features-extra .do_business{ display: none;}
.section-padding {padding: 25px 15px;}
.fold_30 {width: 100%; position: relative; right: 0px; min-height:inherit;}
.showcase_fold .fold_70, .showcase_fold .fold_30 {min-height: inherit;}
.service_fold .fold_30 { background-size: cover!important;}
.service_fold .our_services_fold { padding: 60px; width: 100%; float: none; max-width: 100%;}
.showcase_slider {float: none; width: 100%;}
.showcase_fold .fold_70 {left: 0px; width: 100%; right: 0px;}
.service_fold .cbp-caption-defaultWrap { min-width: inherit; min-height: inherit; padding: 5%;}
.strategic_wrap { min-height: inherit; padding: 25px 15px;}
.features-extra .strategicA{ display:none;}
.strategic_wrap h3 { padding-top: 0px; margin-top: 0px;}
.our_services_fold {padding: 60px 60px 15px 60px; max-width: 100%; float: none;}
section.get_quote .fold_30 {right: 0px;}
.social_fold {padding: 50px 60px 15px 60px; max-width: 100%; text-align: center; float: none;}

section.get_quote .fold_70 { padding: 20px 15px 0px 15px; left: 0px; width: 100%;}
h3{ font-size:32px;}
.border_b {border-bottom: none;}
.border_r { border-right: none;}
.whitebox {background-color: transparent;}
.body_content {padding-top: 0px;}
.benefits_section{ background-image:none;}
.what_we_do .cbp-caption-defaultWrap { min-height: inherit;}
.what_we_do .no_img_m{ display:none;}
.placer_left { padding-left: 42px;}
.what_we_do .placer{ position:relative;}
.hero_what_we_do, .hero_company{padding-top:15%;}
.contact_form .fold_70 { right: 0%; left: 0%; padding: 60px 0px 0px 0px; width: 100%; position:relative;}
.contact_form .fold_30 { width: 100%; left: 0%; right:0%; position:relative; min-height:inherit; }
.contact_form .fold_70 {padding: 25px 15px 25px 15px;}
.address_section { padding: 25px 15px 25px 15px;}
header{ padding:20px !important; width:100%;}
.navicon { right: 20px; top: 30px!important;}
.dropmnu_logo {left: 20px;}
.secondary-nav-wrap{ display: none;}
.copright p{ text-align:center;}
.footer-links ul.footer-group{ text-align:center;}	
.sub-footer .phone {
    width: 50%;
}

h1{ font-size:34px;}
	
}

@media only screen and (min-width:0px) and (max-width:480px) {
    .apply-now, .text-right2{ text-align: center; }
.text-right2{ margin-top: 10px; }
.sub-footer ul li.title {
    margin-bottom: 15px;
}

#subscribe_popup .slider_container{
  display:none !important;
}
#subscribe_popup .modal-dialog { width: auto; }
#subscribe_popup .slider_content { padding: 26px 20px !important; width: 100%; text-align:center; height:380px; }



span#typed {
    white-space: inherit!important;
}
.half_bg {height: 300px;}
.partner_ship .feature-list{ text-align:center;}
.sub-hero.our_work_hero img{ max-width:100px;}
.sub-hero.our_work_hero{ padding-top:30%;}
.img-1 {left: -35px;}
.img-2 {left: -2px;}
.img-3 {left: 45px;}

.hero h1 { text-indent: 0px; font-size: 44px;}
.hero p.intro{ padding:0px 20px;}
.hero .hero-content .btn-accent { margin-top: 20px;}
.hero {min-height: inherit; padding-bottom: 40px;}
.features-extra .do_business{ display: none;}
.section-padding {padding: 25px 15px;}
.fold_30 {width: 100%; position: relative; right: 0px; min-height:inherit;}
.showcase_fold .fold_70, .showcase_fold .fold_30 {min-height: inherit;}
.service_fold .fold_30 { background-size: cover!important;}
.service_fold .our_services_fold { padding: 110px 30px 60px 30px;}
.showcase_fold .fold_70 {left: 0px; width: 100%; right: 0px;}
.service_fold .cbp-caption-defaultWrap { min-width: inherit; min-height: inherit; padding: 5%;}
.strategic_wrap { min-height: inherit; padding: 25px 15px;}
.features-extra .strategicA{ display:none;}
.strategic_wrap h3 { padding-top: 0px; margin-top: 0px;}
.our_services_fold { padding: 110px 30px 60px 30px;}
section.get_quote .fold_30 {right: 0px;}
.social_fold { padding: 60px 30px 40px 30px;}
section.get_quote .fold_70 { padding: 20px 15px 0px 15px; left: 0px; width: 100%;}
h3{ font-size:32px;}
.border_b {border-bottom: none;}
.border_r { border-right: none;}
.whitebox {background-color: transparent;}
.body_content {padding-top: 0px;}
.benefits_section{ background-image:none;}
.what_we_do .cbp-caption-defaultWrap { min-height: inherit;}
.what_we_do .no_img_m{ display:none;}
.placer_left { padding-left: 42px;}
.what_we_do .placer{ position:relative;}
.hero_what_we_do, .hero_company{padding-top:15%;}
.contact_form .fold_70 { right: 0%; left: 0%; padding: 60px 0px 0px 0px; width: 100%; position:relative;}
.contact_form .fold_30 { width: 100%; left: 0%; right:0%; position:relative; min-height:inherit; }
.contact_form .fold_70 {padding: 25px 15px 25px 15px;}
.address_section { padding: 25px 15px 25px 15px;}
header{ padding:20px !important; width:100%;}
.navicon { right: 20px; top: 30px!important;}
.dropmnu_logo {left: 20px;}
.secondary-nav-wrap{ display: none;}
.copright p{ text-align:center;}
.footer-links ul.footer-group{ text-align:center;}

.hero_career_details {padding-top: 35%; text-align: center;}
.hero_career_details .hero-content h1 a {float: none; margin-bottom: 20px;}
.apply-now{ text-align: center; }

}

@media only screen and (min-width:0px) and (max-width:320px) {
.sub-footer .mail { display: block;}
.sub-footer .address { width: 100%;}
#subscribe_popup .slider_container{ display:none !important; }
#subscribe_popup .modal-dialog { width: auto; }
#subscribe_popup .slider_content { padding: 26px 20px  !important; }
	}