/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Cases
  13. How It Work
  14. Clients Logo
  15. Single Page Sidebar
  16. Single Page Meta
  17. Contact
  18. Video
  19. Side Background
  20. Error
  21. List Icon
  22. Bg Animated Image
  23. Round Animated Image


/* ------------------------
    General
------------------------*/

@font-face {
   font-family: sofiapromedium;
   src: url(sofiaProMedium.otf);
}

@font-face {
   font-family: sofiaprolite;
   src: url(sofiaProLight.otf);
}

@font-face {
   font-family: graphikmedium;
   src: url(Graphik-Medium-Web.woff2);
}

@font-face {
   font-family: graphikregular;
   src: url(Graphik-Regular-Web.woff2);
}

@font-face {
   font-family: graphiksemibold;
   src: url(Graphik-Semibold-Web.woff2);
}



@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,400,400i,500,500i,600,600i,700,700i');

body {font-family: sofiaprolite; font-weight: normal; font-style: normal; font-size: 16px; line-height: 1.7; color:#2f363f; letter-spacing: 1px;}


/* ------------------------
    Typography
------------------------*/
h1, h3, h4, h5, h6{ font-family: sofiapromedium; font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize; letter-spacing: 1px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 40px; font-style: normal; line-height: 60px; font-weight: 600; text-transform: capitalize; color: #2f363f; letter-spacing: 0;}
h2 { font-size: 38px; font-style: normal; line-height: 46px; font-weight: 600; color: #2c5576;  margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; font-weight: 500;}
h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 40px; color: #2f363f;}
h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #2f363f;}
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #1c2045;}
ul { margin: 0px; padding: 0px; }
u {text-decoration-style: wavy;}

/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.9;}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.img-center1{display: inline-block !important; max-width: 50%;}

.pos-r{position: relative;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #ff7810;}
h2 span{color: #1f7ae0;}
section{padding: 50px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}

.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color: #ff7810;}
.text-black{color:#2f363f !important;}
.text-grey{color:#999999;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: #ffffff !important;}
.dark-bg{background-color: #dfe7ff;}
.grey-bg{background-color: #f3f6ff;}
.theme-bg{background-color: #ff7810;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative; min-height: 700px;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.bnr-img2 {position: absolute; top: 50%; left: 0;}
.banner-2 .mouse-parallax {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item{height: 100%;}
.hero-bg {left: -50%; position: absolute; top: -45%;}
.banner-4 .mouse-parallax{z-index: 9;}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover{background-size: cover;}
.bg-contain{background-size: contain;}
.bg-pos-l{background-position: left;}
.bg-pos-r{background-position: right;}
.bg-pos-rt{background-position: right top;}
.bg-pos-lt{background-position: left top;}
.bg-pos-rb{background-position: right bottom;}
.bg-pos-lb{background-position: left bottom;}


/* -------------------------------
   popup-window
-------------------------------*/


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:700; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #ff7810;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2);}
.coming-soon .subscribe-form{margin: 0 auto;}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Cases
------------------------*/
.cases-item{overflow: hidden; position: relative; text-align: center;}
.cases-item .cases-description {background: #ffffff; padding: 20px;}
.cases-item .cases-description h5{ margin: 0 0 15px; text-transform: capitalize; font-weight: 500;}
.cases-item img{width: 100%;}
.cases-item span{font-weight: 500; display: block;}
.owl-carousel .cases-item{margin: 30px 10px;}


/* ------------------------
    How It Work
------------------------*/
.work-process-inner{position: relative;}
.step-num {background: rgb(255,120,16); background: linear-gradient(90deg, rgba(255,120,16,1) 0%, rgba(255,94,44,1) 50%); border: 5px solid #fff; border-radius: 50%; color: #fff; font-size: 25px; font-weight: bold; height: 55px; line-height: 50px; position: absolute; right: -30px; top: -30px; width: 55px; text-align: center;}
.work-process-inner .work-img {border: 2px dashed #e2dfdf; border-radius: 10px; display: inline-block; width: 100px; height: 100px; line-height: 95px; margin: 30px 0 10px; position: relative;}
.work-process.style-2 .work-process-inner{padding-left: 80px;}
.work-process.style-2 .step-num{right: inherit; left: 0; top: 0; border: none; width: 60px; height: 60px; line-height: 60px; font-size: 24px;}
.theme-bg .work-process-inner,
.theme-bg .work-process-inner h4{color: #ffffff;}
.w-70 {width: 70px;}
.w-90 {width: 90px; height: 90px;}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {/*background: #fff; border: 1px solid #ebebeb;*/ margin-right: -1px; margin-top: -1px; padding: 0px 10px; width: calc(100% / 4);}
.clients-logo1 {/*border: 1px solid #ebebeb;*/ margin-right: -1px; margin-top: -1px; padding: 0px 10px; width: calc(100% / 3);}


/* ------------------------
    Single Page Sidebar
------------------------*/
.sidebar-links li a {color: #2c2c2c; border-bottom: 1px dashed #ddd; padding: 10px 0; display: block; font-size: 15px; font-weight: 600; position: relative; text-transform: uppercase;}
.sidebar-links li.active a, .sidebar-links li a:hover {color: #ff7810;}
.sidebar-links li:first-child a{padding-top: 0;}
.sidebar-links li:last-child a{padding-bottom: 0; border-bottom: none;}


/* ------------------------
    Single Page Meta
------------------------*/
.portfolio-meta li{position: relative; padding-left: 50px;}
.portfolio-meta li i{position: absolute; left: 0; top: 0; color: #ff7810; font-size: 30px;}
.portfolio-meta li span{color: #111121; display: block; font-weight: bold; text-transform: uppercase; margin-bottom: 7px;}
.theme-bg .portfolio-meta li, .theme-bg .portfolio-meta li i, .theme-bg .portfolio-meta li span{color: #ffffff;}


/* ------------------------
    Contact
------------------------*/
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #ff7810; text-align: center;}
.contact-info li span{font-size: 16px; color: #111121; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #111121;}
.contact-info li a:hover{color: #ff7810;}
.info-inner{background: #ffffff; padding: 50px 30px;}
.info-inner ul li{padding-left: 0;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 5px; font-size: 13px; color: #111121; background: #ffffff; border: 1px solid transparent;}
.theme-bg .form-control .dark-bg .form-control{background: none; border:5px solid rgba(255,255,255,0.1);}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px; border-radius: 5px;}
.form-control:focus{box-shadow: none; background: none; border-color: #ff7810;}
.theme-bg .form-control:focus{border-color: #ff7810;}
select.form-control {-moz-appearance: none; -webkit-appearance: none; appearance: none; height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #111121;}
.form-control::-moz-placeholder {color: #111121;}
.form-control:-ms-input-placeholder {color: #111121;}
.form-control:-moz-placeholder {color: #111121;}
.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}

.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder{color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder{color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder{color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block;}
.video-btn .btn-play {font-size: 30px; background: #ff7810; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important; z-index: 99;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #ff7810;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}
.play-btn span{position: relative; text-transform: uppercase; color: #2f363f; font-weight: 500; padding-right: 70px; margin-right: 20px;}
.play-btn span:before{background: #ff7810; width: 50px; height: 2px; content: ""; position: absolute; right: 0; top: 50%; margin-top: -1px;}



/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.image-column {position: absolute; top: 50%; width: 32%;}
.image-column.right{right: 0; left: inherit;}


/* ------------------------
    Error
------------------------*/
.error-page h1{font-size: 300px; line-height: 300px; letter-spacing: 15px; color: #111121; margin-bottom: 20px;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 40px;}
.list-icon li i{position: absolute; left: 0; top: 0; color: #ff7810; font-size: 30px; line-height: 30px;}
.list-icon-2 li{padding-left: 20px; position: relative;}
.list-icon-2 li:before{content: ""; background: #ff7810; position: absolute; top: 8px; left: 0; width: 10px; height: 2px; border-radius: 4px;}
.custom-li{display: inline-block;}
.custom-li li {float: left; margin-bottom: 15px; width: calc(100% / 2);}
.custom-li1 li {float: left; margin-bottom: 15px; width: calc(100%);}
.custom-li2 li {float: left; margin-bottom: 0px; width: calc(100%);}
.list-icon-3 li i{color: #1f7ae0; height: 35px; width: 35px; line-height: 35px; border: 1px solid #ece9fa; text-align: center; border-radius: 50%;}


/* ------------------------
    Bg Animated Image
------------------------*/
.pattern-3{position: absolute; left: 50%; top: 60%;}
.info-img:before {position: absolute; left: 0; top: 0; height: 330px; width: 100%; content: ""; background-image: url(../images/pattern/07.png); z-index: -1;}


/* ------------------------
    Round Animated Image
------------------------*/
.round-animation{background-image: linear-gradient(120deg, #1f7ae0 0%, #0e71df 100%);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; width: 100%; animation: morph 10s linear infinite; transform-style: preserve-3d; outline: 1px solid transparent; will-change: border-radius;}
.round-animation:before,
.round-animation:after{content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; will-change: border-radius, transform, opacity; animation-delay: 200ms;
background-image: linear-gradient(120deg, rgba(255,94,44,.55) 0%, rgba(255,120,16,.89) 100%);}
.round-animation:before{animation: morph 3s linear infinite; opacity: .21; animation-duration: 1.5s;}
.round-animation img{position: relative; z-index: 99;}

.insideText {color: rgba(0,0,0,0.030); font-size: 200px; font-weight: 900; left: 50%; line-height: 200px; overflow: hidden; position: absolute; text-align: center; text-transform: uppercase; top: 50%; white-space: nowrap; width: 100%; z-index: 0;}

.boxed-view{padding: 20px 50px 50px;}

.seo-img img {position: relative; -webkit-animation: seo 2s linear infinite; animation: seo 2s linear infinite;}

@-webkit-keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}

@keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}


.mb-8{
	margin-bottom:8px;
	
}

.float0 {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 200px;
    right: 25px;
    background-color: #fff;
    color: #1f7ae0;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    border: 1px solid;
}

.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 270px;
    right: 25px;
    background-color: #1f7ae0;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float1 {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 130px;
    right: 25px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float2 {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 60px;
    right: 25px;
    background-color: #1f7ae0;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
.my-float0{
    margin-top: 2px;
    font-size: 49px;
}
.my-float{
	margin-top: 18px;
    font-size: 21px;
}
.my-float1{
	margin-top: 15px;
    font-size: 25px;
}
.my-float2{
	margin-top: 15px;
    font-size: 25px;
}

.w-45 {height: 80px; width: 125px;}


.arraow-img {
    margin-right: 10px;
    height: 15px;
}

.modal {
    z-index: 1350 !important;
}

/* ------------------------
    Button
------------------------*/
.btn1{
    color: #ffffff;
    background: #f53b57;
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px 8px;
    border: none;
    /*border-radius: 0 30px;*/
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
}
.btn1:hover{
    color: transparent;
    border-radius: 0;
}
.btn1:before,
.btn1:after{
    content: '';
    background-color: #f53b57;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.btn1:after{
    top: auto;
    bottom: 0;
}
.btn1:hover:before,
.btn1:hover:after{
    height: 55%;
}
.btn1 span{
    color: #fff;
    padding: 15px 20px 8px;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0.05s;
}
.btn1:hover span{
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
.btn1.red{ color: #ed1300; }
.btn1.red:before,
.btn1.red:after{
    background-color: #ed1300;
}
.btn1.green{ color: #03c454; }
.btn1.green:before,
.btn1.green:after{
    background-color: #03c454;
}
.btn1.blue{ color: #0089e5; }
.btn.blue:before,
.btn.blue:after{
    background-color: #0089e5;
}

.testimonial .testimonial-img img {
	box-shadow: none !important;
}
.h-100
{
    height: 100% !important;
}
.h-90 {
	height: 90% !important;
}

.float:hover {background-color: #fff; border: 1px solid #1f7ae0; color: #1f7ae0;}
.float1:hover {color: #25d366; background-color: #fff; border: 1px solid #25d366;}
.float2:hover {color: #1f7ae0; background-color: #fff; border: 1px solid #1f7ae0;}

.pt-0 {padding-top: 0px;}

@media (min-width: 787px) {
	.tpbr_topbar {
		display: none;
	}
	.desktophide {
	display: none !important;
	}
	.mt-m-75 {
		margin-top: -75px;
	}
}

@media (max-width: 786px) {
	.right-nav {
		display: none;
	}
	#header-wrap {
		padding: 15px 0 15px !important;
	}
	.mobilehide {
	display: none !important;
	}
	
	.mt-m-20 {
		margin-top: 20px;
	}
	.mt-m-10 {
		margin-top: 10px;
	}

	.mt-m-0 {
		margin-top: 0px !important;
	}
	.md-mt-5 {
		margin-top: 0px !important;
	}
	
	.font-size-30 {
		font-size:30px;
	}
	.mt-m-50 {
		margin-top: 50px;
	}
	.mt-m-75 {
		margin-top: 0px;
	}
}

@media (max-width: 769px) and (min-width: 320px){
.tpbr_topbar {
    position: fixed !important;
    z-index: 9999;
    background: #1f7ae0;
    padding: 4px 20px 3px;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}
.sg-popup {
    margin: 0px 0 0 20px;
	cursor: pointer; color: #fff;
}
.tpbr_box {
	line-height:40px; text-align:center; width:100%; color:white; font-size:15px; font-family: Helvetica, Arial, sans-serif; font-weight:300;
}
}

.tabs-center{
	text-align: center !important;
}
.pricing-section-button
{
    position: absolute;
    bottom: 40px;
}
.mb-5rem
{
    margin-bottom: .5rem;
}
.mt-25
{
    margin-top: 25px;
}
.box-shadow1
{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.wallet-icon
{
    margin-left: 12px;
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 1px 3px #999;
}
@media only screen and (min-width: 1025px){
.pb-80
{
    padding-bottom: 80px;
}
}
.mb-15
{
    margin-bottom: 15px;
}
.dropdown-i
{
    font-size: 16px;
    font-weight: 700;
}

.img-center {text-align: center;}

 
div#themeBackground{
 
height: 100%;
background-image: url(../AlgoArtis/05.png);
background-repeat: no-repeat;
background-position: left;
background-color: #bedaf9;
}

div#rightSidebar{
     
    height: 100%;
    background-image: url(../AlgoArtis/04.png);
    background-repeat: no-repeat;
    background-position: right;
    }

    .mapouter {
        position: relative;
        text-align: right;
        height: 200px;
        width: 350px;
      }

      .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 200px;
        width: 350px;
      }

      .bgc {
        min-height: 100vh;
        background: url(../AlgoArtis/images/pencil1.png) no-repeat top 0px left, url(../AlgoArtis/images/box1.png) no-repeat top 0px right,url(../AlgoArtis/images/note1.png) no-repeat 0 100%,url(../AlgoArtis/images/hand1.png) no-repeat 100% 100%;
    }


    .bgc2 {
        min-height: 50vh;
        background: url(../AlgoArtis/images/smart-money-robo1.png) no-repeat top 85px right;
    }

    .image-block img.img-fluid.topBottom {
        border-radius: 30px;
        max-height: 350px;
        max-width: 500px;
    }

    @media screen and (min-width: 0px) and (max-width: 414px) {
        .bgc2{ background: none no-repeat top 85px right; }  /* show it on smaller screen */
        .mapouter {
            position: relative;
            text-align: right;
            height: 200px;
            width: 300px;
          }
    
          .gmap_canvas {
            overflow: hidden;
            background: none !important;
            height: 200px;
            width: 300px;
          }

          .image-block img.img-fluid.topBottom {
            
            max-width: 300px;
            
        }

        .round-p-animation{
            bottom:550px !important;
        }
    }
      
    @media only screen and (max-width: 786px) {

        #faq-title {
            margin-bottom: 50px;
            margin-top: 100px;
        }

        .ant-card-body {
            padding: 24px;
        }

        

    }

    .elementor-shape-top {
        top: -1px;
    }
    .elementor-shape {
        overflow: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        line-height: 0;
        direction: ltr;
    }

    .elementor-shape .elementor-shape-fill {
        fill: #fff;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    
    .elementor *, .elementor :after, .elementor :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    a[title]:hover:after{
        content: attr(title);
        background: red; 
        position: absolute;
        left: 5%;
        top: 10%;}

    /*! elementor - v3.0.16 - 06-01-2021 */

   
    .ant-row {
        display: flex;
        flex-flow: row wrap;
        padding-bottom: 20px;
        text-align: center;
    }
    
    .ant-list * {
        outline: none;
    }
    .ant-layout, .ant-layout * {
        box-sizing: border-box;
    }

    
.ant-card-bordered {
    border: 1px solid #f0f0f0;
}
.ant-card-hoverable {
    cursor: pointer;
    transition: box-shadow .6s, border-color .6s;
    border-color: transparent;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09);
}
.ant-card {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 16px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.ant-card-body {
    padding: 13px;
}

.ant-card-body:before {
    display: table;
    content: "";
}

.ant-card-body:after {
    display: table;
    clear: both;
    content: "";
}


.ant-col-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}

.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
    width: 100%;
}
.ant-list * {
    outline: none;
}
.ant-layout, .ant-layout * {
    box-sizing: border-box;
}

i.fa.fa-star {
    font-size: 12px;
}

.strategy-title {
    font-size: 22px;
    font-weight: bold;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-item img {
    display: block;
}
.topBottom {
    animation: topBottom 5s infinite;
}

td, th {
    padding: 10px;
}


.position_col {
    max-width: 15%;
}

.position_col:first-child {
    min-width: 22%;
}

.__input__type__radio {
    display: flex;
    height: 35px;
}

.__input__type__radio label {
    width: 50%;
}
 
label {
    margin: 0!important;
    color: #999;
    font-size: 13px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}


.__input__type__radio input {
    display: none;
}

.__input__type__radio div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #333;
    background: #fff;
    border: 1px solid #007bff;
    text-transform: capitalize;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}

.__input__type__radio label:first-child div {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.__input__type__radio input:checked+div {
    color: #fff;
    background: #007bff;
}

.__botton__box {
    justify-content: center;
    background: white;
    border-radius: 0 0 15px 15px;
}
.__button__control {
    text-align: right;
    margin: 20px 0;
}

.__box__input {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #007bff;
    border-radius: 4px;
    font-size: 13px;
    text-indent: 5px;
    text-transform: capitalize;
    outline: 0;
    cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;     
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) center;
    padding-left: 8px;
    padding-right: 18px!important;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.__button {
    background: #007bff;
    color:white;
    padding: 5px 30px;
    border-radius: 5px;

}

._container{
    border: 2px solid;
border-radius: 10px;
}

.__position__box>div {
    display: flex;
    justify-content: center;
    padding: 0;
}

.buy {
    background-color: #0ca24b;
    min-width: 280px;
}

.sell {
    background-color: #ff5e2c;
    min-width: 280px;
}

.custom {
    background-color: #007bff;
    min-width: 280px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #007bff;
    border-bottom: 16px solid #007bff;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

  .spinner,.loader{
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: 100%;
}

.loader-main {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    contain: strict;
    background-color: rgba(0, 0, 0, .3);
  }

  .splitter {
    border-right: 2px double dodgerblue;
  }

  .text-green {
      color:#5b9a5d;
  }

  .text-red {
      color: #e25f5b;
  }

  .modal-ku {
    width: 850px;
    margin: auto;
  }

  .vertical-alignment-helper {
    display:table;
    height: 95%;
    width: 95%;
    margin: 3%;
    border: 2px double rgb(19, 20, 20);
    border-radius: .3rem;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.margins .margin-actions {
    margin-bottom: 15px;
}

.text-right {
    text-align: right;
}

.margins .title {
    text-transform: capitalize;
}

.margins .data-table {
    padding: 20px;
    border: 1px solid var(--color-border-default);
}
.data-table {
    position: relative;
}

.table td, .table th {
    padding: 0.5rem !important; 
}

.__input__type__radio label:nth-child(2) div {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.__input__type__radio{
    margin-bottom: 10px;
}

table#orders-table td {
    font-size: 12px;
    text-align: left;
}

@media (min-width: 900px){
   
    .page-heading {
        margin-top: 20px;
        font-size: 35px;
        text-align: center;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    

    .contact-list .list-item h2 {
        font-size: 24px;
    }

    .brand-button {
        font-size: 22px;
        height: 60px;
    }
}

.contact .page-heading {
    margin-bottom: 20px;
}

.contact-list .list-item {
    margin-bottom: 30px;
}

    

.contact-list {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
}

.brand-button img {
    display: block;
    height: var(--brand-button-img-height);
    width: var(--brand-button-img-width);
}

.brand-button {
    --brand-button-bg-color: var(--bg-color-primary);
    --brand-button-img-height: initial;
    --brand-button-img-width: initial;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    background-color: #25d366;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    margin: 11px auto 0;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 50%);
}

