body{

    margin: 0;

    padding: 0;

    font-size: 18px;

    font-weight: 400;

    font-family: 'Lato', sans-serif;

    color: #525252;

    background: #FFFFFF;

}

a {color: #c42e2f;}



.container{

    width: 100%;

    max-width: 1170px;

}



.navbar{

    min-height:0;

    border-radius: 0;

    margin-bottom: 0;

}

 

 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {

    background-color: #c52c2e;

    border-color: transparent;

    border: none !important;

}



.navbar-nav>li  .dropdown-menu {

    left: 0;

    right: initial; padding-top:0; padding-bottom:0;

} 

.navbar-nav>li.active>a, .navbar-nav>li>a:hover {background-color: #c52c2e; border-radius:5px}

.dropdown-menu li a{border-bottom:1px solid red;}

.dropdown-menu li a:hover{background:#c52c2e; color:#fff;}

.dropdown-menu li a {border-bottom: 1px dotted #e2e2e2;    padding: 7px 15px;}







.caret{display:none;}



.social-icon ul{

    list-style: none;

    margin: 0 0 10px;

}

.social-icon ul li{

    display: inline-block;

}

.social-icon ul li a{

    color: #FFF;

    font-size: 16px;

    padding-left: 10px;

}

.social-icon ul li i {color: #FFF;}

.contect-number{

    margin-bottom: 10px;

}

.contect-number a{

    color: #FFF;

    font-size: 15px;

    text-decoration: none;

}

li.search-icon{

    padding-left: 20px;

}

 

.navbar-nav>.li>.last-li a{

    padding-right: 0;

}

.nav>li>a:focus, .nav>li>a:hover{

 /*   background-color:transparent;*/

}

.navbar-nav>li>a{

  margin: 0;

    padding: 11px 10px;

    color: #FFF;

    font-size: 16px;

    line-height: 100%;     margin-left: 5px;

}

.header-section{

    padding: 15px 0;

    background-color: #1b2944;

}



.nav>li>a:focus, .nav>li>a:hover {

        text-decoration: none;

    background-color: #c52c2e;

    outline: none;

    border-radius: 4px;

}



.header-right {padding-right:0;}

#msg {border: 1px solid #ccc;}

.error {color: red; font-size: 12px !important;}







.slider-image{

    width: 100%;

    height: 100vh;

    position: relative;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

.slider-image::before{

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background: rgba(27,41,68,0.3);

    top: 0;

    z-index: 1;

} 



.slider-btn a{

    margin: 0;

    padding: 12px 30px;

    color: #FFF;

    font-size: 16px;

    background-color: #c52c2e;

    border:solid 1px #c52c2e;

    border-radius: 4px;

    text-decoration: none;

	transition:all 0.35s ease;

}

.slider-btn a:hover{    color: #fff;     background: #1c4e71;    border: 1px solid #fff;}

.slider-con h2{

    margin-bottom: 30px;

    padding: 0;

    font-size: 36px;

    font-weight: 600;

	color: #fff;

    letter-spacing: 2px;     max-width: 650px;

}

.slider-con p{

    margin-bottom:30px;

    padding: 0;

	color: #fff;

    letter-spacing: 1px;    font-weight: bold;     max-width: 650px;

}







.item {

background-size: cover;

    

    padding-top: 200px;

    background-position: center center;

	background-size: cover;

    padding-bottom: 146px;

}

.slider-con::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background: rgba(27,41,68,0.3);

    top: 0;

    z-index: 1;

}



.item .container {

    position: relative;

    z-index: 2;

}

.owl-theme .owl-nav {

    position: absolute;

    background: red;

    top: 51%;

    width: 100%;

}



.owl-theme .owl-nav .owl-prev {

    left: 0;

    position: absolute;

}



.owl-theme .owl-nav .owl-next {

    right: 0;

    position: absolute;

}



.owl-theme .owl-nav .owl-prev ,

.owl-theme .owl-nav .owl-next {

  width:40px;

  background-color: #c52c2e;

  border: solid 1px #c52c2e;

  height:40px;

  line-height:150%;

  font-size:20px;

}



.search-form .form-group input.form-control::-webkit-input-placeholder{

  display:none;

}

.search-form .form-group input.form-control::-moz-placeholder{

  display:none;

}

.navbar-right{

  min-width:450px; /*or I can probably just use columns*/

}

.navbar-right form{

  width:100%;

}

header .form-group{

  position:relative;

width:0%;

  min-width:0;

height:60px;

overflow:hidden;

transition: width 1s;

backface-visibility:hidden;

}

header .form-group input.form-control{

  position: relative;

  top:0;

  left: 0;

  outline:none;

  width:100%;

  height: 30px;

  margin:0;

  z-index:10;

  max-width: 200px;

}

header  input[type="text"].form-control{

  -webkit-appearence:none;

  -webkit-border-radius:0;

}





 

header  form.search-form {

    position: absolute;

    right: 0;

    top: 29px;

}



header  .form-control-submit{

  width:0;

  height:60px;

  position:absolute;

  right:0;

  top:0;

  padding:0;

  margin:0;

  text-align:center;

  cursor:pointer;

  line-height:60px;

  background:white;

}

header  .form-control-submit{

  background:#fff; /*stupid IE*/

    opacity: 0;

  color:transparent;

  border:none;

  outline:none;

  z-index:-1;

}

header  .search-label{

  z-index:90;

}

header  .form-group.sb-search-open,

header  .no-js .sb-search-open{

  width:100%;

}

header  .form-group.sb-search-open .search-label,

header  .no-js .sb-search .search-label {

	background: #da6d0d;

	color: #fff;

	z-index: 11;

}

header .form-group.sb-search-open .form-control-submit,

header .no-js .form-control .form-control-submit {

	z-index: 90;

}



.icon-images {

    font-size: 66px;

    background: #fff;

    color: #c52c2e;

    width: 110px;

    height: 110px;

    border-radius: 50%;

    display: inline-block;

    /* padding-top: 8px; */

    border: 4px solid #fff;

    border-offset: 2px;

}



.icon-images i {

    border: 3px solid #f2f2f2;

    border-radius: 50%;

    padding: 15px;

}







.about-sec{

    padding: 0 0 15px;

    margin: 0 auto;

}

h2{

    margin: 0 0 15px;

    padding: 0;

    font-size: 35px;

    font-weight: 600;

    color: #555555;

}

 

.services{

    background: #f2f2f2;

    padding-top: 75px;

	padding-bottom: 35px;

}

.services-title{

    padding: 35px 0;

    max-width: 640px;

    margin: 0 auto;

}

.services-title h3{

    margin: 0 0 15px;

    padding: 0;

    font-size: 30px;

    font-weight: 600;

    color: #000;

}

 

.link_info{

    background: #fff;

    padding: 15px;

    text-align: center;

}
.link-list h6 {
    margin-top: 0;
}
.services-box {
    margin-bottom: 15px;

}

.services-box a {transition:all 0.35s ease; display:block;}

.services-box a:hover {

    transform: scale(1.1);

    display: inline-block;

    text-decoration: none;

    color: #000;

}

.services-box h4{

    padding: 0;

    font-size: 20px;

    line-height: 1.3;

    color: #666666;

    font-weight: 600;

    margin-bottom: 25px;

}

.link-list{

    padding: 0 ;

}

.link-list ul li{

    padding: 3px 0;

}

.link-list ul{

    list-style: none;

    text-align: left;

    margin: 0;

    padding: 0;

}

.link-list h6 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    background: #ebebeb;
    padding: 10px;
}

.link-list a{

    margin: 0;

    padding: 0;

    font-size: 15px;

    font-weight: 400;

    text-decoration: none;

}

.our_clients{

    width: 100%; 

    position: relative;

    background-size: cover;

    background-position: center;

    padding: 70px 0;

}

 

.our_clients::before{

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background: rgba(27,41,68,0.3);

    top: 0;

    z-index: 0;

}

.our_clients_con h3{

    margin: 0 0 15px;

    padding: 0;

    font-size: 30px;

    font-weight: 600;

    color: #FFF;

}

.our_clients_con p{

 

    color: #fff;

    max-width: 720px;

    margin-left: auto;

    margin-right: auto;

}

.our_clients_img{

    position: relative;

    z-index: 2;

    margin-top: 80px;

}

.our_clients_img img{

    width: 100%;

    height: auto;

}

section.faq_sec{

    padding: 60px 0;

}



.faq_con h3{

    margin: 0 0 15px;

    padding: 0;

    font-size: 34px;

    font-weight: 600;

    color: #000;

}

.faq_con h4{

    margin: 25px 0 10px;

    padding: 0;

    font-size: 20px;

    font-weight: 600;

    color: #000;

}

 

.faq-image img{

    width: 100%;

    height: auto;

}

.our_work_sec{

    background: #f5f5f5;

    padding: 50px 0;

}

.our_work ul{

    list-style: none;

    margin: 0;

    padding: 0;

}

.our_work h4{

    font-size: 15px;

    margin-bottom: 15px;

    color: #444;

    font-weight: bold;

}

.our_work ul li a{

    margin: 0;

    padding: 0;

    font-size: 14px;

    font-weight: 400;

    color: #000;

    text-decoration: none;

}

footer{

    background: #2e2e2e;

    padding: 30px 0;

    color: #FFF;

    font-size: 14px;

    font-weight: 600;

    border-top: 5px solid #c52c2e;

}

.footer-nav ul{

    list-style: none;

    margin: 0;

}

.footer-nav ul li{

    display: inline-block;

}

.footer-nav ul a{

    font-size: 14px;

    font-weight: 400;

    color: #FFF;

}



section.our_clients .container {

    position: relative;

    z-index: 1;

}



.our_work ul li a {

    color: #7b7b7b;

    display: block;

    margin-bottom: 2px;

}



a:hover {

    color: #c52c2e;

}



.item .container {padding: 0 70px;}



button.navbar-toggle {

    background: #c52c2e;

}



button.navbar-toggle span.icon-bar {

    background: #fff;

}



.col-md-20{width:20%; padding-left:15px; padding-right:15px; float: left;}







/*inner pages*/

.inner-page-header .container{position:relative;}

.inner-page-header h1 {

    color: #fff;

    font-weight: bold;

    font-size: 50px;

    text-shadow: 2px 2px 2px #000;

}





.inner-page-header {

    padding: 2vw 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center; position:relative;

}



.inner-page-header:before {position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background: rgba(14, 14, 14, 0.6);

    top: 0;

    z-index: 0;

}



.companylogo .thumbnail {transition: all 0.5s ease;}

.companylogo:hover .thumbnail {transform: scale(1.05);}

.companylogo:hover .thumbnail .caption p {color: #c42e2f !important;}

.services-left-sec {clear: both;margin-bottom: 15px;}





section.map {

    padding-bottom: 50px;

}



section.map h3 {

    margin-bottom: 20px;

}



section.map label {

    font-size: 15px;

}



section.map .address-col i {

    float: left;

    margin-right: 10px;

    margin-top: 3px;

    padding-bottom: 5px;

    text-align: center;

}

section.map address {

    padding-left: 30px;

    vertical-align: top;

    line-height: 100%;

}



section.map .address-col {

    background: #f1f1f1;

    padding: 10px;

    border-radius: 5px;

    margin-bottom: 20px;

    min-height: 191px; border: 1px solid #dadada;

}



/*responsive*/


@media(max-width:992px){

	.navbar-header {

        float: none;

    }

    .navbar-toggle {

        display: block;

    }

    .navbar-collapse {

        border-top: 1px solid transparent;

        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

    }

    .navbar-collapse.collapse {

        display: none!important;

    }

    .navbar-nav {

        float: none!important;

        margin: 7.5px -15px;

    }

    .navbar-nav>li {

        float: none;

    }

    .navbar-nav>li>a {

        padding-top: 10px;

        padding-bottom: 10px;

    }

	.navbar-collapse.collapse.in {display: block !important; }

	.header-logo {position: absolute;}

	.item { padding-top: 150px;}

	.item .container {padding: 0 70px;}

	.col-md-20{width:33.333%; margin-bottom:50px;}

	

	.dropdown-menu>li>a {color: #fff;}

	.navbar-nav>li {margin-bottom: 2px !important;}







	

}













@media (max-width: 600px){

.header-logo {

    position: relative;

    text-align: center;

    margin-top: 20px;

}

.header-right {position: static;}

.social-icon {

    position: absolute;

    top: 0;

}

.contect-number {

    margin-bottom: 10px;

    position: absolute;

    top: 0;

    right: 15px;

}

.footer-nav {

    display: none;

}



.slider-con h2 {font-size: 26px; margin-bottom: 20px;}

.slider-con p {font-size: 14px;}

.item {padding-top: 50px;    padding-bottom: 80px;}

	.col-md-20{width:50%; margin-bottom:20px;}

}



.companylogo .caption {

	height: 65px;

    text-align: center;

    margin-top: 0;

    font-size: 18px;

    padding-bottom: 0;

}

.companylogo .caption p { font-weight: 900;    margin-bottom: 0;}

















/* ============== CHANGE BY AVI =================== */

.banner_with_img img {
    width: 100%;
}
.header-logo {
    margin-top: -14px;
}
.link-list a i {
    font-size: 17px;
    margin-right: 3px;
}
p.footer_address {
    font-size: 16px;
    margin-bottom: 0;
}
.our_work ul li a {
    display: inline-block;
}







.accordion_with_arrow {
    position: relative;
    padding-right: 10px !important;
    display: block;
    font-size: 14px !important;
    text-transform: capitalize;
}
.accordion_with_arrow[aria-expanded="true"]:after{
    content: "-";
    font-size: 24px;
}
.accordion_with_arrow[aria-expanded="false"]:after{
    content: "+";
}

.accordion_with_arrow:after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}


.client_doc_list {

}
.list_accordion {
    margin-bottom: 10px !important;
}
.accordion_body {
    border-top: 1px dotted #b2b2b2;
    padding-top: 5px;
    margin-bottom: 10px;
}
.accordion .card-header {
    margin-top: 5px;
}

ul.client_doc_list li a {
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -6px;
}
ul.client_doc_list li i {
    font-size: 12px;
    color: #000;
}



.link-list ul.scroll_list {
    width: 225px;
    overflow-x: hidden;
    padding-right: 10px;
}

.scroll_list_60 {
    height: 335px;
}

/* Scrollbar Styling */
.scroll_list::-webkit-scrollbar {
    width: 3px;
}
 
.scroll_list::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.scroll_list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ccc; 
}




.services-box {
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    min-height: 218px;
}





p.footer_address > b {
    position: relative;
    padding-bottom: 10px;
    display: block;
}





a {
    color: #164a8c;
}
a:hover {
    color: #0048e4;
}


.navbar-nav>li.active>a, .navbar-nav>li>a:hover {
    background-color: #e2c373;
    border-radius: 5px;
    color: #1b2944;
}


.slider-btn a {
    background-color: #e2c373;
    border: solid 1px #e2c373
}


.slider-btn a {
    color: #1b2944;
}

/* ============== CHANGE BY AVI =================== */









@media (max-width: 730px) {
    .contect-number {
        display: none;
    }
    .header-logo img {
        max-width: 302px;
    }




    .header-section {
        overflow: hidden;
    }
    .copy-right {
        text-align: center;
    }
    .footer-right.text-right {
        text-align: center;
    }
}



@media (max-width: 600px) {
    .link-list ul.scroll_list {
        width: 100%;
    }
}


.why_table.table {
	font-size: 16px;
	margin-bottom: 15px;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
li.lg-out-btn a {
    background: #c52c2e;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
}
@media (max-width: 1400px){
    .navbar-nav>li>a {
        font-size: 14px;
        line-height: 100%;
        margin-left: 2px;
    }
}
@media (max-width: 1200px) {
   
    .navbar-header {

        float: none;

    }
    .navbar-collapse.collapse {

        display: none!important;

    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {

        float: none;

    }

    .navbar-toggle {

        display: block;

    }

    .navbar-collapse {

        border-top: 1px solid transparent;

        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

    }

    .navbar-collapse.collapse {

        display: none!important;

    }

    .navbar-nav {

        float: none!important;

        margin: 7.5px -15px;

    }

    .navbar-nav>li {

        float: none;

    }

    .navbar-nav>li>a {

        padding-top: 10px;

        padding-bottom: 10px;

    }

	.navbar-collapse.collapse.in {display: block !important; }

	.header-logo {position: absolute;}

	.item { padding-top: 150px;}

	.item .container {padding: 0 70px;}

	.col-md-20{width:33.333%; margin-bottom:50px;}

	

	.dropdown-menu>li>a {color: #fff;}

	.navbar-nav>li {margin-bottom: 2px !important;}
}





