/* 01 : Website Global CSS BOF
========================================================== */

body,html {height: 100%; }
body { background:#ffffff;font-family: 'Calibri', sans-serif; font-weight:normal; font-size:16px; line-height:normal; color:#030303;  text-transform: none;} 
*, html { margin:0; padding:0;  }
a { color:#4D4D4D; display: inline-block;} /* Common color hyperlink */
a:hover, a:focus, a:active { color:#B85AD8; text-decoration:none; } /* Common hover color hyperlink */
a, *:hover, *:focus, *:active :focus { text-decoration:none; outline:none !important; outline-offset:0 !important; }
a img, img { border:none; outline:none !important; outline-offset:0 !important; }
ul { list-style:none; margin:0; padding:0; } 
i { font-family:'FontAwesome'; } 
img { height:auto; max-width:100%; vertical-align: middle; line-height:normal; }

/* Transition Effect CSS BOF */
a, i, input { transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; 
-o-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; }

/* Browser Selection CSS BOF */
::selection { background:#B85AD8; color:#fff; } ::-moz-selection { background:#B85AD8; color:#fff; } 
::-webkit-selection { background:#B85AD8; color:#fff; } ::-o-selection { background:#B85AD8; color:#fff; } 
::-ms-selection { background:#B85AD8; color:#fff;  }

p a{color:#B85AD8;}
p a:hover{text-decoration:underline;}

/* 02 : Global Classes CSS BOF
==================================================== */  

::-webkit-scrollbar{width: 6px; height: 4px; background: #ffffff; }
::-webkit-scrollbar-thumb{ background-color: #B85AD8; -webkit-border-radius:30px;  }
/* Only FireFox */
html {scrollbar-color: #B85AD8 #fff; scrollbar-width: thin; scrollbar-border-radius:30px;}


/* Background &amp; Color Style CSS BOF
=================================================== */

.none{display: none !important;}

/* Font Color Style CSS BOF */
	.white_text { color:#fff !important; }
	.black_text { color:#000 !important; }
	.theme_text{color: #B85AD8;}
	.theme_text-v2{color: #282361;}
/* Background Color Style CSS BOF */

	.black-bg-overlay{background: #000;}
	

/*upload image background*/
	.upload-background{background: #EDEDED}
	.border-box{border:1px solid #eee; }

/* 03 : Heading Style CSS BOF
=================================================== */
	h1, h2, h3, h4, h5, h6 {font-family:'SimploSoftW00', sans-serif; line-height:normal; font-weight:normal;font-style:normal; color: #000;}

	h1 { font-size:86px;}
	h2 { font-size:68px;}
	h3 { font-size:36px;}
	h4 { font-size:30px;}
	h5 { font-size:20px;}
	h6 { font-size:18px;}

/* Font Weight Variation CSS BOF */
	.font-we-rg { font-weight:normal !important;}
	.font-we-bl { font-weight:bold !important;}
	.font-we-blk {font-weight:900 !important;}
	.font-we-md {font-weight:500 !important;}
	.font-we-sb {font-weight:600 !important;}

	.font-calibri{font-family: 'Calibri', sans-serif !important;}
/* 04 : Paragraph Style CSS BOF
=================================================== */
	p { line-height:24px;font-family: 'Calibri', sans-serif; color: #5F6368; font-size: 16px; font-weight: normal; font-style:normal; margin-bottom: 16px; font-weight: normal;}

/* 05 : Image Style CSS BOF
=================================================== */
	img { margin-bottom:0; } /*margin-bottom:5px*/

/*** Buttton Varilation CSS BOF ***/
.btn{background-color:#B85AD8;padding:13px 20px 13px;font-size:18px;font-weight:500;font-family: 'Calibri', sans-serif;transition:all .4s ease-in-out 0s;-moz-transition:all .4s ease-in-out 0s;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;border-radius:10px;border:1px solid #B85AD8;text-transform:uppercase;box-shadow:none;min-width:160px;color:#fff;}
/* Hover State CSS BOF */
	.btn:hover, .btn:focus, .btn:active{ background-color: #000; border:1px solid #000; color:#fff;  box-shadow: none; outline: none; }

.simploSoftW00-font{font-weight:bold;font-family:'SimploSoftW00' !important;}
/*border buttone css BOF*/


	[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: unset;
	}
/*tab active*/
	.tab-bg-top{background: #B85AD8; color: #fff; font-weight: bold;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; }

/* 11 : Form &amp; Input Style BOF
==================================================== */ 
	
.form-control {background: transparent; border: 1px solid #ccc; border-radius: 10px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; font-size: 18px; color: #5F6368; -webkit-appearance: none; font-family: 'Calibri', sans-serif; font-weight: normal; padding: 15px 15px 15px 15px; height: 55px; } 
textarea.form-control {resize: none; overflow: auto; padding: 15px 15px 15px 0px; height: 100px; }
.form-group {margin-bottom: 30px; }
	    
/*** Placeholder CSS BOF ***/
.form-control::placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control::-moz-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control:-ms-input-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control::-webkit-input-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}
.form-control::-o-input-placeholder{color:#5F6368;font-weight:normal;font-size:16px;}

/* Focus State CSS BOF */

	.form-control:focus,.form-select:focus {border-color: #B85AD8; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background-color: #EFF7FE; }
	.page-wrapper { margin:0px auto; overflow-x: hidden;}

	.text-underline{ text-decoration: underline; }
	.text-capitalize{ text-transform: capitalize !important; }
	.text-uppercase{ text-transform: uppercase !important; }

	.display-none{display: none !important; }
	.no-scroll{overflow: hidden;}
	.no-padding{padding: 0 !important; }
	.float-start-wp{float: left !important; }

/*header active start*/

	.site-header{position: relative;  z-index: 9999;}
	/*.header-main{width: 100%; position: fixed; z-index:999; transition: all 0.5s linear; top:0 !important; }*/
	.header-main.active {box-shadow: 0 0 10px rgba(0,0,0,0.4); background:#272164; }

/*header active end*/


/*index css Start*/

	.header-main .header-inner-main {position: relative; background-color: transparent;  }
	.header-main .header-inner-main .header-inner {width: 100%; align-items: center; }
	.header-main .header-inner-main  nav.navbar {padding: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex; flex-wrap: nowrap; align-items: center;}
	.header-main .header-inner-main .header-inner .header-menu ul li a {position: relative; text-transform: uppercase; font-size: 18px; color: #fff; margin: 0px 15px; font-weight: normal; padding: 42px 0 35px;font-family: 'SimploSoftW00' !important; }
	.header-main .header-inner-main .header-inner .header-menu ul li a:hover { color:#fff;}
	.header-main .header-inner-main .header-inner .header-menu ul li a.active {color:#fff; }
	.header-main .header-inner-main .header-inner .header-menu ul li a:after{display:block; content: ''; position: absolute; bottom: 22px; width: 100%; left: 0px; border-bottom: 2px solid #fff; transform: scaleX(0); transition: transform 250ms ease-in-out;}
	.header-main .header-inner-main .header-inner .header-menu ul li a:hover:after , .header-main .header-inner-main .header-inner .header-menu ul li a.active:after{ transform: scaleX(1); transform-origin:  50% 50%; }
	.header-main .navbar-container {width: 100%; margin-right: auto; margin-left: auto;padding-top:25px; transition: all 400ms ease;}
	.header-main .header-inner-main .header-menu-inner{display:flex;align-items:center;justify-content:space-between;width:100%;}
	.header-main .header-inner-main .header-menu-inner .header-btn{display:flex;align-items:center;}
	.header-main .header-inner-main .header-menu-inner .header-btn a{margin:5px 0px 5px 20px;padding:13px 10px 13px;}
	.header-main.active .navbar-container {padding-top:0px; } 

/*toggele switch*/

	.header-main button.navbar-toggler {padding: 0; border: none; margin: 10px 0; top: 30px; }
	.header-main button.navbar-toggler span.icon-bar:nth-child(2) {visibility: hidden; opacity: 0; }
	.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(2) {visibility: visible; opacity: 1; }
	.header-main button.navbar-toggler span.icon-bar:nth-child(1) {top: 10px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
	.header-main button.navbar-toggler span.icon-bar:nth-child(3) {margin-right: auto; margin-left: 0; }
	.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(1), .header-main .header-inner .header-right button.navbar-toggler.collapsed span.icon-bar:nth-child(3) {top: 0; transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); background: #fff; width: 18px; margin-right: 0; }
	.header-main button.navbar-toggler span.icon-bar {margin: auto; background-color: #fff; border-radius: 2px; display: block; height: 3px; position: relative; width: 28px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; -ms-transition: all 200ms ease; transition: all 200ms ease; }
	.header-main button.navbar-toggler .icon-bar+.icon-bar {margin-top: 6px; }
	.header-main .header-right {width: 100%;}
	.header-main button.navbar-toggler span.icon-bar:nth-child(3) {top: -8px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }

	.follow-us-text:after{display:none!important;}
	.follow-us-text{cursor:auto!important;}

	.header-right-menu{min-width:590px;display:flex;justify-content:flex-end;}
	.header-right-menu ul.navbar-nav li.nav-item a{color:#FECB56!important;margin:0px 15px!important;}

/*dropdown*/

.header-main.active{position:fixed;width:100%;left:0px;right:0px;top:0px;}
.header-main{position:absolute;width:100%;right:0;top:0;left:0px;}

.header-logo.mobile-logo{display:none !important;}
.header-main .header-right{padding-left:0px;}

/*index css Start*/

.login-btn ul li{display:inline-block;margin-left:30px;}
/*.header-inner-main .container{max-width:100%;}*/

/*home-details listed property*/
.banner-sec {padding-top: 120px; position: relative; z-index: 1;overflow: hidden; background: #1C1C1C; background: url('../images/banner-mockup-bg.png'); background-repeat: no-repeat; background-position: center; background-size: cover;}
.banner-btn ul li{display:inline-block;margin:8px;}
.banner-sec .banner-wrap{padding:90px 0px 0px; position: relative; z-index: 1;}
.banner-sec .banner-wrap .banner-text h1{margin-bottom:0px;font-size: 150px;}
.banner-sec .banner-wrap .banner-text .banner-btn{margin-top:40px; margin-bottom: 50px;}



.download-text-main{position:relative;padding:15px 0px; margin-bottom: 40px;}
.download-text-main ul.banner-aap-link { display:flex; justify-content:center; }
.download-text-main ul.banner-aap-link li{margin:3px;}

.o-icon{display:inline-block;width:70px;}
.o-icon img{max-width:90%;margin-top:-25px;margin-left:auto;margin-right:auto;}



.features-sec .features-inner{padding:90px 0px;}

.section-title h5{margin-bottom:20px;}


.about-img-wrap {overflow: hidden; }

.container{max-width:90%;}
.subscribe-form-main .subscribe-wp{position:relative;max-width:525px;}
.subscribe-form-main .subscribe-wp input.form-control{height:70px;padding:13px 170px 13px 20px;border:1px solid #727272;border-radius:8px;}
.subscribe-form-main .subscribe-wp .subscribe-btn{position:absolute;top:10px;right:11px;min-width:160px;}
.banner-sec .banner-wrap .banner-text p {font-size: 30px; color: #fff; line-height: 28px; margin: 10px 0px 30px; font-family: 'Calibri', sans-serif;  }
.about-sec{padding:90px 0px;background: #fff;}
.about-main {max-width: 1360px; margin: 0px auto;}
.about-main .about-text-wrap{max-width:625px; overflow: hidden;}
.about-main .about-text-wrap p{margin:35px 0px; font-size: 20px; color: #000; font-weight: 400;}
.about-main .about-text-wrap .about-text-box {padding-top: 15px; }
.contact-us-box .section-title h5 {font-family: 'Calibri'; }
.contact-us-sec .contact-us-inner{padding:90px 0px 90px; background: url('../images/contact_us_bg.png'); background-repeat: no-repeat; background-position: center; background-size: cover;}
.contact-us-box{padding:40px 50px;border:none;border-radius:20px;margin:-160px 0px 40px; background: #fff; box-shadow: 0px 5px 50px rgba(0,0,0,0.15);position: relative; z-index: 1;}
.contact-us-box .contact-box-inner{max-width:491px;}
.contact-us-sec .container {max-width: 1350px; }
.contact-us-wrap .card_form{max-width:780px;}
.submin-btn-main{margin-top:30px;}
.submin-btn-main .btn{background:#B85AD8;border-color:#B85AD8;min-width:215px;}
.submin-btn-main .btn:hover,.submin-btn-main .btn:focus,.submin-btn-main .btn:active{background-color:#5FBCD6;border:1px solid #5FBCD6;color:#fff;box-shadow:none;outline:none;}

.form-main .form-group{margin-bottom:30px;}
.form-group .btn.submit-btn{width:100%;max-width:300px; margin-top: 30px;}

.contactUs-content .section-title{margin-bottom:45px;}
.contact-us-info .section-title{margin-bottom:45px;}
.contact-us-info-text p{color:#000000;font-size:20px;line-height:36px;margin-bottom:28px;}
.contact-us-info-text .mail_link a{font-size:30px;display:inline-block;word-break:break-all;color:#000;font-weight: bold;}


.contact-us-bottom{border-top:1px solid #707070;margin-top:35px;padding-top:50px;}
.contact-us-bottom .contact-b-row{display:flex;flex-wrap:wrap;max-width:770px;justify-content:space-between;}
.contact-b-col h5{margin-bottom:15px;}
.contact-link-main .contact-wrap .content-links{margin-bottom:40px;}
.contact-link-main .contact-wrap .content-links h5.font-we-rg{margin-bottom:0px;}
.contact-link-main .contact-wrap .content-links:last-child{margin-bottom:0px;}
.contact-link-main .contact-wrap {padding: 60px 70px; border-radius: 50px; background: #EFF7FE;}
.banner-btn.footer-btn ul li{margin-bottom:0px;margin-right:0px;margin-left:20px;}
.banner-btn.footer-btn ul li img{max-height:55px;}

.contact-us-box.box_with-icon{position:relative;padding-right:135px;}
.contact-us-box.box_with-icon .contact_icon_main{position:absolute;top:45px;right:40px;}
.contact_icon_main .contact_icon{width:80px;height:80px;background:#B85AD8;border-radius:10px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}
.contact_icon_main .contact_icon:after{content:'';position:absolute;background:#FFE9E2;border-radius:10px;z-index:-2;top:0;bottom:0;left:0;right:0;transform:rotate(30deg);}
.contact_icon_main .contact_icon:before{content:'';position:absolute;background:#B85AD8;border-radius:10px;z-index:-1;top:0;bottom:0;left:0;right:0;}

ul.social-link li {display: inline-block; margin: 8px 35px 8px 0px; }
ul.social-link li:last-child{margin-right: 0px;}
ul.social-link li .social-icon{width:32px;height:32px;overflow:hidden;}
ul.social-link li .social-icon img {max-width: 100%; transition: all 400ms ease-in-out; object-fit: contain; width: 100%; height: 100%; }
ul.social-link li .social-icon:hover img.icon-1{transform:translateY(-35px);}
ul.social-link li .social-icon:hover img.icon-2{transform:translateY(-32px);}

.contact-wp-link .content-links{display:flex;align-items:center;padding:20px 0px;border-bottom:1px solid #DEDEDE;}
.contact-wp-link .content-links h5{width:45%;margin-bottom:0px;}
.contact-wp-link .content-links .content-links-inner{width:60%;}
.contact-wp-link .content-links:last-child{padding-bottom:0px;border-bottom:none;}

.contact-link-main{margin-right:-20%;}
.contact-link-main .contact-wrap{max-width:800px;margin-left:auto;}

.subscribe-sec{padding:80px 0px;}
.subscribe-sec .subscribe-form-main .subscribe-wp{max-width:600px;margin:50px auto 20px;}
.footer-main .footer-text{padding:25px 0px;}
.footer-main .footer-text p{font-size:17px;text-align:center;margin-bottom:0px; color: #fff;}
.footer-main {background: #262161;}
.banner-btn.footer-btn ul li a{color: #fff;}

:root{--spinner-color-1: rgba(185,90,216,0.91);--spinner-color-2: rgba(185,90,216,0.46);--spiner-color-3: rgba(185,90,216,0.29);}
.moderspinner{width:40px;height:40px;border:dotted 5px var(--spinner-color-1);border-radius:100%;animation:spin 1s linear infinite;}
@keyframes spin{
	0%{transform:rotate(0deg) scale(0.8);border-top-color:transparent;border-right-color:transparent;}
	50%{transform:rotate(180deg) scale(1.2);border-color:var(--spinner-color-2);border-top-color:transparent;border-right-color:transparent;}
	100%{transform:rotate(360deg) scale(0.8);border-color:var(--spinner-color-3);border-top-color:transparent;border-right-color:transparent;}
}
.page-loader{z-index:9999999;position:fixed;background:#fff;top:0;left:0;right:0;bottom:0;width:100%;height:100%; overflow: hidden;}
.page-loader .moderspinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}



.app-screenshot-sec{ padding:90px 0px; overflow: hidden;} 
.app-screenshot-slider .screenshot{padding-right:40px;}
.app-screenshot-sec .banner-btn {margin-top: 50px; } 
.app-screenshot-slider .screenshot img{max-width:100%;}
.app-screenshot-sec .app-screenshot-wrap{margin-right:-7%;}
.app-screenshot-wrap .slick-list.draggable{padding-right:16%;}

.download-app-main{ padding-top:100px;max-width: 1340px;margin: 0px auto;}
ul.slick-dots{font-size:0;text-align:center;}
ul.slick-dots li{display:inline-block;padding:10px;}
ul.slick-dots li button {font-size: 0; outline: 0; border: 1px solid #000; width: 15px; height: 15px; border-radius: 100%; background: transparent; padding: 0; cursor: pointer; }
ul.slick-dots li.slick-active button{ background:#000; border-color:#000;}
.app-screenshot-slider ul.slick-dots{margin:80px 0px 20px; padding-right: 6.5%;}

.contact-wp-link .content-links .content-links-inner h6 {margin-bottom: 0px; }

.download-app-sec{padding:90px 0px;background:#fff;}
.download-app-sec .download-app-wrap{max-width:1380px;margin:0 auto;}

.banner-btn.footer-btn ul li a:hover{color:#ff6830;}
.download-app-sec .download-app-wrap h2{font-weight:500;}

.subscribe-mail-main{position:relative;max-width:585px;margin-left:auto;}
.subscribe-mail-main .form-control{padding-right: 220px;height: 95px;border-color: #B95AD8; background: #FAFAFA; border-radius: 15px;font-size: 20px;}
.subscribe-mail-main .btn{position:absolute;top: 24px;right: 23px;border-radius: 50px;text-transform: capitalize;padding: 10px 35px;}
.download-app-main h2 {color: #262161; }



.subscribe-mail-main .form-control::placeholder{color:#000000;font-weight:700;font-size:20px;}
.subscribe-mail-main .form-control::-moz-placeholder{color:#000000;font-weight:700;font-size:20px;}
.subscribe-mail-main .form-control:-ms-input-placeholder{color:#000000;font-weight:700;font-size:20px;}
.subscribe-mail-main .form-control::-webkit-input-placeholder{color:#000000;font-weight:700;font-size:20px;}
.subscribe-mail-main .form-control::-o-input-placeholder{color:#000000;font-weight:700;font-size:20px;}


.work_sec_bg{background:rgb(91,208,222);background:-moz-linear-gradient(95deg,rgba(91,208,222,1) 0%,rgba(172,114,212,1) 99%);background:-webkit-linear-gradient(95deg,rgba(91,208,222,1) 0%,rgba(172,114,212,1) 99%);background:linear-gradient(95deg,rgba(91,208,222,1) 0%,rgba(172,114,212,1) 99%);}
.work_sec{padding:85px 0px 280px;}
.work_sec_text ul li{padding:16px 25px 16px 85px;margin:20px 0px;position:relative;background:rgba(255,255,255,0);border-top-left-radius:45px;border-bottom-left-radius:45px;transition:all 400ms ease;}
.work_sec_text ul li p{font-size:24px;color:#fff;font-family:'Calibri',sans-serif;font-weight:500;margin-bottom:0px;max-width:664px;line-height: 30px;}
.work_sec_text ul li:before{content:'\f005';font-family:'FontAwesome';color:#FED058;font-size:36px;position:absolute;left:20px;top:0px;bottom:0px;margin:auto;display:inline-block;width:36px;height:36px;text-align:center;}
.work_sec_text ul li:hover{background:rgba(255,255,255,0.4);}



/** for kids section start **/

.for-kids-sec{background-color:#FFB952;}
.underline-imgtxt{display:inline-block;position:relative;padding-bottom:18px;}
.underline-img .underline-image{position:absolute;bottom:0;left:0;right:0;}
.theme-color-p1{color:#272264;}
.theme-bgcolor-p1{background-color:#272264;}
.compad-tb{padding-top:90px;padding-bottom:90px;}
.for-kids-text li{padding:10px 0px 10px 68px;margin:20px 0px;position:relative;}
.for-kids-text li:before{content:'\f005';font-family:'FontAwesome';color:#272262;font-size:36px;position:absolute;left:0px;top:0px;bottom:0px;margin:auto;display:inline-block;width:36px;height:36px;text-align:center;}
.for-compeople-mtxt{font-size:28px;margin-top:30px;line-height:1.45;margin-bottom:20px;}
.for-kids-inner-bx{padding:21px 24px 17px 24px;color:#fff;font-size:28px;font-weight:bold;border-radius:10px;display:inline-block;}
.for-kids-text-main{padding:50px 0px 0px;}
.for-kids-text{margin:50px 0px 0px;}
.for-kids-text li p{margin-bottom:0px;font-size:20px;line-height:1.4;}
.for-kids-suitable-img{margin-top:-8%;}

/** for kids section end **/


/** for educator section start **/


.theme-color-p2{color:#FFB952;}
.for-educators-inner .for-compeople-mtxt{margin-bottom:55px;}


/** for educator section end **/


/** How it works video section start **/


.work-img-video-main{width:318px;height:642px;margin-left:auto;margin-right:auto;position:relative;padding:15px;}
.work-img-video-main video{width:100%;height:100%;padding-top:2px;}
.work-img-video-main::before{content:"";width:100%;height:100%;background-image:url(../images/phone-frame.png);position:absolute;left:0px;right:0px;top:0px;bottom:0px;background-repeat:no-repeat;z-index:1;background-position:center;margin:0 auto;background-size:contain;}
.work-img-video-main::after{content:"";position:absolute;top:15px;bottom:0;left:0;right:0;background-color:#808080;height:2px;width:260px;margin-left:auto;margin-right:auto;}


/** How it works video section video **/


/** footer start **/

.footer-wrap{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;padding:25px 0px;}
.footer-designby{display:flex;align-items:flex-end;}
.footer-rights{padding-top:5px;}
.footer-rightsdesign-fn{font-size:24px;}
.footer-designby .footer-appgurus-link{margin-left:10px;}
.footer-tc-pp-wrap{display:flex;flex-wrap:wrap;}
.footer-tc-pp-wrap a{color:#fff;}
.footer-tc-pp-dash{margin:0px 30px;}
.footer-tc-pp-main{padding-top:5px;}


/** footer end **/



.my_story_sec_text{max-width:1700px;margin:0px auto;}
.my_story_sec_text p{font-size:24px;line-height:1.3;color:#000000;}

.my_story_sec {padding: 70px 0px; }


