a,
a:focus,
a:hover {
  color: #fff;
}


.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
}


html,
body {
    height: auto!important;   
}
body {
    font-family: 'GothamBook';
}

@font-face {
	font-family: 'Conv_Magnel';
	src: url('../fonts/Magnel.eot');
	src: local('â˜º'), url('../fonts/Magnel.woff') format('woff'), url('../fonts/Magnel.ttf') format('truetype'), url('../fonts/Magnel.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/GothamBook.eot');
	src: local('../fonts/GothamBook'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype');
}


/** Generated by FG **/
@font-face {
	font-family: 'Conv_GothamMedium';
	src: url('../fonts/GothamMedium.eot');
	src: local('☺'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_GothamBold';
	src: url('../fonts/GothamBold.eot');
	src: local('☺'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Panton-BlackCaps';
	src: url('../fonts/Panton-BlackCaps.eot');
	src: local('☺'), url('../fonts/Panton-BlackCaps.woff') format('woff'), url('../fonts/Panton-BlackCaps.ttf') format('truetype'), url('../fonts/Panton-BlackCaps.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Panton-LightCaps';
	src: url('../fonts/Panton-LightCaps.eot');
	src: local('☺'), url('../fonts/Panton-LightCaps.woff') format('woff'), url('../fonts/Panton-LightCaps.ttf') format('truetype'), url('../fonts/Panton-LightCaps.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



h1,h2,h3 {
    font-family: 'Conv_Panton-BlackCaps';
}

.fontsforweb_fontid_10146 {
	font-family: 'GothamBook' !important;
}


@media (min-width: 1350px) {
  .container {
    max-width: 1240px;
    width: 1240px;
  }
}

.padding_all_0 {
    padding: 0;
}


.slider {
    
}
/*

.owl-carousel {
  position: relative;
  height: 100%;
}
.owl-carousel :not(.owl-controls) {
  height: 100%;
}
.owl-carousel .owl-slide {
  
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
}

.owl-carousel .slider_one {
    background: url("../img/banner2.jpg");
}

.owl-carousel .slider_two {
    background: url("../img/banner.jpg");
}
.owl-carousel .slider_three {
    background: url("../img/banner3.jpg");
}

.owl-carousel div.owl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}
*/




.hero-slider {
    position: relative;
}

.single-hs-item {
    height: 700px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-hs-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .4;
}

.item-bg1 {
     background-image: url("../img/banner1.jpg");
}

.item-bg2 {
    background-image: url("../img/banner2.jpg");
}

.item-bg3 {
        background-image: url("../img/banner3.jpg");
}


.hero-text {
    padding: 0 15px;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero-text h1 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.hero-text p {
    color: #fff;
    font-size: 17px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.hero-slider .owl-item.active h1 {
    animation: 1s .2s fadeInUp both;
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}
.hero-slider .owl-item.active a {
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -40px 0 0;
    border-radius: 0;
/*    background: #0000002b !important;*/
    color: #fff !important;
    font-size: 70px !important;
    padding: 10px !important;
}

.hero-slider .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -40px 0 0;
    border-radius: 0;
/*    background: #0000002b !important;*/
    color: #fff !important;
    font-size: 70px !important;
    padding: 10px !important;
}

.hero-slider .owl-nav {
    margin-top: 0;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.hero-slider .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    margin: 5px 4px !important;
}

.hero-slider .owl-dots .owl-dot.active span,
.hero-slider .owl-dots .owl-dot:hover span {
    background: #00b170 !important;
}

@media only screen and (max-width: 600px) {
    .single-hs-item {
        height: 550px;
    }
    .hero-text h1 {
        font-size: 30px;
    }
    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .hero-slider.owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .hero-slider.owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .hero-slider .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}

.hero-slider {
/*
    height: 100%;
    min-height: 100%;
*/
    position: relative;
}
.hero-slider .owl-stage-outer{
    height: 100%;
    min-height: 100%;
}
.hero-slider .owl-stage{
/*
    height: 100%;
    min-height: 100%;
*/
}
/*
.hero-slider .site-wrapper{
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.hero-slider .owl-item{
    height: 100%;
    min-height: 100%;
}
*/
.hero-slider .banner_herp h1{
font-size: 55px;
    margin-bottom: 20px;
}

.dgcompnay1 .section_head{
        padding:40px;
}

.navbar-light .navbar-toggler-icon {
    background-image: initial;
}

.our_services {
    
}


html,
body {
  height: auto% !important;
}
body {
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 84%;
    min-height: 84%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff; /* IE8 proofing */
  color: rgba(255, 255, 255, .75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, .25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: 700;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255, 255, 255, .5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle; /* Start the vertical centering */
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}



.banner_herp h1{
    font-family: 'proxima_nova_altblack';
    font-size: 2.7rem;
    color: #fff;
}

.banner_herp a {
    font-family: 'proxima_nova_altbold';
    background: #00b170;
    color: #fff;
    font-size: 14px;
    padding: 15px 28px;
    text-transform: uppercase;
    border-radius: 3px;
}

.banner_herp a:hover{
    color: #fff;
}



body,
html {
  height: 100%;
}

body {
  margin: 0;
}


.hero_text {
/*    position: absolute;
    top: 35%;*/
}

.hero_text h2 {
    font-size: 80px;
    font-family: 'Conv_Panton-BlackCaps';
    color: #fff;
    margin-top: 80px;
}

.hero_text h2 span {
    color: #fff;
    font-size: 50px;
}

.hero_right {
    text-align: right;
}
.hero_right h4 {
    color: #fff;
    font-family: 'Conv_GothamMedium';
    text-transform: uppercase;
    font-style: italic;
    line-height: 27px;
    font-size: 16px;
        margin-bottom: 30px;
}

.sub-bg1{
    font-family: 'Conv_GothamMedium';
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 4;
    font-size: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ffbc00;
    text-align: left;
    padding: 23px 30px 22px;
    border: none !important;
    background: #2f425d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 26px 30px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 26px 30px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 26px 30px 0 rgba(0, 0, 0, .45);
    outline: none !important;
    }
a.sub-bg1 {
    padding: 15px 30px 15px;
}
.btn.sub-bg1, .btn.sub-bg2{
    color: #fff;
    background: #f16623;
    -webkit-box-shadow:  0 26px 30px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 26px 30px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 26px 30px 0 rgba(0, 0, 0, 0.45);
    }
.btn.sub-bg2{
    color: #ffbc00;
    background: #fff;
    }
.no-touchevents .sub-bg1{
    -webkit-transition: all .2s ease .1s;
    -moz-transition: all .2s ease .1s;
    transition: all .2s ease .1s;
    }
.sub-bg1:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.btn.sub-bg1:before, .btn.sub-bg2:before{
    background: #2f425d;
    }
/*.sub-bg1:after{
    content: '';
    position: absolute;
    top: 27px;
    right: 33px;
    width: 120px;
    height: 14px;
    background: url("../img/btn-arrow.png") no-repeat 100% 0;
    -webkit-transition: all 0s ease .05s;
    -moz-transition: all 0s ease .05s;
    transition: all 0s ease .05s;
    }*/
.sub-bg1.small-arrow:after{
    width: 76px;
    }
.sub-bg1.sub-bg1:after{
    background-position: 100% 100%;
    }
.form .btn{
    margin: 4px 0 0;
    }
.form-box .btn{
    margin-top: 17px;
    }
.sub-bg1.full-width{
    width: 100%;
    }
.no-touchevents .btn:not(:disabled):hover{
    color: #ffbc00;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 26px 30px 0 rgba(173, 128, 0, .45);
    -moz-box-shadow: 0 26px 30px 0 rgba(173, 128, 0, .45);
    box-shadow: 0 26px 30px 0 rgba(173, 128, 0, .45);
    }
.no-touchevents .btn.sub-bg1:not(:disabled):hover{
    color: #fff;
    -webkit-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    -moz-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    }
.no-touchevents .btn.sub-bg2:not(:disabled):hover{
    color: #ffbc00;
    -webkit-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    -moz-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    }
.no-touchevents .btn:not(:disabled):hover:before{
    width: 100%;
    }
.no-touchevents .btn:not(:disabled):hover:after{
    background-position: 100% 0;
    -webkit-transition: all 0s ease .15s;
    -moz-transition: all 0s ease .15s;
    transition: all 0s ease .15s;
    }
.no-touchevents .btn.sub-bg1:not(:disabled):hover:after{
    background-position: 100% 100%;
    -webkit-transition: all 0s ease .12s;
    -moz-transition: all 0s ease .12s;
    transition: all 0s ease .12s;
    }
.no-touchevents .btn:not(:disabled):active{

    }
.btn:disabled{
    opacity: .5;
    cursor: default;
    }
/*Appearance*/
.left{
    float: left;
    }
.right{
    float: right;
    }
.center{
    text-align: center;
    }
.clr{
    clear: both;
    }
.uppercase{
    text-transform: uppercase;
    }
.no-indent{
    margin-bottom: 0 !important;
    }
.align-m, .align-b{
    display: table-cell;
    vertical-align: middle;
    }
.align-b{
    vertical-align: bottom;
    }


.no-touchevents .btn.sub-bg1:not(:disabled):hover{
    color: #fff;
    -webkit-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    -moz-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    }
.no-touchevents .btn.sub-bg2:not(:disabled):hover{
    color: #ffbc00;
    -webkit-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    -moz-box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    box-shadow: 0 26px 30px 0 rgba(47, 66, 93, .45);
    }
.no-touchevents .btn:not(:disabled):hover:before{
    width: 100%;
    }
.no-touchevents .btn:not(:disabled):hover:after{
    background-position: 100% 0;
    -webkit-transition: all 0s ease .15s;
    -moz-transition: all 0s ease .15s;
    transition: all 0s ease .15s;
    }
.no-touchevents .btn.sub-bg1:not(:disabled):hover:after{
    background-position: 100% 100%;
    -webkit-transition: all 0s ease .12s;
    -moz-transition: all 0s ease .12s;
    transition: all 0s ease .12s;
    }
.no-touchevents .btn:not(:disabled):active{

    }
.btn.sub-bg1:before, .btn.sub-bg2:before {
    background: #2f425d;
}


.slider .owl-nav {
   position: absolute;
   right: 60px;
   bottom:100px;
   font-size: 40px;
   height: auto !important;
}

.slider .owl-nav button{
   color: #000 !important;
   width: 40px;
   height: 40px;
   background: #fff !important;
   margin-left: 10px;
   border-radius: 50px;
}
.slider .owl-nav button span {
    width: 40px;
    height: 40px;
    line-height: 35px;
    float: left;
}
.slider .owl-nav button:focus {
    outline: 0;
}

.slider .owl-nav button:hover {
    background: #f16623 !important;
}

.grid_3_main {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.grid_3_banner_img img{
    width: 80px;
    margin-right: 18px;
    margin-bottom: 15px;
}
.caption {
    position: relative !important;
    bottom: 0;
    color: #fff;
    padding: 16px 6px;
    text-align: left;
}


.servises {
    padding-bottom: 16px;
}


.grid_3_banner_img {
    background: #fff;
    padding: 20px 30px 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    border: 1px solid #e6ecef;
}

.grid_3_banner_img h3 {
    font-size: 15px;
    color: #222;
    line-height: 23px;
    margin-top: 1px !important;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Conv_GothamMedium';
    text-align: center;
}

.grid_3_banner_img p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.blue_bg {
    background: #fff;
}
.white_bg {
    background: #fff;
}

.blue_bg h3 {
    color: #222;
}

.white_bg p {
    color: #fff;
}

.services {
    padding-bottom: 50px;
    width: 100%;
    float: left;
}

.heading h4 {
    font-family: 'Conv_GothamMedium',Sans-Serif;
    font-size: 20px;
    margin-bottom: 0;
    color: #ffbc01;
}

.heading h3 {
    font-size: 35px;
    line-height: 40px;
    color: #011627;
    margin-top: 8px;
}


.services_child {
    float: left;
    padding: 18px 13px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    border: 1px solid #e6ecef;
    margin-bottom: 0;
    background: #fff;
}
.services_child img {
    margin: 0 auto;
    display: block;
    float: left;
    max-width: 60px;
    margin-top: 10px;
}

.services_child h4 {
    font-family: 'Conv_Panton-LightCaps';
    color: #011627;
    font-size: 17px;
    font-family: 'Conv_GothamMedium';
    float: left;
}

.grid_3_main .col-md-4 {
    padding: 0;
}

.wht_we_do {
    padding: 70px 0px;
    float: left;
    width: 100%;
    background-image: url(../img/about_bg.jpg);
    background-size: cover;
}

.whatwedo_left {
    background: #011627c4;
    padding: 32px 22px 40px;
    overflow: hidden;
    color: #fff;
    min-height: 384px;
}

.list_what_we {
    padding:0;
    margin: 0;
}

.list_what_we p {
    color: #fff;
}

.list_what_we li {
    list-style: none;
    float: left;
    margin-left: 16px;
    text-transform: uppercase;
    /*font-family: 'Conv_GothamMedium';*/
    font-size: 13px;
    font-family: 'GothamBook';
}

.list_what_we li:first-child {
    margin-left: 0;
}

.whatwedo_left h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.whatwedo_left h3 {
    color: #fff;
}

.list_what_we .fa {
    color: #ffbc00;
    font-size: 15px;
    margin-right: 2px;
}

.heading_line::after {
    width: 55px;
    float: left;
    content: "";
    height: 5px;
    background: #011627;
    position: absolute;
    top: 57px;
    left: 17px;
}

.heading_line {
    margin-bottom: 30px;
}

.img_what {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.img_what img {
    width: 103px;
}

.fire_sec {
    min-height: 384px;
}

.fire_sec button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72%;
}

.fire_sec img {
    width: 100%;
}

/*.whatwedo_left::after {
    width: 92%;
    float: left;
    content: "";
    background: transparent;
    position: absolute;
    top: -10px;
    left: 45px;
    height: 170px;
    border-right: 10px solid #ffbc01;
    border-top: 10px solid #ffbc01;
}*/

.produts {
    padding: 70px 0px;
    height: auto;
    /*background: url("../img/products.jpg");*/
    background: #f5f8fa;
    background-size: cover;
    height: auto;
    float: left;
    width: 100%;
}

.product_img img{
    width: 100%;
}

.product_caption {
    padding: 20px;
    background: #fff;
    color: #000;
    position: absolute;
    bottom: -180px;
    width: 80%;
    right: 8px;
    box-shadow: 1px 6px 11px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
}

.product_caption::after {
width: 37px;
    float: left;
    content: "";
    background: transparent;
    position: absolute;
    top: -10px;
    right: -10px;
    height: 120px;
    border-right: 10px solid #fcb700;
    border-top: 10px solid #fcb700;
}


.product_caption h4{
    font-family: 'Conv_GothamBold';
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}


.product_caption h4::after {
    width: 91px;
    float: left;
    content: "";
    height: 1px;
    background: #ffbc00;
    position: absolute;
    top: 48px;
    left: 20px;
}

.produts  h3 {
    color: #011627;
    
}

product_caption p {
    color: #333;
    font-size: 13px;
}

.produts .heading_line {
    margin-bottom: 66px;
}

.products_child {
    padding: 20px
}

.products_child2 {
    margin-top: -60px;
}

.produ_btn {
    text-align: center;
}

.produ_btn {
    padding: 40px 0 0px;
}

.our_clients {
    padding: 120px 0 40px;
    background: #011627;
    /* padding-bottom: 50px; */
    float: left;
    width: 100%;
}

a.our_clients_in {
    padding: 25px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    top: -40px;
}


.our_clients_in1 {
    background: #fff;
}

.our_clients_in1 h4{
    color: #233b5b;
}


a.our_clients_in1 p {
    color: #333;
}


a.our_clients_in1 .fa {
    color: #3f3f3f;
}

a.our_clients_in h4 {
    font-family: 'Conv_GothamBold';
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 19px;
}


a.our_clients_in p {
    margin-bottom: 0;
}

a.our_clients_in .fa {
    font-size: 50px;
    position: relative;
    top: 17px;
}

.clients_next {
    text-align: center;
}

.our_clients_in2 {
    background: #f1f1f1;
}

.our_clients_in2 h4{
    color: #222;
}


a.our_clients_in2 p {
    color: #222;
}


a.our_clients_in2 .fa {
    color: #fff;
}


.proces_how {
    width: 33px;
    height: 33px;
    display: block;
    color: #0f1f6c;
    border-radius: 50px;
    border: 1px solid #666666;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.testmonials_how {
    padding: 60px 0px;
    background-size: cover;
    float: left;
    width: 100%;
}
.testmonials_how h3{
    color: #000;
}

.test_text {
    padding: 35px 30px;
    background: #fff;
    
    overflow: hidden;
}

.test_avatar {
    width: 100%;
    float: left;
}

.test_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 16px;
    
}

.test_img img {
    width: 100%;
}

.test_name {
    float: left;
    margin-left: 20px;
}

.test_name img {
    width: auto !important;
    position: absolute;
    right: 0;
    top: -15px;
}

.test_name h4 {
    font-size: 18px;
    color: #233b5b;
    font-family: 'Conv_GothamMedium',Sans-Serif;
    margin-top: 10px;
    line-height: 60px;
}

.star_rating23 {
    margin: 0;
}

.star_rating23 {
    float: left;
}
.star_rating23 li span {
    background: #37a000;
    color: #fff;
    width: 19px;
    height: 19px;
    border-radius: 5px;
    display: block;
    font-size: 11px;
    line-height: 18px;
}
.star_rating23 li.in_active span {
    background: #ccc !important;
    color: #666;
}

.test_avatar p{
    float: left;
    color: #333333;
    line-height:31px;
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
}

.test_avatar h5 {
    color: #333333;
    font-size: 19px;
    text-align: center;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.test_line {
    width: 100px;
    height: 4px;
    background: #011627;
    margin-bottom: 30px;
}

.what_people_say {
    position: relative;
/*    left: 80px;
    top: 60px;*/
}
.what_people_say .owl-nav{
    position: absolute;
    top: 97px;
    left: -74px;
    height: auto !important;
    
}


.what_people_say .owl-nav button.owl-prev {
    background: #111111 !important;
}
.what_people_say .owl-nav button.owl-next {
    background: #f16623 !important;
}
.what_people_say .owl-nav button {
    
    display: block;
    width: 75px;
    height: 75px;
/*    margin-bottom: 10px;*/
    border-radius: 0;
    
}

.what_people_say .owl-nav button  span {
    font-size: 38px;
    color: #fff;
    top: 0;
    line-height: 24px;
}

.what_people_say .owl-carousel .owl-stage-outer {
    box-shadow: 2px 2px 19px #c3c3c3;
    border-right: 10px solid #f16623;
}

.what_people_say .owl-carousel .owl-stage-outer {
    
}
.testmonial_fetured {
    background: url("../img/testmonial_fetured.png");
    height: 400px;
    background-size: cover;
}


.about_us {
    background: #0f1f6c;
    height: 620px;
    padding: 183px 0 40px;
    
}

.about_us h2{
    color: #011627;
    font-size: 70px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: right;
    letter-spacing: -2px;
}

.about_us h2.culute_2{
    color: #fedf00;

}

.about_hero img.about_logo{
    width: 159px;
}
.about_hero{
    transform: rotateZ(270deg);
    position: absolute;
    top: 90px;
    
}

.about_hero img.love_down{
    left: 46px;
    position: absolute;
    transform: rotateZ(90deg);
    top: -30px;
    width: 77px;
}
.about_hero img.logo_about{
    right: 0;
    position: absolute;
    top: -22px;
    width: 137px;
}

.about_slider {
    position: static;
    background: #f0f0f0;
}



.about_slider {

}
.about_slider .owl-nav{
    position: absolute;
    bottom: 0;
    right: -42px;
}


.about_slider .owl-nav button.owl-prev {
    background: #011627 !important;
}
.about_slider .owl-nav button.owl-next {
    background: #020e45 !important;
}
.about_slider .owl-nav button {
    
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 0;
    
}

.about_slider .owl-nav button  span {
    font-size: 38px;
    color: #fff;
    top: 0;
    line-height: 24px;
}


.suucess_projects_in img {
    width: 100%;
}
.suucess_projects  {
    width: 100%;
    float: left;
}

.suucess_projects .owl-carousel.owl-drag .owl-item.active.center {
    filter: none;
    opacity: 10;
}

.suucess_projects .owl-carousel.owl-drag .owl-item.active.center .projects_caption{
    display: block;
}

.suucess_projects  .owl-carousel.owl-drag .owl-item {

}
.suucess_projects  .owl-carousel.owl-drag .owl-item .projects_caption{
     display: none;
}

.suucess_projects  {
    padding: 70px 0 0;
    overflow: hidden;
}

.projects_caption {
    position: absolute;
    bottom: 0;
    height: auto !important;
    color: #fff;
    padding: 30px;
    text-align: left;
    z-index: 999;
}

.projects_caption h4 {
    font-family: 'Conv_GothamBold';
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 45px;
    color: #fff;
    line-height: 36px;
}
.projects_caption p {
    text-transform: uppercase;
    font-family: 'Conv_GothamMedium';
    font-size: 15px;
    margin-bottom: 25px;
}

.projects_caption span:first-child {
    width: 375px;
    float: left;
}

.projects_caption span:last-child {
    
}

.suucess_projects .heading h3{
    color: #011627;
    margin-bottom: 20px;
}

.suucess_projects .owl-nav {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: auto !important;
    z-index: 99999;
}
.suucess_projects .owl-nav button {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 0;
    float: left;
    color: #fff;
}
.suucess_projects .owl-nav button span {
    font-size: 38px;
    color: #222;
    top: 0;
    line-height: 24px;
}
.suucess_projects .owl-nav button.owl-prev {
    background: #fff !important;
}
.suucess_projects .owl-nav button.owl-next {
    background: #f16623 !important;
}

.call_now_in h3{
    
}

.clients_text_right h3{
    font-size: 40px;
    color: #fff;
    line-height: 46px;

}
.clients_text_right{
    padding: 40px 0px;
}

.padding_left_0 {
    padding-left: 0;
}


.rest_head_test{
    font-size: 16px;
    color: #000;
    margin-top: 60px;
}

.callNow {
    background: #f16623;
    padding: 50px 0;
    float: left;
    width: 100%;
}

.callNow h3 {
    font-size: 38px;
    color: #fff;
}

.dowload_profile {
    float: right;
    padding: 20px 30px;
    background: #011627;
    font-family: 'Conv_Panton-BlackCaps';
    letter-spacing: .5px;
    font-size: 16px;
    width: 65% !important;
    border-radius: 100px;
}

.callNow h4{
    font-family: 'Conv_Panton-BlackCaps';
    font-size: 25px;
    color: #fff;
    margin: 0;
}

footer {
    padding: 50px 0 33px;
    background: #011627;
    color: #fff;
    float: left;
    width: 100%;
}

footer h4 {
    margin: 0;
    margin-bottom: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
footer p {
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 13px;
    overflow: hidden;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    float: left;
    width: 100%;
    float: left;
    list-style: none;
    line-height: 30px;
}
footer ul li a {
    float: left;
    list-style: none;
    color: #ccc;
    font-size: 13px;
}

footer ul li a:hover {
    color: #f1f1f1;
    text-decoration: none;
}

footer p span {
    float: left;
    width: 8%;
    font-size: 14px;
   
}

.address_footer {
    float: left;
    width: 92%;
    font-size: 14px;
    
}

.social {
    margin: 0;
    padding: 0;
text-align: center;
}

.social li {
    float: none;
    margin-left: 10px;
    width: auto;
    display: inline-block;
}

.social li a {
    color: #161616;
    font-size: 21px;
    width: 32px;
    height: 32px;
    background: #464646;
    border-radius: 50px;
    line-height: 33px;
}

.social li a:hover {
    background: #fff;
    color: #161616;
}

.footer_bootom {
    width: 100%;
    float: left;
    background: #000;
    padding: 10px;
}

.footer_bootom p {
    margin: 0;
    color: #ccc;
    font-size: 13px;
}

.social h3 {
    color: #fff;
    font-size: 35px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 19px;
}

.inner_banner img {
    width: 100%;
}

.inner_caption img {
width: 55px;
    position: absolute;
    top: 0px;
}

.inner_caption {
    position: absolute;
    top: 140px;
    color: #fff;
}

.inner_caption h3{
    font-family: 'Conv_GothamMedium';
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    
}

.inner_caption h2 {
    font-size: 40px;
    background: #ffbc01;
    padding: 0px 18px;
    margin-top: 0;
    color: #011627;
}

.inner_caption h3 span {
    background: #011627;
    padding: 10px;
    color: #ffbc00;
    display: block;
    margin-left: 70px;
}

.about_conent {
    padding: 50px 0;
    text-align: center;
    background: #fff;
}

.about_conent h3 {
    margin-top: 0;
    font-size: 30px;
    color: #011627;
}

.about_head p {
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.about_brief {
    padding: 50px 0;
    text-align: center;
    background: #f5f8fa;
}


/*
.our_backround {
    background: url("../img/about2.jpg");
  
}
*/

.about_common {
    background-size: cover;
    height: auto;
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: 2px 13px 24px 0px rgba(0, 0, 0, 0.11); 
}

.about_icon img{
    width: 160px;
    padding: 80px 0;
}

.about_more {
    text-align: left;
    text-align: left;
    padding: 60px 50px 30px 0;
}

.about_more h3 {
    color: #011627;
    margin-top: 0;
    margin-bottom: 17px;
}

.about_more p {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.our_profile {
    background: #cecece;
    /* background: url(../img/our_profile.jpg); */
}


.our_profile .about_icon img{
    width: 160px;
    padding: 100px 0 80px;
}

.our_profile.about_more {
    padding: 60px 0px 0px !important;
}

.our_profile .about_more h3 {
    color: #f16222;
}
.our_profile .about_more p{
    color: #fff;
}

.our_profile_list {
    padding: 0;
    margin: 0;
}

.our_profile_list li {
    color: #fff;
    font-size: 15px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.our_profile_list li span {
    color: #ffbc00;
    font-size: 20px;
    margin-right: 15px;
    float: left;
    margin-top: -4px;

}

.about_values {
    padding-bottom: 50px !important;
}

/*.our_profile_list li span .fa{
    width: 20px;
    
}*/


.our_policy .about_icon img{
    padding: 119px 0;
}

.our_strenght .about_icon img {
     padding: 129px 0;
}
.our_strenght .about_more {
     padding: 60px 50px 49px 0;
}

.trust_values {
    padding: 0 0;
    background: #f5f8fa;
    
}

.core_values {
    padding:40px;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-left: 0;
    background: #fff;
    
}
.core_values img{
    width: 80px;
    margin-bottom: 20px;
}

.core_values1 {
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    border-left: 0;
}
.core_values h4{
    font-family: 'Conv_GothamMedium';
    font-size: 20px;
    text-transform: uppercase;
    color: #011627;
    margin-bottom: 0;
}

.core_values_border {
    border-left: 1px solid #d0d0d0;
}

.breadcrumb {
    background-color: transparent;
}

.cctv_caption {
    position: absolute;
    top: 0;
}

.cctv_banner {
    background: url(../img/cctv_banner.jpg);
    background-size: cover;
    height: 378px;
    padding: 80px 0 0;
    margin-top: 60px;
}

.breadcrumb>li {
    font-size: 12px;
}

.breadcrumb>li+li:before {
    color: #f1f1f1;
}

.cctv_banner {
    text-align: center;
    
}

.cctv_banner h2 {
    color: #011627;
    font-size: 35px;
    padding: 90px 0px 0;
}

.about_cctv {
    
    background: #fff;
    
}

.about_cctv_in {
    background: #fff;
    position: relative;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.24);
    top: -150px;
    margin-top: 50px;
    padding: 7px;
}

.cctv_about_img {
    background: url(../img/cctv_about.jpg);
    background-size: cover;
    height: 635px;
}



.cctv_list {
    padding: 0;
    margin: 0;
}

.cctv_list li {
    color: #011627;
    font-size: 14px;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.cctv_list li span:first-child {
    color: #ffbc00;
    font-size: 23px;
    margin-right: 15px;
    float: left;
}

.cctv_list li span:last-child {
    width: 91%;
    float: left;
    margin-top: 5px;
}

.cctv_content h4 {
    font-family: 'Conv_GothamMedium';
    font-size: 14px;
    color: #011627;
    line-height: 21px;
    margin-bottom: 28px;
}

.cctv_content p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    overflow: hidden;
}

.cctv_content {
    overflow: hidden;
    padding: 20px 0;
}

.contact_form {
    margin-top: 50px;
    padding: 50px;
    overflow: hidden;
}

.contact_form h2 {
    color: #0f1f6c;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 25px;
}

.fire_saf_co p span {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 6px;
}

.fire_saf_co p span .fa {
    font-size: 15px;
    color: #f4b505;
    margin-right: 5px;
}
.contact_form .form-control{
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #c5c5c5;
    padding-left: 4px;
    border-radius: 0;
    height: 39px;

     background: transparent;
}
.contact_form textarea{
    height: 90px !important;
}
.contact_form .form-group{
    margin-bottom: 25px;
}

.contact_form .form-control::placeholder {
    color: #0f1f6c;
    font-size: 14px;
}

.contact_form .form-control:focus{
    border-bottom: 1px solid #0f1f6c;
}

.contact_form select {
    color: #0f1f6c;
}

.contact_form select::placeholder {
    color: #0f1f6c;
    font-size: 14px;
}

.contact_form select:focus{
    border-bottom: 1px solid #0f1f6c;
}


.contact_text_img {
    font-size: 90px;
    text-align: right;
    color: #00a9c6;
}


.contact_text_in {
    margin-bottom: 40px;
}
.contact_text_in h4{
    color: #0f1f6c;
    margin-top: 8px;
    font-size: 16px;
    font-family: 'Conv_GothamMedium';
}

.contact_text_in p {
    font-size: 14px;
    color: #333;
}

.map {
    margin-top: -90px;
}


.contact_banner {
    background: url(../img/contact.jpg);
}

.contact_text img {
    width: 70px;
    margin-bottom: 20px;
}

.contact_text {
    width: 60%;
}

.contact_form_input h4 {
    font-size: 17px;
    font-family: 'Conv_GothamMedium';
    margin-top: 0;
}

.contact_form_input button {
    background: #011627 !important;
    width: 65%;
    padding: 19px 30px 19px;
}
.contact_form_input .sub-bg1:after{
    top: 22px;
}

.cure_stps {
    padding: 50px 0;   
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,248,253,1) 100%);
    float: left;
    width: 100%;
}

.cure_stps2 {
    margin-top: -80px;
    padding: 0 0 50px;
}

.amc_feat {
    
}

.amc_feat img {
    width: 100%;
}

.amc_content {
    padding: 20px 50px;
}

.amc_content h4 {
    text-align: center;
    color: #ffbc00;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.amc_content .cctv_list li span:first-child {
    line-height: 0;
    margin-right: 9px;
}

.amchead {
    text-transform: uppercase;
    color: #011627;
    font-family: 'Conv_GothamMedium';
    font-size: 13px;
        margin-top: 6px;
}
.amc_para {
    margin-top: 6px !important;
    font-size: 13px;
    color: #333;
    line-height: 20px;
}

.amc_para ul {
    margin: 0;
    padding: 0;
    
}

.amc_para ul li {
    list-style: none;
    float: left;
    color: #333;
    margin-bottom: 4px;
    font-size: 14px;
}

.width_li {
    width: 25% !important;
    margin-top: 20px;
}

.cctv_list li.width_li span:last-child {
        float: right;
}
.list_product {
    padding: 50px 0 170px;
    background: #f5f8fa;
}

.list_product_single {
    float: left;
    width: 90%;
    position: relative;
    padding: 0;
/*    margin-bottom: 144px;*/
}

.list_product_single img {
    width: 100%;
}

.list_product_single h4 {
    font-family: 'Conv_GothamMedium';
    margin-top: 0;
    padding: 20px 0 0 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    color: #011627;
    
}

.list_product_single h4::after{
    border-bottom: 1px dotted #011627;
    content: "";
    height: 1px;
    background: #ccc;
    width: 110px;
    float: left;
    position: absolute;
    bottom: -13px;
    left: 21px;
}

.list_product_single p {
    padding: 3px 30px 6px 20px;
    font-size: 15px;
}
.produt_cation {
    box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.11);
    background: #fff;
    float: left;
    position: absolute;
bottom: -150px;
    width: 90%;
    right: 0;
}

.list_product_single a {
    width: 100%;
    font-size: 13px;
    background: #f0f2f3 !important;
    color: #011627  !important;    
    padding: 19px 30px 19px;
    box-shadow: none !important;
}

.list_product_single a:after {
    height: 24px;
    top: 13px;
    background: url(../img/arrow.png) no-repeat 100% 0;
}

.list_product_single a:hover{
    background: #f16623 !important;
    color: #fff !important;
}

.list_product_imh {
    float: left;
    width: 90%;
    position: relative;
}

.list_product_single .product_caption {
    padding: 0;
    width: 100%;
    left: -0.5px;
}

.list_product_single .product_caption::after {
    top: -9px;
    right: -9px;
    width: 37px;
    height: 144px;
    border-right: 9px solid #011627;
    border-top: 9px solid #011627;
}

.no_margin_bottom {
    margin-bottom: 0 !important;
}

.prod_values {
    padding-top: 0;
    padding-bottom: 50px;
}

.servs_one {
    background: url(../img/servbg1.jpg);
    padding:50px 0;
    background-size: cover!important;
    background-position: center!important;
    margin: 0;
    position: relative;
    height: auto;
    
}
.servs_one:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #ffbc00;
    opacity: .9;
}

.servs_two:before  {
    background: #011627;
}
.servs_two .serv_left  {
    box-shadow: 8px 24px 76px 0px #0b2954;
}

.servs_two a {
    background: #ccc !important;
}

.serv_brief {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.serv_img {
    
}

.serv_img img {
    width: 100%;
}

.serv_left {
    background: #fff;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 95%;
    float: right;
      border-bottom: 10px solid #ffbc00;
    border-right: 10px solid #ffbc00;
    box-shadow: 8px 24px 76px 0px #cf9a00; 
    min-height: 404px;
}

.serv_left h3 {
    font-family: 'Conv_GothamMedium';
    text-transform: uppercase;
    font-size: 33px;
    color: #1c3a66;
    line-height: 38px;
}

.serv_left h5 {
    color: #011627;
    font-family: 'Conv_GothamMedium';
    font-size: 13px;
     padding: 0 40px;
    margin-top: 0;
}
.serv_left p {
    color: #011627;
    font-size: 13px;
    padding: 0 40px;
    
}
.serv_left .img_what img {
    width: 69px;
    margin-right: 30px;
    margin-top: 19px;
    
}
.serv_left .heading_line {
    margin-bottom: 36px;
    padding: 20px 40px 7px;
}

.serv_left .heading_line::after {
    top: 123px;
    left: 40px;
}

.serv_left_a1 a {
    box-shadow: none !important;
    background: #011627 !important;
    font-size: 13px !important;
    color: #ffbc00 !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    bottom: 0;
}
.serv_left_a1 a:after {
    background: url(../img/arrow.png) no-repeat 100% 0;
    height: 21px;
    top: 20px;
}

.serv_left::after {
    display: none !important;
  
}



.serv_left_a a {
    box-shadow: none !important;
    background: #f7f7f7 !important;
    font-size: 13px !important;
    color: #ffbc00 !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    bottom: 0;
}
.serv_left_a1 a:after {
    background: url(../img/arrow.png) no-repeat 100% 0;
    height: 21px;
    top: 20px;
}



.cleint_regi{
    background: url(../img/cleint_regi.jpg) no-repeat 100% 0;
    background-size: cover !important;
    height: 378px;
    padding: 103px 0 0;
}

_regis_form {
    position: static;
}

.cleint_regi h2 {
    color: #fff;
}

.client_form_input h4{
    color: #011627;
    font-size: 21px;
    margin-bottom: 25px;
}

.client_reg_revoew {
    
}

.client_reg_revoew h4 {
    color: #333;
    font-size: 16px;
}
.breadcrumb>li {
    color: #6b6b6b;
}

.cleint_regis_form {
    background: #fbfbfb;
    position: inherit;
}


.regis_sbmit_btn {
    width: 300px;
    margin: 0 auto;
    background: #011627 !important;
        display: block;
}




.cleint_banner{
    background: url(../img/cleints.jpg) no-repeat 100% 0;
    background-size: cover !important;
    height: 378px;
    padding:80px 0 0;
    margin-top: 60px;
}

.cleint_banner {
    position: static;
}

.cleint_banner h2 {
    color: #fff;
}

.projects_banner {
    background: #f2f2f2;
    padding: 60px 0;
    height: auto;
    margin-top: 90px;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,248,253,1) 100%);
    
}

.projects_banner .hero_text h2 span {
    color: #011627;
}


.projects_banner .hero_text {
    padding: 104px 0;
}

.projects_banner .hero_text h2 {
    color: #222222;
}
.projects_banner h5{
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Conv_Panton-BlackCaps';
    color: #ffbc01;
    letter-spacing: .5px;
}
.suucess_projects_in_pro {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
    background-position: center;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #0c3a7c94;
}
.projects_banner .projects_caption span:first-child {
    width: 211px;
    float: left;
}


.projects_banner .owl-item {
    border-radius: 8px;
    overflow: hidden;
}
.projects_banner .owl-carousel.owl-drag .owl-item {
    filter: none;
}

.projects_banner .suucess_projects  {
    padding: 0;
    overflow: inherit;
}
.projects_banner .owl-nav {
    top: inherit;
    bottom: -62px;
    z-index: 99999;
    right: 0;
    left: inherit;
}
.projects_banner .owl-nav button {
    width: 45px;
    height: 45px;
}
.projects_banner .owl-nav button span {
    font-size: 31px;
}
.projects_banner .owl-nav button.owl-next {
    background: #ffbc01 !important;
}

.projects_works {
    padding: 50px 0px 0px;
}
.projects_works_text {
        padding: 70px 30px;
}

.projects_works_text h3 {
    color: #222222;
    font-family: 'Conv_GothamMedium';
    font-style: italic;
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: bold;
}
.projects_works_text p {
    margin-bottom: 4px;
    color: #111;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
}

.projects_works_text p span {
    float: left;
}
.projects_works_text p span:first-child{
    width: 180px;
    float: left;
}
.projects_works_text p span:last-child{
    margin-left: 30px;
}

.projects_works_text p span:first-child::after{
    content: ":";
    position: relative;
    float: right;
    
     font-family: 'Conv_GothamMedium';
    
}

.projects_conent {
    padding: 50px 0;
    background: #fff;
    text-align: center;
    
}
.projects_conent h3{
    margin-top: 0;
    font-size: 30px;
    color: #011627;
    
}

.projects_works_img {
    margin-bottom: 140px;
}

.projects_works_img img {
    width: 100%;
    border-radius: 6px;
    position: relative;
    z-index: 9999;
}

.projects_works_imgin {
    padding-left: 40px;
    position: relative;
}

/*
.projects_works_imgin::before{
       content: "";
    width: 400px;
    height: 220px;
    background: #ffffff;
    box-shadow: 3px 3px 5px #cccc;
    position: absolute;
     left: 6px; 
    right: -60px;
    z-index: 99999;
    top: 30%;
     bottom: -34px; 
    border-radius: 6px;
}
*/


.projects_works_imgin_left::before {
     right: 6px;
    left: inherit;
}

.projects_works_imgin_left {
    padding-left: 0;
    padding-right: 40px;
}

.margin_0 {
    margin-bottom: 0;
}


#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}


#filters {
	margin:1%;
	padding:0;
	list-style:none;
    text-align: center;
}

	#filters li {
		float:none;
        display: inline-block;
	}
	
	#filters li span {
display: block;
    padding: 8px 30px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    border-radius: 3px;
            background: #fafafa;
	}
	
	#filters li span.active {
    background: #011627;
    color: #fff;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);	
            border: 1px solid #e9e9e9;
	}
	
	.portfolio .label {
        display: none;
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #e95a44;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }


	
.accosciation {
    background: url(../img/associations.jpg) 
}



.acade_in_col {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}


.acade_in_col img {
    width: 100%;
}

.academic_council {
   padding: 55px 0 0;
    float: left;
    width: 100%;
    background: #fff;
}

.board_mang_tab ul {
    text-align: center;
}
.board_mang_tab ul li {
    width: inherit;
    float: none;
    display: inline-block;
}

.board_mang_tab ul li a {
        padding: 28px 38px;
    font-size: 14.2px;
}

.board_mang_tab .tab-content h4 {
    text-align: center;
}


.academic_council_tab ul {
    margin: 0;
    border: 0;
}
.academic_council_tab ul li{
    width: 20%;
}
.academic_council_tab ul li a{
    background-color: #e6e6e6;
    color: #222;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 17px 0;
    line-height: 20px;
    border-radius: 50px;
    font-family: 'Conv_GothamMedium';
}
.academic_council_tab .nav-tabs>li.active>a, .academic_council_tab .nav-tabs>li.active>a:focus, .academic_council_tab.nav-tabs>li.active>a:hover {
    background: #011627;
    border: 0;
    color: #fff;
}

.academic_council_tab ul li a:hover {
    background-color: #ccc;
    border: 0 solid #ccc !important;
    color: #fff;
    
}


a.single_line {
        padding: 25px 0 !important;
}


.academic_council_tab .tab-content {
   padding: 30px 0 !important;
}

.academic_council_tab .tab-content h4 {
    text-transform: inherit;
    font-weight: 800;
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}


	
	#ads {
		display:none;
	}
	
}


.navbar-brand>img {
    
}

.top_navigation {
    width: 100%;
    float: left;
    background: #011627;
    height: 50px;
    position: absolute;
    float: left;
    z-index: 9999;
    top: 0;
}


.navbar-brand>img {
}


.header_inner {
    position: relative;
    background: #fff;
    height: 79px;
    

}

.header_doble{
/*  margin-top: 50px;  */
    border: none;
}

.top_left_menu {
    padding: 6px 0px;
    overflow: hidden;
    margin: 0;
}

.top_left_menu li {
    font-size: 13px;
    float: left;
    list-style: none;
    color: #fff;
    margin-left: 20px;
    padding: 10px 0;
    font-weight: 300;
    font-family: 'GothamBook';
}

.top_left_menu li span.mobile_no {
    font-family: 'Conv_GothamMedium',Sans-Serif;
    color: #fedf00;
        margin-left: 10px;
}

.top_left_menu li .fa {
    font-size: 15px;
}

.top_left_menu li:first-child {
    margin-left: 0;
}



.top_right_menu {
    margin: 0;
}

.top_right_menu li {
    float: left;
    list-style: none;
    font-family: 'GothamBook';
    font-size: 13px;
    
}

a:hover{
    text-decoration: none;
}
.login_signin {
    padding: 10px 0;
}

.top_right_menu li a {
    float: left;
    font-family: 'Conv_GothamMedium';
    text-transform: uppercase;
    background: #f4b505;
    padding: 16px 13px;
}

.top_right_menu li span {
    float: left;
    text-transform: uppercase;
    font-family: 'Conv_GothamMedium',Sans-Serif;
    color: #0f1f6c;
    height: 42px;
    background: #fedf00;
    padding: 4px 10px;
    border: 1px solid #fedf00;
    width: 162px;
    font-size: 12px;
}

.top_right_menu li span img {
    width: 21px;
    float: left;
    margin-right: 6px;
}

.jpin_us {
    background: #0f1f6c !important;
    color: #fedf00 !important;
    padding: 11px 14px !important; 
    width: auto !important; 
}
.top_right_menu li span small{
    display: block;
    font-family: 'GothamBook';
    text-transform: none;
}


/*
.header {
    background-color: #244183bf;
    border: 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25); 
    position: absolute;
    margin-bottom: 0;
}
*/

.navbar {
    position: absolute !important;
}
.navbar-brand {
    height: 64px;
    padding: 7px 15px;
}

.navigation {
}


.track_trace {
    border-radius: 3px;
    color: #fff !important;
    background: #0f1f6c;
    background: -moz-linear-gradient(-45deg, #0f1f6c 0%, #011627 100%);
    background: -webkit-linear-gradient(-45deg, #0f1f6c 0%,#011627 100%);
    background: linear-gradient(135deg, #0f1f6c 0%,#011627 100%); 
    text-transform: none !important;
    font-size: 13px;
    margin-left: 30px;
}

.track_trace .fa{
    font-size: 15px;
    margin-right: 12px;
}
.navigation li a {
    color: #222!important;
    line-height: 35px;
    font-size: 16px;
    display: block;
    font-weight: normal;
    padding: 22px 16px;
    font-family: 'Conv_GothamMedium';
}
.navigation .dropdown-menu>li>a {
    text-transform: initial;
    font-size: 14px;
    padding: 9px 20px;
}
.navigation .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    
}
.navigation li a:hover{
    color: #011627 !important;
}


.navigation li.track_trace a {
    background: #ed1c25;
}

.navigation li.track_trace a:active{
    background: #ed1c25;
}
.navigation li.track_trace a:focus{
    background: #ed1c25;
}
.navigation li.track_trace a:visited{
    background: #ed1c25;
}
.navigation li.track_trace a:hover{
    background: #ed1c25;
}

.navigation li.track_trace a .fa {
    font-size: 18px;
    margin-right: 10px;
}























































@media only screen and (max-width: 639px) {
    .header {
        height: 50px;
        min-height: 50px;
    }
    .navbar-brand {
            padding: 13px 15px 10px;
    }
    .navbar-brand h1 {
        font-size: 24px;
    }
    .navbar-toggle {
        border: 0;
    
     padding: 10px 0;
            margin-top: 6px;
            position: absolute;
    right: 0;
    }
    .hero_text h2 {
        font-size: 29px;
        line-height: 37px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
            background-color: #000;
    }
    .navbar-toggle .icon-bar {
            height: 3px;
    }
    .navigation {
        text-align: left;
    }
    .navigation li {
        width: 100%;
    }
    .navbar-nav {
        margin: 0;
    }
    #navbar {
        padding: 0;
        float: left;
        width: 100%;
    }
    .navigation li a {
        padding: 12px 18px;
    }
    .owl-carousel div:not(.owl-controls) {
        
    }
    .slider_one {
        background-position: -190px !important;
    }
    .slider_two {
        background-position: -640px !important;
    }
    .slider_three {
        background-position: -640px !important;
    }
    .whatwedo_left::after {
        display: none;
    }
    .grid_3_main {
        top: 0;
    }
    .hero_text {
        height: auto  !important;
    }
    .owl-slide .col-md-6.col-xs-12 {
        height: auto!important;
    }
    .owl-slide {
        padding: 150px 0;
    }
    .hero_right h4 {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
    }
    .hero_right {
        text-align: left;
    }
    
    .hero_right a {
        
    }
    a.sub-bg1 {
        padding: 15px 31px;
        text-align: center;
        width: auto;
        font-size: 13px;
    }
    .sub-bg1:after {
        display: none;
    }
    .slider .owl-nav {
        bottom: 20px;
    }
    .grid_3_banner_img h3 {
        font-size: 15px;
    }
    .services {
        padding: 30px 0;
    }
    .heading h4 {
        margin-top: 0;
        font-size: 14px;
    }
    .heading h3 {
            font-size: 24px;
    }
    .services_child {
        text-align: left;
        overflow: hidden;
    }
    .services_child img {
        float: left;
            width: 61px;
    }
    .services_child h4 {
            font-size: 15px;
    }
    .ss_text {
        float: right;
    width: 77%;
    text-align: left;
    }
    .services_child p {
        font-size: 13px;
    }
    .wht_we_do {
        padding-top: 0;
    }
    .heading_line::after {
        display: none;
    }
    .whatwedo_left {
        padding: 29px 12px 30px;
    }
    .img_what img {
            width: 63px;
    }
    .heading_line {
        margin-bottom: 16px;
    }   
    p {
        font-size: 13px;
    }
    .whatwedo_left h5 {
        margin-top: 20px;
    }
    .list_what_we li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .fire_sec {
        min-height: inherit;
       padding: 26px 20px 0;
            position: relative;
    }
    .fire_sec button {
        width: 100%;
    }
    .produts .heading_line {
        margin-bottom: 16px;
    }
    .product_caption {
        position: relative;
        padding: 15px;
    }

    .products_child2 {
        margin-top: 0;
    }
    .products_child {
        margin-bottom: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .product_caption::after {
        display: none;
    }
    .product_caption {
        width: 100%;
        left: 0;
        position: inherit;
    }
    .product_caption h4::after {
        display: none;
    }
    .product_caption h4 {
    font-size: 14px;
    margin-bottom: 12px;
    
    }
    .produts {
        padding: 30px 0 30px;
    }
    
    .produ_btn {
        padding: 10px 0 10px;
    }
    
    a.our_clients_in {
        text-align: center;
    }
    .clients_text_right h3 {
        font-size: 22px;
        margin: 10px;
        line-height: 33px;
    }
    .clients_text_right {
        padding: 0;
    }

    .padding_left_0 {
        padding-left: 15px;
    }
    .our_clients {
        margin: 0;
        padding: 0;
    }
    
    a.our_clients_in {
        top: 0;
    }
    a.our_clients_in h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .testmonials_how {
        padding: 30px 0;
    }
    .rest_head_test {
        margin: 0;
        font-size: 13px;
    }
    .test_text {
        padding: 20px 10px;
    }
    .test_name h4 {
        line-height: 43px;
            font-size: 14px;
    }
    .test_img {
            width: 60px;
    height: 60px;
    }
    .test_avatar p {
            line-height: 21px;
    font-size: 14px;
    }
    .what_people_say .owl-nav {
        position: inherit;
        top: 0;
        float: right;
    left: 0;
    }
    .what_people_say .owl-nav button {
        float: left;
        width: 40px;
        height: 40px;
    }
    .what_people_say .owl-nav button span {
        font-size: 30px;
    }
    a.our_clients_in .fa {
            font-size: 40px;
        top: 0;
    }
    .callNow {
        padding: 30px 0;
    }
    .callNow h4 {
        font-size: 17px;
    }
    .callNow h3 {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .dowload_profile {
        float: left;
        font-size: 13px;
            margin-top: 18px;
        padding: 14px 28px;
    }
    .full-widrth {
        float: left;
    }
    footer {
        padding: 30px 0;
        text-align: left;
    }
    .social h3 {
        font-size: 25px;
        text-align: left;
    }
    .suucess_projects {
        padding: 30px 0;
    }
    .suucess_projects .owl-nav {
        bottom: 0;
        right: 0;
        left: inherit;
    }
    .suucess_projects .owl-nav button {
        float: left;
        margin: 0;
        width: 40px;
        height: 40px;
    }
    .projects_caption {
              padding: 11px 20px;
    }
    
    .projects_caption p {
        font-size: 11px;
        margin-bottom: 4px;
    }
    .projects_caption h4 {
            line-height: 20px;
    font-size: 17px;
        margin-bottom: 8px;
    }
}









.navbar-brand img {
    
}

.navbar-brand>img {
        display: block;
    width: 270px;
}
.ss_text p {
    float: left;
}
.baner_icons {
/*    padding: 10px;*/

}
.serv_padd {
    padding: 5px;
}



.line2::after {
    width: 55px;
    float: left;
    content: "";
    height: 5px;
    background: #f16623;
    position: absolute;
    top: 95px;
    left: 17px;
}
.ongoing_pro {
    margin-bottom: 40px;
}
.btn_about {
    padding: 30px 0 0px;
    text-align: left;
        margin: 40px 0px 0px;
}

.line_left::before {
    width: 5px;
    height: 32px;
    content: "";
    top: 11px;
    position: absolute;
    left: 11px;
    background: #ff8c90;
}
.line_left2::before {
    background: #00c3e1;
}
.line_left3::before {
    background: #f1c44a;
}

.line_left4::before {
    background: #b163ec;
}

.banner_btn_hero {
    border-radius: 100px;
}
.hero_text_bn p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 30px;
}
.suucess_projects_in {
    border-right: 6px solid #fff;
}
.banne_hero {
    border-radius: 100px;
}
.btn_hero_pro {
    border-radius: 100px;
}











.caption h2 {
    background: none;
    color: #fff;
}

.card.card-gallery img {
    max-width: 100%;
    border: 1px solid #000;
}
.card {
    border-radius: 8px;
    box-shadow: 2px 13px 24px 0px rgba(0, 0, 0, 0.11);
    background: #fff;
}
.gallery {
    padding: 20px 20px;
}

h5.card-title {
   font-size: 25px;
   font-weight: 700;
   font-family: 'Conv_Panton-BlackCaps';
}

a#btn1 {
  padding: 13px 20px;
    box-shadow: none;
}
.col-md-12.galery {
    margin: 50px 0px 0px;
}
.about-sri {
    background: #fff;
    box-shadow: 2px 13px 24px 0px rgba(0, 0, 0, 0.11);
    padding: 20px 20px;
    height: auto;
    margin: 20px 0px;
}
.overview-card {
    margin-bottom: 20px;
    padding-bottom: 2px;
}
.bordered-card {
    border: 1px solid #e6e6e6;
}
.card-cont {
    background-color: #fff;
   margin: 30px 0px;
}

.header-cont {
    height: 42px;
    line-height: 35px;
    font-size: 18px;
    padding: 6px 18px;
    font-weight: 400;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.body-cont p {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 24px;
}

ul.feature {
    padding: 10px 40px;
    line-height: 28px;
    font-weight: 600;
}
#loading, #results {
        display: none;
}


.inner_banner {
    background: #011627;
    height: 300px;
}
ul.bread {
    padding: 0px 20px;
}
ul.bread li {
    display: inline-block;
    margin: 5px 0px 0px;
}
ul.bread li a {
    padding: 4px;
}

.civils{
    background: #f5f5f5;
}
h2.cont {
    color: #fff;
    /* margin: 40px 19px; */
    margin: 140px 0px !important;
}


.calculator{
    padding: 20px;
    border: 2px solid #000;
    margin-bottom: 10px;
}

.modal-footer {
    border: 0px !important;
}
.input-group {
    width: 100%;
}
span.input-group-text {
    width: 20%;
    float: left;
    padding: 7px;
    background: #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 80%;
    margin-bottom: 0;
}
.cal{
    background: #000 !important;
    color: #fff;
    font-size: 15px;
}
.cal:hover{
    color: #fff;
}

h1.heading.display-5.pb-3 {
    font-size: 20px;
    /* padding: 0px 30px !important; */
    margin: -b;
    margin-bottom: 20px;
    padding: 0px !important;
}
.modal-content {
    width: 700px;
}
.modal-footer button {
    background: #ccc;
    color: #000;
}
.modal-footer button:hover {
    background: #ccc;
    color: #000;
}

.back-up-img img{
    width: 100%;
}
.projects1 img {
    width: 100%;
    /* height: 800px; */
}
ul.nav.navbar-nav.navigation.navbar-right {
    margin: 15px 0px !important;
}
.navbar-brand {
    padding: 8px 15px !important;
}




@media only screen and(max-width: 425px){

}

.loan-form.input-group .form-control {
    width: 90%;
}
span.input-group-text {
    width: 10%;
    float: left;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 90% !important;
}

#loan-form.input-group .form-control {
    width: 90% !important;
}


.product_caption h4 {
    width: 50%;
    float: left;
}

.product_caption a {
    width: 50%;
}

a.service-but {
    padding: 8px !important;
    width: 26%;
    float: right;
    text-align: center;
    margin: auto;
    background: #011627 !important;
    color: #ffff !important;
    margin: 13px;
}

.product_caption {
    width: 100% !important;
    float: left;
    right: 0px !important;
    padding: 30px 0px !important;
}

.product_caption p {
    width: 100% !important;
    float: left;
    padding: 0px 21px 0px;
}

.clients_text_right {
     padding: 0px 0px !important; 
    margin: -20px 0px;
}
h3.heading-text {
    padding: 20px 0px;
    font-size: 39px;
    margin: 0px !important;
}

.ds_bg {
    background: url("../img/onproje.jpg");
    height: 505px;
    background-size: cover;
}
.mision-back{
    background: url("../img/onproje1.jpg") !important;
    height: 505px;
    background-size: cover;
}
.helo{
    background: url("../img/onproje3.jpg") !important;
    height: 505px;
    background-size: cover; 
}
.mision-back1{
  background: url("../img/onproje4.jpg") !important;
    height: 505px;
    background-size: cover;   
}

.all_serv_co {
    background: #fff;
    height: 338px;
    background-size: cover;
    margin-top: 86px;
    width: 463px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}

.all_serv_co {
    padding: 40px 40px;
    position: absolute;
    z-index: 9999;
}
.all_serv_co_right {
    right: 10px;
}

.all_serv_co.all_serv_co_right.all_serv_co2 p {
    color: #222;
    font-size: 16px;
    line-height: 26px;
}

.all_serv_co.all_serv_co_right.all_serv_co2 h4 {
    font-size: 30px;
    color: #222;
    font-weight: bold;
}

.mission-bg {
    left: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}

.works-proje {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.vision-bg{
   right: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1); 
}
.mission-bg1{
    left: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);  
}
.mission-bg h3 {
    font-size: 30px;
    font-weight: bold;
}
.mission-bg1 h3{
    font-size: 30px;
    font-weight: bold;
}