
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





body {padding: 0;margin: 0;font-family: 'Poppins';font-weight: 400;}
html, body {width: 100%;}
a {text-decoration: none;color: #E77420;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer; color: #000;}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}   
.other-services-bottum-text .section-title::selection, .services-tabs ul.nav.nav-tabs li a.active .services-text h2::selection, .hero-title::selection{color: #fff;    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;}
img {max-width: 100%;height: auto}
p {color: #717B89;font-family: 'Poppins';font-size: 20px;font-style: normal;font-weight: 400;line-height: 30px;}
p a {color: #E77420;}
p strong {color: #000; font-weight: 600;}
p a:hover {color: #3F5D8C;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #E77420;}
ul li a:hover, ol li a:hover {color: #000;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins';font-style: normal;font-weight: 700;color: #000000;margin-bottom: 15px; text-transform: none;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #E77420;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #E77420;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #000;}
h1 {font-size: 40px;line-height: normal;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 28px;line-height: normal;}
h4 {font-size: 24px;line-height: normal;}
h5 {font-size: 20px;line-height: normal;}
h6 {font-size: 16px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 18px;}
.default-css ul li, .default-css ol li {font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #666;margin: 0 0 6px;}
.default-css ul li a, .default-css ol li a {color: #E77420}
.default-css ul li strong, .default-css ol li strong {color: #E77420;font-weight: 600;font-family: 'Poppins';}
.default-css ul li a:hover, .default-css ol li a:hover {color: #3F5D8C}
.default-css ul li {list-style: none !important;background: url(../images/list-arrow.png) no-repeat;background-position: 0 5px;padding-left: 26px;background-size: 19px;}
.floating-icon {position: fixed;right: -117px;top: 50%;transform: translateY(-50%);z-index: 11;transform: rotate(-90deg);}
.floating-icon a { padding: 11px 23px; display: inline-block; color: #FFF; text-align: center; font-family: 'Poppins'; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; border-radius: 10px 10px 0px 0px; background: #E77420; }
.floating-icon a:hover {color: #fff;background: #000;}




/*---HEADER CSS---*/
.header-section {position: relative;top: 0;left: 0;right: 0;width: 100%;z-index: 99;padding: 15px 0;background: #6C8ACE;box-shadow: 0px 3px 13px 0px #00000012;}
.header-section.sticky { position: fixed; background: #fff; box-shadow: 0px 0px 60px 0px rgba(15, 15, 13, 0.30); }

.header-menu .menu-navbar { display: inline-block; }


.header-logo img {max-width: 230px;position: relative;z-index: 11;}
.header-section .row { align-items: center; }

.header-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%, 0% 5%);
}

.header-menu {
    text-align: right;
}

/*---home-banner CSS---*/

.hero-title {color: #758FCA;font-size: 68px;line-height: 74px;padding: 0 0 20px;font-family: Roboto Serif;font-weight: 800;max-width: 500px;text-shadow: 1px 4px 4px #758FCA40;}
.hero-title strong { color: #87C83A; }


.section-title {color: #EB5B26;margin-bottom: 15px;text-transform: none;font-family: Roboto Serif;font-size: 38px;font-weight: 700;line-height: 44px;text-shadow: 0px 4px 4px  #EB5B2640;}



.hero-caption {
    max-width: 720px;
    margin: 0 auto;
    margin-right: 0;
}

.hero-caption p {
    font-size: 28px;
    line-height: 42px;
}

.hero-btn {
    padding: 20px 10px 0;
}

.hero-btn .theme-btn {
    font-size: 19px;
    line-height: 22px;
    padding: 15px 20px 15px 70px;
}

.theme-btn {display: inline-block;padding: 13px 20px 12px 20px;color: #FFF;font-size: 20px;line-height: 22px;font-style: normal;font-weight: 500;border-radius: 8px;font-family: 'Poppins';text-transform: uppercase;position: relative;background: linear-gradient(180deg, #EB5B25 -16.25%, #F9B700 121.25%);}
.theme-btn:hover {background: #f7b500;}


.hero-image figure {
    margin: 0 auto;
    width: 80%;
    margin-right: 0;
}

.hero-image figure img {
    width: 100%;
}



section.hero-section .col-sm-6 {
    padding: 0;
    position: relative;
}


.form-group {
    padding: 0px 0 16px;
}



.hero-btn .theme-btn span {
    position: absolute;
    background: linear-gradient(180deg, #EB5B25 -16.25%, #F9B700 121.25%);
    box-shadow: 0px -6.4px 6.4px 0px #0000001A inset;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    top: -5px;
    left: -10px;
}

section.hero-section .row {
    align-items: center;
}

.objects-image {
    position: absolute;
    bottom: 40px;
    left: 18%;
    width: 240px;
    height: 240px;
    border: 7px solid #87BC24;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px #00000040;
    text-align: center;
    line-height: 210px;
}

.hero-image {
    position: relative;
}



img.Ellipse1 {
    position: absolute;
    top: 0%;
    right: 0%;
}

img.Ellipse2 {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

img.Ellipse3 {
    position: absolute;
    bottom: -50%;
    left: 10%;
}




.section-head {
    max-width: 790px;
    margin: 0 auto;
}




.features_list{
    background-color: #fff;
    padding: 50px 0px;
  }
  .features_list .features_list-image{
    position: relative;
  }
  .features_list .features_list-image::after {
      content: "";
      position: absolute;
      width: 400px;
      height: 400px;
      background-color: #fff;
      border: 0px;
      border-radius: 100%;
      top: -36px;
      left: -65px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .features_list .features_list-image.right{
    position: relative;
  }
  .features_list .features_list-image.right::after {
      content: "";
      position: absolute;
      width: 400px;
      height: 400px;
      background-color: #fff;
      border: 0px;
      border-radius: 100%;
      top: -36px;
      left: 174px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .features_list .card-style-two {
      margin-bottom: 72px;
      align-items: center;
  }
  .features_list .card-style-two .icon{
    margin-right: 30px;
  }
  .features_list .card-style-two .icon-top {
      background-color: #F7B500;
      width: 67px;
      height: 66px;
      border-radius: 13px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .features_list .card-style-two .icon-top.red{
    background-color: #EB5B26;
  
  }
  .features_list .card-style-two .icon-top.green{
    background: #87BC24;
  }
  .features_list .card-style-two .icon-top.blue{
    background: #6C8ACE;
  }
  .features_list .card-style-two .icon-top svg {
      fill: #fff;
      width: 30px;
      height: 30px;
  }
  .features_list .card-style-two .icon-top-content h5 {
      color: #000;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 12px;
  }
  .features_list .card-style-two .icon-top-content p{
    color: #5B5D6D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  
  
  .rantegal-cricle {
    position: relative;
    z-index: 1;
}

section.Features-section {
    padding: 70px 0 0;
}





.footer-section {
	position: relative;
	padding: 55px 0px 10px 0px;
	background: #ffffff;
	z-index: 1;
	border-top: 1px solid #cccc;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-service.svg) no-repeat top;
  background-size: cover;
  opacity: 0.3; 
  z-index: 0;
}
.footer-section > * {
  position: relative; 
  z-index: 1;
}
.footer-section .footer-pera p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 0px;
}

.footer-section .newsletter-form {
	position: relative;
  margin-top: 25px;
}
.footer-section .newsletter-form input.form-control {
	height: 60px;
	border-radius: 40px;
	border: none !important;
	padding: 10px 118px 10px 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer-section .newsletter-form input.Subscribebtn {
	padding: 12px 25px;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	font-weight: 400;
	border-radius: 50px;
	display: inline-block;
	border: none;
	cursor: pointer;
	text-align: center;
	height: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
	transition: all .5s;
	background: linear-gradient(180deg, #EB5B25 -16.25%, #F9B700 121.25%);
	color: #fff;
}
.footer-section .footer-heading h3 {
	font-size: clamp(20px,5vw,24px);
	font-weight: 500;
}
.footer-section .footer-heading h3 span{
  color: var(--color-primary);
}
.footer-section .usefull-link h3 {
	font-size: clamp(20px,5vw,24px);
	color: var(--color-black);
	margin-bottom: 15px;
	font-weight: 500;
}
.footer-section .usefull-link h3 span{
  color: var(--color-primary);
}
.footer-section .usefull-link{
  display: grid;
  justify-content: center;
}
.footer-section .usefull-link .footer-link li a{
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: all .5s;
  margin-bottom: 10px;
  color: #717B89;
}


.footer-section .usefull-link .footer-link li a:hover::after{
  width: 100%;
}
.footer-section .usefull-link .footer-link li a:hover::before {
	right: -24px;
  opacity: 1;
}
.footer-section .usefull-link .footer-link li a:hover{
  color: var(--color-primary);
}
.footer-section .horizontal {
	margin: 15px 0px;
	border-color: var(--color-primary);
	border-width: 1px;
}



ul.footer-link li {
    list-style: none;
}

section.contact-section {
    padding: 80px 0;
}

.contact-from {
    box-shadow: 0px 3px 13px 0px #00000012;
    padding: 50px 30px;
    max-width: 1200px;
    margin: 30px auto 0;
}

.contact-from .section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 25px;
}

.footerabout{
   max-width: 500px;
}





@media (min-width:1200px) {
    .container {max-width: 1180px !important;}
    }
    @media (min-width:1300px) {
    .container {max-width: 1270px !important;}
    }
    @media (min-width:1400px) {
    .container {max-width: 1366px !important;}
    }
    @media (min-width:1500px) {
    .container {max-width: 1440px !important;}
    }
    @media (min-width:1600px) {
    .container {max-width: 1530px !important;}
    }
    @media (min-width:1700px) {
    .container {max-width: 1470px !important;}
    }
    
    .error{
        color:red;
    }
    
    .phone-input {
  display: flex;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.country-code {
   background: #F8F9FA;
  padding: 0 10px;
  appearance: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  width: 25%;
  flex: 0 0 25%;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
}
.phone-number {
   padding: 8px 10px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  width: 75%;
  flex: 0 0 75%;
  border-left: none;
  border-radius: 0 5px 5px 0px;
}

#number-error {
  width: 100%;
  flex: 0 0 100
}


  