@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Raleway", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap");
/*font-family: "Catamaran", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
/*font-family: "Kaushan Script", cursive;*/

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Raleway", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

p {
  font-family: "Catamaran", sans-serif;
}

/*### Common css start ###*/
.common-btn1 {
  background-color: #DDE93A;
  border: 1px solid #DDE93A;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  padding: 6px 20px;
  font-family: "Catamaran", sans-serif;
}

.common-btn1 i {
  transform: rotate(-45deg);
  margin-left: 5px;
}

.common-btn1:hover {
  background-color: #d3df2b;
  color: #000000;
  transform: scale(1.1);
}

.btn-outline-warning {
  position: relative;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  font-family: "Catamaran", sans-serif;
  border-color: #DDE93A;
  color: #FFFFFF;
}
.btn-outline-warning:hover {
  background-color: #DDE93A;
  border-color: #DDE93A;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h4 {
  position: relative;
  width: 100%;
  color: #DDE93A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Catamaran", sans-serif;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #AEABD2;
  font-size: 16px;
  margin-bottom: 12px;
}

/*### Common css end ####*/
/*####### animation #########*/
	@keyframes smoothScroll {
	  0% {
	    transform: translateY(-20px);
	  }
	  100% {
	    transform: translateY(0px);
	  }
	}
/*####### animation end #########*/
/*#### Header css start ###*/
.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-wrapper.sticky {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #030b2f;
    top: 0;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
    animation: smoothScroll 1s forwards;
}
.header-wrapper.sticky .logo-wrap img {
    height: 45px;
}

.header-wrapper .navbar-nav {
  position: relative;
}
.header-wrapper .navbar-nav li {
  position: relative;
  padding: 5px 15px;
}
.header-wrapper .navbar-nav li a {
  color: #FFFFFF;
  font-size: 16px;
}
.header-wrapper .navbar-nav li.active a {
  color: #DDE93A;
}

.get-quote-wrap {
  position: relative;
  margin-left: 10px;
}

/*#####*/
.header-wrapper .responsive-menu{
  justify-content: space-between;
}
.header-wrapper .main-menu > li{
	padding: 0px 8px;
}
.header-wrapper .main-menu > li > a{
  font-size: 16px;
  color: #fff;
  transition:all 0.5s;
}
.header-wrapper .main-menu > li > a:hover {
    color: #fff;
    border-radius: 5px;
}
.header-wrapper .navbar .main-menu li.current-menu-item > a{
	color: #fff;
	border-radius: 5px;
}
.header-wrapper .navbar .main-menu > li.menu-item-has-children{
	padding-right: 22px;
}
.header-wrapper .navbar .main-menu > li.menu-item-has-children:after{
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 28%;
  right: 12px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.header-wrapper .navbar .main-menu > li .sub-menu{
  background-color: rgb(3 11 47 / 75%);
  text-align: left;
  padding: 0px;
  box-shadow: 0px 0px 10px 0px rgb(169 169 169 / 22%);
  border: 0;
  
}
.header-wrapper .navbar .main-menu > li .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
}
.header-wrapper .navbar .main-menu > li .sub-menu li a {
    position: relative;
    width: 100%;
    padding: 15px 10px;
}
.header-wrapper .navbar .main-menu > li .sub-menu li a:hover{
	background-color: #030b2f;
	transition: all 0.5s;
}
.header-wrapper .navbar .main-menu > li .sub-menu li a{
/* 	padding: 4px 2px; */
	color: #ffffff;
	font-size: 14px;
}
.header-wrapper .navbar .main-menu > li .sub-menu:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #051843;
  position: absolute;
  left: 30px;
  top: -8px;
	opacity: 0;
}
@media(min-width:992px){
	/* sub sub menu */
	.header-wrapper .navbar .main-menu > li .sub-menu .sub-menu {
		left: 100%;
		opacity: 0;
		display: none;
	}
	.header-wrapper .navbar .main-menu > li .sub-menu li:hover > .sub-menu {
		display: block;
		opacity: 1;
		top: 0;
	}
}
@media(max-width:991px){
  /*##*/
	.toggle-menu{
        color: #ffffff;
        font-size: 22px;
        border: 1px solid #DDE93A;
        padding: 8px 10px;
        line-height: 0;
	}
	.toggle-menu span {
        padding: 0;
        line-height: 0;
    }
	.toggle-menu:hover{
		color: #ffffff;
	}
	.header-wrapper .navbar .main-menu > li .sub-menu{
	    background-color: rgb(0 0 0);
	}
	.header-wrapper .navbar .menu-wrap .main-menu.active{
        background-color: #030b2f;
	}
	.main-menu .expand, .sub-menu .expand {
        color: #ffffff;
        padding: 0px 10px;
        line-height: normal;
	}
	.header-wrapper .navbar .main-menu > li.menu-item-has-children:after{
		display: none;
	}
    .header-wrapper .navbar .login-btn-wrap{
        margin-right: 10px;
    }
	
/* 	 */
	
	.header-wrapper .navbar .main-menu > li .sub-menu .sub-menu{
		left:0px;
        position: relative;
        background-color: #030b2f;
        box-shadow: none;
		opacity: 0;
    	display: none;
	}
	.header-wrapper .navbar .main-menu > li .sub-menu li.active .sub-menu{
		display: block;
		opacity: 1;
		top: 0;
	}
}





@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.7);
  }
}
@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*## Banner about css start ###*/
.banner-about-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-circle-img {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  animation: scale 20s linear 0s infinite alternate-reverse both;
}

.banner-wrapper {
  position: relative;
  width: 100%;
  background-color: #030b2f;
}
.banner-wrapper:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(3, 11, 47);
    background: linear-gradient(0deg, rgba(3, 11, 47, 1) 0%, rgba(3, 11, 47, 0.804359243697479) 14%, rgba(3, 11, 47, 0.11528361344537819) 100%);
}
.banner-wrapper > img{
    position:relative;
    mix-blend-mode: lighten;
}
.banner-wrapper .banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.banner-wrapper .banner-content-wrap h3 {
  position: relative;
  width: 100%;
  font-size: 70px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.banner-wrapper .banner-content-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.banner-wrapper .banner-content-wrap p {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

/*Coins css*/
.coins1 {
  position: absolute;
  left: -40px;
  top: 50px;
  animation: rotate 7s linear 0s infinite both;
}

.coins2 {
  position: absolute;
  left: 10%;
  top: 18%;
  width: 200px;
  animation: moving 12s linear infinite;
}

.coins3 {
  position: absolute;
  right: 10%;
  top: 15%;
  width: 120px;
  animation: rotate 18s linear 0s infinite both;
}

.coins4 {
  position: absolute;
  right: 5%;
  top: 45%;
  width: 140px;
  animation: moving 15s linear infinite;
}

.coins5 {
  position: absolute;
  right: 22%;
  top: 70%;
  width: 100px;
  animation: rotate 7s linear 0s infinite both;
}

/*Coins css end*/
/**/
.about-section-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/about-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: 85%;
  background-color: #030b2f;
  background-position: right center;
}

.about-left-content {
  position: relative;
  width: 100%;
  z-index: 1;
}

/*## Banner about css end ###*/
.technologyto-newsletter-wrapper {
  position: relative;
  width: 100%;
}

/*### technology css start ####*/
.technology-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #030c30;
  overflow: hidden;
}
.technology-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70%;
  width: 80%;
  height: 160%;
  background: rgb(20, 35, 96);
  background: radial-gradient(circle, rgb(20, 35, 96) 0%, rgba(7, 18, 60, 0.4037990196) 53%, rgba(13, 25, 76, 0) 74%, rgba(4, 13, 48, 0) 100%);
}

.technology-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px;
  background: transparent linear-gradient(135deg, #DDE93A 0%, rgba(221, 233, 58, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  transition: all 0.5s;
}
.technology-wrap .technology-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  background: transparent linear-gradient(226deg, #112059 0%, #030C30 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.technology-wrap .icon {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.technology-wrap h4 {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 10px;
}
.technology-wrap p {
  position: relative;
  width: 100%;
  color: #AEABD2;
  font-size: 16px;
  margin-bottom: 0;
}
.technology-wrap:hover {
  box-shadow: 7px -9px 35px rgba(221, 233, 58, 0.2901960784);
}

/*### technology css end ####*/
/*### Services css start ####*/
.our-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #030c30;
}

.services-top-globe {
  position: relative;
  width: 100%;
}
.services-top-globe img {
  position: relative;
  width: 100%;
  mix-blend-mode: lighten;
}

.services-list {
  position: relative;
  width: 100%;
  text-align: center;
}
.services-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.services-list .icon img{
    width: 80%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius:8px;
}
.services-list h4 {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 15px;
}
.services-list p {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #AEABD2;
  margin-bottom: 0px;
}

/*### Services css end ####*/
/*## why-choose css start ###*/
.why-choose-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  overflow: hidden;
  background-color: #030c30;
}
.why-choose-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70%;
  width: 80%;
  height: 160%;
  background: rgb(20, 35, 96);
  background: radial-gradient(circle, rgb(20, 35, 96) 0%, rgba(7, 18, 60, 0.4037990196) 53%, rgba(13, 25, 76, 0) 74%, rgba(4, 13, 48, 0) 100%);
}

.why-choose-left-img {
  position: relative;
  width: 100%;
}
.why-choose-left-img img {
  position: relative;
  width: 100%;
  mix-blend-mode: lighten;
}

.why-choose-right-content {
  position: relative;
  width: 100%;
}
.why-choose-right-content ul {
  position: relative;
  width: 100%;
}
.why-choose-right-content ul li {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #AEABD2;
  padding-left: 25px;
  padding-bottom: 15px;
}
.why-choose-right-content ul li strong {
  color: #FFFFFF;
}
.why-choose-right-content ul li:before {
  content: "\f058";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #DDE93A;
}

/*## why-choose css end ###*/
/*### blog css start ###*/
.blog-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #030c30;
}

#blog-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

#blog-slider .blog-sld-items {
  position: relative;
  padding: 5px 15px;
  height: auto;
  min-height: auto;
}

.blog-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #6B7085;
}
.blog-wrap .blog-img {
  position: relative;
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.blog-wrap .blog-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrap .blog-content {
  position: relative;
  width: 60%;
  padding: 15px 15px;
}
.blog-wrap .blog-content h4 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 15px;
}
.blog-wrap .blog-content h4 .post-by {
  display: inline-block;
  background-color: #DDE93A;
  padding: 5px 8px;
  background-color: #DDE93A;
  font-size: 15px;
  color: #000000;
  border-radius: 5px;
}
.blog-wrap .blog-content h4 i {
  color: #AEABD2;
  font-size: 14px;
  font-style: normal;
}
.blog-wrap .blog-content h3 {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 25px;
  word-break: break-all;
  margin-bottom: 15px;
}
.blog-wrap .blog-content h3 a {
  color: #FFFFFF;
}
.blog-wrap .blog-content p {
  position: relative;
  width: 100%;
  color: #AEABD2;
  font-size: 15px;
  margin-bottom: 15px;
}
.blog-wrap .blog-content .blog-btn {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #9693AE;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #DDE93A;
  font-size: 16px;
  border-radius: 50%;
}

/**/
#blog-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  width: 40px;
  height: 35px;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
  transition: 0.5s;
}
#blog-slider .slick-arrow:hover {
  background-color: #DDE93A;
  border-color: #DDE93A;
  color: #000000;
  transition: 0.5s;
}

#blog-slider .slick-arrow:before {
  display: none;
}

#blog-slider .slick-arrow.slick-prev {
  position: absolute;
  right: 95px;
  top: -50px;
}

#blog-slider .slick-arrow.slick-next {
  position: absolute;
  right: 50px;
  top: -50px;
}

/**/
/*### blog css end ###*/
/*### Newsletter css start ###*/
.newsletter-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #030c30;
}
.newsletter-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: #020017;
}

.newsletter-inner-wrap {
  position: relative;
  width: 100%;
  padding: 20px 15%;
  background-image: url(../images/newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.newsletter-inner-wrap .common-title h4 {
  color: #000000;
}
.newsletter-inner-wrap .common-title h3 {
  color: #020017;
}
.newsletter-inner-wrap .common-title p {
  color: #3A3A3A;
}
.newsletter-inner-wrap .newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 2px 2px;
  border-radius: 5px;
}
.newsletter-inner-wrap .newsletter-frm .input-text {
  position: relative;
  width: calc(100% - 90px);
  padding-right: 10px;
}
.newsletter-inner-wrap .newsletter-frm .input-text .form-control {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
}
.newsletter-inner-wrap .newsletter-frm .submit {
  position: relative;
  width: 90px;
  margin-left: 0px;
}
.newsletter-inner-wrap .newsletter-frm .submit button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 10px;
  font-size: 20px;
}

/*### Newsletter css end ###*/
/*#### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px 40px 0px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
    background-position: center left;
    background-size: 70%;
    background-color: #030117;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #AEABD2;
  font-size: 15px;
  margin-bottom: 10px;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #FFFFFF;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #DDE93A;
  transition: 0.5s;
}

.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu ul li {
  position: relative;
  padding: 5px 10px;
}
.footer-menu ul li a {
  color: #FFFFFF;
  font-size: 16px;
}

.footer-copyright {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer-copyright p {
  position: relative;
  width: 100%;
  color: #277CB4;
  font-size: 14px;
  margin-bottom: 0px;
}

/*#### Footer css end ####*/
/*### Inner banner css start ####*/
.inner-bannerwrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
  background-color: #030b2f;
}

.inner-bannerwrapper img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inner-bannerwrapper .inner-banner-cont {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-bannerwrapper .inner-banner-cont h1 {
  position: relative;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

div#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #94C83E;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #AEABD2;
  font-size: 15px;
  margin-bottom: 10px;
}
.cms-content > * {
    color: #AEABD2;
    font-size: 15px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  display: block;
}

.cms-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #AEABD2;
  font-size: 15px;
}

.cms-content ul li:before {
  content: "\f0a9";
  font-family: fontawesome;
  position: absolute;
  top: 2px;
  left: 0;
  color: #94C83E;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*### Inner banner css end ####*/
/*##### quick css start ###*/
.quick-quote-wraper .close {
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #000000;
  font-size: 22px;
  background-color: transparent;
  border: 0px;
  opacity: 1;
}

.quick-quote-wraper .quick-quote-form {
  position: relative;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick-quote-wraper .quick-quote-form .title {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .title h3 {
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #DDE93A;
  font-weight: 600;
}

.quick-quote-wraper .quick-quote-form .title h3:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #DDE93A;
}

.quick-quote-wraper .quick-quote-form textarea.form-control {
  height: 180px;
}

.quick-quote-wraper .quick-quote-form .btn-dark {
  padding: 12px 20px;
}

/*##### quick css end ###*/
/*####### contact us page css start #######*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #030c30;
}

.form-sec {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px;
  background: transparent linear-gradient(135deg, #DDE93A 0%, rgba(221, 233, 58, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  transition: all 0.5s;
}
.form-sec .form-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  background: transparent linear-gradient(226deg, #112059 0%, #030C30 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.form-sec .comon-title h3 {
  font-size: 35px;
}

.form-sec .form-control {
  color: #fff;
  border: 1px solid #030c30;
  background-color: #030c30;
  height: auto;
  padding: 12px 15px;
  border-radius: 0px;
  transition: 0.5s;
}

.form-sec .form-control::-moz-placeholder {
  color: #FFFFFF;
}

.form-sec .form-control::placeholder {
  color: #FFFFFF;
}

.form-sec .form-control:focus {
  border: 1px solid #dde93a;
  transition: 0.5s;
  box-shadow: none;
  outline: none;
}

.form-sec .btn-outline-dark {
  width: 100%;
  padding: 12px 10px;
  font-size: 18px;
}

.contact-info-right {
  position: relative;
  width: 100%;
}

.contact-info-details-wrap {
  position: relative;
  width: 100%;
}

.contact-info-details-wrap .contactpg-info-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.contact-info-details-wrap .contactpg-info-list .icon {
  margin-right: 10px;
  width: 30px;
  font-size: 20px;
  color: #DDE93A;
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont {
  width: calc(100% - 40px);
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont p {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-info-details-wrap .contactpg-info-list .contact-info-cont p a {
  color: #FFFFFF;
}

.contact-us-wrapper .contact-map {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.contact-us-wrapper .contact-map iframe {
  position: relative;
  width: 100%;
  height: 300px;
  border: 2px solid #DDE93A;
}

/*####### contact us page css end #######*/
/*###### Blog details css start ####*/
.blog-details-wrapper {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background-color: #030b2f;
}
.blog-details-content .services-left-img {
    position: relative;
    width: 100%;
    margin-bottom:15px;
}
.blog-details-content .services-left-img img {
    width: 100%;
}

.blog-details-wrapper .comnt_sec {
    position: relative;
    width: 100%;
    padding: 30px 30px;
    background-color: rgb(255 255 255);
    backdrop-filter: blur(10px);
    border-radius: 15px;
}
.blog-details-wrapper .comnt_sec .comments-area {
    margin: 0 !important;
}
/*###### Blog details css end ####*/

.about-section-wrapper.about-page-wrapper{
    background-position: right top;
}

/*login*/
.ctdb-login-form-wrapper {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.ctdb-login-form-wrapper .ctdb-header.active-header {
    background-color: #DDE93A;
    border: 1px solid #DDE93A;
}
.ctdb-login-form-wrapper input {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ddd;
}

.ctdb-login-form-wrapper input[type=submit] {
    width: auto;
    background-color: #DDE93A;
    border: 1px solid #DDE93A;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
    padding: 6px 20px;
    font-family: "Catamaran", sans-serif;
}

.ctdb-user-can-post .abt-txt > p {
    text-align: center;
    font-size: 20px;
    color: #000;
}
.ctdb-user-can-post #ctdb-new-topic {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.ctdb-user-can-post #ctdb-new-topic input {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ddd;
}
.ctdb-user-can-post #ctdb-new-topic textarea{
    position: relative;
    width: 100%;
    height:300px;
    padding: 10px 10px;
    border: 1px solid #ddd;
}
.ctdb-user-can-post #ctdb-new-topic input[type=submit] {
    width: auto;
    background-color: #DDE93A;
    border: 1px solid #DDE93A;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
    padding: 6px 20px;
    font-family: "Catamaran", sans-serif;
}

.ctdb-user-can-post .ctdb-new-topic-button {
    display: inline-block;
    background-color: #DDE93A;
    border: 1px solid #DDE93A;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
    padding: 6px 20px;
    font-family: "Catamaran", sans-serif;
    margin-bottom: 20px;
}
@media(max-width:767px){
    .ctdb-login-form-wrapper{
        width: 100%;
    }
    .ctdb-user-can-post #ctdb-new-topic{
        width: 100%;
    }
}
/**/
.single-discussion-topics .blog-details-content.cms-content {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.single-discussion-topics .blog-details-content.cms-content h3 {
    color: #000;
}
.single-discussion-topics .blog-details-content.cms-content .services-left-img.float-services-img {
    display: none;
}

/**/
.single-discussion-topics .comment-respond .comment-form-comment label {
    position: relative;
    width: 100%;
}

.single-discussion-topics .comment-respond .comment-form-comment textarea {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 10px 10px;
    border: 1px solid #ddd;
}

.single-discussion-topics .comment-respond .form-submit .submit {
    width: auto;
    background-color: #DDE93A;
    border: 1px solid #DDE93A;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
    padding: 6px 20px;
    font-family: "Catamaran", sans-serif;
}
@media(max-width:991px){
    .single-discussion-topics .blog-details-content.cms-content .ctdb-horizontal-meta.ctdb-author-data{
        width: 100%;
        float: none;
    }
    .single-discussion-topics .blog-details-content.cms-content .ctdb-content-wrap{
        width: 100%;
        float: none;
    }
}

/* ### */
.ctdb-layout-classic section.main-wrap {
    background-color: #030b2f;
    padding: 50px 0px;
    color: #fff;
}

.ctdb-layout-classic section.main-wrap .custom-bx.mt-5 {
    margin: 0px !important;
}
.ctdb-layout-classic section.main-wrap .custom-bx p {
    position: relative;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.thank-you-inner-wrap {
    position: relative;
    width: 100%;
    padding: 40px 30px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    text-align: center;
    border-radius: 10px;
}
.thank-you-inner-wrap h3 {
    position: relative;
    width: 100%;
    color: #DDE93A;
    font-size: 60px;
    font-family: "Kaushan Script", cursive;
    margin-bottom: 30px;
}
.thank-you-inner-wrap p {
    position: relative;
    width: 100%;
    color: #3A3A3A;
    font-size: 16px;
}
/*# sourceMappingURL=style.css.map */