@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
@-ms-viewport {
width:device-width;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	line-height:26px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	background: #fff;
}
a {
	color: #ed1c24;
	text-decoration: none;
font-family: 'Roboto', sans-serif;
	-webkit-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	-o-transition: background ease 0.3s;
	-ms-transition: background ease 0.3s;
	transition: background ease 0.3s;
}
a:hover {
	color:#000;
	text-decoration: none;
	    transition: all .4s ease;
}
a:focus {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

@media (min-width: 1200px){
.container-header {
    max-width: 1280px;
}

}




.stickyHeader.headerbg{
	background-color:#fff;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation:slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}




/***********Middel Header**********/
.main-header {
	background-color:#fff;
}


/********Bottom Navbar********/

.navbar .navbar-nav .nav-link {
font-size: 15px;
    padding: 9px 8px 0px;
    line-height: 30px;
    margin-right: 20px;
    color: #000;
    transition: 0.3s ease;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link.registorbtn{
	background:#e50c22;
    color: #fff !important;
    font-weight: 600;
    padding: 5px 20px;
    /* text-transform: uppercase; */
    border-radius: 3px;
}

.navbar .navbar-nav .nav-link.registorbtnadmin{
	background:#e50c22;
    color: #fff !important;
    font-weight: 600;
    padding: 5px 20px;
    /* text-transform: uppercase; */
    border-radius: 3px;
}

.navbar .navbar-nav .nav-link.registorbtn:hover{
	background-color:#003a70;
}
.navbar .navbar-nav .nav-link.loginbtn{
	border:1px solid #ef484c;
    color: #000;
    font-weight: 600;
    padding: 5px 20px;
    /* text-transform: uppercase; */
    border-radius: 3px;
}

.navbar .navbar-nav .nav-link:hover{
	color:#003a70;
}

.navbar .navbar-nav .nav-link::after {
    bottom: 0;
}

.navbar .navbar-nav .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    left: 10px;
	bottom:-6px;
    background-color:#003a70;
    transition: width 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-link:hover::after {
    width: 50px;
}

.navbar ul li .dropdown-men-sm{
display: block;
    position: absolute;
    top: 100%;
    left:0;
    background: #ffffff;
    visibility: hidden;
    transition: all 300ms linear;
    width:235px;
    opacity: 0;
    z-index: 99;
    margin-top: 8px;
    border-radius: 4px;
	    -webkit-box-shadow:0 1px 4px 0 rgb(72 72 72 / 20%);
    box-shadow: 0 1px 4px 0 rgb(72 72 72 / 20%);
    border:1px solid #e0e0e0;
    padding: 15px 20px;
	text-align:left;
	}
.navbar ul li:hover > .dropdown-men-sm{
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.dropdown-men-sm ul{
	margin:0;
	padding:0;
}
.dropdown-men-sm ul li{
	display:list-item;
	list-style:none;
	    line-height: 30px;
}
.dropdown-men-sm ul li a{color: #000;font-size: 13px;font-weight: 400;}
.dropdown-men-sm ul li a:hover{
	color: #003a70;
}



/*************Slider*************/
/*********Banner Section**********/
.layout-banner{
	    padding-left: 7px;
	padding-top:250px;
}

.padding-manage{
	padding-top:15px;
}

.layout-banner h1{
font-size:45px;
    font-weight: 700;
    color: #2e426f;
}
.layout-banner p{
	font-size: 17px;
    margin-top: 15px;
    line-height: 30px;
}


.btn-common-red{
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 34px;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    background-color:#ea383e;
    border-radius:0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-common-red:hover{
border:1px solid #ea383e;
background-color:transparent;
color:#ea383e;
}

.button-contact{
	margin-top:40px;
}

.mt-push{
	margin-top:160px;
}

.seller-carousel {
    position: relative;
    width: 100%;
    margin-top: 64px;
}

.overlyBg-dark{
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 9;
    background: linear-gradient(to right, rgb(0 46 103), rgb(5 50 106 / 82%));
}

.carousel-indicators{
	display:none;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	z-index:99;
}
.carousel-control-next-icon {
    background-image:inherit;
	left: 40px;
    position: relative;
}
.carousel-control-prev-icon {
   background-image: inherit;
    position: relative;
	right: 40px;
    transform: rotate(180deg);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width:55px;
    height:55px;
    fill: #fff;
}

.carousel-caption.customCaption {
    position: absolute;
    right: 4%;
   top:32%;
    left: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f9f9f9;
	z-index:99;
    text-align: left;
    width: 40%;
}

.carousel-caption.customCaption h2 {
font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    line-height: 43px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.carousel-caption.customCaption p{
	font-size:20px;
}

.button-panel {
    margin-top: 30px;
}
.btn-quote {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 12px 34px;
    font-size:17px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    background-color:#f9c82b;
    border-radius:0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-quote:hover {
    background-color: #ee3124;
    color: #fff;
}

/*@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}*/


.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}


.btn-quote{
display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 34px;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    background-color:#ef484c;
    border-radius: 3px;
	    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.btn-quote:hover{
background-color:#000;	
color:#fff;
}
/*********Home About Section*********/



.cicle-01-card {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: relative;
    background: #fff;
    line-height: 350px;
}
.cicle-01-card img{
	border-radius: 50%;
	position: relative;
	z-index: 9;
}
.cicle-02-card {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    top: 169px;
    right: 33px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 14%);
    background: #fff;
    overflow: hidden;
    line-height: 280px;
    z-index: 9;
}
.cicle-01-card:after {
    content: "";
    display: block;
    background-image: radial-gradient(#d2d3d6 30%,transparent 0);
    background-position: 0 0;
    background-size: 13px 13px;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -25px;
    z-index: 1;
    bottom: -29px;
    border-radius: 50%;
}

.home-ab-card h2{
font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #003a70;
}
.home-ab-card p{
    margin-bottom: 15px;
    font-size: 16px;
    text-align: justify;
    color: #000;
}
/**************Sections Services**********/
.servicesSection{
background-size: cover;
    padding:40px 0 40px;
    background-repeat: no-repeat;
    background-color: rgb(184 219 255 / 28%);
    background-position: bottom;
}
.servicesSection-2{
    background-size: cover;
    padding: 55px 0 55px;
    background-repeat: no-repeat;
    background-color: rgb(255 255 255 / 0%);
    background-position: center top;
}

.services-card-ui h3{
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003a70;
}
.services-card-ui p{
    font-size: 20px;
    color: #e50c22;
}

.services-card-ui ul{
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #e50c22;
    margin-left: 15px;
}

.services-card-ui ul li{
display: list-item;
    font-size: 16px;
    margin-bottom: 10px;
}

.shdaow-img{
    box-shadow: 0 2px 12px rgb(0 0 0 / 14%);
}

.services-card-ui h5{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 26px;
}
.services-card-ui h6{
	    color:#000;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
}

.icons-ab svg{
    fill:#003a70;
    width:50px;
    height:50px;
}
/****************Numbers Statics*************/

.statics-ui-pane {
    text-align: center;
    position: absolute;
    top: -300px;
    left: 50px;
}
.bg-fbfbfb{
	background-color:#fbfbfb;
}
.layoout-heading h2{
	    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003a70;
}

.statics-ui-pane h2 {
    font-size: 60px;
    font-weight: 700;
    color:#120A8F;
}

.cuntry {
    font-size:30px;
    margin-top: 15px;
}
.worldMap-svg img {
    opacity: 0.3;
}

/***************Footer************/

.footer-main-laoyout {
	background-color:#232323;
}
.newsLatter-field {
    text-align: center;
}

.heading-newslater h5{
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3f4930;
}

.footer-title h4{
    margin-bottom: 20px;
    text-transform:capitalize;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}


.footer-title {
    margin-bottom: 25px;
}
.footer-links-item ul {
    margin: 0;
    padding: 0;
}
.footer-links-item ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    line-height: 20px;
    padding-right: 15px;
}
.footer-links-item ul li a {color: #ffffff;font-size: 15px;font-weight: 400;text-transform: capitalize;}
.footer-links-item ul li a:hover{
    color:#f9818d;
}

.social-media-links {
text-align: left;
    margin-top: 14px;
    border-top:1px solid #ff6c6f;
    padding-top: 15px;
}
.social-media-links ul {
    margin: 0;
    padding: 0;
}
.social-media-links ul li a {
color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 5px;
}
.social-media-links ul li {
    display: inline-block;
    list-style: none;
}
.address-column {
    margin-top: -5px;
}
.footer-links-item p{
	    font-size: 12px;
    color: #fff;
}

.address-column p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}
.phone-column a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}
.email-column a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}
.middle-footer-layout {
    border-top: 1px solid #003b70;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-last-layout {
    /* margin-top: 55px; */
    border-top: 1px solid #2ba23b;
    /* padding-top: 0; */
    padding: 7px 0 10px;
    background: #339e42;
}
.company-data-copyright {
    text-decoration: underline;
    color: #1c61c7;
}
.copyright-laoyout {
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-weight:400;
    font-size: 13px;
}
.copyright-laoyout a{
	color:#fff;
}


/***********About Us Page**********/


.section-about-inner-02{
	    padding:70px 0 50px;
    background-color:#003a70;
    text-align: center;
    min-height: 290px;
    overflow: hidden;
}

.section-about-inner-02 .bg-shape.bg-circle-line {
    width: 730px;
    height: 730px;
    right: -150px;
    border-width: 13px;
    top: -340px;
    border-color: #ffdd00;
    opacity: 1;
    border-width: 12px;
}
.bg-shape.bg-circle-line {
    border: 5px solid #fff;
    border-radius: 50%;
    opacity: 0.7;
    background-color: transparent;
}
.bg-shape {
    position: absolute;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.section-about-inner-02 .bg-shape.bg-dot-red {
    left: -8px;
    width: 519px;
    height: 346px;
    bottom: -60px;
    background-size: auto;
}
.bg-shape.bg-dot-red {
    background-image: url(../images/dot-red.png);
}

.ab-card-ui-02{
padding:50px 40px 0;
    text-align: left;
    position: relative;	
}
.ab-card-ui-02 h3{
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #003a70;
}
.ab-card-ui-02 p{
    text-align: justify;
}

.heading-root{
font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    color: #003a70;
    line-height: 34px;
    letter-spacing: 0.5px;
}
.icons-structure-ab{
    background: #fff;
    position: relative;
    padding: 20px 30px;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    height: 100%;
}

.features-card-ab {
    margin-top: 12px;
}
.features-card-ab h4{
font-size: 20px;
text-transform: capitalize;
margin-bottom: 10px;
color: #003a70;
font-weight: 600;
}

/***********Services Section****************/

.section-service-inner-02{
	background-color:#f6f6f6;
	padding:50px 0 50px;
	
}

.boxShadow{
	    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.services-card-ui-02 {
    padding:30px 30px;
    text-align: left;
    position: relative;
}
.services-card-ui-02 h4{
    font-size: 21px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #003a70;
    line-height: 28px;
}
.services-card-ui-02 p{
    font-size: 20px;
}
.services-card-ui-02 ul{
    margin-top: 10px;
    padding-left: 17px;
}
.services-card-ui-02 ul li{
display: list-item;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    margin-bottom: 4px;
    list-style: circle;
}
.services-card-new h3{
font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003a70;
}
.services-card-new p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}

/**************Careers Page******************/

.panel-left-carrer {
    position: relative;
}
.panel-left-carrer h3{
    font-size: 30px;
    font-weight: 600;
    color: #00366e;
}
.panel-left-carrer p{
    font-size: 20px;
    text-align: justify;
    line-height: 33px;
}
/*************Contact Us Page************/
.breadcrumbs-section {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 350px;
    margin-top:50px;
}
.panel-left-contact h3 {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}
.panel-left-contact address {
    padding-left: 36px;
    font-weight: 400;
    color: #272626;
    line-height: 23px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 26px;
}

.panel-left-contact p {
    padding-left: 34px;
    margin-top: 6px;
    font-weight: 400;
    font-size: 18px;
    color: #5d5d5d;
    line-height: 23px;
}
.overlyBg-dark {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgb(0 0 0 / 42%), rgb(0 0 0 / 0%));
}
.inner-pages-title {
    position: relative;
    padding-top: 160px;
    z-index: 99;
}
.inner-pages-title h2 {
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 22px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
}
.inner-pages-title h2:after {
    content: '';
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-32px, 14px);
}
.inner-pages-title ul {
    margin: 0;
    padding: 0;
}
.inner-pages-title ul li {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0 3px;
}
.inner-pages-title ul li a {
    color: #ffffff;
    text-decoration: underline;
}

.title-input {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}
.form-control.form-contactUs {
    padding: 14px 16px;
    font-size: 14px;
    color: #525252;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 300;
    height: 50px;
}
.form-control.form-message {
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #000;
    padding: 14px 16px;
    font-weight: 500;
}
.submit-btn-form {
    background:#2b9e3b;
    font-size: 15px;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
	border-radius:3px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border: none;
}
.panel-left-contact {
    background: #fbfbfb;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
}

.panel-left-contact h3 {
    font-size: 22px;
    color: #000;
}
.panel-left-contact address {
    padding-left: 36px;
    margin-top: 6px;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 23px;
}
.panel-left-contact p {
    padding-left: 34px;
    margin-top: 6px;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 23px;
}



figure.icons {
    width: 100%;
    height: 60px;
}
.header-h2-main h2{
	    font-size: 25px;
    letter-spacing: 0.3px;
}

.creative-icons {
	    text-align: center;
    margin-top: 20px;
    padding: 0 15px 0 15px;
    position: relative;
}


.icons-contents {
    margin-top: 20px;
}
.icons-contents h4{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}
.icons-contents p{
    font-size: 14px;
    color: #000;
	line-height:21px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.btn.btn-services{
background-color: #e50c22;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.btn.btn-services:hover{
	background-color:#003a70;
}


.features-service-card h3{
	    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    color: #003a70;
}
.features-service-card p{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 10px;
}

ul.list-report-card{
margin-top: 15px;
    padding-left: 16px;
    padding-bottom: 20px;
}

ul.list-report-card li{
	display:list-item;
}


.addressCardCol{
    margin-top:20px;
}
.addressCardCol h4{
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}
.addressCardCol p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}
/*******************Small Screen******************/


@media only screen and (min-device-width:1080px) and (max-device-width:1280px){
	.owl-theme.whiteArrowSaller .owl-nav .owl-next {
    right: 0;
}
	
	.owl-theme.whiteArrowSaller .owl-nav .owl-prev {
    left: 0;
}
.owl-theme.arrowCircleWhite .owl-nav .owl-prev {
    left:0;
	background: #3f4930;
	color:#fff
}
.owl-theme.arrowCircleWhite .owl-nav .owl-next {
    right:0;
	background: #3f4930;
	color:#fff
}
	
}




/****************Mobile Responsive**************/



@media only screen and (max-width: 767px){
	
.navbar-toggler{
    display:block;
    border: none !important;
}


.nav-toggle {
    transform: inherit;
    position: relative;
    top:5px;
    left: 5px;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
    background:#000;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 33px;
    height: 3px;
    width: 37px;
    margin-bottom: 5px;
    cursor: pointer;
  
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 15% 15%;
          transform-origin: 15% 15%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}    

.carousel-caption.customCaption {
    top: 6%;
    left: 18%;
    width: 70%;
}
.carousel-caption.customCaption h2 {
    font-size: 18px;
    line-height: 26px;
}	
.carousel-control-prev-icon {
    right: 0;
}	
.carousel-control-next-icon {
    left: 0;
}
.carousel-caption.customCaption p{
	display:none
}
.btn-quote {
    padding: 6px 13px;
    font-size: 10px;
}
.button-panel {
    margin-top: 14px;
}
.cicle-01-card:after{
	display:none;
}
.cicle-01-card {
    width: 275px;
    height: 275px;
    line-height: 275px;
}
.cicle-02-card {
    width: 180px;
    height: 180px;
    top: 172px;
    right: 7px;
    line-height: 175px;
}
.home-ab-card {
    margin-top: 100px;
    text-align: center;
}
.services-card-ui h3 {
    font-size: 21px;
}
.services-card-ui {
    margin-top: 30px;
}
.servicesSection {
    padding: 35px 0 40px;
    background-color: rgb(184 219 255 / 9%);
}
.features-service-card{
	margin-top:20px;
}
.features-service-card h3{
    font-size: 21px;
}
.inner-pages-title h2 {
    margin-bottom: 20px;
    font-size:18px;
}
.inner-pages-title {
    padding-top: 40px;
}
.breadcrumbs-section {
    min-height: 135px;
}	
.ab-card-ui-02 {
    padding: 30px 10px 20px;
}
.section-about-inner-02 {
    padding: 5px 0 10px;
}	
.icons-structure-ab {
    height: auto;
    margin-bottom: 20px;
}
.padding-pl-pr{
	padding-left:15px !important;
	padding-right:15px !important;
}
.mobile-mt-0{
	margin-top:0 !important;
}
.ab-card-ui-02 h3 {
    font-size: 21px;
}
.services-card-ui-02 h4 {
    font-size: 18px;
}
.services-card-ui-02 p {
    font-size: 16px;
}
.panel-left-carrer h3 {
    font-size: 21px;
    line-height: 28px;
}


