@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


body {font-family: 'Poppins', sans-serif; color: #2f2f2f; line-height: 30px; font-size: 16px; overflow-x:hidden; background: #fff; position: relative;}
ul, ol { margin:0; padding:0; } 
a, button  { -moz-transition:all 500ms ease-in-out; -ms-transition:all 500ms ease-in-out; -o-transition:all 500ms ease-in-out; -webkit-transition:all 500ms ease-in-out; text-decoration: none !important;}
a, a:focus, a:hover, a:active, input:focus, select:focus, button:focus{ outline:0}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif; } 

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jkbtqg');
  src:  url('../fonts/icomoon.eot?jkbtqg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jkbtqg') format('truetype'),
    url('../fonts/icomoon.woff?jkbtqg') format('woff'),
    url('../fonts/icomoon.svg?jkbtqg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plane:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-facebook-placeholder-for-locate-places-on-maps:before {
  content: "\e902";
}
.icon-long-arrow-pointing-to-left:before {
  content: "\e903";
}
.icon-arrow:before {
  content: "\e904";
}
.icon-facebook-logo-button:before {
  content: "\e905";
}
.icon-twitter-logo-button:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-linkedin-logo-button:before {
  content: "\e908";
}
.icon-dribbble-logo:before {
  content: "\e909";
}

/*.navbar { position: absolute; }*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    margin: 15px 0 0;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #f58c1f;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #f58c1f;
    background-color: transparent;
}

.navbar-brand { height:auto; padding:0px; z-index: 99; position: relative;  }

.navbar-wrapper {
    margin-top:0px;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.top-section {
    border-bottom: 1px solid rgba(225,225,225,.5);
    padding:5px 0 0; 
}
.top-section a {
    color: #fff;
    font-size: 13px;
}
.top-section a:hover {
    color:#f58c1f;
}

.social-icon { float: right;}
.social-icon ul { margin:5px 0 0; padding:0px; }
.social-icon li { display: inline-block; list-style-type: none; }
.social-icon a { color: #fff; }

.social-icon span { font-size:24px;  }
.social-icon span:hover { color:#f58c1f; }

/*#myCarousel::before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(3, 13, 38, 0.8);
}*/


#myCarousel .carousel-caption { top: 35%;}
/*#myCarousel .carousel-caption h1 { line-height: 52px !important;  }*/

#myCarousel .carousel-caption h2 {
    font-size:24px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0;
}
#myCarousel .carousel-caption h1 {
    font-size:36px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 52px !important;
    font-weight: 700;
    margin: 0px;

}
#myCarousel .carousel-caption h1 span {
    font-weight: 700;
    color:#f58c1f;
}

.slider-overlap-section {
    padding:60px 45px 60px !important;
    background-color: #ffffff !important;
    margin-top: -85px;
    position:relative;
    /* width: 100%; */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 24px 0px;
    margin-bottom: 70px;
    position: relative;
    z-index:1;
} 

.slider-overlap-section h3 {
 	width: 65%; 
 	text-align: center; 
 	font-size: 24px;
 	margin: 0 auto;
 	line-height: 36px;
 }
.slider-overlap-section h3 span {
    font-size: 16px;
    display: block;
}
.service-btn {
    padding:8px 36px;
    border-radius: 5px;
    color: #ffffff;
    border-color: #f58c1f;
    background-color: #f58c1f;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0em;
    margin: 15px 0;
    display: inline-block;
}

.img-blk h4 { text-align: center; margin:15px 0 0; font-size: 16px;  }

 .img-blk {
    box-shadow: 0 18px 40px -18px rgba(51,51,51,.1);
    padding: 20px 2px 35px;
}  

#about { padding: 80px 0; background: #f5f3f0; }

.about-content h3 {
    color:#333333;
    font-size:48px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;

}
.about-content small {
 	color:#040404;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
 }

 .about-content p {
    color: #000;
    font-weight: 500;
    text-align: justify;
    font-size: 14px;
}

.about-img {
    background-image: url(../images/about-img.jpg);
    background-size: cover;
    min-height: 400px;
    text-align: center;
    position: relative;
    padding: 5px;
    border-radius: 2px;
}

.inner {
    border: 5px solid #fff;
    position: relative;
    border-radius: 2px;
}

.about-img .inner .sort-text {
    margin: 6px;
    padding: 25px;
    background: #fff;
    border-radius: 2px;
}

.sort-text {
	font-size: 15px;
    line-height: 28px;
}   

.img-center { text-align: center; display: inline-block; }

#services { padding: 80px 0; }

#services h3 {
    color:#333333;
    font-size:48px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
   /* border-left: 4px solid;
    padding-left: 15px;*/

}
#services small {
 	color:#040404;
    text-transform: uppercase;
    display:block;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
 }

 .servic-blk { text-align: center; }

 .servic-blk img { margin-bottom:20px;  }

 .servic-blk {
 	box-shadow: 0 0px 25px rgba(51,51,51,.1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 20px;
    margin: 15px 0;
    -webkit-transition: all 500ms ease-in-out;
  }

  .servic-blk:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 8px solid #f58c1f;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.servic-blk.vacancy {
    box-shadow: 0 0px 25px rgba(51,51,51,.1);
    background: #fff;
    border-radius: 5px;
    padding:25px 25px;
    margin: 15px 0;
    -webkit-transition: all 500ms ease-in-out;
    text-align: left;
    min-height: 310px;
}

.servic-blk.vacancy a {
    font-size: 14px;
    font-weight: 500;
    color: #f58c1f;
    padding-bottom: 4px;
   
}

  .servic-blk.vacancy p { border-bottom: 1px dashed #eee; margin-bottom:8px; padding:8px; }

.servic-blk.vacancy h2 { font-weight: 600; color:#065f8e; }
.servic-blk.vacancy span { color:#065f8e; }

.servic-blk.vacancy .service-btn { margin: 0px; padding:5px 12px  }

  .servic-blk h2 {
  	font-size:20px;
    font-weight: 500;
    line-height: 1.25;
    margin:0 0 10px;
 }

 .servic-blk p {
    font-size: 14px;
    line-height: 26px;
    color:#000000;
    font-weight: normal;
}


#parllax-bg {
    width: 100%;
    float: left;
    background: url(../images/parllax-img.jpg) no-repeat left top;
    background-attachment: fixed;
    padding:100px 0 180px 5%;
    background-size:cover;
    font-size: 18px;

 }

 #parllax-bg h4 {
    font-size:60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-align: center;
    line-height: 28px;
}

#new-blog { padding:80px 0;  }

#new-blog h3 { 
	color:#333333;
    font-size:48px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; 
    text-align: center;
    /*height: 70px;*/
    overflow: hidden;
    /*border-left: 4px solid;
    padding-left: 15px;*/
}

#new-blog small {
    color:#040404;
    text-transform: uppercase;
    display:block;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    margin-bottom:25px; 
}

.blog-list { margin:0px; padding:0px; }
.blog-list li { display: block; list-style-type:none;  border-bottom: 1px dashed #eee;
    padding: 10px 0; color: #000;  }
.blog-list li span { font-size: 13px; color:#696969; }

.blog-list a { position: relative; display: inline-block; } 
/*.blog-list a:before {
    content: "\e901";
    position: absolute;
    top: 4px;
    left: -30px;
    color: #000;
}

.blog-list a:before, .blog-list a:after {
    content: "\e901";
    position: absolute;
    top: 4px;
    left: -30px;
}*/

.blog-img img { border-radius: 5px; margin-bottom: 20px; }
.post-date { font-size: 14px; color: #696969; margin-bottom:10px;   }
.blog-info h3.blog-title { font-size: 24px !important; color:#333333 !important;
    line-height: 1.5;
        border-left: none !important;
    padding-left: 0px !important;
    height: 70px;
    overflow: hidden;
    text-align: left !important;
}
.blog-info p { margin-top:10px; color: #696969;  }
.blog-info a { 
	font-size: 14px;
    font-weight: 500;
    color: #f58c1f; 
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

#crime { background:#f5f3f0; padding: 80px 0; }
#crime h3 {
    color: #e3e3e3;
    font-size: 68px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pad-0 { padding:0px;  }
.bg-color-blk1 { 
	padding:30px 25px; 
	border:1px solid rgba(225,225,225,.1); 
	transition: all .3s;
   	border-radius: 0; 
   	text-align: center;
   	min-height: 360px;
    height: 360px;
}
.bg-color-blk1 p { color: #fff; font-weight: normal; font-size:15px; height: 125px;
    overflow: hidden; }
.bg-color-blk1 a {
    font-size: 14px;
    font-weight: 500;
    color:#f58c1f;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

.about-content a {
    font-size: 14px;
    font-weight: 500;
    color: #f58c1f;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}

.inner-page a {
    font-size: 14px;
    font-weight: 500;
    color: #f58c1f;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
} 

/*.light-bg {  
}

.light-dark-bg { background:#ebecf1 }

.dark-bg { background: #e4e5ea; }*/

.bg-color-blk1 h4 {
    font-size: 24px !important;
    color: #fff !important;
    height: 60px;
    overflow: hidden;
}

#client {
    width: 100%;
    float: left;
    background: url(../images/client-bg.jpg) no-repeat left top;
    background-attachment: fixed;
    padding:100px 0 100px 5%;
    background-size:cover;
    font-size: 18px;

 }

#client h4 {
    font-size:60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-align: center;
}

.client-review-blk {
    border:1px solid rgba(225,225,225,.1);
    padding:60px 30px 30px;
    margin: 25px 10px;
    margin: 70px 10px;
    position: relative;

}

.client-img {
    background: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    position: absolute;
    top: -51px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.client-img img { border-radius:50px; border:5px solid #e5e5e5;  }

#client p { margin: 0 auto; text-align: center; width: 65%; color: #fff; font-size: 15px; line-height: 24px; }

#client .flexslider { margin-top:25px;  }

.client-review-blk p { color: #fff !important; width: auto !important; line-height: 30px !important; }

#client .flexslider { background: transparent; border:none;  }

.client-name { margin-top: 25px !important; color:#f58c1f !important; text-align: center;
	    padding-top:14px;  border-top: 1px solid rgba(225,225,225,.5);
 }

#client .flexslider.carousel { height:auto; }

#client .flex-control-paging li a { background:#fff !important; }

#client .flex-control-paging li a.flex-active { background:rgba(245, 140, 31, 0.9) !important;  }

#ourclients { padding:80px 0;  }

#ourclients h3 {
    color:#333333;
    font-size:48px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
   /* height: 70px;*/
    overflow: hidden;
    text-align: center;
    /*border-left: 4px solid;
    padding-left: 15px;*/
}

#ourclients .owl-carousel .owl-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
#ourclients .owl-carousel .owl-item:hover img {
    opacity: 1;
}

#ourclients .owl-carousel .owl-item img { width: auto; }

#ourclients .owl-carousel { margin-top: 60px; }
#ourclients .owl-nav { display: none;}

footer {
    width: 100%;
    float: left;
    background: url(../images/footer-bg.jpg) no-repeat left bottom #10100e;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 70px 0 5px 0;
    color: #babab9;
}

.fot-link h4 { 
	 text-transform: uppercase;
    border-left: 4px solid;
    padding-left: 15px;
    color: #fff;
    font-size:22px;
 }
.inline-social-media { text-align: center; }
.inline-social-media ul { margin:0px; padding:0px;   }
.inline-social-media li { display:inline-block; color: #fff; padding:8px 0;  list-style-type: none;  }
.inline-social-media a { color: #fff; font-size:16px; margin-left:10px;   }
.inline-social-media img { float: left; margin:2px 11px 0 0; }

 .fot-link ul { margin:0px; padding:0px;   }
 .fot-link li { display: block; color: #fff; padding:8px 0;  list-style-type: none; border-bottom:1px dashed rgba(225,225,225,.1);  }
.fot-link a { color: #fff; font-size:16px; margin-left:10px;   }
.fot-link img {
    float: left;
    margin:2px 11px 0 0;
}
.fot-link .hi-icon-wrap span {
    margin-right: 15px;
    vertical-align: middle;
}
.fot-link a:hover { color:#f58c1f;}
.fot-link span { font-size: 11px; }
.fot-link.contct-details span { font-size:16px; }
 .fot-link li:last-child { border-bottom: none; }
 .border_line {
    width: 100%;
    height: 1px;
    background: #333;
    /*margin-top: 30px;*/
}
.copyright a {
    color:#f58c1f;
}
.copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

/*drop down*/

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top:3px solid #f58c1f; 
    background: #030d26;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  border-bottom:1px dashed rgba(225,225,225,.2);
}

.mega-dropdown-menu > li > ul > li:last-child { border-bottom:none;  }

.dropdown-menu.mega-dropdown-menu li span {
    font-size: 10px;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
  font-size: 15px;
  color: #fff;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color:#f58c1f;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}


/*drop down*/



 .hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    color:#f58c1f;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background:#f58c1f;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#01040f;
    border-radius:4px; 
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#inner-page { padding: 80px 0; }

#inner-page .about-img {
    float: left;
    margin-right: 20px;
    min-height:345px;
}

#inner-page .about-img .inner .sort-text { padding: 10px; }

#inner-page h3 { font-size:36px; margin:0px 0 10px; }

.contact-page {
    background: #030d26 !important;
    padding: 20px;
}
.contact-page h4 { color:#f58c1f; }
.contact-page ul {
    margin: 0px;
    padding: 0px;
}
.contact-page li {
    display: block !important;
    color: #fff !important;
    padding: 8px 0 !important;
    list-style-type: none;
    border-bottom: 1px dashed rgba(225,225,225,.1) !important;
    background: transparent !important;
    border-left: none !important;
}
.contact-page li:last-child { border-bottom: none !important; }
.contact-page span {
    font-size: 16px;
}
.contact-page a {
    color: #fff !important;
    font-size:14px !important;
    font-weight: normal !important;
}

.contact-page ul li a:hover {
    background:transparent !important;
}

.contact-page small {
    display: block;
    font-size: 15px;
    color:#f58c1f;
}

.form-bg { background:#f5f3f0; padding:20px 20px 0;  }
.form-control { height:43px; border-radius: 0px; border:1px solid #e5e5e5;  }

.contact-form label { font-weight: normal; font-size:14px; font-weight: 500; margin-bottom: 0px; }

.send-button {
    padding:6px 15px;
    border-radius: 5px;
    color: #ffffff;
    border-color: #f58c1f;
    background-color: #f58c1f;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0em;
    display: inline-block;
    margin-top:20px;
} 


/*---*/
/* Flexible Container
/*---*/
.Flexible-container {position: relative; padding-bottom:25%; height: 0; overflow: hidden; border: none; margin-bottom:0;}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {position: absolute; width: 100%; top: 0; border: none; left: 0; width: 100%; height: 100%;}
.Flexible-container1 {position: relative; padding-bottom: 20%; height: 0; overflow: hidden; border: none; margin-bottom:0;}
.Flexible-container1 iframe, .Flexible-container1 object, .Flexible-container1 embed {position: absolute; width: 100%;  border: none; top: 0; left: 0; width: 100%; height: 100%;}

.Flexible-container2 {position: relative; padding-bottom: 70%; height: 0; overflow: hidden; border: none; margin-bottom:0;}
.Flexible-container2 iframe, .Flexible-container1 object, .Flexible-container1 embed {position: absolute; width: 100%;  border: none; top: 0; left: 0; width: 100%; height: 100%;}
/*---*/
/* Flexible Container
/*---*/


/*styles of service page nav-tabs*/

.nav-sidebar {
    height: 675px;
    overflow-y: scroll;
}

.special .nav-sidebar {
    height: 440px;
    overflow-y: scroll;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#f58c1f;
    
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#inner-page ul li a:hover {
    background:#f58c1f;
}

.tab-content a { color: #414141; }


/*social icon*/

/*social icon*/


#inner-page { padding: 80px 0; }


@media only screen and (max-width:320px) {
.slider-overlap-section { padding: 25px 15px 25px !important; }
.slider-overlap-section h3 { width: auto; font-size: 20px; line-height: 29px; }
.img-blk h4 { font-size: 14px; }
#about { padding:40px 0; background: #f5f3f0; }
.about-content h3 { font-size: 30px; margin-top: 0px; }
#services { padding:40px 0; }
#services h3 { font-size: 30px; }
.servic-blk { padding:25px 10px;  }
.servic-blk h2 { font-size: 16px; font-weight: 600; }
#parllax-bg { padding: 40px 0 60px 0%;  }
#parllax-bg h4 { font-size: 24px; }
#new-blog h3 { font-size:30px; }
#new-blog { padding:40px 0;}
.blog-list a { font-size: 14px; line-height: 24px;}
#new-blog small { margin-bottom:0px;  }
.blog-info h3.blog-title { padding-top: 15px; height:65px; font-size:18px !important; }
#client { padding: 40px 0 60px 0%;  }
#client h4 { font-size: 24px; }
#client p { width: auto; }
.flex-control-nav { bottom:-25px; }
#ourclients { padding:40px 0; }
#ourclients h3 { font-size: 30px; }
}


/*styles of service page nav-tabs*/
#inner-page ul li{
    background-color: #f1f1f1;
    color: #000;
    display: table;
    font-weight: 600;
    margin-bottom: 3px;
    padding: 10px;
    width: 100%;
    border-left: 2px solid orange;
}

.nav-sidebar li a:hover {
    background: transparent;
    color: #fff !important;
}
/*#inner-page ul li :hover {
    background-color: #fb9d5b;
    color: #fff;
    display: table;
    font-weight: 600;
    margin-bottom: 3px;
    padding: 15px;
    width: 100%;
}*/
#inner-page ul li a{
    color: #000;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
}


#contact-page {
    padding: 80px 0;
}
#contact-page h3 {
    font-size: 36px;
    margin: 0px 0 10px;
}

#contact-page ul li{
    color: #000;
    display: table;
    font-weight: 600;
    margin-bottom: 3px;
    padding: 10px;
    width: 100%;
}


#contact-page ul li a{
    color: #000;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
}
.nav-sidebar {
    height: 675px;
    overflow-y: scroll;
}
.special-service .nav-sidebar {
    height: 420px;
    overflow-y: scroll;
}
.special .nav-sidebar {
    height: 440px;
    overflow-y: scroll;
}
.security-consulting .nav-sidebar{
    height: 156px;
    overflow-y: scroll;
}
.consulting .nav-sidebar {
    height: 367px;
    overflow-y: scroll;
}
.cloud .nav-sidebar {
    height:auto;
    overflow:inherit;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#f58c1f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.tab-content h2{
    font-size: 18px;
}

#inner-body .carousel { background: transparent; }

/*panel*/
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
  color:#555;
  font-size:14px;
  font-weight:500;
   /* text-transform:capitalize;*/
    letter-spacing:1px;
  word-spacing:3px;
    text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 

.mobile-view-list { margin:0px; padding:0px; }
.mobile-view-list li {
    display: block;
    list-style-type: none;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
#mobile-view .panel-body h4 {
    font-size: 15px;
    line-height: 25px;
}

#mobile-view .panel-heading { padding:0px;  }

#mobile-view .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-top: 2px solid orange;
}
/*panel*/

/*signature*/

.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  /*max-width: 700px;*/
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;
}

.signature-pad--body
canvas {
 /* position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

/*signature*/

/*datetimepicker*/

/* dropdown */

.bmd-form-group input {margin-top:0px !important;}

.dropdown-menu.bootstrap-datetimepicker-widget.open {
    opacity: 1;
    transform: scale(1);
    top: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 4px;
    width: 19em;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bootstrap-datetimepicker-widget {
    list-style: none;
}

.bootstrap-datetimepicker-widget a:hover {
    box-shadow: none !important;
}

.bootstrap-datetimepicker-widget a .btn:hover {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 4px;
    width:25em;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 991px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: auto;
    left: 12px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
    margin-top: auto;
    margin-bottom: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
    margin-top: auto;
    margin-bottom: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    margin: 0;
    border-width: 0;
    background-color: transparent;
    color: #f58c1f;
    box-shadow: none;
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget a[data-action]:hover span {
    background-color: #eee;
    color: #f58c1f;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size:14px;
    margin: 0;
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget button[data-action] {
    width: 38px;
    height: 38px;
    margin-right: 3px;
    padding: 0;
}

/*.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today";
}*/

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    border-radius: 3px;
    font-size:16px;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
    border-radius: 3px;
    margin: 2px 0px !important;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget table.table-condensed tr>td {
    text-align: center;
}

.bootstrap-datetimepicker-widget table td>div,
.bootstrap-datetimepicker-widget table th>div {
    text-align: center;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-weight: 500;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: rgba(0, 0, 0, 0.12);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month";
}

.bootstrap-datetimepicker-widget table th.dow {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size:14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 10px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td>div {
    border-radius: 3px;
    height: 54px;
    line-height: 54px;
    width: 54px;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td.cw>div {
    font-size:14px;
    height: 20px;
    line-height: 20px;
    color: #999;
}

.bootstrap-datetimepicker-widget table td.day>div {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    color: #3C4858;
    font-size:14px;
}

.bootstrap-datetimepicker-widget table td.minute>div,
.bootstrap-datetimepicker-widget table td.hour>div {
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td.day:hover>div,
.bootstrap-datetimepicker-widget table td.hour:hover>div,
.bootstrap-datetimepicker-widget table td.minute:hover>div,
.bootstrap-datetimepicker-widget table td.second:hover>div {
    background: #eee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old>div,
.bootstrap-datetimepicker-widget table td.new>div {
    color: #999;
}

.bootstrap-datetimepicker-widget table td.today>div {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.today>div:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #f58c1f;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active>div,
.bootstrap-datetimepicker-widget table td.active:hover>div {
    background-color: #f58c1f;
    color: #fff;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.bootstrap-datetimepicker-widget table td.active.today:before>div {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled>div,
.bootstrap-datetimepicker-widget table td.disabled:hover>div {
    background: none;
    color: rgba(0, 0, 0, 0.12);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 3px 3px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #f58c1f;
    color: #fff;
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #999;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: rgba(0, 0, 0, 0.12);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
    border-radius: 50% !important;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.btn.btn-primary {
    color: #fff !important;
    background-color: #f58c1f !important;
    border-color: #f58c1f;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
/*datetimepicker*/


button.button.clear {
    background: transparent;
    border: none;
    color: #f58c1f;
    font-size: 14px;
    text-transform: uppercase;
}


/*27-7-19*/
/*.job-details-blk {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    list-style: none;
    padding: 0;
}*/
.job-details-blk li {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    background: transparent !important;
}

.job-details-blk li span {
    padding: 15px 28px;
    width: 25%;
    display: block;
    text-transform: capitalize;
    float: left;
    font-size: 16px;
    color: #666;
}
.job-details-blk li a {
    display: inline-block;
    padding: 15px 10px;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}
.job-details-blk li:nth-child(12), .job-details-blk li:nth-child(14), .job-details-blk li:nth-child(16), .job-details-blk li:nth-child(10), .job-details-blk li:nth-child(8), .job-details-blk li:nth-child(6), .job-details-blk li:nth-child(4), .job-details-blk li:nth-child(2) {
    border-right: none;
    background: #f9f9f9 !important;
}


.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
/*27-7-19*/

.mandatory{
    color: #f00;
    font-size: 13px;
}

.captch-input { 
        height: 50px; padding: 6px 12px; 
    border:1px solid #e5e5e5;
    color: #555;  
}

.thank-page {
    text-align: center;
}
.thank-page h3 { color: #f58c1f !important  }

.vapt-text { text-align: center; }
.vapt-text p { width: 75%; margin: 0 auto 20px; font-size: 15px; }


/*responsive css*/

@media only screen and (max-width:992px) {
  .container { width: 95%; }
  #myCarousel .carousel-caption h1 { font-size:24px; line-height: 40px !important;   }
#myCarousel .carousel-caption h2 { font-size:20px;  }
  .about-content h3 { font-size: 36px; margin-top: 0; }
  .servic-blk { padding:20px 10px; min-height: 270px;  }
  .servic-blk h2 { font-size:16px;  }
  .bg-color-blk1 h4 { font-size: 18px !important; height: 30px; }
  .bg-color-blk1 { min-height: 290px; height: 290px; }
  #services h3 { font-size: 36px; }
  #new-blog h3 { font-size: 36px; }
  .blog-info h3.blog-title { height: 60px; font-size: 20px !important; }
  #client h4 { font-size:40px;  }
  #client p { width: 70%; }
  #ourclients h3 { font-size: 36px; }
  .fot-link a { font-size: 14px; margin-left: 10px; }
  #parllax-bg h4 { font-size:40px;  }
  .img-blk h4 { font-size:14px;  }
  .about-img .inner .sort-text { padding:20px 10px; }
}

@media only screen and (max-width:940px) {
 .nav>li>a { padding:10px 11px; } 
 .navbar-nav { margin-top:10px;  }
 .slider-overlap-section h3 { width: 70%; } 
 .slider-overlap-section { padding:50px 45px 50px !important;  }
 .servic-blk { min-height: 288px; } 
 #parllax-bg h4 { font-size: 36px; }
 .bg-color-blk1 { padding: 20px 15px; }
 .blog-list a { font-size: 14px;  line-height: 24px; }
 #client p { width: 80%; }
 .client-review-blk { padding: 60px 20px 30px; }
 .navbar-inverse .navbar-nav>li>a { font-size: 13px; }
 .container { width: 97%; }
 #myCarousel .carousel-caption { top: 45%;}
}

@media only screen and (max-width:860px) {
.carousel-caption {  right: 10%;  left: 13%;  }
.slider-overlap-section h3 { width: 100%; }
.servic-blk { min-height: 230px; }
.slider-overlap-section { margin-top: 0px; box-shadow:none; }
#myCarousel .carousel-caption h1 { font-size:24px;  }
#myCarousel .carousel-caption h2 { font-size:20px;  }
#myCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, .carousel-control .icon-prev { margin-top:10px;  }
}

@media only screen and (max-width:800px) {
#myCarousel .carousel-caption { display: none; }
.slider-overlap-section h3 { font-size: 18px;  }
.nav>li>a {
    padding: 7px 11px;
}
#career .col-xs-6 {
    width: 100%;
}
.form-bg {
    background: #f5f3f0;
    padding: 20px 20px;
}
.contact-page { padding:20px 10px;  }
#inner-page ul li a { padding: 5px 0px; font-size: 13px !important;  }
#inner-page h3 { font-size: 28px; }
}

@media only screen and (max-width:767px) {
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: #000;
}
.slider-overlap-section { z-index:1; }
.carousel-indicators { display: none; }
.navbar-inverse .navbar-toggle { border-color: #f58c1f; background: #F58C1E; }
#inner-page { padding:40px 0;}
#inner-page .about-img { float:none; margin-right:0px;    } 
.about-conten { margin-top: 20px; }
footer {
    width: 100%;
    float: left;
    background: url(../images/footer-bg.jpg) no-repeat left top #10100e;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 70px 0 5px 0;
    color: #babab9;
}
}



@media only screen and (max-width:600px) {
#career .col-xs-6 {
    width: 100%;
}
.form-bg {
    background: #f5f3f0;
    padding: 20px 20px;
    margin: 15px;
}
}

@media only screen and (max-width:520px) {
.Flexible-container { padding-bottom: 40%;  }
#myCarousel .carousel-caption h2 {
    font-size: 13px;
}
#myCarousel .carousel-caption h1 {
    font-size: 16px;
    line-height: 21px !important;
}
.navbar-wrapper { position: relative;  }
.top-section a { color:#f58c1f; font-size: 13px; }
.navbar-inverse .navbar-toggle { border-color: #f58c1f; background: #333; }
 .navbar-toggle { margin:0px;  }
 .navbar-inverse { margin:8px;  } 
 .navbar-toggle { margin: 15px 0 0 0px;} 
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: #000;
    position: absolute;
    width: 100%;
    top: 118%;
} 
#myCarousel .carousel-caption {
    display: block;
}
#myCarousel .carousel-caption h1 {
    font-size: 19px;
    line-height: 28px !important;
}
#myCarousel .carousel-caption {
    top: 20%;
}
.servic-blk {
    min-height: 330px;
}
#services h3 {
    font-size: 30px;
}
#services {
    padding: 40px 0;
}
#about { padding: 40px 0;  }
#parllax-bg h4 {
    font-size: 24px;
}
#parllax-bg { padding: 80px 0 100px 0%;  }
#client h4 {
    font-size:30px;
}
#client { padding:80px 0 80px 0%;  }
.top-section { display: none; }
/*.copyright a {
    display: block;
    line-height: 20px;
}*/
#myCarousel .carousel-caption h2 {
    font-size: 16px;
}
#inner-page h3 { font-size:30px;  }
.mega-dropdown-menu .dropdown-header { font-size: 15px;  }
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 0px;
}
footer { padding:40px 0 5px 0; }
.fot-link h4 { font-size: 18px; }
.fot-link a {
    font-size: 14px;
    margin-left: 8px;
}
#services .col-xs-6 {
    width: 100%;
}
#parllax-bg h4 { font-size: 21px; }
.slider-overlap-section h3 {
    font-size: 16px;
}
.slider-overlap-section { padding: 50px 20px 50px !important; }
}

@media only screen and (max-width:480px) {
#parllax-bg h4 { font-size: 21px; }
.slider-overlap-section h3 {
    font-size: 16px;
}
.slider-overlap-section { padding: 50px 20px 50px !important; }
#myCarousel .carousel-caption h2 {
    font-size: 13px;
}
#myCarousel .carousel-caption h1 {
    font-size: 16px;
    line-height: 21px !important;
}
}

@media only screen and (max-width:400px) {
#parllax-bg h4 { font-size: 21px; }
.slider-overlap-section h3 {
    font-size: 16px;
}
.slider-overlap-section { padding:30px 0px 30px !important; }
#myCarousel .carousel-caption {
    top: 12%;
}
.carousel-caption {
    right: 8%;
    left: 8%;
}
#myCarousel .carousel-caption h2 {
    font-size: 13px;
}
#myCarousel .carousel-caption h1 {
    font-size: 16px;
    line-height: 21px !important;
}
.servic-blk {
    min-height: 250px;
}
.slider-overlap-section h3 span {
    font-size: 15px;
    display: block;
}
#client p {
    width: 100%;
}
}


@media only screen and (max-width:360px) {
#myCarousel .carousel-caption { display:none;  }
.navbar-brand>img { width: 65%; }
.navbar-toggle { margin: 4px 0 0 0px; }
}


@media only screen and (max-width:320px) {
.slider-overlap-section h3 {
    font-size: 13px;
}
.slider-overlap-section h3 span {
    font-size: 15px;
    display: block;
    line-height: 22px;
}
.about-content h3 {
    font-size: 30px;
    margin-top: 0;
}
#new-blog h3 {
    font-size:30px;
}
.blog-info h3.blog-title {
    height: 70px;
    font-size:18px !important;
}
.flex-control-nav {
    bottom: -25px;
}
}



