/** fonts **/
@font-face {
font-family: Roboto-Regular;
src: url(../fonts/Roboto-Regular.ttf);
font-display: swap;
}
@font-face {
font-family: Roboto-Medium;
src: url(../fonts/Roboto-Medium.ttf);
font-display: swap;
}
@font-face {
font-family: Roboto-Light;
src: url(../fonts/Roboto-Light.ttf);
font-display: swap;
}
@font-face {
font-family: Roboto-Bold;
src: url(../fonts/Roboto-Bold.ttf);
font-weight: 600;
font-display: swap;
}
body {
padding: 0;
margin: 0;
}tic

body {
background: url('/wp-content/uploads/2020/01/blog-background-min-1.jpg');
}
.cmn-footer-bg{
	background: url('/wp-content/uploads/2020/01/footer-img-jpg.jpg');
}

body {
font-family: 'Roboto-Regular' !important;
font-size: 16px;
line-height: 35px;
color: #666666;
}

p {
font-size: 16px;
line-height: 30px;
color: #666666;
text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Roboto-Bold;
}

section {
padding-top: 70px;
padding-bottom: 70px;
}

a:hover {
color: #0056b3;
text-decoration: none !important;
transition: 0.8s;
}

ul {
padding-inline-start: 20px;
list-style: none;
}
header
{
background: #fff;
padding: 20px 0px 0px 0px;
position: fixed;
width: 100%;
z-index: 2;
top: 0;
height: 100px;
border-bottom: 7px solid #c5cb54;
}
.b-center
{
	display: block;
    text-align: -webkit-center;
}
.content-wrapper
{
	margin-top:100px;
}
.text-p-white {
color: #fff;
}

.img-responsive {
max-width: 100%;
height: auto;
}

.home-page-slider {
    padding: 0 !important;
    height: 700px;
    overflow: hidden;
}
.home-page-slider .carousel-item
{
    height: 740px;
    background-size: 100% !important;
}
.sliderinner-content {
    margin-top: 160px;
	text-align: inherit;
}
.sliderinner-content h3
{
	color:#fff;
	font-family: Roboto-Bold;
	font-size:50px;
}
.sliderinner-content h4
{
	color:#BAC133;
	font-family: Roboto-Regular;
	font-size:40px;
	padding-top: 20px;
}
.slider-para p
{
	color:#fff;
	/* padding-top:20px; */
	font-style:italic;
}
.home-page-slider .carousel-control-next-icon
{
background-image: none !important;
background:#353535a3 !important;
font-size: 26px !important;
height: 30px !important;
width: 50px !important;
text-align: inherit;
top: 50px;
}
.home-page-slider .carousel-control-prev-icon
{
background-image: none !important;
background:#353535a3 !important;
font-size: 26px !important;
height: 30px !important;
width: 50px !important;
text-align: inherit;
top: 50px;
}
.btn-o-slide {
    width: 200px;
    padding: 10px 0px !important;
    margin: 10px 20px 10px 0px;
    border-radius: 40px !important;
    color: #fff;
	font-family: Roboto-Bold;
	font-size:18px;
    /* background: #f26f24 !important; */
	text-transform:uppercase;
}
.btn-o-slide:hover
{
color: #fff;
background: #1e457f !important;	
}
.btn-g-slide {
    width: 200px;
    padding: 10px 0px !important;
    margin: 10px 20px 10px 0px;
    border-radius: 40px !important;
    color: #333;
	font-family: Roboto-Bold;
	font-size:18px;
    background: #BAC133 !important;
	text-transform:uppercase;
}




.tab-creosen .tab {
height: auto;
border: 1px solid #ccc;
}

.tab-creosen .tab button {
background-color: #ffffff;
color: black;
padding: 16px 16px;
width: 100%;
border: none;
height: 60px;
outline: none;
text-align: left;
cursor: pointer;
font-weight: normal;
text-transform: capitalize;
transition: 0.3s;
font-size: 16px;
border-bottom: 1px solid #ccc;
}
.tab-creosen.tab button:hover {
background: #BAC133;
color: #fff;
transition: 2s;
}

.tab-creosen .tab button.active {
background-color: #BAC133;
color: #fff;
}

.tab-creosen .tab button:hover {
background-color: #BAC133;
color: #fff;
}

.tab-creosen .tabcontent {
height: auto;
margin-top: 20px;
}

.tab-creosen h3 {
font-size: 30px;
font-weight: bold;
color: #F26F24;
margin-bottom: 30px;
}

.tab-creosen ul {
background: rgba(251, 255, 167, 0.4);
padding-top: 20px;
padding-bottom: 20px;
padding-left: 40px;
}

.tab-creosen ul li{
	padding: 6px;
    font-size: 19px;
    line-height: 30px;
    color: #666666;
}
.process-home h2{
    color: #fff;
	font-weight: 700;
	font-size: 35px;
}

/* .tab-creosen ul li:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #bac133;
margin-right: 10px;
} */

.tab-creosen ul li {
	list-style-image: url(/wp-content/uploads/2020/01/tick-mark.png) !important;
    padding: 3px;
}
.contact-address-list li{
	list-style-image: url(/wp-content/uploads/2020/01/location-icon.png) !important;
	padding-left: 10px;
}
.contact-mail-list li{
	list-style-image: url(/wp-content/uploads/2020/01/email-icon.png) !important;
	padding-left: 10px;
}
.contact-phone-list li{
	list-style-image: url(/wp-content/uploads/2020/01/phone-icon.png) !important;
	padding-left: 10px;
}
.tab-creosen .btn-common {
font-family: Roboto-bold;
float: left;
color: #fff;
background-color: #f26f24;
border-color: #f26f24;
border-radius: 30px;
padding: 10px 20px;
text-align: center;
font-size: 16px;
margin-right: 30px;
}

.btn-common:hover {
background-color: #265ca6;
border-color: #265ca6;
cursor: hand;
transition: 0.8s;
}

.link-next {
color: #BAC133;
font-weight: 600;
font-size: 16px;
float: left;
padding-top: 6px;
text-transform: uppercase;
}

.btns-tab {
padding-bottom: 60px;
}

.process-home {
background: url('../images/Bitmap.webp')fixed;
color: #fff;
}


.process-home p {
    color: #fff;
    list-style: circle !important;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 350;
    letter-spacing: 0.6px;
    -webkit-font-smoothing: antialiased !important;
}

.process-home span {
	font-style: italic;
    font-size: 20px;
    font-weight: normal;
}

/* .process-home ul li:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
margin-right: 10px;
}
 */
#content-portfolio ul li{
	list-style-image: url(/wp-content/uploads/2020/01/tick-mark.png) !important;
    padding: 3px;
	
}
 
.process-home ul li{
	list-style-image: url(/wp-content/uploads/2020/01/white-tick-mark.png) !important;
    padding: 3px;
}

.whycreosen h3{
	font-weight: 600;
	font-size: 30px;
}

/* .orange-content ul li:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
margin-right: 10px;
} */

.orange-content ul li{
	list-style-image: url(/wp-content/uploads/2020/01/white-tick-mark.png) !important;
    padding: 3px;
}

.link-next:after {
content: "\f178";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #bfc33f;
margin-left: 10px;
}

.link-next-white {
color: #fff;
font-weight: 600;
font-size: 16px;
float: left;
padding-top: 6px;
text-transform: uppercase;
}

.link-next-white:after {
content: "\f178";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
margin-left: 10px;
}

.whycreosen {
background: url('/wp-content/uploads/2020/01/why-creosen-background-min.jpg')fixed;
color: #fff;
}

#bg-white {
background: #fff;
padding-top: 30px;
padding-bottom: 30px;
}

#bg-orange {
background: #F26F24;
padding-top: 30px;
padding-bottom: 30px;
}

.orange-content {
padding: 30px;
}

.white-content {
padding: 30px;
}

.orange-content li {
font-size: 18px;
font-weight: 400 !important;
line-height: 40px;
}

.white-content h3 {
color: #333;
text-align: center;
padding-bottom: 60px;
}

.title-section {
text-align: center;
}

.our-works {
background: url('../images/portfolio-bg.png')fixed;
}

.text-title-below {
text-align: center;
font-weight: 400 !important;
margin-bottom: 40px;
}

.text-title-below a {
color: #f26f24;
}

.text-title-below a:hover {
color: #1d467f;
transition: 0.8s;
text-decoration: underline;
}

.portfolio-image-bg {
    height: 250px;
    background-size: cover !important;
    background-position: top !important;
}
.portfolio-image-bg-wraper {
    height: 250px;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.portfolio-picture{
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}


.portfolio-content-click h5 {
font-family: Roboto-Regular;
text-align: center;
color: #fff;
font-size: 15px;
padding-top: 10px;
}

.portfolio-content-click a {
font-family: Roboto-Regular;
text-align: center !important;
color: #fff;
padding-top: 10px;
}

.testimonials-slide {
background: url('../images/testimonials-bg.webp')fixed;
padding-top: 100px;
padding-bottom: 0px;
background-size: cover;
}

.testimonials-slide h5 {
font-size: 36px;
color: #fff;
margin-top: 20px;
font-weight: 600;
}

.testimonial {
padding: 30px 30px 30px 130px;
margin: 0 15px 30px 15px;
overflow: hidden;
position: relative;
min-height: 300px;
}

.testimonial:before {
content: "";
position: absolute;
bottom: 0;
right: 0;
transform: rotate(-45deg);
transform-origin: 80% -30% 0;
}

.testimonial .pic {
display: inline-block;
width: 110px;
height: 110px;
border-radius: 50%;
overflow: hidden;
position: absolute;
top: 60px;
left: 20px;
}

.testimonial .pic img {
width: 100%;
height: auto;
}

.testimonial p {
font-size: 18px;
font-style: italic;
color: #e9e9e9;
line-height: 25px;
margin-bottom: 15px;
}

.testimonial .title {
display: inline-block;
font-size: 20px;
font-weight: 700;
color: #bac133;
margin: 0;
}

.testimonial .post {
display: inline-block;
font-size: 20px;
color: #bac133;
}

.owl-theme .owl-controls .owl-page span {
background: #fff;
opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
background: #d45113;
}

.owl-theme .owl-controls {
margin-top: 10px;
text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);
opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none
}

.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline
}

.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: .5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px
}

/*.owl-item.loading {*/
/*min-height: 150px;*/
/*background: url(AjaxLoader.gif) no-repeat center center*/
/*}*/

.owl-carousel.owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}

.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer
}

.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*.grabbing {*/
/*cursor: url(grabbing.png) 8 8, move*/
/*}*/

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}

.blog-content-click {
background: #fff;
}

.blog-content-click img {
width: 100%;
height: 220px;
}

.blog-content-text {
padding: 20px;
}

.blog-content-text h5 {
font-size: 16px;
color: #f26f24;
}

.blog-content-text p {
font-size: 14px;
line-height: 30px;
color: #333;
text-align: justify;
}

.blog-content-text h5:hover {
font-size: 16px;
color: #2b5185;
}

.contact-home {
background-image: url('../images/contact-home.webp');
background-size: 100%;
}

#contact-right h5 {
    text-align: center;
    font-size: 34px;
    color: #4a3b3b;
    font-weight: 700;
}

#contact-right p {
font-size: 18px;
line-height: 30px;
color: #333;
text-align: center;
}

.footer-top {
background: #1e1e1e;
padding-bottom: 30px;
padding-top: 40px;
}

#contact-number-home p {
font-size: 30px;
font-weight: bold;
color: #fff;
text-align: right;
line-height: inherit;
font-style: italic;
}

.image-hover {
padding: 0;
background: url('../images/icons-background.png');
}

.seven-cols .col-md-1 {
text-align: center;
line-height: 20px;
padding: 20px 0px;
}

.seven-cols .col-md-1 a {
color: #333;
}

.seven-cols .col-md-1 b {
font-size: 13px;
font-weight: 600;
}

.seven-cols i {
font-size: 30px;
margin-bottom: 10px;
margin-top: 18px;
color: #BAC133;
}

.seven-cols .col-md-1:hover {
background: #F26F24;
transition: 0.5s;
}

.seven-cols .col-md-1:hover i {
color: #fff;
}

.seven-cols .col-md-1:hover b {
color: #fff;
}
.header-title{
background:#c5cb54;
padding-top:10px;
padding-bottom:10px;
min-height: 380px;
}
#blog-title #title-heading
{
	   margin-top: 10%;
}
#temp2 {
    background: #faff9d;
    padding: 30px;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 rgba(242, 109, 38, 0.28), -5px -4px 25px rgba(0, 0, 0, 0.3);
    width: 60%;
}
#temp2 p:before {
    content: '\201C';
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 135px;
    top: -9px;
    left: -31px;
    color: #f26d26;
    text-shadow: 0px 7px 10px rgba(0,0,0,.1);
}
/* .post-content ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #bac133;
    margin-right: 10px;
} */
.post-content a
{
	color:#333;
}
.post-content h3
{
    color: #1c467f;
    font-weight: bold;
}
.post-content img
{
	width:70%;
	height:70%;
	margin:0 auto;
	display:block;
}
.blog-full-front
{
	padding:20px;
}
.featured-image-section
{
	min-height:600px;
	width:100%;
    background-size: cover !important;
    background-position: center !important;
	margin-bottom: 30px;
}
#title-heading {
    background: #c5cb54;
    color: #fff;
    font-size: 50px;
    margin-top: 20%;
    font-weight: 700;
}
.slider-portfolio
{
	padding-bottom:0;
}
.slider-portfolio .carousel-inner
{
	height:600px;
}
.slider-portfolio .carousel-indicators li
{
background-color: rgb(76, 76, 76) !important;
}
.slider-portfolio .carousel-indicators
{
	bottom: -40px;
}
.slider-portfolio .carousel-indicators .active {
    background-color: #1c467f !important;
}
.slider-portfolio .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-left: 3px;
    border-radius: 50%;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.btn-orange a
{
	color:#fff;
	font-size:16px;
}
.btn-orange
{
    border-radius: 5px !important;
    color: #fff !important;
    background-color: #f26e25 !important;
    width: 190px;
    margin: 0 auto;
    display: block !important;
}
.btn-orange:hover
{
    background: #1d467e !important;
}
.btn-orange:hover a
{
	color:#fff;
}
#content-portfolio h2
{
	font-weight: 800;
    color: #1D467F;
	font-size:28px;
}
#content-portfolio
{
	padding:40px 0px;
}
#content-portfolio p
{
	font-size:16px;
}
.related-portfolio h2
{
	font-weight: 800;
    color: #1c467f;
}
.slider-portfolio .view img
{
	width:100%;
	height:100%;
}
.header-title img
{
float: right !important;
}
.section-break
{
height:50px;
}
.creosen-li 
{
padding-inline-start: 0 !important;
font-size: 17px;
}
/* .creosen-li li:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #bac133;
margin-right: 5px;
float: left;
} */
.title-sub
{
	font-weight: 600;
    color: #1D467F;
	text-transform:uppercase;
	margin-bottom:20px;
}
.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .8s;
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0 !important;
       height: 20px;
    margin-top: 10px;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #c5cb54 !important;
    transition: width 0.6s ease;
    font-size: 18px;
}
.technology-rating
{
	width: 88%;
    float: right;
}
.technology
{
	width: 10%;
    float: left;
}
.progress-found
{
	min-height:40px;
}
.column {
  display: none;
}
.show {
  display: block !important;
}
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
    background-color: #5076bb;
    color: white;
}
#myBtnContainer
{
margin:40px 0px;
}
.portfolio-content-click {
    background: #bac133;
    border: 20px solid #bac133;
    margin-bottom: 30px;
}
.inner-title {
    margin-bottom: 40px;
}
.btn-common {
    font-family: Roboto-bold;
    float: left;
    background-color: #f26f24;
    border-color: #f26f24;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    margin-right: 30px;
}
.btn-common a
{
    color: #fff;	
}
.div-portfolio
{
    min-height: 250px;
    background-size: cover;
    background-position: top;
}
.overlay {
    position: absolute;
    /* top: 20px; */
    bottom: 0;
    /* left: 35px; */
    right: 0;
    height: 67%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(18, 22, 29, 0.45);
}

.div-portfolio:hover .overlay {
  opacity: 1;
}

.div-portfolio .icon {
color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-user:hover {
  color: #eee;
}

.column {
  display: none;
}
.show {
  display: block;
}
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
    background-color: #5076bb;
    color: white;
}
#myBtnContainer
{
margin:40px 0px;
}
#blog-header
{
	background:#fdb934;
}
#blog-header #title-heading {
    background: none;
    color: #fff;
    font-size: 50px;
    margin-top: 20%;
    font-weight: 800;
}

.blog-featured-sm
{
height:300px;
background-size:cover !important;
background-position:center !important; 
}
.content-blog-feature h2
{
	font-weight: 600;
    color: #1D467F;
    font-size: 35px;
    text-transform: capitalize;
}
.content-blog-feature p
{
	font-size: 16px;
}
.content-blog-feature a
{
	font-size: 16px;
    font-weight: 500;
    color: #BAC133;
    line-height: 1.5;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif !important;
    background: none;
    border: none;
    padding: 0;
    text-transform: uppercase;
}
#blog-row
{
	padding:30px 0px;
}
#service-1
{
padding: 50px 0px !important;
    background-size: 45% 100% !important;
    background-position: right !important;
    background-repeat: repeat-y !important;
}
#service-1 h3
{
    font-weight: 600;
    color: #1c467f;
    margin-bottom: 20px;
}
#service-1 h4
{
     font-size: 15px;
    font-weight: bold;
    color: #f26e25;
} 
#service-1 p{
    font-size: 18px;
}
#service-2 p{
    font-size: 16px;
}
#service-1 ul li:before 
{
/* content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #bac133;
margin-right: 10px; */
}
#service-2 ul li:before 
{
/* content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #bac133;
margin-right: 10px; */
}
#service-2 h3
{
    font-weight: 600;
    color: #1c467f;
    margin-bottom: 20px;
}
.contact-form-div h3 {
    font-family: Roboto-Bold;
    color: #1D467F;
    font-size: 40px;
    margin-bottom: 30px;
}

.address_contact
{
	margin-left: 70px;
	font-size: 18px;
}
.address_contact a{
    color: #c5cb54 !important;
}
.address_contact .address:before
{
content: "\f278";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4a4a4a;
    left: 20px;
    font-size: 24px;
    position: absolute;
    margin-top: 6px;
}
.address_contact .email:before
{
content: "\f003";
 font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4a4a4a;
    left: 20px;
    font-size: 24px;
    position: absolute;
}
.address_contact .phone:before
{
content: "\f095";
 font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4a4a4a;
    left: 20px;
    font-size: 24px;
    position: absolute;
}
.contact-page-head .col-lg-12
{
	/* background:#f5f5f4; */
	padding:50px 0px;
	text-align:center;
}
.contact-page-head h3 {
    font-family: Roboto-Bold;
    color: #1D467F;
    margin-bottom: 30px;
	font-size: 50px;
}
.contact-page-head {
    padding-top: 0px;
    padding-bottom: 10px;
}
.hedquarters-address
{
	text-align:center;
} 
.hedquarters-address p
{   text-align: center;
    font-size: 24px;
    line-height: 40px;
}
.hedquarters-address a{
    color: #c5cb54 !important;
}
.contact-map {
    padding-top: 0px;
    padding-bottom: 70px;
}
footer
{
background-position: center 70% !important;
padding: 50px 0px;
}
.footer-widget-title{
	    color: #F26F24 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
#footer ul
{
	    padding-inline-start: 0px;
}
#footer ul li a {
    color: #fff;
    font-size: 14px;
}
#usa-head {
    color: #BAC133 !important;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
}
#footer-address p
{
color: #fff;
font-size: 15px;
font-style: italic;
line-height: 0.3;
}
.footer-contact
{
    margin-top: 40px;
}
#fa-icons-list a
{
    margin-right: 10px;
    color: #04A5EA;
    font-size: 20px;
}
.content-tilte {
    font-weight: 600;
    color: #1D467F;
}
.contact-content{
	padding-right: 60px;
    text-align: justify;
}
.contact-content > div{
	padding-top: 17px;
	font-size: 18px;
    color: #666666;
}
.contact-content #emailid {
    margin-left: 2px;
}
.contact-content a{
	color: #bac133;
}
.contact-content p{
	color: #666666;
}
.contact-address h2{
	font-size: 50px !important;
	padding: 26px 0 20px 0;

}
.contact-address{
	color: #333333;
	font-weight: 400;
	font-size: 23px;
	line-height: 1.7857;
}
textarea#message, input#email, input#phone, input#l_name, input#f_name, input#int_phone {
    border: 1px solid #c1bcbc;
    font-size: 16px;
    font-style: italic;
    margin-top: 30px !important;
	width: 100%;
    height: 50px;
	border-radius: 3px;
}
.wpcf7-form-control {
    margin-top: 15px;
    padding: 10px 15px !important;
}
.wpcf7-form-control-wrap {
    position: relative;
}
input[type=tel]{
	padding-left: 52px !important;
	width: 100%;
}
.selected-flag{
	margin-top: 15px;
	
}
.intl-tel-input.allow-dropdown {
    width: 100%;
}
textarea#message {
    height: 130px;
}
input#contact-button {
    background: #F26F24 !important;
    border: #F26F24 !important;
    border-radius: 40px !important;
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 600;
	color: #fff;
}
.main-menu li {
    float: left;
    margin-right: 20px;
	padding: 15px 0 20px 0;
}
.main-menu {
    float: right;
    margin-top: 15px;
}
.main-menu li a
{
color: #1c467f;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    font-size: 15px;
}
button.header-button {
    background: #F26F24;
    border: #F26F24;
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
    right: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	cursor: pointer;
	padding: 0 15px;
}
button.header-button:hover{
	background: #265ca6;
	outline: none; 
}
input#contact-button:hover{
	background: #265ca6 !important;
	outline: none;
}
#nav-link-search
{
    margin-top: -16px;
}
div#head-cont {
    position: relative;
    left: 155px;
    top: -37px;
    font-style: italic;
   color: #333;
    font-size: 12px !important;
    /* text-transform: lowercase; */
    white-space: nowrap;
    line-height: 20px;
    font-weight: normal;
}
span#p-no {
    position: relative;
    top: 10px;
    color: #333;
}
span#e-mail {
    position: relative;
    top: 24px;
    color: #333;
}
#e-mail{
    color: #333;
}
.logo img{
	width: 270px;
}
.main-menu .sub-menu {
	position: absolute;
    background: #1d467f78;
    top: 70px;
    width: 390px;
    left: 80px;
    display: none;
}
.career-content {
    padding: 35px 35px !important;
}
.career-box {
    border: 1px solid grey;
    padding: 20px;
}
.career-box a:hover {
    color: #bcc346;
    text-decoration: none;
}

.career-box a {
    color: #00457c;
}
.job_title{
	font-size: 35px !important;
}
.faq-img-box img {
	width: 85px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}
.faq-img-box h6 {
	text-align: center;
    color: #0c0a0a;
	cursor: pointer;
}
.faq-img-box h6:hover {

    color: #CDDC39;
}
.faq-img-box {
	margin-top: 9%;
}
.faq-title-category{
	margin-top: 8%;
    font-size: 36px;
    font-weight: 500;
	margin-bottom:30px;
}
.line {
    border-bottom: 3px solid #f26f24;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
}
.accordion-toggle.collapsed:before {
    content: "\F107";
}
.accordion-toggle:before {
    font-family: FontAwesome;
    font-size: 1.2em;
    content: "\F106";
    position: absolute;
    left: 76% !important;
    margin-top: -5px;
    right: 0;
	color:#f26f24 !important;
	font-weight:600;
}
#faqAccordion .panel-default {
    background: #00457c;
    padding: 15px 10px;
    margin: 10px 10px;
}
#faqAccordion .panel-title
{
font-size: 17px !important;
color: #f26f24 !important;
}
#faqAccordion .panel-body
{
	background: #fff;
    padding: 11px 7px 1px 8px;
}
#faqAccordion .panel-body p
{
	font-size:16px !important;
}
#faqAccordion .collapsed .panel-title 
{
font-size: 17px !important;
color: #fff !important;
}
.panel-group
{
	width:100%;
}
.FaqHeading {
    color: #00457c;
    font-weight: 800;
    margin-top: 55%;
    text-align: center;
    font-size: 3rem;
}
.faqTitle {
    font-weight: bolder;
    font-size: 20px;
}
.faqPara {
    font-weight: 400;
    font-size: 15px;
}
.wrapper-faqq {
    margin-top: 5%;
    padding: 10px 15px;
    border-left: 3px solid #f26f24;
}
.filterDiv {
  display: none;
}

.faq-img-box .active h6{
    color: #CDDC39 !important;
	
}
.previous-link p{
	font-size:
}
.next-link h6, .next-link p{
	float:right;
}
.next-link p{
	font-size: 16px;
	color: #bac134;
}
.author-detail-post-inner
{

    padding: 40px 15px 40px 30px !important;
    width: 100%;
    margin-bottom: 50px;
    display: table;
    font-size: 17px !important;
    color: #4a3b3b !important;
    background: #f1f1f1;
    margin-top: 40px;
}
.author-info-img
{
	border-radius:50%;
	width: 150px;
}
.author-name-inner-post
{
margin-top: 50px;
    color: #b9bf45;
    font-size: 25px;
    font-weight: 600;
}
.navigation-row-inner-blog
{
	background:#f7f7f7;
    padding:40px 20px;
	border-top: 2px solid #c5cb54;
}
.next-article
{
	text-align:right;
}
#pre-article
{
text-transform: uppercase;
    color: #f26e25;
    font-size: 16px;
    font-weight: 600;
}
#pre-article:hover
{
	 color:#1c467f;
}
.navigation-row-inner-blog .fa-chevron-left
{
	color:#333;
}
.navigation-row-inner-blog .fa-chevron-right
{
	color:#333;
}
#next-blog-btn
{
	color:#333;
}
.related-post-blog {
    margin-top: 30px;
    padding: 10px 30px;
}
#related-post-title{
color:#f26e25;
}
.related-post-blog ul{
	padding-inline-start: 0px;
}
.related-post-blog ul li a
{
	color:#333;
}
.related-post-blog ul li a:hover
{
	color: #F26F24;
    text-decoration: underline !important;
}
.ctct-label-top label{
display:none !important;
}
.ctct-email{
width:100%;
}
.ctct-form-wrapper .ctct-submit {
    cursor: pointer;
    background: #f26f24;
    border-color: #f26f24;
    color: #ffffff;
    font-size: 16px;
    border: none;
    width: 110px;
    padding: 5px;
}
#contact-number-home
{
	/* padding-top:50px; */
}
header ul li ul
{
    padding-inline-start: 0px;
    position: absolute;
}
.main-menu{
	margin: 0;
	padding: 0;
}
.sub-menu li{
	padding: 0 20px;
	margin: 0;
	width: 100%;
}
.pre_header_menu .sub-menu li{
	padding: 0 0px;
	margin: 0;
	width: 100%;
}
.pre_header_menu .sub-menu{
	margin-left: 15px;
}
.sub-menu li:hover{
	background: #F26F24;
}
.sub-menu li a{
	color: #fff;
}
.btn-common:hover {
    background-color: #1c467f;
}
.contact-left, .contact-right{
	padding: 0 60px !important;
}
p.ctct-form-description {
    color: #fff;
}
.footer-top .ctct-email{
	padding: 3px 10px;
	border-radius: 3px;
}
.ctct-form-description p{
	color: #fff;
}
.footer-top .ctct-submit {
    border-radius: 3px;
}
.description-wrapper{
	margin-left: 30px;
}
.blog-front h2{
	font-weight: 600;
}
.contact-home h5{
	    margin-bottom: 30px;
}

/*---------------Back to top---------------*/
.icon-to-top{
	width: 60px ;
    opacity: 0.5 !important;
}
.icon-to-top:hover{
    opacity: 1 !important;
}
#scrolltop {
  display: none;
}

#rocketmeluncur {
  position: fixed;
  bottom: 80px;
  z-index: 7;
  display: none;
  visibility: hidden;
  width: 60px;
  height: 48px;
  right: 80px;
  background-position: 50% -62px !important;
  opacity: 0;
  -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

#rocketmeluncur:hover {
  background-position: 50% -62px
}

#rocketmeluncur:hover i {
  background-position: 50% 100%;
  -webkit-animation: flaming .7s infinite;
  -moz-animation: flaming .7s infinite;
  animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2)
}


#columnslider
{
	background:#fff;
}
.slider-portfolio #columnslider {
	padding: 10px;
}
.ms-content-wrapper {
	padding: 20px 40px 20px 20px !important;
}
.ms-content-wrapper h3{
	font-weight: 600;
    color: #1d467f;
    text-align: center;
}

.footer-img-bottom
{  
 margin-bottom: 20px;
    margin-top: 20px;
    float: right;
}
.talk-section{
	background: #eee;
}
.talk-section button{
	margin: 40px 0 0 40px;
}
#title-heading{
	vertical-align: middle;
    display: table-cell;
}
.head-title{
	display: table;
}
.pre_header_menu .sub-menu{
	display: block;
	position: relative;
}
.pre_header_menu a, .pre_header_menu .sub-menu a {
    color: #ffffff;
}


/*-----------Mobile menu-------------*/
.mobile-menu{
	display: none;
}
.sidenav .closebtn {
	position: absolute;
	top: 40px;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.closebtn
{
	color: #5e5e5e;
    padding: 4px 12px;
    background: #eeee;
}
.sidenav li a:hover {
	cursor:pointer;
}
.sidenav a {
	padding: 8px 8px 8px 10px;
	text-decoration: none;
	font-size: 15px;
	color: #000000 !important;
	display: block;
	transition: 0.3s;
	text-transform:uppercase;
	font-weight:400;
}

.sidenav a:hover {
	color: #f1f1f1;
	cursor:pointer;
}
#mobile-menu-icon
{
    font-size: 33px;
    cursor: pointer;
    /* background: #b7004f; */
    padding: 2px 10px 2px 10px;
    position: absolute;
    color: #000;
    z-index: 1;
    top: 34px;
    right: 15px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color:#ffffff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.dropdown-mobile-menu li {
list-style: none;
border-bottom:1px solid #374e5d;
margin-left: -41px;
}
.dropdown-mobile-menu .caret {
color: #fff;
position: relative;
top: -19px;
right: -216px;
float: left;
z-index: 99999;
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.icn {
  border: solid #a09c9c;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 150px;
}
.pre_header_menu li {
	border-bottom: 1px solid #a09c9c;
}
.blog-full-front a{
	color: #5076bb;
}
.blog-full-front strong{
	color: #4a3b3b;
}
.blog-full-front h2{
	color: #111111;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0;
}
.blog-full-front h3{
	color: #111111;
	margin: 20px 0;
}
.btn-orange a{
	color: #fff;
}
#service-2 h4{
	color: #f26e25;
	font-size: 16px;
    font-weight: 700;
}
.pp_title {
    margin-top: 5%;
    color: #00457c;
    font-weight: bold;
}
.para {
    color: #00457c;
    font-weight: 300;
}
.leftHeading {
    color: #00457c;
    border-left: 3px solid #f26f24;
    padding-left: 8px;
    font-weight: 600;
}
.leftPara {
    padding-left: 12px;
    font-size: 15px;
    margin-top: 22px;
}.secondHeading {
    color: #00457c;
    border-left: 3px solid #f26f24;
    padding-left: 8px;
    font-weight: 600;
    margin-top: 50px;
}
.rightWrapper {
    background-color: #eaecee;
    outline-style: dashed;
    outline-color: #e5e7c0;
    border: 4px solid #e5e7c0;
    padding: 20px 20px;
    margin-top: 15px;
}
.rightHeading {
    color: #00457c;
    border-left: 3px solid #f26f24;
    padding-left: 8px;
    font-weight: 600;
}
.rigthtPara {
    padding-left: 12px;
    font-size: 15px;
    margin-top: 18px;
    color: #9c9c9c;
}
.rightSubheading {
    padding-left: 11px;
    color: #757575;
    margin-top: 25px;
}
.footerHeading {
    color: #bcc346;
    font-weight: 300;
}
/*.other-page-div ul > li {*/
/*    list-style-image: url(/wp-content/uploads/2017/12/tick-mark.png) !important;*/
/*    padding: 3px;*/
/*	list-style: circle;*/
/*	display: list-item;*/
/*}*/
h3#terms-conditions-title {
    border-left: 5px solid #fc8c4c;
    padding-left: 10px;
}
.other-page-div h3, .other-page-div h1 {
	margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.other-page-div p{
	font-size: 15px;
}
.other-page-wrapper .header-title{
	background: #fc8c4c !important;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 310px;
}
.other-page-wrapper #title-heading {
    background: none;
	font-size: 46px;
}
.terms-conditions-p {
	font-size: 15px;
    font-weight: normal;
	color: #ffffff;
    text-transform: initial;
}
#other-title-heading{
	color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.other-title-heading-div{
	display: table-cell;
    vertical-align: middle;
}
#footer-copyright{
	font-size: 13px;
    padding-top: 40px;
}
#footer-copyright a{
color:#666;
}
#footer-copyright a:hover{
	color: #F26F24;
}

#fa-icons-list a:hover {
    color: #F26F24;
}
.career-list{
	list-style: disc;
}

.service-section li {
	list-style-image: url(/wp-content/uploads/2020/01/tick-mark.png) !important;
    padding: 3px;
}
.post-content ul li{
	list-style-image: url(/wp-content/uploads/2020/01/tick-mark.png) !important;
    padding: 3px;
}
.creosen-li li{
	list-style-image: url(/wp-content/uploads/2020/01/tick-mark.png) !important;
    padding: 3px;
}
.back-career{
	display: block;
    margin: 0 auto;
}
.sitemap-wrapper li{
	text-transform: uppercase;
	list-style-image: url(/wp-content/uploads/2020/01/tick-mark.png) !important;
    padding: 3px;
}
.sitemap-wrapper .page_item_has_children li {
    margin-left: 50px;
}
.sitemap-wrapper a{
	color: #5076bb;
}
span.ctct-form-description p:after {
    content: '*';
    color: red;
    margin-left: 2px;
}
.down-ebook a {
	width: 190px;
    margin: 0 auto;
    display: block !important;
}
.down-ebook button{
	border-radius: 5px !important;
    color: #fff !important;
    background-color: #f26e25 !important;
}
.down-ebook {
	margin-top: 50px;
}
.footer-top #contact-number-home{
	display: table;
}
.call-now-wrapper p {
	display: table-cell;
    vertical-align: middle;
}

/*404*/
.notfound-wrapper{
	background: #fff;
    display: table;
    width: 100%;
    min-height: 400px;
	margin: 100px 0;
}
.notfound{
	text-align: center;
    display: table-cell;
    vertical-align: middle;
	padding: 100px 50px;

}
.notfound-404 h1{
	color: #bac033;
    font-size: 150px;
}
.notfound-404 span{
	color: #1c467f;
}
.notfound h2{
	text-transform: uppercase;
}
.notfound button{
	margin-top: 50px;
}
.blog-author-image{
	margin: 0 auto;
	display: block;
}
.home-slider-mobile{
	display: none;
}
#fa-icons-list a {
	padding-inline: 8px !important;
}



/* Conatct Page */
.contact-page{
    text-align: center;
}