* {outline: none;}

* {-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 
   box-sizing: 
   border-box;
 
   outline: 
   none;
}
:root{
	--dark-blue:#002b3a;
}
a{text-decoration: none !important; color: #3d7be6;}

html {  
	scroll-behavior: smooth;
}

   /************************************************************************************
 
   RESET

   *************************************************************************************/
 
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,

h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small, 
span,
strong,
sub,
sup, 
tt,
var,
legend,
fieldset {
   margin: 0;
   padding: 0;
}
img,
fieldset {
   border: none;
}
 /* set image max width to 100% */
img {
   max-width: 100%;
   height: auto;
/*width:auto\9;*/ /* ie8 */
} 
/* set html5 elements to block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 
   display: 
   block;

    }
    .pt-10 { padding-top: 10px; }
    .pt-20 { padding-top: 20px; }
    .pt-30 { padding-top: 30px; }
    .pt-40 { padding-top: 40px; }
    .pt-50 { padding-top: 50px; }
    .pt-60 { padding-top: 60px; }
    .pt-70 { padding-top: 70px; }
    .pt-80 { padding-top: 80px; }
    .pt-90 { padding-top: 90px; }
    .pt-100 { padding-top: 100px; }
    
    .pb-10 { padding-bottom: 10px; }
    .pb-20 { padding-bottom: 20px; }
    .pb-30 { padding-bottom: 30px; }
    .pb-40 { padding-bottom: 40px; }
    .pb-50 { padding-bottom: 50px; }
    .pb-60 { padding-bottom: 60px; }
    .pb-70 { padding-bottom: 70px; }
    .pb-80 { padding-bottom: 80px; }
    .pb-90 { padding-bottom: 90px; }
    .pb-100 { padding-bottom: 100px; }
    
    .mt-10 { margin-top: 10px; }
    .mt-20 { margin-top: 20px; }
    .mt-30 { margin-top: 30px; }
    .mt-40 { margin-top: 40px; }
    .mt-50 { margin-top: 50px; }
    .mt-60 { margin-top: 60px; }
    .mt-70 { margin-top: 70px; }
    .mt-80 { margin-top: 80px; }
    .mt-90 { margin-top: 90px; }
    .mt-100 { margin-top: 100px; }

    .mb-10 { margin-bottom: 10px; }
    .mb-20 { margin-bottom: 20px; }
    .mb-30 { margin-bottom: 30px; }
    .mb-40 { margin-bottom: 40px; }
    .mb-50 { margin-bottom: 50px; }
    .mb-60 { margin-bottom: 60px; }
    .mb-70 { margin-bottom: 70px; }
    .mb-80 { margin-bottom: 80px; }
    .mb-90 { margin-bottom: 90px; }
    .mb-100 { margin-bottom: 100px; }

    .pr { padding-right: 15px; }
    .pl { padding-left: 15px; }

.w300
{
	width:341px;
}
.w188 {
    width: 180px;
}
.w130 {
    width: 149px;
}
.w500
{
	width:504px;
}
.w495 {
    width: 498px;
}
.w310 {
    width: 306px;
}
/* .w188 {
    width: 178px;
} */
.w180
{
	width:180px;
}

.w150 {
    width: 150px;
}

.trainig-sec
{
	padding:100px;
}

.section-padding { padding: 40px 0; }
.other-page-padding { padding: 60px 0; }

.pb-sm, .pb-xs {padding-bottom: 0;}

   /************************************************************************************
   GENERAL STYLING
  
   *************************************************************************************/
body {
    margin: 0;padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
    background-color: #FFF;
    color: var( --dark-blue);
    position: relative;
    z-index: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}	
a {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color: var( --dark-blue);
    outline: none;
    -webkit-transition: all 0.40s ease 0s;
    -moz-transition: all 0.40s ease 0s;
    transition: all 0.40s ease 0s;
 }
 a:hover {
    text-decoration: none;
    color: var( --dark-blue);
 }
 p {
    font-size: 17px;
    font-weight: normal;
    text-align: justify;
    padding: 0;
    line-height: 25px;
    margin-bottom: 10px;
}
/* list */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li {
   margin: 0;
   padding: 0;
   font-size: 17px;
   line-height: 25px;
}
span {
   margin: 0;
   padding: 0;
   font-size: 17px;
   line-height: 25px;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Oswald', sans-serif;
   line-height: normal;
   font-weight: bold;
   margin-bottom: 10px;
}
h1 {
   font-size: 42px;
   line-height: 55px;
}
h2 {
   font-size: 32px;
   line-height: 52px;
}
h3 {
   font-size: 36px;
   line-height: 53px;
}
h4 {
   font-size: 18px;
   line-height: 30px;
}
h5 { 
   font-size: 22px;
   line-height: 32px;
}
h6 {
   font-size: 20px;
   font-weight: 300;
   line-height: 22px;
}


/* reset webkit search input styles */
input[type=search] {
   -webkit-appearance: none;
   outline: none;

}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.clear-fix {
  height: 0;
  line-height: 0;
  content: ".";
  border: none;
  font-size: 0px;
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

html:lang(ru) #cssmenu > ul > li > a {
    font-size: 15px;
}
html:lang(ru) .get-a-quote a {
    font-size: 14px;
    padding: 11px 15px;
}
html:lang(fr) #cssmenu > ul > li.has-sub > a {
    font-size: 12px;
}
html:lang(fr) .get-a-quote a {
    padding: 10px 17px;
}
html:lang(de) #cssmenu > ul > li.has-sub > a {
    font-size: 15px;
}
html:lang(de) .get-a-quote a {
    padding: 10px 17px;
}
html:lang(es) #cssmenu > ul > li > a {
    font-size: 14px;
}
html:lang(es) .get-a-quote a {
    padding: 10px 17px;
}
html:lang(it) #cssmenu > ul > li > a {
    font-size: 14px;
}
html:lang(it) .get-a-quote a {
    padding: 10px 17px;
}


/****** Start Header Style *********/

.navigation {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 999;
}
.logo-caption {
    width: max-content;
    display: none;
}
.topbar {
  background-color: var(--dark-blue);
  display: none;
}
.contact-info {
  width: 100%;
/*   height: 56px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1); */
	display:inline-block;
	height:40px;
	
}
.contact-info ul li:first-child {
  padding: 10px 30px 10px 0;
  margin-right: 30px;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.contact-info ul li {
  float: left;
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 0;
}
.contact-info ul li .fas, .contact-info ul li .far {
  margin-right: 10px;
  color: #FFF;
}
.contact-info ul li p, .contact-info ul li p a {
  margin-bottom: 0;
  font-weight: 300;
  color: #FFF;
  font-size: 15px;
}
.social-link {
	width: 100%;
/* 	border-bottom: solid 1px rgba(255, 255, 255, 0.1); */
	border-left: solid 1px rgba(255, 255, 255, 0.1);
	padding: 7px 0px;
	padding-left: 29px;
	text-align: right;
}
.social-link select {
    width: 100%;
    height: 30px;
    padding: 3px;
    font-size: 14px;
    border: 0;
    background-color: #fff;
    color: var( --dark-blue);
}
.social-link ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.social-link ul li {
  float: left;
  padding: 15px 10px 15px 0;
}
.social-link ul li a {
  color: #FFF;
}
.main-menu {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 92px;
}
.get-a-quote {
  width: 170px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*border-left: solid 1px rgba(255, 255, 255, 0.1);*/
}
.get-a-quote a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #FFF;
  padding: 11px 30px;
  background: #D6721A;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in;
}


.mega-parent {
    position: inherit;
}
.megamenu .row {
    width: 100%;
    margin: 0;
}
.mega-parent:hover .megamenu {
   display: flex !important;
   transition: height 0.5s ease;
}
.mega-parent .megamenu {
    flex-wrap: wrap;
    width: 580px !important;
    left: 0 !important;
    right: 0;
    display: none !important;
    transition: height 0.5s ease;
    border-top: solid 2px #d6721a !important;
    border-bottom: solid 2px #d6721a !important;
}
.megamenu h5 {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #d6721a;
}
.mega-list ul {
    width: 100% !important;
    left: 0 !important;
    position: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
}
.mega-list ul li {
    height: auto !important;
}
.mega-list ul li a {
    padding: 10px 0 !important;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0px !important;
}
nav#cssmenu {
  width: 100%;
  padding-right: 10px;
}
nav#cssmenu ul {
  float: right;
}
#cssmenu ul li:last-child a {
  padding-right: 0;
}
.header, .home.page-template-default .header {
  background: #FFF;
  position: relative;
  transition: all 0.8s ease;
  z-index: 99;
  box-shadow: 0px 1px 3px #0000000f;
}
.header.sticky, .home.page-template-default .header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background:var( --dark-blue);
  box-shadow: 0px 1px 5px #00000047;
  transition: all 0.8s ease;
  z-index: 99999999;
}
.logo-column {
  flex: 0 0 20%;
  max-width: 20%;
}
.menu-column {
  flex: 0 0 80%;
  max-width: 80%;
}
.site-logo {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 10px 0;
}
.site-logo img {
    width: 85px;
}
.logo-caption h5 {
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    color: #FFF;
    margin-left: 7px;
}
.logo {
  position: relative;
  z-index: 123;
  font: 18px verdana;
  color: #fff;
  float: left;
  width: 15%;
  padding: 17px 15px;
}

.logo a {
  color: #fff;
}

nav {
  position: relative;
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu > ul > li {
  float: left
}

#cssmenu > ul > li > a {
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 17px;
  line-height: 25px;
  padding: 32px 15px 32px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
  color: var( --dark-blue);
}
.header.sticky #cssmenu > ul > li > a {
    color: #FFF;
}

#cssmenu > ul > li:hover > a {
  color: #d6721a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cssmenu ul li.active a {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  color: #8a8a8e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 15px
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 27px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
  display: none;
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 24px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  display: none;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 28px;
  height: 0
}

#cssmenu ul ul {
  left: -9999px;
  background-color: #fff;
  width: 250px;
  padding: 10px 12px;
  position: absolute;
  left: 0;
  top: 130%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu li:hover > ul {
  left: auto
}

#cssmenu li:hover > ul > li {
  height: auto;
}

#cssmenu li:hover > ul {
  left: auto;
  top: 100%;
  visibility: visible;
  opacity: 1;
  border-top: solid 2px #d6721a !important;
  border-bottom: solid 2px #d6721a;
}

#cssmenu ul ul li a {
  font-family: 'Oswald', sans-serif;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 100%;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  color: #222;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #d6721a;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #222;
  content: ''
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #222;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: transparent;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top: 1px solid #333
}

@media screen and (max-width:768px) {

#cssmenu li:hover > ul, .mega-parent .megamenu {
    border: none !important;
}
.mega-parent:hover .megamenu {
    display: none !important;
    transition: height 0.5s ease;
}
.mega-parent:hover .megamenu.open {
    display: flex !important;
    transition: height 0.5s ease;
}
.mega-parent .megamenu {
    width: 100% !important;
}
.megamenu .row .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.megamenu h5 {
    font-size: 14px;
    padding-left: 15px;
    border-top: solid 1px #CCC;
    padding-top: 12px;
}
.mega-list ul li {
    padding-left: 15px !important;
}
.slider-main .carousel-control-next, .slider-main .carousel-control-prev {
    width: 13% !important;
}
.megamenu .row {
    width: 100%;
    margin-left: 0px;
}
.mega-list ul {
    padding: 10px 15px !important;
    display: block !important;
}
.mega-list ul.open {
    padding: 0px 15px !important;
}
.mega-list .submenu-button {
    display: none !important;
}
.get-a-quote {
    width: 250px;
}
li.has-sub ul {
  transition: unset !important;
  position: inherit !important;
  padding: 0 !important;
  box-shadow: none !important;
}
#cssmenu > ul > li > a {
  padding: 15px 15px 15px 15px;
  color: #222222;
  font-size: 15px;
}
#cssmenu ul {
  width: 320px;
  height: 100%;
  display: none;
  z-index: 9999;
  background: #FFF;
  padding: 0;
  position: fixed;
  top: 0;
  left: -440px;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul.open {
  width: 320px;
  height: 100%;
  display: none;
  z-index: 9999;
  background: #FFF;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #cccccc;
  }
#cssmenu ul li:hover {
  background: transparent;
  color: #d6721a;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 0;
}
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #ffffff !important;
  }
  #cssmenu ul ul li:hover {
    background: #ffffff !important;
    color: #222222;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #222222;
    background: none;
    font-size: 14px;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #D6721A;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9999999999999;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 30px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 30px;
    background: #ddd;
    content: '';
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 30px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #000000;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #cccccc;
    height: 55px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #FFF;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 28px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
    display: none;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    content: '';
    border-top: solid 2px #979393;
    border-left: solid 2px #979393;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 15px;
    transform: rotate(-135deg);
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

/********/

/******** Start Hero Slider Style *******/

.slider-main {
  position: relative;
  z-index: 0;
}
.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.carousel-cnt {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  text-align: center;
  right: inherit;
  bottom: inherit;
  width: 100%;
  height: 100%;
}
.cnt-bg {
    height: auto;
    text-align: left;
    width: 60%;
    /* margin: 0 auto; */
}
.cnt-bg h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.cnt-bg h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 25px;
}
.cnt-bg h2 {
  font-size: 32px;
  line-height: 35px;
    margin-bottom: 5px;
    font-weight: normal;
}
.cnt-bg p {
   margin-bottom: 20px;
}
.radius-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #FFF;
  background: #D6721A;
  padding: 11px 30px;
  transition: all 0.3s ease-out;
  border-radius: 100px;
}
.slider-main .carousel-indicators {
    display: none;
}
.radius-btn:hover, .get-a-quote a:hover {
    background: #FFF;
    color: #222222; 
    transition: all 0.3s ease-in;
    box-shadow: 0px 1px 3px #0000000f;
}
.slider-main .carousel-control-prev-icon {
    background-image: none;
    border-top: solid 4px #FFF;
    border-left: solid 4px #FFF;
    transform: rotate(-45deg);
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
.slider-main .carousel-control-next-icon {
    background-image: none;
    border-top: solid 4px #FFF;
    border-right: solid 4px #FFF;
    transform: rotate(45deg);
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
.slider-main .carousel-control-next, .slider-main .carousel-control-prev {
    width: 15%;
}


/**********/

/****** Start Contact Strip Style ********/

.contct-strip {
  background: #D6721A;
  padding: 26px 0;
}
.contct-strip h4 {
    width: 78%;
    font-size: 30px;
    line-height: 42px;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 0;
}
.radius-btn.strip-btn {
  background: #3e5896;
  color: #FFF;
}


/*********/

/********* Start Our Services **********/

.our-service {
  background: #ecebeb;
}
.service-heading h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 42px;
}
.our-service .row .col-12:nth-child(-n+3) .services-box {
  margin-bottom: 30px;
}
.services-box {
  padding: 50px 30px;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease;
	box-shadow: 2px 2px 8px 0px #00000024;
}
.services-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  z-index: -1;
}
.services-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 22, 58, .50);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    z-index: -1;
}
.count-div {
  text-align: center;
}
.services-box:hover .count-div h2 {
  transition: all 0.5s ease-in;
  color: #3e5896;
}
.services-box:hover .count-div h2 span {
  transition: all 0.5s ease;
  color: #3e5896;
}
.count-div h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 72px;
  font-weight: 400;
  color: #FFF;
  position: relative;
}
.count-div h2:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 20px;
  width: 83px;
  height: 6px;
  background: #D6721A;
}
.count-div h2 span {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.center-border {
  width: 100px;
  height: 2px;
  background: #CCC;
  margin: 25px auto;
}
.services-box:hover p {
  transition: all 0.5s ease;
  color: #3e5896;
}
.services-box p {
  font-size: 15px;
  text-align: center;
  color: #FFF;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}
.services-box:hover a.readmore-btn {
  transition: all 0.5s ease;
  color: #D6721A;
}
a.readmore-btn {
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  font-weight: 500;
  display: block;
  text-align: center;
  transition: all 0.5s ease;
}


/**********/

/********* Start Welcome to KBS ***********/

.welcome-to {
    background: #ecebeb;
}
.welcome {
    padding-right: 55px;
}
.welcome h2 {
  text-transform: uppercase;
}
.welcome p {
    color: #727780;
    font-size: 18px;
    line-height: 30px;
}
.heading-border {
  width: 35px;
  height: 6px;
  background: #D6721A;
  margin: 0 0 30px;
}
.welcome .readmore-btn {
  color: #d6721a;
  text-align: left;
  font-size: 14px;
  text-decoration: underline !important;
  margin-top: 30px;
}


/**********/

/********* Start Testimonial Style **********/

.testimonial {
  background: var( --dark-blue);
}
.testimonial h2 {
  color: #FFFF;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 40px;
}
.clients-detail {
  text-align: center;
}
.clients-detail img {
  margin: 0px auto 20px;
}
.clients-detail h6 {
  color: #D6721A;
  font-size: 18px;
  font-weight: 500;
}
.clients-detail p {
  color: #dddddd;
  text-align: center;
}
.comment-section {
  padding: 35px 80px 35px 35px;
  margin-left: 50px;
  border: solid 1px #D6721A;
  color: #FFFFFF;
  position: relative;
}
.comment-section:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -13px;
  border: solid 1px #D6721A;
  border-top: transparent;
  border-left: transparent;
  width: 25px;
  height: 25px;
  background: var( --dark-blue);
  transform: rotate(135deg);
}
.comment-section p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 16px;
}
.testimonial-slider .owl-dots .owl-dot {
  background: transparent;
  border: none;
}
.testimonial-slider .owl-dots .owl-dot:focus {
  border: none;
  outline: none;
}
.owl-theme.testimonial-slider .owl-dots .owl-dot span {
  background: #FFF;
  border: solid 1px #D6721A;
  width: 15px;
  height: 15px;
}
.owl-theme.testimonial-slider .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  background: #D6721A;
  border: solid 1px #D6721A;
}


/**********/

/******** Start Key Sectors *********/

.key-sectors h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 42px;
}
.sector-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
.sector-boxes .col-12 {
  padding: 0;
}
.sectors-box {
  padding: 30px;
  position: relative;
  z-index: 0;
  min-height: 300px;
}
.sectors-box:before {
    content: "";
    background: rgba(25, 33, 50, .60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background-image 0.5s linear;
}
.sectors-box:after {
    content: "";
    background: transparent linear-gradient(180deg, #192132 0%, #101824f2 52%, #866728f2 100%) 0% 0% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.sectors-box:hover:after {
    content: "";
    background: transparent linear-gradient(180deg, #192132 0%, #101824db 52%, #866728f2 100%) 0% 0% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 1;
    visibility: visible;
}
.sectors-box h5 {
  text-transform: uppercase;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 10px;
}
.under-line {
  width: 70px;
  height: 3px;
  background: #d6721a;
}
/* .sectors-box .readmore-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
  left: 30px;
} */
.sectors-box .readmore-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
.sectors-box .readmore-btn img {
  width: 12px;
  margin-top: -2px;
  margin-left: 5px;
}


/**********/

/********** Start Directors Msg **********/

.director-msg {
    padding: 50px 0;
    background: #FFF;
    position: relative;
    z-index: -1;
}
.director-msg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  background: #d6721a;
  z-index: -1;
}
.director-heading {
  width: 100%;
  height: 100%;
}
.director-heading h2 {
  text-transform: uppercase;
  line-height: 50px;
  color: #FFF;
  margin-bottom: 0;
}
.director-img {
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.director-img img {
    border-radius: 100%;
    border: solid 3px #FFF;
    width: 165px;
    height: 165px;
}
.director-conts {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var( --dark-blue);
  padding-right: 0px;
}
.director-conts p {
    font-style: normal;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: normal;
}
.director-conts p:last-child {
    margin-bottom: 0;
}
.director-conts h6 {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.director-conts span {
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
}


/*********/

/******** Start Association logo **********/

.associations-logos h2 {
    line-height: 42px;
    margin-bottom: 15px;
}
.we-provide {
    background: #3e5896;
    padding: 150px 0;
    background-attachment: fixed !important;
}
.provide-conts {
  color: #FFF;
  width: 100%;
}
.provide-conts h3 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
}
.provide-conts p {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.association-logos {
  margin-top: 20px;
}
.association-logos .item img {
  border: solid 1px #f0f0f0;
  padding: 5px;
	width:100%;
	height:auto;
}
.contact-no h4 {
    margin-right: 35px;
    margin-bottom: 0;
}
.contact-no {
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
}
.contact-no .radius-btn {
  width: max-content;
  margin: 0;
}
.contact-no h4 a {
  font-size: 28px;
  line-height: 41px;
  color: #FFF;
  font-weight: normal;
}


/***********/

/*********** Start Growth Counter **********/

.growth-counter {
    background-attachment: fixed !important;
    padding: 100px 0;
}
.growth-conts {
  display: flex;
  align-items: flex-start;
}
.countdown-conts {
  margin-left: 20px;
}
.countdown-conts h2 {
  font-size: 60px;
  line-height: 50px;
  color: #FFF;
  font-weight: 300;
}
.start-cntdown {
  display: flex;
  color: #FFF;
  margin-bottom: 5px;
}
.start-cntdown span {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  margin-left: 2px;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 0;
}
.countdown-conts p {
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}


/*********/

/************ Start Global Networks ***********/

.global-networks h2 {
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 40px;
}


/***********/

/********* Start News Press **********/

.news-press {
  background: #ecebeb;
}
.sector-boxes.news-boxes .sectors-box {
  padding: 0;
  background: #FFF;
}
.key-sectors.news-press .row .col-12:nth-child(n+4) .sectors-box {
    margin-bottom: 30px;
}
.news-boxes .sectors-box:after, .news-boxes .sectors-box:hover:after {
    display: none;
}
.sector-boxes.news-boxes .sectors-box:before {
  display: none;
}
.sector-boxes.news-boxes .sectors-box span {
  display: block;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #727780;
  border-bottom: solid 1px #ECECEC;
}
.news-conts {
    padding: 25px;
    border-right: solid 1px #ececec;
    min-height: auto;
}
.sector-boxes.news-boxes .col-12:last-child .news-conts {
  border-right: none;
}
.news-conts h5 {
  padding: 0 0 15px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: var( --dark-blue);
  border-bottom: solid 1px #ECECEC;
  text-transform: unset;
}
.news-conts p {
  color: var( --dark-blue);
  padding-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
  margin-bottom: 20px;
  min-height: auto;
}
.news-conts .readmore-btn {
  color: #D6721A;
  position: inherit;
  text-align: left;
}
.inner-banner.single-page img {
    height: 570px;
    object-fit: cover;
}

/**********/

/****** Start Partner Logos ********/

.partner-logos .item img {
  border: solid 1px #f0f0f0;
  padding: 20px;
}

/*********/


/* Footer Style Here */

.footer {
  background:var( --dark-blue);
  padding: 100px 0 0;
}
.social-icon {
    margin-top: 20px;
}
.social-icon ul li i {
    font-size: 20px;
    color: #CACACA;
    margin-right: 20px;
	transition:all 0.5s;
}
.social-icon ul li i:hover {
    color: #D6721A;
}
.social-icon ul li {
    float: left;
}
.footer-logo .title h5 {
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  padding-top: 8px;
}
.footer-cont h5 {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 25px;
    font-weight: 400;
}
.footer-cont.adrs ul {
   list-style: none;
   padding: 0px;
}
.footer-cont.adrs ul li span {
  color: #d6721a;
  margin-right: 5px;
}
.footer-cont.adrs ul li:first-child {
  padding-right: 35px;
}
.footer-cont.adrs ul li {
  font-size: 16px;
  line-height: 32px;
  color: #B2B2B2;
}
.footer-cont ul li a {
  color: #B2B2B2;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
	transition:all 0.5s;
}
.footer-cont ul li a:hover {
    color: #D6721A;
}
.footer-cont ul li {
  line-height: normal!important;
  padding-bottom: 15px;
  margin-bottom: 0 !important;
	list-style:none;
}
.adrs ul li:nth-child(3) {
    padding-bottom: 2px;
}
.adrs ul li:nth-child(2) {
    padding-bottom: 4px;
}
.footer-cont.adrs ul li p {
    font-size: 16px;
    line-height: 24px;
	text-align: unset;
}
a.set-change{
        font-weight: 500;
    color: #43b1ff;
}
.gallery-images {
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid #ccc;
}
.gallery-images {
    margin-bottom: 30px;
}
.gallery-title h3 {
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
    font-size: 25px;
	text-transform: uppercase;
}
/* Footer Style End */

/* Copyright Style Here */

.copyright {
  border-top: solid 1px #4f4e4e;
  margin-top: 20px;
}
.cprt-cont {
/*   width: 100%;
  height: 80px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icon ul li:last-child i {
    margin-right: 0;
}
.cprt-cont p {
  color: #A2A2A2;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 0;
}
.cprt-cont p a {
  color: #d6721a;
  font-size: 16px;
  font-weight: 500;
}

/* Copyright Style End */

/**********/

/******** Start About Page ***********/
/*============================================*/

/****** Start Inner Page Banner ********/

.inner-banner {
  position: relative;
  z-index: 0;
}
.inner-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.bread-conts {
  position: absolute;
  left: 0;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  text-align: center;
  right: inherit;
  bottom: inherit;
  width: 100%;
  height: 100%;
}
.banner-conts h2 {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-conts ul {
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.banner-conts ul li {
  font-size: 16px;
  position: relative;
  color: #FFF;
  padding-right: 40px;
}
.banner-conts ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #d6721a;
}
.banner-conts ul li:before {
  content: "\f061";
  position: absolute;
  top: 1px;
  right: 14px;
  font-family: "FontAwesome";
  font-size: 12px;
  color: #d6721a;
}
.banner-conts ul li:last-child {
  padding-right: 0;
}
.banner-conts ul li:last-child:before {
  display: none;
}


/**********/

/******** Start Years of Experience **********/

.fifteen-year {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.fifteen-year span {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  line-height: normal;
  font-weight: 500;
  border: solid 5px #d6721a;
  padding: 0px 20px;
  margin-bottom: 0;
  margin-right: 15px;
}
.fifteen-year h2 {
  font-size: 60px;
  height: 99px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0;
}
.year-of-experience p {
    color: #727780;
    font-size: 17px;
    line-height: 26px;
}


/***********/

/*********** Start Vision-Mission *************/

.vision-mission .row .col-12:nth-child(-n+2) .abt-conts, .vision-mission .row .col-12:nth-child(-n+2) .vision-mission-img {
  margin-bottom: 80px;
}
.abt-conts p {
  color: #727780;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}
.about-page .sectors-box {
  margin-right: 1px;
  margin-bottom: 1px;
}
.about-page .sectors-box:before {
  background-image: linear-gradient(0deg, rgba(129, 108, 77, 0.71) 0%, rgba(129, 108, 77, 0) 74%);
}
.key-sectors.about-page {
  background: #F8F8F8;
}


/************/

/******* Start Contact Us **********/

.certification {
    background: #F8F8F8;
    padding: 40px 0;
}
.avtar-img img {
    margin-bottom: 10px;
}
.avtar-img h5 {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    background: #3e5896;
    padding: 8px;
    display: block;
    width: 360px;
}
.avtar-img h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.avtar-img {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding-bottom: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.srvc-number a, .srvc-email a {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    display: block;
}
.info-box-outer .section-title-s2 span {
    margin-bottom: 15px;
}



.contact-map iframe {
    display: block;
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section form, .contact-pg-section-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}
.contact-forms {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .contact-pg-section form, .contact-pg-section-s2 form {
    margin: 0 0 0 -15px;
  }
}

.contact-pg-section form .half-col, .contact-pg-section-s2 form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .contact-pg-section form .half-col, .contact-pg-section-s2 form .half-col {
    width: 100%;
    float: left;
  }
}

.contact-pg-section form div, .contact-pg-section-s2 form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-pg-section form div, .contact-pg-section-s2 form div {
    padding: 0 0 15px 15px;
  }
}

.contact-pg-section form .submit-btn-wrapper, .contact-pg-section-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-pg-section form input, .contact-pg-section-s2 form input,
.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  background-color: #f8f8f8;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-pg-section form input, .contact-pg-section-s2 form input,
  .contact-pg-section form textarea,
  .contact-pg-section-s2 form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus, .contact-pg-section-s2 form input:focus,
.contact-pg-section form textarea:focus,
.contact-pg-section-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffbd34;
}


.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  height: 200px;
  padding: 15px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 53px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 43px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 45px;
  }
}

.contact-pg-section .info-box, .contact-pg-section-s2 .info-box {
  border: 1px solid #efeeee;
}

.contact-pg-section .info-box .grid, .contact-pg-section-s2 .info-box .grid {
  padding: 30px 38px;
}

@media (max-width: 991px) {
  .contact-pg-section .info-box .grid, .contact-pg-section-s2 .info-box .grid {
    padding: 25px 20px;
  }
}

.contact-pg-section .info-box > .grid:last-child, .contact-pg-section-s2 .info-box > .grid:last-child {
  padding: 15px 38px;
}

@media (max-width: 767px) {
  .contact-pg-section .info-box > .grid:last-child, .contact-pg-section-s2 .info-box > .grid:last-child {
    padding: 15px 20px;
  }
}

.contact-pg-section .info-box > .grid + .grid, .contact-pg-section-s2 .info-box > .grid + .grid {
  border-top: 1px solid #efeeee;
}

.contact-pg-section .info-box h3, .contact-pg-section-s2 .info-box h3 {
  font-size: 24px;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contact-pg-section .info-box h3, .contact-pg-section-s2 .info-box h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.contact-pg-section .info-box p, .contact-pg-section-s2 .info-box p {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
}

.contact-pg-section .info-box .social, .contact-pg-section-s2 .info-box .social {
  overflow: hidden;
  list-style: none;
}

.contact-pg-section .info-box .social li, .contact-pg-section-s2 .info-box .social li {
  float: left;
}

.contact-pg-section .info-box .social > li + li, .contact-pg-section-s2 .info-box .social > li + li {
  margin-left: 20px;
}

.contact-pg-section .info-box .social a, .contact-pg-section-s2 .info-box .social a {
  font-size: 20px;
  font-size: clac-rem-value(20);
  color: #828282;
}

.contact-pg-section .info-box .social a:hover, .contact-pg-section-s2 .info-box .social a:hover {
  color: #ffbd34;
}

.contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
  height: 450px;
  margin-top: 100px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    margin-top: 58px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}

.contact-pg-section .contact-map iframe, .contact-pg-section-s2 .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------*/

.grid p {
  font-size: 15px !important;
  font-weight: 500;
  color: #727780;
  text-align: unset !important;
}
.grid.social-grid {
  border-top: 1px solid #efeeee;
}
.grid p a {
  font-weight: 500;
  color: #727780;
}
.info-box-outer {
    margin-top: 0px;
}
.submit-btn-wrapper input[type="submit"] {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    color: #0a172b;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #d6721a;
    background: #d6721a;
    color: #FFF;
    border-radius: 0;
    line-height: normal;
    padding: 9px 35px;
    height: auto;
    cursor: pointer;
    transition: all 0.5s ease;
}
.submit-btn-wrapper input[type="submit"]:hover {
  transition: all 0.5s ease;
  border: 2px solid #d6721a;
  background: #d6721a;
  color: #FFF;
}
.section-title-s2 span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  color: #d6721a;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-title-s2 h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: #d6721a;
}
.section-title-s2 h2 {
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.section-title-s2 p {
    margin-bottom: 23px;
}


/**********/

/************/

.global-networks {
    background: #ecebeb;
    position: relative;
    display: block;
}
#chartdiv {
    width: 100%;
    height: 600px;
    overflow: hidden;
    pointer-events: none;
}
circle {
    fill: #d6721a;
}
.global-networks #chartdiv.clicked{
	pointer-events: auto;
}
.certification .row .col-12:last-child .avtar-img {
    margin-bottom: 0;
}

/********* Start Our Network **********/

.accordion {
    padding: 100px 0;
}
article.accordion-list ul {
    list-style: none;
}
.collapse_parent {
    margin-bottom: 15px;
}
.inner-conts {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border: solid 1px #b6b6b6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.office-adrs {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 0px 30px 0 0px;
}
.office-adrs h6 {
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.office-adrs h6 span {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.inner-conts iframe {
    width: 70%;
    height: 250px;
    border: none !important;
}
.inner-conts p {
    font-size: 17px;
    line-height: 26px;
    color: #222222;
    margin-bottom: 10px;
}
.accordion-list ul li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 25px;
    border-radius: 0;
    color: #222222;
    background: transparent;
    display: block;
    padding: 15px 15px 30px 15px;
    position: relative;
    border-bottom: solid 1px #b6b6b6;
    padding-bottom: 30px;
}
.heading.active a {
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 25px;
    color: #222222;
    background: transparent;
    display: block;
    padding: 15px 15px 30px 15px;
    position: relative;
}
.accordion-list ul li a:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 20px;
    border-top: solid 2px #222222;
    border-left: solid 2px #222222;
    border-radius: 0;
    width: 17px;
    height: 17px;
    transform: rotate(224deg);
    transition: all 0.5s ease;
}
.accordion-list ul li.active a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    border-top: solid 2px #222222;
    border-left: solid 2px #222222;
    border-radius: 0;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}
.office-adrs input[type="submit"] {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    background: #d6721a;
    border: none;
    border-radius: 100px;
    padding: 8px 30px;
    color: #FFF;
    cursor: pointer;
}
.office-adrs input {
    border: solid 1px #c2bbbb;
    border-radius: 100px;
    padding: 4px 10px;
}


/*****************/

.accreditations-certification {
    padding: 0;
}
.accreditation-hdng.pdf-hdng {
    margin-top: 25px;
}
.accreditation-hdng {
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.accreditation-hdng h3, .accreditation-hdng h5 {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
	text-align: left;
    font-size: 30px;
}
.pdf-link ul li {
    font-weight: 400;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 97px;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 10px !important;
    border: solid 1px #d6d6d6;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.pdf-link ul li a img {
    border: solid 1px #CCC;
    width: 70px;
}
.pdf-link ul li a span {
    margin-right: 10px;
}
.download-certificate h6 {
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    margin-bottom: 5px;
}
.pdf-link ul li span {
    display: block;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    color: #d6721a;
}
.pdf-link ul li span .fa-download {
    font-size: 13px;
    margin-right: 5px;
}
.accreditations-certification .row .col-12 {
    padding: 0 5px;
}
.modal-body iframe {
    width: 100%;
    height: 500px;
}
.modal-dialog.certification-popup {
    max-width: 860px;
}
/*
.pdf-link ul li a:hover {
     color: #FFF;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.pdf-link ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ecf0f1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 300ms ease-out;
}
.pdf-link ul li a:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pdf-link ul li a:hover {
    color: #FFF;
    background: #333333;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}*/
.pdf-link ul li span i {
    font-size: 50px;
}
.Fifth-item {
    flex: 0 0 20%;
    max-width: 20%;
}
.accreditations-certification .row {
    justify-content: center;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 20px;
}
.accreditations-certification .row:last-child {
    border-bottom: none;
}
.associations-logos-all img {
    width: 100%;
    transition: all 0.8s ease;
}
.associations-logos-all .accreditations-item {
    width: 100%;
    border: solid 1px #f1f1f1;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    z-index: 0;
}
.s-news-conts img {
    width: 100%;
    margin-bottom: 15px;
}
.s-news-conts span {
    background: #f3f3f3;
    padding: 5px 24px;
    margin-bottom: 20px;
    display: inline-block;
}
.post-title {
    display: flex;
    flex-direction: column;
    width: 70%;
}
.post-title span {
    font-size: 15px;
    color: #d6721a;
    margin-bottom: 0;
    margin-top: 0px;
}
.s-news-conts h3 {
    font-weight: 400;
    margin-bottom: 20px;
}
.s-news-conts p:last-child {
    margin-bottom: 0;
}
.s-news-conts p {
    font-size: 17px;
    color: #838383;
}
.news-sidebar h3 {
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.news-sidebar h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 1px;
    background: #0d0c06;
}
.news-sidebar ul li {
    margin-bottom: 25px;
    position: relative;
}
.news-sidebar ul li a {
    font-weight: 400;
    padding: 0;
    display: flex;
    align-items: center;
}
.post-thumbimg {
    width: 30%;
    padding-right: 15px;
}
.testimonial-inner {
    padding: 20px;
    border: solid 1px #ebebeb;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    min-height: 230px;
    align-items: center;
}
.testimonial-page .row .col-12:nth-last-of-type(1) .testimonial-inner {
    margin-bottom: 0px;
}
.testimonial-avtar {
    width: 20%;
    padding-right: 15px;
}
.testimonial-avtar img {
    width: 100%;
    border-radius: 100%;
}
.testimonial-name {
    width: 80%;
}
.testimonial-name p {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #222;
    text-align: left;
    margin-bottom: 0px;
}
.testimonial-inner .destintion h5 {
    font-size: 16px;
    font-weight: 500;
    color: #d6721a;
    margin-top: 5px;
    margin-bottom: 0;
}
.testimonial-inner .destintion span {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    color: #828180;
    margin-bottom: 0;
}
.testimonial-inner .fa-quote-left {
    font-size: 40px;
    margin-bottom: 10px;
    color: #d6721a;
}
.team-hdng h3 {
    font-weight: 400;
}
.team-hdng {
    border-bottom: solid 1px #CCC;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.team-info img {
    width: 100%;
    border: solid 1px #CCC;
}
.name-about {
    margin-top: 15px;
    margin-bottom: 30px;
}
.name-about h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    color: #d6721a;
}
.name-about span {
    margin-bottom: 0;
    color: #6f6f6f;
}
.team-info {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
}
.team-info:hover .overlay-conts {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #36322f;
    color: #FFF;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    transition: all 0.8s ease;
}
.overlay-conts {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #36322f;
    color: #FFF;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all 0.8s ease;
}
.overlay-conts p {
    font-size: 15px;
    text-align: left;
}
.marqee-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.marqee-text marquee {
    display: block;
    background: #3e58968a;
    padding: 10px 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}
.accreditation-hdng p {
    font-weight: 300;
    line-height: normal;
    padding: 0px 100px;
    margin-top: 10px;
}
.kbsgroup-conts ul {
    list-style: DISC;
}
.kbsgroup-conts ul li {
    padding-left: 20px;
    margin-bottom: 10px;
}
.kbsgroup-conts p {
    font-size: 18px;
}


/******** Start Tooltip Style ***********/


.has-tip {
  display: block;
  width: 100%;
  cursor: pointer;
}
.has-tip:hover:before {
    content: attr(data-tip);
    display: flex;
    justify-content: center;
    width: 300px;
    background: #d6721a;
    border: 1px solid #d6721a;
    color: #FFF;
    padding: 20px;
    bottom: 150px;
    position: absolute;
    left: 20%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 5px 10px #00000024;
}
.has-tip:hover:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: -1%;
    top: 3px;
    transform: rotate(270deg);
    border-top: 25px solid transparent;
    border-bottom: 27px solid transparent;
    border-right: 25px solid #ddddff;
    display: none;
}

/**********/

.testmonial-hdng {
    margin-bottom: 40px;
}
.testmonial-hdng h3 {
    font-weight: 400;
    margin-bottom: 10px;
}
.testmonial-hdng p {
    font-size: 20px;
}


.quality-devlopment-down {
    position: relative;
}
.quality-devlopment figure {
    margin-bottom: 0;
}
.vsn-msn .quality-title {
    padding: 45px 50px 45px;
    height: auto;
    top: -85px;
    position: relative;
    background: #ffF;
    width: 90%;
    left: 5%;
	box-shadow: 0px 15px 10px #0000000a;
	min-height: 236px;
}
.vsn-msn .quality-title h2 {
    font-size: 32px;
}
.vsn-msn .quality-title p {
    margin-bottom: 0;
    font-size: 18px;
}
.quality-title ul {
    list-style: DISC;
    padding-left: 20px;
}
.kbsgroup-office img {
    width: 100%;
    margin-bottom: 20px;
}
.office-conts {
    padding: 25px;
    background: #fbfbfb;
    width: 90%;
    margin: -60px auto 0;
    z-index: 1;
    position: relative;
}
.kbsgroup-office a.readmore-btn {
    color: #d6721a;
    text-align: left;
}
.kbsbranch-single p {
    font-size: 17px;
}
.kbsbranch-single ul li {
    margin-bottom: 12px;
    font-size: 17px;
}
.kbsbranch-single ul {
    list-style: DISC;
    padding-left: 18px;
}
.kbsbranch-single h2 {
    margin-bottom: 20px;
}

/* Career page style here */

.opening-hdng h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}
.opening-hdng {
    margin-bottom: 25px;
}
.opening-hdng p {
    font-size: 17px;
    padding: 0 10%;
}
section.Careers-sec {
    display: block;
/*     background: #eef2f6; */
}
.form-heading {
    margin-bottom: 20px;
}
.form-heading h4 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #072a7c;
    margin-bottom: 40px;
    font-weight: normal;
}
.fade {
    opacity: 1;
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
	outline: 0;
}
.carrer-btn {
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    border: 2px solid rgba(26, 43, 99, 0.102);
    color: #1a2b63;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 15px;
    background: transparent;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    margin-top: 20px;
}
.carrer-btn:hover {
    background: #d6721a;
    border-color: #d6721a;
    color: #FFF;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
button.carrer-btn:focus {
    outline: none;
}
section.page .row .col-12:nth-child(1) .plant-content, section.page .row .col-12:nth-child(1) .plant-content {
	margin-top:0px;
	
}

.offic-info h3 {
    margin-top: 7px;
    margin-bottom: 7px;
}
.all-details p{
	color:#444444;
}
.carrer-pop {
    max-width: 600px;
}
.carrers-post button.read-more-btn.small-btn.btn-two {
    background-color: #072a7c;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    border: none;
    padding: 10px 20px;
    transition: 0.5s all;
    cursor: pointer;
    margin-top: 15px;
}

.carrers-post button.read-more-btn.small-btn.btn-two:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s all;
}
.carrers-post {
    padding: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #f8f8f8;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(17, 12, 79, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(17, 12, 79, 0.1);
    -webkit-transition: all 0.34s ease-in-out;
    -o-transition: all 0.34s ease-in-out;
    transition: all 0.34s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.carrers-post:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(17, 12, 79, 0.1);
    box-shadow: 0px 20px 20px 0px rgba(17, 12, 79, 0.1);
}
.carrers-post .all-details h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3e5896;
}
.technical {
    display: flex;
}

/* Career page style end */


.career-form {
    transition: 0.567s;
    margin: 0 auto;
    width: 100%;
}
.formgorup.career-form {
    background: #f7f7f7;
    padding: 30px;
    border: solid 4px #e7e7e7;
}
.career-form .input-div input {
    width: 100%;
    padding: 15px;
    background: #FFF;
    min-height: 60px;
    border-radius: 0px;
    border: none;
}
.input-div {
    margin-bottom: 20px;
}
.form-group input[type="submit"] {
    background: #d6721a;
    border: none;
    padding: 15px 30px;
    color: #FFF;
    cursor: pointer;
}
.career-form .input-div input, .career-form .input-div select {
    box-shadow: none;
}
.career-form .input-div select {
    padding: 15px;
    background: #FFF;
    min-height: 60px;
    border-radius: 0px;
    border: none;
}
.apply-sec .row {
    justify-content: center;
}
.all-details ul li {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-bottom: 7px !important;
}
.all-details ul li strong {
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #3e5896;
    font-size: 15px;
}
.all-details h3 {
    color: #4e4e4e;
	text-align:left;
	margin-top:0px;
}
.apply-form .modal-dialog {
    max-width: 650px;
    margin: 30px auto;
}
.apply-form .form-group {
    margin-bottom: 0;
}
.apply-form .modal-header {
	padding: 27px 27px 20px 27px;
	background-color: #3e5896;
	border-radius: 0px;
	border-bottom:0px;
}
button:focus{
	outline:0px !important;
	box-shadow:none !important;
}
.apply-form .modal-header h5 {
    margin-top: 0;
    margin-bottom: 10px;
}
.apply-form .modal-body {
    padding:20px 27px;
}
.apply-form .modal-body button.btn-info.carrer {
    padding: 10px 33px;
    border: none;
    background-color: #d6721a;
}
.apply-cntct {
    text-align: right;
}
.apply-form .modal-content {
    padding: 0px;
	border-radius: 0px;
}
.Careers-sec .modal-header .close {
    padding: 0px;
    margin: -1rem 0rem -1rem auto;
}
.all-details p {
    margin-bottom: 3px;
}
/* Get a quote style End */

.career-form .input-div:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 60px;
background: var( --dark-blue);
z-index: 1;
}
.career-form .input-div{
position: relative;
}
.apply-form .modal-header p {
    margin-bottom: 0px;
	color:#fff;
}
.apply-form .modal-body ul {
    list-style: unset;
    margin-left: 21px;
}
.Careers-sec .modal-header .close span {
    font-size: 35px;
}
.close {
    color: red;
    opacity: 1;
}
.contact-form .wpcf7-form-control-wrap {
    position: inherit;
}



/* container */

#share {
	width: 100%;
  	margin: 20px auto 0px;
  	text-align: left;
}

/* buttons */

#share a {
    width: 40px;
    height: 40px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}

#share a:hover {
	opacity: 1;
}

/* icons */
#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* colors */

.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #55acee;
}

.googleplus {
  	background: #dd4b39;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}
.section-padding ul {
    list-style: disc;
    padding-left: 20px;
}
.section-padding ul li {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
	list-style:none;
}
.all-details h4 {
    line-height: normal;
    margin-bottom: 0;
    position: relative;
}
.profile-btn {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}
.profile-btn:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 20px;
    border-top: solid 2px #222222;
    border-left: solid 2px #222222;
    border-radius: 0;
    width: 17px;
    height: 17px;
    transform: rotate(224deg);
    transition: all 0.5s ease;
}
.profile-btn.active:before {
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}
.profile-conts {
    display: none;
}
.profile-conts {
    padding-top: 20px;
}
.news-sidebar ul {
    list-style: none;
    padding-left: 0;
}

/* Services Single */

.services-single-area .sidebar-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding: 30px;
}

.services-single-area .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item .title h4 {
    font-weight: 500;
    margin-top: -5px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size: 25px;
}

.services-single-area .sidebar-item .title h4::before {
  background: #d6721a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.services-single-area .sidebar-item.link li {
  display: block;
  margin-bottom: 0;
}
.services-single-area .sidebar-item.link li:last-child a {
    border-bottom: none;
}
.services-single-area .sidebar-item.link li a {
    color: #666666;
    font-size: 17px;
    border-bottom: solid 1px #CCC;
    padding: 12px 0;
    font-weight: 500;
    display: block;
}
.services-content p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}
services-content ul{
	margin-bottom:20px;
}
.sidebar-item.address ul li, .sidebar-item.address ul li a, .sidebar-item.address ul li p {
    font-size: 18px;
}
.services-single-area .sidebar-item.link li:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar-item li {
  display: block;
  margin-bottom: 30px;
}
.services-single-area .sidebar-item li a {
    font-weight: 500;
}
.services-single-area .sidebar-item li .icon, 
.services-single-area .sidebar-item li span {
  display: table-cell;
  vertical-align: top;
}

.services-single-area .sidebar-item li span {
  padding-left: 15px;
}

.services-single-area .sidebar-item li .icon i.fa-clock, 
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
  font-weight: 500;
}

.services-single-area .sidebar-item li .icon i {
  color: #d6721a;
  display: inline-block;
  font-size: 30px;
}

.services-single-area .sidebar-item.project li span {
  float: left;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}

.services-single-area .sidebar-item.project li {
  margin-bottom: 15px;
  text-align: right;
}

.services-single-area .sidebar-item.project li:last-child {
  margin-bottom: 0;
}

.services-single-area .info h2 {
  font-weight: 600;
}

.services-single-area .services-content img {
  margin-bottom: 30px;
}

.services-single-area .info h4 {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sidebar-item.address ul {
    padding-left: 0;
}
.sidebar-item.link ul {
    padding-left: 0;
}
.services-breadcrumb {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.services-breadcrumb ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 20px 0;
    border-bottom: solid 1px #CCC;
}
.services-breadcrumb ul li a, .services-breadcrumb ul li {
    font-size: 16px;
    color: #d6721a;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
.services-breadcrumb ul li {
   padding-right: 20px;
   position: relative;
   color: #111111;
}
.services-breadcrumb ul li:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 9px;
    color: #f8796c;
    width: 2px;
    height: 13px;
    background: #7e7878;
    transform: rotate(24deg);
}
.services-breadcrumb ul li:last-child:before {
   display: none;
}
.pdf-link ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.info h3 {
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}
.services-single-area iframe {
    margin-bottom: 20px;
}
.services-single-area {
    padding: 50px 0;
}
section.our-team.section-padding .mb-30{
	padding:10px;
}
.md-img.team-image img {
    border-radius: 50px;
}
.md-img img {
	height: 100%;
	object-fit: cover;
}

.md-img {
	display: flex;
	width: 200px;
	border-radius: 100%;
	align-items: center;
	overflow: hidden;
	height: 200px;
}


.sidebar-item.address {
    text-align: center;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.sidebar-item.address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d6721ad9;
    z-index: -1;
    display: none;
}
.sidebar-item.address h4 {
    font-size: 30px;
    line-height: 45px;
    color: #FFF;
    margin-bottom: 0;
}
.icon .fas.fa-phone {
    background: #FFF;
    padding: 30px;
    border-radius: 100%;
    font-size: 30px;
    color: #d6721a;
}
.sidebar-item.address span {
    margin-bottom: 0;
}
.sidebar-item.address span a {
    font-size: 35px;
    font-weight: bold;
    color: #FFF;
}
ul.social {
    padding-left: 0;
}
ul.social li {
    margin-bottom: 0;
}
.footer.section-padding ul {
    padding-left: 0px;
}
.blogs-box {
    margin-bottom: 30px;
}
.blogs-box:hover img, .blog-link a:hover h4 img, .blog-link .readmore-btn:hover img {
    transition: all 0.3s ease;
    transform: scale(1.1);
}
.blogs-box a img {
    width: 100%;
    height: 318px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.blog-link .date {
    font-size: 14px;
    display: block;
    margin: -20px 20px 30px;
    text-align: center;
    border-radius: 6px;
    padding: 10px 15px 7px;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,.11);
    z-index: 0;
    position: relative;
    max-width: 50%;
}
.blog-link a h4 {
    font-size: 25px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 0.3s all;
    min-height: 74px;
}
.blog-link a:hover h4 {
    color: #d6721a;
    transition: 0.3s all;
}
.blog-link p {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blogs-page .text-center p {
    font-size: 17px;
    max-width: 550px;
    margin: 0 auto 40px;
    color: #606060;
}
.blog-link .readmore-btn {
    display: inline-block;
    color: #d6721a;
}
.blog-link .date i {
    color: #d6721a;
    margin-right: 3px;
}
.blog-img {
    overflow: hidden;
    border-radius: 15px;
}
.s-blog-content {
    border: 1px solid #f3f3f3;
    padding: 41px 50px 40px;
    position: relative;
}
.article-name {
    background: #d6721a;
    color: #FFF;
    display: block;
    width: max-content;
    padding: 5px 15px;
    line-height: normal;
    position: absolute;
    top: -1px;
}
.s-blog-content span:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: dotted 2px #828181;
    width: 100%;
}
.s-blog-content span {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
}
.s-news-conts.articles img {
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.s-news-conts.articles p {
    margin-bottom: 20px;
}
.blog-sidebar .post-thumbimg {
    width: 40%;
}
.article-name {
    background: #d6721a;
    color: #FFF;
}
.news-single {
    padding: 50px 0;
}
.news-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.page-content h4 {
    font-size: 50px;
    line-height: normal;
}
.page-content p {
    font-size: 25px;
    margin-bottom: 25px;
}
.back-to-home.get-a-quote a:hover {
    background: #bebebe;
}
.back-to-home.get-a-quote {
    margin: 0 auto;
    line-height: normal;
    width: max-content;
    height: auto;
}
.page-content {
    text-align: center;
    position: absolute;
    top: 200px;
    left: auto;
    width: 100%;
}
.thank-you-page {
    background: #f9f9f9;
    text-align: center;
    padding: 50px 0;
}
.tnq-inner h3 {
    font-weight: 400;
    margin-bottom: 10px;
}
.tnq-inner p {
    font-size: 20px;
    font-weight: 300;
}
.tnq-inner p a {
    font-weight: 500;
    color: #d6721a;
}
.tnq-inner .fa-check {
    font-size: 50px;
    border: solid 4px #1bb508;
    color: #1bb508;
    padding: 10px;
    border-radius: 100%;
    margin-bottom: 15px;
}
.carrer-pop-back {
    margin-bottom: 30px;
}
.table-main {
    width: 740px;
    overflow-y: scroll;
    overflow-x: scroll;
}
/* For the "inset" look only */

/* Let's get this party started */
.table-main::-webkit-scrollbar {
    width: 12px;
    transition: all 0.8s all;
}
 
/* Track */
.table-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
.table-main::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgb(27, 60, 155); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.table-main::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(27, 60, 155);
}
.wpcf7-response-output {
	padding: 5px !important;
    text-align: center;
}
.md-content p:nth-child(even) {
    font-size: 17px;
}
.md-content p {
    font-size: 17px;
	line-height: 28px;
}
.md-img img {
    width: 100%;
}
.blog-img img {
    width: 100%;
    transition: all 0.3s ease;
}
.blog-link .content-all {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: none;
}
.blog-link .content-all.show-more {
    -webkit-line-clamp: 100;
    -webkit-box-orient: vertical;
}
.wp-block-table td, .wp-block-table th {
    font-size: 15px;
    vertical-align: text-top;
}
.quality-devlopment p {
    font-size: 17px;
    line-height: 26px;
}
.page-id-166 .inner-defaults h2 {
    margin-bottom: 20px;
}
.page-id-166 ul li a {
    font-weight: 400;
}
.news-btn {
	margin-top: 50px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom: 30px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#D6721A;
    text-indent: -9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 99999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.avtar-img {
    border: solid 1px #d4d4d4;
}
.services-sidebar-logo img {
    border: solid 1px #e1e1e1;
    margin-bottom: 30px;
}
.key-sectors h2 {
    text-align: center;
/*     color: #FFF; */
}
.management-btn {
    color: #d6721a;
    font-size: 17px;
    font-family: 'Rubik', sans-serif;
    border-bottom: solid 1px #CCC;
    padding: 12px 0;
    font-weight: bold;
    display: block;
    position: relative;
    cursor: pointer;
}
.management-btn:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 20px;
    border-top: solid 1px #d6721a;
    border-left: solid 1px #d6721a;
    border-radius: 0;
    width: 17px;
    height: 17px;
    transform: rotate(224deg);
    transition: all 0.5s ease;
}
.management-conts {
    display: none;
}
.quality-devlopment .wp-block-columns p em {
    color: #d6721a;
}
.main-full select {
    background-color: #f8f8f8;
    height: 55px;
    padding: 6px 15px;
    border: 2px solid #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-full select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffbd34;
}
.main-full {
    padding: 0 !important;
}
.page-id-1152 .all-page p {
    margin-bottom: 0;
}
.page-id-1152 .all-page p a {
    font-weight: 400;
    border-bottom: solid 1px #CCC;
    display: block;
    padding: 15px 0;
	max-width: fit-content;
}
.page-id-1152 .all-page .wp-block-column p:last-child a {
    border-bottom: none;
}
.inner-defaults h3 {
    font-weight: 400;
	line-height:32px;
}
.contct-strip {
    display: none;
}
.we-provide {
    display: none;
}
.growth-conts img {
    width: 45px;
}
.growth-counter .row .col-12:last-child .growth-conts img {
    width: 35px;
}
.director-conts p:last-child {
    font-size: 16px;
}
.associations-logos.partner-logo h2 {
    line-height: 42px;
    margin-bottom: 35px;
}
.news-page .blog-link p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-page .blog-link a h4 {
    min-height: auto;
}
/* Work With Us */
.accordion.work-content {
    padding: 0;
}
.all-details {
    padding: 35px;
}
.accordion.work-content .btn.btn-link {
    text-decoration: none;
    color: #000;
}
.full-accoundian {
    width: 70%;
    margin: 20px auto 0;
}
.accordion.work-content button.btn.btn-link {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: var( --dark-blue);
    border: 0;
    border-radius: 0;
    color: #fff;
}
.icon-roate:after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 2px;
    top: -9px;
}
.full-accoundian .all-details {
       padding: 15px 35px 35px;
}
.card-header2 button.btn.btn-link.collapsed .icon-roate {
    transform: rotate(0deg);
}
.icon-roate {
	transition: all 0.5s;
}
.card-header2 .btn.btn-link .icon-roate {
    transform: rotate(45deg);
}
.card-header2 button.btn.btn-link .icon-roate:before {
    right: -8px;
    top: 0px;
}
.icon-roate {
    position: relative;
}
.card-header2 button.btn.btn-link.collapsed .icon-roate:before {
	    right: -7px;
}
.icon-roate:before {
    content: '';
    width: 21px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: -6px;
}
.full-accoundian .all-details .profile-conts {
    display:block !important;
}
.full-accoundian .all-details h3 {
    font-size: 25px;
    color: #07173a;
}
.full-accoundian .all-details h4 {
    margin-top: 25px;
}
.full-accoundian .all-details span p {
    font-size: 16px;
    margin-bottom: 0;
	margin-left: 4px;
}
.full-accoundian .all-details span {
    font-size: 16px;
    margin-top: 30px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    font-weight: 600;
}
.full-accoundian .card {
    border-bottom: 0.5px solid #ffffff12;
}
.inner-defaults h3 {
    font-size: 26px;
}
.inner-defaults h5 a {
   font-size: 26px;
    font-weight: 400;
}

.accreditations-item.new-styles {
    text-align: left;
    border: 0px solid #ccc;
/*     width: 200px; */
    margin: 0 auto 0 0;
    padding: 20px;
}
.first-bill {
    border-right: 1px solid #ccc;
    margin-right: 64px;
}
.full-assocations {
    padding-bottom: 35px;
    margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.accreditations-item {
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 30px;
}
.section-padding.logo-section {
    padding: 0 0 40px;
}
section.accreditation.new-part.section-padding {
    padding: 40px 0px 0px;
}
.logo-decription {
    padding-top: 20px;
    margin-bottom: 10px;
}
.logo-decription p{
	padding:0;
	margin:0;
}
.read-more.services-btn {
    color: #d67221;
    margin-top: 15px;
    display: inline-block;
}
.section-padding.logo-section .row .col-12.col-sm-12:last-child .full-assocations {
    border: 0;
}
.services-box.inner-service-page {
    margin-bottom: 30px;
}
/* .our-link:after {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 29px;
    padding-right: 4px;
    font-size: 16px;
    position: relative;
    top: 1px;
    left: 4px;
} */
.our-link {
    position: relative;
    margin-top: 15px;
    display: inline-block;
}
a.read-more.certificate-btn-pdf {
	width: 100%;
    text-align: center;
    padding: 15px;
    background-color: transparent;
    display: inline-block;
    color: var( --dark-blue);
    line-height: normal;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #07173a;
	transition:all 0.5s;
}
a.read-more.certificate-btn-pdf:hover{
	background-color:var( --dark-blue);
	border-color:var( --dark-blue);
	color:#fff;
}
.main-title-ceetificate h3 {
    text-transform: uppercase;
}
.main-title-ceetificate {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
/* .certi-part {
    margin-bottom: 50px;
} */
.our-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #FFF;
    padding: 11px 30px;
    background: #D6721A;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.our-link:hover {
    background: #1b3883;
    color: #ffffff;
    transition: all 0.3s ease-in;
    box-shadow: 0px 1px 3px #0000000f;
}
.services-box span.readmore-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-box:hover span.readmore-btn{
	transition: all 0.5s ease;
    color: #3e5896;
}
/*  */

.cs-table .head table tr th:last-child {
    border: none;
}
.cs-table .head table tr th {
    color: #fff;
    border-right: solid 1px #fff;
    padding: 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
}
.w190 {
    width: 158px;
}
.w140 {
    width: 131px;
}
.table-container table tr td {
    color: #000000;
    border-right: solid 1px #ffffff;
padding: 8px 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    background: #dddddd;
}
.action-btn a {
    color: #d67221;
    font-size: 18px;
    font-weight: bold;
}
.date-list ul li:last-child {
    padding-right: 0px;
}
.date-list ul li {
    font-size: 14px;
    padding-right: 10px;
    float: left;
}
}
.date-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.cs-table .head table tr {
    border-bottom: none;
/*     display: inline-block; */
    background: #2d5baa;
}
.cs-table tr {
    border: solid 1px #fff;
}

/* modal */
.modal-dialog.modal-dialog-centered.larz-size {
    max-width: 560px;
}
.close {
    position: absolute;
    right: -19px;
    color: #ffffff;
    font-size: 30px;
    background: #1a1938 !important;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    top: -20px;
    cursor: pointer !important;
    opacity: inherit;
    z-index: 11;
}
.form input[type="text"]::placeholder {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    color: #ccc;
}

.form input[type="email"]::placeholder {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    color: #ccc;
}
.form textarea::placeholder {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    color: #ccc;
}
.form input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}
.form input[type="tel"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}

.form input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}


.form textarea
{
	width: 100%;
    height: 50px;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 30px;
	height:150px;
}
.main-module {
    padding: 6px 20px 10px;
}
.modal-content.main-cloce span {
    line-height: 0px;
    font-size: 30px;
    color: #fff;
    z-index: 999;
}
.main-clice .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: inherit;
}
.form input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #d67221;
    height: 50px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}
.flex-boxs {
    padding-bottom: 10px;
}
.flex-boxs {
    display: inherit;
    align-items: center;
    justify-content: space-between;
}
.flex-boxs h4 {
    font-size: 23px;
    font-weight: normal;
    color: #cc6a0e;
}
.flex-boxs p {
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
    color: #0a1c42;
}
.main-module div#wpcf7-f1571-p1549-o1 {
    width: 100%;
}

.form span {
    line-height: inherit !important;
    font-size: inherit !important;
}
.course-content {
    width: 50%;
    margin: 0 auto;
}
.select-name {
    width: 100%;
    height: 50px;
    border: 1px solid #3e5896;
    color: #ccc;
    margin-bottom: 30px;
    color:#3e5896;
}
.form input {
    border: 1px solid #3e5896 !important;
}
.form input::placeholder{
    color:#3e5896 !important;
}
.form .course-btn {
    font-family: 'Oswald', sans-serif;
    font-size: 20px !important;
    letter-spacing: 1.2px;
    border: 0 !important;
    border-radius: 30px;
}
.rechapture {
    margin-bottom: 25px;
}
.btn-info.carrer {
    background: none;
    border: 0;
    font-size: 19px;
    color: #d67221;
	cursor:pointer;
} 
.contact-pg-section form .google-rechapture div {
    padding: 0;
}
.contact-pg-section form .google-rechapture {
    padding: 0;
}
.google-rechapture.aplly-now {
    margin-bottom: 28px;
}
.services-content ul li {
    list-style: unset;
}
.spacing-margin {
    margin-bottom: 20px;
}

service-custom-part ul li a {
    color: #8b8b8b;
    font-weight: 500;
}

.service-custom-part ul li i {
    margin-right: 13px;
    color: #85c15d;
}
.service-custom-part ul {
    padding-left: 45px;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    margin-top: 0px;
    padding-top: 20px;
}
.service-custom-part {
    border: 1px solid #ccc;
    padding: 20px;
}
.footer-cont.second-footer h5 {
    display: block;
}
.footer-cont.second-footer {
    display: inline-block;
    padding-bottom: 14px;
}

.footer-cont.adrs ul li.dubai-space h5 {
    margin-bottom: 10px;
}
.footer-cont.adrs ul li.dubai-space p {
    margin-bottom: 0;
}
.footer-cont.adrs ul li.dubai-space {
    padding-bottom: 5px;
}
.footer-cont.second-footer-new {
    margin-top: 30px;
}
.radius-btn.new-button {
    border: 0;
    padding: 8px 30px;
background-color: #2d5baa;
	line-height:normal;
}

.action-btn.video-btn {
    text-align: center;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.default-info h1 {
    font-size: 36px;
    line-height: normal;
}
.default-info h2 {
    font-size: 36px;
}
.default-info h3 {
    font-size: 30px;
}
.default-info h4 {
    font-size: 24px;
    margin-bottom: 15px;
	    color: #d67221;
}
.default-info ol {
    list-style: decimal;
    padding-left: 45px;
}
.services-defualt-area.section-padding .default-info ul {
    list-style: unset;
}
.services-defualt-area.section-padding .default-info ul li {
    list-style: unset;
}
.default-info ol li {
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 24px;
}
.full-accoundian-data {
    padding-top: 30px;
}
.full-accoundian-data h2 {
    margin-bottom: 20px;
    line-height: normal;
}
.full-accoundian-data {
    padding-top: 25px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.full-accoundian-data .all-details p {
    margin-bottom: 10px;
}
.full-accoundian-data .all-details ol li {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 7px;
}

.full-accoundian-data .all-details ol {
    list-style: decimal;
    padding-left: 41px;
}
.input-name-cptep {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
}
.full-accoundian-data.form-section {
    width: 70%;
    margin: 40px auto 0;
}
.full-accoundian-data.form-section h2 {
    text-align: center;
}
.register-field label {
    margin-bottom: 0;
    color: #6e6e6e;
}
.read-more.submit-more {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    outline: none;
    border: 2px solid #d6721a;
    background: #d6721a;
    color: #FFF;
    border-radius: 0;
    line-height: normal;
    padding: 9px 35px;
    height: auto;
    cursor: pointer;
    transition: all 0.5s ease;
}
.google-rechapture-forn {
    margin: 30px 0px;
}
.cptat-form .wpcf7-not-valid-tip {
    position: relative;
    top: -14px;
}
.cptat-form .register-field .wpcf7-not-valid-tip {
    position: relative;
    top: 0px;
}
span.elementor-button-text {
    margin-bottom: 0 !!important;
}
section.iso-quality-management {
    padding: 30px 0px;
}
.iso-quality p {
    margin-bottom: 20px;
}

a.enquery_btn {
    background: #d6721a;
    color: #ffff;
    padding: 16px 40px;
    margin: 0 auto;
	transition: all 0.3s;
}
a.enquery_btn:hover {
    background: #183883;
}
.enqury-btn {
    text-align: center;
    margin-bottom: 40px;
    display: block;
    margin-top: 40px;
	
}
.editor-training h3 {
    text-align: center;
	font-size:31px;
}
.editor-training ul li{
	line-height: 30px;
}
.editor-training ul li i.fas.fa-check {
	font-size: 12px;
	margin: 0px 5px;
}
section.course-auditor {
    padding: 20px;
}
section.course-auditor .course-auditor-img {
    background-image: url(https://kbscertification.com/wp-content/uploads/2021/09/training-small-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: 30px;
}
.course-auditor-sec-2 {
	margin: 10px 0px;
    background: #f4f4f4;
	padding:10px 0px 40px 20px;
	margin-right: 10px;

}
.course-auditor-sec-2 h3 {
    margin-bottom: 30px;
}
.course-auditor-icons {
    margin-bottom: 40px;
}
section.lead-auditor h3 {
    text-align: center;
    margin-bottom: 30px;
}
.course-auditor-icons ul li {
    line-height: 30px;
}
.course-auditor-icons ul li i.fas.fa-check {
	font-size: 12px;
	margin: 0px 5px;
}
.course-auditor-icons p {
    background: #ededed;
    padding: 0px 5px;
}
.course-features {
    border: 3px solid #002b3a;
    padding: 5px;
    display: flex;
    margin-bottom: 20px;
    min-height: 200px;
    line-height: 40px;
}
.course-features .icon i {
    font-size: 40px;
    color: #d6721a;
    margin: 5px;
}
.course-features-content b {
    font-size: 18px;
}
.course-features p {
    font-size: 18px;
    letter-spacing: 0px;
	text-align: left;
}
section.lead-auditor.training-schedule .course-auditor-icons {
    border: 2px solid #002b3a;
    padding: 10px;
}
section.lead-auditor.training-schedule .course-auditor-icons ul {
    margin-bottom: 20px;
}
.course-auditor-icons a.enquery_btn {
    width: 100%;
    display: block;
    text-align: center;
}
.enquery-form-sec{
	padding-top:100px;
}
section.Careers-sec.section-padding .full-accoundian ul li {
    list-style: unset;
}
 section.clients .owl-item img {
    border-style: groove;
    min-height: 140px;
}
section.clients{
	padding:20px 0px;
}
section.clients h3 {
	text-align: center;
	margin-bottom: 20px;
}
section.clients .client-slider .owl-item{
	margin: 0px 10px;
}
section.clients .client-slider .owl-stage-outer{
	height: 150px;
}
.news-single .s-news-conts ul li {
    list-style: unset;
}

/*==============Climate Change CSS==============*/
.climate-box {
	margin-bottom:20px;
}
.row.climate-main {
    box-shadow: 0px 0px 1px 1px #ccc;
    margin-bottom: 20px;
}
.climate-img {
	padding: 20px 0px 0px 0px;
}
.climate-img img {
    margin: 0 !important;
}
.climate-box h4 {
    font-size: 22px;
}
.climate-box p {
    margin-bottom: 10px;
    padding: 0;
    line-height: 26px;
    font-size: 16px;
}
.climate-cont {
    padding: 20px;
}
.climat-client p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0px 0px 0px;
}
.climat-client h4 {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.climat-client img {
    margin: 0 !important;
	border: 1px solid #ccc;
}
.climat-client {
    margin-bottom: 20px;
}
.climate-heading {
/*     text-align: center; */
    margin-top: 50px;
}
.our-achivements ul li img {
    margin-top: 20px;
}
ul.proclima li {
    list-style: outside;
}
ul.proclima {
    list-style-type: unset;
}
.department {
    padding: 30px 0px;
}
.department ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding-left:0;
}
.department ul li h4{
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 5px;
}
/* .department ul li h4:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #d6721a;
} */
.department ul li {
	margin-bottom: 20px;
	width: 34%;
}
.department ul li:nth-child(3) {
    width: 30%;
    margin-left: 20px;
}
.department ul li:nth-child(6) {
    width: 30%;
    margin-left: 20px;
}
.department ul li:nth-child(9) {
    width: 30%;
    margin-left: 20px;
}
.department ul li p {
    display: block;
}
.department ul li p a {
    display: block;
}